@charset "UTF-8";

/*
  Theme Name:  Pars
  Theme URI:   https://pars.softinays.com/
  Author:      SoftiNays
  Author URI:  https://softinays.com
*/

@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);

html,
body,
div,
span,
h5,
h6,
p,
a,
img,
b,
i,
ul,
li,
fieldset,
form,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

header,
nav,
section {
  display: block;
}
footer {
  margin-top: 20px;
}
html {
  margin-right: 0 !important;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}
.row > * {
  padding-left: 12px;
  padding-right: 12px;
}
main {
  margin: 20px 0;
}
ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.container {
  max-width: 1320px;
}

.container {
  width: 100%;
  margin: auto;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=text],
input[type=password],
input[type=email] {
  font-family: "Poppins", sans-serif;
  border: 1px solid var(--bg-dark);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  border-radius: var(--border-radius);
  padding: 14px 20px;
  width: 100%;
  color: var(--dark);
  height: 50px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus, input[type=email]:hover, input[type=email]:focus {
  border-color: var(--primary);
}

select {
  outline: 0;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: var(--dark);
}

:-moz-placeholder {
  color: var(--dark);
}

::-moz-placeholder {
  color: var(--dark);
  opacity: 1;
}

button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white);
  padding: 13px 32px;
  border-radius: 99px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
button .icon {
  font-size: 22px;
}

button:focus-within,
button:focus-visible,
button:focus {
  outline: none;
}

:-ms-input-placeholder {
  color: var(--primary);
}

.text-md {
  font-size: 16px;
  line-height: 24px;
}

.text-sm {
  font-size: 14px;
  line-height: 20px;
}

.fs-12 {
  font-size: 12px !important;
}

b {
  font-weight: 500;
}

.text-main-2 {
  color: var(--dark) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-dark-2 {
  background-color: var(--dark) !important;
}

.bg-pink {
  background-color: #ffb8b8 !important;
}

.bg-light-green {
  background-color: #7c8c47 !important;
}

.bg-light-orange-2 {
  background-color: #f59c11 !important;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: var(--dark);
}
a:focus, a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: 0;
}

.link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link:hover {
  color: var(--primary) !important;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_12 {
  margin-bottom: 12px;
}

.text-line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.line-bottom-container {
  position: relative;
}
.line-bottom-container::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  background-color: var(--bg-light);
  height: 1px;
  width: 100%;
  max-width: 1440px;
  transform: translateX(-50%);
}

#goTop {
  position: fixed;
  padding: 0;
  bottom: 90px;
  right: 40px;
  width: 38px;
  height: 38px;
  background: var(--white);
  color: var(--dark);
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border: none;
  border-radius: var(--border-radius);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  box-shadow: var(--box-shadow);
  z-index: 1000;
}
#goTop .border-progress {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: var(--border-radius);
  border: 1px solid #000000;
  mask-image: conic-gradient(#000000 var(--progress-angle, 0deg), transparent 0);
  -webkit-mask-image: conic-gradient(#000000 var(--progress-angle, 0deg), transparent 0);
  content: "";
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#goTop.show {
  opacity: 1;
  visibility: visible;
}
#goTop .icon {
  font-size: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#goTop .icon-arrow-right {
  transform: rotate(-90deg);
}
.tf-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--dark);
  border: 1px solid var(--primary-2);
  color: var(--white);
  padding: 13px 32px;
  border-radius: var(--border-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.tf-btn.btn-primary {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.tf-btn.btn-out-line-dark {
  background-color: transparent;
  border-color: var(--dark);
  color: var(--dark);
}
.tf-btn.btn-out-line-dark:hover {
  background-color: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}
.tf-btn.hover-primary:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.tf-btn.btn-out-line-dark2 {
  background-color: transparent;
  border: 1px solid var(--bg-dark);
  color: var(--dark);
}
.tf-btn.btn-out-line-dark2:hover {
  background-color: var(--bg-light);
  color: var(--dark);
}

.animate-btn {
  position: relative;
  overflow: hidden;
}
.animate-btn:hover::after {
  animation: shine-reverse 1s forwards;
}

.animate-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100%;
  opacity: 0.6;
}

button.animate-btn::after,
.animate-btn.tf-btn::after {
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0) 70%);
}
@keyframes shine-reverse {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}


.hover-tooltip {
  position: relative;
}
.hover-tooltip .tooltip {
  position: absolute;
  white-space: nowrap;
  padding: 0px 10px;
  height: 23px;
  border-radius: var(--border-radius);
  bottom: calc(100% + 8px);
  transform: translateY(8px);
  opacity: 0;
  visibility: hidden;
  color: var(--white);
  width: max-content;
  background-color: var(--dark);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  z-index: 100;
  font-size: 10px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}
.hover-tooltip .tooltip::before {
  content: "";
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: 18px;
  position: absolute;
  background: var(--dark);
  width: 8px;
  height: 8px;
  z-index: -1;
}
.hover-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0.1s;
}

.form-search {
  position: relative;
}
.form-search input {
  border-color: rgba(0, 0, 0, 0.2);
}
.form-search button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background-color: transparent;
  border: 0;
  color: var(--dark);
}
.form-search button .icon {
  font-size: 24px;
}
.swiper {
  --swiper-theme-color: var(--primary);
  --swiper-pagination-progressbar-bg-color: #d9d9d9;
}

.nav-swiper {
  background-color: var(--white);
  border-radius: 999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--bg-light);
  color: var(--dark);
  cursor: pointer;
}
.nav-swiper::after {
  font-size: 12px;
  color: var(--dark);
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-swiper:hover {
  background-color: var(--bg-siyah);
  border-color: var(--bg-siyah);
}
.nav-swiper:hover::after {
  color: var(--white);
}
.nav-swiper.arrow-1.swiper-button-prev {
  transform: rotate(180deg);
}
.nav-swiper.arrow-1.swiper-button-prev::after {
  font-family: "icomoon";
  content: "\e904";
  font-weight: 400;
}
.nav-swiper.arrow-1.swiper-button-next::after {
  font-family: "icomoon";
  content: "\e904";
  font-weight: 400;
}
.offcanvas {
  border: none !important;
  color: var(--dark);
  z-index: 1600;
}
.offcanvas .icon-close-popup {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  padding: 10px;
  border: none;
  color: var(--dark);
  z-index: 10;
}
.offcanvas .icon-close-popup:hover {
  color: var(--primary);
}

.modal-dialog-centered {
  min-height: calc(100% - 60px);
}

.modal {
  cursor: url(../img/cursor-close.svg), auto;
}
.modal .icon-close,
.modal .icon-close-popup {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  padding: 10px;
  border: none;
  z-index: 10;
  color: var(--dark);
}
.modal .icon-close:hover,
.modal .icon-close-popup:hover {
  color: var(--primary);
}
.modal.fade:not(.show) {
  opacity: 0;
}
.modal .modal-content {
  cursor: default;
  border: 0;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.modalCentered .modal-dialog {
  margin: 30px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.canvas-wrapper {
  padding: 0;
  isolation: isolate;
  height: 100%;
  width: 100%;
  max-height: none;
  display: grid;
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
  background: var(--white);
}

.canvas-body {
  background-color: var(--white);
  padding: 15px 20px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.canvas-body::-webkit-scrollbar {
  width: 5px;
}
.canvas-body::-webkit-scrollbar-track {
  background-color: var(--bg-scrollbar-track);
}
.canvas-body::-webkit-scrollbar-thumb {
  background: var(--bg-scrollbar-thumb);
  border-radius: var(--border-radius);
}

.modal-quick-view .modal-dialog {
  max-width: 1130px;
}
.modal-quick-view .modal-content {
  border-radius: var(--border-radius);
}
.modal-quick-view .tf-product-media-wrap {
  padding: 0;
}
.modal-quick-view .tf-product-media-wrap .item {
  width: 100%;
  height: 100%;
}
.modal-quick-view .tf-product-media-wrap .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-quick-view .tf-product-info-wrap {
  flex: 0 0 auto;
  max-width: 100%;
  flex-grow: 1;
  position: relative;
  margin: 0;
}
.modal-quick-view .tf-product-info-wrap .tf-product-info-inner {
  padding: 15px;
}
.modal-quick-view .tf-product-info-wrap .tf-product-info-inner::-webkit-scrollbar {
  width: 6px;
}
.modal-quick-view .tf-product-info-wrap .tf-product-info-inner::-webkit-scrollbar-thumb {
  background: var(--primary);
}
.modal-quick-view .tf-product-info-wrap .tf-product-info-inner::-webkit-scrollbar-track {
  background: var(--bg-light);
}
.modal-quick-view .tf-product-info-wrap .tf-product-heading {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 20px;
}
.modal-quick-view .tf-product-info-wrap .tf-product-heading .product-name {
  line-height: 29px;
  margin-bottom: 14px;
}
.modal-quick-view .tf-product-info-wrap .tf-product-heading .product-price {
  margin-bottom: 14px;
  gap: 6px;
}
.modal-quick-view .tf-product-info-wrap .tf-product-heading .product-price .price-old,
.modal-quick-view .tf-product-info-wrap .tf-product-heading .product-price .price-new {
  line-height: 29px;
}
.modal-quick-view .tf-product-info-wrap .tf-product-heading .text {
  font-size: 14px;
  line-height: 22.4px;
}
.modal-quick-view .tf-product-info-wrap .tf-product-variant {
  gap: 20px;
  margin-bottom: 30px;
}
.modal-quick-view .tf-product-info-wrap .tf-product-variant .variant-picker-label {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.modal-quick-view .tf-product-info-wrap .tf-product-variant .variant-picker-label-value {
  font-weight: 700;
}
.modal-quick-view .tf-product-info-wrap .tf-product-variant .color-btn {
  width: 34px !important;
  height: 34px !important;
}
.modal-quick-view .tf-product-info-wrap .tf-product-variant .color-btn .check-color {
  width: 28px !important;
  height: 28px !important;
}
.modal-quick-view .tf-product-info-wrap .tf-btn {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.03em;
}
.modal-quick-view .tf-product-info-wrap .tf-product-total-quantity {
  margin-bottom: 30px;
}
.modal-quick-view .tf-product-info-wrap .tf-product-total-quantity .group-btn {
  margin-bottom: 17px;
}
.modal-quick-view .tf-product-info-wrap .tf-product-total-quantity .more-choose-payment {
  margin-top: 7px;
}
.modal-quick-view .tf-product-info-wrap .view-details {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
}
.modal-quick-view .tf-product-info-wrap .view-details .icon {
  font-size: 12px;
}

.popup-style-1 {
  width: 100% !important;
  max-width: 340px;
}
.popup-style-1 .popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--dark);
  border-bottom: 0;
  border-radius: 0;
}
.popup-style-1 .popup-header::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1px;
  background-color: var(--bg-dark);
  left: 32px;
  right: 32px;
}
.popup-style-1 .popup-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  overflow-y: auto;
}

.form-login {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.form-login .text {
  margin-bottom: 24px;
}
.form-login .button-wrap {
  display: flex;
  gap: 10px;
}
.form-login .bot a {
  text-decoration: underline;
}
.form-login .bot a:hover {
  color: var(--primary) !important;
}

.popup-login {
  width: 100%;
}
.popup-login .other-login p {
  margin-bottom: 24px;
}
.popup-login .other-login a {
  padding: 14px;
  position: relative;
  text-align: center;
  background-color: #3b5998;
  border-radius: 99px;
  color: var(--white);
}
.popup-login .other-login a .icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.modal-dialog-centered .icon-close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  padding: 15px;
  z-index: 123;
}

.popup-search .header {
  position: fixed;
  padding: 8px 15px;
  display: flex;
  justify-content: flex-end;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--white);
}
.popup-search .modal-content {
  overflow-y: auto;
  padding: 68px 0;
  height: 100%;
  border-radius: 0;
}
.popup-search .looking-for-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.popup-search .heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--dark);
}
.popup-search .form-search {
  margin-bottom: 32px;
}
.popup-search .form-search input {
  border-radius: 5px;
  font-size: 14px;
  line-height: 120%;
  background: transparent;
  border: 1px solid var(--bg-dark);
  color: var(--dark);
}
.popup-search .form-search button {
  right: 20px;
}
.popup-search .popular-searches {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  line-height: 120%;
  color: var(--dark);
}
.popup-search .popular-searches ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.popup-search .popular-searches ul a {
  padding: 9px 19px;
  border-radius: var(--border-radius);
  background-color: var(--bg-light);
  border: 1px solid var(--bg-dark);
  color: var(--dark);
}

