/**
 * NF Platform - Landing Module Styles (Option 1 - Aljaž Design)
 * 
 * Clean horizontal card layout matching the goal design
 */

/* ==========================================================================
   Variables
   ========================================================================== */
:root {
  --nf-primary-green: #27ae60;
  --nf-red: #de1528;
  --nf-text-dark: #000000;
  --nf-text-gray: #7f8c8d;
  --nf-border-light: #ecf0f1;
  --nf-bg-light: #f8f9fa;
  --nf-white: #ffffff;
}
/* ==========================================================================
   Base Container
   ========================================================================== */
.nf-landing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: inherit;
}

.nf-prs.prs-review-summary-container {
  margin-right:50px;
}

/* Global font inheritance for all landing page elements */
.nf-landing,
.nf-landing * {
  font-family: inherit;
}

.landingblackbutton a {
  color:#000000!important;
}



.single-landing-page a.elementor-button.elementor-button-link.elementor-size-sm:not(.landingblackbutton a) {
  color: white!important;
}

.single-landing-page .page-header {
  display: none;
}

.single-landing-page .elementor-element {
  letter-spacing: 0.01em;
}



.nf-landing--option-1 {
  background: var(--nf-white);
}

/* ==========================================================================
   Order Form Title
   ========================================================================== */
.nf-landing__order-form-title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--nf-text-dark);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

/* ==========================================================================
   Countdown Timer (Mobile First)
   ========================================================================== */
.nf-landing--option-1 .nf-landing-timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px 16px;
  line-height: 17px;
  color: #000000;
}

.nf-landing--option-1 .nf-landing-timer__label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.2px;
}

.nf-landing--option-1 .nf-landing-timer__display {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 1px;
}

.nf-landing--option-1 .nf-landing-timer__hours,
.nf-landing--option-1 .nf-landing-timer__minutes,
.nf-landing--option-1 .nf-landing-timer__seconds {
  display: inline-block;
  min-width: 24px;
  text-align: center;
}

/* ==========================================================================
   Product Hero Section (Mobile First)
   ========================================================================== */
.nf-landing--option-1 .nf-landing-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
  padding: 0;
}

.nf-landing--option-1 .nf-landing-hero__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.nf-landing--option-1 .nf-landing-hero__image {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}

.nf-landing--option-1 .nf-landing-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

