/* Inputs */
.t-input {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 14px;
  height: 60px;
  line-height: 1.33;
  margin: 0;
  outline: none;
  padding: 0 20px;
  width: 100%;
}

/* Sipariş / Buy butonunu gizle */
.t-store__prod__btn,
.t-store__prod-popup__btn,
.t-store__prod-popup__btn-wrapper,
.t-store__prod__btn-wrapper {
  display: none !important;
}

/* Popup içindeki Video/Broşür butonları */
.dm-prod-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 18px 0;
}

.dm-prod-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid #e04646;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1;
  color: #e04646;
  background: #fff;
}

.dm-prod-btn:hover { opacity: 0.85; }

/* Characteristics içindeki URL satırlarını gizle */
.dm-hide-line { display:none !important; }

/* Kart listesinde butonlar */
.t-store__card .dm-card-btns{
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.t-store__card .dm-card-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none !important;
  background:#0f5ea8;
  color:#fff !important;
}

.t-store__card .dm-card-btn:hover{ opacity:.9; }

@media (max-width: 480px){
  .t-store__card .dm-card-btn{
    padding: 11px 12px;
    border-radius: 12px;
  }
}

/* Footer record (senin mevcut fix) */
@media screen and (max-width: 480px){
  #rec1172138546 .t396__artboard,
  #rec1172138546 .t396__carrier,
  #rec1172138546 .t396__filter{
    height: 1900px !important;
    min-height: 1900px !important;
  }

  #rec1172138546 .t396__artboard{
    height: 1900px !important;
    min-height: 1900px !important;
    overflow: visible !important;
  }

  #rec1172138546 .t396__carrier,
  #rec1172138546 .t396__filter{
    overflow: visible !important;
  }
}
