 @media (max-width: 600px) { 
   #apple .product__img {max-height: 135px;} }

.yellow {
    background: #FFECB7;
    border-radius:10px
}

.purple {
    background: #CFC8F7;
    border-radius:10px
}

.pink {
    background: #F9D2E5;
    border-radius:10px
}

.green {
    background: #CAE7E6;
    border-radius:10px
}

#dsgContent .boxout {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
    background:#fff
}

#dsgContent .boxout h2 {
    color: #4C12A1;
    text-align: center;
    border-bottom: 3px solid #4C12A1;
    width: 100%;
    margin: 0px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #FAF5FF;

    font-weight:normal
}

#dsgContent .boxout h3 {
    text-align: center;

}

#dsgContent .boxout h5 {
    text-align: center;

    color: #4C12A1;
    font-weight: normal;
    margin:20px 0
}




#dsgContent .landing-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    text-decoration: none;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 50px 0;
    width: 100%

}

@media (max-width: 975px) {
    #dsgContent .landing-header {
        width: 100%;
        margin:0 auto
    }
}

@media (max-width: 975px) {
    #dsgContent .landing-header {
        background-position:35%
    }
}

@media (max-width: 600px) {
    #dsgContent .landing-header {
        background-position:85%
    }
}

#dsgContent .landing-header h1 {
    color: #4C12A1;
    font-weight: bold;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    margin-bottom: 0;
    font-size:39px
}

#dsgContent .landing-header__text {
    width: 60%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-right:10%
}

@media (max-width: 600px) {
    #dsgContent .landing-header__text {
        width: 100%;
        margin:0px
    }
}

#dsgContent .landing-header__text h2 {

    font-weight: normal;
    color: #4C12A1;
    margin:0px
}

#dsgContent .landing-header__text span {
    color:#E5006D
}

#dsgContent .landing-header__video {
    width: 40%;
    padding:10px
}

#dsgContent .landing-header__para {
    margin-top: 0px;
    background: #fff;
    padding: 15px;
    text-align: center;
    border-bottom:1px solid #E1E1E1
}

#dsgContent .landing-header__para p {

    width: 70%;
    margin:0 auto
}

@media (max-width: 600px) {
    #dsgContent .landing-header__para p {
        width:100%
    }
}

#dsgContent .purple__heading {
    margin: 10px 5px 5px 5px;
    color: #4C12A1;

}

#dsgContent .landing-header-image {
    width: 100%;
    text-align: center;
    border-radius:0px
}

@media (max-width: 975px) {
    #dsgContent .landing-header-image {
        width: 100%;
        margin:0 auto
    }
}

#dsgContent .landing-header-image img {
    margin:0 auto
}


#apple {
    letter-spacing:.2
}

#apple h5 {
    text-align: center;

    color: #4C12A1;
    font-weight: normal;
    margin:20px 0
}

#apple a {
    color:#4C12A1
}

#apple .cta {
    margin: 0px;
    -webkit-transition: all ease .2s;
    transition:all ease .2s
}

#apple .cta:hover {
    background-color:#efe8f9
}

#apple .landing-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(https://currys-ssl.cdn.dixons.com/css/themes/apple/watch/header-bg-yellow.jpg);
    background-repeat: no-repeat;
    background-size:cover
}

@media (max-width: 600px) {
    #apple .landing-header {
        padding:30px 0
    }
}

#apple .landing-header .inner {
    max-width: 1240px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center
}

@media (max-width: 600px) {
    #apple .landing-header .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align:center
    }

    #apple .landing-header .inner .landing-header__text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order:2
    }

    #apple .landing-header .inner img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 55%;
        margin-bottom:10px
    }

    #apple .landing-header .inner h1 {
        font-size: 32px;
        line-height:35px
    }
}

#apple .landing-header h2 {
    margin: 10px 0;
    color:#213038
}

@media (max-width: 600px) {
    #apple .landing-header h2 {
        font-size: 15px;
        padding:0 10px
    }
}

#apple .landing-header img {
    width: 27%;
    -ms-flex-item-align: center;
    align-self:center;
object-fit: contain;height: 90%;}

#apple h2 {
    text-align:center
}

#apple p, #apple li, #apple a {
    font-size: 15px;
    text-decoration:none
}

#apple .products {
    margin-bottom:15px
}

#apple .products a i {
    font-size:9px
}

@media (min-width: 600px) {
    #apple .products a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        margin: 0 10px;
        font-size:13px
    }
}

@media (max-width: 600px) {
    #apple .products a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        margin:0 5px
    }
}

#apple .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom:10px
}

@media (max-width: 600px) {
    #apple .flex {
        display:block
    }
}

#apple .services {
    padding: 0px;
    margin-top:0px
}

#apple .services .boxout {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction:column
}

#apple .center {
    text-align:center
}

#apple .boxout {
    margin:20px 0
}

#apple .avm {
    color:#e37a00
}

#apple .title {
    margin-top:50px
}

#apple .compare {
    width: 90%;
    margin: 20px auto 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius:0px
}

@media (max-width: 975px) {
    #apple .compare {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: scroll;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content:flex-start
    }
}

#apple .compare__model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
    color: inherit;
    margin: 20px 0;
    padding: 0 10px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}

@media (max-width: 975px) {
    #apple .compare__model {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex:0 0 50%
    }
}

@media (max-width: 600px) {
    #apple .compare__model {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        margin:10px
    }
}



@media (max-width: 600px) {
    #apple .compare__model img {
        height:75%
    }
}

