.pm-shop{--pm-red:#ff1717;--pm-dark:#17191d;position:relative;padding:88px 0 96px;background:linear-gradient(145deg,#f8f9fb 0,#fff 58%,#fff2f2 100%);overflow:hidden}.pm-shop:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(255,23,23,.06);filter:blur(2px);right:-180px;top:-160px}.pm-shop__header{max-width:760px;margin:0 auto 42px;text-align:center}.pm-shop__eyebrow{font-size:12px;letter-spacing:2.5px;font-weight:800;color:var(--pm-red)}.pm-shop__header h2{font-size:38px;margin:10px 0 12px;color:var(--pm-dark)}.pm-shop__header p,.pm-shop__category-copy p{color:#73777f}.pm-shop__tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:34px}.pm-shop__tab{border:1px solid #e4e5e8;background:#fff;color:#555;padding:12px 18px;border-radius:50px;font-weight:700;cursor:pointer;transition:.25s}.pm-shop__tab i{margin-right:8px;color:var(--pm-red)}.pm-shop__tab:hover,.pm-shop__tab.is-active{background:var(--pm-dark);border-color:var(--pm-dark);color:#fff;transform:translateY(-2px);box-shadow:0 9px 22px rgba(23,25,29,.16)}.pm-shop__layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}.pm-shop__panel{display:none}.pm-shop__panel.is-active{display:block;animation:pmFade .35s ease}.pm-shop__category-copy{margin-bottom:20px}.pm-shop__category-copy h3{font-size:26px;margin:0 0 5px}.pm-shop__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pm-service{position:relative;background:#fff;border:1px solid #ececef;border-radius:15px;padding:22px;transition:.28s;overflow:hidden}.pm-service:hover{transform:translateY(-4px);box-shadow:0 15px 38px rgba(20,24,31,.1)}.pm-service.is-selected{border-color:var(--pm-red);box-shadow:0 12px 35px rgba(255,23,23,.14)}.pm-service__check{position:absolute;right:0;top:0;width:42px;height:42px;background:var(--pm-red);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:0 0 0 14px;opacity:0;transform:translate(10px,-10px);transition:.25s}.pm-service.is-selected .pm-service__check{opacity:1;transform:none}.pm-service small{font-weight:700;color:#a0a3a8}.pm-service h4{font-size:18px;margin:8px 38px 8px 0}.pm-service>p{font-size:14px;color:#747880;min-height:42px;line-height:1.5}.pm-service__footer{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.pm-service__footer strong{font-size:19px;color:var(--pm-dark)}.pm-service__toggle{border:0;background:#fff0f0;color:var(--pm-red);border-radius:8px;padding:9px 12px;font-weight:800;cursor:pointer}.pm-service.is-selected .pm-service__toggle{background:var(--pm-red);color:#fff}.pm-service__toggle i{margin-left:5px}.pm-service.is-selected .pm-service__toggle i{transform:rotate(45deg)}.pm-service__fields{border-top:1px dashed #ddd;margin-top:18px;padding-top:14px;display:none}.pm-service.is-selected .pm-service__fields{display:grid;gap:11px;animation:pmFade .3s}.pm-service__fields label,.pm-order-modal label{display:block;font-size:13px;font-weight:700;color:#4a4e55}.pm-service__fields input,.pm-service__fields select,.pm-order-modal input,.pm-order-modal textarea{width:100%;border:1px solid #dedfe3;border-radius:8px;padding:11px;margin-top:5px;background:#fff;outline:0}.pm-service__fields select[multiple]{min-height:80px}.pm-service__fields .is-invalid{border-color:var(--pm-red)}.pm-cart{position:sticky;top:100px;background:var(--pm-dark);color:#fff;padding:24px;border-radius:17px;box-shadow:0 18px 50px rgba(20,22,27,.22)}.pm-cart__head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #353840;padding-bottom:17px}.pm-cart__head small{color:#ff8b8b;font-weight:800;letter-spacing:1.5px}.pm-cart__head h3{font-size:20px;color:#fff;margin:3px 0}.pm-cart__count{width:36px;height:36px;border-radius:50%;background:var(--pm-red);display:grid;place-items:center;font-weight:800}.pm-cart__empty{text-align:center;padding:32px 5px;color:#aeb1b7}.pm-cart__empty i{font-size:34px;color:#565a62}.pm-cart__empty p{margin:12px 0 3px;color:#ddd}.pm-cart-item{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;border-bottom:1px solid #34373d;padding:13px 0;font-size:13px}.pm-cart-item button{border:0;background:none;color:#999;font-size:22px;cursor:pointer}.pm-cart__total{display:flex;justify-content:space-between;padding:20px 0}.pm-cart__total strong{font-size:21px}.pm-cart__continue,.pm-submit{width:100%;border:0;border-radius:10px;background:var(--pm-red);color:#fff;padding:14px;font-weight:800;cursor:pointer;transition:.2s}.pm-cart__continue:hover,.pm-submit:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(255,23,23,.28)}.pm-cart__continue:disabled{opacity:.45;cursor:not-allowed;transform:none}.pm-order-modal{position:fixed;z-index:99999;inset:0;display:flex;align-items:center;justify-content:center;padding:18px;opacity:0;visibility:hidden;transition:.25s}.pm-order-modal.is-open{opacity:1;visibility:visible}.pm-order-modal__backdrop{position:absolute;inset:0;background:rgba(12,14,17,.78);backdrop-filter:blur(5px)}.pm-order-modal__card{position:relative;background:#fff;width:680px;max-width:100%;max-height:92vh;overflow:auto;border-radius:18px;padding:34px;transform:translateY(20px) scale(.98);transition:.3s}.pm-order-modal.is-open .pm-order-modal__card{transform:none}.pm-order-modal__close{position:absolute;right:15px;top:10px;border:0;background:none;font-size:30px;color:#888;cursor:pointer}.pm-order-modal__intro span{font-size:11px;color:var(--pm-red);font-weight:800;letter-spacing:2px}.pm-order-modal__intro h2{margin:7px 0}.pm-order-modal__intro p{color:#777}.pm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pm-consent{display:flex!important;gap:9px;margin:17px 0;font-weight:400!important;line-height:1.45}.pm-consent input{width:auto!important;margin:3px 0!important}.pm-consent a{color:var(--pm-red)}.pm-order-summary{display:flex;justify-content:space-between;background:#f5f6f7;border-radius:9px;padding:14px;margin-bottom:14px}.pm-form-error{color:#c80000;font-size:13px;margin-bottom:9px}.pm-submit.is-loading{opacity:.65}.pm-order-success{text-align:center;padding:35px 10px}.pm-order-success>i{display:grid;place-items:center;margin:auto;width:70px;height:70px;border-radius:50%;background:#e6f8ec;color:#20a653;font-size:31px}.pm-order-number{display:block;background:#f4f5f6;border-radius:8px;padding:13px;margin:20px}.pm-order-success button{border:0;background:var(--pm-dark);color:#fff;padding:12px 28px;border-radius:8px}.pm-honeypot{position:absolute!important;left:-9999px!important}.pm-mobile-cart{display:none}.pm-service__fields input:disabled,.pm-service__fields select:disabled{display:none}@keyframes pmFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:991px){.pm-shop{padding:62px 0 95px}.pm-shop__layout{grid-template-columns:1fr}.pm-cart{display:none}.pm-mobile-cart{display:flex;position:fixed;z-index:9990;left:12px;right:12px;bottom:12px;width:calc(100% - 24px);align-items:center;gap:10px;border:0;background:#17191d;color:#fff;border-radius:13px;padding:15px 18px;box-shadow:0 10px 35px rgba(0,0,0,.35)}.pm-mobile-cart strong{margin-left:auto;color:#fff}.pm-shop__header h2{font-size:31px}}
@media(max-width:640px){.pm-shop__tabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.pm-shop__tab{white-space:nowrap}.pm-shop__cards{grid-template-columns:1fr}.pm-form-grid{grid-template-columns:1fr}.pm-order-modal__card{padding:28px 19px}.pm-shop__header{text-align:left}.pm-shop__header h2{font-size:28px}}
@media(prefers-reduced-motion:reduce){.pm-shop *,.pm-order-modal *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Keep the order action legible against legacy global button styles. */
.pm-order-modal .pm-submit{display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;width:100%!important;min-height:50px!important;border:0!important;border-radius:10px!important;background:#ff1717!important;color:#fff!important;padding:14px 18px!important;font-size:15px!important;font-weight:800!important;line-height:1.3!important;opacity:1!important;visibility:visible!important;cursor:pointer!important}
.pm-order-modal .pm-submit span,.pm-order-modal .pm-submit i{color:#fff!important;opacity:1!important;visibility:visible!important}
.pm-order-modal .pm-submit:disabled{background:#d81313!important;color:#fff!important;cursor:wait!important}
.pm-order-modal .pm-order-summary{background:#f1f3f5!important;color:#252930!important}
.pm-order-modal .pm-order-summary span,.pm-order-modal .pm-order-summary b{color:#252930!important}
.pm-order-modal .pm-order-summary strong{color:#d81313!important}
.pm-modal-service-fields{margin:0 0 18px;padding:16px;border:1px solid #ffd0d0;border-radius:12px;background:#fff7f7}
.pm-modal-service-fields h3{margin:0 0 4px;color:#252930;font-size:16px}
.pm-modal-service-fields>p{margin:0 0 12px;color:#6a6f78;font-size:13px}
.pm-modal-service-fields__body{display:grid;gap:12px}
.pm-modal-service-fields .pm-service__fields{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0!important;padding:0!important;background:transparent!important;border:0!important}
.pm-modal-service-fields label span{display:block;margin-bottom:5px;color:#4a4f57;font-size:13px;font-weight:700}
.pm-modal-service-fields input,.pm-modal-service-fields select{width:100%;height:42px;border:1px solid #d9dde3;border-radius:8px;background:#fff;color:#252930;padding:0 11px;box-sizing:border-box}
@media(max-width:640px){.pm-modal-service-fields .pm-service__fields{grid-template-columns:1fr}}
.pm-order-modal__intro,.pm-order-modal__intro h2{color:#17191d!important}.pm-order-modal__intro span{display:block!important;color:#ff1717!important}.pm-brand-default-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pm-brand-default-fields input{display:block!important}
.pm-header-cart{display:none}
@media(max-width:991px){
  .header .container-fluid{position:relative!important}
  .pm-header-row{flex-wrap:nowrap!important}
  .pm-header-row>div:first-child{flex:0 1 auto!important;min-width:0}
  .pm-header-actions{flex:0 0 auto!important;width:auto!important;max-width:none!important;padding-left:0!important}
  .pm-header-actions__row{flex-wrap:nowrap!important}
  .pm-mobile-cart{display:none!important}
  .pm-header-cart{position:relative;display:flex;width:42px;min-width:42px;height:42px;padding:0;gap:0;align-items:center;justify-content:center;border:0;border-radius:10px;background:#ff1717;color:#fff;cursor:pointer;box-shadow:0 7px 18px rgba(0,0,0,.22);transition:transform .2s,background .2s}
  .pm-header-cart svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .pm-header-cart__label{display:none}
  .pm-header-cart:active{transform:scale(.94)}
  .pm-header-cart.has-items{background:#c90000}
  .pm-header-cart__count{position:absolute;right:-5px;top:-7px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border:2px solid #292c30;border-radius:20px;background:#fff;color:#17191d;font:800 11px/1 Arial,sans-serif}
}
@media(max-width:420px){.pm-header-actions .red-btn-01{padding-left:9px!important;padding-right:9px!important;white-space:nowrap}}
@media(max-width:640px){
  .pm-header-row{margin-left:0!important;margin-right:0!important;justify-content:space-between!important}
  .pm-header-row>div:first-child{width:120px!important;max-width:120px!important;padding-left:0!important;padding-right:4px!important}
  .pm-header-row .header-logo{width:116px!important;max-width:116px!important;margin:0!important}
  .pm-header-row .header-logo img{display:block!important;width:auto!important;max-width:116px!important;height:auto!important;max-height:48px!important}
  .pm-header-actions{position:absolute!important;right:42px!important;top:8px!important;width:132px!important;min-width:132px!important;max-width:132px!important;margin-right:0!important}
  .pm-header-actions>.imageBox_ex{display:none!important}
  .pm-header-actions__row{gap:5px!important;margin:0!important}
  .pm-header-actions__row>[class*="col-"]{margin-left:0!important;margin-right:0!important;padding:0!important}
  .pm-header-actions .red-btn-01{min-width:0!important;height:42px!important;padding:0 8px!important;font-size:12px!important;line-height:1.05!important}
  .pm-header-actions .header-nav-btn{position:static!important;margin-left:2px!important}
}
@media(max-width:420px){
  .pm-header-row>div:first-child{width:92px!important;max-width:92px!important}
  .pm-header-row .header-logo{width:90px!important;max-width:90px!important}
  .pm-header-row .header-logo img{max-width:90px!important;max-height:42px!important}
  .pm-header-actions .red-btn-01{width:64px!important;max-width:64px!important;padding:0 4px!important;font-size:0!important}
  .pm-header-actions .red-btn-01:after{content:'Ödeme';font-size:11px!important;font-weight:700;line-height:1}
  .pm-header-actions .header-nav-btn{display:block!important;width:26px!important;min-width:26px!important}
}
/* Bazı iOS tarayıcıları dar ekranı geniş CSS viewport ile raporlar. Aynı
   kompakt düzeni tablet/mobil kırılımında da zorlamak, öğelerin slidera
   taşmasını engeller. */
@media(max-width:991px){
  .pm-header-row>div:first-child{width:120px!important;max-width:120px!important;padding-left:0!important;padding-right:4px!important}
  .pm-header-row .header-logo{width:116px!important;max-width:116px!important;margin:0!important}
  .pm-header-row .header-logo img{display:block!important;width:auto!important;max-width:116px!important;height:auto!important;max-height:46px!important}
  .pm-header-actions{margin-right:0!important}
  .pm-header-actions__row{gap:5px!important;margin:0!important;flex-wrap:nowrap!important}
  .pm-header-actions__row>[class*="col-"]{margin-left:0!important;margin-right:0!important;padding:0!important}
  .pm-header-actions .red-btn-01{width:64px!important;min-width:64px!important;height:42px!important;padding:0 4px!important;font-size:0!important;line-height:1!important}
  .pm-header-actions .red-btn-01:after{content:'Ödeme';font-size:11px!important;font-weight:700;line-height:1}
  .pm-header-actions .d-xls-none{display:block!important}
  .pm-header-actions .header-nav-btn{display:block!important;position:absolute!important;right:-35px!important;top:8px!important;width:26px!important;min-width:26px!important;margin-left:0!important}
}
@media(max-width:640px){.pm-brand-default-fields{grid-template-columns:1fr}}
