@charset "UTF-8";
/* =========================================================
   PELVINI HOMEPAGE STYLES
   File: my-home-digisky.scss
   ========================================================= */
/* ---- Variables ---- */
/* ---- Mixins ---- */
/* =========================================================
   HERO SECTION
   ========================================================= */
.pv-hero .pv-hero__cats p {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "SF Pro Display", sans-serif;
  margin: 0;
}
@media (max-width: 549px) {
  .pv-hero .pv-hero__cats p {
    font-size: 0.95rem;
    letter-spacing: 2px;
  }
}
.pv-hero .pv-hero__cats a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 0 15px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.pv-hero .pv-hero__cats a::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -6px;
  height: 2px;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.pv-hero .pv-hero__cats a:hover {
  opacity: 0.85;
}
.pv-hero .pv-hero__cats a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 549px) {
  .pv-hero .pv-hero__cats a {
    padding: 0 8px;
  }
  .pv-hero .pv-hero__cats a::after {
    left: 8px;
    right: 8px;
  }
}
.pv-hero .pv-hero__cats span {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  padding: 0 5px;
}

/* =========================================================
   PRODUCT SECTIONS (Shared)
   Best Sellers, Men, Women, Iced, Designers
   ========================================================= */
.pv-bestsellers,
.pv-men,
.pv-women,
.pv-iced,
.pv-designers {
  padding: 60px 0 !important;
  background-color: #fff;
}
@media (max-width: 849px) {
  .pv-bestsellers,
  .pv-men,
  .pv-women,
  .pv-iced,
  .pv-designers {
    padding: 40px 0 !important;
  }
}
@media (max-width: 549px) {
  .pv-bestsellers,
  .pv-men,
  .pv-women,
  .pv-iced,
  .pv-designers {
    padding: 30px 15px !important;
  }
}
.pv-bestsellers,
.pv-men,
.pv-women,
.pv-iced,
.pv-designers {
  /* Subtitle nhỏ phía trên tiêu đề */
}
.pv-bestsellers .pv-section__subtitle p,
.pv-men .pv-section__subtitle p,
.pv-women .pv-section__subtitle p,
.pv-iced .pv-section__subtitle p,
.pv-designers .pv-section__subtitle p {
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: #828282;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "SF Pro Display", sans-serif;
}
.pv-bestsellers,
.pv-men,
.pv-women,
.pv-iced,
.pv-designers {
  /* Tiêu đề chính */
}
.pv-bestsellers .pv-section__title p,
.pv-men .pv-section__title p,
.pv-women .pv-section__title p,
.pv-iced .pv-section__title p,
.pv-designers .pv-section__title p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 4px;
  color: #1e1e1e;
  text-transform: uppercase;
  font-family: "SF Pro Display", sans-serif;
  margin: 0;
}
@media (max-width: 849px) {
  .pv-bestsellers .pv-section__title p,
  .pv-men .pv-section__title p,
  .pv-women .pv-section__title p,
  .pv-iced .pv-section__title p,
  .pv-designers .pv-section__title p {
    font-size: 1.5rem;
  }
}
@media (max-width: 549px) {
  .pv-bestsellers .pv-section__title p,
  .pv-men .pv-section__title p,
  .pv-women .pv-section__title p,
  .pv-iced .pv-section__title p,
  .pv-designers .pv-section__title p {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}
.pv-bestsellers,
.pv-men,
.pv-women,
.pv-iced,
.pv-designers {
  /* Đường kẻ phân cách dưới tiêu đề */
}
.pv-bestsellers .is-divider,
.pv-men .is-divider,
.pv-women .is-divider,
.pv-iced .is-divider,
.pv-designers .is-divider {
  width: 60px !important;
  max-width: 60px !important;
  height: 2px !important;
  background-color: #b49b6e !important;
  margin: 15px auto !important;
  border: none !important;
}
.pv-bestsellers,
.pv-men,
.pv-women,
.pv-iced,
.pv-designers {
  /* Product card styling */
}
.pv-bestsellers .product-small .box-image,
.pv-men .product-small .box-image,
.pv-women .product-small .box-image,
.pv-iced .product-small .box-image,
.pv-designers .product-small .box-image {
  overflow: hidden;
  border-radius: 0;
}
.pv-bestsellers .product-small .box-text,
.pv-men .product-small .box-text,
.pv-women .product-small .box-text,
.pv-iced .product-small .box-text,
.pv-designers .product-small .box-text {
  padding: 10px 5px;
}
.pv-bestsellers .product-small .box-text .product-title,
.pv-men .product-small .box-text .product-title,
.pv-women .product-small .box-text .product-title,
.pv-iced .product-small .box-text .product-title,
.pv-designers .product-small .box-text .product-title {
  font-family: "SF Pro Display", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #1e1e1e;
}
.pv-bestsellers .product-small .box-text .price,
.pv-men .product-small .box-text .price,
.pv-women .product-small .box-text .price,
.pv-iced .product-small .box-text .price,
.pv-designers .product-small .box-text .price {
  font-family: "SF Pro Display", sans-serif;
  font-size: 0.85rem;
  color: #1e1e1e;
}
.pv-bestsellers .product-small .box-text .price del,
.pv-men .product-small .box-text .price del,
.pv-women .product-small .box-text .price del,
.pv-iced .product-small .box-text .price del,
.pv-designers .product-small .box-text .price del {
  color: #828282;
  font-size: 0.8rem;
}
.pv-bestsellers .product-small .box-text .price ins,
.pv-men .product-small .box-text .price ins,
.pv-women .product-small .box-text .price ins,
.pv-iced .product-small .box-text .price ins,
.pv-designers .product-small .box-text .price ins {
  font-weight: 600;
  text-decoration: none;
}
.pv-bestsellers .product-small:hover .box-text .product-title,
.pv-men .product-small:hover .box-text .product-title,
.pv-women .product-small:hover .box-text .product-title,
.pv-iced .product-small:hover .box-text .product-title,
.pv-designers .product-small:hover .box-text .product-title {
  color: #b49b6e;
}

/* ---- Background khác cho Iced ---- */
.pv-iced {
  background-color: #faf8f5 !important;
}

/* ---- Background khác cho Designers ---- */
.pv-designers {
  background-color: #f8f6f3 !important;
}

/* =========================================================
   BUTTON OUTLINE (Shared cho product sections)
   ========================================================= */
.pv-btn-outline.button {
  letter-spacing: 2px !important;
  padding: 12px 35px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-family: "SF Pro Display", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pv-btn-outline.button:hover {
  background-color: #1e1e1e !important;
  color: #fff !important;
}
@media (max-width: 549px) {
  .pv-btn-outline.button {
    padding: 10px 25px !important;
    font-size: 0.75rem !important;
  }
}

/* =========================================================
   PROMO SPLIT SECTIONS (Shared)
   Accessories, Femme Luxe, Crystal Essence
   Layout: 50/50 image + text
   ========================================================= */
.pv-accessories-promo,
.pv-femme-luxe,
.pv-crystal-essence {
  padding: 0 !important;
  /* Tiêu đề italic serif cho promo sections */
}
.pv-accessories-promo .pv-promo__title h2,
.pv-femme-luxe .pv-promo__title h2,
.pv-crystal-essence .pv-promo__title h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 2rem;
  font-weight: 400;
  color: #2c403c;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 849px) {
  .pv-accessories-promo .pv-promo__title h2,
  .pv-femme-luxe .pv-promo__title h2,
  .pv-crystal-essence .pv-promo__title h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 549px) {
  .pv-accessories-promo .pv-promo__title h2,
  .pv-femme-luxe .pv-promo__title h2,
  .pv-crystal-essence .pv-promo__title h2 {
    font-size: 1.4rem;
  }
}
.pv-accessories-promo,
.pv-femme-luxe,
.pv-crystal-essence {
  /* Danh sách bullet */
}
.pv-accessories-promo .pv-promo__list ul,
.pv-femme-luxe .pv-promo__list ul,
.pv-crystal-essence .pv-promo__list ul {
  list-style: disc;
  text-align: left;
  display: inline-block;
  margin-bottom: 25px;
  padding-left: 20px;
}
.pv-accessories-promo .pv-promo__list ul li,
.pv-femme-luxe .pv-promo__list ul li,
.pv-crystal-essence .pv-promo__list ul li {
  font-family: "SF Pro Display", sans-serif;
  font-size: 0.9rem;
  color: #444;
  line-height: 2;
  letter-spacing: 0.3px;
}
@media (max-width: 549px) {
  .pv-accessories-promo .pv-promo__list ul li,
  .pv-femme-luxe .pv-promo__list ul li,
  .pv-crystal-essence .pv-promo__list ul li {
    font-size: 0.85rem;
  }
}

/* ---- Button tối cho promo sections ---- */
.pv-btn-dark.button {
  background-color: #2c403c !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 12px 30px !important;
  font-size: 0.8rem !important;
  letter-spacing: 2px !important;
  font-weight: 600 !important;
  font-family: "SF Pro Display", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pv-btn-dark.button:hover {
  background-color: #1a2b28 !important;
}
@media (max-width: 549px) {
  .pv-btn-dark.button {
    padding: 10px 25px !important;
    font-size: 0.75rem !important;
  }
}

/* ---- Accessories: Image TRÁI, Text PHẢI ---- */
.pv-accessories-promo {
  /* Cột bên phải (text) có background xám nhạt */
}
.pv-accessories-promo > .section-content > .row > .col:last-child > .col-inner {
  background-color: #edeceb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
  padding: 60px 40px;
}
@media (max-width: 849px) {
  .pv-accessories-promo > .section-content > .row > .col:last-child > .col-inner {
    min-height: 400px;
    padding: 40px 30px;
  }
}
@media (max-width: 549px) {
  .pv-accessories-promo > .section-content > .row > .col:last-child > .col-inner {
    min-height: auto;
    padding: 40px 20px;
  }
}

/* ---- Femme Luxe: Text TRÁI, Image PHẢI ---- */
.pv-femme-luxe {
  /* Cột bên trái (text) có background xám nhạt */
}
.pv-femme-luxe > .section-content > .row > .col:first-child > .col-inner {
  background-color: #edeceb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
  padding: 60px 40px;
}
@media (max-width: 849px) {
  .pv-femme-luxe > .section-content > .row > .col:first-child > .col-inner {
    min-height: 400px;
    padding: 40px 30px;
  }
}
@media (max-width: 549px) {
  .pv-femme-luxe > .section-content > .row > .col:first-child > .col-inner {
    min-height: auto;
    padding: 40px 20px;
  }
}

/* ---- Crystal Essence: Text TRÁI, Image PHẢI ---- */
.pv-crystal-essence {
  /* Cột bên trái (text) có background xám nhạt */
}
.pv-crystal-essence > .section-content > .row > .col:first-child > .col-inner {
  background-color: #edeceb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
  padding: 60px 40px;
}
@media (max-width: 849px) {
  .pv-crystal-essence > .section-content > .row > .col:first-child > .col-inner {
    min-height: 400px;
    padding: 40px 30px;
  }
}
@media (max-width: 549px) {
  .pv-crystal-essence > .section-content > .row > .col:first-child > .col-inner {
    min-height: auto;
    padding: 40px 20px;
  }
}

/* =========================================================
   FEATURED PRODUCTS SLIDER
   ========================================================= */
.pv-featured {
  padding: 50px 0 !important;
  background-color: #fff;
}
@media (max-width: 849px) {
  .pv-featured {
    padding: 35px 0 !important;
  }
}
@media (max-width: 549px) {
  .pv-featured {
    padding: 25px 15px !important;
  }
}
.pv-featured .flickity-prev-next-button {
  background: transparent;
  color: #1e1e1e;
}
.pv-featured .flickity-prev-next-button:hover {
  opacity: 0.7;
}
.pv-featured .product-small .box-text {
  padding: 10px 5px;
}
.pv-featured .product-small .box-text .product-title {
  font-family: "SF Pro Display", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #1e1e1e;
}
.pv-featured .product-small .box-text .price {
  font-family: "SF Pro Display", sans-serif;
  font-size: 0.85rem;
}
.pv-featured .product-small .box-text .price del {
  color: #828282;
}
.pv-featured .product-small .box-text .price ins {
  font-weight: 600;
  text-decoration: none;
}

/* =========================================================
   TRUST SECTION
   ========================================================= */
.pv-review-section {
  padding: 50px 20px 60px;
  background: #f0efeb;
}
.pv-review-section .section-content {
  max-width: 1280px;
  margin: 0 auto;
}
.pv-review-section .pv-review-star-row p {
  margin-bottom: 0 !important;
}
.pv-review-section .pv-review-star p {
  color: #007f73;
  font-size: 30px;
}
.pv-review-section > .section-content > .row:first-child,
.pv-review-section #row-989924364 {
  margin-bottom: 36px;
  text-align: center;
}
.pv-review-section > .section-content > .row:first-child .ux-text p,
.pv-review-section > .section-content > .row:first-child .text p,
.pv-review-section #row-989924364 .ux-text p,
.pv-review-section #row-989924364 .text p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  color: #007f73;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.5;
}
.pv-review-section > .section-content > .row:first-child .ux-text p img.emoji,
.pv-review-section > .section-content > .row:first-child .text p img.emoji,
.pv-review-section #row-989924364 .ux-text p img.emoji,
.pv-review-section #row-989924364 .text p img.emoji {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.pv-review-section #row-1633713951 {
  margin-bottom: 52px;
  text-align: center;
}
.pv-review-section #row-1633713951 h2 {
  margin-bottom: 10px;
  color: #273043;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -1px;
}
.pv-review-section #row-1633713951 .text p:first-of-type,
.pv-review-section #row-1633713951 #text-157564291 p {
  margin-bottom: 6px;
  color: #006b52;
  font-size: 26px;
  letter-spacing: 5px;
  line-height: 1;
}
.pv-review-section #row-1633713951 .text p:last-of-type,
.pv-review-section #row-1633713951 #text-1428358016 p {
  margin-bottom: 0;
  color: #525252;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.pv-review-section #row-1633713951 .text p:last-of-type img.emoji,
