@charset "UTF-8";
@import 'library/sects-min.css';
@import 'template/sections.css';
/* Colors */
:root {
  --blue-ruin:#026cdd;
  --blue-ruin-rgba:2,108,221;
  --london-rain:#0051bb;
  --london-rain-rgba:0,81,187;
  --white:#ffffff;
  --warm-purple:#972b8a;
  --aged-purple:#ac439f;
  --adamantine-blue:#57a5f8;
  --swiss-plum:#6d46b3;
  --swiss-plum-rgba:109,70,179;
  --midnight:#020c2e;
  --mazzy-star:#c35caf;
  --peach-cobbler:#ffae83;
  --golden-nectar:#ffd969;
  --sapphire-blue:#0066bc;
  --altdorf-sky-blue:#00a1ab;
  --malted-mint-madness:#0cdaa7;
  --alphabet-blue:#b3d1f0;
  --jadestone:#03a8a6;
  --emerson:#42645d;
  --black-anther:#424242;
  --white-rabbit:#f9f0e9;
  --clr: #825aa9;
}

/* Color Classes */
/*Color Text*/
.blue-ruin {
  color: var(--blue-ruin);
}

/* Bg Color Class */
.bg-blue-ruin {
  background-color: var(--blue-ruin);
}

/*Text-Bg Color*/
.text-bg-blue-ruin {
  color: var(--white);
  background-color: var(--blue-ruin);
}

/* CSS Document */
:root {
  --special-elite: "Special Elite";
  --croissant-one: "Croissant One";
  --josefin-sans: "Josefin Sans";
  --josefin-slab: "Josefin slab";
  --caveat: "Caveat";
  --indie-flower: "Indie Flower";
  --lilita-one: "Lilita One";
  --merienda: "Merienda";
  --Laila: "Laila";
  --pangolin: "Pangolin";
  --chewy: "Chewy";
  --aclonica: "Aclonica";
  --short-stack: "Short Stack";
  --bubblegum-sans: "Bubblegum Sans";
  --capriola: "Capriola";
  --handlee: "Handlee";
  --cabin-sketch: "Cabin Sketch";
  --tillana: "Tillana";
  --baloo-2: "Baloo 2";
  --roboto: "Roboto";
  --londrina-sketch: "Londrina Sketch";
  --protest-strike: "Protest Strike";
  --baloo-da-2: "Baloo Da 2";
  --lemon: "Lemon";
  --itim: "Itim";
  --nerko-one: "Nerko One";
  --akaya-kanadaka: "Akaya Kanadaka";
  --sriracha: "Sriracha";
  --suez-one: "Suez One";
  --poetsen-one: "Poetsen One";
  --coiny: "Coiny";
}

/*
Kullanım
.button {
  background-color: rgba-from-hex(#026cdd, 0.75); // blue-ruin rengini %75 opaklıkla kullan
  border-color: rgba-from-hex(#0051bb, 0.5); // london-rain
}

.hero {
  background: rgba-from-hex($mazzy-star, 0.9); // SCSS değişken ile
}
*/
.spacer-h-xxs {
  height: 4px;
  width: 100%;
}

.spacer-h-xs {
  height: 8px;
  width: 100%;
}

.spacer-h-sm {
  height: 12px;
  width: 100%;
}

.spacer-h-md {
  height: 16px;
  width: 100%;
}

.spacer-h-lg {
  height: 24px;
  width: 100%;
}

.spacer-h-xl {
  height: 32px;
  width: 100%;
}

.spacer-h-xxl {
  height: 48px;
  width: 100%;
}

.spacer-w-xxs {
  width: 4px;
  height: 100%;
  display: inline-block;
}

.spacer-w-xs {
  width: 8px;
  height: 100%;
  display: inline-block;
}

.spacer-w-sm {
  width: 12px;
  height: 100%;
  display: inline-block;
}

.spacer-w-md {
  width: 16px;
  height: 100%;
  display: inline-block;
}

.spacer-w-lg {
  width: 24px;
  height: 100%;
  display: inline-block;
}

.spacer-w-xl {
  width: 32px;
  height: 100%;
  display: inline-block;
}

.spacer-w-xxl {
  width: 48px;
  height: 100%;
  display: inline-block;
}

.mwt-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mwt-row > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.mwt-col {
  flex: 1 0 0%;
  max-width: 100%;
}

.mwt-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.mwt-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.mwt-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.mwt-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.mwt-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.mwt-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.mwt-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.mwt-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.mwt-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.mwt-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.mwt-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.mwt-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .mwt-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .mwt-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .mwt-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mwt-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .mwt-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .mwt-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mwt-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .mwt-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .mwt-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mwt-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .mwt-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .mwt-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .mwt-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .mwt-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .mwt-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mwt-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .mwt-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .mwt-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mwt-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .mwt-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .mwt-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mwt-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .mwt-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .mwt-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .mwt-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .mwt-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .mwt-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mwt-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .mwt-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .mwt-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mwt-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .mwt-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .mwt-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mwt-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .mwt-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .mwt-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .mwt-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .mwt-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .mwt-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mwt-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .mwt-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .mwt-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mwt-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .mwt-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .mwt-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mwt-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .mwt-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .mwt-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .mwt-col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .mwt-col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .mwt-col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mwt-col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .mwt-col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .mwt-col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mwt-col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .mwt-col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .mwt-col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mwt-col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .mwt-col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .mwt-col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .mwt-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-sm-3 {
    margin-left: 25%;
  }
  .mwt-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-sm-6 {
    margin-left: 50%;
  }
  .mwt-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-sm-9 {
    margin-left: 75%;
  }
  .mwt-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .mwt-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-md-3 {
    margin-left: 25%;
  }
  .mwt-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-md-6 {
    margin-left: 50%;
  }
  .mwt-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-md-9 {
    margin-left: 75%;
  }
  .mwt-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .mwt-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-lg-3 {
    margin-left: 25%;
  }
  .mwt-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-lg-6 {
    margin-left: 50%;
  }
  .mwt-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-lg-9 {
    margin-left: 75%;
  }
  .mwt-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .mwt-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-xl-3 {
    margin-left: 25%;
  }
  .mwt-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-xl-6 {
    margin-left: 50%;
  }
  .mwt-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-xl-9 {
    margin-left: 75%;
  }
  .mwt-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-xl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .mwt-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-xxl-3 {
    margin-left: 25%;
  }
  .mwt-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-xxl-6 {
    margin-left: 50%;
  }
  .mwt-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-xxl-9 {
    margin-left: 75%;
  }
  .mwt-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-xxl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 576px) {
  .mwt-order-sm-0 {
    order: 0;
  }
  .mwt-order-sm-1 {
    order: 1;
  }
  .mwt-order-sm-2 {
    order: 2;
  }
  .mwt-order-sm-3 {
    order: 3;
  }
  .mwt-order-sm-4 {
    order: 4;
  }
  .mwt-order-sm-5 {
    order: 5;
  }
  .mwt-order-sm-6 {
    order: 6;
  }
  .mwt-order-sm-7 {
    order: 7;
  }
  .mwt-order-sm-8 {
    order: 8;
  }
  .mwt-order-sm-9 {
    order: 9;
  }
  .mwt-order-sm-10 {
    order: 10;
  }
  .mwt-order-sm-11 {
    order: 11;
  }
  .mwt-order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .mwt-order-md-0 {
    order: 0;
  }
  .mwt-order-md-1 {
    order: 1;
  }
  .mwt-order-md-2 {
    order: 2;
  }
  .mwt-order-md-3 {
    order: 3;
  }
  .mwt-order-md-4 {
    order: 4;
  }
  .mwt-order-md-5 {
    order: 5;
  }
  .mwt-order-md-6 {
    order: 6;
  }
  .mwt-order-md-7 {
    order: 7;
  }
  .mwt-order-md-8 {
    order: 8;
  }
  .mwt-order-md-9 {
    order: 9;
  }
  .mwt-order-md-10 {
    order: 10;
  }
  .mwt-order-md-11 {
    order: 11;
  }
  .mwt-order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .mwt-order-lg-0 {
    order: 0;
  }
  .mwt-order-lg-1 {
    order: 1;
  }
  .mwt-order-lg-2 {
    order: 2;
  }
  .mwt-order-lg-3 {
    order: 3;
  }
  .mwt-order-lg-4 {
    order: 4;
  }
  .mwt-order-lg-5 {
    order: 5;
  }
  .mwt-order-lg-6 {
    order: 6;
  }
  .mwt-order-lg-7 {
    order: 7;
  }
  .mwt-order-lg-8 {
    order: 8;
  }
  .mwt-order-lg-9 {
    order: 9;
  }
  .mwt-order-lg-10 {
    order: 10;
  }
  .mwt-order-lg-11 {
    order: 11;
  }
  .mwt-order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .mwt-order-xl-0 {
    order: 0;
  }
  .mwt-order-xl-1 {
    order: 1;
  }
  .mwt-order-xl-2 {
    order: 2;
  }
  .mwt-order-xl-3 {
    order: 3;
  }
  .mwt-order-xl-4 {
    order: 4;
  }
  .mwt-order-xl-5 {
    order: 5;
  }
  .mwt-order-xl-6 {
    order: 6;
  }
  .mwt-order-xl-7 {
    order: 7;
  }
  .mwt-order-xl-8 {
    order: 8;
  }
  .mwt-order-xl-9 {
    order: 9;
  }
  .mwt-order-xl-10 {
    order: 10;
  }
  .mwt-order-xl-11 {
    order: 11;
  }
  .mwt-order-xl-12 {
    order: 12;
  }
}
@media (min-width: 1400px) {
  .mwt-order-xxl-0 {
    order: 0;
  }
  .mwt-order-xxl-1 {
    order: 1;
  }
  .mwt-order-xxl-2 {
    order: 2;
  }
  .mwt-order-xxl-3 {
    order: 3;
  }
  .mwt-order-xxl-4 {
    order: 4;
  }
  .mwt-order-xxl-5 {
    order: 5;
  }
  .mwt-order-xxl-6 {
    order: 6;
  }
  .mwt-order-xxl-7 {
    order: 7;
  }
  .mwt-order-xxl-8 {
    order: 8;
  }
  .mwt-order-xxl-9 {
    order: 9;
  }
  .mwt-order-xxl-10 {
    order: 10;
  }
  .mwt-order-xxl-11 {
    order: 11;
  }
  .mwt-order-xxl-12 {
    order: 12;
  }
}
.mwt-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .mwt-gap-sm-0 {
    gap: 0rem;
  }
  .mwt-gap-sm-1 {
    gap: 0.25rem;
  }
  .mwt-gap-sm-2 {
    gap: 0.5rem;
  }
  .mwt-gap-sm-3 {
    gap: 0.75rem;
  }
  .mwt-gap-sm-4 {
    gap: 1rem;
  }
  .mwt-gap-sm-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .mwt-gap-md-0 {
    gap: 0rem;
  }
  .mwt-gap-md-1 {
    gap: 0.25rem;
  }
  .mwt-gap-md-2 {
    gap: 0.5rem;
  }
  .mwt-gap-md-3 {
    gap: 0.75rem;
  }
  .mwt-gap-md-4 {
    gap: 1rem;
  }
  .mwt-gap-md-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 992px) {
  .mwt-gap-lg-0 {
    gap: 0rem;
  }
  .mwt-gap-lg-1 {
    gap: 0.25rem;
  }
  .mwt-gap-lg-2 {
    gap: 0.5rem;
  }
  .mwt-gap-lg-3 {
    gap: 0.75rem;
  }
  .mwt-gap-lg-4 {
    gap: 1rem;
  }
  .mwt-gap-lg-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .mwt-gap-xl-0 {
    gap: 0rem;
  }
  .mwt-gap-xl-1 {
    gap: 0.25rem;
  }
  .mwt-gap-xl-2 {
    gap: 0.5rem;
  }
  .mwt-gap-xl-3 {
    gap: 0.75rem;
  }
  .mwt-gap-xl-4 {
    gap: 1rem;
  }
  .mwt-gap-xl-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .mwt-gap-xxl-0 {
    gap: 0rem;
  }
  .mwt-gap-xxl-1 {
    gap: 0.25rem;
  }
  .mwt-gap-xxl-2 {
    gap: 0.5rem;
  }
  .mwt-gap-xxl-3 {
    gap: 0.75rem;
  }
  .mwt-gap-xxl-4 {
    gap: 1rem;
  }
  .mwt-gap-xxl-5 {
    gap: 1.25rem;
  }
}
.mwt-align-items-start {
  align-items: start;
}

.mwt-align-items-center {
  align-items: center;
}

.mwt-align-items-end {
  align-items: end;
}

.mwt-align-items-stretch {
  align-items: stretch;
}

.mwt-align-items-baseline {
  align-items: baseline;
}

.mwt-justify-content-start {
  justify-content: start;
}

.mwt-justify-content-center {
  justify-content: center;
}

.mwt-justify-content-end {
  justify-content: end;
}

.mwt-justify-content-between {
  justify-content: space-between;
}

.mwt-justify-content-around {
  justify-content: space-around;
}

.mwt-justify-content-evenly {
  justify-content: space-evenly;
}

.mwt-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mwt-row > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.mwt-row .mwt-row {
  margin-left: 0;
  margin-right: 0;
}
.mwt-row .mwt-row > * {
  padding-left: 0;
  padding-right: 0;
}

/*
Kullanım Örnekleri
@include media-min(sm) {
  body {
    background-color: lightblue;
  }
}
@include media-max(md) {
  body {
    font-size: 14px;
  }
}
@include media-between(sm, lg) {
  .box {
    padding: 20px;
  }
}
*/
.toast-container #actionToast_SepeteEklendi .toast-body {
  font-size: 22px;
}

.toast-container #actionToast_SepeteEklendi .toast-body i {
  font-size: 22px;
}
.toast-container #actionToast_SepeteEklendi .toast-body i {
  color: green;
}

.toast-container #actionToast_SepettenSilindi .toast-body {
  font-size: 22px;
}

.toast-container #actionToast_SepettenSilindi .toast-body i {
  font-size: 22px;
}
.toast-container #actionToast_SepettenSilindi .toast-body i {
  color: red;
}

.bwd-btn {
  padding: 10px 10px;
}

.btn-swiss {
  background-color: var(--swiss-plum); /* Custom background color */
  border-color: var(--swiss-plum); /* Custom border color */
  color: white;
}

