/* =========================================================
   you.gr — Premium Care landing page
   ========================================================= */

.MyLPs,
.MyLPs * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
}

.MyLPs {
  margin: 0;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #2B2D40;
  background: #FFFFFF;
  line-height: 1.55;
  overflow-x: hidden;
}

.MyLPs p {
  margin: 0;
}

.MyLPs a {
  color: inherit;
  text-decoration: none;
}

.MyLPs a:hover {
  text-decoration: none;
}

.MyLPs img,
.MyLPs svg {
  max-width: 100%;
  height: auto;
}

/* ---------- grid helpers (you.gr convention) ---------- */
.MyLPs .container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}

.MyLPs .container-fluied {
  width: 100%;
  padding: 0;
}

.MyLPs .flexRow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.MyLPs .flexRow.hozCenter {
  justify-content: center;
}

.MyLPs .flexRow.vertCenter {
  align-items: center;
}

.MyLPs [class*="flexCol_"] {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 12px;
}

.MyLPs .flexCol_1 {
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}

.MyLPs .flexCol_2 {
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}

.MyLPs .flexCol_3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.MyLPs .flexCol_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.MyLPs .flexCol_5 {
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}

.MyLPs .flexCol_6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.MyLPs .flexCol_7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.MyLPs .flexCol_8 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.MyLPs .flexCol_9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.MyLPs .flexCol_10 {
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}

.MyLPs .flexCol_11 {
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}

.MyLPs .flexCol_12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.MyLPs .margin_auto_0 {
  margin: auto 0;
}

.MyLPs .textCenter {
  text-align: center;
}

/* ---------- type helpers ---------- */
.MyLPs .f14 {
  font-size: 14px;
}

.MyLPs .f15 {
  font-size: 15px;
}

.MyLPs .f16 {
  font-size: 16px;
}

.MyLPs .f18 {
  font-size: 18px;
}

.MyLPs .f20 {
  font-size: 20px;
}

.MyLPs .f22 {
  font-size: 22px;
}

.MyLPs .f24 {
  font-size: 24px;
}

.MyLPs .f28 {
  font-size: 28px;
}

.MyLPs .f32 {
  font-size: 32px;
}

.MyLPs .f38 {
  font-size: 38px;
}

.MyLPs .w400 {
  font-weight: 400;
}

.MyLPs .w600 {
  font-weight: 600;
}

.MyLPs .w700 {
  font-weight: 700;
}

.MyLPs .w800 {
  font-weight: 800;
}

.MyLPs .eyebrow {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #027A97;
  display: inline-block;
}

/* ---------- section heads ---------- */
.MyLPs .secHead {
  margin-bottom: 34px;
}

.MyLPs .secHead.center {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.MyLPs .secHead p {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

/* =========================================================
   HERO
   ========================================================= */
.MyLPs .hero {
  color: #fff;
  background-color: #4A60F2;
  background-image: url('images/Header_bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 0;
  overflow: hidden;
}

.MyLPs .hero .logo {
  display: block;
  width: 367px;
  max-width: 100%;
  height: auto;
  margin: 95px 0 40px;
}

.MyLPs .secCover .f32,
.MyLPs .secHow .f32,
.MyLPs .secShop .f32,
.MyLPs .secFaq .f32 {
  font-size: 38px;
  line-height: 1.15;
}

.MyLPs .hero .f38 {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 40px;
  max-width: 535px;
}

.MyLPs .hero .flexRow {
  align-items: flex-start;
  margin-right: -40px;
}

.MyLPs .hero .heroText {
  padding-bottom: 95px;
  align-self: center;
}

.MyLPs .hero .f20 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(255, 255, 255, .95);
  max-width: 535px;
}

.MyLPs .hero .header_img {
  display: block;
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin: 39px -40px 0 auto;
  transform: translateX(70px);
}

/* =========================================================
   COVERAGE (cyan)
   ========================================================= */
.MyLPs .secCover {
  background: #00C1E8;
  color: #fff;
  padding: 56px 0 64px;
}

.MyLPs .secCover .secHead p {
  color: rgba(255, 255, 255, .92);
}

.MyLPs .coverGrid {
  margin-top: 46px;
  row-gap: 56px;
}

.MyLPs .coverCard {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 22px;
  padding: 40px 26px 30px;
  text-align: center;
}

.MyLPs .coverCard .coverIc {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
}

.MyLPs .coverCard .coverIc img {
  display: block;
  width: 100%;
  height: auto;
}

.MyLPs .coverCard .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
}

.MyLPs .coverCard p {
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, .95);
  line-height: 1.4;
}

