/*  Landing pages e.g. -> /galaxy-watch */
.lp .samsungSharpSans, .lp.samsungSharpSans {
  font-family: "Samsung Sharp Sans", "Graphik Compact", sans-serif;
}

.lp .samsungOne {
  font-family: "samsungone", "Graphik Compact", sans-serif;
}

.lp img {
  min-width: unset;
}

.lp .color--yellow {
  color: #fcff00;
}

.lp--notSamsungPage .lp__wizzard .v-theme--light.v-btn.mbtn--samsung {
  padding: 17px 20px;
  margin: 0;
}

.lp--notSamsungPage .lp__wizzard .step--second .price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 350px;
  margin: 0 auto 20px;
}

.lp--notSamsungPage .lp__wizzard .step--second .price > div:nth-of-type(odd) {
  text-align: left;
}

.lp--notSamsungPage .lp__wizzard .step--second .price > div:nth-of-type(even) {
  text-align: right;
}

.lp--giftPage .installments__box, .lp--giftPage .installments__box .v-theme--light.v-expansion-panels .v-expansion-panel {
  background: #fff;
}

.lp__subtitle {
  font-size: 40px;
  padding: 60px 0;
}

@media (max-width: 600px) {
  .lp__subtitle {
    font-size: 28px;
  }
}

.lp__gradient {
  padding: 13px 40px 8px;
  font-size: 44px;
  text-align: center;
  background: radial-gradient(circle, rgba(252, 255, 0, 1) 0%, rgba(252, 255, 0, 1) 13%, rgba(255, 207, 0, 1) 84%, rgba(255, 207, 0, 1) 100%);
}

.lp__gradient.is-graphikCompact {
  padding: 13px 40px;
  font-size: 34px;
}

@media (max-width: 850px) {
  .lp__gradient.is-graphikCompact {
    font-size: 22px;
  }
}

@media (max-width: 850px) {
  .lp__gradient {
    font-size: 22px;
  }
}

.lp__example .grid {
  display: grid;
  grid-template-columns: 230px 1fr 1fr 1fr 1fr 230px;
}

@media (min-width: 1001px) and (max-width: 1620px) {
  .lp__example .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 601px) and (max-width: 1000px) {
  .lp__example .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .lp__example .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.lp__example .gridItem {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1620px) {
  .lp__example .gridItem:nth-of-type(1), .lp__example .gridItem:nth-of-type(6) {
    display: none;
  }
}

.lp__example .gridItem > div {
  flex: 1;
  padding: 25px 20px 20px;
  min-height: 240px;
  max-height: 50%;
}

@media (min-width: 601px) and (max-width: 1000px) {
  .lp__example .gridItem > div {
    min-height: 200px;
  }
}

@media (max-width: 600px) {
  .lp__example .gridItem > div {
    min-height: unset;
    max-height: unset;
  }
}

.lp__example .gridItem > div:nth-of-type(2):not(.flex-center) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lp__example .imgDesc {
  position: relative;
}

.lp__example .imgDesc:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 25px;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background: #fff;
}

.lp__example .imgDesc .desc {
  position: relative;
  margin-top: 100px;
  z-index: 1;
}

.lp__example img {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.lp__example .example, .lp__example .resultTitle {
  font-size: 36px;
}

@media (max-width: 1150px) {
  .lp__example .resultTitle {
    font-size: 24px;
  }
}

.lp__example .example {
  padding-top: 5px;
}

.lp__example .price, .lp__example .resultPrice {
  font-size: 26px;
  margin-top: 25px;
}

@media (min-width: 1001px) {
  .lp__example .price {
    margin-bottom: 36px;
  }
}

.lp__wizzard > div {
  padding: 60px 0 !important;
}

@media (max-width: 850px) {
  .lp__wizzard > div {
    padding: 40px 0 !important;
  }
}

.lp__wizzard .step {
  width: 66px;
  height: 66px;
  margin: 0 auto 20px;
  font-size: 36px;
  border-radius: 50%;
  background: #000;
  color: #fff;
}

@media (max-width: 850px) {
  .lp__wizzard .step {
    font-size: 30px;
  }
}

.lp__wizzard .step--first .v-theme--light.v-btn.mbtn--samsung {
  margin: 30px auto 0;
}

.lp__wizzard .step--first, .lp__wizzard .step--second {
  max-width: 640px;
  margin: 0 auto;
}

.lp__wizzard .step--first .price, .lp__wizzard .step--second .price {
  font-size: 26px;
}

.lp__wizzard .step--second .v-img {
  mix-blend-mode: darken;
}

.lp__wizzard .step--second .v-text-field {
  background: #fff;
}

.lp__wizzard .v-checkbox .v-input__control {
  margin: 0 auto;
}

.lp__wizzard .v-checkbox .desc {
  margin: 5px 0 0 5px;
}

.lp__wizzard .v-selection-control-group .desc:before, .lp__wizzard .v-selection-control-group .desc:after {
  top: 0;
  transform: unset;
}

.lp__wizzard .v-selection-control-group .desc:after {
  top: 3px;
}

.lp__wizzard .step--third {
  max-width: 1450px;
  margin: 0 auto;
}

@media (min-width: 851px) {
  .lp__wizzard .step--third .v-theme--light.v-btn.mbtn, .lp__wizzard .step--fourth .v-theme--light.v-btn.mbtn {
    font-size: 30px;
    height: unset;
  }
}

@media (max-width: 850px) {
  .lp__wizzard .step--third .v-theme--light.v-btn.mbtn, .lp__wizzard .step--fourth .v-theme--light.v-btn.mbtn {
    min-width: 325px;
  }
}

@media (max-width: 400px) {
  .lp__wizzard .step--third .v-theme--light.v-btn.mbtn, .lp__wizzard .step--fourth .v-theme--light.v-btn.mbtn {
    min-width: 320px;
  }
}

.lp__wizzard .step--fourth .fullBgColor {
  padding: 60px 0;
}

.lp__wizzard .step--fourth > .s21__subtitle {
  max-width: 640px;
  margin: 0 auto 30px;
}

.lp__wizzard .step--fourth .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  column-gap: 30px;
}

