.t-input {
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 100%;
    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;
}

/* Video/Broşür butonları görünümü */
.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: 600;
  text-decoration: none !important;
  line-height: 1;
}

.dm-prod-btn:hover { opacity: 0.85; }

/* Characteristics içinde URL satırlarını gizle (JS buton ekleyince) */
.dm-hide-line { display:none !important; }




@media screen and (max-width: 480px){

  /* footer record */
  #rec1172138546 .t396__artboard,
  #rec1172138546 .t396__carrier,
  #rec1172138546 .t396__filter{
    height: 1900px !important;      /* önce 1900 dene */
    min-height: 1900px !important;  /* bazı durumlarda bunu istiyor */
  }

  /* Tilda bazen 100vh + overflow hidden basıyor -> kırpıyor */
  #rec1172138546 .t396__artboard{
    height: 1900px !important;
    min-height: 1900px !important;
    overflow: visible !important;
  }

  /* garanti: içteki kırpmaları kaldır */
  #rec1172138546 .t396__carrier,
  #rec1172138546 .t396__filter{
    overflow: visible !important;
  }
}



/* Kart içindeki 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: 600;
  text-decoration: none !important;
  background:#0f5ea8;
  color:#fff !important;
}

.t-store__card .dm-card-btn:hover{ opacity:.9; }