.btn-swiss:hover {
  background-color: #9670db; /* Custom hover background */
  border-color: #9670db; /* Custom hover border */
  color: white;
}

.btn-midnight {
  background-color: var(--midnight); /* Custom background color */
  border-color: var(--midnight); /* Custom border color */
  color: white;
}

.btn-midnight:hover {
  background-color: #08174a; /* Custom hover background */
  border-color: #08174a; /* Custom hover border */
  color: white;
}

.btn-orange-darkturquoise {
  text-decoration: none;
  background-color: orange;
}

.btn-orange-darkturquoise:hover {
  background-color: darkturquoise; /* Custom hover background */
  border-color: darkturquoise; /* Custom hover border */
}

.btn-golden-nectar {
  background-color: var(--golden-nectar); /* Custom background color */
  border-color: var(--golden-nectar); /* Custom border color */
  color: white;
}

.btn-golden-nectar:hover {
  background-color: var(--peach-cobbler); /* Custom hover background */
  border-color: var(--peach-cobbler); /* Custom hover border */
  color: white;
}

.btn-golden-nectar_darkturquoise {
  background-color: var(--golden-nectar); /* Custom background color */
  border-color: var(--golden-nectar); /* Custom border color */
  color: white;
}

.btn-golden-nectar_darkturquoise:hover {
  background-color: var(--darkturquoise); /* Custom hover background */
  border-color: var(--darkturquoise); /* Custom hover border */
  color: white;
}

.golden-nectar_darkturquoise {
  background-color: var(--golden-nectar); /* Custom background color */
  border-color: var(--golden-nectar); /* Custom border color */
  color: black;
}

.golden-nectar_darkturquoise:hover {
  background-color: var(--darkturquoise); /* Custom hover background */
  border-color: var(--darkturquoise); /* Custom hover border */
  color: white;
}

.part-0 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-0 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-0 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-0 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-0 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-0 {
    max-width: 1320px;
  }
}
.part-1 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-1 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-1 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-1 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-1 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-1 {
    max-width: 1320px;
  }
}
.part-2 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-2 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-2 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-2 {
    max-width: 1320px;
  }
}
.part-3 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-3 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-3 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-3 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-3 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-3 {
    max-width: 1320px;
  }
}
.part-4 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-4 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-4 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-4 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-4 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-4 {
    max-width: 1320px;
  }
}
.part-5 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-5 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-5 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-5 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-5 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-5 {
    max-width: 1320px;
  }
}
.part-6 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-6 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-6 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-6 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-6 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-6 {
    max-width: 1320px;
  }
}
.part-7 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-7 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-7 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-7 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-7 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-7 {
    max-width: 1320px;
  }
}
.part-8 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-8 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-8 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-8 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-8 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-8 {
    max-width: 1320px;
  }
}
.part-9 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-9 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-9 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-9 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-9 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-9 {
    max-width: 1320px;
  }
}
.part-10 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-10 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-10 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-10 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-10 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-10 {
    max-width: 1320px;
  }
}
.part-11 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-11 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-11 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-11 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-11 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-11 {
    max-width: 1320px;
  }
}
.part-12 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-12 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-12 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-12 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-12 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-12 {
    max-width: 1320px;
  }
}
.part-13 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-13 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-13 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-13 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-13 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-13 {
    max-width: 1320px;
  }
}
.part-14 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-14 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-14 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-14 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-14 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-14 {
    max-width: 1320px;
  }
}
.part-15 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-15 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-15 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-15 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-15 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-15 {
    max-width: 1320px;
  }
}
.part-16 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-16 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-16 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-16 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-16 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-16 {
    max-width: 1320px;
  }
}
.part-17 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-17 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-17 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-17 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-17 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-17 {
    max-width: 1320px;
  }
}
.part-18 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-18 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-18 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-18 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-18 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-18 {
    max-width: 1320px;
  }
}
.part-19 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-19 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-19 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-19 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-19 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-19 {
    max-width: 1320px;
  }
}
.part-20 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-20 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-20 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-20 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-20 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-20 {
    max-width: 1320px;
  }
}
.part-21 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-21 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-21 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-21 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-21 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-21 {
    max-width: 1320px;
  }
}
.part-22 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-22 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-22 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-22 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-22 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-22 {
    max-width: 1320px;
  }
}
.part-23 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-23 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-23 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-23 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-23 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-23 {
    max-width: 1320px;
  }
}
.part-24 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-24 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-24 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-24 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-24 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-24 {
    max-width: 1320px;
  }
}
.part-25 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-25 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-25 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-25 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-25 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-25 {
    max-width: 1320px;
  }
}
.part-blog_page-content {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-blog_page-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-blog_page-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-blog_page-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-blog_page-content {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-blog_page-content {
    max-width: 1320px;
  }
}
.part-search {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-search {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-search {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-search {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-search {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-search {
    max-width: 1320px;
  }
}
.part-video {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-video {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-video {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-video {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-video {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-video {
    max-width: 1320px;
  }
}
.part-header-0 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-0 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-0 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-0 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-0 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-0 {
    max-width: 1320px;
  }
}
.part-header-1 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-1 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-1 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-1 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-1 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-1 {
    max-width: 1320px;
  }
}
.part-header-2 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-2 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-2 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-2 {
    max-width: 1320px;
  }
}
.part-header-3 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-3 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-3 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-3 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-3 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-3 {
    max-width: 1320px;
  }
}
.part-header-4 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-4 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-4 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-4 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-4 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-4 {
    max-width: 1320px;
  }
}
.part-header-5 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-5 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-5 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-5 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-5 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-5 {
    max-width: 1320px;
  }
}
.part-footer-1 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-footer-1 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-footer-1 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-footer-1 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-footer-1 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-footer-1 {
    max-width: 1320px;
  }
}
.part-footer-2 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-footer-2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-footer-2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-footer-2 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-footer-2 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-footer-2 {
    max-width: 1320px;
  }
}
.part-footer-3 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-footer-3 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-footer-3 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-footer-3 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-footer-3 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-footer-3 {
    max-width: 1320px;
  }
}
.part-footer-4 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-footer-4 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-footer-4 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-footer-4 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-footer-4 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-footer-4 {
    max-width: 1320px;
  }
}
.part-footer-5 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-footer-5 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-footer-5 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-footer-5 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-footer-5 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-footer-5 {
    max-width: 1320px;
  }
}
.part-content {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-content {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-content {
    max-width: 1320px;
  }
}
.single_model_1-header {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.single_model_1-header .header .text {
  font-family: var(--source-sans-3);
  font-family: var(--source-sans-3);
}

.single_model_1-header .header .breadcrumbs {
  font-size: 20px;
  color: #444444;
}

.single_model_1-header .header .breadcrumbs a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.single_post_model_1 {
  margin-top: 25px;
}

.page_model_1-header {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.page_model_1-header .header .text {
  font-family: var(--source-sans-3);
  font-family: var(--source-sans-3);
}

.page_model_1-header .header .breadcrumbs {
  font-size: 20px;
  color: #444444;
}

.page_model_1-header .header .breadcrumbs a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.page_model_1 {
  margin-top: 25px;
}

.widgetPosts {
  font-family: var(--source-sans-3);
}

.widgetPosts .widget-title {
  font-size: 30px;
  font-family: var(--source-sans-3);
}

.widgetPosts .widgetContent ul {
  list-style: none;
  padding-left: 0;
}

.widgetPosts .widgetContent ul .nav-item .nav-link {
  color: white;
  font-size: 18px;
}

.widgetPages {
  font-family: var(--source-sans-3);
}

.widgetPages .widget-title {
  font-size: 30px;
  font-family: var(--source-sans-3);
}

.widgetPages .widgetContent ul {
  list-style: none;
  padding-left: 0;
}

.widgetPages .widgetContent ul .nav-item .nav-link {
  color: white;
  font-size: 18px;
}

/* =============================================================
      MP PRODUCT SINGLE – CORE STYLES (Vanilla CSS)
      - Tamamen bağımsızdır. Hiçbir kütüphane gerektirmez.
      - Dış kapsayıcının genişliği/yüksekliği ebeveynden gelir.
        -> width: 100% ya da 300px, 400px… gibi serbestçe verilebilir.
        -> Ana görsel yüksekliği için --mpps-main-h değişkenini kullanın.
      - Renk/kenar değerlerini CSS değişkenleriyle kolay özelleştirin.
   ============================================================= */
:root {
  --mpps-gap: 12px;
  --mpps-radius: 14px;
  --mpps-border: 1px solid rgba(0,0,0,.08);
  --mpps-bg: #0b0e14; /* ana alan koyu degrade -> thumb arkası */
  --mpps-surface: #111622; /* kart yüzeyi */
  --mpps-fg: #e8edf6; /* metin */
  --mpps-muted: #9ba8c7; /* ikincil metin */
  --mpps-accent: #4da3ff; /* vurgu */
  --mpps-main-h: 420px; /* ana görsel kutusu yüksekliği */
  --mpps-thumb-size: 84px; /* thumbnail kutu yüksekliği */
  --mpps-thumb-gap: 8px; /* thumbnails arası boşluk */
  --mpps-btn-size: 36px; /* sağ/sol kaydır butonları */
  --mpps-shadow: 0 6px 22px rgba(0,0,0,.25);
  --mpps-speed: 180ms;
}

/* Kök bileşen */
.mpps {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: var(--mpps-gap);
  color: var(--mpps-fg);
  user-select: none;
}

/* Ana görsel alanı */
.mpps__main {
  position: relative;
  height: var(--mpps-main-h);
  background: radial-gradient(1200px 600px at 50% -20%, #1a2132 0%, var(--mpps-bg) 65%);
  border: var(--mpps-border);
  border-radius: var(--mpps-radius);
  overflow: hidden;
  box-shadow: var(--mpps-shadow);
  display: grid;
  place-items: center;
}

.mpps__main-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; /* Ürün görseli kırpılmasın */
  image-rendering: auto;
  transition: opacity var(--mpps-speed) ease;
}

.mpps__main-img.is-fading {
  opacity: 0.25;
}

/* Thumbnails alanı */
.mpps__thumbs {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto; /* sol buton - track - sağ buton */
  align-items: center;
  gap: var(--mpps-thumb-gap);
}

.mpps__btn {
  width: var(--mpps-btn-size);
  height: var(--mpps-btn-size);
  border-radius: 999px;
  border: var(--mpps-border);
  background: linear-gradient(180deg, #1a2132, #0e1320);
  color: var(--mpps-fg);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  transition: transform var(--mpps-speed), opacity var(--mpps-speed), background var(--mpps-speed);
}

.mpps__btn:hover {
  transform: translateY(-1px);
}

.mpps__btn:active {
  transform: translateY(0);
}

.mpps__btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Track maskesi – yumuşak kenarlar */
.mpps__track-wrap {
  position: relative;
  overflow: hidden;
  border: var(--mpps-border);
  border-radius: var(--mpps-radius);
  background: var(--mpps-surface);
  box-shadow: var(--mpps-shadow);
  height: calc(var(--mpps-thumb-size) + var(--mpps-thumb-gap) * 2);
  display: grid;
  align-items: center; /* butonla hizalama */
  padding: 0 var(--mpps-thumb-gap);
  /* Kenarlara doğru solan maske */
}

.mpps__track {
  display: flex;
  align-items: center;
  gap: var(--mpps-thumb-gap);
  overflow: auto hidden; /* Yatay kaydırma */
  scroll-behavior: smooth;
  padding: var(--mpps-thumb-gap) 2px; /* üst/alt nefes */
}

.mpps__track::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: none;
}

.mpps__track::-webkit-scrollbar-thumb {
  background: transparent;
}

.mpps__thumb {
  position: relative;
  flex: 0 0 auto;
  width: calc(var(--mpps-thumb-size) * 1.2);
  height: var(--mpps-thumb-size);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0f1420;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  display: grid;
  place-items: center;
  padding: 4px;
  cursor: pointer;
  transition: box-shadow var(--mpps-speed), transform var(--mpps-speed), border-color var(--mpps-speed);
}

.mpps__thumb:focus-visible {
  outline: 2px solid var(--mpps-accent);
  outline-offset: 1px;
}

.mpps__thumb:hover {
  transform: translateY(-1px);
}

.mpps__thumb.is-active {
  border-color: var(--mpps-accent);
  box-shadow: 0 0 0 2px rgba(77, 163, 255, 0.35) inset;
}

.mpps__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Responsive – küçük ekranlarda butonları kare yap, thumbları biraz küçült */
@media (max-width: 480px) {
  :root {
    --mpps-thumb-size: 68px;
    --mpps-btn-size: 32px;
  }
  .mpps__thumb {
    width: calc(var(--mpps-thumb-size) * 1.15);
  }
}
/* Yardımcı sınıflar */
.u-hidden {
  display: none !important;
}

/* --- Scrollbar gizleme + drag göstergesi (override) --- */
.mpps__track {
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
  cursor: grab;
}

.mpps__track.is-grabbing {
  cursor: grabbing;
}

.mpps__main {
  touch-action: pan-y;
}

/* --- Scrollbar gizleme + drag göstergesi (override) --- */
.mpps__track {
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
  cursor: grab;
}

.mpps__track.is-grabbing {
  cursor: grabbing;
}

.mpps__main {
  touch-action: pan-y;
}

/* Thumb img üzerinde doğal sürükleme ve seçimleri kapat → drag her yerde çalışsın */
.mpps__thumb img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

/* Ana görsel üzerinde ileri/geri butonları (overlay) */
.mpps__main-btn {
  pointer-events: auto;
  width: var(--mpps-btn-size);
  height: var(--mpps-btn-size);
  border-radius: 999px;
  border: var(--mpps-border);
  background: linear-gradient(180deg, rgba(26, 33, 50, 0.5), rgba(14, 19, 32, 0.5));
  color: var(--mpps-fg);
  display: grid;
  place-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  transition: transform var(--mpps-speed), background var(--mpps-speed), opacity var(--mpps-speed);
  opacity: 0.92;
}

.mpps__main-btn:hover {
  transform: translateY(-1px);
}

.mpps__main-btn:active {
  transform: translateY(0);
}

.mpps__main-prev {
  margin-left: 8px;
}

.mpps__main-next {
  margin-right: 8px;
}

/* Fix: Ana görsel overlay butonları üstte kalsın */
.mpps__main-nav {
  z-index: 5;
}

/* Fix: Ana görsel overlay butonları üstte kalsın */
.mpps__main-nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}

/* Zoom durumunda imleç ve seçimler */
.mpps__main.is-zoomed {
  cursor: grab;
}

.mpps__main.is-zooming {
  cursor: grabbing;
}

.mpps__main-img {
  transform-origin: center center;
  will-change: transform;
}

/* Zoom kontrol butonları */
.mpps__zoom-ctrl {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
  gap: 6px;
  z-index: 6;
  pointer-events: none;
}

.mpps__zoom-ctrl .mpps__zoom-btn {
  pointer-events: auto;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: var(--mpps-border);
  background: linear-gradient(180deg, #1a2132, #0e1320);
  color: var(--mpps-fg);
  display: grid;
  place-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.mpps__zoom-ctrl .mpps__zoom-btn:hover {
  transform: translateY(-1px);
}

.mpps__zoom-ctrl .mpps__zoom-btn:active {
  transform: translateY(0);
}

body {
  background: #ffffff;
  color: #000000;
}

.whatsapp {
  display: flex;
}
.whatsapp {
  position: fixed;
}
.whatsapp {
  bottom: 20px;
}
.whatsapp {
  left: 20px;
}
.whatsapp {
  background-color: #25D366;
}
.whatsapp {
  border-radius: 50%;
}
.whatsapp {
  width: 60px;
}
.whatsapp {
  height: 60px;
}
.whatsapp {
  align-items: center;
}
.whatsapp {
  justify-content: center;
}
.whatsapp {
  transition: transform 0.3s ease;
}
.whatsapp {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.whatsapp {
  text-decoration: none;
}
.whatsapp {
  z-index: 9999;
}
.whatsapp i {
  color: white;
}
.whatsapp i {
  font-size: 35px;
}

.whatsapp:hover {
  transform: scale(1.1);
}

.hidden {
  opacity: 0;
}
.hidden {
  pointer-events: none;
}

.logo {
  width: auto;
}
.logo {
  max-height: 100px;
}

.social {
  display: flex;
}
.social {
  flex-direction: row;
}
.social {
  width: 100%;
}
.social {
  height: 100%;
}
.social {
  align-items: center;
}
.social {
  justify-content: flex-end;
}
.social {
  padding-right: 10px;
}
.social .social-media {
  padding-right: 20px;
}
.social .social-media i {
  padding: 5px;
}
.social .social-media i {
  font-size: 30px;
}
.social .social-media i {
  color: white;
}
.social .search-but {
  font-size: 30px;
}

:root {
  --mp24-fg:#07416b;
  --mp24-muted:#64748b;
  --mp24-bg:#ffffff;
  --mp24-border:rgba(15,23,42,.05);
  --mp24-accent:#ff4e1f;
  --mp24-radius:12px;
}

.section-header-1 {
  background: var(--mp24-bg);
  border-bottom: 1px solid var(--mp24-border);
}

.mp-24kDN-topbar {
  min-height: 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  color: var(--mp24-fg);
  font-size: 14px;
}

.mp-24kDN-left .mp-24kDN-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #07416b;
}
.mp-24kDN-left .mp-24kDN-link {
  font-weight: 700;
}

.mp-24kDN-left, .mp-24kDN-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mp-24kDN-right .mp-24kDN-acc .mp-24kDN-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: rgb(0, 173, 239);
}
.mp-24kDN-right .mp-24kDN-acc .mp-24kDN-link {
  font-weight: 700;
}

.mp-24kDN-right .mp-24kDN-acc .mp-24kDN-link:hover {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #ff4e1f;
}

.mp-24kDN-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--mp24-fg);
}
.mp-24kDN-text {
  font-size: 16px;
}
.mp-24kDN-text {
  font-weight: 700;
}

.mp-24kDN-link:hover {
  color: var(--mp24-accent);
}

.mp-24kDN-sep {
  width: 2px;
  height: 14px;
  background: var(--mp24-border);
  display: inline-block;
}

.mp-24kDN-acc {
  position: relative;
}

.mp-24kDN-acc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid var(--mp24-border);
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
}

