@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Roboto&display=swap');

.form-section__description,
.payment-method__title,
.input-flds {
  font-family: 'Roboto', sans-serif;
}

/* Hide real progress bar until SDK is ready to prevent double-bar flash on mobile */
html:not(.next-display-ready) .section-checkout .progress-container.show-tablet {
  visibility: hidden;
}

.os-card__title-discount {
  display: none;
}


.section-checkout .cart-item__header {
  min-width: 0;
  overflow: hidden;
}

.section-checkout .cart-item__title {
  word-break: break-word;
  overflow-wrap: break-word;
}

.section-checkout .cart-items__list .cart-item:not(:first-child) .cart-item__title {
  white-space: nowrap;
}

.section-checkout .cart-items__list .cart-item:not(:first-child) .cart-item__header {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 600px) {




.section-checkout .cart-items__list .cart-item__description {
      max-width: calc(100% - 54px);
    width: calc(100% - 54px);
}

.section-checkout .cart-items__list .cart-item:not(:first-child) .cart-item__pricing{
  width: 54px;
  max-width: 54px;
  text-align: right;
}




  .section-checkout .cart-items__list .cart-item:first-child .cart-item__description {
    min-width: 0;
    overflow: hidden;
    max-width: 152px;
    width: 152px;
  }



}

@media (min-width: 992px) {
  .payment-method__title {
    font-size: 15px;
  }
}

.free-shipping-banner {
  height: 44px;
  background-color: #faf7ee;
  border: 1px solid rgba(72, 69, 61, 0.2);
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 10px 0 16px 0;
}

.free-shipping-banner img {
  width: 36px;
  height: 22px;
}

.free-shipping-banner .right-side p {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  font-weight: 700;
}

.benefit_boxes {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 991px) {
  .benefit_boxes.onlyTableAndMobile {
    display: none;
  }
}

.benefit_boxes .benefit_stars {
  width: 87px;
  display: flex;
}

.benefit_boxes .benefit_box {
  display: flex;
  gap: 12px;
  background: #faf7ee;
  border-radius: 18px;
  padding: 12px;
  border: 1px solid rgba(72, 69, 61, 0.2);
}

/* LEFT SIDE */
.benefit_boxes .benefit_box .left {
  width: 100px;
  flex-shrink: 0;
}

.benefit_boxes .benefit_box .left .box_img {
  width: 100%;
  height: 151px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 6px;
}

.benefit_boxes .benefit_box .user_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit_boxes .benefit_box .user_wrapper p {
  font-weight: 500;
  color: var(--text-color-primary);
  font-size: 8px;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 4px;
  padding: 3px 6px;
  background-color: #ebfe53;
  border-radius: 26px;
  letter-spacing: -2%;
  line-height: 150%;
  font-family: 'Archivo', sans-serif;
}

.benefit_boxes .benefit_box .verified {
  width: 9.5px;
  position: relative;
  top: -1px;
}
.benefit_boxes .benefit_box .verified img {
  width: 100%;
  height: 100%;
}

.benefit_boxes .benefit_box .location {
  font-size: 8px;
  color: var(--text-color-primary);
  margin-top: 5px;
  text-align: center;
  line-height: 150%;
  letter-spacing: -2%;
      font-weight: 400;
      font-family: 'Archivo', sans-serif;
}

/* RIGHT SIDE */

.benefit_boxes .benefit_box .right {
  flex: 1;
  width: calc(100% - 124px);
}

.benefit_boxes .benefit_box .stars {
  color: #f5a623;
  font-size: 18px;
  margin-bottom: 6px;
  letter-spacing: 2px;
}

.benefit_boxes .benefit_box .title {
  font-size: 16px;
  font-weight: 900;
  margin: 8px 0 12px 0;
  color: var(--text-color-primary);
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 110%;
  font-family: 'Beiko', sans-serif;
}

.benefit_boxes .benefit_box .comment {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #48453D;
  margin: 0;
  font-weight: 400;
   font-family: 'Archivo', sans-serif;
}