.modal-compare .modal-dialog {
  max-width: 1194px;
}
.modal-compare .modal-content {
  border-radius: var(--border-radius);
  padding: 48px 30px 29px 30px;
}
.modal-compare .title {
  line-height: 29px;
  margin-bottom: 45px;
}
.modal-compare .tf-compare-inner {
  overflow-x: auto;
  margin-bottom: 22px;
  padding-bottom: 20px;
}
.modal-compare .tf-compare-inner::-webkit-scrollbar {
  height: 8px;
}
.modal-compare .tf-compare-inner::-webkit-scrollbar-thumb {
  background: var(--primary);
}
.modal-compare .tf-compare-inner::-webkit-scrollbar-track {
  background: var(--bg-light);
}
.modal-compare .tf-compare-list {
  display: flex;
  gap: 24px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.modal-compare .tf-compare-item {
  width: 232px;
  min-width: 232px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
.modal-compare .tf-compare-item .icon-close {
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--bg-light);
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-compare .tf-compare-item .image {
  border-radius: 16px;
  max-height: 328px;
  overflow: hidden;
}
.modal-compare .tf-compare-item .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-compare .tf-compare-item .content .text-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.modal-compare .tf-compare-item .content .price-wrap {
  font-weight: 500;
  font-size: 16px;
}
.modal-compare .tf-compare-buttons {
  display: flex;
  gap: 20px;
}
.modal-compare .tf-compare-buttons .tf-btn {
  max-width: 190px;
  width: 100%;
  font-weight: 600;
}

.tf-toolbar-bottom {
  display: none;
  padding: 17px 0;
  position: fixed;
  z-index: 200;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid var(--bg-dark);
  background-color: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(163, 163, 163, 0.2784313725);
}
.tf-toolbar-bottom .toolbar-item {
  flex: 1 0 20%;
  position: relative;
}
.tf-toolbar-bottom .toolbar-item a {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tf-toolbar-bottom .toolbar-item a .toolbar-icon {
  position: relative;
  text-align: center;
  font-size: 20px;
}
.tf-toolbar-bottom .toolbar-item a .toolbar-count {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  color: var(--white);
}

.header-default .wrapper-header {
  min-height: 64px;
}
.header-default .box-nav-menu {
  gap: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-default .box-nav-menu .item-link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: var(--dark);
}
.header-default .box-nav-menu .item-link .icon {
  font-size: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-default .box-nav-menu .item-link::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 40px);
  height: 86px;
  display: none;
  background: transparent;
}
.header-default .box-nav-menu .menu-item {
  padding: 33px 0px;
}
.header-default .box-nav-menu .menu-item:hover .item-link {
  color: var(--primary);
}
.header-default .box-nav-menu .menu-item:hover .item-link .icon {
  transform: rotate(180deg);
  color: var(--primary);
}
.header-default .box-nav-menu .menu-item:hover .item-link::after {
  display: block;
}
.header-default .nav-icon {
  gap: 16px;
}
.header-default .nav-icon .nav-icon-item {
  font-size: 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header-default .nav-icon .nav-icon-item:hover {
  color: var(--primary);
}
.header-default .nav-icon .nav-icon-item .count-box {
  position: absolute;
  height: 16px;
  width: 16px;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 16px;
  z-index: 2;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  color: var(--white);
  background-color: var(--primary);
  text-align: center;
  white-space: nowrap;
  margin-top: 3px;
  margin-right: 3px;
  display: block;
}
.header-default .nav-icon .nav-wishlist .count-box {
  padding-left: 4px;
}
.header-default .mobile-menu {
  display: inline-flex;
}
.header-default .mobile-menu i {
  font-size: 20px;
}



.box-nav-menu .sub-menu {
  pointer-events: none;
  position: absolute;
  background-color: var(--white);
  min-width: max-content;
  z-index: 999;
  visibility: hidden;
  text-align: left;
  padding: 20px 30px 20px 20px;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  transform: translateX(0px) translateY(10px);
  box-shadow: var(--shadow1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.box-nav-menu .menu-item:hover > .sub-menu {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0px) translateY(0px);
}
.box-nav-menu .menu-list li:not(:last-child) {
  margin-bottom: 17px;
}
.box-nav-menu .menu-list .menu-link-text {
  font-size: 14px;
  line-height: 25px;
  color: var(--dark);
  display: flex;
  align-items: center;
  font-weight: 500;
  text-align: start;
}
.box-nav-menu .sub-menu-style-3 {
  display: flex;
  gap: 20px;
  min-width: 552px;
  padding: 20px 25px 20px 25px;
  left: -50px;
}
.box-nav-menu .sub-menu-style-3 .menu-list {
  margin-top: 16px;
  width: 45%;
}


header {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  right: 0;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 888;
  background-color: var(--white);
}
header.header-bg {
  background-color: var(--white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.canvas-mb {
  width: 100% !important;
  max-width: min(90%, 320px);
  border-right: 0 !important;
}
.canvas-mb .mb-canvas-content {
  padding-top: 60px;
  min-width: 100%;
  max-width: min(90%, 320px);
  grid-auto-rows: minmax(0, 1fr) auto;
  isolation: isolate;
  height: 100%;
  width: 100%;
  display: grid;
  align-content: start;
}
.canvas-mb .mb-body {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bg-light);
  overscroll-behavior-y: contain;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.canvas-mb .icon-close-popup {
  position: absolute;
  font-size: 16px;
  z-index: 3;
  top: 15px;
  left: 15px;
  background-color: transparent;
  border: none;
  height: 30px;
  width: 30px;
  padding: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--dark);
}
.canvas-mb .site-nav-icon {
  padding: 0 10px;
  line-height: 40px;
  border: solid 1px var(--bg-light);
  gap: 6px;
  background-color: var(--bg-light);
  color: var(--dark);
  border-radius: var(--border-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}
.canvas-mb .site-nav-icon .icon {
  font-size: 18px;
}
.canvas-mb .site-nav-icon:hover {
  color: var(--white);
  background-color: var(--dark);
  border-color: var(--dark);
}
.canvas-mb .mb-other-content .group-icon {
  margin-top: 10px;
  display: grid;
  flex-wrap: wrap;
  gap: 10px;
}
.canvas-mb .mb-other-content .text-need {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
}
.canvas-mb .mb-other-content .mb-info li {
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: var(--dark);
  gap: 4px;
}
.canvas-mb .mb-other-content .mb-info li:not(:last-child) {
  margin-bottom: 8px;
}
.canvas-mb .mb-other-content .mb-contact {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}
.canvas-mb .mb-other-content .mb-contact p {
  font-size: 14px;
  line-height: 22px;
  color: var(--dark);
}
.nav-ul-mb .nav-mb-item .mb-menu-link:not(.collapsed) .btn-open-sub::before {
    transform: rotate(90deg);
}
.nav-ul-mb .nav-mb-item {
  padding: 2px 0px;
}
.nav-ul-mb .nav-mb-item:not(:last-child) {
  border-bottom: 1px solid var(--bg-light);
}
.nav-ul-mb .nav-mb-item .mb-menu-link {
  min-height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-ul-mb .btn-open-sub {
  position: relative;
  width: 20px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-ul-mb .btn-open-sub:after, .nav-ul-mb .btn-open-sub::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--dark);
  transition: 0.4s ease 0.1s;
  margin: auto;
}
.nav-ul-mb .btn-open-sub::before {
  width: 2px;
  height: 12px;
}
.nav-ul-mb .btn-open-sub::after {
  width: 12px;
  height: 2px;
}
.nav-ul-mb .sub-nav-menu {
  padding-left: 10px;
  margin-bottom: 15px;
}
.nav-ul-mb .sub-menu-level-2 {
  margin-bottom: 5px;
}
.nav-ul-mb .sub-menu-level-2 .sub-nav-link {
  position: relative;
  max-width: max-content;
}
.nav-ul-mb .sub-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  line-height: 22px;
  font-size: 14px;
  color: var(--dark);
  text-transform: capitalize;
  margin-bottom: 8px;
}
.nav-ul-mb .sub-nav-link .btn-open-sub::after, .nav-ul-mb .sub-nav-link .btn-open-sub::before {
  background-color: var(--dark);
}
.footer-bg .tf-social-icon .social-item:not(:hover) {
  border-color: #989898;
  color: var(--white);
}
.s-blog-single {
  padding-top: 100px;
  padding-bottom: 60px;
}

.tf-product-info-wrap {
  display: grid;
  gap: 32px;
}
.tf-product-info-wrap .tf-product-heading {
  border-bottom: 1px solid var(--bg-light);
  padding-bottom: 24px;
  display: grid;
  gap: 12px;
}
.tf-product-info-wrap .product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-weight: 500;
}
.tf-product-info-wrap .product-price .price-new {
  color: var(--primary);
}
.tf-product-info-wrap .product-price .price-old {
  color: var(--bg-siyah);
  text-decoration: line-through;
}
.tf-product-info-wrap .badge-sale {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background-color: var(--primary);
  border-radius: var(--border-radius);
  padding: 5px 10px;
  color: var(--white);
}
.tf-product-info-wrap .tf-product-variant {
  display: grid;
  gap: 24px;
}
.tf-product-info-wrap .tf-product-variant .variant-picker-label {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark);
}
.tf-product-info-wrap .tf-product-variant .variant-picker-label-value {
  text-transform: capitalize;
  margin-left: 4px;
  font-weight: 500;
}
.tf-product-info-wrap .variant-color .variant-picker-values {
  display: flex;
  gap: 12px;
}
.tf-product-info-wrap .variant-color .color-btn:not(.select-item) {
  position: relative;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.tf-product-info-wrap .variant-color .color-btn:not(.select-item) .check-color {
  width: 32px;
  height: 32px;
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-product-info-wrap .variant-color .color-btn:not(.select-item).active {
  border-color: var(--dark-2);
}
.tf-product-info-wrap .variant-size .variant-picker-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.tf-product-info-wrap .variant-size .variant-picker-values {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.tf-product-info-wrap .variant-size .size-btn:not(.select-item) {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--bg-light);
  font-size: 20px;
  line-height: 30px;
  color: var(--dark);
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tf-product-info-wrap .variant-size .size-btn:not(.select-item).active {
  border-color: var(--dark);
}
.tf-product-info-wrap .tf-product-total-quantity .group-btn {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tf-product-info-wrap .tf-product-total-quantity .group-btn .tf-btn {
  flex-grow: 1;
}
.tf-product-info-wrap .tf-product-total-quantity .tf-btn {
  text-transform: none;
}
.tf-product-info-wrap .tf-product-total-quantity .more-choose-payment {
  margin-top: 12px;
  display: block;
  text-align: center;
  text-decoration: underline;
}


/* custom rating */

.list-rating-check:not(:checked) > input {
  position: absolute;
  opacity: 0;
}

.list-rating-check:not(:checked) > label {
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
  width: 15px;
  color: #d2d2d2;
  transition: all 0.2s ease-in-out;
}

.list-rating-check:not(:checked) > label:before {
  font-family: "icomoon";
  content: "\e95b";
}

.list-rating-check:not(:checked) > label:hover,
.list-rating-check:not(:checked) > label:hover ~ label {
  color: var(--dark);
}
.popup-shopping-cart .wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.popup-shopping-cart .tf-mini-cart-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.popup-shopping-cart .tf-mini-cart-bottom {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  flex-shrink: 0;
}
.popup-shopping-cart .tf-mini-cart-bottom-wrap {
  padding: 24px 32px 34px;
}
.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-tax {
  opacity: 0.8;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--bg-dark);
  margin-bottom: 15px;
}
.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout {
  display: flex;
  gap: 10px;
}
.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout .tf-btn {
  text-transform: none;
}
.popup-shopping-cart .popup-header .icon-close-popup {
  padding-right: 0;
}

.tf-mini-cart-main {
  flex: 1 1 auto;
  position: relative;
}

.tf-mini-cart-sroll {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
.tf-mini-cart-sroll::-webkit-scrollbar {
  width: 4px;
}
.tf-mini-cart-sroll::-webkit-scrollbar-thumb {
  background: var(--primary);
}
.tf-mini-cart-sroll::-webkit-scrollbar-track {
  background: var(--bg-light);
}

.tf-mini-cart-items {
  display: flex;
  gap: 12px;
  margin-top: 15px;
  flex-direction: column;
}

.tf-mini-cart-item {
  padding: 0 32px;
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--bg-dark);
}
.tf-mini-cart-item .tf-mini-cart-image {
  display: block;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--primary);
  padding: 4px;
}
.tf-mini-cart-item .tf-mini-cart-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.tf-mini-cart-item .tf-mini-cart-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.tf-mini-cart-item .tf-mini-cart-info {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}

.tf-mini-cart-item .remove {
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-mini-cart-item .remove:hover {
  color: var(--primary);
}
.tf-page-cart-sidebar .feedback-box .check-exp:has(.tf-check-rounded:checked) .text-exp {
  color: var(--dark);
}
.tf-checkout-cart-main .check-ship:has(.tf-check-rounded:checked) {
  border-color: var(--primary);
}
.tf-checkout-cart-main .check-ship:has(.tf-check-rounded:checked) .text {
  color: var(--bg-siyah);
}
.s-blog-single .content {
  margin-bottom: 80px;
}
.s-blog-single .content .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark);
  max-width: 1008px;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 42px;
  text-align: center;
}
.s-contact.style-2 .content-left .tf-social-icon .social-item:not(:hover) {
  background-color: transparent;
  border-color: var(--white);
}

.tf-compare-item {
  display: grid;
  gap: 15px;
  padding: 20px 15px;
}
.tf-compare-item .icon-close {
  font-size: 8px;
}
.tf-compare-item .content {
  display: grid;
  gap: 10px;
}




/* MANŞET-1 */
.nova-one-cikan-bg {
    background: var(--primary-4);
    padding: 30px 0
}
.list-users-02 ul.images {
    padding: 0;
    margin: 0;
    margin-right: 10px;
    display: inline-block;
    float: left
}

.list-users-02 ul.images li {
    position: relative;
    list-style: none;
    display: inline-block
}

.list-users-02 ul.images li img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.list-users-02 p {
    color: #d2d1d1;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 40px;
    display: inline-block
}

.list-users-02 p span {
    color: #fff
}

#section-slider.slider02 .thumbnail-1 {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    float: left
}

/* KUTU ÖLÇÜLERİ */
#section-slider.slider02 .thumbnail-1.v1 {
    height: 550px;
}

#section-slider.slider02 .thumbnail-1.v2,
#section-slider.slider02 .thumbnail-1.v3 {
    max-width: 350px;
    height: 550px;
}


/* GAP UYGULAMASI (Kapsayıcıya) */
#section-slider.slider02 .manset-kapla {
    display: flex;
    gap: 20px;
    justify-content: center;
}


