:root {
  --slimfit-main: #a500f1;
  --base-size: 16px;
  --e-global-color-primary-darker: #30a309;
  --e-global-color-primary: #8cff64;
  --e-global-color-primary_hover: #7ee55a;
  --e-global-color-text: #5b5b5b;
  --e-global-color-text_light: #a8a8a8;
  --e-global-color-accent: #000000;
  --e-global-color-highligh: #ee440e;
  --e-global-color-border: #e9e9e9;
  --e-global-color-background: #ffffff;
  --e-global-color-background_light: #f4f4f4;
  --e-global-typography-heading_title-font-family: "Sofia Sans Condensed";
  --e-global-typography-heading_title-font-size: 90px;
  --e-global-typography-heading_title-font-weight: 900;
  --e-global-typography-heading_title-text-transform: uppercase;
  --e-global-typography-heading_title-line-height: 0.867em;
  --e-global-typography-heading_title-letter-spacing: -1px;
  --e-global-typography-7ba6c4e-font-family: "Sofia Sans Condensed";
  --e-global-typography-7ba6c4e-font-size: 18px;
  --e-global-typography-7ba6c4e-font-weight: 700;
  --e-global-typography-7ba6c4e-text-transform: uppercase;
  --e-global-typography-7ba6c4e-line-height: 20px;
  --e-global-typography-7ba6c4e-letter-spacing: 2px;
  --e-global-typography-49478bc-font-weight: 400;
  --e-global-typography-49478bc-letter-spacing: 0.2px;
}

body,
html {
  font-size: var(--base-size);
}

.breadcrumb-wrap {
  display: none !important;
}

.site-content :is(h1, h2, h3, h4, h5) {
  text-wrap: balance;
  padding: 0;
  margin: 0;
}
.site-content p {
  text-wrap: pretty;
  max-width: 70ch;
  padding: 0;
  margin: 0;
}

.site-content h2,
.site-content section > div h2 {
  color: var(--e-global-color-text_light) !important;
  font-size: 4rem;
  line-height: 112%;
  max-width: 20ch;
  word-break: break-word;
  text-transform: none !important;
}
@media (max-width: 768px) {
	.site-content h2 {
  color: var(--e-global-color-text_light) !important;
  font-size: 3.5rem;
  line-height: 112%;
  max-width: 20ch;
}
}
h2 > span {
  color: #000;
}

h1 > span {
  color: var(--slimfit-main);
}

.site-content .col-full > section {
  width: 100%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-cta {
  padding: 0.5rem 4rem;
  border-radius: 1.5rem;
  background: var(--e-global-color-primary);
  color: #000;
  font-size: 1.3rem;
  font-weight: 800;
  font-family: var(--e-global-typography-heading_title-font-family);
  width: fit-content;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.3s linear, outline 0s linear;
  outline: none;
  min-width: fit-content;
}

.cta {
  padding: 0.5rem 4rem;
  border-radius: 1.5rem;
  background: transparent;
  color: #000;
  font-size: 1.3rem;
  font-weight: 800;
  font-family: var(--e-global-typography-heading_title-font-family);
  width: fit-content;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.3s linear, outline 0s linear;
  border: 2px solid black;
  outline: none;
}

.cta:hover {
  background: var(--e-global-color-primary);
}

.btn-cta:hover {
  background: transparent;
  outline: 2px solid #000;
}

.btns-wrapper .cta{
  margin-top: 0rem;
  padding-inline: 2rem;
}
.btns-wrapper > .line-wrapper{
  margin-top: 1rem;
}
.btns-wrapper > .line-wrapper .ic{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  outline: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin: 0 .5rem;
}
.btns-wrapper > .line-wrapper > .line-wrapper{
  margin-top: .75rem;
  align-items: center;
}
.btns-wrapper > .line-wrapper .qt{
  outline: none !important;
  margin: 0;
}


.info-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  font-size: 14px;
}