.mp-24kDN-acc-caret {
  transition: transform 0.2s ease;
}

.mp-24kDN-acc[data-state=open] .mp-24kDN-acc-caret {
  transform: rotate(180deg);
}

.mp-24kDN-acc-dd {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--mp24-border);
  border-radius: var(--mp24-radius);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  padding: 8px;
  display: none;
  z-index: 1000;
}

.mp-24kDN-acc[data-state=open] .mp-24kDN-acc-dd {
  display: block;
}

.mp-24kDN-acc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mp-24kDN-acc-list li a {
  display: block;
  padding: 10px 10px;
  border-radius: 10px;
  color: var(--mp24-fg);
  text-decoration: none;
}

.mp-24kDN-acc-list li a:hover {
  background: #f5f7fb;
}

/* xs <576: adresi kısalt */
@media (max-width: 575.98px) {
  .mp-24kDN-text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 42vw;
    display: inline-block;
  }
}
/* md ≥992: biraz nefes */
@media (min-width: 992px) {
  .mp-24kDN-topbar {
    padding: 8px 0;
  }
}
:root {
  --blue: #0062bd;
  --indigo: #2d1582;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ee0000;
  --orange: #fd7e14;
  --yellow: #fed700;
  --green: #5cb85c;
  --teal: #00c9a7;
  --cyan: #34bcec;
  --white: #fff;
  --gray: #8c98a4;
  --gray-dark: #343a40;
  --primary: #fed700;
  --secondary: #77838f;
  --success: #00c9a7;
  --info: #00dffc;
  --warning: #ffc107;
  --danger: #de4437;
  --light: #f8f9fa;
  --dark: #333e48;
  --sale: #df3737;
  --black: #000000;
  --gray-1: #f5f5f5;
  --gray-2: #383838;
  --gray-3: #eeeeee;
  --gray-4: #e6e6e6;
  --gray-5: #878787;
  --gray-6: #848484;
  --gray-7: #f9f9f9;
  --gray-8: #7b8186;
  --gray-9: #8f8f8f;
  --gray-13: #f8f8f8;
  --gray-14: #eaeaea;
  --gray-15: #9d9c9c;
  --gray-16: #606060;
  --gray-17: #ecedf2;
  --gray-18: #333e484d;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-wd: 1480px;
  --font-family-sans-serif: "Open Sans", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ;
}

.section-header-1 a {
  color: rgb(254, 215, 0);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.section-header-1 .list-inline {
  padding-left: 0;
  list-style: none;
}
.section-header-1 .list-inline-item {
  display: inline-block;
}
.section-header-1 .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.section-header-1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.section-header-1 .dropdown-toggle {
  white-space: nowrap;
}
.section-header-1 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 8.4375rem;
  padding: 1rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: rgb(51, 62, 72);
  text-align: left;
  list-style: none;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
}
.section-header-1 .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: rgb(51, 65, 65);
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.section-header-1 .dropdown-item.active, .section-header-1 .dropdown-item:active {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.section-header-1 .d-none {
  display: none !important;
}
.section-header-1 .d-inline-block {
  display: inline-block !important;
}
.section-header-1 .d-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  .section-header-1 .d-sm-none {
    display: none !important;
  }
  .section-header-1 .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .section-header-1 .d-xl-block {
    display: block !important;
  }
}
.section-header-1 .align-items-center {
  align-items: center !important;
}
.section-header-1 .position-relative {
  position: relative !important;
}
.section-header-1 .mr-0, .section-header-1 .mx-0 {
  margin-right: 0 !important;
}
.section-header-1 .mb-0, .section-header-1 .my-0 {
  margin-bottom: 0 !important;
}
.section-header-1 .mr-1, .section-header-1 .mx-1 {
  margin-right: 0.25rem !important;
}
.section-header-1 .pt-2, .section-header-1 .py-2 {
  padding-top: 0.5rem !important;
}
.section-header-1 .pb-2, .section-header-1 .py-2 {
  padding-bottom: 0.5rem !important;
}
.section-header-1 .ml-auto, .section-header-1 .mx-auto {
  margin-left: auto !important;
}
.section-header-1 .font-weight-normal {
  font-weight: 400 !important;
}
@media print {
  .section-header-1 *, .section-header-1 *::before, .section-header-1 *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .section-header-1 a:not(.btn) {
    text-decoration: underline;
  }
  .section-header-1 .container {
    min-width: 992px !important;
  }
}
.section-header-1 .dropdown-unfold[aria-labelledby] {
  opacity: 0;
}
.section-header-1 .dropdown-menu {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
}
.section-header-1 .dropdown-nav-link {
  color: rgb(51, 65, 65);
  font-weight: 300;
  font-size: 0.875rem;
}
.section-header-1 .dropdown-item {
  font-size: 0.875rem;
}
.section-header-1 .dropdown-item.active {
  color: rgb(51, 62, 72);
}
.section-header-1 .dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  content: "\f107";
  margin-left: 0.5rem;
}
.section-header-1 .u-header-topbar {
  border-bottom: 1px solid rgb(232, 232, 232);
}
.section-header-1 .u-header-topbar__nav-item + .u-header-topbar__nav-item {
  margin-left: 1.5rem;
}
.section-header-1 .u-header-topbar__nav-item + .u-header-topbar__nav-item-border {
  margin-left: 0;
}
.section-header-1 .u-header-topbar__nav-item + .u-header-topbar__nav-item-border::before, .section-header-1 .u-header-topbar__nav-item + .u-header-topbar__nav-item-border-single > div::before {
  content: "|";
  color: rgb(229, 193, 0);
  margin: 0 0.875rem;
}
.section-header-1 .u-header-topbar__nav-item + .u-header-topbar__nav-item-border:not(.full-bg)::before, .section-header-1 .u-header-topbar__nav-item + .u-header-topbar__nav-item-border-single:not(.full-bg) > div::before {
  color: rgb(202, 213, 213);
}
.section-header-1 .u-header-topbar__nav-item-no-border::before {
  display: none;
}
.section-header-1 .u-header-topbar__nav-link {
  font-size: 0.813rem;
  color: rgb(51, 65, 65);
}
.section-header-1 .u-header-topbar__nav-link i {
  font-size: 1.12525rem;
}
.section-header-1 .font-size-13 {
  font-size: 0.81288rem;
}
.section-header-1 .text-gray-50 {
  color: rgb(149, 149, 149);
}
.section-header-1 .text-gray-110 {
  color: rgb(124, 124, 124);
}

:root {
  --hdr-h: 124px;
  --gap: 14px;
  --fg: #0f172a;
  --muted: #64748b;
  --bg: #ffffff;
  --border: rgba(15, 23, 42, .08);
  --accent: #ff4e1f;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(0,0,0,.06);
  --nav-bg:#fff;
  --nav-fg:#0f172a;
  --muted-nav:#6b7280;
  --accent-nav:#111827;
  --cats-bg:#ffd400; /* sol sarı blok */
  --radius-nav: 12px;
  --shadow-nav: 0 10px 30px rgba(0,0,0,.08);
  --cats-panel-w: 980px; /* masaüstü panel genişliği */
  --cats-panel-pad: 14px;
}

.section-header-2 {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  /* Header layout */
  /* Search */
  /* Actions */
  /* Cart */
  /* Cart Dropdown */
  /* RESPONSIVE
     xs: 576px, sm: 768px, md: 992px, lg: 1200px, xl: 1399px, xxl: 1400px
  */
  /* <576 (mobile dar) — grid tek satır, search tam genişlik */
  /* >=576 */
  /* >=768: biraz daha ferah */
  /* >=992: header yüksekliği büyüsün */
  /* >=1200 ve üstü: küçük dokunuşlar */
}
.section-header-2 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
  padding: 0;
  margin: -1px;
}
.section-header-2 .site-header {
  min-height: var(--hdr-h);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--gap);
  padding-block: 10px;
}
.section-header-2 .site-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--fg);
  height: auto;
}
.section-header-2 .logo-img {
  height: auto !important;
  width: 250px;
  display: block;
}
.section-header-2 .site-search {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}
.section-header-2 .site-search input {
  width: 100%;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0 44px 0 14px;
  font-size: 15px;
  color: var(--fg);
  background: #fff;
  outline: none;
}
.section-header-2 .site-search input::placeholder {
  color: var(--muted);
}
.section-header-2 .site-search .btn-search {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  cursor: pointer;
  color: #ffffff;
}
.section-header-2 .site-search .btn-search:hover {
  color: var(--fg);
}
.section-header-2 .site-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.section-header-2 .action-btn {
  height: 42px;
  width: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--fg);
  border: 1px solid transparent;
  background: #fff;
  transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;
}
.section-header-2 .action-btn:hover {
  border-color: var(--border);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}
.section-header-2 .cart {
  position: relative;
}
.section-header-2 .cart-btn {
  position: relative;
}
.section-header-2 .cart-count {
  position: absolute;
  right: -2px;
  top: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.4);
}
.section-header-2 .cart-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(360px, 92vw);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 10px;
  display: none; /* JS ile toggle */
  z-index: 1000;
}
.section-header-2 .cart-dropdown::before {
  content: "";
  position: absolute;
  right: 18px;
  top: -8px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
  transform: rotate(45deg);
}
.section-header-2 .cart-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 50vh;
  overflow: auto;
}
.section-header-2 .cart-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 10px;
}
.section-header-2 .cart-item + .cart-item {
  margin-top: 6px;
  background: #fafafa;
}
.section-header-2 .ci-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--border);
}
.section-header-2 .ci-info {
  min-width: 0;
}
.section-header-2 .ci-title {
  display: inline-block;
  max-width: 100%;
  color: var(--fg);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-header-2 .ci-title:hover {
  text-decoration: underline;
}
.section-header-2 .ci-meta {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}
.section-header-2 .mp-ci-remove {
  height: 34px;
  width: 34px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--muted);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.section-header-2 .mp-ci-remove:hover {
  color: #dc2626;
  border-color: rgba(220, 38, 38, 0.25);
}
.section-header-2 .cart-actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.section-header-2 .btn-go-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--fg);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.section-header-2 .btn-go-cart:hover {
  opacity: 0.9;
}
@media (max-width: 575.98px) {
  .section-header-2 .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }
  .section-header-2 .site-search input {
    height: 40px;
  }
  .section-header-2 .action-btn {
    height: 40px;
    width: 40px;
  }
  .section-header-2 .cart-dropdown {
    width: calc(100vw - 24px);
    right: 12px;
  }
}
@media (min-width: 576px) {
  .section-header-2 .site-header {
    gap: var(--gap);
  }
}
@media (min-width: 768px) {
  .section-header-2 .site-header {
    padding-block: 12px;
  }
}
@media (min-width: 992px) {
  .section-header-2 :root {
    --hdr-h: 72px;
  }
  .section-header-2 .logo-img {
    height: 40px;
  }
  .section-header-2 .site-search input {
    height: 44px;
  }
  .section-header-2 .action-btn {
    height: 44px;
    width: 44px;
  }
}
@media (min-width: 1200px) {
  .section-header-2 .site-search input {
    font-size: 16px;
  }
}