#section-slider.slider02 .thumbnail-1 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    border-radius: var(--border-radius-img);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#section-slider.slider02 .list-users-02 ul.images li img {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
}

#section-slider.slider02 .list-users-02 p {
    line-height: 30px
}

#section-slider.slider02 .list-users-02 h3 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin: 10px 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

#section-slider.slider02 .thumbnail-1.v2 .list-users-02 h3,#section-slider.slider02 .thumbnail-1.v3 .list-users-02 h3 {
    font-size: 16px
}

#section-slider.slider02 svg {
    width: 21px;
    height: 21px;
    fill: #dcdcdc;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

#section-slider.slider02 .like {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin-left: 0;
    display: inline-block
}

#section-slider.slider02 .like span {
    margin-right: 5px
}

#section-slider.slider02 .like span i {
    font-size: 13px;
    margin-right: 5px
}

#section-slider.slider02 .thumbnail-1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 -210px 150px -70px #393e46;
    box-shadow: inset 0 -210px 150px -70px #393e46;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

#section-slider.slider02 .thumbnail-1 a:hover .overlay {
    -webkit-box-shadow: inset 0 -210px 150px -70px var(--primary);
    box-shadow: inset 0 -210px 150px -70px var(--primary);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

#section-slider.slider02 .thumbnail-1 .overlay .overlay-content {
    bottom: -35px;
    padding: 0 30px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