.info-icon .icon {
  background-color: var(--slimfit-main);
  min-width: 1.75em;
  width: 1.75em;
  height: 1.75em;
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon b {
  color: #000 !important;
  font-family: var(--e-global-typography-heading_title-font-family);
  font-size: 1.125em;
}

.info-icon p {
  font-size: 1em;
  line-height: 1.25em;
}

.info-icon.xl {
  font-size: 18px;
}

.line-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

#testimonials > .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

nav {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

nav > .arrow {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  outline: 2px solid #e9e9e9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: var(--e-global-color-text);
  cursor: not-allowed;
  user-select: none;
}

nav > .active {
  outline: none;
  background: var(--slimfit-main);
  color: #fff;
  cursor: pointer;
}

.site-content {
  margin-top: 0 !important;
}

.site-header {
  margin-bottom: 0 !important;
}

.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-wrapper > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#hero {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 4rem;
  padding-top: 1rem;
}

#hero > .image-wrapper {
  height: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}

#hero > .image-wrapper .poland-stamp {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 150px;

  backdrop-filter: blur(5px);
  background: #0c260477;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(233, 233, 233, 0.5);
}

#hero > .image-wrapper .poland-stamp p {
  color: white;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

#hero > .image-wrapper .poland-stamp > .image-wrapper {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  padding: 0.75rem;
  background: #96df7e80;
}
#hero > .image-wrapper > img {
  height: 100%;
  width: auto;
}

#hero h1 {
  font-size: 3.5rem;
  text-transform: none;
  margin-bottom: 0.25rem;
  line-height: 100%;
}

#hero .content > strong {
  font-size: 1.25rem;
  color: var(--e-global-color-text);
  line-height: 1.5rem;
  font-weight: 700;
}

#hero .rating {
  gap: 1rem;
  padding: 0.365rem 1rem;
  margin-bottom: 1rem;
  border: 2px solid var(--e-global-color-primary-darker);
  border-radius: 0.5rem;
  width: fit-content;
  align-items: center;
}

#hero .rating :is(b, strong) {
  color: var(--e-global-color-primary-darker);
  font-weight: 700;
  font-family: var(--e-global-typography-heading_title-font-family);
  font-size: 1.125rem;
}

#hero .rating .stars {
  margin-bottom: 0;
}

.order-benefits {
  gap: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.order-benefits .benefit .image-wrapper {
  background-color: #e6e6e6;
  padding: 0.25rem;
}

#hero .benefit p {
  color: var(--e-global-color-text);
  font-size: 0.875rem;
  font-weight: 700;
}

.order-zone {
  /* border: 2px solid #E9E9E9;
    border-radius: 1rem;
    padding: .5rem 1.5rem; */
  gap: 2rem;
  margin-top: 1rem;
  align-items: start;
}

/* :is(#hero, #cta) .package-chooser {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.75rem;
  border: 2px solid #e9e9e9;
  padding: 0.75rem 1.5rem;
  max-width: 500px;
}

:is(#hero, #cta) .package-chooser .arrow {
  font-size: 1.5rem;
  transform: rotate(90deg);
  transition: .2s all ease-in;
}

:is(#hero, #cta) .package-chooser p {
  font-size: 1.125rem;
}

:is(#hero, #cta) .package-chooser .dropdown {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  right: 0;
  background-color: white;
  border-radius: 0.625rem;
  padding: 1rem 1rem;
  border: 2px solid #e9e9e9;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  gap: .75rem;
}
.package-chooser .dropdown label{
  color: #000;
}

.package-chooser .dropdown span{
  background: var(--e-global-color-primary);
  padding: .25rem .75rem;
  border-radius: 1rem;
  margin-left: .5rem;
  font-weight: 500;
}

:is(#hero, #cta) .package-chooser:hover .dropdown {
  display: flex;
}
:is(#hero, #cta) .package-chooser:hover .arrow {
  transform: rotate(-90deg);
} */
 .package-chooser input[type="radio"]{
  display: none;
 }

.package-chooser{
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: .75rem;
  cursor: pointer;
  flex-wrap: wrap;
  font-size: 16px;
}

.package-chooser label{
  cursor: pointer;
  flex: 1;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px var(--e-global-color-primary-darker) solid;
  border-radius: .75rem;
  overflow: hidden;
}

