@charset "UTF-8";
.lp-hero {
  position: relative;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 600px) {
  .lp-hero {
    background: #111;
  }
}
.lp-hero__bg {
  display: block;
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media (min-width: 600px) {
  .lp-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
.lp-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 0 0;
  color: #111;
}
@media (min-width: 600px) {
  .lp-hero__content {
    color: #fff;
    padding: 60px 20px 160px;
  }
}
.lp-hero__fade {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 730px;
  max-width: 90%;
  height: 280px;
  pointer-events: none;
  background-image: url("../images/lp/fade.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media (min-width: 600px) {
  .lp-hero__fade {
    display: block;
  }
}
.lp-hero p {
  color: #111;
}
@media (min-width: 600px) {
  .lp-hero p {
    color: #fff;
  }
}
.lp-hero__title {
  position: relative;
  z-index: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 22px;
  max-width: 920px;
}
.lp-hero__subtitle {
  position: relative;
  z-index: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 36px;
}
.lp-hero__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 68px;
  background: #ffc226;
  border-radius: 40px;
  text-decoration: none;
  color: #1d1d1b;
  transition: filter 0.2s;
}
.lp-hero__btn:hover {
  filter: brightness(1.08);
  color: #1d1d1b;
  text-decoration: none;
}
.lp-hero__btn-label {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1;
}
.lp-hero__btn-price {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.3;
}
.lp-hero__benefits {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  padding: 24px 16px 20px;
}
@media (min-width: 600px) {
  .lp-hero__benefits {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 16px 20px;
  }
}
.lp-hero__benefits {
  color: #111;
}
@media (min-width: 600px) {
  .lp-hero__benefits {
    color: #fff;
  }
}
.lp-hero__benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.lp-hero__benefit img {
  width: auto;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-hero__benefit span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}
.lp-hero__benefit--customers::before, .lp-hero__benefit--industry::before, .lp-hero__benefit--shipping::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lp-hero__benefit--customers::before {
  width: 32px;
  height: 32px;
  background-image: url("../images/lp/icon-customers.svg");
}
.lp-hero__benefit--industry::before {
  width: 33px;
  height: 33px;
  background-image: url("../images/lp/icon-industry.svg");
}
.lp-hero__benefit--shipping::before {
  width: 22px;
  height: 31px;
  background-image: url("../images/lp/icon-shipping.svg");
}
@media (min-width: 769px) {
  .lp-hero {
    min-height: 600px;
  }
  .lp-hero__content {
    padding: 180px 20px 180px;
  }
  .lp-hero__title {
    font-size: 54px;
  }
  .lp-hero__subtitle {
    font-size: 20px;
  }
  .lp-hero__btn {
    width: 308px;
    height: 80px;
  }
  .lp-hero__btn-label {
    font-size: 24px;
  }
  .lp-hero__btn-price {
    font-size: 20px;
  }
  .lp-hero__benefits {
    gap: 60px;
    padding: 0 40px 30px;
  }
  .lp-hero__benefit span {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .lp-hero {
    min-height: 800px;
  }
  .lp-hero__content {
    padding: 267px 0 220px;
  }
  .lp-hero__title {
    font-size: 72px;
  }
}

.lp-benefits__container {
  padding-block: 40px 0;
}
.lp-benefits__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 600px) {
  .lp-benefits__header {
    text-align: left;
  }
}
.lp-benefits__header-title {
  width: 100%;
}
.lp-benefits__header-title h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #1d1d1b;
  margin: 0;
}
.lp-benefits__header-title h2 span {
  color: #ce163b;
}
.lp-benefits__header-desc {
  flex: 1;
  padding-top: 0;
  max-width: 445px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .lp-benefits__header-desc {
    margin: 0;
  }
}
.lp-benefits__header-desc p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1d1d1b;
  margin: 0;
}
.lp-benefits__header-desc p strong {
  font-weight: 700;
}
.lp-benefits__row {
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin-top: 48px;
}
.lp-benefits__photo {
  flex: none;
  height: 260px;
}
.lp-benefits__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-benefits__text {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  background-image: url("../images/lp/benefits-bg.png");
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.lp-benefits__text-content {
  max-width: 445px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 600px) {
  .lp-benefits__text-content {
    margin: 0;
    text-align: left;
  }
}
.lp-benefits__text h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #1d1d1b;
  margin: 0 0 20px;
}
.lp-benefits__text p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #1d1d1b;
  margin: 0 0 24px;
}
.lp-benefits__text p strong {
  font-weight: 700;
}
.lp-benefits__accent {
  color: #ce163b;
}
.lp-benefits__badge {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-benefits__badge img {
  flex-shrink: 0;
  width: auto;
  height: 28px;
}
.lp-benefits__badge span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #1d1d1b;
  line-height: 1;
}
@media (min-width: 769px) {
  .lp-benefits__container {
    padding-top: 60px;
  }
  .lp-benefits__header {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 60px;
  }
  .lp-benefits__header-title {
    width: 50%;
  }
  .lp-benefits__header-title h2 {
    font-size: 48px;
  }
  .lp-benefits__header-desc {
    padding-top: 8px;
  }
  .lp-benefits__header-desc p {
    font-size: 18px;
  }
  .lp-benefits__rows .lp-benefits__row:nth-child(even) {
    flex-direction: row-reverse;
  }
  .lp-benefits__row {
    flex-direction: row;
    min-height: 440px;
  }
  .lp-benefits__photo {
    flex: 0 0 40%;
    height: auto;
  }
  .lp-benefits__text {
    flex: 0 0 60%;
    padding: 40px 40px;
  }
  .lp-benefits__text h3 {
    font-size: 40px;
  }
  .lp-benefits__text p {
    font-size: 18px;
  }
}
@media (min-width: 1201px) {
  .lp-benefits__container {
    padding-top: 80px;
  }
  .lp-benefits__header {
    gap: 60px;
  }
  .lp-benefits__header-title h2 {
    font-size: 64px;
  }
  .lp-benefits__header-desc p {
    font-size: 20px;
  }
  .lp-benefits__text {
    padding: 48px 56px;
  }
  .lp-benefits__text h3 {
    font-size: 48px;
  }
}

