@charset "UTF-8";
body {
  font-family: "Red Hat Display", sans-serif;
}

.marquee_container {
  background: #EDE9DE;
  font-size: 12px;
}
.marquee_container .marquee_wrapper .marquee_textContainer span {
  color: #000 !important;
}

.user-navigation-container ul li .login-container {
  color: #B4A77B;
  font-weight: bold;
  font-size: 14px;
}
.user-navigation-container ul li.imgSepetGoster a {
  position: relative;
}
.user-navigation-container ul li.imgSepetGoster a span#toplamUrun {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -7px;
  right: -8px;
  background: #000000;
  color: #fff;
  border-radius: 100%;
  height: 17px;
  width: 15px;
  font-size: 10px;
  font-weight: bold;
  z-index: 99;
}

#main-menu .navbar .navbar-nav > li > a {
  font-size: 16px;
  padding: 18px 24px;
}
#main-menu .navbar .navbar-nav > li > a:hover {
  text-decoration: none;
}

.mobileCatStory .story-wrap .story-item .imgwrap img,
.mobileCatStory .story-wrap .story-item .imgwrap {
  width: 100px;
  height: 100px;
}

.mobileCatStory .story-wrap .owl-item:nth-child(1) .imgwrap {
  background: #E0EDDE;
}
.mobileCatStory .story-wrap .owl-item:nth-child(2) .imgwrap {
  background: #DEE1ED;
}
.mobileCatStory .story-wrap .owl-item:nth-child(3) .imgwrap {
  background: #EDDEED;
}
.mobileCatStory .story-wrap .owl-item:nth-child(4) .imgwrap {
  background: #EDDEDE;
}
.mobileCatStory .story-wrap .owl-item:nth-child(5) .imgwrap {
  background: #DEE3ED;
}
.mobileCatStory .story-wrap .owl-item:nth-child(6) .imgwrap {
  background: #DEEAED;
}
.mobileCatStory .story-wrap .owl-item:nth-child(7) .imgwrap {
  background: #EDDEEB;
}
.mobileCatStory .story-wrap .owl-item:nth-child(8) .imgwrap {
  background: #E0EDDE;
}
.mobileCatStory .story-wrap .owl-item:nth-child(9) .imgwrap {
  background: #DEE1ED;
}
.mobileCatStory .story-wrap .owl-item:nth-child(10) .imgwrap {
  background: #EDDEED;
}

.mobileCatStory .story-wrap .story-item .imgwrap {
  display: flex;
  align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.mobileCatStory .story-wrap .story-item .imgwrap span {
  color: #fff;
  font-size: 0;
}
.mobileCatStory .story-wrap .story-item .imgwrap span::first-letter {
  font-size: 36px; /* İlk harfi normal boyutta göster */
}

.mobileCatStory .story-wrap .story-item span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-top: 3px;
}

.main-header .header-search-box .form-inline .input-serach input {
  border: 1px solid #DEDEDE;
  font-size: 14px;
}

.main-header .header-search-box .form-inline .btn-search {
  color: #DEDEDE;
}

.mobileCatStory .story-wrap .story-item {
  padding: 0;
}
.mobileCatStory .story-wrap .story-item:first-child {
  margin-left: 20px;
}

.owl-controls .owl-next,
.owl-controls .owl-prev {
  top: 40%;
}

.owl-controls .owl-prev .fa, .owl-controls .owl-next .fa {
  color: #EDE9DE;
}
.owl-controls .owl-prev .fa:hover, .owl-controls .owl-next .fa:hover {
  color: #B4A77B;
}

#main-menu #navbar ul li.dropdown ul.dropdown-menu .menucol > li {
  width: 100%;
}

#main-menu .dropdown-menu {
  left: auto !important;
  width: auto !important;
  max-width: 250px;
}

#main-menu .navbar .navbar-nav > li:hover > a {
  text-decoration: none !important;
}

.newProductBox {
  box-shadow: none !important;
  padding: 85px 0;
}

.vtrinBottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 65px 0;
  background: #536354;
  color: #fff;
}
.vtrinBottom h2 {
  font-size: 64px;
  font-family: "Freestyle Script", sans-serif;
  font-weight: 500;
  text-align: center;
}
.vtrinBottom p {
  color: #fff;
  width: 50%;
  text-align: center;
  font-size: 14px;
}

.newProductBox .homeTitle {
  box-shadow: none;
  border-radius: 0;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

#BlogBoxSlider .homeTitle {
  font-size: 48px;
  font-family: "Freestyle Script", sans-serif;
}

.product-list li .discount-badge {
  color: #fff;
  background: #B4A77B;
}

.product-list li .product-price {
  color: #B4A77B;
  font-size: 22px;
  font-weight: 600;
}

.product-list li .old-price {
  color: #C2C2C2;
}

.product-list li .product-name {
  font-size: 18px;
  color: #686868;
  font-weight: 400;
  line-height: 21px;
}

.owl-controls .owl-dots .owl-dot.active {
  background-color: #B4A77B;
  border-color: #B4A77B;
}

.owl-controls .owl-dots .owl-dot {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}

.product-list li .left-block .imgLink {
  height: 450px;
}

.newProductBox .product-list .product-container {
  height: 400px;
}
.newProductBox .imgwrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.newProductBox .product-list li .left-block img {
  border-radius: 10px;
}
.newProductBox h5 {
  margin-bottom: 5px;
}
.newProductBox time {
  font-size: 14px;
  color: #686868;
}

.footerTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 65px 0;
}
.footerTop h2 {
  font-size: 24px;
  color: #B4A77B;
  font-weight: 500;
  margin-bottom: 10px;
}
.footerTop p {
  color: #000;
  width: 50%;
  text-align: center;
  font-size: 14px;
}

.footerTopIcons {
  background: #EDE9DE;
  color: #6E685B;
  padding: 20px 0;
}

.infopic {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 40px 0;
}
.infopic span:first-child {
  margin-bottom: 10px;
  margin-right: 10px;
}
.infopic .info .title {
  color: #6F685B;
  font-size: 16px;
  font-weight: 600;
}

.productListBox .product-list li .left-block {
  height: 450px;
}

.productListBox .product-list .product-container {
  height: auto;
}

.slider-images .slider-img,
.newProductBox .product-list li .left-block .imgLink {
  border-radius: 10px;
}

#footer {
  background: #fff;
}
#footer .introduce-title {
  color: #B4A77B;
  font-size: 16px;
}
#footer .introduce-list li a {
  color: #000;
  font-size: 14px;
}

.footerbottomcss {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#mail-box input {
  background: #F4F4F4;
  border: none;
  font-style: normal;
  padding: 22px;
}

#mail-box .btn {
  background: #5C5C5C;
  font-size: 16px;
  height: auto;
  padding: 10px;
  font-weight: 600;
}

#mail-box {
  border: none;
}

.social-link a {
  margin-right: 5px;
}

.productListBox .col-sm-12 {
  padding: 0 !important;
}

#BlogBoxSlider .product-list .product-container {
  height: auto !important;
  margin: 0;
}

.bloglink {
  font-family: "Freestyle Script", sans-serif;
  font-size: 30px !important;
  color: #B4A77B !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.product-element .product-list li .left-block {
  height: 450px;
}

.product-element .product-list .product-container {
  height: auto;
}

.product-element .product-list li .left-block .imgLink {
  border-radius: 10px;
}

#product .pb-right-column .product-name {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}

#product .pb-right-column .product-price-group .pricex .price {
  font-size: 26px;
  font-weight: 800;
}

#shopPHPUrunFiyatOrg {
  font-size: 26px;
  font-weight: 800;
}

#product .pb-right-column .product-price-group .discount {
  color: #CD0000;
  border: 1px solid #D9D9D9;
}

#product .pb-right-column .form-action .button-group .btn-add-cart {
  font-weight: 700;
}