.package-chooser label span{
  display: block;
  background: var(--e-global-color-primary-darker);
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.25em;
  font-weight: 600;
  padding: .25em 1em;
  line-height: 1.5em;
}

.package-chooser label div{
  text-transform: uppercase;
  font-size: 1.625em;
  font-family: var(--e-global-typography-heading_title-font-family);
  color: #000;
  font-weight: 700;
  padding: .5em;
  line-height: 110%;
  text-align: center;
}

.package-chooser label div b{
  color: var(--e-global-color-primary-darker);
}

:is(#hero, #cta) .discount{
  margin-top: 1rem;
}

:is(#hero, #cta) .discount .image-wrapper {
  width: 1.75rem;
  height: 1.75rem;
}
:is(#hero, #cta) .discount .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

:is(#hero, #cta) .discount .heading p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

:is(#hero, #cta) .discount .date {
  display: flex;
  margin-top: 0.75rem;
  flex-direction: row;
  align-items: start;
  gap: 1rem;
}

:is(#hero, #cta) .discount .tile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

:is(#hero, #cta) .discount .tile .card {
  width: 3.75rem;
  height: 3rem;
  background: var(--slimfit-main);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  color: white;
  font-family: var(--e-global-typography-heading_title-font-family);
  font-size: 1.875rem;
  font-weight: 800;
}

:is(#hero, #cta) .discount .tile p {
  font-family: var(--e-global-typography-heading_title-font-family);
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}

:is(#hero, #cta) .discount {
  /* margin-top: 2rem; */
}

#hero .line-wrapper:has(.bg) {
  gap: 1rem;
}

#hero .main3 {
  margin-top: 1rem;
}

.benefit.bg {
  padding: 0.5rem 0.75rem;
  background: #e6e6e6;
  border-radius: 24px;
  /* margin-top: 2rem; */
}

.benefit.xl p {
  font-size: 1.125rem;
}

.alt {
  background: var(--e-global-color-primary) !important;
}

.alt2 {
  background: #deffd3 !important;
}

.alt p,
.alt2 p {
  color: #000;
}

:is(#hero, .stats) .benefit.bg p {
  text-transform: uppercase;
  font-size: 0.75rem;
  min-width: fit-content;
  color: #000;
}

:is(#hero, .stats) .benefit.bg .image-wrapper {
  background: none !important;
}

.order-zone .promo {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.order-zone .promo > i {
  margin-top: -0.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
}
.order-zone .promo > b {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}

.order-zone .price {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: end;
}

.order-zone .cta-dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
  position: relative;
}

.order-zone .btn-cta {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s;
  font-size: 1.25rem;
}

.order-zone .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.order-zone .cta-dropdown > b {
  font-size: 1.125rem;
  font-family: var(--e-global-typography-heading_title-font-family);
  text-align: center;
  width: 100%;
  display: block;
  text-wrap: nowrap;
}

.order-zone .cta-dropdown:hover .arrow {
  transform: rotate(90deg);
}

.order-zone .dropdown-options {
  position: relative;
  z-index: 2;
  display: none;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border-radius: 1rem;
  padding: 1rem !important;
  border: 2px solid #e9e9e9;
  z-index: 10;
  width: 400px;
  padding: 6px 0;
  cursor: pointer;
}

.order-zone .dropdown-options label {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.order-zone .dropdown-options s {
  color: var(--e-global-color-text_light);
  font-weight: 300;
}

.order-zone .dropdown-options input[type="radio"] {
  margin-right: 1rem;
}

.order-zone .cta-dropdown:hover .dropdown-options {
  display: flex;
}

.order-zone .price s {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}

.order-zone .promo > p {
  font-size: 1rem;
  color: var(--e-global-color-text);
}

.order-zone .price span {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

#hero .order-zone{
  /* margin-top: 2rem; */
}

#hero .testimonial {
  display: grid;
  grid-template-columns: 125px 1fr;
  border: 2px solid #e9e9e9;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  gap: 2rem;
  margin-top: 2rem;
}

#hero .testimonial .image-wrapper {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 1rem;
  background-color: var(--e-global-color-text_light);
}

#hero .testimonial .image-wrapper img {
  height: 100%;
}