#section-slider.slider02 .thumbnail-1:hover .overlay .overlay-content {
    bottom: 45px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}




/* MANŞET-1 */
















.arse_slider-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    float: left;
    border-radius: var(--border-radius);
    background: center/cover no-repeat scroll;
}

.arse_slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.arse_slider-overlay .title a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.arse-slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 30px;
}

.arse_slider-overlay::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
    transition: opacity 0.2s;
    backface-visibility: hidden;
}

.arse_slider-item:hover .arse_slider-overlay::after {
    opacity: 0.8;
}

.arse_content-cover {
    height: 480px;
}

.arse_content-cover .arse_slider-overlay {
    display: flex;
    align-items: flex-end;
    padding: 30px;
    background-position: center;
}

.arse_content-cover .arse-slider-content {
    position: relative;
    padding: 1em 0;
}

.arse_entry-header {
    padding: 2.5em;
}

.arse_content-cover .arse_entry-header {
    padding: 0;
}

.arse_entry-header .title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #171717;
    font-weight: 500;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.arse_entry-meta {
    display: inline-block;
    width: 100%;
}

.arse_entry-meta .arse_entry-meta-left {
    width: 100%;
}

.arse_entry-meta span {
    position: relative;
    margin-right: 15px;
    font-size: 14px;
    color: #888;
}

.arse_slider-overlay .arse_entry-meta span {
    color: #ddd;
}

.arse_entry-meta-left a {
    color: #fff;
    font-weight: 600;
}

.arse_content-cover .arse_entry-header .arse_entry-meta-left a {
    color: #fff;
}

.arse_entry-meta-left img {
    border-radius: 100%;
    margin-right: 5px;
    vertical-align: -5px;
}

.arse_entry-meta i {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: -1px;
}

.arse_content-cover .arse_entry-meta i {
    color: #fff;
}

.arse_content-cover .arse_entry-header p {
    color: rgba(255, 255, 255, 0.8);
}

.arse_breadcrumb li > a:not(:hover) {
    color: rgba(0, 0, 0, 0.6);
}

.arse-slider-content .arse_breadcrumb li > a:not(:hover) {
    color: rgba(255, 255, 255, 0.7);
}

.arse_block > :not(.arse_block-title..arse_head_style-3) .owl-dots {
    top: -25px;
}

#arse_shortcode_gallery .owl-nav [class*=owl-]:not(:hover) {
    background: #f8f8f8;
}

.nays-manset {
  background-color: var(--white);
  padding: 20px;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.nays-manset .nays-card {
  border: none;
  margin-bottom: 10px;
  background-color: transparent;
}
.nays-manset .nays-card:last-child {
  margin-bottom: 0px;
}
.nays-manset .nays-card  img {
    object-fit: cover;
    width: 80px;
    height: 80px;
    border-radius: 100% !important;
    border: 7px solid var(--primary-4);
}

.nays-manset .blog-widget-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--dark);
  transition: all linear .3s;
}

.nays-manset .blog-widget-text a {
  color: var(--dark);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary-4));
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  display: inline;
}

.nays-manset .blog-widget-text a:hover {
  color: var(--primary);
  background-size: 0 2px, 100% 2px;
}


/* ARSE MANŞET WİDGETS-2 */
  .arse-manset-widget-2-container {
      position: relative;
      overflow: hidden;
      border-radius: 0 0 var(--border-radius) var(--border-radius);
  }

  .arse-manset-widget-2-wrapper {
      display: flex;
      transition: transform 0.5s ease-in-out;
  }

  .arse-manset-widget-2-slide {
      min-width: 100%;
      position: relative;
  }

  .arse-manset-widget-2-slide img {
      width: 100%;
      height: 430px;
      object-fit: cover;
      border-radius: 5px 5px 0 0;
      filter: blur(0px) brightness(0.4);
  }
   .arse-manset-widget-2-container:hover .arse-manset-widget-2-slide img {
      filter: blur(0px) brightness(0.6);
      transition: var(--arse-transition);
  }

  .arse-manset-widget-2-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 55px;
      border-radius: var(--border-radius) var(--border-radius) 0 0;
      background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  }

  .arse-manset-widget-2-category a {
      display: inline-block;
      background: var(--primary);
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      padding: 6px 15px;
      border-radius: var(--border-radius);
      margin-bottom: 10px;
      text-decoration: none;
  }

  .arse-manset-widget-2-title a {

      font-size: 22px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,#fff,#fff,#fff);
      background-size: 100% 2px, 0 2px;
      background-position: 100% 100%, 0 100%;
      background-repeat: no-repeat;
      transition: background-size 400ms;
      display: inline;
  }

  .arse-manset-widget-2-title a:hover {
      background-size: 0 2px, 100% 2px;
  }

  .arse-manset-widget-2-date {
      font-size: 14px;
      color: #dbdbdb;
  }
  .arse-manset-widget-2-meta {
      display: flex;
      align-items: center;
      gap: 15px;
      flex-wrap: wrap;
      margin-top: 10px;
  }

  .arse-manset-widget-2-author {
      display: flex;
      align-items: center;
  }

  .arse-manset-widget-2-author img {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      margin-right: 10px;
      object-fit: cover;
      border: 2px solid #fff;
  }

  .arse-manset-widget-2-author span a {
      font-size: 14px;
      color: #dbdbdb;
      text-decoration: none;
      font-weight: 500;
  }

  .arse-manset-widget-2-author span a:hover {
      color: var(--primary);
      transition: var(--arse-transition);
  }

  .arse-manset-widget-2-nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 60px;
      background: rgba(0,0,0,0.5);
      color: #fff;
      border-radius: var(--border-radius);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      user-select: none;
      opacity: 0;
      transition: opacity 0.3s ease;
  }

  .arse-manset-widget-2-container:hover .arse-manset-widget-2-nav-button {
      opacity: 1;
  }

  .arse-manset-widget-2-prev { left: 5px; }
  .arse-manset-widget-2-next { right: 5px; }

  .arse-manset-widget-2-pagination {
      display: flex;
      justify-content: center;
      background-color: #111;
  }

  .arse-manset-widget-2-pagination div {
      width: 100%;
      height: 50px;
      line-height: 50px;
      background: #222;
      color: #fff;
      text-align: center;
      font-weight: bold;
      cursor: pointer;
  }
  .arse-manset-widget-2-pagination div:hover {
    background: #1a1a1a;
  }
  .arse-manset-widget-2-pagination .active {
      background: var(--primary);
  }


/* ARSE MANŞET WİDGETS-2 */




.arse-blog-post {
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background: var(--white);
    box-shadow: var(--box-shadow);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.arse-blog-post:hover {
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
}

.arse-blog-post .image img {
    position: relative;
    width: 300px;
    height: 165px;
    object-fit: cover;
    border-radius: var(--border-radius-img);
}

.arse-blog-post .content {
    width: 100%;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid var(--bg-dark);
}

.arse-blog-post .content h2 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.arse-blog-post .content h2 a {
    letter-spacing: -.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--dark);
    transition: all linear .3s;
}

.arse-blog-post .content h2 a:hover {
    color: var(--arse-renk-bir);
}

.arse-blog-post .content p {
    color: var(--dark);
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.arse-blog-post .meta {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    display: flex;
    list-style: none;
}

.arse-blog-post .meta i {
    font-size: 12px;
    margin-right: 3px;
}

.arse-blog-post .meta li {
    margin: 0 10px 0 0;
}



.arse-sidebar-widgets-title {
  color: var(--dark);
  padding-bottom: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid var(--bg-dark);
  font-size: 15px;
}
.arse-sidebar-widgets-title::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  width: 100px;
  height: 2px;
  background: var(--primary);
}
.arse-sidebar-widgets {
  margin-bottom: 20px;
  padding: 20px;
  background: var(--white);
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  border-radius: var(--border-radius);
}

.arse-sidebar-widgets:last-child {
    position: sticky;
    top: 100px;
    margin-bottom: 0;
}



