/* Section frame */

.shopvire-ts-section {
  position: relative;
  background: #f8f8f8;
/*  overflow: hidden;
*/}

.shopvire-ts-container {
  max-width: 1160px;
  margin: 0 auto;
}
.shopvire-info-content {
    display: inline-block;
}

p.shopvire-ts-quote {
    display: inline;
}

button.shopvire-ts-readmore {
    border: 0;
    display: inline-block;
    background: transparent !important;
    color: #FF495C !important;
    padding: 0;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 30px !important;
}
.shopvire-ts-title {
  margin: 0 0 8px;
  font-size: 48px;
  font-weight: 800;
  color: #ef495f;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.shopvire-ts-subtitle {
  margin: 0 0 32px;
  color: #222;
  font-size: 20px;
}

/* Swiper layout */
.shopvire-ts-swiper { padding-bottom: 40px; }
.shopvire-ts-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  min-height: 500px;
}
video.shopvire-ts-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
/* Card */
.shopvire-ts-card {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    min-height: 380px;
    border: 1.12px solid #E1E1E1;
    justify-content: space-between;
}
.shopvire-ts-card img.shopvire-ts-company {
    width: max-content !important;
    object-fit: contain;
    height: fit-content;
}
.shopvire-ts-card--video {
    background: #1f1f1f;
    padding: 20px 0;
    justify-content: space-between;
}
.shopvire-info {
    padding: 0px 0 0 0;
    display: flex;
}
.shopvire-ts-card--video video {
    border-radius: 0px;
}
/* Company brand */
.shopvire-ts-company { height: 32px; width: auto; margin-bottom: 20px; }
.shopvire-ts-company-text { font-size: 22px; font-weight: 800; color: #1a7e3e; margin: 0 0 12px; }


/* Read more button */
.shopvire-ts-readmore {
  align-self: flex-start;
  background: none;
  border: none;
  color: #ef495f;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  margin-bottom: 10px;
}

/* Author row */
.shopvire-ts-author { display: flex; align-items: center; gap: 10px; margin-top: 20px; }
.shopvire-ts-avatar { width: 54px; height: 54px; border-radius: 50% !important; object-fit: cover; }
.shopvire-ts-name {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 152%;
    color: #171717;
}
.shopvire-ts-role {
    font-weight: 500;
    font-size: 16px;
    line-height: 152%;
    letter-spacing: -0.02em;
    color: #AFADAC;
}

/* Video shell with big play */
.shopvire-ts-video-shell {
  position: relative;
  height: 100%;
  min-height: 360px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  overflow: hidden;
}

.shopvire-ts-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
  filter: brightness(.55);
}

.shopvire-ts-play {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: none;
  background: radial-gradient(closest-side, #fff 70%, #fff0 71%) center/100% 100%, #3a3a3a;
  cursor: pointer;
  position: relative;
}
.shopvire-ts-play::after {
  content: "";
  position: absolute;
  left: 39px;
  top: 30px;
  border-style: solid;
  border-width: 18px 0 18px 28px;
  border-color: transparent transparent transparent #efefef;
}
.shopvire-ts-card-logo {
    display: flex;
    height: 70px;
    justify-content: flex-start;
}
.shopvire-btns-next {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 50px;
}
button.shopvire-ts-prev, button.shopvire-ts-next {
    padding: 0;
    border: 0;
    outline: none;
    background: transparent !important;
    width: 45px;
    height: 45px;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
p.shopvire-ts-quote[hidden] {
    display: none;
}
.shopvire-btns-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

button.shopvire-ts-prev {
    text-align: left;
}
.shopvire-ts-quote {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #171717;
    letter-spacing: -0.5px;
}

.shopvire-ts-quote.expanded {
    -webkit-line-clamp: unset;
    max-height: 1000px; /* enough to show full content */
}


section.shopvire-ts-section {
    display: flex;
}


button.shopvire-ts-prev.slick-arrow {
    left: -25px;
    z-index: 2;
}

button.shopvire-ts-next.slick-arrow {
    right: -25px;
    z-index: 2;
}
.shopvire-ts-quote p:empty {
    display: none;
    height: 0;
}
.shopvire-ts-quote.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}
button.slick-arrow.slick-disabled,
.shopvire-btns-nav button:disabled,
.shopvire-btns-nav button.swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
  filter: grayscale(1);
}
.shopvire-ts-card--video .shopvire-ts-name {
    color: #ffffff;
}
.shopvire-ts-card--video img.shopvire-ts-company {
    margin-left: 20px;
}