/* ---------- categories panel ---------- */
.MyLPs .catsPanel {
  margin-top: 54px;
  background: #00B0DC;
  border-radius: 26px;
  padding: 28px 28px 34px;
}

.MyLPs .catsHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.MyLPs .catsNav {
  display: flex;
  gap: 10px;
  flex: none;
}

.MyLPs .catsNav button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .4);
  color: #2D2C42;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .15s linear;
}

.MyLPs .catsNav button.isLight {
  background: #fff;
}

.MyLPs .catsNav button:hover {
  background: #fff;
}

.MyLPs .catsCarousel .owl-stage {
  display: flex;
}

.MyLPs .catsCarousel .owl-item {
  display: flex;
  float: none;
}

.MyLPs .cat {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  background: #fff;
  color: #2D2C42;
  border-radius: 16px;
  padding: 22px 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.MyLPs .catsHead .f24 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
}

.MyLPs .cat>.f18 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.MyLPs .cat .catTabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 8px;
  margin-bottom: -15px;
  position: relative;
  z-index: 1;
}

.MyLPs .catTab {
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #2B2D40;
  padding: 10px 12px;
  border: 2px solid transparent;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: filter .15s linear, border-color .15s linear;
  filter: saturate(.35) brightness(1.02);
}

.MyLPs .catTab:hover {
  filter: saturate(.7);
}

.MyLPs .catTab.isActive {
  filter: none;
}

.MyLPs .catTab.tab-purple {
  background: #F3E1FB;
  color: #6B2C8E;
}

.MyLPs .catTab.tab-green {
  background: #E1F5E8;
  color: #1F5E39;
}

.MyLPs .catTab.tab-gold {
  background: #FCF3CD;
  color: #6B5A0E;
}

.MyLPs .catTab.tab-purple.isActive {
  border-color: #A855C9;
}

.MyLPs .catTab.tab-green.isActive {
  border-color: #3E9E62;
}

.MyLPs .catTab.tab-gold.isActive {
  border-color: #D9B520;
}

.MyLPs .tag {
  font-weight: 500;
  font-size: 16px;
  padding: 10px 12px;
  border-radius: 6px;
  white-space: nowrap;
}

.MyLPs .tag-purple {
  background: #F3E1FB;
  color: #6B2C8E;
}

.MyLPs .tag-gold {
  background: #FCF3CD;
  color: #6B5A0E;
}

.MyLPs .tag-green {
  background: #E1F5E8;
  color: #1F5E39;
}

.MyLPs .catPanes {
  flex: 1 1 auto;
  display: flex;
}

.MyLPs .catList {
  flex: 1 1 auto;
  align-content: start;
  list-style: none;
  margin: 0;
  padding: 18px;
  background: #F3E1FB;
  border-radius: 0 10px 10px 10px;
  display: none;
  gap: 8px;
}

.MyLPs .catList.isActive {
  display: grid;
}

.MyLPs .catList.pane-purple {
  background: #F3E1FB;
}

.MyLPs .catList.pane-green {
  background: #E1F5E8;
}

.MyLPs .catList.pane-gold {
  background: #FCF3CD;
}

.MyLPs .catList li {
  position: relative;
  padding-left: 17px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: #2B2D40;
}

.MyLPs .catList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2D2C42;
}

.MyLPs .catTerms {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #4960F2;
  text-decoration: underline;
}

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.MyLPs .secHow {
  background: #EBF8FD;
  padding: 56px 0 64px;
}

.MyLPs .secHow .secHead p {
  color: #2D2C42;
}

