@charset "UTF-8";

/******************************

Sozinho Agency Full Stack Developer

Version 1.0.0

Copyright (c) 2025 Sozinho Agency

https://www.opencarttema.com.tr/

*******************************/

.forMobile {
  display: none;
}

.forDesktop {
  display: block;
}


.product-labels .product-label-default.product-label-30 {
    display: contents !important;
}

.btn-gerigit::before {
  content: '\f104' !important;
  font-family: icomoon !important;
}

.sozinho-order-header {
  background: #fff;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e9f2;
}

.sozinho-order-title .ty-font-header-sm {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}

.campaign-badges {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.badge {
  flex: 1 1 calc(50% - 3px);
  text-align: center;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  line-height: 1.4;
  white-space: nowrap;
  box-sizing: border-box;
}

.badge-bundle {
  background: #fff2e5;
  color: #ff7043;
  border: 1px solid #ff7043;
}
.badge-bundle i {
  margin-right: 4px;
  color: #e67e22;
}

.badge-gift {
  background: #e8f8f5;
  color: #26a69a;
  border: 1px solid #26a69a;
}
.badge-gift i {
  margin-right: 5px;
  color: #1abc9c;
}

.badge-multibuy {
  background: #f3e5f5;
  color: #ab47bc;
  border: 1px solid #ab47bc;
}
.badge-multibuy i {
 color: #ab47bc;
}

.badge-indirim {
  background-color: #e6f2ff;
  color: #0056b3;
  border: 1px solid #66a3ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 1.4;
  white-space: nowrap;
  box-sizing: border-box;
}

.badge-indirim i {
  margin-right: 5px;
  color: #0056b3;
}

.asagi::before {
    content: '\f107';
    font-family: icomoon !important;
    font-size: 26px;
    color: #f28232;
    font-weight: 600;
}



@media only screen and (max-width: 768px) {
  .geri::before {
    content: '\e93e' !important;
    font-family: icomoon !important;
    font-size: 30px;
    margin-right: 7px;
  }

  .forMobile {
    display: block;
  }

  .forDesktop {
    display: none;
  }

  .fa-filter:before {
    font-size: 17px;
    color: #f28232;
    margin-right: 7px;
    top: 2px;
  }

  .fa-sort-amount-desc:before {
    font-size: 17px;
    color: #f28232;
    margin-right: 7px;
    top: 2px;
  }

  body>div.mobile-container.mobile-filter-container.animating {
    --mobile-wrapper-header: 50px;
    max-width: 90%;
    width: 400px;
    background-color: rgba(255, 255, 255, 1);
    --background-color: rgba(255, 255, 255, 1);
  }

  body>div.mobile-container.mobile-filter-container {
    --mobile-wrapper-header: 50px;
    max-width: 90%;
    width: 400px;
    background-color: rgba(255, 255, 255, 1);
    --background-color: rgba(255, 255, 255, 1);
  }

  .btn.mobile-filter-trigger {
    display: none !important;
  }

  /* Kampanya */

  .campaign-badges {
    margin-right:4px;
    margin-left:4px;
    gap:4px;
  }

  .badge {
    padding: 3px 6px;
    font-size:11px;
  }

  .badge-bundle i {
    margin-right:2px;
  }

  .badge-gift i {
    margin-right:2px;
  }

  .badge-multibuy i {
    margin-right:2px;
  }

  .badge-indirim i {
    margin-right:2px;
  }
}