#hero .testimonial .content > p {
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
}

#hero .testimonial .details b {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--e-global-color-primary-darker);
}

#hero .testimonial .details p {
  font-size: 1rem;
}

#hero .mobile {
  display: none;
}

#hero .benefit.bg {
  background: transparent;
  border: 2px solid var(--e-global-color-primary-darker);
}

#hero .benefit.bg p {
  color: var(--e-global-color-primary-darker);
  font-family: var(--e-global-typography-heading_title-font-family);
  font-size: 1rem;
}

@media (max-width: 768px) {
  .site-content .col-full > section {
    padding: 2rem 1.5rem;
  }
  body,
  html {
    font-size: 14px;
  }

  .site-content .col-full > section h2{
    font-size: 3.75rem;
  }

  #hero {
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }

  #hero .mobile,
  #cta .mobile {
    display: flex !important;
  }

  #hero .poland-stamp{
    display: none !important;
  }

  .package-chooser{
    font-size: 12px;
  }

  #hero > .image-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 50;
    justify-content: end;
    background-color: transparent;
    padding: 1rem 0;
    height: 175px;
  }

  .order-zone .promo > i {
    margin-top: 0;
  }

  #hero > .image-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -20vw;
    width: 120vw;
    height: 100%;
    background-color: #f4f4f4;
  }

  #hero > .image-wrapper .main3 {
    width: fit-content;
    position: relative;
    z-index: 20;
    gap: 0.75rem;
    justify-content: end;
    display: flex;
    flex-wrap: wrap;
    max-width: 250px;
    margin-top: 0;
    /* width: 60%; */
  }

  #hero img.desktop{
    display: none;
  }
  #hero img.mobile{
    display: block;
  }

  #hero > .image-wrapper .main3 .image-wrapper {
    width: 1.5rem;
    height: 1.5rem;
  }

  #hero > .image-wrapper .main3 > * {
    background-color: var(--slimfit-main);
    padding: 0.5rem 0.75rem;
    gap: 0.25rem;
    flex-wrap: wrap;
    border: none;
  }

  #hero > .image-wrapper .main3 > * p {
    font-size: 1rem;
    color: white;
    text-transform: none;
  }

  #hero > .image-wrapper{
    overflow: visible;
  }
  #hero > .image-wrapper > img {
    margin-left: 1rem;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    height: calc(100%  - 1rem);
    width: auto;
    z-index: 10;
  }

  #hero > .content .rating {
    grid-area: rating;
    margin: 1rem 0;
    width: fit-content;
    padding: 0.5rem 1.5rem;
  }

  #hero > .content .rating img {
    height: 15px;
  }

  #hero > .content .order-benefits {
    grid-area: order-benefits;
    flex-wrap: nowrap;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  #hero > .content .order-benefits .image-wrapper {
    background-color: transparent;
  }
  #hero > .content .order-benefits p {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
  }

  #hero > .content h1 {
    grid-area: heading;
    font-size: 2.75rem;
  }

  #hero > .content strong {
    grid-area: subheading;
    font-size: 1.125rem;
  }

  #hero > .content .main3 > * {
  }

  :is(#hero, #cta) > .content .order-zone {
    grid-area: order-zone;
    flex-wrap: nowrap;
    gap: 1rem;
  }

  :is(#hero, #cta) .dropdown-options:not(.mobile) {
    display: none !important;
  }

  :is(#hero, #cta) .dropdown-options.mobile {
    width: 100%;
    gap: 0.5rem;
    position: relative !important;
    border: none;
    padding-inline: 0 !important;
  }

  .order-zone .cta-dropdown > b {
    font-size: 1rem !important;
  }

  :is(#hero, #cta) .dropdown-options.mobile label {
    font-size: 0.8rem;
    line-height: 1rem;
    min-width: fit-content;
    text-wrap: nowrap;
  }

  :is(#hero, #cta) .dropdown-options.mobile input {
    margin-right: 0.5rem;
  }

  :is(#hero, #cta) .order-zone .mobile span {
    display: inline-block;
    width: fit-content;
    position: relative;
    color: #185900;
  }

  :is(#hero, #cta) .order-zone .mobile span::after {
    display: block;
    content: "";
    width: 80%;
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    background: #185900;
    transform-origin: top;
    transform: rotate(-12 deg);
  }

  :is(#hero, #cta) > .content .order-zone .btn-cta {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-inline: 2rem;
    font-size: 1.5rem;
  }

  :is(#hero, #cta) > .content .order-zone .price {
    flex-direction: column;
    align-items: start;
    gap: 0.25rem;
    margin-top: 0.5rem;
  }

  :is(#hero, #cta) > .content .order-zone .btn-cta span {
    display: none !important;
  }

  :is(#hero, #cta) .cta-dropdown > b {
    font-size: 1.125rem;
    font-family: var(--e-global-typography-heading_title-font-family);
  }

  :is(#hero, #cta) > .content .order-zone .promo b {
    line-height: 1.65rem;
  }

  #hero > .content .main3 {
    display: none !important;
  }

  #hero > .content .testimonial {
    grid-area: testimonial;
    gap: 2rem;
    grid-template-columns: auto 1fr;
  }

  #hero > .content .testimonial .content {
    padding-right: 0;
  }

  #hero > .content .testimonial .image-wrapper {
    width: 6rem;
    height: 6rem;
  }

  #hero > .content {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    /* grid-template-areas:
      "rating"
      "heading"
      "subheading"
      "order-zone"
      "order-benefits"
      "testimonial"; */
  }
}