.section-header-3 {
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border);
  /* Kategoriler */
  /* Menü */
  /* Dropdown her zaman üstte dursun */
  /* Masaüstünde yatay scroll'u kapat (scroll bar görünmesin) */
  /* Yatay taşma sadece dar ekranlarda açılsın */
  /* Güvenlik: section kendisi de kesmesin */
  /* Dropdown (menü) */
  /* Menü chevron ikonu */
  /* Sağ yazı linki */
  /* Hover ile açma: masaüstünde */
  /* Mobil/dar ekran: hizalama ve buton boyutları */
  /* >=768: biraz daha ferah */
  /* >=1200: rafine boşluklar */
  /* Panel kapatma butonu (mobilde görünür, masaüstünde sağ üstte küçük) */
  /* Mega panel: header altından fixed, tam yükseklik */
  /* İç düzen: sol nav + sağ içerik */
  /* Sol ana liste */
  /* Sağ alt panel alanı */
  /* İçerik ızgarası */
  /* Promo kutusu (opsiyonel) */
  /* Mobil davranış: panel tam ekran genişliği */
  /* Güvenlik */
}
.section-header-3 .mega-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 52px;
}
.section-header-3 .cats {
  position: relative;
}
.section-header-3 .cats-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--cats-bg);
  color: #111;
  font-weight: 700;
  cursor: pointer;
}
.section-header-3 .cats-btn .chevron {
  margin-left: 6px;
}
.section-header-3 .cats-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  min-width: 260px;
  width: max-content;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-nav);
  box-shadow: var(--shadow-nav);
  padding: 8px;
  display: none;
  z-index: 1000;
}
.section-header-3 .cats-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px;
  border-radius: 8px;
  color: var(--nav-fg);
  text-decoration: none;
}
.section-header-3 .cats-dropdown a:hover {
  background: #f5f7fb;
}
.section-header-3 .section-header-3,
.section-header-3 .part-header-3,
.section-header-3 .mega-nav,
.section-header-3 .primary-menu > li {
  position: relative;
  overflow: visible; /* önemli */
  z-index: auto;
}
.section-header-3 .primary-menu .dropdown,
.section-header-3 .cats-dropdown {
  z-index: 1000;
}
.section-header-3 .primary-menu {
  overflow: visible;
}
@media (max-width: 575.98px) {
  .section-header-3 .primary-menu {
    overflow-x: auto; /* yalnızca mobil */
    -webkit-overflow-scrolling: touch;
  }
}
.section-header-3 .section-header-3 {
  z-index: 20;
}
.section-header-3 .primary-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}
.section-header-3 .primary-menu > li {
  position: relative;
}
.section-header-3 .primary-menu > li > a {
  display: inline-flex;
  align-items: center;
  height: 44px;
  color: var(--nav-fg);
  text-decoration: none;
  font-weight: 600;
}
.section-header-3 .primary-menu > li > a:hover {
  color: var(--accent-nav);
}
.section-header-3 .primary-menu .dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--border);
  border-bottom-left-radius: var(--radius-nav);
  box-shadow: var(--shadow-nav);
  border-bottom-right-radius: var(--radius-nav);
  box-shadow: var(--shadow-nav);
  padding: 8px;
  display: none;
  z-index: 1000;
}
.section-header-3 .primary-menu .dropdown a {
  display: block;
  padding: 10px 10px;
  border-radius: 8px;
  color: var(--nav-fg);
  text-decoration: none;
}
.section-header-3 .primary-menu .dropdown a:hover {
  background: #f5f7fb;
}
.section-header-3 .primary-menu > li.has-dd > a .menu-chevron {
  margin-left: 6px;
  font-size: 0.9em;
  line-height: 1;
  transition: transform 0.15s ease;
}
.section-header-3 .nav-aside .aside-link {
  color: var(--muted-nav);
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}
.section-header-3 .nav-aside .aside-link:hover {
  color: var(--nav-fg);
}
.section-header-3 .primary-menu > li.is-open > a {
  color: var(--accent-nav);
}
@media (max-width: 575.98px) {
  .section-header-3 .mega-nav {
    grid-template-columns: 1fr auto;
    grid-template-areas: "cats aside" "menu menu";
    row-gap: 10px;
  }
  .section-header-3 .cats {
    grid-area: cats;
  }
  .section-header-3 .primary-menu {
    grid-area: menu;
    gap: 14px;
  }
  .section-header-3 .nav-aside {
    grid-area: aside;
  }
  .section-header-3 .cats-btn {
    height: 42px;
  }
  .section-header-3 .primary-menu > li > a {
    height: 42px;
  }
}
@media (min-width: 768px) {
  .section-header-3 .primary-menu {
    gap: 26px;
  }
}
@media (min-width: 1200px) {
  .section-header-3 .primary-menu {
    gap: 32px;
  }
}
.section-header-3 .cats-panel .cp-close {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 36px;
  width: 36px;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--muted-nav);
  z-index: 2;
}
.section-header-3 .cats-panel {
  position: fixed;
  left: 0;
  top: var(--hdr3-top, 0px); /* JS ile ayarlanıyor */
  height: calc(100vh - var(--hdr3-top, 0px));
  width: min(100vw, var(--cats-panel-w));
  background: #fff;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 1200;
  overflow: hidden;
}
.section-header-3 .cats-panel .cp-body {
  position: relative;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
  height: 100%;
}
.section-header-3 .cp-main {
  border-right: 1px solid var(--border);
  display: grid;
  align-content: start;
  overflow: auto;
}
.section-header-3 .cp-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--border);
  color: var(--nav-fg);
  cursor: pointer;
  text-align: left;
  font-weight: 600;
}
.section-header-3 .cp-cat:hover {
  background: #f5f7fb;
}
.section-header-3 .cp-cat.is-active {
  background: #f9fafb;
}
.section-header-3 .cp-sub {
  position: absolute;
  left: 260px;
  top: 0;
  right: 0;
  bottom: 0;
  padding: var(--cats-panel-pad);
  display: none;
  overflow: auto;
}
.section-header-3 .cp-sub.is-active {
  display: block;
}
.section-header-3 .cp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.section-header-3 .cp-grid a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--nav-fg);
  text-decoration: none;
  border: 1px solid transparent;
}
.section-header-3 .cp-grid a:hover {
  background: #f5f7fb;
  border-color: var(--border);
}
.section-header-3 .cp-promo {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  align-items: center;
}
.section-header-3 .cp-promo img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--border);
}
.section-header-3 .cp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  color: var(--nav-fg);
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .section-header-3 :root {
    --cats-panel-w: 100vw;
  }
  .section-header-3 .cats-panel .cp-body {
    grid-template-columns: 1fr;
  }
  .section-header-3 .cp-sub {
    position: static;
    display: block;
    padding-top: 4px;
  }
  .section-header-3 .cp-main {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
  }
}
.section-header-3 .section-header-3, .section-header-3 .part-header-3 {
  overflow: visible;
  z-index: 21;
}

/* root scope */
html.mm4m-scroll-lock {
  overflow: hidden;
}

body.mm4m-scroll-lock-body {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

.mp-megamenu-mJS4M .mm4m-close {
  z-index: 2001; /* panel üstünde kalsın */
  pointer-events: auto; /* emniyet */
}

.mp-megamenu-mJS4M {
  position: relative;
}

/* Buton */
.mp-megamenu-mJS4M .mm4m-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #ff4e1f;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.mp-megamenu-mJS4M .mm4m-chev {
  margin-left: 6px;
}

/* Panel */
.mp-megamenu-mJS4M .mm4m-panel {
  position: fixed;
  left: 0;
  top: var(--hdr3-top, 0px);
  height: calc(100vh - var(--hdr3-top, 0px));
  width: min(100vw, var(--cats-panel-w, 960px));
  background: #fff;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 1200;
  overflow: hidden;
}

.mp-megamenu-mJS4M .mm4m-close {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 36px;
  width: 36px;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--muted-nav, #666);
  z-index: 2;
}

/* İç düzen */
.mp-megamenu-mJS4M .mm4m-tabs {
  display: flex;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid var(--border);
  background: #fff;
}

.mp-megamenu-mJS4M .mm4m-tab {
  appearance: none;
  border: 1px solid var(--border);
  background: #f7f7f7;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.mp-megamenu-mJS4M .mm4m-tab.is-active {
  background: #eef4ff;
  border-color: #cfe;
}

.mp-megamenu-mJS4M .mm4m-body {
  position: relative;
  grid-row: 2;
  display: grid;
  grid-template-columns: 260px 1fr;
  height: 100%; /* çocukların iç scroll açabilmesi için kritik */
}

.mp-megamenu-mJS4M .mm4m-main {
  border-right: 1px solid var(--border);
  display: grid;
  align-content: start;
  overflow: auto;
}

.mp-megamenu-mJS4M .mm4m-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--border);
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.mp-megamenu-mJS4M .mm4m-cat:hover {
  background: #f5f7fb;
}

.mp-megamenu-mJS4M .mm4m-cat.is-active {
  background: #f9fafb;
}

.mp-megamenu-mJS4M .mm4m-sub {
  position: absolute;
  left: 260px;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  display: none;
  overflow: auto;
}

.mp-megamenu-mJS4M .mm4m-sub.is-active {
  display: block;
}

.mp-megamenu-mJS4M .mm4m-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mp-megamenu-mJS4M .mm4m-grid a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--nav-fg, #222);
  text-decoration: none;
  border: 1px solid transparent;
}

.mp-megamenu-mJS4M .mm4m-grid a:hover {
  background: #f5f7fb;
  border-color: var(--border);
}

.mp-megamenu-mJS4M .mm4m-promo {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  align-items: center;
}

.mp-megamenu-mJS4M .mm4m-promo img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--border);
}

.mp-megamenu-mJS4M .mm4m-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  color: var(--nav-fg, #222);
  text-decoration: none;
  font-weight: 600;
}

/* Gruplar */
.mp-megamenu-mJS4M .mm4m-group {
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.mp-megamenu-mJS4M .mm4m-group.is-active {
  display: block;
}

/* Mobil */
@media (max-width: 575.98px) {
  .mp-megamenu-mJS4M .mm4m-panel {
    width: 100vw;
  }
  .mp-megamenu-mJS4M .mm4m-body {
    grid-template-columns: 1fr;
  }
  .mp-megamenu-mJS4M .mm4m-sub {
    position: static;
    display: block;
    padding-top: 4px;
  }
  .mp-megamenu-mJS4M .mm4m-main {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
  }
}
.section-1 {
  background-color: rgba(15, 23, 42, 0.08);
}
.section-1 {
  min-height: 500px;
}
.section-1 {
  overflow: hidden;
}
.section-1 {
  position: relative;
}

.section-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0; /* section-1’in sol üst köşesinden başlar */
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5; /* sadece arka plan saydamlığı */
  z-index: 0;
}

.section-1 .slider-area .mwt-row {
  position: relative;
}
.section-1 .slider-area .mwt-row {
  height: 100%;
}
.section-1 .slider-area .mwt-row {
  padding: 0;
}
.section-1 .slider-area .mwt-row {
  margin: 0;
}