.lp__wizzard .step--fourth .grid .s21__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1 / span 2;
}

.lp__wizzard .step--fourth .grid .s21__subtitle > div {
  flex: 1;
}

.lp__wizzard .step--fourth .grid .s21__subtitle .v-skeleton-loader {
  margin-left: 30px;
}

.lp__wizzard .step--fourth .grid .desc, .lp__wizzard .step--fourth .grid .price {
  font-size: 21px;
  font-weight: 500;
}

@media (max-width: 500px) {
  .lp__wizzard .step--fourth .grid .desc, .lp__wizzard .step--fourth .grid .price {
    font-size: 18px;
  }
}

.lp__wizzard .step--fourth .grid .desc {
  text-align: right;
}

.lp__wizzard .step--fourth .btnsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.lp__wizzard .step--fourth .v-skeleton-loader {
  margin-top: 5px;
  max-width: 200px;
}

.lp__wizzard .errorMessage {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.lp__wizzard .errorMessage .divider {
  width: 300px;
  height: 1px;
  margin: 30px auto;
  background: rgba(0, 0, 0, 0.2);
}

.lp__wizzard .step__bonus {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  margin-bottom: 40px;
}

.lp__wizzard .step__bonus.step__bonus--withoutImg {
  grid-template-columns: auto;
}

@media (max-width: 500px) {
  .lp__wizzard .step__bonus {
    grid-template-columns: auto;
  }
}

.lp__wizzard .step__bonus .bonusImg img {
  max-width: 150px;
  margin-left: auto;
  mix-blend-mode: multiply;
}

@media (max-width: 500px) {
  .lp__wizzard .step__bonus .bonusImg img {
    margin: 0 auto;
  }
}

.lp__wizzard .step__bonus .wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 500px) {
  .lp__wizzard .step__bonus .wrapper {
    text-align: center;
  }
}

.lp__wizzard .step__bonus .bonusName {
  font-size: 28px;
}

.lp__wizzard .step__bonus .bonusDesc {
  font-size: 20px;
}

.lp__wizzardClaim {
  font-size: 15px;
  text-align: center;
  max-width: 90ch;
  margin: calc(0px - var(--aRem-80)) auto var(--aRem-40);
  font-weight: 500;
  line-height: 1.65;
}

.step--first + .lp__wizzardClaim {
  margin-top: 0;
}

.step--second + .lp__wizzardClaim {
  margin-top: var(--aRem-60);
}

.lp__gift .or {
  position: relative;
  font-size: 21px;
  text-align: center;
  color: #cdcdcd;
}

.lp__gift .or:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  z-index: -2;
}

.lp__gift .or:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  height: 30px;
  background: #fff;
  z-index: -1;
}

.lp__giftItem {
  display: flex;
  justify-content: center;
  padding: 40px;
}

@media (max-width: 850px) {
  .lp__giftItem {
    flex-direction: column;
    padding: 40px 0;
  }
}

.lp__giftItem .product {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  margin-right: 50px;
}

@media (max-width: 850px) {
  .lp__giftItem .product {
    justify-content: center;
    margin: 0;
  }
}

@media (max-width: 500px) {
  .lp__giftItem .product {
    flex-direction: column;
  }
}

.lp__giftItem .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 300px;
  margin-right: 30px;
}

@media (max-width: 1000px) {
  .lp__giftItem .wrapper {
    min-width: 200px;
  }
}