#problem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-content: start;
}

#problem > *{
  height: 100%;
}

#problem .content > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
#problem .content h2 {
  margin-bottom: 1rem;
}
#problem .pain-points b {
  color: #000;
  font-size: 1.25rem;
}
#problem .pain-points .tiles-wrapper {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
:is(#problem, #triplet) .tile {
  background: #ae8bff55;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  border-radius: 0.75rem;
  padding: 1.5rem 1rem;
  min-width: 250px;
}
:is(#problem, #triplet) .tile .image-wrapper {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  overflow: hidden;
  background: var(--slimfit-main);
  padding: 1rem;
  border: solid 2px white;
}
:is(#problem, #triplet) .tile b {
  color: #000;
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 120%;
  text-align: center;
  font-family: var(--e-global-typography-heading_title-font-family);
}

:is(#problem, #triplet) .tile p {
  /* color: #000; */
  font-size: 1.125rem;
  margin-top: .5rem;
  line-height: 130%;
  text-align: center;
}

@media (max-width: 768px) {
  #problem{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

#solution h2 {
  text-align: center;
}

#solution .benefits-box {
  margin-top: 2rem;
  width: 100%;
  padding: 3.75rem 3rem;
  border: 2px solid #e9e9e9;
  display: grid;
  gap: 3rem;
  border-radius: 1.75rem;
  grid-template-columns: 1fr 1fr;
}

#solution .benefits-box .content > .benefit .image-wrapper {
  background: var(--e-global-color-primary-darker);
  min-width: 4.625rem;
  min-height: 4.625rem;
  padding: 1rem;
}
#solution .benefits-box .content > .benefit p {
  font-size: 1.125rem;
  line-height: 150%;
}
#solution .benefits-box .content > .benefit {
  gap: 1rem;
  border-radius: 0.75rem;
  border: 1px solid #e9e9e9;
}
#solution .benefits-box .content .benefit.card .image-wrapper {
  padding: 0.75rem;
}
#solution .benefits-box .content .column {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 1000px) {
  #solution .benefits-box{
    grid-template-columns: 1fr !important;
  }
}

#triplet .line-wrapper {
  /* flex-wrap: nowrap; */
  gap: 1.5rem;
  align-items: stretch;
}

#triplet .line-wrapper > * {
  flex: 1;
}

#triplet .line-wrapper .image-wrapper {
  padding: 1rem;
  border: none;
  width: 5.25rem;
  height: 5.25rem;
}

/* Konieczny css z punktu widzenia logiki */
/* Koniec koniecznego css */
#testimonials .slider {
  margin-top: 4rem;
  width: 100%;
  /* overflow-x: auto; */
  display: flex;
  flex-direction: row;
  gap: 2rem;
  transition: all 0.3s ease-in-out;
}