.MyLPs .howPanel {
  background: #D9EFFA;
  border-radius: 26px;
  padding: 28px;
}

.MyLPs .howCol {
  height: 100%;
}

.MyLPs .howCol .dotList {
  display: inline-grid;
}

.MyLPs .howCol .dotList li {
  padding-left: 0;
}

.MyLPs .howCol .dotList li::before {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.MyLPs .howShot {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 22px;
}

.MyLPs .howShot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.MyLPs .howCol .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
}

.MyLPs .dotList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.MyLPs .dotList li {
  position: relative;
  padding-left: 17px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.MyLPs .dotList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2D2C42;
}

/* =========================================================
   SHOP CATEGORIES
   ========================================================= */
.MyLPs .secShop {
  background: #D3EBF8;
  padding: 56px 0 60px;
}

.MyLPs .secShop .secHead {
  margin-bottom: 30px;
}

.MyLPs .shopWrap {
  position: relative;
  padding: 0 64px;
  overflow: hidden;
}

.MyLPs .shopNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .75);
  color: #2D2C42;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  transition: background .15s linear;
}

.MyLPs .shopNav:hover {
  background: #fff;
}

.MyLPs .shopNav.prev {
  left: 0;
}

.MyLPs .shopNav.next {
  right: 0;
}

.MyLPs .qc {
  display: block;
  text-align: center;
  padding: 10px 0;
}

.MyLPs .qc .qcImg {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  margin: 0 auto 14px;
}

.MyLPs .qc .qcImg img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 50%;
  transition: filter .18s ease, transform .18s ease;
}

.MyLPs .qc:hover .qcImg img {
  transform: translateY(-2px);
  filter: drop-shadow(0 5px 7px rgba(0, 0, 0, .22));
}

.MyLPs .qc .qcName {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #2B2D40;
}

.MyLPs .qc:hover .qcName {
  color: #4960F2;
}

/* =========================================================
   FAQ
   ========================================================= */
.MyLPs .secFaq {
  background: #EBF8FD;
  padding: 56px 0 70px;
}

.MyLPs .secFaq .secHead {
  max-width: 820px;
}

.MyLPs .secFaq .secHead .eyebrow {
  color: #027A97;
  margin-bottom: 10px;
}

.MyLPs .faqList {
  width: 100%;
}

.MyLPs .faqList details {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.MyLPs .faqList summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 26px;
  font-weight: 600;
  font-size: 22px;
  color: #2B2D40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.MyLPs .faqList summary::-webkit-details-marker {
  display: none;
}

.MyLPs .faqList summary .plus {
  flex: none;
  width: 18px;
  height: 18px;
  position: relative;
  color: #00BEE8;
}

.MyLPs .faqList summary .plus::before,
.MyLPs .faqList summary .plus::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}

.MyLPs .faqList summary .plus::before {
  top: 8px;
  left: 1px;
  right: 1px;
  height: 2px;
}

.MyLPs .faqList summary .plus::after {
  left: 8px;
  top: 1px;
  bottom: 1px;
  width: 2px;
  transition: opacity .2s linear;
}

.MyLPs .faqList details[open] summary .plus::after {
  opacity: 0;
}

.MyLPs .faqBody {
  padding: 0 26px 22px;
  color: #69687D;
  font-size: 18px;
  line-height: 1.6;
}

.MyLPs .faqBody p+p {
  margin-top: 10px;
}

.MyLPs .faqBody a {
  color: #4960F2;
  font-weight: 600;
  text-decoration: underline;
}

.MyLPs .faqBody .cp {
  padding: 10px 0;
  border-bottom: 1px solid #E7E5EA;
}

.MyLPs .faqBody .cp:last-child {
  border-bottom: 0;
}

.MyLPs .faqBody .cp b {
  color: #2D2C42;
  display: block;
  margin-bottom: 3px;
}

/* =========================================================
   CONTACT
   ========================================================= */
.MyLPs .secContact {
  background: #fff;
  padding: 60px 0 70px;
}

.MyLPs .secContact .flexRow {
  align-items: stretch;
}

