html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul li {
    list-style: none;
}

img {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

input,
select,
button,
textarea {
    -webkit-appearance: none;
    outline: none;
    margin: 0px;
    border-radius: 0px;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'LetteraTextRegularOfficina';
    src: url("../webfonts/lineto-letteratext.eot");
    src: url("../webfonts/lineto-letteratext.eot?#iefix") format("embedded-opentype"), url("../webfonts/lineto-letteratext.woff") format("woff"), url("../webfonts/lineto-letteratext.ttf") format("truetype"), url("../webfonts/lineto-letteratext.svg#LetteraTextRegularOfficina") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CopernicusBook';
    src: url("../webfonts/Copernicus-Book.eot");
    src: url("../webfonts/Copernicus-Book.eot?#iefix") format("embedded-opentype"), url("../webfonts/Copernicus-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CopernicusBook';
    src: url("../webfonts/Copernicus-Bold.eot");
    src: url("../webfonts/Copernicus-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/Copernicus-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

html,
body,
select,
input,
textarea {
    font-family: 'LetteraTextRegularOfficina', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
    font-stretch: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 1.47;
    color: #3c3c3c;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    width: 100%;
    height: auto;
}

body {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::-webkit-selection {
    background: black;
    color: #fff;
}

::selection {
    background: black;
    color: #fff;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #3c3c3c;
}

video {
    display: block;
    width: 100%;
    height: 100%;
}

input,
select,
textarea,
button {
    font-family: 'LetteraTextRegularOfficina', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
    display: block;
    border: 1px solid #7c7c7c;
    outline: none;
    font-weight: normal;
    background: none;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0;
    padding: 8px 12px 8px 12px;
    width: auto;
}

input[type='submit'],
button {
    border: none;
    cursor: pointer;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

input[type='submit'] {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

input[type='submit']:hover {
    color: #000;
}

input.slim,
select.slim {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bcbcbc;
    padding: 2px 0 2px 0;
    -webkit-padding-end: 21px;
    font-size: 0.88rem;
    letter-spacing: 1px;
    margin-bottom: 1.25em;
}

input.slim--basket,
select.slim--basket {
    display: inline-block;
    margin-bottom: 0;
    max-width: 100%;
}

input.mce_inline_error {
    border-color: red;
}

div.mce_inline_error,
#mce-error-response {
    color: red;
}

div.mce_inline_error a,
#mce-error-response a {
    color: red;
}

#mce-success-response {
    color: green;
}

#mce-success-response a {
    color: green;
}

#mce-responses {
    min-height: 1.77rem;
}

select.slim {
    background-image: url("../images/select.svg");
    background-position: right center;
    background-repeat: no-repeat;
}

select.slim--basket {
    width: 240px;
}

input.slim--basket {
    width: 140px;
}

button {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

button:hover {
    background-color: #3c3c3c !important;
}

::-webkit-input-placeholder {
    color: #3c3c3c;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #3c3c3c;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #3c3c3c;
}

:-ms-input-placeholder {
    color: #3c3c3c;
}

.wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.standfirst {
    text-align: center;
    font-size: 1.55rem;
    line-height: 1.357;
}

@media screen and (min-width: 768px) {
    .standfirst {
        width: 87.49%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1024px) {
    .standfirst {
        width: 67.49%;
    }
}

.ajax-cont {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ajax-cont.fade-out {
    opacity: 0.1;
}

body.page-11,
body.page-method {
    background-color: #fef0f0;
}

body.page-11 .header-toggle,
body.page-method .header-toggle {
    background-color: #fef0f0;
}

body.page-11 .footer,
body.page-method .footer {
    background-color: #eadee0;
}

html.nav-open-mobile body {
    overflow: hidden;
}

.pagination {
    margin-bottom: 1.47rem;
}

.pagination__inner {
    padding-top: 1.47rem;
    border-top: 1px solid #7c7c7c;
}

.pagination .previous-link {
    float: left;
}

.pagination .next-link {
    float: right;
}

@media screen and (min-width: 768px) {

    .pagination .previous-link,
    .pagination .next-link {
        float: none;
    }

    .pagination a {
        margin-left: 13px;
        margin-right: 13px;
    }
}

.main {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}

.main__title {
    text-align: center;
    border-bottom: 1px solid #7c7c7c;
    padding: 2.94rem 0;
    margin-bottom: 1.47rem;
}

@media screen and (min-width: 768px) {
    .col-wrap .main__title {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.main .standfirst,
.main .img-wrap,
.main .text {
    margin-bottom: 1.47rem;
}

@media screen and (min-width: 768px) {

    .main .standfirst,
    .main .img-wrap,
    .main .text {
        margin-bottom: 2.94rem;
    }
}

.main--centered {
    max-width: inherit;
}

.main--centered .img-wrap {
    margin-bottom: 1.47rem;
}

@media screen and (min-width: 768px) {
    .main--centered .img-wrap {
        margin-bottom: 4.41rem;
    }
}

.main--story:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid #c8c8c8;
}

.main--story:first-of-type {
    padding-top: 0;
}

.main--story:first-of-type:before {
    border-top: none;
}

.main--story .standfirst,
.main--story .img-wrap {
    margin-bottom: 1.47rem;
}

@media screen and (min-width: 768px) {

    .main--story .standfirst,
    .main--story .img-wrap {
        margin-bottom: 4.41rem;
    }

    .main--story.col-wrap {
        padding-top: 4.41rem;
    }

    .main--story.col-wrap:first-of-type {
        padding-top: 0;
    }

    .main--story:before {
        left: 27px;
        right: 27px;
    }
}

.main--method .img-wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.main--method .img-wrap:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.main--method img {
    position: absolute;
    top: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main--harvesting .section__head {
    padding-top: 2.205rem;
    margin-bottom: 2.205rem;
}

.share-wrap {
    padding-top: 0.735rem;
    border-top: 1px solid #7c7c7c;
    margin-bottom: 1.47rem;
}

@media screen and (min-width: 768px) {
    .share-wrap {
        padding-top: 0;
        border-top: none;
    }

    .share-wrap.new-news-layout {
    	float: right;
    	margin-bottom: 1.47rem;
    }

    .main--harvesting {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main--harvesting .section__head {
        padding-top: 2.94rem;
        margin-bottom: 2.94rem;
    }

    .main--harvesting .text {
        margin-bottom: 0;
    }

    .main--harvesting .col--6 {
        border-right: 1px solid #c8c8c8;
        margin: 0 0 1em 0;
        padding: 0 10px;
        width: calc((100% - 200px) / 12 * 6 + 100px);
    }

    .main--harvesting .col--6:nth-child(2n) {
        border-right: none;
    }
}

@media only screen and (min-width: 1024px) {
    .main .col--right .col__inner {
        padding-left: 17.41%;
    }

    .main .text--narrow {
        width: 50%;
    }
}

.dn {
    display: none;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.pal {
    padding-left: 20px;
}

@media screen and (min-width: 768px) {
    .pal {
        padding-left: 27px;
    }
}

.par {
    padding-right: 20px;
}

@media screen and (min-width: 768px) {
    .par {
        padding-right: 27px;
    }
}

.mal {
    margin-left: 20px;
}

@media screen and (min-width: 768px) {
    .mal {
        margin-left: 27px;
    }
}

.mar {
    margin-right: 20px;
}

@media screen and (min-width: 768px) {
    .mar {
        margin-right: 27px;
    }
}

.mab {
    margin-bottom: 1.47rem;
}

.cf:after {
    content: '';
    display: table;
    clear: both;
}

.vertical-centre {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.overlay--nav {
    background-color: #00878a;
    padding-top: 74px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
}

.nav-open-mobile .overlay--nav {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .overlay--nav {
        padding-left: 27px;
        padding-right: 27px;
    }
}

.contain {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

.message {
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.bt {
    border-top: 1px solid #7c7c7c;
}

.bb {
    border-bottom: 1px solid #7c7c7c;
}

.bt-thick {
    border-top: 20px solid #3c3c3c;
}

@media screen and (min-width: 768px) {
    .bt-thick {
        border-top: 32px solid #3c3c3c;
    }
}

@media only screen and (max-width: 767px) {
    .col-mobile {
        float: left;
        margin: 0 5px;
    }

    .col-mobile--2 {
        width: calc((100% - 20px) / 2);
    }

    .col-mobile--2:nth-child(2n + 1) {
        clear: left;
    }
}

.col-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1.47rem;
}

.col-wrap:first-of-type {
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .col-wrap {
        margin-top: 0;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 0;
    }
}

.col-desktop-medium-show--3:nth-child(3n) {
    display: none;
}

@media only screen and (max-width: 767px) {
    .col-mobile--6 {
        float: left;
        margin: 0 5px;
        width: calc((100% - 20px) / 2);
    }

    .col-mobile--6:nth-child(2n + 1) {
        clear: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .col-tablet--4 {
        width: calc((100% - 240px) / 12 * 4 + 60px);
    }

    .col-tablet--4:nth-child(3n + 1) {
        clear: left;
    }

    .col-tablet--6 {
        width: calc((100% - 240px) / 12 * 6 + 100px);
    }

    .col-tablet--6:nth-child(2n + 1) {
        clear: left;
    }
}

@media screen and (min-width: 768px) {
    .col {
        float: left;
        margin: 0 10px;
    }

    .col--3 {
        width: calc((100% - 240px) / 12 * 3 + 40px);
    }

    .col--3:nth-child(4n + 1) {
        clear: left;
    }

    .col--4 {
        width: calc((100% - 240px) / 12 * 4 + 60px);
    }

    .col--4:nth-child(3n + 1) {
        clear: left;
    }

    .col--5 {
        width: calc((100% - 240px) / 12 * 5 + 80px);
    }

    .col--6 {
        width: calc((100% - 240px) / 12 * 6 + 100px);
    }

    .col--6:nth-child(2n + 1) {
        clear: left;
    }

    .col--centered {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1024px) {
    .col-desktop--3 {
        width: calc((100% - 240px) / 12 * 3 + 40px);
    }

    .col-desktop--3:nth-child(4n + 1) {
        clear: left;
    }

    .col-desktop--4 {
        width: calc((100% - 240px) / 12 * 4 + 60px);
        clear: none;
    }

    .col-desktop--4:nth-child(3n + 1) {
        clear: left;
    }

    .col-desktop--5 {
        width: calc((100% - 240px) / 12 * 5 + 80px);
    }

    .col-desktop--6 {
        width: calc((100% - 240px) / 12 * 6 + 100px);
    }

    .col-desktop--6:nth-child(2n + 1) {
        clear: left;
    }
}

@media only screen and (min-width: 1280px) {
    .col-desktop-medium--4 {
        width: calc((100% - 240px) / 12 * 4 + 60px);
    }

    .col-desktop-medium--4:nth-child(3n + 1) {
        clear: left;
    }

    .col-desktop-medium-show--3:nth-child(3n) {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .dn-mobile {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .dn-tablet {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .dn-desktop {
        display: none;
    }
}

a {
    text-decoration: none;
    color: #3c3c3c;
    transition: color 0.2s;
}

a:hover {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1,
h2,
h3 {
    color: #3c3c3c;
}

h1,
.h1-like {
    font-size: 1.77rem;
    line-height: 1.08;
    letter-spacing: 1px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {

    h1,
    .h1-like {
        font-size: 2.66rem;
    }
}

h2,
.h2-like {
    font-size: 1.77rem;
    line-height: 1.1875;
    letter-spacing: 0.5px;
}

h3 {
    letter-spacing: 0.5px;
}

h3,
h4,
h5,
h6 {
    font-size: 18px;
    line-height: 1.47;
}

.fs-m {
    font-size: 0.77rem;
    line-height: 1.55;
}

@media screen and (min-width: 768px) {
    .fs-m {
        font-size: 1rem;
    }
}

.fs-s {
    font-size: 0.94rem;
    line-height: 1.16;
    letter-spacing: 0.5px;
}

.fs-s--large {
    font-size: 18px;
    line-height: 1.47;
}

@media screen and (min-width: 768px) {
    .fs-s {
        font-size: 1;
    }
}

.fs-xs {
    font-size: 0.72rem;
    line-height: 1.38;
    letter-spacing: 1px;
}

.fs-c {
    font-size: 0.88rem;
    line-height: 1.375;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fs-c--large {
    font-size: 18px;
    line-height: 1.47;
}

.fc-grey {
    color: #3c3c3c;
}

.fc-greylight {
    color: #7c7c7c;
}

.fc-white {
    color: #fff;
}

.fc-black {
    color: #000;
}

.fc-red {
    color: red;
}

a.fc-grey:hover {
    color: #000;
}

a.fc-white {
    color: #fff;
}

.fs-bb {
    position: relative;
}

.fs-bb:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    height: 1px;
    background-color: #7c7c7c;
}

a.fs-bb:after {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

a.fs-bb:hover:after {
    background-color: transparent;
}

.text {
    overflow: hidden;
    font-size: 0.94rem;
    line-height: 1.5882;
    font-family: 'CopernicusBook', serif;
}

.text p,
.text ul,
.text ol,
.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
    margin-bottom: 0.89rem;
}

.text h1,
.text h2,
.text h3 {
    letter-spacing: 1px;
    font-weight: bold;
}

.text p:last-of-type {
    margin-bottom: 0;
}

.text ul li {
    list-style: disc;
}

.text a {
    color: #000;
}

.text a:hover {
    color: #3c3c3c;
}

.text .fs-c {
    font-family: 'LetteraTextRegularOfficina', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
    font-stretch: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.5px;
}

.text .fc-greylight {
    color: #7c7c7c;
}

.subscribe-wrap span {
    display: none;
}

@media screen and (min-width: 768px) {
    .subscribe-wrap span {
        display: block;
        margin-bottom: 0.5em;
    }
}

.subscribe-wrap--mobile {
    padding-top: 2.205rem;
}

.subscribe-wrap--mobile span {
    display: block;
    margin-bottom: 1em;
}

.subscribe-wrap--mobile input {
    width: 100%;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.subscribe-wrap--mobile ::-webkit-input-placeholder {
    color: inherit;
    opacity: .7;
}

.subscribe-wrap--mobile :-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    opacity: .7;
}

.subscribe-wrap--mobile ::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: .7;
}

.subscribe-wrap--mobile :-ms-input-placeholder {
    color: inherit;
    opacity: .7;
}

.icon-wrap {
    font-size: 0;
    line-height: 0;
}

.icon svg {
    fill: #3c3c3c;
}

.icon--social {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

.icon--social-mobile {
    display: inline-block;
    width: 42px;
    height: 44px;
    margin-left: 6px;
    margin-right: 6px;
}

.icon--social-mobile svg {
    fill: #fff;
}

.icon--close {
    display: block;
    width: 42px;
    height: 42px;
}

.icon--close svg {
    fill: none;
    stroke: #3c3c3c;
    stroke-width: 2px;
}

.icon--basket {
    width: 38px;
    height: 30px;
    display: block;
}

.icon--basket svg {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
}

.accent-bg {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background-color: #00878a;
    color: #fff;
}

.accent-fill {
    -webkit-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
    fill: #00878a;
}

.logo-wrap-mobile {
    font-weight: normal;
}

.logo-wrap {
    display: none;
}

@media screen and (min-width: 768px) {
    .logo-wrap {
        display: block;
        position: absolute;
        top: 132px;
        left: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

#logo {
    width: 155px;
    height: 155px;
    display: block;
}

.header-mobile {
    height: 74px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

.header-mobile a {
    color: #fff;
}

.header-mobile .icon-wrap {
    margin-bottom: 1.47rem;
}

.header-mobile__inner {
    padding: 28px 20px 27px 20px;
    position: relative;
    z-index: 2;
    background-color: #00878a;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.nav-open-mobile .header-mobile__inner {
    opacity: 0;
    visibility: hidden;
}

.header {
    text-align: center;
    font-size: 0.88rem;
    line-height: 1.375;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 8;
    position: relative;
    padding-top: 58px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .wrap {
    max-width: 1226px;
}

.header__title {
    color: #3c3c3c;
}

.header__title,
.header__mid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header .header-activate {
    z-index: 1;
}

.header .header-toggle {
    background-color: #fff;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header__mid {
    padding: 19px 0;
    margin: 0 20px;
    height: 59px;
}

@media screen and (min-width: 768px) {
    .header__mid {
        margin: 0 27px;
    }
}

.header__title {
    padding: 19px 0;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    font-size: 0.88rem;
    line-height: 1.375;
    display: block;
}

.header .icon--basket {
    width: 28px;
    height: 22px;
}

.header .icon--basket svg {
    stroke: #3c3c3c;
}

.header.nav-open .header__title,
.header nav {
    visibility: hidden;
    opacity: 0;
}

.header.nav-open nav {
    visibility: visible;
    opacity: 1;
}

.header.fixed .header__mid {
    position: fixed;
}

.header.out .header-toggle {
    -webkit-transform: translateY(-58px);
    transform: translateY(-58px);
    opacity: 0;
}

@media only screen and (min-width: 1280px) {

    .header__title,
    .header__mid {
        left: 50%;
        margin-left: -613px;
    }
}

.header nav {
    font-size: 0;
    line-height: 0;
}

.header nav ul {
    margin: 0;
}

.header nav li {
    margin: 0 7px;
    display: inline-block;
    font-size: 0.88rem;
    line-height: 1.375;
    letter-spacing: 2px;
}

@media only screen and (min-width: 1024px) {
    .header nav li {
        margin: 0 9px;
    }
}

#announcement {
    display: none;
    letter-spacing: 0.5px;
}

#announcement:hover {
    color: #fff;
    background-color: #3c3c3c;
}

@media screen and (min-width: 768px) {
    #announcement {
        display: block;
        padding: 1.06rem 27px;
        position: relative;
        z-index: 9;
    }
}

@media only screen and (min-width: 1024px) {
    #announcement {
        padding: 16px 27px;
    }
}

.nav--desktop a.active,
.nav--secondary a.active {
    color: #000;
}

.basket-link {
    position: absolute;
    top: 19px;
    right: 0;
}

.basket-link--mobile,
.basket-link--tablet {
    position: absolute;
}

.basket-link--mobile {
    top: 21px;
    right: 20px;
}

.basket-link--mobile span {
    width: 100%;
    height: auto;
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.basket-link--tablet {
    top: 15px;
}

@media only screen and (min-width: 1024px) {
    .basket-link--tablet {
        display: none;
    }
}

.basket-link--desktop.active {
    color: #000;
}

@media only screen and (min-width: 1024px) {
    .basket-link--desktop {
        display: block;
    }
}

.nav-list-wrap {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
}

.nav-list-wrap.open {
    height: auto;
}

.nav-list--children {
    margin-bottom: 1.47rem;
}

.nav-item a {
    display: block;
}

.nav-item--parent {
    font-size: 1.5rem;
    line-height: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.nav-item--parent a {
    padding: .25em 0 .35em 0;
}

.nav-item--child {
    font-size: 0.88rem;
    line-height: 1.375;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 1px dotted rgba(255, 255, 255, 0.4);
}

.nav-item--child a {
    opacity: .7;
    padding: .5em 0;
}

.nav-item--child a.active {
    opacity: 1;
}

.nav-icon-wrap {
    position: absolute;
    left: 0;
    top: 22px;
    z-index: 2;
}

.remove-icon,
.nav-icon {
    position: relative;
}

.remove-icon .line,
.nav-icon .line {
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav-icon {
    width: 40px;
    height: 14px;
    display: block;
}

.nav-icon .line {
    background-color: #3c3c3c;
}

.nav-icon .line.one {
    top: 0%;
}

.nav-icon .line.two {
    top: 100%;
}

.nav-open .nav-icon .line.one {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

.nav-open .nav-icon .line.two {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}

.nav-icon--mobile {
    width: 28px;
    height: 24px;
    position: absolute;
    top: 24px;
    left: 20px;
    z-index: 3;
}

.nav-icon--mobile .line {
    background-color: #fff;
}

.nav-icon--mobile .line.two {
    top: 50%;
}

.nav-icon--mobile .line.three {
    top: 100%;
}

.nav-open-mobile .nav-icon--mobile .line.one {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

.nav-open-mobile .nav-icon--mobile .line.two {
    opacity: 0;
}

.nav-open-mobile .nav-icon--mobile .line.three {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}

.cont {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.section {
    margin: 0 auto;
    max-width: 1280px;
    overflow: auto;
}

.section h2 {
    margin-bottom: 0.3675rem;
}

.section__head {
    padding-top: 1.47rem;
    margin-bottom: 1.47rem;
    overflow: hidden;
    border-top: 1px solid #7c7c7c;
}

@media screen and (min-width: 768px) {
    .section__head {
        padding-top: 16px;
        margin-bottom: 3.47rem;
    }
}

.section--slideshow {
    margin-bottom: 2.205rem;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .section--slideshow {
        padding-top: 140px;
        padding-left: 27px;
        padding-right: 27px;
    }
}

.section--intro {
    margin-bottom: 1.47rem;
}

@media screen and (min-width: 768px) {
    .section--intro {
        margin-bottom: 2.94rem;
    }
}

.section--packaging {
    margin-bottom: 3.675rem;
}

.section--packaging .img-wrap {
    margin-bottom: 2.205rem;
}

@media screen and (min-width: 768px) {
    .section--packaging .img-wrap {
        padding-top: 2.205rem;
        margin-bottom: 0;
    }
}

.section--products {
    padding: 0 15px;
}

.section--products .section__head {
    padding-top: 1.47rem;
    padding-bottom: 0;
    margin-bottom: 1.47rem;
}

@media screen and (min-width: 768px) {
    .section--products {
        padding: 0 17px;
    }

    .section--products .section__head {
        padding-top: 1.47rem;
        padding-bottom: 1.47rem;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .section--shop .section__head {
        padding-top: 19px;
    }
}

@media screen and (min-width: 768px) {

    .section--products,
    .section--blocks {
        padding: 0 17px;
    }
}

@media screen and (min-width: 768px) {
    .block-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-wrap--grind {
        justify-content: center;
    }
}

.block-wrap-products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block {
    margin-bottom: 22px;
}

.block.hidden {
    display: none;
}

.block p {
    margin-bottom: 1em;
}

.block .num {
    display: block;
    color: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block__title {
    margin-bottom: 0.94rem;
    color: inherit;
}

.block__info {
    padding-top: 0.94rem;
    margin-bottom: 0.94rem;
    overflow: hidden;
}

.block__info p br {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .block__info {
        padding-left: 27px;
        padding-right: 27px;
    }
}

.block__image {
    display: block;
    position: relative;
    overflow: hidden;
}

.block__image:after {
    content: '';
    display: block;
    padding-top: 79%;
}

.block__image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.2s ease;
}

.block__image img.chart {
    top: 50%;
    z-index: 3;
}

.block a.block__image:hover img {
    opacity: .6;
}

.block--product {
    background-color: #3e3b39;
    color: #fff;
}

.block--product p {
    margin-bottom: 1.47rem;
}

.block--product.accent-bg {
    background-color: #00878a;
}

.block--product.accent-bg .block__info a:after {
    border-bottom: 1px solid;
}

.block--product.accent-bg .block__info a:hover:after {
    border-bottom-color: transparent;
}

.block--product .block__title {
    margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
    .block--product .block__title {
        margin-bottom: 1.47rem;
    }
}

.block--product .block__info {
    margin-bottom: 0;
    padding: 0;
}

.block--product .block__info__inner {
    padding: 1em 5% 0 5%;
}

@media screen and (min-width: 768px) {
    .block--product .block__info__inner {
        padding: 3.675rem 10% 4.41rem 10%;
    }
}

.block--product .block__info a {
    position: relative;
    color: inherit;
}

.block--product .block__info a:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #fff;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}

.block--product .block__info a:hover:after {
    border-bottom-color: transparent;
}

.block--product .block__image {
    position: relative;
}

.block--product .block__image img.chart {
    top: 50%;
}

.block--product .cover {
    background-color: #ebeced;
}

@media only screen and (min-width: 1280px) {
    .block--product.col-desktop-medium-show--3 .block__info__inner {
        padding: 2.205rem 10% 2.94rem 10%;
    }

    .block--product.col-desktop-medium-show--3 .notice {
        font-size: 2.52rem;
    }
}

.block--coffee .cover {
    background-color: transparent;
}

.block--home h3 {
    padding-top: 1.47rem;
    margin-bottom: 1.47rem;
    border-top: 2px solid #3c3c3c;
}

.block--home p {
    font-family: 'CopernicusBook', serif;
    line-height: 1.42em;
    margin-bottom: 0;
}

.block--home .block__info {
    padding-top: 0.8em;
    margin-bottom: 1.6em;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .block--home h3 {
        padding-top: 0.735rem;
        margin-bottom: 1.1rem;
    }

    .block--home p {
        min-height: 5.88em;
    }

    .block--home .block__info {
        text-align: center;
        padding-top: 1.1em;
        margin-bottom: 2.94rem;
    }

    .block--home.col--4 {
        border-right: 1px solid #c8c8c8;
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% / 3);
    }

    .block--home.col--4:nth-child(3n) {
        border-right: none;
    }
}

.block--learn .block__info {
    padding-top: 0.735rem;
    margin-bottom: 0.735rem;
}

.block--learn .block__title {
    margin-bottom: 0.735rem;
}

@media screen and (min-width: 768px) {
    .block--learn .block__title {
        font-size: 1.55rem;
        line-height: 1.357;
    }
}

.block--business .block__info {
    padding-top: 2.94rem;
    margin-bottom: 2.94rem;
}

.block--business .block__title {
    font-size: 1.55rem;
    line-height: 1.357;
    margin-bottom: 2.94rem;
}

@media screen and (min-width: 768px) {
    .block--business .block__title-wrap {
        min-height: 111px;
        margin-bottom: 1.47rem;
    }
}

.block--learn p,
.block--business p {
    font-family: 'CopernicusBook', serif;
    line-height: 1.42em;
}

@media screen and (min-width: 768px) {

    .block--learn .block__title,
    .block--business .block__title {
        margin-bottom: 1.47rem;
    }

    .block--learn .block__info,
    .block--business .block__info {
        padding-top: 1.47rem;
    }
}

.block--method .block__title,
.block--grind .block__title {
    padding: 1.74rem 0;
}

.block--method p,
.block--grind p {
    font-family: 'CopernicusBook', serif;
    line-height: 1.42em;
}

.block--method img,
.block--grind img {
    position: absolute;
    top: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block--method .block__image,
.block--grind .block__image {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.block--method .block__image:after,
.block--grind .block__image:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.block--method.block--related .block__title {
    padding: 2.94rem 0;
}

@media screen and (min-width: 768px) {
    .block--method .block__title {
        padding: 2.94rem 0;
    }

    .block--method .block__image {
        width: 87.62%;
    }

    .block--method.block--related .block__image {
        width: 87.62%;
    }
}

@media only screen and (min-width: 1024px) {
    .block--method .block__image {
        width: 53%;
    }
}

@media screen and (min-width: 768px) {

    .block--business .block__title-wrap,
    .block--grind .block__title-wrap {
        position: relative;
    }

    .block--business .block__title,
    .block--grind .block__title {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        display: inline-block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-bottom: 0;
    }
}

.block--grind p {
    font-size: 16px;
}

.block--grind .block__title-wrap {
    margin-bottom: 1.47rem;
}

.block--grind .block__info {
    padding-top: 0;
    margin-bottom: 2.94rem;
}

.block--grind .block__title {
    margin-bottom: 0;
}

.block--grind .block__image {
    text-align: center;
    width: 64%;
    margin-bottom: 1.47rem;
}

@media screen and (min-width: 768px) {
    .block--grind .block__title-wrap {
        height: 8.12rem;
        margin-bottom: 2.205rem;
    }

    .block--grind .block__info {
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .block--grind .block__image {
        margin-bottom: 2.205rem;
    }

    .block--grind.col--3 {
        border-right: 1px solid #c8c8c8;
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% / 3);
    }

    .block--grind.col--3.nob {
        border-right: none;
    }

    .block--grind.col--3:nth-child(3n) {
        border-right: none;
    }
}

@media only screen and (min-width: 1024px) {
    .block--grind .block__info {
        width: 72%;
        padding-left: 0;
        padding-right: 0;
    }

    .block--grind.col--3 {
        width: calc(100% / 4);
    }

    .block--grind.col--3:nth-child(3n) {
        border-right: 1px solid #c8c8c8;
    }

    .block--grind.col--3:nth-child(4n) {
        border-right: none;
    }
}

@media screen and (min-width: 768px) {

    .block--learn .block__text,
    .block--business .block__text,
    .block--method .block__text {
        text-align: center;
    }

    .block--learn.col--6,
    .block--business.col--6,
    .block--method.col--6 {
        border-right: 1px solid #c8c8c8;
        margin-left: 0;
        margin-right: 0;
        padding-right: 10px;
        padding-left: 10px;
        width: 50%;
    }

    .block--learn.col--6:nth-child(2n),
    .block--business.col--6:nth-child(2n),
    .block--method.col--6:nth-child(2n) {
        border-right: none;
    }
}

.related .cover {
    display: none;
}

.thumb {
    margin-bottom: 2.94rem;
    overflow: hidden;
    display: block;
}

.thumb span {
    display: block;
}

.thumb .img-wrap {
    margin-bottom: 0.84rem;
}

.thumb__date {
    margin-bottom: 0.18rem;
}

.thumb__image {
    margin-bottom: 1.47rem;
}

.thumb__title {
    line-height: 1.66;
    padding: 0 5%;
}

@media screen and (min-width: 768px) {
    .thumb__title {
        padding: 0 10%;
    }
}

.thumb--news {
    color: #000;
}

.thumb--news:hover {
    color: #3c3c3c;
}

.intro {
    text-align: center;
    padding-top: 2.205rem;
    margin-top: 74px;
    margin-bottom: 2.205rem;
    position: relative;
}

.intro h1 {
    font-family: 'CopernicusBook', serif;
    color: #3c3c3c;
}

.intro .back-link {
    display: none;
}

@media screen and (min-width: 768px) {
    .intro .back-link {
        display: block;
        padding-top: 10px;
    }
}

.intro__date {
    display: block;
    margin-bottom: 12px;
}

.intro__inner {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 768px) {
    .intro {
        min-height: 184px;
        position: relative;
        padding-top: 0;
        margin-top: 7px;
        margin-bottom: 28px;
    }

    .intro__inner {
        padding-right: 27px;
        padding-left: 27px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .intro--news .intro__inner {
        margin-top: -20px;
    }
}

.home-intro__text {
    font-size: 1.25rem;
    line-height: 1.33;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1em auto;
    color: #3c3c3c;
}

@media screen and (min-width: 768px) {
    .home-intro__text {
        font-size: 1.77rem;
        text-align: center;
        width: 83.125%;
        margin: 0 auto 1em auto;
    }
}

@media only screen and (min-width: 1024px) {
    .home-intro__text {
        width: 63.125%;
    }
}

.page-5 .header.fixed .header__title {
    visibility: visible;
    opacity: 1;
}

.page-5 .header.fixed.out .header__title,
.page-5 .header.nav-open .header__title,
.page-5 .header .header__title {
    visibility: hidden;
    opacity: 0;
}

.slideshow {
    padding-top: 74px;
}

.slideshow__inner {
    position: relative;
}

.slideshow__inner img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: 100%;
}

.slideshow__inner:after {
    content: '';
    display: block;
    padding-top: 83.37%;
}

@media screen and (min-width: 768px) {
    .slideshow__inner img {
        width: 100%;
        height: auto;
    }

    .slideshow__inner:after {
        padding-top: 51.53%;
    }
}

@media screen and (min-width: 768px) {
    .slideshow {
        padding-top: 91px;
    }
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

.slide.active {
    opacity: 1;
    visibility: visible;
}

.slide__text {
    z-index: 2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%;
    right: 5%;
    padding: 0 20px;
}

.slide__text span {
    display: block;
}

@media screen and (min-width: 768px) {
    .slide__text {
        left: 10%;
        right: 10%;
        padding: 0 27px;
    }
}

.slide__title {
    font-family: 'CopernicusBook', serif;
    margin: 0.65em 0 0.75em 0;
}

.filter li {
    display: inline-block;
    margin: 0 7px;
}

@media only screen and (min-width: 1024px) {
    .filter li {
        margin: 0 9px;
    }
}

.filter a {
    color: #7c7c7c;
}

.filter a:hover,
.filter a.active {
    color: #3c3c3c;
}

@media screen and (min-width: 768px) {
    .filter {
        margin-bottom: 1.47em;
    }
}

.filter-description {
    padding-top: 1.47rem;
}

.filter-description p {
    font-family: 'CopernicusBook', serif;
    line-height: 1.42em;
}

.filter-description.hidden {
    display: none;
}

.filter-description.products-top {
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .filter-description {
        margin-bottom: 1.47rem;
    }
}

@media only screen and (min-width: 1024px) {
    .filter-description {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

.basket {
    margin-bottom: 4.41rem;
}

.basket .col {
    display: block;
    margin-bottom: 0.735rem;
}

.basket .col--subtotal {
    margin-bottom: 2.94rem;
}

.basket .col--checkout {
    margin-bottom: 0;
}

.basket .col--title span {
    display: block;
}

@media screen and (min-width: 768px) {
    .basket .col {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        padding-right: 10px;
    }

    .basket .col:last-of-type {
        padding-right: 0;
    }

    .basket .col--title {
        width: 70%;
    }

    .basket .col--quantity {
        width: 15%;
    }

    .basket .col--price {
        width: 15%;
    }

    .basket .col--subtotal,
    .basket .col--checkout {
        width: 50%;
    }

    .basket .col--price,
    .basket .col--checkout {
        text-align: right;
    }
}

.basket__item-wrap {
    padding-top: 1.47rem;
    padding-bottom: 1.47rem;
}

@media only screen and (min-width: 1024px) {
    .basket__inner {
        width: calc((100% - 240px) / 12 * 6 + 100px);
        margin-left: auto;
        margin-right: auto;
    }
}

.basket-pickup-method {
    display: none;
}

.basket-pickup-method.active {
    display: block;
}

.basket-item {
    margin-bottom: 1.47rem;
}

input.basket-quantity {
    display: inline-block;
    width: 30px;
    border: none;
    border-bottom: 1px solid #bcbcbc;
    padding: 2px 0 2px 0;
    font-size: 0.88rem;
    letter-spacing: 1px;
}

.remove-icon {
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 6px;
}

.remove-icon .line {
    background-color: #3c3c3c;
}

.remove-icon .line.one {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

.remove-icon .line.two {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}

.remove-icon:hover .line {
    background-color: #3c3c3c;
}

#shipping-message {
    display: block;
    padding-top: 1.47rem;
}

.product {
    margin-top: 1.47rem;
}

.product:first-of-type {
    padding-top: 74px;
}

.product__title {
    text-align: center;
    font-size: 1.22rem;
    line-height: 1.18;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #7c7c7c;
    border-top: 1px solid #7c7c7c;
    padding: 1.47rem 0;
    margin-bottom: 1.47rem;
}

.product__text {
    font-size: 0.94rem;
    line-height: 1.44;
    margin-bottom: 1.47rem;
}

.product__text p {
    margin-bottom: 1.44em;
}

.product__text p:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .product__text {
        font-size: 1;
        margin-bottom: 2.94rem;
    }
}

.product .img-wrap {
    position: relative;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .product {
        margin-top: 0;
    }

    .product:first-of-type {
        padding-top: 0;
    }

    .product__text,
    .product__shop {
        float: left;
        width: calc((100% - 20px) / 2);
    }

    .product__text {
        margin-right: 20px;
    }
}

.toggle-charts {
    display: block;
}

.toggle-charts--project {
    padding-top: 1.44em;
    display: inline-block;
}

.flavours {
    padding-top: 1.47rem;
}

.flavour {
    padding-left: 25px;
    position: relative;
}

.flavour:before {
    overflow: visible;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 4px;
    height: 4px;
    background-color: #7c7c7c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.flavour--2:before {
    width: 7px;
    height: 7px;
}

.flavour--3:before {
    width: 10px;
    height: 10px;
}

.flavour--4:before {
    width: 13px;
    height: 13px;
}

.flavour--5:before {
    width: 16px;
    height: 16px;
}

.cover,
.notice {
    width: 100%;
    left: 0;
    position: absolute;
}

.cover {
    height: 100%;
    top: 0;
    z-index: 2;
}

.cover--notice {
    opacity: 0.6;
}

.cover--chart {
    padding: 0.94rem;
}

.cover__inner {
    height: 100%;
    width: 100%;
}

.cover__colour {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.cover__image {
    position: relative;
    z-index: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.notice {
    display: block;
    color: #fff;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.22rem;
    line-height: 1.18;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 0 5%;
}

@media only screen and (min-width: 1024px) {
    .notice {
        padding: 0 10%;
        font-size: 3.66rem;
        line-height: 1;
    }
}

.shop span {
    display: block;
    margin-bottom: 0.5em;
}

.shop span.price {
    margin-bottom: 1.47rem;
}

.shop__add {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 129px;
    height: 127px;
    background-color: #00878a;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    margin: 0 auto 2.94rem auto;
    white-space: normal;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 1.375em;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.shop__add:hover {
    color: #fff;
    background-color: #3c3c3c !important;
}

.footer {
    background-color: #ebeced;
    text-align: center;
    padding: 4em 20px 0 20px;
    overflow: hidden;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer input {
    width: 100%;
    color: inherit;
}

.footer ::-webkit-input-placeholder {
    color: inherit;
}

.footer :-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
}

.footer ::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
}

.footer :-ms-input-placeholder {
    color: inherit;
}

.footer .social-wrap a {
    display: block;
}

.footer__top {
    line-height: 1.77rem;
}

@media only screen and (max-width: 767px) {
    .footer__top {
        -ms-box-orient: vertical;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        flex-flow: column;
    }

    .footer__top .col {
        margin-bottom: 2em;
    }

    .footer__top .col:nth-of-type(1) {
        order: 2;
    }

    .footer__top .col:nth-of-type(2) {
        order: 3;
    }

    .footer__top .col:nth-of-type(3) {
        order: 1;
    }
}

@media screen and (min-width: 768px) {
    .footer__top {
        margin-bottom: 1.5em;
    }
}

.footer__bottom {
    color: #7c7c7c;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4rem;
    font-size: 0;
    line-height: 0;
}

@media screen and (min-width: 768px) {
    .footer__bottom__inner {
        border-top: 1px solid #7c7c7c;
        padding-top: 19px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.footer__bottom li {
    display: block;
    font-size: 0.88rem;
    line-height: 1.375;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 1em 0;
}

@media screen and (min-width: 768px) {
    .footer__bottom li {
        display: inline-block;
        margin: 0 10px 1rem 10px;
    }
}

@media screen and (min-width: 768px) {
    .footer__bottom {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 2em 17px 0 17px;
    }
}

.slider-nav {
    padding: 0 32px;
}

.slider-nav .slick-prev {
    left: 0 !important;
}

.slider-nav .slick-next {
    right: 0 !important;
}

.section--slideshow.desktop-carousel {
    display: none;
}

@media screen and (min-width: 768px) {
    .section--slideshow.desktop-carousel {
        display: block;
    }

    .section--slideshow.mobile-carousel {
        display: none;
    }
}