#testimonials .testimonial {
  min-width: 475px;
  border-radius: 1.25rem;
  border: 2px solid #e9e9e9;
  padding: 1.75rem 2rem;
  display: flex;
  flex-direction: column;
}

#testimonials .testimonial .header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  align-items: end;
}
#testimonials .img-wrapper {
  width: 6.5rem;
  aspect-ratio: 1;
  background-color: #f1f1f1;
  border-radius: 50%;
  overflow: hidden;
}

#testimonials .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stars {
  width: auto;
  max-height: 100%;
  margin-bottom: 1rem;
  /* background: var(--e-global-color-highligh); */
}

#testimonials .testimonial time {
  color: var(--e-global-color-text_light);
  font-size: 0.875rem;
}

#testimonials .testimonial > p {
  color: var(--e-global-color-text);
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 2rem;
}

#testimonials .testimonial .details {
  width: 100%;
  align-self: flex-end;
  margin-top: auto;
}

#testimonials .testimonial b {
  color: #000;
  font-size: 1.5rem;
}

#testimonials .testimonial .details p {
  font-size: 1rem;
  color: #000;
}

#testimonials .pagination {
  margin-inline: auto;
  margin-top: 2rem;
  padding: 1rem 0.5rem;
  border: 2px #e9e9e9 solid;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

#testimonials .pagination .dot {
  width: 0.75rem;
  height: 0.75rem;
  background: var(--e-global-color-text_light);
  border-radius: 50%;
  transform-origin: center;
}

#testimonials .pagination .dot[active] {
  background: var(--slimfit-main);
  transform: scale(1.5);
}

@media (max-width: 768px) {
  #testimonials .header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
  }

  #testimonials .testimonial {
    min-width: 280px;
  }
}

#faq h2 {
  text-align: center;
}

#faq .wrapper {
  width: 80%;
  max-width: 70ch;
  margin-top: 4rem;
  interpolate-size: allow-keywords;
}

#faq h3 {
  text-transform: none;
  font-family: var(--e-global-typography-text-font-family) !important;
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 1rem;
}

#faq details {
  width: 100%;
  border-top: 2px solid #e9e9e9;
  padding: 1.5rem 0;
}

#faq summary {
  display: list-item;
  list-style-position: outside;
}

#faq summary::marker {
  content: "+ ";
  font-size: 1.5rem;
}

#faq details p {
  margin-top: 2rem;
  color: var(--e-global-color-text);
}

#faq details::details-content {
  block-size: 0%;
  transition: block-size 0.3s, content-visibility 0.3s;
  transition-behavior: allow-discrete;
}

#faq details[open]::details-content {
  block-size: auto;
}

#faq details[open] summary::marker {
  content: "- ";
}

#cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  gap: 4rem;
}

#cta > .image-wrapper {
  min-height: 500px;
  background: var(--e-global-color-text_light);
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}

#cta > .image-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.35); */
}

#cta > .image-wrapper img {
  height: 100%;
}

#cta .content > p {
  /* margin-top: .5rem; */
  color: var(--e-global-color-text);
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (max-width: 768px) {
  #cta {
    grid-template-columns: 1fr;
  }

  #cta > .image-wrapper {
    height: 300px;
  }
}

.benefit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.benefit .image-wrapper {
  width: 2.125rem;
  height: 2.125rem;
  /* background: var(--e-global-color-highligh); */
  border-radius: 50%;
}

.benefit p {
  font-size: 0.875rem;
}

#ingredients h2 {
  text-align: center;
}

section > p,
section > .header > p,
section > .header > .wrapper > p {
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--e-global-color-text);
}

#ingredients nav {
  margin-top: 2rem;
  width: 100%;
  gap: 2rem;
  display: inline-flex;
  justify-content: space-between;
}
#ingredients .items-window {
  max-width: 100%;
  height: 100%;
  display: flex;
  padding: 0 1rem;
  overflow-x: auto;
  overflow-y: hidden;
}