.lp-trust {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 24px;
  background: #fff;
}
.lp-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: auto;
}
.lp-trust__item-img {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.lp-trust__item h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 12px;
}
.lp-trust__item p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  color: #1d1d1b;
  margin: 0;
}
@media (min-width: 601px) {
  .lp-trust {
    flex-direction: row;
    padding: 48px 40px;
  }
  .lp-trust__item {
    max-width: 340px;
  }
}
@media (min-width: 901px) {
  .lp-trust {
    gap: 120px;
    padding: 64px 145px;
  }
  .lp-trust__item {
    width: 445px;
    max-width: none;
  }
}

.lp-upgrades {
  background-color: #ce163b;
  background-image: url("../images/lp/upgrades-bg.png");
  background-size: cover;
  background-position: center;
}
.lp-upgrades__container {
  padding: 40px 20px 60px;
}
.lp-upgrades__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 36px;
  text-align: center;
}
@media (min-width: 600px) {
  .lp-upgrades__header {
    text-align: left;
    align-items: flex-start;
  }
}
.lp-upgrades__header h2 {
  flex: 0 0 auto;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.lp-upgrades__header p {
  flex: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  max-width: 445px;
}
.lp-upgrades__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.lp-upgrades__card {
  display: flex;
  flex-direction: column;
}
.lp-upgrades__card-photo {
  flex-shrink: 0;
}
.lp-upgrades__card-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350/328;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-upgrades__card-body {
  flex: 1;
  padding: 28px 32px 32px;
  background: #fff;
  background-image: url("../images/lp/card-bg.png");
  background-size: cover;
  background-position: center;
}
.lp-upgrades__card-body-content {
  text-align: center;
}
.lp-upgrades__card-body h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #ce163b;
  margin: 0 0 16px;
  text-align: center;
}
.lp-upgrades__card-body p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  color: #1d1d1b;
  margin: 0;
  text-align: center;
}
.lp-upgrades__card-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-upgrades__card-body ul li {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #1d1d1b;
  margin-bottom: 10px;
}
.lp-upgrades__card-body ul li::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ce163b;
}
@media (min-width: 769px) {
  .lp-upgrades__container {
    padding: 60px 40px 80px;
  }
  .lp-upgrades__header {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 56px;
  }
  .lp-upgrades__header h2 {
    font-size: 48px;
  }
  .lp-upgrades__header p {
    font-size: 18px;
    margin-top: 8px;
  }
  .lp-upgrades__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1201px) {
  .lp-upgrades__container {
    padding: 80px 100px;
  }
  .lp-upgrades__header {
    gap: 60px;
  }
  .lp-upgrades__header h2 {
    font-size: 64px;
  }
  .lp-upgrades__header p {
    font-size: 20px;
  }
}

