:root{--br-primary:#1e73be;--br-secondary:#dc000c;--br-bg:#f6f8fb;--br-border:#e5e9f2;--br-text:#111827;--br-muted:#6b7280;--br-radius:18px;--br-shadow:0 18px 50px rgba(15,23,42,.10)}.br-wrap{font-family:inherit;color:var(--br-text)}.br-wrap *{box-sizing:border-box}.br-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.br-card{background:#fff;border:1px solid var(--br-border);border-radius:var(--br-radius);overflow:hidden;box-shadow:0 12px 30px rgba(31,41,55,.08);transition:.2s;position:relative}.br-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(31,41,55,.13)}.br-card-img{display:block;aspect-ratio:4/3;background:#eef2f7;overflow:hidden;position:relative}.br-card-img img{width:100%;height:100%;object-fit:cover;display:block}.br-card-badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--br-secondary);color:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;box-shadow:0 10px 25px rgba(0,0,0,.18)}.br-card-body{padding:18px}.br-card h3{margin:0 0 12px;font-size:21px;line-height:1.25}.br-card h3 a{text-decoration:none;color:var(--br-text)}.br-card-promo{margin:10px 0;color:var(--br-muted);font-size:14px}.br-specs{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.br-specs span,.br-amenities span{font-size:13px;background:#f1f5f9;border:1px solid var(--br-border);padding:6px 9px;border-radius:999px}.br-amenities{display:flex;gap:7px;flex-wrap:wrap;margin:10px 0}.br-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.br-card-bottom strong,.br-price-main strong,.br-sidebar-price strong{font-size:20px;color:var(--br-primary)}.br-card-bottom small,.br-price-main small,.br-sidebar-price small{color:var(--br-muted);font-weight:400}.br-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--br-primary);color:#fff!important;text-decoration:none;border:0;border-radius:12px;padding:11px 16px;font-weight:800;cursor:pointer;transition:.2s;line-height:1.2}.br-btn:hover{filter:brightness(.94);transform:translateY(-1px)}.br-btn-big{width:100%;font-size:16px;padding:15px 18px}.br-btn-light{background:#fff;color:var(--br-primary)!important;border:1px solid rgba(30,115,190,.25)}.br-whatsapp{background:#1fae56}.br-kicker{display:inline-flex;align-items:center;gap:6px;background:#eef6ff;color:var(--br-primary);border:1px solid rgba(30,115,190,.16);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.br-form,.br-search-form{background:#fff;border:1px solid var(--br-border);border-radius:22px;box-shadow:var(--br-shadow);padding:24px;margin:22px 0}.br-form h3{margin:0 0 12px;font-size:24px}.br-form-grid,.br-search-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.br-form label,.br-search-form label{font-size:13px;font-weight:800;color:var(--br-muted);display:flex;flex-direction:column;gap:6px}.br-form input,.br-form select,.br-form textarea,.br-search-form input,.br-search-form select{width:100%;box-sizing:border-box;border:1px solid var(--br-border);border-radius:12px;padding:12px 13px;font-size:15px;color:var(--br-text);background:#fff}.br-full{grid-column:1/-1}.br-consent{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px}.br-consent input{width:auto!important;margin-top:3px}.br-guest-picker{display:grid;grid-template-columns:1fr repeat(3,1fr);gap:10px;align-items:end;background:#f8fafc;border:1px solid var(--br-border);border-radius:16px;padding:12px}.br-guest-picker>span{font-weight:900;color:var(--br-text)}.br-price-box,.br-bank-box{background:linear-gradient(180deg,#f8fbff,#f4f7fb);border:1px solid var(--br-border);border-radius:16px;padding:16px;margin:16px 0}.br-price-summary{display:grid;gap:8px}.br-price-summary div{display:flex;justify-content:space-between;border-bottom:1px dashed #d5dbe7;padding:7px 0;gap:12px}.br-price-summary div:last-child{border-bottom:0;font-size:20px;color:var(--br-primary)}.br-ok-msg{color:#057a38;font-weight:800}.br-error-msg{color:#b42318;font-weight:800}.br-form-message{margin-top:14px}.br-bank-box{color:var(--br-text);font-weight:500}.br-bank-box p{margin-bottom:0}.br-detail-titlebar{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin:10px 0 18px}.br-detail-titlebar h1{font-size:42px;line-height:1.05;margin:12px 0}.br-title-price{background:#fff;border:1px solid var(--br-border);border-radius:18px;padding:16px;box-shadow:0 12px 32px rgba(15,23,42,.08);min-width:210px;text-align:right}.br-title-price small{display:block;color:var(--br-muted);margin-bottom:4px}.br-title-price strong{font-size:25px;color:var(--br-primary)}.br-gallery-mosaic{position:relative;display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:180px 180px;gap:10px;margin:18px 0 28px}.br-gallery-mosaic a{display:block;overflow:hidden;background:#eef2f7}.br-gallery-mosaic img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.br-gallery-mosaic a:hover img{transform:scale(1.035)}.br-mosaic-main{grid-row:1/3;border-radius:24px 0 0 24px}.br-mosaic-small:nth-child(3){border-radius:0 24px 0 0}.br-mosaic-small:nth-child(5){border-radius:0 0 24px 0}.br-all-photos{position:absolute;right:18px;bottom:18px;background:rgba(17,24,39,.82)!important;color:#fff!important;text-decoration:none;border-radius:12px;padding:10px 13px;font-weight:800}.br-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}.br-detail-main{min-width:0}.br-booking-sidebar{position:sticky;top:24px}.br-form-sidebar{margin:0;padding:20px;border-radius:24px}.br-form-sidebar .br-form-grid{grid-template-columns:1fr 1fr}.br-sidebar-price{margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid var(--br-border)}.br-tabs{display:flex;gap:10px;flex-wrap:wrap;border-bottom:1px solid var(--br-border);margin-bottom:20px}.br-tabs button{border:0;background:transparent;padding:14px 12px;font-weight:900;color:var(--br-muted);cursor:pointer;border-bottom:3px solid transparent}.br-tabs button.is-active{color:var(--br-primary);border-bottom-color:var(--br-primary)}.br-tab-panel{display:none;background:#fff;border:1px solid var(--br-border);border-radius:24px;padding:24px;box-shadow:0 12px 32px rgba(15,23,42,.06);margin-bottom:22px}.br-tab-panel.is-active{display:block}.br-readable{position:relative;max-height:185px;overflow:hidden;line-height:1.75;color:#374151}.br-readable.is-expanded{max-height:none}.br-readable:not(.is-expanded):after{content:"";position:absolute;left:0;right:0;bottom:0;height:70px;background:linear-gradient(transparent,#fff)}.br-link-btn{border:0;background:transparent;color:var(--br-primary);font-weight:900;cursor:pointer;margin:6px 0 14px;padding:0}.br-info-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.br-list-box{border:1px solid var(--br-border);border-radius:18px;padding:18px;background:#fbfdff}.br-list-box h3{margin:0 0 12px}.br-list-box ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.br-list-box li{display:flex;gap:9px;align-items:flex-start}.br-list-box li span{color:var(--br-primary);font-weight:900}.br-amenity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.br-amenity-grid div,.br-nearby-grid div{border:1px solid var(--br-border);border-radius:16px;padding:13px;background:#f8fafc;font-weight:700}.br-amenity-grid span{color:var(--br-primary);font-weight:900;margin-right:8px}.br-nearby-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.br-nearby-grid span{display:block;color:var(--br-primary);font-weight:900;margin-top:4px}.br-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0}.br-gallery a{display:block;aspect-ratio:4/3;border-radius:16px;overflow:hidden;background:#eef2f7}.br-gallery img{width:100%;height:100%;object-fit:cover;display:block}.br-calendar-section{background:#fff;border:1px solid var(--br-border);border-radius:24px;padding:24px;box-shadow:0 12px 32px rgba(15,23,42,.06)}.br-calendar{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:8px;margin-top:10px}.br-day{border:1px solid var(--br-border);border-radius:12px;padding:8px;text-align:center;background:#fff}.br-day strong{display:block}.br-day small{font-size:11px}.br-available{background:#effaf3}.br-booked,.br-blocked{background:#fff1f1}.br-closed,.br-maintenance{background:#f2f4f7}.br-option{background:#eef6ff}.br-special{background:#fff8e6}.br-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin:0 4px 0 14px;vertical-align:middle}.br-dot.br-available{background:#22c55e}.br-dot.br-booked{background:#ef4444}.br-dot.br-closed{background:#64748b}.br-dot.br-option{background:#3b82f6}.br-dot.br-special{background:#f59e0b}.br-legend{margin-top:12px;color:var(--br-muted);line-height:1.9}.br-filter-checks{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.br-filter-checks label{flex-direction:row;align-items:center}.br-showcase{overflow:hidden}.br-showcase-hero{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:28px;align-items:center;background:radial-gradient(circle at top left,rgba(30,115,190,.20),transparent 35%),linear-gradient(135deg,#f8fbff,#eef5ff);border:1px solid var(--br-border);border-radius:32px;padding:36px;box-shadow:var(--br-shadow)}.br-showcase-copy h1{font-size:46px;line-height:1.05;margin:14px 0}.br-showcase-copy p{font-size:18px;color:#4b5563;line-height:1.7}.br-hero-actions{display:flex;gap:12px;margin:22px 0}.br-trust-row{display:flex;gap:10px;flex-wrap:wrap;color:#374151;font-weight:700}.br-trust-row span{background:#fff;border:1px solid var(--br-border);border-radius:999px;padding:8px 11px}.br-showcase-search-card>.br-search>.br-search-form{margin:0;box-shadow:none}.br-feature-strip,.br-sales-blocks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:24px 0}.br-feature-strip div,.br-sales-blocks div{background:#fff;border:1px solid var(--br-border);border-radius:20px;padding:18px;box-shadow:0 12px 32px rgba(15,23,42,.06)}.br-feature-strip strong{display:block;color:var(--br-primary);font-size:24px}.br-feature-strip span{font-weight:900}.br-section-head{text-align:center;max-width:780px;margin:32px auto 22px}.br-section-head h2{font-size:36px;line-height:1.15;margin:12px 0}.br-section-head p{color:var(--br-muted)}.br-grid-showcase{margin-bottom:22px}.br-sales-blocks{grid-template-columns:repeat(3,minmax(0,1fr))}.br-sales-blocks h3{margin-top:0}@media(max-width:1100px){.br-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.br-showcase-hero,.br-detail-layout{grid-template-columns:1fr}.br-booking-sidebar{position:static}.br-gallery-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:220px 160px 160px}.br-mosaic-main{grid-column:1/3;grid-row:auto;border-radius:24px 24px 0 0}.br-mosaic-small:nth-child(3),.br-mosaic-small:nth-child(5){border-radius:0}.br-calendar{grid-template-columns:repeat(7,minmax(0,1fr))}.br-form-grid,.br-search-form{grid-template-columns:repeat(2,minmax(0,1fr))}.br-feature-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.br-grid,.br-form-grid,.br-search-form,.br-info-columns,.br-amenity-grid,.br-nearby-grid,.br-sales-blocks,.br-feature-strip{grid-template-columns:1fr}.br-detail-titlebar{display:block}.br-detail-titlebar h1,.br-showcase-copy h1{font-size:32px}.br-title-price{text-align:left;margin-top:14px}.br-gallery-mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:8px}.br-gallery-mosaic a{aspect-ratio:4/3;border-radius:14px!important}.br-gallery-mosaic .br-mosaic-main{grid-column:1/3}.br-detail-layout,.br-showcase-hero{gap:18px}.br-showcase-hero{padding:20px;border-radius:22px}.br-hero-actions{flex-direction:column}.br-card-bottom{align-items:flex-start;flex-direction:column}.br-btn{width:100%}.br-calendar{grid-template-columns:repeat(3,minmax(0,1fr))}.br-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.br-form,.br-search-form{padding:16px;border-radius:16px}.br-guest-picker{grid-template-columns:1fr}.br-price-summary div{font-size:14px}.br-price-summary div:last-child{font-size:17px}.br-tabs{overflow:auto;flex-wrap:nowrap}.br-tabs button{white-space:nowrap}.br-all-photos{left:12px;right:12px;text-align:center}}

/* Quick transparent online reservation bar */
.br-showcase-quick-holder{margin-top:18px;max-width:1040px}
.br-quick-reservation{width:100%;position:relative;z-index:4}
.br-quick-reservation-form{display:grid;grid-template-columns:1.7fr 1.7fr .8fr .8fr 1fr;gap:10px;align-items:stretch;background:transparent!important;margin:0;padding:0}
.br-quick-field,.br-quick-submit{min-height:88px;border:2px solid rgba(17,17,17,.96)!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;display:flex;justify-content:center;box-sizing:border-box;border-radius:0!important;box-shadow:none!important}
.br-quick-field{position:relative;flex-direction:column;gap:6px;padding:12px 18px;color:#000}
.br-quick-field span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.18em;line-height:1.2;color:#000}
.br-quick-field input,.br-quick-field select{border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0!important;width:100%;height:auto;color:#000!important;font-weight:400;line-height:1.05;outline:none}
.br-quick-date input{font-size:20px;letter-spacing:.01em}
.br-quick-guest select{font-size:34px;appearance:auto;-webkit-appearance:auto;cursor:pointer;line-height:1}
.br-quick-date i{position:absolute;right:16px;bottom:14px;font-style:normal;font-size:26px;line-height:1;color:#000;pointer-events:none}
.br-quick-submit{cursor:pointer;align-items:center;text-align:center;padding:12px 14px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.22em;line-height:1.35;color:#000!important;transition:.2s}
.br-quick-submit:hover{background:rgba(0,0,0,.92)!important;color:#fff!important}
.br-quick-submit:disabled{opacity:.55;cursor:not-allowed}
.br-quick-results{margin-top:16px;background:rgba(255,255,255,.94);border:1px solid var(--br-border);border-radius:20px;padding:18px;box-shadow:var(--br-shadow)}
.br-quick-on-image .br-quick-field,.br-quick-on-image .br-quick-submit,.br-quick-in-hero .br-quick-field,.br-quick-in-hero .br-quick-submit{background:transparent!important}
.br-quick-style-medium .br-quick-field,.br-quick-style-medium .br-quick-submit{min-height:88px}.br-quick-style-medium .br-quick-field{padding:12px 18px}.br-quick-style-medium .br-quick-date input{font-size:20px}.br-quick-style-medium .br-quick-guest select{font-size:34px}.br-quick-style-medium .br-quick-date i{font-size:26px;right:16px;bottom:14px}
.br-quick-style-slim .br-quick-reservation-form{max-width:980px}.br-quick-style-slim .br-quick-field,.br-quick-style-slim .br-quick-submit{min-height:72px;border-width:1.5px!important}.br-quick-style-slim .br-quick-field{gap:4px;padding:9px 15px}.br-quick-style-slim .br-quick-field span{font-size:10px;letter-spacing:.16em}.br-quick-style-slim .br-quick-date input{font-size:17px}.br-quick-style-slim .br-quick-guest select{font-size:28px}.br-quick-style-slim .br-quick-submit{font-size:11px;letter-spacing:.18em;padding:10px 12px}.br-quick-style-slim .br-quick-date i{font-size:22px;right:13px;bottom:12px}
.br-quick-style-compact .br-quick-reservation-form{max-width:880px;gap:7px;grid-template-columns:1.55fr 1.55fr .72fr .72fr .95fr}.br-quick-style-compact .br-quick-field,.br-quick-style-compact .br-quick-submit{min-height:58px;border-width:1.5px!important}.br-quick-style-compact .br-quick-field{gap:3px;padding:7px 11px}.br-quick-style-compact .br-quick-field span{font-size:9px;letter-spacing:.13em}.br-quick-style-compact .br-quick-date input{font-size:15px}.br-quick-style-compact .br-quick-guest select{font-size:23px}.br-quick-style-compact .br-quick-submit{font-size:10px;letter-spacing:.14em;line-height:1.25;padding:8px 10px}.br-quick-style-compact .br-quick-date i{font-size:18px;right:10px;bottom:9px}
.br-image-booking{position:relative;display:flex;align-items:flex-end;justify-content:center;background-size:cover;background-position:center;border-radius:0;overflow:hidden;padding:34px;box-sizing:border-box}.br-image-booking-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.44));z-index:1}.br-image-booking-copy{position:absolute;left:34px;right:34px;top:30px;z-index:2;color:#fff;max-width:780px}.br-image-booking-copy h2{font-size:42px;line-height:1.05;margin:0 0 10px;color:#fff}.br-image-booking-copy p{font-size:17px;line-height:1.55;margin:0;color:rgba(255,255,255,.92)}.br-image-booking-bar{position:relative;z-index:3;width:min(1040px,100%)}.elementor-widget-container:has(.br-quick-reservation),.ux-html:has(.br-quick-reservation){overflow:visible!important}
@media(max-width:1100px){.br-quick-reservation-form{grid-template-columns:1fr 1fr .8fr .8fr}.br-quick-submit{grid-column:1/-1;min-height:62px}.br-quick-field{min-height:76px}.br-quick-date input{font-size:18px}.br-quick-guest select{font-size:30px}.br-quick-date i{font-size:22px;right:14px;bottom:14px}}
@media(max-width:720px){.br-quick-reservation-form{grid-template-columns:1fr 1fr;gap:8px}.br-quick-field{min-height:68px;padding:10px 12px}.br-quick-field span{font-size:9px;letter-spacing:.14em}.br-quick-date input{font-size:16px}.br-quick-guest select{font-size:26px}.br-quick-date i{display:none}.br-quick-submit{grid-column:1/-1;min-height:54px;font-size:11px;letter-spacing:.18em}.br-image-booking{padding:16px;min-height:380px!important}.br-image-booking-copy{left:16px;right:16px;top:20px}.br-image-booking-copy h2{font-size:28px}.br-image-booking-copy p{font-size:14px}.br-showcase-quick-holder{margin-top:14px}}

.br-nearby-fixed div{position:relative}.br-nearby-fixed div span{font-weight:800;color:#111}

/* v1.5.3: Hard override for quick reservation transparency and real size variants. */
body .br-quick-reservation,
body .br-quick-reservation *,
body .br-quick-reservation-form,
body .br-quick-reservation .br-quick-field,
body .br-quick-reservation .br-quick-submit,
body .br-quick-reservation input,
body .br-quick-reservation select{
    box-sizing:border-box!important;
}
body .br-quick-reservation,
body .br-quick-reservation-form,
body .br-quick-reservation .br-quick-field,
body .br-quick-reservation .br-quick-submit,
body .br-quick-reservation input,
body .br-quick-reservation select{
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
}
body .br-quick-reservation-form{
    display:grid!important;
    align-items:stretch!important;
    border:0!important;
    border-radius:0!important;
    padding:0!important;
}
body .br-quick-reservation .br-quick-field,
body .br-quick-reservation .br-quick-submit{
    border-color:rgba(17,17,17,.96)!important;
    border-style:solid!important;
    border-radius:0!important;
    margin:0!important;
    color:#000!important;
}
body .br-quick-reservation .br-quick-field span{
    color:#000!important;
    background:transparent!important;
}
body .br-quick-reservation input,
body .br-quick-reservation select{
    border:0!important;
    border-radius:0!important;
    outline:none!important;
    color:#000!important;
    padding:0!important;
    margin:0!important;
    min-height:0!important;
    height:auto!important;
}
body .br-quick-reservation input[type="date"]::-webkit-calendar-picker-indicator{
    opacity:0!important;
}
body .br-quick-reservation.br-quick-style-medium .br-quick-reservation-form{grid-template-columns:1.7fr 1.7fr .8fr .8fr 1fr!important;gap:10px!important;max-width:1040px!important;margin:0 auto!important;}
body .br-quick-reservation.br-quick-style-medium .br-quick-field,
body .br-quick-reservation.br-quick-style-medium .br-quick-submit{min-height:88px!important;border-width:2px!important;padding:12px 18px!important;}
body .br-quick-reservation.br-quick-style-medium .br-quick-field span{font-size:11px!important;}
body .br-quick-reservation.br-quick-style-medium .br-quick-date input{font-size:20px!important;}
body .br-quick-reservation.br-quick-style-medium .br-quick-guest select{font-size:34px!important;}
body .br-quick-reservation.br-quick-style-medium .br-quick-submit{font-size:12px!important;letter-spacing:.22em!important;}

body .br-quick-reservation.br-quick-style-slim .br-quick-reservation-form{grid-template-columns:1.7fr 1.7fr .78fr .78fr .95fr!important;gap:9px!important;max-width:980px!important;margin:0 auto!important;}
body .br-quick-reservation.br-quick-style-slim .br-quick-field,
body .br-quick-reservation.br-quick-style-slim .br-quick-submit{min-height:72px!important;border-width:1.5px!important;padding:9px 15px!important;}
body .br-quick-reservation.br-quick-style-slim .br-quick-field span{font-size:10px!important;letter-spacing:.16em!important;}
body .br-quick-reservation.br-quick-style-slim .br-quick-date input{font-size:17px!important;}
body .br-quick-reservation.br-quick-style-slim .br-quick-guest select{font-size:28px!important;}
body .br-quick-reservation.br-quick-style-slim .br-quick-submit{font-size:11px!important;letter-spacing:.18em!important;}

body .br-quick-reservation.br-quick-style-compact .br-quick-reservation-form{grid-template-columns:1.55fr 1.55fr .72fr .72fr .95fr!important;gap:7px!important;max-width:880px!important;margin:0 auto!important;}
body .br-quick-reservation.br-quick-style-compact .br-quick-field,
body .br-quick-reservation.br-quick-style-compact .br-quick-submit{min-height:58px!important;border-width:1.5px!important;padding:7px 11px!important;}
body .br-quick-reservation.br-quick-style-compact .br-quick-field span{font-size:9px!important;letter-spacing:.13em!important;}
body .br-quick-reservation.br-quick-style-compact .br-quick-date input{font-size:15px!important;}
body .br-quick-reservation.br-quick-style-compact .br-quick-guest select{font-size:23px!important;}
body .br-quick-reservation.br-quick-style-compact .br-quick-submit{font-size:10px!important;letter-spacing:.14em!important;line-height:1.25!important;}

@media(max-width:1100px){
    body .br-quick-reservation.br-quick-style-medium .br-quick-reservation-form,
    body .br-quick-reservation.br-quick-style-slim .br-quick-reservation-form,
    body .br-quick-reservation.br-quick-style-compact .br-quick-reservation-form{grid-template-columns:1fr 1fr .8fr .8fr!important;}
    body .br-quick-reservation .br-quick-submit{grid-column:1/-1!important;}
}
@media(max-width:720px){
    body .br-quick-reservation.br-quick-style-medium .br-quick-reservation-form,
    body .br-quick-reservation.br-quick-style-slim .br-quick-reservation-form,
    body .br-quick-reservation.br-quick-style-compact .br-quick-reservation-form{grid-template-columns:1fr 1fr!important;}
    body .br-quick-reservation.br-quick-style-medium .br-quick-field{min-height:68px!important;padding:10px 12px!important;}
    body .br-quick-reservation.br-quick-style-slim .br-quick-field{min-height:58px!important;padding:8px 10px!important;}
    body .br-quick-reservation.br-quick-style-compact .br-quick-field{min-height:48px!important;padding:6px 8px!important;}
    body .br-quick-reservation.br-quick-style-medium .br-quick-submit{min-height:54px!important;}
    body .br-quick-reservation.br-quick-style-slim .br-quick-submit{min-height:48px!important;}
    body .br-quick-reservation.br-quick-style-compact .br-quick-submit{min-height:42px!important;}
}


/* v1.5.4: Hızlı rezervasyon açık/koyu renk modu. Arka plan her durumda transparan kalır. */
body .br-quick-reservation.br-quick-theme-light,
body .br-quick-reservation.br-quick-theme-light .br-quick-reservation-form,
body .br-quick-reservation.br-quick-theme-light .br-quick-field,
body .br-quick-reservation.br-quick-theme-light .br-quick-submit,
body .br-quick-reservation.br-quick-theme-light input,
body .br-quick-reservation.br-quick-theme-light select{
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
}
body .br-quick-reservation.br-quick-theme-light .br-quick-field,
body .br-quick-reservation.br-quick-theme-light .br-quick-submit{
    border-color:rgba(17,17,17,.96)!important;
    color:#000!important;
}
body .br-quick-reservation.br-quick-theme-light .br-quick-field span,
body .br-quick-reservation.br-quick-theme-light input,
body .br-quick-reservation.br-quick-theme-light select,
body .br-quick-reservation.br-quick-theme-light .br-quick-date i{
    color:#000!important;
}
body .br-quick-reservation.br-quick-theme-light .br-quick-submit:hover{
    background:rgba(0,0,0,.92)!important;
    color:#fff!important;
}

body .br-quick-reservation.br-quick-theme-dark,
body .br-quick-reservation.br-quick-theme-dark .br-quick-reservation-form,
body .br-quick-reservation.br-quick-theme-dark .br-quick-field,
body .br-quick-reservation.br-quick-theme-dark .br-quick-submit,
body .br-quick-reservation.br-quick-theme-dark input,
body .br-quick-reservation.br-quick-theme-dark select{
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
}
body .br-quick-reservation.br-quick-theme-dark .br-quick-field,
body .br-quick-reservation.br-quick-theme-dark .br-quick-submit{
    border-color:rgba(255,255,255,.94)!important;
    color:#fff!important;
}
body .br-quick-reservation.br-quick-theme-dark .br-quick-field span,
body .br-quick-reservation.br-quick-theme-dark input,
body .br-quick-reservation.br-quick-theme-dark select,
body .br-quick-reservation.br-quick-theme-dark .br-quick-date i{
    color:#fff!important;
}
body .br-quick-reservation.br-quick-theme-dark .br-quick-submit:hover{
    background:rgba(255,255,255,.92)!important;
    color:#000!important;
}
body .br-quick-reservation.br-quick-theme-dark input[type="date"]::-webkit-calendar-picker-indicator{
    filter:invert(1)!important;
}


/* v1.5.5: Açık/koyu renk modu için kesin override. Tema/Elementor/Flatsome stilleri bu alanı ezmesin diye en sonda tutulur. */
body .br-quick-reservation[data-br-quick-theme],
body .br-quick-reservation[data-br-quick-theme] *,
body .br-quick-reservation[data-br-quick-theme] .br-quick-reservation-form,
body .br-quick-reservation[data-br-quick-theme] .br-quick-field,
body .br-quick-reservation[data-br-quick-theme] .br-quick-submit,
body .br-quick-reservation[data-br-quick-theme] input,
body .br-quick-reservation[data-br-quick-theme] select{
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
    text-shadow:none!important;
}
body .br-quick-reservation[data-br-quick-theme="light"],
body .br-quick-reservation.br-quick-theme-light{
    --br-quick-color:#000!important;
    --br-quick-border:rgba(17,17,17,.96)!important;
    --br-quick-hover-bg:rgba(0,0,0,.92)!important;
    --br-quick-hover-color:#fff!important;
}
body .br-quick-reservation[data-br-quick-theme="dark"],
body .br-quick-reservation.br-quick-theme-dark{
    --br-quick-color:#fff!important;
    --br-quick-border:rgba(255,255,255,.96)!important;
    --br-quick-hover-bg:rgba(255,255,255,.92)!important;
    --br-quick-hover-color:#000!important;
}
body .br-quick-reservation[data-br-quick-theme] .br-quick-field,
body .br-quick-reservation[data-br-quick-theme] .br-quick-submit{
    border-color:var(--br-quick-border)!important;
    color:var(--br-quick-color)!important;
}
body .br-quick-reservation[data-br-quick-theme] .br-quick-field span,
body .br-quick-reservation[data-br-quick-theme] input,
body .br-quick-reservation[data-br-quick-theme] select,
body .br-quick-reservation[data-br-quick-theme] .br-quick-date i{
    color:var(--br-quick-color)!important;
    -webkit-text-fill-color:var(--br-quick-color)!important;
    border-color:var(--br-quick-border)!important;
}
body .br-quick-reservation[data-br-quick-theme] .br-quick-submit:hover,
body .br-quick-reservation[data-br-quick-theme] .br-quick-submit:focus{
    background:var(--br-quick-hover-bg)!important;
    background-color:var(--br-quick-hover-bg)!important;
    color:var(--br-quick-hover-color)!important;
    -webkit-text-fill-color:var(--br-quick-hover-color)!important;
}
body .br-quick-reservation[data-br-quick-theme] select option{
    color:#111!important;
    -webkit-text-fill-color:#111!important;
    background:#fff!important;
}
body .br-quick-reservation[data-br-quick-theme="dark"] input[type="date"]::-webkit-calendar-picker-indicator{
    filter:invert(1)!important;
}

/* v1.5.8 - Two-month availability calendar like hospitality booking sites */
.br-calendar-section{
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  padding:26px 0!important;
  box-shadow:none!important;
}
.br-calendar-section h2{
  font-size:22px!important;
  line-height:1.25!important;
  margin:0 0 8px!important;
  color:#111827!important;
  font-weight:800!important;
}
.br-calendar-section p{
  font-size:12px!important;
  color:#111827!important;
  margin:0 0 14px!important;
  line-height:1.55!important;
}
.br-availability-calendar-wrap{
  border:1px solid #d9dde7;
  border-radius:4px;
  background:#fff;
  padding:26px 34px 24px;
  max-width:100%;
  overflow:hidden;
}
.br-months-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:42px;
  align-items:start;
}
.br-month-card h3{
  margin:0 0 38px!important;
  text-align:center;
  font-size:12px!important;
  color:#173b68!important;
  font-weight:800!important;
  line-height:1.2!important;
}
.br-month-weekdays,
.br-month-days{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
}
.br-month-weekdays span{
  text-align:center;
  color:#111827;
  font-size:12px;
  font-weight:700;
  padding:0 0 12px;
}
.br-month-day{
  min-height:43px;
  border:1px solid #d4d7df;
  margin:-1px 0 0 -1px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#111827;
  background:#fff;
  font-size:12px;
  font-weight:500;
  box-sizing:border-box;
}
.br-month-day.br-empty{
  border-color:transparent;
  background:transparent;
}
.br-month-day.br-state-available{background:#fff;color:#111827;}
.br-month-day.br-state-booked{background:#14345d;color:#fff;border-color:#14345d;}
.br-month-day.br-state-option{background:#f26b21;color:#fff;border-color:#f26b21;}
.br-month-day.br-state-special{background:#6d35c4;color:#fff;border-color:#6d35c4;}
.br-month-day.is-checkin,
.br-month-day.br-state-checkin{background:#20c563!important;color:#fff!important;border-color:#20c563!important;}
.br-calendar-legend-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:22px 0 20px;
  color:#4b5563;
  font-size:10px;
  font-weight:700;
}
.br-calendar-legend-row span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:14px;
}
.br-legend-box{
  width:13px;
  height:13px;
  display:inline-block;
  border:1px solid #d5d8df;
  background:#fff;
  box-sizing:border-box;
}
.br-legend-box.br-state-available{background:#fff;}
.br-legend-box.br-state-booked{background:#14345d;border-color:#14345d;}
.br-legend-box.br-state-option{background:#f26b21;border-color:#f26b21;}
.br-legend-box.br-state-special{background:#6d35c4;border-color:#6d35c4;}
.br-legend-box.br-state-checkin{background:#20c563;border-color:#20c563;}
.br-calendar-nav-row{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.br-calendar-nav-btn{
  min-width:112px;
  min-height:44px;
  border:1px solid #173b68;
  background:#fff;
  color:#173b68!important;
  text-decoration:none!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  font-size:12px;
  font-weight:500;
  transition:.2s;
}
.br-calendar-nav-btn:hover{
  background:#173b68;
  color:#fff!important;
}
@media(max-width:900px){
  .br-availability-calendar-wrap{padding:20px 16px;}
  .br-months-grid{grid-template-columns:1fr;gap:28px;}
  .br-month-card h3{margin-bottom:18px!important;}
}
@media(max-width:520px){
  .br-month-day{min-height:35px;font-size:11px;}
  .br-month-weekdays span{font-size:10px;}
  .br-calendar-nav-btn{width:100%;}
}


/* v1.5.9 - Tema header / admin bar uyumluluğu: detay sayfasında üst bölüm kaymasını düzeltir */
body.br-detail-page-active{
  --br-theme-header-height:0px;
  --br-wp-adminbar-height:0px;
}
body.admin-bar.br-detail-page-active{--br-wp-adminbar-height:32px;}
@media(max-width:782px){body.admin-bar.br-detail-page-active{--br-wp-adminbar-height:46px;}}
body.br-detail-page-active .br-premium-detail,
body.br-detail-page-active .br-detail-titlebar,
body.br-detail-page-active .br-gallery-mosaic,
body.br-detail-page-active .br-detail-layout,
body.br-detail-page-active .br-calendar-section{position:relative;z-index:1;}
body.br-detail-page-active .br-booking-sidebar{position:relative;z-index:2;}
body.br-detail-page-active.br-has-theme-header .br-premium-detail{
  padding-top:clamp(18px,calc(var(--br-theme-header-height,0px) - var(--br-wp-adminbar-height,0px) + 18px),170px)!important;
  margin-top:0!important;
}
body.br-detail-page-active.br-has-theme-header .br-detail-titlebar{margin-top:0!important;}
body.admin-bar.br-detail-page-active .whb-header,
body.admin-bar.br-detail-page-active .wd-header,
body.admin-bar.br-detail-page-active .site-header,
body.admin-bar.br-detail-page-active .main-header,
body.admin-bar.br-detail-page-active .elementor-location-header,
body.admin-bar.br-detail-page-active header[role="banner"]{
  top:var(--br-wp-adminbar-height)!important;
}
body.br-detail-page-active .br-availability-calendar-wrap,
body.br-detail-page-active .br-calendar-section{
  scroll-margin-top:calc(var(--br-theme-header-height,0px) + 24px);
}
@media(max-width:900px){
  body.br-detail-page-active.br-has-theme-header .br-premium-detail{
    padding-top:clamp(14px,calc(var(--br-theme-header-height,0px) - var(--br-wp-adminbar-height,0px) + 14px),150px)!important;
  }
}

/* v1.6.0 - satış sitesi ürün vitrini + hızlı rezervasyon tıklama güvenliği */
.br-grid-showcase{
  grid-template-columns:repeat(var(--br-showcase-columns,3),minmax(0,1fr))!important;
  align-items:stretch!important;
}
.br-grid-showcase .br-product-card,
.br-search-results .br-product-card{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  border-radius:18px!important;
  border:1px solid rgba(15,23,42,.10)!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(15,23,42,.08)!important;
  overflow:hidden!important;
  transform:none!important;
}
.br-grid-showcase .br-product-card:hover,
.br-search-results .br-product-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 18px 44px rgba(15,23,42,.14)!important;
}
.br-product-card .br-card-img{
  aspect-ratio:1/1!important;
  border-radius:0!important;
  background:#f3f4f6!important;
}
.br-product-card .br-card-img:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:42%;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.34));
  pointer-events:none;
}
.br-product-card .br-card-body{
  display:flex!important;
  flex-direction:column!important;
  flex:1!important;
  padding:16px!important;
}
.br-product-card h3{
  font-size:18px!important;
  line-height:1.28!important;
  margin:0 0 8px!important;
  min-height:46px!important;
}
.br-product-card .br-specs,
.br-product-card .br-amenities{
  gap:6px!important;
  margin:7px 0!important;
}
.br-product-card .br-specs span,
.br-product-card .br-amenities span{
  font-size:12px!important;
  padding:5px 8px!important;
  background:#f8fafc!important;
}
.br-product-card .br-card-promo{
  font-size:13px!important;
  line-height:1.45!important;
  min-height:38px!important;
  margin:8px 0 10px!important;
}
.br-product-card .br-card-bottom{
  margin-top:auto!important;
  padding-top:14px!important;
  border-top:1px solid rgba(15,23,42,.08)!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
}
.br-product-card .br-card-bottom strong{
  display:flex!important;
  align-items:baseline!important;
  justify-content:space-between!important;
  gap:8px!important;
  font-size:22px!important;
  color:var(--br-primary)!important;
}
.br-product-card .br-card-bottom small{
  font-size:12px!important;
  color:#64748b!important;
}
.br-product-card .br-card-bottom .br-btn{
  width:100%!important;
  border-radius:12px!important;
  padding:12px 14px!important;
  font-weight:900!important;
}
.br-quick-reservation,
.br-quick-reservation *,
.br-quick-reservation-form,
.br-quick-submit{
  pointer-events:auto!important;
}
.br-quick-submit.is-loading{
  opacity:.68!important;
  cursor:wait!important;
}
@media(max-width:1100px){
  .br-grid-showcase{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:720px){
  .br-grid-showcase{grid-template-columns:1fr!important;}
  .br-product-card .br-card-img{aspect-ratio:4/3!important;}
}


/* v1.6.1 - sade sayfa çıktısı + gerçek satış vitrini */
.br-shop-showcase{padding:8px 0 24px!important;overflow:visible!important}
.br-shop-section-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:16px!important;margin:0 0 18px!important;text-align:left!important;max-width:none!important}
.br-shop-section-head h2{margin:0!important;font-size:30px!important;line-height:1.15!important;color:var(--br-text)!important;font-weight:900!important}
.br-shop-section-head p{margin:0!important;color:var(--br-muted)!important;max-width:620px!important}
.br-shop-grid{display:grid!important;grid-template-columns:repeat(var(--br-showcase-columns,3),minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important;margin:0!important;padding:0!important}
.br-shop-card{position:relative!important;display:flex!important;flex-direction:column!important;height:100%!important;background:#fff!important;border:1px solid rgba(15,23,42,.10)!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 10px 28px rgba(15,23,42,.08)!important;transition:transform .22s ease,box-shadow .22s ease!important}
.br-shop-card:hover{transform:translateY(-5px)!important;box-shadow:0 20px 48px rgba(15,23,42,.14)!important}
.br-shop-card-image{position:relative!important;display:block!important;aspect-ratio:1/1!important;background:#f3f4f6!important;overflow:hidden!important;text-decoration:none!important}
.br-shop-card-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .28s ease!important}
.br-shop-card:hover .br-shop-card-image img{transform:scale(1.045)!important}
.br-shop-badge{position:absolute!important;left:12px!important;top:12px!important;z-index:3!important;background:var(--br-secondary)!important;color:#fff!important;border-radius:999px!important;padding:7px 10px!important;font-size:12px!important;font-weight:900!important;box-shadow:0 10px 24px rgba(0,0,0,.18)!important}
.br-shop-no-image{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;padding:20px!important;text-align:center!important;color:#64748b!important;font-weight:800!important}
.br-shop-card-content{display:flex!important;flex-direction:column!important;flex:1!important;padding:16px!important}
.br-shop-card-content h3{margin:0 0 9px!important;font-size:18px!important;line-height:1.28!important;min-height:46px!important;font-weight:900!important}
.br-shop-card-content h3 a{color:var(--br-text)!important;text-decoration:none!important}
.br-shop-meta,.br-shop-tags{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin:4px 0 8px!important}
.br-shop-meta span,.br-shop-tags span{font-size:12px!important;line-height:1.2!important;background:#f8fafc!important;border:1px solid rgba(15,23,42,.08)!important;color:#475569!important;border-radius:999px!important;padding:6px 8px!important}
.br-shop-card-footer{margin-top:auto!important;display:grid!important;gap:12px!important;padding-top:14px!important;border-top:1px solid rgba(15,23,42,.08)!important}
.br-shop-price{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:10px!important}
.br-shop-price small{font-size:12px!important;color:#64748b!important;font-weight:700!important}
.br-shop-price strong{font-size:22px!important;color:var(--br-primary)!important;font-weight:950!important}
.br-shop-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;background:var(--br-primary)!important;color:#fff!important;text-decoration:none!important;border-radius:12px!important;padding:12px 14px!important;font-weight:950!important;line-height:1.2!important;text-align:center!important}
.br-shop-btn:hover{filter:brightness(.95)!important;transform:translateY(-1px)!important}
.br-showcase .br-showcase-hero,.br-showcase .br-feature-strip,.br-showcase .br-sales-blocks{display:none!important}
.br-calendar-section>p,.br-section-head>p,.br-card-promo:empty{display:none!important}
.br-price-box:empty{display:none!important}
@media(max-width:1100px){.br-shop-grid{grid-template-columns:repeat(min(2,var(--br-showcase-columns,2)),minmax(0,1fr))!important}.br-shop-card-image{aspect-ratio:4/3!important}}
@media(max-width:720px){.br-shop-grid{grid-template-columns:1fr!important}.br-shop-section-head{display:block!important}.br-shop-section-head h2{font-size:24px!important}.br-shop-card-content h3{min-height:auto!important}.br-shop-card-image{aspect-ratio:4/3!important}}


/* v1.6.3 - modern vitrin kartları + detay sayfası çakışma önleme */
.br-vitrine-pro{
  width:100%!important;
  max-width:1280px!important;
  margin:0 auto!important;
  padding:18px 12px 34px!important;
  overflow:visible!important;
  isolation:isolate!important;
}
.br-vitrine-pro .br-shop-section-head{
  padding:0 2px 6px!important;
  border-bottom:1px solid rgba(15,23,42,.08)!important;
  margin-bottom:22px!important;
}
.br-vitrine-pro .br-shop-section-head h2{
  font-size:clamp(24px,3vw,38px)!important;
  letter-spacing:-.03em!important;
}
.br-vitrine-pro .br-shop-grid{
  display:grid!important;
  grid-template-columns:repeat(var(--br-showcase-columns,3),minmax(0,1fr))!important;
  gap:26px!important;
  width:100%!important;
  align-items:stretch!important;
  overflow:visible!important;
}
.br-vitrine-pro .br-shop-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%)!important;
  border:1px solid rgba(15,23,42,.09)!important;
  border-radius:24px!important;
  overflow:hidden!important;
  box-shadow:0 18px 42px rgba(15,23,42,.10)!important;
  transform:translateZ(0)!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}
.br-vitrine-pro .br-shop-card:before{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:2;
  border-radius:24px;box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}
.br-vitrine-pro .br-shop-card:hover{
  transform:translateY(-7px)!important;
  border-color:rgba(30,115,190,.22)!important;
  box-shadow:0 28px 70px rgba(15,23,42,.17)!important;
}
.br-vitrine-pro .br-shop-card-image{
  position:relative!important;
  aspect-ratio:1/0.78!important;
  background:#eef2f7!important;
  overflow:hidden!important;
  border-radius:0!important;
}
.br-vitrine-pro .br-shop-card-image:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:42%;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.42));z-index:1;pointer-events:none;
}
.br-vitrine-pro .br-shop-card-image img{
  width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;
}
.br-vitrine-pro .br-shop-badge{
  z-index:4!important;left:14px!important;top:14px!important;
  background:linear-gradient(135deg,var(--br-secondary),#ff5a5f)!important;
  color:#fff!important;border-radius:999px!important;padding:8px 12px!important;
  font-size:11px!important;letter-spacing:.02em!important;text-transform:uppercase!important;
}
.br-vitrine-pro .br-shop-card-content{
  display:flex!important;flex-direction:column!important;flex:1!important;
  padding:18px 18px 17px!important;gap:0!important;
}
.br-vitrine-pro .br-shop-card-content h3{
  min-height:auto!important;margin:0 0 10px!important;
  font-size:20px!important;line-height:1.25!important;letter-spacing:-.02em!important;
  font-weight:950!important;color:#0f172a!important;
}
.br-vitrine-pro .br-shop-card-content h3 a{color:#0f172a!important;text-decoration:none!important;}
.br-vitrine-pro .br-shop-meta{margin:0 0 10px!important;gap:7px!important;}
.br-vitrine-pro .br-shop-meta span{
  background:#f1f5f9!important;color:#334155!important;border-color:#e2e8f0!important;
  font-weight:800!important;padding:7px 9px!important;
}
.br-vitrine-pro .br-shop-promo{
  margin:0 0 12px!important;color:#64748b!important;font-size:13px!important;line-height:1.55!important;
  min-height:40px!important;
}
.br-vitrine-pro .br-shop-tags{gap:7px!important;margin:0 0 14px!important;}
.br-vitrine-pro .br-shop-tags span{
  font-size:11.5px!important;background:#fff!important;border:1px solid #e6edf6!important;color:#475569!important;
  padding:6px 8px!important;font-weight:750!important;
}
.br-vitrine-pro .br-shop-card-footer{
  margin-top:auto!important;padding-top:15px!important;gap:13px!important;
  border-top:1px solid rgba(15,23,42,.08)!important;
}
.br-vitrine-pro .br-shop-price{
  align-items:flex-end!important;
}
.br-vitrine-pro .br-shop-price small{
  text-transform:uppercase!important;letter-spacing:.08em!important;font-size:10px!important;color:#64748b!important;
}
.br-vitrine-pro .br-shop-price strong{
  font-size:25px!important;letter-spacing:-.03em!important;color:var(--br-primary)!important;
}
.br-vitrine-pro .br-shop-btn{
  min-height:46px!important;border-radius:15px!important;
  background:linear-gradient(135deg,var(--br-primary),#155a99)!important;
  box-shadow:0 12px 24px rgba(30,115,190,.22)!important;
  transition:transform .18s ease,filter .18s ease!important;
}
.br-vitrine-pro .br-shop-btn:hover{filter:brightness(1.02)!important;transform:translateY(-2px)!important;}

.br-premium-detail{
  width:100%!important;max-width:1280px!important;margin:0 auto!important;
  padding:24px 16px 50px!important;clear:both!important;display:block!important;
  position:relative!important;z-index:1!important;isolation:isolate!important;overflow:visible!important;
}
.br-premium-detail > *{clear:both!important;}
.br-premium-detail .br-detail-titlebar{
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(210px,auto)!important;
  gap:22px!important;align-items:start!important;width:100%!important;margin:0 0 20px!important;
  position:relative!important;z-index:3!important;
}
.br-premium-detail .br-gallery-mosaic{
  width:100%!important;margin:0 0 30px!important;position:relative!important;z-index:1!important;clear:both!important;
}
.br-premium-detail .br-detail-layout{
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,380px)!important;
  gap:30px!important;align-items:start!important;width:100%!important;clear:both!important;position:relative!important;z-index:2!important;
}
.br-premium-detail .br-detail-main{min-width:0!important;width:100%!important;position:relative!important;z-index:1!important;}
.br-premium-detail .br-booking-sidebar{
  align-self:start!important;min-width:0!important;width:100%!important;position:sticky!important;
  top:calc(var(--br-wp-adminbar-height,0px) + var(--br-theme-header-height,0px) + 24px)!important;
  z-index:4!important;
}
.br-premium-detail .br-form-sidebar{width:100%!important;max-width:100%!important;overflow:hidden!important;}
.br-premium-detail .br-tab-panel,.br-premium-detail .br-calendar-section{
  width:100%!important;clear:both!important;position:relative!important;z-index:1!important;overflow:visible!important;
}
body.br-detail-page-active.br-has-theme-header .br-premium-detail{
  padding-top:24px!important;margin-top:0!important;
}
@media(max-width:1180px){
  .br-vitrine-pro .br-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;}
  .br-premium-detail .br-detail-layout{grid-template-columns:1fr!important;}
  .br-premium-detail .br-booking-sidebar{position:static!important;top:auto!important;z-index:1!important;}
}
@media(max-width:760px){
  .br-vitrine-pro{padding:12px 0 28px!important;}
  .br-vitrine-pro .br-shop-grid{grid-template-columns:1fr!important;gap:18px!important;}
  .br-vitrine-pro .br-shop-card{border-radius:20px!important;}
  .br-vitrine-pro .br-shop-card-image{aspect-ratio:4/3!important;}
  .br-premium-detail{padding:18px 10px 40px!important;}
  .br-premium-detail .br-detail-titlebar{grid-template-columns:1fr!important;gap:14px!important;}
  .br-premium-detail .br-title-price{text-align:left!important;width:100%!important;}
  .br-premium-detail .br-gallery-mosaic{margin-bottom:22px!important;}
}

/* v1.6.4 - Tarih seçimi, AJAX takvim ve modern galeri nihai düzeltmeleri */
.br-date-control{position:relative!important;display:block!important;width:100%!important;min-width:0!important}
.br-date-control input[data-br-date-input],
.br-form input[data-br-date-input],
.br-search-form input[data-br-date-input]{padding-right:44px!important;letter-spacing:.02em!important;font-variant-numeric:tabular-nums!important}
.br-native-date{position:absolute!important;right:0!important;bottom:0!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;border:0!important;padding:0!important;margin:0!important}
.br-date-pick-btn{position:absolute!important;right:10px!important;top:50%!important;transform:translateY(-50%)!important;width:28px!important;height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:0!important;box-shadow:none!important;color:inherit!important;cursor:pointer!important;padding:0!important;margin:0!important;z-index:3!important;line-height:1!important;font-size:20px!important}
.br-date-pick-btn:hover{opacity:.75!important}
.br-quick-date .br-date-pick-btn{top:auto!important;transform:none!important;width:auto!important;height:auto!important}
.br-form label,.br-search-form label,.br-guest-picker span,.br-guest-picker label{overflow:visible!important;line-height:1.35!important;white-space:normal!important;text-overflow:clip!important}
.br-form input,.br-form select,.br-form textarea{min-height:42px!important;line-height:1.35!important;overflow:visible!important}
.br-form-sidebar .br-form-grid{gap:16px!important;align-items:start!important}
.br-form-sidebar .br-guest-picker{grid-template-columns:minmax(92px,1fr) repeat(3,minmax(68px,1fr))!important;gap:10px!important;align-items:end!important}
.br-form-sidebar .br-guest-picker>span{align-self:center!important;line-height:1.35!important}
.br-form-sidebar .br-guest-picker label{min-width:0!important}
.br-form-sidebar .br-guest-picker input{height:42px!important;text-align:center!important}

.br-availability-calendar-wrap.is-loading{position:relative!important;opacity:.72!important;pointer-events:none!important}
.br-availability-calendar-wrap.is-loading:after{content:"Takvim yükleniyor...";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.72);color:#173b68;font-weight:800;z-index:5}
.br-calendar-nav-btn{cursor:pointer!important}

.br-premium-detail{overflow:visible!important;contain:layout!important}
.br-premium-detail .br-detail-titlebar,
.br-premium-detail .br-gallery-mosaic,
.br-premium-detail .br-detail-layout{float:none!important;clear:both!important;transform:none!important}
.br-premium-detail .br-detail-layout{isolation:isolate!important;grid-auto-rows:auto!important}
.br-premium-detail .br-booking-sidebar{max-width:100%!important;overflow:visible!important}
.br-premium-detail .br-form-sidebar{overflow:visible!important}
.br-premium-detail .br-form-sidebar textarea{min-height:104px!important;resize:vertical!important}

.br-gallery-mosaic.br-gallery-modern{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:auto!important;gap:14px!important;margin:20px 0 30px!important;position:relative!important;overflow:visible!important;width:100%!important}
.br-gallery-mosaic.br-gallery-modern a,
.br-gallery-mosaic.br-gallery-modern .br-gallery-tile{display:block!important;aspect-ratio:4/3!important;border-radius:18px!important;overflow:hidden!important;background:#eef2f7!important;box-shadow:0 12px 30px rgba(15,23,42,.08)!important;grid-row:auto!important;grid-column:auto!important}
.br-gallery-mosaic.br-gallery-modern img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .25s ease!important}
.br-gallery-mosaic.br-gallery-modern a:hover img{transform:scale(1.035)!important}
.br-gallery-mosaic.br-gallery-modern .br-all-photos{position:absolute!important;right:16px!important;bottom:16px!important;z-index:4!important;border-radius:999px!important;background:rgba(15,23,42,.88)!important;color:#fff!important;box-shadow:0 12px 28px rgba(15,23,42,.25)!important;aspect-ratio:auto!important;width:auto!important;height:auto!important;padding:10px 14px!important}
.br-gallery-mosaic.br-gallery-modern .br-mosaic-main,
.br-gallery-mosaic.br-gallery-modern .br-mosaic-small{grid-row:auto!important;grid-column:auto!important;border-radius:18px!important}
@media(max-width:1024px){.br-gallery-mosaic.br-gallery-modern{grid-template-columns:repeat(3,minmax(0,1fr))!important}.br-form-sidebar .br-guest-picker{grid-template-columns:1fr repeat(3,minmax(58px,1fr))!important}}
@media(max-width:760px){.br-gallery-mosaic.br-gallery-modern{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.br-gallery-mosaic.br-gallery-modern a{border-radius:14px!important}.br-form-sidebar .br-guest-picker{grid-template-columns:1fr!important}.br-form-sidebar .br-guest-picker>span{margin-bottom:0!important}.br-form-sidebar .br-form-grid{grid-template-columns:1fr!important}.br-date-pick-btn{right:8px!important}}


/* v1.6.5 - Detay adres sırası, arama filtresi sadeleştirme ve büyük görsel temizliği */
.br-premium-detail .br-kicker{display:none!important}
.br-premium-detail .br-specs{align-items:center!important;margin-top:8px!important;margin-bottom:10px!important}
.br-premium-detail .br-specs .br-location-chip{order:-10!important;max-width:100%!important;background:#eef6ff!important;color:#173b68!important;border-color:rgba(30,115,190,.18)!important;font-weight:800!important}
.br-premium-detail .br-detail-titlebar{margin-top:0!important;padding-top:0!important}
.br-premium-detail .br-detail-titlebar h1{margin-top:6px!important}
body.single-br_bungalow .post-thumbnail,
body.single-br_bungalow .entry-thumbnail,
body.single-br_bungalow .single-post-thumbnail,
body.single-br_bungalow .wd-post-image,
body.single-br_bungalow .wd-single-post-img,
body.single-br_bungalow .featured-image,
body.single-br_bungalow .page-title .wp-post-image{display:none!important}
.br-search-form.br-search-form-clean{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;align-items:end!important;padding:22px 24px!important}
.br-search-form.br-search-form-clean label{min-width:0!important;overflow:visible!important}
.br-search-form.br-search-form-clean input{min-height:52px!important;font-size:15px!important;border-radius:14px!important}
.br-search-form.br-search-form-clean .br-filter-checks{grid-column:2/4!important;display:grid!important;grid-template-columns:repeat(5,max-content)!important;gap:10px 14px!important;align-items:center!important;align-self:center!important;background:#f8fafc!important;border:1px solid var(--br-border)!important;border-radius:16px!important;padding:12px 14px!important;min-height:52px!important}
.br-search-form.br-search-form-clean .br-filter-checks label{display:inline-flex!important;flex-direction:row!important;align-items:center!important;gap:7px!important;margin:0!important;color:#4b5563!important;font-size:13px!important;line-height:1.2!important;white-space:nowrap!important}
.br-search-form.br-search-form-clean .br-filter-checks input{width:auto!important;min-height:auto!important;margin:0!important;padding:0!important}
.br-search-form.br-search-form-clean .br-btn{height:56px!important;border-radius:14px!important;width:100%!important;align-self:end!important}
@media(max-width:1100px){.br-search-form.br-search-form-clean{grid-template-columns:repeat(2,minmax(0,1fr))!important}.br-search-form.br-search-form-clean .br-filter-checks{grid-column:1/-1!important;grid-template-columns:repeat(3,max-content)!important}.br-search-form.br-search-form-clean .br-btn{grid-column:1/-1!important}}
@media(max-width:720px){.br-search-form.br-search-form-clean{grid-template-columns:1fr!important;padding:16px!important}.br-search-form.br-search-form-clean .br-filter-checks{grid-template-columns:repeat(2,minmax(0,1fr))!important}.br-search-form.br-search-form-clean .br-filter-checks label{white-space:normal!important}.br-premium-detail .br-specs .br-location-chip{width:100%!important;justify-content:flex-start!important}}

/* v1.6.7 legal consent and calendar hardening */
.br-legal-consents{display:block!important;width:100%;margin:8px 0 0;padding:12px;border:1px solid var(--br-border,#dfe7f2);border-radius:16px;background:#f8fafc;box-sizing:border-box}
.br-legal-note{margin:0 0 10px;font-size:13px;line-height:1.45;color:#374151}
.br-legal-details{margin:8px 0;background:#fff;border:1px solid #e3eaf4;border-radius:12px;overflow:hidden}
.br-legal-details summary{cursor:pointer;padding:10px 12px;font-weight:700;color:#172033;list-style:auto}
.br-legal-details div{padding:0 12px 12px;font-size:13px;line-height:1.55;color:#475569;max-height:190px;overflow:auto}
.br-legal-check{display:flex!important;align-items:flex-start!important;gap:8px!important;margin:8px 0!important;font-size:13px!important;line-height:1.45!important;color:#172033!important}
.br-legal-check input{width:16px!important;height:16px!important;min-width:16px!important;margin-top:2px!important}
.br-availability-calendar-wrap.is-loading{opacity:.6;pointer-events:none}
.br-month-day.br-state-booked,.br-month-day.br-state-blocked,.br-month-day.br-state-closed,.br-month-day.br-state-maintenance{background:#0f376d!important;color:#fff!important;border-color:#0f376d!important}


/* v1.6.8 - Yönetilebilir vitrin rozeti ve fırsat odası kartı */
.br-shop-badge,.br-card-badge,.br-deal-badge{transition:background .2s ease,color .2s ease,transform .2s ease!important}
.br-deal-card{position:relative;display:grid;grid-template-columns:1fr;overflow:hidden;border:1px solid rgba(15,23,42,.10);border-radius:26px;background:#fff;box-shadow:0 18px 55px rgba(15,23,42,.12);isolation:isolate;max-width:520px}
.br-deal-horizontal{grid-template-columns:minmax(260px,44%) 1fr;max-width:980px}
.br-deal-media{position:relative;display:block;min-height:250px;background:#eef2f7;overflow:hidden;text-decoration:none!important}
.br-deal-media img{width:100%!important;height:100%!important;min-height:250px!important;object-fit:cover!important;display:block!important;transition:transform .35s ease!important}
.br-deal-card:hover .br-deal-media img{transform:scale(1.05)}
.br-deal-badge{position:absolute;left:16px;top:16px;z-index:3;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:900;letter-spacing:.01em;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.br-deal-content{padding:22px;display:flex;flex-direction:column;gap:12px;min-width:0}
.br-deal-subtitle{margin:0;color:#1e73be;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.br-deal-content h3{margin:0!important;font-size:24px!important;line-height:1.18!important}
.br-deal-content h3 a{text-decoration:none!important;color:#0f172a!important}
.br-deal-promo{margin:0!important;color:#64748b!important;font-size:14px!important;line-height:1.55!important}
.br-deal-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:2px}
.br-deal-tags span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800;color:#475569}
.br-deal-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid #e5e7eb;padding-top:16px}
.br-deal-price small{display:block;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.br-deal-price strong{display:block;color:#1e73be;font-size:22px;font-weight:950;line-height:1.1}.br-deal-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 18px;border-radius:14px;background:var(--br-primary,#1e73be);color:#fff!important;font-weight:900;text-decoration:none!important;box-shadow:0 12px 28px rgba(30,115,190,.24);white-space:nowrap}.br-deal-btn:hover{filter:brightness(1.03);transform:translateY(-1px)}.br-deal-empty{padding:18px;color:#b91c1c;background:#fff7f7;border-color:#fecaca}@media(max-width:760px){.br-deal-horizontal{grid-template-columns:1fr}.br-deal-card{max-width:100%;border-radius:22px}.br-deal-media,.br-deal-media img{min-height:220px!important}.br-deal-footer{align-items:flex-start;flex-direction:column}.br-deal-btn{width:100%}}


/* v1.6.9 - vitrin başlığı ve tema uyumu */
.br-vitrine-pro,
.br-vitrine-pro *{
  font-family:inherit!important;
}
.br-vitrine-pro .br-shop-section-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 22px!important;
  padding:0 2px 12px!important;
  border-bottom:1px solid color-mix(in srgb,var(--br-primary) 16%,transparent)!important;
}
.br-vitrine-pro .br-shop-section-head h2{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  margin:0!important;
  font-family:inherit!important;
  color:var(--br-primary)!important;
  font-size:clamp(24px,3vw,38px)!important;
  font-weight:800!important;
  line-height:1.18!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.br-vitrine-pro .br-shop-section-head p{
  margin:4px 0 0!important;
  font-family:inherit!important;
  color:var(--br-muted)!important;
  font-size:15px!important;
  line-height:1.55!important;
}
.br-vitrine-pro .br-shop-card-content h3,
.br-vitrine-pro .br-shop-card-content h3 a{
  font-family:inherit!important;
  color:var(--br-text)!important;
}
@supports not (color: color-mix(in srgb, #000 10%, transparent)){
  .br-vitrine-pro .br-shop-section-head{border-bottom-color:rgba(30,115,190,.16)!important;}
}
@media(max-width:720px){
  .br-vitrine-pro .br-shop-section-head{display:block!important;}
  .br-vitrine-pro .br-shop-section-head h2{font-size:24px!important;}
}

/* v1.7.0 - yönetilebilir buton renkleri, ürün bazlı vitrin rozeti ve yorum/soru alanı */
.br-wrap .br-btn,
.br-wrap button.br-btn,
.br-wrap input[type="submit"].br-btn,
.br-wrap .br-shop-btn,
.br-wrap .br-deal-btn,
.br-wrap .br-form button[type="submit"],
.br-wrap .br-search-form button[type="submit"]{
  background:var(--br-button-bg,var(--br-primary,#1e73be))!important;
  color:var(--br-button-text,#fff)!important;
  border-color:var(--br-button-bg,var(--br-primary,#1e73be))!important;
  box-shadow:0 12px 28px color-mix(in srgb,var(--br-button-bg,var(--br-primary,#1e73be)) 28%,transparent)!important;
}
.br-wrap .br-btn:hover,
.br-wrap button.br-btn:hover,
.br-wrap input[type="submit"].br-btn:hover,
.br-wrap .br-shop-btn:hover,
.br-wrap .br-deal-btn:hover,
.br-wrap .br-form button[type="submit"]:hover,
.br-wrap .br-search-form button[type="submit"]:hover{
  background:var(--br-button-hover-bg,var(--br-secondary,#dc000c))!important;
  color:var(--br-button-hover-text,#fff)!important;
  border-color:var(--br-button-hover-bg,var(--br-secondary,#dc000c))!important;
  filter:none!important;
  transform:translateY(-1px);
}
.br-shop-badge.br-badge-style-soft,
.br-card-badge.br-badge-style-soft,
.br-deal-badge.br-badge-style-soft{border-radius:12px!important;padding:8px 12px!important;box-shadow:0 8px 20px rgba(0,0,0,.14)!important;backdrop-filter:blur(8px)}
.br-shop-badge.br-badge-style-ribbon,
.br-card-badge.br-badge-style-ribbon,
.br-deal-badge.br-badge-style-ribbon{border-radius:0 999px 999px 0!important;left:0!important;top:16px!important;padding:9px 14px 9px 16px!important;box-shadow:0 12px 24px rgba(0,0,0,.2)!important;letter-spacing:.01em!important}
.br-rating-chip{display:inline-flex;align-items:center;gap:8px;margin:2px 0 8px;padding:7px 11px;border:1px solid var(--br-border,#e5e9f2);border-radius:999px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.06);font-size:13px;color:var(--br-muted,#64748b)}
.br-rating-chip strong{color:var(--br-text,#111827)}
.br-stars{display:inline-flex;gap:1px;line-height:1;color:#cbd5e1;letter-spacing:.02em}.br-stars span{font-size:15px}.br-stars .is-filled{color:#f59e0b}.br-stars-lg span{font-size:22px}
.br-rq-section{padding:26px;border:1px solid var(--br-border,#e5e9f2);border-radius:24px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:var(--br-shadow,0 18px 50px rgba(15,23,42,.10));margin:18px 0 0}.br-rq-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.br-rq-kicker{display:inline-flex;margin-bottom:8px;padding:7px 10px;border-radius:999px;background:color-mix(in srgb,var(--br-primary,#1e73be) 10%,#fff);color:var(--br-primary,#1e73be);font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.br-rq-head h2{margin:0 0 8px!important;font-size:28px!important;line-height:1.15!important;color:var(--br-text,#111827)!important}.br-rq-head p{margin:0!important;color:var(--br-muted,#64748b)!important;max-width:680px}.br-rq-score{min-width:150px;text-align:center;background:#fff;border:1px solid var(--br-border,#e5e9f2);border-radius:22px;padding:14px;box-shadow:0 12px 26px rgba(15,23,42,.08)}.br-rq-score strong{display:block;font-size:30px;line-height:1;color:var(--br-primary,#1e73be);margin:4px 0}.br-rq-score span{font-size:12px;color:var(--br-muted,#64748b);font-weight:800}.br-rq-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.br-rq-card{background:#fff;border:1px solid var(--br-border,#e5e9f2);border-radius:22px;padding:18px;box-shadow:0 10px 26px rgba(15,23,42,.06)}.br-rq-card h3{margin:0 0 14px!important;font-size:21px!important;color:var(--br-text,#111827)!important}.br-rq-list{display:grid;gap:12px;margin-bottom:18px}.br-rq-item{border:1px solid #edf2f7;background:#f8fafc;border-radius:16px;padding:14px}.br-rq-item-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}.br-rq-item-head strong{font-size:14px;color:var(--br-text,#111827)}.br-rq-item-head span:not(.br-stars span){font-size:12px;color:var(--br-muted,#64748b);font-weight:800}.br-rq-item p{margin:0!important;color:#334155!important;line-height:1.55!important}.br-rq-empty{margin:0;padding:14px;border:1px dashed var(--br-border,#e5e9f2);border-radius:16px;color:var(--br-muted,#64748b);background:#fbfdff}.br-rq-form{display:grid;gap:12px;border-top:1px solid var(--br-border,#e5e9f2);padding-top:16px}.br-rq-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.br-rq-form label{display:grid;gap:7px;font-size:13px;font-weight:900;color:var(--br-muted,#64748b)}.br-rq-form input,.br-rq-form textarea{width:100%;border:1px solid var(--br-border,#e5e9f2);border-radius:13px;padding:12px 13px;font-size:14px;background:#fff;color:var(--br-text,#111827);box-sizing:border-box}.br-rq-form input:focus,.br-rq-form textarea:focus{outline:none;border-color:var(--br-primary,#1e73be);box-shadow:0 0 0 3px color-mix(in srgb,var(--br-primary,#1e73be) 14%,transparent)}.br-star-select{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end;gap:3px}.br-star-select input{position:absolute;opacity:0;pointer-events:none}.br-star-select label{display:inline-flex!important;color:#cbd5e1!important;font-size:28px!important;line-height:1!important;cursor:pointer;transition:.15s}.br-star-select input:checked ~ label,.br-star-select label:hover,.br-star-select label:hover ~ label{color:#f59e0b!important}.br-form-notice{padding:12px 14px;border-radius:14px;font-weight:800;margin:10px 0}.br-form-notice.br-ok{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0}.br-form-notice.br-error{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}@media(max-width:900px){.br-rq-head,.br-rq-grid{grid-template-columns:1fr;display:grid}.br-rq-score{text-align:left}.br-rq-form-row{grid-template-columns:1fr}.br-rq-section{padding:18px;border-radius:20px}}
.br-rating-field{display:grid;gap:7px;font-size:13px;font-weight:900;color:var(--br-muted,#64748b)}

/* v1.7.1 - Yorum ve soru alanı sekmeli modern görünüm */
.br-rq-tabshell{display:block;margin-top:12px}
.br-rq-tabs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 16px;padding:6px;border:1px solid var(--br-border,#e5e9f2);border-radius:20px;background:#f8fafc;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}
.br-rq-tabs button{appearance:none;border:0;border-radius:16px;background:transparent;color:var(--br-muted,#64748b);padding:15px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font:inherit;text-align:left;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}
.br-rq-tabs button:hover{background:rgba(255,255,255,.75);color:var(--br-primary,#1e73be)}
.br-rq-tabs button.is-active{background:#fff;color:var(--br-text,#111827);box-shadow:0 12px 30px rgba(15,23,42,.10);transform:translateY(-1px)}
.br-rq-tab-title{display:block;font-weight:900;font-size:16px;line-height:1.2;color:inherit}
.br-rq-tab-meta{display:inline-flex;align-items:center;justify-content:center;min-width:64px;border-radius:999px;padding:7px 10px;background:color-mix(in srgb,var(--br-primary,#1e73be) 10%,#fff);color:var(--br-primary,#1e73be);font-size:12px;font-weight:900;white-space:nowrap}
.br-rq-tabs button.is-active .br-rq-tab-meta{background:var(--br-primary,#1e73be);color:#fff}
.br-rq-panel{display:none;animation:brFadeUp .18s ease both}
.br-rq-panel.is-active{display:block}
.br-rq-panel[hidden]{display:none!important}
.br-rq-tabshell .br-rq-card{border-radius:22px;padding:22px;background:#fff;box-shadow:0 16px 42px rgba(15,23,42,.08)}
.br-rq-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--br-border,#e5e9f2)}
.br-rq-card-head h3{margin:0 0 6px!important;font-size:22px!important;line-height:1.25!important;color:var(--br-text,#111827)!important}
.br-rq-card-head p{margin:0!important;color:var(--br-muted,#64748b)!important;font-size:14px!important;line-height:1.55!important;max-width:700px}
.br-rq-card-head .br-stars{white-space:nowrap;margin-top:3px}
@keyframes brFadeUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:700px){.br-rq-tabs{grid-template-columns:1fr}.br-rq-tabs button{align-items:flex-start;flex-direction:column}.br-rq-tab-meta{min-width:0}.br-rq-card-head{display:grid}.br-rq-tabshell .br-rq-card{padding:17px;border-radius:18px}}


/* v1.7.2 - Tema font/rengini otomatik miras alma ve detay sayfası üst çakışma düzeltmesi */
:root{--br-theme-overlap:24px;--br-theme-font-family:inherit;--br-theme-heading-font-family:inherit;--br-theme-heading-color:var(--br-primary)}
body.br-theme-auto-active .br-wrap,
body.br-theme-auto-active .br-wrap *,
body.br-theme-auto-active .br-premium-detail,
body.br-theme-auto-active .br-vitrine-pro,
body.br-theme-auto-active .br-search,
body.br-theme-auto-active .br-form{font-family:var(--br-theme-font-family,inherit)!important;}
body.br-theme-auto-active .br-premium-detail h1,
body.br-theme-auto-active .br-premium-detail h2,
body.br-theme-auto-active .br-premium-detail h3,
body.br-theme-auto-active .br-vitrine-pro .br-shop-section-head h2,
body.br-theme-auto-active .br-section-head h2,
body.br-theme-auto-active .br-form h3,
body.br-theme-auto-active .br-rq-head h2{font-family:var(--br-theme-heading-font-family,var(--br-theme-font-family,inherit))!important;color:var(--br-theme-heading-color,var(--br-primary))!important;}
body.br-theme-auto-active .br-tabs button.is-active{color:var(--br-primary)!important;border-bottom-color:var(--br-primary)!important;}
body.br-theme-auto-active .br-title-price strong,
body.br-theme-auto-active .br-sidebar-price strong,
body.br-theme-auto-active .br-card-bottom strong,
body.br-theme-auto-active .br-shop-price strong,
body.br-theme-auto-active .br-nearby-grid span,
body.br-theme-auto-active .br-amenity-grid span{color:var(--br-primary)!important;}
body.br-theme-auto-active .br-kicker,
body.br-theme-auto-active .br-rating-chip,
body.br-theme-auto-active .br-specs span{font-family:var(--br-theme-font-family,inherit)!important;}
body.br-detail-page-active.br-theme-overlap-active .br-premium-detail{padding-top:var(--br-theme-overlap,24px)!important;scroll-margin-top:var(--br-theme-overlap,24px)!important;}
body.br-detail-page-active.br-theme-overlap-active .br-booking-sidebar{top:calc(var(--br-theme-overlap,24px) + 24px)!important;}
body.br-detail-page-active .br-premium-detail .br-detail-titlebar{z-index:5!important;}
body.br-detail-page-active .br-premium-detail .br-gallery-mosaic{z-index:1!important;}
body.br-detail-page-active .br-premium-detail .br-detail-layout{z-index:2!important;}
body.br-detail-page-active .br-premium-detail .br-title-price{z-index:6!important;position:relative!important;}
body.br-theme-auto-active .br-wrap .br-btn,
body.br-theme-auto-active .br-wrap button.br-btn,
body.br-theme-auto-active .br-wrap input[type="submit"].br-btn,
body.br-theme-auto-active .br-wrap .br-shop-btn,
body.br-theme-auto-active .br-wrap .br-deal-btn,
body.br-theme-auto-active .br-wrap .br-form button[type="submit"],
body.br-theme-auto-active .br-wrap .br-search-form button[type="submit"]{background:var(--br-button-bg,var(--br-primary))!important;border-color:var(--br-button-bg,var(--br-primary))!important;color:var(--br-button-text,#fff)!important;}
body.br-theme-auto-active .br-wrap .br-btn:hover,
body.br-theme-auto-active .br-wrap button.br-btn:hover,
body.br-theme-auto-active .br-wrap input[type="submit"].br-btn:hover,
body.br-theme-auto-active .br-wrap .br-shop-btn:hover,
body.br-theme-auto-active .br-wrap .br-deal-btn:hover,
body.br-theme-auto-active .br-wrap .br-form button[type="submit"]:hover,
body.br-theme-auto-active .br-wrap .br-search-form button[type="submit"]:hover{background:var(--br-button-hover-bg,var(--br-secondary,var(--br-primary)))!important;border-color:var(--br-button-hover-bg,var(--br-secondary,var(--br-primary)))!important;color:var(--br-button-hover-text,#fff)!important;}
@media(max-width:760px){body.br-detail-page-active.br-theme-overlap-active .br-premium-detail{padding-top:calc(var(--br-theme-overlap,24px) + 8px)!important;}}


/* v1.7.3 - Sabit/sticky tema menüsünün bungalov detay başlığının üzerine binmesini kesin olarak engeller */
body.br-detail-page-active.br-has-theme-header .br-premium-detail,
body.br-detail-page-active.br-theme-overlap-active .br-premium-detail{
  padding-top:var(--br-theme-overlap,96px)!important;
  margin-top:0!important;
  scroll-margin-top:var(--br-theme-overlap,96px)!important;
}
body.br-detail-page-active.br-has-theme-header .br-detail-titlebar,
body.br-detail-page-active.br-theme-overlap-active .br-detail-titlebar{
  position:relative!important;
  z-index:10!important;
  margin-top:0!important;
}
body.br-detail-page-active.br-has-theme-header .br-booking-sidebar,
body.br-detail-page-active.br-theme-overlap-active .br-booking-sidebar{
  top:calc(var(--br-theme-overlap,96px) + 18px)!important;
}
@media(max-width:1180px){
  body.br-detail-page-active.br-has-theme-header .br-premium-detail,
  body.br-detail-page-active.br-theme-overlap-active .br-premium-detail{padding-top:calc(var(--br-theme-overlap,76px) + 6px)!important;}
}
@media(max-width:760px){
  body.br-detail-page-active.br-has-theme-header .br-premium-detail,
  body.br-detail-page-active.br-theme-overlap-active .br-premium-detail{padding-top:calc(var(--br-theme-overlap,64px) + 8px)!important;}
}


/* v1.7.4 - Tüm ön yüz font boyutlarını tema tipografisinden devralma */
:root{
  --br-theme-font-size:inherit;
  --br-theme-line-height:inherit;
  --br-theme-h1-font-size:inherit;--br-theme-h1-line-height:inherit;--br-theme-h1-font-weight:inherit;--br-theme-h1-letter-spacing:inherit;
  --br-theme-h2-font-size:inherit;--br-theme-h2-line-height:inherit;--br-theme-h2-font-weight:inherit;--br-theme-h2-letter-spacing:inherit;
  --br-theme-h3-font-size:inherit;--br-theme-h3-line-height:inherit;--br-theme-h3-font-weight:inherit;--br-theme-h3-letter-spacing:inherit;
  --br-theme-h4-font-size:inherit;--br-theme-h4-line-height:inherit;--br-theme-h4-font-weight:inherit;--br-theme-h4-letter-spacing:inherit;
  --br-theme-small-font-size:inherit;--br-theme-small-line-height:inherit;
  --br-theme-button-font-size:inherit;--br-theme-button-line-height:inherit;--br-theme-button-font-weight:inherit;
  --br-theme-input-font-size:inherit;--br-theme-input-line-height:inherit;
  --br-theme-label-font-size:inherit;--br-theme-label-line-height:inherit;--br-theme-label-font-weight:inherit;
}
body.br-theme-auto-active.br-theme-typography-active .br-wrap,
body.br-theme-auto-active.br-theme-typography-active .br-premium-detail,
body.br-theme-auto-active.br-theme-typography-active .br-vitrine-pro,
body.br-theme-auto-active.br-theme-typography-active .br-search,
body.br-theme-auto-active.br-theme-typography-active .br-form{
  font-family:var(--br-theme-font-family,inherit)!important;
  font-size:var(--br-theme-font-size,inherit)!important;
  line-height:var(--br-theme-line-height,inherit)!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-wrap *,
body.br-theme-auto-active.br-theme-typography-active .br-premium-detail *,
body.br-theme-auto-active.br-theme-typography-active .br-vitrine-pro *{
  font-family:inherit!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-wrap h1,
body.br-theme-auto-active.br-theme-typography-active .br-premium-detail h1{
  font-size:var(--br-theme-h1-font-size,inherit)!important;
  line-height:var(--br-theme-h1-line-height,inherit)!important;
  font-weight:var(--br-theme-h1-font-weight,inherit)!important;
  letter-spacing:var(--br-theme-h1-letter-spacing,inherit)!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-wrap h2,
body.br-theme-auto-active.br-theme-typography-active .br-section-head h2,
body.br-theme-auto-active.br-theme-typography-active .br-shop-section-head h2,
body.br-theme-auto-active.br-theme-typography-active .br-rq-head h2{
  font-size:var(--br-theme-h2-font-size,inherit)!important;
  line-height:var(--br-theme-h2-line-height,inherit)!important;
  font-weight:var(--br-theme-h2-font-weight,inherit)!important;
  letter-spacing:var(--br-theme-h2-letter-spacing,inherit)!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-wrap h3,
body.br-theme-auto-active.br-theme-typography-active .br-card h3,
body.br-theme-auto-active.br-theme-typography-active .br-shop-card-content h3,
body.br-theme-auto-active.br-theme-typography-active .br-form h3,
body.br-theme-auto-active.br-theme-typography-active .br-rq-card h3,
body.br-theme-auto-active.br-theme-typography-active .br-rq-card-head h3,
body.br-theme-auto-active.br-theme-typography-active .br-deal-content h3{
  font-size:var(--br-theme-h3-font-size,inherit)!important;
  line-height:var(--br-theme-h3-line-height,inherit)!important;
  font-weight:var(--br-theme-h3-font-weight,inherit)!important;
  letter-spacing:var(--br-theme-h3-letter-spacing,inherit)!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-wrap h4,
body.br-theme-auto-active.br-theme-typography-active .br-wrap h5,
body.br-theme-auto-active.br-theme-typography-active .br-wrap h6{
  font-size:var(--br-theme-h4-font-size,inherit)!important;
  line-height:var(--br-theme-h4-line-height,inherit)!important;
  font-weight:var(--br-theme-h4-font-weight,inherit)!important;
  letter-spacing:var(--br-theme-h4-letter-spacing,inherit)!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-wrap label,
body.br-theme-auto-active.br-theme-typography-active .br-form label,
body.br-theme-auto-active.br-theme-typography-active .br-search-form label,
body.br-theme-auto-active.br-theme-typography-active .br-rq-form label,
body.br-theme-auto-active.br-theme-typography-active .br-rating-field,
body.br-theme-auto-active.br-theme-typography-active .br-legal-check{
  font-size:var(--br-theme-label-font-size,inherit)!important;
  line-height:var(--br-theme-label-line-height,inherit)!important;
  font-weight:var(--br-theme-label-font-weight,inherit)!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-wrap input,
body.br-theme-auto-active.br-theme-typography-active .br-wrap select,
body.br-theme-auto-active.br-theme-typography-active .br-wrap textarea,
body.br-theme-auto-active.br-theme-typography-active .br-form input,
body.br-theme-auto-active.br-theme-typography-active .br-form select,
body.br-theme-auto-active.br-theme-typography-active .br-form textarea,
body.br-theme-auto-active.br-theme-typography-active .br-search-form input,
body.br-theme-auto-active.br-theme-typography-active .br-search-form select,
body.br-theme-auto-active.br-theme-typography-active .br-rq-form input,
body.br-theme-auto-active.br-theme-typography-active .br-rq-form textarea{
  font-size:var(--br-theme-input-font-size,inherit)!important;
  line-height:var(--br-theme-input-line-height,inherit)!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-wrap button,
body.br-theme-auto-active.br-theme-typography-active .br-wrap .br-btn,
body.br-theme-auto-active.br-theme-typography-active .br-wrap .br-shop-btn,
body.br-theme-auto-active.br-theme-typography-active .br-wrap .br-deal-btn,
body.br-theme-auto-active.br-theme-typography-active .br-wrap .br-quick-submit,
body.br-theme-auto-active.br-theme-typography-active .br-rq-tabs button,
body.br-theme-auto-active.br-theme-typography-active .br-form button[type="submit"],
body.br-theme-auto-active.br-theme-typography-active .br-search-form button[type="submit"]{
  font-size:var(--br-theme-button-font-size,inherit)!important;
  line-height:var(--br-theme-button-line-height,inherit)!important;
  font-weight:var(--br-theme-button-font-weight,inherit)!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-card-badge,
body.br-theme-auto-active.br-theme-typography-active .br-shop-badge,
body.br-theme-auto-active.br-theme-typography-active .br-deal-badge,
body.br-theme-auto-active.br-theme-typography-active .br-kicker,
body.br-theme-auto-active.br-theme-typography-active .br-rq-kicker,
body.br-theme-auto-active.br-theme-typography-active .br-rq-tab-meta,
body.br-theme-auto-active.br-theme-typography-active .br-specs span,
body.br-theme-auto-active.br-theme-typography-active .br-amenities span,
body.br-theme-auto-active.br-theme-typography-active .br-shop-meta span,
body.br-theme-auto-active.br-theme-typography-active .br-shop-tags span,
body.br-theme-auto-active.br-theme-typography-active .br-deal-tags span,
body.br-theme-auto-active.br-theme-typography-active .br-card-promo,
body.br-theme-auto-active.br-theme-typography-active .br-rq-card-head p,
body.br-theme-auto-active.br-theme-typography-active .br-legal-note,
body.br-theme-auto-active.br-theme-typography-active .br-legal-details div{
  font-size:var(--br-theme-small-font-size,inherit)!important;
  line-height:var(--br-theme-small-line-height,inherit)!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-title-price strong,
body.br-theme-auto-active.br-theme-typography-active .br-sidebar-price strong,
body.br-theme-auto-active.br-theme-typography-active .br-card-bottom strong,
body.br-theme-auto-active.br-theme-typography-active .br-shop-price strong,
body.br-theme-auto-active.br-theme-typography-active .br-deal-price strong,
body.br-theme-auto-active.br-theme-typography-active .br-rq-score strong{
  font-size:var(--br-theme-h3-font-size,inherit)!important;
  line-height:var(--br-theme-h3-line-height,inherit)!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-quick-reservation .br-quick-field span,
body.br-theme-auto-active.br-theme-typography-active .br-quick-reservation.br-quick-style-slim .br-quick-field span,
body.br-theme-auto-active.br-theme-typography-active .br-quick-reservation.br-quick-style-compact .br-quick-field span{
  font-size:var(--br-theme-small-font-size,inherit)!important;
  line-height:var(--br-theme-small-line-height,inherit)!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-quick-reservation .br-quick-date input,
body.br-theme-auto-active.br-theme-typography-active .br-quick-reservation.br-quick-style-slim .br-quick-date input,
body.br-theme-auto-active.br-theme-typography-active .br-quick-reservation.br-quick-style-compact .br-quick-date input,
body.br-theme-auto-active.br-theme-typography-active .br-quick-reservation .br-quick-guest select,
body.br-theme-auto-active.br-theme-typography-active .br-quick-reservation.br-quick-style-slim .br-quick-guest select,
body.br-theme-auto-active.br-theme-typography-active .br-quick-reservation.br-quick-style-compact .br-quick-guest select{
  font-size:var(--br-theme-input-font-size,inherit)!important;
  line-height:var(--br-theme-input-line-height,inherit)!important;
}


/* v1.7.7 - Rezervasyon formu buton çakışması, tam tema tipografisi ve hesap paneli uyumu */
.br-form,.br-form-sidebar{overflow:visible!important;}
.br-form .br-form-grid{align-items:start!important;}
.br-form .br-legal-consents{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:12px 0 4px!important;overflow:visible!important;clear:both!important;}
.br-form .br-legal-details{display:block!important;width:100%!important;min-height:0!important;overflow:visible!important;position:relative!important;z-index:1!important;margin:0!important;}
.br-form .br-legal-details summary{cursor:pointer;min-height:42px;display:flex;align-items:center;border-radius:14px;}
.br-form .br-legal-check{display:flex!important;align-items:flex-start!important;gap:10px!important;width:100%!important;min-height:0!important;margin:2px 0 8px!important;padding:0!important;position:relative!important;z-index:1!important;}
.br-form .br-legal-check input{flex:0 0 auto!important;width:auto!important;min-height:0!important;margin:.25em 0 0!important;}
.br-form .br-btn-big{display:flex!important;width:100%!important;margin-top:18px!important;position:relative!important;z-index:3!important;clear:both!important;min-height:52px!important;white-space:normal!important;text-align:center!important;}
.br-form-sidebar .br-btn-big{margin-top:20px!important;}
body.br-theme-auto-active.br-theme-typography-active .br-wrap,
body.br-theme-auto-active.br-theme-typography-active .br-account-panel{font-size:var(--br-theme-font-size,inherit)!important;line-height:var(--br-theme-line-height,inherit)!important;}
body.br-theme-auto-active.br-theme-typography-active .br-wrap p,
body.br-theme-auto-active.br-theme-typography-active .br-wrap div,
body.br-theme-auto-active.br-theme-typography-active .br-wrap span,
body.br-theme-auto-active.br-theme-typography-active .br-wrap li,
body.br-theme-auto-active.br-theme-typography-active .br-account-panel p,
body.br-theme-auto-active.br-theme-typography-active .br-account-panel div,
body.br-theme-auto-active.br-theme-typography-active .br-account-panel span,
body.br-theme-auto-active.br-theme-typography-active .br-account-panel td,
body.br-theme-auto-active.br-theme-typography-active .br-account-panel th{font-size:inherit!important;line-height:inherit!important;}

/* v1.7.8 - Son entegrasyon/temizlik: tema uyumu, güvenli form akışı ve Hesabım paneli */
body.br-theme-auto-active.br-theme-typography-active .br-wrap,
body.br-theme-auto-active.br-theme-typography-active .br-wrap *,
body.br-theme-auto-active.br-theme-typography-active .br-account-panel,
body.br-theme-auto-active.br-theme-typography-active .br-account-panel *{
  font-family:var(--br-theme-font-family,inherit)!important;
}
body.br-theme-auto-active.br-theme-typography-active .br-wrap input,
body.br-theme-auto-active.br-theme-typography-active .br-wrap select,
body.br-theme-auto-active.br-theme-typography-active .br-wrap textarea,
body.br-theme-auto-active.br-theme-typography-active .br-account-panel input,
body.br-theme-auto-active.br-theme-typography-active .br-account-panel select,
body.br-theme-auto-active.br-theme-typography-active .br-account-panel textarea{
  font-size:inherit!important;
  line-height:inherit!important;
}
.br-form .br-form-grid > *{min-width:0!important;}
.br-form .br-legal-consents + *,
.br-form .br-price-box,
.br-form .br-form-message{clear:both!important;}
.br-form .br-btn-big{grid-column:1/-1!important;align-self:stretch!important;}
.br-form-sidebar .br-form-grid{row-gap:14px!important;}
.br-form-sidebar .br-legal-consents{margin-bottom:8px!important;}
.br-account-overview-actions{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 18px;}
.br-account-subtitle{margin:18px 0 10px!important;}
.br-account-manager-shell .br-account-section.is-active{display:block!important;}
.br-account-manager-shell .br-account-section:not(.is-active){display:none!important;}
.br-account-table td form{margin:0 0 8px!important;}
.br-account-table td form:last-child{margin-bottom:0!important;}
.br-account-panel .br-account-inline-form{min-width:520px;}
@media(max-width:900px){.br-account-panel .br-account-inline-form{min-width:0;}}
body.br-detail-page-active .br-premium-detail{position:relative!important;}
body.br-detail-page-active.br-has-theme-header .br-premium-detail,
body.br-detail-page-active.br-theme-overlap-active .br-premium-detail{padding-top:calc(var(--br-theme-overlap,120px) + 12px)!important;}
body.br-detail-page-active .br-booking-sidebar{scroll-margin-top:calc(var(--br-theme-overlap,80px) + 24px)!important;}


/* v1.8.0 - Ön yüz kapsamlı tasarım düzeltmeleri: form taşmaları, select kırpılması, tema tipografisi ve renk uyumu */
.br-wrap,.br-wrap *,.br-account-panel,.br-account-panel *{box-sizing:border-box;}
.br-wrap{font-size:inherit;line-height:inherit;}
.br-wrap input,.br-wrap select,.br-wrap textarea,.br-account-panel input,.br-account-panel select,.br-account-panel textarea{max-width:100%;font-family:inherit!important;line-height:normal!important;}
.br-form input,.br-form select,.br-form textarea,.br-search-form input,.br-search-form select,.br-rq-form input,.br-rq-form textarea,.br-account-panel input,.br-account-panel select,.br-account-panel textarea{min-height:46px!important;padding:11px 13px!important;border-radius:14px!important;vertical-align:middle!important;overflow:visible!important;}
.br-form select,.br-search-form select,.br-account-panel select{height:auto!important;min-height:48px!important;padding-top:10px!important;padding-bottom:10px!important;white-space:normal!important;text-overflow:ellipsis!important;}
.br-form textarea,.br-rq-form textarea,.br-account-panel textarea{min-height:116px!important;line-height:1.55!important;}
.br-form label,.br-search-form label,.br-rq-form label,.br-account-panel label{min-width:0!important;overflow:visible!important;}
.br-form .br-form-grid,.br-form-sidebar .br-form-grid{gap:16px!important;overflow:visible!important;}
.br-form-sidebar{display:block!important;max-width:100%!important;}
.br-form-sidebar .br-full{grid-column:1/-1!important;}
.br-form .br-legal-consents{padding:0!important;border:0!important;background:transparent!important;}
.br-form .br-legal-details{border:1px solid var(--br-border,#e5e9f2)!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;}
.br-form .br-legal-details summary{padding:12px 14px!important;font-weight:800!important;list-style:none!important;}
.br-form .br-legal-details summary::-webkit-details-marker{display:none!important;}
.br-form .br-legal-details div{padding:0 14px 14px!important;color:var(--br-muted,#64748b)!important;line-height:1.65!important;}
.br-form .br-legal-check span{display:block!important;line-height:1.45!important;overflow:visible!important;}
.br-form .br-btn-big{min-height:56px!important;margin-top:18px!important;line-height:1.25!important;padding:14px 18px!important;white-space:normal!important;overflow:visible!important;}
.br-wrap .br-btn,.br-wrap button.br-btn,.br-wrap input[type="submit"].br-btn,.br-wrap .br-shop-btn,.br-wrap .br-deal-btn,.br-wrap .br-form button[type="submit"],.br-wrap .br-search-form button[type="submit"]{background:var(--br-button-bg,var(--br-primary,#1e73be))!important;border-color:var(--br-button-bg,var(--br-primary,#1e73be))!important;color:var(--br-button-text,#fff)!important;min-height:44px;border-radius:14px!important;text-align:center;}
.br-wrap .br-btn:hover,.br-wrap button.br-btn:hover,.br-wrap input[type="submit"].br-btn:hover,.br-wrap .br-shop-btn:hover,.br-wrap .br-deal-btn:hover,.br-wrap .br-form button[type="submit"]:hover,.br-wrap .br-search-form button[type="submit"]:hover{background:var(--br-button-hover-bg,var(--br-secondary,#dc000c))!important;border-color:var(--br-button-hover-bg,var(--br-secondary,#dc000c))!important;color:var(--br-button-hover-text,#fff)!important;}
.br-date-control{display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;align-items:stretch!important;gap:8px!important;width:100%!important;}
.br-date-control input[type="text"]{grid-column:1/2!important;min-width:0!important;}
.br-date-control .br-date-pick-btn{grid-column:2/3!important;width:42px!important;min-width:42px!important;min-height:46px!important;border:1px solid var(--br-border,#e5e9f2)!important;border-radius:14px!important;background:#fff!important;color:var(--br-text,#111827)!important;box-shadow:none!important;padding:0!important;}
.br-date-control .br-native-date{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;}
.br-guest-picker{align-items:stretch!important;gap:12px!important;}
.br-guest-picker label{justify-content:end!important;}
.br-guest-picker input{min-height:46px!important;text-align:center!important;}
.br-detail-titlebar{gap:18px!important;min-width:0!important;}
.br-detail-titlebar h1{overflow-wrap:anywhere!important;word-break:normal!important;}
.br-title-price{flex:0 0 auto!important;max-width:100%!important;}
.br-gallery,.br-gallery-mosaic{max-width:100%!important;}
.br-gallery a,.br-gallery-mosaic a{background:#eef2f7!important;}
.br-tabs{overflow-x:auto!important;gap:8px!important;scrollbar-width:thin;}
.br-tabs button{white-space:nowrap!important;line-height:1.25!important;}
.br-tab-panel{overflow:visible!important;}
.br-rq-tabs button{min-height:52px!important;line-height:1.25!important;}
.br-rq-form input,.br-rq-form textarea{font-size:inherit!important;}
.br-account-panel{font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;}
.br-account-tabs{overflow-x:auto!important;scrollbar-width:thin;}
.br-account-tabs button{white-space:nowrap!important;line-height:1.25!important;}
.br-account-table{width:100%;border-collapse:collapse;}
.br-account-table th,.br-account-table td{vertical-align:top!important;line-height:1.45!important;}
.br-account-table-wrap{overflow-x:auto!important;width:100%;}
@media(max-width:1180px){.br-detail-titlebar{display:grid!important;grid-template-columns:1fr!important;}.br-title-price{text-align:left!important;width:100%!important}.br-detail-layout{grid-template-columns:1fr!important}.br-booking-sidebar{position:relative!important;top:auto!important}.br-form-sidebar .br-form-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:760px){.br-form-grid,.br-search-form,.br-form-sidebar .br-form-grid{grid-template-columns:1fr!important}.br-guest-picker{grid-template-columns:1fr!important}.br-gallery,.br-gallery-mosaic{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important}.br-gallery-mosaic a,.br-mosaic-main,.br-mosaic-small:nth-child(3),.br-mosaic-small:nth-child(5){grid-row:auto!important;border-radius:18px!important;aspect-ratio:4/3}.br-detail-titlebar h1{font-size:var(--br-theme-h1-font-size,clamp(28px,8vw,40px))!important}.br-rq-tabs{grid-template-columns:1fr!important}.br-rq-card-head{display:grid!important}.br-account-tabs{display:flex!important}.br-account-tabs button{flex:0 0 auto!important}}

/* Tema tipografisi aktifken sabit değerleri ezme; sadece ölçüleri temadan gelen değerlerle güvenli şekilde uygula */
body.br-theme-auto-active.br-theme-typography-active .br-wrap,body.br-theme-auto-active.br-theme-typography-active .br-account-panel{font-size:var(--br-theme-font-size,inherit)!important;line-height:var(--br-theme-line-height,inherit)!important;}
body.br-theme-auto-active.br-theme-typography-active .br-wrap input,body.br-theme-auto-active.br-theme-typography-active .br-wrap select,body.br-theme-auto-active.br-theme-typography-active .br-wrap textarea,body.br-theme-auto-active.br-theme-typography-active .br-account-panel input,body.br-theme-auto-active.br-theme-typography-active .br-account-panel select,body.br-theme-auto-active.br-theme-typography-active .br-account-panel textarea{font-size:var(--br-theme-input-font-size,inherit)!important;line-height:normal!important;}
body.br-theme-auto-active.br-theme-typography-active .br-wrap button,body.br-theme-auto-active.br-theme-typography-active .br-wrap .br-btn,body.br-theme-auto-active.br-theme-typography-active .br-account-panel button{font-size:var(--br-theme-button-font-size,inherit)!important;line-height:1.25!important;}
body.br-theme-auto-active.br-theme-typography-active .br-wrap label,body.br-theme-auto-active.br-theme-typography-active .br-account-panel label{font-size:var(--br-theme-label-font-size,inherit)!important;line-height:var(--br-theme-label-line-height,inherit)!important;}
body.br-theme-auto-active.br-theme-typography-active .br-wrap small,body.br-theme-auto-active.br-theme-typography-active .br-wrap .br-kicker,body.br-theme-auto-active.br-theme-typography-active .br-wrap .br-card-badge,body.br-theme-auto-active.br-theme-typography-active .br-wrap .br-shop-badge{font-size:var(--br-theme-small-font-size,inherit)!important;line-height:var(--br-theme-small-line-height,1.35)!important;}


/* v1.9.2 WhatsApp reservation hint */
.br-wa-hint{margin:8px 0 0;color:#166534;font-weight:700;font-size:.95em}.br-account-wa{background:#1fae56!important;color:#fff!important;border-color:#168d45!important}.br-account-wa:hover{background:#168d45!important;color:#fff!important}

/* v1.9.4 - WooCommerce hesabım müşteri talep araçları */
.br-account-request-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(15,23,42,.08)}
.br-account-request-box{border:1px solid rgba(15,23,42,.10);border-radius:16px;background:rgba(255,255,255,.72);overflow:hidden}
.br-account-request-box summary{cursor:pointer;list-style:none;padding:13px 15px;font-weight:800;display:flex;align-items:center;justify-content:space-between;gap:10px;color:inherit}
.br-account-request-box summary::-webkit-details-marker{display:none}
.br-account-request-box summary:after{content:'+';width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(15,23,42,.06);font-weight:900}
.br-account-request-box[open] summary:after{content:'–'}
.br-account-mini-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 15px 15px}
.br-account-mini-form label{display:flex;flex-direction:column;gap:5px;font-weight:700;font-size:inherit;color:inherit}
.br-account-mini-form input[type="date"],.br-account-mini-form textarea{width:100%;border:1px solid rgba(15,23,42,.16);border-radius:12px;padding:.72em .9em;font:inherit;background:#fff;color:inherit;box-sizing:border-box;min-height:42px}
.br-account-mini-form .br-account-wide{grid-column:1/-1}
.br-account-mini-form button{justify-self:start}
.br-account-service-list{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px}
.br-account-service-list label{display:flex;flex-direction:row;align-items:center;gap:8px;border:1px solid rgba(15,23,42,.10);border-radius:12px;padding:9px 10px;background:rgba(248,250,252,.75);font-weight:700}
.br-account-service-list input{margin:0;accent-color:var(--br-primary)}
@media(max-width:640px){.br-account-mini-form{grid-template-columns:1fr}.br-account-request-tools{grid-template-columns:1fr}}


/* v1.9.9 - Gelişmiş galeri, video ve sanal tur alanı */
.br-gallery-shortcode{width:100%;max-width:100%;}
.br-gallery-mosaic.br-gallery-modern{grid-template-columns:repeat(var(--br-gallery-columns,4),minmax(0,1fr))!important;}
.br-gallery-layout-mosaic .br-gallery-cover{grid-column:span 2!important;grid-row:span 2!important;}
.br-gallery-layout-compact{gap:10px!important;}
.br-gallery-layout-compact .br-gallery-tile{aspect-ratio:1/1!important;border-radius:14px!important;}
.br-gallery-lightbox-link{cursor:zoom-in;}
.br-media-panel{background:#fff;border:1px solid var(--br-border);border-radius:22px;box-shadow:0 14px 38px rgba(15,23,42,.08);padding:20px;margin:18px 0 28px;}
.br-media-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:14px;}
.br-media-panel-head h2{margin:0;font-size:var(--br-theme-h2-font-size,28px);line-height:1.2;}
.br-media-panel-head p{margin:4px 0 0;color:var(--br-muted);}
.br-media-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px;}
.br-video-embed{position:relative;overflow:hidden;border-radius:18px;background:#0f172a;}
.br-video-embed iframe{display:block;width:100%;aspect-ratio:16/9;height:auto;min-height:280px;border:0;}
.br-lightbox{position:fixed;inset:0;background:rgba(2,6,23,.88);z-index:999999;display:none;align-items:center;justify-content:center;padding:28px;}
.br-lightbox.is-open{display:flex;}
body.br-lightbox-open{overflow:hidden;}
.br-lightbox figure{margin:0;max-width:min(1100px,96vw);max-height:92vh;text-align:center;}
.br-lightbox img{max-width:100%;max-height:82vh;border-radius:18px;box-shadow:0 25px 80px rgba(0,0,0,.45);background:#fff;}
.br-lightbox figcaption{color:#fff;margin-top:12px;font-weight:700;}
.br-lightbox-close{position:absolute;top:18px;right:22px;width:44px;height:44px;border:0;border-radius:999px;background:#fff;color:#0f172a;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 12px 32px rgba(0,0,0,.25);}
@media(max-width:1024px){.br-gallery-layout-mosaic .br-gallery-cover{grid-column:span 2!important;grid-row:span 1!important}.br-gallery-mosaic.br-gallery-modern{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.br-gallery-mosaic.br-gallery-modern{grid-template-columns:repeat(2,minmax(0,1fr))!important}.br-gallery-layout-mosaic .br-gallery-cover{grid-column:span 2!important}.br-media-panel{padding:16px;border-radius:18px}.br-video-embed iframe{min-height:210px}.br-lightbox{padding:14px}.br-lightbox-close{top:10px;right:10px}}


/* v2.0.0 - Dil / para birimi seçici */
.br-locale-switcher{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:12px;
    padding:14px;
    margin:18px 0;
    border:1px solid rgba(0,0,0,.08);
    border-radius:16px;
    background:rgba(255,255,255,.78);
    backdrop-filter:blur(10px);
    box-shadow:0 10px 30px rgba(15,23,42,.06);
}
.br-locale-switcher label{display:flex;flex-direction:column;gap:6px;min-width:150px;margin:0;font:inherit;color:inherit;}
.br-locale-switcher label span{font-size:.9em;font-weight:600;opacity:.82;}
.br-locale-switcher select{min-height:42px;border-radius:12px;border:1px solid rgba(0,0,0,.14);background:#fff;padding:0 12px;font:inherit;color:inherit;}
.br-locale-switcher .br-btn-small{min-height:42px;padding:0 18px;border-radius:12px;}
.br-locale-inline{display:inline-flex;margin:0;}
@media(max-width:600px){.br-locale-switcher{align-items:stretch}.br-locale-switcher label,.br-locale-switcher button{width:100%;}}

/* v2.0.6 - Açıklama görünürlüğü ve responsive taşma düzeltmeleri */
.br-wrap,
.br-wrap *{box-sizing:border-box;max-width:100%;}
.br-card,
.br-shop-card,
.br-deal-card,
.br-premium-detail,
.br-booking-form,
.br-quick-reservation{min-width:0;overflow-wrap:anywhere;word-break:normal;}
.br-card img,
.br-shop-card img,
.br-deal-card img,
.br-gallery img,
.br-mosaic-gallery img{max-width:100%;height:auto;display:block;}
.br-detail-short-description{margin:0 0 18px;padding:16px 18px;border-left:4px solid var(--br-primary);border-radius:16px;background:color-mix(in srgb,var(--br-primary) 8%,#fff);color:inherit;font-size:1.06em;line-height:1.65;font-weight:650;overflow-wrap:anywhere;}
.br-readable{overflow-wrap:anywhere;word-break:normal;}
.br-readable :where(p,li,span,strong,em,h1,h2,h3,h4,h5,h6){overflow-wrap:anywhere;}
.br-card-promo,.br-shop-promo,.br-deal-promo{overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.55;}
.br-booking-form input,
.br-booking-form select,
.br-booking-form textarea,
.br-quick-reservation input,
.br-quick-reservation select,
.br-quick-reservation textarea,
.br-search-form input,
.br-search-form select,
.br-search-form textarea{max-width:100%;min-width:0;box-sizing:border-box;}
.br-booking-form textarea,.br-quick-reservation textarea{resize:vertical;}
.br-calendar-section,.br-availability-calendar-wrap,.br-months-grid{min-width:0;max-width:100%;}
@media(max-width:768px){
    .br-detail-layout{grid-template-columns:1fr!important;}
    .br-detail-short-description{font-size:1em;padding:14px 15px;}
    .br-card-bottom,.br-shop-card-footer,.br-deal-footer{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;align-items:stretch!important;}
    .br-card-bottom a,.br-shop-card-footer a,.br-deal-footer a{width:100%;justify-content:center;text-align:center;}
}

/* v2.0.9 - Hızlı rezervasyondan gelen seçili özellik etiketleri */
.br-selected-filters{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px;
    padding:10px 12px;
    margin:0 0 10px;
    border:1px solid rgba(17,24,39,.12);
    border-radius:14px;
    background:rgba(17,24,39,.035);
    box-sizing:border-box;
    max-width:100%;
    overflow-wrap:anywhere;
}
.br-selected-filters strong{
    width:100%;
    font-size:13px;
    color:#111827;
}
.br-selected-filters span{
    display:inline-flex;
    align-items:center;
    max-width:100%;
    padding:6px 10px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(17,24,39,.12);
    font-size:12px;
    font-weight:700;
    color:#111827;
    word-break:break-word;
}


/* v2.0.10 - Hafta içi / hafta sonu / özel gün fiyat görünürlüğü */
.br-price-chips{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:10px!important;max-width:100%!important;box-sizing:border-box!important;}
.br-price-chip{display:inline-flex!important;flex-direction:column!important;gap:2px!important;min-width:104px!important;padding:8px 10px!important;border:1px solid rgba(30,115,190,.18)!important;border-radius:14px!important;background:#f8fbff!important;color:#0f172a!important;box-sizing:border-box!important;overflow-wrap:anywhere!important;}
.br-price-chip small{font-size:11px!important;line-height:1.2!important;color:#64748b!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.04em!important;}
.br-price-chip strong{font-size:15px!important;line-height:1.2!important;color:var(--br-primary,#1e73be)!important;font-weight:950!important;white-space:nowrap!important;}
.br-price-chip-weekend{background:#fff7ed!important;border-color:#fed7aa!important;}
.br-price-chip-holiday{background:#f5f3ff!important;border-color:#ddd6fe!important;}
.br-title-price .br-price-chips{justify-content:flex-end!important;}
.br-title-price .br-price-chip{min-width:118px!important;text-align:left!important;}
.br-shop-price,.br-deal-price,.br-card-bottom,.br-sidebar-price{max-width:100%!important;}
.br-shop-price .br-price-chips,.br-deal-price .br-price-chips,.br-card-bottom .br-price-chips{width:100%!important;margin-top:8px!important;}
.br-shop-price .br-price-chip,.br-deal-price .br-price-chip,.br-card-bottom .br-price-chip{min-width:96px!important;padding:7px 9px!important;}
.br-price-panel{margin:16px 0!important;padding:16px!important;border:1px solid #e2e8f0!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 30px rgba(15,23,42,.05)!important;box-sizing:border-box!important;}
.br-price-panel h3{margin:0 0 10px!important;font-size:18px!important;line-height:1.3!important;color:#0f172a!important;}
.br-price-note{margin:10px 0 0!important;font-size:12px!important;line-height:1.55!important;color:#64748b!important;}
.br-form-price-options{margin:0 0 12px!important;padding:12px!important;border:1px dashed #cbd5e1!important;border-radius:16px!important;background:#f8fafc!important;}
.br-form-price-options .br-price-chips{margin-top:0!important;}
.br-nightly-summary{margin:10px 0!important;padding:12px!important;border:1px solid #dbeafe!important;border-radius:14px!important;background:#eff6ff!important;display:grid!important;gap:8px!important;}
.br-nightly-summary>strong{font-size:13px!important;color:#0f172a!important;}
.br-nightly-summary div{display:grid!important;grid-template-columns:1fr auto auto!important;gap:8px!important;align-items:center!important;padding:6px 0!important;border-top:1px solid rgba(30,64,175,.08)!important;}
.br-nightly-summary span{font-weight:700!important;color:#334155!important;}
.br-nightly-summary strong{color:var(--br-primary,#1e73be)!important;white-space:nowrap!important;}
.br-nightly-summary em{font-style:normal!important;font-weight:900!important;color:#0f172a!important;white-space:nowrap!important;}
.br-nightly-details{margin:8px 0 12px!important;border:1px solid #e2e8f0!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;}
.br-nightly-details summary{cursor:pointer!important;padding:10px 12px!important;font-weight:800!important;color:#0f172a!important;}
.br-nightly-details div{display:grid!important;grid-template-columns:1fr auto auto!important;gap:8px!important;padding:8px 12px!important;border-top:1px solid #eef2f7!important;align-items:center!important;}
.br-nightly-details span{color:#334155!important;font-weight:700!important;}
.br-nightly-details em{font-style:normal!important;color:#64748b!important;font-weight:700!important;}
.br-nightly-details strong{color:#0f172a!important;font-weight:900!important;white-space:nowrap!important;}
@media(max-width:760px){.br-title-price .br-price-chips{justify-content:flex-start!important}.br-price-chip{flex:1 1 120px!important;min-width:0!important}.br-nightly-summary div,.br-nightly-details div{grid-template-columns:1fr!important;gap:3px!important}.br-nightly-summary strong,.br-nightly-summary em,.br-nightly-details strong{white-space:normal!important}.br-shop-price{align-items:flex-start!important;flex-direction:column!important}.br-card-bottom{gap:10px!important}}


/* v2.0.11 - fiyat bilgi mesajı ve kompakt fiyat kartı yerleşimi */
.br-price-note{margin:12px 0 0!important;padding:12px 14px!important;border:1px solid #dbeafe!important;border-radius:14px!important;background:#f8fbff!important;color:#475569!important;font-size:13px!important;line-height:1.6!important;}
.br-price-main{display:grid!important;gap:3px!important;min-width:0!important;}
.br-price-main small{display:block!important;margin:0!important;color:#64748b!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important;}
.br-price-main strong{display:block!important;white-space:nowrap!important;line-height:1.15!important;}
.br-shop-price,.br-deal-price{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:10px!important;}
.br-shop-price .br-price-chips,.br-deal-price .br-price-chips{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important;margin-top:0!important;}
.br-shop-price .br-price-chip,.br-deal-price .br-price-chip{min-width:0!important;padding:7px 8px!important;border-radius:12px!important;}
.br-shop-price .br-price-chip small,.br-deal-price .br-price-chip small{font-size:10px!important;letter-spacing:.03em!important;}
.br-shop-price .br-price-chip strong,.br-deal-price .br-price-chip strong{font-size:14px!important;white-space:nowrap!important;}
.br-shop-price .br-price-main strong,.br-deal-price .br-price-main strong{font-size:24px!important;}
.br-card-bottom .br-price-chips{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;}
.br-card-bottom .br-price-chip{min-width:0!important;padding:7px 8px!important;border-radius:12px!important;}
.br-card-bottom .br-price-chip strong{font-size:14px!important;white-space:nowrap!important;}
@media(max-width:980px){.br-shop-price .br-price-chips,.br-deal-price .br-price-chips,.br-card-bottom .br-price-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:560px){.br-shop-price .br-price-chips,.br-deal-price .br-price-chips,.br-card-bottom .br-price-chips{grid-template-columns:1fr!important;}.br-shop-price .br-price-main strong,.br-deal-price .br-price-main strong{font-size:22px!important;}}


/* v2.0.12 - fiyat kartı kök yerleşim düzeltmesi
   Amaç: Eski/yeni HTML yapısında fiyat alanının yan yana sıkışmasını önlemek. */
.br-shop-card .br-shop-card-footer,
.br-vitrine-pro .br-shop-card .br-shop-card-footer,
.br-showcase .br-shop-card .br-shop-card-footer,
.br-grid-showcase .br-shop-card .br-shop-card-footer{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    width:100%!important;
}

.br-shop-card .br-shop-price,
.br-vitrine-pro .br-shop-card .br-shop-price,
.br-showcase .br-shop-card .br-shop-price,
.br-grid-showcase .br-shop-card .br-shop-price,
.br-product-card .br-card-bottom,
.br-card.br-product-card .br-card-bottom,
.br-deal-card .br-deal-price,
.br-deal-horizontal .br-deal-price{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    width:100%!important;
    max-width:100%!important;
    text-align:left!important;
}

/* Yeni sarılmış fiyat yapısı */
.br-shop-card .br-shop-price .br-price-main,
.br-vitrine-pro .br-shop-card .br-shop-price .br-price-main,
.br-showcase .br-shop-card .br-shop-price .br-price-main,
.br-deal-card .br-deal-price .br-price-main{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
    padding:9px 11px!important;
    border:1px solid rgba(15,23,42,.08)!important;
    border-radius:14px!important;
    background:#fff!important;
    box-sizing:border-box!important;
}

/* Eski HTML yapısı: .br-shop-price > small + strong + chips */
.br-shop-card .br-shop-price > small,
.br-vitrine-pro .br-shop-card .br-shop-price > small,
.br-showcase .br-shop-card .br-shop-price > small{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    font-size:11px!important;
    line-height:1.2!important;
    color:#64748b!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.05em!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
}

.br-shop-card .br-shop-price > strong,
.br-vitrine-pro .br-shop-card .br-shop-price > strong,
.br-showcase .br-shop-card .br-shop-price > strong{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    font-size:22px!important;
    line-height:1.15!important;
    font-weight:950!important;
    white-space:nowrap!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
}

/* Başlayan fiyat etiketi ve fiyatı satır kırmadan koru */
.br-shop-card .br-price-main small,
.br-deal-card .br-price-main small,
.br-shop-card .br-shop-price .br-price-main small,
.br-deal-card .br-deal-price .br-price-main small{
    display:block!important;
    margin:0!important;
    font-size:11px!important;
    line-height:1.25!important;
    color:#64748b!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.05em!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
}

.br-shop-card .br-price-main strong,
.br-deal-card .br-price-main strong,
.br-shop-card .br-shop-price .br-price-main strong,
.br-deal-card .br-deal-price .br-price-main strong{
    display:block!important;
    margin:0!important;
    font-size:22px!important;
    line-height:1.15!important;
    font-weight:950!important;
    white-space:nowrap!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
}

/* Fiyat seçenekleri artık ana fiyatın yanına değil, altına yerleşir */
.br-shop-card .br-shop-price .br-price-chips,
.br-vitrine-pro .br-shop-card .br-shop-price .br-price-chips,
.br-showcase .br-shop-card .br-shop-price .br-price-chips,
.br-grid-showcase .br-shop-card .br-shop-price .br-price-chips,
.br-product-card .br-card-bottom .br-price-chips,
.br-card.br-product-card .br-card-bottom .br-price-chips,
.br-deal-card .br-deal-price .br-price-chips,
.br-deal-horizontal .br-deal-price .br-price-chips{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
    width:100%!important;
    margin:0!important;
    max-width:100%!important;
    align-items:stretch!important;
}

.br-shop-card .br-shop-price .br-price-chip,
.br-vitrine-pro .br-shop-card .br-shop-price .br-price-chip,
.br-showcase .br-shop-card .br-shop-price .br-price-chip,
.br-product-card .br-card-bottom .br-price-chip,
.br-card.br-product-card .br-card-bottom .br-price-chip,
.br-deal-card .br-deal-price .br-price-chip{
    min-width:0!important;
    width:100%!important;
    padding:6px 7px!important;
    border-radius:12px!important;
    box-sizing:border-box!important;
    gap:2px!important;
}

.br-shop-card .br-shop-price .br-price-chip small,
.br-product-card .br-card-bottom .br-price-chip small,
.br-deal-card .br-deal-price .br-price-chip small{
    font-size:9.5px!important;
    line-height:1.15!important;
    letter-spacing:.035em!important;
    white-space:normal!important;
}

.br-shop-card .br-shop-price .br-price-chip strong,
.br-product-card .br-card-bottom .br-price-chip strong,
.br-deal-card .br-deal-price .br-price-chip strong{
    font-size:13px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
}

/* Rezervasyon butonu her zaman fiyat bloğunun altında tam genişlikte kalsın */
.br-shop-card .br-shop-card-footer .br-shop-btn,
.br-vitrine-pro .br-shop-card .br-shop-card-footer .br-shop-btn,
.br-showcase .br-shop-card .br-shop-card-footer .br-shop-btn{
    width:100%!important;
    justify-content:center!important;
    text-align:center!important;
    margin-top:0!important;
}

/* Çok dar kartlarda kutular iki/tek kolona düşer; fiyat parçalanmaz. */
@media(max-width:1180px){
    .br-shop-card .br-shop-price .br-price-chips,
    .br-vitrine-pro .br-shop-card .br-shop-price .br-price-chips,
    .br-showcase .br-shop-card .br-shop-price .br-price-chips,
    .br-product-card .br-card-bottom .br-price-chips,
    .br-deal-card .br-deal-price .br-price-chips{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}

@media(max-width:640px){
    .br-shop-card .br-shop-price .br-price-main,
    .br-deal-card .br-deal-price .br-price-main{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:3px!important;
    }
    .br-shop-card .br-shop-price .br-price-chips,
    .br-vitrine-pro .br-shop-card .br-shop-price .br-price-chips,
    .br-showcase .br-shop-card .br-shop-price .br-price-chips,
    .br-product-card .br-card-bottom .br-price-chips,
    .br-deal-card .br-deal-price .br-price-chips{
        grid-template-columns:1fr!important;
    }
    .br-shop-card .br-price-main strong,
    .br-shop-card .br-shop-price > strong,
    .br-deal-card .br-price-main strong{
        font-size:21px!important;
        white-space:nowrap!important;
    }
}
