.urm-hediye-secenekleri-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 80px auto;
  max-width: 1260px;
  gap: 105px;
}

@media screen and (max-width: 780px) {
  .urm-hediye-secenekleri-wrapper {
    flex-direction: column;
    gap: 50px;
    margin: auto;
  }
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 50px;
  position: relative;
  max-width: 500px;
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi img {
  border-radius: 6px;
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi video {
  max-width: 500px;
  border-radius: 6px;
}

@media screen and (max-width: 780px) {
  .urm-hediye-secenekleri-wrapper .urm-hediye-secenegi video {
    max-width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .urm-hediye-secenekleri-wrapper .urm-hediye-secenegi {
    max-width: 100%;
    padding: 0px 12px;
    gap: 15px;
  }
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .floating-trust-signal {
  position: absolute;
  top: 4%;
  left: 0;
  display: flex;
  border-radius: 0px 100px 100px 0px;
  background: #CEFF54;
  width: 156px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  gap: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 11px;
}

@media screen and (max-width: 780px) {
  .urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .floating-trust-signal {
    left: 12px;
  }
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 780px) {
  .urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text {
    gap: 0;
  }
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .secenek-title {
  font-size: 32px;
  font-weight: 500;
}

@media screen and (max-width: 780px) {
  .urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .secenek-title {
    font-size: 24px;
  }
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .secenek-description {
  font-size: 22px;
  color: #1a1a1a;
}


@media screen and (max-width: 780px) {
  .urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .secenek-description {
    font-size: 18px;
  }
}


.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text span {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 10px 27px;
  margin-top: 15px;
}

@media screen and (max-width: 780px) {
  .urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .button {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .button.black {
  border-radius: 30px;
  background: #000;
  border-color: #000;
  color: #fff;
}


.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .button.black:hover {
  background: unset;
  color: #000;
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .button.black .icon {
  background: #fff;
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .button.black:hover .icon {
  background: #000;
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .secenek-trust-signal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #008000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .secenek-trust-signal .icon {
  background-color: #008000;
}

.urm-hediye-secenekleri-wrapper .urm-hediye-secenegi .hediye-secenegi-text .secenek-trust-signal strong {
  color: #008000;
}