.lp-steps {
  background-color: #f0f0f0;
  background-image: url("../images/lp/steps-bg.png");
  background-size: cover;
  background-position: center;
}
.lp-steps__container {
  padding: 48px 24px 56px;
}
.lp-steps__heading {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #1d1d1b;
  text-align: center;
  margin: 0 0 40px;
}
.lp-steps__heading span {
  color: #ce163b;
}
.lp-steps__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.lp-steps__step {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-steps__step h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1d1d1b;
  margin: 16px 0 12px;
}
.lp-steps__step p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  color: #1d1d1b;
  margin: 0;
  max-width: 290px;
}
.lp-steps__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
.lp-steps__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.lp-steps__icon--upload, .lp-steps__icon--crop, .lp-steps__icon--upgrades {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lp-steps__icon--upload {
  background-image: url("../images/lp/icon-upload.svg");
}
.lp-steps__icon--crop {
  background-image: url("../images/lp/icon-crop.svg");
}
.lp-steps__icon--upgrades {
  background-image: url("../images/lp/icon-upgrades-step.svg");
}
.lp-steps__num {
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #ce163b;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-steps__arrow {
  flex-shrink: 0;
  width: 50px;
  height: 16px;
  margin-bottom: 0;
  background-image: url("../images/lp/icon-step-arrow.svg");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  transform: rotate(90deg);
}
@media (min-width: 769px) {
  .lp-steps__container {
    padding: 60px 40px 70px;
  }
  .lp-steps__heading {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .lp-steps__row {
    flex-direction: row;
    gap: 0;
  }
  .lp-steps__step {
    flex: 0 0 auto;
    width: calc((100% - 80px) / 3);
    max-width: none;
  }
  .lp-steps__arrow {
    margin-bottom: 60px;
    transform: none;
  }
}
@media (min-width: 1101px) {
  .lp-steps__container {
    padding: 80px 0 90px;
  }
  .lp-steps__heading {
    font-size: 64px;
  }
  .lp-steps__step {
    flex: 0 0 350px;
    width: auto;
  }
}

.lp-related {
  background-color: #f0f0f0;
  background-image: url("../images/lp/related-bg.png");
  background-size: cover;
  background-position: center;
}
.lp-related__container {
  padding: 48px 20px 60px;
}
.lp-related__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 600px) {
  .lp-related__header {
    text-align: left;
    align-items: flex-start;
  }
}
.lp-related__header h2 {
  flex: 0 0 auto;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #1d1d1b;
  margin: 0;
}
.lp-related__header p {
  flex: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #1d1d1b;
  margin: 0;
  max-width: 445px;
}
.lp-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.lp-related__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
.lp-related__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: inherit;
}
.lp-related__card-photo {
  flex-shrink: 0;
}
.lp-related__card-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 540/344;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-related__card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 32px 28px;
  background-color: #fff;
  background-image: url("../images/lp/related-card-info.png");
  background-size: cover;
  background-position: center;
}
.lp-related__card-info h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ce163b;
  margin: 0 0 8px;
}
.lp-related__price {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #1d1d1b;
  margin: 0 0 8px;
}
.lp-related__note {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  margin: 0;
}
.lp-related__note span {
  color: #ce163b;
}
@media (min-width: 769px) {
  .lp-related__container {
    padding: 60px 40px 80px;
  }
  .lp-related__header {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 48px;
  }
  .lp-related__header h2 {
    font-size: 48px;
  }
  .lp-related__header p {
    font-size: 18px;
    margin-top: 6px;
  }
  .lp-related__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .lp-related__card-info h3 {
    font-size: 32px;
  }
  .lp-related__price {
    font-size: 40px;
  }
}
@media (min-width: 1201px) {
  .lp-related__container {
    padding: 80px 0 100px;
  }
  .lp-related__header {
    gap: 60px;
  }
  .lp-related__header h2 {
    font-size: 64px;
  }
  .lp-related__header p {
    font-size: 20px;
  }
}