.nf-landing--option-1 .nf-landing-hero__cookbook-image {
  position: relative;
  flex-shrink: 0;
  width: 60px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nf-landing--option-1 .nf-landing-hero__cookbook-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.nf-landing--option-1 .nf-cookbook-free-badge {
  position: absolute;
  top: 6px;
  right: 14px;
  background: var(--nf-red);
  color: var(--nf-white);
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.nf-landing--option-1 .nf-landing-hero__badge {
  position: absolute;
  top: -4px;
  right: -10px;
  width: 90px;
  height: 90px;
  background: var(--nf-red);
  color: var(--nf-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
  z-index: 1;
}

.nf-landing--option-1 .nf-landing-hero__content {
  text-align: center;
  width: 100%;
}

.nf-landing--option-1 .nf-landing-hero__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: var(--nf-text-dark);
  line-height: 1.2;
}

.nf-landing--option-1 .nf-landing-hero__delivery-notice {
  margin: 8px 0 0 0;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  font-weight: 700;
}

.nf-landing--option-1 .nf-landing-hero__delivery-notice strong {
  color: var(--nf-text-dark);
  font-weight: 600;
}

.nf-landing--option-1 .nf-landing-hero__subtitle {
  margin: 0;
  font-size: 14px;
  color: var(--nf-text-gray);
}

/* ==========================================================================
   Step Headers (Mobile First)
   ========================================================================== */
.nf-landing--option-1 .nf-landing-step {
  margin: 15px 0px 10px;
  text-align: center;
}
.nf-landing--option-1 .nf-landing-step__title_part_two {
  font-weight: 600;
}
.nf-landing--option-1 .nf-landing-step__title_part_one,
.nf-landing--option-1 .nf-landing-step__title_part_two {
  font-size: 18px;
  text-align: center;
}

/* ==========================================================================
   Package Cards (Mobile First - Stacked)
   ========================================================================== */
.nf-landing--option-1 .nf-landing-packages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 30px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.nf-landing--option-1 .nf-landing-guarantee {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 400px;
  margin-left: 20px;
}

.nf-landing--option-1 .nf-landing-guarantee__icon {
  width: 25px;
  height: auto;
  flex-shrink: 0;
}

.nf-landing--option-1 .nf-landing-guarantee__text {
  margin: 0;
  font-size: 16px;
  color: var(--nf-text-dark);
  line-height: 1.3;
  white-space: pre-line;
}

.nf-landing--option-1 .nf-landing-guarantee__text strong {
  font-weight: 700;
  margin-right: 5px;
}

.nf-landing--option-1 .nf-landing-package {
  position: relative;
  border: 2px solid var(--nf-border-light);
  border-radius: 8px;
  background: var(--nf-white);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: fit-content;
  min-height: 166px;
}

.nf-landing--option-1 .nf-landing-package:hover {
  border-color: var(--nf-primary-green);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.nf-landing--option-1 .nf-landing-package--selected {
  border-color: var(--nf-primary-green);
  border-width: 1px;
}

/* ==========================================================================
   Top Section: Title/Checkbox + Pricing (Mobile First)
   ========================================================================== */
.nf-landing--option-1 .nf-package-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.nf-landing--option-1 .nf-package-top__left {
  flex: 1;
  min-width: 0;
}

.nf-landing--option-1 .nf-package-title-row {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
  align-items: center;
}

.nf-landing--option-1 .nf-package-checkbox {
  width: 30px;
  height: 30px;
  position: relative;
  flex-shrink: 0;
  border: 2px solid var(--nf-border-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nf-landing--option-1 .nf-package-checkbox img {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.nf-landing--option-1 .nf-package-checkbox .nf-checkbox-selected {
  opacity: 0;
}

.nf-landing--option-1 .nf-landing-package--selected .nf-checkbox-selected {
  opacity: 1;
}

.nf-landing--option-1 .nf-landing-package--selected .nf-checkbox-default {
  opacity: 0;
}

.nf-landing--option-1 .nf-landing-package--selected .nf-package-checkbox {
  border: none;
}

.nf-landing--option-1 .nf-package-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--nf-text-dark);
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
}

.nf-landing--option-1 .nf-package-subtitle {
  font-size: 14px;
  color: var(--nf-text-gray);
  line-height: 1.3;
  font-family: inherit;
  font-style: italic;
}

.nf-landing--option-1 .wrapper_upper_section {
  padding: 15px;
}
.nf-landing--option-1 .nf-package-top__right {
  text-align: right;
  flex-shrink: 0;
}

.nf-landing--option-1 .nf-package-price-old {
  font-size: 20px;
  color: var(--nf-text-gray);
  text-decoration: line-through;
  margin-bottom: 5px;
  line-height: 1;
}

.nf-landing--option-1 .nf-package-price-current {
  font-size: 20px;
  color: var(--nf-text-dark);
  margin-bottom: 2px;
  line-height: 1;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
}

.nf-landing--option-1 .nf-package-price-perday {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 14px;
  color: var(--nf-primary-green);
  font-weight: 400;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  background: var(--nf-white);
  padding: 0 15px;
  display: inline-block;
  text-align: center;
  z-index: 3;
  line-height: 20px;
}

.nf-landing--option-1 .nf-package-price-perday bdi {
  font-weight: 800;
}

/* ==========================================================================
   Middle Section: Product Image (Mobile First)
   ========================================================================== */
.nf-landing--option-1 .nf-package-image-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 90px;
}

.nf-landing--option-1 .nf-package-image {
  position: relative;
  width: 100%;
  max-width: 120px;
}

.nf-landing--option-1 .nf-package-image img {
  width: 105px;
  height: auto;
  object-fit: contain;
  object-position: bottom;
}

.nf-landing--option-1 .nf-package-cookbook-image {
  position: relative;
  flex-shrink: 0;
  height: auto;
  left: -17px;
  width:80px;
  top: 29px;
}

.nf-landing--option-1 .nf-package-cookbook-image img {
  width: 100%;
  height: auto;
  display: block;
}

.nf-landing--option-1 .nf-package-cookbook-image .nf-cookbook-free-badge {
  position: absolute;
  top: 0px;
  right: -16px;
  background: var(--nf-red);
  color: var(--nf-white);
  padding: 2px 6px;
  border-radius: 7px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.nf-landing--option-1 .nf-package-badge {
  position: absolute;
  top: 15px;
  right: 0;
  width: 45px;
  height: 45px;
  background: var(--nf-red);
  color: var(--nf-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
  z-index: 1;
  font-family: "Fira Sans", sans-serif;
}

/* ==========================================================================
   Bottom Section: Features (Mobile First)
   ========================================================================== */
.nf-landing--option-1 .nf-package-features {
  display: flex;
  flex-direction: column;
  background: #ededed;
  padding: 10px 16px;
  border-radius: 0 0px 6px 6px;
}

.nf-landing--option-1 .nf-package-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--nf-text-dark);
  line-height: 1.6;
  font-weight: 400;
}

.nf-landing--option-1 .nf-feature-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: var(--nf-text-gray);
}

.nf-landing--option-1 .nf-feature-sub {
  display: block;
  font-size: 9px;
  color: var(--nf-text-dark);
  margin-top: 2px;
  line-height: 1.3;
}

.nf-landing--option-1 .nf-package-feature--with-image {
  position: relative;
  padding-right: 40px;
}
.type-landing-page
  .nf-checkout
  .nf-section--customer
  .woocommerce-billing-fields
  > h3 {
  margin: 0;
  padding: 20px 10px;
  border-radius: 4px;
}

.type-landing-page
  .nf-checkout
  .nf-section--customer
  .woocommerce-shipping-fields
  > h3,
.type-landing-page .nf-checkout .nf-section > h3,
.type-landing-page .nf-checkout #nf-offers-title,
.type-landing-page .nf-checkout .nf-shipping-title {
  margin: 10px 0px;
  padding: 20px 16px;
  border-radius: 5px;
}
.type-landing-page .nf-checkout .woocommerce-shipping-contents {
  display: none;
}

/* ==========================================================================
   Loader
   ========================================================================== */
.nf-landing__loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.nf-landing__loader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid var(--nf-border-light);
  border-top-color: var(--nf-primary-green);
  border-radius: 50%;
  animation: nf-spin 0.8s linear infinite;
}

@keyframes nf-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ==========================================================================
   Base Container (Mobile First)
   ========================================================================== */
.nf-landing--option-1 {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: var(--nf-white);
}

/* ==========================================================================
   Combined Media Queries - Desktop (1024px+)
   ========================================================================== */

/* Desktop: Option 1 (1024px+) */
@media (min-width: 1024px) {
  /* Order Form Title */
  .nf-landing__order-form-title {
    font-size: 28px;
    margin: 0 0 30px 0;
    letter-spacing: 2px;
  }

  /* Timer */
  .nf-landing--option-1 .nf-landing-timer {
    padding: 9px 24px;
    line-height: 20px;
  }

  .nf-landing--option-1 .nf-landing-timer__label {
    font-size: 16px;
  }

  .nf-landing--option-1 .nf-landing-timer__display {
    font-size: 20px;
  }

  .nf-landing--option-1 .nf-landing-timer__hours,
  .nf-landing--option-1 .nf-landing-timer__minutes,
  .nf-landing--option-1 .nf-landing-timer__seconds {
    min-width: 28px;
  }
  .nf-landing--option-1 .nf-package-features {
    min-height: 58px;
  }
  /* Hero */
  .nf-landing--option-1 .nf-landing-hero {
    gap: 30px;
    margin-bottom: 20px;
  }

  .nf-landing--option-1 .nf-landing-hero__image-wrapper {
    max-width: 400px;
    gap: 15px;
  }

  .nf-landing--option-1 .nf-landing-hero__image {
    max-width: 100%;
  }

  .nf-landing--option-1 .nf-landing-hero__cookbook-image {
    width: 80px;
  }

  .nf-landing--option-1 .nf-cookbook-free-badge {
    top: -6px;
    right: -6px;
    padding: 3px 8px;
    font-size: 10px;
  }

  .nf-landing--option-1 .nf-landing-hero__badge {
    top: 0px;
    right: 10px;
    width: 100px;
    height: 100px;
    font-size: 40px;
  }

  .nf-landing--option-1 .nf-landing-hero__title {
    font-size: 32px;
  }

  .nf-landing--option-1 .nf-landing-hero__delivery-notice {
    font-size: 18px;
    margin: 10px 0 0 0;
  }

  .nf-landing--option-1 .nf-landing-hero__subtitle {
    font-size: 15px;
  }

  /* Step */
  .nf-landing--option-1 .nf-landing-step {
    margin: 30px 0 20px 0;
  }

  .nf-landing--option-1 .nf-landing-step__title {
    padding: 16px 20px;
    font-size: 18px;
  }

  /* Packages - One row on desktop, full width */
  .nf-landing--option-1 .nf-landing-packages {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .nf-landing--option-1 .nf-landing-guarantee {
    display: none;
  }

  /* Pricing/Checkbox */
  .nf-landing--option-1 .nf-package-top {
    gap: 15px;
  }

  .nf-landing--option-1 .nf-package-checkbox {
    width: 25px;
    height: 25px;
  }

  .nf-landing--option-1 .nf-package-subtitle {
    font-size: 14px;
  }

  .nf-landing--option-1 .nf-package-price-old {
    font-size: 20px;
  }

  .nf-landing--option-1 .nf-package-price-current {
    font-size: 20px;
  }

  .nf-landing--option-1 .nf-package-price-perday {
    font-size: 13px;
  }

  /* Package Images */
  .nf-landing--option-1 .nf-package-image-wrapper {
    gap: 10px;
  }

  .nf-landing--option-1 .nf-package-cookbook-image {
    width: 80px;
    top: 29px;
    left: -16px;
  }

  .nf-landing--option-1 .nf-package-cookbook-image .nf-cookbook-free-badge {
    top: 0px;
    right: -23px;
    font-size: 9px;
  }

  .nf-landing--option-1 .nf-feature-icon {
    width: 16px;
    height: 16px;
  }

  .nf-landing--option-1 .nf-feature-sub {
    font-size: 10px;
  }

  .nf-landing--option-1 .nf-package-feature--with-image {
    padding-right: 45px;
  }

  /* Base Container */
  .nf-landing--option-1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
  }
}

/* ==========================================================================
   Option 2 - Mobile First Styles
   ========================================================================== */

/* Base Container */
.nf-landing--option-2 {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: var(--nf-white);
}

body.nf-landing-page .nf-checkout {
  padding: 0;
}

/* Desktop: Option 2 (1024px+) */
@media (min-width: 1024px) {
  /* Base Container */
  .nf-landing--option-2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }

  /* Timer and Step Indicator */
  .nf-landing--option-2 .nf-landing__offer-badge-content {
    padding: 12px 20px;
    font-size: 16px;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .nf-landing--option-2 .nf-landing__countdown {
    font-size: 18px;
  }

  .nf-landing--option-2 .nf-landing-timer__hours,
  .nf-landing--option-2 .nf-landing-timer__minutes,
  .nf-landing--option-2 .nf-landing-timer__seconds {
    min-width: 28px;
  }

  .nf-landing--option-2 .nf-landing__step-indicator {
    font-size: 14px;
    padding: 10px 20px;
  }

  /* Product Header */
  .nf-landing--option-2 .nf-landing__product-header {
    margin-bottom: 30px;
    padding: 24px;
    max-width: 450px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .nf-landing--option-2 .nf-landing__product-image-wrapper {
    margin-bottom: 20px;
  }

  .nf-landing--option-2 .nf-landing__product-image {
    max-width: 300px;
  }

  .nf-landing--option-2 .nf-landing__product-discount-badge {
    min-width: 70px;
    min-height: 70px;
    font-size: 18px;
    padding: 10px 14px;
  }

  .nf-landing--option-2 .nf-landing__product-title {
    font-size: 28px;
  }

  .nf-landing--option-2 .nf-landing__product-rating {
    margin-bottom: 10px;
  }

  .nf-landing--option-2 .nf-landing__star {
    font-size: 20px;
  }

  .nf-landing--option-2 .nf-landing__rating-count {
    font-size: 14px;
  }

  .nf-landing--option-2 .nf-landing__product-subtitle {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .nf-landing--option-2 .nf-landing__delivery-info {
    font-size: 13px;
  }

  .nf-landing--option-2 .nf-landing__delivery-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  /* Tabs */
  .nf-landing--option-2 .nf-landing__tabs {
    gap: 20px;
    margin-bottom: 40px;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }

  /* Tab Cards */
  .nf-landing--option-2 .nf-landing__tab {
    padding: 20px;
  }

  .nf-landing--option-2 .nf-landing__best-value-badge {
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 8px 14px;
  }

  .nf-landing--option-2 .nf-landing__tab-discount-badge {
    top: 16px;
    left: 16px;
    font-size: 13px;
    padding: 7px 12px;
  }

  .nf-landing--option-2 .nf-landing__tab-title h3 {
    font-size: 18px;
  }

  .nf-landing--option-2 .nf-landing__tab-duration {
    font-size: 18px;
  }

  /* Tab Content */
  .nf-landing--option-2 .nf-landing__tab-content {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
  }

  .nf-landing--option-2 .nf-landing__extra-item {
    font-size: 14px;
  }

  .nf-landing--option-2 .nf-landing__price-current {
    font-size: 22px;
  }

  .nf-landing--option-2 .nf-landing__price-regular {
    font-size: 16px;
  }

  /* Tab Image */
  .nf-landing--option-2 .nf-landing__tab-image {
    max-width: 250px;
  }

  .nf-landing--option-2 .nf-landing__circle-badge {
    width: 80px;
    height: 80px;
    top: -20px;
    right: -20px;
  }

  .nf-landing--option-2 .nf-landing__circle-badge-large {
    font-size: 22px;
  }

  /* Price Block */
  .nf-landing--option-2 .nf-landing__product-description {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .nf-landing--option-2 .nf-landing__price-per-unit {
    font-size: 13px;
  }

  .nf-landing--option-2 .nf-landing__price-label {
    font-size: 15px;
  }

  .nf-landing--option-2 .nf-landing__price-value {
    font-size: 28px;
  }

  .nf-landing--option-2 .nf-landing__select-button {
    font-size: 15px;
    padding: 14px 24px;
  }

  .nf-landing--option-2 .nf-landing__savings {
    font-size: 14px;
  }

  /* Extra Items */
  .nf-landing--option-2 .nf-landing__extra-item {
    font-size: 16px;
  }

  .nf-landing--option-2 .nf-landing__checkmark {
    font-size: 15px;
  }

  /* Trust Badges */
  .nf-landing--option-2 .nf-landing__trust-badges {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 40px 0;
    padding: 0;
  }
  .nf-landing--option-2 .nf-landing__trust-badge {
    font-size: 12px;
    padding: 10px;
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }

  .nf-landing--option-2 .nf-landing__trust-badge svg {
    width: 24px;
    height: 24px;
  }

  /* Loader */
  .nf-landing--option-2 .nf-landing__loader-content h2 {
    font-size: 20px;
  }

  .nf-landing--option-2 .nf-landing__spinner {
    width: 60px;
    height: 60px;
  }
}

/* Header Section */
.nf-landing--option-2 .nf-landing__header {
  margin-bottom: 20px;
}

/* Red Banner Timer (Mobile First) */
.nf-landing--option-2 .nf-landing__offer-badge {
  position: relative;
  width: 100%;
  padding: 0;
  background: #de1f29; /* Brighter red - default */
  color: #ffffff;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 4px;
  max-width: 450px;
  margin: 0 auto;
}

.nf-landing--option-2 .nf-landing__offer-badge-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.nf-landing--option-2 .nf-landing__offer-badge-progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #97000e; /* Darker red for passed time */
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 1s linear;
  z-index: 1;
}

.nf-landing--option-2 .nf-landing__offer-badge-progress-bar {
  width: 100%;
  height: 100%;
  background: #97000e;
}

.nf-landing--option-2 .nf-landing__countdown {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 4px;
}

.nf-landing--option-2 .nf-landing-timer__hours,
.nf-landing--option-2 .nf-landing-timer__minutes,
.nf-landing--option-2 .nf-landing-timer__seconds {
  display: inline-block;
  min-width: 22px;
  text-align: center;
}

/* Step Indicator (Mobile First) */
.nf-landing--option-2 .nf-landing__step-indicator {
  text-align: center;
  font-size: 14px;
  color: var(--nf-text-dark);
  background: var(--nf-white);
  position: relative;
  font-weight: 400;
  max-width: 450px;
  margin: 0 auto;
}

.nf-landing--option-2 .nf-landing__step-progress {
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 8px;
  display: none; /* Hidden by default (desktop) */
}

.nf-landing--option-2 .nf-landing__step-progress-bar {
  height: 100%;
  background: #000;
  border-radius: 4px;
  transition: width 0.3s ease;
}

/* Show progress bar on mobile */
@media (max-width: 768px) {
  .nf-landing--option-2 .nf-landing__step-progress {
    display: block;
  }
}

/* Step 2 Stepper (outside container - same styling) */
.nf-landing__step-indicator--step-2 {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: var(--nf-text-dark);
  background: var(--nf-white);
  position: relative;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 0 12px;
}

.nf-landing__step-indicator--step-2 .nf-landing__step-progress {
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 8px;
  display: none; /* Hidden by default (desktop) */
}

.nf-landing__step-indicator--step-2 .nf-landing__step-progress-bar {
  height: 100%;
  background: #000;
  border-radius: 4px;
  transition: width 0.3s ease;
}

/* Show progress bar on mobile */
@media (max-width: 768px) {
  .nf-landing__step-indicator--step-2 .nf-landing__step-progress {
    display: block;
  }
}

/* Product Header (Mobile First) - Card Style */
.nf-landing--option-2 .nf-landing__product-header {
  background: #f4fbf7;
  border: 1px solid var(--nf-primary-green);
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 auto 15px;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.nf-landing--option-2 .nf-landing__product-image-wrapper {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nf-landing--option-2 .nf-landing__product-image {
  position: relative;
  display: inline-block;
  max-width: 280px;
  width: 100%;
}

.nf-landing--option-2 .nf-landing__product-image img {
  width: 100%;
  height: auto;
  display: block;
}

.nf-landing--option-2 .nf-landing__product-discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--nf-red);
  color: var(--nf-white);
  padding: 8px 12px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(222, 21, 40, 0.3);
}

.nf-landing--option-2 .nf-landing__product-title {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--nf-text-dark);
  line-height: 1.2;
}

.nf-landing--option-2 .nf-landing__product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.nf-landing--option-2 .nf-landing__rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nf-landing--option-2 .nf-landing__star {
  font-size: 18px;
  line-height: 1;
  color: #c0c0c0;
}

.nf-landing--option-2 .nf-landing__star--full {
  color: var(--nf-primary-green);
}

.nf-landing--option-2 .nf-landing__star--half {
  background: linear-gradient(90deg, var(--nf-primary-green) 50%, #c0c0c0 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nf-landing--option-2 .nf-landing__rating-count {
  font-size: 13px;
  color: var(--nf-text-gray);
  font-weight: 400;
}

.nf-landing--option-2 .nf-landing__product-subtitle {
  margin: 0 0 12px 0;
  font-size: 14px;
  color: var(--nf-text-dark);
  line-height: 1.4;
  font-weight: 300;
}
.nf-landing--option-2 .nf-landing__delivery-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  color: var(--nf-primary-green);
  font-weight: 500;
}

.nf-landing--option-2 .nf-landing__delivery-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}

/* Tabs Container (Mobile First) */
.nf-landing--option-2 .nf-landing__tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/* Tab Cards (Mobile First) */
.nf-landing--option-2 .nf-landing__tab {
  position: relative;
  border: 1px solid #8b8b8b;
  border-radius: 4px;
  padding: 9px 16px;
  background: var(--nf-white);
  transition: all 0.3s ease;
  cursor: pointer;
}

.nf-landing--option-2 .nf-landing__tab:hover {
  border-color: var(--nf-primary-green);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.nf-landing--option-2 .nf-landing__tab--active {
  border-color: var(--nf-primary-green);
  background: #f0f9f4;
}

.nf-landing--option-2 .nf-landing__best-value-badge {
  position: absolute;
  top: -1px;
  right: 0;
  background: var(--nf-primary-green);
  color: var(--nf-white);
  padding: 0px 6px;
  border-radius: 0 4px 0 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
}

.nf-landing--option-2 .nf-landing__best-value-badge svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

/* Tab Header (Mobile First) */
.nf-landing--option-2 .nf-landing__tab-header {
  display: flex;
  align-items: center;
  gap: 13px;
}

.nf-landing--option-2 .nf-landing__tab-header input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  background: transparent;
  position: relative;
  transition: border-color 0.3s ease;
}

.nf-landing--option-2 .nf-landing__tab-header input[type="radio"]:checked,
.nf-landing--option-2
  .nf-landing__tab--active
  .nf-landing__tab-header
  input[type="radio"] {
  border-color: var(--nf-primary-green);
  background: transparent;
}

.nf-landing--option-2
  .nf-landing__tab-header
  input[type="radio"]:checked::after,
.nf-landing--option-2
  .nf-landing__tab--active
  .nf-landing__tab-header
  input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  display: block;
  opacity: 1;
  visibility: visible;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3L4.5 8.5L2 6' stroke='%234CAF50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.nf-landing--option-2 .nf-landing__tab-header label {
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  flex: 1;
  margin: 0;
}

.nf-landing--option-2 .nf-landing__tab-title {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.nf-landing--option-2 .nf-landing__tab--1 .nf-landing__tab-price,
.nf-landing--option-2 .nf-landing__tab--3 .nf-landing__tab-price {
  margin-top: -8px;
  padding-bottom: 10px;
}
.nf-landing--option-2 .nf-landing__tab-title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--nf-text-dark);
}

