*{
  font-family: 'Poppins',sans-serif;
}

body {
  font-weight: 710;
  font-size: 15px;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

.swiper-container {
  width: 100%;
  aspect-ratio: 1440 / 446;
  border-radius: 10px;
  height: 446px;
  max-width: 1440px;
  position: relative;
  overflow: hidden;
  object-fit: fill;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease, background-position 0.8s ease;
  background-repeat: no-repeat;
}

.copy {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  letter-spacing: 0.06em;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
  color: #333;
}

@media (max-width: 768px) {
  .swiper-container {
    height: 300px;
	  object-fit: cover;
    width: 100%;
	  background-position: left;
  }
	  .slide-inner{
    display: flex;
    background-size: cover;
    background-position: left;
    height: 100%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 25px !important;
    height: 25px !important;
  }
}

@media (max-width: 560px) {
  .swiper-container {
    height: 300px;
    width: 100%;
  }
    .swiper-button-next,
  .swiper-button-prev {
    width: 25px !important;
    height: 25px !important;
  }
}

.underbanner-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 37px;
  padding: 10px;
  margin-top: 20px;
}

.underbanner {
  display: flex;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  flex: 1 1 500px;
  margin: 0;
}


.underbanner-picture-wrapper img {
  width: auto;
  height: auto;
  object-fit: cover;
  display: block;
}


.underbanner-content-wrapper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.underbanner-title p {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.underbanner-description p {
  margin: 0 0 5px;
}

.cta-button-v2 {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 50px;
}

.cta-button-v2 {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.3s ease;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta-button-v2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #000;
  z-index: 0;
  transition: height 0.4s ease;
}

.cta-button-v2:hover::before {
  height: 100%;
}

.cta-button-v2:hover {
  color: #fff;
}

  .cta-button-v2 span {
    font-size: 13px;
    font-weight: 900;            
    letter-spacing: -0.5px;      
    text-transform: uppercase;  
  }

.underbanner-picture-wrapper img {
  width: 348px; 
  height: 100%; 
}

.cta-button-v2 span,
.cta-button-v2 {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .underbanner {
    flex-direction: row; 
  }

  .underbanner-picture-wrapper {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .underbanner-picture-wrapper img {
    width: 100%; 
    height: 100%; 
  }

  .underbanner-content-wrapper {
    text-align: left;
  }

  .underbanner-title p {
    font-size: 16px;
  }

  .underbanner-description p {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .underbanner {
    flex-direction: column;
    transform: scale(0.88);
    align-items: center;
    gap: 10px;
  }

  .underbanner-picture-wrapper,
  .underbanner-content-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .underbanner-picture-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }

  .underbanner-content-wrapper {
    padding: 10px;
    text-align: center;
  }

  .underbanner-title p {
    font-size: 14px;
  }

  .underbanner-description p {
    font-size: 12px;
  }

  .underbanner-cta {
    margin-top: 10px;
  }

  .underbanner-cta button {
    width: 370px;
    font-size: 14px;
    padding: 10px;
  }
}



    .container1 {
	  font-family: 'Poppins',sans-serif;
      max-width: 1280px;
      margin: 0px auto;
      overflow-x: hidden;
      padding: 0 20px;
    
    }

    .top-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }

    .top-bar h1 {
      font-size: 30px;
      margin: 0;
      margin-top: 20px;
	  margin-left: 10px;
    }

    .top-bar a {
      font-size: 14px;
      text-decoration: underline;
      color: black;
    }

    .slider-wrapper {
      position: relative;
    }
    .products img{
      display: flex;
    }
    .products {
     display: flex;
      overflow-x: auto;
	  overflow-y: hidden;
      scroll-behavior: smooth;
      gap: 10px;
      -webkit-overflow-scrolling: touch; 
     scrollbar-width: none; 
    }

    .products::-webkit-scrollbar {
      display: none;
    }


.product {
  flex: 0 0 auto;
  width: 290px;
  height: 400px; 
  background: white;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin: 10px 0px;
  transition: background-color 0.3s ease;
}

.product:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.view-btn {
  display: block;
  width: 100%;
  background-color: black;
  color: white;
  padding: 15px 0;
  font-size: 14px;
  text-decoration: none !important;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  margin-top: auto;
  transition: ease-in-out 0.3s backgroundcolor;

}
.sepetEkleBtn{
  font-weight: 500;
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  outline: none;
  height: 40px;
  width: 150px;
  background-color: black;
  color: white;
  border-radius: 10px;
  border: none;
  margin-top: auto;
  transition: background-color 0.3s ease-in-out;
   transition: border 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.sepetEkleBtn:hover{
  background-color: white;
  color: black;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid black;
}

.product:hover .view-btn {
  color: white;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s 0s;
}


@media (max-width: 768px) {
	.underbanner-wrapper{
	margin-top: 0px;
	}
	.slider-wrapper .arrow-btn{
    display: none;
  }
  .scroll-prgs {
    width: 100%;
    height: 4px;
    background-color: #e0e0e0; /* arka plan (gri ton) */
    border-radius: 4px;
    overflow: hidden;
    margin-top: 8px;
  }

  .scroll-prgs-bar {
    height: 100%;
    width: 0%;
    background-color: #000; /* siyah ilerleme rengi */
    transition: width 0.2s ease;
  }
	.container1{
    padding: 0px;
  }
  .brand, .name, .desc, .price {
    width: 100%;
    font-size: clamp(12px, 4vw, 16px);
    word-wrap: break-word;
    white-space: normal;       
    overflow: hidden;          
    text-overflow: clip;      
  }

  .view-btn {
    padding: 10px 0;
    opacity: 1 !important;         
    visibility: visible !important;
  }
}


.product img {
  width: 240px;
  height: 240px; 
  object-fit: cover;
  border-radius: 8px;
}


    .product .brand {
      font-size: 12px;
      font-weight: bold;
      margin-top: 10px;
    }

    .product .name {
      font-size: 13px;
      font-weight: bold;
      margin-top: 5px;
    }

    .product .desc {
      font-size: 12px;
      color: #555;
      margin-top: 5px;
      height: 30px;
      overflow: hidden;
    }

    .product .price {
      font-weight: bold;
      margin-top: 5px;
    }

.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%; 
  color: white; 
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  opacity: 0.7;
}

.arrow-btn:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
  opacity: 100%;
}

.arrow-left {
  left: -20px;
}

.arrow-right {
  right: -20px;
}


    .progress-bar-container {
      width: 100%;
      height: 4px;
      background-color: #ddd;
      border-radius: 2px;
      margin-top: 10px;
      overflow-x: hidden;
    }

    .progress-bar {
      height: 100%;
      width: 0%;
      background-color: black;
      transition: width 0.3s ease;
    }

.wrapper1 {
  overflow: hidden;
  position: relative;
  height: 145px;
  width: 100%;
}