/* ARSE SİDEBAR WİDGET-3 */
  .arse-sidebar-widgets-3-container {
    counter-reset: postNumber;
  }
  .arse-sidebar-widgets-3-post {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid var(--bg-dark);
    transition: background 0.3s ease;
    color: var(--dark);
    min-height: 111px;
  }
  .arse-sidebar-widgets-3-post:last-child {
    border: none;
  }
  .arse-sidebar-widgets-3-post::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: var(--border-radius-img);
  }
  .arse-sidebar-widgets-3-post.first::after {
    opacity: 1;
  }
  .arse-sidebar-widgets-3-post:hover::after {
    opacity: 1;
  }
  .arse-sidebar-widgets-3-container:hover .arse-sidebar-widgets-3-post.first::after {
    opacity: 0;
  }
  .arse-sidebar-widgets-3-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    border-radius: var(--border-radius-img);
  }
  .arse-sidebar-widgets-3-post.first .arse-sidebar-widgets-3-img {
    opacity: 1;
  }
  .arse-sidebar-widgets-3-container:hover .arse-sidebar-widgets-3-post.first .arse-sidebar-widgets-3-img {
    opacity: 0;
  }
  .arse-sidebar-widgets-3-post:hover .arse-sidebar-widgets-3-img {
    opacity: 1 !important;
  }
  .arse-sidebar-widgets-3-post::before {
    counter-increment: postNumber;
    content: counter(postNumber);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 40px;
    height: 40px;
    background: var(--bg-light);
    border-radius: var(--border-radius);
    margin-right: 15px;
    flex-shrink: 0;
    z-index: 2;
    position: relative;
  }
  .arse-sidebar-widgets-3-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    flex: 1;
  }
  .arse-sidebar-widgets-3-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .arse-sidebar-widgets-3-title a {
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .arse-sidebar-widgets-3-meta {
    font-size: 13px;
    color: var(--dark);
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .arse-sidebar-widgets-3-meta i {
    margin-right: 4px;
  }
  .arse-sidebar-widgets-3-post.first .arse-sidebar-widgets-3-title,
  .arse-sidebar-widgets-3-post.first .arse-sidebar-widgets-3-meta {
    color: #fff;
  }
  .arse-sidebar-widgets-3-container:hover .arse-sidebar-widgets-3-post.first:not(:hover) .arse-sidebar-widgets-3-title,
  .arse-sidebar-widgets-3-container:hover .arse-sidebar-widgets-3-post.first:not(:hover) .arse-sidebar-widgets-3-meta {
    color: var(--dark);
  }
  .arse-sidebar-widgets-3-post:hover .arse-sidebar-widgets-3-title,
  .arse-sidebar-widgets-3-post:hover .arse-sidebar-widgets-3-meta {
    color: #fff;
  }
/* ARSE SİDEBAR WİDGET-3 */




.arse-3lu-bg {
    background: var(--primary-4);
    padding: 30px 0 0 0;
}
.arse-3lu-widgets {
    margin-bottom: 30px;
    padding: 20px;
    background: var(--white);
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
}
.arse-3lu-widgets-title {
    color: var(--dark);
    padding-bottom: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid var(--bg-dark);
}
.arse-3lu-widgets-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: var(--primary);
}
.arse-3lu-featured-list {
    position: relative;
    counter-reset: number-count;
}
.arse-3lu-featured-list-item {
    position: relative;
}
.arse-3lu-featured-list-item-box {
    width: 100%;
}
.arse-3lu-featured-image-wrap {
    display: none;
}
.arse-3lu-featured-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.arse-3lu-featured-list-content {
    position: relative;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.arse-3lu-featured-list-counter {
    counter-increment: number-count;
    height: 45px;
    min-width: 45px;
    width: 45px;
    background: var(--bg-dark);
    text-align: center;
    border-radius: 80px;
    position: relative;
    display: inline-table;
    margin-right: 15px;
}
.arse-3lu-featured-list-counter:before {
    content: counter(number-count);
    color: var(--dark);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.arse-3lu-featured-list-title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.arse-3lu-featured-list-title a {
    background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary));
    background-size: 100% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
    display: inline;
}
.arse-3lu-featured-list-title a:hover {
    color: var(--primary);
    background-size: 0 2px, 100% 2px;
}
.arse-3lu-featured-meta {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 11px;
    line-height: 1;
    padding-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-image-wrap {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-img);
}
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-image-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #2B2D42 0, rgba(141, 153, 174, 0.1) 100%);
    transition: background 0.3s ease;
}
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-list-content {
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
}
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-list-title a {
    color: #fff;
}
.arse-3lu-featured-list-item:nth-child(2) .arse-3lu-featured-list-content {
    padding-top: 20px;
}
.arse-3lu-featured-list-item:nth-last-child(1) .arse-3lu-featured-list-content {
    padding-bottom: 20px;
}
.arse-3lu-featured-list-item:nth-child(1) .arse-3lu-featured-meta {
    color: #EDF2F4;
}







    .tab-container {
      border-radius: var(--border-radius);
      box-shadow: var(--box-shadow);
      overflow: hidden;
      background-color: var(--white);
      max-width: 100%;
      margin-bottom: 20px;
    }

    .custom-tabs {
      display: flex;
    flex-wrap: wrap;
    background: var(--white);
    border-radius: var(--border-radius) var(--border-radius) 0px 0px;
    }

    .custom-tabs button {
          flex: 1;
      padding: 16px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      text-align: center;
      box-shadow: 0 2px 0 transparent;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer;
      transition: 0.3s;
      border: none;
      border-radius: var(--border-radius) var(--border-radius) 0px 0px;
      background-color: var(--white);
      color: var(--dark);
    }

    .custom-tabs .active-tab {
      background-color: var(--primary);
      color: #fff;
    }

    .tab-content {
      padding: 20px;
    }

    .sidebar-item {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 7px;
      text-decoration: none;
      color: inherit;
      border-bottom: 1px solid var(--bg-dark);
      padding-bottom: 7px;
    }
    .sidebar-item:last-child {
      margin-bottom: 0px;
      padding-bottom: 0;
      border: none;
    }


    .sidebar-item img {
          object-fit: cover;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 7px solid var(--primary-4);
    }


    .sidebar-title h3 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;


    }

    .sidebar-title h3 a{
      font-size: 14px;
      line-height: 24px;
      font-weight: 500;


      background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary));
      background-size: 100% 2px, 0 2px;
      background-position: 100% 100%, 0 100%;
      background-repeat: no-repeat;
      transition: background-size 400ms;
      display: inline;

    }
    .sidebar-title h3 a:hover {
      color: var(--primary);
      background-size: 0 2px, 100% 2px;
    }






/* SİDEBAR KATEGORİ KODU BAŞLA */
  .arse-kategori ul {
    margin: 0 !important;
    padding: 0 !important;
  }
  .arse-kategori li {
    margin: 0 0 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: var(--bg-light);
    border-radius: var(--border-radius);
    padding: 10px;
    line-height: 30px;
    font-weight: 500;
    font-size: 14px;
    color: var(--dark);
    text-transform: capitalize;
  }
  .arse-kategori li:last-child {
    margin: 0px;
  }
  .arse-kategori li:hover {
    background: var(--bg-dark);
    color: var(--primary);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
  }
  .arse-kategori li a {
    font-size: 14px;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
  }
  .arse-kategori li span {
    padding: 0 10px;
  }
  .arse-kategori li a i {
    font-size: 13px;
    margin-right: 3px;
  }
  .arse-kategori li a:hover {
    color: var(--primary);
  }
/* SİDEBAR KATEGORİ KODU BİTTİ */


.post-pagination {
    width:100%;
    font-size: 14px;
    font-weight: 500;
}
.post-pagination nav.pagination {
    display:block
}
.post-pagination nav.pagination ul {
    position:relative;
    display:flex;
    list-style:none;
    flex-wrap:wrap;
    align-items:center;
    margin:-3px;
    padding:0
}
.post-pagination nav.pagination ul li {
    margin:3px
}
.post-pagination nav.pagination ul li span {
    line-height:42px;
    min-width:42px;
    text-align:center;
    color:var(--dark);
    transition:all .5s;
    display:block;
    padding:0 15px;
    transition:all .5s;
    border:1px solid var(--bg-dark);
    border-radius:var(--border-radius);
}
.post-pagination nav.pagination ul li span.current {
    background:var(--primary);
    color:#fff;
    border-color:var(--primary)
}
.post-pagination nav.pagination ul li a {
    line-height:42px;
    min-width:42px;
    text-align:center;
    color:var(--dark);
    display:block;
    padding:0 15px;
    transition:all .5s;
    border:1px solid var(--bg-dark);
    border-radius:var(--border-radius);
    background: var(--white);
}
.post-pagination nav.pagination ul li a i {
    display: flex;
    align-items: center;
    height: 42px;
}
.post-pagination nav.pagination ul li a:hover {
    background:var(--primary);
    color:#fff;
    border-color:var(--primary)
}








.arse-blog-post-3-card {
  background-color: var(--white);
  border-radius: var(--border-radius);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  position: relative;
}

.arse-blog-post-3-card:hover .arse-blog-post-3-overlay {
  opacity: 1;
  visibility: visible;
}
.arse-blog-post-3-card:hover .arse-blog-post-3-title a {
  color: var(--primary);
  transition: 0.3s ease-in-out;
  background-size: 0 2px, 100% 2px;
}
.arse-blog-post-3-card-image-wrapper {
  position: relative;
}

.arse-blog-post-3-card-image {
  width: 300px;
  height: 165px;
  border-radius: var(--border-radius-img);
  object-fit: cover;
  display: block;
}

.arse-blog-post-3-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 165px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: var(--border-radius-img);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  font-size: 14px;
}