/* RESPONSIVE */
@media screen and (min-width: 991px) {
  .benefit_boxes .benefit_box {
    padding: 16px 19px;
    gap: 20px;
  }

  .benefit_boxes .benefit_box .left {
    width: 120px;
  }

  .benefit_boxes .benefit_box .left .box_img {
    margin-bottom: 10px;
    height: 123px;
  }

  .benefit_boxes .benefit_box .user_wrapper p {
    font-size: 14px;
    padding: 3px 12px;
  }

  .benefit_boxes .benefit_box .location {
    font-size: 14px;
    margin-top: 8px;
    line-height: 14px;

  }

  .benefit_boxes .benefit_box .verified {
    width: 18px;
    height: 18px;
    top: -2px;
  }

  .benefit_boxes .benefit_box .title {
    font-size: 20px;
    margin: 12px 0 16px 0;
  }
  .benefit_boxes .benefit_box .comment {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .benefit_boxes .benefit_box .left {
    width: 190px;
  }

  .standard_container .olympus-checkout__left {
    width: 570px;
  }

  .standard_container .olympus-checkout__right {
    width: calc(100% - 570px);
  }
}

@media (max-width: 760px) {
  .scarcity-banner {
    overflow: hidden;
    position: relative;
    display: flex;
  }

  .scarcity-banner__track {
    display: flex;
    gap: 40px;
    white-space: nowrap;
    will-change: transform;
  }

  .scarcity-banner__content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }
}

/* ═══════════════════════════════════════════════════════
   BUNDLE SELECTOR CARD — os-card overrides
   ═══════════════════════════════════════════════════════ */

.os-card .radio-style-1,
.os-card .radio-style-2,
.os-card .radio-default {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #919191;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.12s;
}

.os-card.next-selected .radio-style-1 {
  border: 5px solid #48453d;
  box-shadow: none;
  background: transparent;
}

.os-card.next-selected .os-card__footer-slot {
  border-top: 1px solid #2a4022;
}

.os-card.next-selected .radio-style-1 .radio-inner {
  background: transparent;
}

.next-selected .radio-inner {
  background-color: #48453d;
}

.os-card__price.os--current {
  font-size: 0;
  line-height: 1;
}

.display-hidden {
  display: none;
}

.os-card__price.os--current .display-total {
  color: #48453d;
}

/* ─── Chef Worthy Add-Ons Section ─────────────────────────── */

.addon-section__title {
  font-size: 18px;
  font-weight: 700;
  color: #48453d;
}

.addon-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Arrow */
@keyframes addonArrowSlide {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}

.addon-card__arrow-wrap {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  z-index: 1;
  pointer-events: none;
}

.addon-card__arrow {
  display: block;
  width: 31px;
  height: 20px;
  animation: addonArrowSlide 1.4s ease-in-out infinite;
}

/* Card */
.addon-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 4px;
  padding: 6px 12px;
  background: #fff;
  box-shadow: 0 0 0 1px #bbbbbb;
}

@media screen and (min-width: 390px) {
  .addon-card {gap: 12px;}
  
}

/* Checkbox toggle button */
.addon-card__checkbox {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #919191;
  border-radius: 4px;
  background: #f6f6f6;
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.15s;
}

.addon-card__checkbox.next-in-cart {
  background: #48453d;
  border-color: #48453d;
}

.addon-card__checkbox.next-in-cart::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 2px;
  width: 6px;
  height: 12px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(45deg);
}

/* Product image */
.addon-card__img {
  width: 60px;
  height: 45px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 5px;
}

/* Product info */
.addon-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
}

.addon-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #48453d;
  line-height: 160%;
  letter-spacing: -2%;
}

.addon-card__details {
  font-size: 14px;
  color: #48453d;
  text-decoration: underline;
  letter-spacing: -2%;
  line-height: 150%;
}

/* Price */
.addon-card__price {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
}

/* ─── YOUR CHEF SET IS READY ───────────────────────────────── */

.chef-set {
  margin-top: 24px;
}

.chef-set__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.chef-set__line {
  flex: 1;
  height: 1px;
  background: rgba(72, 69, 61, 0.2);
}

.chef-set__title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 800;
  color: #48453d;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0%;
  font-family: 'Beiko', sans-serif;
}

.chef-set__title img {
  width: 24px;
}

/* Product grid */
.chef-set__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.chef-set__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.chef-set__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1.5px dashed rgba(72, 69, 61, 0.25);
  border-radius: 8px;
  overflow: hidden;
  background: #f9f7f2;
}

.chef-set__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 3px;
  border-radius: 6px;
}

/* Overlay (lock) – visible by default, hidden when product is in set */
.chef-set__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.2s;
  padding: 1px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 6px;
  line-height: 12px;
}

.chef-set__overlay.is-unlocked {
  display: none;
}