@media (max-width: 500px) {
  .lp__giftItem .wrapper {
    margin: 0;
    order: 2;
  }
}

@media (max-width: 500px) {
  .lp__giftItem img {
    max-width: 100px;
    height: auto;
    margin: 0 auto 30px;
  }
}

.lp__giftItem .discount {
  width: 90px;
  padding: 5px 5px 2px;
  margin: 0 0 10px auto;
  border-radius: 200px;
  font-size: 14px;
  color: #fff;
  background: #f59918;
}

@media (max-width: 500px) {
  .lp__giftItem .discount {
    margin: 0 auto 10px;
  }
}

.lp__giftItem [class*="product"] {
  text-align: right;
}

@media (max-width: 500px) {
  .lp__giftItem [class*="product"] {
    text-align: center;
  }
}

.lp__giftItem .productColor {
  align-self: flex-end;
  margin: 0 0 10px;
  padding: 6px 13px 2px;
  border-radius: 200px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 500px) {
  .lp__giftItem .productColor {
    align-self: center;
    margin: 30px 0 10px;
  }
}

.lp__giftItem .productColor[data-color="Black"] {
  background: #000;
}

.lp__giftItem .productColor[data-color="Pink"] {
  background: #ff9e93;
}

.lp__giftItem .productColor[data-color="Silver"] {
  background: #d0d3d4;
}

.lp__giftItem .productColor[data-color="Pink Gold"] {
  background: #e0b5a6;
}

.lp__giftItem .productColor[data-color="White"] {
  background: #f2f2f2;
  color: #000;
}

.lp__giftItem .productName {
  font-size: 21px;
  margin-bottom: 5px;
}

.lp__giftItem .productPrice {
  font-size: 21px;
  font-weight: 500;
}

.lp__giftItem .choices {
  display: flex;
  align-items: center;
  flex: 1.3;
  margin-top: 25px;
}

@media (max-width: 1250px) {
  .lp__giftItem .choices {
    flex: 1;
  }
}

@media (max-width: 850px) {
  .lp__giftItem .choices {
    justify-content: center;
  }
}

.lp__giftItem .choices .v-input--selection-controls.v-input {
  width: 100%;
}

@media (min-width: 501px) and (max-width: 850px) {
  .lp__giftItem .choices .v-input--selection-controls.v-input {
    min-width: 350px;
  }
}

.lp__giftItem .choices .v-input--selection-controls:not(.v-input--hide-details) .v-input__slot {
  margin: 0;
}

@media (max-width: 1300px) {
  .lp__giftItem .choices .v-radio-group--row .v-selection-control-group {
    flex-direction: column;
  }
}

.lp__giftItem .choices .v-radio {
  flex: 1;
}

@media (max-width: 1300px) {
  .lp__giftItem .choices .v-radio + .v-radio {
    margin-top: 10px;
  }
}

.lp__giftItem .choices .desc {
  font-size: 21px;
  line-height: 1.3;
  text-align: left;
  padding-left: 35px;
}

.lp__giftItem .choices .money {
  position: relative;
}

.lp__or {
  position: relative;
  font-size: 21px;
  text-align: center;
  color: #cdcdcd;
}

.newSamsung .lp__or {
  font-weight: 500;
}

.lp__or:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  z-index: -2;
}

.lp__or:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  height: 30px;
  background: #fff;
  z-index: -1;
}

.lp__divider {
  background: linear-gradient(90deg, #5b57a2 33.3%, #97bc43 33.3%, #97bc43 66.6%, #f3a000 66.6%);
}

.lp__divider.height-3 {
  height: 3px;
}

.lp__divider br:only-child {
  display: none;
}

.s23 .lp__divider {
  max-width: 300px;
  width: 100%;
  height: 3px;
  margin: 20px auto 70px;
}

@media (max-width: 750px) {
  .s23 .lp__divider {
    margin: 20px auto 40px;
  }
}

.s23 [class*="contentSwitch__content"] .wrapper {
  display: grid;
  align-items: flex-end;
  gap: 20px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .s23 [class*="contentSwitch__content"] .wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 400px) {
  .s23 [class*="contentSwitch__content"] .wrapper {
    gap: 10px;
  }
}

@media (min-width: 1211px) {
  .s23 .contentSwitch__content--one .wrapper {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1472px;
  }
}

@media (min-width: 701px) and (max-width: 1210px) {
  .s23 .contentSwitch__content--one .wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    max-width: 850px;
  }
}

@media (min-width: 701px) {
  .s23 .contentSwitch__content--two .wrapper {
    grid-template-columns: repeat(2, 1fr);
    max-width: 975px;
  }
}

.s23 .fub__subtitle {
  margin: 50px 0;
}