.arse-blog-post-3-card-content {
  flex: 1;
}

.arse-blog-post-3-title a,
.arse-blog-post-3-author a {
  text-decoration: none;
  color: inherit;
}

.arse-blog-post-3-title a {
  background: linear-gradient(to right,rgba(100,200,200,0),rgba(100,200,200,0)),linear-gradient(to right,var(--primary),var(--primary),var(--primary));
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  display: inline;
}





.arse-blog-post-3-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 10px;
      overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
    transition: color 0.2s ease-in-out;

}

.arse-blog-post-3-desc p {
  margin-top: 10px;
  font-size: 14px;
  color: var(--dark);
  margin-bottom: 16px;
      overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.arse-blog-post-3-author {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--dark);
}

.arse-blog-post-3-author img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 8px;
}
.arse-blog-post-3-author span {
  margin-right: 5px;
}





.arse-blog-post .content {
    width: 100%;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid var(--bg-dark);
}

.arse-blog-post .content h2:last-child {
  margin-bottom: 0px;
}



.arse-blog-post .meta {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    display: flex;
    list-style: none;
}

.arse-blog-post .meta i {
    font-size: 12px;
    margin-right: 3px;
}

.arse-blog-post .meta li {
    margin: 0 10px 0 0;
}




.arse-blog-post .content-2 h2 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.arse-blog-post .content-2 h2 a {
    letter-spacing: -.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--dark);
    transition: all linear .3s;
}

.arse-blog-post .content-2 h2 a:hover {
    color: var(--primary);
}