.nf-landing--option-2 .nf-landing__tab-duration {
  font-size: 18px;
  color: var(--nf-text-dark);
  font-weight: 500;
}

/* Tab Content (Mobile First) */
.nf-landing--option-2 .nf-landing__tab-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  line-height: 20px;
}

/* Tab Image (Mobile First) */
.nf-landing--option-2 .nf-landing__tab-image {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  flex-shrink: 0;
}

.nf-landing--option-2 .nf-landing__tab-image img {
  width: 100%;
  height: auto;
  display: block;
}

.nf-landing--option-2 .nf-landing__circle-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 70px;
  height: 70px;
  background: var(--nf-red);
  color: var(--nf-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
  z-index: 1;
}

.nf-landing--option-2 .nf-landing__circle-badge-large {
  font-size: 18px;
  font-weight: 700;
}

/* Tab Features (Mobile First) - Left side, stacked vertically */
.nf-landing--option-2 .nf-landing__tab-features {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}

/* Extra Items (Mobile First) */
.nf-landing--option-2 .nf-landing__extra-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  color: var(--nf-text-dark);
  margin-left: 4px;
}

/* Tab Price (Mobile First) - Right side */
.nf-landing--option-2 .nf-landing__tab-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  flex-shrink: 0;
}

.nf-landing--option-2 .nf-landing__price-current {
  font-size: 22px;
  font-weight: 700;
  color: var(--nf-text-dark);
  line-height: 1.2;
  margin-bottom: 4px;
}