.chef-set__label {
  font-size: 12px;
  font-weight: 500;
  color: #48453d;
  text-align: center;
  line-height: 1.3;
}

.chef-set__item.is-locked .chef-set__label {
  color: rgba(72, 69, 61, 0.45);
}

.summary-wrapper .diagonal-strike:after,
.summary-wrapper .os--compare-diagonal:after {
  transform: rotate(0deg);
}

@media screen and (min-width: 991px) {
  .os-card .radio-style-1,
  .os-card .radio-style-2,
  .os-card .radio-default {
    width: 24px;
    height: 24px;
  }

  .os-card.next-selected .radio-style-1 {
    border: 8px solid #48453d;
  }
  .os-card__footer-slot {
    font-size: 14px;
  }

  .addon-card {
    padding: 8px 12px;
  }

  .addon-card__img {
    width: 80px;
    height: 60px;
  }
  .addon-card__name {
    font-size: 18px;
  }
  .chef-set__title {
    font-size: 22px;
  }
  .chef-set__title img {
    width: 27px;
  }

  .chef-set__label {
    max-width: 100px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -2%;
  }
}

/* ─── Payment Method Radio – identično kao .radio-style-1 ───── */
/* appearance:none gasi browser-ov nativni prikaz, posle toga
   input se može stilizovati kao običan div element. */

.payment-method .payment-method__input {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #919191;
  background-color: #f6f6f6;
  flex-shrink: 0;
  cursor: pointer;
  transition: border-color 0.12s;
}

.payment-method .payment-method__input:checked {
  border: 5px solid #000;
  background: transparent;
  box-shadow: none;
}

@media screen and (min-width: 991px) {
  .payment-method .payment-method__input {
    width: 24px;
    height: 24px;
  }

  .payment-method .payment-method__input:checked {
    border: 8px solid #000;
  }
}

/* ─── Gallery Slider ─────────────────────────────────────────── */

.gallery-slider {
  width: 100%;
  overflow: hidden;
  margin: 28px 0 12px 0;
  height: 120px;
}

.gallery-slider__img {
  width: 100%;
  display: block;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  height: 120px;
}

@media screen and (min-width: 991px) {
  .gallery-slider {
    margin: 38px 0 24px 0;
  }

  .gallery-slider,
  .gallery-slider__img {
    height: 207px;
  }
}

/* ─── Footer ─────────────────────────────────────────────────── */

.footer_section {
  background-color: #48453d;
  padding: 20px 24px 16px 24px;
}

.footer_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.footer_copy {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0%;
  line-height: 100%;
  color: #faf7ee;
  text-transform: uppercase;
  font-family: 'Archivo', sans-serif;
}

.footer_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer_link {
  font-size: 14px;
  color: #faf7ee;
  text-decoration: none;
  padding: 2px 10px;
  white-space: nowrap;
        font-family: 'Archivo', sans-serif;
        font-weight: 400;
}

.footer_link + .footer_link {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.footer_divider {
  height: 1px;
  background: rgba(250, 247, 238, 1);
  margin: 16px 0 0 0;
  opacity: 0.2;
}

@media screen and (min-width: 761px) {
  .footer_section {
    padding: 36px 0;
  }

  .footer_inner {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }

  .footer_divider {
    margin: 32px auto 0 auto;
    max-width: 1158px;
  }
}

/* ─── Addon Popup ────────────────────────────────────────────── */

.addon-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.addon-popup.is-open {
  opacity: 1;
  pointer-events: all;
}

.addon-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.addon-popup__modal {
  position: relative;
  background: #fff;
  border-radius: 16px;
  max-width: 568px;
  width: calc(100% - 32px);
  max-height: 90dvh;
  overflow-y: auto;
  z-index: 1;
}

.addon-popup__modal .addon-popup__main-img {
  max-height: 210px;
  object-fit: cover;
  border-radius: 12px;
}

.addon-popup__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.addon-popup__close svg {
  width: 10px;
  height: 10px;
  fill: #000;
}

/* ── Slider ── */

.addon-popup__slider-wrap {
  width: 100%;
  padding: 16px 14px 0px 14px;
}

.addon-popup__swiper-main {
  width: 100%;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.addon-popup__swiper-main .swiper-slide {
  padding: 0 3px;
}

.addon-popup__main-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.addon-popup__thumbs-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  height: 40px;
  max-width: 256px;
  margin: 12px auto 0 auto;
}

.addon-popup__swiper-thumbs {
  flex: 1;
  overflow: hidden;
  height: 40px;
}

.addon-popup__thumb {
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.15s;
  height: 40px;
}

.addon-popup__thumb.swiper-slide-thumb-active {
  border-color: #48453d;
}

.addon-popup__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

/* Strelice nasleđuju .swiper__button-static.is-sw22, samo override veličine */
.addon-popup__thumbs-row .swiper__button-static.is-sw22 {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  cursor: pointer;
}

/* ── Content ── */

.addon-popup__content {
  padding: 24px 16px 16px 16px;
}

.addon-popup__title {
  font-size: 24px;
  font-weight: 900;
  color: #48453d;
  text-transform: uppercase;
  font-family: 'Beiko', sans-serif;
  letter-spacing: 0%;
  line-height: 110%;
}

.addon-popup__desc {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -2%;
  color: #48453d;
  margin: 20px 0 20px 0;
}

.addon-popup__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.addon-popup__features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #48453d;
  line-height: 100%;
  letter-spacing: -2%;
  margin: 0px;
}