.brand-scroller {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.brand-track {
  display: flex;
  width: max-content; 
  animation: scroll-left 30s linear infinite;
  flex-wrap: nowrap;
  gap: 20px;
}

.brand-inner {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
}
.underbanner-image{
  display: flex;
}

.brand-icon {
  width: 100px;
  max-height: 100px;
  margin: 5px;
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
}

.brand-icon:hover {
  transform: scale(1.1);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .wrapper1 {
    height: 110px;
  }
  
  .brand-icon {
    width: 80px;
    height: 90px;
    margin: 4px;
  }
  
  .brand-track {
    animation-duration: 25s;
  }
}

@media (max-width: 480px) {
  .wrapper1 {
    height: 80px; 
  }
  
  .brand-icon {
    width: 60px;
    height: 70px;
    margin: 3px;
  }
  
  .brand-track {
    animation-duration: 20s;
  }
}


  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .header-title {
    font-size: 28px;
    font-weight: bold;
  }

  .header-subtitle {
    font-size: 16px;
    color: #555;
  }

  .discover-link {
    text-decoration: underline;
    font-weight: bold;
    color: black;
    cursor: pointer;
  }

  .sidebar {
    width: 250px;
    padding: 20px;
    border-right: 1px solid #ddd;
  }

  .sidebar h2 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .category-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
  }
  
.category-title i {
  margin-left: auto;
  transition: transform 0.5s ease;
  font-size: 10px;
  text-shadow: 0 1px black;
}



.category-list {
  list-style: none;
  padding-left: 10px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.8s ease-in-out, opacity 0.4s ease;
}


  .category-list.open {
    max-height: 500px;
    opacity: 1;
  }

  .category-list li a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 0;
    text-decoration: none;
    color: #000000;
    transition: color 0.3s;
    margin-left: 10px;
  }

  .category-list li a:hover {
    color: #000;
  }

  .category-list li a.aktif {
    color: #b30000;
  }

  .urunler {
    flex: 1;
  }

  .urunler h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .urun-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
  }

  .urun-karti {
  max-width: 350px; 
  padding: 15px;
  margin: 0 auto;
  text-align: center;
  transition: background-color 0.3s ease;
  position: relative;
  margin: 10px;
  }

  .urun-karti:hover {
    box-shadow: 2px 0px 10px #cccccc;
  }

.urun-karti img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
  margin: auto;
}

.sepete-ekle-btn {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 110px;
  font-size: 14px;
  font-weight: bold;
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
    white-space: nowrap;
    margin-bottom: 10px;
}


.urun-karti:hover .sepete-ekle-btn {
  opacity: 1;
  pointer-events: auto;
}

.image {
    width: 280px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    
    object-fit: fill;
}

.image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




  .urun-karti h3 {
    font-size: 12px;
    font-weight: bold;
    color: #111;
  }

.urun-karti h3,
.urun-karti .urun-adi,
.alt-baslik {
  max-width: 250px;
  width: 100%;
  font-size: 15px;
  margin-top: 5px;
  margin-left: 10px; 
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  font-weight: 900;
}

  .urun-karti .alt-baslik {
    font-size: 16px;
    font-weight: 200;
  }

  .urun-karti .puan {
    font-size: 13px;
    color: black;
    margin-top: 5px;
  }

  .urun-karti .fiyat {
    font-weight: 900;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  
.favorite-btn {
  position: absolute;
  top: 15px;
  right: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 20px;
  color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.urun-karti:hover .favorite-btn {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .urun-grid {
    grid-template-columns: repeat(2, 1fr);
   
  }
}

@media (max-width: 880px) {
  body {
    overflow-x: hidden; 
  }
  
    .urun-karti .urun-adi {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; 
  }

    .favorite-btn {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .urun-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 10px;
  }

  .urun-karti {
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
  }

  .image {
    width: 180px;
    height: 210px;
  }

    .urun-karti h3,
  .urun-karti .urun-adi,
  .alt-baslik,
  .fiyat,
  .puan {
    font-size: 13px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal; 
    margin: 0 auto;
    max-width: 90%;
  }

  .urun-karti img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .sepete-ekle-btn {
    opacity: 1 !important;
    pointer-events: auto;
    padding: 8px 40px;
    height: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
  }
}


@media (max-width: 480px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  *, *::before, *::after {
    box-sizing: inherit;
  }

  .urun-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 8px;
    width: 100%;
  }

  .urun-karti {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    min-height: 290px;
    width: 100%;
    position: relative;
  }

  .image {
    width: 100%;
    height: 120px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .urun-karti img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
  }

  .urun-adi {
    font-size: 14px;
    text-align: center;
    margin: 2px 0;
    word-break: break-word;
  }

  .fiyat {
    font-weight: bold;
    margin-top: auto;
  }

  .sepete-ekle-btn {
    font-size: 12px;
    padding: 8px;
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    height: 40px;
    border-radius: 10px;
    margin-top: 6px;
  }

  .favorite-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    border: none;
    border-radius: 50%;
    padding: 4px;
    background: transparent;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .sub-text {
    display: none;
  }

  .main-text {
    font-size: 1.8rem;
  }

  .type img {
    border-width: 4px !important;
    max-width: 100%;
    width: 100%;
    padding: 0 3px;
    height: auto;
  }
}





  .container-urunler {
    max-width: 1400px;
    margin: 0 auto;  
    padding: 0 20px;
    display: flex;
    gap: 40px;
  }

  .breadcrumb {
    max-width: 1400px; 
    margin: 0 auto; 
    padding: 12px 20px 8px 20px; 
    font-weight: 300; 
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
    box-sizing: border-box;
    user-select: none;
    border-bottom: 1px solid #ddd;
  }

@media (max-width: 480px) {
    .breadcrumb {
      font-size: 12px;
    font-weight: 700; 
  }
}

@media (max-width: 290px) {
    .breadcrumb {
      font-size: 9px;
    font-weight: 700; 
  }
}

  .breadcrumb a {
    color: #979797;
    text-decoration: none;
    white-space: nowrap;
  }

  .breadcrumb a:hover {
    text-decoration: underline;
  }

  .breadcrumb .separator {
    color: #999;
  }

  .breadcrumb .current-category {
    font-weight: bold;
    color: #000;
    white-space: nowrap;
  }

.category-ac-btn {
  display: none;
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
  
  .urunler {
    margin-left: 0;
  }
  
  .pagination {
    display: flex;
    flex-wrap: nowrap; 
    overflow-x: auto;  
    gap: 4px;
    padding: 6px 0;
  }

  .page-btn {
    flex: 0 0 auto;  
    padding: 4px 8px;
    font-size: 10px;
    min-width: 24px;
    white-space: nowrap;
  }
  .category-ac-btn {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    padding: 14px 32px;
    background: linear-gradient(135deg, #ff6a00, #ee0979);
    color: white;
    font-weight: 600;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 6px 15px rgba(238, 9, 121, 0.7);
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }

  .category-panel {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: white;
    z-index: 10001;
    overflow-y: auto;
    padding: 20px;
  }

  .category-panel.acik {
    display: block;
  }

  .kapat-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .category-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.7s ease;
 }
 
 
  .category-list.acik {
    max-height: 1000px;
  }

.filter-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  position: fixed;
  top: 70px; 
  right: 0px;
  z-index: 10000;
  padding: 8px 14px;
  background-color: white;
  color: black;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 20px 0 0 20px;
  cursor: pointer;
  box-shadow: none;
}
  
  .filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }

.filter-panel {
  position: fixed;
  top: 0;
  left: 0; 
  width: 100%; 
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1001;
}

  .filter-panel.active {
    transform: translateX(0);
  }

  .filter-header {
  display: flex;
  justify-content: center; 
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #000;
  color: #fff;
  position: relative;
  }

  .here {
    border-bottom: 1px solid #e0e0e0;
    width: 400px;
  }


    .toggle-icon {
    transition: transform 0.4s; 
    margin-left: 10px;
    font-size: 12px;
  }

.toggle-subcategories {
  background: none;
  border: none;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
  color: #333;
}

.toggle-subcategories[aria-expanded="true"] {
  transform: rotate(180deg);
}


  .filter-title {
    font-weight: bold;
    font-size: 14px;
  }

  .close-btn {
  position: absolute;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
  }

  .filter-section {
    padding: 15px;
  }

  .filter-section-title {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }

  .filter-option {
    margin-bottom: 8px;
  }

  .filter-option label {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
  }
  
  .filter-option input {
    margin-right: 10px;
  }

  .filter-footer {
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }

  .cancel-btn, .apply-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
  }

  .cancel-btn {
    background-color: #f0f0f0;
    color: #333;
  }

  .apply-btn {
    background-color: #d2373b;
    color: white;
  }
}

#filterPanel, #filterOverlay, .filter-btn {
  display: none;
}

@media (min-width: 769px) {
  .filter-btn {
    display: none !important;
  }
   .sort-btn {
  display: none !important;
}
}

@media (max-width: 768px) {
  #filterPanel, #filterOverlay, .filter-btn {
    display: block;
  }

  .filter-btn {
    display: block;
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 14px;
    padding: 12px 0;
    border: none;
    border-radius: 0 !important;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    border: 1px solid rgb(190, 189, 189);
    border-radius: 5px;
    cursor: pointer;
  }

  .toolbar {
    display: flex !important;
    gap: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    padding: 10px;
    box-sizing: border-box;
    position: sticky;
  }
    .sort-btn {
    display: block;
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 14px;
    padding: 12px 0;
    border: none;
    border-radius: 0 !important;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    border: 1px solid rgb(190, 189, 189);
    border-radius: 5px;
    cursor: pointer;
  }


  .filter-btn, .sort-btn {
    flex: 1;
  }
}

@media (min-width: 769px) {
  .filter-btn {
    display: none;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  gap: 8px;
  user-select: none;
}

.page-btn {
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: white;
  color: #333;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-btn:hover:not(:disabled) {
  background-color: #000;
  color: white;
}

.page-btn:disabled {
  cursor: default;
  opacity: 0.5;
}

.page-btn.active {
  background-color: #000;
  color: white;
  cursor: default;
}

.type {
  position: relative;
  display: inline-block;
}
.firstcenter{
  border-top: 1px solid rgb(214, 214, 214);
  margin-top: 10px;
}

.type img {
  border: 15px solid #000;
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 35%;       
  left: 3%;     
  color: rgb(0, 0, 0);
  text-align: left;
  user-select: none;
  pointer-events: none;
}

.main-text {
  font-size: 3.5rem;
  font-weight: 600;
  margin-top: -15px;
  margin-bottom: 5px;
  text-shadow: 0.5px 0 black, -0.5px 0 black, 0 0.5px black, 0 -0.5px black;
  font-family: 'Poppins',sans-serif;
}


.sub-text {
  max-width: 1050px; 
  white-space: normal; 
  word-wrap: break-word;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
}


@media (max-width: 768px) {
  .sub-text {
    display: none;
  }

  .main-text {
    font-size: 2.2rem;
  }

  .type img {
    border-width: 6px !important;
    max-width: 100%;
    width: 100%;       
    height: auto;      
    padding: 0 5px;
    box-sizing: border-box; 
    display: block;    
    margin: 0 auto;   
  }
}

@media (max-width: 521px) {
  .sub-text {
    display: none;
  }

  .main-text {
    font-size: 1.3rem;
  }

  .type img {
    border-width: 6px !important;
    max-width: 100%;
    width: 100%;       
    height: auto;
    padding: 0 3px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
  }
}


.container2 {
  display: flex;
  gap: 30px;
  padding: 40px 20px;
  max-width: 1280px;
  margin: auto;
  padding-top: 0px;
  align-items: flex-start;
}

.left {
  position: sticky;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1px;
  width: max-content; 
}

.thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 410px;    
  overflow-y: hidden;     
  overflow-x: hidden;    
  align-items: flex-start;
  padding: 5px 0;
}

.thumbs .thumb {
  flex-shrink: 0;        
  display: block;
  width: 100px;          
  height: 100px;         
  object-fit: fill;    
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
}

.arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin: 10px;
}


    .thumbs img {
      width: 150px;
      height: 150px;
      object-fit: fill;
      border-radius: 6px;
      border: 2px solid transparent;
      cursor: pointer;
    }


.main-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;

}

.main-image img {
  width: 100%;
  max-width: 500px;
  height: 100%; 
  max-height: 500px; 
  border-radius: 8px;
  object-fit: fill; 
}

    .right {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin-top: 15px;
      font-family: 'Poppins',sans-serif;
      letter-spacing: 0.5px;
    }

    .product-name {
      font-size: 20px;
      font-weight: bold;
    }

    .stars {
      display: flex;
      gap: 5px;
      font-size: 16px;
    }
    .stars span{
      margin-left: 20px;
    }

    .right p {
      font-size: 15px;
    }

    .productprice {
      font-size: 20px;
      font-weight: bold;
    }

.color-th {
    font-size: 16px;
}

.colors {
  display: flex;
  gap: 9px;
  margin-top: 10px;
  overflow-x: hidden;
  transition: all 0.3s ease;
  width: 485px;
  position: relative;
  z-index: 1;
}

.colors.slider-enabled {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; 
  -ms-overflow-style: none;  
}

.colors.slider-enabled::-webkit-scrollbar {
  display: none;
}

.color-circle {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid transparent;
  cursor: pointer;
}

.color-circle.active {
  border-color: black;
}

.color-slider-wrapper .scroll-left,
.color-slider-wrapper .scroll-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
  display: none; 
  color: #333;
  padding: 0 5px;
}

.color-slider-wrapper .scroll-left {
  left: 3px;
}

.color-slider-wrapper .scroll-right {
  right: 23px;
}

.color-slider-wrapper .scroll-left,
.color-slider-wrapper .scroll-right {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: none;
  cursor: pointer;
  z-index: 2;
  color: #333;
  padding: 0;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  font-size: 18px;
}



.color-slider-wrapper .colors.slider-enabled:hover ~ .scroll-left,
.color-slider-wrapper .colors.slider-enabled:hover ~ .scroll-right {
  display: block;
}
    .produtc-btn {
      font-family: 'Poppins',sans-serif;
      letter-spacing: 0.5px;
      background: black;
      color: white;
      padding: 12px 24px;
      font-size: 17px;
      font-weight: 900;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      margin-top: 10px;
      width: 400px;
    }

.payment {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 30px;
}