.lp-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: auto;
  padding: 12px 0;
  background: #fff;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.lp-sticky--visible {
  transform: translateY(0);
  pointer-events: auto;
}
.lp-sticky__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.lp-sticky__info {
  min-width: 0;
}
@media (max-width: 600px) {
  .lp-sticky__info {
    display: none;
  }
}
.lp-sticky__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  color: #1d1d1b;
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lp-sticky__subtitle {
  display: none;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #1d1d1b;
  margin: 0;
}
.lp-sticky__btn {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  background: #ffc226;
  border-radius: 40px;
  text-decoration: none;
  color: #1d1d1b;
  transition: filter 0.2s;
}
@media (max-width: 600px) {
  .lp-sticky__btn {
    width: 100%;
  }
}
.lp-sticky__btn:hover {
  filter: brightness(1.08);
  color: #1d1d1b;
  text-decoration: none;
}
.lp-sticky__btn-label {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
}
.lp-sticky__btn-price {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .lp-sticky {
    height: 104px;
    padding: 0;
  }
  .lp-sticky__inner {
    padding: 0 32px;
    gap: 32px;
  }
  .lp-sticky__title {
    font-size: 40px;
  }
  .lp-sticky__subtitle {
    display: block;
  }
  .lp-sticky__btn {
    width: 308px;
    height: 80px;
  }
  .lp-sticky__btn-label {
    font-size: 24px;
  }
  .lp-sticky__btn-price {
    font-size: 20px;
  }
}