.arse-blog-post .content-2 p {
    color: var(--dark);
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.arse-blog-post-sira {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: var(--dark);
  background: var(--bg-light);
  font-weight: 700;
}








.blog-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.blog-post-grid {
  background: var(--white);
  border-radius: var(--border-radius);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.blog-post-grid:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.blog-post-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.grid-post-content {
  padding: 20px;
}

.blog-post-grid h2 {
  font-size: 16px;
}

.blog-post-grid h2 a {
  font-size: 16px;
  color: var(--dark);
  line-height: 25px;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-post-grid h2 a:hover {
  color: var(--primary);
  transition: all linear .3s;
}

.blog-post-grid p {
  font-size: 14px;
  color: var(--dark);
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.grid-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.grid-meta li {
  margin-right: 10px;
}

.grid-meta li i {
  font-size: 12px;
  margin-right: 3px;
}


/* ARSE TİCKER WİDGET BAŞLA */
  .arse-header-news {
    background: var(--primary);
  }
  .arse-news-container {
    overflow: hidden;
    height: 50px;
  }
  .arse-news-title {
    height: 100%;
    width: 50px;
    float: left;
    background: var(--primary-2);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
  .arse-news {
    overflow: hidden;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .arse-news li {
    line-height: 50px;
  }
  .arse-news li a {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-decoration: none;
  }
  .arse-news li a:hover {
    color: #fff;
  }
/* ARSE TİCKER WİDGET BİTTİ */



  /* ARSE BURÇ WİDGET BAŞLA */
  .burclar-bolumu {
    padding: 20px;
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    overflow-x: auto;
  }

  .burclar-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 13px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .burclar-sidebar-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
    gap: 5px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .burc-kart {
    text-align: center;
    transition: transform 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
  }

  .burc-kart img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: cover;
    border-radius: var(--border-radius-img);
    border: 2px solid var(--primary-4);
    transition: border-color 0.2s;
    max-width: 64px;
    max-height: 64px;
  }

  .burc-kart span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
  }

  .burc-kart:hover img {
    border-color: var(--primary);
  }

  .burc-kart:hover span {
    color: var(--primary);
  }
  .pars-mt:first-child, .pars-mt:last-child {
    margin: 0;
  }
  .pars-mt {
    margin-top: 20px;
  }


/* ARSE BURÇ WİDGET BİTTİ */
.pars-burc-1-wrap3 {
  padding: 18px 12px;
  background: #212121;
}
.pars-burc-1-container3 {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.pars-burc-1-container3::-webkit-scrollbar {display:none;}
.pars-burc-1-card3 {
  background: #2b2b2b;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  min-width: 92px;
  flex: 0 0 92px;
  text-align: center;
  padding: 13px 7px 7px 7px;
  transition: background 0.2s, box-shadow 0.18s;
  text-decoration: none;
  scroll-snap-align: start;
}
.pars-burc-1-card3 img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: var(--border-radius-img);
  margin-bottom: 6px;
  border: 2px solid #1e1e1e;
  padding: 10px;
  transition: border-color .15s;
}
.pars-burc-1-card3 span {
  display: block;
  font-size: 13px;
  color: #adadad;
  font-weight: 500;
  letter-spacing: .02em;
}
.pars-burc-1-card3:hover,
.pars-burc-1-card3:focus {
  background: #fff;
}
.pars-burc-1-card3:hover img,
.pars-burc-1-card3:focus img {
  border-color: #000000;
}
.pars-burc-1-card3:hover span,
.pars-burc-1-card3:focus span {
  color: #000000;
}


.pars-burc-1-container1 {
display: flex;
gap: 15px;
overflow-x: auto;
flex-wrap: nowrap;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.pars-burc-1-container1::-webkit-scrollbar {display:none;}
.pars-burc-1-card1 {
background: var(--white);
border-radius: var(--border-radius);
box-shadow: var(--box-shadow);
padding: 13px 8px 7px 8px;
min-width: 92px;
flex: 0 0 92px;
text-align: center;
transition: box-shadow 0.2s;
text-decoration: none;
scroll-snap-align: start;
}
.pars-burc-1-card1 img {
width: 50px;
height: 50px;
object-fit: cover;
padding:10px;
border-radius: var(--border-radius-img);
margin-bottom: 7px;
border: 2px solid var(--primary-4);
transition: border-color 0.18s;
}
.pars-burc-1-card1:hover {
box-shadow: var(--box-shadow);
border-color: var(--primary-4);
}
.pars-burc-1-card1:hover img {
border-color: var(--primary);
}
.pars-burc-1-card1 span {
display: block;
font-size: 14px;
font-weight: 500;
color: var(--dark);
}


.pars-modul-blog-area {
    background: var(--white, #fff);
    border-radius: var(--border-radius, 5px);
    box-shadow: var(--box-shadow, 0 2px 16px 0 rgba(0,0,0,.07));
    padding: 20px;
    margin: 20px 0 0 0;
}
.pars-modul-main-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    color: var(--dark);
    text-transform: uppercase;

}
.pars-modul-main-title::before {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pars-modul-articles {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.pars-modul-main-column, .pars-modul-side-column {
    flex: 1 1 385px;
    min-width: 320px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.pars-modul-main-card-figure {
    margin: 0;
}
.pars-modul-main-card-figure a {
  width: 100%;
}
.pars-modul-main-card-image {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: var(--border-radius-img);
    transition: transform 0.18s;
} 
.pars-modul-main-card-caption {
    padding: 10px 0 0 0;
}
.pars-modul-meta {
  margin-top: 10px;
}
.pars-modul-meta span {
  color: var(--dark);
  font-size: 13px;
  margin-right: 5px;
}
 .pars-modul-main-card-title {
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, var(--primary), var(--primary), var(--primary));
    background-size: 100% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
    display: inline;
}
.pars-modul-main-card-figure:hover .pars-modul-main-card-title {
    color: var(--primary);
    background-size: 0 2px, 100% 2px;
}
.pars-modul-list-card {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pars-modul-list-card-figure {
    flex-shrink: 0;
    margin: 0;
    position: relative;
}
.pars-modul-list-card-image {
    width: 100px;
    height: 60px;
    object-fit: cover;
    border-radius: var(--border-radius-img);
}
.pars-modul-list-card-title {
    color: #232323;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    transition: color 0.13s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pars-modul-list-card-title-link  {
    background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, var(--primary), var(--primary), var(--primary));
    background-size: 100% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
    display: inline;
}
.pars-modul-list-card-title-link:hover {
    color: var(--primary);
    background-size: 0 2px, 100% 2px;
}


/* ARSE SİDEBAR WİDGET-1 */
  .arse-sidebar-widgets-1-slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .arse-sidebar-widgets-1-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .arse-sidebar-widgets-1-card {
    min-width: 100%;
    overflow: hidden;
    font-size: 14px;
    position: relative;
  }
  .arse-sidebar-widgets-1-image-link img {
    width: 100%;
    height: 200px;
    display: block;
    border-radius: var(--border-radius-img);
  }
  .arse-sidebar-widgets-1-badge {
    position: absolute;
    background-color: var(--primary);
    color: var(--white);
    padding: 4px 10px;
    border-radius: var(--border-radius);
    font-size: 12px;
    top: 20px;
    left: 20px;
    text-decoration: none;
  }
  .arse-sidebar-widgets-1-content {
    padding: 20px 0 0 0;
  }
  .arse-sidebar-widgets-1-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--dark);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .arse-sidebar-widgets-1-title:hover {
    color: var(--primary);
  }
  .arse-sidebar-widgets-1-description {
    margin-top: 10px;
    font-size: 14px;
    color: var(--dark);
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .arse-sidebar-widgets-1-description p {
    margin: 0;
  }
  .arse-sidebar-widgets-1-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    padding-top: 10px;
    border-top: 1px solid var(--bg-dark);
  }
  .arse-sidebar-widgets-1-icon-group {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .arse-sidebar-widgets-1-icon-group span {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .arse-sidebar-widgets-1-nav {
    width: 30px;
    height: 45px;
    padding: 0;
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
    border-radius: var(--border-radius);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .arse-sidebar-widgets-1-prev {
    left: 10px;
  }
  .arse-sidebar-widgets-1-next {
    right: 10px;
  }
  .arse-sidebar-widgets-1-slider-wrapper:hover .arse-sidebar-widgets-1-nav {
    opacity: 1;
    pointer-events: auto;
  }
/* ARSE SİDEBAR WİDGET-1 */



/* PARS COOKİE */
.pars-cookie-popup {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 95%;
  max-width: 850px;
  z-index: 9999;
  background: var(--white);
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  padding: 0;
  font-family: inherit;
  display: none;
}

.pars-cookie-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 30px;
  width: 100%;
  box-sizing: border-box;
}

.pars-cookie-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 120px;
}

.pars-cookie-icon {
  font-size: 25px;
}

.pars-cookie-title {
  font-weight: 500;
  font-size: 15px;
  color: var(--primary);
}

.pars-cookie-center {
  flex: 1;
  font-size: 14px;
  color: var(--dark);
}
.pars-cookie-text a {
  color: var(--primary);
  text-decoration: underline;
  font-weight: 500;
}

.pars-cookie-right {
  display: flex;
  gap: 10px;
  min-width: 160px;
  justify-content: flex-end;
}

.pars-cookie-btn {
  border: none;
  border-radius: var(--border-radius);
  padding: 9px 20px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.18s;
  outline: none;
}

.pars-cookie-btn-accept {
  background: var(--primary);
  color: #fff;
}

.pars-cookie-btn-accept:hover {
  background: var(--primary-2);
}

.pars-cookie-btn-reject {
  background: var(--bg-light);
  color: var(--dark);
  border: 1px solid #e;
}

.pars-cookie-btn-reject:hover {
  background: #dedede;
}
/* PARS COOKİE */







.pars-sekmeli-blog-tabs {
  max-width: 100%;
  margin: 20px 0 0 0;
  background: var(--white);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}
.pars-sekmeli-tabs {
  display: flex;
  border-bottom: 1px solid var(--bg-dark);

}
.pars-sekmeli-tab {
  background: none;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
  padding: 1rem 2rem;
  color: var(--dark);
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: border 0.2s, color 0.2s;
  outline: none;
}
.pars-sekmeli-tab.active {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.pars-sekmeli-tab-content { display: none; padding: 20px}
.pars-sekmeli-tab-content.active { display: block; }

.pars-sekmeli-blog-grid {
  display: flex;
  gap: 30px;
}
.pars-sekmeli-blog-card.pars-sekmeli-big {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pars-sekmeli-blog-card.pars-sekmeli-big figure {
  margin: 0;
  border-radius: var(--border-radius-img);
  overflow: hidden;
}
.pars-sekmeli-blog-card.pars-sekmeli-big img {
  width: 100%;
  height: 210px;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.pars-sekmeli-blog-card.pars-sekmeli-big h2 {
  font-size: 16px;
  margin: 10px 0 5px 0;
  color: var(--dark);
  font-weight: 500;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pars-sekmeli-blog-card.pars-sekmeli-big .pars-sekmeli-meta {
  font-size: 13px;
  color: var(--dark);
  margin: 0 0 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.pars-sekmeli-blog-card.pars-sekmeli-big p {
  color: var(--dark);
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pars-sekmeli-side-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 13px;
  border-right: 1px solid var(--bg-dark);
  padding: 0 20px 0 0;
}
.pars-sekmeli-blog-card.pars-sekmeli-small {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pars-sekmeli-blog-card.pars-sekmeli-small img {
  width: 100px;
  height: 60px;
  border-radius: var(--border-radius-img);
  object-fit: cover;
  display: block;
}
.pars-sekmeli-blog-card.pars-sekmeli-small h3 {
  margin: 0 0 0.25rem 0;
  color: var(--dark);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    transition: color 0.13s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pars-sekmeli-baslik a {
    background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, var(--primary), var(--primary), var(--primary));
    background-size: 100% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
    display: inline;
}
.pars-sekmeli-baslik a:hover {
    color: var(--primary);
    background-size: 0 2px, 100% 2px;
}
.pars-sekmeli-blog-card.pars-sekmeli-small .pars-sekmeli-meta {
  font-size: 13px;
  color: #888;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 5px;
}
.pars-sekmeli-img-link { display: block; }

/* Responsive - Mobil */
@media (max-width: 900px) {
  .pars-sekmeli-blog-grid { flex-direction: column; gap: 0;}
  .pars-sekmeli-side-cards { flex-direction: column; margin-bottom: 20px; border: none; padding: 0;}
  .pars-sekmeli-blog-card.pars-sekmeli-small { flex-direction: row; min-width: 0; width: 100%; }
}




.pars-footer-1-footer {
    background-color: #151515;
    position: relative;
    z-index: 2;
}

.pars-footer-1-footer-box-info {
    background: #1a1a1a;
    padding: 40px;
    height: 100%;
}

.pars-footer-1-footer-box-info a {
    font-size: 18px;
    font-weight: 500;
    color: #b9b9b9;
}

.pars-footer-1-footer-social-link h3 {
    color: #b9b9b9;
    font-size: 16px;
    margin-bottom: 20px;
}

.pars-footer-1-footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pars-footer-1-footer-social-link li {
    display: inline-block;
}

.pars-footer-1-footer-social-link ul li a {
    color: #b9b9b9;
    background: #2b2b2b;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transition: all 0.8s;
}

.pars-footer-1-footer-social-link ul li a:hover {
    color: #fff;
    background: #000;
}

.pars-footer-1-footer-info-text {
    margin: 30px 0;
    font-size: 14px;
    line-height: 28px;
    color: #b9b9b9;
}

.pars-footer-1-footer-widget-padding {
    padding: 10px;
}

.pars-footer-1-footer-widget .pars-footer-1-section-heading,
.pars-footer-1-footer-widget-menu .pars-footer-1-section-heading {
    margin-bottom: 35px;
}

.pars-footer-1-footer-widget h3,
.pars-footer-1-footer-widget-menu h3 {
    font-size: 15px;
    font-weight: 500;
    color: #b9b9b9;
    margin-bottom: 15px;
    max-width: fit-content;
}

.pars-footer-1-footer-widget a,
.pars-footer-1-footer-widget-menu li a {
    color: #b9b9b9;
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(to right, rgba(100,200,200,0), rgba(100,200,200,0)),
                linear-gradient(to right, var(--primary), var(--primary), var(--primary));
    background-size: 100% 2px,0 2px;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms, color 0.3s;
    display: inline;
}

.pars-footer-1-footer-widget-menu ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pars-footer-1-footer-widget-menu li {
    margin-bottom: 18px;
}

.pars-footer-1-footer-widget-menu li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    color: #b9b9b9;
    font-size: 13px;
    margin-right: 3px;
}

.pars-footer-1-footer-widget a:hover,
.pars-footer-1-footer-widget-menu a:hover {
    color: #fff;
    background-size: 0 2px,100% 2px;
}

.pars-footer-1-footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.pars-footer-1-copyright {
    padding: 28px 0;
    background-color: #1a1a1a;
}

.pars-footer-1-copyright span,
.pars-footer-1-copyright a {
    color: #b9b9b9;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s linear;
}

.pars-footer-1-copyright a:hover {
    color: var(--primary);
}

.pars-footer-1-copyright-menu ul {
    text-align: right;
    margin: 0;
}

.pars-footer-1-copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.pars-footer-1-copyright-menu li:first-child {
    padding: 0;
}

.pars-footer-1-animate-border {
    position: relative;
    display: block;
    width: 170px;
    height: 3px;
    background: #b9b9b9;
}


/* PARS WİDGET-7 */
  .arse-sidebar-widgets-7-wrapper {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow: hidden;
    border-radius: var(--border-radius);
  }
  .arse-sidebar-widgets-7-bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: blur(0px) brightness(0.5);
  }
  .arse-sidebar-widgets-7-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: #fff;
    flex-wrap: wrap;
    padding: 0;
  }
  .arse-sidebar-widgets-7-left {
    flex: 2;
    display: flex;
    align-items: flex-end;
    padding: 50px;
  }
  .arse-sidebar-widgets-7-left-inner {
    max-width: 90%;
  }
  .arse-sidebar-widgets-7-category {
    background: var(--primary);
    padding: 5px 10px;
    border-radius: var(--border-radius);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: white;
    display: inline-block;
  }
  .arse-sidebar-widgets-7-left h2 {
    font-size: 24px;
    margin: 10px 0;
    font-weight: 600;
  }
  .arse-sidebar-widgets-7-left h2 a {
    color: white;
    text-decoration: none;
  }
  .arse-sidebar-widgets-7-date {
    margin-top: 7px;
    font-size: 13px;
    color: #e3e3e3;
  }
  .arse-sidebar-widgets-7-date i {
    font-size: 12px;
  }
  .arse-sidebar-widgets-7-date span {
    margin-right: 5px;
  }
  .arse-sidebar-widgets-7-right {
    flex: 1;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.35);
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 30px;
    justify-content: center;
  }
  .arse-sidebar-widgets-7-item {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .arse-sidebar-widgets-7-item img {
    width: 110px;
    height: 65px;
    object-fit: cover;
    border-radius: var(--border-radius-img);
  }
  .arse-sidebar-widgets-7-item a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
/* PARS WİDGET-7 */



.pars-menu-left {
  justify-content: left !important;
}
  .spinner {
      border: 4px solid var(--bg-dark);
      border-top: 4px solid var(--primary);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      animation: spin 0.8s linear infinite;
      margin: 1rem auto;
      display: none;
  }
  @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }

.arse-profil-card {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}
.arse-profil-card:hover .arse-profil-card-arkaplan {
    background: var(--bg-dark);
    transition: all 0.3s ease;
}
.arse-profil-card-arkaplan {
    background: var(--bg-light);
    height: 200px;
    width: 100%;
    border-radius: var(--border-radius);
}
.arse-profil-card img {
    margin: -120px auto;
    width: 200px;
    height: 200px;
    border-radius: 35%;
    border: 10px solid var(--white);
    object-fit: cover;
}
.arse-profil-card span {
    font-weight: 500;
    font-size: 16px;
    float: left;
    text-align: center;
    margin-top: 115px;
}
.arse-profil-card p {
    line-height: 26px;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}
.arse-profil-medya {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
}
.arse-profil-medya a {
    -ms-flex-preferred-size: calc(20% - 10px);
    flex-basis: calc(20% - 10px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius:  var(--border-radius);
    transition: all 0.3s ease;
    text-align: center;
    padding: 10px;
    background: var(--bg-light);
}
.arse-profil-medya a:hover {
    background: var(--primary);
    color: var(--white);
}
.arse-blog-post .image img, .arse-sidebar-widgets-3-img, .nays-card img, .arse-3lu-featured-img, .arse-manset-widget-2-slide img,.tf-mini-cart-image img,.arse-profil-card img, .pars-sekmeli-blog-card.pars-sekmeli-big img, .pars-modul-main-card-image, .pars-sekmeli-blog-card.pars-sekmeli-small img, .pars-modul-list-card-image, .sidebar-item img, .arse-sidebar-widgets-1-image-link img{
  background-color: var(--bg-dark);
  background-image: linear-gradient(90deg, var(--bg-dark), var(--bg-light), var(--bg-dark));
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: loadingSkeleton 1s infinite;
  display: block;
}

@keyframes loadingSkeleton {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

/* ARSE KAYAN KOİNLER BAŞLA */
  .arse-koin-wrapper.arse-css-only {
    background: #111;
    overflow: hidden;
    padding: 10px 0;
  }
  .arse-koin-wrapper.arse-css-only:hover .arse-koinler {
    animation-play-state: paused;
  }
  .arse-koinler {
    display: inline-block;
    white-space: nowrap;
    animation: slideLeft 50s linear infinite;
    animation-delay: 1s;
  }
  @keyframes slideLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }
  .arse-koin {
    display: inline-flex;
    align-items: center;
    background: #222;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: var(--border-radius);
    font-size: 13px;
    gap: 8px;
  }
/* ARSE KAYAN KOİNLER BİTTİ */

/* ARSE COİN WİDGETS-1 */
.arse-coins-1-wrapper {
  width: 100%;
  background-color: var(--arse-beyaz);
  padding: 10px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.arse-coins-1-wrapper:active {
  cursor: grabbing;
}

.arse-coins-1-wrapper::-webkit-scrollbar {
  display: none;
}

.arse-coins-1-container {
  display: flex;
  gap: 15px;
  min-width: max-content;
  align-items: center;
  white-space: nowrap;
}

.arse-coins-1-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--arse-border-bir);
  padding: 6px 12px;
  border-radius: var(--border-radius);
}

.arse-coins-1-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--arse-yazi-siyah);
}

.arse-coins-1-price {
  font-size: 14px;
  font-weight: 600;
  color: #22a06b;
}

.arse-coins-1-change {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.arse-coins-1-change.up {
  color: #22a06b;
}

.arse-coins-1-change.down {
  color: #d93025;
}
/* ARSE COİN WİDGETS-1 */

/* ARSE COİN WİDGETS-2 */
.arse-coins-2-wrapper {
  width: 100%;
  background-color: #111827;
  padding: 10px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.arse-coins-2-wrapper::-webkit-scrollbar {
  display: none;
}
.arse-coins-2-container {
  display: flex;
  gap: 20px;
  min-width: max-content;
  align-items: center;
  white-space: nowrap;
}
.arse-coins-2-item {
  background: #1f2937;
  color: #f9fafb;
  padding: 8px 14px;
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  gap: 10px;
}
.arse-coins-2-name {
  font-weight: 500;
  font-size: 14px;
}
.arse-coins-2-price {
  font-weight: 600;
  font-size: 14px;
  color: #10b981;
}
.arse-coins-2-change {
  font-size: 13px;
  font-weight: 600;
}
.arse-coins-2-change.up {
  color: #10b981;
}
.arse-coins-2-change.down {
  color: #ef4444;
}
/* ARSE COİN WİDGETS-2 */

/* ARSE COİN WİDGETS-3 */
.arse-coins-3-wrapper {
  width: 100%;
  padding: 15px 20px;
  background: #e0e0e0;
   overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.arse-coins-3-wrapper::-webkit-scrollbar {
  display: none;
}
.arse-coins-3-container {
  display: flex;
  gap: 16px;
  min-width: max-content;
}
.arse-coins-3-card {
  backdrop-filter: blur(8px);
  background: rgb(17 24 39);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 18px;
  border-radius: var(--border-radius);
  color: #fff;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: sans-serif;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.arse-coins-3-name {
  font-size: 14px;
  font-weight: 500;
}
.arse-coins-3-price {
  font-size: 15px;
  font-weight: 600;
}
.arse-coins-3-change {
  font-size: 13px;
  font-weight: 600;
}
.arse-coins-3-change.up {
  color: #00ff8c;
}
.arse-coins-3-change.down {
  color: #ff6464;
}
/* ARSE COİN WİDGETS-3 */

/* ARSE COİN WİDGETS-4 */
.arse-coins-4-wrapper {
  width: 100%;
  padding: 20px;
   overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.arse-coins-4-wrapper::-webkit-scrollbar {
  display: none;
}
.arse-coins-4-container {
  display: flex;
  gap: 18px;
  min-width: max-content;
}
.arse-coins-4-card {
  background: var(--bg-gecis);
  color: #fff;
  border-radius: var(--border-radius);
  padding: 16px 20px;
  min-width: 160px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.arse-coins-4-name {
  font-size: 16px;
  font-weight: bold;
}
.arse-coins-4-price {
  font-size: 18px;
  font-weight: 600;
}
.arse-coins-4-change {
  font-size: 14px;
}
.arse-coins-4-change.up {
  color: #bbf7d0;
}
.arse-coins-4-change.down {
  color: #fecaca;
}
/* ARSE COİN WİDGETS-4 */

/* ARSE COİN WİDGETS-5 */
.arse-coins-5-wrapper {
  width: 100%;
  padding: 15px;
   overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.arse-coins-5-wrapper::-webkit-scrollbar {
  display: none;
}
.arse-coins-5-container {
  display: flex;
  gap: 14px;
  min-width: max-content;
}
.arse-coins-5-card {
  border: 1px solid #ddd;
  border-radius: var(--border-radius);
  padding: 12px 16px;
  background: #fff;
  transition: all 0.2s ease;
  min-width: 140px;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.arse-coins-5-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.arse-coins-5-name {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}
.arse-coins-5-price {
  font-size: 15px;
  font-weight: 600;
  color: #16a34a;
}
.arse-coins-5-change {
  font-size: 13px;
}
.arse-coins-5-change.up {
  color: #16a34a;
}
.arse-coins-5-change.down {
  color: #dc2626;
}
/* ARSE COİN WİDGETS-5 */



.pars-manset-slider-1-container {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.pars-manset-slider-1-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.pars-manset-slider-1-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

.pars-manset-slider-1-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  border-radius: var(--border-radius);
  transition: filter 0.5s ease;
}

.pars-manset-slider-1-slide:hover img {
  filter: brightness(100%);
}

.pars-manset-slider-1-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px;
  border-radius: var(--border-radius);
  color: #fff;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.pars-manset-slider-1-kategori a {
  color: #fff;
  padding: 7px 14px;
  font-size: 14px;
  background: var(--primary);
  border-radius: var(--border-radius);
  margin-bottom: 10px;
}
.pars-manset-slider-1-kategori a:hover {
  background: var(--dark);
}
.pars-manset-slider-1-overlay h2 a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.pars-manset-slider-1-meta {
  margin-top: 20px;
  font-size: 14px;
}

.pars-manset-slider-1-meta i {
  font-size: 13px;
}

.pars-manset-slider-1-meta a {
  color: #fff;
}

.pars-manset-slider-1-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  border-radius: var(--border-radius);
  color: #fff;
  background: rgba(0,0,0,0.3);
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
}

.pars-manset-slider-1-nav.left {
  left: 10px;
}

.pars-manset-slider-1-nav.right {
  right: 10px;
}

@media (max-width: 768px) {
  .pars-manset-slider-1-overlay h2 a {
    font-size: 18px;
  }
}