.payment-label {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}

.payment-icons {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding-left: 290px;
}

.payment-icons i {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.payment-icons i svg {
  width: 100%;
  height: 100%;
  display: block; 
}


.delivery-box,
.accordion {
  font-family: 'Poppins',sans-serif;
  width: 540px;
  margin-left: 690px;
  box-sizing: border-box;
  text-align: left;        
}


@media (max-width: 1224px) and (min-width: 900px)  {
  .delivery-box,
.accordion {
  max-width: 522px;
  width: 100%;
  margin-left: auto; 
  margin-right: 0;
  box-sizing: border-box;
}

}

.delivery-box hr {
  border: 1px solid #e2e0e0;
}


.delivery-box {
  margin-top: -70px;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
}

.delivery-icon i {
  position: absolute;
  margin-top: 20px;
  margin-left: 2px;
  font-size: 19px;
}

.accordion {
  font-size: 14px;
}

.delivery-item {
  margin-bottom: 15px;
  padding-left: 40px; 
}

.accordion-section {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.accordion-section-de {
  margin-top: 10px;
  padding-top: 10px;
}

.accordion-header {
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.accordion-header .icon {
  transition: transform 0.3s ease;
  font-size: 13px;
}
.accordion-header.active .icon {
  transform: rotate(90deg);
}

.accordion-content {
  display: none;
  margin-top: 10px;
  font-size: 14px;
}

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

.dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
}

.dot.red {
  background-color: red;
}

.dot.green {
  background-color: green;
}

.more-info {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  text-decoration: underline;
  font-size: 15px;
}

.accordion h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.accordion .desc2 {
  margin-bottom: 10px;
  font-size: 15px;
}

.accordion .hidden {
  display: none;
}

.accordion details {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}




  .breadcrumb2 {
    max-width: 1400px; 
    margin: 0 auto; 
    padding: 12px 20px 8px 80px; 
    font-weight: 500;
    color: #0c0c0c;
    display: flex;
    align-items: center;
    gap: 5px;
    box-sizing: border-box;
    user-select: none;
    font-family: 'Poppins',sans-serif;
  }

  .breadcrumb2 a {
    color: #979797;
    text-decoration: none;
    white-space: nowrap;
  }

  .breadcrumb2 a:hover {
    text-decoration: underline;
  }

    .breadcrumb2 .separator {
    color: #999;
  }

  .brand-name {
    color: #000 !important;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
  }

  .xox {
    color: #000;
  }

.text-container {
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
  gap: 0;
  font-weight: 500;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-start;
}

.favorite-icon {
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  margin-left: 460px; 
}

.mobile-slider {
  display: none;
  overflow: hidden;
  position: relative;
  width: 400px;
  margin-bottom: 20px;
}

.slider-wrapper2 {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.slider-image {
  display: flex;
}
.dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dots span {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.dots span.active {
  background-color: #333;
}

@media (max-width: 1024px) {
    .color-slider-wrapper .scroll-left,
  .color-slider-wrapper .scroll-right {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .mobile-slider {
    display: block;
  }

  .left, .main-image {
    display: none;
  }
  .color-slider-wrapper .scroll-left,
  .color-slider-wrapper .scroll-right {
    display: none !important;
  }

    .favorite-icon {
        top: 1px;
        right: 5px;
        width: 35px;
        height: 35px;
    }
.breadcrumb2 {
    font-size: 12px;
    margin-left: 0; 
    text-align: left; 
    width: 100%; 
    padding-left: 15px; 
    box-sizing: border-box; 
}
  .payment {
    position: relative;
    max-width: 1000px;
  }

.accordion-header.active .icon {
  transform: rotateZ(90deg);
  margin-top: -35px;
  margin-right: -15px;
}

  .payment-icons {
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%); 
    display: flex;
    gap: 8px;
    background: white;
    padding: 5px;
    border-radius: 4px;
  }

  .payment-label {
    display: inline-block;
    max-width: calc(100% - 120px); 
  }

  .payment-icons i {
    min-width: 24px; 
    text-align: center; 
  }
  .produtc-btn {
    width: 100%;
  }
.color-slider-wrapper {
  width: 100% !important;
  overflow: visible;
  margin: 0 auto;
  position: relative;
}
  
.colors {
  min-width: 100px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.colors::-webkit-scrollbar {
  display: none;
}
  .right-column {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
  }

  .delivery-box,
  .accordion {
    width: 100%;
    margin-left: 0;
  }

  .delivery-box {
    margin-top: 0;
    padding: 15px;
  }

  .delivery-icon i {
    left: 23px;
  }

  .delivery-item {
    padding-left: 25px;
  }
}

@media (max-width: 340px) {

  .payment-icons {
    gap: 0px;
    right: -10px;
  }
    .payment-icons i {
      font-size: 18px;
  }
}

@media (max-width: 245px) {

}

.review-container {
    display: flex;
    gap: 30px; 
    margin: 0 auto;
    padding: 30px; 
    background-color: #fff;
    color: #000;
    position: relative;
    max-width: 1335px; 
    align-items: flex-start;
}

.background-review {
    background-color: #f1f1f1;
    width: 480px; 
    padding: 20px; 
    border-radius: 10px;
    margin-top: -18px;
}

.review-left {
    flex: 1;
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    gap: 15px; 
}

.review-right {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 20px; 
}

.review-title h2 {
    font-size: 26px; 
    font-weight: bold;
    margin: 0;
}

.review-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px; 
    margin-top: 0;
}

.stars-com {
    font-size: 20px; 
    text-align: center;
    min-width: 140px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; 
    margin-bottom: 0;
}

.rating-stars {
    font-size: 18px; 
    margin-top: 8px; 
    letter-spacing: 5px; 
}

.bar-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px; 
    gap: 8px; 
}

.bar {
    height: 8px; 
    background: #ddd;
    width: 200px; 
    position: relative;
    margin-left: 10px; 
    border-radius: 4px; 
}

.bar .fill {
    height: 100%;
    background: #000;
    border-radius: 4px; 
}

.reviews {
    margin-top: 25px; 
    display: flex;
    flex-direction: column;
    gap: 20px; 
}

.review {
    background: #f1f1f1;
    padding: 25px; 
    border-radius: 10px; 
}

.review .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px; 
    margin-bottom: 12px; 
}

.review .rating {
    display: flex;
    align-items: center;
    gap: 6px; 
    font-weight: bold;
    font-size: 16px; 
}

.review .title {
    font-weight: bold;
    margin: 12px 0 8px; 
    font-size: 18px; 
}

.review .text {
    margin-bottom: 15px; 
    line-height: 1.6;
    font-size: 16px; 
}

.review .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px; 
}

.review .like-dislike {
    display: flex;
    gap: 12px; 
}

.review .like-dislike span {
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px; 
    border-radius: 12px; 
    display: flex;
    align-items: center;
    gap: 6px; 
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px; 
}

.link {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px; 
    margin-top: 15px; 
    display: block;
    text-align: center;
}

.more {
    text-align: center;
}

.review {
    display: none; 
}

.review:nth-child(1),
.review:nth-child(2) {
    display: block;
}

.review .header {
    position: relative; 
    padding-top: 25px; 
}

.review-date {
    position: absolute; 
    top: 0; 
    right: 0; 
    color: #666;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.nick {
  margin-top: -30px;
}

@media (max-width: 768px) {
    .review-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .review-left, .review-right {
        width: 100%;
        flex: none;
    }
    
    .review-summary {
        flex-direction: column;
        gap: 15px;
    }
    
    .bar {
        width: 150px; 
    }
    
    .header {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    
    .background-review {
      width: 100%;
    }
    
    .rating {
        justify-content: flex-start;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .review-container {
        gap: 15px;
    }
    
    .bar {
        width: 160px; 
    }
}

@media (max-width: 260px) {
  .review-date {
    display: none;
  }
}

.cc-background {
  background-color: rgb(243, 243, 243);
  min-height: 100vh;
  padding: 15px 0; 
}
.position{
  font-family: 'Poppins',sans-serif;
  letter-spacing: 0.5px;
}

.ff-cc {
    background-color: rgb(243, 243, 243);
}

.cart-container {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  align-items: flex-start; 
}

.cart-left {
  flex: 1.7;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  overflow-y: hidden;
  max-height: none;
}

.cart-box h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.cart-item img {
  width: 110px;
  height: 110px;
  object-fit: fill;
  margin-right: 15px;
  border-radius: 4px;
}

.cart-item-details {
  flex: 1;
}

.cart-item-details h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

.cart-item-details p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

.cart-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px; 
}

.cart-actions input {
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 4px;
  pointer-events: none; 
  user-select: none;   
  -moz-user-select: none;
  -webkit-user-select: none;
  color: #000;        
}

.cart-actions button {
  background: none;
  border: none;
  color: rgb(0, 0, 0);
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.cart-price {
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  width: 70px;
  text-align: right;
  margin-top: 30px;
}

.cart-right {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}


    .promo-box {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 6px;
      box-sizing: border-box;
      box-shadow: 0 0 6px rgba(0,0,0,0.05);
    }

    .promo-inner {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 6px;
      box-sizing: border-box;
    }

    .promo-inner h4 {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .promo-input {
      display: flex;
    }

    .promo-input input[type="text"] {
      flex: 1;
      padding: 10px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 4px 0 0 4px;
      outline: none;
      box-sizing: border-box;
    }

    .promo-input button {
      background-color: #000000;
      color: #ffffff;
      border: none;
      padding: 10px 15px;
      font-weight: bold;
      cursor: pointer;
      border-radius: 0 4px 4px 0;
      margin-left: 5px;
      transition: background-color 0.3s ease;
    }

    .promo-input button:hover {
      background-color: #333333;
    }

    .promo-inner small {
      display: block;
      margin-top: 8px;
      font-size: 12px;
      color: #555555;
    }

    .summary-box {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 6px;
      box-sizing: border-box;
      box-shadow: 0 0 6px rgba(0,0,0,0.05);
    }

    .summary-box h4 {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 15px;
    }

    .summary-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 8px;
      font-size: 15px;
    }

.free-shipping {
    font-weight: bold;
}

.hmt {
   border-top: 1px solid #e2e0e0;
}

.cart-payment p{
  font-weight: 300;
}

.kdv {
  font-weight: 300;
  color: #363636;
  font-size: 13px !important;
}

    .summary-total {
      font-weight: bold;
      font-size: 16px;
    }

    .complete-btn {
      background-color: #000000;
      color: #ffffff;
      border: none;
      padding: 14px;
      font-weight: bold;
      width: 100%;
      margin-top: 15px;
      cursor: pointer;
      border-radius: 6px;
      transition: background-color 0.3s ease;
    }

    .complete-btn:hover:not(:disabled) {
      background-color: #333333;
    }

    .complete-btn:disabled {
      background-color: #cccccc;
      cursor: not-allowed;
    }

    .heart-icon {
    position: relative;
    top: 5px;
    left: 70%;
    transform: translateX(-50%);
    font-size: 17px;
    cursor: pointer;
    transition: color 0.3s;
}


    @media (max-width: 768px) {
      .cart-container {
        flex-direction: column;
      }

      .cart-left,
      .cart-right {
        flex: none;
        width: 100%;
      }
    }

.container-checkout {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
}

.row-check {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.col-lg-8 {
    flex: 0 0 calc(66.666% - 15px);
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.col-lg-4 {
    flex: 0 0 calc(33.333% - 15px);
}

.delivery-section, .billing-section, .payment-section {
    margin-bottom: 30px;
}

.delivery-option {
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 10px;
}

.free-badge {
    background: #000000;
    color: #fffafa;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 3px;
}

.delivery-date {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
    margin-left: 24px;
}

.billing-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.payment-box {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
}

.payment-icons img {
    height: 20px;
    margin-right: 8px;
    margin-top: 8px;
}

.order-summary {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.summary-item {
    margin: 15px 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 20px 0;
}

.help-box {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .col-lg-8, .col-lg-4 {
        flex: 0 0 100%;
    }
}

.delivery-toggle-btn {
    background: none;
    border: 1px solid #333;
    padding: 5px 12px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
}
.delivery-toggle-btn:hover {
    background: #333;
    color: #fff;
}

    .edit-container-add {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }

.toggle-shipping-info {
    transition: all 0.3s ease;
    text-decoration: underline;
}

.address-box {
    font-weight: 500;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.address-box p {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #333;
    word-break: break-word;
    overflow: hidden;
}

.form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.form-control:focus {
    outline: none;
}

textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

.custom-checkbox {
    margin: 15px 0;
}

.font-weight-semi-bold {
    font-weight: 600;
    color: #333;
}

.collapse {
    padding: 15px;
    border-radius: 4px;
    margin-top: 10px;
}

.custom-control-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.custom-control-label {
    cursor: pointer;
    padding-left: 25px;
    position: relative;
}

.custom-control-label::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    color: #000000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.custom-control-input:checked ~ .custom-control-label::before {
    content: "-";
    background-color: #030303;
    color: white;
}

.custom-control-label:hover::before {
    background-color: #f0f7ff;
}

.btn-dark {
    background-color: #000000;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}


form button[type="submit"],
form button[type="button"] {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    font-size: 16px;
}

form[action="odeme.php"] button {
    background-color: #000000;
}


.mt-3 {
    margin-top: 1rem;
}


@media (max-width: 768px) {
    .btn-dark {
        padding: 14px 20px;
        font-size: 16px;
    }
    
}

.m333 {
    border: 1px solid rgb(243, 243, 243);
    border-radius: 6px;
}

.product-payment {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 22px;
    margin-right: 10px;
    display: flex;
    gap: 8px;
}

.payment-box {
    position: relative;
    padding-right: 110px;
    min-height: 60px;
}

@media (max-width: 768px) {
    .product-payment {
        position: static;
        justify-content: flex-start;
        margin-top: 15px;
    }
    
    .payment-box {
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .product-payment {
        gap: 5px;
    }
    
    
}

input[type="radio"] {
  accent-color: #000;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}

.summary-arrow {
    transition: transform 0.3s ease;
    cursor: pointer;
    padding: 5px;
}

.summary-arrow.down {
    transform: rotate(0deg);
}

.summary-arrow.up {
    transform: rotate(180deg);
}

.urun-listesi {
    display: none;
    border-radius: 4px;
}

.urun-listesi.show {
    display: block;
}

.urun-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
        word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.urun-item:last-child {
    border-bottom: none;
}

.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    min-height: calc(100vh - 60px);
}

.login-card {
    font-family: 'Poppins',sans-serif;
    letter-spacing: 0.5px;
    background: #fff;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.login-card h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.login-card .subtitle {
    font-size: 15px;
    margin-bottom: 20px;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.login-form input{
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none;
}

.login-form button {
    font-family: 'Poppins',sans-serif;
    letter-spacing: 0.5px;
    background: #777;
    color: #fff;
    border: none;
    padding: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s;
}

.login-form button:hover {
    background: #000;
}

.note {
    font-size: 12px;
    color: #555;
    margin-bottom: 15px;
    font-weight: 500;
}

.description {
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}

.kvkk-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.kvkk-text {
    font-size: 12px;
    color: #444;
    line-height: 1.4;
}

.kvkk-text a {
    color: #333;
    text-decoration: underline;
}

.register-text a {
  font-weight: 300;
  color: black;
  letter-spacing: 0.5px;
}

.profil-container {
    display: flex;
    max-width: 1100px;
    margin: 30px auto;
    background-color: rgb(243, 243, 243);
    align-items: flex-start;
}
.profil-sidebar {
    width: 270px;
    border-right: 1px solid #eee;
    padding: 20px;
    background: #ffffffff;
    margin-top: 30px;
    border-radius: 5px;
}
.profil-sidebar h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.profil-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.profil-sidebar ul li {
    margin-bottom: 15px;
}
.profil-sidebar ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 8px 0;
    transition: color 0.3s ease;
}
.profil-sidebar ul li a:hover {
    color: #000000ff;
}
.profil-sidebar ul li a.active {
    color: #000000ff;
    font-weight: bold;
    border-left: 3px solid #000000ff;
    padding-left: 10px;
}
.profil-sidebar .logout-btn {
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    margin-top: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.profil-sidebar .logout-btn:hover {
    background: #000;
    color: #fff;
}
.profil-content {
    flex: 1;
    padding: 30px;
    background: #f5f5f5;
}
.card {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-family: 'Poppins',sans-serif;
    letter-spacing: 0.5px;
}
.card h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}
.form-label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}
.form-input:focus {
    border-color: #000000ff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.form-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
    min-height: 80px;
    transition: border-color 0.3s ease;
}
.form-textarea:focus {
    border-color: #000000ff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.checkbox-group {
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.checkbox-group input[type="checkbox"] {
    margin-right: 10px;
    min-width: 18px;
    min-height: 18px;
    accent-color: #000000ff;
}
.checkbox-group label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.form-submit-btn {
    width: 400px !important;
    background: #000000ff;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}
.form-submit-btn:hover {
    background: #020202ff;
}
.form-submit-btn:active {
    transform: translateY(1px);
}

.form-row {
    display: flex;
    gap: 15px;
}
.form-row .form-group {
    flex: 1;
    margin-bottom: 15px;
}

.siparis-kutu {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.siparis-kutu h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.urun-kutu {
    display: flex;
    font-size: small;
    gap: 15px;
    padding: 15px;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 15px;
    align-items: flex-start;
}
.urun-kutu img {
    width: 100px;
    height: 100px;
    object-fit: fill;
    margin-right: 15px;
    border-radius: 4px;
}
.urun-kutu p {
  
  font-weight: 600;
    margin: 5px 0;
    flex: 1;
    min-width: 200px;
        word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

@media (max-width: 480px) {
    .urun-kutu p {
        min-width: 100px;
        font-size: 12px;
        line-height: 1.2;
        margin: 3px 0;
    }
}

.btn-primary {
  color: #000;
}

.yorum-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px 0;
    font-family: inherit;
    resize: vertical;
}
.yorum-submit-btn {
    background: #000000ff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}
.yorum-submit-btn:hover {
    background: #020202ff;
}
.star-rating i {
    font-size: 15px;      
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s ease;
    padding: 0 2px;
}
.star-rating i.selected {
    color: #000000;
}

.profil-sidebar,
.profil-content {
    padding-top: 30px;
}

@media (max-width: 768px) {
    .profil-container {
        flex-direction: column;
        width: 95%;
        max-width: 500px;
        margin: 20px auto;
        align-items: center;
    }
    
    .profil-sidebar {
        width: 100% !important;
        max-width: 450px;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    
    .profil-content {
        width: 100% !important;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(255, 255, 255, 0.05);
    }
    
    .profil-sidebar ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    
    .profil-sidebar ul li {
        margin-bottom: 0;
    }
    
    .profil-sidebar ul li a {
        padding: 10px 15px;
        background: #f5f5f5;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    
    .profil-sidebar ul li a:hover {
        background: #000000ff;
        color: white !important;
    }
    
    .profil-sidebar ul li a.active {
        border-left: none;
        border-bottom: none;
        background: #000000ff;
        color: white !important;
        padding: 10px 15px;
    }
    
    .form-submit-btn {
        width: 100% !important;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    
    .card {
        margin-bottom: 20px;
    }
    
    .urun-kutu {
        flex-direction: column;
    }
    
    .urun-kutu img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .cc-background {
        display: flex;
        justify-content: center;
    }
    
    .form-input, 
    .form-textarea {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .profil-container {
        width: 100%;
        margin: 10px auto;
    }
    
    .profil-content {
        padding: 0px;
    }
    
    .profil-sidebar ul {
        gap: 10px;
    }
    
    .profil-sidebar ul li a {
        padding: 8px 12px;
        font-size: 13px;
    }
    
    .form-submit-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .card h4 {
        font-size: 16px;
    }
    
    .siparis-kutu h4 {
        font-size: 14px;
    }
    
    .urun-kutu img {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .profil-container {
        width: 90%;
        margin: 25px auto;
    }
    
    .profil-sidebar {
        width: 220px;
    }
    
    .profil-content {
        padding: 25px;
    }
}

.order-title {
    cursor: pointer;
    padding: 15px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
}

.order-title h4 {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 16px;
    color: #333;
    border-bottom: none;
    padding-bottom: 0;
}

.accordion-arrow {
    transition: transform 0.3s ease;
    font-size: 14px;
    margin-left: 10px;
}

.accordion-arrow.open {
    transform: rotate(180deg);
}

.siparis-detay {
    padding: 15px 0;
}

.yorum-yaz-container {
    margin-top: -20px;
    padding-top: 15px;
}

.yorum-ust {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.yorum-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 14px;
    justify-self: flex-end;
    margin-right: auto;
    font-weight: 600;
}
.yorum-formu {
    margin-top: 10px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    animation: fadeIn 0.3s ease;
    clear: both;
}

.yorum-baslik {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

.yorum-formu textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 10px 0;
    font-family: inherit;
    resize: vertical;
    min-height: 100px;
    font-size: 14px;
}

.yorum-formu textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.yorum-butonlar {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 15px;
}

.yorum-gonder {
    background: #000000;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s ease;
}

.yorum-gonder:hover {
    background: #333;
}

.yorum-iptal {
    background: #000000;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s ease;
}

.yorum-iptal:hover {
    background: #333;
}


@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .yorum-ust {
        justify-content: center;
    }
    
    .yorum-butonlar {
        flex-direction: column;
    }
    
    .yorum-gonder,
    .yorum-iptal {
        width: 100%;
    }
    
    .yorum-formu {
        padding: 15px;
    }
}

.urun-kutu > div {
    width: 100%;
    position: relative;
}

.favorites-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.favorite-item {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.favorite-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.favorite-image {
    width: 180px;
    height: 180px;
    object-fit: fill;
    flex-shrink: 0;
}

.favorite-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: space-between;
}

.favorite-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000000;
}

.favorite-color {
    color: #080808;
    font-size: 13px;
    margin-bottom: 8px;
}

.favorite-price {
    font-weight: 700;
    color: #000;
    font-size: 15px;
    margin-bottom: 15px;
}

.favorite-actions {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.view-product {
    background: #111;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    flex: 1;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.2s ease;
    text-decoration: none;
}

.view-product:hover {
    background: #333;
    color: #fff;
    transform: scale(1.03);
    text-decoration: none;
}

.remove-favorite {
    background: #000000;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.2s ease;
}

.remove-favorite:hover {
    background: #c82333;
    transform: scale(1.03);
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.page-numbers {
    display: flex;
    gap: 8px;
}

.page-link {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link:hover:not(.disabled):not(.active) {
    background: #f5f5f5;
    border-color: #ccc;
}

.page-link.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

.page-link.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-link.prev,
.page-link.next {
    padding: 8px 20px;
    font-weight: 500;
}

.page-dots {
    padding: 8px 5px;
    color: #777;
}

.no-favorites {
    text-align: center;
    padding: 50px 20px;
    color: #666;
}

.no-favorites i {
    font-size: 52px;
    color: #ddd;
    margin-bottom: 20px;
    display: block;
}

.no-favorites p {
    margin-bottom: 20px;
    font-size: 16px;
}

.browse-products {
    background: #111;
    color: white;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.browse-products:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
    .favorites-list {
        grid-template-columns: 1fr;
    }
    
    .favorite-item {
        flex-direction: row;
        gap: 15px;
    }
    
    .favorite-image {
        width: 120px;
        height: 120px;
        border-bottom: none;
        border-right: 1px solid #eee;
    }
    
    .favorite-info {
        padding: 15px;
    }

    .pagination {
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .page-numbers {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    .favorite-item {
        flex-direction: column;
    }
    
    .favorite-image {
        width: 300px;
        height: 300px;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
	  .favorite-price-container{
    margin-bottom: 20px;
  }
  .favorite-item{
    text-align: center;
  }
  .favorite-image{
    width: 300px;
    height: 300px;
  }
    
    .favorite-actions {
        flex-direction: column;
    }
    
    .view-product,
    .remove-favorite {
        width: 100%;
    }
    
    .page-link {
        padding: 6px 12px;
        font-size: 13px;
    }
    
    .page-link.prev,
    .page-link.next {
        padding: 6px 15px;
    }
}

.input-group.quantity {
    display: flex;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: fit-content;
}

.input-group .btn-minus,
.input-group .btn-plus {
    background: #ffffff;
    color: #000000;
    border: none;
    width: 28px;
    height: 28px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

.input-group .btn-minus:hover,
.input-group .btn-plus:hover {
    background: #000000; 
    color: #ffffff; 
}


.input-group .form-control {
    width: 50px;              
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    outline: none;
    background: #f8f8f8;
    height: 28px;
    line-height: 28px;
    box-shadow: none;
    margin: 0;
}

.price-quantity-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0 !important;
    padding: 0 !important;
}

.productprice {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}

.text-container {
    margin-bottom: 8px !important;
}

.xox {
    margin-top: 5px !important;
    display: inline-block;
}

.w-100 {
  width: 100% !important;
}

.stok-bildirim-form {
  max-width: 1000px !important; 
  padding: 0 10px;
  box-sizing: border-box;
  margin: 20px auto;
  margin-left: -10px;
  clear: both;
}

.stok-bildirim-card {
  width: 533px !important; 
  border: 1px solid #cacaca;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 20px;
  margin-right: 1px;
}

.stok-bildirim-baslik {
  background: #000000;
  color: #fff;
  text-align: center;
  padding: 12px 15px; 
  font-size: 18px; 
  font-weight: 600;
}

.stok-bildirim-formu {
  padding: 15px 20px 20px; 
  text-align: center;
}

.stok-email-input {
  width: 100%;
  max-width: 320px; 
  padding: 12px 18px; 
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  font-size: 14px; 
  outline: none;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.stok-email-input::placeholder {
  color: #bdbdbd;
  font-size: 13px;
}

.stok-kaydet-btn {
  display: block;
  width: 100%;
  max-width: 320px; 
  margin: 12px auto 0;
  padding: 11px 16px; 
  border-radius: 30px;
  border: none;
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
  font-size: 14px; 
}



.stok-bildirim-msg {
  margin-top: 10px;
  font-size: 13px;
  color: #ffffff;
  min-height: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}


.br:before,
.br:after {
  content: "";
  display: table;
}

.br:after {
  clear: both;
}

@media (max-width: 1260px) and (min-width: 901px){
.stok-bildirim-card {
  width: 500px !important; 
  border: 1px solid #cacaca;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 20px;
}
}

@media (max-width: 900px) {
  .stok-bildirim-form {
    padding: 0;          
    margin: 0;           
    max-width: 100%;     
  }

  .stok-bildirim-card {
    width: 100% !important;  
    border-radius: 0;        
    margin: 0;               
  }

  .stok-bildirim-baslik {
    font-size: 16px;
    padding: 12px 15px;
    width: 100%;
  }

  .stok-bildirim-formu {
    padding: 15px 20px 20px;
    width: 100%;
  }

  .stok-email-input,
  .stok-kaydet-btn {
    max-width: 100%;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .stok-kaydet-btn {
    margin-top: 12px;
    padding: 12px 16px;
  }
}

@media (max-width: 350px) {
  .stok-bildirim-form {
    padding: 0;
  }

  .stok-bildirim-baslik {
    font-size: 15px;
    padding: 10px 12px;
  }

  .stok-bildirim-formu {
    padding: 12px 15px 16px;
  }

  .stok-email-input,
  .stok-kaydet-btn {
    padding: 11px 14px;
    font-size: 13px;
  }
}


.stok-yok-yazi {
    position: absolute;
    top: 18px;
    left: 15px;
    background: white;
    color: black;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.urun-karti.stok-yok .image {
    position: relative;
}


.urun-karti.stok-yok .image {
    position: relative;
}

.sepete-ekle-btn[disabled] {
    background: #000000 !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
}

@media (max-width: 480px) {
  .stok-yok-yazi {
    display: none;
  }
}

@media (max-width: 880px) and (min-width: 4px) {
  .stok-yok-yazi {
    font-size: 11px;
    top: 13px;
  }
}

    .overlay {
      position: fixed;
      top: 0; 
      left: 0;
      width: 100%; 
      height: 100%;
      background: rgba(0,0,0,0.6);
        display: none;
      justify-content: center;
      align-items: center;
      z-index: 9998;
      padding: 20px;
      box-sizing: border-box;
    }

    .cookie-popup {
      background: #fff;
      max-width: 1100px;
      width: 100%;
      padding: 30px;
      box-shadow: 0 0 0 20px #000;
      font-family: Arial, sans-serif;
      position: relative;
      z-index: 9999;
      max-height: 90vh;
      overflow-y: auto;
      box-sizing: border-box;
      margin: 0 auto;
    }

    .cookie-popup h2 {
      font-size: 22px;
      font-weight: bold;
      letter-spacing: 3px;
      margin-bottom: 20px;
      text-align: center;
    }

    .cookie-popup p {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 12px;
    }

    .cookie-popup a {
      color: #000;
      text-decoration: underline;
      font-size: 13px;
    }

    .cookie-popup .actions {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      margin-top: 20px;
      flex-wrap: wrap;
    }

    .cookie-popup button {
      padding: 12px 18px;
      border: 1px solid #000;
      background: #fff;
      cursor: pointer;
      font-size: 14px;
      min-width: 140px;
    }

    .cookie-popup button.accept {
      background: #000;
      color: #fff;
    }

    .cookie-popup .top-link {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 13px;
    }

    @media (max-width: 768px) {
      .overlay {
        padding: 15px;
      }
      
      .cookie-popup {
        padding: 25px 20px;
        box-shadow: 0 0 0 10px #000;
      }
      
      .cookie-popup h2 {
        font-size: 20px;
        letter-spacing: 2px;
      }
      
      .cookie-popup p {
        font-size: 15px;
      }
      
      .cookie-popup .actions {
        flex-direction: column;
      }
      
      .cookie-popup button {
        width: 100%;
        margin-bottom: 10px;
      }
      
      .cookie-popup .top-link {
        position: static;
        text-align: center;
        display: block;
        margin-bottom: 15px;
      }
    }

    @media (max-width: 480px) {
      .overlay {
        padding: 10px;
        align-items: flex-start;
        padding-top: 30px;
      }
      
      .cookie-popup {
        padding: 20px 15px;
        box-shadow: 0 0 0 8px #000;
      }
      
      .cookie-popup h2 {
        font-size: 18px;
        letter-spacing: 1px;
      }
      
      .cookie-popup p {
        font-size: 14px;
      }
      
      .cookie-popup button {
        padding: 10px 15px;
        font-size: 13px;
        min-width: unset;
      }
    }

    .is-invalid {
    border: 1px solid #dc3545 !important;
    background-color: #fff5f5 !important;
}

#form-error-message {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 8px 12px;
    margin-top: 10px;
    font-size: 14px;
    color: #dd091e;
}

#form-error-message i {
    margin-right: 5px;
}

.shopphpfull{
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
}

@media (max-width: 360px) {
  .favorite-price-container{
    margin-bottom: 20px;
  }
  .favorite-item{
    text-align: center;
  }
  .favorite-image{
    width: 300px;
    height: 300px;
  }
  .container1{
    margin-top: 0px;
  }
  .product{
  justify-content: center;
  }
  .products{
     justify-content: left;
  }
  .products img{
      display: flex;
      justify-content: center;
      margin: 0 auto;
    }
  .cta-button-v2{
    margin-top: 0px;
  }
  .underbanner-image{
    display: flex;
    min-height: 300px;
    min-width: 300px;
  }
  .underbanner-wrapper{
    padding: 0px;
    gap: 0px;
  }
  .swiper-container{
    width: 100%;
    border-radius: 0px;
    object-fit: cover;
  }
  .slide-inner{
    display: flex;
    width: 100%;
    background-size: cover;
    background-position: left;
    height: 100%;
  }
  .wrapper1{
    height: auto;
  }
  .brand-icon{
    width: 100px;
    height: 100px;
    margin: 0px;
  }
  .brand-inner{
    gap: 10px;
  }
  .urun-karti{
    display: flex;
    margin: 0px;
  }
  .form-group .form-input{
    font-size: 14px;
  }
  .form-group .form-textarea{
    font-size: 14px;
  }
  .image{
    height: 150px;
    width: 150px;
  }
  .main-text{
    font-size: 30px;
  }
  .container-urunler{
    padding: 10px 0px;
  }
  .type img{
    padding: 0px;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    font-family: AvantGardeMedium,Arial,sans-serif;
    letter-spacing: .5px;
    line-height: 1.27;
    box-sizing: inherit;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    border: 1.25rem solid #000;
    object-fit: cover;
    object-position: 100% 100%;
    width: 100%;
    min-height: 144px;
    max-width: 1440px;
  }
  .profil-sidebar{
    margin-top: 0px;
  }
}
@media (max-width: 480px) and (min-width: 361px) {
	.container1{
    margin-top: 0px;
  }
    .product{
  justify-content: center;
  }
  .products img{
      display: flex;
      justify-content: center;
      margin: 0 auto;
    }
   .cta-button-v2{
    margin-top: 0px;
  }
  .underbanner-image{
    display: flex;
    min-height: 300px;
    min-width: 300px;
  }
  .underbanner-wrapper{
    padding: 0px;
    gap: 0px;
  }
   .swiper-container{
    width: 100%;
    border-radius: 0px;
    object-fit: cover;
  }
   .slide-inner{
    display: flex;
    width: 100%;
    background-size: cover;
    background-position: left;
    height: 100%;
  }
  .wrapper1{
    height: auto;
  }
  .brand-icon{
    width: 100px;
    height: 100px;
    margin: 0px;
  }
  .brand-inner{
    gap: 10px;
  }
  .urun-karti{
    display: flex;
    margin: 0px;
  }
  .image{
    height: 150px;
    width: 150px;
  }
   .main-text{
    font-size: 35px;
  }
  .container-urunler{
    padding: 10px 0px;
  }
  .type img{
    padding: 0px;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    font-family: AvantGardeMedium,Arial,sans-serif;
    letter-spacing: .5px;
    line-height: 1.27;
    box-sizing: inherit;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    border: 1.25rem solid #000;
    object-fit: cover;
    object-position: 100% 100%;
    width: 100%;
    min-height: 144px;
    max-width: 1440px;
  }
}
.logout-btn{
  font-family: 'Poppins',sans-serif;
}
.form-submit-btn{
    font-family: 'Poppins',sans-serif;
}
.right-column{
  font-family: 'Poppins',sans-serif;
}

#notification{
  z-index: 100;
  background: black;
}
.review .text{
  font-weight: 500;
}
.alert_text-center{
  font-family: 'Poppins',sans-serif;
}
.product-card{
  color: black;
  text-decoration: none;
}
.promo-mesaj {
    font-size: 13px;
    font-weight: 500;
}

.promo-mesaj.basari {
    color: #0d6832;
}

.promo-mesaj.hata {
    color: #cc0000;
}
.paymenticons img{
width: 350px;
}