.lp-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-popup[hidden] {
  display: none;
}
.lp-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.lp-popup__dialog {
  position: relative;
  z-index: 1;
  max-width: 980px;
  width: calc(100vw - 32px);
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 600px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.lp-popup__dialog[hidden] {
  display: none;
}
.lp-popup__dialog--narrow {
  max-width: 450px;
  max-height: 680px;
}
.lp-popup__header {
  display: flex;
  align-items: stretch;
  height: 80px;
  flex-shrink: 0;
  background: #e3e1e1;
}
.lp-popup__steps {
  display: flex;
  flex: 1;
  height: 80px;
  overflow: hidden;
}
.lp-popup__steps::after {
  content: "";
  flex: 1;
  background: #e3e1e1;
}
.lp-popup__step {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 0 36px;
  background: #ccc;
  color: #fff;
  z-index: 1;
}
.lp-popup__step::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #ccc;
  z-index: 2;
}
.lp-popup__step--1 {
  z-index: 3;
}
.lp-popup__step--1.lp-popup__step--done {
  background: #b5b5b5;
}
.lp-popup__step--1.lp-popup__step--done::after {
  border-left-color: #b5b5b5;
}
.lp-popup__step--2 {
  z-index: 2;
  padding-left: 48px;
  background: #b5b5b5;
}
.lp-popup__step--2::after {
  border-left-color: #b5b5b5;
}
.lp-popup__step--2.lp-popup__step--done {
  background: #ccc;
}
.lp-popup__step--2.lp-popup__step--done::after {
  border-left-color: #ccc;
}
.lp-popup__step--3 {
  z-index: 1;
  padding-left: 48px;
}
.lp-popup__step--active {
  background: #ce163b;
}
.lp-popup__step--active::after {
  border-left-color: #ce163b;
}
.lp-popup__step--done {
  background: #b5b5b5;
}
.lp-popup__step--done::after {
  border-left-color: #b5b5b5;
}
.lp-popup__step-num {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.9;
  line-height: 1;
  margin-bottom: 4px;
}
.lp-popup__step-label {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.1;
  white-space: normal;
}
@media (max-width: 600px) {
  .lp-popup__step-label {
    font-size: 0;
  }
  .lp-popup__step-label::before {
    content: attr(data-short);
    font-size: 18px;
  }
}
.lp-popup__close {
  flex-shrink: 0;
  width: 48px;
  background: none;
  border: none;
  color: #a4a2a1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0.8;
  transition: opacity 0.15s;
  position: relative;
  z-index: 5;
}
.lp-popup__close:hover {
  opacity: 1;
}
.lp-popup__close--review {
  color: #1d1d1b;
}
.lp-popup__panel {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.lp-popup__panel[hidden] {
  display: none;
}
.lp-popup__panel--scroll {
  overflow-y: auto;
}
.lp-popup .uploadcare--panel {
  height: 100% !important;
}
.lp-popup__upload-area {
  flex: 1;
  position: relative;
  background: #f3f3f3;
  min-height: 420px;
  overflow: hidden;
}
.lp-popup__upload-area .uploadcare--panel,
.lp-popup__upload-area .uploadcare--widget,
.lp-popup__upload-area > div {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.lp-popup__crop-area {
  flex: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.lp-popup__crop-bg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-popup__crop-img {
  display: block;
  width: 90%;
  height: auto;
  max-width: 600px;
}
@media (max-width: 600px) {
  .lp-popup__crop-img {
    height: auto;
    width: 100%;
  }
}
.lp-popup__crop-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.lp-popup__crop-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72%;
  height: 72%;
  border: 2px solid #fff;
  pointer-events: none;
}
.lp-popup__crop-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
}
.lp-popup__crop-handle--tl {
  top: -7px;
  left: -7px;
}
.lp-popup__crop-handle--tr {
  top: -7px;
  right: -7px;
}
.lp-popup__crop-handle--bl {
  bottom: -7px;
  left: -7px;
}
.lp-popup__crop-handle--br {
  bottom: -7px;
  right: -7px;
}
.lp-popup__bottom {
  flex-shrink: 0;
  background: #f7f7f7;
  border-top: 1px solid #e8e8e8;
  padding: 12px 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 769px) {
  .lp-popup__bottom {
    flex-direction: row;
    align-items: center;
  }
}
.lp-popup__bottom--nav {
  justify-content: space-between;
  flex-direction: row;
}
.lp-popup__bottom-btns {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 769px) {
  .lp-popup__bottom-btns {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
  }
}
.lp-popup__editing {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  flex: 1;
}
.lp-popup__editing-input {
  display: none;
}
.lp-popup__editing-box {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #1d1d1b;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: background 0.15s, border-color 0.15s;
}
.lp-popup__editing-box svg {
  opacity: 0;
  transition: opacity 0.15s;
}
.lp-popup__editing-body strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #1d1d1b;
}
.lp-popup__editing-body small {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  color: #555;
  margin-top: 2px;
}
.lp-popup__editing-input:checked ~ .lp-popup__editing-box {
  background: #ce163b;
  border-color: #ce163b;
}
.lp-popup__editing-input:checked ~ .lp-popup__editing-box svg {
  opacity: 1;
}
.lp-popup__btn {
  flex-shrink: 0;
  height: 52px;
  padding: 0 18px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: opacity 0.15s, transform 0.1s;
}
@media (min-width: 600px) {
  .lp-popup__btn {
    font-size: 16px;
  }
}
.lp-popup__btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.lp-popup__btn:active {
  transform: translateY(0);
}
.lp-popup__btn--yellow {
  background: #ffc226;
  color: #1d1d1b;
  min-width: 160px;
}
.lp-popup__btn--outline {
  background: #fff;
  color: #1d1d1b;
  border: 2px solid #1d1d1b;
}
.lp-popup__body {
  padding: 20px 16px 0;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
}
.lp-popup__heading {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  text-transform: uppercase;
  color: #1d1d1b;
  line-height: 1;
  margin: 0 0 12px;
}
.lp-popup__desc {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #1d1d1b;
  margin: 0 auto 24px;
  max-width: 520px;
  line-height: 1.5;
}
.lp-popup__tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0 16px 12px;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  align-content: start;
}
.lp-popup__tile {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 4px;
  background: #d9d9d9;
  transition: border-color 0.15s;
}
.lp-popup__tile:hover {
  border-color: #bbb;
}
.lp-popup__tile.is-selected {
  border-color: #ce163b;
}
.lp-popup__tile-img {
  flex-shrink: 0;
  width: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  aspect-ratio: var(--lp-aspect);
}
.lp-popup__tile-img img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-popup__tile-img--none {
  background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
}
.lp-popup__tile-label {
  display: block;
  padding: 8px 5px 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
  text-transform: uppercase;
  color: #1d1d1b;
  line-height: 1.2;
  text-align: center;
  background: #d9d9d9;
}
@media (min-width: 600px) {
  .lp-popup__tile-label {
    font-size: 20px;
    padding: 8px 10px 10px;
  }
}
.is-selected .lp-popup__tile-label {
  background: #ce163b;
  color: #fff;
}
.lp-popup__price-em {
  font-style: normal;
  color: #ce163b;
}
.is-selected .lp-popup__price-em {
  color: #fff;
}
.lp-popup__review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 17px;
  background: #f3f3f3;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