.nf-landing--option-2 .nf-landing__price-regular {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  text-decoration: line-through;
}

.nf-landing--option-2 .nf-landing__checkmark {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-top: 3px;
}

.nf-landing--option-2 .nf-landing__checkmark img {
  width: 12px;
  height: 12px;
  display: block;
}

/* Trust Badges (Mobile First) */
.nf-landing--option-2 .nf-landing__trust-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 30px 0;
  padding: 0 16px;
}

.nf-landing--option-2 .nf-landing__trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--nf-text-dark);
  padding: 8px;
  background: var(--nf-bg-light);
  border-radius: 4px;
}

.nf-landing--option-2 .nf-landing__trust-badge svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  fill: var(--nf-primary-green);
}

/* Loader (Mobile First) */
.nf-landing--option-2 .nf-landing__loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.nf-landing--option-2 .nf-landing__loader-content {
  text-align: center;
}

.nf-landing--option-2 .nf-landing__loader-content h2 {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: var(--nf-text-dark);
}

.nf-landing--option-2 .nf-landing__spinner {
  width: 50px;
  height: 50px;
  border: 4px solid var(--nf-border-light);
  border-top-color: var(--nf-primary-green);
  border-radius: 50%;
  animation: nf-spin 0.8s linear infinite;
  margin: 0 auto;
}

