#productVideo{display: none;}
.product-breadcrumb,
.page-breadcrumb {
  height: 160px;
}

.section-header.fixed {
  z-index: 9999999;
}

.icosjKle {
  color: var(--site-color);
  display: flex;
  align-items: center;
}

.icosjKle_24 .text-1 {
  font-size: 14px;
}

.icosjKle_24 .text-2 {
  font-size: 10px;
}

.btn {
  transition: all .4s !important;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.slider_thumbs {
  width: 100% !important;
}

@media(min-width:768px) {
  #gallery-detail-section-1 .container {
    max-width: 100%;
  }

  #gallery-detail-section-1 .gallery-wrapper {
    max-width: 1320px;
    margin: 0px auto;
  }

  #gallery-detail-section-1 .swiper-wrapper {
    padding-left: 300px;
    transition: all .4s !important;
  }

  #gallery-detail-section-1 .swiper-wrapper.scroll-end {
    padding-left: 0px !important;
  }

  #product-section-2 {
    padding: 100px 0px !important;
  }

  #product-section-2 .container {
    max-width: 100%;
    padding-left: 300px;
    padding-right: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  #product-section-2 .container .row {
    width: 35%;
  }

  #product-section-2 .container .product-list {
    width: 60%;
  }

  #product-section-2 .container .product-list .row {
    width: 100%;
  }

  #product-section-2 .custom-col,
  #product-section-2 .custom-col .product-wrapper {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important;
  }

  .search-page #product-list .col-md-3 {
    width: 50% !important;
  }

  .search-page #product-list .col-md-3 .product-wrapper .product-title {
    padding-bottom: 0px;
  }

  .productDetail .col-md-5 {
    width: 60%;
  }

  .productDetail .col-md-7 {
    width: 40%;
  }

  .section-header .col-lg-2 {
    width: 32% !important;
  }

  .section-header .col-lg-6 {
    width: 34.5% !important;
  }

  .section-header .header2 {
    height: 65px !important;
    border-left: 1px solid #dddddd;
    padding-left: 5px !important;
  }

  .section-header #navigation>ul>li {
    padding: 0px 15px;
  }

  .section-header .custom-languages {
    display: flex;
  }

  .section-header .custom-languages .item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-header .custom-languages .item img {
    height: 30px;
    width: auto;
    border-radius: 10px;
  }

  .section-header .custom-languages .item:nth-child(2) {
    margin-left: 10px;
  }

  .section-header.fixed .header2,
  .section-header.fixed #footer-social-media {
    height: 40px !important;
  }

  #product-section-2 #product-list .row {
    margin: 0px !important;
  }
}

.productDetail .productTitle .weta-icerik-tag {
  font-size: 30px !important;
}

#product-section-2 .swiper-slide {
  background-color: transparent !important;
  box-shadow: none !important;
}

#product-section-2 #product-list .product-wrapper {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}


.product-thumbs .productImage {
  height: 90px;
}

.custom-cursor,
.custom-cursor-second {
  width: 80px;
  height: 80px;
  background-color: var(--site-color);
  border: 1px solid var(--site-color);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-cursor-second {
  background-color: var(--site-color) !important;
  border-color: var(--site-color) !important;
  color: #fff !important;
}

.custom-cursor.active,
.custom-cursor-second.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

#product-section-2 #product-list .product-image,
#product-section-2 #product-list .product-image *,
#gallery-detail-section-1 .swiper-wrapper,
#gallery-detail-section-1 .swiper-wrapper *,
#gallery-detail-section-1 .swiper-wrapper:hover {
  cursor: none !important;
}

.custom-cursor img,
.custom-cursor-second img {
  width: 35px;
  height: 35px;
  filter: invert(1);
}

#gallery-detail-section-1 .swiper-wrapper .swiper-slide,
#gallery-detail-section-1 .gallery-img img,
#product-section-2 .rgw img {
  transition: all .4s !important;
}

#gallery-detail-section-1 .swiper-wrapper.surukleniyor .swiper-slide {
  transform: scale(0.9);
}

#gallery-detail-section-1 .img-wrapper .weta-icerik-tag,
#product-section-2 .product-content-wrapper .weta-icerik-tag {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 4px;
  text-align: left;
}

#gallery-detail-section-1 .img-wrapper .weta-icerik-tag::after,
#product-section-2 .product-content-wrapper .weta-icerik-tag::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1);
}