@media (min-width: 600px) {
  .lp-popup__review-header {
    padding: 20px 28px 16px;
  }
}
.lp-popup__review-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  text-transform: uppercase;
  color: #1d1d1b;
  margin: 0;
}
@media (min-width: 600px) {
  .lp-popup__review-title {
    font-size: 28px;
  }
}
.lp-popup__review-content {
  padding: 20px 28px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}
.lp-popup__review-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #ddd;
  aspect-ratio: 61/35.5;
}
.lp-popup__review-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lp-popup__review-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.lp-popup__review-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
}
.lp-popup__review-row--total {
  padding-top: 12px;
}
.lp-popup__review-key {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  color: #1d1d1b;
}
.lp-popup__review-val {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  color: #1d1d1b;
}
.lp-popup__review-val--price {
  font-size: 22px;
  color: #ce163b;
}
.lp-popup__review-divider {
  height: 1px;
  background: #e0e0e0;
  margin: 4px 0;
}
@media (max-width: 600px) {
  .lp-popup__dialog {
    width: 100vw;
    max-height: 100dvh;
    max-height: 100vh;
    border-radius: 0;
  }
  .lp-popup__header {
    height: 48px;
    position: relative;
  }
  .lp-popup__steps {
    height: 48px;
    flex: 1;
  }
  .lp-popup__step {
    padding: 0 8px 0 16px;
  }
  .lp-popup__step::after {
    right: -12px;
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 12px;
  }
  .lp-popup__step--2 {
    padding-left: 26px;
  }
  .lp-popup__step--3 {
    padding-left: 26px;
  }
  .lp-popup__close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 48px;
    width: 40px;
  }
  .lp-popup__body {
    padding: 12px 12px 0;
  }
  .lp-popup__heading {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .lp-popup__desc {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .lp-popup__tiles {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0 8px 8px;
  }
  .lp-popup__tile-label {
    font-size: 13px;
    padding: 6px 4px 8px;
  }
  .lp-popup__bottom {
    padding: 10px 12px;
    gap: 8px;
  }
  .lp-popup__btn {
    height: 44px;
    font-size: 13px;
    padding: 0 14px;
  }
  .lp-popup__btn--yellow {
    min-width: 0;
    flex: 1;
  }
  .lp-popup__editing-body strong {
    font-size: 15px;
  }
  .lp-popup__editing-body small {
    font-size: 12px;
  }
  .lp-popup__review-header {
    padding: 12px 14px;
  }
  .lp-popup__review-title {
    font-size: 20px;
  }
  .lp-popup__review-content {
    padding: 14px 14px;
  }
  .lp-popup__review-key, .lp-popup__review-val {
    font-size: 15px;
  }
  .lp-popup__review-val--price {
    font-size: 18px;
  }
}
@media (min-width: 601px) {
  .lp-popup__step-num {
    font-size: 12px;
  }
  .lp-popup__step-label {
    font-size: 22px;
    white-space: nowrap;
  }
  .lp-popup__body {
    padding: 28px 32px 0;
  }
  .lp-popup__bottom {
    padding: 16px 32px;
    flex-wrap: nowrap;
  }
  .lp-popup__heading {
    font-size: 44px;
  }
  .lp-popup__btn {
    height: 60px;
    font-size: 18px;
    padding: 0 28px;
  }
  .lp-popup__tiles {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    padding: 0 32px 16px;
    align-content: start;
  }
  .lp-popup__tiles--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}

#lp-panel-3 .lp-popup__tile-img {
  background-position: center bottom;
}