.pv-review-section #row-1633713951 #text-1428358016 p img.emoji {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 4px;
}
.pv-review-section #row-869979142 .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pv-review-section .review-card.testimonial-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
  min-height: 280px;
  padding: 0 20px;
  text-align: center;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.pv-review-section .review-card.testimonial-box .testimonial-image.circle {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
  background: #e8e8e6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pv-review-section .review-card.testimonial-box .testimonial-image.circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.pv-review-section .review-card.testimonial-box .star-rating {
  margin-bottom: 10px;
  color: #006b52;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 1;
  overflow: visible;
  width: auto;
}
.pv-review-section .review-card.testimonial-box .star-rating::before {
  color: #006b52;
  font-size: 22px;
  letter-spacing: 4px;
}
.pv-review-section .review-card.testimonial-box .star-rating span::before {
  color: #006b52;
  font-size: 22px;
  letter-spacing: 4px;
}
.pv-review-section .review-card.testimonial-box .testimonial-text h3,
.pv-review-section .review-card.testimonial-box #text-1461363717 h3,
.pv-review-section .review-card.testimonial-box #text-1261377331 h3,
.pv-review-section .review-card.testimonial-box #text-3574998586 h3 {
  margin-bottom: 10px;
  color: #273043;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.2px;
  font-style: normal;
}
.pv-review-section .review-card.testimonial-box .star-rating:before,
.pv-review-section .review-card.testimonial-box .star-rating span:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pv-review-section .review-card.testimonial-box .testimonial-text p,
.pv-review-section .review-card.testimonial-box #text-1461363717 p,
.pv-review-section .review-card.testimonial-box #text-1261377331 p,
.pv-review-section .review-card.testimonial-box #text-3574998586 p {
  margin-bottom: 12px;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  font-style: normal;
}
.pv-review-section .review-card.testimonial-box .testimonial-meta {
  margin-top: auto;
  padding-top: 8px;
}
.pv-review-section .review-card.testimonial-box .testimonial-meta .testimonial-name {
  display: block;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1px;
}
.pv-review-section .review-card.testimonial-box .icon-box-img:not(.testimonial-image) img,
.pv-review-section .review-card.testimonial-box .img img {
  display: block;
  margin: 14px auto 0;
  width: 72px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pv-review-section .flickity-prev-next-button {
  width: 44px;
  height: 44px;
  border: 1px solid #d0d0cc;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -webkit-transition: border-color 0.2s, background 0.2s;
  transition: border-color 0.2s, background 0.2s;
}
.pv-review-section .flickity-prev-next-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #b0b0aa;
  stroke-width: 2;
}
.pv-review-section .flickity-prev-next-button:hover {
  border-color: #8a8a8a;
  background: transparent;
}
.pv-review-section .flickity-prev-next-button:hover svg {
  stroke: #525252;
}
.pv-review-section .flickity-prev-next-button:active {
  background: rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 1024px) {
  .pv-review-section {
    padding: 50px 20px;
  }
  .pv-review-section #row-1633713951 {
    margin-bottom: 38px;
  }
  .pv-review-section #row-1633713951 h2 {
    font-size: 42px;
  }
  .pv-review-section #row-1633713951 .text p:first-of-type,
  .pv-review-section #row-1633713951 #text-157564291 p {
    font-size: 22px;
  }
  .pv-review-section #row-1633713951 .text p:last-of-type,
  .pv-review-section #row-1633713951 #text-1428358016 p {
    font-size: 18px;
  }
  .pv-review-section .review-card.testimonial-box {
    min-height: auto;
    padding: 0 10px;
  }
  .pv-review-section .review-card.testimonial-box .testimonial-text h3 {
    font-size: 16px;
  }
  .pv-review-section .review-card.testimonial-box .testimonial-text p {
    font-size: 14px;
  }
  .pv-review-section .review-card.testimonial-box .testimonial-name {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .pv-review-section {
    padding: 40px 16px 48px;
  }
  .pv-review-section #row-989924364 {
    margin-bottom: 24px;
  }
  .pv-review-section #row-989924364 .text p {
    font-size: 13px;
    gap: 8px;
    line-height: 1.6;
  }
  .pv-review-section #row-1633713951 {
    margin-bottom: 28px;
  }
  .pv-review-section #row-1633713951 h2 {
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 1.2;
  }
  .pv-review-section #row-1633713951 .text p:first-of-type,
  .pv-review-section #row-1633713951 #text-157564291 p {
    font-size: 18px;
    letter-spacing: 4px;
  }
  .pv-review-section #row-1633713951 .text p:last-of-type,
  .pv-review-section #row-1633713951 #text-1428358016 p {
    font-size: 15px;
  }
  .pv-review-section #row-869979142 .col {
    padding-bottom: 28px;
  }
  .pv-review-section .review-card.testimonial-box {
    padding: 0;
  }
  .pv-review-section .review-card.testimonial-box .testimonial-image.circle {
    width: 68px !important;
    height: 68px;
  }
  .pv-review-section .review-card.testimonial-box .star-rating {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .pv-review-section .review-card.testimonial-box .testimonial-text h3 {
    font-size: 15px;
  }
  .pv-review-section .review-card.testimonial-box .testimonial-text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .pv-review-section .review-card.testimonial-box .testimonial-name {
    font-size: 13px;
  }
  .pv-review-section .review-card.testimonial-box .img img {
    width: 60px;
  }
}