#ingredients .items-window p {
  font-family: var(--e-global-typography-heading_title-font-family);
  font-size: 1.5rem;
  color: var(--e-global-color-text_light);
  text-wrap: nowrap;
  font-weight: 800;
  padding: 0 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}

#ingredients .items-window p::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--e-global-color-text_light);
  display: block;
}

#ingredients .items-window p[active] {
  color: #000;
}

#ingredients .items-window p[active]::after {
  background: #000;
}

#ingredients .slide {
  margin-top: 2rem;
  border-radius: 2rem;
  width: 100%;
  max-width: 800px;
  border: 2px solid #e6e6e6;
  padding: 4rem 3rem;
  display: grid;
  grid-template-columns: 2fr;
  gap: 3rem;
}

#ingredients .header {
  margin-bottom: 2rem;
  display: inline-flex;
  gap: 2rem;
}

#ingredients .info {
  display: flex;
  flex-direction: column;
}

#ingredients .info h3 {
  font-size: 3rem;
}

#ingredients .header .info-icon .icon {
  background-color: #5b5b5b;
}

#ingredients .info-icon.xl .icon {
  background-color: var(--e-global-color-primary-darker);
  padding: 0.375rem;
}

#ingredients .info-icon.xl b {
  line-height: 120%;
}

#ingredients .info b {
  font-size: 1.5rem;
  font-family: var(--e-global-typography-heading_title-font-family);
  color: var(--e-global-color-text);
}

#ingredients .info > p {
  margin: 1rem 0;
}

#ingredients .slide .image-wrapper {
  background-color: #e6e6e6;
  border-radius: 2rem;
  display: none;
}

#ingredients .info > .info-icon {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  #ingredients .slide {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
  }

  #ingredients .slide .header {
    flex-wrap: wrap;
  }

  #ingredients .slide .info-icon b {
    line-height: 100%;
  }

  #ingredients .info-icon.xl .icon {
    min-width: 3rem !important;
    min-height: 3rem !important;
  }

  #ingredients h3 {
    font-size: 2.5rem !important;
  }

  #ingredients .slide .header .icon {
    min-width: 2.5rem;
    min-height: 2.5rem;
  }

  #ingredients .arrow {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  #ingredients .items-window {
    padding-inline: 0;
  }

  #ingredients .items-window p {
    width: fit-content !important;
  }
}

.benefit.card .image-wrapper {
  background-color: var(--slimfit-main);
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  z-index: 100;
}

.benefit.card {
  gap: 0;
  position: relative;
}

.benefit.card p {
  color: #000;
  font-family: var(--e-global-typography-heading_title-font-family);
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: block;
  padding: 1rem 1.5rem;
  transform: translateX(-10px);
  border: 2px solid #e6e6e6;
  border-radius: 2rem;
  z-index: 0;
  width: 100%;
}

#quality {
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-items: start;
  align-content: start;
  gap: 2rem;
}

#quality h2 {
  display: block;
  height: 100%;
}

#quality .images {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

#quality .image-wrapper {
  width: 100%;
  aspect-ratio: 1/1.414;
  border: 2px solid #e6e6e6;
  border-radius: 1.5rem;
  overflow: hidden;
}

#quality .image-wrapper img {
  height: 100%;
}

@media (max-width: 768px) {
  #quality,
  #quality > div {
    grid-template-columns: 1fr !important;
    justify-items: center;
  }

  #quality {
    gap: 4rem;
  }

  #quality .image-wrapper {
    max-height: 600px;
    width: auto;
  }
}

.warning {
  background: var(--slimfit-main) !important;
  color: #fff;
}

.warning p {
  font-size: 1.125rem;
}

.card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}

.card .num {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9e9e9;
  border-radius: 50%;
}

.card .num p {
  color: #000;
  font-size: 1.625rem;
  font-weight: 900;
  font-family: var(--e-global-typography-heading_title-font-family);
}

.card .content {
  height: 100%;
  max-width: 375px;
  display: flex;
  align-items: center;
  border: 2px solid #e6e6e6;
  padding: 1.5rem 2.5rem;
  border-radius: 1.25rem;
}
.card .content p {
  text-wrap: wrap;
  display: block;
  color: var(--e-global-color-text);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}