.section-1 .slider-area .mwt-row .mwt-col-QX9B0B {
  height: 500px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B {
  padding: 0;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B {
  margin: 0;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B {
  padding-left: 0.5rem;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B {
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .section-1 .slider-area .mwt-row .mwt-col-QX9B0B {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .section-1 .slider-area .mwt-row .mwt-col-QX9B0B {
    padding-left: 0.5rem;
  }
  .section-1 .slider-area .mwt-row .mwt-col-QX9B0B {
    padding-right: 0.5rem;
  }
}
@media (min-width: 576px) and (max-width: 992px) and (min-width: 576px) {
  .section-1 .slider-area .mwt-row .mwt-col-QX9B0B {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  cursor: pointer;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  z-index: 1000;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  display: flex;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  position: absolute;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  width: 60px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  height: 60px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  background-color: rgba(0, 173, 239, 0.5);
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  color: #ffffff;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  border-radius: 50%;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  top: calc(50% - 45px);
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  left: 10px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  align-items: center;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left {
  justify-content: center;
}

.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left:hover {
  background-color: rgba(255, 78, 31, 0.5);
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-left:hover {
  color: #ffffff;
}

.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  cursor: pointer;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  z-index: 1000;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  display: flex;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  position: absolute;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  width: 60px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  height: 60px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  background-color: rgba(0, 173, 239, 0.5);
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  color: #ffffff;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  border-radius: 50%;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  top: calc(50% - 45px);
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  right: 10px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  align-items: center;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right {
  justify-content: center;
}

.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right:hover {
  background-color: rgba(255, 78, 31, 0.5);
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .slider-button-right:hover {
  color: #ffffff;
}

.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt {
  height: 100%;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt {
  padding-left: 0.5rem;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt {
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail {
  display: flex;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail {
  flex-direction: column;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail {
  align-items: center;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail {
  justify-content: center;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail {
  width: 100%;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail {
  height: 100%;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail {
  padding: 60px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail {
  font-family: "Source Sans 3";
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail {
  letter-spacing: 2px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail {
  color: transparent;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .label {
  font-size: 30px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .title {
  font-size: 52px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .description {
  font-size: 20px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .read-more {
  background-color: #ff4e1f;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .read-more {
  color: #ffffff;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .read-more {
  padding-top: 5px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .read-more {
  padding-right: 10px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .read-more {
  padding-bottom: 5px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .read-more {
  padding-left: 10px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .read-more {
  border-radius: 5px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .read-more {
  font-size: 18px;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .read-more {
  text-decoration: none;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-jIzcxt .detail .buttons {
  margin-top: 20px;
}

.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 {
  height: 100%;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 {
  padding-left: 0.5rem;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 {
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 .image-area {
  display: flex;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 .image-area {
  align-items: center;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 .image-area {
  justify-content: center;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 .image-area {
  width: 100%;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 .image-area {
  height: 100%;
}
.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 .image-area {
  padding: 30px;
}

.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 .slider-item-image {
  border-radius: 10px;
}

.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 .slider-item-image[data-orientation=landscape] {
  width: 100%;
  height: auto;
}

.section-1 .slider-area .mwt-row .mwt-col-QX9B0B .mwt-col-QX9B0B-child-SClV68 .slider-item-image[data-orientation=portrait] {
  height: 100%;
  width: auto;
}

.section-categories {
  margin-top: 20px;
}

/* ===== Category Cardbox Grid ===== */
:root {
  --ccg-border: rgba(15,23,42,.08);
  --ccg-fg: #0f172a;
  --ccg-muted: #64748b;
  --ccg-radius: 16px;
  --ccg-shadow: 0 18px 50px rgba(0,0,0,.08);
}

.section-category-grid {
  /* sm: 3 sütun */
  /* md+: 4 veya 5 sütun (sınıfa göre) */
  /* alttaki başlık */
  /* Klavye erişilebilirlik */
}
.section-category-grid .cat-cardbox-grid {
  padding-top: 20px;
}
.section-category-grid .cat-cardbox-grid {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-category-grid .cat-cardbox-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .section-category-grid .cat-cardbox-grid.cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .section-category-grid .cat-cardbox-grid.cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.section-category-grid .cat-card {
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
  text-decoration: none;
  color: var(--ccg-fg);
  border: 1px solid var(--ccg-border);
  border-radius: var(--ccg-radius);
  background: #fff;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  will-change: transform;
}
.section-category-grid .cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ccg-shadow);
  border-color: rgba(37, 99, 235, 0.25);
}
.section-category-grid .ccg-media {
  position: relative;
  aspect-ratio: 4/3; /* modern tarayıcılar */
  overflow: hidden;
}
.section-category-grid .ccg-media {
  display: flex;
}
.section-category-grid .ccg-media {
  padding: 5px;
}
.section-category-grid .ccg-media {
  align-items: center;
}
.section-category-grid .ccg-media {
  justify-content: center;
}
.section-category-grid .ccg-media img {
  transform: scale(1.02);
  transition: transform 0.35s ease, filter 0.35s ease;
}
.section-category-grid .ccg-media img[data-orientation=landscape] {
  width: 100%;
  height: auto;
}
.section-category-grid .ccg-media img[data-orientation=portrait] {
  height: 100%;
  width: auto;
}
.section-category-grid .cat-card:hover .ccg-media img {
  transform: scale(1.08);
  filter: saturate(1.05);
}
.section-category-grid .ccg-title {
  display: block;
  text-align: center;
  padding: 10px 12px 12px 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
.section-category-grid .cat-card:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.3);
  transform: translateY(-2px);
}

/* ===== Tabs: cat-tabs ===== */
:root {
  --ct-fg: #0f172a;
  --ct-muted: #6b7280;
  --ct-border: rgba(15,23,42,.08);
  --ct-bg: #fff;
  --ct-accent: #2563eb;
  --ct-radius: 14px;
  --ct-shadow: 0 14px 40px rgba(0,0,0,.06);
}

.cat-tabs {
  width: 100%;
  background: var(--ct-bg);
}

.ct-nav {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius);
  overflow-x: auto; /* mobilde yatay kaydırma */
  -webkit-overflow-scrolling: touch;
}

.ct-tab {
  position: relative;
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  color: var(--ct-fg);
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.ct-tab:hover {
  background: #f5f7fb;
}

.ct-tab[aria-selected=true] {
  color: var(--ct-accent);
}

/* kayan gösterge */
.ct-indicator {
  position: absolute;
  height: 3px;
  left: 0px;
  bottom: 1px;
  width: 40px;
  background: var(--ct-accent);
  border-radius: 3px;
  transition: transform 0.25s ease, width 0.25s ease;
  pointer-events: none;
}

.ct-panels {
  margin-top: 12px;
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius);
  padding: 14px;
  background: #fff;
  box-shadow: var(--ct-shadow);
}

.ct-panel {
  animation: ct-fade 0.25s ease both;
}

.ct-panel[hidden] {
  display: none !important;
}

@keyframes ct-fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Breakpoints (senin değerlerin) */
@media (min-width: 992px) {
  .ct-nav {
    padding: 12px;
    gap: 10px;
  }
  .ct-tab {
    padding: 12px 16px;
  }
}
.section-3 {
  margin-bottom: 30px;
}
.section-3 .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}
.section-3 .product-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.section-3 .product-card img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}
.section-3 .product-cat-area {
  padding-bottom: 7px;
}
.section-3 .product-cat-area a {
  text-decoration: none;
  color: #8e5a00;
  font-weight: bold;
}
.section-3 .product-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: black;
}
.section-3 .product-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: auto; /* ALTTA SABİTLER */
}
.section-3 .product-buttons i {
  font-size: 20px;
}
.section-3 .btn {
  background: #00ADEF;
  color: white;
  padding: 8px 14px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: background 0.3s;
}
.section-3 .btn:hover {
  background: #FF4E1F;
  color: #ffffff;
}
.section-3 .procut-load-more-but {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-3 .procut-load-more-but button {
  background-color: #ff4e1f;
}
.section-3 .procut-load-more-but button {
  color: white;
}
.section-3 .procut-load-more-but button {
  padding-top: 5px;
}
.section-3 .procut-load-more-but button {
  padding-right: 10px;
}
.section-3 .procut-load-more-but button {
  padding-bottom: 5px;
}
.section-3 .procut-load-more-but button {
  padding-left: 10px;
}
.section-3 .procut-load-more-but button {
  border-radius: 5px;
}

/* ========== Footer (MaviPage uyumlu) ========== */
.section-footer-1 {
  margin-top: 30px;
}
.section-footer-1 {
  background-color: #ffffff;
}
.section-footer-1 {
  color: #000000;
}

.mp-footer-CPt8H {
  --footer-bg: var(--footer-bg, #0b1220);
  --footer-fg: var(--footer-fg, #e5e7eb);
  --footer-muted: var(--footer-muted, #94a3b8);
  --footer-link: var(--footer-link, #cbd5e1);
  --footer-link-hover: rgb(0, 173, 239);
  --footer-border: var(--border, rgba(148,163,184,.18));
  --footer-radius: 16px;
  --footer-pad-x: 16px;
  --footer-gap: 18px;
}

.mp-footer-CPt8H .part-footer-1 {
  color: var(--footer-fg);
  border-top: 1px solid var(--footer-border);
  padding-left: var(--footer-pad-x);
  padding-right: var(--footer-pad-x);
}

.mp-footer-CPt8H h3 {
  color: #07416b;
  font-size: 1.35rem !important;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0 0 12px 0;
}

/* Menü listeleri */
.mp-footer-CPt8H .list-unstyled,
.mp-footer-CPt8H .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mp-footer-CPt8H .list-unstyled li,
.mp-footer-CPt8H .menu > li {
  margin: 0 0 8px 0;
}

.mp-footer-CPt8H .list-unstyled a,
.mp-footer-CPt8H .menu a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--footer-link);
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  transition: color 0.18s ease;
}

.mp-footer-CPt8H .list-unstyled a::after,
.mp-footer-CPt8H .menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--footer-link-hover);
  transition: width 0.2s ease;
}

.mp-footer-CPt8H .list-unstyled a:hover,
.mp-footer-CPt8H .menu a:hover {
  color: #ff4e1f;
}

.mp-footer-CPt8H .list-unstyled a:hover::after,
.mp-footer-CPt8H .menu a:hover::after {
  width: 100%;
}

/* Ayırıcı */
.mp-footer-CPt8H hr {
  border: 0;
  border-top: 1px solid var(--footer-border);
  margin: 18px 0;
}

/* Alt satır (copyright + sosyal) */
.mp-footer-CPt8H .bottom-area {
  align-items: center;
}

.mp-footer-CPt8H .footer-copy {
  color: var(--footer-muted);
  font-size: 0.92rem;
  margin: 0;
}

/* Sosyal ikonlar */
.mp-footer-CPt8H .footer-social-area ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}

.mp-footer-CPt8H .footer-social-area a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--footer-border);
  border-radius: 10px;
  color: var(--footer-link);
  background: transparent;
  transition: all 0.18s ease;
}

.mp-footer-CPt8H .footer-social-area a:hover {
  color: #0b1220;
  background: var(--footer-link-hover);
  border-color: transparent;
  transform: translateY(-1px);
}

/* Grid boşlukları (Bootstrap ile uyumlu) */
.mp-footer-CPt8H .row > [class*=col-] {
  margin-bottom: var(--footer-gap);
}

/* Odak (erişilebilirlik) */
.mp-footer-CPt8H a:focus-visible {
  outline: 2px solid var(--footer-link-hover);
  outline-offset: 2px;
  border-radius: 8px;
}

/* Küçük ekran uyumu */
@media (max-width: 991.98px) {
  .mp-footer-CPt8H .footer-social-area ul {
    justify-content: center;
  }
  .mp-footer-CPt8H .copryright,
  .mp-footer-CPt8H .footer-social-area {
    text-align: center;
  }
}
/* Açık tema fallback (site değişkenleri yoksa) */
@media (prefers-color-scheme: light) {
  .mp-footer-CPt8H {
    --footer-bg: #f8fafc;
    --footer-fg: #0f172a;
    --footer-muted: #475569;
    --footer-link: #0f172a;
    --footer-link-hover: #2563eb;
    --footer-border: rgba(2,6,23,.12);
  }
}
/* --- Search page --- */
.section-search .part-search {
  margin: 0 auto;
  padding: 12px 16px 36px;
}

.section-search .search-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.section-search .search-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  border: 1px solid var(--border, #e5e7eb);
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.section-search .search-item:hover {
  border-color: #d1d5db;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.section-search .search-item .thumb {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border, #e5e7eb);
  background: #f8fafc;
  flex-shrink: 0;
}

.section-search .search-item .thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-search .search-item .content {
  min-width: 0;
}

.section-search .search-item .title {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.section-search .search-item .title a {
  color: var(--nav-fg, #111827);
  text-decoration: none;
  font-weight: 700;
}

.section-search .search-item .title a:hover {
  color: var(--accent, #2563eb);
  text-decoration: underline;
}

.section-search .search-item .excerpt {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
}

@media (max-width: 480px) {
  .section-search .search-item {
    grid-template-columns: 72px 1fr;
    padding: 12px 12px;
  }
  .section-search .search-item .thumb {
    width: 72px;
    height: 72px;
    border-radius: 10px;
  }
}
/* Search pagination */
.section-search .pagination {
  display: flex;
  justify-content: center;
  margin: 22px 0 8px;
}

.section-search .pagination .navigation.pagination {
  margin: 0;
}

.section-search .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

/* Numaralar */
.section-search .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 12px;
  background: #fff;
  color: #374151;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.section-search .pagination .page-numbers:hover {
  border-color: #cbd5e1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.section-search .pagination .page-numbers:focus-visible {
  outline: 2px solid var(--accent, #2563eb);
  outline-offset: 2px;
}

/* Aktif sayfa */
.section-search .pagination .page-numbers.current {
  background: var(--accent-bg, #eef2ff);
  border-color: #c7d2fe;
  color: var(--accent, #4f46e5);
}

/* ... ve "..." */
.section-search .pagination .page-numbers.dots {
  min-width: auto;
  height: auto;
  padding: 0 6px;
  border: none;
  background: transparent;
  color: #6b7280;
  box-shadow: none;
  font-weight: 500;
}

/* Önceki/Sonraki butonları */
.section-search .pagination .page-numbers.prev,
.section-search .pagination .page-numbers.next {
  min-width: auto;
  padding: 0 12px;
}

/* Küçük ekran ayarı */
@media (max-width: 480px) {
  .section-search .pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    border-radius: 10px;
    padding: 0 10px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page_model_1 .product-card .product-img-s4fy[data-orientation=landscape] {
  width: 100%;
  height: auto;
}

.page_model_1 .product-card .product-img-s4fy[data-orientation=portrait] {
  height: 100%;
  width: auto;
}

/* === Auth (Giriş / Kayıt / Şifremi Unuttum) === */
:root {
  --auth-card-bg:#fff;
  --auth-border:#e5e7eb;
  --auth-fg:#111827;
  --auth-muted:#6b7280;
  --auth-accent:#2563eb;
  --auth-radius:16px;
  --auth-shadow:0 14px 40px rgba(0,0,0,.08);
}

.auth-wrap {
  min-height: min(88vh, 500px);
  display: grid;
  place-items: center;
  padding: 32px 16px;
}

.auth-card {
  width: 100%;
  max-width: 760px;
  background: var(--auth-card-bg);
  border: 1px solid var(--auth-border);
  border-radius: var(--auth-radius);
  box-shadow: var(--auth-shadow);
  padding: 28px 26px;
}

.auth-header {
  text-align: center;
  margin-bottom: 18px;
}

.auth-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: #000;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.25);
}

.auth-title {
  font-weight: 800;
  color: var(--auth-fg);
  font-size: 1.35rem;
  margin: 0 0 4px;
}

.auth-subtitle {
  color: var(--auth-muted);
  font-size: 0.95rem;
  margin: 0;
}

.auth-form .form-control {
  height: 46px;
  border-radius: 12px;
  border: 1px solid var(--auth-border);
  padding: 10px 14px;
  font-size: 15px;
}

.auth-form .form-control:focus {
  border-color: var(--auth-accent);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: 0;
}

.auth-row {
  margin-bottom: 12px;
}

.auth-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 10px 0 6px;
  color: var(--auth-muted);
  font-size: 0.95rem;
}

.auth-actions a {
  color: var(--auth-accent);
  text-decoration: none;
}

.auth-actions a:hover {
  text-decoration: underline;
}

.btn-auth {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 48px;
  border-radius: 12px;
  font-weight: 700;
}

.auth-foot {
  margin-top: 14px;
  text-align: center;
  font-size: 0.95rem;
  color: var(--auth-muted);
}

.auth-foot a {
  color: var(--auth-accent);
  text-decoration: none;
}

.auth-foot a:hover {
  text-decoration: underline;
}

/* Woo notices içeride daha güzel görünsün */
.auth-card .woocommerce-notices-wrapper .woocommerce-error,
.auth-card .woocommerce-notices-wrapper .woocommerce-message {
  border-radius: 12px;
  border: 1px solid var(--auth-border);
}

/* reCAPTCHA spacing + mobil ölçek */
.g-recaptcha {
  margin-top: 6px;
}

@media (max-width: 420px) {
  .g-recaptcha {
    transform: scale(0.92);
    transform-origin: left top;
  }
}
.login-page .auth-icon i {
  font-size: 28px;
}

.register-form .auth-icon i {
  font-size: 28px;
}

.register-form .submit-register {
  justify-content: center;
}

.single_post_model_1 .sidebar .product-info div {
  margin-bottom: 10px;
}
.single_post_model_1 .sidebar .product-info .mwt-price .price {
  color: yellow;
}
.single_post_model_1 .sidebar .product-info .mwt-price .price {
  font-size: 20px;
}
.single_post_model_1 .sidebar .product-info .mwt-cart select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='gray' height='16' viewBox='0 0 20 20' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.516 7.548l4.234 4.234 4.234-4.234L15 9.064 9.75 14.314 4.5 9.064z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  cursor: pointer;
  transition: border-color 0.2s;
}
.single_post_model_1 .sidebar .product-info .mwt-cart select:focus {
  border-color: transparent;
  outline: 0;
}
.single_post_model_1 .sidebar .product-info .mwt-cart .single_add_to_cart_button {
  background: #66b33e;
}
.single_post_model_1 .sidebar .product-info .mwt-cart .single_add_to_cart_button:hover {
  background: #359004;
}
.single_post_model_1 .sidebar .product-info .mwt-cart .reset_variations {
  margin-left: 15px;
}
.single_post_model_1 .sidebar .product-info .mwt-cart .woocommerce-Price-amount {
  font-size: 20px;
}
.single_post_model_1 .sidebar .product-info .mwt-cart .woocommerce-Price-amount {
  color: yellow;
}
.single_post_model_1 .sidebar .product-info .mwt-cart .label {
  color: var(--peach-cobbler);
}
.single_post_model_1 .sidebar .product-info .additional-info-section .woocommerce-product-attributes-item__label {
  color: var(--peach-cobbler);
}

.widgetSingleProductWeb .widget-title {
  color: var(--adamantine-blue);
}
.widgetSingleProductWeb .variation-sale-list .discount-title {
  color: var(--peach-cobbler);
}
.widgetSingleProductWeb .variation-sale-list .discount-attribute-label {
  color: var(--peach-cobbler);
}
.widgetSingleProductWeb .variation-sale-list del, .widgetSingleProductWeb .variation-sale-list ins {
  color: var(--golden-nectar);
}
.widgetSingleProductWeb .variation-sale-list .text-muted {
  color: var(--malted-mint-madness) !important;
}

.single-product-web-header .text {
  color: var(--adamantine-blue);
}

.single-product-web .content-area .product-gallery {
  width: 100%;
}
.single-product-web .content-area .product-gallery .theme-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  cursor: zoom-in;
}
.single-product-web .content-area .product-gallery .theme-card img {
  width: 100%;
  transition: transform 0.5s ease;
}
.single-product-web .content-area .product-gallery .theme-card:hover img {
  transform: scale(1.05);
}

.product-card .product-price {
  margin: 6px 0 10px;
  font-weight: 600;
}

.product-card .price-old {
  opacity: 0.7;
  text-decoration: line-through;
  margin-right: 6px;
}

.product-card .price-new {
  font-weight: 700;
}

/* === Modern Ürün Kartı (Kategori) === */
.woocommerce ul.products {
  display: grid !important; /* 🔥 bu olmazsa diğer grid kuralları çalışmaz */
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

.is-product-category ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  clear: none !important;
  display: flex;
}

/* Sadece ürün gridini temizle */
.page_model_1 ul.products::before,
.page_model_1 ul.products::after {
  content: none !important;
  display: none !important;
}

.page_model_1 ul.products .mp-mCqSm-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%; /* 🔥 kart içeriği tam yüksekliği kullansın */
  width: 100% !important; /* 🔥 kart içeriği tam yüksekliği kullansın */
}

.mp-mCqSm-card .image-area {
  max-height: 400px;
}

.mp-mCqSm-card .image-area .cat-product-image[data-orientation=portrait] {
  width: 100%;
  height: auto;
}

.mp-mCqSm-card .image-area .cat-product-image[data-orientation=landscape] {
  height: 100%;
  width: auto;
}

.mp-mCqSm-card__media {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  padding: 10px;
}

.mp-mCqSm-card__ratio {
  opacity: 1;
}

.mp-mCqSm-card img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

.mp-mCqSm-card__img--hover {
  opacity: 1;
}

.mp-mCqSm-card__wrap:hover .mp-mCqSm-card__img--primary {
  opacity: 0;
  transform: scale(1.02);
}

.mp-mCqSm-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  background: #111;
  color: #fff;
}

.mp-mCqSm-card__badge + .mp-mCqSm-card__badge {
  left: auto;
  right: 10px;
}

.mp-mCqSm-card__badge--sale {
  background: #d92c20; /* kırmızımsı */
}

.mp-mCqSm-card__badge--out {
  background: #6b7280; /* gri */
}

.mp-mCqSm-card__body {
  display: flex;
  flex-direction: column;
  flex: 1; /* üst içeriği esnetir */
  padding: 0 15px;
}

.mp-mCqSm-card__title {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  height: auto;
}

.mp-mCqSm-card__title-link {
  text-decoration: none;
  color: inherit;
}

.mp-mCqSm-card__rating {
  min-height: 18px; /* rating yoksa da layout bozulmasın */
  margin-bottom: 6px;
}

.mp-mCqSm-card__bottom {
  margin-top: auto;
  margin-bottom: 10px;
} /* tüm grup altta */
.mp-mCqSm-card__price {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.mp-mCqSm-card__price .prices {
  color: var(--peach-cobbler);
}
.mp-mCqSm-card__price .prices {
  font-size: 20px;
}

.mp-mCqSm-card__actions .product-buttons {
  display: flex;
  color: white;
  padding: 8px 14px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: background 0.3s;
  align-items: center;
  width: auto;
  height: 40px;
}

.mp-mCqSm-card__actions .product-buttons button {
  height: 40px;
  width: 40px;
}

.mp-mCqSm-card__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-top: auto; /* ALTTA SABİTLER */
  align-items: center;
}

.mp-mCqSm-card__actions .go-product {
  margin-top: 8px;
}

.mp-mCqSm-card__actions .full-screen {
  margin-top: 8px;
}

.mp-mCqSm-card__actions .btn {
  background: #fff;
  color: white;
  padding: 5px 5px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 14px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  border-color: rgba(0, 0, 0, 0.22);
  height: 40px;
  width: 40px;
}
.mp-mCqSm-card__actions .btn {
  display: flex;
}
.mp-mCqSm-card__actions .btn {
  align-items: center;
}
.mp-mCqSm-card__actions .btn {
  justify-content: center;
}

.mp-mCqSm-card__actions .btn:hover {
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.22);
}

.mp-mCqSm-card__actions .btn i {
  font-size: 22px;
  color: #00ADEF;
}

.mp-mCqSm-card__actions .btn i:hover {
  color: #FF4E1F;
}

/* Woo listesine ufak dokunuş (isteğe bağlı) */
ul.products.columns-4 li.product.mp-mCqSm-card .mp-mCqSm-card__wrap {
  height: 100%;
}

ul.products li.product.mp-mCqSm-card {
  margin-bottom: 24px;
}

.mp-mCqSm-card__actions .mpfav-loop {
  margin-top: 8px;
}

.mp-mCqSm-card__actions .mpfav-toggle {
  width: 100%;
}

/* İkon buton */
.mp-mCqSm-card__actions .mpfav-toggle.mp-24kDN-favbtn {
  display: inline-flex;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  height: 40px;
}

.mp-mCqSm-card__actions .mpfav-toggle.mp-24kDN-favbtn:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.22);
}

/* Kalp ikonu: favoride mavi, değilse gri */
.mp-mCqSm-card__actions .mp-24kDN-favbtn__icon {
  font-size: 22px;
  /* varsayılan gri */
  color: #9ca3af; /* gray-400 */
}

.mp-mCqSm-card__actions .mpfav-toggle.is-favorited .mp-24kDN-favbtn__icon {
  color: #2563eb; /* blue-600 */
}

.mp-mCqSm-card__actions .mpfav-toggle.mp-24kDN-favbtn:hover .mp-24kDN-favbtn__icon {
  /* varsayılan gri */
  color: #2563eb; /* gray-400 */
}

/* Sayaç rozeti */
.mp-mCqSm-card__actions .mp-24kDN-favbtn__badge {
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6; /* gray-100 */
  color: #111827; /* gray-900 */
}

/* Kart aksiyonlarında tam genişlik istersen: */
.mp-mCqSm-card__actions .mp-24kDN-favbtn {
  width: 100%;
  justify-content: center;
}

.widget-singleproductpage {
  /* Sidebar ürün listesi için */
}
.widget-singleproductpage .widget-title {
  color: #1f386d;
}
.widget-singleproductpage .widget-title {
  font-size: 25px;
}
.widget-singleproductpage .product-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.widget-singleproductpage .product-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
.widget-singleproductpage .product-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}
.widget-singleproductpage .product-card h3 {
  font-size: 14px;
  margin: 0;
  flex: 1;
  line-height: 1.3;
}
.widget-singleproductpage .product-card h3 .product-title-link {
  text-decoration: none;
  color: #1f386d;
}
.widget-singleproductpage .product-buttons {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.widget-singleproductpage .product-buttons .btn {
  font-size: 12px;
  padding: 4px 8px;
  background: #eee;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s;
}
.widget-singleproductpage .product-buttons .btn:hover {
  background: #ccc;
}

/* ===== Hesabım (izole) ===== */
.mp-account-CPt8H {
  --acc-bg: var(--page-bg, #0b1220);
  --acc-card: #F4F4F4;
  --acc-fg: #07416b;
  --acc-muted: #94a3b8;
  --acc-border: rgba(148,163,184,.18);
  --acc-accent: var(--accent-nav, #60a5fa);
  --acc-radius: 16px;
  --acc-gap: 22px;
}

.mp-account-CPt8H .woocommerce {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: var(--acc-gap);
  align-items: start;
}

/* Sol menü */
.mp-account-CPt8H .woocommerce-MyAccount-navigation {
  background: var(--acc-card);
  border: 1px solid var(--acc-border);
  border-radius: var(--acc-radius);
  padding: 12px;
  position: sticky;
  top: 12px;
  max-height: 70vh;
  overflow: auto;
}

.mp-account-CPt8H .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.mp-account-CPt8H .woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--acc-fg);
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  position: relative;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

/* Hover/aktif durum */
.mp-account-CPt8H .woocommerce-MyAccount-navigation li a:hover {
  background: rgba(96, 165, 250, 0.1);
  border-color: var(--acc-border);
}

.mp-account-CPt8H .woocommerce-MyAccount-navigation li.is-active > a {
  background: rgba(96, 165, 250, 0.14);
  border-color: color-mix(in srgb, var(--acc-accent) 45%, var(--acc-border));
  box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.35);
}

/* Sol şerit (aktif) */
/*.mp-account-CPt8H .woocommerce-MyAccount-navigation li.is-active > a::before{
  content:"";
  position:absolute; left:6px; top:8px; bottom:8px;
  width:3px; border-radius:3px; background: var(--acc-accent);
}
*/
/* İçerik alanı */
.mp-account-CPt8H .woocommerce-MyAccount-content {
  background: var(--acc-card);
  border: 1px solid var(--acc-border);
  border-radius: var(--acc-radius);
  padding: 18px;
  color: var(--acc-fg);
}

.mp-account-CPt8H .woocommerce-MyAccount-content p,
.mp-account-CPt8H .woocommerce-MyAccount-content li,
.mp-account-CPt8H .woocommerce-MyAccount-content label {
  color: var(--acc-fg);
}

/* Linkler */
.mp-account-CPt8H .woocommerce-MyAccount-content a {
  color: var(--acc-fg);
  text-decoration: none;
  border-bottom: 1px dashed rgba(96, 165, 250, 0.35);
  transition: color 0.15s ease, border-color 0.15s ease;
}

.mp-account-CPt8H .woocommerce-MyAccount-content a:hover {
  color: var(--acc-accent);
  border-color: var(--acc-accent);
}

/* Form bileşenleri */
.mp-account-CPt8H .woocommerce-MyAccount-content input[type=text],
.mp-account-CPt8H .woocommerce-MyAccount-content input[type=email],
.mp-account-CPt8H .woocommerce-MyAccount-content input[type=password],
.mp-account-CPt8H .woocommerce-MyAccount-content select,
.mp-account-CPt8H .woocommerce-MyAccount-content textarea {
  background: #0b1220;
  border: 1px solid var(--acc-border);
  color: var(--acc-fg);
  border-radius: 10px;
  padding: 10px 12px;
}

.mp-account-CPt8H .woocommerce-MyAccount-content input:focus,
.mp-account-CPt8H .woocommerce-MyAccount-content select:focus,
.mp-account-CPt8H .woocommerce-MyAccount-content textarea:focus {
  outline: 2px solid rgba(96, 165, 250, 0.35);
  border-color: var(--acc-accent);
}

/* Çıkış butonu link gibi görünmesin */
.mp-account-CPt8H .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #fca5a5;
}

.mp-account-CPt8H .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout.is-active > a {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.35);
}

/* Mobil uyum */
@media (max-width: 991.98px) {
  .mp-account-CPt8H .woocommerce {
    grid-template-columns: 1fr;
  }
  .mp-account-CPt8H .woocommerce-MyAccount-navigation {
    position: static;
    max-height: none;
    padding: 10px;
    margin-bottom: var(--acc-gap);
  }
  .mp-account-CPt8H .woocommerce-MyAccount-navigation ul {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .mp-account-CPt8H .woocommerce-MyAccount-navigation li a {
    white-space: nowrap;
    padding: 8px 12px;
  }
  .mp-account-CPt8H .woocommerce-MyAccount-navigation li.is-active > a::before {
    left: 10px;
    top: auto;
    bottom: -2px;
    height: 3px;
    width: calc(100% - 20px);
  }
}
/* Odak görünürlüğü (erişilebilirlik) */
.mp-account-CPt8H a:focus-visible {
  outline: 2px solid var(--acc-accent);
  outline-offset: 2px;
  border-radius: 10px;
}

/* ===== My Account → Favoriler (tam genişlik satır görünümü) ===== */
.mp-fav-XyyU {
  /* Görsel + başlık aynı link içinde */
  /* Fiyat sağda */
  /* Aksiyonlar başlığın altında, sağ alanı kaplasın */
  /* Hover parlatma */
  /* Mobilde daha kompakt */
}
.mp-fav-XyyU {
  width: 100% !important;
}
.mp-fav-XyyU {
  display: flex;
}
.mp-fav-XyyU .mpfav-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.mp-fav-XyyU .mpfav-grid {
  width: 100% !important;
}
.mp-fav-XyyU .mpfav-grid li.product-favour {
  /* Woo varsayılan grid'ini etkisizleştir */
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  clear: both;
  background: #F2F2F2;
  border: 1px solid var(--acc-border, rgba(148, 163, 184, 0.18));
  border-radius: 14px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  column-gap: 14px;
  justify-content: start;
}
.mp-fav-XyyU .mpfav-grid li.product-favour > a {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: start;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.mp-fav-XyyU .mpfav-grid img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--acc-border, rgba(148, 163, 184, 0.18));
}
.mp-fav-XyyU .mpfav-grid h2.woocommerce-loop-product__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  color: #07416b;
}
.mp-fav-XyyU .mpfav-grid .product-favour .price {
  justify-content: end;
  font-weight: 700;
  color: #ff4e1f;
  display: flex;
}
.mp-fav-XyyU .mpfav-grid .mpfav-actions {
  grid-column: 2/4;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
  justify-content: end;
}
.mp-fav-XyyU .mpfav-grid .mpfav-actions .button {
  background: #e5e7eb;
  color: #111;
  border: 1px solid var(--acc-border, rgba(148, 163, 184, 0.18));
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 600;
}
.mp-fav-XyyU .mpfav-grid .mpfav-actions .mpfav-toggle {
  background: #fee2e2;
  border-color: #fecaca;
  color: #7f1d1d;
}
.mp-fav-XyyU .mpfav-grid li.product-favour:hover {
  border-color: color-mix(in srgb, var(--acc-fg, #e5e7eb) 25%, var(--acc-border, rgba(148, 163, 184, 0.18)));
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
}
@media (max-width: 575.98px) {
  .mp-fav-XyyU .mpfav- li.product-favour {
    grid-template-columns: 72px 1fr;
    grid-template-rows: auto auto auto; /* başlık, fiyat, aksiyonlar */
  }
  .mp-fav-XyyU .mpfav-grid .price {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
  }
  .mp-fav-XyyU .mpfav-grid .mpfav-actions {
    grid-column: 1/-1;
  }
}

/* ===== My Account → Adresler (mp-myaccount-address-uTKl) ===== */
.mp-myaccount-address-uTKl p {
  margin-bottom: 14px;
  color: #000000;
}

/* 2 sütunluk grid; Woo'nin float düzenini iptal ediyoruz */
.mp-myaccount-address-uTKl .woocommerce-Addresses.addresses {
  display: flex;
  flex-direction: column;
}

/* Sadece fatura adresi varsa tek sütun */
.mp-myaccount-address-uTKl .woocommerce-Addresses.addresses:not(.col2-set) {
  grid-template-columns: 1fr;
}

/* Woo'nun eski float/genişliklerini nötrle */
.mp-myaccount-address-uTKl .woocommerce-Address,
.mp-myaccount-address-uTKl .u-column1,
.mp-myaccount-address-uTKl .u-column2 {
  float: none !important;
  width: 100% !important;
}

.mp-myaccount-address-uTKl .u-column1 {
  margin-bottom: 20px;
}

/* Kart görünümü */
.mp-myaccount-address-uTKl .woocommerce-Address {
  background: #F2F2F2;
  border: 1px solid var(--acc-border, rgba(148, 163, 184, 0.18));
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 180px;
}

/* Başlık + düzenle butonu */
.mp-myaccount-address-uTKl .woocommerce-Address-title.title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin: 0 0 12px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--acc-border, rgba(148, 163, 184, 0.18));
  width: 100%;
}

.mp-myaccount-address-uTKl .woocommerce-Address-title h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}

/* Düzenle bağlantısını buton gibi göster */
.mp-myaccount-address-uTKl .woocommerce-Address .edit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid var(--acc-border, rgba(148, 163, 184, 0.18));
  background: var(--btn-bg, #e5e7eb);
  color: #111 !important;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.mp-myaccount-address-uTKl .woocommerce-Address .edit:hover {
  filter: brightness(0.95);
}

/* Adres metni */
.mp-myaccount-address-uTKl .woocommerce-Address address {
  margin: 0;
  font-style: normal;
  line-height: 1.6;
  color: #000000;
  white-space: pre-line; /* satır sonlarını koru */
}

/* İsteğe bağlı: kart hover efekti */
.mp-myaccount-address-uTKl .woocommerce-Address:hover {
  border-color: color-mix(in srgb, var(--acc-fg, #e5e7eb) 22%, var(--acc-border, rgba(148, 163, 184, 0.18)));
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

/* Mobil düzen: tek sütun */
@media (max-width: 991.98px) {
  .mp-myaccount-address-uTKl .woocommerce-Addresses.addresses {
    grid-template-columns: 1fr;
  }
}
/* Küçük kozmetik: col sınıfı kalan eski paddings varsa sıfırla */
.mp-myaccount-address-uTKl .u-columns {
  margin: 0;
}

:root {
  --mp-dkRws-dkRws-fg:#e6eaf2;
  --mp-dkRws-muted:#9aa3b2;
  --mp-dkRws-accent:#4da3ff;
  --mp-dkRws-line:#232838;
  --mp-dkRws-bg:transparent;
  --mp-dkRws-card:#161924;
  --mp-dkRws-br:14px;
}

.woo-single-product-gallery-meta {
  margin-top: 20px;
}
.woo-single-product-gallery-meta .mwt-col-gallery {
  padding-left: 0.5rem;
}
.woo-single-product-gallery-meta .mwt-col-gallery {
  padding-right: 0.5rem;
}
@media (min-width: 992px) {
  .woo-single-product-gallery-meta .mwt-col-gallery {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.woo-single-product-gallery-meta .mwt-col-meta {
  /* === MP Price – modern, sale-aware, responsive (HTML'e dokunmadan) === */
  /* ================== MP PRICE – düzeltilmiş ve geliştirilmiş CSS ================== */
  /* Kapsayıcı */
  /* Her grup satırı (kart görünümü + hizalama) */
  /* Sol taraftaki kısa etiket (Birim Fiyat (TL): ) */
  /* Sağ taraf: net/ara fiyat satırı */
  /* Woo amount genel */
  /* Para birimi simgesi */
  /* KDV notu */
  /* İndirimli eski fiyat */
  /* Güncel fiyat – baz stil (unit-price satırında daha sade) */
  /* TOPLAM satırı – her zaman daha vurgulu görünür */
  /* İndirim yoksa (sadece tek fiyat varsa) toplam satırında yine büyük ve vurgulu olsun */
  /* Mobil sıkıştırma */
}
.woo-single-product-gallery-meta .mwt-col-meta {
  padding: 10px;
}
.woo-single-product-gallery-meta .mwt-col-meta {
  padding-left: 0.5rem;
}
.woo-single-product-gallery-meta .mwt-col-meta {
  padding-right: 0.5rem;
}
@media (min-width: 992px) {
  .woo-single-product-gallery-meta .mwt-col-meta {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price {
  margin-top: 10px;
  color: var(--mp-dkRws-fg);
  display: grid;
  gap: 12px;
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-excerpt {
  margin-top: 10px;
  background: var(--mp-dkRws-card);
  border: 1px solid var(--mp-dkRws-line);
  border-radius: var(--mp-dkRws-br);
  padding: 12px 14px;
  color: var(--mp-dkRws-dkRws-fg);
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-cart {
  text-align: right;
  margin-top: 10px;
  background: var(--mp-dkRws-card);
  border: 1px solid var(--mp-dkRws-line);
  border-radius: var(--mp-dkRws-br);
  padding: 12px 14px;
  color: var(--mp-dkRws-dkRws-fg);
}
.woo-single-product-gallery-meta .mwt-col-meta .stok-check-wrapper-area {
  margin-top: 10px;
  background: var(--mp-dkRws-card);
  border: 1px solid var(--mp-dkRws-line);
  border-radius: var(--mp-dkRws-br);
  padding: 12px 14px;
  color: var(--mp-dkRws-dkRws-fg);
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-share {
  margin-top: 10px;
  background: var(--mp-dkRws-card);
  border: 1px solid var(--mp-dkRws-line);
  border-radius: var(--mp-dkRws-br);
  padding: 12px 14px;
  color: var(--mp-dkRws-dkRws-fg);
}
.woo-single-product-gallery-meta .mwt-col-meta .additional-info-section {
  margin-top: 10px;
  background: var(--mp-dkRws-card);
  border: 1px solid var(--mp-dkRws-line);
  border-radius: var(--mp-dkRws-br);
  padding: 12px 14px;
  color: var(--mp-dkRws-dkRws-fg);
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price:not(:has(.price-regular)) span {
  color: #ffffff;
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price .price-grup {
  width: 100%;
  background: var(--mp-dkRws-card);
  border: 1px solid var(--mp-dkRws-line);
  border-radius: var(--mp-dkRws-br);
  padding: 12px 14px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price .unit-price {
  color: #DDFFFF;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price .price--net,
.woo-single-product-gallery-meta .mwt-col-meta .mp-price .prices {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price .woocommerce-Price-amount {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 22px);
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price .woocommerce-Price-currencySymbol {
  opacity: 0.9;
  margin-right: 2px;
  font-weight: 700;
  font-size: 0.9em;
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price .mp-tax-note,
.woo-single-product-gallery-meta .mwt-col-meta .mp-price .tax_label {
  color: var(--mp-dkRws-muted);
  font-size: 1.2em;
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price del.price-regular {
  color: var(--mp-dkRws-muted);
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  font-size: clamp(20px, 1.3vw, 15px);
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price .price-current {
  font-weight: 800;
  line-height: 1.1;
  padding: 2px 6px;
  border-radius: 8px;
  color: #eaf3ff;
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price .total-price {
  justify-content: flex-end;
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price .total-price .price-current {
  font-size: clamp(20px, 2.4vw, 30px);
  padding: 2px 8px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(77, 163, 255, 0.16), rgba(77, 163, 255, 0.06));
  border: 1px solid rgba(77, 163, 255, 0.35);
  color: #eaf3ff; /* İstersen pembe ton için alttaki satırı aç */
  /* color:#FFC9BB; */
}
.woo-single-product-gallery-meta .mwt-col-meta .mp-price .total-price .prices:not(:has(.price-regular)) .woocommerce-Price-amount {
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 800;
}
@media (max-width: 576px) {
  .woo-single-product-gallery-meta .mwt-col-meta .mp-price .price-grup {
    padding: 10px 12px;
    gap: 10px;
  }
  .woo-single-product-gallery-meta .mwt-col-meta .mp-price .unit-price {
    font-size: 0.95rem;
  }
}

.woo-single-product-gallery-meta .mwt-col-gallery .mpps .mpps__main .gallery-zoom-btn {
  display: flex;
}
.woo-single-product-gallery-meta .mwt-col-gallery .mpps .mpps__main .gallery-zoom-btn {
  position: absolute;
}
.woo-single-product-gallery-meta .mwt-col-gallery .mpps .mpps__main .gallery-zoom-btn {
  top: 10px;
}
.woo-single-product-gallery-meta .mwt-col-gallery .mpps .mpps__main .gallery-zoom-btn {
  right: 10px;
}
.woo-single-product-gallery-meta .mwt-col-gallery .mpps .mpps__main .gallery-zoom-btn {
  background: #4da3ff;
}
.woo-single-product-gallery-meta .mwt-col-gallery .mpps .mpps__main .gallery-zoom-btn {
  color: white;
}
.woo-single-product-gallery-meta .mwt-col-gallery .mpps .mpps__main .gallery-zoom-btn {
  width: 40px;
}
.woo-single-product-gallery-meta .mwt-col-gallery .mpps .mpps__main .gallery-zoom-btn {
  height: 40px;
}
.woo-single-product-gallery-meta .mwt-col-gallery .mpps .mpps__main .gallery-zoom-btn {
  padding: 10px;
}
.woo-single-product-gallery-meta .mwt-col-gallery .mpps .mpps__main .gallery-zoom-btn {
  align-items: center;
}
.woo-single-product-gallery-meta .mwt-col-gallery .mpps .mpps__main .gallery-zoom-btn {
  justify-content: center;
}
.woo-single-product-gallery-meta .mwt-col-gallery .mpps .mpps__main .gallery-zoom-btn {
  border-radius: 10px;
}

.mvp-overlay .is-active {
  display: none;
}

button.mvp-thumb img[src=""] {
  display: none;
}

img#mvp-img[src=""] {
  display: none !important;
}

img#mvp-thumb[src=""] {
  display: none !important;
}

.mpps__thumbs .mpps__thumb img {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}

.mpps__thumbs .mpps__thumb {
  width: 80px;
  height: 100%;
  padding: 0;
}

.mpps__thumbs .mpps__thumb img[data-orientation=portrait] {
  width: 100%;
  height: auto;
}

.mpps .mpps__main {
  width: 100%;
  height: 100%;
}

.mpps__thumbs .mpps__thumb img[data-orientation=landscape] {
  height: 100%;
  width: auto;
}

.mpps .mpps__main .mpps__main-img[data-orientation=portrait] {
  width: 100%;
  height: auto;
}

.mpps .mpps__main .mpps__main-img[data-orientation=landscape] {
  height: 100%;
  width: auto;
}

:root {
  /* Sabit header yüksekliğin varsa burayı güncelle (örn: 64px) */
  --sticky-top: 0px;
  /* Tema renkleri (istersen değiştir) */
  --bgs:#0f1117;
  --fgs:#e6eaf2;
  --muted:#9aa3b2;
  --line:#232838;
  --cardi:#161924;
  --pri:#4da3ff;
}

.pd-areas {
  position: relative;
  background: var(--bgs);
  color: var(--fgs);
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.first-section {
  margin-top: 20px;
}

/* STICKY SUBNAV */
.pd-subnav {
  position: sticky;
  top: var(--sticky-top);
  z-index: 30;
  background: linear-gradient(180deg, rgba(15, 17, 23, 0.98), rgba(15, 17, 23, 0.9));
  backdrop-filter: saturate(0.9);
  border-bottom: 1px solid var(--line);
}

.pd-subnav .part-content {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pd-subnav-list {
  display: flex;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  scrollbar-width: thin;
}

.pd-subnav-list li {
  flex: 0 0 auto;
}

.pd-subnav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--fgs);
  background: #151a28;
  border: 1px solid var(--line);
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}

.pd-subnav-link:hover {
  background: #1a2032;
}

.pd-subnav-link[aria-current=true] {
  background: var(--pri);
  color: #0b1020;
  border-color: transparent;
}

/* Bölüm arası boşluk / içerik kart hissi */
#product-sections > section {
  scroll-margin-top: calc(var(--sticky-top) + 64px);
}

#product-sections > section + section {
  margin-top: 18px;
}

#product-sections > section .part-content {
  background: var(--cardi);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}

/* Mobile uyarlamalar */
@media (max-width: 640px) {
  .pd-subnav .part-content {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pd-subnav-link {
    padding: 9px 11px;
    font-weight: 600;
  }
}
:root {
  /* Tema değişkenleri (dilediğin gibi güncelle) */
  --mp-FAIX6-bg:#0f1117; /* kart zemin */
  --mp-FAIX6-fg:#e6eaf2; /* metin rengi */
  --mp-FAIX6-muted:#9aa3b2; /* soluk metin */
  --mp-FAIX6-line:#232838; /* kenarlık */
  --mp-FAIX6-chip-bg:#1a2030; /* chip arka plan */
  --mp-FAIX6-chip-line:#2a3350; /* chip sınır */
  --mp-FAIX6-chip-fg:#cfe4ff; /* chip metin */
  --mp-FAIX6-accent:#4da3ff; /* vurgu */
  --mp-FAIX6-fs:14px; /* temel font boyutu */
  --mp-FAIX6-br:14px; /* kart radius */
  --mp-FAIX6-gap:10px; /* satır içi boşluk */
}

.mp-meta {
  /* Satırlar (mevcut <div>’lerin her biri) */
  /* Genel link görünümü */
  /* === SKU satırı === */
  /* === Kategori & Etiketler – virgülleri görünmez yap + chip'li linkler === */
  /* Woo listelerinde linkler arası ", " düz metin olarak gelir.
     Ebeveyne font-size:0 verip linklere tekrar boyut atayarak virgülü “görünmez” kılıyoruz. */
  /* Görsel etiket (label) – gerçek "Category:" / "Tags:" metni DOM’da durur;
     biz yalnızca görsel bir başlık ekliyoruz. */
  /* Linkleri chip’e çevir */
  /* Odak halkası (klavye erişilebilirliği) */
  /* Küçük ekran sıkıştırma */
  /* (İsteğe bağlı) Açık tema için hızlı varyant
  :root.light .product_meta{
    --mp-FAIX6-bg:#ffffff; --mp-FAIX6-fg:#222; --mp-FAIX6-muted:#667085; --mp-FAIX6-line:#e5e7eb;
    --mp-FAIX6-chip-bg:#f4f6fb; --mp-FAIX6-chip-line:#e5e7f1; --mp-FAIX6-chip-fg:#1f2937; --mp-FAIX6-accent:#2563eb;
  } */
}
.mp-meta .product_meta {
  color: var(--mp-FAIX6-fg);
  background: var(--mp-FAIX6-bg);
  border: 1px solid var(--mp-FAIX6-line);
  border-radius: var(--mp-FAIX6-br);
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
  font-size: var(--mp-FAIX6-fs);
}
.mp-meta .product_meta > div {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--mp-FAIX6-gap);
  padding-top: 6px;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
}
.mp-meta .product_meta > div:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.mp-meta .product_meta a {
  color: var(--mp-FAIX6-chip-fg);
  text-decoration: none;
}
.mp-meta .product_meta a:hover {
  color: #fff;
}
.mp-meta .product_meta .sku_wrapper {
  color: var(--mp-FAIX6-muted);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.mp-meta .product_meta .sku_wrapper .sku {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--mp-FAIX6-chip-bg);
  border: 1px solid var(--mp-FAIX6-chip-line);
  color: var(--mp-FAIX6-fg);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.mp-meta .product_meta .posted_in,
.mp-meta .product_meta .tagged_as {
  font-size: 0; /* virgüller görünmez */
}
.mp-meta .product_meta .posted_in::before,
.mp-meta .product_meta .tagged_as::before {
  display: inline-block;
  font-size: var(--mp-FAIX6-fs);
  color: var(--mp-FAIX6-muted);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-right: 6px;
  content: ""; /* aşağıda başlıkları ayrı ayrı veriyoruz */
}
.mp-meta .product_meta .posted_in::before {
  content: "Kategori:";
}
.mp-meta .product_meta .tagged_as::before {
  content: "Etiketler:";
}
.mp-meta .product_meta .posted_in a,
.mp-meta .product_meta .tagged_as a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--mp-FAIX6-fs); /* font-size geri yüklendi */
  padding: 5px 10px;
  margin: 3px 6px 3px 0;
  border-radius: 999px;
  background: var(--mp-FAIX6-chip-bg);
  border: 1px solid var(--mp-FAIX6-chip-line);
  transition: background 0.15s ease, transform 0.05s ease, border-color 0.15s ease;
}
.mp-meta .product_meta .posted_in a:hover,
.mp-meta .product_meta .tagged_as a:hover {
  background: rgba(77, 163, 255, 0.12);
  border-color: var(--mp-FAIX6-accent);
}
.mp-meta .product_meta .posted_in a:active,
.mp-meta .product_meta .tagged_as a:active {
  transform: translateY(1px);
}
.mp-meta .product_meta a:focus-visible {
  outline: 2px solid var(--mp-FAIX6-accent);
  outline-offset: 2px;
  border-color: var(--mp-FAIX6-accent);
}
@media (max-width: 576px) {
  .mp-meta .product_meta {
    padding: 12px;
  }
  .mp-meta .product_meta .posted_in::before,
  .mp-meta .product_meta .tagged_as::before {
    display: block;
    margin: 0 0 6px 0;
  }
}

:root {
  --bc-fg-oTXkR:#4b5563; /* metin */
  --bc-muted-oTXkR:#6b7280; /* ikincil metin */
  --bc-divider-oTXkR:#e5e7eb; /* alt çizgi */
}

@media (prefers-color-scheme: dark) {
  :root {
    --bc-fg-oTXkR:#9aa3af;
    --bc-muted-oTXkR:#a3aab4;
    --bc-divider-oTXkR:rgba(0,0,0,.08);
  }
}
.section-breadcrumbs {
  padding: 1rem 0 1.25rem;
  border-bottom: 1px solid var(--bc-divider-oTXkR);
}

.mp-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--bc-muted-oTXkR);
  white-space: nowrap;
  overflow: auto;
  scrollbar-width: none;
}

.mp-breadcrumbs::-webkit-scrollbar {
  display: none;
}

.mp-breadcrumbs ol {
  display: flex;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mp-breadcrumbs li {
  display: flex;
  align-items: center;
  min-width: 0;
}

.mp-breadcrumbs a, .mp-breadcrumbs span {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
}

.mp-breadcrumbs a:hover {
  text-decoration: underline;
  opacity: 1;
}

.mp-breadcrumbs li + li::before {
  content: "";
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 0.5rem;
  background: currentColor;
  opacity: 0.35;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24'><path d='M9 6l6 6-6 6' fill='%23000'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24'><path d='M9 6l6 6-6 6' fill='%23000'/></svg>") center/contain no-repeat;
}

.mp-breadcrumbs li[aria-current=page] > span {
  font-weight: 600;
  opacity: 1;
  color: var(--bc-fg-oTXkR);
}

.mp-breadcrumbs a, .mp-breadcrumbs span {
  max-width: 22ch;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mp-breadcrumbs a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 0.25rem;
}

/* Başlık bloğu */
.mp-titleblock {
  margin-top: 0.5rem;
}

.mp-eyebrow {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bc-muted-oTXkR);
}

.mp-page-title {
  margin: 0.1rem 0 0;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--bc-fg-oTXkR);
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.6rem);
  line-height: 1.15;
}

.mp-page-subtitle {
  margin: 0.35rem 0 0;
  color: var(--bc-muted-oTXkR);
  font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.05rem);
}

.contact_module {
  margin-top: 30px;
}

.contact_module .contact_module-area .map {
  width: 100%;
}
.contact_module .contact_module-area .map {
  min-height: 300px;
}

.contact_module .contact_module-area .map .map-iframe {
  width: 100%;
}
.contact_module .contact_module-area .map .map-iframe {
  height: 500px;
}

/* root */
.mp-shop-CPt8H {
  --sb-w: clamp(220px, 24vw, 340px); /* 220–340px aralığında, ekrana göre */
  display: grid;
  align-items: start;
  grid-template-columns: var(--sb-w) minmax(0, 1fr);
  gap: 24px;
}

.mp-shop-CPt8H__sidebar {
  min-width: 0;
  width: var(--sb-w);
}

.mp-shop-CPt8H__main {
  min-width: 0;
}

.mp-shop-CPt8H__form {
  display: grid;
  gap: 14px;
}

.mp-shop-CPt8H__block {
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 10px;
  background: #fff;
  padding: 12px;
}

.mp-shop-CPt8H__block-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.mp-shop-CPt8H__checks {
  display: grid;
  gap: 8px;
  max-height: 320px;
  overflow: auto;
  padding-right: 6px;
}

.mp-shop-CPt8H__check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.mp-shop-CPt8H__price-inputs {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.mp-shop-CPt8H__price-inputs label {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  font-size: 0.9rem;
}

.mp-shop-CPt8H__price-inputs input {
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 8px;
  padding: 8px;
}

/* double range (2 input[type=range] üst üste) */
.mp-shop-CPt8H__range {
  position: relative;
  height: 32px;
}

.mp-shop-CPt8H__range input[type=range] {
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  width: 100%;
  appearance: none;
  background: transparent;
  pointer-events: auto;
}

.mp-shop-CPt8H__range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #111;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.mp-shop-CPt8H__range input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #111;
  border: 0;
  cursor: pointer;
  z-index: 2;
}

/* track */
.mp-shop-CPt8H__range:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  height: 4px;
  background: #e5e7eb;
  border-radius: 999px;
  z-index: 0;
}

.mp-shop-CPt8H__range .fill {
  position: absolute;
  top: 14px;
  height: 4px;
  background: #111;
  border-radius: 999px;
  z-index: 1;
}

/* main */
.mp-shop-CPt8H__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mp-shop-CPt8H__result {
  font-weight: 600;
}

/* Filtre içi elemanlar taşma yapmasın */
.mp-shop-CPt8H__sidebar .mp-shop-CPt8H__filters {
  min-width: 0;
}

.mp-shop-CPt8H__sidebar label,
.mp-shop-CPt8H__sidebar .form-control,
.mp-shop-CPt8H__sidebar input[type=text],
.mp-shop-CPt8H__sidebar input[type=number] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mp-shop-CPt8H__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); /* otomatik doldur */
  gap: 16px;
}

.mp-shop-CPt8H__card {
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mp-shop-CPt8H__thumbwrap {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f7f7f7;
}

.mp-shop-CPt8H__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mp-shop-CPt8H__card-body {
  padding: 10px;
  display: grid;
  gap: 8px;
}

.mp-shop-CPt8H__title {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

.mp-shop-CPt8H__title a {
  text-decoration: none;
  color: inherit;
}

.mp-shop-CPt8H__price {
  font-weight: 700;
}

.mp-shop-CPt8H__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 12px;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 8px;
  text-decoration: none;
  color: #111;
  background: #f7f7f7;
}

.mp-shop-CPt8H__btn:hover {
  background: #eef1f6;
}

.mp-shop-CPt8H__empty {
  padding: 20px;
  border: 1px dashed var(--border, #e5e7eb);
  text-align: center;
  border-radius: 10px;
}

/* actions */
.mp-shop-CPt8H__actions {
  display: flex;
  justify-content: flex-end;
}

.mp-shop-CPt8H__clear {
  background: transparent;
  border: 0;
  color: #666;
  cursor: pointer;
  text-decoration: underline;
}

/* pagination */
.mp-shop-CPt8H__pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}

.mp-shop-CPt8H__page {
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--border, #e5e7eb);
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.mp-shop-CPt8H__page.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* responsive */
@media (max-width: 991.98px) {
  .mp-shop-CPt8H {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mp-shop-CPt8H__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Daha Fazla butonu */
.mp-shop-CPt8H__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.mp-shop-CPt8H__more {
  min-width: 160px;
  height: 40px;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.mp-shop-CPt8H__more:hover {
  background: #f7f7f7;
}

.mp-simproducts-gCdsP__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.mp-simproducts-gCdsP__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.mp-simproducts-gCdsP__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.mp-simproducts-gCdsP__item {
  display: block;
}

.mp-simproducts-gCdsP__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mp-simproducts-gCdsP__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.mp-simproducts-gCdsP__media {
  display: block;
  position: relative;
  aspect-ratio: 4/3;
  background: #fafafa;
}

.mp-simproducts-gCdsP__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mp-simproducts-gCdsP__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  flex: 1;
  width: 100% !important;
  text-align: center;
}

.mp-simproducts-gCdsP__name {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  min-height: 2.7em;
  color: #1f386d;
}

.mp-simproducts-gCdsP__link {
  color: #1f386d;
  text-decoration: none;
}

.mp-simproducts-gCdsP__link:hover {
  text-decoration: underline;
}

.mp-simproducts-gCdsP__price {
  margin-top: auto; /* fiyat+buton alt kısma çökebilir */
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  color: #1E90FF;
}

.mp-simproducts-gCdsP__actions {
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: center !important;
}

.mp-simproducts-gCdsP__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #50689A;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  text-decoration: none;
}

.mp-simproducts-gCdsP__btn:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.22);
  background: #ff4e1f;
}

.mp-simproducts-gCdsP__btn.is-loading {
  opacity: 0.7;
  cursor: wait;
}

.mp-simproducts-gCdsP__btn--ghost { /* “İncele” için */
  min-width: 92px;
}

.mp-simproducts-gCdsP__more {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

/*# sourceMappingURL=style.css.map */
