/* Why Works Section */
.benefit_section.why-works {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background: #F7F5F1;
  border-radius: 12px;
}

.why-works__image {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}

.why-works__image img {
  width: 200px;
  object-fit: cover;
  display: block;
}

.why-works__content {
  flex: 1;
  text-align: left;
  padding: 10px 10px 10px 0px;
  font-family: 'Inter', sans-serif;
}

.why-works__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.why-works__title span {
  color: #000;
  font-weight: 700;
}

.why-works__text {
  font-size: 14px;
  color: #010101;
  line-height: 140%;
  letter-spacing: 0.2px;
}

@media (max-width: 768px) {
  .benefit_section.why-works {
    gap: 0px;
    padding: 0px;
    text-align: center;
    height: 180px;
  }

  .why-works__image {

    height: auto;
  }

  .why-works__content {
    text-align: center;
    margin-left: -20px;
  }
.why-works__image img {
           width: 150px;
        object-fit: cover;
        display: block;
        margin-top: 50px;
        margin-left: -19px;
}
  .why-works__title {
    font-size: 16px;
    text-align: left;
  }

  .why-works__text {
    font-size: 13px;
    text-align: left;
  }
}
.purchase-toggle {
  position: relative;
  width: 100%;
  max-width: 760px;
  height: 70px;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  padding: 4px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, sans-serif;
}

/* Orange slider */
.toggle-bg {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(50% - 8px);
  height: calc(100% - 16px);
  background: #D4A574;
  border-radius: 999px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Buttons */
.toggle-option {
  flex: 1;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
}

/* Text styles */
.toggle-option .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.toggle-option .subtitle {
  margin-top: 1px;
  font-size: 12px;
  font-weight: 500;
  color: #191919;
}

/* Active state */
.toggle-option.active {
  color: #ffffff;
}

.toggle-option.active .subtitle {
  color: #ffffff;
}

/* One-time active */
.purchase-toggle.one-time .toggle-bg {
  transform: translateX(100%);
}
.top-bar {
      background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    color: rgb(0, 0, 0);
    border-bottom-left-radius: var(--radius--selector);
    border-bottom-right-radius: var(--radius--selector);
    border-top: 1px solid #e9e9e9;
    padding: 5px 20px;
    gap: 30px;
}

.os-card.next-selected .top-bar {
  background: #D4A574;
  color: #ffffff;
}

.item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-img {
  width: 18px;
  height: 18px;
}
.text-size {
  font-size: 10px;
  font-family: 'Inter', sans-serif;
}

/* Skrivanje bonus stavki iz cart summary-ja */
.cart-item.bonus-item-hidden {
  display: none !important;
}

/* Bold tekst za savings amount */
[data-next-display="package.savingsAmount"] {
  font-weight: bold;
}
.radio-style-1, .radio-style-2, .radio-default {

    width: 1.2rem !important;
    height: 1.2rem !important;
    border: 1px solid #C1C1C1 !important;

}
.next-selected .radio-style-1 .radio-inner {
    width: 0.7rem !important;
    height: 0.7rem !important;
    border-radius: 50%;
    background: #D4A574 !important;
}
.next-selected .radio-style-1 {
    border: .1875rem solid #fff;
    background: #ffffff !important;
    box-shadow: 0 0 0 .125rem #D4A574 !important;
}
@media (max-width: 768px) {
  .toggle-option .subtitle {
    margin-top: 1px;
    font-size: 10px;
    font-weight: 500;
    color: #191919;
}
.toggle-option .title {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.1;
        white-space: nowrap;
    }
    .top-bar {

  padding: 5px 10px;
}
}
@media (max-width: 405px) {
  .toggle-option .title {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.1;
        white-space: nowrap;
    }
     .toggle-option .subtitle {
    margin-top: 1px;
    font-size: 8px;
    font-weight: 500;
    color: #191919;
}
}

.cc-gift__old-price:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #ff0000;
    transform: rotate(-10deg);
    transform-origin: center;
}