.addon-popup__features li::before {
  border: 1px solid rgba(1, 1, 1, 0.1);
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #ebff53;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 10.5L8.5 14L15 7' stroke='%2348453D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100%;
}


@media screen and (min-width: 991px) {

.addon-popup__modal .addon-popup__main-img{
  max-height: 332px;
}

.addon-popup__slider-wrap{
  padding: 24px 21px 0px 24px;
}
.addon-popup__thumbs-row{
  max-width: 383px;
  height: 64px;
  margin: 25px auto 0 auto;
}

.addon-popup__swiper-thumbs {
  height: 64px;
}

.addon-popup__thumb {
  height: 64px;
}
.addon-popup__title{
margin-bottom: 10px;
font-size: 32px;
}

.addon-popup__desc{
  font-size: 18px;
  margin: 0 0 18px;
}
.addon-popup__content{
  padding: 20px 24px 28px 24px;
}

.addon-popup__features li{
  font-size: 18px;
}
.addon-popup__features{
  gap: 12px;
}

.addon-popup__close{
  width: 48px;
  height: 48px;
      top: 34px;
    right: 34px;
}
.addon-popup__close svg{
    width: 13px;
    height: 13px;
    top: 36px;
    right: 36px;
}
.addon-popup__modal .addon-popup__main-img{
  padding: 0;
}


.footer_link {
    padding: 2px 24px;
}


} /* end @media (min-width: 991px) */


.free-shipping-banner {
  border-radius: 12px;
}

/* ─── Exit Intent Close Button ──────────────────────────────────────────── */
.exit-intent-close {
  transition: color 0.15s;
}

.exit-intent-close:hover {
  color: #fff !important;
}

/* ─── Exit Intent Popup ──────────────────────────────────────────────────── */
.exit-popup {
  overflow: hidden;
  max-width: 800px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

.exit-popup__image-col {
  width: 100%;
}

.exit-popup__img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

@media (min-width: 814px) {
  .exit-popup {
    width: 798px;
  }
}

/* Trust badge font */
.trust-badge--text {
  font-family: 'Poppins', sans-serif;
}

/* Form input font size */
.input-flds {
  font-size: 15px;
}

/* Form input placeholder colors */
.form-input input::placeholder {
  color: #2B2B2B;
}

.form-input input:focus::placeholder {
  color: #2B2B2B;
}

.form-input input:focus,
.form-input input:not(:placeholder-shown) {
  color: #000;
}

/* Payment methods - input placeholder colors */
.payment-methods .input-flds::placeholder {
  color: #2B2B2B;
}

.payment-methods .input-flds:focus::placeholder {
  color: #2B2B2B;
}

.payment-methods .input-flds:focus,
.payment-methods .input-flds:not(:placeholder-shown) {
  color: #000;
}

/* Payment methods - select placeholder/filled colors */
.payment-methods select.input-flds {
  color: #2B2B2B;
}

.payment-methods select.input-flds.has-value {
  color: #000;
}

/* Focus border - override blue to black on all input/select fields */
.input-flds:focus {
  outline: none;
  border-color: #000;
}

.input-flds.select-field:focus {
  outline: none;
  border-color: #000;
}

.select-form-wrapper select:focus {
  outline: none;
}

/* SDK adds .next-focused on active fields - override primary-dark (navy) to black */
.input-flds.next-focused {
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
}