/* ==========================================================================
   Sticky Add to Cart Widget
   ========================================================================== */

/* Sticky Container - Original position (hidden) */
.sticky-container {
  display: none !important;
}

/* Sticky Container - Fixed position */
.sticky-container-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
  background: #000000;
  padding: 0;
  pointer-events: none;
}

.sticky-container-fixed > * {
  pointer-events: auto;
}

.sticky-container-fixed.slide-down {
  transform: translateY(100%);
}

/* Main Sticky Add to Cart Component */
/* Sticky Add to Cart Wrapper */
.sticky-add-to-cart-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  /*max-width: 100vw;*/
  z-index: 999;
  background-color: var(--nf-white, #ffffff);
  transition: transform 0.3s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  will-change: transform;
  /* Support for mobile safe areas (iOS notch, etc.) */
  padding-bottom: env(safe-area-inset-bottom, 0);
  /* Ensure widget is fully visible */
  transform-origin: bottom center;
  /* Prevent any clipping */
  clip-path: none;
  -webkit-clip-path: none;
  /* Prevent layout shifts during transition */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Use contain paint instead of layout to prevent jumps */
  contain: paint;
  /* Force hardware acceleration */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.sticky-add-to-cart-wrapper--hidden {
  transform: translate3d(0, 100%, 0);
  transform-origin: bottom center;
}

/* Mobile-only: hide on desktop */
@media (min-width: 768px) {
  .sticky-add-to-cart-wrapper {
    display: none;
  }
}

.sticky-add-to-cart {
  position: relative;
  background: var(--nf-white);
  border-radius: 0;
  padding: 12px 30px 12px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  /* Ensure content doesn't overflow */
  overflow: hidden;
  min-height: fit-content;
  /* Prevent layout shifts */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Force hardware acceleration */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* Discount Banner */
.sticky-add-to-cart__discount-banner {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--nf-primary-green);
  color: var(--nf-white);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0 0 4px 0;
  z-index: 1;
  white-space: nowrap;
}

/* Content Container */
.sticky-add-to-cart__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* Prices Container */
.sticky-add-to-cart__prices {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  flex: 1 1 50%;
  min-width: 0;
}

/* Regular Price (Strikethrough) */
.sticky-add-to-cart__regular-price {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-decoration: line-through;
  line-height: 1.2;
  white-space: nowrap;
}

.sticky-add-to-cart__regular-price .woocommerce-Price-amount {
  color: #000;
  text-decoration: line-through;
  font-weight: 300;
}

/* Sale Price (Bold) */
.sticky-add-to-cart__sale-price {
  font-size: 22px;
  font-weight: 800;
  color: var(--nf-text-dark);
  line-height: 1.2;
  white-space: nowrap;
}

.sticky-add-to-cart__sale-price .woocommerce-Price-amount {
  color: var(--nf-text-dark);
  font-weight: 700;
  font-size: 30px;
}

/* Order Now Button */
.sticky-add-to-cart__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--nf-primary-green);
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  /* flex: 1 1 50%; */
  min-width: 0;
  color: #fff !important;
  text-decoration: none !important;
}