.MyLPs .secContact .eyebrow {
  margin-bottom: 8px;
}

.MyLPs .secContact h2,
.MyLPs .secContact .title {
  margin: 0 0 14px;
}

.MyLPs .secContact .verbatim {
  color: #2B2D40;
  font-size: 18px;
  line-height: 1.65;
  max-width: 52ch;
}

.MyLPs .secContact .verbatim a {
  color: #4960F2;
  font-weight: 600;
  text-decoration: underline;
}

.MyLPs .contactCard {
  height: 100%;
  background: #4A60F2;
  color: #fff;
  border-radius: 18px;
  padding: 28px 32px;
}

.MyLPs .contactCard .row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.MyLPs .contactCard .row:last-child {
  border-bottom: 0;
}

.MyLPs .contactCard .ic {
  flex: none;
  width: 20px;
  color: #00E5FF;
  display: block;
  margin-top: 2px;
}

.MyLPs .secContact .f24 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
}

.MyLPs .contactCard b {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.MyLPs .contactCard a,
.MyLPs .contactCard span {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .88);
}

.MyLPs .contactCard a {
  display: block;
}

.MyLPs .contactCard a:hover {
  color: #00E5FF;
}

/* =========================================================
   REVEAL / A11Y
   ========================================================= */
.MyLPs .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}

.MyLPs .reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .MyLPs .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html {
    scroll-behavior: auto;
  }
}

.MyLPs :focus-visible {
  outline: 3px solid #4960F2;
  outline-offset: 2px;
  border-radius: 6px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1399px) {
  .MyLPs .hero .logo {
    width: 300px;
    margin-top: 70px;
  }

  .MyLPs .hero .heroText {
    padding-bottom: 70px;
  }

  .MyLPs .catTab {
    font-size: 15px;
    padding: 10px 8px;
  }
}

