.product-grid-items hr{
  display:none!important
}
.product-grid-items form{
  display:none!important
}
.product-grid-items .spbanner {
  display:none!important
}
.spbanner img{border-radius: 16px}

@media screen and (max-width: 640px) {
    .logo-img {
        height: 30px;
        width: auto;
    }
}
#sepet-hizli-urunler .text-left{display:none!important}
#sepet-hizli-urunler .text-left{display:none!important}
.product-item-type-1-price-value{visibility: hidden!important}
#shopPHPUrunFiyatYTL{visibility: hidden!important}
.footer-links li {
  list-style-type: none;
  display: block;
  font-family: Satoshi;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .3px;
  letter-spacing: .02em;
  line-height: 20px;
  text-align: left;
  margin-top:16px;
}
.footer-links li a {
    color: #fff!important;

}
.footer-bottom-links li {
  list-style-type: none;
  float:right
}
.footer-bottom-links li a {
  color: #8b9499;
  display: inline-block;
  font-family: Satoshi;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  float:left;
  margin: 0 0 0 32px;


}
.footer-bottom-links li a:hover {
  color: #fff;


}
.mod_MS_secim_container{

  border:0px solid #fff!important
}

input[type="file"][name="mod_MS_filesecim"] {
    position: relative;
    width: 100%;
    height: 48px;
    border: 2px dashed #e0e0e0;
    border-radius: 8px;
    background-color: #fafafa;
    cursor: pointer;
    font-size: 0;
    transition: all 0.3s ease;
}

input[type="file"][name="mod_MS_filesecim"]:hover {
    border-color: #2196F3;
    background-color: #f5f5f5;
}

input[type="file"][name="mod_MS_filesecim"]::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('../dist/svg/file-upload.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

input[type="file"][name="mod_MS_filesecim"]::after {
    content: 'Yükle';
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666;
    font-weight: 500;
    white-space: nowrap;
}

input[type="file"][name="mod_MS_filesecim"]::-webkit-file-upload-button {
    display: none;
}

input[type="file"][name="mod_MS_filesecim"]::-ms-browse {
    display: none;
}
.dot{display:none!important}
td a {line-height: 36px; color: #59666d!important;}
td a:hover{color: #000!important;}
.breadcrumb li a {color: #59666d!important;}
.breadcrumb li::before {
    content: "»";
    margin: 0 6px;
}

.breadcrumb li:first-child::before {
    content: none;
}

.BreadCrumb{color: #59666d!important;margin-left:5px;margin-right:5px}
.BreadCrumb:hover{color: #000!important}
.breadcrumb a:last-of-type {color: #000!important;font-weight: bold}
.autocomplete-results-container{display:none!important}

.btn-favourite {
    position: relative;
    overflow: visible;
}

/* Tooltip */
.btn-favourite::after {
    content: "Pangea Kauçuk";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%) scale(0.8);
    background: #ff9800;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    margin-right: 10px;
}

/* Üçgen ok */
.btn-favourite::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 10px;
    height: 10px;
    background: #ff9800;
    transform: translateY(-50%) rotate(45deg) scale(0.8);
    opacity: 0;
    transition: all 0.25s ease;
}

/* Hover aktifleşme */
.btn-favourite:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.btn-favourite:hover::before {
    opacity: 1;
    transform: translateY(-50%) rotate(45deg) scale(1);
}