.sticky-add-to-cart__button:hover {
  background: #229954;
  color: var(--nf-white);
  text-decoration: none;
}

/* Arrow Icon */
.sticky-add-to-cart__arrow-icon {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0;
}

/* Desktop Styles */
@media (min-width: 768px) {
  .sticky-add-to-cart {
    flex-direction: row;
    align-items: center;
    padding: 16px 24px;
    gap: 0;
  }

  .sticky-add-to-cart__discount-banner {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 4px 0;
  }

  .sticky-add-to-cart__content {
    width: 100%;
    margin-top: 0;
  }

  .sticky-add-to-cart__prices {
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
  }

  .sticky-add-to-cart__regular-price {
    font-size: 16px;
  }

  .sticky-add-to-cart__sale-price {
    font-size: 24px;
  }

  .sticky-add-to-cart__button {
    padding: 14px 32px;
    font-size: 18px;
  }
}

/* ==========================================================================
   Landing Content Widget (Nutrisslim Landing Content)
   ========================================================================== */

/* Grid Layout - Image Left, Content Right */
.elementor-widget-nutrisslim_landing_content_widget .grid-2_sm-1.woocommerce {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}

.elementor-widget-nutrisslim_landing_content_widget
  .grid-2_sm-1.woocommerce
  > .col {
  flex: 1 1 50%;
  min-width: 0;
}

@media (max-width: 767px) {
  .elementor-widget-nutrisslim_landing_content_widget
    .grid-2_sm-1.woocommerce
    > .col {
    flex: 1 1 100%;
  }
}

/* Image Holder (Left Side) */
.elementor-widget-nutrisslim_landing_content_widget .imgHolder {
  text-align: center;
  position: relative;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .elementor-widget-nutrisslim_landing_content_widget .imgHolder {
    padding-right: 0px;
    padding-left: 0px;
    /*max-width: 360px;*/
    margin: 0 auto;
  }

  .nf-prs.prs-review-summary-container {
    margin-right:0px;
  }
}