[data-edge] .lp-popup__tile-img {
  aspect-ratio: var(--lp-aspect);
}

[data-edge=none] .lp-popup__tile-img {
  background-image: url("../images/lp/edge-none.png");
}

[data-edge=black] .lp-popup__tile-img {
  background-image: url("../images/lp/edge-black.png");
}

[data-edge=printed] .lp-popup__tile-img {
  background-image: url("../images/lp/edge-printed.png");
}

.woocommerce-cart table.cart .product-thumbnail img,
.woocommerce-checkout table.cart .product-thumbnail img,
#add_payment_method table.cart .product-thumbnail img {
  border-radius: 4px;
}

.single-product .new-hero__info p {
  max-width: 445px;
  margin-inline: auto;
}

.lp-reviews {
  padding: 72px 0 80px;
  background: #fff;
}
.lp-reviews__heading {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  color: #1d1d1b;
  text-align: center;
  margin: 0 0 48px;
  max-width: 720px;
  margin-inline: auto;
}
.lp-reviews__heading span {
  color: #ce163b;
}
.lp-reviews__top {
  margin-bottom: 32px;
}
.lp-reviews__summary-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  text-transform: uppercase;
  color: #1d1d1b;
  margin: 0 0 14px;
}
.lp-reviews__bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-reviews__bar {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lp-reviews__bar-stars {
  flex-shrink: 0;
  width: 82px;
  display: flex;
  gap: 2px;
}
.lp-reviews__bar-track {
  flex: 1;
  height: 6px;
  background: #e8e8e8;
  border-radius: 3px;
  overflow: hidden;
}
.lp-reviews__bar-fill {
  height: 100%;
  background: #ce163b;
  border-radius: 3px;
}
.lp-reviews__bar-count {
  flex-shrink: 0;
  width: 32px;
  text-align: right;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1d1d1b;
}
.lp-reviews__stars {
  display: flex;
  gap: 1px;
  margin-bottom: 10px;
}
.lp-reviews__star {
  width: 15px;
  height: 13px;
  display: inline-flex;
  align-items: center;
}
.lp-reviews__star::before {
  content: "★";
  font-size: 13px;
  line-height: 1;
  color: #d0d0d0;
}
.lp-reviews__star--on::before {
  color: #f4a534;
}
.lp-reviews__filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  background: #f7f7f7;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.lp-reviews__filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 20px;
  border-radius: 100px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background: #fff;
  color: #1d1d1b;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.lp-reviews__filter-btn svg {
  flex-shrink: 0;
}
.lp-reviews__filter-btn--active {
  background: #ce143a;
  color: #fff;
  border-color: #ce143a;
}
.lp-reviews__filter-btn--dark {
  background: #1d1d1b;
  color: #fff;
  border-color: #1d1d1b;
}
.lp-reviews__grid {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 48px;
}
.lp-reviews__add-card {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  background: #f7f7f7;
  padding: 40px 32px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}
