{
  font-family: Arial, sans-serif !important;
}

/* style.css */

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #111;
}

.container {
  width: 1100px;
  max-width: calc(100% - 28px);
  margin: 0 auto;
}

.top-header {
  border-top: 6px solid #111;
}

.header-inner {
  height: 126px;
  display: grid;
  grid-template-columns: 280px 1fr 310px;
  align-items: center;
  gap: 28px;
}

.logo-wrap {
  position: relative;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oval {
  position: absolute;
  border-radius: 50%;
  transform: rotate(-3deg);
}

.oval-blue {
  width: 245px;
  height: 52px;
  border: 12px solid #28228b;
}

.oval-red {
  width: 250px;
  height: 48px;
  border: 11px solid #e30613;
  clip-path: inset(0 0 0 48%);
}

.logo-text {
  position: relative;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  color: #28348a;
  text-shadow: 1px 1px 0 #fff;
}

.logo-text span {
  display: block;
  font-size: 29px;
  letter-spacing: 0.5px;
}

.logo-text strong {
  display: block;
  font-size: 24px;
}

.header-info p,
.header-info b {
  margin: 4px 0;
  font-size: 15px;
}

.header-info b {
  font-weight: 900;
}

.contact {
  align-self: start;
  padding-top: 18px;
  font-weight: 900;
  font-size: 17px;
}

.social {
  margin-top: 14px;
  text-align: right;
  text-transform: uppercase;
  font-size: 13px;
}

.social span {
  color: #d50712;
  font-size: 22px;
  margin-left: 10px;
}

.main-nav {
  border-bottom: 5px solid #27217f;
}

.nav-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 4px solid #c70012;
}

.main-nav a {
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: 900;
  padding: 18px 0 13px;
  border-left: 1px solid #e6e6e6;
}

.main-nav a:first-child {
  border-left: 0;
}

.categories {
  padding: 18px 0 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.categories button {
  height: 33px;
  background: #fff;
  border: 1px solid #b81727;
  border-radius: 5px;
  text-align: left;
  padding: 0 16px;
  color: #666;
  font-weight: 700;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding-bottom: 40px;
}

.card {
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 7px 6px 9px;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  background: white;
}

.card h3 {
  order: -1;
  margin: 0 0 7px;
  min-height: 38px;
  font-size: 14px;
  line-height: 1.05;
  font-weight: 700;
   
 
  font-family: Arial, sans-serif;
 text-align: center;
  text-decoration: none; 
    
  
  text-transform: uppercase;
}

.card img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  display: block;
  margin-bottom: 13px;
}

.badge {
  position: absolute;
  top: 43px;
  left: 7px;
  background: #ff1010;
  color: white;
  padding: 7px 12px;
  font-weight: 900;
  font-size: 17px;
  z-index: 2;
}

.info {
  font-size: 14px;
  line-height: 1.6;
  min-height: 58px;
}

.info b {
  font-size: 15px;
  margin-right: 4px;
}

.price {
  margin: auto 0 16px;
  text-align: center;
  color: #e30613;
  font-size: 15px;
  font-weight: 900;
}

.sold-text {
  text-transform: uppercase;
}

.card a {
  display: block;
  background: #c90012;
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  padding: 13px 5px;
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .header-inner {
    height: auto;
    padding: 16px 0;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact,
  .social {
    text-align: center;
  }

  .nav-inner {
    grid-template-columns: 1fr;
  }

  .categories {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 28px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .categories,
  .product-grid {
    grid-template-columns: 1fr;
  }
}





.cat-btn {
  display: flex;
  align-items: center;
  height: 33px;
  padding: 0 16px;

  background: #fff;
  border: 1px solid #b81727;
  border-radius: 5px;

  color: #666;
  font-weight: 300;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;

  cursor: pointer;
}

/* Hover'da da görünüm bozulmasın */
.cat-btn:hover {
  color: #666;
  background: #fff;
}





.product-grid {
  row-gap: 45px;   /* satırlar arası */
  column-gap: 8px; /* sütunlar arası */
}






























.detail-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

.detail-image img {
  width: 100%;
  cursor: zoom-in;
  display: block;
}

.detail-info,
.detail-box {
  background: #eee;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.detail-info h1,
.detail-box h1 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 15px;
  font-family: Arial, sans-serif;
}

.sold {
  
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}

.contact-box {
  margin-top: 20px;
  background: #f5f5f5;
  padding: 15px;
}

.important-note {
  margin-top: 30px;
  background: #c40000;
  color: white;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

/* MODAL */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}

.modal-content {
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.close {
  position: fixed;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}



.footer {
  background: #111;
  color: #fff;
  font-family: Arial, sans-serif;
  margin-top: 40px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 40px 0;
}

.footer-col h3 {
  color: #c40000;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #c40000;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  background: #000;
  font-size: 13px;
  border-top: 1px solid #333;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}