#gallery-detail-section-1 .img-wrapper:hover .weta-icerik-tag::after,
#product-section-2 .product-wrapper:hover .product-content-wrapper .weta-icerik-tag::after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

#gallery-detail-section-1 .img-wrapper .img-title {
  text-align: left;
}

#gallery-detail-section-1 .gallery-info {
  width: 85%;
}

#gallery-detail-section-1 .gallery-img,
#product-section-2 .rgw {
  overflow: hidden;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-img img {
  transform: scale(1.07);
}

#product-section-2 .product-wrapper:hover .rgw img {
  transform: scale(1.10);
}

#product-section-2 .rg-wrapper .buttons .btn {
  margin-top: 20px;
}

#product-section-2 .product-view-all,
#product-section-2 .learn-more {
  display: none;
}

#product-section-2 .product-content-wrapper {
  margin-top: 10px;
}

#product-section-2 .product-content-wrapper .weta-icerik-tag {
  font-size: 32px !important;
}

#product-section-2 .custom-col {
  margin-bottom: 50px;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

#product-section-2 .product-content-wrapper {
  text-align: left;
}

#product-section-2 .rg-wrapper {
  transition: all 1.5s !important;
}

#product-section-2 .col-md-12 {
  position: relative;
}

#product-section-2 .rg-wrapper.is-fixed {
  width: 30%;
}

#secondheaderStyle-4 li.search {
  min-width: 50%;
}

#header-search input {
  width: 100%;
  font-size: 13px !important;
  padding-left: 10px;
}

.hs-input-icon {
  height: 44px;
  top: 10px !important;
}

.section-header.fixed .hs-input-icon {
  top: 0px !important;
}

.section-header .logo-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
  align-items: center;
}

.section-header #footer-social-media li span {
  color: #686367 !important;
}

.section-header #footer-social-media {
  margin: 0px !important;
  width: 50%;
  justify-content: center;
  height: 65px;
  align-items: center;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.section-header #footer-social-media li {
  width: 35px !important;
}

.section-header .dropdown-menu {
  left: 0;
min-width:225px !important;
}

.pageSliderContent .sliderJs .swiper-slide::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.73) 50%, rgba(40, 77, 186, 1) 90%) !important;
  opacity: 1 !important;
}

.video-play-button {
  z-index: 10;
  position: relative;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff4c60;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff4c60;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #f1ad34;
}

.video-play-button:before {
  content: "";
  color: red;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff4c60;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#productVideo {
  padding: 0px !important;
}


@media(max-width:768px) {
  .section-header .col-lg-2 {
    width: 85% !important;
  }

  #headerStyle-4 {
    width: 15% !important;
  }

  .section-header .logo-container {
    width: 100% !important;
  }

  .section-header #navigation>ul>li.search {
    width: 100% !important;
  }

  .hs-input-icon {
    top: 0px !important;
  }

  #product-section-2 .rg-wrapper {
    width: 100% !important;
    position: relative !important;
    top: 0px !important;
  }

  #product-section-2 #product-list {
    margin-top: 15px !important;
  }

  .product-thumbs .productImage {
    height: 40px;
  }
}

#gallery-detail-section-4 .gallery-img {
  border: 1px solid #c0c0c0;
}

footer {
  background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(31, 67, 244, 1) 100%);
}

#bottom-footer {
  background-color: #000 !important;
  border-top: 0px !important;
}

#product-section-2 .swiper-pagination {
  display: none !important;
}

#product-section-2 .swiper-button-next,
#product-section-2 .swiper-button-prev {
  width: 33px !important;
  height: 33px !important;
  border: 1px solid #333 !important;
  bottom: 40px;
  top: auto;
}

#product-section-2 .swiper-scrollbar {
  width: calc(100% - 115px);
  position: absolute;
  bottom: 53px;
  left: 15px;
  height: 2px;
  opacity: 1 !important;
}

#product-section-2 .swiper-button-next {
  right: 0;
}

#product-section-2 .swiper-button-prev {
  left: auto;
  right: 40px;
}

#product-section-2 .swiper-button-next::after,
#product-section-2 .swiper-button-prev::after {
  font-size: 13px !important;
}
.productList{
  background-size: cover;
  background-position: center;
}
#page-1 #gallery-detail-section-4 img{height: 75px;}

#videoSlide .productImage{
  width: 100%;
}
#videoSlide .productImage iframe{
  width: 100%;
  height: 430px;
}