.breadcrumb {
  padding: 20px 0px 40px 0px;
}
.breadcrumb a {
  color: #B7B7B7 !important;
}

.product-tab .nav-tab > li:hover > a, .product-tab .nav-tab > li.active > a {
  border-bottom: 2px solid #B4A77B;
  color: #B4A77B;
}

.product-tab .nav-tab > li > a {
  color: #B4A77B;
}

.product-tab .nav-tab {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-tab .nav-tab > li > a {
  padding: 10px 80px;
}

.product-list li .left-block {
  height: 450px;
}

.left-block {
  position: relative;
}

.product-image-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.slider-img.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.slider-img img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.left-block:hover .slider-dots {
  opacity: 1;
}

.slider-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.slider-dots .dot.active {
  background-color: #fff;
  transform: scale(1.2);
}

.slider-dots .dot:hover {
  background-color: #fff;
}

.slider-images {
  height: 450px;
  min-height: 450px;
}
.slider-images .slider-img {
  display: none;
  width: 100%;
  height: 450px;
}
.slider-images .slider-img img {
  opacity: 0;
}
.slider-images .slider-img.active {
  display: block;
}

#twbsPagination > .active > a, #twbsPagination > .active > span, #twbsPagination > .active > a:hover, #twbsPagination > .active > span:hover, #twbsPagination > .active > a:focus, #twbsPagination > .active > span:focus {
  background-color: #b4a77b;
  border-color: #6f6440;
}

/* Product Slider Styles */
.product-container {
  position: relative;
}

.left-block {
  position: relative;
  overflow: hidden;
}

.slider-images {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* 1:1 aspect ratio */
  overflow: hidden;
  background: #f5f5f5;
}

.slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}

.slider-img.active {
  opacity: 1;
  pointer-events: auto;
}

.slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.slider-img .imgLink {
  display: block;
  width: 100%;
  height: 100%;
}

/* Slider Controls */
.slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.left-block:hover .slider-controls {
  opacity: 1;
}

.slider-btn {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.slider-btn:hover {
  background: #fff;
  transform: scale(1.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.slider-btn:active {
  transform: scale(1.05);
}

.slider-btn svg {
  width: 20px;
  height: 20px;
  fill: #333;
}

/* Dots */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #333;
  width: 24px;
  border-radius: 4px;
}

.dot:hover {
  background: #999;
}

/* Touch Swipe Indicator */
.slider-images.swiping {
  cursor: grabbing;
}

.blog-content {
  height: auto !important;
}

#product .pb-right-column .middleList,
#product .pb-right-column .topList {
  border: none !important;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  /* Mobilde arrowlar her zaman görünsün */
  /*
  .slider-controls {
    opacity: 1;
  }*/
  .slider-btn {
    width: 30px;
    height: 30px;
  }
  .slider-btn svg {
    width: 16px;
    height: 16px;
  }
  .slider-controls {
    padding: 0 15px;
  }
  .vtrinBottom p {
    width: 80%;
  }
  .slider-images .slider-img,
  .productListBox .product-list li .left-block {
    height: 280px !important;
  }
  .product-list li .product-name {
    text-align: center;
  }
  .newProductBox time {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .footerTop h2 {
    padding: 0 20px;
    text-align: center;
  }
  .footerTop p {
    width: 80%;
  }
  .footerbottomcss {
    flex-direction: column;
  }
  .footerbottomcss p {
    text-align: center;
    width: 100%;
    margin: 5px 0;
  }
  .footerbottomcss svg {
    width: 100% !important;
    height: auto !important;
  }
  .vitrinSliderWrap {
    margin-top: 20px;
  }
  .vitrinSlider {
    margin-bottom: 0 !important;
  }
  .slider-images {
    background: none !important;
  }
  .product-list li .left-block {
    height: 0;
  }
  .slider-dots {
    bottom: 25px;
  }
}
/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  .slider-btn {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1024px) {
  .mobileCatStory .story-wrap {
    height: auto !important;
  }
}/*# sourceMappingURL=style.css.map */