
    @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
        @font-face {
      font-family: "Larken";
      src: url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/fonts/Larken-Thin.woff2') format('woff2'),
      url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/fonts/Larken-Thin.woff') format('woff');
      font-weight: 100;
      font-style: normal;
    }
        @font-face {
      font-family: "Larken";
      src: url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/fonts/Larken-ThinItalic.woff2') format('woff2'),
      url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/fonts/Larken-ThinItalic.woff') format('woff');
      font-weight: 100;
      font-style: italic;
    }
        @font-face {
      font-family: "Larken";
      src: url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/fonts/Larken-Light.woff2') format('woff2'),
      url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/fonts/Larken-Light.woff') format('woff');
      font-weight: 300;
      font-style: normal;
    }
        @font-face {
      font-family: "Larken";
      src: url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/fonts/Larken-LightItalic.woff2') format('woff2'),
      url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/fonts/Larken-LightItalic.woff') format('woff');
      font-weight: 300;
      font-style: italic;
    }
        @font-face {
      font-family: "Larken";
      src: url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/fonts/Larken-Medium.woff2') format('woff2'),
      url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/fonts/Larken-Medium.woff') format('woff');
      font-weight: 500;
      font-style: normal;
    }
        @font-face {
      font-family: "Larken";
      src: url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/fonts/Larken-MediumItalic.woff2') format('woff2'),
      url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/fonts/Larken-MediumItalic.woff') format('woff');
      font-weight: 500;
      font-style: italic;
    }
    
:root {
  --Primary: 'Larken';
  --Secondary: 'Poppins';
  --White: rgb(255,255,255);
--Black: rgb(0,0,0);
--Dark-Cream: rgb(214,214,194);
--Light-Cream: rgb(243,243,237);
--Winter-Red: rgb(118,0,0);
--Test: rgb(221,153,51);
}