.shopvire-ts-card--video .shopvire-ts-author {
    margin-left: 20px;
}
.shopvire-ts-swiper .slick-track {
    display: flex;
}
.shopvire-ts-swiper.slick-slider {
    margin: 0 -10px;
}
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   cursor: pointer;
}
.shopvire-ts-readmore b {
    font-weight: 400;
    color: #171717;
}
button.shopvire-ts-prev img {transform: rotate(
180deg);}
/* Swiper pagination (optional) */
.shopvire-ts-swiper .swiper-pagination-bullet { background: #d7d7d7; opacity: 1; }
.shopvire-ts-swiper .swiper-pagination-bullet-active { background: #ef495f; }

/* Responsive */
@media (max-width: 1580px) {
    .shopvire-ts-quote {
        font-size: 16px;
        line-height: 26px;
    }
.shopvire-ts-author {
    margin-top: 15px;
}
.shopvire-btns-nav {
    margin-top: 30px;
}
.shopvire-ts-readmore {
    font-size: 16px !important;
    line-height: 22px !important;
}
.shopvire-ts-swiper {
    padding-bottom: 10px;
}
.shopvire-ts-card {
    padding: 20px;
    min-height: max-content;
}
.shopvire-ts-card--video {
    padding: 20px 0;
}
.shopvire-ts-swiper .swiper-slide {
    min-height: 420px;
}
}
@media (max-width: 1300px) {
button.shopvire-ts-prev.slick-arrow {
    left: -10px;
}

button.shopvire-ts-next.slick-arrow {
    right: -10px;
}
}
@media (max-width: 1024px) {
  .shopvire-ts-title { font-size: 40px; }
  .shopvire-btns-nav {
    padding-right: 15px;
}
button.shopvire-ts-prev.slick-arrow {
    left: 0px;
}

button.shopvire-ts-next.slick-arrow {
    right: 0px;
}
.shopvire-ts-section {
 overflow: hidden;
}
}
@media (max-width: 768px) {
    .shopvire-ts-readmore,
    .shopvire-ts-quote {
    font-size: 16px !important;
    line-height: 20px !important;
}
  .shopvire-ts-title { font-size: 34px; }
  .shopvire-ts-subtitle { font-size: 18px; }
  .shopvire-ts-next { width: 52px; height: 52px; right: 14px; bottom: 14px; }
  .shopvire-ts-card {
    min-height: 360px;
    padding: 15px;
  }
  .shopvire-ts-swiper .swiper-slide {
    min-height: 360px;
}
  .shopvire-ts-card--video {
    padding: 15px 0px;
  }
  .shopvire-ts-avatar {
    width: 42px;
    height: 42px !important;
}
.shopvire-ts-author {
    align-items: flex-start;
}
.shopvire-ts-name {
    font-size: 18px;
}
.shopvire-ts-role {
    font-size: 12px;
}
.shopvire-ts-card--video img.shopvire-ts-company {
    margin-left: 15px !important;
}
.shopvire-ts-card--video .shopvire-ts-author {
    margin-left: 15px;
}
.shopvire-ts-card-logo {
    height: 50px;
}
.shopvire-ts-card img.shopvire-ts-company {
    height: 35px;
    width: auto !important;
    max-width: 120px;
    object-fit: contain;
}
button.shopvire-ts-prev, button.shopvire-ts-next {
    transform: none;
}
.shopvire-btns-nav {
    margin-top: 10px;
}
}

.shopvire-ts-swiper .swiper-slide {padding: 0 10px;
height: fit-content !important;}

.shopvire-ts-name {
    display: none;
}

.shopvire-ts-author img.shopvire-ts-avatar {
    display: none;
}
.shopvire-ts-card--video video {
    margin-bottom: 25px;
}