.lp-reviews__add-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #ce163b;
  margin: 0 0 12px;
}
.lp-reviews__add-card p {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #1d1d1b;
  margin: 0 0 24px;
  line-height: 1.55;
}
.lp-reviews__add-icon {
  margin-bottom: 20px;
}
.lp-reviews__write-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  min-width: 180px;
  padding: 0 32px;
  background: #ffc226;
  border-radius: 100px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #1d1d1b;
  text-decoration: none;
  transition: filter 0.2s;
}
.lp-reviews__write-btn:hover {
  filter: brightness(1.08);
  color: #1d1d1b;
  text-decoration: none;
}
.lp-reviews__card {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.lp-reviews__card-img {
  height: 224px;
  overflow: hidden;
}
.lp-reviews__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-reviews__card-body {
  padding: 20px 32px 28px;
}
.lp-reviews__card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.lp-reviews__card-author {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
.lp-reviews__card-verified {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.lp-reviews__card-date {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #000;
  margin-left: auto;
}
.lp-reviews__card-text {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 0;
}
.lp-reviews__load-more {
  text-align: center;
  margin-bottom: 48px;
}
.lp-reviews__load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  min-width: 276px;
  padding: 0 48px;
  background: #ce143a;
  border: none;
  border-radius: 100px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: filter 0.2s;
}
.lp-reviews__load-more-btn:hover {
  filter: brightness(1.1);
}
.lp-reviews__write-form {
  padding: 48px 0 0;
  border-top: 1px solid #e8e8e8;
}
.lp-reviews__write-form #reviews > .section-title,
.lp-reviews__write-form #reviews > .woocommerce-Reviews-title,
.lp-reviews__write-form #reviews > #comments {
  display: none;
}
@media (max-width: 1024px) {
  .lp-reviews__grid {
    -moz-columns: 2;
         columns: 2;
  }
  .lp-reviews__heading {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  .lp-reviews {
    padding: 40px 0;
  }
  .lp-reviews__heading {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .lp-reviews__grid {
    -moz-columns: 1;
         columns: 1;
    margin-bottom: 24px;
  }
  .lp-reviews__filter {
    gap: 6px;
    padding: 8px;
  }
  .lp-reviews__filter-btn {
    font-size: 13px;
    height: 40px;
    padding: 0 12px;
    gap: 6px;
  }
  .lp-reviews__add-card {
    padding: 28px 20px 24px;
  }
  .lp-reviews__card-body {
    padding: 16px 20px 20px;
  }
  .lp-reviews__load-more-btn {
    min-width: 0;
    width: 100%;
    max-width: 340px;
  }
}

.uploadcare--jcrop-tracker:first-of-type {
  box-shadow: inset 0 0 0 16px rgba(255, 254, 0, 0.4);
  opacity: 1 !important;
  background: initial !important;
}

.uploadcare--jcrop-tracker:first-of-type:after {
  color: #fff;
  content: "MIGHT BE CUT OFF";
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 7px;
  position: absolute;
  left: 0;
  top: -2px;
}

[lang=en] .uploadcare--jcrop-tracker:first-of-type:after {
  content: "MIGHT BE CUT OFF";
}

[lang=de] .uploadcare--jcrop-tracker:first-of-type:after {
  content: "KÖNNTE ABGESCHNITTEN WERDEN";
}

[lang=it] .uploadcare--jcrop-tracker:first-of-type:after {
  content: "PUÒ ESSERE TAGLIATO";
}