h1 {
font-family: var(--Primary);
font-weight: 100;
font-size: 40px;
letter-spacing: 4px;
line-height: 40px;
text-transform: uppercase;
}
h2 {
font-family: var(--Primary);
font-weight: 100;
font-size: 40px;
letter-spacing: 4px;
line-height: 40px;
text-transform: uppercase;
}
body {
font-family: var(--Secondary);
font-weight: 100;
font-size: 16px;
letter-spacing: 0.32px;
line-height: 22px;
text-transform: none;
}
h3 {
font-family: var(--Primary);
font-weight: 100;
font-size: 30px;
line-height: 36px;
text-transform: none;
}
h4 {
font-family: var(--Primary);
font-weight: 200;
font-size: 20px;
line-height: 20px;
text-transform: none;
}
p.h3 {
font-family: var(--Primary);
font-weight: 100;
font-size: 30px;
line-height: 36px;
text-transform: none;
}
p {
font-family: var(--Secondary);
font-weight: 300;
font-size: 16px;
letter-spacing: 0.32px;
line-height: 22px;
text-transform: none;
}
p.h1 {
font-family: var(--Primary);
font-weight: 100;
font-size: 40px;
letter-spacing: 4px;
line-height: 40px;
text-transform: uppercase;
}
p.subtitle {
font-family: var(--Secondary);
font-weight: 400;
font-size: 16px;
letter-spacing: 0.32px;
line-height: 22px;
text-transform: uppercase;
display: flex;
min-width: 100px;
height: 45px;
justify-content: center;
align-items: center;
padding-left: 20px;
padding-right: 20px;
}
h5 {
font-family: var(--Primary);
font-weight: 200;
font-size: 18px;
line-height: 20px;
text-transform: none;
display: flex;
min-width: 100px;
height: 45px;
justify-content: center;
align-items: center;
padding-left: 20px;
padding-right: 20px;
}
h5:hover {
background: var(--Light-Cream);
border-color: var(--Light-Cream);
}
button {
font-family: var(--Secondary);
font-weight: 400;
font-size: 12px;
letter-spacing: 0.6px;
text-transform: uppercase;
display: flex;
min-width: 100px;
height: 45px;
justify-content: center;
align-items: center;
padding-left: 20px;
padding-right: 20px;
}
button:hover {
background: var(--Light-Cream);
border-color: var(--Light-Cream);
}
button.transparent-white-border {
font-family: var(--Secondary);
font-weight: 400;
font-size: 12px;
letter-spacing: 0.6px;
text-transform: uppercase;
background: none;
border: 1px solid #FFF;
color: #fff !important;
}
button.transparent-white-border:hover {
background-color: var(--Light-Cream);
border-color:  var(--Light-Cream);
color: #000 !important;
}
button.transparent-black-border {
font-family: var(--Secondary);
font-weight: 400;
font-size: 12px;
letter-spacing: 0.6px;
text-transform: uppercase;
background: none;
border: 1px solid #000;
}
button.transparent-black-border:hover {
background-color: var(--Light-Cream);
border-color:  var(--Light-Cream);
color: #000 !important;
}
button.white-background {
font-family: var(--Secondary);
font-weight: 400;
font-size: 12px;
letter-spacing: 0.6px;
text-transform: uppercase;
background-color: #FFF;
border: 1px solid #FFF;
color: #000 !important;
}
button.white-background:hover {
background-color: var(--Light-Cream);
border-color:  var(--Light-Cream);
color: #000 !important;
}
button.transparent-black-border-hover-dark-cream {
font-family: var(--Secondary);
font-weight: 400;
font-size: 12px;
letter-spacing: 0.6px;
text-transform: uppercase;
background: none;
border: 1px solid #000;
}
button.transparent-black-border-hover-dark-cream:hover {
background-color: var(--Dark-Cream);
border-color:  var(--Dark-Cream);
color: #000 !important;
}
button.transparent-black-border-hover-light-cream {
font-family: var(--Secondary);
font-weight: 400;
font-size: 12px;
letter-spacing: 0.6px;
text-transform: uppercase;
background: none;
border: 1px solid #000;
}
button.transparent-black-border-hover-light-cream:hover {
background-color: var(--Light-Cream);
border-color:  var(--Light-Cream);
color: #000 !important;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1770px;
}
.slider-controls.outer {
  width: calc(100% + 50px + 36px);
  left: calc(50px / -2 - 18px);
}
.footer-bg-image {
  position: absolute;
  top: -200px;
  left: 10px;
  width: 100%;
  max-width: calc(100% - 20px * 2);
  height: 400px;
  background-size: cover;
  background-position: center;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
  background-image: url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/images/checked_checkbox.svg');
}
.wpcf7-radio input[type=radio] + span:after {
  background-image: url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/images/checked_checkbox.svg');
}
.custom-select-wrapper::after {
  background-image: url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/images/arrow_down.svg');
}
/*.wpcf7-select.rotate-arrow {
    background-image: url('https://john-lewis.co.uk/wp-content/themes/ffx-theme/assets/images/arrow_down.svg');
}*/

@media (max-width: 991px) {
  h1 {
font-size: 40px;
letter-spacing: 4px;
line-height: 40px;
}
h2 {
font-size: 30px;
letter-spacing: 4px;
line-height: 30px;
}
h3 {
font-size: 22px;
line-height: 26px;
}
h4 {
font-size: 16px;
line-height: 16px;
}
p.h3 {
font-size: 22px;
line-height: 26px;
}
p {
font-size: 14px;
letter-spacing: 0.32px;
line-height: 22px;
}
p.h1 {
font-size: 40px;
letter-spacing: 4px;
line-height: 40px;
}
p.subtitle {
font-size: 14px;
letter-spacing: 0.32px;
line-height: 22px;
}
h5 {
font-size: 14px;
line-height: 16px;
}
}

@media (min-width: 992px) {
  .footer-bg-image {
    left: calc(50px + 5px);
    max-width: calc(100% - 50px * 2);
  }
}