.block-number {
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #191919;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .block-number:hover {
    opacity: 1; }
  .block-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919; }
  .block-number a:hover,
  .block-number a:focus {
    color: #191919; }

.demo-section .main-content .section,
.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar,
.demo-header .main-content .header,
.demo-footer .main-content .footer {
  margin: 30px 20px 100px;
  border: 1px solid #f5f6f7;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }

.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar {
  position: static;
  margin: 0; }

.sample-blocks img {
  border-radius: 0.25rem; }
  .sample-blocks img.aos-animate {
    opacity: 0.5 !important; }
  .sample-blocks img:hover {
    opacity: 1 !important;
    -webkit-transition: 0.7s !important;
    transition: 0.7s !important; }

.sample-blocks a {
  position: absolute; }

.sample-blocks a:nth-child(1) {
  -webkit-animation: wobble 4s infinite;
          animation: wobble 4s infinite;
  right: 5px;
  bottom: -20px; }

.sample-blocks a:nth-child(2) {
  -webkit-animation: wobble 8s infinite;
          animation: wobble 8s infinite;
  right: 320px;
  bottom: 10px; }

.sample-blocks a:nth-child(3) {
  -webkit-animation: wobble 5s infinite;
          animation: wobble 5s infinite;
  right: 0px;
  bottom: 190px; }

.sample-blocks a:nth-child(4) {
  -webkit-animation: wobble 6s infinite;
          animation: wobble 6s infinite;
  right: 280px;
  bottom: 220px; }

.sample-blocks a:nth-child(5) {
  -webkit-animation: wobble 9s infinite;
          animation: wobble 9s infinite;
  right: 270px;
  bottom: 400px; }

.sample-blocks a:nth-child(6) {
  -webkit-animation: wobble 7s infinite;
          animation: wobble 7s infinite;
  right: 20px;
  bottom: 340px; }

.sample-blocks a:nth-child(7) {
  -webkit-animation: wobble 6s infinite;
          animation: wobble 6s infinite;
  right: 250px;
  bottom: 535px; }

.sample-blocks a:nth-child(8) {
  -webkit-animation: wobble 8s infinite;
          animation: wobble 8s infinite;
  right: 20px;
  bottom: 470px; }

.sample-blocks a:nth-child(9) {
  -webkit-animation: wobble 9s infinite;
          animation: wobble 9s infinite;
  right: 15px;
  bottom: 600px; }
  .sample-blocks a:nth-child(10) {
    -webkit-animation: wobble 9s infinite;
            animation: wobble 9s infinite;
    right: 200px;
    bottom: 640px; }


@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
            transform: rotate(-1deg) translate(-5px, -5px); }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
            transform: rotate(1deg) translate(5px, 5px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
            transform: rotate(-1deg) translate(-5px, -5px); } }

@keyframes wobble {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
            transform: rotate(-1deg) translate(-5px, -5px); }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
            transform: rotate(1deg) translate(5px, 5px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
            transform: rotate(-1deg) translate(-5px, -5px); } }

@media (max-width: 400px) {
  body > .footer .social a:last-child,
  body > .footer .nav a:last-child {
    display: none; } }

    .poz {
      position: -webkit-sticky;
      display: inline;
      top: -80px;
     
    }
    .irid {
      position: -webkit-sticky;
      display: inline;
      top: -66px;
    }
    .iridi {
      position: -webkit-sticky;
      display: inline;
      top: -150px;
    }
.sect{
position: -webkit-sticky;
display: inline;
top: -20px;

}

.iridyumi{
  position: -webkit-sticky;
  display: inline;
  top: -15px;
}
.part{
  position: -webkit-sticky;
  display: inline;
  right: -95px;
}
.up{
  position: -webkit-sticky;
  display: inline;
  top: -35px;

}

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

/* Ürün Kartları Stilleri */
.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
}

.small-heading {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 8px;
}

/* Ürün Detay Sayfası Stilleri */
.product-detail-image {
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Hover Efektleri */
.card-img-link {
    position: relative;
    display: block;
    overflow: hidden;
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img-link:hover .hover-overlay {
    opacity: 1;
}

.hover-content {
    color: white;
    text-align: center;
    padding: 20px;
    transform: translateY(20px);
    transition: transform 0.3s;
}

.card-img-link:hover .hover-content {
    transform: translateY(0);
}

.hover-content span {
    font-weight: 600;
    border: 2px solid white;
    padding: 8px 15px;
    border-radius: 4px;
}

/* Etsy Logosu */
.etsy-link {
    display: flex;
    align-items: center;
    color: #F56400;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.etsy-link:hover {
    color: #d85600;
    text-decoration: none;
}

.etsy-logo {
    height: 24px;
    width: 48px;
    margin-right: 8px;
}

/* Ürün Slider */
.product-slider {
    position: relative;
}

.slider-thumbnail {
    display: flex;
    margin-top: 15px;
}

.slider-thumbnail-item {
    width: 80px;
    height: 60px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.slider-thumbnail-item.active {
    opacity: 1;
    border: 2px solid #50a1ff;
}

.slider-thumbnail-item:hover {
    opacity: 1;
}

/* Lightbox Stilleri */
.cursor-pointer {
    cursor: pointer;
}

.lightbox-container {
    position: relative;
    width: 100%;
    padding: 20px;
}

.lightbox-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    overflow: hidden;
}

.lightbox-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-decoration: none;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-thumbnail {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    border-radius: 4px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.lightbox-thumbnail.active {
    opacity: 1;
    border: 2px solid #50a1ff;
}

.lightbox-thumbnail:hover {
    opacity: 1;
}

/* Resim üzerinde büyüteç hover efekti */
.image-container {
    position: relative;
    overflow: hidden;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    border-radius: 0.25rem;
}

.zoom-icon {
    color: white;
    font-size: 32px;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.image-container:hover .image-overlay {
    opacity: 1;
}

.image-container:hover .zoom-icon {
    transform: scale(1);
}

/* Modal iyileştirmeleri */
.modal-content.bg-black {
    background-color: #000;
    border: none;
}

.lightbox-container {
    padding: 30px;
}

.lightbox-image-container {
    height: 75vh;
}

.lightbox-thumbnails {
    margin-top: 20px;
}

.lightbox-thumbnail {
    width: 70px;
    height: 70px;
    margin: 0 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.lightbox-thumbnail.active {
    border: 3px solid #50a1ff;
    transform: scale(1.05);
}

.lightbox-prev,
.lightbox-next {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background-color: rgba(80, 161, 255, 0.7);
}