/* Discount Badge - Matching Product Page Style */
.elementor-widget-nutrisslim_landing_content_widget .imgHolder span.onsale {
  background-color: #de1528 !important;
  color: #fff !important;
  min-width: auto !important;
  min-height: auto !important;
  width: 90px !important;
  height: 90px !important;
  right: 0 !important;
  top: 0 !important;
  left: auto !important;
  font-size: 30px !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  font-style: normal !important;
  position: absolute !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 100px !important;
  line-height: 1 !important;
  text-align: center !important;
  padding: 0 !important;
  z-index: 10 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

@media (max-width: 1380px) {
  .elementor-widget-nutrisslim_landing_content_widget .imgHolder span.onsale {
    width: 125px !important;
    height: 125px !important;
    font-size: 34px !important;
    min-height: auto !important;
    min-width: auto !important;
  }
}

@media (max-width: 767px) {
  .elementor-widget-nutrisslim_landing_content_widget .imgHolder span.onsale {
    width: 90px !important;
    height: 90px !important;
    font-size: 30px !important;
    right: 20px !important;
  }
}

/* Content Holder (Right Side) */
.elementor-widget-nutrisslim_landing_content_widget .contHolder {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .elementor-widget-nutrisslim_landing_content_widget .contHolder {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Product Short Description Lists with Checkmarks */
.elementor-widget-nutrisslim_landing_content_widget
  .product-short-description
  ul {
  list-style: none;
  padding-left: 0;
}

.elementor-widget-nutrisslim_landing_content_widget
  .product-short-description
  ul
  li {
  list-style-type: none;
  position: relative;
  padding-left: 24px;
  margin-bottom: 3px;
}

.elementor-widget-nutrisslim_landing_content_widget
  .product-short-description
  ul
  li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../../../images/product-page/checkmarkprodcutpage.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.elementor-widget-nutrisslim_landing_content_widget
  .product-short-description
  ul
  li:last-child {
  margin-bottom: 0.9rem;
}

/* Rating Meta - Matching Shortcode Style */
.elementor-widget-nutrisslim_landing_content_widget .rateMeta {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 0.5rem;
}

.elementor-widget-nutrisslim_landing_content_widget .rateMeta .star {
  width: auto;
  height: 15px;
  display: inline-block;
}

.elementor-widget-nutrisslim_landing_content_widget .rateMeta .rate {
  font-weight: 600;
  margin-left: 4px;
}

.elementor-widget-nutrisslim_landing_content_widget
  .rateMeta
  .prs-review-count-text {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-left: 8px;
}

.elementor-widget-nutrisslim_landing_content_widget
  .rateMeta
  .prs-review-count-number {
  display: block;
  line-height: 1.2;
  font-weight: 600;
}

.elementor-widget-nutrisslim_landing_content_widget
  .rateMeta
  .prs-review-count-label {
  display: block;
  line-height: 1.2;
  font-size: 12px;
}

/* Regular Price (Strikethrough) */
.elementor-widget-nutrisslim_landing_content_widget p.redno {
  margin-top: 1rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .elementor-widget-nutrisslim_landing_content_widget p.redno {
    text-align: center;
  }
}

.elementor-widget-nutrisslim_landing_content_widget p.redno span {
  text-decoration: line-through;
}

/* Main Price Display */
.elementor-widget-nutrisslim_landing_content_widget .price-main {
  margin: 0.5rem 0;
}

@media (max-width: 767px) {
  .elementor-widget-nutrisslim_landing_content_widget .price-main {
    text-align: center;
  }
}

.elementor-widget-nutrisslim_landing_content_widget
  .price-main.price-large
  span {
  color: var(--nf-primary-green);
  font-family: inherit;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
}

@media (max-width: 767px) {
  .elementor-widget-nutrisslim_landing_content_widget .price-main + p {
    text-align: center;
  }
}

/* Order Now Button - Enhanced Styling */
.elementor-widget-nutrisslim_landing_content_widget .org-btn {
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-radius: 100px;
  background: var(--nf-primary-green);
  color: #fff !important;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 0.7em 2.5em;
  text-align: center;
  text-decoration: none;
  text-transform: initial !important;
  outline: 0;
  transition: background-color 0.2s ease, transform 0.1s ease;
  cursor: pointer;
}

.elementor-widget-nutrisslim_landing_content_widget .org-btn:hover {
  background: #1b934b;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-1px);
}

.elementor-widget-nutrisslim_landing_content_widget .org-btn:active,
.elementor-widget-nutrisslim_landing_content_widget .org-btn:focus {
  background: var(--nf-primary-green);
  outline: 0;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .elementor-widget-nutrisslim_landing_content_widget .org-btn {
    padding: 0.7em 1.5em;
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Savings Text */
.elementor-widget-nutrisslim_landing_content_widget p.prihrani {
  font-weight: 700;
  color: var(--nf-primary-green) !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .elementor-widget-nutrisslim_landing_content_widget p.prihrani {
    text-align: center;
  }

  .elementor-widget-nutrisslim_landing_content_widget p.prihrani + p {
    text-align: center;
  }
}

/* Product Details (Weight/Consumption Period) */
.elementor-widget-nutrisslim_landing_content_widget .product-details {
  margin: 1rem 0;
}

/* Main Review Section - Matching Product Page Styling */
.elementor-widget-nutrisslim_landing_content_widget .mainReview {
  padding: 12px 14px;
  margin-top: 20px;
}

.elementor-widget-nutrisslim_landing_content_widget .mainReview .inner {
  display: flex;
}

.elementor-widget-nutrisslim_landing_content_widget .mainReview .inner > img {
  width: 142px;
  object-fit: contain;
  margin-right: 15px;
  flex-shrink: 0;
}

.elementor-widget-nutrisslim_landing_content_widget .mainReview .revContent {
  text-align: left;
  flex: 1;
}

.elementor-widget-nutrisslim_landing_content_widget
  .mainReview
  .revContent
  .name {
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 400;
}

.elementor-widget-nutrisslim_landing_content_widget
  .mainReview
  .revContent
  .rateMeta {
  margin-bottom: 0.5rem;
  display: flex;
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.elementor-widget-nutrisslim_landing_content_widget
  .mainReview
  .revContent
  .rateMeta
  img.star {
  display: inline-block;
  position: relative;
  top: 0;
  width: 15px;
  height: auto;
  margin-right: 2px;
}

.elementor-widget-nutrisslim_landing_content_widget
  .mainReview
  .revContent
  .rateMeta
  .rate {
  font-weight: 700;
  margin-left: 5px;
  white-space: nowrap;
}

.elementor-widget-nutrisslim_landing_content_widget
  .mainReview
  .revContent
  .rateMeta
  .checker {
  text-indent: 25px;
  position: relative;
  margin-left: 10px;
}

.elementor-widget-nutrisslim_landing_content_widget
  .mainReview
  .revContent
  .rateMeta
  .checker
  .check {
  position: absolute;
  background-color: #17a94b;
  display: inline-flex;
  border-radius: 100px;
  align-items: center;
  width: 19px;
  height: 19px;
  justify-content: center;
  margin-left: 0;
  white-space: nowrap;
  text-indent: 10px;
  left: 2px;
  top: 0;
}

.elementor-widget-nutrisslim_landing_content_widget
  .mainReview
  .revContent
  .rateMeta
  .checker
  .check
  img {
  width: 12px;
  height: 12px;
  display: block;
}

.elementor-widget-nutrisslim_landing_content_widget
  .mainReview
  .revContent
  .revComment {
  font-size: 14px;
  line-height: 1.4;
}

.elementor-widget-nutrisslim_landing_content_widget
  .mainReview
  .revContent
  .revComment
  p {
  margin: 0;
}

@media (max-width: 900px) {
  .elementor-widget-nutrisslim_landing_content_widget .mainReview {
    padding: 12px;
  }

  .elementor-widget-nutrisslim_landing_content_widget .mainReview .inner {
    flex-direction: row;
    align-items: flex-start;
  }

  .elementor-widget-nutrisslim_landing_content_widget .mainReview .inner > img {
    width: 142px;
    margin-right: 15px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .elementor-widget-nutrisslim_landing_content_widget .mainReview .revContent {
    flex: 1;
  }

  .elementor-widget-nutrisslim_landing_content_widget
    .mainReview
    .revContent
    .name {
    margin-bottom: 0px;
    font-weight: 400;
  }

  .elementor-widget-nutrisslim_landing_content_widget
    .mainReview
    .revContent
    .rateMeta {
    margin-bottom: 0px;
    line-height: 10px;
  }

  .nf-landing--option-2 .nf-landing__extra-item {
    font-size: 14px;
  }

  .nf-landing--option-2 .nf-landing__price-current {
    font-size: 18px;
  }

  .nf-landing--option-2 .nf-landing__header {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .nf-landing__step-indicator--step-2 {
    text-align: center;
  }

  .nf-landing--option-2 .nf-landing__step-indicator {
    text-align: center;
    padding-top: 10px;
  }
}

/* ==========================================================================
   Landing Page Typography - Bold Elements
   ========================================================================== */
.elementor-widget-nutrisslim_landing_content_widget b,
.elementor-widget-nutrisslim_landing_content_widget strong,
.landing-page-template-default b,
.landing-page-template-default strong,
main.landing-page b,
main.landing-page strong {
  font-weight: 500 !important;
}

@media (min-width: 1024px) {
  .nf-landing--option-2 .nf-landing__tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nf-landing--option-2 .nf-landing__tab {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.nf-landing-step.nf-landing-step--delivery {
  margin-bottom: 0;
}

span.nf-landing__step-text,
.nf-landing__step-label {
  font-weight: 300;
}

span.nf-landing__step-desc,
span.nf-landing__step-number {
  font-weight: 600;
}

/*@media (max-width: 900px){*/
/*  .nf-landing--option-2 .nf-landing__step-progress,*/
/*  .nf-landing__step-progress{*/
/*    display: none;*/
/*  }*/
/*}*/

/*ADDITIONAL LANDING CSS*/

/*.woocommerce-privacy-policy-text {*/
/*  display: none;*/
/*}*/

.font-size-26 {
  font-size: 26px;
  line-height: 33px;
}

.white-color .span.elementor-button-text {
  color: #fff;
}

span.woocommerce-terms-and-conditions-checkbox-text {
  display: none;
}

@media (max-width: 900px) {
  header.elementor.elementor-location-header {
    display: none !important;
  }

  .elementor-location-header[data-elementor-type=header] {
    display: none !important;
  }

  h2.nf-landing__order-form-title {
    padding-top: 2rem;
  }
  .nf-landing--option-1 .nf-landing-guarantee {
    max-width:330px!important;
  }
  .nf-landing--option-1 .nf-landing-hero__badge {
    right:0px;
  }

}

.mainReview .rateMeta {
  padding: 10px 0;
}

.revContent p {
  font-size: 12px;
  line-height: 14px;
}

h2.nf-landing__order-form-title {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.2em !important;
  letter-spacing: 0.01em !important;
}
.single-landing-page .elementor-element {
line-height: 1.2em;
letter-spacing: .01em;

}