#apple .compare__model .cta {
    max-width: unset;
    padding:10px 20px
}

#apple .compare__model h4 {
    
    color: #4C12A1;
    margin:10px 0
}

@media (max-width: 600px) {
    #apple .compare__model h4 {
        margin:5px 0
    }
}

#apple .compare__model div {
    margin: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex:1
}

@media (max-width: 600px) {
    #apple .compare__model div {
        margin:0 5px
    }
}

#apple .compare__model ul {
    margin-top: 0;
    padding-left: 2em;
    list-style-type: none;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    padding-inline-start:0px
}

#apple .compare__model ul li {
    margin:5px 0
}

#apple .compare__model .tick:before {
    margin: 0 5px;
    content: "✓";
    color:#4C12A1
}

#apple .compare__model .cross:before {
    margin: 0 5px;
    content: "✗";
    color:#213038
}

#apple .compare__model:nth-child(2) {
    border-right: 1px solid #E1E1E1;
    border-left:1px solid #E1E1E1
}

#apple .compare-anchor {
    margin: 0px auto 40px auto;
    display: block;
    width: 90%;
    text-align: center;
    background: #4C12A1;
    color: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius:10px
}

#apple .expert {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

@media (max-width: 600px) {
    #apple .expert {
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction:column
    }
}

#apple .expert__txt {
    -ms-flex-item-align: center;
    align-self:center
}

@media (max-width: 600px) {
    #apple .expert__txt {
        margin: 15px;
        width: 66%;
        -ms-flex-item-align: start;
        align-self:flex-start
    }
}

#apple .expert__txt h5, #apple .expert__txt h4, #apple .expert__txt p {
    text-align: left;
    margin:10px 0
}

#apple .expert__img {
    margin-top: -30px;
    -ms-flex-item-align: center;
    align-self: center;
    max-width:30%
}

@media (max-width: 600px) {
    #apple .expert__img {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: -130px;
        max-width:38%
    }
}

#apple figcaption {
    margin: 0 30px;
    font-size:16px
}

@media (max-width: 970px) {
    #apple figcaption {
        font-size:12px
    }
}

#apple blockquote {
    position: relative;
    margin: 10px 30px;
    font-size: 24px;
    line-height: 32px;
    color:#4C12A1
}

@media (max-width: 970px) {
    #apple blockquote {
        font-size:16px
    }
}

#apple blockquote:before {
    content: "“";
    font-size: 65px;
    position: absolute;
    top: -18px;
    left: -30px;
    color:#4C12A1
}

#apple .face-v {
    padding:40px
}

#apple .face-v .faces-v__title {
    text-align: center;
    color: #4C12A1;
   
    margin:10px 0
}

#apple .face-v .faces-v__subhead {
    text-align: center;
    
    font-weight:normal
}

#apple .faces {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px auto;
    width:90%
}

@media (max-width: 600px) {
    #apple .faces {
        display:block
    }
}

#apple .faces__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E1E1E1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 25px;
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

#apple .faces__item p {
    margin:0px
}

#apple .faces__item img {
    height: 120%;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right:15px
}

#apple .plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    margin-top:10px
}

@media (max-width: 800px) {
    #apple .plus {
        padding:40px 5px
    }
}

@media (max-width: 600px) {
    #apple .plus {
        display: block;
        padding:40px 25px
    }
}

#apple .plus .product__img, #apple .plus video {
    max-width:40%
}

@media (max-width: 600px) {
    #apple .plus .product__img, #apple .plus video {
        max-width: 90%;
        display: block;
        margin:10px auto
    }
}

@media (max-width: 800px) {
    #apple .subs {
        display:block
    }

    #apple .subs .offers__img {
        padding:15px 30px
    }
}

@media (max-width: 600px) {
    #apple .offers__img {
        margin-bottom: 10px;
        margin-left: 5px;
        -webkit-box-sizing: border-box;
        box-sizing:border-box
    }
}

#apple .included {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

@media (max-width: 900px) {
    #apple .included {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content:center
    }
}

#apple .included__item {
    background: #faf5ff;
    display: block;
    padding: 20px 5px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    text-align: center;
    margin: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #4C12A1;
    font-weight:bold;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
}

#apple .included__item img {
    display: none;
    height: 40px;
    margin:0 auto 15px auto
}

@media (max-width: 900px) {
    #apple .included__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex:0 1 25%
    }
}

@media (max-width: 600px) {
    #apple .included__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        padding:20px 10px
    }

    #apple .included__item img {
        height:35px
    }
}

#apple .product {
    padding: 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}

@media (max-width: 800px) {
    #apple .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 30px 10px 30px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items:flex-start
    }
}

#apple .product ul {
    padding:0px
}

#apple .product li {
    list-style:inside
}

#apple .product__copy {
    padding: 0 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex:1
}

#apple .product__copy h3 {
    text-align: left;
    color: #4C12A1;
   
    margin:0 0 5px 0
}

#apple .product__copy h4 {
    font-weight: bold;
    font-family: Currys Sans Headline,Helvetica,Arial,Sans-Serif;
    
    margin:0 0 15px 0
}

@media (max-width: 600px) {
    #apple .product__copy {
        padding:5px
    }
}

#apple .product__img {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width:50%
}

@media (max-width: 600px) {
    #apple .product__img {
        max-width: 90%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order:2
    }
}

#apple .product__logo {
    height: 30px;
    padding-bottom:15px
}

@media (max-width: 800px) {
    #apple .product__logo {
        height:auto
    }
}



/*# sourceMappingURL=apple-watch-v2.css.map */