@media (max-width: 1199px) {
  .MyLPs .container {
    padding: 0 28px;
  }

  .MyLPs .hero .f38 {
    font-size: 32px;
    margin-bottom: 26px;
  }

  .MyLPs .hero .logo {
    width: 250px;
    margin-top: 50px;
  }

  .MyLPs .hero .heroText {
    padding-bottom: 50px;
  }

  .MyLPs .hero .header_img {
    margin-top: 30px;
  }

  .MyLPs .secCover .f32,
  .MyLPs .secHow .f32,
  .MyLPs .secShop .f32,
  .MyLPs .secFaq .f32,
  .MyLPs .catsHead .f24,
  .MyLPs .secContact .f24 {
    font-size: 32px;
  }

  .MyLPs .secHead p {
    font-size: 21px;
  }

  .MyLPs .coverCard .title,
  .MyLPs .howCol .title {
    font-size: 24px;
  }

  .MyLPs .coverCard p {
    font-size: 19px;
  }

  .MyLPs .cat>.f18 {
    font-size: 23px;
  }

  .MyLPs .catTab {
    font-size: 14px;
    padding: 10px 7px;
  }

  .MyLPs .catList li,
  .MyLPs .dotList li {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .MyLPs .hero {
    padding: 32px 0 0;
  }

  .MyLPs .hero .heroText {
    padding-bottom: 0;
  }

  .MyLPs .hero .flexCol_4,
  .MyLPs .hero .flexCol_8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .MyLPs .hero .flexRow {
    margin-right: -12px;
    justify-content: center;
  }

  .MyLPs .hero .heroText {
    text-align: center;
    padding-bottom: 0;
  }

  .MyLPs .hero .logo {
    margin: 40px auto 24px;
    width: 280px;
  }

  .MyLPs .hero .f38 {
    margin-left: auto;
    margin-right: auto;
  }

  .MyLPs .hero .f20 {
    margin-left: auto;
    margin-right: auto;
  }

  .MyLPs .hero .header_img {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 24px;
    transform: none;
  }

  .MyLPs .coverGrid .flexCol_4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .MyLPs .howPanel .flexCol_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .MyLPs .howPanel .howCol {
    margin-bottom: 32px;
  }

  .MyLPs .howPanel .flexCol_6:last-child .howCol {
    margin-bottom: 0;
  }

  .MyLPs .secContact .flexCol_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .MyLPs .secContact .contactCard {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .MyLPs .f38 {
    font-size: 28px;
  }

  .MyLPs .hero .f38 {
    font-size: 28px;
  }

  .MyLPs .hero .f20 {
    font-size: 17px;
  }

  .MyLPs .secCover .f32,
  .MyLPs .secHow .f32,
  .MyLPs .secShop .f32,
  .MyLPs .secFaq .f32,
  .MyLPs .catsHead .f24,
  .MyLPs .secContact .f24 {
    font-size: 26px;
  }

  .MyLPs .f24 {
    font-size: 20px;
  }

  .MyLPs .f20 {
    font-size: 18px;
  }

  .MyLPs .secHead p {
    font-size: 18px;
  }

  .MyLPs .coverCard .title,
  .MyLPs .howCol .title {
    font-size: 21px;
  }

  .MyLPs .cat>.f18 {
    font-size: 20px;
  }

  .MyLPs .faqList summary {
    font-size: 18px;
  }

  .MyLPs .faqBody,
  .MyLPs .secContact .verbatim,
  .MyLPs .coverCard p {
    font-size: 16px;
  }

  .MyLPs .contactCard b {
    font-size: 18px;
  }

  .MyLPs .contactCard a,
  .MyLPs .contactCard span {
    font-size: 16px;
  }

  .MyLPs .qc .qcName {
    font-size: 16px;
  }

  .MyLPs .secCover,
  .MyLPs .secHow,
  .MyLPs .secShop,
  .MyLPs .secFaq,
  .MyLPs .secContact {
    padding: 40px 0 46px;
  }

  .MyLPs .catsPanel {
    padding: 22px 18px 26px;
    border-radius: 20px;
  }

  .MyLPs .catsHead {
    align-items: flex-start;
    gap: 14px;
  }

  .MyLPs .catsNav button {
    width: 34px;
    height: 34px;
  }

  .MyLPs .coverGrid {
    margin-top: 40px;
    row-gap: 52px;
  }

  .MyLPs .coverCard {
    padding: 36px 20px 26px;
  }

  .MyLPs .catsPanel {
    margin-top: 46px;
  }

  .MyLPs .howPanel {
    padding: 18px;
    border-radius: 20px;
  }

  .MyLPs .shopWrap {
    padding: 0 52px;
  }

  .MyLPs .qc .qcImg {
    margin-bottom: 12px;
  }

  .MyLPs .catTab {
    font-size: 13px;
    padding: 9px 10px;
  }

  .MyLPs .contactCard {
    padding: 20px 22px;
  }

  .MyLPs .secHead {
    margin-bottom: 26px;
  }
}

@media (max-width: 575px) {
  .MyLPs .container {
    padding: 0 16px;
  }

  .MyLPs .hero {
    padding: 0;
  }

  .MyLPs .hero .logo {
    width: 180px;
    margin: 28px auto 18px;
  }

  .MyLPs .hero .f38 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .MyLPs .hero .f20 {
    font-size: 16px;
    line-height: 1.45;
  }

  .MyLPs .hero .header_img {
    width: calc(100% + 32px);
    max-width: none;
    margin: 18px -16px 22px;
  }

  .MyLPs .secCover,
  .MyLPs .secHow,
  .MyLPs .secShop,
  .MyLPs .secFaq,
  .MyLPs .secContact {
    padding: 34px 0 38px;
  }

  .MyLPs .secCover .f32,
  .MyLPs .secHow .f32,
  .MyLPs .secShop .f32,
  .MyLPs .secFaq .f32,
  .MyLPs .catsHead .f24,
  .MyLPs .secContact .f24 {
    font-size: 23px;
    line-height: 1.2;
  }

  .MyLPs .secHead {
    margin-bottom: 22px;
  }

  .MyLPs .secHead p {
    font-size: 16px;
    margin-top: 10px;
  }

  .MyLPs .coverGrid {
    margin: 34px auto auto;
    row-gap: 46px;
  }

  .MyLPs .coverCard {
    padding: 32px 18px 22px;
    border-radius: 18px;
  }

  .MyLPs .coverCard .title {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .MyLPs .coverCard p {
    font-size: 15px;
  }

  .MyLPs .catsPanel {
    margin-top: 38px;
    padding: 18px 14px 22px;
    border-radius: 18px;
  }

  .MyLPs .catsHead {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
  }

  .MyLPs .cat {
    padding: 18px 15px 15px;
    gap: 12px;
  }

  .MyLPs .cat>.f18 {
    font-size: 18px;
  }

  .MyLPs .cat .catTabs {
    flex-wrap: nowrap;
    gap: 6px;
  }

  .MyLPs .catTab {
    flex: 1 1 0;
    white-space: normal;
    font-size: 12px;
    padding: 8px 7px;
  }

  .MyLPs .catList {
    padding: 15px 14px;
  }

  .MyLPs .catList li,
  .MyLPs .dotList li {
    font-size: 15px;
    padding-left: 15px;
  }

  .MyLPs .catList li::before,
  .MyLPs .dotList li::before {
    top: 9px;
  }

  .MyLPs .howPanel {
    padding: 14px;
  }

  .MyLPs .howShot {
    padding: 8px;
    margin-bottom: 16px;
  }

  .MyLPs .howCol .title {
    font-size: 19px;
  }

  .MyLPs .howPanel .howCol {
    margin-bottom: 26px;
  }

  .MyLPs .shopWrap {
    padding: 0 44px;
  }

  .MyLPs .shopNav {
    width: 30px;
    height: 30px;
  }

  .MyLPs .qc .qcImg {
    margin-bottom: 10px;
  }

  .MyLPs .qc .qcName {
    font-size: 15px;
  }

  .MyLPs .faqList summary {
    font-size: 16px;
    padding: 14px 16px;
    gap: 12px;
  }

  .MyLPs .faqBody {
    font-size: 15px;
    padding: 0 16px 16px;
  }

  .MyLPs .secContact .verbatim {
    font-size: 15px;
  }

  .MyLPs .contactCard {
    padding: 16px 18px;
    border-radius: 14px;
  }

  .MyLPs .contactCard .row {
    padding: 13px 0;
    gap: 11px;
  }

  .MyLPs .contactCard b {
    font-size: 16px;
  }

  .MyLPs .contactCard a,
  .MyLPs .contactCard span {
    font-size: 14px;
  }

  .MyLPs .hero .flexRow,
  .MyLPs .secHow .flexRow,
  .MyLPs .flexRow.vertCenter {
    margin: auto;
  }

  .MyLPs .text_contact.reveal.in {
    text-align: center;
  }
}

@media (max-width: 400px) {
  .MyLPs .hero {
    background-image: none;
  }

  .MyLPs .container {
    padding: 0 14px;
  }

  .MyLPs .hero .header_img {
    width: calc(100% + 28px);
    margin: 16px -14px 20px;
  }

  .MyLPs .hero .logo {
    width: 155px;
  }

  .MyLPs .hero .f38 {
    font-size: 23px;
  }

  .MyLPs .hero .f20 {
    font-size: 15px;
  }

  .MyLPs .secCover .f32,
  .MyLPs .secHow .f32,
  .MyLPs .secShop .f32,
  .MyLPs .secFaq .f32,
  .MyLPs .catsHead .f24,
  .MyLPs .secContact .f24 {
    font-size: 21px;
  }

  .MyLPs .secHead p {
    font-size: 15px;
  }

  .MyLPs .coverCard .title {
    font-size: 18px;
  }

  .MyLPs .catTab {
    font-size: 11px;
    padding: 7px 5px;
  }

  .MyLPs .catList li,
  .MyLPs .dotList li {
    font-size: 14px;
  }

  .MyLPs .qc .qcName {
    font-size: 14px;
  }

  .MyLPs .faqList summary {
    font-size: 15px;
    padding: 13px 14px;
  }

  .MyLPs .faqBody {
    padding: 0 14px 14px;
  }
}