@charset "UTF-8";
.container.service-page {padding-top:  0px}
.sl-inner { max-width: 1570px;
margin: 0 auto;;}
  #shoplive img {
    max-width: 100%; }

  #shoplive .lozenge {
    height: 95px;
    width: auto;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      #shoplive .lozenge {
        height: 55px; } }
  #shoplive .shoplive__intro {
    margin: 30px auto;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    font-weight: light; }
    #shoplive .shoplive__intro span {
      color: #e5006d; }
    @media (max-width: 600px) {
      #shoplive .shoplive__intro {
        margin-top: 16px;
        font-size: 18px;
        line-height: 22px; } }

.inner {
  max-width: 1240px;
  position:  initial;
  margin: 0 auto; }

.btn {
  background: #FFFFFF;
  border: 2px solid #4C12A1;
  border-radius: 22px;
  font-size: 13px;
  font-weight: 500;
  color: #4C12A1;
  text-align: center;
  padding: 10px 25px;
  text-decoration: none;
  margin: 5px; }

.shoplive__heading {
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2));
  height: 520px;
  position: relative; }
  @media (max-width: 600px) {
    .shoplive__heading {
      height: 430px; } }
  .shoplive__heading header {
    color: #fff;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 41%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .shoplive__heading header h1 {
      color: #fff; }
    @media (max-width: 976px) {
      .shoplive__heading header {
        width: 70%; } }
  .shoplive__heading .shoplive__title {
    font-size: 60px;
    line-height: 65px; 
  font-family: 'Currys Sans Headline', Helvetica, Arial, Sans-Serif;  }
.shoplive__heading .shoplive__title-para{
    font-size: 20px; 
    line-height: 1.5;
}
  .shoplive__heading a {
    text-decoration: none;}

    @media (max-width: 600px) {
      .shoplive__heading .shoplive__title {
        font-size: 40px;
        line-height: 45px; }
        .shoplive__heading .shoplive__title-para{
    font-size: 12px; 
    line-height: 1.5;
}}
  .shoplive__heading img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% center;
       object-position: 50% center; }

.shoplive__subhead {
  margin-bottom: 0px;
  margin-top: 16px; }

.shoplive__section-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 16px; }

.grey-bg {
  background: #F2F2F2;
  padding: 45px 0;
  width: 100vw;
  margin-top: 60px;
  margin-left: calc(-1 * ((100vw - 100%) / 2)); }
  .grey-bg .shoplive__section-title {
    margin-top: 0px; }
  @media (max-width: 975px) {
    .grey-bg {
      width: 100%;
      margin-left: auto; } }

.shoplive__section-desc {
  text-align: center; }

.shoplive__block {
  text-decoration: none;
  color: inherit;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .shoplive__block:hover {
    color: inherit; }
 
  @media (max-width: 600px) {
    .shoplive__block {
      display: block;
      margin-bottom: 25px; } }

.note {
  margin: 30px auto;
  text-align: center;
  font-size: 14px; }

.shoplive-video-player {
  width: 100%;
  height: 500px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px; }
  .flex > * + * {
    margin-left: 20px; }
  @media (max-width: 600px) {
    .flex {
      display: block; } }



.shoplive__photos {
  margin: 60px 0; }
  @media (max-width: 600px) {
    .shoplive__photos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .shoplive__photos div {
    border-radius: 10px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0); }
    @media (max-width: 600px) {
      .shoplive__photos div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%; }
        .shoplive__photos div:last-child {
          display: none; } }
  .shoplive__photos img {
    border-radius: 10px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .shoplive__photos img:hover {
      -webkit-transform: scale(1.07);
              transform: scale(1.07); }



.quote {border: 1px solid #cdd8df; padding: 50px 30px; border-radius: 10px;} .quote p {   position: relative; margin-bottom: 0px; font-size: 17px }   .quote p:before {     content: "“";     font-size: 75px;    position: absolute;     top: -5px;    left: -5px;     color: #4C12A1;   }   .quote p:after {    content: "”";     font-size: 70px;    position: absolute;     bottom: -25px;    right: -5px;    color: #4C12A1;   }

/*# sourceMappingURL=shoplive.css.map */