@charset "UTF-8";
/*
  GLOBAL SETTINGS
*/
/*
  GLOBAL HELPERS
  Function, @mixin & %placeholder helpers
*/
@keyframes clicked {
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

/*
  GLOBAL BREAKPOINTS & MEDIA QUERY HELPERS
*/
.g-hide {
  display: block; }
  @media screen and (min-width: 0) {
    .g-hide {
      display: none; } }

.g-show {
  display: none; }
  @media screen and (min-width: 0) {
    .g-show {
      display: block; } }

.g-show-inline {
  display: none; }
  @media screen and (min-width: 0) {
    .g-show-inline {
      display: inline; } }

.g-show-inline-block {
  display: none; }
  @media screen and (min-width: 0) {
    .g-show-inline-block {
      display: inline; } }

.gm-hide {
  display: block; }
  @media screen and (min-width: 320px) {
    .gm-hide {
      display: none; } }

.gm-show {
  display: none; }
  @media screen and (min-width: 320px) {
    .gm-show {
      display: block; } }

.gm-show-inline {
  display: none; }
  @media screen and (min-width: 320px) {
    .gm-show-inline {
      display: inline; } }

.gm-show-inline-block {
  display: none; }
  @media screen and (min-width: 320px) {
    .gm-show-inline-block {
      display: inline; } }

.gmw-hide {
  display: block; }
  @media screen and (min-width: 480px) {
    .gmw-hide {
      display: none; } }

.gmw-show {
  display: none; }
  @media screen and (min-width: 480px) {
    .gmw-show {
      display: block; } }

.gmw-show-inline {
  display: none; }
  @media screen and (min-width: 480px) {
    .gmw-show-inline {
      display: inline; } }

.gmw-show-inline-block {
  display: none; }
  @media screen and (min-width: 480px) {
    .gmw-show-inline-block {
      display: inline; } }

.gp-hide {
  display: block; }
  @media screen and (min-width: 520px) {
    .gp-hide {
      display: none; } }

.gp-show {
  display: none; }
  @media screen and (min-width: 520px) {
    .gp-show {
      display: block; } }

.gp-show-inline {
  display: none; }
  @media screen and (min-width: 520px) {
    .gp-show-inline {
      display: inline; } }

.gp-show-inline-block {
  display: none; }
  @media screen and (min-width: 520px) {
    .gp-show-inline-block {
      display: inline; } }

.gpw-hide {
  display: block; }
  @media screen and (min-width: 640px) {
    .gpw-hide {
      display: none; } }

.gpw-show {
  display: none; }
  @media screen and (min-width: 640px) {
    .gpw-show {
      display: block; } }

.gpw-show-inline {
  display: none; }
  @media screen and (min-width: 640px) {
    .gpw-show-inline {
      display: inline; } }

.gpw-show-inline-block {
  display: none; }
  @media screen and (min-width: 640px) {
    .gpw-show-inline-block {
      display: inline; } }

.gt-hide {
  display: block; }
  @media screen and (min-width: 768px) {
    .gt-hide {
      display: none; } }

.gt-show {
  display: none; }
  @media screen and (min-width: 768px) {
    .gt-show {
      display: block; } }

.gt-show-inline {
  display: none; }
  @media screen and (min-width: 768px) {
    .gt-show-inline {
      display: inline; } }

.gt-show-inline-block {
  display: none; }
  @media screen and (min-width: 768px) {
    .gt-show-inline-block {
      display: inline; } }

.gtw-hide {
  display: block; }
  @media screen and (min-width: 1024px) {
    .gtw-hide {
      display: none; } }

.gtw-show {
  display: none; }
  @media screen and (min-width: 1024px) {
    .gtw-show {
      display: block; } }

.gtw-show-inline {
  display: none; }
  @media screen and (min-width: 1024px) {
    .gtw-show-inline {
      display: inline; } }

.gtw-show-inline-block {
  display: none; }
  @media screen and (min-width: 1024px) {
    .gtw-show-inline-block {
      display: inline; } }

.gd-hide {
  display: block; }
  @media screen and (min-width: 1280px) {
    .gd-hide {
      display: none; } }

.gd-show {
  display: none; }
  @media screen and (min-width: 1280px) {
    .gd-show {
      display: block; } }

.gd-show-inline {
  display: none; }
  @media screen and (min-width: 1280px) {
    .gd-show-inline {
      display: inline; } }

.gd-show-inline-block {
  display: none; }
  @media screen and (min-width: 1280px) {
    .gd-show-inline-block {
      display: inline; } }

.gdw-hide {
  display: block; }
  @media screen and (min-width: 1440px) {
    .gdw-hide {
      display: none; } }

.gdw-show {
  display: none; }
  @media screen and (min-width: 1440px) {
    .gdw-show {
      display: block; } }

.gdw-show-inline {
  display: none; }
  @media screen and (min-width: 1440px) {
    .gdw-show-inline {
      display: inline; } }

.gdw-show-inline-block {
  display: none; }
  @media screen and (min-width: 1440px) {
    .gdw-show-inline-block {
      display: inline; } }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  /* stylelint-disable */
  font-family: monospace, monospace;
  /* stylelint-enable */
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
          appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: field;
          appearance: field; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }

.modal-popup._inner-scroll .modal-content {
  -ms-overflow-y: scroll; }

.ie .agreements-modal.modal-popup._inner-scroll .modal-content {
  max-height: 550px; }

aside.modal-popup.agreements-modal.modal-slide._inner-scroll._show div.modal-inner-wrap header.modal-header div.layout, aside.modal-popup.agreements-modal.modal-slide._inner-scroll._show div.modal-inner-wrap header.modal-header .message.cookie div.content, .message.cookie aside.modal-popup.agreements-modal.modal-slide._inner-scroll._show div.modal-inner-wrap header.modal-header div.content, aside.modal-popup.agreements-modal.modal-slide._inner-scroll._show div.modal-inner-wrap header.modal-header div.sub-category-nav__wrapper.dcr-category-nav__wrapper {
  position: absolute;
  left: 0;
  right: 0; }

aside.modal-popup.agreements-modal.modal-slide._inner-scroll._show div.modal-inner-wrap header.modal-header .modal-popup.agreements-modal.modal-slide._inner-scroll._show .modal-inner-wrap {
  -ms-overflow-y: scroll; }

body {
  margin: 0;
  padding: 0; }

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

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

nav ul,
nav ol {
  list-style: none none; }

img {
  border: 0; }

img,
object,
video,
embed {
  height: auto;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

html {
  font-size: 14px; }

body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  font-size: 14px; }

p {
  margin-top: 7px;
  margin-bottom: 7px; }

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

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

mark {
  background: #f0f0f0;
  color: black; }

small,
.small {
  font-size: 12px; }

hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px; }

sub,
sup {
  font-size: 78.57143%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -10px; }

sub {
  bottom: -5px; }

dfn {
  font-style: italic; }

h1 {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: 300;
  line-height: 1.1;
  font-size: 26px;
  margin-top: 7px;
  margin-bottom: 7px; }

h2 {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: 300;
  line-height: 1.1;
  font-size: 26px;
  margin-top: 7px;
  margin-bottom: 7px; }

h3 {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: 300;
  line-height: 1.1;
  font-size: 18px;
  margin-top: 7px;
  margin-bottom: 7px; }

h4 {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: 700;
  line-height: 1.1;
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 7px; }

h5 {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: 700;
  line-height: 1.1;
  font-size: 12px;
  margin-top: 7px;
  margin-bottom: 7px; }

h6 {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: 700;
  line-height: 1.1;
  font-size: 10px;
  margin-top: 7px;
  margin-bottom: 7px; }

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 78.57143%; }

a,
.alink {
  color: #1979c3;
  text-decoration: none; }
  a:visited,
  .alink:visited {
    color: #1979c3;
    text-decoration: none; }
  a:hover,
  .alink:hover {
    color: #006bb4;
    text-decoration: underline; }
  a:active,
  .alink:active {
    color: #ff5501;
    text-decoration: underline; }

ul,
ol {
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  font-size: inherit; }
  ul,
  ol {
    margin-top: 7px; }
  ul,
  ol {
    margin-bottom: 7px; }
  ul > li,
  ol > li {
    margin-top: 7px; }
  ul > li,
  ol > li {
    margin-bottom: 7px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

dl {
  margin-bottom: 20px;
  margin-top: 0; }

dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0; }

dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 12px;
  white-space: nowrap; }

kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 12px; }

pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 12px;
  display: block;
  word-wrap: break-word; }
  pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap; }

blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857;
  font-size: 14px; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    color: #333;
    line-height: 1.42857;
    font-size: 11px;
    display: block; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "— "; }
  blockquote cite {
    font-style: normal; }

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

q {
  quotes: none; }

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

cite {
  font-style: normal; }

table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }
  table th {
    text-align: left; }
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    vertical-align: top; }
  table > thead > tr > th,
  table > thead > tr > td {
    vertical-align: bottom; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 11px 10px; }

button {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  width: auto;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  vertical-align: middle; }
  button:focus, button:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333; }
  button:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }
  button.disabled, button[disabled],
  fieldset[disabled] button {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
  height: 32px;
  line-height: 1.42857;
  margin: 0;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="url"]:disabled,
  input[type="tel"]:disabled,
  input[type="search"]:disabled,
  input[type="number"]:disabled,
  input[type="datetime"]:disabled,
  input[type="email"]:disabled {
    opacity: 0.5; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder {
    color: #c2c2c2; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder {
    color: #c2c2c2; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder {
    color: #c2c2c2; }

input[type="number"] {
  -webkit-appearance: textfield;
          appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input[type="search"] {
  -webkit-appearance: none;
          appearance: none; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
            appearance: none; }

select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
  height: 32px;
  line-height: 1.42857;
  margin: 0;
  padding: 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  select:disabled {
    opacity: 0.5; }

select[multiple="multiple"] {
  height: auto;
  background-image: none; }

textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
  height: auto;
  line-height: 1.42857;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical; }
  textarea:disabled {
    opacity: 0.5; }
  textarea::-moz-placeholder {
    color: #c2c2c2; }
  textarea::-webkit-input-placeholder {
    color: #c2c2c2; }
  textarea:-ms-input-placeholder {
    color: #c2c2c2; }

input[type="checkbox"] {
  margin: 2px 5px 0 0;
  vertical-align: auto; }
  input[type="checkbox"]:disabled {
    opacity: 0.5; }

input[type="radio"] {
  margin: 2px 5px 0 0;
  vertical-align: auto; }
  input[type="radio"]:disabled {
    opacity: 0.5; }

input.mage-error,
select.mage-error,
textarea.mage-error {
  background: inherit;
  border-color: #ed8380;
  color: inherit; }
  input.mage-error:focus,
  select.mage-error:focus,
  textarea.mage-error:focus {
    border-color: inherit; }
  input.mage-error:disabled,
  select.mage-error:disabled,
  textarea.mage-error:disabled {
    border-color: inherit; }
  input.mage-error::-webkit-input-placeholder,
  select.mage-error::-webkit-input-placeholder,
  textarea.mage-error::-webkit-input-placeholder {
    color: inherit; }
  input.mage-error:-moz-placeholder,
  select.mage-error:-moz-placeholder,
  textarea.mage-error:-moz-placeholder {
    color: inherit; }
  input.mage-error::-moz-placeholder,
  select.mage-error::-moz-placeholder,
  textarea.mage-error::-moz-placeholder {
    color: inherit; }
  input.mage-error:-ms-input-placeholder,
  select.mage-error:-ms-input-placeholder,
  textarea.mage-error:-ms-input-placeholder {
    color: inherit; }

input.valid,
select.valid,
textarea.valid {
  background: inherit;
  border-color: inherit;
  color: inherit; }
  input.valid::-webkit-input-placeholder,
  select.valid::-webkit-input-placeholder,
  textarea.valid::-webkit-input-placeholder {
    color: inherit; }
  input.valid:-moz-placeholder,
  select.valid:-moz-placeholder,
  textarea.valid:-moz-placeholder {
    color: inherit; }
  input.valid::-moz-placeholder,
  select.valid::-moz-placeholder,
  textarea.valid::-moz-placeholder {
    color: inherit; }
  input.valid:-ms-input-placeholder,
  select.valid:-ms-input-placeholder,
  textarea.valid:-ms-input-placeholder {
    color: inherit; }

div.mage-error {
  color: #e02b27;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 12px;
  display: inline-block;
  text-decoration: none; }
  div.mage-error:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #e02b27;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: middle; }
  div.mage-error:hover:before {
    color: inherit; }
  div.mage-error:active:before {
    color: inherit; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
          appearance: button;
  overflow: visible; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

address {
  font-style: normal; }

.abs-reset-list, .paypal-review .items-qty {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .abs-reset-list > li, .paypal-review .items-qty > li {
    margin: 0; }

.abs-action-link-button, .abs-action-addto-product {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  width: auto;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px; }
  .abs-action-link-button:focus, .abs-action-addto-product:focus, .abs-action-link-button:active, .abs-action-addto-product:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }
  .abs-action-link-button.disabled, .disabled.abs-action-addto-product, .abs-action-link-button[disabled], .abs-action-addto-product[disabled],
  fieldset[disabled] .abs-action-link-button,
  fieldset[disabled] .abs-action-addto-product {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .abs-action-link-button:active, .abs-action-addto-product:active, .abs-action-link-button:focus, .abs-action-addto-product:focus {
    text-decoration: none; }

.abs-product-options-list dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0; }
  .abs-product-options-list dt:after {
    content: ': '; }

.abs-product-options-list dd {
  float: left;
  margin: 0 0 5px; }

@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0; }
    .abs-product-options-list-desktop dt:after {
      content: ': '; }
  .abs-product-options-list-desktop dd {
    float: left;
    margin: 0 0 5px; } }

.abs-button-responsive {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .abs-button-desktop {
    width: auto; } }

@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .abs-blocks-2columns, .column .block-addbysku .block-content .box, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .block-addresses-list .items.addresses > .item {
    width: 48.8%; }
    .abs-blocks-2columns:nth-child(odd), .column .block-addbysku .block-content .box:nth-child(odd), .login-container .block:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd), .block-addresses-list .items.addresses > .item:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns:nth-child(even), .column .block-addbysku .block-content .box:nth-child(even), .login-container .block:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even), .block-addresses-list .items.addresses > .item:nth-child(even) {
      float: right; } }

@media only screen and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%; }
    .abs-blocks-2columns-s:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns-s:nth-child(even) {
      float: right; } }

.abs-reset-image-wrapper {
  height: auto;
  padding: 0 !important; }
  .abs-reset-image-wrapper .product-image-photo {
    position: static; }

.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%; }

.abs-adaptive-images-centered {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

.abs-login-block-title, .login-container .block .block-title {
  font-size: 18px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px; }
  .abs-login-block-title strong, .login-container .block .block-title strong {
    font-weight: 500; }

.abs-block-title, .abs-account-blocks .block-title, .account .column.main .block:not(.widget) .block-title, .paypal-review .block .block-title {
  margin-bottom: 15px; }
  .abs-block-title > strong, .abs-account-blocks .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong, .paypal-review .block .block-title > strong {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: 300;
    line-height: 1.1;
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 7px; }

.abs-account-blocks .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action, .paypal-review .block .block-title > .action {
  margin-left: 15px; }

.abs-account-blocks .box-title, .account .column.main .block:not(.widget) .box-title, .paypal-review .block .box-title {
  display: inline-block;
  margin: 0 0 5px; }
  .abs-account-blocks .box-title > span, .account .column.main .block:not(.widget) .box-title > span, .paypal-review .block .box-title > span {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: 700;
    line-height: 1.1;
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 7px; }
  .abs-account-blocks .box-title > .action, .account .column.main .block:not(.widget) .box-title > .action, .paypal-review .block .box-title > .action {
    font-weight: 400;
    margin-left: 10px; }

.abs-account-blocks .block-content p:last-child, .account .column.main .block:not(.widget) .block-content p:last-child, .paypal-review .block .block-content p:last-child {
  margin-bottom: 0; }

.abs-account-blocks .block-content .box, .account .column.main .block:not(.widget) .block-content .box, .paypal-review .block .block-content .box {
  margin-bottom: 20px; }

.abs-dropdown-simple {
  position: relative; }
  .abs-dropdown-simple:before, .abs-dropdown-simple:after {
    content: '';
    display: table; }
  .abs-dropdown-simple:after {
    clear: both; }
  .abs-dropdown-simple .action.toggle {
    padding: inherit;
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .abs-dropdown-simple .action.toggle:before {
      -webkit-font-smoothing: antialiased;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 0 0 5px;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center;
      vertical-align: middle; }
    .abs-dropdown-simple .action.toggle:hover:before {
      color: inherit; }
    .abs-dropdown-simple .action.toggle:active:before {
      color: inherit; }
    .abs-dropdown-simple .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-dropdown-simple .action.toggle.active:before {
        -webkit-font-smoothing: antialiased;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0 0 0 5px;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        vertical-align: middle; }
      .abs-dropdown-simple .action.toggle.active:hover:before {
        color: inherit; }
      .abs-dropdown-simple .action.toggle.active:active:before {
        color: inherit; }
  .abs-dropdown-simple ul.dropdown {
    background: #fff;
    border: 1px solid #bbb;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none none;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    height: inherit;
    margin-top: 4px;
    min-width: 200px;
    width: inherit;
    display: none; }
    .abs-dropdown-simple ul.dropdown li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .abs-dropdown-simple ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-dropdown-simple ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-dropdown-simple ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-dropdown-simple ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-dropdown-simple ul.dropdown:before {
      left: 10px;
      top: -12px; }
    .abs-dropdown-simple ul.dropdown:after {
      left: 9px;
      top: -14px; }
  .abs-dropdown-simple.active {
    overflow: visible; }
    .abs-dropdown-simple.active ul.dropdown {
      display: block; }

.abs-input-qty, .column .block-addbysku .qty .qty, .account .table-return-items .qty .input-text, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px; }

.abs-margin-for-blocks-and-widgets, .block {
  margin-bottom: 40px; }
  .abs-margin-for-blocks-and-widgets.widget, .widget.block {
    margin-bottom: 0;
    background-color: white; }

.abs-remove-button-for-blocks {
  display: inline-block;
  text-decoration: none; }
  .abs-remove-button-for-blocks > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-remove-button-for-blocks:before {
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: middle; }
  .abs-remove-button-for-blocks:hover:before {
    color: #303030; }
  .abs-remove-button-for-blocks:active:before {
    color: #303030; }

.abs-product-link {
  font-weight: 400; }
  .abs-product-link > a {
    color: #1979c3;
    text-decoration: none; }
    .abs-product-link > a:visited {
      color: #1979c3;
      text-decoration: none; }
    .abs-product-link > a:hover {
      color: #006bb4;
      text-decoration: underline; }
    .abs-product-link > a:active {
      color: #ff5501;
      text-decoration: underline; }

.abs-reset-left-margin, .form-new-agreement .actions-toolbar, .fieldset .review-legend.legend {
  margin-left: 0; }

@media only screen and (min-width: 768px) {
  .abs-reset-left-margin-desktop, .form-new-agreement .fieldset .legend, .form-new-agreement .actions-toolbar, .column.main .paypal-review .actions-toolbar {
    margin-left: 0; } }

@media only screen and (min-width: 640px) {
  .abs-reset-left-margin-desktop-s {
    margin-left: 0; } }

.abs-action-remove, .abs-add-fields .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto; }

@media only screen and (min-width: 768px) {
  .abs-action-remove-desktop, .abs-add-fields-desktop .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px; } }

.abs-add-fields .fieldset {
  margin-bottom: 50px; }
  .abs-add-fields .fieldset .field:not(.choice) .control {
    width: 70%; }
  .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary {
    float: left; }
    .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
      margin-top: 30px; }
  .abs-add-fields .fieldset .fields .actions-toolbar {
    margin: 0; }

.abs-add-fields .message.notice {
  margin: 30px 0 0; }

.abs-add-fields .additional {
  margin-top: 55px;
  position: relative; }

@media only screen and (min-width: 768px) {
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .abs-margin-for-forms-desktop, .login-container .fieldset:after {
    margin-left: 25.8%; } }

@media only screen and (min-width: 640px) {
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%; } }

.abs-hidden {
  height: 0;
  visibility: hidden; }

.abs-visually-hidden, .account .column.main .limiter > .label, .account-nav .title, body:not(.dyson-mx) body:not(.dyson-mx) .field.street .field.additional .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media only screen and (max-width: 640px) {
  .abs-visually-hidden-mobile {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 640px) {
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 768px) {
  .abs-visually-hidden-desktop, .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

.abs-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.abs-add-clearfix:before, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):before, .customer-review .product-details:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .customer-review .product-details:after {
  content: '';
  display: table; }

.abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .customer-review .product-details:after {
  clear: both; }

@media only screen and (min-width: 768px) {
  .abs-add-clearfix-desktop:before, .abs-pager-toolbar:before, .account .toolbar:before, .column .block-addbysku .block-content:before, .block-cart-failed .block-content:before, .login-container:before, .account .column.main .block:not(.widget) .block-content:before, .block-addresses-list .items.addresses:before, .paypal-review .block-content:before, .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .paypal-review .block-content:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .paypal-review .block-content:after {
    clear: both; } }

@media only screen and (min-width: 640px) {
  .abs-add-clearfix-desktop-s:before, .abs-add-clearfix-desktop-s:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop-s:after {
    clear: both; } }

@media only screen and (max-width: 640px) {
  .abs-add-clearfix-mobile:before, .abs-checkout-order-review tbody tr:before, .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after {
    clear: both; } }

@media only screen and (max-width: 768px) {
  .abs-add-clearfix-mobile-m:before, .abs-add-clearfix-mobile-m:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile-m:after {
    clear: both; } }

.abs-add-box-sizing, .abs-field-date .control, .abs-field-tooltip, .column .block-addbysku .sku, .sidebar .block-addbysku .fieldset .fields .field.sku {
  box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop {
    box-sizing: border-box; } }

@media only screen and (min-width: 640px) {
  .abs-add-box-sizing-desktop-s {
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop-m {
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
      box-sizing: content-box;
      float: none;
      width: auto;
      text-align: left;
      padding: 0; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
      float: none;
      width: auto; }
    .abs-revert-field-type-desktop .fieldset > .field > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
      margin: 0 0 5px;
      padding: inherit;
      text-align: inherit;
      display: inline-block; }
    .abs-revert-field-type-desktop .fieldset > .field.choice:before, .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
      display: none; }
    .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
      margin-bottom: 0; } }

.abs-navigation-icon {
  display: block;
  text-decoration: none; }
  .abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    font-size: 34px;
    line-height: 1.2;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: middle; }
  .abs-navigation-icon:hover:after {
    color: inherit; }
  .abs-navigation-icon:active:after {
    color: inherit; }
  .abs-navigation-icon:after {
    position: absolute;
    right: 5px;
    top: 0; }

.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .abs-split-button:before, .abs-split-button:after {
    content: '';
    display: table; }
  .abs-split-button:after {
    clear: both; }
  .abs-split-button .action.split {
    float: left;
    margin: 0; }
  .abs-split-button .action.toggle {
    float: right;
    margin: 0; }
  .abs-split-button button.action.split {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .abs-split-button button + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .abs-split-button .action.split {
    padding: inherit; }
  .abs-split-button .action.toggle {
    padding: inherit;
    display: inline-block;
    text-decoration: none; }
    .abs-split-button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .abs-split-button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center;
      vertical-align: top; }
    .abs-split-button .action.toggle:hover:after {
      color: inherit; }
    .abs-split-button .action.toggle:active:after {
      color: inherit; }
    .abs-split-button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-split-button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .abs-split-button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: inherit;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        vertical-align: top; }
      .abs-split-button .action.toggle.active:hover:after {
        color: inherit; }
      .abs-split-button .action.toggle.active:active:after {
        color: inherit; }
  .abs-split-button .items {
    background: #fff;
    border: 1px solid #bbb;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none none;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    height: inherit;
    margin-top: 4px;
    min-width: 100%;
    width: inherit;
    display: none; }
    .abs-split-button .items li {
      margin: 0;
      padding: 3px 5px; }
      .abs-split-button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-split-button .items:before, .abs-split-button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-split-button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-split-button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-split-button .items:before {
      left: 10px;
      top: -12px; }
    .abs-split-button .items:after {
      left: 9px;
      top: -14px; }
  .abs-split-button.active {
    overflow: visible; }
    .abs-split-button.active .items {
      display: block; }

.abs-action-addto-product {
  line-height: 12px;
  padding: 5px 8px;
  font-size: 11px; }

.abs-actions-addto-gridlist {
  display: inline-block;
  text-decoration: none; }
  .abs-actions-addto-gridlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-actions-addto-gridlist:before {
    -webkit-font-smoothing: antialiased;
    font-size: 29px;
    line-height: 24px;
    color: #333;
    content: inherit;
    font-family: "icons-blank-theme";
    margin: inherit;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: middle; }
  .abs-actions-addto-gridlist:hover:before {
    color: #006bb4; }
  .abs-actions-addto-gridlist:active:before {
    color: inherit; }

.abs-button-l, .form-address-edit .actions-toolbar .action.primary {
  line-height: 22px;
  padding: 14px 17px;
  font-size: 18px; }

.abs-action-button-as-link, .abs-action-remove, .abs-add-fields .action.remove, .paypal-button-widget .paypal-button {
  display: inline;
  line-height: 1.42857;
  padding: 0;
  background: none;
  border: 0;
  color: #1979c3;
  text-decoration: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400; }
  .abs-action-button-as-link:visited, .abs-action-remove:visited, .abs-add-fields .action.remove:visited, .paypal-button-widget .paypal-button:visited {
    color: #1979c3;
    text-decoration: none; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .paypal-button-widget .paypal-button:hover {
    color: #006bb4;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .paypal-button-widget .paypal-button:active {
    color: #ff5501;
    text-decoration: underline; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .paypal-button-widget .paypal-button:hover {
    color: #006bb4; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .paypal-button-widget .paypal-button:hover, .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:focus, .abs-action-remove:focus, .abs-add-fields .action.remove:focus, .paypal-button-widget .paypal-button:focus {
    background: none;
    border: 0; }
  .abs-action-button-as-link.disabled, .disabled.abs-action-remove, .abs-add-fields .disabled.action.remove, .paypal-button-widget .disabled.paypal-button, .abs-action-button-as-link[disabled], .abs-action-remove[disabled], .abs-add-fields .action.remove[disabled], .paypal-button-widget .paypal-button[disabled],
  fieldset[disabled] .abs-action-button-as-link,
  fieldset[disabled] .abs-action-remove,
  fieldset[disabled] .abs-add-fields .action.remove,
  .abs-add-fields fieldset[disabled] .action.remove,
  fieldset[disabled] .paypal-button-widget .paypal-button,
  .paypal-button-widget fieldset[disabled] .paypal-button {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:not(:focus), .abs-action-remove:not(:focus), .abs-add-fields .action.remove:not(:focus), .paypal-button-widget .paypal-button:not(:focus) {
    box-shadow: none; }

.abs-revert-secondary-color, .paypal-review .block .actions-toolbar .action.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333; }
  .abs-revert-secondary-color:focus, .paypal-review .block .actions-toolbar .action.primary:focus, .abs-revert-secondary-color:active, .paypal-review .block .actions-toolbar .action.primary:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333; }
  .abs-revert-secondary-color:hover, .paypal-review .block .actions-toolbar .action.primary:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }

.abs-revert-secondary-size {
  font-size: 14px;
  line-height: 1.42857;
  padding: 7px 15px; }

.abs-box-tocart {
  margin: 10px 0; }

.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee {
  font-size: 14px;
  display: inline-block;
  white-space: nowrap; }

.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 11px; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before {
    content: "(" attr(data-label) ": "; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after {
    content: ')'; }

.abs-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .abs-tax-total:after {
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: 10px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 3px 0 0 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: middle; }
  .abs-tax-total:hover:after {
    color: inherit; }
  .abs-tax-total:active:after {
    color: inherit; }
  .abs-tax-total:after {
    position: absolute;
    right: -10px;
    top: 3px; }
  .abs-tax-total-expanded:after {
    content: ""; }

.abs-tax-total-expanded:after {
  content: ""; }

.abs-methods-shipping-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px; }

.abs-checkout-cart-price {
  display: auto; }

.abs-checkout-product-name {
  display: auto; }

@media only screen and (max-width: 640px) {
  .abs-checkout-order-review tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1; }
  .abs-checkout-order-review tbody tr .col.item:before {
    display: none; }
  .abs-checkout-order-review tbody tr .col.qty, .abs-checkout-order-review tbody tr .col.price, .abs-checkout-order-review tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%; }
    .abs-checkout-order-review tbody tr .col.qty:before, .abs-checkout-order-review tbody tr .col.price:before, .abs-checkout-order-review tbody tr .col.subtotal:before {
      content: attr(data-th) ":";
      display: block;
      font-weight: 700;
      padding-bottom: 10px; }
  .abs-checkout-order-review tbody tr .product-item-name {
    margin: 0; } }

.abs-colon:after {
  content: ': '; }

.abs-icon-add, .abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none; }
  .abs-icon-add:before, .abs-dropdown-items-new .action.new:before {
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: middle; }
  .abs-icon-add:hover:before, .abs-dropdown-items-new .action.new:hover:before {
    color: inherit; }
  .abs-icon-add:active:before, .abs-dropdown-items-new .action.new:active:before {
    color: inherit; }

@media only screen and (max-width: 768px) {
  .abs-icon-add-mobile {
    display: block;
    text-decoration: none; }
    .abs-icon-add-mobile:before {
      -webkit-font-smoothing: antialiased;
      font-size: 10px;
      line-height: 10px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 5px 0 0;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center;
      vertical-align: middle; }
    .abs-icon-add-mobile:hover:before {
      color: inherit; }
    .abs-icon-add-mobile:active:before {
      color: inherit; } }

.abs-dropdown-items-new .items .item:last-child:hover {
  background: #e8e8e8; }

.abs-dropdown-items-new .action.new:before {
  margin-left: -17px;
  margin-right: 5px; }

@media only screen and (max-width: 768px) {
  .abs-toggling-title-mobile {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none; }
    .abs-toggling-title-mobile:after {
      -webkit-font-smoothing: antialiased;
      font-size: 28px;
      line-height: inherit;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: inherit;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center;
      vertical-align: middle; }
    .abs-toggling-title-mobile:hover:after {
      color: inherit; }
    .abs-toggling-title-mobile:active:after {
      color: inherit; }
    .abs-toggling-title-mobile:after {
      position: absolute;
      right: 10px;
      top: 0; }
    .abs-toggling-title-mobile.active:after {
      content: ""; } }

.abs-no-display, .abs-sidebar-totals .table-caption {
  display: none; }

@media only screen and (max-width: 640px) {
  .abs-no-display-s {
    display: none; } }

@media only screen and (min-width: 768px) {
  .abs-no-display-desktop {
    display: none; } }

.abs-status {
  display: inline-block;
  margin-bottom: 20px; }

@media only screen and (max-width: 768px) {
  .abs-pager-toolbar-mobile .toolbar-amount, .account .toolbar .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .account .toolbar .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 25px; } }

@media only screen and (max-width: 640px) {
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 25px; } }

@media only screen and (min-width: 768px) {
  .abs-pager-toolbar, .account .toolbar {
    margin-bottom: 20px;
    position: relative; }
    .abs-pager-toolbar .limiter, .account .toolbar .limiter {
      float: right;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .toolbar-amount, .account .toolbar .toolbar-amount {
      float: left;
      line-height: normal;
      padding: 7px 0 0;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .pages, .account .toolbar .pages {
      position: absolute;
      width: 100%;
      z-index: 0; } }

.abs-block-items-counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap; }

.abs-shopping-cart-items .action.continue, .block-cart-failed .action.continue {
  border-radius: 3px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  width: auto;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none; }
  .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus {
    text-decoration: none; }
  .abs-shopping-cart-items .action.continue:before, .block-cart-failed .action.continue:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top; }
  .abs-shopping-cart-items .action.continue:hover:before, .block-cart-failed .action.continue:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:active:before, .block-cart-failed .action.continue:active:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333; }
  .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }
  .abs-shopping-cart-items .action.continue.disabled, .block-cart-failed .action.continue.disabled, .abs-shopping-cart-items .action.continue[disabled], .block-cart-failed .action.continue[disabled],
  fieldset[disabled] .abs-shopping-cart-items .action.continue,
  fieldset[disabled] .block-cart-failed .action.continue {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active {
    box-shadow: none; }

.abs-shopping-cart-items .action.update, .block-cart-failed .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px; }
  .abs-shopping-cart-items .action.update:before, .block-cart-failed .action.update:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top; }
  .abs-shopping-cart-items .action.update:hover:before, .block-cart-failed .action.update:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.update:active:before, .block-cart-failed .action.update:active:before {
    color: inherit; }

@media only screen and (max-width: 768px) {
  .abs-shopping-cart-items-mobile .actions {
    text-align: center; }
  .abs-shopping-cart-items-mobile .action.update, .abs-shopping-cart-items-mobile .action.continue, .abs-shopping-cart-items-mobile .action.clear {
    margin: 0 auto 10px; }
  .abs-shopping-cart-items-mobile .action.update, .abs-shopping-cart-items-mobile .action.clear {
    display: block; } }

@media only screen and (min-width: 768px) {
  .abs-shopping-cart-items-desktop, .block-cart-failed {
    float: left;
    position: relative;
    width: 73%; }
    .abs-shopping-cart-items-desktop .actions, .block-cart-failed .actions {
      text-align: right; }
    .abs-shopping-cart-items-desktop .action.continue, .block-cart-failed .action.continue {
      float: left; }
    .abs-shopping-cart-items-desktop .action.clear, .block-cart-failed .action.clear {
      margin-right: 10px; } }

.abs-field-date .control {
  position: relative; }

.abs-field-date-input, .abs-field-date input {
  margin-right: 10px;
  width: calc(100% - (40px + 10px)); }

.abs-field-tooltip {
  position: relative; }
  .abs-field-tooltip input {
    margin-right: 10px;
    width: calc(100% - (21px + 10px + 5px)); }

.abs-checkout-tooltip-content-position-top {
  right: -10px;
  top: 40px;
  left: auto; }
  .abs-checkout-tooltip-content-position-top:before, .abs-checkout-tooltip-content-position-top:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0; }
  .abs-checkout-tooltip-content-position-top:before {
    border-bottom-color: #999; }
  .abs-checkout-tooltip-content-position-top:after {
    border-bottom-color: #f4f4f4;
    top: 1px; }

@media only screen and (max-width: 769px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -10px;
    top: 40px;
    left: auto; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .abs-checkout-tooltip-content-position-top-mobile:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      margin-top: -21px;
      right: 10px;
      left: auto;
      top: 0; }
    .abs-checkout-tooltip-content-position-top-mobile:before {
      border-bottom-color: #999; }
    .abs-checkout-tooltip-content-position-top-mobile:after {
      border-bottom-color: #f4f4f4;
      top: 1px; } }

.abs-checkout-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #333;
  font-family: false;
  font-style: false;
  font-weight: 300;
  line-height: false;
  font-size: 26px; }

.abs-sidebar-totals .mark {
  font-weight: 400;
  padding-left: 4px; }
  .abs-sidebar-totals .mark strong {
    font-weight: 400; }

.abs-sidebar-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap; }
  .abs-sidebar-totals .amount strong {
    font-weight: 400; }

.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount {
  padding-top: 20px; }

.abs-sidebar-totals .grand .amount {
  padding-right: 4px;
  text-align: right; }
  .abs-sidebar-totals .grand .amount strong {
    font-weight: 700; }

.abs-sidebar-totals .msrp {
  margin-bottom: 10px; }

.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer; }

.abs-sidebar-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative; }
  .abs-sidebar-totals .totals-tax-summary .amount .price > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after {
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: middle; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:hover:after {
    color: inherit; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:active:after {
    color: inherit; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after {
    position: absolute;
    right: -5px;
    top: -12px; }

.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0; }

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: ""; }

.abs-sidebar-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1; }
  .abs-sidebar-totals .totals-tax-details.shown {
    display: table-row; }

.abs-discount-block > .title, .paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative; }
  .abs-discount-block > .title:after, .paypal-review-discount .block > .title:after {
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: inherit;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: middle; }
  .abs-discount-block > .title:hover:after, .paypal-review-discount .block > .title:hover:after {
    color: inherit; }
  .abs-discount-block > .title:active:after, .paypal-review-discount .block > .title:active:after {
    color: inherit; }
  .abs-discount-block > .title:after, .paypal-review-discount .block > .title:after {
    position: absolute;
    right: -5px;
    top: -5px; }
  .column.main .abs-discount-block > .title strong, .column.main .paypal-review-discount .block > .title strong, .paypal-review-discount .column.main .block > .title strong {
    font-size: 18px;
    font-weight: 400; }

.abs-discount-block > .content, .paypal-review-discount .block > .content {
  display: none; }

.abs-discount-block.active > .title:after, .paypal-review-discount .active.block > .title:after {
  content: ""; }

.abs-discount-block.active > .content, .paypal-review-discount .active.block > .content {
  display: block; }

@font-face {
  font-family: "icons-blank-theme";
  src: url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme") format("svg");
  font-weight: normal;
  font-style: normal; }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }

.modals-overlay {
  z-index: 899; }

.modal-popup,
.modal-slide {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }
  .modal-popup._show,
  .modal-slide._show {
    visibility: visible;
    min-width: 100%; }
    .modal-popup._show .modal-inner-wrap,
    .modal-slide._show .modal-inner-wrap {
      transform: translate(0, 0); }
  .modal-popup .modal-inner-wrap,
  .modal-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto; }

.modal-slide {
  left: 0px;
  z-index: 900; }
  .modal-slide._show .modal-inner-wrap {
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    width: auto; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-footer,
  .modal-slide._inner-scroll .modal-header {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-content,
  .modal-slide .modal-footer,
  .modal-slide .modal-header {
    padding: 0 41px 41px; }
  .modal-slide .modal-header {
    padding-bottom: 33px;
    padding-top: 33px; }

.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto; }
  .modal-popup._show .modal-inner-wrap {
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    margin: 80px auto;
    width: 75%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(-200%);
    transition-duration: 0.2s;
    transition-timing-function: ease; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie10 .modal-popup._inner-scroll,
    .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-content,
  .modal-popup .modal-footer,
  .modal-popup .modal-header {
    padding-left: 48px;
    padding-right: 48px; }
  .modal-popup .modal-footer,
  .modal-popup .modal-header {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-popup .modal-header {
    padding-bottom: 19.2px;
    padding-top: 48px; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 48px;
    padding-top: 48px; }
  .modal-popup .modal-footer-actions {
    text-align: right; }

@media only screen and (max-width: 769px) {
  .modal-popup.modal-slide {
    left: 0px;
    z-index: 900; }
    .modal-popup.modal-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out;
      width: auto; }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none; } }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000; }
  .modal-custom .action-close:focus, .modal-custom .action-close:active,
  .modal-popup .action-close:focus,
  .modal-popup .action-close:active,
  .modal-slide .action-close:focus,
  .modal-slide .action-close:active {
    background: none;
    border: none; }
  .modal-custom .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-slide .action-close:hover {
    background: none;
    border: none; }
  .modal-custom .action-close.disabled, .modal-custom .action-close[disabled],
  fieldset[disabled] .modal-custom .action-close,
  .modal-popup .action-close.disabled,
  .modal-popup .action-close[disabled],
  fieldset[disabled]
  .modal-popup .action-close,
  .modal-slide .action-close.disabled,
  .modal-slide .action-close[disabled],
  fieldset[disabled]
  .modal-slide .action-close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .modal-custom .action-close > span,
  .modal-popup .action-close > span,
  .modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 32px;
    color: #8f8f8f;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: inherit; }
  .modal-custom .action-close:active:before,
  .modal-popup .action-close:active:before,
  .modal-slide .action-close:active:before {
    color: inherit; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #1a1a1a; }

.modal-custom .action-close {
  margin: 25px; }

.modal-popup .modal-title {
  border-bottom: none;
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word; }

.modal-popup .action-close {
  padding: 10px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-popup .ie .action-close span {
    background: url("../images/icons/modal-close-blk.png");
    background-size: contain;
    background-repeat: no-repeat;
    overflow: auto;
    position: relative;
    height: 20px;
    width: 20px;
    color: transparent; } }

.modal-slide .action-close {
  padding: 17px 32px; }

.modal-slide .page-main-actions {
  margin-bottom: 18px;
  margin-top: 33px; }

.modals-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899; }

/*
    The .custom-slide class is only used in the Magento_Checkout module.
    It's used to deal with the checkout sidebar which contains the checkout summary.
*/
@media only screen and (max-width: 959px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    left: 0px;
    z-index: 900; }
    .custom-slide._show {
      visibility: visible;
      min-width: 100%; }
      .custom-slide._show .modal-inner-wrap {
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      background-color: #fff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto; }
    .custom-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition-duration: 0.3s;
      transition-timing-function: ease-in-out;
      width: auto; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto; }
    .custom-slide .modal-inner-wrap {
      background-color: #f4f4f4;
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }
    body._has-modal-custom .modal-custom-overlay {
      background-color: rgba(0, 0, 0, 0.85); } }

@media only screen and (max-width: 769px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4; }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%; } }

@media only screen and (min-width: 769px) {
  .modal-popup.modal-slide .modal-footer {
    border-top: none;
    text-align: right; } }

.column .block-addbysku .fieldset {
  margin: 0; }
  .column .block-addbysku .fieldset .fields {
    position: relative; }
    .column .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
    .column .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 4px; }

.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%; }

.column .block-addbysku .skus > .label {
  margin-top: 10px; }

.column .block-addbysku .qty .qty + .mage-error {
  width: 80px; }

.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  padding: inherit;
  clear: both;
  text-align: left; }
  .column .block-addbysku .block-content .actions-toolbar:before, .column .block-addbysku .block-content .actions-toolbar:after {
    content: '';
    display: table; }
  .column .block-addbysku .block-content .actions-toolbar:after {
    clear: both; }
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    float: left; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: inline-block; }
    .column .block-addbysku .block-content .actions-toolbar .primary .action,
    .column .block-addbysku .block-content .actions-toolbar .secondary .action {
      margin: inherit; }
    .column .block-addbysku .block-content .actions-toolbar .primary a.action,
    .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
      display: inline-block;
      margin-top: inherit; }
  .column .block-addbysku .block-content .actions-toolbar .primary .action {
    margin: 0 5px 0 0; }
  .column .block-addbysku .block-content .actions-toolbar .primary a.action {
    margin-top: inherit; }
  .column .block-addbysku .block-content .actions-toolbar .secondary .action {
    margin: inherit; }
  .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    margin-top: 6px; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: block;
    float: none; }
  .column .block-addbysku .block-content .actions-toolbar > .secondary {
    text-align: left; }

.column .block-addbysku .reset {
  margin: 10px 0; }

.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px; }

.block-cart-failed {
  margin-top: 40px; }
  .block-cart-failed .block-title {
    font-size: 26px; }
    .block-cart-failed .block-title strong {
      font-weight: 300; }
  .block-cart-failed .actions {
    text-align: center; }
    .block-cart-failed .actions .action {
      margin-bottom: 10px; }

@media only screen and (max-width: 640px) {
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px; }
  .column .block-addbysku .action.remove {
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400; }
    .column .block-addbysku .action.remove > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .column .block-addbysku .action.remove:before {
      -webkit-font-smoothing: antialiased;
      font-size: 28px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 1px 0 0;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center;
      vertical-align: top; }
    .column .block-addbysku .action.remove:hover:before {
      color: inherit; }
    .column .block-addbysku .action.remove:active:before {
      color: inherit; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; } }

@media only screen and (min-width: 640px) {
  .column .block-addbysku .action.remove {
    background-image: none;
    background: none;
    box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    display: inline;
    line-height: 1.42857;
    padding: 0;
    background: none;
    border: 0;
    color: #1979c3;
    text-decoration: none; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
    .column .block-addbysku .action.remove:visited {
      color: #1979c3;
      text-decoration: none; }
    .column .block-addbysku .action.remove:hover {
      color: #006bb4;
      text-decoration: underline; }
    .column .block-addbysku .action.remove:active {
      color: #ff5501;
      text-decoration: underline; }
    .column .block-addbysku .action.remove:hover {
      color: #006bb4; }
    .column .block-addbysku .action.remove:hover, .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:focus {
      background: none;
      border: 0; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      color: #1979c3;
      opacity: 0.5;
      cursor: default;
      pointer-events: none;
      text-decoration: underline; } }

@media only screen and (min-width: 768px) {
  .block-cart-failed .actions {
    text-align: left; }
  .block-cart-failed .actions.primary {
    float: right; } }

.catalogsearch-advanced-result .message.error {
  margin-top: -60px; }

@media only screen and (min-width: 640px) {
  .catalogsearch-advanced-result .message.error {
    margin-top: 0; } }

.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px; }

.login-container .block .block-title {
  font-size: 18px; }

.login-container .fieldset:after {
  border: none;
  margin: 10px 0 0;
  padding: inherit;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 12px; }

.login-container .fieldset:after {
  margin-top: 35px; }

.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px; }
  .block-addresses-list .items.addresses > .item:last-child {
    margin-bottom: 0; }

.form-address-edit .region select {
  display: none; }

.form-edit-account .fieldset.password {
  display: none; }

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px; }

.account .column.main h2 {
  margin-top: 0; }

.account .column.main .toolbar {
  text-align: center; }
  .account .column.main .toolbar .limiter-options {
    width: auto; }

.account .sidebar-additional {
  margin-top: 40px; }

.account .table-wrapper:last-child {
  margin-bottom: 0; }

.account .table-wrapper .action {
  margin-right: 15px; }
  .account .table-wrapper .action:last-child {
    margin-right: 0; }

.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0; }

.account-nav .item {
  margin: 3px 0 0; }
  .account-nav .item:first-child {
    margin-top: 0; }
  .account-nav .item a,
  .account-nav .item > strong {
    color: false;
    border-left: 3px solid transparent;
    display: block;
    padding: 5px 18px 5px 15px; }
  .account-nav .item a {
    text-decoration: none; }
    .account-nav .item a:hover {
      background: #e8e8e8; }
  .account-nav .item.current a,
  .account-nav .item.current strong {
    border-color: #ff5501;
    color: false;
    font-weight: 600; }
  .account-nav .item.current a {
    border-color: #ff5501; }

.column.main .block:last-child {
  margin-bottom: 0; }

.block .title {
  margin-bottom: 10px; }
  .block .title strong {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: 700;
    line-height: 1.1;
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 7px; }
    .column.main .block .title strong {
      font-size: 18px; }

.block p:last-child {
  margin: 0; }

.block .box-actions {
  margin-top: 5px; }

.field.password .control {
  display: flex;
  flex-direction: column; }
  .field.password .control .mage-error {
    order: 2; }
  .field.password .control .input-text {
    order: 0; }

.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1; }
  .password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .password-strength-meter-0 .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%; }
  .password-strength-meter-1 .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%; }
  .password-strength-meter-2 .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%; }
  .password-strength-meter-3 .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%; }
  .password-strength-meter-4 .password-strength-meter:before {
    background-color: #81b562;
    width: 100%; }

.control.captcha-image {
  margin-top: 10px; }
  .control.captcha-image .captcha-img {
    vertical-align: middle; }

@media only screen and (max-width: 640px) {
  .account .column.main,
  .account .sidebar-additional {
    margin: 0; } }

@media only screen and (max-width: 768px) {
  .login-container .fieldset:after {
    text-align: center; }
  .account .page.messages {
    margin-bottom: 40px; }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block; }
  .customer-account-index .page-title-wrapper {
    position: relative; } }

@media only screen and (min-width: 768px) {
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px; }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left; }
  .login-container .fieldset > .field > .control {
    width: 55%; }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0; }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px; }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%; }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%; }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%; }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px; }
    .block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
      margin-bottom: 0; }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0; } }

.paypal.after:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase; }

.paypal.before:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase; }

.paypal.acceptance {
  display: block;
  margin: 0 0 20px; }
  .paypal.acceptance img {
    max-width: 100%; }

.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto; }

.paypal-review .paypa-review-title > strong {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: 300;
  line-height: 1.1;
  font-size: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block; }

.paypal-review .items-qty .item {
  white-space: nowrap; }

.paypal-review .items-qty .title:after {
  content: ': '; }

.paypal-review .paypal-review-title > strong {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: 300;
  line-height: 1.1;
  font-size: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block; }

.paypal-review .actions-toolbar {
  margin-top: 10px; }

.paypal-review .item-options dt {
  display: inline-block; }
  .paypal-review .item-options dt:after {
    content: ': '; }

.paypal-review .item-options dd {
  margin: 0; }

.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0; }
  .paypal-review-discount .block {
    margin-bottom: 0; }
    .paypal-review-discount .block .fieldset {
      padding: 10px 0 20px; }

@media only screen and (min-width: 768px) {
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1; }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%; }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%; }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right; } }

.rating-summary {
  overflow: hidden;
  white-space: nowrap; }
  .rating-summary .rating-result {
    width: 120px;
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .rating-summary .rating-result:before {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      content: "";
      -webkit-font-smoothing: antialiased;
      color: #c7c7c7;
      font-family: "icons-blank-theme";
      font-size: 28px;
      height: 28px;
      letter-spacing: -5px;
      line-height: 28px;
      display: block;
      font-style: normal;
      font-weight: normal;
      speak: none; }
    .stars--large .rating-summary .rating-result {
      width: 230px; }
      .stars--large .rating-summary .rating-result:before {
        content: "";
        -webkit-font-smoothing: antialiased;
        color: #c7c7c7;
        font-family: "icons-blank-theme";
        font-size: 50px;
        height: 50px;
        letter-spacing: -5px;
        line-height: 50px;
        display: block;
        font-style: normal;
        font-weight: normal;
        speak: none; }
      .stars--large .rating-summary .rating-result > span {
        display: block;
        overflow: hidden; }
        .stars--large .rating-summary .rating-result > span:before {
          position: relative;
          z-index: 2;
          content: "";
          -webkit-font-smoothing: antialiased;
          color: #fc0;
          font-family: "icons-blank-theme";
          font-size: 50px;
          height: 50px;
          letter-spacing: -5px;
          line-height: 50px;
          display: block;
          font-style: normal;
          font-weight: normal;
          speak: none; }
        .stars--large .rating-summary .rating-result > span span {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
    .rating-summary .rating-result > span {
      display: block;
      overflow: hidden; }
      .rating-summary .rating-result > span:before {
        position: relative;
        z-index: 2;
        content: "";
        -webkit-font-smoothing: antialiased;
        color: #fc0;
        font-family: "icons-blank-theme";
        font-size: 28px;
        height: 28px;
        letter-spacing: -5px;
        line-height: 28px;
        display: block;
        font-style: normal;
        font-weight: normal;
        speak: none; }
      .rating-summary .rating-result > span span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
  .rating-summary .rating-result {
    margin-left: -5px; }

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.review-control-vote {
  overflow: hidden; }
  .review-control-vote:before {
    color: #c7c7c7;
    font-family: "icons-blank-theme";
    font-size: 28px;
    height: 28px;
    letter-spacing: -5px;
    line-height: 28px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "";
    display: block;
    position: absolute;
    z-index: 1; }
  .review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .review-control-vote input[type="radio"]:focus + label:before, .review-control-vote input[type="radio"]:checked + label:before {
      opacity: 1; }
  .review-control-vote input[type="radio"].input-rating-1:checked ~ label.rating-1:before {
    opacity: 1; }
  .review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute; }
    .review-control-vote label span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .review-control-vote label:before {
      color: #fc0;
      font-family: "icons-blank-theme";
      font-size: 28px;
      height: 28px;
      letter-spacing: -5px;
      line-height: 28px;
      font-style: normal;
      font-weight: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      opacity: 0; }
    .review-control-vote label:hover:before {
      opacity: 1; }
    .review-control-vote label:hover ~ label:before {
      opacity: 0; }
  .review-control-vote .rating-5 {
    z-index: 2; }
    .review-control-vote .rating-5:before {
      content: ""; }
  .review-control-vote .rating-4 {
    z-index: 3; }
    .review-control-vote .rating-4:before {
      content: ""; }
  .review-control-vote .rating-3 {
    z-index: 4; }
    .review-control-vote .rating-3:before {
      content: ""; }
  .review-control-vote .rating-2 {
    z-index: 5; }
    .review-control-vote .rating-2:before {
      content: ""; }
  .review-control-vote .rating-1 {
    z-index: 6; }
    .review-control-vote .rating-1:before {
      content: ""; }

.block.add.review {
  margin-bottom: 40px; }
  .block.add.review > .title {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: 300;
    line-height: 1.1;
    font-size: 26px;
    margin-top: 7px;
    margin-bottom: 7px; }
  .block.add.review .legend {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: 300;
    line-height: 1.1;
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin: 0 0 20px; }
  .block.add.review .field.rating {
    display: table-row; }
    .block.add.review .field.rating .label {
      display: table-cell;
      padding: 5px 0;
      vertical-align: middle; }
    .block.add.review .field.rating .control {
      display: table-cell;
      vertical-align: top; }

.block.reviews.list > .title {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: 300;
  line-height: 1.1;
  font-size: 26px;
  margin-top: 7px;
  margin-bottom: 7px; }

.block.reviews.list .review.item {
  margin-bottom: 40px; }

.block.reviews.list .review.title {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: 300;
  line-height: 1.1;
  font-size: 18px;
  margin-top: 7px;
  margin-bottom: 7px; }

.data.table.reviews .rating-summary {
  margin-top: -4px; }

.customer-review.view {
  margin-bottom: 20px; }
  .customer-review.view .review.title,
  .customer-review.view .ratings-summary,
  .customer-review.view .product-details {
    margin-bottom: 20px; }

.product-reviews-summary {
  display: table;
  margin: 10px 0 12px; }
  .products.wrapper.list .product-reviews-summary {
    margin: 0 auto; }
  .product-reviews-summary.empty {
    margin-left: 0; }
  .product-reviews-summary .rating-summary {
    display: table-cell;
    left: -5px;
    position: relative;
    text-align: left;
    vertical-align: middle; }
  .product-reviews-summary .reviews-actions {
    display: table-cell;
    line-height: 28px;
    vertical-align: middle;
    font-size: 1rem; }
    .product-reviews-summary .reviews-actions a {
      margin-right: 5px; }

@media only screen and (min-width: 768px) {
  .products.wrapper.list .product-reviews-summary {
    margin: 0; } }

.customer-review .product-details {
  margin-bottom: 40px; }

.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%; }

.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px; }
  .customer-review .review-details .customer-review-rating .item {
    margin-bottom: 10px; }
    .customer-review .review-details .customer-review-rating .item:last-child {
      margin-bottom: 0; }

.customer-review .review-details .review-title {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: 300;
  line-height: 1.1;
  font-size: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: 600;
  margin-bottom: 20px; }

.customer-review .review-details .review-content {
  margin-bottom: 20px; }

.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block; }

.review-field-ratings .nested {
  display: table; }

.review-field-ratings .review-field-rating {
  display: table-row; }
  .review-field-ratings .review-field-rating .label,
  .review-field-ratings .review-field-rating .control {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top; }
  .review-field-ratings .review-field-rating .label {
    padding-right: 10px;
    padding-top: 6px; }
  .review-field-ratings .review-field-rating .control {
    padding-top: 2px; }

.review-toolbar {
  margin: 0 0 20px;
  text-align: center; }
  .review-toolbar:first-child {
    display: none; }
  .review-toolbar .pages {
    display: block;
    padding: 20px 0;
    text-align: center; }
  .review-toolbar .limiter {
    display: none; }

.review-add .block-title {
  display: none; }

.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333; }
  .review-form .action.submit.primary:focus, .review-form .action.submit.primary:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333; }
  .review-form .action.submit.primary:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555; }

.fieldset .review-legend.legend {
  margin-bottom: 20px; }
  .fieldset .review-legend.legend strong {
    display: block;
    margin-left: 0; }

.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px; }

.review-list {
  margin-bottom: 30px; }
  .review-list .block-title strong {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: 300;
    line-height: 1.1;
    font-size: 26px;
    margin-top: 7px;
    margin-bottom: 7px; }

.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0; }
  .review-item:after {
    clear: both;
    content: '';
    display: table; }
  .review-item:last-child {
    border-width: 0; }

.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%; }

.review-author {
  display: inline; }

.review-title {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: 300;
  line-height: 1.1;
  font-size: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin: 0 0 20px; }

.review-content {
  margin-bottom: 20px; }

@media only screen and (min-width: 640px) {
  .review-form {
    max-width: 500px; }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px; }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px; }
  .review-toolbar {
    margin: 0 0 30px; }
    .review-toolbar .pages {
      padding: 30px 0; }
  .fieldset .review-legend.legend {
    margin-bottom: 30px; }
  .review-item {
    padding: 30px 0; }
  .review-title {
    margin: 0 0 30px; } }

.clearfix:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.swatch-attribute-label {
  font-weight: bold;
  position: relative; }
  .swatch-attribute-label.required {
    padding-right: 10px; }
  .swatch-attribute-label[data-required="1"]::after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em; }

.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px; }

.swatch-attribute-options {
  margin-top: 10px; }

.swatch-option {
  padding: 1px 2px;
  min-width: 30px;
  max-width: 90px;
  height: 20px;
  float: left;
  margin: 0 10px 5px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis; }
  .swatch-option.text {
    background: #f2f2f2;
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 22px;
    margin-right: 7px; }
  .swatch-option.selected {
    outline: 2px solid #ff5100;
    border: 1px solid #fff;
    color: #333; }
  .swatch-option.text.selected {
    background-color: #fff; }
  .swatch-option:not(.disabled):hover {
    outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333; }
  .swatch-option.color:not(.disabled):hover, .swatch-option.image:not(.disabled):hover {
    outline: 2px solid #ff5216;
    border: 1px solid #fff; }
  .swatch-option.disabled {
    cursor: default; }
    .swatch-option.disabled::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); }

.swatch-attribute.manufacturer .swatch-option, .swatch-attribute.size .swatch-option {
  background: #f0f0f0;
  color: #949494; }
  .swatch-attribute.manufacturer .swatch-option.selected, .swatch-attribute.size .swatch-option.selected {
    color: black;
    background: #fff;
    border: 1px solid #fff; }

.swatch-option-tooltip {
  max-width: 140px;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center; }

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px; }
  .swatch-option-tooltip .corner::before,
  .swatch-option-tooltip-layered .corner::before {
    content: '';
    position: relative;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #adadad transparent transparent transparent;
    font-size: 1px; }
  .swatch-option-tooltip .corner::after,
  .swatch-option-tooltip-layered .corner::after {
    content: '';
    position: relative;
    top: 1px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    font-size: 1px; }

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto; }

.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden; }

.swatch-opt {
  margin: 20px 0; }

.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1; }

.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }

.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px; }

.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px; }

.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px; }

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block; }

.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px; }

.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px; }

.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0; }

.swatch-opt-listing {
  margin-bottom: 10px; }

.swatch-option-loading {
  content: url(../Magento_Swatches/images/loader-2.gif); }

.sidebar .block-addbysku .fieldset {
  margin: 0; }
  .sidebar .block-addbysku .fieldset .fields {
    position: relative; }
    .sidebar .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
      .sidebar .block-addbysku .fieldset .fields .field.sku {
        margin-right: -85px;
        padding-right: 90px;
        width: 100%; }
      .sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
        width: 80px; }
    .sidebar .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 6px; }

.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
    text-align: left; }
    .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
      width: auto; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
    float: none;
    text-align: left; }

.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }
  .sidebar .block-addbysku .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    font-size: 31px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top; }
  .sidebar .block-addbysku .action.add:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.add:active:before {
    color: inherit; }

.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0; }

.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0; }

.sidebar .block-addbysku .action.remove {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }
  .sidebar .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top; }
  .sidebar .block-addbysku .action.remove:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:active:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:focus, .sidebar .block-addbysku .action.remove:active {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove:hover {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove.disabled, .sidebar .block-addbysku .action.remove[disabled],
  fieldset[disabled] .sidebar .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
  GV PROPORTIONAL GRIDS
  Based on http://builtbyboon.com/posed/Proportional-Grids/
  Heavily modified...
*/
/*
  COLOURS
*/
/*
  COLOUR HELPERS
  Useful for theming/forcing colouring on a module
*/
.clr-white-fill {
  background-color: #fff; }

.clr-black-fill {
  background-color: #000; }

.clr-dy-grey-05-fill {
  background-color: #fbfbfb; }

.clr-dy-grey-07-fill {
  background-color: #fdfdfd; }

.clr-dy-grey-0-fill {
  background-color: #f3f3f3; }

.clr-dy-grey-1-fill {
  background-color: #f0f0f0; }

.clr-dy-grey-2-fill {
  background-color: #ebebeb; }

.clr-dy-grey-3-fill {
  background-color: #d5d5d5; }

.clr-dy-grey-4-fill {
  background-color: #b2b3b4; }

.clr-dy-grey-5-fill {
  background-color: #999999; }

.clr-dy-grey-6-fill {
  background-color: #666666; }

.clr-dy-grey-7-fill {
  background-color: #333333; }

.clr-dy-green-0-fill {
  background-color: #79b928; }

.clr-dy-green-1-fill {
  background-color: #69a239; }

.clr-dy-blue-0-fill {
  background-color: #66afe9; }

.clr-dy-blue-1-fill {
  background-color: #0066CC; }

.clr-dy-yellow-0-fill {
  background-color: #ffcc01; }

.clr-white-text {
  color: #fff; }

.clr-black-text {
  color: #000; }

.clr-dy-grey-0-text {
  color: #f3f3f3; }

.clr-dy-grey-1-text {
  color: #f0f0f0; }

.clr-dy-grey-2-text {
  color: #ebebeb; }

.clr-dy-grey-3-text {
  color: #d5d5d5; }

.clr-dy-grey-4-text {
  color: #b2b3b4; }

.clr-dy-grey-5-text {
  color: #999999; }

.clr-dy-grey-6-text {
  color: #666666; }

.clr-dy-grey-7-text {
  color: #333333; }

.clr-dy-green-0-text {
  color: #79b928; }

.clr-dy-green-1-text {
  color: #69a239; }

.clr-dy-blue-0-text {
  color: #66afe9; }

.clr-dy-blue-1-text {
  color: #0066CC; }

.clr-dy-yellow-0-text {
  color: #ffcc01; }

.clr-dy-red-0-text {
  color: #dd4157; }

/*
    Fix focus ring for buttons on firefox
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px solid #4D90FE; }

/*
    Turn off focus, this is set via JS
    Js then listens for the tab key, if it's pressed then it removes this class
*/
.no-focus-outline a:focus,
.no-focus-outline button:focus {
  outline: none; }

/*
  LAYOUT
*/
.layout, .message.cookie .content, .sub-category-nav__wrapper.dcr-category-nav__wrapper {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1280px;
  padding-left: 25px;
  padding-right: 25px; }
  @media screen and (min-width: 768px) {
    .layout, .message.cookie .content, .sub-category-nav__wrapper.dcr-category-nav__wrapper {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (min-width: 1024px) {
    .layout, .message.cookie .content, .sub-category-nav__wrapper.dcr-category-nav__wrapper {
      width: 90%; } }
  @media screen and (min-width: 1280px) {
    .layout, .message.cookie .content, .sub-category-nav__wrapper.dcr-category-nav__wrapper {
      padding-left: 15px;
      padding-right: 20px;
      box-sizing: border-box; } }
  @media screen and (min-width: 1440px) {
    .layout, .message.cookie .content, .sub-category-nav__wrapper.dcr-category-nav__wrapper {
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
      max-width: 1270px; } }

.layout--nogutter {
  padding-left: 0;
  padding-right: 0; }

.layout--full {
  max-width: none;
  width: 100%; }

.layout--reduced {
  max-width: 1100px; }

.layout--tight {
  max-width: 740px; }

.layout--full-height {
  height: 100%; }

.layout--include-gutter {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1280px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1330px;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .layout--include-gutter {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (min-width: 1024px) {
    .layout--include-gutter {
      width: 90%; } }
  @media screen and (min-width: 1280px) {
    .layout--include-gutter {
      padding-left: 15px;
      padding-right: 20px;
      box-sizing: border-box; } }
  @media screen and (min-width: 1440px) {
    .layout--include-gutter {
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
      max-width: 1270px; } }
  @media screen and (min-width: 768px) {
    .layout--include-gutter {
      max-width: 1380px;
      padding-left: 0;
      padding-right: 0; } }

/*
  VERTICAL SPACING
*/
.vspace-massive, .row--massive {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (min-width: 768px) {
    .vspace-massive, .row--massive {
      padding-top: 130px; } }
  @media screen and (min-width: 1024px) {
    .vspace-massive, .row--massive {
      padding-top: 250px; } }
  @media screen and (min-width: 768px) {
    .vspace-massive, .row--massive {
      padding-bottom: 130px; } }
  @media screen and (min-width: 1024px) {
    .vspace-massive, .row--massive {
      padding-bottom: 250px; } }

.vspace-huge, .row--huge {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .vspace-huge, .row--huge {
      padding-top: 100px; } }
  @media screen and (min-width: 1024px) {
    .vspace-huge, .row--huge {
      padding-top: 130px; } }
  @media screen and (min-width: 768px) {
    .vspace-huge, .row--huge {
      padding-bottom: 100px; } }
  @media screen and (min-width: 1024px) {
    .vspace-huge, .row--huge {
      padding-bottom: 130px; } }

.vspace-large, .row--large {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (min-width: 768px) {
    .vspace-large, .row--large {
      padding-top: 100px; } }
  @media screen and (min-width: 1024px) {
    .vspace-large, .row--large {
      padding-top: 100px; } }
  @media screen and (min-width: 768px) {
    .vspace-large, .row--large {
      padding-bottom: 100px; } }
  @media screen and (min-width: 1024px) {
    .vspace-large, .row--large {
      padding-bottom: 100px; } }

.vspace-medium, .row--medium {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .vspace-medium, .row--medium {
      padding-top: 70px; } }
  @media screen and (min-width: 1024px) {
    .vspace-medium, .row--medium {
      padding-top: 70px; } }
  @media screen and (min-width: 768px) {
    .vspace-medium, .row--medium {
      padding-bottom: 70px; } }
  @media screen and (min-width: 1024px) {
    .vspace-medium, .row--medium {
      padding-bottom: 70px; } }

.vspace-medium-smaller, .row--medium-smaller {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .vspace-medium-smaller, .row--medium-smaller {
      padding-top: 45px; } }
  @media screen and (min-width: 1024px) {
    .vspace-medium-smaller, .row--medium-smaller {
      padding-top: 50px; } }
  @media screen and (min-width: 768px) {
    .vspace-medium-smaller, .row--medium-smaller {
      padding-bottom: 45px; } }
  @media screen and (min-width: 1024px) {
    .vspace-medium-smaller, .row--medium-smaller {
      padding-bottom: 50px; } }

.vspace-small, .row--small {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .vspace-small, .row--small {
      padding-top: 45px; } }
  @media screen and (min-width: 1024px) {
    .vspace-small, .row--small {
      padding-top: 45px; } }
  @media screen and (min-width: 768px) {
    .vspace-small, .row--small {
      padding-bottom: 45px; } }
  @media screen and (min-width: 1024px) {
    .vspace-small, .row--small {
      padding-bottom: 45px; } }

.vspace-tiny, .row--tiny {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .vspace-tiny, .row--tiny {
      padding-top: 30px; } }
  @media screen and (min-width: 1024px) {
    .vspace-tiny, .row--tiny {
      padding-top: 30px; } }
  @media screen and (min-width: 768px) {
    .vspace-tiny, .row--tiny {
      padding-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .vspace-tiny, .row--tiny {
      padding-bottom: 30px; } }

.vspace-minuscule, .row--minuscule, .row--caveat {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .vspace-minuscule, .row--minuscule, .row--caveat {
      padding-top: 20px; } }
  @media screen and (min-width: 1024px) {
    .vspace-minuscule, .row--minuscule, .row--caveat {
      padding-top: 20px; } }
  @media screen and (min-width: 768px) {
    .vspace-minuscule, .row--minuscule, .row--caveat {
      padding-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    .vspace-minuscule, .row--minuscule, .row--caveat {
      padding-bottom: 20px; } }

.vspace-minute, .row--minute {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .vspace-minute, .row--minute {
      padding-top: 10px; } }
  @media screen and (min-width: 1024px) {
    .vspace-minute, .row--minute {
      padding-top: 10px; } }
  @media screen and (min-width: 768px) {
    .vspace-minute, .row--minute {
      padding-bottom: 10px; } }
  @media screen and (min-width: 1024px) {
    .vspace-minute, .row--minute {
      padding-bottom: 10px; } }

.vspace-zero, .row--zero {
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    .vspace-zero, .row--zero {
      padding-top: 0; } }
  @media screen and (min-width: 1024px) {
    .vspace-zero, .row--zero {
      padding-top: 0; } }
  @media screen and (min-width: 768px) {
    .vspace-zero, .row--zero {
      padding-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .vspace-zero, .row--zero {
      padding-bottom: 0; } }

.vspace-massive-top, .row--massive--top {
  padding-top: 70px; }
  @media screen and (min-width: 768px) {
    .vspace-massive-top, .row--massive--top {
      padding-top: 130px; } }
  @media screen and (min-width: 1024px) {
    .vspace-massive-top, .row--massive--top {
      padding-top: 250px; } }

.vspace-huge-top, .row--huge--top {
  padding-top: 45px; }
  @media screen and (min-width: 768px) {
    .vspace-huge-top, .row--huge--top {
      padding-top: 100px; } }
  @media screen and (min-width: 1024px) {
    .vspace-huge-top, .row--huge--top {
      padding-top: 130px; } }

.vspace-large-top, .row--large--top {
  padding-top: 70px; }
  @media screen and (min-width: 768px) {
    .vspace-large-top, .row--large--top {
      padding-top: 100px; } }
  @media screen and (min-width: 1024px) {
    .vspace-large-top, .row--large--top {
      padding-top: 100px; } }

.vspace-medium-top, .row--medium--top {
  padding-top: 45px; }
  @media screen and (min-width: 768px) {
    .vspace-medium-top, .row--medium--top {
      padding-top: 70px; } }
  @media screen and (min-width: 1024px) {
    .vspace-medium-top, .row--medium--top {
      padding-top: 70px; } }

.vspace-medium-smaller-top, .row--medium-smaller--top {
  padding-top: 45px; }
  @media screen and (min-width: 768px) {
    .vspace-medium-smaller-top, .row--medium-smaller--top {
      padding-top: 45px; } }
  @media screen and (min-width: 1024px) {
    .vspace-medium-smaller-top, .row--medium-smaller--top {
      padding-top: 50px; } }

.vspace-small-top, .row--small--top {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .vspace-small-top, .row--small--top {
      padding-top: 45px; } }
  @media screen and (min-width: 1024px) {
    .vspace-small-top, .row--small--top {
      padding-top: 45px; } }

.vspace-tiny-top, .row--tiny--top {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .vspace-tiny-top, .row--tiny--top {
      padding-top: 30px; } }
  @media screen and (min-width: 1024px) {
    .vspace-tiny-top, .row--tiny--top {
      padding-top: 30px; } }

.vspace-minuscule-top, .row--minuscule--top {
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .vspace-minuscule-top, .row--minuscule--top {
      padding-top: 20px; } }
  @media screen and (min-width: 1024px) {
    .vspace-minuscule-top, .row--minuscule--top {
      padding-top: 20px; } }

.vspace-minute-top {
  padding-top: 10px; }
  @media screen and (min-width: 768px) {
    .vspace-minute-top {
      padding-top: 10px; } }
  @media screen and (min-width: 1024px) {
    .vspace-minute-top {
      padding-top: 10px; } }

.vspace-zero-top, .row--zero--top {
  padding-top: 0; }
  @media screen and (min-width: 768px) {
    .vspace-zero-top, .row--zero--top {
      padding-top: 0; } }
  @media screen and (min-width: 1024px) {
    .vspace-zero-top, .row--zero--top {
      padding-top: 0; } }

.vspace-massive-bottom, .row--massive--bottom {
  padding-bottom: 70px; }
  @media screen and (min-width: 768px) {
    .vspace-massive-bottom, .row--massive--bottom {
      padding-bottom: 130px; } }
  @media screen and (min-width: 1024px) {
    .vspace-massive-bottom, .row--massive--bottom {
      padding-bottom: 250px; } }

.vspace-huge-bottom, .row--huge--bottom {
  padding-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .vspace-huge-bottom, .row--huge--bottom {
      padding-bottom: 100px; } }
  @media screen and (min-width: 1024px) {
    .vspace-huge-bottom, .row--huge--bottom {
      padding-bottom: 130px; } }

.vspace-large-bottom, .row--large--bottom {
  padding-bottom: 70px; }
  @media screen and (min-width: 768px) {
    .vspace-large-bottom, .row--large--bottom {
      padding-bottom: 100px; } }
  @media screen and (min-width: 1024px) {
    .vspace-large-bottom, .row--large--bottom {
      padding-bottom: 100px; } }

.vspace-medium-bottom, .row--medium--bottom {
  padding-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .vspace-medium-bottom, .row--medium--bottom {
      padding-bottom: 70px; } }
  @media screen and (min-width: 1024px) {
    .vspace-medium-bottom, .row--medium--bottom {
      padding-bottom: 70px; } }

.vspace-medium-smaller-bottom, .row--medium-smaller--bottom {
  padding-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .vspace-medium-smaller-bottom, .row--medium-smaller--bottom {
      padding-bottom: 45px; } }
  @media screen and (min-width: 1024px) {
    .vspace-medium-smaller-bottom, .row--medium-smaller--bottom {
      padding-bottom: 50px; } }

.vspace-small-bottom, .row--small--bottom, .product-nav__content, .card-nav__content {
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .vspace-small-bottom, .row--small--bottom, .product-nav__content, .card-nav__content {
      padding-bottom: 45px; } }
  @media screen and (min-width: 1024px) {
    .vspace-small-bottom, .row--small--bottom, .product-nav__content, .card-nav__content {
      padding-bottom: 45px; } }

.vspace-tiny-bottom, .row--tiny--bottom {
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .vspace-tiny-bottom, .row--tiny--bottom {
      padding-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .vspace-tiny-bottom, .row--tiny--bottom {
      padding-bottom: 30px; } }

.vspace-minuscule-bottom, .row--minuscule--bottom {
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .vspace-minuscule-bottom, .row--minuscule--bottom {
      padding-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    .vspace-minuscule-bottom, .row--minuscule--bottom {
      padding-bottom: 20px; } }

.vspace-minute-bottom {
  padding-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .vspace-minute-bottom {
      padding-bottom: 10px; } }
  @media screen and (min-width: 1024px) {
    .vspace-minute-bottom {
      padding-bottom: 10px; } }

.vspace-zero-bottom, .row--zero--bottom {
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    .vspace-zero-bottom, .row--zero--bottom {
      padding-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .vspace-zero-bottom, .row--zero--bottom {
      padding-bottom: 0; } }

/*
  GRID SETUP
  Uses proportional-grids.scss
*/
.g-wrap {
  margin-left: -20px;
  clear: both; }
  .g-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .ie .g-wrap.safari-flex-only:after {
    display: none; }
  .lt-ie8 .g-wrap {
    margin-left: 0; }

.g-wrap--inline {
  letter-spacing: -4px; }

.g-wrap--flex {
  display: flex;
  display: -webkit-box;
  flex-wrap: wrap;
  display: -webkit-flex;
  flex-basis: 100% !important;
  -webkit-flex-wrap: wrap; }

.g-wrap--flex--bottom {
  align-content: space-between; }

.g-wrap--float {
  display: block; }

.g-wrap--center {
  text-align: center; }

.large-gutter {
  margin-left: -30px; }
  .large-gutter > .g-col,
  .large-gutter > [class*="g-col"] {
    padding-left: 30px; }
    .lt-ie8 .large-gutter > .g-col, .lt-ie8
    .large-gutter > [class*="g-col"] {
      padding-left: 30px; }

.half-gutter {
  margin-left: -10px; }
  .half-gutter > .g-col,
  .half-gutter > [class*="g-col"] {
    padding-left: 10px; }
    .lt-ie8 .half-gutter > .g-col, .lt-ie8
    .half-gutter > [class*="g-col"] {
      padding-left: 10px; }

.third-gutter {
  margin-left: -6.66667px; }
  .third-gutter > .g-col,
  .third-gutter > [class*="g-col"] {
    padding-left: 6.66667px; }
    .lt-ie8 .third-gutter > .g-col, .lt-ie8
    .third-gutter > [class*="g-col"] {
      padding-left: 6.66667px; }

.quarter-gutter {
  margin-left: -5px; }
  .quarter-gutter > .g-col,
  .quarter-gutter > [class*="g-col"] {
    padding-left: 5px; }
    .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
    .quarter-gutter > [class*="g-col"] {
      padding-left: 5px; }

.no-gutter {
  margin-left: 0; }
  .no-gutter > .g-col,
  .no-gutter > [class*="g-col"] {
    padding-left: 0; }
    .lt-ie8 .no-gutter > .g-col, .lt-ie8
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }

.reset-gutter {
  margin-left: -20px; }
  .reset-gutter > .g-col,
  .reset-gutter > [class*="g-col"] {
    padding-left: 20px; }
    .lt-ie8 .reset-gutter > .g-col, .lt-ie8
    .reset-gutter > [class*="g-col"] {
      padding-left: 20px; }

.g-col,
[class*="g-col"] {
  padding-left: 20px; }
  .lt-ie8 .g-col, .lt-ie8
  [class*="g-col"] {
    padding-left: 2%; }
  .g-wrap--inline .g-col, .g-wrap--inline
  [class*="g-col"] {
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: left;
    letter-spacing: normal; }
  .g-wrap--flex .g-col, .g-wrap--flex
  [class*="g-col"] {
    float: none; }
  .g-wrap--float .g-col, .g-wrap--float
  [class*="g-col"] {
    float: left; }

.g-col,
[class*="g-col"] {
  float: left;
  width: 100%;
  box-sizing: border-box;
  position: relative; }

.g-wrap--inline--left {
  text-align: left; }

.g-wrap--inline--center {
  text-align: center; }

.g-wrap--inline--right {
  text-align: right; }

.g-wrap--flex--left {
  justify-content: flex-start; }

.g-wrap--flex--center {
  justify-content: center; }

.g-wrap--flex--right {
  justify-content: flex-end; }

ul.g-wrap,
ol.g-wrap {
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  list-style: none; }

li.g-col,
li[class*="g-col"] {
  margin: 0; }

.g-col-0-1 {
  width: 0%; }
  .lt-ie8 .g-col-0-1 {
    width: -2%; }

.g-offset-0-1 {
  margin-left: 0%; }
  .lt-ie8 .g-offset-0-1 {
    margin-left: 0%; }

.g-push-0-1 {
  left: 0%; }
  body.rtl .g-push-0-1 {
    right: 0%; }
  .lt-ie8 .g-push-0-1 {
    left: 0%; }

.g-pull-0-1 {
  left: 0%; }
  body.rtl .g-pull-0-1 {
    right: 0%; }
  .lt-ie8 .g-pull-0-1 {
    left: 0%; }

.g-col-1-2 {
  width: 50%; }
  .lt-ie8 .g-col-1-2 {
    width: 48%; }

.g-offset-1-2 {
  margin-left: 50%; }
  .lt-ie8 .g-offset-1-2 {
    margin-left: 50%; }

.g-push-1-2 {
  left: 50%; }
  body.rtl .g-push-1-2 {
    right: 50%; }
  .lt-ie8 .g-push-1-2 {
    left: 50%; }

.g-pull-1-2 {
  left: -50%; }
  body.rtl .g-pull-1-2 {
    right: -50%; }
  .lt-ie8 .g-pull-1-2 {
    left: -50%; }

.g-col-1-3 {
  width: 33.33333%; }
  .lt-ie8 .g-col-1-3 {
    width: 31%; }

.g-offset-1-3 {
  margin-left: 33.33333%; }
  .lt-ie8 .g-offset-1-3 {
    margin-left: 33%; }

.g-push-1-3 {
  left: 33.33333%; }
  body.rtl .g-push-1-3 {
    right: 33.33333%; }
  .lt-ie8 .g-push-1-3 {
    left: 33%; }

.g-pull-1-3 {
  left: -33.33333%; }
  body.rtl .g-pull-1-3 {
    right: -33.33333%; }
  .lt-ie8 .g-pull-1-3 {
    left: -33%; }

.g-col-2-3 {
  width: 66.66667%; }
  .lt-ie8 .g-col-2-3 {
    width: 64%; }

.g-offset-2-3 {
  margin-left: 66.66667%; }
  .lt-ie8 .g-offset-2-3 {
    margin-left: 66%; }

.g-push-2-3 {
  left: 66.66667%; }
  body.rtl .g-push-2-3 {
    right: 66.66667%; }
  .lt-ie8 .g-push-2-3 {
    left: 66%; }

.g-pull-2-3 {
  left: -66.66667%; }
  body.rtl .g-pull-2-3 {
    right: -66.66667%; }
  .lt-ie8 .g-pull-2-3 {
    left: -66%; }

.g-col-1-4 {
  width: 25%; }
  .lt-ie8 .g-col-1-4 {
    width: 23%; }

.g-offset-1-4 {
  margin-left: 25%; }
  .lt-ie8 .g-offset-1-4 {
    margin-left: 25%; }

.g-push-1-4 {
  left: 25%; }
  body.rtl .g-push-1-4 {
    right: 25%; }
  .lt-ie8 .g-push-1-4 {
    left: 25%; }

.g-pull-1-4 {
  left: -25%; }
  body.rtl .g-pull-1-4 {
    right: -25%; }
  .lt-ie8 .g-pull-1-4 {
    left: -25%; }

.g-col-3-4 {
  width: 75%; }
  .lt-ie8 .g-col-3-4 {
    width: 73%; }

.g-offset-3-4 {
  margin-left: 75%; }
  .lt-ie8 .g-offset-3-4 {
    margin-left: 75%; }

.g-push-3-4 {
  left: 75%; }
  body.rtl .g-push-3-4 {
    right: 75%; }
  .lt-ie8 .g-push-3-4 {
    left: 75%; }

.g-pull-3-4 {
  left: -75%; }
  body.rtl .g-pull-3-4 {
    right: -75%; }
  .lt-ie8 .g-pull-3-4 {
    left: -75%; }

.g-col-1-5 {
  width: 20%; }
  .lt-ie8 .g-col-1-5 {
    width: 18%; }

.g-offset-1-5 {
  margin-left: 20%; }
  .lt-ie8 .g-offset-1-5 {
    margin-left: 20%; }

.g-push-1-5 {
  left: 20%; }
  body.rtl .g-push-1-5 {
    right: 20%; }
  .lt-ie8 .g-push-1-5 {
    left: 20%; }

.g-pull-1-5 {
  left: -20%; }
  body.rtl .g-pull-1-5 {
    right: -20%; }
  .lt-ie8 .g-pull-1-5 {
    left: -20%; }

.g-col-2-5 {
  width: 40%; }
  .lt-ie8 .g-col-2-5 {
    width: 38%; }

.g-offset-2-5 {
  margin-left: 40%; }
  .lt-ie8 .g-offset-2-5 {
    margin-left: 40%; }

.g-push-2-5 {
  left: 40%; }
  body.rtl .g-push-2-5 {
    right: 40%; }
  .lt-ie8 .g-push-2-5 {
    left: 40%; }

.g-pull-2-5 {
  left: -40%; }
  body.rtl .g-pull-2-5 {
    right: -40%; }
  .lt-ie8 .g-pull-2-5 {
    left: -40%; }

.g-col-3-5 {
  width: 60%; }
  .lt-ie8 .g-col-3-5 {
    width: 58%; }

.g-offset-3-5 {
  margin-left: 60%; }
  .lt-ie8 .g-offset-3-5 {
    margin-left: 60%; }

.g-push-3-5 {
  left: 60%; }
  body.rtl .g-push-3-5 {
    right: 60%; }
  .lt-ie8 .g-push-3-5 {
    left: 60%; }

.g-pull-3-5 {
  left: -60%; }
  body.rtl .g-pull-3-5 {
    right: -60%; }
  .lt-ie8 .g-pull-3-5 {
    left: -60%; }

.g-col-4-5 {
  width: 80%; }
  .lt-ie8 .g-col-4-5 {
    width: 78%; }

.g-offset-4-5 {
  margin-left: 80%; }
  .lt-ie8 .g-offset-4-5 {
    margin-left: 80%; }

.g-push-4-5 {
  left: 80%; }
  body.rtl .g-push-4-5 {
    right: 80%; }
  .lt-ie8 .g-push-4-5 {
    left: 80%; }

.g-pull-4-5 {
  left: -80%; }
  body.rtl .g-pull-4-5 {
    right: -80%; }
  .lt-ie8 .g-pull-4-5 {
    left: -80%; }

.g-col-1-6 {
  width: 16.66667%; }
  .lt-ie8 .g-col-1-6 {
    width: 14%; }

.g-offset-1-6 {
  margin-left: 16.66667%; }
  .lt-ie8 .g-offset-1-6 {
    margin-left: 16%; }

.g-push-1-6 {
  left: 16.66667%; }
  body.rtl .g-push-1-6 {
    right: 16.66667%; }
  .lt-ie8 .g-push-1-6 {
    left: 16%; }

.g-pull-1-6 {
  left: -16.66667%; }
  body.rtl .g-pull-1-6 {
    right: -16.66667%; }
  .lt-ie8 .g-pull-1-6 {
    left: -16%; }

.g-col-3-6 {
  width: 50%; }
  .lt-ie8 .g-col-3-6 {
    width: 48%; }

.g-offset-3-6 {
  margin-left: 50%; }
  .lt-ie8 .g-offset-3-6 {
    margin-left: 50%; }

.g-push-3-6 {
  left: 50%; }
  body.rtl .g-push-3-6 {
    right: 50%; }
  .lt-ie8 .g-push-3-6 {
    left: 50%; }

.g-pull-3-6 {
  left: -50%; }
  body.rtl .g-pull-3-6 {
    right: -50%; }
  .lt-ie8 .g-pull-3-6 {
    left: -50%; }

.g-col-5-6 {
  width: 83.33333%; }
  .lt-ie8 .g-col-5-6 {
    width: 81%; }

.g-offset-5-6 {
  margin-left: 83.33333%; }
  .lt-ie8 .g-offset-5-6 {
    margin-left: 83%; }

.g-push-5-6 {
  left: 83.33333%; }
  body.rtl .g-push-5-6 {
    right: 83.33333%; }
  .lt-ie8 .g-push-5-6 {
    left: 83%; }

.g-pull-5-6 {
  left: -83.33333%; }
  body.rtl .g-pull-5-6 {
    right: -83.33333%; }
  .lt-ie8 .g-pull-5-6 {
    left: -83%; }

.g-col-1-8 {
  width: 12.5%; }
  .lt-ie8 .g-col-1-8 {
    width: 10%; }

.g-offset-1-8 {
  margin-left: 12.5%; }
  .lt-ie8 .g-offset-1-8 {
    margin-left: 12%; }

.g-push-1-8 {
  left: 12.5%; }
  body.rtl .g-push-1-8 {
    right: 12.5%; }
  .lt-ie8 .g-push-1-8 {
    left: 12%; }

.g-pull-1-8 {
  left: -12.5%; }
  body.rtl .g-pull-1-8 {
    right: -12.5%; }
  .lt-ie8 .g-pull-1-8 {
    left: -12%; }

.g-col-3-8 {
  width: 37.5%; }
  .lt-ie8 .g-col-3-8 {
    width: 35%; }

.g-offset-3-8 {
  margin-left: 37.5%; }
  .lt-ie8 .g-offset-3-8 {
    margin-left: 37%; }

.g-push-3-8 {
  left: 37.5%; }
  body.rtl .g-push-3-8 {
    right: 37.5%; }
  .lt-ie8 .g-push-3-8 {
    left: 37%; }

.g-pull-3-8 {
  left: -37.5%; }
  body.rtl .g-pull-3-8 {
    right: -37.5%; }
  .lt-ie8 .g-pull-3-8 {
    left: -37%; }

.g-col-5-8 {
  width: 62.5%; }
  .lt-ie8 .g-col-5-8 {
    width: 60%; }

.g-offset-5-8 {
  margin-left: 62.5%; }
  .lt-ie8 .g-offset-5-8 {
    margin-left: 62%; }

.g-push-5-8 {
  left: 62.5%; }
  body.rtl .g-push-5-8 {
    right: 62.5%; }
  .lt-ie8 .g-push-5-8 {
    left: 62%; }

.g-pull-5-8 {
  left: -62.5%; }
  body.rtl .g-pull-5-8 {
    right: -62.5%; }
  .lt-ie8 .g-pull-5-8 {
    left: -62%; }

.g-col-7-8 {
  width: 87.5%; }
  .lt-ie8 .g-col-7-8 {
    width: 85%; }

.g-offset-7-8 {
  margin-left: 87.5%; }
  .lt-ie8 .g-offset-7-8 {
    margin-left: 87%; }

.g-push-7-8 {
  left: 87.5%; }
  body.rtl .g-push-7-8 {
    right: 87.5%; }
  .lt-ie8 .g-push-7-8 {
    left: 87%; }

.g-pull-7-8 {
  left: -87.5%; }
  body.rtl .g-pull-7-8 {
    right: -87.5%; }
  .lt-ie8 .g-pull-7-8 {
    left: -87%; }

.g-col-1-1 {
  width: 100%; }
  .lt-ie8 .g-col-1-1 {
    width: 98%; }

.g-offset-1-1 {
  margin-left: 100%; }
  .lt-ie8 .g-offset-1-1 {
    margin-left: 100%; }

.g-push-1-1 {
  left: 100%; }
  body.rtl .g-push-1-1 {
    right: 100%; }
  .lt-ie8 .g-push-1-1 {
    left: 100%; }

.g-pull-1-1 {
  left: -100%; }
  body.rtl .g-pull-1-1 {
    right: -100%; }
  .lt-ie8 .g-pull-1-1 {
    left: -100%; }

@media screen and (min-width: 320px) {
  .g-wrap {
    margin-left: -20px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .ie .g-wrap.safari-flex-only:after {
      display: none; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gm-wrap--inline {
    letter-spacing: -4px; }
  .gm-wrap--flex {
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    display: -webkit-flex;
    flex-basis: 100% !important;
    -webkit-flex-wrap: wrap; }
  .gm-wrap--flex--bottom {
    align-content: space-between; }
  .gm-wrap--float {
    display: block; }
  .gm-wrap--center {
    text-align: center; }
  .large-gutter {
    margin-left: -30px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 30px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 30px; }
  .half-gutter {
    margin-left: -10px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 10px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 10px; }
  .third-gutter {
    margin-left: -6.66667px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 6.66667px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 6.66667px; }
  .quarter-gutter {
    margin-left: -5px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 5px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 5px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -20px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 20px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 20px; }
  .g-col,
  [class*="g-col"] {
    padding-left: 20px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 2%; }
    .gm-wrap--inline .g-col, .gm-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      letter-spacing: normal; }
    .gm-wrap--flex .g-col, .gm-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gm-wrap--float .g-col, .gm-wrap--float
    [class*="g-col"] {
      float: left; }
  .gm-col,
  [class*="gm-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gm-wrap--inline--left {
    text-align: left; }
  .gm-wrap--inline--center {
    text-align: center; }
  .gm-wrap--inline--right {
    text-align: right; }
  .gm-wrap--flex--left {
    justify-content: flex-start; }
  .gm-wrap--flex--center {
    justify-content: center; }
  .gm-wrap--flex--right {
    justify-content: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin: 0; }
  .gm-col-0-1 {
    width: 0%; }
    .lt-ie8 .gm-col-0-1 {
      width: -2%; }
  .gm-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gm-offset-0-1 {
      margin-left: 0%; }
  .gm-push-0-1 {
    left: 0%; }
    body.rtl .gm-push-0-1 {
      right: 0%; }
    .lt-ie8 .gm-push-0-1 {
      left: 0%; }
  .gm-pull-0-1 {
    left: 0%; }
    body.rtl .gm-pull-0-1 {
      right: 0%; }
    .lt-ie8 .gm-pull-0-1 {
      left: 0%; }
  .gm-col-1-2 {
    width: 50%; }
    .lt-ie8 .gm-col-1-2 {
      width: 48%; }
  .gm-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gm-offset-1-2 {
      margin-left: 50%; }
  .gm-push-1-2 {
    left: 50%; }
    body.rtl .gm-push-1-2 {
      right: 50%; }
    .lt-ie8 .gm-push-1-2 {
      left: 50%; }
  .gm-pull-1-2 {
    left: -50%; }
    body.rtl .gm-pull-1-2 {
      right: -50%; }
    .lt-ie8 .gm-pull-1-2 {
      left: -50%; }
  .gm-col-1-3 {
    width: 33.33333%; }
    .lt-ie8 .gm-col-1-3 {
      width: 31%; }
  .gm-offset-1-3 {
    margin-left: 33.33333%; }
    .lt-ie8 .gm-offset-1-3 {
      margin-left: 33%; }
  .gm-push-1-3 {
    left: 33.33333%; }
    body.rtl .gm-push-1-3 {
      right: 33.33333%; }
    .lt-ie8 .gm-push-1-3 {
      left: 33%; }
  .gm-pull-1-3 {
    left: -33.33333%; }
    body.rtl .gm-pull-1-3 {
      right: -33.33333%; }
    .lt-ie8 .gm-pull-1-3 {
      left: -33%; }
  .gm-col-2-3 {
    width: 66.66667%; }
    .lt-ie8 .gm-col-2-3 {
      width: 64%; }
  .gm-offset-2-3 {
    margin-left: 66.66667%; }
    .lt-ie8 .gm-offset-2-3 {
      margin-left: 66%; }
  .gm-push-2-3 {
    left: 66.66667%; }
    body.rtl .gm-push-2-3 {
      right: 66.66667%; }
    .lt-ie8 .gm-push-2-3 {
      left: 66%; }
  .gm-pull-2-3 {
    left: -66.66667%; }
    body.rtl .gm-pull-2-3 {
      right: -66.66667%; }
    .lt-ie8 .gm-pull-2-3 {
      left: -66%; }
  .gm-col-1-4 {
    width: 25%; }
    .lt-ie8 .gm-col-1-4 {
      width: 23%; }
  .gm-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gm-offset-1-4 {
      margin-left: 25%; }
  .gm-push-1-4 {
    left: 25%; }
    body.rtl .gm-push-1-4 {
      right: 25%; }
    .lt-ie8 .gm-push-1-4 {
      left: 25%; }
  .gm-pull-1-4 {
    left: -25%; }
    body.rtl .gm-pull-1-4 {
      right: -25%; }
    .lt-ie8 .gm-pull-1-4 {
      left: -25%; }
  .gm-col-3-4 {
    width: 75%; }
    .lt-ie8 .gm-col-3-4 {
      width: 73%; }
  .gm-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gm-offset-3-4 {
      margin-left: 75%; }
  .gm-push-3-4 {
    left: 75%; }
    body.rtl .gm-push-3-4 {
      right: 75%; }
    .lt-ie8 .gm-push-3-4 {
      left: 75%; }
  .gm-pull-3-4 {
    left: -75%; }
    body.rtl .gm-pull-3-4 {
      right: -75%; }
    .lt-ie8 .gm-pull-3-4 {
      left: -75%; }
  .gm-col-1-5 {
    width: 20%; }
    .lt-ie8 .gm-col-1-5 {
      width: 18%; }
  .gm-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gm-offset-1-5 {
      margin-left: 20%; }
  .gm-push-1-5 {
    left: 20%; }
    body.rtl .gm-push-1-5 {
      right: 20%; }
    .lt-ie8 .gm-push-1-5 {
      left: 20%; }
  .gm-pull-1-5 {
    left: -20%; }
    body.rtl .gm-pull-1-5 {
      right: -20%; }
    .lt-ie8 .gm-pull-1-5 {
      left: -20%; }
  .gm-col-2-5 {
    width: 40%; }
    .lt-ie8 .gm-col-2-5 {
      width: 38%; }
  .gm-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gm-offset-2-5 {
      margin-left: 40%; }
  .gm-push-2-5 {
    left: 40%; }
    body.rtl .gm-push-2-5 {
      right: 40%; }
    .lt-ie8 .gm-push-2-5 {
      left: 40%; }
  .gm-pull-2-5 {
    left: -40%; }
    body.rtl .gm-pull-2-5 {
      right: -40%; }
    .lt-ie8 .gm-pull-2-5 {
      left: -40%; }
  .gm-col-3-5 {
    width: 60%; }
    .lt-ie8 .gm-col-3-5 {
      width: 58%; }
  .gm-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gm-offset-3-5 {
      margin-left: 60%; }
  .gm-push-3-5 {
    left: 60%; }
    body.rtl .gm-push-3-5 {
      right: 60%; }
    .lt-ie8 .gm-push-3-5 {
      left: 60%; }
  .gm-pull-3-5 {
    left: -60%; }
    body.rtl .gm-pull-3-5 {
      right: -60%; }
    .lt-ie8 .gm-pull-3-5 {
      left: -60%; }
  .gm-col-4-5 {
    width: 80%; }
    .lt-ie8 .gm-col-4-5 {
      width: 78%; }
  .gm-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gm-offset-4-5 {
      margin-left: 80%; }
  .gm-push-4-5 {
    left: 80%; }
    body.rtl .gm-push-4-5 {
      right: 80%; }
    .lt-ie8 .gm-push-4-5 {
      left: 80%; }
  .gm-pull-4-5 {
    left: -80%; }
    body.rtl .gm-pull-4-5 {
      right: -80%; }
    .lt-ie8 .gm-pull-4-5 {
      left: -80%; }
  .gm-col-1-6 {
    width: 16.66667%; }
    .lt-ie8 .gm-col-1-6 {
      width: 14%; }
  .gm-offset-1-6 {
    margin-left: 16.66667%; }
    .lt-ie8 .gm-offset-1-6 {
      margin-left: 16%; }
  .gm-push-1-6 {
    left: 16.66667%; }
    body.rtl .gm-push-1-6 {
      right: 16.66667%; }
    .lt-ie8 .gm-push-1-6 {
      left: 16%; }
  .gm-pull-1-6 {
    left: -16.66667%; }
    body.rtl .gm-pull-1-6 {
      right: -16.66667%; }
    .lt-ie8 .gm-pull-1-6 {
      left: -16%; }
  .gm-col-3-6 {
    width: 50%; }
    .lt-ie8 .gm-col-3-6 {
      width: 48%; }
  .gm-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gm-offset-3-6 {
      margin-left: 50%; }
  .gm-push-3-6 {
    left: 50%; }
    body.rtl .gm-push-3-6 {
      right: 50%; }
    .lt-ie8 .gm-push-3-6 {
      left: 50%; }
  .gm-pull-3-6 {
    left: -50%; }
    body.rtl .gm-pull-3-6 {
      right: -50%; }
    .lt-ie8 .gm-pull-3-6 {
      left: -50%; }
  .gm-col-5-6 {
    width: 83.33333%; }
    .lt-ie8 .gm-col-5-6 {
      width: 81%; }
  .gm-offset-5-6 {
    margin-left: 83.33333%; }
    .lt-ie8 .gm-offset-5-6 {
      margin-left: 83%; }
  .gm-push-5-6 {
    left: 83.33333%; }
    body.rtl .gm-push-5-6 {
      right: 83.33333%; }
    .lt-ie8 .gm-push-5-6 {
      left: 83%; }
  .gm-pull-5-6 {
    left: -83.33333%; }
    body.rtl .gm-pull-5-6 {
      right: -83.33333%; }
    .lt-ie8 .gm-pull-5-6 {
      left: -83%; }
  .gm-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gm-col-1-8 {
      width: 10%; }
  .gm-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gm-offset-1-8 {
      margin-left: 12%; }
  .gm-push-1-8 {
    left: 12.5%; }
    body.rtl .gm-push-1-8 {
      right: 12.5%; }
    .lt-ie8 .gm-push-1-8 {
      left: 12%; }
  .gm-pull-1-8 {
    left: -12.5%; }
    body.rtl .gm-pull-1-8 {
      right: -12.5%; }
    .lt-ie8 .gm-pull-1-8 {
      left: -12%; }
  .gm-col-3-8 {
    width: 37.5%; }
    .lt-ie8 .gm-col-3-8 {
      width: 35%; }
  .gm-offset-3-8 {
    margin-left: 37.5%; }
    .lt-ie8 .gm-offset-3-8 {
      margin-left: 37%; }
  .gm-push-3-8 {
    left: 37.5%; }
    body.rtl .gm-push-3-8 {
      right: 37.5%; }
    .lt-ie8 .gm-push-3-8 {
      left: 37%; }
  .gm-pull-3-8 {
    left: -37.5%; }
    body.rtl .gm-pull-3-8 {
      right: -37.5%; }
    .lt-ie8 .gm-pull-3-8 {
      left: -37%; }
  .gm-col-5-8 {
    width: 62.5%; }
    .lt-ie8 .gm-col-5-8 {
      width: 60%; }
  .gm-offset-5-8 {
    margin-left: 62.5%; }
    .lt-ie8 .gm-offset-5-8 {
      margin-left: 62%; }
  .gm-push-5-8 {
    left: 62.5%; }
    body.rtl .gm-push-5-8 {
      right: 62.5%; }
    .lt-ie8 .gm-push-5-8 {
      left: 62%; }
  .gm-pull-5-8 {
    left: -62.5%; }
    body.rtl .gm-pull-5-8 {
      right: -62.5%; }
    .lt-ie8 .gm-pull-5-8 {
      left: -62%; }
  .gm-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gm-col-7-8 {
      width: 85%; }
  .gm-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gm-offset-7-8 {
      margin-left: 87%; }
  .gm-push-7-8 {
    left: 87.5%; }
    body.rtl .gm-push-7-8 {
      right: 87.5%; }
    .lt-ie8 .gm-push-7-8 {
      left: 87%; }
  .gm-pull-7-8 {
    left: -87.5%; }
    body.rtl .gm-pull-7-8 {
      right: -87.5%; }
    .lt-ie8 .gm-pull-7-8 {
      left: -87%; }
  .gm-col-1-1 {
    width: 100%; }
    .lt-ie8 .gm-col-1-1 {
      width: 98%; }
  .gm-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gm-offset-1-1 {
      margin-left: 100%; }
  .gm-push-1-1 {
    left: 100%; }
    body.rtl .gm-push-1-1 {
      right: 100%; }
    .lt-ie8 .gm-push-1-1 {
      left: 100%; }
  .gm-pull-1-1 {
    left: -100%; }
    body.rtl .gm-pull-1-1 {
      right: -100%; }
    .lt-ie8 .gm-pull-1-1 {
      left: -100%; } }

@media screen and (min-width: 480px) {
  .g-wrap {
    margin-left: -20px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .ie .g-wrap.safari-flex-only:after {
      display: none; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gmw-wrap--inline {
    letter-spacing: -4px; }
  .gmw-wrap--flex {
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    display: -webkit-flex;
    flex-basis: 100% !important;
    -webkit-flex-wrap: wrap; }
  .gmw-wrap--flex--bottom {
    align-content: space-between; }
  .gmw-wrap--float {
    display: block; }
  .gmw-wrap--center {
    text-align: center; }
  .large-gutter {
    margin-left: -30px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 30px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 30px; }
  .half-gutter {
    margin-left: -10px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 10px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 10px; }
  .third-gutter {
    margin-left: -6.66667px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 6.66667px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 6.66667px; }
  .quarter-gutter {
    margin-left: -5px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 5px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 5px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -20px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 20px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 20px; }
  .g-col,
  [class*="g-col"] {
    padding-left: 20px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 2%; }
    .gmw-wrap--inline .g-col, .gmw-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      letter-spacing: normal; }
    .gmw-wrap--flex .g-col, .gmw-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gmw-wrap--float .g-col, .gmw-wrap--float
    [class*="g-col"] {
      float: left; }
  .gmw-col,
  [class*="gmw-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gmw-wrap--inline--left {
    text-align: left; }
  .gmw-wrap--inline--center {
    text-align: center; }
  .gmw-wrap--inline--right {
    text-align: right; }
  .gmw-wrap--flex--left {
    justify-content: flex-start; }
  .gmw-wrap--flex--center {
    justify-content: center; }
  .gmw-wrap--flex--right {
    justify-content: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin: 0; }
  .gmw-col-0-1 {
    width: 0%; }
    .lt-ie8 .gmw-col-0-1 {
      width: -2%; }
  .gmw-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gmw-offset-0-1 {
      margin-left: 0%; }
  .gmw-push-0-1 {
    left: 0%; }
    body.rtl .gmw-push-0-1 {
      right: 0%; }
    .lt-ie8 .gmw-push-0-1 {
      left: 0%; }
  .gmw-pull-0-1 {
    left: 0%; }
    body.rtl .gmw-pull-0-1 {
      right: 0%; }
    .lt-ie8 .gmw-pull-0-1 {
      left: 0%; }
  .gmw-col-1-2 {
    width: 50%; }
    .lt-ie8 .gmw-col-1-2 {
      width: 48%; }
  .gmw-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gmw-offset-1-2 {
      margin-left: 50%; }
  .gmw-push-1-2 {
    left: 50%; }
    body.rtl .gmw-push-1-2 {
      right: 50%; }
    .lt-ie8 .gmw-push-1-2 {
      left: 50%; }
  .gmw-pull-1-2 {
    left: -50%; }
    body.rtl .gmw-pull-1-2 {
      right: -50%; }
    .lt-ie8 .gmw-pull-1-2 {
      left: -50%; }
  .gmw-col-1-3 {
    width: 33.33333%; }
    .lt-ie8 .gmw-col-1-3 {
      width: 31%; }
  .gmw-offset-1-3 {
    margin-left: 33.33333%; }
    .lt-ie8 .gmw-offset-1-3 {
      margin-left: 33%; }
  .gmw-push-1-3 {
    left: 33.33333%; }
    body.rtl .gmw-push-1-3 {
      right: 33.33333%; }
    .lt-ie8 .gmw-push-1-3 {
      left: 33%; }
  .gmw-pull-1-3 {
    left: -33.33333%; }
    body.rtl .gmw-pull-1-3 {
      right: -33.33333%; }
    .lt-ie8 .gmw-pull-1-3 {
      left: -33%; }
  .gmw-col-2-3 {
    width: 66.66667%; }
    .lt-ie8 .gmw-col-2-3 {
      width: 64%; }
  .gmw-offset-2-3 {
    margin-left: 66.66667%; }
    .lt-ie8 .gmw-offset-2-3 {
      margin-left: 66%; }
  .gmw-push-2-3 {
    left: 66.66667%; }
    body.rtl .gmw-push-2-3 {
      right: 66.66667%; }
    .lt-ie8 .gmw-push-2-3 {
      left: 66%; }
  .gmw-pull-2-3 {
    left: -66.66667%; }
    body.rtl .gmw-pull-2-3 {
      right: -66.66667%; }
    .lt-ie8 .gmw-pull-2-3 {
      left: -66%; }
  .gmw-col-1-4 {
    width: 25%; }
    .lt-ie8 .gmw-col-1-4 {
      width: 23%; }
  .gmw-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gmw-offset-1-4 {
      margin-left: 25%; }
  .gmw-push-1-4 {
    left: 25%; }
    body.rtl .gmw-push-1-4 {
      right: 25%; }
    .lt-ie8 .gmw-push-1-4 {
      left: 25%; }
  .gmw-pull-1-4 {
    left: -25%; }
    body.rtl .gmw-pull-1-4 {
      right: -25%; }
    .lt-ie8 .gmw-pull-1-4 {
      left: -25%; }
  .gmw-col-3-4 {
    width: 75%; }
    .lt-ie8 .gmw-col-3-4 {
      width: 73%; }
  .gmw-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gmw-offset-3-4 {
      margin-left: 75%; }
  .gmw-push-3-4 {
    left: 75%; }
    body.rtl .gmw-push-3-4 {
      right: 75%; }
    .lt-ie8 .gmw-push-3-4 {
      left: 75%; }
  .gmw-pull-3-4 {
    left: -75%; }
    body.rtl .gmw-pull-3-4 {
      right: -75%; }
    .lt-ie8 .gmw-pull-3-4 {
      left: -75%; }
  .gmw-col-1-5 {
    width: 20%; }
    .lt-ie8 .gmw-col-1-5 {
      width: 18%; }
  .gmw-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gmw-offset-1-5 {
      margin-left: 20%; }
  .gmw-push-1-5 {
    left: 20%; }
    body.rtl .gmw-push-1-5 {
      right: 20%; }
    .lt-ie8 .gmw-push-1-5 {
      left: 20%; }
  .gmw-pull-1-5 {
    left: -20%; }
    body.rtl .gmw-pull-1-5 {
      right: -20%; }
    .lt-ie8 .gmw-pull-1-5 {
      left: -20%; }
  .gmw-col-2-5 {
    width: 40%; }
    .lt-ie8 .gmw-col-2-5 {
      width: 38%; }
  .gmw-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gmw-offset-2-5 {
      margin-left: 40%; }
  .gmw-push-2-5 {
    left: 40%; }
    body.rtl .gmw-push-2-5 {
      right: 40%; }
    .lt-ie8 .gmw-push-2-5 {
      left: 40%; }
  .gmw-pull-2-5 {
    left: -40%; }
    body.rtl .gmw-pull-2-5 {
      right: -40%; }
    .lt-ie8 .gmw-pull-2-5 {
      left: -40%; }
  .gmw-col-3-5 {
    width: 60%; }
    .lt-ie8 .gmw-col-3-5 {
      width: 58%; }
  .gmw-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gmw-offset-3-5 {
      margin-left: 60%; }
  .gmw-push-3-5 {
    left: 60%; }
    body.rtl .gmw-push-3-5 {
      right: 60%; }
    .lt-ie8 .gmw-push-3-5 {
      left: 60%; }
  .gmw-pull-3-5 {
    left: -60%; }
    body.rtl .gmw-pull-3-5 {
      right: -60%; }
    .lt-ie8 .gmw-pull-3-5 {
      left: -60%; }
  .gmw-col-4-5 {
    width: 80%; }
    .lt-ie8 .gmw-col-4-5 {
      width: 78%; }
  .gmw-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gmw-offset-4-5 {
      margin-left: 80%; }
  .gmw-push-4-5 {
    left: 80%; }
    body.rtl .gmw-push-4-5 {
      right: 80%; }
    .lt-ie8 .gmw-push-4-5 {
      left: 80%; }
  .gmw-pull-4-5 {
    left: -80%; }
    body.rtl .gmw-pull-4-5 {
      right: -80%; }
    .lt-ie8 .gmw-pull-4-5 {
      left: -80%; }
  .gmw-col-1-6 {
    width: 16.66667%; }
    .lt-ie8 .gmw-col-1-6 {
      width: 14%; }
  .gmw-offset-1-6 {
    margin-left: 16.66667%; }
    .lt-ie8 .gmw-offset-1-6 {
      margin-left: 16%; }
  .gmw-push-1-6 {
    left: 16.66667%; }
    body.rtl .gmw-push-1-6 {
      right: 16.66667%; }
    .lt-ie8 .gmw-push-1-6 {
      left: 16%; }
  .gmw-pull-1-6 {
    left: -16.66667%; }
    body.rtl .gmw-pull-1-6 {
      right: -16.66667%; }
    .lt-ie8 .gmw-pull-1-6 {
      left: -16%; }
  .gmw-col-3-6 {
    width: 50%; }
    .lt-ie8 .gmw-col-3-6 {
      width: 48%; }
  .gmw-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gmw-offset-3-6 {
      margin-left: 50%; }
  .gmw-push-3-6 {
    left: 50%; }
    body.rtl .gmw-push-3-6 {
      right: 50%; }
    .lt-ie8 .gmw-push-3-6 {
      left: 50%; }
  .gmw-pull-3-6 {
    left: -50%; }
    body.rtl .gmw-pull-3-6 {
      right: -50%; }
    .lt-ie8 .gmw-pull-3-6 {
      left: -50%; }
  .gmw-col-5-6 {
    width: 83.33333%; }
    .lt-ie8 .gmw-col-5-6 {
      width: 81%; }
  .gmw-offset-5-6 {
    margin-left: 83.33333%; }
    .lt-ie8 .gmw-offset-5-6 {
      margin-left: 83%; }
  .gmw-push-5-6 {
    left: 83.33333%; }
    body.rtl .gmw-push-5-6 {
      right: 83.33333%; }
    .lt-ie8 .gmw-push-5-6 {
      left: 83%; }
  .gmw-pull-5-6 {
    left: -83.33333%; }
    body.rtl .gmw-pull-5-6 {
      right: -83.33333%; }
    .lt-ie8 .gmw-pull-5-6 {
      left: -83%; }
  .gmw-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gmw-col-1-8 {
      width: 10%; }
  .gmw-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gmw-offset-1-8 {
      margin-left: 12%; }
  .gmw-push-1-8 {
    left: 12.5%; }
    body.rtl .gmw-push-1-8 {
      right: 12.5%; }
    .lt-ie8 .gmw-push-1-8 {
      left: 12%; }
  .gmw-pull-1-8 {
    left: -12.5%; }
    body.rtl .gmw-pull-1-8 {
      right: -12.5%; }
    .lt-ie8 .gmw-pull-1-8 {
      left: -12%; }
  .gmw-col-3-8 {
    width: 37.5%; }
    .lt-ie8 .gmw-col-3-8 {
      width: 35%; }
  .gmw-offset-3-8 {
    margin-left: 37.5%; }
    .lt-ie8 .gmw-offset-3-8 {
      margin-left: 37%; }
  .gmw-push-3-8 {
    left: 37.5%; }
    body.rtl .gmw-push-3-8 {
      right: 37.5%; }
    .lt-ie8 .gmw-push-3-8 {
      left: 37%; }
  .gmw-pull-3-8 {
    left: -37.5%; }
    body.rtl .gmw-pull-3-8 {
      right: -37.5%; }
    .lt-ie8 .gmw-pull-3-8 {
      left: -37%; }
  .gmw-col-5-8 {
    width: 62.5%; }
    .lt-ie8 .gmw-col-5-8 {
      width: 60%; }
  .gmw-offset-5-8 {
    margin-left: 62.5%; }
    .lt-ie8 .gmw-offset-5-8 {
      margin-left: 62%; }
  .gmw-push-5-8 {
    left: 62.5%; }
    body.rtl .gmw-push-5-8 {
      right: 62.5%; }
    .lt-ie8 .gmw-push-5-8 {
      left: 62%; }
  .gmw-pull-5-8 {
    left: -62.5%; }
    body.rtl .gmw-pull-5-8 {
      right: -62.5%; }
    .lt-ie8 .gmw-pull-5-8 {
      left: -62%; }
  .gmw-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gmw-col-7-8 {
      width: 85%; }
  .gmw-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gmw-offset-7-8 {
      margin-left: 87%; }
  .gmw-push-7-8 {
    left: 87.5%; }
    body.rtl .gmw-push-7-8 {
      right: 87.5%; }
    .lt-ie8 .gmw-push-7-8 {
      left: 87%; }
  .gmw-pull-7-8 {
    left: -87.5%; }
    body.rtl .gmw-pull-7-8 {
      right: -87.5%; }
    .lt-ie8 .gmw-pull-7-8 {
      left: -87%; }
  .gmw-col-1-1 {
    width: 100%; }
    .lt-ie8 .gmw-col-1-1 {
      width: 98%; }
  .gmw-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gmw-offset-1-1 {
      margin-left: 100%; }
  .gmw-push-1-1 {
    left: 100%; }
    body.rtl .gmw-push-1-1 {
      right: 100%; }
    .lt-ie8 .gmw-push-1-1 {
      left: 100%; }
  .gmw-pull-1-1 {
    left: -100%; }
    body.rtl .gmw-pull-1-1 {
      right: -100%; }
    .lt-ie8 .gmw-pull-1-1 {
      left: -100%; } }

@media screen and (min-width: 520px) {
  .g-wrap {
    margin-left: -20px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .ie .g-wrap.safari-flex-only:after {
      display: none; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gp-wrap--inline {
    letter-spacing: -4px; }
  .gp-wrap--flex {
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    display: -webkit-flex;
    flex-basis: 100% !important;
    -webkit-flex-wrap: wrap; }
  .gp-wrap--flex--bottom {
    align-content: space-between; }
  .gp-wrap--float {
    display: block; }
  .gp-wrap--center {
    text-align: center; }
  .large-gutter {
    margin-left: -30px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 30px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 30px; }
  .half-gutter {
    margin-left: -10px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 10px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 10px; }
  .third-gutter {
    margin-left: -6.66667px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 6.66667px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 6.66667px; }
  .quarter-gutter {
    margin-left: -5px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 5px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 5px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -20px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 20px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 20px; }
  .g-col,
  [class*="g-col"] {
    padding-left: 20px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 2%; }
    .gp-wrap--inline .g-col, .gp-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      letter-spacing: normal; }
    .gp-wrap--flex .g-col, .gp-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gp-wrap--float .g-col, .gp-wrap--float
    [class*="g-col"] {
      float: left; }
  .gp-col,
  [class*="gp-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gp-wrap--inline--left {
    text-align: left; }
  .gp-wrap--inline--center {
    text-align: center; }
  .gp-wrap--inline--right {
    text-align: right; }
  .gp-wrap--flex--left {
    justify-content: flex-start; }
  .gp-wrap--flex--center {
    justify-content: center; }
  .gp-wrap--flex--right {
    justify-content: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin: 0; }
  .gp-col-0-1 {
    width: 0%; }
    .lt-ie8 .gp-col-0-1 {
      width: -2%; }
  .gp-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gp-offset-0-1 {
      margin-left: 0%; }
  .gp-push-0-1 {
    left: 0%; }
    body.rtl .gp-push-0-1 {
      right: 0%; }
    .lt-ie8 .gp-push-0-1 {
      left: 0%; }
  .gp-pull-0-1 {
    left: 0%; }
    body.rtl .gp-pull-0-1 {
      right: 0%; }
    .lt-ie8 .gp-pull-0-1 {
      left: 0%; }
  .gp-col-1-2 {
    width: 50%; }
    .lt-ie8 .gp-col-1-2 {
      width: 48%; }
  .gp-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gp-offset-1-2 {
      margin-left: 50%; }
  .gp-push-1-2 {
    left: 50%; }
    body.rtl .gp-push-1-2 {
      right: 50%; }
    .lt-ie8 .gp-push-1-2 {
      left: 50%; }
  .gp-pull-1-2 {
    left: -50%; }
    body.rtl .gp-pull-1-2 {
      right: -50%; }
    .lt-ie8 .gp-pull-1-2 {
      left: -50%; }
  .gp-col-1-3 {
    width: 33.33333%; }
    .lt-ie8 .gp-col-1-3 {
      width: 31%; }
  .gp-offset-1-3 {
    margin-left: 33.33333%; }
    .lt-ie8 .gp-offset-1-3 {
      margin-left: 33%; }
  .gp-push-1-3 {
    left: 33.33333%; }
    body.rtl .gp-push-1-3 {
      right: 33.33333%; }
    .lt-ie8 .gp-push-1-3 {
      left: 33%; }
  .gp-pull-1-3 {
    left: -33.33333%; }
    body.rtl .gp-pull-1-3 {
      right: -33.33333%; }
    .lt-ie8 .gp-pull-1-3 {
      left: -33%; }
  .gp-col-2-3 {
    width: 66.66667%; }
    .lt-ie8 .gp-col-2-3 {
      width: 64%; }
  .gp-offset-2-3 {
    margin-left: 66.66667%; }
    .lt-ie8 .gp-offset-2-3 {
      margin-left: 66%; }
  .gp-push-2-3 {
    left: 66.66667%; }
    body.rtl .gp-push-2-3 {
      right: 66.66667%; }
    .lt-ie8 .gp-push-2-3 {
      left: 66%; }
  .gp-pull-2-3 {
    left: -66.66667%; }
    body.rtl .gp-pull-2-3 {
      right: -66.66667%; }
    .lt-ie8 .gp-pull-2-3 {
      left: -66%; }
  .gp-col-1-4 {
    width: 25%; }
    .lt-ie8 .gp-col-1-4 {
      width: 23%; }
  .gp-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gp-offset-1-4 {
      margin-left: 25%; }
  .gp-push-1-4 {
    left: 25%; }
    body.rtl .gp-push-1-4 {
      right: 25%; }
    .lt-ie8 .gp-push-1-4 {
      left: 25%; }
  .gp-pull-1-4 {
    left: -25%; }
    body.rtl .gp-pull-1-4 {
      right: -25%; }
    .lt-ie8 .gp-pull-1-4 {
      left: -25%; }
  .gp-col-3-4 {
    width: 75%; }
    .lt-ie8 .gp-col-3-4 {
      width: 73%; }
  .gp-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gp-offset-3-4 {
      margin-left: 75%; }
  .gp-push-3-4 {
    left: 75%; }
    body.rtl .gp-push-3-4 {
      right: 75%; }
    .lt-ie8 .gp-push-3-4 {
      left: 75%; }
  .gp-pull-3-4 {
    left: -75%; }
    body.rtl .gp-pull-3-4 {
      right: -75%; }
    .lt-ie8 .gp-pull-3-4 {
      left: -75%; }
  .gp-col-1-5 {
    width: 20%; }
    .lt-ie8 .gp-col-1-5 {
      width: 18%; }
  .gp-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gp-offset-1-5 {
      margin-left: 20%; }
  .gp-push-1-5 {
    left: 20%; }
    body.rtl .gp-push-1-5 {
      right: 20%; }
    .lt-ie8 .gp-push-1-5 {
      left: 20%; }
  .gp-pull-1-5 {
    left: -20%; }
    body.rtl .gp-pull-1-5 {
      right: -20%; }
    .lt-ie8 .gp-pull-1-5 {
      left: -20%; }
  .gp-col-2-5 {
    width: 40%; }
    .lt-ie8 .gp-col-2-5 {
      width: 38%; }
  .gp-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gp-offset-2-5 {
      margin-left: 40%; }
  .gp-push-2-5 {
    left: 40%; }
    body.rtl .gp-push-2-5 {
      right: 40%; }
    .lt-ie8 .gp-push-2-5 {
      left: 40%; }
  .gp-pull-2-5 {
    left: -40%; }
    body.rtl .gp-pull-2-5 {
      right: -40%; }
    .lt-ie8 .gp-pull-2-5 {
      left: -40%; }
  .gp-col-3-5 {
    width: 60%; }
    .lt-ie8 .gp-col-3-5 {
      width: 58%; }
  .gp-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gp-offset-3-5 {
      margin-left: 60%; }
  .gp-push-3-5 {
    left: 60%; }
    body.rtl .gp-push-3-5 {
      right: 60%; }
    .lt-ie8 .gp-push-3-5 {
      left: 60%; }
  .gp-pull-3-5 {
    left: -60%; }
    body.rtl .gp-pull-3-5 {
      right: -60%; }
    .lt-ie8 .gp-pull-3-5 {
      left: -60%; }
  .gp-col-4-5 {
    width: 80%; }
    .lt-ie8 .gp-col-4-5 {
      width: 78%; }
  .gp-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gp-offset-4-5 {
      margin-left: 80%; }
  .gp-push-4-5 {
    left: 80%; }
    body.rtl .gp-push-4-5 {
      right: 80%; }
    .lt-ie8 .gp-push-4-5 {
      left: 80%; }
  .gp-pull-4-5 {
    left: -80%; }
    body.rtl .gp-pull-4-5 {
      right: -80%; }
    .lt-ie8 .gp-pull-4-5 {
      left: -80%; }
  .gp-col-1-6 {
    width: 16.66667%; }
    .lt-ie8 .gp-col-1-6 {
      width: 14%; }
  .gp-offset-1-6 {
    margin-left: 16.66667%; }
    .lt-ie8 .gp-offset-1-6 {
      margin-left: 16%; }
  .gp-push-1-6 {
    left: 16.66667%; }
    body.rtl .gp-push-1-6 {
      right: 16.66667%; }
    .lt-ie8 .gp-push-1-6 {
      left: 16%; }
  .gp-pull-1-6 {
    left: -16.66667%; }
    body.rtl .gp-pull-1-6 {
      right: -16.66667%; }
    .lt-ie8 .gp-pull-1-6 {
      left: -16%; }
  .gp-col-3-6 {
    width: 50%; }
    .lt-ie8 .gp-col-3-6 {
      width: 48%; }
  .gp-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gp-offset-3-6 {
      margin-left: 50%; }
  .gp-push-3-6 {
    left: 50%; }
    body.rtl .gp-push-3-6 {
      right: 50%; }
    .lt-ie8 .gp-push-3-6 {
      left: 50%; }
  .gp-pull-3-6 {
    left: -50%; }
    body.rtl .gp-pull-3-6 {
      right: -50%; }
    .lt-ie8 .gp-pull-3-6 {
      left: -50%; }
  .gp-col-5-6 {
    width: 83.33333%; }
    .lt-ie8 .gp-col-5-6 {
      width: 81%; }
  .gp-offset-5-6 {
    margin-left: 83.33333%; }
    .lt-ie8 .gp-offset-5-6 {
      margin-left: 83%; }
  .gp-push-5-6 {
    left: 83.33333%; }
    body.rtl .gp-push-5-6 {
      right: 83.33333%; }
    .lt-ie8 .gp-push-5-6 {
      left: 83%; }
  .gp-pull-5-6 {
    left: -83.33333%; }
    body.rtl .gp-pull-5-6 {
      right: -83.33333%; }
    .lt-ie8 .gp-pull-5-6 {
      left: -83%; }
  .gp-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gp-col-1-8 {
      width: 10%; }
  .gp-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gp-offset-1-8 {
      margin-left: 12%; }
  .gp-push-1-8 {
    left: 12.5%; }
    body.rtl .gp-push-1-8 {
      right: 12.5%; }
    .lt-ie8 .gp-push-1-8 {
      left: 12%; }
  .gp-pull-1-8 {
    left: -12.5%; }
    body.rtl .gp-pull-1-8 {
      right: -12.5%; }
    .lt-ie8 .gp-pull-1-8 {
      left: -12%; }
  .gp-col-3-8 {
    width: 37.5%; }
    .lt-ie8 .gp-col-3-8 {
      width: 35%; }
  .gp-offset-3-8 {
    margin-left: 37.5%; }
    .lt-ie8 .gp-offset-3-8 {
      margin-left: 37%; }
  .gp-push-3-8 {
    left: 37.5%; }
    body.rtl .gp-push-3-8 {
      right: 37.5%; }
    .lt-ie8 .gp-push-3-8 {
      left: 37%; }
  .gp-pull-3-8 {
    left: -37.5%; }
    body.rtl .gp-pull-3-8 {
      right: -37.5%; }
    .lt-ie8 .gp-pull-3-8 {
      left: -37%; }
  .gp-col-5-8 {
    width: 62.5%; }
    .lt-ie8 .gp-col-5-8 {
      width: 60%; }
  .gp-offset-5-8 {
    margin-left: 62.5%; }
    .lt-ie8 .gp-offset-5-8 {
      margin-left: 62%; }
  .gp-push-5-8 {
    left: 62.5%; }
    body.rtl .gp-push-5-8 {
      right: 62.5%; }
    .lt-ie8 .gp-push-5-8 {
      left: 62%; }
  .gp-pull-5-8 {
    left: -62.5%; }
    body.rtl .gp-pull-5-8 {
      right: -62.5%; }
    .lt-ie8 .gp-pull-5-8 {
      left: -62%; }
  .gp-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gp-col-7-8 {
      width: 85%; }
  .gp-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gp-offset-7-8 {
      margin-left: 87%; }
  .gp-push-7-8 {
    left: 87.5%; }
    body.rtl .gp-push-7-8 {
      right: 87.5%; }
    .lt-ie8 .gp-push-7-8 {
      left: 87%; }
  .gp-pull-7-8 {
    left: -87.5%; }
    body.rtl .gp-pull-7-8 {
      right: -87.5%; }
    .lt-ie8 .gp-pull-7-8 {
      left: -87%; }
  .gp-col-1-1 {
    width: 100%; }
    .lt-ie8 .gp-col-1-1 {
      width: 98%; }
  .gp-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gp-offset-1-1 {
      margin-left: 100%; }
  .gp-push-1-1 {
    left: 100%; }
    body.rtl .gp-push-1-1 {
      right: 100%; }
    .lt-ie8 .gp-push-1-1 {
      left: 100%; }
  .gp-pull-1-1 {
    left: -100%; }
    body.rtl .gp-pull-1-1 {
      right: -100%; }
    .lt-ie8 .gp-pull-1-1 {
      left: -100%; } }

@media screen and (min-width: 640px) {
  .g-wrap {
    margin-left: -20px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .ie .g-wrap.safari-flex-only:after {
      display: none; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gpw-wrap--inline {
    letter-spacing: -4px; }
  .gpw-wrap--flex {
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    display: -webkit-flex;
    flex-basis: 100% !important;
    -webkit-flex-wrap: wrap; }
  .gpw-wrap--flex--bottom {
    align-content: space-between; }
  .gpw-wrap--float {
    display: block; }
  .gpw-wrap--center {
    text-align: center; }
  .large-gutter {
    margin-left: -30px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 30px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 30px; }
  .half-gutter {
    margin-left: -10px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 10px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 10px; }
  .third-gutter {
    margin-left: -6.66667px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 6.66667px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 6.66667px; }
  .quarter-gutter {
    margin-left: -5px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 5px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 5px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -20px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 20px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 20px; }
  .g-col,
  [class*="g-col"] {
    padding-left: 20px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 2%; }
    .gpw-wrap--inline .g-col, .gpw-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      letter-spacing: normal; }
    .gpw-wrap--flex .g-col, .gpw-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gpw-wrap--float .g-col, .gpw-wrap--float
    [class*="g-col"] {
      float: left; }
  .gpw-col,
  [class*="gpw-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gpw-wrap--inline--left {
    text-align: left; }
  .gpw-wrap--inline--center {
    text-align: center; }
  .gpw-wrap--inline--right {
    text-align: right; }
  .gpw-wrap--flex--left {
    justify-content: flex-start; }
  .gpw-wrap--flex--center {
    justify-content: center; }
  .gpw-wrap--flex--right {
    justify-content: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin: 0; }
  .gpw-col-0-1 {
    width: 0%; }
    .lt-ie8 .gpw-col-0-1 {
      width: -2%; }
  .gpw-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gpw-offset-0-1 {
      margin-left: 0%; }
  .gpw-push-0-1 {
    left: 0%; }
    body.rtl .gpw-push-0-1 {
      right: 0%; }
    .lt-ie8 .gpw-push-0-1 {
      left: 0%; }
  .gpw-pull-0-1 {
    left: 0%; }
    body.rtl .gpw-pull-0-1 {
      right: 0%; }
    .lt-ie8 .gpw-pull-0-1 {
      left: 0%; }
  .gpw-col-1-2 {
    width: 50%; }
    .lt-ie8 .gpw-col-1-2 {
      width: 48%; }
  .gpw-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gpw-offset-1-2 {
      margin-left: 50%; }
  .gpw-push-1-2 {
    left: 50%; }
    body.rtl .gpw-push-1-2 {
      right: 50%; }
    .lt-ie8 .gpw-push-1-2 {
      left: 50%; }
  .gpw-pull-1-2 {
    left: -50%; }
    body.rtl .gpw-pull-1-2 {
      right: -50%; }
    .lt-ie8 .gpw-pull-1-2 {
      left: -50%; }
  .gpw-col-1-3 {
    width: 33.33333%; }
    .lt-ie8 .gpw-col-1-3 {
      width: 31%; }
  .gpw-offset-1-3 {
    margin-left: 33.33333%; }
    .lt-ie8 .gpw-offset-1-3 {
      margin-left: 33%; }
  .gpw-push-1-3 {
    left: 33.33333%; }
    body.rtl .gpw-push-1-3 {
      right: 33.33333%; }
    .lt-ie8 .gpw-push-1-3 {
      left: 33%; }
  .gpw-pull-1-3 {
    left: -33.33333%; }
    body.rtl .gpw-pull-1-3 {
      right: -33.33333%; }
    .lt-ie8 .gpw-pull-1-3 {
      left: -33%; }
  .gpw-col-2-3 {
    width: 66.66667%; }
    .lt-ie8 .gpw-col-2-3 {
      width: 64%; }
  .gpw-offset-2-3 {
    margin-left: 66.66667%; }
    .lt-ie8 .gpw-offset-2-3 {
      margin-left: 66%; }
  .gpw-push-2-3 {
    left: 66.66667%; }
    body.rtl .gpw-push-2-3 {
      right: 66.66667%; }
    .lt-ie8 .gpw-push-2-3 {
      left: 66%; }
  .gpw-pull-2-3 {
    left: -66.66667%; }
    body.rtl .gpw-pull-2-3 {
      right: -66.66667%; }
    .lt-ie8 .gpw-pull-2-3 {
      left: -66%; }
  .gpw-col-1-4 {
    width: 25%; }
    .lt-ie8 .gpw-col-1-4 {
      width: 23%; }
  .gpw-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gpw-offset-1-4 {
      margin-left: 25%; }
  .gpw-push-1-4 {
    left: 25%; }
    body.rtl .gpw-push-1-4 {
      right: 25%; }
    .lt-ie8 .gpw-push-1-4 {
      left: 25%; }
  .gpw-pull-1-4 {
    left: -25%; }
    body.rtl .gpw-pull-1-4 {
      right: -25%; }
    .lt-ie8 .gpw-pull-1-4 {
      left: -25%; }
  .gpw-col-3-4 {
    width: 75%; }
    .lt-ie8 .gpw-col-3-4 {
      width: 73%; }
  .gpw-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gpw-offset-3-4 {
      margin-left: 75%; }
  .gpw-push-3-4 {
    left: 75%; }
    body.rtl .gpw-push-3-4 {
      right: 75%; }
    .lt-ie8 .gpw-push-3-4 {
      left: 75%; }
  .gpw-pull-3-4 {
    left: -75%; }
    body.rtl .gpw-pull-3-4 {
      right: -75%; }
    .lt-ie8 .gpw-pull-3-4 {
      left: -75%; }
  .gpw-col-1-5 {
    width: 20%; }
    .lt-ie8 .gpw-col-1-5 {
      width: 18%; }
  .gpw-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gpw-offset-1-5 {
      margin-left: 20%; }
  .gpw-push-1-5 {
    left: 20%; }
    body.rtl .gpw-push-1-5 {
      right: 20%; }
    .lt-ie8 .gpw-push-1-5 {
      left: 20%; }
  .gpw-pull-1-5 {
    left: -20%; }
    body.rtl .gpw-pull-1-5 {
      right: -20%; }
    .lt-ie8 .gpw-pull-1-5 {
      left: -20%; }
  .gpw-col-2-5 {
    width: 40%; }
    .lt-ie8 .gpw-col-2-5 {
      width: 38%; }
  .gpw-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gpw-offset-2-5 {
      margin-left: 40%; }
  .gpw-push-2-5 {
    left: 40%; }
    body.rtl .gpw-push-2-5 {
      right: 40%; }
    .lt-ie8 .gpw-push-2-5 {
      left: 40%; }
  .gpw-pull-2-5 {
    left: -40%; }
    body.rtl .gpw-pull-2-5 {
      right: -40%; }
    .lt-ie8 .gpw-pull-2-5 {
      left: -40%; }
  .gpw-col-3-5 {
    width: 60%; }
    .lt-ie8 .gpw-col-3-5 {
      width: 58%; }
  .gpw-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gpw-offset-3-5 {
      margin-left: 60%; }
  .gpw-push-3-5 {
    left: 60%; }
    body.rtl .gpw-push-3-5 {
      right: 60%; }
    .lt-ie8 .gpw-push-3-5 {
      left: 60%; }
  .gpw-pull-3-5 {
    left: -60%; }
    body.rtl .gpw-pull-3-5 {
      right: -60%; }
    .lt-ie8 .gpw-pull-3-5 {
      left: -60%; }
  .gpw-col-4-5 {
    width: 80%; }
    .lt-ie8 .gpw-col-4-5 {
      width: 78%; }
  .gpw-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gpw-offset-4-5 {
      margin-left: 80%; }
  .gpw-push-4-5 {
    left: 80%; }
    body.rtl .gpw-push-4-5 {
      right: 80%; }
    .lt-ie8 .gpw-push-4-5 {
      left: 80%; }
  .gpw-pull-4-5 {
    left: -80%; }
    body.rtl .gpw-pull-4-5 {
      right: -80%; }
    .lt-ie8 .gpw-pull-4-5 {
      left: -80%; }
  .gpw-col-1-6 {
    width: 16.66667%; }
    .lt-ie8 .gpw-col-1-6 {
      width: 14%; }
  .gpw-offset-1-6 {
    margin-left: 16.66667%; }
    .lt-ie8 .gpw-offset-1-6 {
      margin-left: 16%; }
  .gpw-push-1-6 {
    left: 16.66667%; }
    body.rtl .gpw-push-1-6 {
      right: 16.66667%; }
    .lt-ie8 .gpw-push-1-6 {
      left: 16%; }
  .gpw-pull-1-6 {
    left: -16.66667%; }
    body.rtl .gpw-pull-1-6 {
      right: -16.66667%; }
    .lt-ie8 .gpw-pull-1-6 {
      left: -16%; }
  .gpw-col-3-6 {
    width: 50%; }
    .lt-ie8 .gpw-col-3-6 {
      width: 48%; }
  .gpw-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gpw-offset-3-6 {
      margin-left: 50%; }
  .gpw-push-3-6 {
    left: 50%; }
    body.rtl .gpw-push-3-6 {
      right: 50%; }
    .lt-ie8 .gpw-push-3-6 {
      left: 50%; }
  .gpw-pull-3-6 {
    left: -50%; }
    body.rtl .gpw-pull-3-6 {
      right: -50%; }
    .lt-ie8 .gpw-pull-3-6 {
      left: -50%; }
  .gpw-col-5-6 {
    width: 83.33333%; }
    .lt-ie8 .gpw-col-5-6 {
      width: 81%; }
  .gpw-offset-5-6 {
    margin-left: 83.33333%; }
    .lt-ie8 .gpw-offset-5-6 {
      margin-left: 83%; }
  .gpw-push-5-6 {
    left: 83.33333%; }
    body.rtl .gpw-push-5-6 {
      right: 83.33333%; }
    .lt-ie8 .gpw-push-5-6 {
      left: 83%; }
  .gpw-pull-5-6 {
    left: -83.33333%; }
    body.rtl .gpw-pull-5-6 {
      right: -83.33333%; }
    .lt-ie8 .gpw-pull-5-6 {
      left: -83%; }
  .gpw-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gpw-col-1-8 {
      width: 10%; }
  .gpw-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gpw-offset-1-8 {
      margin-left: 12%; }
  .gpw-push-1-8 {
    left: 12.5%; }
    body.rtl .gpw-push-1-8 {
      right: 12.5%; }
    .lt-ie8 .gpw-push-1-8 {
      left: 12%; }
  .gpw-pull-1-8 {
    left: -12.5%; }
    body.rtl .gpw-pull-1-8 {
      right: -12.5%; }
    .lt-ie8 .gpw-pull-1-8 {
      left: -12%; }
  .gpw-col-3-8 {
    width: 37.5%; }
    .lt-ie8 .gpw-col-3-8 {
      width: 35%; }
  .gpw-offset-3-8 {
    margin-left: 37.5%; }
    .lt-ie8 .gpw-offset-3-8 {
      margin-left: 37%; }
  .gpw-push-3-8 {
    left: 37.5%; }
    body.rtl .gpw-push-3-8 {
      right: 37.5%; }
    .lt-ie8 .gpw-push-3-8 {
      left: 37%; }
  .gpw-pull-3-8 {
    left: -37.5%; }
    body.rtl .gpw-pull-3-8 {
      right: -37.5%; }
    .lt-ie8 .gpw-pull-3-8 {
      left: -37%; }
  .gpw-col-5-8 {
    width: 62.5%; }
    .lt-ie8 .gpw-col-5-8 {
      width: 60%; }
  .gpw-offset-5-8 {
    margin-left: 62.5%; }
    .lt-ie8 .gpw-offset-5-8 {
      margin-left: 62%; }
  .gpw-push-5-8 {
    left: 62.5%; }
    body.rtl .gpw-push-5-8 {
      right: 62.5%; }
    .lt-ie8 .gpw-push-5-8 {
      left: 62%; }
  .gpw-pull-5-8 {
    left: -62.5%; }
    body.rtl .gpw-pull-5-8 {
      right: -62.5%; }
    .lt-ie8 .gpw-pull-5-8 {
      left: -62%; }
  .gpw-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gpw-col-7-8 {
      width: 85%; }
  .gpw-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gpw-offset-7-8 {
      margin-left: 87%; }
  .gpw-push-7-8 {
    left: 87.5%; }
    body.rtl .gpw-push-7-8 {
      right: 87.5%; }
    .lt-ie8 .gpw-push-7-8 {
      left: 87%; }
  .gpw-pull-7-8 {
    left: -87.5%; }
    body.rtl .gpw-pull-7-8 {
      right: -87.5%; }
    .lt-ie8 .gpw-pull-7-8 {
      left: -87%; }
  .gpw-col-1-1 {
    width: 100%; }
    .lt-ie8 .gpw-col-1-1 {
      width: 98%; }
  .gpw-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gpw-offset-1-1 {
      margin-left: 100%; }
  .gpw-push-1-1 {
    left: 100%; }
    body.rtl .gpw-push-1-1 {
      right: 100%; }
    .lt-ie8 .gpw-push-1-1 {
      left: 100%; }
  .gpw-pull-1-1 {
    left: -100%; }
    body.rtl .gpw-pull-1-1 {
      right: -100%; }
    .lt-ie8 .gpw-pull-1-1 {
      left: -100%; } }

@media screen and (min-width: 768px) {
  .g-wrap {
    margin-left: -20px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .ie .g-wrap.safari-flex-only:after {
      display: none; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gt-wrap--inline {
    letter-spacing: -4px; }
  .gt-wrap--flex {
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    display: -webkit-flex;
    flex-basis: 100% !important;
    -webkit-flex-wrap: wrap; }
  .gt-wrap--flex--bottom {
    align-content: space-between; }
  .gt-wrap--float {
    display: block; }
  .gt-wrap--center {
    text-align: center; }
  .large-gutter {
    margin-left: -30px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 30px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 30px; }
  .half-gutter {
    margin-left: -10px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 10px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 10px; }
  .third-gutter {
    margin-left: -6.66667px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 6.66667px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 6.66667px; }
  .quarter-gutter {
    margin-left: -5px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 5px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 5px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -20px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 20px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 20px; }
  .g-col,
  [class*="g-col"] {
    padding-left: 20px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 2%; }
    .gt-wrap--inline .g-col, .gt-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      letter-spacing: normal; }
    .gt-wrap--flex .g-col, .gt-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gt-wrap--float .g-col, .gt-wrap--float
    [class*="g-col"] {
      float: left; }
  .gt-col,
  [class*="gt-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gt-wrap--inline--left {
    text-align: left; }
  .gt-wrap--inline--center {
    text-align: center; }
  .gt-wrap--inline--right {
    text-align: right; }
  .gt-wrap--flex--left {
    justify-content: flex-start; }
  .gt-wrap--flex--center {
    justify-content: center; }
  .gt-wrap--flex--right {
    justify-content: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin: 0; }
  .gt-col-0-1 {
    width: 0%; }
    .lt-ie8 .gt-col-0-1 {
      width: -2%; }
  .gt-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gt-offset-0-1 {
      margin-left: 0%; }
  .gt-push-0-1 {
    left: 0%; }
    body.rtl .gt-push-0-1 {
      right: 0%; }
    .lt-ie8 .gt-push-0-1 {
      left: 0%; }
  .gt-pull-0-1 {
    left: 0%; }
    body.rtl .gt-pull-0-1 {
      right: 0%; }
    .lt-ie8 .gt-pull-0-1 {
      left: 0%; }
  .gt-col-1-2 {
    width: 50%; }
    .lt-ie8 .gt-col-1-2 {
      width: 48%; }
  .gt-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gt-offset-1-2 {
      margin-left: 50%; }
  .gt-push-1-2 {
    left: 50%; }
    body.rtl .gt-push-1-2 {
      right: 50%; }
    .lt-ie8 .gt-push-1-2 {
      left: 50%; }
  .gt-pull-1-2 {
    left: -50%; }
    body.rtl .gt-pull-1-2 {
      right: -50%; }
    .lt-ie8 .gt-pull-1-2 {
      left: -50%; }
  .gt-col-1-3 {
    width: 33.33333%; }
    .lt-ie8 .gt-col-1-3 {
      width: 31%; }
  .gt-offset-1-3 {
    margin-left: 33.33333%; }
    .lt-ie8 .gt-offset-1-3 {
      margin-left: 33%; }
  .gt-push-1-3 {
    left: 33.33333%; }
    body.rtl .gt-push-1-3 {
      right: 33.33333%; }
    .lt-ie8 .gt-push-1-3 {
      left: 33%; }
  .gt-pull-1-3 {
    left: -33.33333%; }
    body.rtl .gt-pull-1-3 {
      right: -33.33333%; }
    .lt-ie8 .gt-pull-1-3 {
      left: -33%; }
  .gt-col-2-3 {
    width: 66.66667%; }
    .lt-ie8 .gt-col-2-3 {
      width: 64%; }
  .gt-offset-2-3 {
    margin-left: 66.66667%; }
    .lt-ie8 .gt-offset-2-3 {
      margin-left: 66%; }
  .gt-push-2-3 {
    left: 66.66667%; }
    body.rtl .gt-push-2-3 {
      right: 66.66667%; }
    .lt-ie8 .gt-push-2-3 {
      left: 66%; }
  .gt-pull-2-3 {
    left: -66.66667%; }
    body.rtl .gt-pull-2-3 {
      right: -66.66667%; }
    .lt-ie8 .gt-pull-2-3 {
      left: -66%; }
  .gt-col-1-4 {
    width: 25%; }
    .lt-ie8 .gt-col-1-4 {
      width: 23%; }
  .gt-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gt-offset-1-4 {
      margin-left: 25%; }
  .gt-push-1-4 {
    left: 25%; }
    body.rtl .gt-push-1-4 {
      right: 25%; }
    .lt-ie8 .gt-push-1-4 {
      left: 25%; }
  .gt-pull-1-4 {
    left: -25%; }
    body.rtl .gt-pull-1-4 {
      right: -25%; }
    .lt-ie8 .gt-pull-1-4 {
      left: -25%; }
  .gt-col-3-4 {
    width: 75%; }
    .lt-ie8 .gt-col-3-4 {
      width: 73%; }
  .gt-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gt-offset-3-4 {
      margin-left: 75%; }
  .gt-push-3-4 {
    left: 75%; }
    body.rtl .gt-push-3-4 {
      right: 75%; }
    .lt-ie8 .gt-push-3-4 {
      left: 75%; }
  .gt-pull-3-4 {
    left: -75%; }
    body.rtl .gt-pull-3-4 {
      right: -75%; }
    .lt-ie8 .gt-pull-3-4 {
      left: -75%; }
  .gt-col-1-5 {
    width: 20%; }
    .lt-ie8 .gt-col-1-5 {
      width: 18%; }
  .gt-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gt-offset-1-5 {
      margin-left: 20%; }
  .gt-push-1-5 {
    left: 20%; }
    body.rtl .gt-push-1-5 {
      right: 20%; }
    .lt-ie8 .gt-push-1-5 {
      left: 20%; }
  .gt-pull-1-5 {
    left: -20%; }
    body.rtl .gt-pull-1-5 {
      right: -20%; }
    .lt-ie8 .gt-pull-1-5 {
      left: -20%; }
  .gt-col-2-5 {
    width: 40%; }
    .lt-ie8 .gt-col-2-5 {
      width: 38%; }
  .gt-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gt-offset-2-5 {
      margin-left: 40%; }
  .gt-push-2-5 {
    left: 40%; }
    body.rtl .gt-push-2-5 {
      right: 40%; }
    .lt-ie8 .gt-push-2-5 {
      left: 40%; }
  .gt-pull-2-5 {
    left: -40%; }
    body.rtl .gt-pull-2-5 {
      right: -40%; }
    .lt-ie8 .gt-pull-2-5 {
      left: -40%; }
  .gt-col-3-5 {
    width: 60%; }
    .lt-ie8 .gt-col-3-5 {
      width: 58%; }
  .gt-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gt-offset-3-5 {
      margin-left: 60%; }
  .gt-push-3-5 {
    left: 60%; }
    body.rtl .gt-push-3-5 {
      right: 60%; }
    .lt-ie8 .gt-push-3-5 {
      left: 60%; }
  .gt-pull-3-5 {
    left: -60%; }
    body.rtl .gt-pull-3-5 {
      right: -60%; }
    .lt-ie8 .gt-pull-3-5 {
      left: -60%; }
  .gt-col-4-5 {
    width: 80%; }
    .lt-ie8 .gt-col-4-5 {
      width: 78%; }
  .gt-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gt-offset-4-5 {
      margin-left: 80%; }
  .gt-push-4-5 {
    left: 80%; }
    body.rtl .gt-push-4-5 {
      right: 80%; }
    .lt-ie8 .gt-push-4-5 {
      left: 80%; }
  .gt-pull-4-5 {
    left: -80%; }
    body.rtl .gt-pull-4-5 {
      right: -80%; }
    .lt-ie8 .gt-pull-4-5 {
      left: -80%; }
  .gt-col-1-6 {
    width: 16.66667%; }
    .lt-ie8 .gt-col-1-6 {
      width: 14%; }
  .gt-offset-1-6 {
    margin-left: 16.66667%; }
    .lt-ie8 .gt-offset-1-6 {
      margin-left: 16%; }
  .gt-push-1-6 {
    left: 16.66667%; }
    body.rtl .gt-push-1-6 {
      right: 16.66667%; }
    .lt-ie8 .gt-push-1-6 {
      left: 16%; }
  .gt-pull-1-6 {
    left: -16.66667%; }
    body.rtl .gt-pull-1-6 {
      right: -16.66667%; }
    .lt-ie8 .gt-pull-1-6 {
      left: -16%; }
  .gt-col-3-6 {
    width: 50%; }
    .lt-ie8 .gt-col-3-6 {
      width: 48%; }
  .gt-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gt-offset-3-6 {
      margin-left: 50%; }
  .gt-push-3-6 {
    left: 50%; }
    body.rtl .gt-push-3-6 {
      right: 50%; }
    .lt-ie8 .gt-push-3-6 {
      left: 50%; }
  .gt-pull-3-6 {
    left: -50%; }
    body.rtl .gt-pull-3-6 {
      right: -50%; }
    .lt-ie8 .gt-pull-3-6 {
      left: -50%; }
  .gt-col-5-6 {
    width: 83.33333%; }
    .lt-ie8 .gt-col-5-6 {
      width: 81%; }
  .gt-offset-5-6 {
    margin-left: 83.33333%; }
    .lt-ie8 .gt-offset-5-6 {
      margin-left: 83%; }
  .gt-push-5-6 {
    left: 83.33333%; }
    body.rtl .gt-push-5-6 {
      right: 83.33333%; }
    .lt-ie8 .gt-push-5-6 {
      left: 83%; }
  .gt-pull-5-6 {
    left: -83.33333%; }
    body.rtl .gt-pull-5-6 {
      right: -83.33333%; }
    .lt-ie8 .gt-pull-5-6 {
      left: -83%; }
  .gt-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gt-col-1-8 {
      width: 10%; }
  .gt-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gt-offset-1-8 {
      margin-left: 12%; }
  .gt-push-1-8 {
    left: 12.5%; }
    body.rtl .gt-push-1-8 {
      right: 12.5%; }
    .lt-ie8 .gt-push-1-8 {
      left: 12%; }
  .gt-pull-1-8 {
    left: -12.5%; }
    body.rtl .gt-pull-1-8 {
      right: -12.5%; }
    .lt-ie8 .gt-pull-1-8 {
      left: -12%; }
  .gt-col-3-8 {
    width: 37.5%; }
    .lt-ie8 .gt-col-3-8 {
      width: 35%; }
  .gt-offset-3-8 {
    margin-left: 37.5%; }
    .lt-ie8 .gt-offset-3-8 {
      margin-left: 37%; }
  .gt-push-3-8 {
    left: 37.5%; }
    body.rtl .gt-push-3-8 {
      right: 37.5%; }
    .lt-ie8 .gt-push-3-8 {
      left: 37%; }
  .gt-pull-3-8 {
    left: -37.5%; }
    body.rtl .gt-pull-3-8 {
      right: -37.5%; }
    .lt-ie8 .gt-pull-3-8 {
      left: -37%; }
  .gt-col-5-8 {
    width: 62.5%; }
    .lt-ie8 .gt-col-5-8 {
      width: 60%; }
  .gt-offset-5-8 {
    margin-left: 62.5%; }
    .lt-ie8 .gt-offset-5-8 {
      margin-left: 62%; }
  .gt-push-5-8 {
    left: 62.5%; }
    body.rtl .gt-push-5-8 {
      right: 62.5%; }
    .lt-ie8 .gt-push-5-8 {
      left: 62%; }
  .gt-pull-5-8 {
    left: -62.5%; }
    body.rtl .gt-pull-5-8 {
      right: -62.5%; }
    .lt-ie8 .gt-pull-5-8 {
      left: -62%; }
  .gt-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gt-col-7-8 {
      width: 85%; }
  .gt-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gt-offset-7-8 {
      margin-left: 87%; }
  .gt-push-7-8 {
    left: 87.5%; }
    body.rtl .gt-push-7-8 {
      right: 87.5%; }
    .lt-ie8 .gt-push-7-8 {
      left: 87%; }
  .gt-pull-7-8 {
    left: -87.5%; }
    body.rtl .gt-pull-7-8 {
      right: -87.5%; }
    .lt-ie8 .gt-pull-7-8 {
      left: -87%; }
  .gt-col-1-1 {
    width: 100%; }
    .lt-ie8 .gt-col-1-1 {
      width: 98%; }
  .gt-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gt-offset-1-1 {
      margin-left: 100%; }
  .gt-push-1-1 {
    left: 100%; }
    body.rtl .gt-push-1-1 {
      right: 100%; }
    .lt-ie8 .gt-push-1-1 {
      left: 100%; }
  .gt-pull-1-1 {
    left: -100%; }
    body.rtl .gt-pull-1-1 {
      right: -100%; }
    .lt-ie8 .gt-pull-1-1 {
      left: -100%; } }

@media screen and (min-width: 1024px) {
  .g-wrap {
    margin-left: -30px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .ie .g-wrap.safari-flex-only:after {
      display: none; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gtw-wrap--inline {
    letter-spacing: -4px; }
  .gtw-wrap--flex {
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    display: -webkit-flex;
    flex-basis: 100% !important;
    -webkit-flex-wrap: wrap; }
  .gtw-wrap--flex--bottom {
    align-content: space-between; }
  .gtw-wrap--float {
    display: block; }
  .gtw-wrap--center {
    text-align: center; }
  .large-gutter {
    margin-left: -45px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 45px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 45px; }
  .half-gutter {
    margin-left: -15px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 15px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 15px; }
  .third-gutter {
    margin-left: -10px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 10px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 10px; }
  .quarter-gutter {
    margin-left: -7.5px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 7.5px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 7.5px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -30px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 30px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 30px; }
  .g-col,
  [class*="g-col"] {
    padding-left: 30px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 3%; }
    .gtw-wrap--inline .g-col, .gtw-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      letter-spacing: normal; }
    .gtw-wrap--flex .g-col, .gtw-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gtw-wrap--float .g-col, .gtw-wrap--float
    [class*="g-col"] {
      float: left; }
  .gtw-col,
  [class*="gtw-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gtw-wrap--inline--left {
    text-align: left; }
  .gtw-wrap--inline--center {
    text-align: center; }
  .gtw-wrap--inline--right {
    text-align: right; }
  .gtw-wrap--flex--left {
    justify-content: flex-start; }
  .gtw-wrap--flex--center {
    justify-content: center; }
  .gtw-wrap--flex--right {
    justify-content: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin: 0; }
  .gtw-col-0-1 {
    width: 0%; }
    .lt-ie8 .gtw-col-0-1 {
      width: -3%; }
  .gtw-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gtw-offset-0-1 {
      margin-left: 0%; }
  .gtw-push-0-1 {
    left: 0%; }
    body.rtl .gtw-push-0-1 {
      right: 0%; }
    .lt-ie8 .gtw-push-0-1 {
      left: 0%; }
  .gtw-pull-0-1 {
    left: 0%; }
    body.rtl .gtw-pull-0-1 {
      right: 0%; }
    .lt-ie8 .gtw-pull-0-1 {
      left: 0%; }
  .gtw-col-1-2 {
    width: 50%; }
    .lt-ie8 .gtw-col-1-2 {
      width: 47%; }
  .gtw-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gtw-offset-1-2 {
      margin-left: 50%; }
  .gtw-push-1-2 {
    left: 50%; }
    body.rtl .gtw-push-1-2 {
      right: 50%; }
    .lt-ie8 .gtw-push-1-2 {
      left: 50%; }
  .gtw-pull-1-2 {
    left: -50%; }
    body.rtl .gtw-pull-1-2 {
      right: -50%; }
    .lt-ie8 .gtw-pull-1-2 {
      left: -50%; }
  .gtw-col-1-3 {
    width: 33.33333%; }
    .lt-ie8 .gtw-col-1-3 {
      width: 30%; }
  .gtw-offset-1-3 {
    margin-left: 33.33333%; }
    .lt-ie8 .gtw-offset-1-3 {
      margin-left: 33%; }
  .gtw-push-1-3 {
    left: 33.33333%; }
    body.rtl .gtw-push-1-3 {
      right: 33.33333%; }
    .lt-ie8 .gtw-push-1-3 {
      left: 33%; }
  .gtw-pull-1-3 {
    left: -33.33333%; }
    body.rtl .gtw-pull-1-3 {
      right: -33.33333%; }
    .lt-ie8 .gtw-pull-1-3 {
      left: -33%; }
  .gtw-col-2-3 {
    width: 66.66667%; }
    .lt-ie8 .gtw-col-2-3 {
      width: 63%; }
  .gtw-offset-2-3 {
    margin-left: 66.66667%; }
    .lt-ie8 .gtw-offset-2-3 {
      margin-left: 66%; }
  .gtw-push-2-3 {
    left: 66.66667%; }
    body.rtl .gtw-push-2-3 {
      right: 66.66667%; }
    .lt-ie8 .gtw-push-2-3 {
      left: 66%; }
  .gtw-pull-2-3 {
    left: -66.66667%; }
    body.rtl .gtw-pull-2-3 {
      right: -66.66667%; }
    .lt-ie8 .gtw-pull-2-3 {
      left: -66%; }
  .gtw-col-1-4 {
    width: 25%; }
    .lt-ie8 .gtw-col-1-4 {
      width: 22%; }
  .gtw-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gtw-offset-1-4 {
      margin-left: 25%; }
  .gtw-push-1-4 {
    left: 25%; }
    body.rtl .gtw-push-1-4 {
      right: 25%; }
    .lt-ie8 .gtw-push-1-4 {
      left: 25%; }
  .gtw-pull-1-4 {
    left: -25%; }
    body.rtl .gtw-pull-1-4 {
      right: -25%; }
    .lt-ie8 .gtw-pull-1-4 {
      left: -25%; }
  .gtw-col-3-4 {
    width: 75%; }
    .lt-ie8 .gtw-col-3-4 {
      width: 72%; }
  .gtw-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gtw-offset-3-4 {
      margin-left: 75%; }
  .gtw-push-3-4 {
    left: 75%; }
    body.rtl .gtw-push-3-4 {
      right: 75%; }
    .lt-ie8 .gtw-push-3-4 {
      left: 75%; }
  .gtw-pull-3-4 {
    left: -75%; }
    body.rtl .gtw-pull-3-4 {
      right: -75%; }
    .lt-ie8 .gtw-pull-3-4 {
      left: -75%; }
  .gtw-col-1-5 {
    width: 20%; }
    .lt-ie8 .gtw-col-1-5 {
      width: 17%; }
  .gtw-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gtw-offset-1-5 {
      margin-left: 20%; }
  .gtw-push-1-5 {
    left: 20%; }
    body.rtl .gtw-push-1-5 {
      right: 20%; }
    .lt-ie8 .gtw-push-1-5 {
      left: 20%; }
  .gtw-pull-1-5 {
    left: -20%; }
    body.rtl .gtw-pull-1-5 {
      right: -20%; }
    .lt-ie8 .gtw-pull-1-5 {
      left: -20%; }
  .gtw-col-2-5 {
    width: 40%; }
    .lt-ie8 .gtw-col-2-5 {
      width: 37%; }
  .gtw-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gtw-offset-2-5 {
      margin-left: 40%; }
  .gtw-push-2-5 {
    left: 40%; }
    body.rtl .gtw-push-2-5 {
      right: 40%; }
    .lt-ie8 .gtw-push-2-5 {
      left: 40%; }
  .gtw-pull-2-5 {
    left: -40%; }
    body.rtl .gtw-pull-2-5 {
      right: -40%; }
    .lt-ie8 .gtw-pull-2-5 {
      left: -40%; }
  .gtw-col-3-5 {
    width: 60%; }
    .lt-ie8 .gtw-col-3-5 {
      width: 57%; }
  .gtw-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gtw-offset-3-5 {
      margin-left: 60%; }
  .gtw-push-3-5 {
    left: 60%; }
    body.rtl .gtw-push-3-5 {
      right: 60%; }
    .lt-ie8 .gtw-push-3-5 {
      left: 60%; }
  .gtw-pull-3-5 {
    left: -60%; }
    body.rtl .gtw-pull-3-5 {
      right: -60%; }
    .lt-ie8 .gtw-pull-3-5 {
      left: -60%; }
  .gtw-col-4-5 {
    width: 80%; }
    .lt-ie8 .gtw-col-4-5 {
      width: 77%; }
  .gtw-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gtw-offset-4-5 {
      margin-left: 80%; }
  .gtw-push-4-5 {
    left: 80%; }
    body.rtl .gtw-push-4-5 {
      right: 80%; }
    .lt-ie8 .gtw-push-4-5 {
      left: 80%; }
  .gtw-pull-4-5 {
    left: -80%; }
    body.rtl .gtw-pull-4-5 {
      right: -80%; }
    .lt-ie8 .gtw-pull-4-5 {
      left: -80%; }
  .gtw-col-1-6 {
    width: 16.66667%; }
    .lt-ie8 .gtw-col-1-6 {
      width: 13%; }
  .gtw-offset-1-6 {
    margin-left: 16.66667%; }
    .lt-ie8 .gtw-offset-1-6 {
      margin-left: 16%; }
  .gtw-push-1-6 {
    left: 16.66667%; }
    body.rtl .gtw-push-1-6 {
      right: 16.66667%; }
    .lt-ie8 .gtw-push-1-6 {
      left: 16%; }
  .gtw-pull-1-6 {
    left: -16.66667%; }
    body.rtl .gtw-pull-1-6 {
      right: -16.66667%; }
    .lt-ie8 .gtw-pull-1-6 {
      left: -16%; }
  .gtw-col-3-6 {
    width: 50%; }
    .lt-ie8 .gtw-col-3-6 {
      width: 47%; }
  .gtw-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gtw-offset-3-6 {
      margin-left: 50%; }
  .gtw-push-3-6 {
    left: 50%; }
    body.rtl .gtw-push-3-6 {
      right: 50%; }
    .lt-ie8 .gtw-push-3-6 {
      left: 50%; }
  .gtw-pull-3-6 {
    left: -50%; }
    body.rtl .gtw-pull-3-6 {
      right: -50%; }
    .lt-ie8 .gtw-pull-3-6 {
      left: -50%; }
  .gtw-col-5-6 {
    width: 83.33333%; }
    .lt-ie8 .gtw-col-5-6 {
      width: 80%; }
  .gtw-offset-5-6 {
    margin-left: 83.33333%; }
    .lt-ie8 .gtw-offset-5-6 {
      margin-left: 83%; }
  .gtw-push-5-6 {
    left: 83.33333%; }
    body.rtl .gtw-push-5-6 {
      right: 83.33333%; }
    .lt-ie8 .gtw-push-5-6 {
      left: 83%; }
  .gtw-pull-5-6 {
    left: -83.33333%; }
    body.rtl .gtw-pull-5-6 {
      right: -83.33333%; }
    .lt-ie8 .gtw-pull-5-6 {
      left: -83%; }
  .gtw-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gtw-col-1-8 {
      width: 9%; }
  .gtw-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gtw-offset-1-8 {
      margin-left: 12%; }
  .gtw-push-1-8 {
    left: 12.5%; }
    body.rtl .gtw-push-1-8 {
      right: 12.5%; }
    .lt-ie8 .gtw-push-1-8 {
      left: 12%; }
  .gtw-pull-1-8 {
    left: -12.5%; }
    body.rtl .gtw-pull-1-8 {
      right: -12.5%; }
    .lt-ie8 .gtw-pull-1-8 {
      left: -12%; }
  .gtw-col-3-8 {
    width: 37.5%; }
    .lt-ie8 .gtw-col-3-8 {
      width: 34%; }
  .gtw-offset-3-8 {
    margin-left: 37.5%; }
    .lt-ie8 .gtw-offset-3-8 {
      margin-left: 37%; }
  .gtw-push-3-8 {
    left: 37.5%; }
    body.rtl .gtw-push-3-8 {
      right: 37.5%; }
    .lt-ie8 .gtw-push-3-8 {
      left: 37%; }
  .gtw-pull-3-8 {
    left: -37.5%; }
    body.rtl .gtw-pull-3-8 {
      right: -37.5%; }
    .lt-ie8 .gtw-pull-3-8 {
      left: -37%; }
  .gtw-col-5-8 {
    width: 62.5%; }
    .lt-ie8 .gtw-col-5-8 {
      width: 59%; }
  .gtw-offset-5-8 {
    margin-left: 62.5%; }
    .lt-ie8 .gtw-offset-5-8 {
      margin-left: 62%; }
  .gtw-push-5-8 {
    left: 62.5%; }
    body.rtl .gtw-push-5-8 {
      right: 62.5%; }
    .lt-ie8 .gtw-push-5-8 {
      left: 62%; }
  .gtw-pull-5-8 {
    left: -62.5%; }
    body.rtl .gtw-pull-5-8 {
      right: -62.5%; }
    .lt-ie8 .gtw-pull-5-8 {
      left: -62%; }
  .gtw-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gtw-col-7-8 {
      width: 84%; }
  .gtw-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gtw-offset-7-8 {
      margin-left: 87%; }
  .gtw-push-7-8 {
    left: 87.5%; }
    body.rtl .gtw-push-7-8 {
      right: 87.5%; }
    .lt-ie8 .gtw-push-7-8 {
      left: 87%; }
  .gtw-pull-7-8 {
    left: -87.5%; }
    body.rtl .gtw-pull-7-8 {
      right: -87.5%; }
    .lt-ie8 .gtw-pull-7-8 {
      left: -87%; }
  .gtw-col-1-1 {
    width: 100%; }
    .lt-ie8 .gtw-col-1-1 {
      width: 97%; }
  .gtw-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gtw-offset-1-1 {
      margin-left: 100%; }
  .gtw-push-1-1 {
    left: 100%; }
    body.rtl .gtw-push-1-1 {
      right: 100%; }
    .lt-ie8 .gtw-push-1-1 {
      left: 100%; }
  .gtw-pull-1-1 {
    left: -100%; }
    body.rtl .gtw-pull-1-1 {
      right: -100%; }
    .lt-ie8 .gtw-pull-1-1 {
      left: -100%; } }

@media screen and (min-width: 1280px) {
  .g-wrap {
    margin-left: -30px;
    clear: both; }
    .g-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .ie .g-wrap.safari-flex-only:after {
      display: none; }
    .lt-ie8 .g-wrap {
      margin-left: 0; }
  .gd-wrap--inline {
    letter-spacing: -4px; }
  .gd-wrap--flex {
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
    display: -webkit-flex;
    flex-basis: 100% !important;
    -webkit-flex-wrap: wrap; }
  .gd-wrap--flex--bottom {
    align-content: space-between; }
  .gd-wrap--float {
    display: block; }
  .gd-wrap--center {
    text-align: center; }
  .large-gutter {
    margin-left: -45px; }
    .large-gutter > .g-col,
    .large-gutter > [class*="g-col"] {
      padding-left: 45px; }
      .lt-ie8 .large-gutter > .g-col, .lt-ie8
      .large-gutter > [class*="g-col"] {
        padding-left: 45px; }
  .half-gutter {
    margin-left: -15px; }
    .half-gutter > .g-col,
    .half-gutter > [class*="g-col"] {
      padding-left: 15px; }
      .lt-ie8 .half-gutter > .g-col, .lt-ie8
      .half-gutter > [class*="g-col"] {
        padding-left: 15px; }
  .third-gutter {
    margin-left: -10px; }
    .third-gutter > .g-col,
    .third-gutter > [class*="g-col"] {
      padding-left: 10px; }
      .lt-ie8 .third-gutter > .g-col, .lt-ie8
      .third-gutter > [class*="g-col"] {
        padding-left: 10px; }
  .quarter-gutter {
    margin-left: -7.5px; }
    .quarter-gutter > .g-col,
    .quarter-gutter > [class*="g-col"] {
      padding-left: 7.5px; }
      .lt-ie8 .quarter-gutter > .g-col, .lt-ie8
      .quarter-gutter > [class*="g-col"] {
        padding-left: 7.5px; }
  .no-gutter {
    margin-left: 0; }
    .no-gutter > .g-col,
    .no-gutter > [class*="g-col"] {
      padding-left: 0; }
      .lt-ie8 .no-gutter > .g-col, .lt-ie8
      .no-gutter > [class*="g-col"] {
        padding-left: 0; }
  .reset-gutter {
    margin-left: -30px; }
    .reset-gutter > .g-col,
    .reset-gutter > [class*="g-col"] {
      padding-left: 30px; }
      .lt-ie8 .reset-gutter > .g-col, .lt-ie8
      .reset-gutter > [class*="g-col"] {
        padding-left: 30px; }
  .g-col,
  [class*="g-col"] {
    padding-left: 30px; }
    .lt-ie8 .g-col, .lt-ie8
    [class*="g-col"] {
      padding-left: 3%; }
    .gd-wrap--inline .g-col, .gd-wrap--inline
    [class*="g-col"] {
      display: inline-block;
      float: none;
      vertical-align: top;
      text-align: left;
      letter-spacing: normal; }
    .gd-wrap--flex .g-col, .gd-wrap--flex
    [class*="g-col"] {
      float: none; }
    .gd-wrap--float .g-col, .gd-wrap--float
    [class*="g-col"] {
      float: left; }
  .gd-col,
  [class*="gd-col"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  .gd-wrap--inline--left {
    text-align: left; }
  .gd-wrap--inline--center {
    text-align: center; }
  .gd-wrap--inline--right {
    text-align: right; }
  .gd-wrap--flex--left {
    justify-content: flex-start; }
  .gd-wrap--flex--center {
    justify-content: center; }
  .gd-wrap--flex--right {
    justify-content: flex-end; }
  ul.g-wrap,
  ol.g-wrap {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    list-style: none; }
  li.g-col,
  li[class*="g-col"] {
    margin: 0; }
  .gd-col-0-1 {
    width: 0%; }
    .lt-ie8 .gd-col-0-1 {
      width: -3%; }
  .gd-offset-0-1 {
    margin-left: 0%; }
    .lt-ie8 .gd-offset-0-1 {
      margin-left: 0%; }
  .gd-push-0-1 {
    left: 0%; }
    body.rtl .gd-push-0-1 {
      right: 0%; }
    .lt-ie8 .gd-push-0-1 {
      left: 0%; }
  .gd-pull-0-1 {
    left: 0%; }
    body.rtl .gd-pull-0-1 {
      right: 0%; }
    .lt-ie8 .gd-pull-0-1 {
      left: 0%; }
  .gd-col-1-2 {
    width: 50%; }
    .lt-ie8 .gd-col-1-2 {
      width: 47%; }
  .gd-offset-1-2 {
    margin-left: 50%; }
    .lt-ie8 .gd-offset-1-2 {
      margin-left: 50%; }
  .gd-push-1-2 {
    left: 50%; }
    body.rtl .gd-push-1-2 {
      right: 50%; }
    .lt-ie8 .gd-push-1-2 {
      left: 50%; }
  .gd-pull-1-2 {
    left: -50%; }
    body.rtl .gd-pull-1-2 {
      right: -50%; }
    .lt-ie8 .gd-pull-1-2 {
      left: -50%; }
  .gd-col-1-3 {
    width: 33.33333%; }
    .lt-ie8 .gd-col-1-3 {
      width: 30%; }
  .gd-offset-1-3 {
    margin-left: 33.33333%; }
    .lt-ie8 .gd-offset-1-3 {
      margin-left: 33%; }
  .gd-push-1-3 {
    left: 33.33333%; }
    body.rtl .gd-push-1-3 {
      right: 33.33333%; }
    .lt-ie8 .gd-push-1-3 {
      left: 33%; }
  .gd-pull-1-3 {
    left: -33.33333%; }
    body.rtl .gd-pull-1-3 {
      right: -33.33333%; }
    .lt-ie8 .gd-pull-1-3 {
      left: -33%; }
  .gd-col-2-3 {
    width: 66.66667%; }
    .lt-ie8 .gd-col-2-3 {
      width: 63%; }
  .gd-offset-2-3 {
    margin-left: 66.66667%; }
    .lt-ie8 .gd-offset-2-3 {
      margin-left: 66%; }
  .gd-push-2-3 {
    left: 66.66667%; }
    body.rtl .gd-push-2-3 {
      right: 66.66667%; }
    .lt-ie8 .gd-push-2-3 {
      left: 66%; }
  .gd-pull-2-3 {
    left: -66.66667%; }
    body.rtl .gd-pull-2-3 {
      right: -66.66667%; }
    .lt-ie8 .gd-pull-2-3 {
      left: -66%; }
  .gd-col-1-4 {
    width: 25%; }
    .lt-ie8 .gd-col-1-4 {
      width: 22%; }
  .gd-offset-1-4 {
    margin-left: 25%; }
    .lt-ie8 .gd-offset-1-4 {
      margin-left: 25%; }
  .gd-push-1-4 {
    left: 25%; }
    body.rtl .gd-push-1-4 {
      right: 25%; }
    .lt-ie8 .gd-push-1-4 {
      left: 25%; }
  .gd-pull-1-4 {
    left: -25%; }
    body.rtl .gd-pull-1-4 {
      right: -25%; }
    .lt-ie8 .gd-pull-1-4 {
      left: -25%; }
  .gd-col-3-4 {
    width: 75%; }
    .lt-ie8 .gd-col-3-4 {
      width: 72%; }
  .gd-offset-3-4 {
    margin-left: 75%; }
    .lt-ie8 .gd-offset-3-4 {
      margin-left: 75%; }
  .gd-push-3-4 {
    left: 75%; }
    body.rtl .gd-push-3-4 {
      right: 75%; }
    .lt-ie8 .gd-push-3-4 {
      left: 75%; }
  .gd-pull-3-4 {
    left: -75%; }
    body.rtl .gd-pull-3-4 {
      right: -75%; }
    .lt-ie8 .gd-pull-3-4 {
      left: -75%; }
  .gd-col-1-5 {
    width: 20%; }
    .lt-ie8 .gd-col-1-5 {
      width: 17%; }
  .gd-offset-1-5 {
    margin-left: 20%; }
    .lt-ie8 .gd-offset-1-5 {
      margin-left: 20%; }
  .gd-push-1-5 {
    left: 20%; }
    body.rtl .gd-push-1-5 {
      right: 20%; }
    .lt-ie8 .gd-push-1-5 {
      left: 20%; }
  .gd-pull-1-5 {
    left: -20%; }
    body.rtl .gd-pull-1-5 {
      right: -20%; }
    .lt-ie8 .gd-pull-1-5 {
      left: -20%; }
  .gd-col-2-5 {
    width: 40%; }
    .lt-ie8 .gd-col-2-5 {
      width: 37%; }
  .gd-offset-2-5 {
    margin-left: 40%; }
    .lt-ie8 .gd-offset-2-5 {
      margin-left: 40%; }
  .gd-push-2-5 {
    left: 40%; }
    body.rtl .gd-push-2-5 {
      right: 40%; }
    .lt-ie8 .gd-push-2-5 {
      left: 40%; }
  .gd-pull-2-5 {
    left: -40%; }
    body.rtl .gd-pull-2-5 {
      right: -40%; }
    .lt-ie8 .gd-pull-2-5 {
      left: -40%; }
  .gd-col-3-5 {
    width: 60%; }
    .lt-ie8 .gd-col-3-5 {
      width: 57%; }
  .gd-offset-3-5 {
    margin-left: 60%; }
    .lt-ie8 .gd-offset-3-5 {
      margin-left: 60%; }
  .gd-push-3-5 {
    left: 60%; }
    body.rtl .gd-push-3-5 {
      right: 60%; }
    .lt-ie8 .gd-push-3-5 {
      left: 60%; }
  .gd-pull-3-5 {
    left: -60%; }
    body.rtl .gd-pull-3-5 {
      right: -60%; }
    .lt-ie8 .gd-pull-3-5 {
      left: -60%; }
  .gd-col-4-5 {
    width: 80%; }
    .lt-ie8 .gd-col-4-5 {
      width: 77%; }
  .gd-offset-4-5 {
    margin-left: 80%; }
    .lt-ie8 .gd-offset-4-5 {
      margin-left: 80%; }
  .gd-push-4-5 {
    left: 80%; }
    body.rtl .gd-push-4-5 {
      right: 80%; }
    .lt-ie8 .gd-push-4-5 {
      left: 80%; }
  .gd-pull-4-5 {
    left: -80%; }
    body.rtl .gd-pull-4-5 {
      right: -80%; }
    .lt-ie8 .gd-pull-4-5 {
      left: -80%; }
  .gd-col-1-6 {
    width: 16.66667%; }
    .lt-ie8 .gd-col-1-6 {
      width: 13%; }
  .gd-offset-1-6 {
    margin-left: 16.66667%; }
    .lt-ie8 .gd-offset-1-6 {
      margin-left: 16%; }
  .gd-push-1-6 {
    left: 16.66667%; }
    body.rtl .gd-push-1-6 {
      right: 16.66667%; }
    .lt-ie8 .gd-push-1-6 {
      left: 16%; }
  .gd-pull-1-6 {
    left: -16.66667%; }
    body.rtl .gd-pull-1-6 {
      right: -16.66667%; }
    .lt-ie8 .gd-pull-1-6 {
      left: -16%; }
  .gd-col-3-6 {
    width: 50%; }
    .lt-ie8 .gd-col-3-6 {
      width: 47%; }
  .gd-offset-3-6 {
    margin-left: 50%; }
    .lt-ie8 .gd-offset-3-6 {
      margin-left: 50%; }
  .gd-push-3-6 {
    left: 50%; }
    body.rtl .gd-push-3-6 {
      right: 50%; }
    .lt-ie8 .gd-push-3-6 {
      left: 50%; }
  .gd-pull-3-6 {
    left: -50%; }
    body.rtl .gd-pull-3-6 {
      right: -50%; }
    .lt-ie8 .gd-pull-3-6 {
      left: -50%; }
  .gd-col-5-6 {
    width: 83.33333%; }
    .lt-ie8 .gd-col-5-6 {
      width: 80%; }
  .gd-offset-5-6 {
    margin-left: 83.33333%; }
    .lt-ie8 .gd-offset-5-6 {
      margin-left: 83%; }
  .gd-push-5-6 {
    left: 83.33333%; }
    body.rtl .gd-push-5-6 {
      right: 83.33333%; }
    .lt-ie8 .gd-push-5-6 {
      left: 83%; }
  .gd-pull-5-6 {
    left: -83.33333%; }
    body.rtl .gd-pull-5-6 {
      right: -83.33333%; }
    .lt-ie8 .gd-pull-5-6 {
      left: -83%; }
  .gd-col-1-8 {
    width: 12.5%; }
    .lt-ie8 .gd-col-1-8 {
      width: 9%; }
  .gd-offset-1-8 {
    margin-left: 12.5%; }
    .lt-ie8 .gd-offset-1-8 {
      margin-left: 12%; }
  .gd-push-1-8 {
    left: 12.5%; }
    body.rtl .gd-push-1-8 {
      right: 12.5%; }
    .lt-ie8 .gd-push-1-8 {
      left: 12%; }
  .gd-pull-1-8 {
    left: -12.5%; }
    body.rtl .gd-pull-1-8 {
      right: -12.5%; }
    .lt-ie8 .gd-pull-1-8 {
      left: -12%; }
  .gd-col-3-8 {
    width: 37.5%; }
    .lt-ie8 .gd-col-3-8 {
      width: 34%; }
  .gd-offset-3-8 {
    margin-left: 37.5%; }
    .lt-ie8 .gd-offset-3-8 {
      margin-left: 37%; }
  .gd-push-3-8 {
    left: 37.5%; }
    body.rtl .gd-push-3-8 {
      right: 37.5%; }
    .lt-ie8 .gd-push-3-8 {
      left: 37%; }
  .gd-pull-3-8 {
    left: -37.5%; }
    body.rtl .gd-pull-3-8 {
      right: -37.5%; }
    .lt-ie8 .gd-pull-3-8 {
      left: -37%; }
  .gd-col-5-8 {
    width: 62.5%; }
    .lt-ie8 .gd-col-5-8 {
      width: 59%; }
  .gd-offset-5-8 {
    margin-left: 62.5%; }
    .lt-ie8 .gd-offset-5-8 {
      margin-left: 62%; }
  .gd-push-5-8 {
    left: 62.5%; }
    body.rtl .gd-push-5-8 {
      right: 62.5%; }
    .lt-ie8 .gd-push-5-8 {
      left: 62%; }
  .gd-pull-5-8 {
    left: -62.5%; }
    body.rtl .gd-pull-5-8 {
      right: -62.5%; }
    .lt-ie8 .gd-pull-5-8 {
      left: -62%; }
  .gd-col-7-8 {
    width: 87.5%; }
    .lt-ie8 .gd-col-7-8 {
      width: 84%; }
  .gd-offset-7-8 {
    margin-left: 87.5%; }
    .lt-ie8 .gd-offset-7-8 {
      margin-left: 87%; }
  .gd-push-7-8 {
    left: 87.5%; }
    body.rtl .gd-push-7-8 {
      right: 87.5%; }
    .lt-ie8 .gd-push-7-8 {
      left: 87%; }
  .gd-pull-7-8 {
    left: -87.5%; }
    body.rtl .gd-pull-7-8 {
      right: -87.5%; }
    .lt-ie8 .gd-pull-7-8 {
      left: -87%; }
  .gd-col-1-1 {
    width: 100%; }
    .lt-ie8 .gd-col-1-1 {
      width: 97%; }
  .gd-offset-1-1 {
    margin-left: 100%; }
    .lt-ie8 .gd-offset-1-1 {
      margin-left: 100%; }
  .gd-push-1-1 {
    left: 100%; }
    body.rtl .gd-push-1-1 {
      right: 100%; }
    .lt-ie8 .gd-push-1-1 {
      left: 100%; }
  .gd-pull-1-1 {
    left: -100%; }
    body.rtl .gd-pull-1-1 {
      right: -100%; }
    .lt-ie8 .gd-pull-1-1 {
      left: -100%; } }

/*
  CUSTOM FONTS
  Font faces, weights, stacks and helpers
*/
@font-face {
  font-family: "Futura Latin";
  font-weight: 300;
  src: url("../fonts/Futura-Latin/DysonFutura-Light.woff2") format("woff2"), url("../fonts/Futura-Latin/DysonFutura-Light.woff") format("woff"), url("../fonts/Futura-Latin/DysonFutura-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Latin";
  font-weight: 400;
  src: url("../fonts/Futura-Latin/DysonFutura-Book.woff2") format("woff2"), url("../fonts/Futura-Latin/DysonFutura-Book.woff") format("woff"), url("../fonts/Futura-Latin/DysonFutura-Book.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Latin";
  font-weight: 500;
  src: url("../fonts/Futura-Latin/DysonFutura-Medium.woff2") format("woff2"), url("../fonts/Futura-Latin/DysonFutura-Medium.woff") format("woff"), url("../fonts/Futura-Latin/DysonFutura-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Latin";
  font-weight: 700;
  src: url("../fonts/Futura-Latin/DysonFutura-Heavy.woff2") format("woff2"), url("../fonts/Futura-Latin/DysonFutura-Heavy.woff") format("woff"), url("../fonts/Futura-Latin/DysonFutura-Heavy.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Thai";
  font-weight: 300;
  src: url("../fonts/Futura-Thai/DysonThai-Light.woff2") format("woff2"), url("../fonts/Futura-Thai/DysonThai-Light.woff") format("woff"), url("../fonts/Futura-Thai/DysonThai-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Thai";
  font-weight: 400;
  src: url("../fonts/Futura-Thai/DysonThai-Book.woff2") format("woff2"), url("../fonts/Futura-Thai/DysonThai-Book.woff") format("woff"), url("../fonts/Futura-Thai/DysonThai-Book.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Thai";
  font-weight: 500;
  src: url("../fonts/Futura-Thai/DysonThai-Medium.woff2") format("woff2"), url("../fonts/Futura-Thai/DysonThai-Medium.woff") format("woff"), url("../fonts/Futura-Thai/DysonThai-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Thai";
  font-weight: 700;
  src: url("../fonts/Futura-Thai/DysonThai-Heavy.woff2") format("woff2"), url("../fonts/Futura-Thai/DysonThai-Heavy.woff") format("woff"), url("../fonts/Futura-Thai/DysonThai-Heavy.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Arabic";
  font-weight: 300;
  src: url("../fonts/Futura-Arabic/DysonArabic-Light.woff2") format("woff2"), url("../fonts/Futura-Arabic/DysonArabic-Light.woff") format("woff"), url("../fonts/Futura-Arabic/DysonArabic-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Arabic";
  font-weight: 400;
  src: url("../fonts/Futura-Arabic/DysonArabic-Book.woff2") format("woff2"), url("../fonts/Futura-Arabic/DysonArabic-Book.woff") format("woff"), url("../fonts/Futura-Arabic/DysonArabic-Book.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Arabic";
  font-weight: 500;
  src: url("../fonts/Futura-Arabic/DysonArabic-Medium.woff2") format("woff2"), url("../fonts/Futura-Arabic/DysonArabic-Medium.woff") format("woff"), url("../fonts/Futura-Arabic/DysonArabic-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Arabic";
  font-weight: 700;
  src: url("../fonts/Futura-Arabic/DysonArabic-Heavy.woff2") format("woff2"), url("../fonts/Futura-Arabic/DysonArabic-Heavy.woff") format("woff"), url("../fonts/Futura-Arabic/DysonArabic-Heavy.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Hebrew";
  font-weight: 300;
  src: url("../fonts/Futura-Hebrew/DysonHebrew-Light.woff2") format("woff2"), url("../fonts/Futura-Hebrew/DysonHebrew-Light.woff") format("woff"), url("../fonts/Futura-Hebrew/DysonHebrew-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Hebrew";
  font-weight: 400;
  src: url("../fonts/Futura-Hebrew/DysonHebrew-Book.woff2") format("woff2"), url("../fonts/Futura-Hebrew/DysonHebrew-Book.woff") format("woff"), url("../fonts/Futura-Hebrew/DysonHebrew-Book.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Hebrew";
  font-weight: 500;
  src: url("../fonts/Futura-Hebrew/DysonHebrew-Medium.woff2") format("woff2"), url("../fonts/Futura-Hebrew/DysonHebrew-Medium.woff") format("woff"), url("../fonts/Futura-Hebrew/DysonHebrew-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Hebrew";
  font-weight: 700;
  src: url("../fonts/Futura-Hebrew/DysonHebrew-Heavy.woff2") format("woff2"), url("../fonts/Futura-Hebrew/DysonHebrew-Heavy.woff") format("woff"), url("../fonts/Futura-Hebrew/DysonHebrew-Heavy.ttf") format("truetype"); }

@font-face {
  font-family: "Noto Sans";
  font-weight: 300;
  src: url("../fonts/Noto-sans/NotoSansKR-Light.otf") format("otf"); }

@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  src: url("../fonts/Noto-sans/NotoSansKR-Regular.otf") format("otf"); }

@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  src: url("../fonts/Noto-sans/NotoSansKR-Medium.otf") format("otf"); }

@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  src: url("../fonts/Noto-sans/NotoSansKR-Bold.otf") format("otf"); }

@font-face {
  font-family: "FoundryGridnik";
  font-weight: 500;
  src: url("../fonts/FoundryGridnik-Medium.woff") format("woff"); }

@font-face {
  font-family: "Futura Hant";
  font-weight: 300;
  src: url("../fonts/Futura-Hant/DysonCHT-Light.woff2") format("woff2"), url("../fonts/Futura-Hant/DysonCHT-Light.woff") format("woff"), url("../fonts/Futura-Hant/DysonCHT-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Hant";
  font-weight: 400;
  src: url("../fonts/Futura-Hant/DysonCHT-Book.woff2") format("woff2"), url("../fonts/Futura-Hant/DysonCHT-Book.woff") format("woff"), url("../fonts/Futura-Hant/DysonCHT-Book.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Hant";
  font-weight: 500;
  src: url("../fonts/Futura-Hant/DysonCHT-Medium.woff2") format("woff2"), url("../fonts/Futura-Hant/DysonCHT-Medium.woff") format("woff"), url("../fonts/Futura-Hant/DysonCHT-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Futura Hant";
  font-weight: 700;
  src: url("../fonts/Futura-Hant/DysonCHT-Heavy.woff2") format("woff2"), url("../fonts/Futura-Hant/DysonCHT-Heavy.woff") format("woff"), url("../fonts/Futura-Hant/DysonCHT-Heavy.ttf") format("truetype"); }

/*
  TYPOGRAPHY
*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .rating__title, .h5, .h6 {
  line-height: 1.3;
  color: #333333;
  margin: 1em 0;
  font-weight: 300;
  letter-spacing: -0.01em; }
  h1.h-inherit, h2.h-inherit, h3.h-inherit, h4.h-inherit, h5.h-inherit, h6.h-inherit,
  .h1.h-inherit, .h2.h-inherit, .h3.h-inherit, .h4.h-inherit, .h-inherit.rating__title, .h5.h-inherit, .h6.h-inherit {
    color: inherit; }
  h1.h-large-margin, .icon-info-set--offset-title h1.icon-info-set__title, h2.h-large-margin, .icon-info-set--offset-title h2.icon-info-set__title, h3.h-large-margin, .icon-info-set--offset-title h3.icon-info-set__title, h4.h-large-margin, .icon-info-set--offset-title h4.icon-info-set__title, h5.h-large-margin, .icon-info-set--offset-title h5.icon-info-set__title, h6.h-large-margin, .icon-info-set--offset-title h6.icon-info-set__title,
  .h1.h-large-margin,
  .icon-info-set--offset-title .h1.icon-info-set__title, .h2.h-large-margin, .icon-info-set--offset-title .h2.icon-info-set__title, .h3.h-large-margin, .icon-info-set--offset-title .h3.icon-info-set__title, .h4.h-large-margin, .h-large-margin.rating__title, .icon-info-set--offset-title .rating__title.icon-info-set__title, .icon-info-set--offset-title .h4.icon-info-set__title, .h5.h-large-margin, .icon-info-set--offset-title .h5.icon-info-set__title, .h6.h-large-margin, .icon-info-set--offset-title .h6.icon-info-set__title {
    margin: 1.5em 0; }
    @media screen and (min-width: 768px) {
      h1.h-large-margin, .icon-info-set--offset-title h1.icon-info-set__title, h2.h-large-margin, .icon-info-set--offset-title h2.icon-info-set__title, h3.h-large-margin, .icon-info-set--offset-title h3.icon-info-set__title, h4.h-large-margin, .icon-info-set--offset-title h4.icon-info-set__title, h5.h-large-margin, .icon-info-set--offset-title h5.icon-info-set__title, h6.h-large-margin, .icon-info-set--offset-title h6.icon-info-set__title,
      .h1.h-large-margin,
      .icon-info-set--offset-title .h1.icon-info-set__title, .h2.h-large-margin, .icon-info-set--offset-title .h2.icon-info-set__title, .h3.h-large-margin, .icon-info-set--offset-title .h3.icon-info-set__title, .h4.h-large-margin, .h-large-margin.rating__title, .icon-info-set--offset-title .rating__title.icon-info-set__title, .icon-info-set--offset-title .h4.icon-info-set__title, .h5.h-large-margin, .icon-info-set--offset-title .h5.icon-info-set__title, .h6.h-large-margin, .icon-info-set--offset-title .h6.icon-info-set__title {
        margin: 2em 0; } }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
  .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .rating__title:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
  .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .rating__title:last-child, .h5:last-child, .h6:last-child {
    margin-bottom: 0; }

a h1, a h2, a h3, a h4, a h5, a h6 {
  text-decoration: none; }

@media screen and (min-width: 0) {
  .hprimary {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (min-width: 768px) {
  .hprimary {
    font-size: 32px;
    font-size: 2rem; } }

@media screen and (min-width: 1024px) {
  .hprimary {
    font-size: 40px;
    font-size: 2.5rem; } }

@media screen and (min-width: 0) {
  h1, .h1 {
    font-size: 24px;
    font-size: 1.5rem; } }

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 34px;
    font-size: 2.125rem; } }

@media screen and (min-width: 0) {
  h2, .h2 {
    font-size: 22px;
    font-size: 1.375rem; } }

@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
    font-size: 1.5rem; } }

@media screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (min-width: 0) {
  h3, .h3 {
    font-size: 20px;
    font-size: 1.25rem; } }

@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 22px;
    font-size: 1.375rem; } }

@media screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem; } }

@media screen and (min-width: 0) {
  h4, .h4, .rating__title {
    font-size: 22px;
    font-size: 1.375rem; } }

@media screen and (min-width: 768px) {
  h4, .h4, .rating__title {
    font-size: 22px;
    font-size: 1.375rem; } }

@media screen and (min-width: 1024px) {
  h4, .h4, .rating__title {
    font-size: 22px;
    font-size: 1.375rem; } }

@media screen and (min-width: 0) {
  h5, .h5 {
    font-size: 15px;
    font-size: 0.9375rem; } }

@media screen and (min-width: 768px) {
  h5, .h5 {
    font-size: 17px;
    font-size: 1.0625rem; } }

@media screen and (min-width: 1024px) {
  h5, .h5 {
    font-size: 20px;
    font-size: 1.25rem; } }

h6, .h6 {
  font-weight: bold;
  line-height: 1.4; }
  @media screen and (min-width: 0) {
    h6, .h6 {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 768px) {
    h6, .h6 {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media screen and (min-width: 1024px) {
    h6, .h6 {
      font-size: 16px;
      font-size: 1rem; } }

a {
  color: #333333;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #333333; }
  a:visited {
    color: #333333; }

p {
  margin: 1em 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 0) {
  .lead {
    font-size: 16px;
    font-size: 1rem; } }

@media screen and (min-width: 768px) {
  .lead {
    font-size: 18px;
    font-size: 1.125rem; } }

@media screen and (min-width: 1024px) {
  .lead {
    font-size: 20px;
    font-size: 1.25rem; } }

ol, ul {
  line-height: inherit; }

blockquote {
  text-align: center;
  font-style: normal;
  font-size: 100%;
  color: inherit;
  line-height: 1.3;
  margin: 1.2em 0; }
  @media screen and (min-width: 0) {
    blockquote {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 768px) {
    blockquote {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (min-width: 1024px) {
    blockquote {
      font-size: 34px;
      font-size: 2.125rem; } }
  blockquote:first-child {
    margin-top: 0; }
  blockquote:last-child {
    margin-bottom: 0; }
  blockquote p {
    margin: 0.8em 0; }
  blockquote cite {
    display: block;
    line-height: 1.4; }
    @media screen and (min-width: 0) {
      blockquote cite {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 768px) {
      blockquote cite {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      blockquote cite {
        font-size: 20px;
        font-size: 1.25rem; } }

small,
.small {
  display: inline-block; }
  @media screen and (min-width: 0) {
    small,
    .small {
      font-size: 12px;
      font-size: 0.75rem; } }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

* {
  word-break: keep-all; }
  .dyson-th.primary * {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary * {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl *, .dyson-sa.rtl * {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl * {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr * {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.price-final_price .price__was {
  display: flex; }

.price-final_price .price-container {
  display: flex;
  flex-wrap: wrap; }
  .price-final_price .price-container .price-wrapper {
    margin: 0;
    width: 100%; }

/*
  IMAGE
*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }
  .hero__motif .image {
    width: 100%; }
  .image img {
    display: block; }
  .image--stretch {
    width: 100%; }
    .image--stretch img {
      width: 100%; }
  .image--cover {
    width: 100%;
    height: 100%; }
    .image--cover img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .image--max-height img {
    max-height: 100%; }

.image__url {
  display: inline-block;
  position: relative;
  max-width: 100%; }
  .image--stretch .image__url {
    width: 100%; }
  .image--cover .image__url {
    width: 100%;
    height: 100%; }

.image__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.image.single-line-motif img {
  height: 24px; }
  @media screen and (min-width: 768px) {
    .image.single-line-motif img {
      height: 26px; } }
  @media screen and (min-width: 1024px) {
    .image.single-line-motif img {
      height: 28px; } }

.image.double-line-motif img {
  height: 44px; }
  @media screen and (min-width: 768px) {
    .image.double-line-motif img {
      height: 48px; } }
  @media screen and (min-width: 1024px) {
    .image.double-line-motif img {
      height: 52px; } }

/*
  MEDIA
  Videos and iframes
*/
video {
  max-width: 100%;
  height: auto; }

iframe {
  border: 0;
  max-width: 100%; }

.fluid-media {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .fluid-media--4by3 {
    padding-top: 75%; }
  .fluid-media iframe,
  .fluid-media object,
  .fluid-media embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/*
  ICONS
*/
.flag-icon {
  background-image: url("../images/icons/sprite-flags.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 20px; }
  .flag-icon--ae {
    background-position: center -20px; }
  .flag-icon--il {
    background-position: center -40px; }
  .flag-icon--gb {
    background-position: center -60px; }
  .flag-icon--kr {
    background-position: center -80px; }
  .flag-icon--in {
    background-position: center -100px; }
  .flag-icon--mx {
    background-position: center -120px; }
  .flag-icon--nz {
    background-position: center -140px; }
  .flag-icon--gv {
    background-position: center -160px; }
  .flag-icon--tr {
    background-position: center -180px; }
  .flag-icon--pl {
    background-position: center -200px; }
  .flag-icon--sa {
    background-position: center -225px; }
  .flag-icon--sg {
    background-position: center -245px; }
  .flag-icon--my {
    background-position: center -285px; }
  .flag-icon--th {
    background-position: center -305px; }
  .flag-icon--hu {
    background-position: center -345px; }
  .flag-icon--cz {
    background-position: center -369px; }
  .flag-icon--ro {
    background-position: center -389px; }
  .flag-icon--vn {
    background-position: center -409px; }
  .flag-icon--id {
    background-image: url("../images/icons/flag-id.jpg");
    background-position: center; }

/*
  TABLES
*/
table {
  width: 100%;
  border-collapse: collapse; }

th, td {
  text-align: left;
  padding: 0.5em 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #b2b3b4; }
  @media screen and (min-width: 0) {
    th, td {
      font-size: 16px;
      font-size: 1rem; } }

/*
  BUTTONS
*/
.button {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .button:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);
    width: 10%;
    height: 25%;
    border-radius: 50%;
    z-index: 1;
    top: 35%;
    left: 45%;
    transform: scale(0, 0); }
  .button:hover::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%); }
  .button:hover::after span {
    display: none; }
  .button:hover::before {
    transform: scale(12, 12);
    transition: transform 0.5s, 0.5s border-radius 0.5s; }
  .button:hover {
    transition: transform 0, 0 border-radius 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease; }

.button--small {
  width: 50%;
  display: block !important;
  margin: auto; }

a.button,
.button {
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  padding: 16px 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  max-width: 100%;
  text-align: center;
  border-radius: 0; }
  a.button:hover, a.button:focus, a.button:active,
  .button:hover,
  .button:focus,
  .button:active {
    text-decoration: none; }
  @media screen and (min-width: 0) {
    a.button,
    .button {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    a.button,
    .button {
      font-size: 18px;
      font-size: 1.125rem; } }
  a.button:hover, a.button:focus,
  .button:hover,
  .button:focus {
    background: #292929;
    border: 0; }
  a.button.active,
  .button.active {
    animation: clicked .25s ease-in; }
  @media screen and (min-width: 768px) {
    a.button,
    .button {
      padding: 20px 23px; }
      .dyson-pl a.button, .dyson-pl
      .button {
        padding: 20px 16px; } }
  @media screen and (min-width: 1024px) {
    .dyson-sa a.button, .dyson-sa
    .button {
      padding: 20px 16px; } }
  a.button--primary, a.button, .secondary-nav .bcStatic a, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method a.action.primary.checkout, .am-checkout .payment-method .actions-toolbar .primary a.action-update, .dyson-in .am-checkout .fieldset .field a[data-index="pincode_button"], .dyson-in .am-checkout .fieldset a[data-index="pincode_button_billing"], .dyson-in .checkout__row a[data-index="pincode_button"], .dyson-in .checkout__row a[data-index="pincode_button_billing"],
  .button--primary,
  a.button,
  .button,
  .secondary-nav .bcStatic a,
  .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout,
  .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button,
  .am-checkout .payment-method .actions-toolbar .primary .action-update,
  .am-checkout .payment-method .billing-address-details button,
  .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"],
  .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"],
  .dyson-in .checkout__row [data-index="pincode_button"],
  .dyson-in .checkout__row [data-index="pincode_button_billing"] {
    background: #333333;
    color: #fff; }
    a.button--primary:hover, a.button:hover, .secondary-nav .bcStatic a:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method a.action.primary.checkout:hover, .am-checkout .payment-method .actions-toolbar .primary a.action-update:hover, .dyson-in .am-checkout .fieldset .field a:hover[data-index="pincode_button"], .dyson-in .am-checkout .fieldset a:hover[data-index="pincode_button_billing"], .dyson-in .checkout__row a:hover[data-index="pincode_button"], .dyson-in .checkout__row a:hover[data-index="pincode_button_billing"], a.button--primary:focus, a.button:focus, .secondary-nav .bcStatic a:focus, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method a.action.primary.checkout:focus, .am-checkout .payment-method .actions-toolbar .primary a.action-update:focus, .dyson-in .am-checkout .fieldset .field a:focus[data-index="pincode_button"], .dyson-in .am-checkout .fieldset a:focus[data-index="pincode_button_billing"], .dyson-in .checkout__row a:focus[data-index="pincode_button"], .dyson-in .checkout__row a:focus[data-index="pincode_button_billing"], a.button--primary:active, a.button:active, .secondary-nav .bcStatic a:active, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method a.action.primary.checkout:active, .am-checkout .payment-method .actions-toolbar .primary a.action-update:active, .dyson-in .am-checkout .fieldset .field a:active[data-index="pincode_button"], .dyson-in .am-checkout .fieldset a:active[data-index="pincode_button_billing"], .dyson-in .checkout__row a:active[data-index="pincode_button"], .dyson-in .checkout__row a:active[data-index="pincode_button_billing"], a.button--primary:visited, a.button:visited, .secondary-nav .bcStatic a:visited, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method a.action.primary.checkout:visited, .am-checkout .payment-method .actions-toolbar .primary a.action-update:visited, .dyson-in .am-checkout .fieldset .field a:visited[data-index="pincode_button"], .dyson-in .am-checkout .fieldset a:visited[data-index="pincode_button_billing"], .dyson-in .checkout__row a:visited[data-index="pincode_button"], .dyson-in .checkout__row a:visited[data-index="pincode_button_billing"],
    .button--primary:hover,
    .button:hover,
    .secondary-nav .bcStatic a:hover,
    .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:hover,
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button:hover,
    .am-checkout .payment-method .actions-toolbar .primary .action-update:hover,
    .am-checkout .payment-method .billing-address-details button:hover,
    .dyson-in .am-checkout .fieldset .field :hover[data-index="pincode_button"],
    .dyson-in .am-checkout .fieldset :hover[data-index="pincode_button_billing"],
    .dyson-in .checkout__row :hover[data-index="pincode_button"],
    .dyson-in .checkout__row :hover[data-index="pincode_button_billing"],
    .button--primary:focus,
    .button:focus,
    .secondary-nav .bcStatic a:focus,
    .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:focus,
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button:focus,
    .am-checkout .payment-method .actions-toolbar .primary .action-update:focus,
    .am-checkout .payment-method .billing-address-details button:focus,
    .dyson-in .am-checkout .fieldset .field :focus[data-index="pincode_button"],
    .dyson-in .am-checkout .fieldset :focus[data-index="pincode_button_billing"],
    .dyson-in .checkout__row :focus[data-index="pincode_button"],
    .dyson-in .checkout__row :focus[data-index="pincode_button_billing"],
    .button--primary:active,
    .button:active,
    .secondary-nav .bcStatic a:active,
    .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:active,
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button:active,
    .am-checkout .payment-method .actions-toolbar .primary .action-update:active,
    .am-checkout .payment-method .billing-address-details button:active,
    .dyson-in .am-checkout .fieldset .field :active[data-index="pincode_button"],
    .dyson-in .am-checkout .fieldset :active[data-index="pincode_button_billing"],
    .dyson-in .checkout__row :active[data-index="pincode_button"],
    .dyson-in .checkout__row :active[data-index="pincode_button_billing"],
    .button--primary:visited,
    .button:visited,
    .secondary-nav .bcStatic a:visited,
    .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:visited,
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button:visited,
    .am-checkout .payment-method .actions-toolbar .primary .action-update:visited,
    .am-checkout .payment-method .billing-address-details button:visited,
    .dyson-in .am-checkout .fieldset .field :visited[data-index="pincode_button"],
    .dyson-in .am-checkout .fieldset :visited[data-index="pincode_button_billing"],
    .dyson-in .checkout__row :visited[data-index="pincode_button"],
    .dyson-in .checkout__row :visited[data-index="pincode_button_billing"] {
      background: #292929; }
  a.button--tertiary:hover, a.button--tertiary:focus, a.button--tertiary:active, a.button--tertiary:visited,
  .button--tertiary:hover,
  .button--tertiary:focus,
  .button--tertiary:active,
  .button--tertiary:visited {
    background: #74b126; }
  a.button--tertiary:hover, a.button--tertiary:focus, a.button--tertiary:active, a.button--tertiary:visited,
  .button--tertiary:hover,
  .button--tertiary:focus,
  .button--tertiary:active,
  .button--tertiary:visited {
    background: #74b126; }
  a.button--secondary:hover, a.button--secondary:focus, a.button--secondary:active, a.button--secondary:visited,
  .button--secondary:hover,
  .button--secondary:focus,
  .button--secondary:active,
  .button--secondary:visited {
    background: #e1e1e1; }
  a.button--light,
  .button--light {
    background: #fff;
    color: #333333; }
    a.button--light span,
    .button--light span {
      color: #333333; }
    a.button--light:hover, a.button--light:focus, a.button--light:active,
    .button--light:hover,
    .button--light:focus,
    .button--light:active {
      background: #e1e1e1;
      color: #333333; }
    a.button--light:visited,
    .button--light:visited {
      background: #fff; }
  a.button--disabled,
  .button--disabled {
    opacity: 0.75;
    cursor: default;
    pointer-events: none; }
    a.button--disabled:hover, a.button--disabled:focus, a.button--disabled:active,
    .button--disabled:hover,
    .button--disabled:focus,
    .button--disabled:active {
      background: inherit; }
  @media screen and (min-width: 0) {
    a.button---large,
    .button---large {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    a.button---large,
    .button---large {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 1024px) {
    a.button---large,
    .button---large {
      font-size: 21px;
      font-size: 1.3125rem; } }
  a.button--fluid,
  .button--fluid {
    width: 100%;
    max-width: none; }
  a.button--wider,
  .button--wider {
    padding: 16px 30px; }
    @media screen and (min-width: 768px) {
      a.button--wider,
      .button--wider {
        padding: 20px 60px; } }
  a.button--secondary,
  .button--secondary {
    background: #ebebeb;
    color: #333333;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    a.button--secondary:hover, a.button--secondary:focus, a.button--secondary:active,
    .button--secondary:hover,
    .button--secondary:focus,
    .button--secondary:active {
      background: #e1e1e1;
      color: #000; }
  a.button--tertiary,
  .button--tertiary {
    background: #79b928;
    color: #000; }
    a.button--tertiary:hover, a.button--tertiary:focus, a.button--tertiary:active,
    .button--tertiary:hover,
    .button--tertiary:focus,
    .button--tertiary:active {
      background: #74b126;
      color: #000; }
    .dyson-gv a.button--tertiary,
    .dyson-decgv a.button--tertiary, .dyson-gv
    .button--tertiary,
    .dyson-decgv
    .button--tertiary {
      display: inline-flex;
      justify-content: center;
      align-items: center; }

.button--cart__basket-icon {
  width: 24px;
  position: relative;
  left: -4px;
  top: 4px; }
  .dyson-pl .button--cart__basket-icon {
    left: 0px;
    top: 3px; }
  .dyson-nz .button--cart__basket-icon {
    width: 22px; }
  .dyson-mx .button--cart__basket-icon {
    top: 14px; }

.button--cart__basket-icon--smaller {
  width: 18px;
  position: relative;
  top: -2px;
  left: -4px; }
  @media screen and (min-width: 768px) {
    .button--cart__basket-icon--smaller {
      width: 20px; } }
  @media screen and (min-width: 1280px) {
    .button--cart__basket-icon--smaller {
      width: 24px; } }
  .dyson-mx .button--cart__basket-icon--smaller {
    margin-bottom: 0px; }

.slider__item .button--cart__basket-icon--card, .slider__item
.button--cart__basket-icon--smaller {
  display: none; }
  @media screen and (min-width: 1024px) {
    .slider__item .button--cart__basket-icon--card, .slider__item
    .button--cart__basket-icon--smaller {
      display: inline-block;
      position: relative;
      width: 20px;
      top: 3px;
      left: -2px; }
      .dyson-mx .slider__item .button--cart__basket-icon--card, .dyson-mx .slider__item
      .button--cart__basket-icon--smaller {
        width: 28px;
        left: 16px;
        top: 0px; }
      .dyson-pl .slider__item .button--cart__basket-icon--card, .dyson-pl .slider__item
      .button--cart__basket-icon--smaller {
        top: -3px;
        left: 0px; }
      .dyson-nz .slider__item .button--cart__basket-icon--card, .dyson-nz .slider__item
      .button--cart__basket-icon--smaller {
        top: -2px;
        left: 2px; } }

.dyson-mx .button--learn-more--larger {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px; }
  @media screen and (min-width: 1024px) {
    .dyson-mx .button--learn-more--larger {
      padding: 10px 18px; } }

.dyson-mx .button--pre-order--larger {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px; }
  @media screen and (min-width: 1024px) {
    .dyson-mx .button--pre-order--larger {
      padding: 10px 18px !important; } }

.dyson-tr .button--add-to-cart--preorder {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.dyson-tr .button--pre-order--larger {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px; }
  @media screen and (min-width: 1024px) {
    .dyson-tr .button--pre-order--larger {
      padding: 20px 18px; } }

.dyson-mx .button--add-to-cart--two-line {
  line-height: 1.2;
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center; }

.product__variant__add-to-cart--animated {
  position: relative;
  overflow: hidden; }
  .product__variant__add-to-cart--animated:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);
    width: 10%;
    height: 45%;
    border-radius: 50%;
    z-index: 1;
    top: 35%;
    left: 45%;
    transform: scale(0, 0); }
  .product__variant__add-to-cart--animated:hover::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%); }
  .product__variant__add-to-cart--animated:hover::after span {
    display: none; }
  .product__variant__add-to-cart--animated:hover::before {
    transform: scale(12, 12);
    transition: transform 0.5s, 0.5s border-radius 0.5s; }
  .product__variant__add-to-cart--animated:hover {
    transition: transform 0, 0 border-radius 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease; }

.product__variant__add-to-cart--animated-smaller {
  position: relative;
  overflow: hidden; }
  .product__variant__add-to-cart--animated-smaller:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);
    width: 10%;
    height: 25%;
    border-radius: 50%;
    z-index: 1;
    top: 35%;
    left: 45%;
    transform: scale(0, 0); }
  .product__variant__add-to-cart--animated-smaller:hover::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%); }
  .product__variant__add-to-cart--animated-smaller:hover::after span {
    display: none; }
  .product__variant__add-to-cart--animated-smaller:hover::before {
    transform: scale(12, 12);
    transition: transform 0.5s, 0.5s border-radius 0.5s; }
  .product__variant__add-to-cart--animated-smaller:hover {
    transition: transform 0, 0 border-radius 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease; }

.dyson-tr .button--add-to-cart--two-line {
  padding: 11px 18px;
  line-height: 0.8; }

/*
  FORMS
*/
.form__item, .checkout__row .opc-wrapper .opc .form .field {
  margin-bottom: 1.5rem;
  position: relative; }
  .dyson-kr .page-layout-checkout .form__item, .dyson-kr .page-layout-checkout .checkout__row .opc-wrapper .opc .form .field, .checkout__row .opc-wrapper .opc .form .dyson-kr .page-layout-checkout .field {
    display: none; }

.form__item--inline {
  display: flex;
  align-items: center; }

.form__label, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label, .checkout__row .opc-wrapper .opc .form .label {
  display: block;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25rem;
  color: #333333;
  background-color: #fff;
  margin-bottom: 1rem; }
  .form__item--inline .form__label, .form__item--inline .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .form__item--inline .label, .form__item--inline .checkout__row .opc-wrapper .opc .form .label, .checkout__row .opc-wrapper .opc .form .form__item--inline .label {
    margin-bottom: 0;
    padding-right: 1rem; }
  .notify .form__label > span > a, .notify .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label > span > a, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .notify .label > span > a, .notify .checkout__row .opc-wrapper .opc .form .label > span > a, .checkout__row .opc-wrapper .opc .form .notify .label > span > a {
    text-decoration: underline; }

.form__label--inner {
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translate3d(0, -50%, 0);
  transition: transform .1s ease-in;
  margin: 0 0 0 .5rem;
  padding: 0 .5rem; }
  .form__item--entered .form__label--inner {
    transform: translate3d(0, -210%, 0); }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
select[multiple],
textarea,
select,
.form__input,
.checkout__row .opc-wrapper .opc .form input[type="text"],
.checkout__row .opc-wrapper .opc .form input[type="email"],
.checkout__row .opc-wrapper .opc .form input[type="search"],
.checkout__row .opc-wrapper .opc .form input[type="tel"],
.checkout__row .opc-wrapper .opc .form input[type="url"],
.checkout__row .opc-wrapper .opc .form input[type="password"],
.checkout__row .opc-wrapper .opc .form select[multiple],
.checkout__row .opc-wrapper .opc .form textarea,
.checkout__row .opc-wrapper .opc .form select {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  height: 4rem;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  select[multiple]:focus,
  select[multiple]:active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active,
  .form__input:focus,
  .checkout__row .opc-wrapper .opc .form input:focus[type="text"],
  .checkout__row .opc-wrapper .opc .form input:focus[type="email"],
  .checkout__row .opc-wrapper .opc .form input:focus[type="search"],
  .checkout__row .opc-wrapper .opc .form input:focus[type="tel"],
  .checkout__row .opc-wrapper .opc .form input:focus[type="url"],
  .checkout__row .opc-wrapper .opc .form input:focus[type="password"],
  .checkout__row .opc-wrapper .opc .form textarea:focus,
  .checkout__row .opc-wrapper .opc .form select:focus,
  .form__input:active,
  .checkout__row .opc-wrapper .opc .form input:active[type="text"],
  .checkout__row .opc-wrapper .opc .form input:active[type="email"],
  .checkout__row .opc-wrapper .opc .form input:active[type="search"],
  .checkout__row .opc-wrapper .opc .form input:active[type="tel"],
  .checkout__row .opc-wrapper .opc .form input:active[type="url"],
  .checkout__row .opc-wrapper .opc .form input:active[type="password"],
  .checkout__row .opc-wrapper .opc .form textarea:active,
  .checkout__row .opc-wrapper .opc .form select:active {
    outline: none; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="url"]::placeholder,
  input[type="number"]::placeholder,
  input[type="password"]::placeholder,
  select[multiple]::placeholder,
  textarea::placeholder,
  select::placeholder,
  .form__input::placeholder,
  .checkout__row .opc-wrapper .opc .form input[type="text"]::placeholder,
  .checkout__row .opc-wrapper .opc .form input[type="email"]::placeholder,
  .checkout__row .opc-wrapper .opc .form input[type="search"]::placeholder,
  .checkout__row .opc-wrapper .opc .form input[type="tel"]::placeholder,
  .checkout__row .opc-wrapper .opc .form input[type="url"]::placeholder,
  .checkout__row .opc-wrapper .opc .form input[type="password"]::placeholder,
  .checkout__row .opc-wrapper .opc .form select[multiple]::placeholder,
  .checkout__row .opc-wrapper .opc .form textarea::placeholder,
  .checkout__row .opc-wrapper .opc .form select::placeholder {
    color: #333333; }

textarea {
  resize: vertical;
  height: inherit; }

select[multiple] {
  background-image: none; }

select {
  position: relative;
  color: #333333;
  background-image: url("../images/icons/sprite.png");
  background-position: 0 -1942px;
  background-position-x: right;
  background-repeat: no-repeat; }

select::-ms-expand {
  display: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-right: 0.5rem; }
  input[type="checkbox"]:last-child,
  input[type="radio"]:last-child {
    margin-right: 0; }

.form__item--radio {
  text-align: left; }

.form__item--checkbox input[type="checkbox"] {
  position: absolute;
  height: 2rem;
  width: 2rem;
  z-index: 1;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0; }
  .form__item--checkbox input[type="checkbox"]:checked ~ .form__label:after, .form__item--checkbox .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title input[type="checkbox"]:checked ~ .label:after, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .form__item--checkbox input[type="checkbox"]:checked ~ .label:after, .form__item--checkbox .checkout__row .opc-wrapper .opc .form input[type="checkbox"]:checked ~ .label:after, .checkout__row .opc-wrapper .opc .form .form__item--checkbox input[type="checkbox"]:checked ~ .label:after {
    opacity: 1; }

.form__item--checkbox .form__label, .form__item--checkbox .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .form__item--checkbox .label, .form__item--checkbox .checkout__row .opc-wrapper .opc .form .label, .checkout__row .opc-wrapper .opc .form .form__item--checkbox .label {
  cursor: pointer;
  margin-right: 1rem;
  padding-left: 48px;
  line-height: 1.5;
  position: relative;
  font-weight: normal;
  -moz-user-select: none;
  -webkit-user-select: none; }
  .form__item--checkbox .form__label:before, .form__item--checkbox .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label:before, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .form__item--checkbox .label:before, .form__item--checkbox .checkout__row .opc-wrapper .opc .form .label:before, .checkout__row .opc-wrapper .opc .form .form__item--checkbox .label:before, .form__item--checkbox .form__label:after, .form__item--checkbox .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label:after, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .form__item--checkbox .label:after, .form__item--checkbox .checkout__row .opc-wrapper .opc .form .label:after, .checkout__row .opc-wrapper .opc .form .form__item--checkbox .label:after {
    content: '';
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .15s ease-in;
    box-sizing: border-box; }
  .form__item--checkbox .form__label:before, .form__item--checkbox .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label:before, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .form__item--checkbox .label:before, .form__item--checkbox .checkout__row .opc-wrapper .opc .form .label:before, .checkout__row .opc-wrapper .opc .form .form__item--checkbox .label:before {
    border: 1px solid #ebebeb;
    background-color: #fff; }
  .form__item--checkbox .form__label:after, .form__item--checkbox .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label:after, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .form__item--checkbox .label:after, .form__item--checkbox .checkout__row .opc-wrapper .opc .form .label:after, .checkout__row .opc-wrapper .opc .form .form__item--checkbox .label:after {
    background-image: url("../images/icons/sprite.png");
    background-repeat: no-repeat;
    background-position: 0 -1856px;
    opacity: 0; }

.form__validation {
  margin-bottom: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 0) {
    .form__validation {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .form__validation {
      font-size: 14px;
      font-size: 0.875rem; } }

.form__item--validation .form__validation {
  color: #dd4157; }
  .form__item--validation .form__validation:before {
    content: '';
    float: left;
    margin-right: 0.5rem;
    background-image: url("../images/icons/sprite.png");
    background-position: 0 -440px;
    width: 24px;
    height: 24px;
    transform: scale(0.75) translateY(-4px); }

.form__item--validation input[type="text"],
.form__item--validation input[type="email"],
.form__item--validation input[type="search"],
.form__item--validation input[type="tel"],
.form__item--validation input[type="url"],
.form__item--validation input[type="password"],
.form__item--validation select[multiple],
.form__item--validation textarea {
  border-color: #dd4157; }

select.mage-error {
  background-image: url("../images/icons/sprite.png");
  background-position: 0 -1942px;
  background-position-x: right;
  background-repeat: no-repeat; }

input.mage-error,
input[aria-invalid="true"],
._error select {
  border: 1px solid #dd4157; }

div.mage-error,
div.field-error {
  font-size: 14px;
  color: #dd4157; }
  div.mage-error:before,
  div.field-error:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("../images/icons/alert.png") no-repeat;
    background-size: contain;
    margin-bottom: 3px;
    margin-right: 8px; }

div.mage-error + .form__label--inner {
  top: -9px;
  transform: none; }

.review-control-vote {
  display: flex; }
  .review-control-vote > div {
    order: 10;
    margin-top: 40px; }

.review-field-age,
.review-field-nickname {
  margin-bottom: 40px; }

.review-field-age {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .review-field-age {
      margin-top: 0px; } }

input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
  color: #000; }

.form__item--recommend--radio,
.form__item--registered--radio {
  display: flex; }
  .form__item--recommend--radio > div,
  .form__item--registered--radio > div {
    order: 3; }
  .form__item--recommend--radio label,
  .form__item--registered--radio label {
    margin-right: 25px;
    font-size: 14px; }

.form__item--checkbox--mandatory {
  display: flex; }
  .form__item--checkbox--mandatory > div {
    order: 1; }

.dyson-nz .fields.group.group-2 {
  display: flex; }

@media screen and (min-width: 768px) {
  .dyson-nz .payment-method-content form.form#adyen-cc-form {
    width: 75%; } }

@media screen and (min-width: 1280px) {
  .dyson-nz .payment-method-content form.form#adyen-cc-form {
    width: 50%; } }

.dyson-nz .field.no-label.year, .dyson-nz .field.no-label.month, .dyson-nz input#adyen_cc_cc_cid.input-text.cvv {
  width: 50%; }

.dyson-nz .field.no-label.month {
  margin-right: 5px; }

.dyson-nz input#adyen_cc_cc_cid.input-text.cvv::-webkit-input-placeholder::before {
  content: "***"; }

.dyson-nz .checkout-agreements {
  margin-top: 10px; }

.dyson-nz form#adyen-cc-form {
  border: none;
  padding: 0px; }

.dyson-nz label.label[for="adyen_cc_cc_type"]:after {
  display: none !important; }

.options-picker__list {
  cursor: pointer;
  background-color: #fbfbfb;
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 0.5rem 0;
  max-height: 11.25rem;
  overflow: auto;
  margin-bottom: 1.375rem;
  max-height: 12.75rem; }
  .options-picker__list.options-picker__list--show {
    display: inherit; }
  .options-picker__list > div {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5; }
    .dyson-th.primary .options-picker__list > div {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .options-picker__list > div {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .options-picker__list > div, .dyson-sa.rtl .options-picker__list > div {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .options-picker__list > div {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .options-picker__list > div {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
    .options-picker__list > div.options-picker__list--focus {
      background-color: #ececec; }
    .options-picker__list > div > b {
      color: #333333;
      font-weight: normal; }
  .options-picker__list mark {
    background: none;
    color: #333333; }

.dyson-kr #address-lookup-error {
  margin-top: 0.5em; }

.dyson-kr div[name="shippingAddress.shippingAddressLookupButton"],
.dyson-kr div[name="shippingAddress.shippingAddressLookupButtonReset"] {
  display: block;
  width: 100% !important; }

.dyson-kr fieldset.field.street {
  margin-bottom: 0 !important; }

.form__item__input-field, .form__item__text-field {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

/*
  GLOBAL
  html, body and global styles
*/
html {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  overflow-x: hidden; }

body {
  min-height: 100vh;
  min-width: 325px;
  word-wrap: break-word;
  word-break: keep-all;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #666666;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 0) {
    body {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 768px) {
    body {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media screen and (min-width: 1024px) {
    body {
      font-size: 16px;
      font-size: 1rem; } }
  .dyson-th.primary body {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary body {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl body, .dyson-sa.rtl body {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl body {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr body {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

* {
  box-sizing: border-box; }

/*
  PRINT
  Print styles (via H5BP) @@REVIEW
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
  PAGE
  Overall page structure (header, main, footer, etc.)
*/
.page {
  max-width: 100%; }

@media screen and (min-width: 320px) {
  .dyson-kr.cms-get-the-most-out-of-your-machine main#maincontent,
  .dyson-nz.categorypath-support-get-the-most-out-of-your-machine-support main#maincontent {
    width: 1000px; } }

@media screen and (min-width: 768px) {
  .dyson-kr.cms-get-the-most-out-of-your-machine main#maincontent,
  .dyson-nz.categorypath-support-get-the-most-out-of-your-machine-support main#maincontent {
    width: 1500px; } }

@media screen and (min-width: 1024px) {
  .dyson-kr.cms-get-the-most-out-of-your-machine main#maincontent,
  .dyson-nz.categorypath-support-get-the-most-out-of-your-machine-support main#maincontent {
    width: auto; } }

body.rtl {
  direction: rtl;
  unicode-bidi: bidi-override; }

body.rtl .promo-signup__body-text,
body.rtl .actions.form__item.promo-signup__button,
body.rtl .checkout__row .opc-wrapper .opc .form .actions.promo-signup__button.field,
.checkout__row .opc-wrapper .opc .form body.rtl .actions.promo-signup__button.field,
body.rtl .promo-notify__details,
body.rtl .promo_notify__button,
body.rtl .promo-notify__privacy-policy {
  text-align: right; }

body.rtl .mage-error {
  text-align: right;
  width: 100%; }

body.rtl .form__label--inner {
  margin: 0 .5rem 0 0;
  position: absolute;
  right: 0;
  text-align: right;
  width: 119px; }
  body.rtl .form__label--inner[for="first_name"] {
    width: 62px; }
  body.rtl .form__label--inner[for="last_name"] {
    width: 65px; }
  body.rtl .form__label--inner[for="phone_number"] {
    width: 90px; }

body.rtl .form__item--checkbox input[type="checkbox"] {
  left: inherit;
  right: 0; }

body.rtl .form__item--checkbox .form__label, body.rtl .form__item--checkbox .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title body.rtl .form__item--checkbox .label, body.rtl .form__item--checkbox .checkout__row .opc-wrapper .opc .form .label, .checkout__row .opc-wrapper .opc .form body.rtl .form__item--checkbox .label {
  margin-right: 0;
  margin-left: 1rem;
  padding-left: 1rem;
  padding-right: 48px;
  text-align: right; }
  body.rtl .form__item--checkbox .form__label:before, body.rtl .form__item--checkbox .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label:before, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title body.rtl .form__item--checkbox .label:before, body.rtl .form__item--checkbox .checkout__row .opc-wrapper .opc .form .label:before, .checkout__row .opc-wrapper .opc .form body.rtl .form__item--checkbox .label:before, body.rtl .form__item--checkbox .form__label:after, body.rtl .form__item--checkbox .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label:after, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title body.rtl .form__item--checkbox .label:after, body.rtl .form__item--checkbox .checkout__row .opc-wrapper .opc .form .label:after, .checkout__row .opc-wrapper .opc .form body.rtl .form__item--checkbox .label:after {
    left: inherit;
    right: 0; }

body.rtl input[type="radio"] {
  margin-right: inherit;
  margin-left: 0.5em; }

body.rtl .form__item--recommend--radio label,
body.rtl .form__item--registered--radio label {
  margin-right: inherit;
  margin-left: 25px; }

body.rtl select {
  background-position-x: 8px; }

body.rtl div.mage-error:before,
body.rtl div.field-error:before {
  margin-right: inherit;
  margin-left: 8px; }

body.rtl input[type="checkbox"],
body.rtl input[type="radio"] {
  margin-right: inherit;
  margin-left: 0.5em; }

.dyson-ae.rtl .hero__body--relative--gd--promo .form__label.form__label--inner.label, .dyson-ae.rtl .hero__body--relative--gd--promo .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .form__label--inner.label, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .dyson-ae.rtl .hero__body--relative--gd--promo .form__label--inner.label, .dyson-ae.rtl .hero__body--relative--gd--promo .checkout__row .opc-wrapper .opc .form .form__label--inner.label, .checkout__row .opc-wrapper .opc .form .dyson-ae.rtl .hero__body--relative--gd--promo .form__label--inner.label {
  position: absolute;
  right: 0;
  text-align: right;
  width: 119px;
  background-color: red; }

.dyson-il.rtl .form__label--inner {
  margin: 0 .5rem 0 0;
  position: absolute;
  right: 0;
  text-align: right;
  width: 119px; }
  .dyson-il.rtl .form__label--inner[for="first_name"] {
    width: 100px; }
  .dyson-il.rtl .form__label--inner[for="last_name"] {
    width: 100px; }
  .dyson-il.rtl .form__label--inner[for="phone_number"] {
    width: 100px; }

body.rtl .button--cart__basket-icon {
  left: 0;
  right: -1%; }

body.rtl .button--cart__basket-icon--smaller {
  left: 0;
  right: -4%; }

.hgroup__image .image > span,
.card .card__inner > span {
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold; }

.card .card__inner > span {
  position: absolute;
  z-index: 1;
  margin-left: 15px;
  margin-top: -20px; }

/*
  ROW HELPERS
*/
.row--border-top {
  border-top: 1px solid #ebebeb; }

.row--border-top-dark {
  border-top: 1px solid #333333; }

.row--margin-top {
  margin-top: 2em; }

.row--full-height {
  height: 100%; }

.row--caveat {
  padding-bottom: 12px; }

.stat {
  display: block; }
  .stat--dark {
    color: #fff; }

.stat__data {
  display: block;
  color: #000;
  margin-bottom: 0.4em; }
  .stat--dark .stat__data {
    color: #fff; }

.stat__value {
  display: inline-block;
  line-height: 1.1;
  letter-spacing: -0.05em;
  font-family: "FoundryGridnik", courier, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }
  @media screen and (min-width: 0) {
    .stat__value {
      font-size: 56px;
      font-size: 3.5rem; } }
  @media screen and (min-width: 1024px) {
    .stat__value {
      font-size: 72px;
      font-size: 4.5rem; } }

.stat__measure {
  display: inline-block; }
  @media screen and (min-width: 0) {
    .stat__measure {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media screen and (min-width: 1280px) {
    .stat__measure {
      font-size: 18px;
      font-size: 1.125rem; } }

.stat__info {
  display: block; }

.spec {
  display: block;
  color: #000; }
  .spec--dark {
    color: #fff; }

.spec__label {
  display: block;
  margin-bottom: 1em; }
  @media screen and (min-width: 0) {
    .spec__label {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 1024px) {
    .spec__label {
      font-size: 14px;
      font-size: 0.875rem; } }

.spec__data {
  display: block;
  font-style: normal; }
  @media screen and (min-width: 0) {
    .spec__data {
      font-size: 26px;
      font-size: 1.625rem; } }
  @media screen and (min-width: 1024px) {
    .spec__data {
      font-size: 38px;
      font-size: 2.375rem; } }

.spec__value {
  display: inline-block; }

.spec__text {
  display: inline-block;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }
  @media screen and (min-width: 0) {
    .spec__text {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .spec__text {
      font-size: 20px;
      font-size: 1.25rem; } }
  .dyson-th.primary .spec__text {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .spec__text {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .spec__text, .dyson-sa.rtl .spec__text {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .spec__text {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .spec__text {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

@media screen and (min-width: 0) {
  .spec--big .spec__text {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (min-width: 1024px) {
  .spec--big .spec__text {
    font-size: 40px;
    font-size: 2.5rem; } }

.icon-link {
  text-decoration: none;
  color: #333333;
  font-weight: 300; }
  @media screen and (min-width: 0) {
    .icon-link {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .icon-link {
      font-size: 28px;
      font-size: 1.75rem; } }
  .icon-link:hover, .icon-link:focus, .icon-link:active, .icon-link:visited {
    color: #333333; }
  .icon-link--dark {
    color: #fff; }
    .icon-link--dark:hover, .icon-link--dark:focus, .icon-link--dark:active, .icon-link--dark:visited {
      color: #fff; }
  .hgroup--dark .icon-link {
    color: #fff; }
    .hgroup--dark .icon-link:visited {
      color: #fff; }
  .icon-link .roundal--small {
    display: inline-block;
    position: relative;
    top: 4px; }
    @media screen and (min-width: 768px) {
      .icon-link .roundal--small {
        top: 0;
        margin-bottom: -10px;
        margin-right: 10px; } }
    .icon-link .roundal--small .roundal__icon .icon {
      top: -6px;
      left: 6px; }
      @media screen and (min-width: 768px) {
        .icon-link .roundal--small .roundal__icon .icon {
          top: 0;
          left: 10px; } }
    .hgroup--dark .icon-link .roundal--small {
      background-color: #fff; }
      .hgroup--dark .icon-link .roundal--small .roundal__icon .icon {
        fill: #000; }

.icon-info {
  display: inline-block;
  text-align: center;
  background: none;
  border: none;
  max-width: 100%; }
  .icon-info:hover, .icon-info:focus {
    background: none;
    border: none; }
  .icon-info:focus {
    outline: 1px solid #4D90FE;
    box-shadow: 0px 0px 4px 0px #4D90FE; }
  .icon-info--inline {
    text-align: left;
    display: flex;
    align-items: center; }

.icon-info__url {
  display: block;
  text-decoration: none;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .icon-info__url:hover, .icon-info__url:focus, .icon-info__url:active {
    text-decoration: none; }

.icon-info__icon {
  padding-bottom: 20px;
  align-self: flex-start;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  flex-shrink: 0;
  width: 64px;
  min-height: 64px; }
  @media screen and (min-width: 768px) {
    .icon-info__icon {
      padding-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    .icon-info__icon {
      padding-bottom: 20px; } }
  .icon-info--small .icon-info__icon {
    padding-bottom: 20px;
    width: 60px;
    min-height: 60px; }
    @media screen and (min-width: 768px) {
      .icon-info--small .icon-info__icon {
        padding-bottom: 20px; } }
    @media screen and (min-width: 1024px) {
      .icon-info--small .icon-info__icon {
        padding-bottom: 20px; } }
  .icon-info--inline .icon-info__icon {
    width: 40px;
    min-height: 40px;
    margin: 0 12px 0 0;
    padding-bottom: 0; }
    @media screen and (min-width: 768px) {
      .icon-info--inline .icon-info__icon {
        padding-bottom: 0; } }
    @media screen and (min-width: 1024px) {
      .icon-info--inline .icon-info__icon {
        padding-bottom: 0; } }
    @media screen and (min-width: 480px) {
      .icon-info--inline .icon-info__icon {
        width: 40px;
        min-height: 40px; } }
  .icon-info__icon .image {
    width: 100%; }

@media screen and (min-width: 320px) {
  .icon-info__icon--full-width {
    width: auto !important; } }

.icon-info__body {
  width: 100%; }

.icon-info__title {
  color: #333333 !important;
  font-weight: 400;
  display: block;
  margin: 0 0 0.5em 0;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 0) {
    .icon-info__title {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .icon-info__title {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (min-width: 1024px) {
    .icon-info__title {
      font-size: 25px;
      font-size: 1.5625rem; } }
  .icon-info--small .icon-info__title {
    margin: 0 0 0.5em 0; }
    @media screen and (min-width: 0) {
      .icon-info--small .icon-info__title {
        font-size: 13px;
        font-size: 0.8125rem; } }
    @media screen and (min-width: 768px) {
      .icon-info--small .icon-info__title {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 1024px) {
      .icon-info--small .icon-info__title {
        font-size: 18px;
        font-size: 1.125rem; } }
  .icon-info--inline .icon-info__title {
    margin: 0; }
    @media screen and (min-width: 0) {
      .icon-info--inline .icon-info__title {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 768px) {
      .icon-info--inline .icon-info__title {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media screen and (min-width: 1024px) {
      .icon-info--inline .icon-info__title {
        font-size: 24px;
        font-size: 1.5rem; } }
  .icon-info--dark .icon-info__title {
    color: #333333; }

.icon-info__text {
  display: block; }
  @media screen and (min-width: 0) {
    .icon-info__text {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 768px) {
    .icon-info__text {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .icon-info__text {
      font-size: 18px;
      font-size: 1.125rem; } }
  .icon-info--small .icon-info__text {
    margin: 0 0 0.5em 0; }
    @media screen and (min-width: 0) {
      .icon-info--small .icon-info__text {
        font-size: 13px;
        font-size: 0.8125rem; } }
    @media screen and (min-width: 768px) {
      .icon-info--small .icon-info__text {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 1024px) {
      .icon-info--small .icon-info__text {
        font-size: 18px;
        font-size: 1.125rem; } }

@media screen and (min-width: 0) {
  .icon-info-set__title {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (min-width: 768px) {
  .icon-info-set__title {
    font-size: 32px;
    font-size: 2rem; } }

@media screen and (min-width: 1280px) {
  .icon-info-set__title {
    font-size: 40px;
    font-size: 2.5rem; } }

.row--large.rtb-icons-row, .row--medium.rtb-icons-row, .row--small.rtb-icons-row {
  padding: 16px 0; }
  @media screen and (min-width: 768px) {
    .row--large.rtb-icons-row, .row--medium.rtb-icons-row, .row--small.rtb-icons-row {
      padding: 20px 0; } }
  @media screen and (min-width: 1024px) {
    .row--large.rtb-icons-row, .row--medium.rtb-icons-row, .row--small.rtb-icons-row {
      padding: 24px 0; } }

.row--small.rtb-icons-row .icon-info__text {
  display: none; }

ul.rtb-modal-list .icon-info {
  background: #fff;
  width: 100%;
  border: 1px solid #dadada;
  flex-direction: column;
  padding: 8px;
  text-align: left;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) {
    ul.rtb-modal-list .icon-info {
      padding: 12px; } }
  @media screen and (min-width: 1024px) {
    ul.rtb-modal-list .icon-info {
      padding: 16px; } }
  ul.rtb-modal-list .icon-info:hover, ul.rtb-modal-list .icon-info:focus {
    background: #fff;
    border: 1px solid #333333; }
  ul.rtb-modal-list .icon-info:active {
    border: 3px solid #333333;
    background: none;
    margin: -2px; }
  ul.rtb-modal-list .icon-info--inline {
    flex-direction: column;
    padding: 8px; }
    @media screen and (min-width: 768px) {
      ul.rtb-modal-list .icon-info--inline {
        padding: 12px; } }
    @media screen and (min-width: 1024px) {
      ul.rtb-modal-list .icon-info--inline {
        padding: 16px; } }

ul.rtb-modal-list .icon-info__title {
  font-weight: 500;
  text-decoration: underline;
  margin: 0; }
  .icon-info--inline ul.rtb-modal-list .icon-info__title, .icon-info ul.rtb-modal-list .icon-info__title {
    line-height: 24px; }
    @media screen and (min-width: 0) {
      .icon-info--inline ul.rtb-modal-list .icon-info__title, .icon-info ul.rtb-modal-list .icon-info__title {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 1024px) {
      .icon-info--inline ul.rtb-modal-list .icon-info__title, .icon-info ul.rtb-modal-list .icon-info__title {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      .icon-info--inline ul.rtb-modal-list .icon-info__title, .icon-info ul.rtb-modal-list .icon-info__title {
        line-height: 28px; } }

ul.rtb-modal-list .icon-info--inline .icon-info__title, ul.rtb-modal-list .icon-info .icon-info__title {
  font-size: 16px;
  line-height: 24px; }
  @media screen and (min-width: 1024px) {
    ul.rtb-modal-list .icon-info--inline .icon-info__title, ul.rtb-modal-list .icon-info .icon-info__title {
      font-size: 18px;
      line-height: 28px; } }

ul.rtb-modal-list .icon-info--inline .icon-info__icon, ul.rtb-modal-list .icon-info .icon-info__icon {
  width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 0 0 12px;
  padding-bottom: 0; }
  @media screen and (min-width: 1024px) {
    ul.rtb-modal-list .icon-info--inline .icon-info__icon, ul.rtb-modal-list .icon-info .icon-info__icon {
      width: 28px;
      height: 28px;
      min-height: 28px;
      margin-bottom: 8px; } }

ul.rtb-modal-list .icon-info__text {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    ul.rtb-modal-list .icon-info__text {
      font-size: 16px;
      line-height: 24px; } }

.rtb-icons-header {
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 28px; }
  @media screen and (max-width: 767px) {
    .rtb-icons-header.featured-enabled {
      margin-bottom: 24px; } }
  @media screen and (min-width: 768px) {
    .rtb-icons-header {
      padding-bottom: 12px;
      font-size: 22px;
      line-height: 28px; } }
  @media screen and (min-width: 1024px) {
    .rtb-icons-header {
      padding-bottom: 16px;
      font-size: 24px;
      line-height: 32px; } }

.rtb-title-tile {
  display: flex;
  align-items: center;
  height: 100%; }

.rtb-overlay {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transform: translateZ(1px);
  transition: all .3s ease-out; }
  .rtb-overlay.overlay-is-open {
    display: flex;
    flex-direction: column-reverse;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%; }
    .rtb-overlay.overlay-is-open .rtb-overlay-container {
      animation-name: slideup;
      animation-duration: 0.3s;
      animation-fill-mode: forwards; }
  .rtb-overlay .rtb-overlay-container {
    background-color: #fff; }
    .rtb-overlay .rtb-overlay-container .icon-info-set-section {
      margin-bottom: 0; }
      .rtb-overlay .rtb-overlay-container .icon-info-set-section:before {
        content: none; }
  .rtb-overlay .overlay__content--fullscreen {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: auto !important; }

.overlay-is-open {
  overflow: hidden; }
  .overlay-is-open .rtb-overlay {
    overflow-x: hidden;
    overflow-y: auto; }

.rtb-overlay-container .icon-info-set-section {
  color: #333333;
  padding-bottom: 16px; }
  @media screen and (min-width: 768px) {
    .rtb-overlay-container .icon-info-set-section {
      padding-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    .rtb-overlay-container .icon-info-set-section {
      padding-bottom: 24px; } }
  .rtb-overlay-container .icon-info-set-section .rtb-overlay-header {
    padding: 16px 0;
    margin: 0;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9; }
    @media screen and (min-width: 768px) {
      .rtb-overlay-container .icon-info-set-section .rtb-overlay-header {
        padding: 20px 0; } }
    @media screen and (min-width: 1024px) {
      .rtb-overlay-container .icon-info-set-section .rtb-overlay-header {
        padding: 24px 0; } }
    .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper {
      position: relative; }
      .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper h2 {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 24px;
        margin: 0;
        padding: 0; }
        @media screen and (min-width: 1024px) {
          .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper h2 {
            font-size: 18px;
            line-height: 28px; } }
        .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper h2 img {
          height: 26px;
          width: 26px; }
          @media screen and (min-width: 1024px) {
            .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper h2 img {
              height: 30px;
              width: 30px; } }
        .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper h2 span {
          padding-left: 7px; }
      .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper .rtb-overlay-close-button {
        position: absolute;
        right: -42px;
        top: -5px;
        outline: 0;
        border: 0;
        background: 0;
        padding: 10px;
        color: #333333;
        line-height: 16px;
        text-align: center; }
        .rtl .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper .rtb-overlay-close-button {
          right: unset;
          left: -42px; }
        @media screen and (max-width: 767px) {
          .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper .rtb-overlay-close-button {
            right: -17px; }
            .rtl .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper .rtb-overlay-close-button {
              right: unset;
              left: -17px; } }
        @media screen and (min-width: 1024px) {
          .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper .rtb-overlay-close-button {
            right: -5px; }
            .rtl .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper .rtb-overlay-close-button {
              right: unset;
              left: -5px; } }
        .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper .rtb-overlay-close-button.action-close:before {
          content: url("../images/icons/modal-close.svg");
          -webkit-font-smoothing: antialiased;
          font-size: 16px;
          line-height: 16px;
          font-family: "icons-blank-theme";
          margin: 0;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          vertical-align: middle;
          text-align: center;
          width: 16px;
          height: 16px; }
        .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper .rtb-overlay-close-button.action-close:focus {
          outline: 1px solid #4D90FE;
          box-shadow: 0px 0px 4px 0px #4D90FE; }
        .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper .rtb-overlay-close-button.action-close span {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
  .rtb-overlay-container .icon-info-set-section .rtb-overlay-content {
    font-size: 14px;
    line-height: 20px; }
    @media screen and (min-width: 1024px) {
      .rtb-overlay-container .icon-info-set-section .rtb-overlay-content {
        font-size: 16px;
        line-height: 24px; } }
    .rtb-overlay-container .icon-info-set-section .rtb-overlay-content p:first-child {
      margin-top: 0; }

@media screen and (max-width: 767px) {
  .tile-wrap-count-4 li.tile-no-1, .tile-wrap-count-4 li.tile-no-2 {
    margin-bottom: 8px; } }

@media screen and (max-width: 767px) {
  .featured-enabled .title-tile {
    padding-bottom: 16px; }
    .featured-enabled .title-tile .rtb-icons-header {
      padding-bottom: 8px; } }

@media screen and (max-width: 767px) {
  .icon-info-set__list ul.rtb-modal-list {
    margin-left: 0; }
    .icon-info-set__list ul.rtb-modal-list li {
      padding-left: 0; }
      .icon-info-set__list ul.rtb-modal-list li .featured-tile {
        width: 100%;
        left: 0; }
    .icon-info-set__list ul.rtb-modal-list.tile-wrap-count-4 li.tile-no-2, .icon-info-set__list ul.rtb-modal-list.tile-wrap-count-4 li.tile-no-4 {
      padding-left: 10px; }
      .rtl .icon-info-set__list ul.rtb-modal-list.tile-wrap-count-4 li.tile-no-2, .rtl .icon-info-set__list ul.rtb-modal-list.tile-wrap-count-4 li.tile-no-4 {
        padding-left: 0;
        padding-right: 10px; }
    .icon-info-set__list ul.rtb-modal-list.tile-wrap-count-3 li.tile-no-3 {
      padding-left: 10px; }
      .rtl .icon-info-set__list ul.rtb-modal-list.tile-wrap-count-3 li.tile-no-3 {
        padding-left: 0;
        padding-right: 10px; }
    .icon-info-set__list ul.rtb-modal-list.tile-wrap-count-2 li.tile-no-2 {
      padding-left: 10px; }
      .rtl .icon-info-set__list ul.rtb-modal-list.tile-wrap-count-2 li.tile-no-2 {
        padding-left: 0;
        padding-right: 10px; } }

@media screen and (max-width: 767px) {
  .tile-wrap-count-3 li.title-tile, .tile-wrap-count-3 li.tile-no-1 {
    margin-bottom: 8px; } }

@media screen and (max-width: 767px) {
  .tile-wrap-count-3 li.tile-no-1 {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .tile-wrap-count-2 li.title-tile {
    margin-bottom: 8px; } }

@media screen and (max-width: 767px) {
  .tile-wrap-count-1 li.title-tile {
    margin-bottom: 8px; } }

@media screen and (max-width: 767px) {
  .tile-wrap-count-1 li.tile-no-1 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .icon-info-set__list ul.featured-enabled {
    padding-top: 28px; } }

.featured-tile {
  position: absolute;
  top: -28px;
  text-align: center;
  width: calc(100% - 30px);
  left: 30px;
  right: 0;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  background-color: #333333;
  color: #fff;
  border-radius: 2px 2px 0 0; }
  @media screen and (max-width: 1023px) {
    .featured-tile {
      width: calc(100% - 20px);
      left: 20px;
      font-size: 12px;
      line-height: 24px;
      top: -24px; } }

.icon-info-set.theme-light {
  background-color: #fbfbfb; }
  .icon-info-set.theme-light .rtb-modal-list .icon-info.tile-selected {
    border: 3px solid #333333; }

.icon-info-set.theme-dark {
  background-color: #333333; }
  .icon-info-set.theme-dark .rtb-icons-header {
    color: #fff !important; }
  .icon-info-set.theme-dark .rtb-modal-list .icon-info__title, .icon-info-set.theme-dark .rtb-modal-list .icon-info__text {
    color: #fff !important; }
  .icon-info-set.theme-dark .featured-tile {
    background-color: white;
    color: #333333; }
  .icon-info-set.theme-dark .rtb-modal-list .icon-info {
    border: 1px solid #919191;
    background-color: #333333; }
    .icon-info-set.theme-dark .rtb-modal-list .icon-info:hover {
      border-color: #fff; }
    .icon-info-set.theme-dark .rtb-modal-list .icon-info.tile-selected {
      border: 3px solid #fff; }

@keyframes digi-fade-in-modal {
  0 {
    transform: translateY(40px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes digi-slide-up-modal {
  0 {
    margin-top: 100vh;
    height: 100%; }
  to {
    margin-top: 0;
    height: 100%; } }

.rtb-overlay {
  margin-top: 100%; }

.overlay-is-open .rtb-overlay {
  overflow-x: hidden;
  overflow-y: auto;
  animation-duration: .25s,.5s;
  animation-timing-function: ease-in-out,ease-in-out;
  animation-delay: 0,0;
  animation-iteration-count: 1,1;
  animation-direction: normal,normal;
  animation-fill-mode: both,both;
  animation-play-state: running,running;
  animation-name: digi-fade-in-modal,digi-slide-up-modal; }

.icon-info-set .modal-inner-wrap img {
  height: 4rem;
  width: 4rem; }

.icon-info-set .modal-inner-wrap .modal-content {
  padding-top: 2rem; }

.icon-info-set .modal-header-inner:before {
  content: url("../images/logo-black.svg");
  display: inline-block;
  width: 4.5rem; }
  @media screen and (min-width: 768px) {
    .icon-info-set .modal-header-inner:before {
      width: 100px; } }

/*
    1. The reason the border line is on a pseudo element and also has a negative margin-top is because when the modal.js smooth scrolls to the anchor, on some viewports (larger ones) it does not scroll right up to the line. This is hacky but makes sure the smooth scroll always goes at least to it or past the border line.
*/
.icon-info-set-section {
  margin-bottom: 43px;
  position: relative; }
  .icon-info-set-section:before {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    position: absolute;
    top: -2px;
    /* 1 */ }
  .icon-info-set-section h2 {
    padding-top: 1.5rem;
    margin-top: -2px; }

.layout .icon-info-set-section:first-child:before, .message.cookie .content .icon-info-set-section:first-child:before, .sub-category-nav__wrapper.dcr-category-nav__wrapper .icon-info-set-section:first-child:before {
  display: none; }

.icon-title {
  margin-right: 0.35em; }

.roundal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  overflow: hidden;
  text-align: left; }
  @media screen and (min-width: 1024px) {
    .roundal--large {
      width: 130px;
      height: 130px; } }
  .roundal--medium {
    width: 90px;
    height: 90px; }
  .roundal--small {
    width: 28px;
    height: 28px; }
    @media screen and (min-width: 768px) {
      .roundal--small {
        width: 40.6px;
        height: 40.6px; } }
  .roundal--too--small {
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative; }
    @media screen and (min-width: 768px) {
      .roundal--too--small {
        width: 28px;
        height: 28px; } }
    .roundal--too--small .roundal__icon {
      width: 15px; }
      .roundal--too--small .roundal__icon .icon {
        width: 12px;
        height: 12px;
        top: -11px !important;
        left: 5px !important; }
        @media screen and (min-width: 768px) {
          .roundal--too--small .roundal__icon .icon {
            top: -10px;
            left: 6px;
            width: 16px;
            height: 16px; } }
    .roundal--too--small ~ .icon-text {
      font-size: 16px;
      vertical-align: text-top;
      font-weight: 400; }
      @media screen and (min-width: 768px) {
        .roundal--too--small ~ .icon-text {
          font-size: 18px; } }
  .roundal--solid {
    background: #333333; }
  .roundal--solid-light {
    background: #fff; }
    .roundal--solid-light svg.icon--logo {
      fill: #333333; }

.roundal__icon {
  display: inline-block;
  width: 21px; }
  @media screen and (min-width: 1024px) {
    .roundal--large .roundal__icon {
      width: 40px; } }
  @media screen and (min-width: 1024px) {
    .roundal--large .roundal__icon .icon {
      width: 2.75em;
      height: 2.75em;
      top: 7px;
      left: 3px; } }
  .roundal--small .roundal__icon {
    width: 15px; }
    @media screen and (min-width: 768px) {
      .roundal--small .roundal__icon {
        width: 25px; } }
    .roundal--small .roundal__icon .icon {
      width: 0.65em;
      height: 0.65em;
      top: 2px;
      left: 4px; }
      @media screen and (min-width: 768px) {
        .roundal--small .roundal__icon .icon {
          width: .8em;
          height: .8em; } }
  .roundal__icon .icon {
    fill: #fff;
    position: relative;
    top: 2px;
    left: -2px;
    width: 2.3em;
    height: 2.3em;
    cursor: pointer; }
    @media screen and (min-width: 1024px) {
      .roundal__icon .icon {
        left: -4px; }
        .promos__item .roundal__icon .icon {
          left: -5px; } }
  .roundal__icon .icon--dark {
    fill: #000; }

.dyson-mx .roundal__text {
  display: none; }

.roundal__text {
  display: none; }
  @media screen and (min-width: 1024px) {
    .roundal__text {
      text-align: center;
      text-transform: uppercase;
      position: relative;
      top: 7px;
      display: inline-block; } }
  .roundal--small .roundal__text,
  .promos__item .roundal__text {
    display: none; }
  @media screen and (min-width: 1024px) {
    .roundal--large .roundal__text {
      text-align: center;
      text-transform: uppercase;
      position: relative;
      top: 7px;
      display: inline-block; } }

a:hover .roundal--animated .roundal__icon {
  animation-name: roundal-animation;
  animation-duration: 500ms;
  animation-fill-mode: forwards; }

.roundal__play-button {
  background: #fff;
  border-radius: 50%;
  box-shadow: -3px -3px 54px 0px #d9d9d9;
  -webkit-box-shadow: -3px -3px 54px 0px #d9d9d9;
  -moz-box-shadow: -3px -3px 54px 0px #d9d9d9; }
  @media screen and (min-width: 768px) {
    .roundal__play-button {
      background: rgba(0, 0, 0, 0.6);
      width: 40px;
      height: 40px;
      top: 12px;
      position: absolute;
      left: -21px; } }

@media screen and (min-width: 768px) {
  .roundal__play-button__icon svg.icon.icon--play.icon--dark {
    fill: #fff;
    height: 20px; } }

@keyframes roundal-animation {
  50% {
    transform: translateX(150%); }
  50.1% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  direction: ltr; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  direction: ltr;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important; }

/* ----------------------- */
.slider {
  position: relative; }
  .slider .slick-list {
    overflow: visible; }

.slider__list {
  margin-left: -20px; }
  @media screen and (min-width: 1024px) {
    .slider__list {
      margin-left: -30px; } }

.slider__item {
  padding-left: 20px; }
  @media screen and (min-width: 1024px) {
    .slider__item {
      padding-left: 30px; } }

.product-nav__slider__reviews .slider__item:not(.slick-active) {
  height: 0px;
  overflow: hidden; }

.slider__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  border: none;
  background: #333333;
  border-radius: 0;
  padding: 0;
  padding-top: 59px;
  vertical-align: middle;
  width: 59px;
  height: 0;
  overflow: hidden; }
  .product__slideshow .slider__control {
    padding-top: 54px;
    width: 54px; }
    .product__slideshow .slider__control:after {
      margin-top: -8px; }
      @media screen and (min-width: 1024px) {
        .product__slideshow .slider__control:after {
          margin-top: -5px; } }
    @media screen and (min-width: 1024px) {
      .product__slideshow .slider__control {
        padding-top: 56px;
        width: 56px; } }
    .product__slideshow .slider__control:hover, .product__slideshow .slider__control:focus, .product__slideshow .slider__control:active {
      border: 0;
      outline: 0; }
  .slider__control.slick-disabled {
    display: none !important; }
  .slider__control:hover, .slider__controlfocus {
    background-color: #666666;
    border: none; }
  .slider__control:after {
    content: '';
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    color: #fff;
    margin-top: -5px;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 50%); }
    @media screen and (min-width: 0) {
      .slider__control:after {
        font-size: 58px;
        font-size: 3.625rem; } }

.slider__control--prev {
  left: -14px; }
  .slider__control--prev:after {
    content: '‹'; }

.slider__control--next {
  right: -47px; }
  .slider__control--next:after {
    content: '›'; }

@media screen and (min-width: 520px) {
  .slider--grid .slider__list {
    display: flex;
    align-content: space-between;
    flex-flow: row wrap; } }

.slider--grid .slider__item {
  width: 100%; }
  @media screen and (min-width: 640px) {
    .slider--grid .slider__item {
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    .slider--grid .slider__item {
      width: 33.33%; } }

.slider--grid .card {
  padding-bottom: 40px; }

.slider--grid .card__group-title {
  display: none; }

.tab {
  background: #f0f0f0;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #f0f0f0;
  margin: 2px 2px 20px; }

.tab__url {
  display: block;
  text-decoration: none; }
  .tab__url:hover, .tab__url:focus, .tab__url:active {
    text-decoration: none; }

.tab__inner {
  padding: 25px; }
  .tab__inner:after {
    content: "";
    display: table;
    clear: both; }

.tab__image {
  float: right;
  margin-left: 15px;
  max-width: 80px; }
  @media screen and (min-width: 480px) {
    .tab__image {
      max-width: 110px; } }

.tab__title {
  overflow: hidden; }

.slick-current .tab:hover, .slick-current .tab.tab--selected {
  border: 2px solid #333333;
  box-shadow: 0 0 0 2px #333333; }

.slick-current .tab.tab--selected {
  position: relative; }
  .slick-current .tab.tab--selected:before, .slick-current .tab.tab--selected:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #333333 transparent transparent transparent; }
  .slick-current .tab.tab--selected:after {
    border-color: #f0f0f0 transparent transparent transparent;
    border-width: 14px 14px 0 14px; }

.stars {
  display: flex; }
  .stars:after {
    content: "";
    display: table;
    clear: both; }

.stars__image {
  flex-shrink: 0;
  max-width: 110px;
  display: flex;
  align-items: center; }
  .stars--small .stars__image {
    max-width: 85px; }
  @media screen and (min-width: 1024px) {
    .stars__image {
      max-width: none; } }

.stars__text {
  font-style: normal; }
  .stars--small .stars__text {
    display: inline-block;
    min-width: 135px;
    margin-left: 30px; }
    @media screen and (min-width: 0) {
      .stars--small .stars__text {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 1024px) {
      .stars--small .stars__text {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 1024px) {
      .stars--small .stars__text {
        min-width: 300px; } }

.rating__title {
  margin: 0;
  padding-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .rating__title {
      padding-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .rating__title {
      padding-bottom: 30px; } }
  @media screen and (min-width: 0) {
    .rating__title {
      font-size: 28px;
      font-size: 1.75rem; } }
  .rating--small .rating__title {
    padding-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .rating--small .rating__title {
        padding-bottom: 10px; } }
    @media screen and (min-width: 1024px) {
      .rating--small .rating__title {
        padding-bottom: 10px; } }

.rating__data {
  color: #000;
  line-height: 1;
  margin-bottom: 5px; }
  @media screen and (min-width: 0) {
    .rating__data {
      font-size: 55px;
      font-size: 3.4375rem; } }
  @media screen and (min-width: 768px) {
    .rating__data {
      font-size: 65px;
      font-size: 4.0625rem; } }
  @media screen and (min-width: 1024px) {
    .rating__data {
      font-size: 100px;
      font-size: 6.25rem; } }
  @media screen and (min-width: 0) {
    .rating--small .rating__data {
      font-size: 32px;
      font-size: 2rem; } }

@media screen and (min-width: 0) {
  .rating__data__value {
    font-size: 95px;
    font-size: 5.9375rem; } }

@media screen and (min-width: 768px) {
  .rating__data__value {
    font-size: 105px;
    font-size: 6.5625rem; } }

@media screen and (min-width: 1024px) {
  .rating__data__value {
    font-size: 155px;
    font-size: 9.6875rem; } }

.rating--small .rating__data__value {
  font-size: inherit; }

.rating__text {
  margin: 0;
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .rating__text {
      padding-top: 45px; } }
  @media screen and (min-width: 1024px) {
    .rating__text {
      padding-top: 45px; } }
  .rating--small .rating__text {
    padding-top: 10px; }
    @media screen and (min-width: 768px) {
      .rating--small .rating__text {
        padding-top: 10px; } }
    @media screen and (min-width: 1024px) {
      .rating--small .rating__text {
        padding-top: 10px; } }

.callout {
  background: #fbfbfb;
  border: 1px solid #d5d5d5;
  position: relative;
  padding: 25px 20px 30px;
  margin-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .callout {
      padding: 45px 30px 50px; } }
  .callout:before, .callout:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 32px 0 0;
    border-color: #d5d5d5 transparent transparent transparent; }
    @media screen and (min-width: 768px) {
      .callout:before, .callout:after {
        left: 30px; } }
  .callout:after {
    border-color: #fbfbfb transparent transparent transparent;
    border-width: 30px 30px 0 0;
    margin-left: 1px; }

.callout__stars .reviews-actions {
  display: none; }

.callout__quote {
  text-align: left;
  margin: 0;
  color: inherit;
  line-height: 1.4; }
  @media screen and (min-width: 0) {
    .callout__quote {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 768px) {
    .callout__quote {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media screen and (min-width: 1024px) {
    .callout__quote {
      font-size: 16px;
      font-size: 1rem; } }
  .callout__quote cite {
    font-size: inherit;
    line-height: inherit; }

.callout__title {
  margin-bottom: 0.35em;
  margin-top: 0.25em;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333; }
  @media screen and (min-width: 0) {
    .callout__title {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .callout__title {
      font-size: 28px;
      font-size: 1.75rem; } }
  .dyson-th.primary .callout__title {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .callout__title {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .callout__title, .dyson-sa.rtl .callout__title {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .callout__title {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .callout__title {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.callout__name, cite.callout__name {
  font-weight: 400; }
  @media screen and (min-width: 0) {
    .callout__name, cite.callout__name {
      font-size: 16px;
      font-size: 1rem; } }

.callout__text {
  margin-top: 1.5em; }

.review__text {
  font-weight: 400; }
  @media screen and (min-width: 0) {
    .review__text {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .review__text {
      font-size: 16px;
      font-size: 1rem; } }

.review__text__read_more {
  position: relative;
  top: 0.25em;
  font-weight: 400; }
  @media screen and (min-width: 0) {
    .review__text__read_more {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .review__text__read_more {
      font-size: 16px;
      font-size: 1rem; } }
  .review__text__read_more a {
    text-decoration: underline; }

.review__text__more {
  display: none; }

.price {
  margin: 1em 0; }
  .price:first-child {
    margin-top: 0; }
  .price:last-child {
    margin-bottom: 0; }
  .price--large {
    margin: 2em 0; }

.price__was,
.price__is,
.price__save {
  display: block; }

div.price-final_price .price__was {
  display: inline-block;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through; }
  div.price-final_price .price__was .price-final_price {
    display: inline; }

.dyson-mx .price__was,
.dyson-mx .price__save {
  font-size: initial; }

@media screen and (min-width: 0) {
  .price__is {
    font-size: 20px;
    font-size: 1.25rem; } }

@media screen and (min-width: 768px) {
  .price__is {
    font-size: 25px;
    font-size: 1.5625rem; } }

@media screen and (min-width: 1024px) {
  .price__is {
    font-size: 30px;
    font-size: 1.875rem; } }

@media screen and (min-width: 0) {
  .price--large .price__is {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (min-width: 768px) {
  .price--large .price__is {
    font-size: 32px;
    font-size: 2rem; } }

@media screen and (min-width: 1024px) {
  .price--large .price__is {
    font-size: 38px;
    font-size: 2.375rem; } }

.price--sale .price__is {
  color: #0066CC; }

.price__save {
  font-style: normal; }
  .price--sale .price__save {
    color: #0066CC; }

.price-mrp {
  color: #b2b3b4; }

.product__price-matched {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 0) {
    .product__price-matched {
      font-size: 16px;
      font-size: 1rem; } }
  .dyson-th.primary .product__price-matched {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .product__price-matched {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .product__price-matched, .dyson-sa.rtl .product__price-matched {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .product__price-matched {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .product__price-matched {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.product__price-matched,
.price--promotion-enabled {
  color: #0066CC; }

.price--promotion-enabled .price {
  font-weight: 500;
  line-height: 14px; }

.dyson-ro .hero__content.hero__content--bottomer--g.hero__content--66pc--gt {
  width: 75%; }

.tag {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #b2b3b4;
  border-radius: 5px;
  padding: 6px;
  text-decoration: none;
  line-height: 1; }
  @media screen and (min-width: 0) {
    .tag {
      font-size: 12px;
      font-size: 0.75rem; } }
  .tag:hover, .tag:focus, .tag:active {
    text-decoration: none; }
  .tag:hover, .tag:focus, .tag:active {
    border-color: #333333; }

.title .title__icon__links > :first-child > a > img {
  float: right; }

.title .layout + .title__icon__links, .title .message.cookie .content + .title__icon__links, .message.cookie .title .content + .title__icon__links, .title .sub-category-nav__wrapper.dcr-category-nav__wrapper + .title__icon__links {
  margin-top: 0.5em; }

@media screen and (min-width: 0) {
  .title .title__content {
    font-size: 16px;
    font-size: 1rem; } }

@media screen and (min-width: 1024px) {
  .title .title__content {
    margin-top: 0; } }
  @media screen and (min-width: 1024px) and (min-width: 0) {
    .title .title__content {
      font-size: 20px;
      font-size: 1.25rem; } }

.title--borders {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666; }

.title__icon__links {
  display: flex;
  flex-wrap: wrap; }

.card {
  min-width: 300px;
  max-width: 322px;
  max-width: calc(100vw - 50px - 10px); }
  @media screen and (min-width: 640px) {
    .card {
      min-width: 200px;
      max-width: 400px;
      max-width: calc((100vw)/2 - 50px - 10px); } }
  @media screen and (min-width: 1024px) {
    .card {
      max-width: 400px; } }
  .card .price-wrapper {
    margin: 100px 0 0 0; }
  .card .button {
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center; }

.card__group-title {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1em;
  margin-bottom: 2.5em; }
  .card--hide-title .card__group-title {
    visibility: hidden; }

.card__inner {
  border: 1px solid #d5d5d5;
  background: #fbfbfb;
  position: relative; }

.card__header {
  padding: 12px 16px; }

.card__title {
  font-weight: 400; }
  @media screen and (min-width: 0) {
    .card__title {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .card__title {
      font-size: 24px;
      font-size: 1.5rem; } }

.card__stars_summary {
  padding: 0 16px 12px 16px; }
  .card__stars_summary .product-reviews-summary {
    margin: 0; }

.card__pricing, .card__in_home_installation {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .card__pricing strong, .card__in_home_installation strong {
    font-weight: 500; }

.card__pricing__sold-out {
  font-style: normal;
  display: block;
  width: 100%; }
  @media screen and (min-width: 0) {
    .card__pricing__sold-out {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .card__pricing__sold-out {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 1024px) {
    .card__pricing__sold-out {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .hero__content__preorder-container .card__pricing__sold-out {
    margin-top: 70px; }
    @media screen and (min-width: 768px) {
      .hero__content__preorder-container .card__pricing__sold-out {
        margin-top: 50px; } }

.card__pricing__price {
  align-self: flex-end;
  width: 100%; }

.card__perks {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #d5d5d5;
  border-left: 0;
  border-right: 0;
  padding: 12px 16px; }
  .card__perks li {
    padding: 0;
    margin: 0;
    margin: 0.5em 0; }
    @media screen and (min-width: 0) {
      .card__perks li {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 1024px) {
      .card__perks li {
        font-size: 16px;
        font-size: 1rem; } }
    .card__perks li:first-child {
      margin-top: 0; }
    .card__perks li:last-child {
      margin-bottom: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.hidden {
  display: none; }

.slider .slider__control {
  top: 350px; }

.slider__item .card__tools.trade-up-item-tools .trade-up-item-tools__chevron {
  width: 15px;
  height: 15px; }

.slider__item .card__tools.trade-up-item-tools .empty__tools {
  border-bottom: 1px solid #dadada;
  padding: 24px; }
  @media screen and (max-width: 1024px) {
    .slider__item .card__tools.trade-up-item-tools .empty__tools {
      padding: 32px; } }

.slider__item .trade-up-item-tools__accordion-heading:hover {
  background: #f7f7f7; }

.slider__item .mage-accordion-disabled.active .trade-up-item-tools__drop-down {
  border-bottom: 0; }

.slider__item .trade-up-item-tools__drop-down {
  border-bottom: 1px solid #dadada;
  padding: 12px 22px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .slider__item .trade-up-item-tools__drop-down {
      padding: 12px 20px; } }

.slider__item .tool__item.active .see-accordion {
  display: none; }

.slider__item .tool__item.active .hide-accordion {
  display: inline-block; }
  .slider__item .tool__item.active .hide-accordion:after {
    border-top: 2px solid;
    border-left: 2px solid;
    border-bottom: 0;
    border-right: 0;
    margin-bottom: -3px; }

.slider__item .tool__item.active .trade-up-item-tools__chevron {
  transform: translateY(-50%) rotateX(180deg);
  margin-bottom: -15px; }

.slider__item .trade-up-item-tools__drop-down-text {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 0 1rem 0 0; }
  @media screen and (max-width: 1024px) {
    .slider__item .trade-up-item-tools__drop-down-text {
      font-size: 14px;
      line-height: 20px; } }

.slider__item .trade-up-item-tools__drop-down-label {
  font-size: 16px;
  line-height: 24px;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #333;
  text-align: right;
  text-decoration: underline;
  margin: 0 10px 0 auto;
  max-width: 50%;
  min-width: 25%; }
  @media screen and (max-width: 1024px) {
    .slider__item .trade-up-item-tools__drop-down-label {
      font-size: 14px;
      line-height: 20px; } }
  .slider__item .trade-up-item-tools__drop-down-label.js-drop-down-label:after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 2px solid;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    vertical-align: inherit;
    margin-left: 10px;
    margin-bottom: 2px; }

.slider__item .trade-up-item-tools__accordion-content {
  padding: 0 24px;
  background: #f7f7f7;
  border-bottom: 1px solid #dadada; }
  @media screen and (max-width: 1024px) {
    .slider__item .trade-up-item-tools__accordion-content {
      padding: 0 20px; } }
  .slider__item .trade-up-item-tools__accordion-content ul {
    padding-left: 0;
    margin: 0; }

.slider__item .trade-up-item-tools__single {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  padding: 12px 0;
  margin: 0; }
  .slider__item .trade-up-item-tools__single.complimentary_title_block {
    border-top: 1px solid #dadada;
    padding: 0;
    margin: 13px -25px 0px;
    font-size: 1.6rem;
    overflow: initial; }
    .slider__item .trade-up-item-tools__single.complimentary_title_block .complimentary_title {
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
      font-weight: 700;
      font-size: 12px;
      background: #e1e1e1;
      padding: 6px 18px;
      margin-top: -14px;
      color: #333; }

.slider__item .trade-up-item-tools__block {
  width: 80%;
  margin-right: 1rem; }

.slider__item .trade-up-item-tools__block--web-name {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 500;
  color: #333; }
  @media screen and (max-width: 1024px) {
    .slider__item .trade-up-item-tools__block--web-name {
      font-size: 14px;
      line-height: 20px; } }

.slider__item .trade-up-item-tools__block-description {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555;
  margin: 0; }
  @media screen and (max-width: 1024px) {
    .slider__item .trade-up-item-tools__block-description {
      font-size: 14px;
      line-height: 20px; } }

.slider__item .trade-up-item-tools__image {
  position: relative;
  border: 1px solid #ebebeb;
  max-width: 52px;
  max-height: 52px;
  min-width: 52px;
  min-height: 52px; }
  @media screen and (max-width: 640px) {
    .slider__item .trade-up-item-tools__image {
      max-width: 44px;
      max-height: 44px;
      min-width: 44px;
      min-height: 44px; } }

.rtl .slider__item .trade-up-item-tools__drop-down-text {
  margin-right: 0; }

.rtl .slider__item .trade-up-item-tools__drop-down-label {
  margin: 0 auto 0 10px;
  text-align: left; }

.rtl .slider__item .trade-up-item-tools__block {
  margin-right: 0;
  margin-left: 1rem; }

.rtl .slider__item .trade-up-item-tools__accordion-content ul {
  padding-right: 0; }

.card__action {
  display: flex; }

.card__action__item {
  width: 50%; }
  .dyson-sa .card__action__item .button.button--large.button--fluid.product__variant__add-to-cart--animated-smaller.button--learn-more--larger, .dyson-hu .card__action__item .button.button--large.button--fluid.product__variant__add-to-cart--animated-smaller.button--learn-more--larger, .dyson-cz .card__action__item .button.button--large.button--fluid.product__variant__add-to-cart--animated-smaller.button--learn-more--larger {
    box-sizing: border-box;
    height: 100%;
    width: 100%; }

.dyson-cz .card__action__item .button.button--large.button--fluid.product__variant__add-to-cart--animated-smaller.button--learn-more--larger {
  padding: 10% 8%; }

.card__action__items {
  display: flex; }

.card__action__items__item {
  width: 50%; }

.card__footer {
  padding: 12px 16px; }

.card__compare {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1.4em;
  margin-bottom: 1em;
  text-align: right; }

.card__pricing .card__action__item__product-amasty-note {
  position: absolute;
  top: 28%;
  font-weight: bold;
  font-size: 14px; }
  .hgroup .card__pricing .card__action__item__product-amasty-note {
    font-weight: bold;
    font-size: 14px; }

.card-tradeup--button-notify-me .card__action__item {
  width: 100%; }

.card-tradeup--button-notify-me .secondary-nav__add {
  width: auto;
  margin-right: unset; }

.slider .button, .slider form {
  height: 100%; }

.dyson-nz afterpay-placement {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  line-height: 10px;
  --logo-badge-width: 87.7px; }

.dyson-nz .card .after-pay-installment-msg {
  padding: 0 12px 12px; }

.dyson-nz .hgroup .after-pay-installment-msg {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #555; }

.card__variants {
  padding: 12px 16px 4px; }

.soft-product-options .card__variants, .checkout-cart-configure .card__variants {
  padding-left: 0;
  min-height: 122px; }

.soft-product-options .card__pricing__sold-out, .checkout-cart-configure .card__pricing__sold-out {
  min-height: 19px; }

.soft-product-options .var-prods, .checkout-cart-configure .var-prods {
  display: flex;
  flex-wrap: wrap; }

.dyson-form.prospect-data-form {
  margin: 48px 0; }
  @media screen and (max-width: 1024px) {
    .dyson-form.prospect-data-form {
      margin: 40px 0; } }
  @media screen and (max-width: 640px) {
    .dyson-form.prospect-data-form {
      margin: 32px 0; } }

.dyson-form input[type="text"], .dyson-form input[type="email"], .dyson-form input[type="search"], .dyson-form input[type="tel"],
.dyson-form input[type="url"], .dyson-form input[type="number"], .dyson-form input[type="password"], .dyson-form select[multiple], .dyson-form textarea, .dyson-form select {
  border: 1px solid #919191;
  color: #333333; }
  .dyson-form input[type="text"].mage-error, .dyson-form input[type="email"].mage-error, .dyson-form input[type="search"].mage-error, .dyson-form input[type="tel"].mage-error,
  .dyson-form input[type="url"].mage-error, .dyson-form input[type="number"].mage-error, .dyson-form input[type="password"].mage-error, .dyson-form select[multiple].mage-error, .dyson-form textarea.mage-error, .dyson-form select.mage-error {
    border-color: #ed8380;
    color: inherit; }

.dyson-form select {
  background: url(../images/icons/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -1942px;
  background-position-x: right;
  background-repeat: no-repeat; }

.dyson-form input[type=checkbox] {
  opacity: 0; }

.dyson-form input[type=checkbox]:focus + label:before, .dyson-form select:focus {
  border: 1px solid #333; }

.dyson-form .body-small {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-form .body-small.lighter {
    color: #555; }
  .dyson-form .body-small.medium {
    font-weight: 500; }

.dyson-form fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
  .dyson-form fieldset.fieldset:not(:last-child) {
    border-bottom: 1px solid #EBEBEB; }

.dyson-form .fieldset:before {
  margin: 0 0 32px;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  line-height: 20px;
  color: #333;
  font-size: 14px;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 1024px) {
    .dyson-form .fieldset:before {
      margin: 0 0 28px; } }

.dyson-form .field {
  margin-bottom: 32px; }
  @media screen and (max-width: 1024px) {
    .dyson-form .field {
      margin-bottom: 28px; } }
  .dyson-form .field.mb-24 {
    margin-bottom: 24px; }
  .dyson-form .field .label {
    margin-bottom: 8px;
    display: block; }
    .dyson-form .field .label span {
      line-height: 24px;
      color: #333;
      font-size: 16px;
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500; }
      @media screen and (max-width: 1024px) {
        .dyson-form .field .label span {
          font-size: 14px; } }
  .dyson-form .field.prospect_consent .label {
    margin-bottom: 0px; }
  .dyson-form .field.postcode .control input {
    width: 165px;
    display: block; }
  .dyson-form .field.interest_category .label {
    margin-bottom: 16px; }
  .dyson-form .field.body-small label.label {
    font-size: 14px; }

.dyson-form .field.required:not(.single-choice) > .label span:after,
.dyson-form .field.required:not(.single-choice) > .label div:after {
  content: '*';
  color: #333;
  margin: 0 0 0 2px; }

.dyson-form .field.choice input[type="checkbox"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  margin-right: 0.5rem;
  position: relative;
  z-index: 1;
  left: 9px;
  margin: 0;
  align-items: center;
  padding: 0;
  opacity: 0;
  top: 23px; }
  .dyson-form .field.choice input[type="checkbox"]:last-child {
    margin-right: 0; }
  .dyson-form .field.choice input[type="checkbox"]:checked + label:after {
    opacity: 1; }
  .dyson-form .field.choice input[type="checkbox"].mage-error ~ label:before {
    border: 1px solid #dd4157; }

.dyson-form .field.choice label {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 32px;
  margin-right: 1rem;
  padding-left: 38px;
  position: relative;
  font-weight: normal;
  color: #333333; }
  .dyson-form .field.choice label:before, .dyson-form .field.choice label:after {
    content: '';
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .15s ease-in;
    box-sizing: border-box; }
  .dyson-form .field.choice label:before {
    border: 1px solid #919191;
    background-color: #fff; }
  .dyson-form .field.choice label:after {
    background-image: url("../images/icons/sprite.png");
    background-repeat: no-repeat;
    background-position: 0 -1856px;
    opacity: 0; }

.dyson-form .prospect_consent label.label {
  height: auto;
  min-height: 32px; }

.dyson-form .terms {
  color: #555555;
  margin-bottom: 32px; }
  @media screen and (max-width: 1024px) {
    .dyson-form .terms {
      margin-bottom: 28px; } }
  .dyson-form .terms > div > div {
    padding: 0px !important; }
  .dyson-form .terms a {
    text-decoration: underline; }

.dyson-form button.action.submit.primary {
  width: 100%;
  background: #333;
  height: 64px;
  color: #fff;
  border: 0;
  font-weight: 500; }

.dyson-form div.mage-error, .dyson-form div.field-error {
  margin-top: 8px; }

.dyson-form div.mage-error:before, .dyson-form div.field-error:before {
  width: 18px;
  height: 18px;
  margin-right: 5px; }

.prospect-data-form form {
  width: 45%; }
  @media screen and (max-width: 1024px) {
    .prospect-data-form form {
      width: 55%; } }
  @media screen and (max-width: 640px) {
    .prospect-data-form form {
      width: 100%; } }

.rtl .dyson-form .field.choice input[type="checkbox"] {
  left: auto;
  right: 0; }
  .rtl .dyson-form .field.choice input[type="checkbox"]:last-child {
    margin-right: 0; }

.rtl .dyson-form .field.choice label {
  padding-right: 38px;
  padding-left: 0;
  margin-right: 0; }
  .rtl .dyson-form .field.choice label:before, .rtl .dyson-form .field.choice label:after {
    left: auto;
    right: 0; }

.rtl .dyson-form div.mage-error {
  font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.hgroup--dark {
  color: #fff; }

.hgroup--reduce p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 0) {
    .hgroup--reduce p {
      font-size: 16px;
      font-size: 1rem; } }

.hgroup--reduce li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 0) {
    .hgroup--reduce li {
      font-size: 16px;
      font-size: 1rem; } }

.hgroup__prefix {
  color: #666666;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0; }
  @media screen and (min-width: 0) {
    .hgroup__prefix {
      font-size: 18px;
      font-size: 1.125rem; } }
  .dyson-th.primary .hgroup__prefix {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .hgroup__prefix {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .hgroup__prefix, .dyson-sa.rtl .hgroup__prefix {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .hgroup__prefix {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .hgroup__prefix {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .hgroup--dark .hgroup__prefix {
    color: #fff; }
    .hgroup--dark .hgroup__prefix:visited {
      color: #fff; }
  @media screen and (min-width: 0) {
    .hgroup__prefix--lead {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .hgroup__prefix--lead {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 0) {
    .hgroup--lead .hgroup__prefix {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .hgroup--lead .hgroup__prefix {
      font-size: 24px;
      font-size: 1.5rem; } }

.hgroup__image {
  margin: 1em 0;
  text-align: inherit; }

.hgroup__title--pink h3 {
  color: #c4398d; }

.hgroup__title {
  margin: 0.4em 0;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 0) {
    .hgroup__title {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (min-width: 768px) {
    .hgroup__title {
      font-size: 32px;
      font-size: 2rem; } }
  .dyson-th.primary .hgroup__title {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .hgroup__title {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .hgroup__title, .dyson-sa.rtl .hgroup__title {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .hgroup__title {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .hgroup__title {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 1024px) {
    .hgroup__title {
      margin: 1em 0 0.4em 0; } }
  .hgroup--dark .hgroup__title {
    color: #fff; }
  .hgroup--lead .hgroup__title {
    line-height: 1.2; }
    @media screen and (min-width: 0) {
      .hgroup--lead .hgroup__title {
        font-size: 32px;
        font-size: 2rem; } }
    @media screen and (min-width: 768px) {
      .hgroup--lead .hgroup__title {
        font-size: 44px;
        font-size: 2.75rem; } }

.hgroup__prefix + .hgroup__title {
  margin-top: 0.25em; }

.hgroup__subtitle {
  margin: 0.4em 0; }

.hgroup__content {
  margin-top: 0.8em;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .hgroup--dark .hgroup__content {
    color: #fff; }

.hgroup__action {
  width: 100%; }
  .hgroup__action--sml {
    max-width: 220px; }
  .hgroup__action--med {
    max-width: 320px; }
  .hgroup__action--lrg {
    max-width: 420px; }
  .hgroup--dark .hgroup__action a {
    color: #fff; }
    .hgroup--dark .hgroup__action a:visited {
      color: #fff; }

.message {
  padding: 1.85em;
  margin-top: 1.5em; }
  .message.error {
    background: #e1e1e1; }
  .message.success {
    color: #06c;
    border: 1px solid #06c; }

.message.cookie {
  background: #ebebeb;
  margin-top: 0;
  position: relative;
  padding: 1.5em 0; }
  .message.cookie .content {
    position: relative;
    padding-left: 1.9em;
    padding-right: 3.92857em; }
  .message.cookie .actions {
    position: absolute;
    display: block;
    right: 20px;
    top: -4px; }
    @media screen and (min-width: 1280px) {
      .message.cookie .actions {
        top: 0;
        right: 0; } }
    .message.cookie .actions .action {
      background: transparent;
      border: 0;
      display: block;
      padding: 0.5em; }
      .message.cookie .actions .action span {
        font-size: 0;
        display: block; }
        .message.cookie .actions .action span:after {
          content: url(../images/icons/modal-close.svg);
          width: 16px;
          height: 16px;
          font-size: 16px;
          line-height: 16px;
          color: #8f8f8f;
          display: block; }
  .message.cookie .header-notification__text--language + .actions {
    top: 50%;
    margin-top: -14px; }
    @media screen and (min-width: 1280px) {
      .message.cookie .header-notification__text--language + .actions {
        margin-top: -16px; } }
  .message.cookie p {
    margin: 0.75em 0; }
    @media screen and (min-width: 0) {
      .message.cookie p {
        font-size: 14px;
        font-size: 0.875rem; } }
    .message.cookie p a {
      font-weight: bold;
      text-decoration: underline; }
    .message.cookie p:first-of-type {
      margin-top: 0; }
      @media screen and (min-width: 0) {
        .message.cookie p:first-of-type {
          font-size: 16px;
          font-size: 1rem; } }
    .message.cookie p:last-of-type {
      margin-bottom: 0; }
  .message.cookie .header-notification__text--language {
    padding: .5em 0; }
    @media screen and (min-width: 1280px) {
      .message.cookie .header-notification__text--language {
        padding: .75em 0; } }
    .message.cookie .header-notification__text--language span, .message.cookie .header-notification__text--language a {
      line-height: 1.5;
      color: #333333; }
      @media screen and (min-width: 0) {
        .message.cookie .header-notification__text--language span, .message.cookie .header-notification__text--language a {
          font-size: 16px;
          font-size: 1rem; } }

@media screen and (min-width: 1280px) and (min-width: 0) {
  .message.cookie .header-notification__text--language span, .message.cookie .header-notification__text--language a {
    font-size: 18px;
    font-size: 1.125rem; } }
    .message.cookie .header-notification__text--language span {
      display: block; }
      @media screen and (min-width: 768px) {
        .message.cookie .header-notification__text--language span {
          display: inline-block; } }
    .message.cookie .header-notification__text--language a {
      font-weight: normal;
      text-decoration: underline; }

.dyson-nz .payment-method-content {
  position: relative; }

#pincode_sign_up button.input--submit.button.button--wider {
  background-color: #79b928; }

.pincode-success {
  background: #79b928 !important; }

.control.complete {
  position: relative; }
  .control.complete:after {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url("https://dyson-h.assetsadobe2.com/is/image/content/dam/dyson/india/in-home-demo/booking-form/BookingForm-SectionCompleted.png") no-repeat center;
    position: absolute;
    top: 10px;
    right: 7px;
    background-size: cover; }

/**
 * all steps
 */
.homedemo-index-index form .input_and_link,
.homedemo-step2-index form .input_and_link,
.homedemo-step3-index form .input_and_link,
.homedemo-step4-index form .input_and_link {
  height: 5rem;
  width: 100%;
  margin-bottom: 1em;
  position: relative; }
  .homedemo-index-index form .input_and_link .pincode-available,
  .homedemo-step2-index form .input_and_link .pincode-available,
  .homedemo-step3-index form .input_and_link .pincode-available,
  .homedemo-step4-index form .input_and_link .pincode-available {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 29px;
    width: 40px; }
  .homedemo-index-index form .input_and_link .pincode-unavailable,
  .homedemo-step2-index form .input_and_link .pincode-unavailable,
  .homedemo-step3-index form .input_and_link .pincode-unavailable,
  .homedemo-step4-index form .input_and_link .pincode-unavailable {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px; }
  .homedemo-index-index form .input_and_link .icon.icon--clear,
  .homedemo-step2-index form .input_and_link .icon.icon--clear,
  .homedemo-step3-index form .input_and_link .icon.icon--clear,
  .homedemo-step4-index form .input_and_link .icon.icon--clear {
    width: 30px;
    z-index: 1;
    position: absolute;
    right: 10px;
    top: -40px; }

.homedemo-index-index form .input_and_btn button,
.homedemo-step2-index form .input_and_btn button,
.homedemo-step3-index form .input_and_btn button,
.homedemo-step4-index form .input_and_btn button {
  background-color: #79b928; }

@media screen and (min-width: 768px) {
  .homedemo-index-index form .input_and_btn,
  .homedemo-step2-index form .input_and_btn,
  .homedemo-step3-index form .input_and_btn,
  .homedemo-step4-index form .input_and_btn {
    display: flex; }
    .homedemo-index-index form .input_and_btn button,
    .homedemo-step2-index form .input_and_btn button,
    .homedemo-step3-index form .input_and_btn button,
    .homedemo-step4-index form .input_and_btn button {
      width: 40%;
      margin-left: 10px;
      height: 63px;
      max-height: 63px; } }

.homedemo-index-index form a, .homedemo-index-index form a:visited, .homedemo-index-index form .alink:visited, .homedemo-index-index form .alink,
.homedemo-step2-index form a,
.homedemo-step2-index form a:visited,
.homedemo-step2-index form .alink:visited,
.homedemo-step2-index form .alink,
.homedemo-step3-index form a,
.homedemo-step3-index form a:visited,
.homedemo-step3-index form .alink:visited,
.homedemo-step3-index form .alink,
.homedemo-step4-index form a,
.homedemo-step4-index form a:visited,
.homedemo-step4-index form .alink:visited,
.homedemo-step4-index form .alink {
  text-decoration: underline; }

.homedemo-index-index form a:hover, .homedemo-index-index form .alink:hover,
.homedemo-step2-index form a:hover,
.homedemo-step2-index form .alink:hover,
.homedemo-step3-index form a:hover,
.homedemo-step3-index form .alink:hover,
.homedemo-step4-index form a:hover,
.homedemo-step4-index form .alink:hover {
  text-decoration: none; }

.homedemo-index-index form p,
.homedemo-step2-index form p,
.homedemo-step3-index form p,
.homedemo-step4-index form p {
  margin-bottom: 30px; }

.homedemo-index-index form .input--loading,
.homedemo-step2-index form .input--loading,
.homedemo-step3-index form .input--loading,
.homedemo-step4-index form .input--loading {
  background-image: url(../images/loading.gif);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-position: 95% center;
  background-position-y: center; }

.homedemo-index-index form .input-label-overlay,
.homedemo-step2-index form .input-label-overlay,
.homedemo-step3-index form .input-label-overlay,
.homedemo-step4-index form .input-label-overlay {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 21px;
  left: 16px; }

.homedemo-index-index form .input-label-overlay + input[type="text"],
.homedemo-step2-index form .input-label-overlay + input[type="text"],
.homedemo-step3-index form .input-label-overlay + input[type="text"],
.homedemo-step4-index form .input-label-overlay + input[type="text"] {
  padding-left: 48px; }

.homedemo-index-index .button--fluid,
.homedemo-step2-index .button--fluid,
.homedemo-step3-index .button--fluid,
.homedemo-step4-index .button--fluid {
  margin-bottom: 1.3em; }

.dyson-in.homedemo-index-index.page-layout-1column .g-col.g-col-1-2.gt-col-1-4.g-icon-margin-top {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .dyson-in.homedemo-index-index.page-layout-1column .g-col.g-col-1-2.gt-col-1-4.g-icon-margin-top {
      margin-top: 0; } }

.demo_step1 .hgroup__content--in-home-demo {
  margin-bottom: 20px; }

.dyson-in .button--in-home-demo--book,
.dyson-in .button--in-home-demo--call,
.dyson-in .button--in-home-demo--whatsapp,
.dyson-in .button--in-home-demo--call-back {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-th.primary .dyson-in .button--in-home-demo--book, .dyson-th.primary
  .dyson-in .button--in-home-demo--call, .dyson-th.primary
  .dyson-in .button--in-home-demo--whatsapp, .dyson-th.primary
  .dyson-in .button--in-home-demo--call-back {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .dyson-in .button--in-home-demo--book, .dyson-hk.primary
  .dyson-in .button--in-home-demo--call, .dyson-hk.primary
  .dyson-in .button--in-home-demo--whatsapp, .dyson-hk.primary
  .dyson-in .button--in-home-demo--call-back {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .dyson-in .button--in-home-demo--book, .dyson-sa.rtl .dyson-in .button--in-home-demo--book, .dyson-ae.rtl
  .dyson-in .button--in-home-demo--call, .dyson-sa.rtl
  .dyson-in .button--in-home-demo--call, .dyson-ae.rtl
  .dyson-in .button--in-home-demo--whatsapp, .dyson-sa.rtl
  .dyson-in .button--in-home-demo--whatsapp, .dyson-ae.rtl
  .dyson-in .button--in-home-demo--call-back, .dyson-sa.rtl
  .dyson-in .button--in-home-demo--call-back {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .dyson-in .button--in-home-demo--book, .dyson-il.rtl
  .dyson-in .button--in-home-demo--call, .dyson-il.rtl
  .dyson-in .button--in-home-demo--whatsapp, .dyson-il.rtl
  .dyson-in .button--in-home-demo--call-back {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .dyson-in .button--in-home-demo--book, .dyson-kr
  .dyson-in .button--in-home-demo--call, .dyson-kr
  .dyson-in .button--in-home-demo--whatsapp, .dyson-kr
  .dyson-in .button--in-home-demo--call-back {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

@media screen and (min-width: 768px) {
  .dyson-in .hgroup__content--in-home-demo__cta-wrap {
    display: flex;
    justify-content: space-between; } }

.dyson-in .hgroup__content--in-home-demo__cta-wrap button:hover {
  color: #fff !important; }

.dyson-in .hero--in-home-demo--content-2 {
  background-color: #ffcc01;
  text-align: center; }

.dyson-in.homedemo-index-index.page-layout-1column._has-modal .modals-overlay {
  z-index: 0 !important; }

.dyson-in.homedemo-index-index.page-layout-1column._has-modal button:focus, .dyson-in.homedemo-index-index.page-layout-1column._has-modal button:active {
  color: #fff; }

@media screen and (min-width: 1024px) {
  .demo_step1 .hero--in-home-demo--content-1 {
    padding-top: 50px; } }

.demo_step1 .store-selector__main--demo .layout, .demo_step1 .store-selector__main--demo .message.cookie .content, .message.cookie .demo_step1 .store-selector__main--demo .content, .demo_step1 .store-selector__main--demo .sub-category-nav__wrapper.dcr-category-nav__wrapper {
  padding-left: 25px;
  padding-right: 25px; }

.demo_step1 .store-selector__main--demo .demo_step1 .store-selector__main--demo .store-selector-tabs__tab [data-role="collapsible"] [aria-expanded=true] a {
  border-right: none;
  border-left: none;
  background-color: white; }

.demo_step1 .store-selector__main--demo .store-selector-tabs__tab {
  margin: 0 auto; }
  .demo_step1 .store-selector__main--demo .store-selector-tabs__tab [data-role="collapsible"] {
    border: 1px solid #ebebeb;
    border-bottom: none;
    background: #fbfbfb;
    padding: 0; }
    .demo_step1 .store-selector__main--demo .store-selector-tabs__tab [data-role="collapsible"][aria-expanded=true] {
      margin-bottom: -1px;
      background: white; }
      .demo_step1 .store-selector__main--demo .store-selector-tabs__tab [data-role="collapsible"][aria-expanded=true] a {
        border-bottom: none;
        color: #000;
        background: white; }
        .demo_step1 .store-selector__main--demo .store-selector-tabs__tab [data-role="collapsible"][aria-expanded=true] a:hover, .demo_step1 .store-selector__main--demo .store-selector-tabs__tab [data-role="collapsible"][aria-expanded=true] a:active, .demo_step1 .store-selector__main--demo .store-selector-tabs__tab [data-role="collapsible"][aria-expanded=true] a:focus {
          color: #000;
          background: white;
          border-bottom: none; }
  .demo_step1 .store-selector__main--demo .store-selector-tabs__tab a {
    color: #000;
    background-color: #fbfbfb; }
    .demo_step1 .store-selector__main--demo .store-selector-tabs__tab a:hover, .demo_step1 .store-selector__main--demo .store-selector-tabs__tab a:active, .demo_step1 .store-selector__main--demo .store-selector-tabs__tab a:focus {
      color: #000; }

.demo_step1 .store-selector__main--demo .store-selector-tabs__content {
  border-top: 1px solid #ebebeb;
  padding: 0; }

.demo_step1 .store-selector__main--demo .store-selector-collapsible__content {
  padding-top: 0; }

.demo_step1 #tab-label-2 {
  border-right: none;
  border-left: none; }

.demo_step1 .contact__methods__link .icon {
  fill: #000; }

.demo_step1 .contact__methods__type {
  width: 300px;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .demo_step1 .contact__methods__type {
      width: 330px; } }

.demo_step1 .title .row--border-top {
  background-color: #fbfbfb; }

.demo_step1 .layout__steps__content, .demo_step1 .layout__content {
  font-size: 1rem; }

.demo_step1 .layout h2, .demo_step1 .message.cookie .content h2, .message.cookie .demo_step1 .content h2, .demo_step1 .sub-category-nav__wrapper.dcr-category-nav__wrapper h2 {
  font-size: 30px; }

.demo_step1 .layout .layout__steps, .demo_step1 .message.cookie .content .layout__steps, .message.cookie .demo_step1 .content .layout__steps, .demo_step1 .sub-category-nav__wrapper.dcr-category-nav__wrapper .layout__steps {
  margin-bottom: 3em; }

.demo_step1 .layout .layout__steps__title, .demo_step1 .message.cookie .content .layout__steps__title, .message.cookie .demo_step1 .content .layout__steps__title, .demo_step1 .sub-category-nav__wrapper.dcr-category-nav__wrapper .layout__steps__title {
  font-size: 35px; }

.demo_step1 .layout .layout__image-main, .demo_step1 .message.cookie .content .layout__image-main, .message.cookie .demo_step1 .content .layout__image-main, .demo_step1 .sub-category-nav__wrapper.dcr-category-nav__wrapper .layout__image-main {
  margin-bottom: 1.5em; }

.demo_step1 .layout .layout__image-small, .demo_step1 .message.cookie .content .layout__image-small, .message.cookie .demo_step1 .content .layout__image-small, .demo_step1 .sub-category-nav__wrapper.dcr-category-nav__wrapper .layout__image-small {
  margin-bottom: 1.5em; }

.demo_step1 .icon-info__body p {
  margin-top: 0; }

.demo_step1 .icon-info__body__title {
  font-size: 1.5em; }

@media screen and (min-width: 768px) {
  .demo_step1 .store-selector__main--demo .layout, .demo_step1 .store-selector__main--demo .message.cookie .content, .message.cookie .demo_step1 .store-selector__main--demo .content, .demo_step1 .store-selector__main--demo .sub-category-nav__wrapper.dcr-category-nav__wrapper {
    padding-left: 50px;
    padding-right: 50px; } }

.demo_step1 .button--in-home-demo-call,
.demo_step1 .button--in-home-demo-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .demo_step1 .button--in-home-demo-call,
    .demo_step1 .button--in-home-demo-whatsapp {
      margin-left: 20px; } }
  .demo_step1 .button--in-home-demo-call:link, .demo_step1 .button--in-home-demo-call:active, .demo_step1 .button--in-home-demo-call:visited,
  .demo_step1 .button--in-home-demo-whatsapp:link,
  .demo_step1 .button--in-home-demo-whatsapp:active,
  .demo_step1 .button--in-home-demo-whatsapp:visited {
    background-color: #b2b3b4;
    color: #000; }
  .demo_step1 .button--in-home-demo-call:hover,
  .demo_step1 .button--in-home-demo-whatsapp:hover {
    background-color: #999;
    color: #000; }

.modal-register .store-selector-tabs {
  display: inline-block;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .modal-register .store-selector-tabs {
      width: 100%; } }

@media screen and (min-width: 768px) {
  .modal-register .field.form__item.form__item--entered, .modal-register .checkout__row .opc-wrapper .opc .form .field.form__item--entered, .checkout__row .opc-wrapper .opc .form .modal-register .field.form__item--entered {
    width: 70%; } }

@media screen and (min-width: 768px) {
  .modal-register .input--submit.button.button--fluid {
    width: 29%;
    margin-left: 5px;
    height: 65px;
    max-height: 65px; } }

.modal-register div.mage-error, .modal-register div.field-error {
  position: absolute;
  left: 0;
  top: 70px; }

.modal-register h2 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .modal-register h2 {
      text-align: left;
      width: 100%; } }

.modal-register .form__email, .modal-register .form__mobile {
  width: 100%;
  margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .modal-register .form__email, .modal-register .form__mobile {
      width: 70%; } }

.modal-register .form__email-label [aria-invalid="true"] {
  margin-top: -20px; }

.modal-register .input-plus-btn {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.modal-register .store-selector__main {
  text-align: center; }

.modal-register .store-selector-tabs__tab {
  margin: 0 auto;
  padding: 0; }

.modal-register .store-selector-tabs__tab a {
  width: 100%;
  text-decoration: none;
  background-color: #fbfbfb;
  color: #999999;
  padding: 20px 30px;
  border: none !important; }

.modal-register .store-selector-tabs__tab [data-role="collapsible"] {
  padding: 0;
  border: 1px solid #ebebeb; }

.modal-register .store-selector-tabs__tab a:hover,
.modal-register .store-selector-tabs__tab a:active,
.modal-register .store-selector-tabs__tab a:focus {
  color: #999999;
  border-bottom: none;
  text-decoration: none;
  background-color: #fff; }

.modal-register .store-selector-tabs__tab [data-role="collapsible"][aria-expanded=true] {
  border-bottom-color: white; }

.modal-register .store-selector-tabs__tab [data-role="collapsible"][aria-expanded=true] a {
  color: #999999;
  background-color: #fff; }

.modal-register .store-selector-tabs__content {
  display: flex;
  flex-wrap: wrap; }

.homedemo-index-index .modal-popup._show .modal-inner-wrap {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .homedemo-index-index .modal-popup._show .modal-inner-wrap {
      width: 60%; } }
  @media screen and (min-width: 1280px) {
    .homedemo-index-index .modal-popup._show .modal-inner-wrap {
      width: 40%; } }
  .homedemo-index-index .modal-popup._show .modal-inner-wrap .no-demo-available {
    color: #dd4157; }

/**
 * STEP TWO
 */
.demo_step2 {
  /*
    Collapsibles
    =============================================
  */ }
  .demo_step2 input {
    text-transform: capitalize;
    border: 1px solid #ebebeb !important; }
  .demo_step2 input.mage-error {
    border: 1px solid #dd4157 !important; }
  .demo_step2 input#email_address {
    text-transform: none; }
  .demo_step2 .demo__accordion__header {
    padding-right: 20px; }
  .demo_step2 .demo__accordion {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; }
  .demo_step2 .demo__accordion__header:before {
    content: '';
    background-image: url("../images/icons/sprite.png");
    background-position: 0 -3961px;
    pointer-events: none;
    opacity: 0.2;
    display: block;
    float: right;
    width: 24px;
    height: 29px; }
  .demo_step2 .demo__accordion__header[aria-expanded=true]:before {
    transform: rotate(0.5turn);
    pointer-events: auto;
    opacity: 1; }
  .demo_step2 .demo__accordion__header .demo__accordion__header--green {
    color: #74b126; }
    .demo_step2 .demo__accordion__header .demo__accordion__header--green .text-left__icons--number {
      display: none; }
    .demo_step2 .demo__accordion__header .demo__accordion__header--green .text-left__icons--green-tick {
      display: inline-block; }
  .demo_step2 .demo-step2-accordion__products__product img.text-left__icons--select-tick {
    display: none; }
  .demo_step2 .demo-step2-accordion__products__product.selected img.text-left__icons--select-tick {
    display: inline-block;
    width: 30px;
    border-bottom: none; }
  .demo_step2 .demo-step2-accordion__products__product img {
    border: 1px solid #ebebeb; }
  .demo_step2 .demo-step2-accordion__products__product div {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    background-color: #fbfbfb; }
  @media screen and (min-width: 520px) {
    .demo_step2 .demo-step2-accordion__products__product .text-center.category-names {
      font-size: 18px; } }
  @media screen and (min-width: 1024px) {
    .demo_step2 .demo-step2-accordion__products__product .text-center.category-names {
      font-size: 20px; } }
  @media screen and (min-width: 1280px) {
    .demo_step2 .demo-step2-accordion__products__product .text-center.category-names {
      font-size: 25px; } }
  .demo_step2 .demo-step2-accordion__products__product.selected img {
    border-width: 2px;
    border-color: #333333;
    border-bottom: 1px solid #ebebeb; }
  .demo_step2 .demo-step2-accordion__products__product.selected div {
    border-left: 2px solid #333333;
    border-right: 2px solid #333333; }
  .demo_step2 .demo-step2-accordion__products__product.selected button {
    background-color: #333333; }
  .demo_step2 .in_home_demo_availability_date {
    display: inline-block;
    width: 19%;
    margin: 0 10px 10px 0;
    padding: 1em;
    background: #f3f3f3;
    border: 2px solid #ebebeb; }
    @media screen and (min-width: 1024px) {
      .demo_step2 .in_home_demo_availability_date {
        padding: 0.5em; } }
    @media screen and (min-width: 1280px) {
      .demo_step2 .in_home_demo_availability_date {
        width: 10%; } }
    .demo_step2 .in_home_demo_availability_date.active {
      border-color: #666666; }
    .demo_step2 .in_home_demo_availability_date span {
      display: inline-block;
      width: 100%;
      text-align: center;
      cursor: pointer;
      color: #666666; }
      @media screen and (min-width: 0) {
        .demo_step2 .in_home_demo_availability_date span:first-child, .demo_step2 .in_home_demo_availability_date span:last-child {
          font-size: 12px;
          font-size: 0.75rem; } }
      @media screen and (min-width: 1024px) {
        .demo_step2 .in_home_demo_availability_date span:first-child, .demo_step2 .in_home_demo_availability_date span:last-child {
          font-size: 14px;
          font-size: 0.875rem; } }
      .demo_step2 .in_home_demo_availability_date span:nth-child(2n) {
        line-height: 1;
        position: relative;
        top: 2px; }
        @media screen and (min-width: 0) {
          .demo_step2 .in_home_demo_availability_date span:nth-child(2n) {
            font-size: 24px;
            font-size: 1.5rem; } }
        @media screen and (min-width: 1024px) {
          .demo_step2 .in_home_demo_availability_date span:nth-child(2n) {
            font-size: 32px;
            font-size: 2rem; } }
  .demo_step2 .in_home_demo_availability_time {
    display: inline-block;
    width: 30%;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #f3f3f3;
    border: 2px solid #ebebeb;
    text-align: center;
    color: #666666;
    padding: 1em 0;
    cursor: pointer; }
    @media screen and (min-width: 0) {
      .demo_step2 .in_home_demo_availability_time {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      .demo_step2 .in_home_demo_availability_time {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media screen and (min-width: 1024px) {
      .demo_step2 .in_home_demo_availability_time {
        padding: 1.5em; } }
    .demo_step2 .in_home_demo_availability_time.active {
      border-color: #666666; }
    .demo_step2 .in_home_demo_availability_time span.time-slot {
      font-size: 25px;
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
      .demo_step2 .in_home_demo_availability_time span.time-slot p {
        text-align: center;
        font-size: 16px;
        width: 100%; }
      .demo_step2 .in_home_demo_availability_time span.time-slot p:last-child {
        color: #537D1C; }
    .demo_step2 .in_home_demo_availability_time .time-slot-am-pm {
      font-size: 14px;
      margin: 0 5px; }
  .demo_step2 .text-left__icons--number,
  .demo_step2 .text-left__icons--green-tick {
    width: 40px; }
  .demo_step2 .text-left__icons--green-tick {
    display: none; }
  .demo_step2 [data-demo-accordion-availabilities-validation],
  .demo_step2 [data-demo-accordion-category-validation] {
    display: none; }

/**
 * STEP THREE
 */
.demo_step3 form {
  display: inline-block; }

.demo_step3 .demo_step3__booking_details {
  border: 1px solid #ebebeb;
  padding: 20px; }

.demo_step3 a:visited, .demo_step3 .alink:visited, .demo_step3 a, .demo_step3 .alink {
  text-decoration: underline; }

.demo_step3 a:hover {
  text-decoration: none; }

/**
* STEP Four
*/
.demo_step4 {
  margin: 3em 0; }
  .demo_step4 a:visited, .demo_step4 .alink:visited, .demo_step4 a, .demo_step4 .alink {
    text-decoration: underline; }
  .demo_step4 a:hover {
    text-decoration: none; }
  .demo_step4 .button--wider {
    background-color: #79b928;
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .demo_step4 .button--wider {
        width: 30%;
        float: right; } }
  .demo_step4 .hgroup__title {
    color: #537D1C; }
  .demo_step4 .text-left__icons--green-tick {
    width: 40px;
    height: 40px;
    margin-right: 10px; }
  .demo_step4 h2 {
    margin-bottom: 1em;
    margin-top: 0; }
  .demo_step4 p {
    font-size: 16px; }
  .demo_step4 .step4__green-header {
    display: flex; }
  .demo_step4 .step4__content {
    border: 1px solid #ebebeb;
    margin: 0 -4em 2em -4em;
    padding: 3em 4em; }

@media screen and (min-width: 480px) {
  .legal_attributes dl {
    border: 1px solid #ebebeb; }
  .legal_attributes dt,
  .legal_attributes dd {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 0; }
  .legal_attributes dd ~ dt,
  .legal_attributes dd ~ dd {
    border-top: 1px solid #ebebeb; }
  .legal_attributes dt {
    float: left;
    width: 50%;
    padding-bottom: 0; }
  .legal_attributes dd {
    margin-left: 50%;
    border-left: 1px solid #ebebeb; }
  .legal_attributes dd:after {
    content: "";
    display: block;
    clear: both; } }

@media screen and (min-width: 1024px) {
  .store-selector__main {
    padding-top: 15px; } }

@media screen and (max-width: 1024px) {
  .store-selector__main .layout, .store-selector__main .message.cookie .content, .message.cookie .store-selector__main .content, .store-selector__main .sub-category-nav__wrapper.dcr-category-nav__wrapper {
    padding-left: 0;
    padding-right: 0; } }

/*
  Tabs
  =============================================
*/
.store-selector-tabs {
  display: none; }
  @media screen and (min-width: 1024px) {
    .store-selector-tabs {
      display: block; } }

.store-selector-tabs__tab {
  margin: 0; }
  .store-selector-tabs__tab [data-role="collapsible"] {
    margin: 0;
    padding: 0 20px 0 0; }
    .store-selector-tabs__tab [data-role="collapsible"][aria-expanded=true] a {
      border-bottom: 1px solid #000;
      color: #000; }
      .store-selector-tabs__tab [data-role="collapsible"][aria-expanded=true] a:hover, .store-selector-tabs__tab [data-role="collapsible"][aria-expanded=true] a:active, .store-selector-tabs__tab [data-role="collapsible"][aria-expanded=true] a:focus {
        color: #000; }
  .store-selector-tabs__tab a {
    color: #dadada;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    padding: 1em 0; }
    @media screen and (min-width: 0) {
      .store-selector-tabs__tab a {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media screen and (min-width: gpw) {
      .store-selector-tabs__tab a {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media screen and (min-width: 1024px) {
      .store-selector-tabs__tab a {
        font-size: 24px;
        font-size: 1.5rem; } }
    .dyson-th.primary .store-selector-tabs__tab a {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .store-selector-tabs__tab a {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .store-selector-tabs__tab a, .dyson-sa.rtl .store-selector-tabs__tab a {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .store-selector-tabs__tab a {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .store-selector-tabs__tab a {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
    .store-selector-tabs__tab a:hover, .store-selector-tabs__tab a:active, .store-selector-tabs__tab a:focus {
      color: #014c8c; }

.store-selector-tabs__content {
  padding-top: 32px; }
  .store-selector-tabs__content ul {
    margin: 0 0 0 -10px; }
  .store-selector-tabs__content li {
    padding: 0 0 0 0;
    margin: 0 0 13px 0; }
  .store-selector-tabs__content a {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding: 1em; }
    @media screen and (min-width: 0) {
      .store-selector-tabs__content a {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 1024px) {
      .store-selector-tabs__content a {
        font-size: 16px;
        font-size: 1rem; } }
    .dyson-th.primary .store-selector-tabs__content a {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .store-selector-tabs__content a {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .store-selector-tabs__content a, .dyson-sa.rtl .store-selector-tabs__content a {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .store-selector-tabs__content a {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .store-selector-tabs__content a {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
    @media screen and (min-width: 1024px) {
      .store-selector-tabs__content a {
        padding: 1em 0 1em 0.625em; } }

/*
  Collapsibles
  =============================================
*/
.store-selector-collapsible {
  /*
    1. Reset button styles
    todo: Stop setting styles on <button>
  */ }
  @media screen and (min-width: 1024px) {
    .store-selector-collapsible {
      display: none; } }
  .store-selector-collapsible [data-role="title"] {
    color: #000;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding: 1.25em 25px;
    border: none;
    /* 1 */
    background: none;
    /* 1 */
    border-bottom: 1px solid #ECECEC;
    text-align: left; }
    @media screen and (min-width: 0) {
      .store-selector-collapsible [data-role="title"] {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media screen and (min-width: gpw) {
      .store-selector-collapsible [data-role="title"] {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media screen and (min-width: 1024px) {
      .store-selector-collapsible [data-role="title"] {
        font-size: 24px;
        font-size: 1.5rem; } }
    .dyson-th.primary .store-selector-collapsible [data-role="title"] {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .store-selector-collapsible [data-role="title"] {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .store-selector-collapsible [data-role="title"], .dyson-sa.rtl .store-selector-collapsible [data-role="title"] {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .store-selector-collapsible [data-role="title"] {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .store-selector-collapsible [data-role="title"] {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
    @media screen and (min-width: 768px) {
      .store-selector-collapsible [data-role="title"] {
        padding-left: 50px;
        padding-right: 50px; } }
    .store-selector-collapsible [data-role="title"]:hover, .store-selector-collapsible [data-role="title"]:focus {
      background: none;
      /* 1 */
      border: none;
      /* 1 */
      border-bottom: 1px solid #ECECEC;
      color: #000; }
    .store-selector-collapsible [data-role="title"]:after {
      content: '';
      background-image: url("../images/icons/sprite.png");
      background-position: 0px -3967px;
      display: block;
      float: right;
      width: 24px;
      height: 29px; }
  .store-selector-collapsible [aria-expanded=true]:after {
    transform: rotate(180deg); }
  .store-selector-collapsible li {
    padding: 0;
    margin: 0; }
  .store-selector-collapsible a {
    display: block;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 20px 42px; }
    @media screen and (min-width: 0) {
      .store-selector-collapsible a {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 1024px) {
      .store-selector-collapsible a {
        font-size: 16px;
        font-size: 1rem; } }
    .dyson-th.primary .store-selector-collapsible a {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .store-selector-collapsible a {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .store-selector-collapsible a, .dyson-sa.rtl .store-selector-collapsible a {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .store-selector-collapsible a {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .store-selector-collapsible a {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.store-selector-collapsible__content {
  padding-top: 20px; }
  .store-selector-collapsible__content ul {
    padding: 0;
    margin: 0;
    list-style: none; }

/*
  Country Flags (applies to both collapsible and tag widgets)
  =============================================
*/
.country-flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  background-image: url("../images/icons/sprite.png");
  width: 24px;
  height: 24px; }
  .country-flag--be {
    background-position: 0 -56px; }
  .country-flag--cy {
    background-position: 0 -320px; }
  .country-flag--dk {
    background-position: 0 -392px; }
  .country-flag--de {
    background-position: 0 -368px; }
  .country-flag--es {
    background-position: 0 -416px; }
  .country-flag--bg {
    background-position: 0 -80px; }
  .country-flag--fr {
    background-position: 0 -488px; }
  .country-flag--hr {
    background-position: 0 -656px; }
  .country-flag--ie {
    background-position: 0 -728px; }
  .country-flag--it {
    background-position: 0 -800px; }
  .country-flag--lv {
    background-position: 0 -32px; }
  .country-flag--lu {
    background-position: 0 -920px; }
  .country-flag--hu {
    background-position: 0 -680px; }
  .country-flag--nl {
    background-position: 0 -1040px; }
  .country-flag--no {
    background-position: 0 -1064px; }
  .country-flag--pl {
    background-position: 0 -1208px; }
  .country-flag--pt {
    background-position: 0 -1256px; }
  .country-flag--ro {
    background-position: 0 -1304px; }
  .country-flag--ch {
    background-position: 0 -152px; }
  .country-flag--si {
    background-position: 0 -1424px; }
  .country-flag--sk {
    background-position: 0 -1448px; }
  .country-flag--fi {
    background-position: 0 -464px; }
  .country-flag--se {
    background-position: 0 -1376px; }
  .country-flag--tr {
    background-position: 0 -1568px; }
  .country-flag--gb {
    background-position: 0 -512px; }
  .country-flag--at {
    background-position: 0 -944px; }
  .country-flag--cz {
    background-position: 0 -344px; }
  .country-flag--gr {
    background-position: 0 -560px; }
  .country-flag--ru {
    background-position: 0 -1328px; }
  .country-flag--ua {
    background-position: 0 -1616px; }
  .country-flag--au {
    background-position: 0 -1232px; }
  .country-flag--hk {
    background-position: 0 -608px; }
  .country-flag--in {
    background-position: 0 -776px; }
  .country-flag--id {
    background-position: 0 -704px; }
  .country-flag--my {
    background-position: 0 -1016px; }
  .country-flag--nz {
    background-position: 0 -1088px; }
  .country-flag--ph {
    background-position: 0 -1184px; }
  .country-flag--sg {
    background-position: 0 -1400px; }
  .country-flag--kr {
    background-position: 0 -848px; }
  .country-flag--th {
    background-position: 0 -1496px; }
  .country-flag--cn {
    background-position: 0 -248px; }
  .country-flag--jp {
    background-position: 0 -824px; }
  .country-flag--hk {
    background-position: 0 -608px; }
  .country-flag--ca {
    background-position: 0 -128px; }
  .country-flag--cr {
    background-position: 0 -296px; }
  .country-flag--sv {
    background-position: 0 -1472px; }
  .country-flag--gt {
    background-position: 0 -584px; }
  .country-flag--hn {
    background-position: 0 -632px; }
  .country-flag--mx {
    background-position: 0 -992px; }
  .country-flag--us {
    background-position: 0 -1640px; }
  .country-flag--br {
    background-position: 0 -104px; }
  .country-flag--cl {
    background-position: 0 -224px; }
  .country-flag--co {
    background-position: 0 -272px; }
  .country-flag--pa {
    background-position: 0 -1112px; }
  .country-flag--pe {
    background-position: 0 -1160px; }
  .country-flag--il {
    background-position: 0 -752px; }
  .country-flag--lb {
    background-position: 0 -872px; }
  .country-flag--qa {
    background-position: 0 -1280px; }
  .country-flag--sa {
    background-position: 0 -1352px; }
  .country-flag--tr {
    background-position: 0 -1568px; }
  .country-flag--ae {
    background-position: 0 -1136px; }
  .country-flag--ma {
    background-position: 0 -968px; }
  .country-flag--za {
    background-position: 0 -1832px; }

.catalog-product-view [data-ui-id="message-success"],
.catalog-category-view [data-ui-id="message-success"] {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  /* padding: 0; */
  left: 0;
  border: 0;
  background: #333333;
  color: #537D1C;
  z-index: 9999;
  display: flex;
  align-items: center; }
  .catalog-product-view [data-ui-id="message-success"] > div,
  .catalog-category-view [data-ui-id="message-success"] > div {
    padding-left: 70px; }
    @media screen and (min-width: 0) {
      .catalog-product-view [data-ui-id="message-success"] > div,
      .catalog-category-view [data-ui-id="message-success"] > div {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 768px) {
      .catalog-product-view [data-ui-id="message-success"] > div,
      .catalog-category-view [data-ui-id="message-success"] > div {
        font-size: 25px;
        font-size: 1.5625rem; } }
    @media screen and (min-width: 1024px) {
      .catalog-product-view [data-ui-id="message-success"] > div,
      .catalog-category-view [data-ui-id="message-success"] > div {
        font-size: 30px;
        font-size: 1.875rem; } }
    @media screen and (min-width: 768px) {
      .catalog-product-view [data-ui-id="message-success"] > div,
      .catalog-category-view [data-ui-id="message-success"] > div {
        padding-left: 100px; } }
  .catalog-product-view [data-ui-id="message-success"]:before,
  .catalog-category-view [data-ui-id="message-success"]:before {
    content: "";
    width: 37px;
    height: 37px;
    border: 2px solid #79b928;
    border-radius: 3.125rem;
    position: absolute;
    top: 16px;
    left: 36px; }
    @media screen and (min-width: 768px) {
      .catalog-product-view [data-ui-id="message-success"]:before,
      .catalog-category-view [data-ui-id="message-success"]:before {
        top: 24px;
        left: 66px; } }
    @media screen and (min-width: 1024px) {
      .catalog-product-view [data-ui-id="message-success"]:before,
      .catalog-category-view [data-ui-id="message-success"]:before {
        top: 30px; } }
  .catalog-product-view [data-ui-id="message-success"]:after,
  .catalog-category-view [data-ui-id="message-success"]:after {
    content: '';
    display: block;
    width: 7px;
    height: 12px;
    border: solid #79b928;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 34px;
    left: 52px;
    transform: translateY(-50%) rotate(45deg) scale(1); }
    @media screen and (min-width: 768px) {
      .catalog-product-view [data-ui-id="message-success"]:after,
      .catalog-category-view [data-ui-id="message-success"]:after {
        left: 82px;
        top: 42px; } }
    @media screen and (min-width: 1024px) {
      .catalog-product-view [data-ui-id="message-success"]:after,
      .catalog-category-view [data-ui-id="message-success"]:after {
        top: 48px; } }

.catalog-product-view .notify-me__form__error,
.catalog-category-view .notify-me__form__error {
  border-color: #ed8380; }

.notify-me__container--addToCart div.mage-error[generated],
.notify-me__container--addToCart div.field-error {
  font-size: 14px;
  color: #dd4157;
  position: relative;
  top: -6px; }

.notifyme-popup_wrapper .notify-me__container {
  bottom: auto !important; }

.notify-me__container {
  padding: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 9;
  border: 1px solid lightgray;
  visibility: hidden; }
  .hero__content .notify-me__container {
    min-width: 400px; }
  .notify-me__container.show {
    visibility: visible; }
  .notify-me__container div.mage-error[generated], .notify-me__container div.field-error {
    top: -4px;
    position: relative; }
  .notify-me__container input {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .notify-me__container input {
        margin-bottom: 10px; } }
  .notify-me__container--headerSub .button--notify-me:hover span:after {
    content: 'Close';
    height: 20px;
    width: 20px; }

.layout--reduced.notify-me__container--headerSub-all {
  margin: 0 auto; }

a.button--notifyClose:hover {
  background-color: red; }

.notify-me__container__title {
  font-size: 1.5rem;
  display: inline;
  color: #666666; }

.notify-me__container__copy {
  width: 100%;
  margin: 20px 0;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666; }
  @media screen and (min-width: 0) {
    .notify-me__container__copy {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .notify-me__container__copy {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px) {
    .notify-me__container__copy {
      margin-top: 10px; } }

@media screen and (max-width: 768px) {
  .product__action__add-to-cart .notify-btn {
    width: 100%; } }

.notify-me__container__close {
  width: 45%;
  float: right;
  text-align: right; }

.notify-me__container__copy--email {
  margin: 10px 0; }

.notify-me__container__button {
  background-color: #000;
  color: #fff; }
  .notify-me__container__button:hover {
    background-color: #000;
    color: #fff; }

.notify-me__container__button {
  background-color: #000;
  color: #fff; }
  .slider .notify-me__container__button {
    height: auto; }
  .notify-me__container__button:hover {
    background-color: #000;
    color: #fff; }
  .notify-me__container__button:focus {
    background-color: #000;
    color: #fff; }

.product-notify-me-modal {
  transition: all 0.3s;
  transform: translateY(60vh);
  transition-timing-function: ease;
  width: 100%;
  height: auto;
  bottom: 0;
  right: 0 !important;
  left: auto !important;
  top: auto;
  position: fixed;
  z-index: 9999;
  padding: 16px 16px 24px 16px;
  background-color: #fff;
  min-width: auto !important; }
  .product-notify-me-modal._show {
    transform: translateY(0); }
    @media screen and (min-width: 429px) {
      .product-notify-me-modal._show {
        transform: translateX(0); } }
  @media screen and (min-width: 429px) {
    .product-notify-me-modal {
      width: 360px;
      height: 100%;
      left: auto !important;
      transform: translateX(360px);
      top: 0; } }
  @media screen and (min-width: 768px) {
    .product-notify-me-modal {
      padding: 24px;
      width: 376px;
      transform: translateX(376px); } }
  @media screen and (min-width: 1024px) {
    .product-notify-me-modal {
      width: 376px; } }
  .product-notify-me-modal input {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 16px 0;
    color: #555555;
    padding: 16px;
    height: auto;
    border: solid 1px #919191; }
    @media screen and (min-width: 768px) {
      .product-notify-me-modal input {
        margin: 0 0 20px 0; } }
    .product-notify-me-modal input::placeholder {
      color: #555555;
      font-size: 16px;
      font-weight: 400; }
    .product-notify-me-modal input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #555555;
      font-size: 16px;
      font-weight: 400; }
    .product-notify-me-modal input::-moz-placeholder {
      /* Firefox 19+ */
      color: #555555;
      font-size: 16px;
      font-weight: 400; }
    .product-notify-me-modal input::-ms-input-placeholder {
      /* IE 10+ */
      color: #555555;
      font-size: 16px;
      font-weight: 400; }
    .product-notify-me-modal input::-moz-placeholder {
      /* Firefox 18- */
      color: #555555;
      font-size: 16px;
      font-weight: 400; }
  .product-notify-me-modal .notify-me__container__title {
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
    margin: 33px 0 8px 0; }
    @media screen and (min-width: 768px) {
      .product-notify-me-modal .notify-me__container__title {
        margin: 36px 0 12px 0; } }
  .product-notify-me-modal .notify-me__container__copy {
    margin: 0 0 8px 0; }
    @media screen and (min-width: 768px) {
      .product-notify-me-modal .notify-me__container__copy {
        margin: 0 0 20px 0; } }
    .product-notify-me-modal .notify-me__container__copy p {
      font-size: 14px;
      color: #555555;
      font-weight: 400;
      line-height: 22px;
      margin: 0; }
  .product-notify-me-modal .notify-me__container__button {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    background-color: #333333;
    height: auto;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 16px 0 0 0 !important; }
    .product-notify-me-modal .notify-me__container__button span {
      height: 24px; }
    @media screen and (min-width: 768px) {
      .product-notify-me-modal .notify-me__container__button {
        margin: 4px 0 0 0 !important; } }
  .product-notify-me-modal .label {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px 0;
    color: #333333 !important;
    display: inline-block; }
  .product-notify-me-modal .modal-inner-wrap {
    max-width: unset !important;
    padding: 0;
    display: block !important;
    height: 100%;
    transform: unset !important;
    width: 100% !important;
    margin: 0 !important;
    box-shadow: none;
    max-height: 100% !important;
    position: unset !important;
    background-color: #fff !important; }
    .product-notify-me-modal .modal-inner-wrap .modal-content {
      padding: 0;
      background-color: #fff; }
  .product-notify-me-modal .modal-header {
    padding: 0 !important; }
  .product-notify-me-modal .action-close {
    padding: 0;
    top: 15px;
    right: 10px;
    display: block;
    /*@include respond-min($bp-tablet-min) {
            padding: 0;
        }*/ }
    .product-notify-me-modal .action-close:before {
      font-size: 40px;
      line-height: 40px;
      color: #333333; }
  .product-notify-me-modal .notifyme-close-btn {
    position: absolute;
    top: 18px;
    right: 4px;
    background: transparent;
    border: none; }
  .product-notify-me-modal .notifyme-popup-mage-error {
    display: none;
    top: 4px;
    margin: 0;
    position: relative; }
    @media screen and (min-width: 768px) {
      .product-notify-me-modal .notifyme-popup-mage-error {
        top: auto;
        margin: 0 0 24px 0; } }

.notify-disable {
  pointer-events: none !important; }

.modals-overlay {
  background-color: rgba(0, 0, 0, 0.6); }

.card__action .secondary-nav__add a.button[title="Notify Me"], a.notifyme, a.dyson-notifyme,
.card__action__items .card_action_item .button--tertiary.notifyme, .card__action__items .card_action_item .button--tertiary.dyson-notifyme, .card__action__items .card_action_item a.button--tertiary.notifyme, .card__action__items .card_action_item a.button--tertiary.dyson-notifyme {
  background-color: #333333 !important;
  color: #fff !important;
  touch-action: none; }
  .card__action .secondary-nav__add a.button[title="Notify Me"] span, a.notifyme span, a.dyson-notifyme span,
  .card__action__items .card_action_item .button--tertiary.notifyme span, .card__action__items .card_action_item .button--tertiary.dyson-notifyme span, .card__action__items .card_action_item a.button--tertiary.notifyme span, .card__action__items .card_action_item a.button--tertiary.dyson-notifyme span {
    color: #fff; }

.notifyme-modal-block {
  display: none; }
  .notifyme-modal-block .notify-me-form .card__action__item {
    width: 100%; }

.tick-animation {
  animation: zoom-in-zoom-out 2s ease-out infinite; }

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }

.rtl .product-notify-me-modal .notifyme-close-btn {
  right: auto;
  left: 4px; }

:-moz-any(#maincontent) browser {
  margin-right: -14px !important;
  overflow-y: scroll;
  margin-bottom: -14px !important;
  overflow-x: scroll; }

.product__stickynav {
  background-color: #fff;
  height: 60px;
  border-bottom: 2px solid #ebebeb;
  z-index: 3;
  position: relative;
  color: #999999;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  transition: transform 0.5s cubic-bezier(0.68, 0.03, 0.26, 1.02); }
  @media screen and (min-width: 768px) {
    .product__stickynav {
      overflow-x: visible;
      overflow-y: visible;
      height: 64px; } }

.product__stickynav__title {
  font-weight: 500;
  color: #242424; }

.secondary-nav.stuck {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0; }

.product__stickynav.stuck {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 60px; }

.header.stuck {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0; }

.scroll {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

::-webkit-scrollbar, ::-moz-scrollbar {
  height: 0px;
  width: 0px;
  -webkit-appearance: none; }

.product__stickynav__links {
  color: #999999;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 20px 0 0 0;
  padding: 0 0 20px 0; }
  .product__stickynav__links a:link {
    padding: 20px 0px;
    margin: 0px 20px; }
  .product__stickynav__links:hover:after {
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    background: #999999;
    position: absolute;
    left: 14px;
    bottom: -2px; }
  .product__stickynav__links .active {
    font-weight: bold; }
    .product__stickynav__links .active:after {
      content: '';
      display: block;
      width: 80%;
      height: 2px;
      background: #999999;
      position: absolute;
      left: 14px;
      bottom: -2px; }

.product__stickynav__links--buy {
  color: #537D1C;
  background: none;
  border: none;
  margin: 0 20px 5px 20px; }
  .product__stickynav__links--buy:hover, .product__stickynav__links--buy:active, .product__stickynav__links--buy:visited, .product__stickynav__links--buy:focus {
    background: none;
    border: none;
    color: #669a23; }

.cart-notice {
  padding: 20px;
  margin: 10px auto;
  background-color: #f0f0f0; }
  .cart-notice p:first-child {
    margin-top: 0; }
  .cart-notice p:last-child {
    margin-bottom: 0; }

.cart-empty, .checkout-success {
  border: 1px solid #d5d5d5;
  padding: 20px;
  margin: 20px 0; }
  .cart-empty p:first-child, .checkout-success p:first-child {
    margin-top: 0; }
  .cart-empty p:last-child, .checkout-success p:last-child {
    margin-bottom: 0;
    padding: 0 20px; }

/** Custom styling for Jumbo Cart Notice, to align with the rest of the cart page
 */
.dyson-ae .cart-notice, .dyson-il .cart-notice, .dyson-sa .cart-notice, .dyson-my .cart-notice, .dyson-th .cart-notice, .dyson-hu .cart-notice {
  margin: 15px auto; }

.dyson-sa .cart-notice-wrapper,
.dyson-il .cart-notice-wrapper,
.dyson-th .cart-notice-wrapper,
.dyson-ro .cart-notice-wrapper {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .dyson-sa .cart-notice-wrapper,
    .dyson-il .cart-notice-wrapper,
    .dyson-th .cart-notice-wrapper,
    .dyson-ro .cart-notice-wrapper {
      padding: 0 50px; } }
  @media screen and (min-width: 1024px) {
    .dyson-sa .cart-notice-wrapper,
    .dyson-il .cart-notice-wrapper,
    .dyson-th .cart-notice-wrapper,
    .dyson-ro .cart-notice-wrapper {
      padding: 0 20px; } }

.customer-header {
  border-bottom: 1px solid #ececec;
  padding: 0 2em 2em;
  max-width: 1280px;
  margin: 0 auto 2em auto; }
  @media screen and (min-width: 768px) {
    .customer-header {
      padding-left: 0;
      padding-right: 0;
      width: 90%;
      border-bottom: 0; } }
  @media screen and (min-width: 1280px) {
    .customer-header {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 1440px) {
    .customer-header {
      padding-left: 5px;
      padding-right: 5px; } }
  @media screen and (min-width: 768px) {
    .customer-header p {
      width: 60%; } }
  @media screen and (min-width: 1024px) {
    .customer-header p {
      width: 50%; } }

.prod-reg__title {
  margin-left: 50px; }

@media screen and (min-width: 1024px) {
  .product-registration-form {
    border: 1px solid #ececec;
    padding: 30px; } }

.hr.product-reg__hr {
  border-top: 1px solid #ececec; }

.label.form__label--inner {
  background: #fff;
  left: 0; }

.link.text-link {
  text-decoration: underline; }
  .link.text-link:hover, .link.text-link:focus {
    text-decoration: none; }

.block__newsletter__container__content-flex__inner__text ul li {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-th.primary .block__newsletter__container__content-flex__inner__text ul li {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .block__newsletter__container__content-flex__inner__text ul li {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .block__newsletter__container__content-flex__inner__text ul li, .dyson-sa.rtl .block__newsletter__container__content-flex__inner__text ul li {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .block__newsletter__container__content-flex__inner__text ul li {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .block__newsletter__container__content-flex__inner__text ul li {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.block__newsletter__container {
  margin: 2.5em 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec; }
  @media screen and (min-width: 768px) {
    .block__newsletter__container {
      padding-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .block__newsletter__container .block__newsletter__container__content-flex__inner {
      display: flex; } }
  .block__newsletter__container .block__newsletter__container__content-flex__inner__text {
    margin-right: 20px; }
  .block__newsletter__container .block__newsletter__container__title {
    display: flex;
    margin-bottom: 2em; }
    .block__newsletter__container .block__newsletter__container__title h2 {
      margin-top: 5px; }
  .block__newsletter__container .marketing-preferences-icon-circle {
    background: #424242;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.625rem;
    height: 2.625rem;
    margin-right: .5rem;
    border-radius: 50%; }
    .block__newsletter__container .marketing-preferences-icon-circle img {
      width: 60%; }
  .block__newsletter__container .field.choice.newsletter {
    border: 1px solid #ebebeb;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .block__newsletter__container .field.choice.newsletter p {
      margin-bottom: 20px; }
    .block__newsletter__container .field.choice.newsletter input[type="checkbox"] {
      display: inline-block;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-right: 0.5rem; }
      .block__newsletter__container .field.choice.newsletter input[type="checkbox"]:last-child {
        margin-right: 0; }
      .block__newsletter__container .field.choice.newsletter input[type="checkbox"]:checked ~ label:after {
        opacity: 1; }
  .block__newsletter__container label {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 32px;
    margin-right: 1rem;
    padding-left: 13px;
    position: relative;
    font-weight: normal;
    color: #333333; }
    .block__newsletter__container label:before, .block__newsletter__container label:after {
      content: '';
      height: 32px;
      width: 32px;
      position: absolute;
      top: 0;
      left: -30px;
      transition: all .15s ease-in;
      box-sizing: border-box; }
    .block__newsletter__container label:before {
      border: 2px solid #ebebeb;
      background-color: #fff; }
    .block__newsletter__container label:after {
      background-image: url("../images/icons/sprite.png");
      background-repeat: no-repeat;
      background-position: 0 -1856px;
      opacity: 0; }

.forms-intro {
  margin-bottom: 1em; }

.forms-inline {
  display: flex;
  margin-bottom: 1em;
  flex-wrap: wrap; }
  .forms-inline.no-wrap {
    flex-wrap: nowrap; }

.forms-inline > div {
  padding-right: 1rem; }

.machine-registration__forms-control {
  margin-bottom: 5px; }
  .machine-registration__forms-control--small {
    width: 25%; }
  .machine-registration__forms-control--medium {
    width: 30%; }
  .machine-registration__forms-control--large {
    width: 45%; }

.forms-additional-info {
  text-align: right;
  margin-bottom: 2em; }

.privacy-policy {
  margin-top: 1.5em; }

@media screen and (min-width: 768px) {
  .product-registration-form .field.required.form__item.form__mobile.form__field-email, .product-registration-form .checkout__row .opc-wrapper .opc .form .field.required.form__mobile.form__field-email, .checkout__row .opc-wrapper .opc .form .product-registration-form .field.required.form__mobile.form__field-email {
    width: 48%; } }

.product-registration-form .field.field-name-firstname.required.form__item.form__item--collapse.form__mobile.form__field-firstname, .product-registration-form .checkout__row .opc-wrapper .opc .form .field.field-name-firstname.required.form__item--collapse.form__mobile.form__field-firstname, .checkout__row .opc-wrapper .opc .form .product-registration-form .field.field-name-firstname.required.form__item--collapse.form__mobile.form__field-firstname,
.product-registration-form .field.field-name-lastname.required.form__item.form__item--collapse.form__mobile.form__field-surname,
.product-registration-form .checkout__row .opc-wrapper .opc .form .field.field-name-lastname.required.form__item--collapse.form__mobile.form__field-surname,
.checkout__row .opc-wrapper .opc .form .product-registration-form .field.field-name-lastname.required.form__item--collapse.form__mobile.form__field-surname {
  vertical-align: top; }
  @media screen and (min-width: 768px) {
    .product-registration-form .field.field-name-firstname.required.form__item.form__item--collapse.form__mobile.form__field-firstname, .product-registration-form .checkout__row .opc-wrapper .opc .form .field.field-name-firstname.required.form__item--collapse.form__mobile.form__field-firstname, .checkout__row .opc-wrapper .opc .form .product-registration-form .field.field-name-firstname.required.form__item--collapse.form__mobile.form__field-firstname,
    .product-registration-form .field.field-name-lastname.required.form__item.form__item--collapse.form__mobile.form__field-surname,
    .product-registration-form .checkout__row .opc-wrapper .opc .form .field.field-name-lastname.required.form__item--collapse.form__mobile.form__field-surname,
    .checkout__row .opc-wrapper .opc .form .product-registration-form .field.field-name-lastname.required.form__item--collapse.form__mobile.form__field-surname {
      width: 48%;
      display: inline-block; } }

@media screen and (min-width: 768px) {
  
  .product-registration-form .field.field-name-lastname.required.form__item.form__item--collapse.form__mobile.form__field-surname,
  .product-registration-form .checkout__row .opc-wrapper .opc .form .field.field-name-lastname.required.form__item--collapse.form__mobile.form__field-surname,
  .checkout__row .opc-wrapper .opc .form .product-registration-form .field.field-name-lastname.required.form__item--collapse.form__mobile.form__field-surname {
    margin-left: 3%; } }

@media screen and (min-width: 768px) {
  .product-registration-form .product-registration__cta {
    width: 48%;
    margin-left: 51%; } }

@media screen and (min-width: 768px) {
  .serial-number-form,
  .purchase-date-form {
    width: 48%;
    display: inline-block; } }

@media screen and (min-width: 768px) {
  .purchase-date-form {
    margin-left: 3%;
    vertical-align: top; } }

.form__item--day, .form__item--month {
  width: 30%;
  display: inline-block;
  margin-bottom: 5px;
  height: 100%; }

.form__item--year {
  width: 40%;
  display: inline-block;
  margin-bottom: 5px;
  height: 100%;
  padding-right: 0 !important; }

.title-tick:after {
  content: "";
  width: 37px;
  height: 37px;
  border: 2px solid #69a239;
  border-radius: 3.125rem;
  position: absolute;
  left: -50px;
  top: 1px; }

.title-tick:before {
  content: "";
  display: block;
  width: 7px;
  height: 16px;
  border: solid #69a239;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 19px;
  left: -33px;
  transform: translateY(-50%) rotate(45deg) scale(1); }

#date-error {
  width: 238px;
  margin-top: 20px; }

.year-unregistered-user.input-text ~ #date-error {
  width: 100%; }

.auto_registration__main__text, .auto_registration__checkbox__label {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .auto_registration__main__text span, .auto_registration__checkbox__label span {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.auto_registration__main {
  padding-bottom: 2rem; }

.auto_registration__main__title {
  margin: 0;
  font-weight: 400; }

.auto_registration__main__text {
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #555555; }

.unsubscribe__cta {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .unsubscribe__cta {
      width: 60%; } }
  @media screen and (min-width: 768px) {
    .unsubscribe__cta {
      width: 45%; } }

.unsubscribe__form {
  padding-top: 28px;
  padding-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .unsubscribe__form {
      padding-bottom: 40px; } }
  @media screen and (min-width: 1024px) {
    .unsubscribe__form {
      padding-top: 32px;
      padding-bottom: 48px; } }

.unsubscribe__privacy {
  padding-top: 0;
  background-color: #fdfdfd; }
  @media screen and (min-width: 1024px) {
    .unsubscribe__privacy {
      padding-bottom: 48px; } }

.unsubscribe__header, .unsubscribe__privacy {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .unsubscribe__header, .unsubscribe__privacy {
      width: 85%; } }

.unsubscribe__header--container, .unsubscribe__success-container {
  padding-top: 32px;
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    .unsubscribe__header--container, .unsubscribe__success-container {
      padding-top: 40px; } }
  @media screen and (min-width: 1024px) {
    .unsubscribe__header--container, .unsubscribe__success-container {
      padding-top: 48px; } }

.unsubscribe__title, .unsubscribe__subtitle, .unsubscribe-privacy_title {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

@media screen and (min-width: 1024px) {
  .unsubscribe__title, .unsubscribe__title__small {
    width: 65%; } }

.unsubscribe__subtitle {
  font-weight: 600; }

.unsubscribe__main_text {
  padding-top: 0;
  margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .unsubscribe__main_text {
      width: 65%; } }

.unsubscribe-privacy_text {
  padding-bottom: 0;
  margin-top: 0.5em; }

.unsubscribe__success-container {
  padding-bottom: 40px; }

.hero-product-promotion-section {
  background: #FBFBFB; }
  @media screen and (max-width: 640px) {
    .hero-product-promotion-section {
      padding: 12px 0 32px 0; } }
  @media screen and (min-width: 640px) {
    .hero-product-promotion-section {
      padding: 10px 0 40px 0; } }
  @media screen and (min-width: 1024px) {
    .hero-product-promotion-section {
      padding: 18px 0 48px 0; } }
  @media screen and (min-width: 1024px) {
    .hero-product-promotion-section .column-two_column .hero-cards {
      align-content: space-between;
      display: flex;
      flex-flow: row wrap; }
      .hero-product-promotion-section .column-two_column .hero-cards .hero__item {
        width: 48%;
        float: left; }
        .hero-product-promotion-section .column-two_column .hero-cards .hero__item:nth-child(even) {
          margin-left: 30px; }
    .hero-product-promotion-section .column-one_column .hero__item .hero__product .hero-product__image {
      height: 100%; }
    .hero-product-promotion-section .column-one_column .hero__item .hero__product .image--stretch {
      width: 100%;
      height: 100%; }
    .hero-product-promotion-section .column-one_column .hero__item .hero__product img.img-reduced {
      width: 100%;
      object-fit: contain;
      height: 100%; } }
  .hero-product-promotion-section .hero__item {
    border: 1px solid #EBEBEB;
    background: #fff;
    margin-top: 30px;
    position: relative; }
    @media screen and (min-width: 640px) {
      .hero-product-promotion-section .hero__item {
        padding: 40px; } }
    @media screen and (max-width: 640px) {
      .hero-product-promotion-section .hero__item {
        padding: 0; } }
    @media screen and (min-width: 1024px) {
      .hero-product-promotion-section .hero__item {
        padding: 24px 20px 24px 24px; } }
    .hero-product-promotion-section .hero__item .hero__product .badge span {
      position: absolute;
      padding: 5px 10px;
      font-size: 14px;
      font-weight: 500;
      z-index: 1; }
      @media screen and (min-width: 640px) {
        .hero-product-promotion-section .hero__item .hero__product .badge span {
          margin-top: -55px; } }
      @media screen and (max-width: 640px) {
        .hero-product-promotion-section .hero__item .hero__product .badge span {
          margin-top: -12px;
          margin-left: 15px; } }
      @media screen and (min-width: 1024px) {
        .hero-product-promotion-section .hero__item .hero__product .badge span {
          margin-top: -38px; } }
    .hero-product-promotion-section .hero__item .hero__product .product__inner {
      display: flex; }
      @media screen and (max-width: 640px) {
        .hero-product-promotion-section .hero__item .hero__product .product__inner {
          flex-flow: column;
          padding-top: 16px; } }
      @media screen and (min-width: 640px) {
        .hero-product-promotion-section .hero__item .hero__product .product__inner .product__inner__left {
          width: 60%;
          margin-right: 24px; } }
      @media screen and (max-width: 640px) {
        .hero-product-promotion-section .hero__item .hero__product .product__inner .product__inner__left {
          order: 2;
          margin-top: 16px; } }
      @media screen and (min-width: 640px) {
        .hero-product-promotion-section .hero__item .hero__product .product__inner .product__inner__right {
          width: 40%;
          max-height: 468px; } }
      @media screen and (max-width: 640px) {
        .hero-product-promotion-section .hero__item .hero__product .product__inner .product__inner__right {
          order: 1; } }
    @media screen and (max-width: 640px) {
      .hero-product-promotion-section .hero__item .hero__product img.img-reduced {
        width: 55%;
        margin: 0 auto; } }
    @media screen and (max-width: 640px) {
      .hero-product-promotion-section .hero__item .hero__product .product__header {
        padding: 0 16px; } }
    .hero-product-promotion-section .hero__item .hero__product .product__description {
      margin-top: 8px; }
      .hero-product-promotion-section .hero__item .hero__product .product__description ul.product__perks {
        list-style: none;
        padding-inline-start: 0;
        margin: 0; }
      @media screen and (max-width: 640px) {
        .hero-product-promotion-section .hero__item .hero__product .product__description {
          padding: 0 16px; } }
    .hero-product-promotion-section .hero__item .hero__product .product__stars_summary {
      margin: 8px 0 16px;
      padding: 0 16px; }
      @media screen and (min-width: 641px) {
        .hero-product-promotion-section .hero__item .hero__product .product__stars_summary {
          padding: 0; } }
      @media screen and (min-width: 768px) {
        .hero-product-promotion-section .hero__item .hero__product .product__stars_summary {
          margin: 10px 0 20px; } }
      @media screen and (min-width: 1024px) {
        .hero-product-promotion-section .hero__item .hero__product .product__stars_summary {
          margin: 20px 0 20px; } }
      .hero-product-promotion-section .hero__item .hero__product .product__stars_summary .product-reviews-summary {
        margin: 0; }
      .hero-product-promotion-section .hero__item .hero__product .product__stars_summary .bv_text {
        display: none !important; }
        .hero-product-promotion-section .hero__item .hero__product .product__stars_summary .bv_text.review_visible {
          text-decoration: underline !important;
          display: inline !important; }
    .hero-product-promotion-section .hero__item .hero__product .ratings__tradeup-display-modal {
      padding: 16px; }
      @media screen and (min-width: 768px) {
        .hero-product-promotion-section .hero__item .hero__product .ratings__tradeup-display-modal {
          padding: 16px 24px; } }
      .hero-product-promotion-section .hero__item .hero__product .ratings__tradeup-display-modal .rating-summary-overlay .over-all-rating {
        padding-bottom: 16px; }
        .hero-product-promotion-section .hero__item .hero__product .ratings__tradeup-display-modal .rating-summary-overlay .over-all-rating:last-child {
          padding-bottom: 0; }
        @media screen and (min-width: 768px) {
          .hero-product-promotion-section .hero__item .hero__product .ratings__tradeup-display-modal .rating-summary-overlay .over-all-rating {
            padding-bottom: 20px; } }
        .hero-product-promotion-section .hero__item .hero__product .ratings__tradeup-display-modal .rating-summary-overlay .over-all-rating .rating, .hero-product-promotion-section .hero__item .hero__product .ratings__tradeup-display-modal .rating-summary-overlay .over-all-rating .percentage, .hero-product-promotion-section .hero__item .hero__product .ratings__tradeup-display-modal .rating-summary-overlay .over-all-rating .rating-count {
          flex: 1; }
        .hero-product-promotion-section .hero__item .hero__product .ratings__tradeup-display-modal .rating-summary-overlay .over-all-rating .percentage {
          width: auto; }
        .hero-product-promotion-section .hero__item .hero__product .ratings__tradeup-display-modal .rating-summary-overlay .over-all-rating .rating-count {
          max-width: 40px; }
      .hero-product-promotion-section .hero__item .hero__product .ratings__tradeup-display-modal .rating-summary-overlay > span {
        margin: 12px 0 16px; }
      @media screen and (min-width: 768px) {
        .hero-product-promotion-section .hero__item .hero__product .ratings__tradeup-display-modal .read-all-lin {
          padding-top: 24px; } }
    .hero-product-promotion-section .hero__item .hero__product .card__variants {
      padding: 0; }
      .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper {
        padding: 0 16px 16px; }
        @media screen and (min-width: 641px) {
          .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper {
            padding: 0 0 16px; } }
        @media screen and (min-width: 768px) {
          .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper {
            padding: 0 0 12px; } }
        @media screen and (min-width: 1024px) {
          .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper {
            padding: 0 0 24px; } }
        .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .choose-text {
          color: #555555; }
        .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch {
          margin: 0; }
          .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch .prodvariants, .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch .promovariants {
            padding: 0;
            margin: 8px 20px 0 0; }
            .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch .prodvariants:last-child, .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch .promovariants:last-child {
              margin-right: 0; }
            .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch .prodvariants img, .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch .promovariants img {
              width: 24px;
              height: 24px;
              padding: 0;
              border: 2px solid transparent; }
            .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.active img, .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch .promovariants.active img {
              border-color: #333333; }
            .rtl .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch .prodvariants, .rtl .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch .promovariants {
              margin: 8px 0 0 20px; }
              .rtl .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch .prodvariants:last-child, .rtl .hero-product-promotion-section .hero__item .hero__product .card__variants .choose-variant-wrapper .brand_bg .color-swatch .promovariants:last-child {
                margin-left: 0; }
    @media screen and (max-width: 640px) {
      .hero-product-promotion-section .hero__item .hero__product .product__pricing, .hero-product-promotion-section .hero__item .hero__product .cart__learnmore {
        margin-bottom: 16px;
        padding: 0 16px; } }
    @media screen and (min-width: 640px) {
      .hero-product-promotion-section .hero__item .hero__product .product__pricing, .hero-product-promotion-section .hero__item .hero__product .cart__learnmore {
        margin-bottom: 20px; } }
    @media screen and (min-width: 1024px) {
      .hero-product-promotion-section .hero__item .hero__product .product__pricing, .hero-product-promotion-section .hero__item .hero__product .cart__learnmore {
        margin-bottom: 24px; } }
    .hero-product-promotion-section .hero__item .hero__product .price__save {
      color: #0066CC; }
    .hero-product-promotion-section .hero__item .hero__product .price__is {
      color: #0066CC;
      font-weight: 500;
      font-size: 32px; }
    .hero-product-promotion-section .hero__item .hero__product .price-wrapper {
      margin-left: 0; }
    @media screen and (max-width: 640px) {
      .hero-product-promotion-section .hero__item .hero__product .product__installment-message {
        margin-bottom: 16px;
        padding: 0 16px; } }
    @media screen and (min-width: 640px) {
      .hero-product-promotion-section .hero__item .hero__product .product__installment-message {
        margin-bottom: 20px; } }
    @media screen and (min-width: 1024px) {
      .hero-product-promotion-section .hero__item .hero__product .product__installment-message {
        margin-bottom: 24px; } }
    .hero-product-promotion-section .hero__item .hero__product .product__installment-message .card__installment {
      padding: 0; }
    .hero-product-promotion-section .hero__item .hero__product .hero-product__action, .hero-product-promotion-section .hero__item .hero__product .card__action__items {
      display: flex; }
    .hero-product-promotion-section .hero__item .hero__product .card__action__items__item {
      width: auto; }
    .hero-product-promotion-section .hero__item .hero__product .product__action__item .button--cart__basket-icon--card, .hero-product-promotion-section .hero__item .hero__product .product__action__item .button--cart__basket-icon--smaller, .hero-product-promotion-section .hero__item .hero__product .card__action__items__item .button--cart__basket-icon--card, .hero-product-promotion-section .hero__item .hero__product .card__action__items__item .button--cart__basket-icon--smaller {
      display: none; }
    @media screen and (max-width: 640px) {
      .hero-product-promotion-section .hero__item .hero__product .product__action__item, .hero-product-promotion-section .hero__item .hero__product .card__action__items__item {
        width: 50%; } }
    @media screen and (min-width: 640px) {
      .hero-product-promotion-section .hero__item .hero__product .product__action__item:first-child, .hero-product-promotion-section .hero__item .hero__product .card__action__items__item:first-child {
        margin-right: 16px; } }
    .hero-product-promotion-section .hero__item .notify-me__container {
      height: auto;
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }

@media screen and (min-width: 640px) {
  .rtl .hero-product-promotion-section .hero__item .hero__product .product__inner .product__inner__left {
    margin-right: inherit;
    margin-left: 24px; } }

@media screen and (min-width: 1024px) {
  .rtl .hero-product-promotion-section .hero__item {
    padding: 24px; } }

@media screen and (min-width: 640px) {
  .rtl .hero-product-promotion-section .hero__item .product__action__item:first-child, .rtl .hero-product-promotion-section .hero__item .card__action__items__item:first-child {
    margin-left: 16px;
    margin-right: 0; } }

body.rtl .store-selector-collapsible [data-role="title"] {
  text-align: right; }
  body.rtl .store-selector-collapsible [data-role="title"]:after {
    float: left; }

body.rtl .store-selector-collapsible li {
  float: right; }

body.rtl .store-selector-tabs__tab [data-role="collapsible"] {
  padding: 0 0 0 20px; }

body.rtl .country-flag {
  margin-left: 0.5em;
  margin-right: 0; }

body.rtl .icon-info--inline .icon-info__icon {
  margin: 0 0 0 12px; }

body.rtl .icon-info--inline .icon-info__body {
  text-align: right; }

@media screen and (min-width: 768px) {
  body.rtl .icon-link .roundal--small {
    margin-right: 0;
    margin-left: 10px; } }

body.rtl .icon-link .roundal--small .roundal__icon .icon {
  left: 0;
  right: 6px; }
  @media screen and (min-width: 768px) {
    body.rtl .icon-link .roundal--small .roundal__icon .icon {
      left: 0;
      right: 10px; } }

body.rtl .icon-title {
  margin-right: 0;
  margin-left: 0.35em; }

body.rtl .roundal {
  text-align: right; }

@media screen and (min-width: 1024px) {
  body.rtl .promos__item .roundal .icon {
    right: -8px; } }

@media screen and (min-width: 1024px) {
  body.rtl .promos__item .roundal .roundal__text {
    display: none; } }

@media screen and (min-width: 1024px) {
  .roundal--large body.rtl .roundal__icon .icon {
    left: 0;
    right: 3px; } }

.roundal--small body.rtl .roundal__icon .icon {
  left: 0;
  right: 4px; }

body.rtl .roundal__icon .icon {
  left: 0;
  right: -4px; }

body.rtl .icon-link .roundal--animated .roundal__icon .icon {
  transform: rotate(180deg); }

body.rtl .icon-link:hover .roundal--animated .roundal__icon {
  animation-name: roundal-animation-reverse; }

@keyframes roundal-animation-reverse {
  50% {
    transform: translateX(-150%); }
  50.1% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

body.rtl .callout__quote {
  text-align: right; }

body.rtl .stars--small .stars__text {
  margin-left: 0;
  margin-right: 40px; }

body.rtl .product-reviews-summary .rating-summary {
  text-align: right; }

body.rtl .slick-slide {
  direction: rtl;
  float: right; }

body.rtl .slick-list {
  direction: rtl; }

body.rtl .slider__cart__icons .slick-list {
  direction: ltr; }

body.rtl .slider__control--prev:after {
  content: '›'; }

body.rtl .slider__control--next:after {
  content: '‹'; }

body.rtl .g-col {
  float: right; }

body.rtl .tab__image {
  margin-left: 0;
  margin-right: 15px;
  float: left; }

body.rtl .message.cookie .actions {
  right: inherit;
  left: 20px; }
  @media screen and (min-width: 1280px) {
    body.rtl .message.cookie .actions {
      left: 0; } }

body.rtl .message.cookie .content {
  padding-right: 1.9em;
  padding-left: 3.92857em; }

body.rtl .notify-me__container__close {
  float: left;
  text-align: left; }

@media screen and (min-width: 1280px) {
  body.rtl .notify-me__container__headerSub__content input {
    margin-left: inherit;
    margin-right: 58px; } }

@media screen and (min-width: 1280px) {
  body.rtl .notify-me__container__headerSub__content .button__headerSub--notify-me {
    margin-left: inherit;
    margin-right: 10px; } }

body.rtl .notify-me__container__headerSub__content div.mage-error,
body.rtl .notify-me__container__headerSub__content div.field-error {
  left: inherit;
  right: -1px; }
  @media screen and (min-width: 1280px) {
    body.rtl .notify-me__container__headerSub__content div.mage-error,
    body.rtl .notify-me__container__headerSub__content div.field-error {
      left: inherit;
      right: 40%; } }

body.rtl.catalog-product-view [data-ui-id="message-success"] > div, body.rtl.catalog-category-view [data-ui-id="message-success"] > div {
  padding-left: 0;
  padding-right: 70px; }
  @media screen and (min-width: 768px) {
    body.rtl.catalog-product-view [data-ui-id="message-success"] > div, body.rtl.catalog-category-view [data-ui-id="message-success"] > div {
      padding-left: 0;
      padding-right: 100px; } }

body.rtl.catalog-product-view [data-ui-id="message-success"]:before,
body.rtl.catalog-category-view [data-ui-id="message-success"]:before {
  left: 0;
  right: 36px; }
  @media screen and (min-width: 768px) {
    body.rtl.catalog-product-view [data-ui-id="message-success"]:before,
    body.rtl.catalog-category-view [data-ui-id="message-success"]:before {
      left: 0;
      right: 66px; } }

body.rtl.catalog-product-view [data-ui-id="message-success"]:after,
body.rtl.catalog-category-view [data-ui-id="message-success"]:after {
  left: 0;
  right: 52px; }
  @media screen and (min-width: 768px) {
    body.rtl.catalog-product-view [data-ui-id="message-success"]:after,
    body.rtl.catalog-category-view [data-ui-id="message-success"]:after {
      left: 0;
      right: 82px; } }

body.rtl .notify-me__form__error {
  border-color: #ed8380; }

body.rtl .form__label--inner {
  margin: 0 0 0 1rem; }

body.rtl .forms-inline > div {
  padding-right: 0rem;
  padding-left: 1rem; }

body.rtl .block__newsletter__container label:before, body.rtl .block__newsletter__container label:after {
  left: 100px; }
  @media screen and (max-width: 768px) {
    body.rtl .block__newsletter__container label:before, body.rtl .block__newsletter__container label:after {
      left: 95px; } }

body.rtl .block__newsletter__container .block__newsletter__container__content-flex__inner__text {
  margin-right: 0px;
  margin-left: 20px; }

body.rtl .block__newsletter__container .marketing-preferences-icon-circle {
  margin-right: 0rem;
  margin-left: .5rem; }

@media screen and (min-width: 1024px) {
  body.rtl .hero.product-registration__success .hero__media .image {
    margin-right: 50%; } }

@media screen and (min-width: 768px) {
  body.rtl .title-tick:after {
    left: 0px;
    right: 205px; } }

@media screen and (min-width: 768px) {
  body.rtl .title-tick:before {
    left: 0px;
    right: 220px; } }

/*
  HEADER
*/
header.page-header {
  z-index: 30;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  transition: transform 0.5s cubic-bezier(0.68, 0.03, 0.26, 1.02); }
  @supports (-ms-ime-align: auto) {
    .rtl header.page-header {
      position: relative; } }
  header.page-header.page-header--simple {
    position: inherit; }
  header.page-header.scroll-hide {
    transform: translate3d(0px, -64px, 0px); }

.header__masthead {
  color: #fff;
  transition: transform 0.5s cubic-bezier(0.68, 0.03, 0.26, 1.02); }
  .header__masthead:after {
    content: "";
    display: table;
    clear: both; }
  .header__masthead .layout, .header__masthead .message.cookie .content, .message.cookie .header__masthead .content, .header__masthead .sub-category-nav__wrapper.dcr-category-nav__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .page-header--simple .header__masthead .layout, .page-header--simple .header__masthead .message.cookie .content, .message.cookie .page-header--simple .header__masthead .content, .page-header--simple .header__masthead .sub-category-nav__wrapper.dcr-category-nav__wrapper {
      justify-content: flex-start; }

.header__logo {
  height: 100%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .header__logo {
      left: 0;
      margin-right: 20px;
      width: 78px;
      flex: 0 0 78px; } }
  body.checkout-cart-index .header__logo {
    padding: 16px 0 15px; }
    @media screen and (min-width: 768px) {
      body.checkout-cart-index .header__logo {
        padding: 15px 0 14px; } }
    @media screen and (min-width: 1280px) {
      body.checkout-cart-index .header__logo {
        padding: 18px 0; } }

.header__logo__inner a {
  display: flex; }

.header__logo__inner .icon {
  height: 1.5rem;
  width: 4rem; }
  @media screen and (min-width: 768px) {
    .header__logo__inner .icon {
      height: 1.625rem;
      width: 4.3125rem; } }
  @media screen and (min-width: 1280px) {
    .header__logo__inner .icon {
      height: 1.75rem;
      width: 4.625rem; } }

.header__toggle-nav {
  height: 3rem;
  width: 3rem;
  position: relative;
  left: -25px;
  padding: 0 1.5rem;
  background: none;
  border: none;
  text-align: left; }
  .header__toggle-nav:hover, .header__toggle-nav:focus {
    background: none;
    border: none; }
  @media screen and (min-width: 1024px) {
    .header__toggle-nav {
      display: none; } }

.header__hamburger {
  height: .125rem;
  width: 1rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 0; }
  .header__hamburger:before, .header__hamburger:after {
    content: "";
    height: .125rem;
    width: 1rem;
    background-color: #fff;
    position: absolute; }
  .header__hamburger:before {
    top: -0.375rem; }
  .header__hamburger:after {
    top: .375rem; }

.header__toggle-nav[aria-expanded="true"] .header__hamburger {
  transform: rotate(45deg); }
  .header__toggle-nav[aria-expanded="true"] .header__hamburger:after {
    transform: rotate(90deg);
    top: 0; }
  .header__toggle-nav[aria-expanded="true"] .header__hamburger:before {
    opacity: 0; }

.header__nav {
  z-index: 300;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  height: 0;
  overflow: hidden;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 25px;
  padding-right: 25px;
  overflow-y: auto;
  transition: height 0.2s ease-in-out;
  top: 48px; }
  .header__nav.hidden {
    display: none; }
    @media screen and (min-width: 1024px) {
      .header__nav.hidden {
        display: block; } }
  .header__nav.open {
    height: calc(100vh - 48px);
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  @media screen and (min-width: 1024px) {
    .header__nav {
      height: auto;
      overflow: visible;
      background: none;
      position: static;
      padding-left: 0;
      padding-right: 0;
      margin-right: 0;
      margin-left: 0; } }

.header__nav__outer {
  padding: 10vh 0; }
  @media screen and (min-width: 1024px) {
    .header__nav__outer {
      padding: 0; } }

.header__nav__inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1280px;
  padding-left: 25px;
  padding-right: 25px; }
  @media screen and (min-width: 768px) {
    .header__nav__inner {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (min-width: 1024px) {
    .header__nav__inner {
      width: 90%; } }
  @media screen and (min-width: 1280px) {
    .header__nav__inner {
      padding-left: 15px;
      padding-right: 20px;
      box-sizing: border-box; } }
  @media screen and (min-width: 1440px) {
    .header__nav__inner {
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
      max-width: 1270px; } }
  @media screen and (min-width: 1024px) {
    .header__nav__inner {
      max-width: none;
      box-sizing: border-box;
      padding: 0;
      margin: 0; } }

.header__nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 0) {
    .header__nav__list {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 1024px) {
    .header__nav__list {
      font-size: 16px;
      font-size: 1rem; } }
  .header__nav__list > li {
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .header__nav__list > li {
        margin: 0 10px;
        display: inline-block; } }
    @media screen and (min-width: 1280px) {
      .header__nav__list > li {
        margin: 0 17px; } }

.header__nav__list > li {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    .header__nav__list > li {
      margin: 0px;
      display: inline-block; } }
  @media screen and (min-width: 1280px) {
    .header__nav__list > li {
      margin: 0px; } }

.header__nav-item > a {
  text-decoration: none;
  display: inline-block;
  padding: 1.5rem 0;
  width: 100%;
  border-bottom: 1px solid #999999;
  color: #fff;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }
  .header__nav-item > a:hover, .header__nav-item > a:focus, .header__nav-item > a:active {
    text-decoration: none; }
  @media screen and (min-width: 1024px) {
    .header__nav-item > a {
      padding: 1.3125em 1em;
      width: inherit;
      border-bottom: 0; } }
  @media screen and (min-width: 1280px) {
    .header__nav-item > a {
      padding: 1.3125em 1.5em; } }
  @media screen and (min-width: 1024px) {
    .header__nav-item > a:hover, .header__nav-item > a.active {
      color: #999999; } }
  .header__nav-item > a .icon--chevron {
    fill: #fff;
    width: 1rem;
    height: 1.25rem;
    float: right;
    position: relative;
    top: 2px; }
    @media screen and (min-width: 1024px) {
      .header__nav-item > a .icon--chevron {
        display: none; } }
  .header__nav-item > a[aria-expanded="true"] {
    color: #999999; }
    @media screen and (min-width: 1024px) {
      .header__nav-item > a[aria-expanded="true"] {
        color: #fff;
        background-color: #242424; } }
    .header__nav-item > a[aria-expanded="true"] .icon--chevron {
      transform: rotateX(180deg); }

@media screen and (min-width: 1024px) {
  .dyson-in .header__nav-item > a {
    padding: 1.3125em 0.9em;
    width: inherit;
    border-bottom: 0; } }

.header__search {
  margin-left: auto;
  position: relative;
  padding: 17px 0;
  margin-right: 20px; }
  @media screen and (min-width: 768px) {
    .header__search {
      margin-right: 20px; } }
  @media screen and (min-width: 1280px) {
    .header__search {
      margin-right: 30px; } }
  .header__search .icon {
    fill: #fff;
    height: 21px;
    width: 21px; }
    @media screen and (min-width: 768px) {
      .header__search .icon {
        float: right; } }

@media screen and (min-width: 768px) {
  .rtl .header__search .icon {
    left: -4px; } }

@media screen and (min-width: 768px) {
  .dyson-ae.rtl .header__search .icon, .dyson-sa.rtl .header__search .icon {
    top: 6px; } }

.header__search__inner {
  position: relative;
  height: 21px; }
  @media screen and (min-width: 768px) {
    .header__search__inner {
      height: auto;
      display: flex; } }

.header__search__input {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  line-height: normal;
  margin-right: 2px;
  pointer-events: none;
  width: 240px;
  display: none; }
  @media screen and (min-width: 0) {
    .header__search__input {
      font-size: 16px;
      font-size: 1rem; } }
  .dyson-th.primary .header__search__input {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .header__search__input {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .header__search__input, .dyson-sa.rtl .header__search__input {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .header__search__input {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .header__search__input {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 768px) {
    .header__search__input {
      display: inline-block; } }

.header__search__input--mobile {
  display: inline-block;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  line-height: normal;
  margin-right: 0;
  pointer-events: none;
  width: 60%;
  position: relative;
  top: -8px; }
  @media screen and (min-width: 0) {
    .header__search__input--mobile {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .header__search__input--mobile {
      display: none; } }

.header__search {
  margin-left: auto;
  position: relative;
  padding: 17px 0 14px 26px;
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    .header__search {
      padding: 17px 26px 14px 26px; } }
  .header__search .icon {
    fill: #fff;
    height: 21px;
    width: 21px;
    position: relative;
    top: 0; }

.header__search__input-open {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  border: none;
  /* 1 */
  background: none;
  /* 1 */
  padding: 0;
  /* 1 */ }
  .header__search__input-open:hover, .header__search__input-open:focus {
    background: none;
    /* 1 */
    border: none;
    /* 1 */ }

.header__basket {
  height: 24px;
  width: 24px;
  flex: 0 0 24px; }
  .header__basket .icon {
    fill: #fff;
    height: 24px;
    width: 24px; }

.basket-item {
  position: relative; }
  .basket-item:after {
    content: '';
    position: absolute;
    width: .5rem;
    height: .5rem;
    border-radius: .375rem;
    background-color: #79b928;
    top: 4px;
    right: -4px; }

.header__contact {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333; }
  .header__contact .header__contact__link {
    display: flex;
    align-items: center;
    padding: 0.875em 1.25em;
    border-bottom: none; }
    @media screen and (min-width: 1024px) {
      .header__contact .header__contact__link {
        pointer-events: none;
        cursor: none;
        padding: 1.25em; } }
    .header__contact .header__contact__link .icon {
      fill: #fff;
      height: 1.25em;
      width: 1.25em; }
      @media screen and (min-width: 1024px) {
        .header__contact .header__contact__link .icon {
          height: 1.5em;
          width: 1.5em; } }
    .header__contact .header__contact__link .header__contact__link__text {
      line-height: 1.5em;
      color: #fff;
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      margin-left: 0.75em; }
      @media screen and (min-width: 0) {
        .header__contact .header__contact__link .header__contact__link__text {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media screen and (min-width: 1024px) {
        .header__contact .header__contact__link .header__contact__link__text {
          font-size: 16px;
          font-size: 1rem; } }
      .dyson-th.primary .header__contact .header__contact__link .header__contact__link__text {
        font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-hk.primary .header__contact .header__contact__link .header__contact__link__text {
        font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-ae.rtl .header__contact .header__contact__link .header__contact__link__text, .dyson-sa.rtl .header__contact .header__contact__link .header__contact__link__text {
        font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-il.rtl .header__contact .header__contact__link .header__contact__link__text {
        font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-kr .header__contact .header__contact__link .header__contact__link__text {
        font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
    .header__contact .header__contact__link .header__contact__link__details {
      line-height: 1.5em;
      color: #666666;
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-left: 0.75em;
      display: none; }
      @media screen and (min-width: 0) {
        .header__contact .header__contact__link .header__contact__link__details {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media screen and (min-width: 1024px) {
        .header__contact .header__contact__link .header__contact__link__details {
          font-size: 16px;
          font-size: 1rem; } }
      .dyson-th.primary .header__contact .header__contact__link .header__contact__link__details {
        font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-hk.primary .header__contact .header__contact__link .header__contact__link__details {
        font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-ae.rtl .header__contact .header__contact__link .header__contact__link__details, .dyson-sa.rtl .header__contact .header__contact__link .header__contact__link__details {
        font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-il.rtl .header__contact .header__contact__link .header__contact__link__details {
        font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-kr .header__contact .header__contact__link .header__contact__link__details {
        font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
      @media screen and (min-width: 1024px) {
        .header__contact .header__contact__link .header__contact__link__details {
          display: inherit; } }

.custom-header {
  padding: 18px 0; }
  .custom-header .widget.block {
    background-color: transparent; }
  .custom-header .header__logo {
    display: inline-block; }
  .custom-header * {
    color: #999999; }
  .custom-header ul li a {
    color: #fff; }
  .page-layout-empty .custom-header {
    display: none; }

.utility-menu__wrapper {
  border-bottom: 1px solid #333333; }
  .utility-menu__wrapper .layout, .utility-menu__wrapper .message.cookie .content, .message.cookie .utility-menu__wrapper .content, .utility-menu__wrapper .sub-category-nav__wrapper.dcr-category-nav__wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .utility-menu__wrapper .layout .header__logo, .utility-menu__wrapper .message.cookie .content .header__logo, .message.cookie .utility-menu__wrapper .content .header__logo, .utility-menu__wrapper .sub-category-nav__wrapper.dcr-category-nav__wrapper .header__logo {
      padding: 0; }
    .utility-menu__wrapper .layout .utility-menu-nav ul, .utility-menu__wrapper .message.cookie .content .utility-menu-nav ul, .message.cookie .utility-menu__wrapper .content .utility-menu-nav ul, .utility-menu__wrapper .sub-category-nav__wrapper.dcr-category-nav__wrapper .utility-menu-nav ul {
      padding: 0;
      margin: 0;
      display: flex; }
      .utility-menu__wrapper .layout .utility-menu-nav ul li, .utility-menu__wrapper .message.cookie .content .utility-menu-nav ul li, .message.cookie .utility-menu__wrapper .content .utility-menu-nav ul li, .utility-menu__wrapper .sub-category-nav__wrapper.dcr-category-nav__wrapper .utility-menu-nav ul li {
        padding: 0 12px;
        margin: 0; }
        .utility-menu__wrapper .layout .utility-menu-nav ul li:last-child, .utility-menu__wrapper .message.cookie .content .utility-menu-nav ul li:last-child, .message.cookie .utility-menu__wrapper .content .utility-menu-nav ul li:last-child, .utility-menu__wrapper .sub-category-nav__wrapper.dcr-category-nav__wrapper .utility-menu-nav ul li:last-child {
          padding-right: 0; }
        .utility-menu__wrapper .layout .utility-menu-nav ul li a, .utility-menu__wrapper .message.cookie .content .utility-menu-nav ul li a, .message.cookie .utility-menu__wrapper .content .utility-menu-nav ul li a, .utility-menu__wrapper .sub-category-nav__wrapper.dcr-category-nav__wrapper .utility-menu-nav ul li a {
          color: #fff;
          font-size: 14px;
          line-height: 18px;
          font-weight: 300;
          letter-spacing: 0;
          display: inline-block; }
          .utility-menu__wrapper .layout .utility-menu-nav ul li a:hover, .utility-menu__wrapper .message.cookie .content .utility-menu-nav ul li a:hover, .message.cookie .utility-menu__wrapper .content .utility-menu-nav ul li a:hover, .utility-menu__wrapper .sub-category-nav__wrapper.dcr-category-nav__wrapper .utility-menu-nav ul li a:hover, .utility-menu__wrapper .layout .utility-menu-nav ul li a:focus, .utility-menu__wrapper .message.cookie .content .utility-menu-nav ul li a:focus, .message.cookie .utility-menu__wrapper .content .utility-menu-nav ul li a:focus, .utility-menu__wrapper .sub-category-nav__wrapper.dcr-category-nav__wrapper .utility-menu-nav ul li a:focus {
            text-decoration: underline; }

.header__nav .header__search {
  display: none; }

.header__nav .utility-menu--item-mobile {
  display: none; }

@media screen and (min-width: 1024px) {
  .utility-menu-active {
    display: none; } }

@media screen and (max-width: 1023px) {
  .utility-menu__wrapper {
    display: none; } }

.crumb__list a:hover {
  text-decoration: underline; }

@media screen and (min-width: 1024px) {
  .utilitymenu--enabled .header__masthead {
    position: relative; } }

@media screen and (max-width: 1024px) {
  .utilitymenu--enabled .header__nav {
    padding: 0; } }

@media screen and (max-width: 1024px) {
  .utilitymenu--enabled .header__nav .header__nav__list .header__nav-item > a {
    font-size: 16px;
    line-height: 24px;
    padding: 1rem 2.75rem;
    border-color: #222222;
    font-weight: 300; } }

@media screen and (max-width: 767px) {
  .utilitymenu--enabled .header__nav .header__nav__list .header__nav-item > a {
    padding: 1rem 1.3125rem; } }

@media screen and (max-width: 1024px) {
  .utilitymenu--enabled .header__nav .header__nav__list .header__nav-item .sub-nav {
    padding: 0 2.75rem; } }

@media screen and (max-width: 767px) {
  .utilitymenu--enabled .header__nav .header__nav__list .header__nav-item .sub-nav {
    padding: 0 1.3125rem; } }

@media screen and (max-width: 1024px) {
  .utilitymenu--enabled .header__nav .header__nav__list .header__nav-item .sub-nav .sub-nav__link--category {
    padding: 1rem 0;
    font-size: 16px;
    line-height: 24px;
    border-color: #222222; } }

@media screen and (min-width: 768px) {
  .utilitymenu--enabled .header__nav .header__nav__list .mobile--utility-menu-spacing {
    display: none; } }

@media screen and (max-width: 767px) {
  .utilitymenu--enabled .header__nav .header__nav__list .mobile--utility-menu-spacing {
    margin-top: 16px; } }

.utilitymenu--enabled .header__nav .header__nav__list .utility-menu--item-mobile {
  padding: 0.75rem 2.75rem; }
  @media screen and (max-width: 1024px) {
    .utilitymenu--enabled .header__nav .header__nav__list .utility-menu--item-mobile {
      display: block; } }
  @media screen and (max-width: 767px) {
    .utilitymenu--enabled .header__nav .header__nav__list .utility-menu--item-mobile {
      padding: 0.75rem 1.3125rem; } }
  .utilitymenu--enabled .header__nav .header__nav__list .utility-menu--item-mobile a {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    width: 100%;
    display: inline-block;
    font-weight: 300; }
    .utilitymenu--enabled .header__nav .header__nav__list .utility-menu--item-mobile a:hover, .utilitymenu--enabled .header__nav .header__nav__list .utility-menu--item-mobile a:focus, .utilitymenu--enabled .header__nav .header__nav__list .utility-menu--item-mobile a:active {
      text-decoration: underline; }

@media screen and (min-width: 1024px) {
  body.rtl .utility-menu__wrapper .layout .utility-menu-nav ul li:last-child, body.rtl .utility-menu__wrapper .message.cookie .content .utility-menu-nav ul li:last-child, .message.cookie body.rtl .utility-menu__wrapper .content .utility-menu-nav ul li:last-child, body.rtl .utility-menu__wrapper .sub-category-nav__wrapper.dcr-category-nav__wrapper .utility-menu-nav ul li:last-child {
    padding: 0 12px 0 0px; } }

.global__quick-links {
  display: block;
  flex: 1;
  flex: 1 0 auto; }
  @media screen and (max-width: 1025px) {
    .global__quick-links.header__nav.hidden {
      display: none; } }
  .global__quick-links ul.header__nav__list {
    display: flex;
    margin-left: -12px; }
    .global__quick-links ul.header__nav__list > li {
      line-height: 1;
      transition: all .3s;
      padding: 20px 12px;
      display: flex;
      align-items: center; }
      .global__quick-links ul.header__nav__list > li a {
        padding: 0;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 24px;
        outline: none;
        display: flex;
        align-items: center; }
        .global__quick-links ul.header__nav__list > li a:focus-visible {
          outline: 1px solid #fff;
          border-radius: 2px;
          outline-offset: 4px;
          text-decoration: underline; }
        .global__quick-links ul.header__nav__list > li a:hover {
          text-decoration: underline;
          color: #fff; }
      .rtl .global__quick-links ul.header__nav__list > li:last-child {
        padding-right: 12px;
        padding-left: 12px; }
      .global__quick-links ul.header__nav__list > li:hover {
        transition: all .3s;
        background-color: #222222; }
      .global__quick-links ul.header__nav__list > li.active {
        transition: all .3s;
        background-color: #222222; }
      .global__quick-links ul.header__nav__list > li:hover .global__quick-links {
        display: block; }
      .global__quick-links ul.header__nav__list > li:focus-visible {
        background-color: #222222; }
        .global__quick-links ul.header__nav__list > li:focus-visible a {
          outline: 1px solid #fff;
          border-radius: 2px;
          outline-offset: 4px; }
      .global__quick-links ul.header__nav__list > li:has(a:focus) {
        background-color: #222222; }

.rtl .global__quick-links .header__nav__list {
  margin-right: -12px; }
  .rtl .global__quick-links .header__nav__list li:last-child {
    padding-left: 0;
    padding-right: 0; }

.hamburger_menu {
  top: 0;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1999;
  height: 100vh;
  position: fixed;
  min-width: 395px;
  max-width: 404px;
  background: #000;
  transition: all 250ms ease-in-out 0s;
  -moz-transition: all 250ms ease-in-out 0s;
  -webkit-transition: all 250ms ease-in-out 0s;
  -ms-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s; }
  .hamburger_menu.open {
    left: 0;
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 1023px) {
    .hamburger_menu {
      top: 53px;
      min-width: 100%;
      max-width: 100%;
      position: absolute; } }
  @media screen and (max-width: 767px) {
    .hamburger_menu {
      top: 51px; } }
  .rtl .hamburger_menu {
    left: auto;
    right: -100%; }
    .rtl .hamburger_menu.open {
      right: 0; }
  .hamburger_menu .hamburger_logo {
    padding: 12px 24px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 50px;
    justify-content: space-between; }
    .hamburger_menu .hamburger_logo .hamburger_logo_img .logo_link {
      display: block; }
      .hamburger_menu .hamburger_logo .hamburger_logo_img .logo_link .icon--logo {
        max-width: 55px;
        height: 20.8px;
        display: block;
        margin: 0; }
    .hamburger_menu .hamburger_logo .close_hamburger_menu {
      position: absolute;
      top: 12px;
      right: 19px; }
      .rtl .hamburger_menu .hamburger_logo .close_hamburger_menu {
        left: 19px;
        right: auto; }
      .hamburger_menu .hamburger_logo .close_hamburger_menu .close_hamburger {
        width: 1.625rem;
        height: 1.625rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        cursor: pointer;
        background: transparent; }
        .hamburger_menu .hamburger_logo .close_hamburger_menu .close_hamburger .close_hamburger_icon {
          height: 1rem;
          width: 1rem;
          position: relative; }
    @media screen and (max-width: 1023px) {
      .hamburger_menu .hamburger_logo {
        display: none; } }
  .hamburger_menu ul, .hamburger_menu li {
    padding: 0;
    margin: 0; }
  .hamburger_menu .hamburger_menu_nav {
    height: calc(100vh - 61px);
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 420px;
    max-width: 429px; }
    @media screen and (max-width: 1023px) {
      .hamburger_menu .hamburger_menu_nav {
        height: calc(100vh - 53px);
        min-width: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .hamburger_menu .hamburger_menu_nav {
        height: calc(100vh - 52px);
        min-width: 100%;
        max-width: 100%; } }
  .hamburger_menu .hamburger_menu_list {
    min-width: 395px;
    max-width: 404px; }
    @media screen and (max-width: 1023px) {
      .hamburger_menu .hamburger_menu_list {
        min-width: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .hamburger_menu .hamburger_menu_list {
        min-width: 100%;
        max-width: 100%; } }
    .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link {
      color: #fff;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.5rem;
      cursor: pointer;
      display: flex;
      padding: 16px 25px;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      @media screen and (max-width: 1023px) {
        .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link {
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.5rem;
          padding: 20px 50px; } }
      @media screen and (max-width: 767px) {
        .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link {
          padding: 20px 25px; } }
      .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link::before {
        position: absolute;
        left: 24px;
        right: 24px;
        bottom: 0;
        height: 1px;
        background: #999999;
        content: ""; }
        @media screen and (max-width: 1023px) {
          .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link::before {
            left: 50px;
            right: 50px; } }
        @media screen and (max-width: 767px) {
          .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link::before {
            left: 25px; } }
      .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link span {
        display: inline-block;
        margin-right: 28px; }
        .rtl .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link span {
          margin-left: 28px;
          margin-right: 0; }
        .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link span:hover {
          text-decoration: underline; }
        .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link span:active {
          font-weight: 900; }
      .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link .icon--chevron {
        fill: #fff;
        width: 1rem;
        height: 1rem;
        min-width: 1rem;
        min-height: 1rem; }
      .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link[aria-expanded="true"] {
        background: rgba(51, 51, 51, 0.6); }
        .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link[aria-expanded="true"] .icon--chevron {
          transform: rotateX(180deg); }
      .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link:hover, .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link:active, .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link:focus {
        background: rgba(51, 51, 51, 0.6); }
      .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link.redirect_link {
        padding-right: 44px; }
        .rtl .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link.redirect_link {
          padding-left: 44px;
          margin-right: 0; }
        .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_menu_link.redirect_link .icon--chevron {
          display: none; }
    .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_sub_menu {
      padding: 1rem 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-in-out; }
      @media screen and (max-width: 1023px) {
        .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_sub_menu {
          padding: 0 0 2rem; } }
      .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_sub_menu.open {
        max-height: 100%; }
      .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_sub_menu .hamburger_sub_list .hamburger_sub_item .hamburger_sub_link {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 24px;
        cursor: pointer;
        display: flex;
        padding: 16px 32px; }
        .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_sub_menu .hamburger_sub_list .hamburger_sub_item .hamburger_sub_link span {
          margin-right: 36px; }
          .rtl .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_sub_menu .hamburger_sub_list .hamburger_sub_item .hamburger_sub_link span {
            margin-left: 36px;
            margin-right: 0; }
          .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_sub_menu .hamburger_sub_list .hamburger_sub_item .hamburger_sub_link span:hover, .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_sub_menu .hamburger_sub_list .hamburger_sub_item .hamburger_sub_link span:focus {
            text-decoration: underline; }
          .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_sub_menu .hamburger_sub_list .hamburger_sub_item .hamburger_sub_link span:active {
            font-weight: 500; }
        @media screen and (max-width: 1023px) {
          .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_sub_menu .hamburger_sub_list .hamburger_sub_item .hamburger_sub_link {
            font-size: 16px;
            padding: 20px 43px; } }
        @media screen and (max-width: 767px) {
          .hamburger_menu .hamburger_menu_list .hamburger_menu_item .hamburger_sub_menu .hamburger_sub_list .hamburger_sub_item .hamburger_sub_link {
            padding: 20px 21px; } }
    .hamburger_menu .hamburger_menu_list .mobile--utility-menu-spacing {
      padding: 24px 0 0; }
      @media screen and (max-width: 1023px) {
        .hamburger_menu .hamburger_menu_list .mobile--utility-menu-spacing {
          padding: 16px 0 0; } }
    .hamburger_menu .hamburger_menu_list .utility-menu--item-mobile a {
      padding: 12px 24px;
      color: #fff;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 24px;
      display: flex;
      cursor: pointer; }
      .hamburger_menu .hamburger_menu_list .utility-menu--item-mobile a span {
        margin-right: 44px; }
        .rtl .hamburger_menu .hamburger_menu_list .utility-menu--item-mobile a span {
          margin-right: 0;
          margin-left: 44px; }
        .hamburger_menu .hamburger_menu_list .utility-menu--item-mobile a span:hover, .hamburger_menu .hamburger_menu_list .utility-menu--item-mobile a span:focus {
          text-decoration: underline; }
        .hamburger_menu .hamburger_menu_list .utility-menu--item-mobile a span:active {
          font-weight: 500; }
      @media screen and (max-width: 1023px) {
        .hamburger_menu .hamburger_menu_list .utility-menu--item-mobile a {
          padding: 12px 43px; } }
      @media screen and (max-width: 767px) {
        .hamburger_menu .hamburger_menu_list .utility-menu--item-mobile a {
          padding: 20px 21px; } }
    .hamburger_menu .hamburger_menu_list .utility-menu--item-mobile:last-child {
      margin-bottom: 48px; }
  .hamburger_menu::before {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    z-index: -1; }
    @media screen and (max-width: 1023px) {
      .hamburger_menu::before {
        content: none; } }

.header__toggle-nav.hamburger_menu_enabled {
  display: block; }
  @media screen and (min-width: 1025px) {
    .header__toggle-nav.hamburger_menu_enabled {
      height: 2rem;
      width: 0;
      position: relative;
      left: -8px;
      padding: 1rem 1rem 1rem 1rem;
      text-align: left;
      margin: 0 0.5rem 0 0; }
      .rtl .header__toggle-nav.hamburger_menu_enabled {
        left: auto;
        right: -8px;
        margin: 0 0 0 0.5rem; }
      .header__toggle-nav.hamburger_menu_enabled .header__hamburger {
        left: 0.5rem; }
        .rtl .header__toggle-nav.hamburger_menu_enabled .header__hamburger {
          left: auto;
          right: 0.5rem; } }

@media screen and (min-width: 1025px) {
  .header__toggle-nav.hover_menu_enabled.hamburger_menu_enabled {
    display: none; } }

@media screen and (min-width: 1025px) {
  .page-header.tabletModeEnabled .header__toggle-nav.hover_menu_enabled.hamburger_menu_enabled {
    display: block; } }

@media screen and (min-width: 1024px) {
  .hamburger_menu_nav::-webkit-scrollbar {
    width: 15px;
    background: #fff; }
  .hamburger_menu_nav::-webkit-scrollbar-thumb {
    background-color: #999999;
    border: 3px solid #fff;
    border-radius: 2rem; } }

.footer--grey-top {
  border-top: 40px solid #666666; }

.footer__lang {
  min-height: 100%;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .footer__lang {
      padding-bottom: 45px; } }
  @media screen and (min-width: 1024px) {
    .footer__lang {
      padding-bottom: 100px; } }
  @media screen and (min-width: 0) {
    .footer__lang {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px) {
    .footer__lang {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media screen and (min-width: 1024px) {
    .footer__lang {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 1280px) {
    .footer__lang {
      border-bottom: 1px solid #333333; } }

.footer__lang__country {
  text-decoration: none;
  color: #fff; }
  .footer__lang__country:hover, .footer__lang__country:focus, .footer__lang__country:active {
    text-decoration: none; }
  @media screen and (min-width: 0) {
    .footer__lang__country {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px) {
    .footer__lang__country {
      font-size: 18px;
      font-size: 1.125rem; } }
  .footer__lang__country:visited {
    color: #fff; }
  .footer__lang__country .icon {
    display: inline-block;
    margin-right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    position: relative;
    top: 3px; }

.footer__lang__country__alt {
  display: block;
  padding-top: .5rem; }
  .footer__lang__country__alt span {
    border-bottom: 1px solid #fff;
    line-height: 1.5;
    padding-bottom: 2px; }
    @media screen and (min-width: 0) {
      .footer__lang__country__alt span {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 768px) {
      .footer__lang__country__alt span {
        font-size: 16px;
        font-size: 1rem; } }

.footer__nav {
  min-height: 100%;
  border-bottom: 1px solid #333333; }
  @media screen and (min-width: 1280px) {
    .footer__nav {
      border-bottom: 0; } }

.footer__links {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 100%;
  padding-bottom: 45px;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 768px) {
    .footer__links {
      padding-bottom: 70px; } }
  @media screen and (min-width: 1024px) {
    .footer__links {
      padding-bottom: 100px; } }
  @media screen and (min-width: 0) {
    .footer__links {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px) {
    .footer__links {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media screen and (min-width: 1024px) {
    .footer__links {
      font-size: 18px;
      font-size: 1.125rem; } }
  .dyson-th.primary .footer__links {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .footer__links {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .footer__links, .dyson-sa.rtl .footer__links {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .footer__links {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .footer__links {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 1280px) {
    .footer__links {
      border-bottom: 1px solid #333333; } }
  .footer__links li {
    padding: 0;
    margin: 0;
    margin-top: 1em;
    line-height: 1.1; }
    .footer__links li:first-child {
      margin-top: 0; }
  .footer__links a {
    text-decoration: none; }
    .footer__links a:hover, .footer__links a:focus, .footer__links a:active {
      text-decoration: none; }

.footer__links--1 a {
  font-weight: 500;
  color: #fff; }
  .footer__links--1 a:hover {
    color: #999999; }

.footer__links--2 a {
  font-weight: 400;
  color: #999999; }
  .footer__links--2 a:hover {
    color: #999999; }

.footer__links--yellow {
  color: #ffcc01; }

.footer__legal {
  max-width: 440px; }
  @media screen and (min-width: 1280px) {
    .footer__legal {
      max-width: none; } }

.footer__copyright {
  margin: 0;
  padding-top: 20px;
  color: #fff; }

.footer__smallprint {
  margin: 0;
  padding-top: 30px; }

ol.footer__bullets {
  list-style-type: none; }

.crumb__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: -0.3em 0; }
  @media screen and (min-width: 0) {
    .crumb__list {
      font-size: 11px;
      font-size: 0.6875rem; } }
  @media screen and (min-width: 768px) {
    .crumb__list {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .crumb__list li {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin: 0.3em 0; }
    .crumb__list li:after {
      content: "";
      display: inline-block;
      margin: 0 1em;
      vertical-align: middle;
      border-left: 1px solid #999999;
      height: 1.6em;
      transform: rotate(28deg);
      position: relative;
      margin-top: -2px; }
    .crumb__list li:last-child:after {
      display: none; }
  .crumb__list a {
    text-decoration: none;
    color: #fff; }
    .crumb__list a:visited {
      color: #fff; }
  .crumb__list a[aria-level="2"] {
    pointer-events: none; }

.basic button {
  position: relative;
  background: none;
  border: 0;
  padding: 0; }

.basic .basic__content {
  margin-bottom: 4em; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.contact {
  background-color: #242424;
  color: #fff; }

@media screen and (min-width: 0) {
  .contact__title {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 36px;
    font-size: 2.25rem; } }

@media screen and (min-width: 1024px) {
  .contact__title {
    font-size: 40px;
    font-size: 2.5rem; } }

.contact__methods {
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .contact__methods {
      padding-top: 10px; }
      .dynamic__footer__contact .contact__methods {
        padding-top: 0; } }

.contact__methods__type {
  padding-top: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }
  .dynamic__footer__contact .contact__methods__type {
    height: 100%; }
  @media screen and (min-width: 768px) {
    .contact__methods__type {
      padding-top: 0;
      margin-bottom: 1.5em; } }

.contact__methods__type--boldchat {
  max-width: 200px;
  /*
    IE10 and IE11 hack,
    this CSS should only apply to them.
  */ }
  @media all and (-ms-high-contrast: none) {
    .contact__methods__type--boldchat .bcStatic {
      width: 200px; } }
  .contact__methods__type--boldchat a {
    display: block; }
  @media screen and (min-width: 1024px) {
    .contact__methods__type--boldchat img {
      max-width: 100%;
      margin-top: 0.25em; } }

.contact__methods__link {
  text-decoration: none;
  width: 40px;
  height: 40px; }
  @media screen and (min-width: 768px) {
    .contact__methods__link {
      min-width: 52px;
      min-height: 52px; } }
  .contact__methods__link:active, .contact__methods__link:active, .contact__methods__link:focus {
    text-decoration: none; }
  .contact__methods__link .icon {
    fill: #fff;
    width: 40px;
    height: 40px; }
    @media screen and (min-width: 768px) {
      .contact__methods__link .icon {
        min-width: 52px;
        min-height: 52px; } }
  .contact__methods__link .icon--black {
    fill: #000; }
  @media screen and (min-width: 1280px) {
    .contact__methods__link .icon--phone {
      position: relative;
      top: -3px; } }

.contact__methods__text {
  margin-left: 1.625rem; }
  @media screen and (min-width: 0) {
    .contact__methods__text {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .contact__methods__text {
      font-size: 18px;
      font-size: 1.125rem; } }

.contact__methods__item {
  display: flex;
  flex-direction: row;
  align-items: center; }

.talk-to-dyson__icon {
  fill: #fff;
  width: 3.375rem;
  height: 3.375rem; }

.talk-to-dyson__chat_icon {
  height: 3rem; }

.talk-to-dyson__text {
  margin-left: 1.625rem; }

.contact-us {
  border-bottom: 1px solid #dadada;
  color: #000; }
  .contact-us h2 {
    margin-bottom: 40px;
    color: #000;
    font-size: 28px; }
    @media screen and (min-width: 1024px) {
      .contact-us h2 {
        font-size: 32px;
        margin-bottom: 66px; } }
  .contact-us .icon,
  .contact-us .icon svg {
    width: 60px;
    height: 60px; }
  .contact-us .icon {
    float: left;
    margin-right: 30px;
    display: block; }
  .contact-us p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.contact-us__call,
.contact-us__email,
.contact-us__whatsapp {
  margin-bottom: 40px; }
  @media screen and (min-width: 890px) {
    .contact-us__call,
    .contact-us__email,
    .contact-us__whatsapp {
      margin-bottom: 80px; } }
  .contact-us__call p,
  .contact-us__email p,
  .contact-us__whatsapp p {
    font-size: 14px; }
    @media screen and (min-width: 1024px) {
      .contact-us__call p,
      .contact-us__email p,
      .contact-us__whatsapp p {
        font-size: 16px; } }
  .contact-us__call .icon-text,
  .contact-us__email .icon-text,
  .contact-us__whatsapp .icon-text {
    font-size: 16px; }
    @media screen and (min-width: 1024px) {
      .contact-us__call .icon-text,
      .contact-us__email .icon-text,
      .contact-us__whatsapp .icon-text {
        font-size: 18px; } }

@media screen and (min-width: 890px) {
  .contact-us__call {
    width: 50%; } }

@media screen and (min-width: 1280px) {
  .contact-us__call {
    width: 64%; }
    .contact-us__call.with-whatsapp {
      width: 33%; } }

.contact-us__call p {
  margin-bottom: 36px; }
  .contact-us__call p:last-child {
    margin: 0; }

.contact-us__call .icon {
  position: relative;
  top: -3px; }

.contact-us__call span {
  font-weight: 700;
  color: #000; }

@media screen and (min-width: 890px) {
  .contact-us__email {
    width: 50%; } }

@media screen and (min-width: 1280px) {
  .contact-us__email {
    width: 36%; }
    .contact-us__email.with-whatsapp {
      width: 33%; } }

.contact-us__email a {
  font-weight: 700;
  color: #000;
  text-decoration: underline; }

.contact-us__email .contact-us__inner {
  border-top: 1px solid #dadada;
  padding-top: 40px;
  min-height: 100%; }
  @media screen and (min-width: 890px) {
    .contact-us__email .contact-us__inner {
      border: none;
      border-left: 1px solid #dadada;
      padding-top: 0;
      padding-left: 64px; } }

@media screen and (min-width: 890px) {
  .contact-us__whatsapp {
    width: 50%; } }

@media screen and (min-width: 1280px) {
  .contact-us__whatsapp {
    width: 33%; } }

.contact-us__whatsapp a {
  font-weight: 700;
  color: #000; }

.contact-us__whatsapp .contact-us__inner {
  border-top: 1px solid #dadada;
  padding-top: 40px;
  min-height: 100%; }
  @media screen and (min-width: 890px) {
    .contact-us__whatsapp .contact-us__inner {
      border: none;
      border-left: 1px solid #dadada;
      padding-top: 0;
      padding-left: 64px; } }

.contact-us__address {
  margin-bottom: 80px; }
  .contact-us__address ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .contact-us__address p {
    margin-bottom: 0; }
  .contact-us__address--title, .contact-us__address p {
    font-size: 16px; }
    @media screen and (min-width: 1024px) {
      .contact-us__address--title, .contact-us__address p {
        font-size: 18px; } }

.promos .row--small {
  padding-top: 0; }
  @media screen and (min-width: 640px) {
    .promos .row--small {
      padding-bottom: 28px !important; } }
  @media screen and (max-width: 640px) {
    .promos .row--small {
      padding-bottom: 24px !important; } }
  @media screen and (min-width: 1024px) {
    .promos .row--small {
      padding-bottom: 32px !important; } }

.promos__title {
  padding-top: 32px;
  margin: 0; }
  @media screen and (min-width: 640px) {
    .promos__title {
      padding-top: 28px; } }
  @media screen and (max-width: 640px) {
    .promos__title {
      padding-top: 24px; } }
  @media screen and (min-width: 1024px) {
    .promos__title {
      padding-top: 32px; } }

.promos_content_padding {
  padding-top: 32px !important; }
  @media screen and (min-width: 640px) {
    .promos_content_padding {
      padding-top: 28px !important; } }
  @media screen and (max-width: 640px) {
    .promos_content_padding {
      padding-top: 24px !important; } }
  @media screen and (min-width: 1024px) {
    .promos_content_padding {
      padding-top: 32px !important; } }

.promos__list ul li.gt-col-1-2:nth-child(-n+2) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-3:nth-child(-n+3) .promos__item.nocontentandtitle,
.promos__list ul li.gt-col-1-4:nth-child(-n+4) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-5:nth-child(-n+5) .promos__item.nocontentandtitle,
.promos__list ul li.gt-col-1-6:nth-child(-n+6) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-6:nth-child(-n+6) .promos__item.nocontentandtitle,
.promos__list ul li.gt-col-1-7:nth-child(-n+7) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-8:nth-child(-n+8) .promos__item.nocontentandtitle,
.promos__list ul li.gt-col-1-9:nth-child(-n+1) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-10:nth-child(-n+1) .promos__item.nocontentandtitle,
.promos__list ul li.gt-col-1-11:nth-child(-n+1) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-12:nth-child(-n+1) .promos__item.nocontentandtitle {
  /* @include respond-max($bp-phablet-wide-min) {//max 640 mobile
       padding-top:24px !important;
     }*/ }
  @media screen and (min-width: 640px) {
    .promos__list ul li.gt-col-1-2:nth-child(-n+2) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-3:nth-child(-n+3) .promos__item.nocontentandtitle,
    .promos__list ul li.gt-col-1-4:nth-child(-n+4) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-5:nth-child(-n+5) .promos__item.nocontentandtitle,
    .promos__list ul li.gt-col-1-6:nth-child(-n+6) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-6:nth-child(-n+6) .promos__item.nocontentandtitle,
    .promos__list ul li.gt-col-1-7:nth-child(-n+7) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-8:nth-child(-n+8) .promos__item.nocontentandtitle,
    .promos__list ul li.gt-col-1-9:nth-child(-n+1) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-10:nth-child(-n+1) .promos__item.nocontentandtitle,
    .promos__list ul li.gt-col-1-11:nth-child(-n+1) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-12:nth-child(-n+1) .promos__item.nocontentandtitle {
      padding-top: 28px !important; } }
  @media screen and (min-width: 1024px) {
    .promos__list ul li.gt-col-1-2:nth-child(-n+2) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-3:nth-child(-n+3) .promos__item.nocontentandtitle,
    .promos__list ul li.gt-col-1-4:nth-child(-n+4) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-5:nth-child(-n+5) .promos__item.nocontentandtitle,
    .promos__list ul li.gt-col-1-6:nth-child(-n+6) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-6:nth-child(-n+6) .promos__item.nocontentandtitle,
    .promos__list ul li.gt-col-1-7:nth-child(-n+7) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-8:nth-child(-n+8) .promos__item.nocontentandtitle,
    .promos__list ul li.gt-col-1-9:nth-child(-n+1) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-10:nth-child(-n+1) .promos__item.nocontentandtitle,
    .promos__list ul li.gt-col-1-11:nth-child(-n+1) .promos__item.nocontentandtitle, .promos__list ul li.gt-col-1-12:nth-child(-n+1) .promos__item.nocontentandtitle {
      padding-top: 32px !important; } }

.promos__content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 8px;
  margin: 0; }

@media screen and (min-width: 640px) {
  .promos__list ul li:first-child .promos__item {
    padding-top: 28px; } }

@media screen and (max-width: 640px) {
  .promos__list ul li:first-child .promos__item {
    padding-top: 24px; } }

@media screen and (min-width: 1024px) {
  .promos__list ul li:first-child .promos__item {
    padding-top: 32px; } }

@media screen and (min-width: 640px) {
  .promos_title_content {
    padding-top: 16px !important; } }

@media screen and (max-width: 640px) {
  .promos_title_content {
    padding-top: 30px !important; } }

@media screen and (min-width: 1024px) {
  .promos_title_content {
    padding-top: 16px !important; } }

@media screen and (max-width: 640px) {
  .promos__list ul li:first-child .promos_title_content {
    padding-top: 12px !important; } }

@media screen and (min-width: 640px) {
  .promos__list ul li .promos__item {
    padding-top: 45px !important; } }

@media screen and (max-width: 640px) {
  .promos__list ul li .promos__item {
    padding-top: 30px !important; } }

@media screen and (min-width: 1024px) {
  .promos__list ul li .promos__item {
    padding-top: 45px !important; } }

@media screen and (min-width: 640px) {
  .promos__list ul li.gt-col-1-2:nth-child(-n+2) .promos__item.promos_title_content, .promos__list ul li.gt-col-1-3:nth-child(-n+3) .promos__item.promos_title_content,
  .promos__list ul li.gt-col-1-4:nth-child(-n+4) .promos__item.promos_title_content, .promos__list ul li.gt-col-1-5:nth-child(-n+5) .promos__item.promos_title_content,
  .promos__list ul li.gt-col-1-6:nth-child(-n+6) .promos__item.promos_title_content, .promos__list ul li.gt-col-1-6:nth-child(-n+6) .promos__item.promos_title_content,
  .promos__list ul li.gt-col-1-7:nth-child(-n+7) .promos__item.promos_title_content, .promos__list ul li.gt-col-1-8:nth-child(-n+8) .promos__item.promos_title_content,
  .promos__list ul li.gt-col-1-9:nth-child(-n+1) .promos__item.promos_title_content, .promos__list ul li.gt-col-1-10:nth-child(-n+1) .promos__item.promos_title_content,
  .promos__list ul li.gt-col-1-11:nth-child(-n+1) .promos__item.promos_title_content, .promos__list ul li.gt-col-1-12:nth-child(-n+1) .promos__item.promos_title_content {
    padding-top: 16px !important; } }

@media screen and (min-width: 1024px) {
  .promos__list ul li.gt-col-1-2:nth-child(-n+2) .promos__item.promos_title_content, .promos__list ul li.gt-col-1-3:nth-child(-n+3) .promos__item.promos_title_content,
  .promos__list ul li.gt-col-1-4:nth-child(-n+4) .promos__item.promos_title_content, .promos__list ul li.gt-col-1-5:nth-child(-n+5) .promos__item.promos_title_content,
  .promos__list ul li.gt-col-1-6:nth-child(-n+6) .promos__item.promos_title_content, .promos__list ul li.gt-col-1-6:nth-child(-n+6) .promos__item.promos_title_content,
  .promos__list ul li.gt-col-1-7:nth-child(-n+7) .promos__item.promos_title_content, .promos__list ul li.gt-col-1-8:nth-child(-n+8) .promos__item.promos_title_content,
  .promos__list ul li.gt-col-1-9:nth-child(-n+1) .promos__item.promos_title_content, .promos__list ul li.gt-col-1-10:nth-child(-n+1) .promos__item.promos_title_content,
  .promos__list ul li.gt-col-1-11:nth-child(-n+1) .promos__item.promos_title_content, .promos__list ul li.gt-col-1-12:nth-child(-n+1) .promos__item.promos_title_content {
    padding-top: 16px !important; } }

@media screen and (min-width: 640px) {
  .promos__list ul li.gp-col-1-2:nth-child(-n+2) .promos__item.promos_title_content, .promos__list ul li.gp-col-1-2:nth-child(-n+1) .promos__item.promos_title_content {
    padding-top: 16px !important; } }

@media screen and (min-width: 1024px) {
  .promos__list ul li.gp-col-1-2:nth-child(-n+2) .promos__item.promos_title_content, .promos__list ul li.gp-col-1-2:nth-child(-n+1) .promos__item.promos_title_content {
    padding-top: 16px !important; } }

@media screen and (min-width: 640px) {
  .promos__list ul li.gp-col-1-2:nth-child(-n+2) .promos__item.nocontentandtitle, .promos__list ul li.gp-col-1-2:nth-child(-n+1) .promos__item.nocontentandtitle {
    padding-top: 28px !important; } }

@media screen and (min-width: 1024px) {
  .promos__list ul li.gp-col-1-2:nth-child(-n+2) .promos__item.nocontentandtitle, .promos__list ul li.gp-col-1-2:nth-child(-n+1) .promos__item.nocontentandtitle {
    padding-top: 32px !important; } }

@media screen and (max-width: 640px) {
  .promos__list ul li.gp-col-1-2:nth-child(-n+1) .promos__item.nocontentandtitle {
    padding-top: 24px !important; } }

@media screen and (min-width: 640px) {
  .promos__item {
    padding-top: 28px; } }

@media screen and (max-width: 640px) {
  .promos__item {
    padding-top: 30px; } }

@media screen and (min-width: 1024px) {
  .promos__item {
    padding-top: 32px; } }

.promos__item button > img,
.promos__item > img {
  display: block; }

.promos__item h2 {
  margin: 0.9em 0 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #333333;
  line-height: 1.4; }
  @media screen and (min-width: 0) {
    .promos__item h2 {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .promos__item h2 {
      font-size: 16px;
      font-size: 1rem; } }

.promos__item p {
  margin: 0 0 0.9em 0;
  color: #333333; }
  @media screen and (min-width: 0) {
    .promos__item p {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .promos__item p {
      font-size: 16px;
      font-size: 1rem; } }

.promos__item p:last-child {
  margin: 0; }

.promos__item button {
  position: relative;
  background: none;
  border: 0;
  padding: 0; }

.promos__item:after {
  content: ''; }

.promos__item:before {
  content: ''; }

.promos__item__url {
  text-decoration: none; }
  .promos__item__url:hover, .promos__item__url:focus, .promos__item__url:active {
    text-decoration: none; }

.promos__item__media img {
  max-width: 100%; }
  .dyson-gv.category-technology .promos__item__media img,
  .dyson-gv.category-features .promos__item__media img,
  .dyson-gv.category-indoor-air-pollution .promos__item__media img,
  .dyson-decgv.category-technology .promos__item__media img,
  .dyson-decgv.category-features .promos__item__media img,
  .dyson-decgv.category-indoor-air-pollution .promos__item__media img,
  .dyson-in.category-the-problem .promos__item__media img,
  .dyson-in.category-features .promos__item__media img,
  .dyson-in.category-technology .promos__item__media img,
  .dyson-in.category-indoor-air-pollution .promos__item__media img,
  .dyson-kr.category-technology .promos__item__media img,
  .dyson-kr.category-features .promos__item__media img,
  .dyson-kr.category-indoor-air-pollution .promos__item__media img,
  .dyson-tr.category-features .promos__item__media img,
  .dyson-tr.category-technology .promos__item__media img,
  .dyson-tr.category-indoor-air-pollution .promos__item__media img,
  .dyson-nz.category-features .promos__item__media img,
  .promos__item__media img .dyson-nz.category-technology {
    border: none; }

.promos__item__media .promos__item__media--no-border img {
  border: none; }

@media screen and (min-width: 0) {
  .promos__item__media .promos__content {
    font-size: 16px;
    font-size: 1rem; } }

@media screen and (min-width: 1024px) {
  .promos__item__media .promos__content {
    margin-top: 0; } }
  @media screen and (min-width: 1024px) and (min-width: 0) {
    .promos__item__media .promos__content {
      font-size: 20px;
      font-size: 1.25rem; } }

.promos__item__media .promos--big h2 {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 0) {
    .promos__item__media .promos--big h2 {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    .promos__item__media .promos--big h2 {
      font-size: 28px;
      font-size: 1.75rem; } }
  .dyson-th.primary .promos__item__media .promos--big h2 {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .promos__item__media .promos--big h2 {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .promos__item__media .promos--big h2, .dyson-sa.rtl .promos__item__media .promos--big h2 {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .promos__item__media .promos--big h2 {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .promos__item__media .promos--big h2 {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.promos__item__media .promos--big p {
  color: #666666; }
  @media screen and (min-width: 0) {
    .promos__item__media .promos--big p {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .promos__item__media .promos--big p {
      font-size: 20px;
      font-size: 1.25rem; } }

@media screen and (min-width: 0) {
  .promos--product-promo .promos__title {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (min-width: 1024px) {
  .promos--product-promo .promos__title {
    font-size: 32px;
    font-size: 2rem; } }

.promos--product-promo .promos__item h2, .promos--product-promo .promos__item p {
  color: #666666; }

.promos--product-promo .promos__item .image__cta--roundal {
  top: 44%; }

.promos--reverse {
  background: #000; }
  .promos--reverse img {
    margin: auto; }
  .promos--reverse p, .promos--reverse h2 {
    color: #fff;
    text-align: center; }

.promos--white .image {
  width: 100%; }

.promos--white img {
  margin: auto; }

.promos--white p, .promos--white h2 {
  text-align: center; }

.promo-banner {
  background: #000;
  padding: 20px 0 20px 0;
  color: #fff;
  text-align: center; }

.dyson-in.category-the-problem .promos__item__title {
  color: #fff; }

@media screen and (min-width: 768px) {
  .promos__item__header {
    min-height: 80px; } }

@media screen and (min-width: 1280px) {
  .promos__item__header {
    min-height: 10px; } }

.promo__item__header.h1 {
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .promo__item__header.h1 {
      min-height: 50px; } }

.dyson-kr.category-which-airwrap-for-you .promos__item {
  padding-top: 10px; }
  .dyson-kr.category-which-airwrap-for-you .promos__item ul {
    list-style-type: disc;
    padding-left: 20px; }

.image__cta.image__cta--roundal.image__cta--square {
  left: 16px;
  bottom: 16px;
  top: auto;
  transform: unset; }
  @media screen and (max-width: 1024px) {
    .image__cta.image__cta--roundal.image__cta--square {
      left: 12px;
      bottom: 12px; } }
  @media screen and (max-width: 767px) {
    .image__cta.image__cta--roundal.image__cta--square {
      left: 8px;
      bottom: 8px; } }
  .rtl .image__cta.image__cta--roundal.image__cta--square {
    left: auto;
    right: 16px; }
    @media screen and (max-width: 1024px) {
      .rtl .image__cta.image__cta--roundal.image__cta--square {
        left: auto;
        right: 12px; } }
    @media screen and (max-width: 767px) {
      .rtl .image__cta.image__cta--roundal.image__cta--square {
        left: auto;
        right: 8px; } }
  .image__cta.image__cta--roundal.image__cta--square .partial_video__play-icon {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #ebebeb; }
    @media screen and (max-width: 1024px) {
      .image__cta.image__cta--roundal.image__cta--square .partial_video__play-icon {
        padding: 8px 10px; } }
    .image__cta.image__cta--roundal.image__cta--square .partial_video__play-icon .video__play-icon {
      width: 15px;
      height: 20px;
      display: inline-block;
      fill: #333333; }
      @media screen and (max-width: 1024px) {
        .image__cta.image__cta--roundal.image__cta--square .partial_video__play-icon .video__play-icon {
          width: 12px;
          height: 16px; } }
    .image__cta.image__cta--roundal.image__cta--square .partial_video__play-icon .video_play-text {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 1.71px;
      line-height: 16px;
      padding: 0 0 0 14px;
      color: #333333;
      display: inline-block;
      text-transform: uppercase; }
      .rtl .image__cta.image__cta--roundal.image__cta--square .partial_video__play-icon .video_play-text {
        padding: 0 14px 0 0; }
      @media screen and (max-width: 1024px) {
        .image__cta.image__cta--roundal.image__cta--square .partial_video__play-icon .video_play-text {
          font-size: 14px;
          letter-spacing: 1.5px;
          line-height: 16px;
          padding: 0 0 0 10px; } }

@media screen and (min-width: 520px) {
  .promos .promos__list ul li:nth-child(2) .promos__item {
    padding-top: 12px !important; } }

.promos .promos__list .promos__item__title {
  color: #333333;
  font-weight: 500;
  letter-spacing: 0; }

.promos .promos__list .promos__item__copy {
  color: #333333;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0; }

.promos .promos__list .hgroup__action {
  padding: 0;
  display: flex;
  justify-content: unset;
  align-items: center; }
  .promos .promos__list .hgroup__action button.common_btn {
    padding: 0 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.75rem;
    text-align: center;
    width: 100%;
    max-width: 158px;
    min-height: 64px;
    margin: 1rem 0.5rem 0 0; }
    .promos .promos__list .hgroup__action button.common_btn:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .promos .promos__list .hgroup__action button.common_btn {
        min-height: 56px;
        padding: 0 1.25rem;
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0.75rem 0 0; } }
    @media screen and (max-width: 767px) {
      .promos .promos__list .hgroup__action button.common_btn {
        padding: 0 1rem; } }
    .rtl .promos .promos__list .hgroup__action button.common_btn {
      margin: 1rem 0 0 0.5rem; }
      .rtl .promos .promos__list .hgroup__action button.common_btn:last-child {
        margin-left: 0; }
    .promos .promos__list .hgroup__action button.common_btn.cta-button-1.dark-rectangle, .promos .promos__list .hgroup__action button.common_btn.cta-button-2.dark-rectangle {
      color: #fff;
      background: #333333; }
    .promos .promos__list .hgroup__action button.common_btn.cta-button-1.white-rectangle, .promos .promos__list .hgroup__action button.common_btn.cta-button-2.white-rectangle {
      color: #333333;
      background: #ececec; }
    .promos .promos__list .hgroup__action button.common_btn.cta-button-1.green-rectangle, .promos .promos__list .hgroup__action button.common_btn.cta-button-2.green-rectangle {
      color: #000;
      background: #79b928; }
    .promos .promos__list .hgroup__action button.common_btn.cta-button-1.fuchsia-rectangle, .promos .promos__list .hgroup__action button.common_btn.cta-button-2.fuchsia-rectangle {
      color: #fff;
      background: #C4398D; }
  .promos .promos__list .hgroup__action a.common_btn {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0;
    margin: 1rem 0.5rem 0 0;
    line-height: 2.25rem; }
    .promos .promos__list .hgroup__action a.common_btn:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .promos .promos__list .hgroup__action a.common_btn {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 0.75rem 0 0; } }
    @media screen and (max-width: 767px) {
      .promos .promos__list .hgroup__action a.common_btn {
        font-size: 1.375rem;
        line-height: 1.75rem;
        margin: 0.75rem 0.5rem 0 0; } }
    .rtl .promos .promos__list .hgroup__action a.common_btn {
      margin: 1rem 0 0 0.5rem; }
      .rtl .promos .promos__list .hgroup__action a.common_btn:last-child {
        margin-left: 0; }
    .promos .promos__list .hgroup__action a.common_btn .roundal--small {
      margin: 0 0.5rem 0 0;
      top: 0;
      min-width: 40.6px;
      min-height: 40.6px; }
      .rtl .promos .promos__list .hgroup__action a.common_btn .roundal--small {
        margin: 0 0 0 0.5rem; }
      @media screen and (max-width: 1024px) {
        .promos .promos__list .hgroup__action a.common_btn .roundal--small {
          width: 28px;
          height: 28px;
          min-width: 28px;
          min-height: 28px; } }
      .promos .promos__list .hgroup__action a.common_btn .roundal--small .roundal__icon .icon {
        top: 0;
        left: 0.625rem; }
        @media screen and (max-width: 1024px) {
          .promos .promos__list .hgroup__action a.common_btn .roundal--small .roundal__icon .icon {
            top: -4px;
            left: 5px; } }
        @media screen and (max-width: 767px) {
          .promos .promos__list .hgroup__action a.common_btn .roundal--small .roundal__icon .icon {
            top: -3px;
            left: 0.50rem; } }
        .rtl .promos .promos__list .hgroup__action a.common_btn .roundal--small .roundal__icon .icon {
          right: 0.625rem;
          left: auto;
          top: 4px; }
          @media screen and (max-width: 1024px) {
            .rtl .promos .promos__list .hgroup__action a.common_btn .roundal--small .roundal__icon .icon {
              right: 5px;
              left: auto;
              top: -1px; } }
          @media screen and (max-width: 767px) {
            .rtl .promos .promos__list .hgroup__action a.common_btn .roundal--small .roundal__icon .icon {
              right: 0.50rem;
              left: auto; } }
    .promos .promos__list .hgroup__action a.common_btn.white-arrow {
      min-height: 64px;
      color: #fff;
      padding: 0 1.25rem;
      background: #000;
      justify-content: center; }
      @media screen and (max-width: 1024px) {
        .promos .promos__list .hgroup__action a.common_btn.white-arrow {
          min-height: 56px;
          padding: 0 1.25rem; } }
      @media screen and (max-width: 767px) {
        .promos .promos__list .hgroup__action a.common_btn.white-arrow {
          padding: 0 1rem; } }
      .promos .promos__list .hgroup__action a.common_btn.white-arrow .roundal--solid {
        background: #fff; }
        .promos .promos__list .hgroup__action a.common_btn.white-arrow .roundal--solid .roundal__icon .icon {
          fill: #000; }

.promos .promos__list .gp-col-1-2 h2.promos__item__title {
  padding: 1.75rem 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem; }
  @media screen and (max-width: 1024px) {
    .promos .promos__list .gp-col-1-2 h2.promos__item__title {
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 1rem 0 0.5rem; } }

.promos .promos__list .gp-col-1-2 .promos__item__copy.rcc__title-size--paragraph {
  font-size: 1rem;
  line-height: 1.5rem; }
  @media screen and (max-width: 1024px) {
    .promos .promos__list .gp-col-1-2 .promos__item__copy.rcc__title-size--paragraph {
      font-size: 0.875rem;
      line-height: 1.25rem; } }

@media screen and (max-width: 767px) {
  .promos .promos__list .gp-col-1-2 .hgroup__action {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: normal;
    justify-content: center; } }

@media screen and (max-width: 1024px) {
  .promos .promos__list .gp-col-1-2 .hgroup__action button.common_btn {
    margin: 0.75rem 0.5rem 0 0;
    max-width: 155px; }
    .promos .promos__list .gp-col-1-2 .hgroup__action button.common_btn:last-child {
      margin-right: 0; } }

@media screen and (max-width: 767px) {
  .promos .promos__list .gp-col-1-2 .hgroup__action button.common_btn {
    margin: 0.75rem 0 0 0;
    max-width: 100%; } }

@media screen and (max-width: 1024px) {
  .promos .promos__list .gp-col-1-2 .hgroup__action a.common_btn {
    margin: 0.75rem 0.5rem 0 0; }
    .promos .promos__list .gp-col-1-2 .hgroup__action a.common_btn:last-child {
      margin-right: 0; } }

@media screen and (max-width: 767px) {
  .promos .promos__list .gp-col-1-2 .hgroup__action a.common_btn {
    margin: 0.75rem 0 0 0; } }

.promos .promos__list .gp-col-1-2.gt-col-1-3 h2.promos__item__title {
  padding: 1rem 0 0.5rem; }

@media screen and (max-width: 1024px) {
  .promos .promos__list .gp-col-1-2.gt-col-1-3 .hgroup__action {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: normal;
    justify-content: center; } }

@media screen and (max-width: 1024px) {
  .promos .promos__list .gp-col-1-2.gt-col-1-3 .hgroup__action button.common_btn {
    max-width: 100%;
    margin-right: 0; } }

.promos .promos__list .gp-col-1-2.gt-col-1-3 .hgroup__action button.common_btn:only-child {
  max-width: 100%; }

.promos .promos__list .gp-col-1-2.gt-col-1-3 .hgroup__action a.common_btn {
  margin: 1rem 0.5rem 0 0; }
  .promos .promos__list .gp-col-1-2.gt-col-1-3 .hgroup__action a.common_btn:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .promos .promos__list .gp-col-1-2.gt-col-1-3 .hgroup__action a.common_btn {
      margin: 0.75rem 0 0 0; } }

@media screen and (max-width: 1024px) {
  .promos .promos__list .gp-col-1-2.gt-col-1-4 h2.promos__item__title {
    padding: 1rem 0 0.5rem; } }

.promos .promos__list .gp-col-1-2.gt-col-1-4 .hgroup__action {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: normal;
  justify-content: center; }
  .promos .promos__list .gp-col-1-2.gt-col-1-4 .hgroup__action button.common_btn {
    max-width: 100%;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 1.25rem;
    min-height: 56px;
    margin: 1rem 0 0; }
    .promos .promos__list .gp-col-1-2.gt-col-1-4 .hgroup__action button.common_btn:nth-child(2) {
      margin: 0.5rem 0 0; }
    @media screen and (max-width: 1024px) {
      .promos .promos__list .gp-col-1-2.gt-col-1-4 .hgroup__action button.common_btn {
        margin: 0.75rem 0 0 0; }
        .promos .promos__list .gp-col-1-2.gt-col-1-4 .hgroup__action button.common_btn:nth-child(2) {
          margin: 0.75rem 0 0; } }
    @media screen and (max-width: 767px) {
      .promos .promos__list .gp-col-1-2.gt-col-1-4 .hgroup__action button.common_btn {
        padding: 0 1rem; } }
  .promos .promos__list .gp-col-1-2.gt-col-1-4 .hgroup__action a.common_btn {
    margin: 1rem 0 0; }
    .promos .promos__list .gp-col-1-2.gt-col-1-4 .hgroup__action a.common_btn:nth-child(2) {
      margin: 0.5rem 0 0; }
    @media screen and (max-width: 1024px) {
      .promos .promos__list .gp-col-1-2.gt-col-1-4 .hgroup__action a.common_btn {
        margin: 0.75rem 0 0 0; }
        .promos .promos__list .gp-col-1-2.gt-col-1-4 .hgroup__action a.common_btn:nth-child(2) {
          margin: 0.75rem 0 0; } }

.promos.promo-theme-dark {
  background: #000; }
  .promos.promo-theme-dark .promos__title, .promos.promo-theme-dark .promos__item__title, .promos.promo-theme-dark .promos__item__copy, .promos.promo-theme-dark .promos__content, .promos.promo-theme-dark .promos__item__header, .promos.promo-theme-dark .promos__item__header h1.promos__item__header {
    color: #fff; }
  .promos.promo-theme-dark .promos__list .hgroup__action a.common_btn.white-arrow {
    min-height: unset;
    padding: 0;
    justify-content: unset; }

.promos .promos__list .promos-card-holder .promos__item__media .image {
  display: block; }
  .promos .promos__list .promos-card-holder .promos__item__media .image img {
    width: 100%; }

.promos .promos__list .promos-card-holder .promos__item__media.image-border .image {
  border: 1px solid #ebebeb; }

.promos.both-column-image-border .promos__list .promos-card-holder .promos__item__media.image-border .image {
  border: 0;
  border-bottom: 1px solid #ebebeb; }

.promos .promos__list .gp-col-1-2 .promos-card-border, .promos .promos__list .gp-col-1-2.gt-col-1-3 .promos-card-border, .promos .promos__list .gp-col-1-2.gt-col-1-4 .promos-card-border {
  border: 1px solid #ebebeb; }
  .promos .promos__list .gp-col-1-2 .promos-card-border .promo_card-description, .promos .promos__list .gp-col-1-2.gt-col-1-3 .promos-card-border .promo_card-description, .promos .promos__list .gp-col-1-2.gt-col-1-4 .promos-card-border .promo_card-description {
    padding: 0 1.25rem 1rem; }
    @media screen and (max-width: 1024px) {
      .promos .promos__list .gp-col-1-2 .promos-card-border .promo_card-description, .promos .promos__list .gp-col-1-2.gt-col-1-3 .promos-card-border .promo_card-description, .promos .promos__list .gp-col-1-2.gt-col-1-4 .promos-card-border .promo_card-description {
        padding: 0 0.625rem 1rem; } }
    @media screen and (max-width: 767px) {
      .promos .promos__list .gp-col-1-2 .promos-card-border .promo_card-description, .promos .promos__list .gp-col-1-2.gt-col-1-3 .promos-card-border .promo_card-description, .promos .promos__list .gp-col-1-2.gt-col-1-4 .promos-card-border .promo_card-description {
        padding: 0 1rem 1rem; } }
    .promos .promos__list .gp-col-1-2 .promos-card-border .promo_card-description.motif-image-enable .promos__item__title, .promos .promos__list .gp-col-1-2.gt-col-1-3 .promos-card-border .promo_card-description.motif-image-enable .promos__item__title, .promos .promos__list .gp-col-1-2.gt-col-1-4 .promos-card-border .promo_card-description.motif-image-enable .promos__item__title {
      padding-top: 0; }

.promos .promos__list .promo-motif .promo-motif-image-holder {
  padding: 1.5rem 0 1rem; }
  @media screen and (max-width: 1024px) {
    .promos .promos__list .promo-motif .promo-motif-image-holder {
      padding: 1.25rem 0 1rem; } }
  @media screen and (max-width: 767px) {
    .promos .promos__list .promo-motif .promo-motif-image-holder {
      padding: 1rem 0 0.5rem; } }
  .promos .promos__list .promo-motif .promo-motif-image-holder img.promo-motif-image {
    max-height: 1.75rem;
    width: auto; }
    @media screen and (max-width: 1024px) {
      .promos .promos__list .promo-motif .promo-motif-image-holder img.promo-motif-image {
        max-height: 1.625rem; } }
    @media screen and (max-width: 767px) {
      .promos .promos__list .promo-motif .promo-motif-image-holder img.promo-motif-image {
        max-height: 1.5rem; } }

.promos .promos__list .promo-motif.double-line-motif .promo-motif-image-holder img.promo-motif-image {
  max-height: 3.25rem; }
  @media screen and (max-width: 1024px) {
    .promos .promos__list .promo-motif.double-line-motif .promo-motif-image-holder img.promo-motif-image {
      max-height: 3rem; } }
  @media screen and (max-width: 767px) {
    .promos .promos__list .promo-motif.double-line-motif .promo-motif-image-holder img.promo-motif-image {
      max-height: 2.75rem; } }

.row--border-top {
  border-top: 1px solid #ebebeb !important; }

.row--border-bottom {
  border-bottom: 1px solid #ebebeb !important; }

.row--border-both {
  border-top: 1px solid #ebebeb !important;
  border-bottom: 1px solid #ebebeb !important; }

.hero {
  position: relative; }
  .hero > button {
    position: relative;
    background: none;
    border: 0;
    padding: 0; }
  .hero--gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+35,d7dee3+45,c8ccd1+62,f7fbff+77,f5f7f9+100 */
    background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 35%, #d7dee3 45%, #c8ccd1 62%, #f7fbff 77%, #f5f7f9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .hero--dark {
    background: #000; }
  .hero--product-group {
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .hero--product-group {
        padding-bottom: 20%; } }
    @media screen and (min-width: 1024px) {
      .hero--product-group {
        padding-bottom: 0; } }
    @media screen and (min-width: 1280px) {
      .hero--product-group {
        padding-bottom: 11%; } }
    @media screen and (min-width: 1440px) {
      .hero--product-group {
        padding-bottom: 15%; } }
    @media screen and (min-width: 1920px) {
      .hero--product-group {
        padding-bottom: 20%; } }

.hero__url {
  text-decoration: none;
  display: block; }
  .hero__url:hover, .hero__url:focus, .hero__url:active {
    text-decoration: none; }

.hero__button {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .notify .hero__button {
      width: 50%; } }

.hero__media {
  text-align: left; }
  .hero__media--stretch {
    width: 100%; }

.hero--hide--gt {
  display: none; }
  @media screen and (min-width: 768px) {
    .hero--hide--gt {
      display: inherit; } }

@media screen and (min-width: 0) {
  .hero__media--left--g {
    text-align: left; } }

@media screen and (min-width: 0) {
  .hero__media--center--g {
    text-align: center; } }

@media screen and (min-width: 0) {
  .hero__media--right--g {
    text-align: right; } }

@media screen and (min-width: 0) {
  .hero__media--absolute--g {
    position: absolute;
    z-index: -1;
    top: 0; } }

@media screen and (min-width: 0) {
  .hero__media--static--g {
    position: static; } }

@media screen and (min-width: 0) {
  .hero__media--stretch--g {
    width: 100%; } }

@media screen and (min-width: 0) {
  .hero__media--auto--g {
    width: auto; } }

@media screen and (min-width: 768px) {
  .hero__media--left--gt {
    text-align: left; } }

@media screen and (min-width: 768px) {
  .hero__media--center--gt {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .hero__media--right--gt {
    text-align: right; } }

@media screen and (min-width: 768px) {
  .hero__media--absolute--gt {
    position: absolute;
    z-index: -1;
    top: 0; } }

@media screen and (min-width: 768px) {
  .hero__media--static--gt {
    position: static; } }

@media screen and (min-width: 768px) {
  .hero__media--stretch--gt {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .hero__media--auto--gt {
    width: auto; } }

@media screen and (min-width: 520px) {
  .hero__media--left--gp {
    text-align: left; } }

@media screen and (min-width: 520px) {
  .hero__media--center--gp {
    text-align: center; } }

@media screen and (min-width: 520px) {
  .hero__media--right--gp {
    text-align: right; } }

@media screen and (min-width: 520px) {
  .hero__media--absolute--gp {
    position: absolute;
    z-index: -1;
    top: 0; } }

@media screen and (min-width: 520px) {
  .hero__media--static--gp {
    position: static; } }

@media screen and (min-width: 520px) {
  .hero__media--stretch--gp {
    width: 100%; } }

@media screen and (min-width: 520px) {
  .hero__media--auto--gp {
    width: auto; } }

@media screen and (min-width: 1024px) {
  .hero__media--left--gtw {
    text-align: left; } }

@media screen and (min-width: 1024px) {
  .hero__media--center--gtw {
    text-align: center; } }

@media screen and (min-width: 1024px) {
  .hero__media--right--gtw {
    text-align: right; } }

@media screen and (min-width: 1024px) {
  .hero__media--absolute--gtw {
    position: absolute;
    z-index: -1;
    top: 0; } }

@media screen and (min-width: 1024px) {
  .hero__media--static--gtw {
    position: static; } }

@media screen and (min-width: 1024px) {
  .hero__media--stretch--gtw {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .hero__media--auto--gtw {
    width: auto; } }

@media screen and (min-width: 1280px) {
  .hero__media--left--gd {
    text-align: left; } }

@media screen and (min-width: 1280px) {
  .hero__media--center--gd {
    text-align: center; } }

@media screen and (min-width: 1280px) {
  .hero__media--right--gd {
    text-align: right; } }

@media screen and (min-width: 1280px) {
  .hero__media--absolute--gd {
    position: absolute;
    z-index: -1;
    top: 0; } }

@media screen and (min-width: 1280px) {
  .hero__media--static--gd {
    position: static; } }

@media screen and (min-width: 1280px) {
  .hero__media--stretch--gd {
    width: 100%; } }

@media screen and (min-width: 1280px) {
  .hero__media--auto--gd {
    width: auto; } }

.hero__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.hero__body__inner {
  position: relative;
  height: 100%; }

.hero--product-variant__inner--perfect .hgroup__image {
  margin-bottom: 0; }

@media screen and (min-width: 1280px) {
  .hero--product-variant__inner--perfect {
    display: flex; } }

.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left; }
  @media screen and (min-width: 0) {
    .hero__content {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .hero__content {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 480px) {
    .hero__content {
      max-width: 100%; } }
  .hero__content blockquote {
    text-align: inherit; }
    @media screen and (min-width: 1024px) {
      .hero__content blockquote .hgroup__prefix {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) and (min-width: 0) {
    .hero__content blockquote .hgroup__prefix {
      font-size: 24px;
      font-size: 1.5rem; } }
    @media screen and (min-width: 1024px) {
      .hero__content blockquote cite {
        margin-top: 0; } }
    @media screen and (min-width: 1024px) {
      .hero__content blockquote cite p {
        margin-top: 0; } }
  @media screen and (min-width: 1024px) and (min-width: 0) {
    .hero__content blockquote cite p {
      font-size: 20px;
      font-size: 1.25rem; } }

@media screen and (min-width: 0) {
  .hero__body--inline--g {
    position: static; }
    .hero__body--inline--g .hero__content {
      position: static; } }

@media screen and (min-width: 0) {
  .hero__body--absolute--g {
    position: absolute; }
    .hero__body--absolute--g .hero__content {
      position: absolute; } }

@media screen and (min-width: 0) {
  .hero__body--relative--g {
    position: relative; }
    .hero__body--relative--g .hero__content {
      position: absolute; } }

@media screen and (min-width: 0) {
  .hero__body--padding-boost--g {
    padding-top: 1.5em;
    padding-bottom: 1.5em; } }

@media screen and (min-width: 768px) {
  .hero__body--inline--gt {
    position: static; }
    .hero__body--inline--gt .hero__content {
      position: static; } }

@media screen and (min-width: 768px) {
  .hero__body--absolute--gt {
    position: absolute; }
    .hero__body--absolute--gt .hero__content {
      position: absolute; } }

@media screen and (min-width: 768px) {
  .hero__body--relative--gt {
    position: relative; }
    .hero__body--relative--gt .hero__content {
      position: absolute; } }

@media screen and (min-width: 768px) {
  .hero__body--padding-boost--gt {
    padding-top: 1.5em;
    padding-bottom: 1.5em; } }

@media screen and (min-width: 520px) {
  .hero__body--inline--gp {
    position: static; }
    .hero__body--inline--gp .hero__content {
      position: static; } }

@media screen and (min-width: 520px) {
  .hero__body--absolute--gp {
    position: absolute; }
    .hero__body--absolute--gp .hero__content {
      position: absolute; } }

@media screen and (min-width: 520px) {
  .hero__body--relative--gp {
    position: relative; }
    .hero__body--relative--gp .hero__content {
      position: absolute; } }

@media screen and (min-width: 520px) {
  .hero__body--padding-boost--gp {
    padding-top: 1.5em;
    padding-bottom: 1.5em; } }

@media screen and (min-width: 1024px) {
  .hero__body--inline--gtw {
    position: static; }
    .hero__body--inline--gtw .hero__content {
      position: static; } }

@media screen and (min-width: 1024px) {
  .hero__body--absolute--gtw {
    position: absolute; }
    .hero__body--absolute--gtw .hero__content {
      position: absolute; } }

@media screen and (min-width: 1024px) {
  .hero__body--relative--gtw {
    position: relative; }
    .hero__body--relative--gtw .hero__content {
      position: absolute; } }

@media screen and (min-width: 1024px) {
  .hero__body--padding-boost--gtw {
    padding-top: 1.5em;
    padding-bottom: 1.5em; } }

@media screen and (min-width: 1280px) {
  .hero__body--inline--gd {
    position: static; }
    .hero__body--inline--gd .hero__content {
      position: static; } }

@media screen and (min-width: 1280px) {
  .hero__body--absolute--gd {
    position: absolute; }
    .hero__body--absolute--gd .hero__content {
      position: absolute; } }

@media screen and (min-width: 1280px) {
  .hero__body--relative--gd {
    position: relative; }
    .hero__body--relative--gd .hero__content {
      position: absolute; } }

@media screen and (min-width: 1280px) {
  .hero__body--padding-boost--gd {
    padding-top: 1.5em;
    padding-bottom: 1.5em; } }

@media screen and (min-width: 0) {
  .hero__content--top--g {
    top: 0;
    transform: translateY(0); } }

@media screen and (min-width: 0) {
  .hero__content--topper--g {
    top: 5%;
    bottom: auto;
    transform: translateY(0); } }

@media screen and (min-width: 0) {
  .hero__content--middleup--g {
    top: 30%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 0) {
  .hero__content--middle--g {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 0) {
  .hero__content--middledown--g {
    top: 70%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 0) {
  .hero__content--bottomer--g {
    top: auto;
    bottom: 5%;
    transform: translateY(0); } }

@media screen and (min-width: 0) {
  .hero__content--bottom--g {
    top: auto;
    bottom: 0;
    transform: translateY(0); } }

@media screen and (min-width: 0) {
  .hero__content--left--g {
    left: 0;
    right: auto; } }

@media screen and (min-width: 0) {
  .hero__content--lefter--g {
    left: 10%;
    right: auto; } }

@media screen and (min-width: 0) {
  .hero__content--center--g {
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 0) {
  .hero__content--righter--g {
    left: auto;
    right: 10%; } }

@media screen and (min-width: 0) {
  .hero__content--right--g {
    left: auto;
    right: 0; } }

@media screen and (min-width: 0) {
  .hero__content--full--g {
    width: 100%; } }

@media screen and (min-width: 0) {
  .hero__content--1024--g {
    width: 1024px; } }

@media screen and (min-width: 0) {
  .hero__content--860--g {
    width: 860px; } }

@media screen and (min-width: 0) {
  .hero__content--820--g {
    width: 820px; } }

@media screen and (min-width: 0) {
  .hero__content--660--g {
    width: 660px; } }

@media screen and (min-width: 0) {
  .hero__content--620--g {
    width: 620px; } }

@media screen and (min-width: 0) {
  .hero__content--560--g {
    width: 560px; } }

@media screen and (min-width: 0) {
  .hero__content--520--g {
    width: 520px; } }

@media screen and (min-width: 0) {
  .hero__content--460--g {
    width: 460px; } }

@media screen and (min-width: 0) {
  .hero__content--420--g {
    width: 420px; } }

@media screen and (min-width: 0) {
  .hero__content--360--g {
    width: 360px; } }

@media screen and (min-width: 0) {
  .hero__content--320--g {
    width: 320px; } }

@media screen and (min-width: 0) {
  .hero__content--290--g {
    width: 290px; } }

@media screen and (min-width: 0) {
  .hero__content--260--g {
    width: 260px; } }

@media screen and (min-width: 0) {
  .hero__content--25pc--g {
    width: 25%; } }

@media screen and (min-width: 0) {
  .hero__content--33pc--g {
    width: 33.33%; } }

@media screen and (min-width: 0) {
  .hero__content--40pc--g {
    width: 40%; } }

@media screen and (min-width: 0) {
  .hero__content--50pc--g {
    width: 50%; } }

@media screen and (min-width: 0) {
  .hero__content--66pc--g {
    width: 100%; } }

@media screen and (min-width: 0) {
  .hero__content--75pc--g {
    width: 75%; } }

@media screen and (min-width: 0) {
  .hero__content--83pc--g {
    width: 83%; } }

@media screen and (min-width: 0) {
  .hero__content--text-left--g {
    text-align: left; } }

@media screen and (min-width: 0) {
  .hero__content--text-center--g {
    text-align: center; } }

@media screen and (min-width: 0) {
  .hero__content--text-right--g {
    text-align: right; } }

@media screen and (min-width: 0) {
  .dyson-nz.catalog-product-view .hgroup .hero__content--66pc--g {
    width: 100%; } }

.dyson-nz.catalog-product-view .hgroup a.button.button--large.button--cart.card__addtocart.product__variant__add-to-cart--animated-smaller {
  width: 75%; }

@media screen and (min-width: 768px) {
  .hero__content--top--gt {
    top: 0;
    transform: translateY(0); } }

@media screen and (min-width: 768px) {
  .hero__content--topper--gt {
    top: 5%;
    bottom: auto;
    transform: translateY(0); } }

@media screen and (min-width: 768px) {
  .hero__content--middleup--gt {
    top: 30%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 768px) {
  .hero__content--middle--gt {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 768px) {
  .hero__content--middledown--gt {
    top: 70%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 768px) {
  .hero__content--bottomer--gt {
    top: auto;
    bottom: 5%;
    transform: translateY(0); } }

@media screen and (min-width: 768px) {
  .hero__content--bottom--gt {
    top: auto;
    bottom: 0;
    transform: translateY(0); } }

@media screen and (min-width: 768px) {
  .hero__content--left--gt {
    left: 0;
    right: auto; } }

@media screen and (min-width: 768px) {
  .hero__content--lefter--gt {
    left: 10%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .hero__content--center--gt {
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  .hero__content--righter--gt {
    left: auto;
    right: 10%; } }

@media screen and (min-width: 768px) {
  .hero__content--right--gt {
    left: auto;
    right: 0; } }

@media screen and (min-width: 768px) {
  .hero__content--full--gt {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .hero__content--1024--gt {
    width: 1024px; } }

@media screen and (min-width: 768px) {
  .hero__content--860--gt {
    width: 860px; } }

@media screen and (min-width: 768px) {
  .hero__content--820--gt {
    width: 820px; } }

@media screen and (min-width: 768px) {
  .hero__content--660--gt {
    width: 660px; } }

@media screen and (min-width: 768px) {
  .hero__content--620--gt {
    width: 620px; } }

@media screen and (min-width: 768px) {
  .hero__content--560--gt {
    width: 560px; } }

@media screen and (min-width: 768px) {
  .hero__content--520--gt {
    width: 520px; } }

@media screen and (min-width: 768px) {
  .hero__content--460--gt {
    width: 460px; } }

@media screen and (min-width: 768px) {
  .hero__content--420--gt {
    width: 420px; } }

@media screen and (min-width: 768px) {
  .hero__content--360--gt {
    width: 360px; } }

@media screen and (min-width: 768px) {
  .hero__content--320--gt {
    width: 320px; } }

@media screen and (min-width: 768px) {
  .hero__content--290--gt {
    width: 290px; } }

@media screen and (min-width: 768px) {
  .hero__content--260--gt {
    width: 260px; } }

@media screen and (min-width: 768px) {
  .hero__content--25pc--gt {
    width: 25%; } }

@media screen and (min-width: 768px) {
  .hero__content--33pc--gt {
    width: 33.33%; } }

@media screen and (min-width: 768px) {
  .hero__content--40pc--gt {
    width: 40%; } }

@media screen and (min-width: 768px) {
  .hero__content--50pc--gt {
    width: 50%; } }

@media screen and (min-width: 768px) {
  .hero__content--66pc--gt {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .hero__content--75pc--gt {
    width: 75%; } }

@media screen and (min-width: 768px) {
  .hero__content--83pc--gt {
    width: 83%; } }

@media screen and (min-width: 768px) {
  .hero__content--text-left--gt {
    text-align: left; } }

@media screen and (min-width: 768px) {
  .hero__content--text-center--gt {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .hero__content--text-right--gt {
    text-align: right; } }

@media screen and (min-width: 768px) {
  .dyson-nz.catalog-product-view .hgroup .hero__content--66pc--gt {
    width: 100%; } }

.dyson-nz.catalog-product-view .hgroup a.button.button--large.button--cart.card__addtocart.product__variant__add-to-cart--animated-smaller {
  width: 75%; }

@media screen and (min-width: 520px) {
  .hero__content--top--gp {
    top: 0;
    transform: translateY(0); } }

@media screen and (min-width: 520px) {
  .hero__content--topper--gp {
    top: 5%;
    bottom: auto;
    transform: translateY(0); } }

@media screen and (min-width: 520px) {
  .hero__content--middleup--gp {
    top: 30%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 520px) {
  .hero__content--middle--gp {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 520px) {
  .hero__content--middledown--gp {
    top: 70%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 520px) {
  .hero__content--bottomer--gp {
    top: auto;
    bottom: 5%;
    transform: translateY(0); } }

@media screen and (min-width: 520px) {
  .hero__content--bottom--gp {
    top: auto;
    bottom: 0;
    transform: translateY(0); } }

@media screen and (min-width: 520px) {
  .hero__content--left--gp {
    left: 0;
    right: auto; } }

@media screen and (min-width: 520px) {
  .hero__content--lefter--gp {
    left: 10%;
    right: auto; } }

@media screen and (min-width: 520px) {
  .hero__content--center--gp {
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 520px) {
  .hero__content--righter--gp {
    left: auto;
    right: 10%; } }

@media screen and (min-width: 520px) {
  .hero__content--right--gp {
    left: auto;
    right: 0; } }

@media screen and (min-width: 520px) {
  .hero__content--full--gp {
    width: 100%; } }

@media screen and (min-width: 520px) {
  .hero__content--1024--gp {
    width: 1024px; } }

@media screen and (min-width: 520px) {
  .hero__content--860--gp {
    width: 860px; } }

@media screen and (min-width: 520px) {
  .hero__content--820--gp {
    width: 820px; } }

@media screen and (min-width: 520px) {
  .hero__content--660--gp {
    width: 660px; } }

@media screen and (min-width: 520px) {
  .hero__content--620--gp {
    width: 620px; } }

@media screen and (min-width: 520px) {
  .hero__content--560--gp {
    width: 560px; } }

@media screen and (min-width: 520px) {
  .hero__content--520--gp {
    width: 520px; } }

@media screen and (min-width: 520px) {
  .hero__content--460--gp {
    width: 460px; } }

@media screen and (min-width: 520px) {
  .hero__content--420--gp {
    width: 420px; } }

@media screen and (min-width: 520px) {
  .hero__content--360--gp {
    width: 360px; } }

@media screen and (min-width: 520px) {
  .hero__content--320--gp {
    width: 320px; } }

@media screen and (min-width: 520px) {
  .hero__content--290--gp {
    width: 290px; } }

@media screen and (min-width: 520px) {
  .hero__content--260--gp {
    width: 260px; } }

@media screen and (min-width: 520px) {
  .hero__content--25pc--gp {
    width: 25%; } }

@media screen and (min-width: 520px) {
  .hero__content--33pc--gp {
    width: 33.33%; } }

@media screen and (min-width: 520px) {
  .hero__content--40pc--gp {
    width: 40%; } }

@media screen and (min-width: 520px) {
  .hero__content--50pc--gp {
    width: 50%; } }

@media screen and (min-width: 520px) {
  .hero__content--66pc--gp {
    width: 100%; } }

@media screen and (min-width: 520px) {
  .hero__content--75pc--gp {
    width: 75%; } }

@media screen and (min-width: 520px) {
  .hero__content--83pc--gp {
    width: 83%; } }

@media screen and (min-width: 520px) {
  .hero__content--text-left--gp {
    text-align: left; } }

@media screen and (min-width: 520px) {
  .hero__content--text-center--gp {
    text-align: center; } }

@media screen and (min-width: 520px) {
  .hero__content--text-right--gp {
    text-align: right; } }

@media screen and (min-width: 520px) {
  .dyson-nz.catalog-product-view .hgroup .hero__content--66pc--gp {
    width: 100%; } }

.dyson-nz.catalog-product-view .hgroup a.button.button--large.button--cart.card__addtocart.product__variant__add-to-cart--animated-smaller {
  width: 75%; }

@media screen and (min-width: 1024px) {
  .hero__content--top--gtw {
    top: 0;
    transform: translateY(0); } }

@media screen and (min-width: 1024px) {
  .hero__content--topper--gtw {
    top: 5%;
    bottom: auto;
    transform: translateY(0); } }

@media screen and (min-width: 1024px) {
  .hero__content--middleup--gtw {
    top: 30%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 1024px) {
  .hero__content--middle--gtw {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 1024px) {
  .hero__content--middledown--gtw {
    top: 70%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 1024px) {
  .hero__content--bottomer--gtw {
    top: auto;
    bottom: 5%;
    transform: translateY(0); } }

@media screen and (min-width: 1024px) {
  .hero__content--bottom--gtw {
    top: auto;
    bottom: 0;
    transform: translateY(0); } }

@media screen and (min-width: 1024px) {
  .hero__content--left--gtw {
    left: 0;
    right: auto; } }

@media screen and (min-width: 1024px) {
  .hero__content--lefter--gtw {
    left: 10%;
    right: auto; } }

@media screen and (min-width: 1024px) {
  .hero__content--center--gtw {
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  .hero__content--righter--gtw {
    left: auto;
    right: 10%; } }

@media screen and (min-width: 1024px) {
  .hero__content--right--gtw {
    left: auto;
    right: 0; } }

@media screen and (min-width: 1024px) {
  .hero__content--full--gtw {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .hero__content--1024--gtw {
    width: 1024px; } }

@media screen and (min-width: 1024px) {
  .hero__content--860--gtw {
    width: 860px; } }

@media screen and (min-width: 1024px) {
  .hero__content--820--gtw {
    width: 820px; } }

@media screen and (min-width: 1024px) {
  .hero__content--660--gtw {
    width: 660px; } }

@media screen and (min-width: 1024px) {
  .hero__content--620--gtw {
    width: 620px; } }

@media screen and (min-width: 1024px) {
  .hero__content--560--gtw {
    width: 560px; } }

@media screen and (min-width: 1024px) {
  .hero__content--520--gtw {
    width: 520px; } }

@media screen and (min-width: 1024px) {
  .hero__content--460--gtw {
    width: 460px; } }

@media screen and (min-width: 1024px) {
  .hero__content--420--gtw {
    width: 420px; } }

@media screen and (min-width: 1024px) {
  .hero__content--360--gtw {
    width: 360px; } }

@media screen and (min-width: 1024px) {
  .hero__content--320--gtw {
    width: 320px; } }

@media screen and (min-width: 1024px) {
  .hero__content--290--gtw {
    width: 290px; } }

@media screen and (min-width: 1024px) {
  .hero__content--260--gtw {
    width: 260px; } }

@media screen and (min-width: 1024px) {
  .hero__content--25pc--gtw {
    width: 25%; } }

@media screen and (min-width: 1024px) {
  .hero__content--33pc--gtw {
    width: 33.33%; } }

@media screen and (min-width: 1024px) {
  .hero__content--40pc--gtw {
    width: 40%; } }

@media screen and (min-width: 1024px) {
  .hero__content--50pc--gtw {
    width: 50%; } }

@media screen and (min-width: 1024px) {
  .hero__content--66pc--gtw {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .hero__content--75pc--gtw {
    width: 75%; } }

@media screen and (min-width: 1024px) {
  .hero__content--83pc--gtw {
    width: 83%; } }

@media screen and (min-width: 1024px) {
  .hero__content--text-left--gtw {
    text-align: left; } }

@media screen and (min-width: 1024px) {
  .hero__content--text-center--gtw {
    text-align: center; } }

@media screen and (min-width: 1024px) {
  .hero__content--text-right--gtw {
    text-align: right; } }

@media screen and (min-width: 1024px) {
  .dyson-nz.catalog-product-view .hgroup .hero__content--66pc--gtw {
    width: 100%; } }

.dyson-nz.catalog-product-view .hgroup a.button.button--large.button--cart.card__addtocart.product__variant__add-to-cart--animated-smaller {
  width: 75%; }

@media screen and (min-width: 1280px) {
  .hero__content--top--gd {
    top: 0;
    transform: translateY(0); } }

@media screen and (min-width: 1280px) {
  .hero__content--topper--gd {
    top: 5%;
    bottom: auto;
    transform: translateY(0); } }

@media screen and (min-width: 1280px) {
  .hero__content--middleup--gd {
    top: 30%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 1280px) {
  .hero__content--middle--gd {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 1280px) {
  .hero__content--middledown--gd {
    top: 70%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 1280px) {
  .hero__content--bottomer--gd {
    top: auto;
    bottom: 5%;
    transform: translateY(0); } }

@media screen and (min-width: 1280px) {
  .hero__content--bottom--gd {
    top: auto;
    bottom: 0;
    transform: translateY(0); } }

@media screen and (min-width: 1280px) {
  .hero__content--left--gd {
    left: 0;
    right: auto; } }

@media screen and (min-width: 1280px) {
  .hero__content--lefter--gd {
    left: 10%;
    right: auto; } }

@media screen and (min-width: 1280px) {
  .hero__content--center--gd {
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 1280px) {
  .hero__content--righter--gd {
    left: auto;
    right: 10%; } }

@media screen and (min-width: 1280px) {
  .hero__content--right--gd {
    left: auto;
    right: 0; } }

@media screen and (min-width: 1280px) {
  .hero__content--full--gd {
    width: 100%; } }

@media screen and (min-width: 1280px) {
  .hero__content--1024--gd {
    width: 1024px; } }

@media screen and (min-width: 1280px) {
  .hero__content--860--gd {
    width: 860px; } }

@media screen and (min-width: 1280px) {
  .hero__content--820--gd {
    width: 820px; } }

@media screen and (min-width: 1280px) {
  .hero__content--660--gd {
    width: 660px; } }

@media screen and (min-width: 1280px) {
  .hero__content--620--gd {
    width: 620px; } }

@media screen and (min-width: 1280px) {
  .hero__content--560--gd {
    width: 560px; } }

@media screen and (min-width: 1280px) {
  .hero__content--520--gd {
    width: 520px; } }

@media screen and (min-width: 1280px) {
  .hero__content--460--gd {
    width: 460px; } }

@media screen and (min-width: 1280px) {
  .hero__content--420--gd {
    width: 420px; } }

@media screen and (min-width: 1280px) {
  .hero__content--360--gd {
    width: 360px; } }

@media screen and (min-width: 1280px) {
  .hero__content--320--gd {
    width: 320px; } }

@media screen and (min-width: 1280px) {
  .hero__content--290--gd {
    width: 290px; } }

@media screen and (min-width: 1280px) {
  .hero__content--260--gd {
    width: 260px; } }

@media screen and (min-width: 1280px) {
  .hero__content--25pc--gd {
    width: 25%; } }

@media screen and (min-width: 1280px) {
  .hero__content--33pc--gd {
    width: 33.33%; } }

@media screen and (min-width: 1280px) {
  .hero__content--40pc--gd {
    width: 40%; } }

@media screen and (min-width: 1280px) {
  .hero__content--50pc--gd {
    width: 50%; } }

@media screen and (min-width: 1280px) {
  .hero__content--66pc--gd {
    width: 100%; } }

@media screen and (min-width: 1280px) {
  .hero__content--75pc--gd {
    width: 75%; } }

@media screen and (min-width: 1280px) {
  .hero__content--83pc--gd {
    width: 83%; } }

@media screen and (min-width: 1280px) {
  .hero__content--text-left--gd {
    text-align: left; } }

@media screen and (min-width: 1280px) {
  .hero__content--text-center--gd {
    text-align: center; } }

@media screen and (min-width: 1280px) {
  .hero__content--text-right--gd {
    text-align: right; } }

@media screen and (min-width: 1280px) {
  .dyson-nz.catalog-product-view .hgroup .hero__content--66pc--gd {
    width: 100%; } }

.dyson-nz.catalog-product-view .hgroup a.button.button--large.button--cart.card__addtocart.product__variant__add-to-cart--animated-smaller {
  width: 75%; }

.hero--product-variant--perfect {
  background: #f2f2f2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 30%, #ffffff 33%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }
  @media screen and (min-width: 768px) {
    .hero--product-variant--perfect .hgroup__main-image {
      float: right;
      width: 35%; } }
  @media screen and (min-width: 1280px) {
    .hero--product-variant--perfect .hgroup__main-image {
      width: 33%;
      order: 2; } }
  .hero--product-variant--perfect .hgroup__image img {
    max-width: 50%;
    margin-top: 20px; }
  .hero--product-variant--perfect .product__action .button {
    margin-right: 4px; }
    .hero--product-variant--perfect .product__action .button:last-child {
      margin-right: 0; }

.hero--product-variant .hgroup__image img {
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 100%; }
  @media screen and (min-width: 520px) {
    .hero--product-variant .hgroup__image img {
      margin-bottom: 130%;
      max-width: 70%; } }
  @media screen and (min-width: 640px) {
    .hero--product-variant .hgroup__image img {
      margin-bottom: 155%; } }
  @media screen and (min-width: 768px) {
    .hero--product-variant .hgroup__image img {
      max-width: 50%;
      margin-bottom: 0; } }

.hero--product-variant .product__action .button {
  margin-right: 4px; }
  .hero--product-variant .product__action .button:last-child {
    margin-right: 0; }

@media screen and (min-width: 768px) {
  .hero--product-variant {
    padding-bottom: 10%; } }

@media screen and (min-width: 1024px) {
  .hero--product-variant {
    padding-bottom: 5%; } }

@media screen and (min-width: 1280px) {
  .hero--product-variant {
    padding-bottom: 7%; } }

@media screen and (min-width: 1440px) {
  .hero--product-variant {
    padding-bottom: 12%; }
    .product-dyson-v8-animal-plus .hero--product-variant {
      padding-bottom: 8%; } }

.hero--product-group .product__logo img {
  max-width: none; }
  .dyson-kr .hero--product-group .product__logo img,
  .dyson-gv .hero--product-group .product__logo img,
  .dyson-decgv .hero--product-group .product__logo img,
  .dyson-in .hero--product-group .product__logo img,
  .dyson-mx .hero--product-group .product__logo img,
  .dyson-nz .hero--product-group .product__logo img,
  .dyson-tr .hero--product-group .product__logo img {
    max-width: 100%; }

@media screen and (min-width: 768px) {
  .hero--product-group-airblade-tap {
    padding-bottom: 2%; } }

@media screen and (min-width: 768px) {
  .hero--product-group-airblade-generic {
    padding-bottom: 5%; } }

.product__basket.product__basket__preorder-container {
  position: relative;
  padding-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    .product__basket.product__basket__preorder-container {
      padding-bottom: 0; } }

.product__basket.product__basket__preorder-container .card__action__item__product-amasty-note {
  font-weight: bold;
  font-size: 14px; }

.hero__pricing__sold-out {
  font-style: normal;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 0) {
    .hero__pricing__sold-out {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .hero__pricing__sold-out {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 1024px) {
    .hero__pricing__sold-out {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .hero__content__preorder-container .hero__pricing__sold-out {
    margin-top: 70px; }
    @media screen and (min-width: 768px) {
      .hero__content__preorder-container .hero__pricing__sold-out {
        margin-top: 50px; } }

.hero__body--relative--gd--promo {
  z-index: 0; }

.stat-set__list {
  margin-top: -30px; }
  @media screen and (min-width: 768px) {
    .stat-set__list {
      margin-top: -45px; } }
  @media screen and (min-width: 1024px) {
    .stat-set__list {
      margin-top: -45px; } }

.stat-set__item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #666666; }
  @media screen and (min-width: 768px) {
    .stat-set__item {
      margin-top: 45px; } }
  @media screen and (min-width: 1024px) {
    .stat-set__item {
      margin-top: 45px; } }
  @media screen and (min-width: 768px) {
    .stat-set__item {
      padding-top: 30px; } }
  @media screen and (min-width: 1024px) {
    .stat-set__item {
      padding-top: 45px; } }

@media screen and (min-width: 0) {
  .spec-set__title {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (min-width: 1024px) {
  .spec-set__title {
    font-size: 32px;
    font-size: 2rem; } }

.spec-set__list {
  margin-top: -10px; }
  @media screen and (min-width: 768px) {
    .spec-set__list {
      margin-top: -20px; } }
  @media screen and (min-width: 1024px) {
    .spec-set__list {
      margin-top: -30px; } }

.spec-set__image-set {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .spec-set__image-set {
      padding-top: 45px; } }
  @media screen and (min-width: 1024px) {
    .spec-set__image-set {
      padding-top: 70px; } }

.spec-set__image-set__image {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .spec-set__image-set__image {
      padding-top: 0; } }
  @media screen and (min-width: 1024px) {
    .spec-set__image-set__image {
      padding-top: top; } }
  @media screen and (min-width: 768px) {
    .spec-set__image-set__image {
      padding-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .spec-set__image-set__image {
      padding-bottom: top; } }
  @media screen and (min-width: 768px) {
    .spec-set__image-set__image {
      padding-bottom: 70px; } }
  @media screen and (min-width: 1024px) {
    .spec-set__image-set__image {
      padding-bottom: 70px; } }

.spec-set__image-set__list {
  margin-top: -10px; }
  @media screen and (min-width: 768px) {
    .spec-set__image-set__list {
      margin-top: -20px; } }
  @media screen and (min-width: 1024px) {
    .spec-set__image-set__list {
      margin-top: -30px; } }

.spec-set__item {
  padding-top: 10px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  min-height: 100%; }
  @media screen and (min-width: 768px) {
    .spec-set__item {
      padding-top: 20px; } }
  @media screen and (min-width: 1024px) {
    .spec-set__item {
      padding-top: 30px; } }

.testimonial--dark {
  color: #fff; }

.testimonial__image {
  text-align: center;
  margin-bottom: 20px; }
  .testimonial__image img {
    height: 5rem; }

.testimonial__blockquote {
  margin: 0; }

.testimonial__blockquote__quote {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }
  .dyson-th.primary .testimonial__blockquote__quote {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .testimonial__blockquote__quote {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .testimonial__blockquote__quote, .dyson-sa.rtl .testimonial__blockquote__quote {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .testimonial__blockquote__quote {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .testimonial__blockquote__quote {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .testimonial--dark .testimonial__blockquote__quote {
    color: #fff; }
  @media screen and (min-width: 0) {
    .testimonial--small .testimonial__blockquote__quote {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (min-width: 768px) {
    .testimonial--small .testimonial__blockquote__quote {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (min-width: 1024px) {
    .testimonial--small .testimonial__blockquote__quote {
      font-size: 22px;
      font-size: 1.375rem; } }

.testimonial__cite {
  padding-top: 20px;
  max-width: 580px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .testimonial__cite {
      padding-top: 30px; } }
  @media screen and (min-width: 1024px) {
    .testimonial__cite {
      padding-top: 30px; } }
  .testimonial__cite:before {
    content: "";
    display: block;
    border-top: 1px solid #fff;
    width: 130px;
    margin: 0 auto;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .testimonial__cite:before {
        padding-top: 30px; } }
    @media screen and (min-width: 1024px) {
      .testimonial__cite:before {
        padding-top: 30px; } }
    .testimonial--no-separator .testimonial__cite:before {
      display: none; }

.testimonial__cite__title,
.testimonial__cite__text,
.testimonial__cite__url {
  padding-top: 10px; }
  @media screen and (min-width: 768px) {
    .testimonial__cite__title,
    .testimonial__cite__text,
    .testimonial__cite__url {
      padding-top: 10px; } }
  @media screen and (min-width: 1024px) {
    .testimonial__cite__title,
    .testimonial__cite__text,
    .testimonial__cite__url {
      padding-top: 10px; } }
  .testimonial__cite__title:first-child,
  .testimonial__cite__text:first-child,
  .testimonial__cite__url:first-child {
    padding-top: 0; }
    @media screen and (min-width: 768px) {
      .testimonial__cite__title:first-child,
      .testimonial__cite__text:first-child,
      .testimonial__cite__url:first-child {
        padding-top: 0; } }
    @media screen and (min-width: 1024px) {
      .testimonial__cite__title:first-child,
      .testimonial__cite__text:first-child,
      .testimonial__cite__url:first-child {
        padding-top: 0; } }

.testimonial__cite__title {
  display: block;
  font-weight: normal;
  color: #000; }
  @media screen and (min-width: 0) {
    .testimonial__cite__title {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .testimonial__cite__title {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (min-width: 1024px) {
    .testimonial__cite__title {
      font-size: 24px;
      font-size: 1.5rem; } }
  .testimonial--dark .testimonial__cite__title {
    color: #fff; }
  @media screen and (min-width: 0) {
    .testimonial--small .testimonial__cite__title {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 768px) {
    .testimonial--small .testimonial__cite__title {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media screen and (min-width: 1024px) {
    .testimonial--small .testimonial__cite__title {
      font-size: 16px;
      font-size: 1rem; } }

.testimonial__cite__text {
  display: block;
  font-style: normal; }
  .testimonial--dark .testimonial__cite__text {
    color: #999999; }

.testimonial__cite__url {
  display: block; }
  @media screen and (min-width: 0) {
    .testimonial--small .testimonial__cite__url {
      font-size: 12px;
      font-size: 0.75rem; } }
  .testimonial--dark .testimonial__cite__url a {
    color: inherit; }

.contents .contents__body {
  margin-top: -30px; }
  @media screen and (min-width: 768px) {
    .contents .contents__body {
      margin-top: -30px; } }
  @media screen and (min-width: 1024px) {
    .contents .contents__body {
      margin-top: -45px; } }

.contents .contents__main {
  min-height: 20%;
  display: flex;
  align-items: flex-end; }

.contents .contents__list {
  min-height: 100%;
  display: flex;
  align-items: flex-end; }

.contents .contents__item {
  border-bottom: 1px solid #ebebeb;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  height: auto; }
  @media screen and (min-width: 768px) {
    .contents .contents__item {
      padding-top: 30px; } }
  @media screen and (min-width: 1024px) {
    .contents .contents__item {
      padding-top: 45px; } }
  @media screen and (min-width: 768px) {
    .contents .contents__item {
      padding-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    .contents .contents__item {
      padding-bottom: 30px; } }
  @media screen and (min-width: 0) {
    .contents .contents__item {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 1024px) {
    .contents .contents__item {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px) {
    .contents .contents__item {
      width: 50%; } }
  @media screen and (min-width: 1280px) {
    .contents .contents__item {
      width: 100%; } }
  .contents__main .contents .contents__item {
    padding-bottom: 30px; }

.contents .contents__item__url, .contents .contents__item__text {
  text-decoration: none;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333; }

.contents .contents__list .contents__item__text {
  width: 100px; }

.contents img {
  position: relative;
  vertical-align: middle;
  text-align: center;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 108px; }
  .contents__main .contents img {
    min-height: 0;
    display: block; }

.contents strong {
  display: block;
  padding-top: 20px; }
  .contents__main .contents strong {
    padding-top: 30px; }

@media screen and (min-width: 0) {
  .contents--product .contents__title {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (min-width: 1024px) {
  .contents--product .contents__title {
    font-size: 32px;
    font-size: 2rem; } }

.parts .parts__body {
  margin-top: -30px; }
  @media screen and (min-width: 768px) {
    .parts .parts__body {
      margin-top: -30px; } }
  @media screen and (min-width: 1024px) {
    .parts .parts__body {
      margin-top: -45px; } }

.parts .parts__main {
  min-height: 100%;
  display: flex;
  align-items: flex-end; }

.parts .parts__list {
  min-height: 100%;
  display: flex;
  align-items: flex-end; }

.parts .parts__item {
  border-bottom: 1px solid #d5d5d5;
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: 100%;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .parts .parts__item {
      padding-top: 30px; } }
  @media screen and (min-width: 1024px) {
    .parts .parts__item {
      padding-top: 45px; } }
  @media screen and (min-width: 768px) {
    .parts .parts__item {
      padding-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    .parts .parts__item {
      padding-bottom: 30px; } }
  @media screen and (min-width: 0) {
    .parts .parts__item {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 1024px) {
    .parts .parts__item {
      font-size: 14px;
      font-size: 0.875rem; } }
  .parts__main .parts .parts__item {
    padding-bottom: 30px; }

.parts .parts__item__url {
  text-decoration: none;
  display: block; }

.parts img {
  position: relative;
  vertical-align: middle;
  text-align: center;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .parts__main .parts img {
    min-height: 0;
    display: block; }

.parts strong {
  display: block;
  padding-top: 20px; }
  .parts__main .parts strong {
    padding-top: 30px; }

.parts__genuine {
  background-color: #fbfbfb; }

.icon-info-set.icon-info-set--cart > .row {
  background: #fbfbfb;
  border-bottom: 1px solid #ebebeb;
  padding: 1em 0;
  max-height: 108px; }
  .icon-info-set.icon-info-set--cart > .row .slider__cart__icons {
    visibility: hidden; }
    .icon-info-set.icon-info-set--cart > .row .slider__cart__icons .icon-info__title {
      font-size: 1rem;
      font-weight: 500; }

.icon-info-set--offset-title .icon-info-set__title {
  margin-top: 0 !important; }

.icon-info-set__item {
  text-align: center; }

.icon-info-set__copy {
  text-align: center; }

.tiles__item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #666666; }
  @media screen and (min-width: 640px) {
    .tiles__item {
      border-top: 0; } }
  @media screen and (min-width: 1280px) {
    .tiles--mh620 .tiles__item {
      min-height: 620px; } }
  .tiles__item.tiles__item--override-mh {
    min-height: 0; }
  .tiles__item .hero {
    width: 100%; }

.product-nav__slider {
  overflow-x: hidden; }

.product-nav__slider__reviews {
  overflow-x: hidden; }

@media screen and (min-width: 0) {
  .rating-set__title {
    font-size: 36px;
    font-size: 2.25rem; } }

@media screen and (min-width: 1024px) {
  .rating-set__title {
    font-size: 40px;
    font-size: 2.5rem; } }

.rating-set__content {
  margin-top: -45px; }
  @media screen and (min-width: 768px) {
    .rating-set__content {
      margin-top: -45px; } }
  @media screen and (min-width: 1024px) {
    .rating-set__content {
      margin-top: -45px; } }

.rating-set__item {
  padding-top: 45px; }
  @media screen and (min-width: 768px) {
    .rating-set__item {
      padding-top: 45px; } }
  @media screen and (min-width: 1024px) {
    .rating-set__item {
      padding-top: 45px; } }

.rating-set__item--quote {
  padding-top: 0; }
  @media screen and (min-width: 640px) {
    .rating-set__item--quote {
      padding-top: 45px; } }
  @media screen and (min-width: 640px) and (min-width: 768px) {
    .rating-set__item--quote {
      padding-top: 45px; } }
  @media screen and (min-width: 640px) and (min-width: 1024px) {
    .rating-set__item--quote {
      padding-top: 45px; } }

.rating-set__action {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .rating-set__action {
      padding-top: 30px; } }
  @media screen and (min-width: 1024px) {
    .rating-set__action {
      padding-top: 30px; } }

.catalogsearch-result-index .slider__item {
  padding-left: 20px;
  padding-bottom: 20px;
  display: inline-block; }
  @media screen and (min-width: 1024px) {
    .catalogsearch-result-index .slider__item {
      padding-left: 30px;
      padding-bottom: 30px; } }

.dyson-review-post .page {
  background-color: #000; }

.slider__list__reviews, .slider__list__reviews__content {
  visibility: hidden; }

.product-review-container {
  min-height: 300px; }

div.tab__image div.image {
  max-width: inherit; }

.field.form__item.form__item--inline.form__item--checkbox.form__item--entered, .checkout__row .opc-wrapper .opc .form .field.form__item--inline.form__item--checkbox.form__item--entered {
  display: inline; }

.review__title img {
  max-width: 30%; }

@media screen and (min-width: 768px) {
  .review__title {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.review__title--img {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .review__title--img {
      text-align: right;
      margin-right: 10%; } }

#product-submit-review {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #product-submit-review {
      width: 80%; } }
  @media screen and (min-width: 1280px) {
    #product-submit-review {
      width: 75%; } }
  #product-submit-review .review-form {
    max-width: 100%; }
  #product-submit-review label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #product-submit-review .required {
    position: relative; }
    #product-submit-review .required label.label {
      position: absolute;
      background: #fff;
      margin-left: 9px;
      padding: 0 5px;
      line-height: normal;
      top: -6px;
      font-size: 14px;
      width: auto;
      z-index: 1; }
  #product-submit-review p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #product-submit-review fieldset.fieldset.review-fieldset.review-write {
    border: none;
    padding: 0px !important;
    min-width: 100%; }
    #product-submit-review fieldset.fieldset.review-fieldset.review-write input {
      margin-bottom: 5px; }
  #product-submit-review .review-form {
    margin: 0 auto; }
  #product-submit-review .review-control-vote:before,
  #product-submit-review .review-control-vote label:before {
    font-size: 50px; }
  #product-submit-review .review-control-vote:before {
    color: #c7c7c7;
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #c7c7c7; }
  #product-submit-review .review-control-vote label:before {
    color: #ffcc01;
    -webkit-text-fill-color: #ffcc01;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffcc01; }
  #product-submit-review .review-form .action.submit.primary {
    background-color: #1a1a1a;
    border: none;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 768px) {
      #product-submit-review .review-form .action.submit.primary {
        width: 50%; } }
  #product-submit-review .review-form .action.submit.primary:hover {
    background-color: #4d4d4d; }
  #product-submit-review .review-guidelines {
    background-color: #ffcc01;
    padding: 30px;
    margin-top: 40px; }
    #product-submit-review .review-guidelines li {
      font-size: 14px; }
  #product-submit-review span.review-terms-trigger {
    text-decoration: underline; }
    #product-submit-review span.review-terms-trigger:hover {
      text-decoration: none; }
  #product-submit-review .review-titles {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #product-submit-review .review-titles label.label.label--review {
      position: relative;
      top: 10px; }
  #product-submit-review input::placeholder {
    font-size: 14px; }
  #product-submit-review textarea::placeholder {
    font-size: 14px; }
  #product-submit-review textarea::-webkit-input-placeholder {
    font-size: 14px; }
  #product-submit-review textarea::-moz-placeholder {
    font-size: 14px; }
  #product-submit-review textarea:-ms-input-placeholder {
    font-size: 14px; }
  #product-submit-review textarea:-ms-input-placeholder {
    font-size: 14px; }
  #product-submit-review div.control select {
    margin-bottom: 5px; }
  #product-submit-review .review-min-char {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    margin-left: auto; }
  #product-submit-review .review-cta {
    margin: 3em 0 3em 0; }
  #product-submit-review .review-about-you {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #product-submit-review .review-about-you {
        display: flex; } }
  @media screen and (min-width: 768px) {
    #product-submit-review .review-field-age,
    #product-submit-review .review-field-nickname {
      width: 50%;
      margin-right: 25px; } }
  @media screen and (min-width: 768px) {
    #product-submit-review .review-field-email,
    #product-submit-review .review-field-gender {
      width: 50%; } }
  #product-submit-review div.control input {
    width: 100%; }
  @media screen and (min-width: 1280px) {
    #product-submit-review .contact--border {
      border-right: 1px solid #d5d5d5; } }

.reviews-actions {
  text-decoration: underline; }
  .reviews-actions:hover {
    text-decoration: none; }

.reviews-form-link {
  text-decoration: underline;
  margin-top: 15px; }
  .reviews-form-link:hover {
    text-decoration: none; }
  .card__inner .reviews-form-link {
    margin-top: 0; }

.review-item__radio--recommend {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex; }
  .review-item__radio--recommend span {
    margin-right: 5px; }

.review-item__radio--registered {
  font-size: 12px; }

.review-details .review-details-label {
  font-size: 14px;
  color: #999999; }

ul.items.pages__items {
  list-style-type: none; }
  ul.items.pages__items li {
    display: inline-block;
    padding: 5px; }

.pagination {
  background: #ebebeb;
  padding: 5px;
  text-align: center;
  border-radius: 2px; }

@media screen and (min-width: 755px) {
  .dyson-review-product .modal-popup.modal-small .modal-inner-wrap {
    width: 60%;
    height: auto;
    padding: 20px; } }

.review-terms .review-tcs p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.review-form-privacy-link a, .review-form-privacy-link a:link, .review-form-privacy-link a:active, .review-form-privacy-link a:visited {
  text-decoration: underline;
  cursor: pointer; }
  .review-form-privacy-link a:hover, .review-form-privacy-link a:focus, .review-form-privacy-link a:link:hover, .review-form-privacy-link a:link:focus, .review-form-privacy-link a:active:hover, .review-form-privacy-link a:active:focus, .review-form-privacy-link a:visited:hover, .review-form-privacy-link a:visited:focus {
    text-decoration: none; }

.card-nav {
  overflow-x: hidden; }

@media screen and (min-width: 768px) {
  .product__main:after {
    content: "";
    display: table;
    clear: both; } }

.product__logo {
  padding-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .product__logo {
      padding-bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    .product__logo {
      padding-bottom: 20px; } }

.button .button--cart__basket-icon--card {
  width: 24px;
  position: relative;
  left: -4px;
  top: 4px; }

.product__image {
  text-align: center;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .product__image {
      padding-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .product__image {
      padding-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .product__image {
      text-align: right;
      float: right;
      max-width: 40%;
      padding-left: 50px; }
      .product--group .product__image {
        width: 60%;
        max-width: none;
        text-align: center; } }

.product__image__smallprint {
  text-align: right;
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .product__image__smallprint {
      padding-top: 30px; } }
  @media screen and (min-width: 1024px) {
    .product__image__smallprint {
      padding-top: 30px; } }

.product__features {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  border-top: 1px solid #d5d5d5; }
  @media screen and (min-width: 0) {
    .product__features {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .product__features {
      font-size: 24px;
      font-size: 1.5rem; } }
  .dyson-th.primary .product__features {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .product__features {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .product__features, .dyson-sa.rtl .product__features {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .product__features {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .product__features {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 768px) {
    .product__features {
      border-top: 0; } }
  .product__features li {
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5; }
    @media screen and (min-width: 768px) {
      .product__features li {
        padding-top: 20px; } }
    @media screen and (min-width: 1024px) {
      .product__features li {
        padding-top: 20px; } }
    @media screen and (min-width: 768px) {
      .product__features li {
        padding-bottom: 20px; } }
    @media screen and (min-width: 1024px) {
      .product__features li {
        padding-bottom: 20px; } }

.product__features__title {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 0) {
    .product__features__title {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 1024px) {
    .product__features__title {
      font-size: 14px;
      font-size: 0.875rem; } }

@media screen and (min-width: 0) {
  .product__features__feature {
    font-size: 16px;
    font-size: 1rem; } }

@media screen and (min-width: 1024px) {
  .product__features__feature {
    font-size: 24px;
    font-size: 1.5rem; } }

.product__features__title + .product__features__feature {
  margin-top: 0.5em; }

.hero--product-variant__inner--perfect .product__basket {
  padding: 0; }

.product__tag {
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .product__tag {
      padding-top: 20px; } }
  @media screen and (min-width: 1024px) {
    .product__tag {
      padding-top: 20px; } }

.product__action {
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .product__action {
      padding-top: 20px; } }
  @media screen and (min-width: 1024px) {
    .product__action {
      padding-top: 20px; } }
  .product--group .product__action {
    padding-top: 45px; }
    @media screen and (min-width: 768px) {
      .product--group .product__action {
        padding-top: 70px; } }
    @media screen and (min-width: 1024px) {
      .product--group .product__action {
        padding-top: 70px; } }
    @media screen and (min-width: 768px) {
      .product--group .product__action {
        max-width: none; } }

@media screen and (min-width: 768px) {
  .product__action__add-to-cart {
    width: 50%; } }

@media screen and (min-width: 1280px) {
  .product__action__add-to-cart {
    width: 100%; } }

.product__action__text {
  padding-top: 20px; }
  @media screen and (min-width: 0) {
    .product__action__text {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .product__action__text {
      padding-top: 20px; } }
  @media screen and (min-width: 1024px) {
    .product__action__text {
      padding-top: 20px; } }

.product__smallprint {
  clear: both;
  padding-top: 30px; }
  @media screen and (min-width: 0) {
    .product__smallprint {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .product__smallprint {
      padding-top: 45px; } }
  @media screen and (min-width: 1024px) {
    .product__smallprint {
      padding-top: 20px; } }

.product__urgency-messaging {
  margin-top: 20px;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px; }
  @media screen and (min-width: 0) {
    .product__urgency-messaging {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .product__urgency-messaging {
      font-size: 13px;
      font-size: 0.8125rem; } }
  @media screen and (min-width: 1024px) {
    .product__urgency-messaging {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .dyson-th.primary .product__urgency-messaging {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .product__urgency-messaging {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .product__urgency-messaging, .dyson-sa.rtl .product__urgency-messaging {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .product__urgency-messaging {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .product__urgency-messaging {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.product__urgency-messaging__time-icon {
  width: 15px;
  vertical-align: sub; }

.product__claim-section {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .product__claim-section {
      display: flex; } }
  @media screen and (min-width: 1280px) {
    .product__claim-section {
      width: 33.33%;
      float: right;
      order: 3;
      display: inline-block; } }

.product__claims {
  margin: 50px 0px;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .product__claims {
      width: 70%;
      margin-right: 30px; } }
  @media screen and (min-width: 1280px) {
    .product__claims {
      width: 100%; } }
  .product__claims ul {
    padding-left: 20px;
    color: #333; }
  .product__claims a:link {
    border-bottom: 1px solid #333; }
  .product__claims a:hover {
    border-bottom: none; }

.dyson-nz .product__claims {
  margin: 0 0 50px; }

.product__claims__features {
  margin: 20px 0; }
  .product__claims__features__feature {
    border-bottom: 1px solid #d9d9d9; }
    .product__claims__features__feature p {
      font-size: 14px;
      line-height: 20px;
      margin: 8px 0; }
      @media screen and (min-width: 1024px) {
        .product__claims__features__feature p {
          font-size: 16px;
          line-height: 24px; } }
  .product__claims__features__feature--last {
    border-bottom: none; }

.product__demo-video {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 22px;
  padding: 0;
  vertical-align: top; }
  @media screen and (min-width: 768px) {
    .product__demo-video {
      position: static;
      margin: 50px 10px 0 0;
      width: 25%;
      max-width: 25%; } }
  @media screen and (min-width: 1280px) {
    .product__demo-video {
      width: 45%;
      max-width: 45%; } }
  .product__demo-video p {
    display: none; }
    @media screen and (min-width: 768px) {
      .product__demo-video p {
        display: inline-block;
        font-weight: 500;
        margin-bottom: 10px; } }
  .product__demo-video .product__demo-video__still {
    cursor: pointer;
    object-fit: cover;
    border: none;
    background: none;
    padding: 0; }
  .product__demo-video .product__demo-video__still img {
    height: 0px;
    object-fit: cover; }
    @media screen and (min-width: 768px) {
      .product__demo-video .product__demo-video__still img {
        height: 80px; } }
    @media screen and (min-width: 1024px) {
      .product__demo-video .product__demo-video__still img {
        height: 110px; } }

@media screen and (min-width: 1024px) {
  .image__cta.image__cta--roundal.product__demo-video__play-button .roundal.roundal--medium.roundal__play-button {
    top: 27px; } }

.product__demo-video__play-button {
  position: absolute;
  left: 10px;
  top: 10px; }
  .product__demo-video__play-button .roundal__icon svg.icon {
    left: 0px; }
    @media screen and (min-width: 768px) {
      .product__demo-video__play-button .roundal__icon svg.icon {
        left: -5px; } }
    @media screen and (min-width: 1280px) {
      .product__demo-video__play-button .roundal__icon svg.icon {
        left: -6px; } }
  @media screen and (min-width: 768px) {
    .product__demo-video__play-button {
      left: 50%; } }
  @media screen and (min-width: 1024px) {
    .product__demo-video__play-button {
      top: 27%; } }

@media screen and (min-width: 1280px) {
  .hgroup__product--column1 {
    width: 33.33%; } }

h1.hgroup__motif__h1-cdn-img-replace {
  display: block;
  box-sizing: border-box;
  height: 100px;
  width: 285px;
  padding-top: 250px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    h1.hgroup__motif__h1-cdn-img-replace {
      width: 310px; } }

.product__claim-section__gallery {
  display: none; }
  @media screen and (min-width: 768px) {
    .product__claim-section__gallery {
      margin: 50px 10px 0 0;
      width: 25%;
      position: static;
      display: inline-block; } }
  @media screen and (min-width: 1280px) {
    .product__claim-section__gallery {
      width: 45%; } }
  .product__claim-section__gallery p {
    font-weight: 500;
    margin-bottom: 10px; }
  .product__claim-section__gallery .product__claim-section--gallery-image {
    background: none;
    border: none;
    padding: 0; }

.product__claim-section__gallery--images {
  display: none; }
  @media screen and (min-width: 768px) {
    .product__claim-section__gallery--images {
      height: 80px;
      color: #fff;
      display: inline-block; }
      .product__claim-section__gallery--images img {
        height: 80px;
        object-fit: cover; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .product__claim-section__gallery--images img {
      height: 110px; } }
  @media screen and (min-width: 1280px) {
    .product__claim-section__gallery--images {
      height: 108px; } }

.product__claim-section--gallery-button {
  background: #fff;
  box-shadow: -3px -3px 54px 0px #d9d9d9;
  -webkit-box-shadow: -3px -3px 54px 0px #d9d9d9;
  -moz-box-shadow: -3px -3px 54px 0px #d9d9d9;
  position: absolute;
  top: 77px;
  height: 70px;
  width: 70px;
  background-color: white;
  border-radius: 50px;
  padding: 18px 10px 0 10px; }
  .product__claim-section--gallery-button img {
    width: 70%;
    margin: 7px 7px; }
  @media screen and (min-width: 768px) {
    .product__claim-section--gallery-button {
      display: none; } }

.product__claim-section__gallery-image img {
  height: 107px; }

@media screen and (min-width: 767px) {
  .catalog-product-view #product_addtocart_form .card__action .secondary-nav__add, .catalog-product-view #product_addtocart_form .product__action {
    padding-top: 20px; } }

@media screen and (max-width: 767px) {
  .catalog-product-view #product_addtocart_form .card__action .secondary-nav__add, .catalog-product-view #product_addtocart_form .product__action {
    padding-top: 0; } }

@media screen and (min-width: 1024px) {
  .catalog-product-view #product_addtocart_form .card__action .secondary-nav__add, .catalog-product-view #product_addtocart_form .product__action {
    padding-top: 20px; } }

.choose-variant-wrapper {
  padding-top: 20px; }
  @media screen and (min-width: 640px) {
    .choose-variant-wrapper {
      padding-bottom: 12px; } }
  @media screen and (max-width: 640px) {
    .choose-variant-wrapper {
      padding-bottom: 8px; } }
  @media screen and (min-width: 1024px) {
    .choose-variant-wrapper {
      padding-bottom: 16px; } }
  .choose-variant-wrapper .choose-text {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    line-height: 20px;
    display: block; }
    .choose-variant-wrapper .choose-text .selected-option {
      font-weight: 300; }
  .choose-variant-wrapper .brand_bg [type="radio"]:checked,
  .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
    .rtl .choose-variant-wrapper .brand_bg [type="radio"]:checked, .rtl
    .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) {
      left: auto;
      right: -9999px; }
  .choose-variant-wrapper .brand_bg [type="radio"]:checked + label,
  .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 40px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    display: inline-block;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }
    .rtl .choose-variant-wrapper .brand_bg [type="radio"]:checked + label, .rtl
    .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label {
      padding-right: 40px;
      padding-left: 16px; }
  .choose-variant-wrapper .brand_bg [type="radio"]:checked + label {
    font-weight: 500; }
  .choose-variant-wrapper .brand_bg [type="radio"]:checked + label:before,
  .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border: 2px solid #333;
    border-radius: 100%;
    background: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 8px; }
    .rtl .choose-variant-wrapper .brand_bg [type="radio"]:checked + label:before, .rtl
    .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label:before {
      left: auto;
      right: 0;
      margin-right: 0;
      margin-left: 8px; }
    @media screen and (max-width: 1024px) {
      .choose-variant-wrapper .brand_bg [type="radio"]:checked + label:before,
      .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label:before {
        width: 24px;
        height: 24px; } }
  .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label:before {
    border: 1px solid #919191; }
  .choose-variant-wrapper .brand_bg [type="radio"]:checked + label:after,
  .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #333;
    position: absolute;
    top: 16px;
    left: 8px;
    border-radius: 100%;
    transition: all 0.2s ease; }
    .rtl .choose-variant-wrapper .brand_bg [type="radio"]:checked + label:after, .rtl
    .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label:after {
      left: auto; }
      @media screen and (min-width: 640px) {
        .rtl .choose-variant-wrapper .brand_bg [type="radio"]:checked + label:after, .rtl
        .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label:after {
          right: 7px; } }
      @media screen and (max-width: 640px) {
        .rtl .choose-variant-wrapper .brand_bg [type="radio"]:checked + label:after, .rtl
        .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label:after {
          right: 7px; } }
      @media screen and (min-width: 1024px) {
        .rtl .choose-variant-wrapper .brand_bg [type="radio"]:checked + label:after, .rtl
        .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label:after {
          right: 8px; } }
    @media screen and (max-width: 1024px) {
      .choose-variant-wrapper .brand_bg [type="radio"]:checked + label:after,
      .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label:after {
        width: 14px;
        height: 14px;
        top: 15px;
        left: 7px; } }
  .choose-variant-wrapper .brand_bg [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .choose-variant-wrapper .brand_bg [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .choose-variant-wrapper .brand_bg .out-of-stock [type="radio"]:not(:checked) + label {
    text-decoration: line-through;
    color: #555555; }
  .choose-variant-wrapper .brand_bg .out-of-stock [type="radio"]:not(:checked) + label:after {
    text-decoration: line-through;
    position: absolute;
    content: "";
    top: 23px;
    left: 0;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    transform: rotate(-38deg) !important;
    width: 29px;
    opacity: 1;
    height: 0; }
    @media screen and (max-width: 1024px) {
      .choose-variant-wrapper .brand_bg .out-of-stock [type="radio"]:not(:checked) + label:after {
        width: 25px;
        top: 20px; } }
  .choose-variant-wrapper .brand_bg .out-of-stock [type="radio"]:checked + label {
    text-decoration: line-through;
    color: #555555; }
  .choose-variant-wrapper .brand_bg .active.out-of-stock [type="radio"]:checked + label span.active-linethrough:after {
    text-decoration: line-through;
    position: absolute;
    content: "";
    top: 23px;
    right: 0px;
    left: 0px;
    border-top: 2px solid;
    border-color: inherit;
    transform: rotate(-38deg) !important;
    width: 31px;
    opacity: 1;
    height: 0; }
    @media screen and (max-width: 1024px) {
      .choose-variant-wrapper .brand_bg .active.out-of-stock [type="radio"]:checked + label span.active-linethrough:after {
        width: 28px;
        top: 21px; } }
  .choose-variant-wrapper .brand_bg .color-swatch {
    display: flex;
    align-items: center;
    margin-left: -8px; }
    .choose-variant-wrapper .brand_bg .color-swatch .prodvariants, .choose-variant-wrapper .brand_bg .color-swatch .promovariants {
      position: relative;
      padding: 8px;
      display: block;
      font-size: 0; }
      .choose-variant-wrapper .brand_bg .color-swatch .prodvariants img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants img {
        border-radius: 100%;
        cursor: pointer; }
        @media screen and (min-width: 640px) {
          .choose-variant-wrapper .brand_bg .color-swatch .prodvariants img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants img {
            width: 20px;
            height: 20px; } }
        @media screen and (max-width: 640px) {
          .choose-variant-wrapper .brand_bg .color-swatch .prodvariants img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants img {
            width: 20px;
            height: 20px; } }
        @media screen and (min-width: 1024px) {
          .choose-variant-wrapper .brand_bg .color-swatch .prodvariants img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants img {
            width: 24px;
            height: 24px; } }
      .choose-variant-wrapper .brand_bg .color-swatch .prodvariants:not(last-child), .choose-variant-wrapper .brand_bg .color-swatch .promovariants:not(last-child) {
        margin-right: 4px; }
      .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.active img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants.active img {
        border: 2px solid #333;
        padding: 1px; }
        @media screen and (min-width: 640px) {
          .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.active img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants.active img {
            width: 28px;
            height: 28px; } }
        @media screen and (max-width: 640px) {
          .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.active img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants.active img {
            width: 28px;
            height: 28px; } }
        @media screen and (min-width: 1024px) {
          .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.active img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants.active img {
            width: 32px;
            height: 32px; } }
      .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.out-of-stock, .choose-variant-wrapper .brand_bg .color-swatch .promovariants.out-of-stock {
        cursor: default; }
        .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.out-of-stock img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants.out-of-stock img {
          opacity: 0.7;
          cursor: default; }
        @media screen and (min-width: 640px) {
          .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.out-of-stock.active img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants.out-of-stock.active img {
            width: 22px;
            height: 22px; } }
        @media screen and (max-width: 640px) {
          .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.out-of-stock.active img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants.out-of-stock.active img {
            width: 22px;
            height: 22px; } }
        @media screen and (min-width: 1024px) {
          .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.out-of-stock.active img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants.out-of-stock.active img {
            width: 28px;
            height: 28px; } }
        .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.out-of-stock span.cross, .choose-variant-wrapper .brand_bg .color-swatch .promovariants.out-of-stock span.cross {
          background: linear-gradient(to top left, #fff calc(50% - 1px), black, #fff calc(50% + 1px));
          border-radius: 100%;
          display: block;
          font-size: 0; }
        .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.out-of-stock.active span.cross, .choose-variant-wrapper .brand_bg .color-swatch .promovariants.out-of-stock.active span.cross {
          border: 2px solid #333; }
        .choose-variant-wrapper .brand_bg .color-swatch .prodvariants.out-of-stock.active img, .choose-variant-wrapper .brand_bg .color-swatch .promovariants.out-of-stock.active img {
          border: 0; }

.card .choose-variant-wrapper {
  padding: 0; }

body.catalog-category-view .contents.box__container .g-col.gtw-col-2-3, body.catalog-product-view .contents.box__container .g-col.gtw-col-2-3, body.cms-page-view .contents.box__container .g-col.gtw-col-2-3 {
  padding-left: 0; }

body.catalog-category-view .contents.box__container .contents__body .product__in-the-box__contents-list, body.catalog-product-view .contents.box__container .contents__body .product__in-the-box__contents-list, body.cms-page-view .contents.box__container .contents__body .product__in-the-box__contents-list {
  align-items: flex-start; }

body.catalog-category-view .contents.box__container .contents__main .contents__item, body.catalog-product-view .contents.box__container .contents__main .contents__item, body.cms-page-view .contents.box__container .contents__main .contents__item {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 0; }
  body.catalog-category-view .contents.box__container .contents__main .contents__item .contents__item__text .box_product_hero_img, body.catalog-product-view .contents.box__container .contents__main .contents__item .contents__item__text .box_product_hero_img, body.cms-page-view .contents.box__container .contents__main .contents__item .contents__item__text .box_product_hero_img {
    width: 100%; }
    body.catalog-category-view .contents.box__container .contents__main .contents__item .contents__item__text .box_product_hero_img img, body.catalog-product-view .contents.box__container .contents__main .contents__item .contents__item__text .box_product_hero_img img, body.cms-page-view .contents.box__container .contents__main .contents__item .contents__item__text .box_product_hero_img img {
      max-height: 356px;
      margin: 0 auto; }

body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper {
  margin: 0;
  text-decoration: none !important;
  display: flex;
  height: auto !important;
  overflow: hidden;
  touch-action: manipulation;
  width: 100%;
  margin-top: 16px;
  padding-left: 0; }
  body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected {
    outline: none; }
    body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container {
      border: 3px solid #666; }
      body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .toolDesc, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .toolDesc, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .toolDesc {
        width: 100%;
        height: auto;
        padding: 16px;
        opacity: 1;
        margin: 0;
        min-height: 54px; }
      body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container svg.shape.shape--medium, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container svg.shape.shape--medium, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container svg.shape.shape--medium {
        transform: rotate(180deg); }
  body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      border: 1px solid #ebebeb;
      margin-top: 0;
      min-height: 98px;
      cursor: pointer;
      padding: 0;
      outline: none; }
      body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row {
        display: flex;
        width: 100%;
        flex-wrap: wrap; }
        body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row .whats-in-the-box__tool-image-box, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row .whats-in-the-box__tool-image-box, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row .whats-in-the-box__tool-image-box {
          height: 116px;
          width: auto;
          margin: 0;
          max-width: 94px;
          display: inline-flex;
          justify-content: center;
          align-items: center; }
          body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row .whats-in-the-box__tool-image-box .whats-in-the-box__tool-image, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row .whats-in-the-box__tool-image-box .whats-in-the-box__tool-image, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row .whats-in-the-box__tool-image-box .whats-in-the-box__tool-image {
            height: 110px;
            width: auto;
            min-height: 110px;
            min-width: auto; }
        body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row .whats-in-the-box__tool-name-container, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row .whats-in-the-box__tool-name-container, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row .whats-in-the-box__tool-name-container {
          display: flex;
          border-bottom: 0;
          max-height: 116px;
          height: 100% !important;
          align-items: center;
          padding: 48px 0;
          flex: 1;
          justify-content: space-between; }
          body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row .whats-in-the-box__tool-name-container svg.shape.shape--medium, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row .whats-in-the-box__tool-name-container svg.shape.shape--medium, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .whats-in-the-box__tool-top-row .whats-in-the-box__tool-name-container svg.shape.shape--medium {
            width: 15px;
            height: 15px;
            margin-right: 16px;
            margin-left: 16px;
            fill: #999;
            color: #999; }
      body.catalog-category-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .toolDesc, body.catalog-product-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .toolDesc, body.cms-page-view .contents.box__container .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container .toolDesc {
        display: block;
        height: 0;
        padding: 0;
        transition: all .5s ease-out;
        opacity: 0;
        margin-left: 16px;
        font-size: 14px;
        line-height: 20px;
        color: #555; }

.catalog-product-view .klarna-payment {
  padding-top: 8px; }

.catalog-product-view .card .card__inner .klarna-payment {
  padding-bottom: 0; }

.catalog-product-view .messages .message.error {
  background-color: #f0f0f0;
  margin-top: 0;
  padding: 16px; }
  @media screen and (min-width: 768px) {
    .catalog-product-view .messages .message.error {
      padding: 20px; } }
  @media screen and (min-width: 1024px) {
    .catalog-product-view .messages .message.error {
      padding: 32px; } }
  .catalog-product-view .messages .message.error div {
    color: #da2f47;
    font-size: 14px;
    line-height: 20px; }
    .catalog-product-view .messages .message.error div:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 13.3px;
      height: 13.3px;
      background: url("../images/icons/alert.png") no-repeat;
      background-size: contain;
      margin-bottom: 5px;
      margin-right: 8px; }

.catalog-product-view .card__preorder {
  margin: 8px 0 8px 0; }
  .catalog-product-view .card__preorder .pre-order-message {
    color: #333333;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500; }
    @media screen and (min-width: 1024px) {
      .catalog-product-view .card__preorder .pre-order-message {
        line-height: 24px;
        font-size: 16px; } }

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .catalog-product-view .hero--product-variant__old_imperfect_layout .product__action .button.pre-order-btn {
    width: 100%; } }

.catalog-product-view {
  color: #333333; }
  .catalog-product-view .hero--product-variant--perfect,
  .catalog-product-view .hero--product-variant {
    background: none; }
  .catalog-product-view .mobile-show-pdp {
    display: none; }
  .catalog-product-view .hero .row--small {
    padding-top: 0; }
  @media screen and (max-width: 640px) {
    .catalog-product-view.rtl .hero .product__demo-video__play-button {
      right: -24px; } }
  .catalog-product-view.rtl .hero .image .hgroup__motif__h1-cdn-img-replace {
    background-position: right; }
  @media screen and (max-width: 640px) {
    .catalog-product-view.rtl .mobile-show-pdp .product-gallery__image--icon-container .product__claim-section--gallery-button {
      right: -5px;
      left: 0; } }
  .catalog-product-view.rtl .product__demo-video .product__demo-video__play-button .roundal__icon .icon {
    right: -8px; }
    @media screen and (max-width: 640px) {
      .catalog-product-view.rtl .product__demo-video .product__demo-video__play-button .roundal__icon .icon {
        right: 0;
        left: 0; } }
  .catalog-product-view .hero .single-line-motif .hgroup__motif__h1-cdn-img-replace,
  .catalog-product-view .hero .single-line-motif img {
    height: 24px;
    padding-top: 24px !important; }
    @media screen and (min-width: 768px) {
      .catalog-product-view .hero .single-line-motif .hgroup__motif__h1-cdn-img-replace,
      .catalog-product-view .hero .single-line-motif img {
        height: 26px;
        padding-top: 26px !important; } }
    @media screen and (min-width: 1024px) {
      .catalog-product-view .hero .single-line-motif .hgroup__motif__h1-cdn-img-replace,
      .catalog-product-view .hero .single-line-motif img {
        height: 28px;
        padding-top: 28px !important; } }
  .catalog-product-view .hero .double-line-extra-motif .hgroup__motif__h1-cdn-img-replace,
  .catalog-product-view .hero .double-line-extra-motif img {
    height: 50px;
    padding-top: 50px !important; }
    @media screen and (min-width: 768px) {
      .catalog-product-view .hero .double-line-extra-motif .hgroup__motif__h1-cdn-img-replace,
      .catalog-product-view .hero .double-line-extra-motif img {
        height: 53px;
        padding-top: 53px !important; } }
    @media screen and (min-width: 1024px) {
      .catalog-product-view .hero .double-line-extra-motif .hgroup__motif__h1-cdn-img-replace,
      .catalog-product-view .hero .double-line-extra-motif img {
        height: 57px;
        padding-top: 57px !important; } }
  .catalog-product-view .hero .double-line-motif .hgroup__motif__h1-cdn-img-replace,
  .catalog-product-view .hero .double-line-motif img {
    height: 44px;
    padding-top: 44px !important; }
    @media screen and (min-width: 768px) {
      .catalog-product-view .hero .double-line-motif .hgroup__motif__h1-cdn-img-replace,
      .catalog-product-view .hero .double-line-motif img {
        height: 48px;
        padding-top: 48px !important; } }
    @media screen and (min-width: 1024px) {
      .catalog-product-view .hero .double-line-motif .hgroup__motif__h1-cdn-img-replace,
      .catalog-product-view .hero .double-line-motif img {
        height: 52px;
        padding-top: 52px !important; } }
  .catalog-product-view .hero--product-variant .mobile-show-pdp .hgroup__image {
    padding-top: 48px;
    padding-bottom: 16px; }
    @media screen and (max-width: 767px) {
      .catalog-product-view .hero--product-variant .mobile-show-pdp .hgroup__image {
        margin: 0;
        padding: 0; } }
    .catalog-product-view .hero--product-variant .mobile-show-pdp .hgroup__image .image img {
      padding: 0 !important;
      margin: 0;
      max-width: 100%; }
  @media screen and (max-width: 767px) {
    .catalog-product-view .mobile-show-pdp {
      display: block;
      padding-top: 32px; }
      .catalog-product-view .mobile-show-pdp .reviews-form-link {
        margin-top: 16px;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px; }
      .catalog-product-view .mobile-show-pdp .product-gallery__image--icon-container {
        position: relative;
        z-index: 10;
        display: inline-block; }
        .catalog-product-view .mobile-show-pdp .product-gallery__image--icon-container .product__demo-video {
          margin-top: 16px; }
        .catalog-product-view .mobile-show-pdp .product-gallery__image--icon-container .product__claim-section--gallery-button {
          top: 74px;
          margin-top: 8px; }
      .catalog-product-view .mobile-show-pdp .product-reviews-summary {
        margin-top: 16px;
        margin-bottom: 0; }
        .catalog-product-view .mobile-show-pdp .product-reviews-summary .dyson-bazaarvoice__reviews-link {
          font-size: 14px !important;
          font-weight: 300 !important;
          line-height: 20px !important;
          color: #555555 !important; }
        .catalog-product-view .mobile-show-pdp .product-reviews-summary .reviews-actions a,
        .catalog-product-view .mobile-show-pdp .product-reviews-summary .reviews-actions .bv_text,
        .catalog-product-view .mobile-show-pdp .product-reviews-summary .bv_main_container a,
        .catalog-product-view .mobile-show-pdp .product-reviews-summary .bv_main_container .bv_text {
          font-size: 14px;
          font-weight: 300 !important;
          line-height: 20px;
          color: #555555 !important; }
      .catalog-product-view .mobile-show-pdp .hgroup__image {
        margin: 0; }
        .catalog-product-view .mobile-show-pdp .hgroup__image .image span {
          margin-bottom: 16px;
          display: inline-block;
          font-size: 12px;
          font-weight: 500;
          line-height: 24px;
          padding-top: 0;
          padding-bottom: 0; }
        .catalog-product-view .mobile-show-pdp .hgroup__image .image h1.hgroup__motif__h1-cdn-img-replace {
          margin: 0; }
    .catalog-product-view .desktop-show-pdp .product__demo-video,
    .catalog-product-view .desktop-show-pdp .product__claim-section--gallery-button,
    .catalog-product-view .desktop-show-pdp .hgroup__image,
    .catalog-product-view .desktop-show-pdp .product-reviews-summary,
    .catalog-product-view .desktop-show-pdp .reviews-form-link {
      display: none; }
    .catalog-product-view .desktop-show-pdp .product__claims__features {
      margin: 8px 0; }
    .catalog-product-view .desktop-show-pdp .hero__pricing__sold-out {
      font-size: 14px;
      font-weight: 300;
      line-height: 20px;
      color: #555555; }
    .catalog-product-view .hero--product-variant .desktop-show-pdp .hero__media.hero__media--absolute--g {
      display: none; }
    .catalog-product-view .hero--product-variant .mobile-show-pdp .hero__media.hero__media--absolute--g {
      position: relative; }
    .catalog-product-view .hero--product-variant .hgroup .hgroup__title {
      margin-bottom: 16px;
      padding-top: 16px; }
    .catalog-product-view .hero--product-variant .hgroup .hgroup__prefix {
      font-size: 20px;
      font-weight: 300;
      line-height: 28px;
      color: #333333; }
    .catalog-product-view .hero--product-variant--perfect .product__claims {
      margin-top: 0;
      border-top: 1px solid #ebebeb;
      width: 100%;
      padding-top: 32px;
      margin-bottom: 0; }
      .catalog-product-view .hero--product-variant--perfect .product__claims .hgroup__prefix {
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        color: #333333;
        padding-bottom: 8px; }
      .catalog-product-view .hero--product-variant--perfect .product__claims a {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        color: #333333; }
      .catalog-product-view .hero--product-variant--perfect .product__claims .product__claims__features__feature p {
        font-weight: 300;
        color: #333333; }
    .catalog-product-view .choose-variant-wrapper {
      padding-bottom: 0;
      padding-top: 16px; }
    .catalog-product-view .product__price-matched {
      font-size: 14px;
      font-weight: 300;
      line-height: 20px; }
      .catalog-product-view .product__price-matched .emi {
        margin: 0 !important;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        background-size: 20px !important; }
      .catalog-product-view .product__price-matched font {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px; }
      .catalog-product-view .product__price-matched br {
        display: none; }
    .catalog-product-view .product__urgency-messaging {
      color: #da2f47;
      font-size: 12px;
      font-weight: 300;
      line-height: 17px;
      margin-top: 16px;
      margin-bottom: 0; }
      .catalog-product-view .product__urgency-messaging a {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px; }
    .catalog-product-view .custom-ajax-form .button,
    .catalog-product-view .notify-me-form .button {
      margin-top: 16px;
      margin-bottom: 32px; }
    .catalog-product-view .custom-ajax-form .dyson-promotion-banner__container,
    .catalog-product-view .notify-me-form .dyson-promotion-banner__container {
      margin: 0; }
    .catalog-product-view .product__basket .product__price {
      padding-top: 16px; }
      .catalog-product-view .product__basket .product__price .price-box {
        margin: 0; }
      .catalog-product-view .product__basket .product__price .price__is .price-wrapper {
        margin-left: 0;
        display: block; }
      .catalog-product-view .product__basket .product__price .price__is .price {
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 36px; }
      .catalog-product-view .product__basket .product__price .price__save {
        font-size: 16px;
        font-weight: 300;
        line-height: 18px; }
        .catalog-product-view .product__basket .product__price .price__save .price {
          font-size: 16px;
          font-weight: 300;
          line-height: 18px; }
    .catalog-product-view .contents.box__container .layout, .catalog-product-view .contents.box__container .message.cookie .content, .message.cookie .catalog-product-view .contents.box__container .content, .catalog-product-view .contents.box__container .sub-category-nav__wrapper.dcr-category-nav__wrapper {
      padding: 0; }
    .catalog-product-view .contents.box__container .contents__title {
      padding: 0 25px; }
    .catalog-product-view .contents.box__container .contents__body .g-col {
      padding: 0; }
      .catalog-product-view .contents.box__container .contents__body .g-col .box_prod_name {
        padding: 16px 0;
        width: 80%;
        margin: 0 auto; }
    .catalog-product-view .contents.box__container .g-wrap {
      margin: 0; }
    .catalog-product-view .contents.box__container .contents__body .whats-in-the-box__row .whats-in-the-box__col {
      width: 100%;
      padding: 0; }
      .catalog-product-view .contents.box__container .contents__body .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper {
        margin-top: 0;
        width: 100%; }
        .catalog-product-view .contents.box__container .contents__body .whats-in-the-box__row .whats-in-the-box__col .whats-in-the-box__tool--wrapper.selected .whats-in-the-box__tool-item .whats-in-the-box__tool-main-container {
          border-left: 0;
          border-right: 0;
          border-width: 1px; } }
  @media screen and (max-width: 640px) {
    .catalog-product-view .mobile-show-pdp .roundal,
    .catalog-product-view .mobile-show-pdp .product__claim-section--gallery-button {
      width: 40px;
      height: 40px;
      border: 1px solid #ebebeb; }
    .catalog-product-view .mobile-show-pdp .product-gallery__image--icon-container .product__demo-video {
      margin-top: 0; }
      .catalog-product-view .mobile-show-pdp .product-gallery__image--icon-container .product__demo-video .product__demo-video__play-button {
        top: 0;
        padding-top: 16px;
        left: 3px; }
        .catalog-product-view .mobile-show-pdp .product-gallery__image--icon-container .product__demo-video .product__demo-video__play-button .roundal__icon .icon {
          height: 17px;
          width: 17px;
          left: 4px; }
    .catalog-product-view .mobile-show-pdp .product-gallery__image--icon-container .product__claim-section--gallery-button {
      top: 38px;
      margin-top: 8px;
      padding: 9px 10px 0;
      left: 5px; }
      .catalog-product-view .mobile-show-pdp .product-gallery__image--icon-container .product__claim-section--gallery-button .product__claim-section__gallery-icon {
        width: 100%;
        margin: 0;
        height: 14px;
        width: 22px; } }

.catalog-product-view .product__price-matched {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 8px 0; }
  @media screen and (min-width: 768px) {
    .catalog-product-view .product__price-matched {
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    .catalog-product-view .product__price-matched {
      font-size: 16px;
      line-height: 24px;
      color: #0066CC;
      width: 100%; } }

.catalog-product-view .hero .product__price-matched {
  padding-left: 0;
  padding-right: 0; }

.product__slideshow .slick-slider .slick-track,
.product__slideshow .slick-slider .slick-list {
  transform: none; }

.product__slideshow .modal-inner-wrap {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .product__slideshow .modal-inner-wrap {
      max-width: 50%; } }
  @media screen and (min-width: 1440px) {
    .product__slideshow .modal-inner-wrap {
      max-width: 40%; } }
  .product__slideshow .modal-inner-wrap .modal-content {
    padding: 0; }

.product__slideshow__container {
  transform: none; }
  .product__slideshow__container h4 {
    padding-left: 20px;
    font-size: 14px;
    margin-top: -30px;
    font-weight: 500;
    width: 80%; }
    @media screen and (min-width: 768px) {
      .product__slideshow__container h4 {
        font-size: 16px; } }

.product__slideshow__container__gallery {
  overflow: hidden;
  -ms-overflow-style: none;
  transform: none; }
  .product__slideshow__container__gallery .slick-track {
    direction: rtl; }
  .product__slideshow__container__gallery .slider__list {
    margin-left: 0;
    transform: none; }
  .product__slideshow__container__gallery .slider__list__slide {
    position: relative;
    transform: none; }
    .product__slideshow__container__gallery .slider__list__slide--video {
      position: relative; }
      .product__slideshow__container__gallery .slider__list__slide--video picture {
        z-index: 20;
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%; }
      .product__slideshow__container__gallery .slider__list__slide--video .fluid-media {
        z-index: 10; }
      .product__slideshow__container__gallery .slider__list__slide--video .image__cta {
        z-index: 30; }
      .product__slideshow__container__gallery .slider__list__slide--video button.image__cta--roundal {
        background: none;
        border: none; }
    .product__slideshow__container__gallery .slider__list__slide--video--active picture {
      z-index: 10; }
    .product__slideshow__container__gallery .slider__list__slide--video--active video {
      position: relative;
      z-index: 20; }
    .product__slideshow__container__gallery .slider__list__slide--video--active .image__cta {
      display: none; }
    .product__slideshow__container__gallery .slider__list__slide--video-js--active .image__cta {
      display: none; }
  .product__slideshow__container__gallery .slick-track {
    position: relative;
    top: 0;
    display: block; }
  .product__slideshow__container__gallery .slick-dots {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 4px; }
    .product__slideshow__container__gallery .slick-dots li {
      display: inline-block;
      position: relative;
      margin: 0; }
      .product__slideshow__container__gallery .slick-dots li:after {
        content: '•';
        font-size: 20px;
        color: #b2b3b4;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 13%;
        z-index: -1; }
      .product__slideshow__container__gallery .slick-dots li.slick-active:after {
        color: #000; }
      .product__slideshow__container__gallery .slick-dots li button {
        background: none;
        border: none;
        color: transparent;
        font-size: 0;
        padding: 3px;
        margin: 17px; }

/*
  SUB NAV
*/
.sub-nav {
  z-index: 2000;
  background-color: #000;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out; }
  @media screen and (min-width: 1024px) {
    .sub-nav {
      position: absolute;
      right: 0;
      left: 0;
      top: 64px;
      background-color: #242424; } }
  .sub-nav.open {
    max-height: 100vh;
    overflow-y: auto; }

.sub-nav__inner > .g-wrap {
  width: 100%;
  margin-left: 0; }
  @media screen and (min-width: 1280px) {
    .sub-nav__inner > .g-wrap {
      margin-left: -25px; } }

@media screen and (min-width: 1024px) {
  .sub-nav__inner {
    padding: 2em 0; } }

.sub-nav__item {
  padding-left: 0; }
  @media screen and (min-width: 768px) {
    .sub-nav__item:nth-child(odd) {
      padding-right: 10px; } }
  @media screen and (min-width: 1024px) {
    .sub-nav__item {
      padding-bottom: 1em;
      padding-left: 30px;
      padding-right: 0; }
      .sub-nav__item:nth-child(odd) {
        padding-right: 0; } }
  .sub-nav__item .image {
    display: none; }
    @media screen and (min-width: 1024px) {
      .sub-nav__item .image {
        display: inherit; } }

.sub-nav__link {
  text-decoration: none;
  color: #fff;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: inline-block;
  width: 100%; }
  .sub-nav__link:hover, .sub-nav__link:focus, .sub-nav__link:active {
    text-decoration: none; }
  @media screen and (min-width: 0) {
    .sub-nav__link {
      font-size: 16px;
      font-size: 1rem; } }
  .dyson-th.primary .sub-nav__link {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .sub-nav__link {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .sub-nav__link, .dyson-sa.rtl .sub-nav__link {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .sub-nav__link {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .sub-nav__link {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .sub-nav__link:hover, .sub-nav__link:focus, .sub-nav__link:active {
    color: #fff; }

a.sub-nav__link {
  color: #fff; }
  a.sub-nav__link:hover, a.sub-nav__link:focus, a.sub-nav__link:active {
    color: #fff; }

.sub-nav__link--category {
  padding: 1.5rem 0;
  border-bottom: 1px solid #424242; }
  @media screen and (min-width: 1024px) {
    .sub-nav__link--category {
      padding: 1rem 0; } }
  @media screen and (min-width: 1024px) and (min-width: 0) {
    .sub-nav__link--category {
      font-size: 16px;
      font-size: 1rem; } }

.sub-nav__link--subcategory {
  padding-top: 1rem; }

@media screen and (min-width: 1024px) and (min-width: 0) {
  .sub-nav__link--content-only {
    font-size: 14px;
    font-size: 0.875rem; } }

.sub-nav__sub-links {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 0;
  display: none; }
  @media screen and (min-width: 1024px) {
    .sub-nav__sub-links {
      padding-bottom: 1.5rem;
      max-height: inherit;
      display: inherit; } }
  .sub-nav__sub-links li {
    padding: 0;
    margin: 0; }

/*
  MOBILE: If the second level category is not a link then show it's children links instead
*/
.sub-nav__item-inactive-category .sub-nav__link--category {
  display: none; }
  @media screen and (min-width: 1024px) {
    .sub-nav__item-inactive-category .sub-nav__link--category {
      display: block; } }

.sub-nav__item-inactive-category .sub-nav__sub-links {
  max-height: inherit;
  display: inherit; }

.secondary-nav {
  background-color: #333333;
  color: #fff;
  position: relative; }
  .secondary-nav:after {
    content: "";
    display: table;
    clear: both; }
  .secondary-nav .layout, .secondary-nav .message.cookie .content, .message.cookie .secondary-nav .content, .secondary-nav .sub-category-nav__wrapper.dcr-category-nav__wrapper {
    display: flex;
    min-height: 3.5rem; }
    @media screen and (min-width: 768px) {
      .secondary-nav .layout, .secondary-nav .message.cookie .content, .message.cookie .secondary-nav .content, .secondary-nav .sub-category-nav__wrapper.dcr-category-nav__wrapper {
        min-height: 4rem; } }
  .secondary-nav .icon--chevron {
    fill: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 140px;
    left: inherit;
    margin-left: inherit;
    margin-top: -8px; }
    @media screen and (min-width: 320px) {
      .secondary-nav .icon--chevron {
        right: 37%;
        margin-right: 4%; } }
    @media screen and (min-width: 480px) {
      .secondary-nav .icon--chevron {
        width: 20px;
        height: 20px;
        margin-top: -10px; } }
    @media screen and (min-width: 768px) {
      .secondary-nav .icon--chevron {
        left: 50%;
        right: inherit; } }
  .secondary-nav .bcStatic a {
    text-decoration: none;
    -webkit-appearance: none;
    border: 0;
    padding: 16px 12px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    max-width: 100%;
    text-align: center;
    border-radius: 0;
    width: 100%;
    max-width: none;
    background: #ebebeb;
    color: #333333;
    padding: 17px 12px; }
    .secondary-nav .bcStatic a:hover, .secondary-nav .bcStatic a:focus, .secondary-nav .bcStatic a:active {
      text-decoration: none; }
    @media screen and (min-width: 0) {
      .secondary-nav .bcStatic a {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 1024px) {
      .secondary-nav .bcStatic a {
        font-size: 18px;
        font-size: 1.125rem; } }
    .secondary-nav .bcStatic a:hover, .secondary-nav .bcStatic a:focus {
      background: #292929;
      border: 0; }
    .secondary-nav .bcStatic a.active {
      animation: clicked .25s ease-in; }
    @media screen and (min-width: 768px) {
      .secondary-nav .bcStatic a {
        padding: 20px 23px; }
        .dyson-pl .secondary-nav .bcStatic a {
          padding: 20px 16px; } }
    @media screen and (min-width: 1024px) {
      .dyson-sa .secondary-nav .bcStatic a {
        padding: 20px 16px; } }
    .secondary-nav .bcStatic a--primary {
      background: #333333;
      color: #fff; }
      .secondary-nav .bcStatic a--primary:hover, .secondary-nav .bcStatic a--primary:focus, .secondary-nav .bcStatic a--primary:active, .secondary-nav .bcStatic a--primary:visited {
        background: #292929; }
    .secondary-nav .bcStatic a--tertiary:hover, .secondary-nav .bcStatic a--tertiary:focus, .secondary-nav .bcStatic a--tertiary:active, .secondary-nav .bcStatic a--tertiary:visited {
      background: #74b126; }
    .secondary-nav .bcStatic a--tertiary:hover, .secondary-nav .bcStatic a--tertiary:focus, .secondary-nav .bcStatic a--tertiary:active, .secondary-nav .bcStatic a--tertiary:visited {
      background: #74b126; }
    .secondary-nav .bcStatic a--secondary:hover, .secondary-nav .bcStatic a--secondary:focus, .secondary-nav .bcStatic a--secondary:active, .secondary-nav .bcStatic a--secondary:visited {
      background: #e1e1e1; }
    .secondary-nav .bcStatic a--light {
      background: #fff;
      color: #333333; }
      .secondary-nav .bcStatic a--light span {
        color: #333333; }
      .secondary-nav .bcStatic a--light:hover, .secondary-nav .bcStatic a--light:focus, .secondary-nav .bcStatic a--light:active {
        background: #e1e1e1;
        color: #333333; }
      .secondary-nav .bcStatic a--light:visited {
        background: #fff; }
    .secondary-nav .bcStatic a--disabled {
      opacity: 0.75;
      cursor: default;
      pointer-events: none; }
      .secondary-nav .bcStatic a--disabled:hover, .secondary-nav .bcStatic a--disabled:focus, .secondary-nav .bcStatic a--disabled:active {
        background: inherit; }
    .secondary-nav .bcStatic a:hover, .secondary-nav .bcStatic a:focus, .secondary-nav .bcStatic a:active {
      background: #e1e1e1;
      color: #000; }

@media screen and (min-width: 0) and (min-width: 0) {
  .secondary-nav .bcStatic a {
    font-size: 16px;
    font-size: 1rem; } }
    @media screen and (min-width: 768px) {
      .secondary-nav .bcStatic a {
        padding: 21px 18px; } }
    .secondary-nav .bcStatic a img {
      height: .5625rem;
      position: relative;
      top: -2px;
      width: auto;
      /* fixes issue with IE11, no bad affect for other browsers */ }
      @media screen and (min-width: 768px) {
        .secondary-nav .bcStatic a img {
          height: .75rem; } }

.secondary-nav__inner {
  width: 100%; }

.secondary-nav__title {
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  padding: 5px 0;
  display: inline-flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 0) {
    .secondary-nav__title {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px) {
    .secondary-nav__title {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .secondary-nav__title {
      font-size: 18px;
      font-size: 1.125rem; } }

.price-wrapper {
  margin-left: 5px; }
  .dyson-my .price-final_price .price-wrapper {
    margin-left: 0; }

.secondary-nav__dropdown {
  text-decoration: none;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  width: 75%;
  text-align: left;
  padding-right: 15%; }
  @media screen and (min-width: 768px) {
    .secondary-nav__dropdown {
      padding-right: 35%; } }
  .secondary-nav__dropdown:hover, .secondary-nav__dropdown:focus {
    background: none;
    border: none; }
  .secondary-nav__dropdown .icon {
    transition: 0.2s ease-in-out; }
  .secondary-nav__dropdown[aria-expanded="true"] .icon--chevron {
    transform: rotateX(180deg); }

.secondary-nav__text {
  flex: 1;
  display: flex;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 8px 0; }
  .secondary-nav__text__divide {
    text-align: center;
    margin: 0 5px; }

.secondary-nav__text__total {
  font-weight: 500; }

.secondary-nav__add {
  width: 120px;
  flex-direction: row;
  display: flex;
  margin-right: -25px;
  height: auto; }
  .secondary-nav__add a.button.button--fluid.product__variant__add-to-cart--animated-smaller.button--tertiary.button--cart.secondary-nav__button.button--add-to-cart--two-line {
    padding: 11px; }
  @media screen and (min-width: 768px) {
    .secondary-nav__add {
      margin-right: 0;
      width: 180px; } }
  @media screen and (min-width: 1024px) {
    .secondary-nav__add {
      width: 240px; } }
  .secondary-nav__add .secondary-nav__button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 0) {
      .secondary-nav__add .secondary-nav__button {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 768px) {
      .secondary-nav__add .secondary-nav__button {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 1024px) {
      .secondary-nav__add .secondary-nav__button {
        font-size: 18px;
        font-size: 1.125rem; } }
    .secondary-nav__add .secondary-nav__button img {
      margin-bottom: 0; }
  form .secondary-nav__add {
    height: 100%; }

.secondary-nav__content {
  position: absolute;
  background-color: #2d2d2d;
  width: 100%;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  top: 56px;
  right: 0;
  left: 0;
  transition: max-height 0.2s ease-in-out; }
  @media screen and (min-width: 768px) {
    .secondary-nav__content {
      top: 64px; } }
  .secondary-nav__content.open {
    max-height: calc(100vh - 56px);
    overflow-y: auto; }

.secondary-nav__list {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .dyson-th.primary .secondary-nav__list {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .secondary-nav__list {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .secondary-nav__list, .dyson-sa.rtl .secondary-nav__list {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .secondary-nav__list {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .secondary-nav__list {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 768px) {
    .secondary-nav__list {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.secondary-nav__links {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding-top: 0.5rem; }
  @media screen and (min-width: 0) {
    .secondary-nav__links {
      font-size: 16px;
      font-size: 1rem; } }
  .dyson-th.primary .secondary-nav__links {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .secondary-nav__links {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .secondary-nav__links, .dyson-sa.rtl .secondary-nav__links {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .secondary-nav__links {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .secondary-nav__links {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .secondary-nav__links li {
    padding: 0;
    margin: 0; }

.secondary-nav__link {
  text-decoration: none;
  line-height: 1.5;
  padding: 0.5rem 0;
  display: inline-block;
  width: 100%;
  color: #fff; }
  .secondary-nav__link:hover, .secondary-nav__link:focus, .secondary-nav__link:active {
    text-decoration: none; }
  .secondary-nav__link:hover, .secondary-nav__link:focus, .secondary-nav__link:active, .secondary-nav__link.active, .secondary-nav__link:visited {
    color: #fff; }

.secondary-nav__list__title {
  margin: 0;
  line-height: 1.5; }
  @media screen and (min-width: 0) {
    .secondary-nav__list__title {
      font-size: 16px;
      font-size: 1rem; } }
  .secondary-nav__list__title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #999999;
    margin-top: 1rem; }
    @media screen and (min-width: 768px) {
      .secondary-nav__list__title:after {
        width: 50%; } }

.secondary-nav__breadcrumb {
  border-top: 1px solid #666666; }

.secondary-nav__breadcrumb .clr-dy-grey-6-fill {
  background-color: inherit; }

.secondary-nav__breadcrumb .layout, .secondary-nav__breadcrumb .message.cookie .content, .message.cookie .secondary-nav__breadcrumb .content, .secondary-nav__breadcrumb .sub-category-nav__wrapper.dcr-category-nav__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.breadcrumb-list__item {
  padding: 0;
  margin: 0;
  display: inline-flex; }
  .breadcrumb-list__item .icon {
    fill: #999999;
    margin: 0 .5rem;
    width: .75rem;
    height: 1.125rem; }
  .breadcrumb-list__item:last-of-type .icon {
    display: none; }

.breadcrumb-list__link {
  text-decoration: none;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .breadcrumb-list__link:hover, .breadcrumb-list__link:focus, .breadcrumb-list__link:active {
    text-decoration: none; }
  @media screen and (min-width: 0) {
    .breadcrumb-list__link {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 1024px) {
    .breadcrumb-list__link {
      font-size: 14px;
      font-size: 0.875rem; } }
  .dyson-th.primary .breadcrumb-list__link {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .breadcrumb-list__link {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .breadcrumb-list__link, .dyson-sa.rtl .breadcrumb-list__link {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .breadcrumb-list__link {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .breadcrumb-list__link {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.search-panel {
  z-index: 3000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  height: 0;
  overflow: hidden;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  transition: height 0.2s ease-in-out; }
  .search-panel.open {
    height: 100vh;
    overflow: scroll;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .search-panel.open::-webkit-scrollbar {
      display: none; }
    .search-panel.open .search-panel__inner {
      opacity: 1; }
  .search-panel .search-panel__input {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    background: transparent;
    border: 0;
    height: auto;
    padding: 0;
    color: #fff; }
    @media screen and (min-width: 0) {
      .search-panel .search-panel__input {
        font-size: 28px;
        font-size: 1.75rem; } }
    .dyson-th.primary .search-panel .search-panel__input {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .search-panel .search-panel__input {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .search-panel .search-panel__input, .dyson-sa.rtl .search-panel .search-panel__input {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .search-panel .search-panel__input {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .search-panel .search-panel__input {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
    .search-panel .search-panel__input::placeholder {
      color: #333333; }

@media screen and (min-width: 768px) and (min-width: 0) {
  .search-panel .search-panel__input {
    font-size: 40px;
    font-size: 2.5rem; } }

@media screen and (min-width: 1024px) and (min-width: 0) {
  .search-panel .search-panel__input {
    font-size: 64px;
    font-size: 4rem; } }
    .search-panel .search-panel__input:hover, .search-panel .search-panel__input:focus, .search-panel .search-panel__input:active {
      box-shadow: none; }
    .search-panel .search-panel__input:after {
      content: '';
      height: 1px;
      width: 100%;
      display: block;
      background-color: #fff; }

.search-panel__inner {
  opacity: 0;
  position: relative;
  padding-top: 68px;
  transition: opacity 0.4s ease-in-out; }
  @media screen and (min-width: 768px) {
    .search-panel__inner {
      padding-top: 114px; } }
  @media screen and (min-width: 1024px) {
    .search-panel__inner {
      padding-top: 234px; } }

.search-panel__form {
  width: 100%;
  position: relative;
  padding-right: 60px; }
  @media screen and (min-width: 768px) {
    .search-panel__form {
      top: 0; } }
  .search-panel__form .icon--clear {
    fill: #666666;
    height: 1.2rem;
    width: 1.2rem; }
    @media screen and (min-width: 1024px) {
      .search-panel__form .icon--clear {
        height: 2rem;
        width: 2rem; } }
  .search-panel__form .icon--search {
    fill: #fff;
    height: 2.25rem;
    width: 2.25rem; }
    @media screen and (min-width: 768px) {
      .search-panel__form .icon--search {
        height: 3rem;
        width: 3rem; } }
    @media screen and (min-width: 1024px) {
      .search-panel__form .icon--search {
        height: 4rem;
        width: 4rem; } }

.search-panel__underline {
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .search-panel__underline {
      width: 80%; } }

.search-panel__submit {
  position: absolute;
  top: 0.25rem;
  right: -60px;
  background: transparent;
  border: 0;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem; }
  .search-panel__submit.disabled .icon--search {
    fill: #333; }
  @media screen and (min-width: 768px) {
    .search-panel__submit {
      height: 3rem;
      width: 3rem;
      top: 0.5rem; } }
  @media screen and (min-width: 1024px) {
    .search-panel__submit {
      height: 4rem;
      width: 4rem;
      right: -4.5rem;
      top: 1rem; } }
  .search-panel__submit:hover, .search-panel__submit:focus, .search-panel__submit:active {
    border: 0;
    background: transparent; }

/*
  1. Reset button styles
  todo: Stop setting styles on <button>
*/
.search-panel__clear {
  position: absolute;
  right: 0;
  top: 0.75rem;
  display: none;
  border: none;
  /* 1 */
  background: none;
  /* 1 */
  padding: 0;
  /* 1 */ }
  @media screen and (min-width: 768px) {
    .search-panel__clear {
      right: 1rem;
      top: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .search-panel__clear {
      right: 1.5rem;
      top: 2rem; } }
  [data-input-state="input"] .search-panel__clear {
    display: block; }
  .search-panel__clear:hover, .search-panel__clear:focus {
    background: none;
    /* 1 */
    border: none;
    /* 1 */ }

/*
  1. Reset button styles
  todo: Stop setting styles on <button>
*/
.search-panel__close {
  position: absolute;
  left: 20px;
  top: 1rem;
  height: 2.5rem;
  width: 2.5rem;
  background: none;
  /* 1 */
  border: none;
  /* 1 */
  padding: 0;
  /* 1 */ }
  .search-panel__close:hover, .search-panel__close:focus {
    background: none;
    /* 1 */
    border: none;
    /* 1 */ }
  .search-panel__close .icon--close {
    position: relative;
    fill: #fff;
    height: 1rem;
    width: 1rem; }
    @media screen and (min-width: 1024px) {
      .search-panel__close .icon--close {
        height: 1.25rem;
        width: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .search-panel__close {
      left: 40px; } }
  @media screen and (min-width: 1024px) {
    .search-panel__close {
      right: 60px;
      top: 4rem;
      left: inherit; } }

.search-panel__popular-search.layout, .message.cookie .search-panel__popular-search.content, .search-panel__popular-search.sub-category-nav__wrapper.dcr-category-nav__wrapper {
  flex-direction: column;
  align-items: start;
  margin-top: 1.5rem; }

.search-panel__popular-search * {
  margin: 0 0 .5rem 0;
  font-size: 16px; }
  @media screen and (min-width: 1024px) {
    .search-panel__popular-search * {
      font-size: 18px; } }

.search-panel__popular-search__title {
  color: #999999;
  font-weight: 500;
  line-height: 1.5;
  width: 100%; }

.search-panel__popular-search__terms {
  list-style: none;
  padding: 0;
  line-height: 2;
  width: 100%; }
  .search-panel__popular-search__terms li {
    margin-bottom: 1rem; }
  .search-panel__popular-search__terms a {
    color: #fff; }

.search-results .search-results__input {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: transparent;
  border: 0;
  height: auto;
  padding: 0;
  color: #333333; }
  @media screen and (min-width: 0) {
    .search-results .search-results__input {
      font-size: 32px;
      font-size: 2rem; } }
  .dyson-th.primary .search-results .search-results__input {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .search-results .search-results__input {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .search-results .search-results__input, .dyson-sa.rtl .search-results .search-results__input {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .search-results .search-results__input {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .search-results .search-results__input {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

@media screen and (min-width: 1024px) and (min-width: 0) {
  .search-results .search-results__input {
    font-size: 40px;
    font-size: 2.5rem; } }
  .search-results .search-results__input::placeholder {
    color: #b2b3b4; }
  .search-results .search-results__input:hover, .search-results .search-results__input:focus, .search-results .search-results__input:active {
    box-shadow: none; }
  .search-results .search-results__input:after {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background-color: #ebebeb; }

.search-results__form {
  width: 100%;
  position: relative;
  padding-right: 60px;
  margin-top: 60px; }
  @media screen and (min-width: 1024px) {
    .search-results__form {
      margin-top: 0; } }
  .search-results__form .icon--clear {
    fill: #333333;
    height: 0.75rem;
    width: 0.75rem; }
    @media screen and (min-width: 1024px) {
      .search-results__form .icon--clear {
        height: 1.25rem;
        width: 1.25rem; } }
  .search-results__form .icon--search {
    fill: #333333;
    height: 2rem;
    width: 2rem; }
    @media screen and (min-width: 768px) {
      .search-results__form .icon--search {
        height: 3rem;
        width: 3rem; } }

.search-results__underline {
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.5rem;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .search-results__underline {
      width: 78%; } }

.search-results__submit {
  position: absolute;
  top: 0.75rem;
  right: -60px;
  background: transparent;
  border: 0;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem; }
  .search-results__submit[disabled] {
    opacity: 0.25; }
  .search-results__submit:hover, .search-results__submit:focus, .search-results__submit:active {
    border: 0;
    background: transparent; }

/*
  1. Reset button styles
  todo: Stop setting styles on <button>
*/
.search-results__clear {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 1.4rem;
  border: none;
  /* 1 */
  background: none;
  /* 1 */
  padding: 0;
  /* 1 */ }
  .search-results__clear:hover, .search-results__clear:focus {
    background: none;
    /* 1 */
    border: none;
    /* 1 */ }
  [data-input-state="input"] .search-results__clear {
    opacity: 1; }
  .search-results__clear:hover .icon--clear {
    fill: #333333; }

.search-results__indicator {
  margin-bottom: 1em; }
  .search-results__indicator p {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 0) {
      .search-results__indicator p {
        font-size: 14px;
        font-size: 0.875rem; } }

.search-results__results-list {
  border-top: 2px solid #ebebeb;
  margin-top: 45px;
  margin-left: -25px;
  margin-right: -25px;
  list-style: none;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .search-results__results-list {
      margin-left: -50px;
      margin-right: -50px; } }
  @media screen and (min-width: 1024px) {
    .search-results__results-list {
      margin-left: auto;
      margin-right: auto; } }

.search-results__result {
  border-bottom: 1px solid #ebebeb;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .search-results__result {
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .search-results__result {
      padding-left: 0;
      padding-right: 0;
      max-width: 75%; } }
  .search-results__result h3 {
    color: #333333;
    font-weight: 400;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 0) {
      .search-results__result h3 {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media screen and (min-width: 768px) {
      .search-results__result h3 {
        font-size: 28px;
        font-size: 1.75rem; } }
    .dyson-th.primary .search-results__result h3 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .search-results__result h3 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .search-results__result h3, .dyson-sa.rtl .search-results__result h3 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .search-results__result h3 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .search-results__result h3 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.search-results__link__link-icon {
  fill: #333333;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5em; }

.search-results__link__link-text {
  color: #333333;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }
  @media screen and (min-width: 0) {
    .search-results__link__link-text {
      font-size: 16px;
      font-size: 1rem; } }
  .dyson-th.primary .search-results__link__link-text {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .search-results__link__link-text {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .search-results__link__link-text, .dyson-sa.rtl .search-results__link__link-text {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .search-results__link__link-text {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .search-results__link__link-text {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

/*
  BASKET
*/
@media screen and (max-width: 960px) {
  .hide-desktop {
    display: block; } }

@media screen and (min-width: 959px) {
  .hide-desktop {
    display: none; } }

@media screen and (max-width: 960px) {
  .show-desktop {
    display: none; } }

@media screen and (min-width: 959px) {
  .show-desktop {
    display: block; } }

.checkout-cart-index .block.shipping,
.checkout-cart-index .multicheckout {
  display: none; }

.checkout-cart-index .message {
  padding: 16px;
  margin-top: 16px;
  margin-bottom: -16px;
  font-size: 14px; }

@media screen and (min-width: 640px) {
  .checkout-cart-index .cart-container h3.page-title {
    margin-bottom: 20px; } }

@media screen and (max-width: 640px) {
  .checkout-cart-index .cart-container h3.page-title {
    margin-bottom: 16px; } }

@media screen and (min-width: 1024px) {
  .checkout-cart-index .cart-container h3.page-title {
    margin-bottom: 24px; } }

@media screen and (min-width: 960px) {
  .checkout-cart-index .cart-container .row .layout .columns-wrapper, .checkout-cart-index .cart-container .row .message.cookie .content .columns-wrapper, .message.cookie .checkout-cart-index .cart-container .row .content .columns-wrapper, .checkout-cart-index .cart-container .row .sub-category-nav__wrapper.dcr-category-nav__wrapper .columns-wrapper {
    display: flex;
    gap: 29px; } }

.checkout-cart-index .cart-container .cart-left .leap-cart__row {
  background: none; }

@media screen and (min-width: 960px) {
  .checkout-cart-index .cart-container .cart-left {
    flex-basis: 70%; } }

@media screen and (min-width: 960px) {
  .checkout-cart-index .cart-container .cart-summary {
    flex-basis: 30%;
    border-left: 1px solid #EBEBEB;
    padding-left: 24px;
    align-self: flex-start; } }

.checkout-cart-index .cart-container .cart-summary .summary.title {
  color: #333;
  margin-bottom: 8px;
  font-weight: 400; }

.checkout-cart-index .cart-container #gift-options-cart {
  display: none; }

.checkout-cart-index .header__nav {
  display: none; }

.checkout-cart-index .header__search {
  display: none; }

.checkout-cart-index .header__basket {
  display: none; }

@media screen and (min-width: 640px) {
  .cart-wrap:not(.dyson-distributor .cart-wrap), .cart-container {
    padding: 40px 0; } }

@media screen and (max-width: 640px) {
  .cart-wrap:not(.dyson-distributor .cart-wrap), .cart-container {
    padding: 32px 0; } }

@media screen and (min-width: 1024px) {
  .cart-wrap:not(.dyson-distributor .cart-wrap), .cart-container {
    padding: 48px 0; } }

@media screen and (min-width: 640px) {
  .dyson-distributor .cart-wrap {
    padding-bottom: 40px; } }

@media screen and (max-width: 640px) {
  .dyson-distributor .cart-wrap {
    padding-bottom: 32px; } }

@media screen and (min-width: 1024px) {
  .dyson-distributor .cart-wrap {
    padding-bottom: 48px; } }

body.checkout-cart-index.dyson-empty-cart .page {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  min-height: 100vh; }

body.checkout-cart-index.dyson-empty-cart .page-main {
  padding: 0;
  flex-grow: 1; }

@media screen and (max-width: 1024px) {
  body.checkout-cart-index.dyson-empty-cart .header__toggle-nav {
    display: block; } }

body.checkout-cart-index.dyson-empty-cart .icon-info-set.icon-info-set--cart {
  display: none; }

body.checkout-cart-index.dyson-empty-cart .header__nav {
  display: block; }

body.checkout-cart-index.dyson-empty-cart .header__search {
  display: block; }

body.checkout-cart-index.dyson-empty-cart .header__basket {
  display: block; }

.cart-empty {
  color: #333333;
  background: #f3f3f3;
  font-weight: 300;
  padding: 20px; }
  @media screen and (min-width: 0) {
    .cart-empty {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .cart-empty {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    .cart-empty {
      font-size: 28px;
      font-size: 1.75rem; } }
  .cart-empty .cart-empty-msg {
    margin: 0;
    font-weight: 300;
    margin-bottom: 8px; }

.typography-heading-3 {
  color: #333; }
  @media screen and (min-width: 640px) {
    .typography-heading-3 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    .typography-heading-3 {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 16px; } }
  @media screen and (min-width: 1024px) {
    .typography-heading-3 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 24px; } }

.typography-heading-5 {
  color: #333; }
  @media screen and (min-width: 640px) {
    .typography-heading-5 {
      font-size: 22px;
      line-height: 28px; } }
  @media screen and (max-width: 640px) {
    .typography-heading-5 {
      font-size: 20px;
      line-height: 28px; } }
  @media screen and (min-width: 1024px) {
    .typography-heading-5 {
      font-size: 24px;
      line-height: 32px; } }

.basket__items table.items {
  margin-bottom: 0;
  display: block; }
  .basket__items table.items tr {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .basket__items table.items tr {
        display: table-row; } }
  .basket__items table.items th, .basket__items table.items td {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .basket__items table.items th, .basket__items table.items td {
        display: table-cell; } }
  @media screen and (min-width: 768px) {
    .basket__items table.items {
      display: table; } }

.basket__items .item {
  background: #fbfbfb;
  border: 1px solid #ebebeb; }

.basket__items .item-info {
  border-bottom: 1px solid #ebebeb; }

.basket__items .col.item {
  width: 40%;
  text-align: center;
  vertical-align: middle;
  border: 0;
  float: left; }
  @media screen and (min-width: 768px) {
    .basket__items .col.item {
      width: 15%;
      border-right: 1px solid #ebebeb;
      float: none; } }

.basket__items .col.name {
  width: 60%;
  padding: 20px 20px 10px 20px;
  float: right; }
  @media screen and (min-width: 768px) {
    .basket__items .col.name {
      width: 35%;
      padding: 30px 0 30px 30px;
      float: none; } }

.basket__items .col.qty {
  width: 60%;
  padding: 10px 20px;
  float: right; }
  @media screen and (min-width: 768px) {
    .basket__items .col.qty {
      width: 35%;
      padding: 30px 0;
      float: none; } }

.basket__items .col.subtotal {
  width: 60%;
  padding: 10px 20px;
  float: right; }
  @media screen and (min-width: 768px) {
    .basket__items .col.subtotal {
      width: 25%;
      padding: 30px 30px 30px 0;
      float: none;
      text-align: right; } }

.basket__items .leap-cart__price .price__was {
  text-decoration: line-through;
  -webkit-font-smoothing: antialiased;
  color: #555555;
  font-weight: 400; }
  .basket__items .leap-cart__price .price__was .price {
    display: unset; }

.basket__items .leap-cart__price .price__is .price-wrapper {
  display: grid; }

.basket__items .leap-cart__price .price-box.price-final_price .price {
  vertical-align: unset; }

.basket__items .leap-cart__price .price-box.price-final_price .price-wrapper {
  margin-left: unset; }

.secure-checkout__button {
  width: 100% !important;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  display: flex;
  margin-right: -25px; }
  @media screen and (min-width: 768px) {
    .secure-checkout__button {
      margin-right: 0;
      width: 180px !important;
      display: inline-block; } }
  @media screen and (min-width: 1024px) {
    .secure-checkout__button {
      width: 240px !important; } }
  .secure-checkout__button span {
    margin: 0 auto; }

@media screen and (min-width: 960px) {
  .cart-summary .basket__checkout.middle-methods {
    padding-top: 32px; } }

@media screen and (max-width: 640px) {
  .cart-summary .basket__checkout.middle-methods {
    padding-top: 24px; } }

.basket__items__photo {
  max-height: 200px; }

.basket__items__name {
  color: #333333; }
  @media screen and (min-width: 0) {
    .basket__items__name {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .basket__items__name {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    .basket__items__name {
      font-size: 28px;
      font-size: 1.75rem; } }
  .basket__items__name a {
    text-decoration: none; }

@media screen and (min-width: 439px) {
  .subtotal.basket__items__price {
    margin-top: 8px; } }

@media screen and (min-width: 480px) {
  .subtotal.basket__items__price {
    margin-top: 0; } }

@media screen and (max-width: 640px) {
  .leap-cart__detail .g-col-1-2.gtw-col-1-2.picker {
    width: 70%;
    padding-left: 15px; } }

@media screen and (max-width: 340px) {
  .leap-cart__detail .g-col-1-2.gtw-col-1-2.picker {
    width: 75%; } }

@media screen and (max-width: 640px) {
  .leap-cart__detail .g-col-1-2.gtw-col-1-2.remove {
    width: 30%; } }

@media screen and (max-width: 340px) {
  .leap-cart__detail .g-col-1-2.gtw-col-1-2.remove {
    width: 25%; } }

@media screen and (max-width: 640px) {
  .leap-cart__detail .leap-cart__row-header {
    min-height: 88px; } }

.basket__items__quantity {
  color: #333333;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .basket__items__quantity .label {
    display: inline-block;
    vertical-align: baseline;
    vertical-align: sub; }
    @media screen and (min-width: 0) {
      .basket__items__quantity .label {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media screen and (min-width: 768px) {
      .basket__items__quantity .label {
        font-size: 15px;
        font-size: 0.9375rem; } }
    @media screen and (min-width: 1024px) {
      .basket__items__quantity .label {
        font-size: 16px;
        font-size: 1rem; } }
  .basket__items__quantity .control {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 8px;
    padding-bottom: 0px; }
    @media screen and (max-width: 365px) {
      .basket__items__quantity .control {
        padding: 7px;
        padding-bottom: 0px; } }
    @media screen and (max-width: 340px) {
      .basket__items__quantity .control {
        padding: 5px;
        padding-bottom: 0px; } }
    .basket__items__quantity .control input {
      border-color: #ebebeb;
      text-align: center;
      padding: 0;
      width: 41px;
      height: 41px; }
      @media screen and (max-width: 640px) {
        .basket__items__quantity .control input {
          width: 36px;
          height: 36px; } }
  .basket__items__quantity .update-cart__buttons {
    display: inline-block;
    vertical-align: middle;
    text-align: center; }

.basket__items__price {
  color: #333333;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: right;
  font-weight: 500; }
  @media screen and (max-width: 640px) {
    .basket__items__price {
      text-align: left;
      margin-top: 8px; } }
  .basket__items__price .label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
    @media screen and (min-width: 0) {
      .basket__items__price .label {
        font-size: 13px;
        font-size: 0.8125rem; } }
    @media screen and (min-width: 768px) {
      .basket__items__price .label {
        font-size: 16px;
        font-size: 1rem; } }
  .basket__items__price .price {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (min-width: 0) {
      .basket__items__price .price {
        font-size: 13px;
        font-size: 0.8125rem; } }
    @media screen and (min-width: 768px) {
      .basket__items__price .price {
        font-size: 15px;
        font-size: 0.9375rem; } }
  .basket__items__price .msrp_promotion__label {
    color: #0066CC;
    margin-right: 0; }
  .basket__items__price .price-including-tax .cart-price .price {
    word-break: break-word; }

.msrp_promotion__msrp_highlighted {
  color: #0066CC; }

.basket__items__actions {
  text-align: right;
  padding: 10px 20px;
  float: right; }
  @media screen and (min-width: 768px) {
    .basket__items__actions {
      padding: 30px;
      float: none; } }
  .basket__items__actions .action {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999999;
    text-decoration: none; }
    @media screen and (min-width: 0) {
      .basket__items__actions .action {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 768px) {
      .basket__items__actions .action {
        font-size: 16px;
        font-size: 1rem; } }

.basket__items__below__btn.action.update {
  text-decoration: underline; }
  .basket__items__below__btn.action.update:hover, .basket__items__below__btn.action.update:focus {
    text-decoration: none; }

.update-cart {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px; }
  .update-cart .button {
    width: 100%; }
    @media screen and (min-width: 520px) {
      .update-cart .button {
        width: auto; } }

@media screen and (min-width: 768px) {
  .update-cart__buttons {
    padding: 14px 0;
    padding-bottom: 7px; } }

@media screen and (max-width: 640px) {
  .update-cart__buttons {
    padding-top: 2px; } }

.update-cart__buttons button {
  background: transparent;
  border: 0;
  color: #333333;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0; }
  @media screen and (min-width: 0) {
    .update-cart__buttons button {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .update-cart__buttons button {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media screen and (min-width: 1024px) {
    .update-cart__buttons button {
      font-size: 16px;
      font-size: 1rem; } }
  .update-cart__buttons button:hover, .update-cart__buttons button:focus, .update-cart__buttons button:active {
    background: transparent;
    border: 0;
    text-decoration: none; }
  .update-cart__buttons button:first-child {
    margin-right: 20px; }
  @media screen and (min-width: 768px) {
    .update-cart__buttons button {
      margin-right: 20px; } }
  .update-cart__buttons button:last-of-type {
    margin: 0; }

@media screen and (min-width: 768px) {
  .basket__row {
    display: flex;
    justify-content: space-between; } }

.button.button--tertiary.product__variant__add-to-cart--animated.action.primary.checkout {
  margin-bottom: 16px; }
  @media screen and (max-width: 960px) {
    .button.button--tertiary.product__variant__add-to-cart--animated.action.primary.checkout {
      margin-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    .button.button--tertiary.product__variant__add-to-cart--animated.action.primary.checkout {
      margin-bottom: 16px; } }

.button.button--tertiary.product__variant__add-to-cart--animated.action.primary.checkout > span {
  display: inline-flex;
  align-items: center; }

@media screen and (min-width: 768px) {
  .basket__summary ~ .basket__checkout {
    display: flex;
    flex-direction: column;
    justify-content: normal; }
    .dyson-sg .basket__summary ~ .basket__checkout, .dyson-th .basket__summary ~ .basket__checkout, .dyson-my .basket__summary ~ .basket__checkout, .dyson-in .basket__summary ~ .basket__checkout, .dyson-nz .basket__summary ~ .basket__checkout {
      justify-content: flex-start; } }

.basket__summary {
  flex: 0 0 100%; }
  @media screen and (max-width: 960px) {
    .basket__summary {
      display: flex; } }
  @media screen and (max-width: 640px) {
    .basket__summary {
      display: block; } }
  .basket__summary caption.table-caption {
    display: none; }
  @media screen and (max-width: 960px) {
    .basket__summary .totals-and-installment {
      flex: 0 0 50%;
      margin-right: 33px; } }
  @media screen and (max-width: 480px) {
    .basket__summary .totals-and-installment {
      margin-right: 0px; } }
  .basket__summary svg.icon.icon--arrow {
    width: 0.8em;
    height: 0.8em;
    margin-left: 5px; }
  .basket__summary .table-wrapper {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
    .basket__summary .table-wrapper .totals {
      width: 100%;
      margin-bottom: 0; }
      .basket__summary .table-wrapper .totals th {
        font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
        width: 50%;
        border: none; }
      .basket__summary .table-wrapper .totals td {
        font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
        width: 50%;
        text-align: right;
        border: none; }
      .basket__summary .table-wrapper .totals.grand th, .basket__summary .table-wrapper .totals.grand td {
        font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
        vertical-align: top;
        line-height: 28px;
        font-weight: 400 !important;
        padding: 0 0 12px 0; }
        @media screen and (min-width: 0) {
          .basket__summary .table-wrapper .totals.grand th, .basket__summary .table-wrapper .totals.grand td {
            font-size: 20px;
            font-size: 1.25rem; } }
        @media screen and (min-width: 768px) {
          .basket__summary .table-wrapper .totals.grand th, .basket__summary .table-wrapper .totals.grand td {
            font-size: 22px;
            font-size: 1.375rem; } }
        @media screen and (min-width: 1024px) {
          .basket__summary .table-wrapper .totals.grand th, .basket__summary .table-wrapper .totals.grand td {
            font-size: 24px;
            font-size: 1.5rem; } }
        @media screen and (max-width: 640px) {
          .basket__summary .table-wrapper .totals.grand th, .basket__summary .table-wrapper .totals.grand td {
            padding: 0 0 8px 0; } }
        .dyson-th.primary .basket__summary .table-wrapper .totals.grand th, .dyson-th.primary .basket__summary .table-wrapper .totals.grand td {
          font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .dyson-hk.primary .basket__summary .table-wrapper .totals.grand th, .dyson-hk.primary .basket__summary .table-wrapper .totals.grand td {
          font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .dyson-ae.rtl .basket__summary .table-wrapper .totals.grand th, .dyson-sa.rtl .basket__summary .table-wrapper .totals.grand th, .dyson-ae.rtl .basket__summary .table-wrapper .totals.grand td, .dyson-sa.rtl .basket__summary .table-wrapper .totals.grand td {
          font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .dyson-il.rtl .basket__summary .table-wrapper .totals.grand th, .dyson-il.rtl .basket__summary .table-wrapper .totals.grand td {
          font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .dyson-kr .basket__summary .table-wrapper .totals.grand th, .dyson-kr .basket__summary .table-wrapper .totals.grand td {
          font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
        .basket__summary .table-wrapper .totals.grand th strong, .basket__summary .table-wrapper .totals.grand td strong {
          font-weight: 400; }
      .basket__summary .table-wrapper .totals.grand th span.label {
        font-size: 14px;
        color: #555;
        line-height: 20px; }
        @media screen and (max-width: 640px) {
          .basket__summary .table-wrapper .totals.grand th span.label {
            font-weight: 300; } }
      .basket__summary .table-wrapper .totals .mark {
        font-weight: normal; }
    @media screen and (max-width: 960px) {
      .basket__summary .table-wrapper th, .basket__summary .table-wrapper td {
        padding: 0 0 12px 0;
        font-size: 14px;
        line-height: 20px; } }
    @media screen and (max-width: 640px) {
      .basket__summary .table-wrapper th, .basket__summary .table-wrapper td {
        padding: 0 0 8px 0; } }
    @media screen and (min-width: 960px) {
      .basket__summary .table-wrapper th, .basket__summary .table-wrapper td {
        padding: 0 0 16px 0;
        font-size: 16px;
        line-height: 24px; } }

.totals.shipping .price {
  color: #0066CC;
  font-weight: bold;
  text-transform: uppercase; }

.msrp_promotion {
  color: #0066CC;
  width: 100%;
  text-align: left;
  padding: 10px 10px; }
  @media screen and (min-width: 768px) {
    .msrp_promotion {
      padding: 20px; } }

.basket__checkout {
  width: 100%; }
  .basket__checkout button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    order: 1;
    flex: 1; }
  .basket__checkout .cart.main.actions .action.continue.button.button--secondary.action.apply.primary {
    width: 205px !important; }
    @media screen and (max-width: 640px) {
      .basket__checkout .cart.main.actions .action.continue.button.button--secondary.action.apply.primary {
        width: 100% !important; } }

.checkout-methods-items {
  display: flex; }
  .checkout-methods-items .checkout-methods-payment {
    margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .checkout-methods-items {
      display: block; } }

.dyson-sa .basket__checkout__payment:after {
  background-image: url(../images/brand/payment-options-cart-SA-l.jpg);
  background-repeat: no-repeat;
  width: 272px;
  height: 195px;
  background-size: contain;
  display: block;
  content: '';
  margin: 0 auto 20px auto; }

.dyson-in .basket__section-totals {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .dyson-in .basket__section-totals {
      margin-top: 0; } }

.dyson-au .action.continue.button.button--secondary.action.apply.primary {
  width: 100%; }

.basket__checkout__payment--cart:after {
  background-image: url(../images/brand/accepted-payment-sand-mobile.png);
  background-repeat: no-repeat;
  width: 274px;
  height: 50px;
  background-size: contain;
  display: block;
  /* margin: 0 auto 20px auto; */
  margin: 0 !important; }
  @media screen and (min-width: 768px) {
    .basket__checkout__payment--cart:after {
      background-image: url(../images/brand/accepted-payment.png);
      height: 120px; }
      .dyson-mx .basket__checkout__payment--cart:after {
        height: 95px; } }
  .dyson-au .basket__checkout__payment--cart:after {
    display: none;
    background-image: url(../images/brand/accepted-payment-au.png);
    height: 115px; }
    @media screen and (min-width: 520px) {
      .dyson-au .basket__checkout__payment--cart:after {
        background-image: url(../images/brand/accepted-payment-au-phablet.png);
        height: 39px;
        width: 372px; } }
    @media screen and (min-width: 768px) {
      .dyson-au .basket__checkout__payment--cart:after {
        background-image: url(../images/brand/accepted-payment-au.png);
        height: 115px;
        width: 268px; } }
  .dyson-tr .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/accepted-payment-tr.png); }
  .dyson-il .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/accepted-payment-il.png);
    height: 100px; }
  .dyson-th .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/accepted-payment-th.png);
    margin: 20px 0; }
  .dyson-in .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/accepted-payment-in.png);
    height: 209px; }
  .dyson-my .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/accepted-payment-my.png);
    height: 239px; }
  .dyson-cz .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/accepted-payment-cz.png);
    height: 152px;
    width: 157px; }
  .dyson-ae .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/payment-options-AE.jpg);
    height: 115px; }
    @media screen and (min-width: 768px) {
      .dyson-ae .basket__checkout__payment--cart:after {
        height: 120px; } }
  .dyson-hu .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/accepted-payment-hu-mobile.png); }
    @media screen and (min-width: 520px) {
      .dyson-hu .basket__checkout__payment--cart:after {
        width: 480px; } }
    @media screen and (min-width: 640px) {
      .dyson-hu .basket__checkout__payment--cart:after {
        width: 700px;
        margin-left: 100px; } }
    @media screen and (min-width: 768px) {
      .dyson-hu .basket__checkout__payment--cart:after {
        background-image: url(../images/brand/accepted-payment-hu.png);
        margin: 0 auto;
        width: 100%; } }
  .dyson-nz .basket__checkout__payment--cart:after {
    background-image: none;
    height: 0; }
  .dyson-kr .basket__checkout__payment--cart:after {
    background-image: none; }
  .dyson-sa.rtl .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/payment-options-SA-r.jpg);
    height: 115px;
    width: 280px; }
    @media screen and (min-width: 480px) {
      .dyson-sa.rtl .basket__checkout__payment--cart:after {
        width: 430px;
        height: 200px; } }
    @media screen and (min-width: 520px) {
      .dyson-sa.rtl .basket__checkout__payment--cart:after {
        width: 450px;
        height: 120px; } }
    @media screen and (min-width: 640px) {
      .dyson-sa.rtl .basket__checkout__payment--cart:after {
        width: 540px;
        height: 150px; } }
    @media screen and (min-width: 768px) {
      .dyson-sa.rtl .basket__checkout__payment--cart:after {
        background-image: url(../images/brand/payment-options-cart-SA-r.jpg);
        height: 120px;
        width: 100%; } }
  .dyson-sa .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/payment-options-SA-l.jpg);
    height: 115px;
    width: 280px; }
    @media screen and (min-width: 480px) {
      .dyson-sa .basket__checkout__payment--cart:after {
        width: 430px;
        height: 200px; } }
    @media screen and (min-width: 520px) {
      .dyson-sa .basket__checkout__payment--cart:after {
        width: 450px;
        height: 120px; } }
    @media screen and (min-width: 640px) {
      .dyson-sa .basket__checkout__payment--cart:after {
        width: 540px;
        height: 150px; } }
    @media screen and (min-width: 768px) {
      .dyson-sa .basket__checkout__payment--cart:after {
        background-image: url(../images/brand/payment-options-cart-SA-l.jpg);
        height: 120px;
        width: 100%; } }
  .dyson-sg .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/accepted-payment-sg-mobile.png);
    height: 127px;
    width: 297px; }
    @media screen and (max-width: 960px) {
      .dyson-sg .basket__checkout__payment--cart:after {
        height: 110px; } }
    @media screen and (min-width: 768px) {
      .dyson-sg .basket__checkout__payment--cart:after {
        background-image: url(../images/brand/accepted-payment-sg.png);
        margin: 0 auto;
        width: 289px; } }
    @media screen and (max-width: 640px) {
      .dyson-sg .basket__checkout__payment--cart:after {
        width: 300px;
        height: 40px; } }
  .dyson-ro .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/accepted-payment-ro.png);
    width: 245px;
    margin: 20px auto; }
  .dyson-vn .basket__checkout__payment--cart:after {
    background-image: url(../images/brand/accepted-payment-vn.png);
    height: 209px; }
  .dyson-pl .basket__checkout__payment--cart:after {
    background-image: unset;
    height: auto; }
  .dyson-kr .basket__checkout__payment--cart:after {
    background-image: none;
    height: 0px; }

.dyson-tr .basket__checkout__payment--cart, .dyson-th .basket__checkout__payment--cart {
  margin: 0; }

.basket__checkout__payment--cart .minicart-items {
  display: block; }

.basket__checkout__payment--cart .payment-icons {
  display: flex;
  flex-wrap: wrap; }
  .basket__checkout__payment--cart .payment-icons .payment-icon-item {
    margin: 0 10px 10px 0;
    display: inline-block;
    padding: 7px 17px;
    border: 1px solid #e1e1e1; }
    @media screen and (max-width: 768px) {
      .basket__checkout__payment--cart .payment-icons .payment-icon-item {
        margin: 0 6px 8px 0;
        padding: 4px 9px; }
        .basket__checkout__payment--cart .payment-icons .payment-icon-item img {
          width: 30px;
          height: auto; } }
    .basket__checkout__payment--cart .payment-icons .payment-icon-item:first-child, .basket__checkout__payment--cart .payment-icons .payment-icon-item:nth-child(6) {
      margin-left: 0; }
    .basket__checkout__payment--cart .payment-icons .payment-icon-item:nth-child(5) {
      margin-right: 8px; }
    .basket__checkout__payment--cart .payment-icons .payment-icon-item img {
      width: 47px;
      height: 32px; }
  .basket__checkout__payment--cart .payment-icons .width-20 {
    width: calc(20% - 16px); }

.dyson-ro .cart.main.actions .action.continue.button.button--secondary.action.apply.primary {
  width: 100%; }

.dyson-sa .basket__checkout__payment {
  margin-left: 0 !important; }
  @media screen and (min-width: 768px) {
    .dyson-sa .basket__checkout__payment {
      width: auto; } }

.basket__discount {
  padding-bottom: 48px; }
  @media screen and (max-width: 960px) {
    .basket__discount {
      width: 50%;
      flex-grow: 1;
      padding-bottom: 40px; } }
  @media screen and (max-width: 640px) {
    .basket__discount {
      width: 90%;
      margin: 0 auto;
      padding-bottom: 32px; } }
  @media screen and (min-width: 1024px) {
    .basket__discount {
      flex-grow: 0;
      width: 75%; } }

.basket__discount__form .coupon {
  display: flex; }

.basket__discount__form .field {
  flex: 1;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .basket__discount__form .field {
      width: 270px;
      display: inline-block; } }
  .basket__discount__form .field input {
    height: 3.4rem; }
    @media screen and (min-width: 0) {
      .basket__discount__form .field input {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 1024px) {
      .basket__discount__form .field input {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 768px) {
      .basket__discount__form .field input {
        height: 3.9rem; } }
    @media screen and (min-width: 1024px) {
      .basket__discount__form .field input {
        height: 4.1rem; } }

.basket__discount__form .actions-toolbar {
  margin-left: 10px; }
  .basket__discount__form .actions-toolbar .button {
    width: 100%; }
    .rtl .basket__discount__form .actions-toolbar .button {
      margin-right: 10px; }
  @media screen and (min-width: 768px) {
    .basket__discount__form .actions-toolbar {
      width: auto;
      display: inline-block;
      vertical-align: middle; } }

.action-delete, .action-delete span {
  color: #333333;
  text-decoration: underline; }

.action-delete {
  display: inline-block;
  text-align: right;
  float: right;
  padding-top: 18px; }
  @media screen and (max-width: 640px) {
    .action-delete {
      padding-top: 15px; } }
  @media screen and (max-width: 370px) {
    .action-delete {
      padding-top: 14px !important; } }
  @media screen and (max-width: 340px) {
    .action-delete {
      padding-top: 13px !important; } }

.action-delete span {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333; }
  @media screen and (min-width: 0) {
    .action-delete span {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .action-delete span {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media screen and (min-width: 1024px) {
    .action-delete span {
      font-size: 16px;
      font-size: 1rem; } }
  .action-delete span:hover, .action-delete span:focus {
    text-decoration: none; }

@media screen and (max-width: 640px) {
  .leap-cart.bundle_prod .leap-cart__detail .leap-cart__row-footer .remove .action-delete {
    padding-top: 0; } }

.totals-tax {
  display: none; }

.gift-options-cart-item {
  display: none; }

.dyson-in tr.totals th.mark span.value {
  display: none; }

@media screen and (max-width: 960px) {
  .delivery_proposition_wrapper {
    width: 100%; } }

.delivery-proposition__title {
  color: #333333;
  margin: 0;
  padding: 24px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300; }
  @media screen and (max-width: 960px) {
    .delivery-proposition__title {
      padding: 20px 0;
      font-size: 22px;
      line-height: 28px; } }
  @media screen and (max-width: 640px) {
    .delivery-proposition__title {
      font-size: 20px;
      padding: 16px 0; } }

.delivery-proposition-item {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #ebebeb; }
  .delivery-proposition-item:last-child {
    border-bottom: 1px solid #ebebeb; }

.delivery-proposition-item__image {
  width: 40px; }

.delivery-proposition-item__image img {
  max-width: 100%; }

.delivery-proposition-item__text-group {
  width: calc(100% - 40px);
  padding-left: 30px;
  padding-right: 20px; }

.delivery-proposition-item__title {
  font-size: 1.4rem;
  margin-bottom: 8px; }

.delivery-proposition-item__text {
  font-size: 1rem;
  line-height: 24px;
  color: #333333;
  padding-top: 8px; }
  @media screen and (max-width: 960px) {
    .delivery-proposition-item__text {
      font-size: 14px;
      line-height: 20px; } }

.delivery-proposition__smallprint {
  text-align: center;
  font-size: 1rem;
  padding-top: 30px; }

.leap-cart__detail {
  position: relative; }
  .leap-cart__detail .leap-cart__row-header {
    height: auto;
    padding-bottom: 8px; }
    @media screen and (min-width: 640px) {
      .leap-cart__detail .leap-cart__row-header {
        min-height: 77px; } }
    @media screen and (min-width: 960px) {
      .leap-cart__detail .leap-cart__row-header {
        min-height: 82px; } }

.field.qty.basket__items__quantity .mage-error[generated] {
  position: absolute;
  left: 0px;
  bottom: -18px;
  color: #da2f47;
  text-align: left;
  width: 150%; }
  @media screen and (max-width: 960px) {
    .field.qty.basket__items__quantity .mage-error[generated] {
      bottom: -17px;
      width: 120%; } }
  @media screen and (max-width: 736px) {
    .field.qty.basket__items__quantity .mage-error[generated] {
      width: 150%; } }
  @media screen and (max-width: 640px) {
    .field.qty.basket__items__quantity .mage-error[generated] {
      bottom: -15px;
      width: 148%;
      font-size: 11px; } }
  @media screen and (max-width: 390px) {
    .field.qty.basket__items__quantity .mage-error[generated] {
      font-size: 10px; } }
  @media screen and (max-width: 365px) {
    .field.qty.basket__items__quantity .mage-error[generated] {
      font-size: 9.5px;
      bottom: -13px; } }
  @media screen and (max-width: 340px) {
    .field.qty.basket__items__quantity .mage-error[generated] {
      font-size: 9px; } }

.field.qty.basket__items__quantity .mage-error[generated]:before {
  display: none; }

.totals.shipping.excl .price {
  font-weight: normal; }

@media screen and (max-width: 960px) {
  .columns-wrapper .basket__checkout .cart.main.actions {
    display: none; } }

@media screen and (max-width: 960px) {
  .checkout-cart-methods-bottom.hide-desktop {
    padding-top: 40px; } }

@media screen and (max-width: 640px) {
  .checkout-cart-methods-bottom.hide-desktop {
    padding-top: 0px; } }

@media screen and (max-width: 960px) {
  .checkout-cart-methods-bottom.hide-desktop .basket__checkout__payment--cart {
    display: none; } }

@media screen and (max-width: 960px) {
  .checkout-cart-methods-bottom.hide-desktop .action.continue.button.button--secondary.action.apply.primary {
    width: 205px !important; } }

.delivery_proposition_wrapper.show-desktop .delivery-proposition {
  padding-top: 0px;
  padding-bottom: 24px; }

@media screen and (max-width: 960px) {
  .delivery_proposition_wrapper.hide-desktop .delivery-proposition {
    padding-top: 20px;
    padding-bottom: 0; } }

@media screen and (max-width: 640px) {
  .delivery_proposition_wrapper.hide-desktop .delivery-proposition {
    padding: 0; } }

@media screen and (min-width: 1024px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap {
    margin-right: 0px;
    margin-left: 0px; } }

@media screen and (max-width: 960px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap {
    display: flex;
    margin-left: 0; } }

body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap [class*="g-col"] {
  overflow-wrap: anywhere; }
  @media screen and (min-width: 1024px) {
    body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap [class*="g-col"] {
      padding-right: 0px;
      padding-left: 0px; } }

body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .card-right {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 640px) {
    body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .card-right {
      padding-left: 10px;
      padding-right: 10px; } }

@media screen and (max-width: 960px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .g-wrap > div {
    float: none; } }

@media screen and (min-width: 768px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .g-col-1-2.gtw-col-1-2 {
    padding-left: 10px;
    padding-right: 0; } }

@media screen and (max-width: 960px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .g-col-1-2.gtw-col-1-2 {
    padding-left: 0; } }

@media screen and (min-width: 768px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .picker {
    padding-left: 0px !important; } }

@media screen and (max-width: 960px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .g-col.gtw-col-1-2 {
    padding-left: 0; } }

@media screen and (max-width: 960px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .soft-bundling__checkout-price {
    justify-content: end; } }

@media screen and (max-width: 960px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .leap-cart__row-footer {
    padding-left: 0; } }

@media screen and (max-width: 960px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .g-col-1-3.gp-col-1-6 {
    padding-left: 10px; } }

@media screen and (max-width: 385px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .g-col-1-3.gp-col-1-6 {
    width: 29%; } }

@media screen and (max-width: 340px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .g-col-1-3.gp-col-1-6 {
    width: 25%;
    padding-left: 0px; } }

@media screen and (max-width: 385px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .g-col-2-3.gp-col-5-6.card-right {
    width: 71%; } }

@media screen and (max-width: 340px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .g-col-2-3.gp-col-5-6.card-right {
    width: 75%;
    padding-left: 7px;
    padding-right: 7px; } }

@media screen and (max-width: 960px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .leap-cart__row-header .g-wrap {
    flex-wrap: wrap; } }

@media screen and (max-width: 640px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .leap-cart__row-header .g-col-1-2.gtw-col-1-2 {
    flex: 0 0 100%; } }

@media screen and (max-width: 640px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .leap-cart__row-header .leap-cart__price {
    text-align: left; } }

@media screen and (max-width: 640px) {
  body.checkout-cart-index .cart-container .cart-left .leap-cart__row .g-wrap .leap-cart__row-header .soft-bundling__checkout-price {
    justify-content: start; } }

@media screen and (max-width: 640px) {
  .after-pay-installment-msg {
    padding-bottom: 8px; } }

.cart-top {
  display: flex;
  justify-content: space-between;
  color: #333;
  font-size: 14px;
  line-height: 20px; }
  @media screen and (max-width: 640px) {
    .cart-top .page-title {
      font-weight: 400; } }
  .cart-top .cart-count-total {
    text-align: right; }
    .rtl .cart-top .cart-count-total {
      text-align: left; }
  @media screen and (max-width: 767px) {
    .cart-top .cart-count-base {
      display: none; } }
  .cart-top .cart-total {
    display: block; }
    @media screen and (max-width: 640px) {
      .cart-top .cart-total {
        font-weight: 500; } }

.dyson-sg .checkout-cart-methods-bottom.hide-desktop .basket__checkout__payment--cart, .dyson-au .checkout-cart-methods-bottom.hide-desktop .basket__checkout__payment--cart {
  display: none; }

.dyson-sg .basket__checkout .cart.main.actions .action.continue.button.button--secondary.action.apply.primary, .dyson-au .basket__checkout .cart.main.actions .action.continue.button.button--secondary.action.apply.primary {
  width: 205px !important; }
  @media screen and (max-width: 640px) {
    .dyson-sg .basket__checkout .cart.main.actions .action.continue.button.button--secondary.action.apply.primary, .dyson-au .basket__checkout .cart.main.actions .action.continue.button.button--secondary.action.apply.primary {
      width: 100% !important; } }

.dyson-sg .cart-summary .cart.main.actions, .dyson-au .cart-summary .cart.main.actions {
  display: none; }

@media screen and (max-width: 960px) {
  .dyson-sg .cart-summary > .basket__checkout, .dyson-au .cart-summary > .basket__checkout {
    width: 45%;
    float: right;
    margin-top: -7em; } }

@media screen and (max-width: 640px) {
  .dyson-sg .cart-summary > .basket__checkout, .dyson-au .cart-summary > .basket__checkout {
    width: auto;
    float: none;
    margin: auto; } }

.dyson-sg .cart-summary .basket__summary > .checkout-cart-methods-bottom.show-desktop, .dyson-au .cart-summary .basket__summary > .checkout-cart-methods-bottom.show-desktop {
  flex: 0 0 45%; }

@media screen and (max-width: 740px) {
  .dyson-sg .cart-summary > .basket__checkout {
    margin-top: -8.5em; } }

@media screen and (max-width: 640px) {
  .dyson-sg .cart-summary > .basket__checkout {
    width: auto;
    float: none;
    margin: auto; } }

.dyson-sg .cart-left .checkout-cart-methods-bottom.show-desktop .basket__checkout .basket__checkout__payment--cart {
  display: none; }

.dyson-au .desktop-afterpay {
  display: none; }

.dyson-au .checkout-cart-methods-bottom.show-desktop .mobile-afterpay .card__installment {
  padding-left: 0px;
  display: block; }
  @media screen and (max-width: 960px) {
    .dyson-au .checkout-cart-methods-bottom.show-desktop .mobile-afterpay .card__installment {
      padding-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    .dyson-au .checkout-cart-methods-bottom.show-desktop .mobile-afterpay .card__installment {
      padding-bottom: 32px; } }
  .dyson-au .checkout-cart-methods-bottom.show-desktop .mobile-afterpay .card__installment .g-wrap {
    margin-left: 0px; }

.dyson-au .checkout-cart-methods-bottom.show-desktop .mobile-afterpay .card__installment {
  display: none; }

.dyson-au .cart-summary > .basket__checkout .desktop-afterpay {
  display: none; }

@media screen and (max-width: 960px) {
  .dyson-au .cart-summary > .basket__checkout {
    /* margin-top: -13.5em; */
    margin-top: 0px; } }

@media screen and (max-width: 640px) {
  .dyson-au .cart-summary > .basket__checkout {
    margin: auto; } }

@media screen and (max-width: 640px) {
  .dyson-au .checkout-cart-methods-bottom.hide-desktop {
    padding-top: 32px; } }

.dyson-au .checkout-cart-methods-bottom.hide-desktop .card__installment {
  display: none; }

@media screen and (min-width: 960px) {
  .dyson-au .checkout-cart-methods-bottom.hide-desktop {
    display: none; } }

@media screen and (min-width: 960px) {
  .dyson-au .basket__checkout__payment--cart img {
    max-width: 85%; } }

@media screen and (max-width: 960px) {
  .dyson-au .basket__checkout__payment--cart img {
    max-width: 80%; } }

.dyson-au .checkout-cart-index .desktop-afterpay .card__installment {
  padding-bottom: 0px;
  padding-top: 0px; }

.dyson-au .desktop-afterpay.afterpay-section {
  display: block; }
  .dyson-au .desktop-afterpay.afterpay-section .card__installment {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px; }
    @media screen and (max-width: 640px) {
      .dyson-au .desktop-afterpay.afterpay-section .card__installment {
        display: block; } }
    .dyson-au .desktop-afterpay.afterpay-section .card__installment .g-wrap {
      margin-left: 0px; }
    .dyson-au .desktop-afterpay.afterpay-section .card__installment .installment-payment-container {
      padding-bottom: 0px; }
    .dyson-au .desktop-afterpay.afterpay-section .card__installment .cart-zippay-container {
      padding-left: 0px !important; }

@media screen and (max-width: 640px) {
  .dyson-au .cart-summary .basket__checkout.middle-methods {
    padding-top: 32px; } }

.dyson-au .basket__checkout .basket__checkout__payment--cart.pad-payment-logo {
  display: block; }

.dyson-au .basket__checkout .basket__checkout__payment--cart {
  display: none; }

.checkout-cart-index .free-gift-text {
  color: #0066CC;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  padding-top: 0;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .checkout-cart-index .free-gift-text {
      justify-content: end; } }
  @media screen and (min-width: 1024px) {
    .checkout-cart-index .free-gift-text {
      font-size: 16px;
      line-height: 24px;
      justify-content: end; } }

.basket__items .leap-cart__price .subtotal.basket__items__price {
  font-size: 18px; }
  @media screen and (max-width: 640px) {
    .basket__items .leap-cart__price .subtotal.basket__items__price {
      font-size: 16px; } }
  .basket__items .leap-cart__price .subtotal.basket__items__price .price__was {
    font-size: 16px;
    line-height: 20px; }
    @media screen and (max-width: 640px) {
      .basket__items .leap-cart__price .subtotal.basket__items__price .price__was {
        font-size: 14px; } }
    .basket__items .leap-cart__price .subtotal.basket__items__price .price__was .price {
      line-height: 20px;
      font-size: 16px; }
      @media screen and (max-width: 640px) {
        .basket__items .leap-cart__price .subtotal.basket__items__price .price__was .price {
          font-size: 14px; } }
  .basket__items .leap-cart__price .subtotal.basket__items__price .price__is {
    line-height: 28px;
    font-size: 18px; }
    @media screen and (max-width: 640px) {
      .basket__items .leap-cart__price .subtotal.basket__items__price .price__is {
        font-size: 16px;
        line-height: 24px; } }
    .basket__items .leap-cart__price .subtotal.basket__items__price .price__is .price {
      line-height: 28px;
      font-size: 18px; }
      @media screen and (max-width: 640px) {
        .basket__items .leap-cart__price .subtotal.basket__items__price .price__is .price {
          font-size: 16px;
          line-height: 24px; } }
  .basket__items .leap-cart__price .subtotal.basket__items__price em.price__save {
    line-height: 20px;
    color: #555;
    font-weight: 400 !important;
    font-size: 16px; }
    @media screen and (max-width: 640px) {
      .basket__items .leap-cart__price .subtotal.basket__items__price em.price__save {
        font-size: 14px; } }
    .basket__items .leap-cart__price .subtotal.basket__items__price em.price__save .price {
      font-size: 16px; }
      @media screen and (max-width: 640px) {
        .basket__items .leap-cart__price .subtotal.basket__items__price em.price__save .price {
          font-size: 14px; } }

.basket__checkout__payment--cart .payment-icons {
  display: flex;
  flex-wrap: wrap; }
  .basket__checkout__payment--cart .payment-icons .payment-icon-item {
    margin: 0 10px 10px 0px;
    display: inline-block;
    padding: 7px 17px;
    border: 1px solid #e1e1e1; }
    @media screen and (max-width: 768px) {
      .basket__checkout__payment--cart .payment-icons .payment-icon-item {
        margin: 0 6px 8px 0;
        padding: 4px 9px; }
        .basket__checkout__payment--cart .payment-icons .payment-icon-item img {
          width: 30px;
          height: auto; } }
    .basket__checkout__payment--cart .payment-icons .payment-icon-item:first-child, .basket__checkout__payment--cart .payment-icons .payment-icon-item:nth-child(6) {
      margin-left: 0; }
    .basket__checkout__payment--cart .payment-icons .payment-icon-item:nth-child(5) {
      margin-right: 8px; }
    .basket__checkout__payment--cart .payment-icons .payment-icon-item img {
      width: 47px;
      height: 32px; }
  .basket__checkout__payment--cart .payment-icons .width-20 {
    width: calc(20% - 16px); }

.urgency-messaging-content {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  padding-left: 8px; }
  @media screen and (min-width: 640px) {
    .urgency-messaging-content {
      font-size: 14px;
      line-height: 20px; } }
  @media screen and (max-width: 640px) {
    .urgency-messaging-content {
      font-size: 14px;
      line-height: 20px; } }
  .rtl .urgency-messaging-content {
    padding-right: 8px;
    padding-left: 0px; }
  .urgency-messaging-content .urgency-messaging-cart {
    display: flex;
    padding-bottom: 8px; }
  .urgency-messaging-content .urgency-icon-basket {
    flex-shrink: 0; }

.checkout-cart-index .basket__checkout__payment--cart .payment-icons {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

.checkout-cart-index .pre_order_label {
  color: #333333;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  margin: 8px 0 16px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  height: 28px;
  display: inline-block;
  padding: 0 8px; }
  @media screen and (min-width: 1024px) {
    .checkout-cart-index .pre_order_label {
      font-size: 14px;
      line-height: 28px;
      padding: 0 12px; } }

.checkout-cart-index .basket__checkout__payment--cart .payment-icons {
  padding: 0; }

.promoCodeColor {
  color: #0066cc; }

.coupon-message {
  animation-duration: 0.001s;
  animation-name: atNodeInserted89;
  visibility: visible; }

.basket-aside-delivery-icon {
  height: 1rem;
  width: 1rem; }

.promoInfo {
  fill: #0066cc; }

.popup-coupon .modal-header {
  padding: 20px 20px 15px 20px !important; }
  .popup-coupon .modal-header .layout, .popup-coupon .modal-header .message.cookie .content, .message.cookie .popup-coupon .modal-header .content, .popup-coupon .modal-header .sub-category-nav__wrapper.dcr-category-nav__wrapper {
    margin: 0;
    padding: 0; }
  .popup-coupon .modal-header .modal-title {
    color: #0066cc;
    font-weight: 500;
    font-size: 15px; }

.popup-coupon .promoCodeColor {
  font-size: 15px; }

.basket__summary .table-wrapper .promoParent .mark {
  font-weight: 500 !important; }

.dyson-nz .basket__checkout .cart.main.actions .action.continue.button.button--secondary.action.apply.primary {
  width: 100%; }

.dyson-sg .basket__checkout .cart.main.actions .action.continue.button.button--secondary.action.apply.primary {
  width: 100%; }

/*
  CHECKOUT
  #### CHECK END OF STYLESHEET FOR COUNTRY SPECIFIC LAYOUTS
*/
.payment-methods .payment-img img {
  max-width: 370px;
  width: auto;
  padding: 2px; }

.checkout-billing-address fieldset.fieldset {
  display: flex;
  flex-wrap: wrap; }

.block.crosssell {
  order: 1;
  padding: 0 20px; }
  .block.crosssell .products {
    margin: 30px 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .block.crosssell .product-items {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .block.crosssell .product-items .product-item {
      width: calc(25% - 20px);
      display: inline-block;
      margin: 0 10px 20px;
      position: relative;
      padding-bottom: 80px; }
      .block.crosssell .product-items .product-item .card__title {
        padding: 0 10px; }
      .block.crosssell .product-items .product-item .image--stretch {
        text-align: center;
        overflow: hidden; }
        .block.crosssell .product-items .product-item .image--stretch .product-image-photo {
          max-height: 300px;
          width: auto;
          text-align: center;
          display: inline-block; }
      .block.crosssell .product-items .product-item .reviews-form-link, .block.crosssell .product-items .product-item .product-reviews-summary {
        padding: 0 10px; }
      .block.crosssell .product-items .product-item .product-item-info {
        min-width: 200px;
        max-width: 100%; }
        .block.crosssell .product-items .product-item .product-item-info .product-item-name {
          font-size: 1.5rem;
          line-height: 1.3;
          color: #333333;
          margin: 1em 0;
          font-weight: 300;
          letter-spacing: -0.01em; }
      .block.crosssell .product-items .product-item .button--cart__basket-icon--card {
        display: inline-block;
        position: relative;
        width: 20px;
        top: 3px;
        left: -2px;
        font-size: 1.125rem; }
      .block.crosssell .product-items .product-item .button {
        padding: 15px 5px; }
      .block.crosssell .product-items .product-item .product-item-link {
        font-weight: 500; }
      .block.crosssell .product-items .product-item .product-item-details .product-item-actions {
        position: absolute;
        bottom: 0;
        width: 100%; }
      .block.crosssell .product-items .product-item .notify-me__container--addToCart {
        min-width: 100%; }

@media screen and (max-width: 768px) {
  .block.crosssell .product-items .product-item {
    width: calc(50% - 20px); } }

.checkout__row .action-close,
.checkout__row .authentication-wrapper,
.checkout__row .opc-estimated-wrapper {
  display: none; }

.checkout__row .checkout-container {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0; }

.checkout__row .opc-progress-bar {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0 0 40px;
  counter-reset: i;
  font-size: 0; }
  @media only screen and (min-width: 960px) {
    .checkout__row .opc-progress-bar {
      padding-right: 350px; } }

.checkout__row .opc-progress-bar-item {
  padding: 0;
  margin: 0;
  margin: 0 0 10px;
  width: 240px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top; }

.checkout__row .opc-progress-bar-item:before {
  background: #ebebeb;
  top: 19px;
  transition: background 0.3s;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%; }

.checkout__row .opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px; }

.checkout__row .opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0; }

.checkout__row .opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #333333;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 0) {
    .checkout__row .opc-progress-bar-item > span {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .checkout__row .opc-progress-bar-item > span {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .checkout__row .opc-progress-bar-item > span {
      font-size: 15px;
      font-size: 0.9375rem; } }
  .dyson-th.primary .checkout__row .opc-progress-bar-item > span {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .checkout__row .opc-progress-bar-item > span {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .checkout__row .opc-progress-bar-item > span, .dyson-sa.rtl .checkout__row .opc-progress-bar-item > span {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .checkout__row .opc-progress-bar-item > span {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .checkout__row .opc-progress-bar-item > span {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.checkout__row .opc-progress-bar-item > span:before,
.checkout__row .opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  transition: background 0.3s;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0; }

.checkout__row .opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 27px;
  margin-left: -14px;
  top: 5px;
  width: 27px;
  padding: 1px 0 0 1px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: bold; }
  @media screen and (min-width: 0) {
    .checkout__row .opc-progress-bar-item > span:after {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media screen and (min-width: 768px) {
    .checkout__row .opc-progress-bar-item > span:after {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .checkout__row .opc-progress-bar-item > span:after {
      font-size: 18px;
      font-size: 1.125rem; } }

.checkout__row .opc-progress-bar-item._complete {
  cursor: pointer; }

.checkout__row .opc-progress-bar-item._complete:hover:before {
  background: #d7d7d7; }

.checkout__row .opc-progress-bar-item._complete:hover > span:before {
  background: #d7d7d7; }

.checkout__row .opc-progress-bar-item._complete > span {
  color: #333333; }

.checkout__row .opc-progress-bar-item._active:before {
  background: #537D1C; }

.checkout__row .opc-progress-bar-item._active > span {
  color: #333333; }

.checkout__row .opc-progress-bar-item._active > span:before {
  background: #537D1C; }

.checkout__row .opc-wrapper {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 1px; }
  .checkout__row .opc-wrapper .opc {
    padding: 0;
    margin: 0;
    list-style: none; }
    .checkout__row .opc-wrapper .opc li {
      padding: 0;
      margin: 0; }
      .checkout__row .opc-wrapper .opc li.checkout-shipping-method {
        margin-top: 30px; }
        .checkout__row .opc-wrapper .opc li.checkout-shipping-method .button {
          font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .dyson-th.primary .checkout__row .opc-wrapper .opc li.checkout-shipping-method .button {
            font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .dyson-hk.primary .checkout__row .opc-wrapper .opc li.checkout-shipping-method .button {
            font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .dyson-ae.rtl .checkout__row .opc-wrapper .opc li.checkout-shipping-method .button, .dyson-sa.rtl .checkout__row .opc-wrapper .opc li.checkout-shipping-method .button {
            font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .dyson-il.rtl .checkout__row .opc-wrapper .opc li.checkout-shipping-method .button {
            font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .dyson-kr .checkout__row .opc-wrapper .opc li.checkout-shipping-method .button {
            font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
    .checkout__row .opc-wrapper .opc .step-title {
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      color: #333333;
      border: 1px solid #ebebeb;
      padding: 25px 30px; }
      @media screen and (min-width: 0) {
        .checkout__row .opc-wrapper .opc .step-title {
          font-size: 24px;
          font-size: 1.5rem; } }
      @media screen and (min-width: 768px) {
        .checkout__row .opc-wrapper .opc .step-title {
          font-size: 28px;
          font-size: 1.75rem; } }
      @media screen and (min-width: 1024px) {
        .checkout__row .opc-wrapper .opc .step-title {
          font-size: 32px;
          font-size: 2rem; } }
      .dyson-th.primary .checkout__row .opc-wrapper .opc .step-title {
        font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-hk.primary .checkout__row .opc-wrapper .opc .step-title {
        font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-ae.rtl .checkout__row .opc-wrapper .opc .step-title, .dyson-sa.rtl .checkout__row .opc-wrapper .opc .step-title {
        font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-il.rtl .checkout__row .opc-wrapper .opc .step-title {
        font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-kr .checkout__row .opc-wrapper .opc .step-title {
        font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
      .dyson-tr .checkout__row .opc-wrapper .opc .step-title {
        padding: 25px;
        margin-bottom: 20px; }
    .checkout__row .opc-wrapper .opc .form {
      border: 1px solid #ebebeb;
      border-top: 0;
      padding: 0 30px 25px 30px; }
      .dyson-tr .checkout__row .opc-wrapper .opc .form {
        display: flex;
        flex-direction: column; }
      .checkout__row .opc-wrapper .opc .form.form-login {
        border-bottom: 0;
        padding-top: 25px; }
        .checkout__row .opc-wrapper .opc .form.form-login .field {
          margin-bottom: 0; }
          @media screen and (min-width: 768px) {
            .checkout__row .opc-wrapper .opc .form.form-login .field {
              width: 48.5%; } }
      .checkout__row .opc-wrapper .opc .form.methods-shipping {
        padding-top: 25px; }
        .checkout__row .opc-wrapper .opc .form.methods-shipping table {
          margin-bottom: 30px; }
          .checkout__row .opc-wrapper .opc .form.methods-shipping table th, .checkout__row .opc-wrapper .opc .form.methods-shipping table td {
            padding: 12px 5px;
            font-weight: 400;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            line-height: 1.25rem;
            color: #333333;
            border: none; }
            @media screen and (min-width: 0) {
              .checkout__row .opc-wrapper .opc .form.methods-shipping table th, .checkout__row .opc-wrapper .opc .form.methods-shipping table td {
                font-size: 12px;
                font-size: 0.75rem; } }
            @media screen and (min-width: 768px) {
              .checkout__row .opc-wrapper .opc .form.methods-shipping table th, .checkout__row .opc-wrapper .opc .form.methods-shipping table td {
                font-size: 16px; } }
          .checkout__row .opc-wrapper .opc .form.methods-shipping table th {
            border-bottom: 1px solid #ebebeb;
            font-weight: 700; }
      .checkout__row .opc-wrapper .opc .form.payments:not(#co-payment-form) {
        padding-top: 25px;
        border-top: 1px solid #ebebeb; }
      .checkout__row .opc-wrapper .opc .form.payments#co-payment-form {
        padding: 0; }
        .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method {
          margin: 25px 30px; }
          .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method:not(:last-child) {
            padding-bottom: 25px;
            border-bottom: 1px solid #ebebeb; }
          @media screen and (min-width: 1024px) {
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method {
              margin: 35px 40px; }
              .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method:not(:last-child) {
                padding-bottom: 35px; } }
          .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .actions-toolbar {
            text-align: right; }
          .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout {
            text-decoration: none;
            -webkit-appearance: none;
            border: 0;
            padding: 16px 12px;
            display: inline-block;
            vertical-align: middle;
            font-weight: 500;
            max-width: 100%;
            text-align: center;
            border-radius: 0;
            padding: 16px 30px;
            background: #79b928;
            color: #000;
            font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:focus, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:active {
              text-decoration: none; }
            @media screen and (min-width: 0) {
              .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout {
                font-size: 16px;
                font-size: 1rem; } }
            @media screen and (min-width: 1024px) {
              .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout {
                font-size: 18px;
                font-size: 1.125rem; } }
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:focus {
              background: #292929;
              border: 0; }
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout.active {
              animation: clicked .25s ease-in; }
            @media screen and (min-width: 768px) {
              .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout {
                padding: 20px 23px; }
                .dyson-pl .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout {
                  padding: 20px 16px; } }
            @media screen and (min-width: 1024px) {
              .dyson-sa .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout {
                padding: 20px 16px; } }
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--primary {
              background: #333333;
              color: #fff; }
              .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--primary:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--primary:focus, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--primary:active, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--primary:visited {
                background: #292929; }
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--tertiary:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--tertiary:focus, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--tertiary:active, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--tertiary:visited {
              background: #74b126; }
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--tertiary:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--tertiary:focus, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--tertiary:active, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--tertiary:visited {
              background: #74b126; }
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--secondary:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--secondary:focus, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--secondary:active, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--secondary:visited {
              background: #e1e1e1; }
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--light {
              background: #fff;
              color: #333333; }
              .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--light span {
                color: #333333; }
              .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--light:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--light:focus, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--light:active {
                background: #e1e1e1;
                color: #333333; }
              .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--light:visited {
                background: #fff; }
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--disabled {
              opacity: 0.75;
              cursor: default;
              pointer-events: none; }
              .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--disabled:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--disabled:focus, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout--disabled:active {
                background: inherit; }
            @media screen and (min-width: 768px) {
              .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout {
                padding: 20px 60px; } }
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:focus, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:active {
              background: #74b126;
              color: #000; }
            .dyson-th.primary .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout {
              font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .dyson-hk.primary .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout {
              font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .dyson-ae.rtl .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout, .dyson-sa.rtl .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout {
              font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .dyson-il.rtl .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout {
              font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .dyson-kr .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout {
              font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout span {
              font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
              .dyson-th.primary .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout span {
                font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
              .dyson-hk.primary .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout span {
                font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
              .dyson-ae.rtl .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout span, .dyson-sa.rtl .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout span {
                font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
              .dyson-il.rtl .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout span {
                font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
              .dyson-kr .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout span {
                font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
        .checkout__row .opc-wrapper .opc .form.payments#co-payment-form #block-discount-heading {
          display: none; }
        .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label {
          color: #333333;
          margin-bottom: 8px;
          display: inline;
          font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 400;
          line-height: 1.3; }
          @media screen and (min-width: 0) {
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label {
              font-size: 20px;
              font-size: 1.25rem; } }
          @media screen and (min-width: 1024px) {
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label {
              font-size: 26px;
              font-size: 1.625rem; } }
          .dyson-th.primary .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label {
            font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .dyson-hk.primary .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label {
            font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .dyson-ae.rtl .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label, .dyson-sa.rtl .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label {
            font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .dyson-il.rtl .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label {
            font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .dyson-kr .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label {
            font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
        .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .field-select-billing {
          display: none; }
        .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .checkout-agreement {
          margin-bottom: 1em; }
          .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .checkout-agreement .action-show {
            background: transparent;
            border: 0;
            color: #333333;
            text-decoration: underline;
            padding: 0; }
            .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .checkout-agreement .action-show:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .checkout-agreement .action-show:focus, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .checkout-agreement .action-show:active {
              background: transparent;
              border: 0;
              text-decoration: none; }
            .dyson-my span .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .checkout-agreement .action-show {
              font-size: 11px; }
              @media screen and (min-width: 1024px) {
                .dyson-my span .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .checkout-agreement .action-show {
                  font-size: 14px; } }
          .dyson-my .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .checkout-agreement {
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden; }
            @media screen and (min-width: 1024px) {
              .dyson-my .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .checkout-agreement {
                white-space: normal; } }
      .checkout__row .opc-wrapper .opc .form .field-tooltip.toggle,
      .checkout__row .opc-wrapper .opc .form .note {
        display: none !important; }
      .checkout__row .opc-wrapper .opc .form .field:not(.field--checkboxes).required label:after, .checkout__row .opc-wrapper .opc .form .field:not(.field--checkboxes)._required label:after {
        content: '*';
        display: inline-block;
        margin-left: 5px; }
        .dyson-tr .checkout__row .opc-wrapper .opc .form .field:not(.field--checkboxes).required label:after, .dyson-tr .checkout__row .opc-wrapper .opc .form .field:not(.field--checkboxes)._required label:after {
          margin-left: -1px; }
      .checkout__row .opc-wrapper .opc .form .label {
        color: #333333;
        margin-bottom: 8px; }
      .checkout__row .opc-wrapper .opc .form .payment-method-title .radio {
        position: relative;
        top: -0.25em; }
      .checkout__row .opc-wrapper .opc .form fieldset {
        border: 0;
        padding: 0;
        margin: 0; }
        @media screen and (min-width: 1280px) {
          .dyson-tr .checkout__row .opc-wrapper .opc .form fieldset {
            position: relative; } }
        .dyson-tr .checkout__row .opc-wrapper .opc .form fieldset .actions-toolbar button.action.primary.checkout {
          width: 100%; }
          @media screen and (min-width: 1024px) {
            .dyson-tr .checkout__row .opc-wrapper .opc .form fieldset .actions-toolbar button.action.primary.checkout {
              width: 50%; } }
        .dyson-tr .checkout__row .opc-wrapper .opc .form fieldset .checkout-agreements-block button.action.primary.checkout {
          width: 100%; }
          @media screen and (min-width: 1024px) {
            .dyson-tr .checkout__row .opc-wrapper .opc .form fieldset .checkout-agreements-block button.action.primary.checkout {
              width: 50%; } }
  .checkout__row .opc-wrapper #shipping-new-address-form:after,
  .checkout__row .opc-wrapper .checkout-billing-address fieldset:after {
    content: "";
    display: table;
    clear: both; }
  .checkout__row .opc-wrapper #shipping-new-address-form .field,
  .checkout__row .opc-wrapper .checkout-billing-address fieldset .field {
    float: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .checkout__row .opc-wrapper #shipping-new-address-form .field:nth-child(1),
      .checkout__row .opc-wrapper .checkout-billing-address fieldset .field:nth-child(1) {
        width: 48%;
        margin-right: 4%; }
      .checkout__row .opc-wrapper #shipping-new-address-form .field:nth-child(2),
      .checkout__row .opc-wrapper .checkout-billing-address fieldset .field:nth-child(2) {
        width: 48%; }
      .checkout__row .opc-wrapper #shipping-new-address-form .field:nth-child(3),
      .checkout__row .opc-wrapper .checkout-billing-address fieldset .field:nth-child(3) {
        width: 48%;
        margin-right: 4%; }
      .checkout__row .opc-wrapper #shipping-new-address-form .field.street,
      .checkout__row .opc-wrapper .checkout-billing-address fieldset .field.street {
        width: 100%; }
        .checkout__row .opc-wrapper #shipping-new-address-form .field.street .field,
        .checkout__row .opc-wrapper .checkout-billing-address fieldset .field.street .field {
          margin-bottom: 1.5em; }
          .dyson-hu .checkout__row .opc-wrapper #shipping-new-address-form .field.street .field, .dyson-hu
          .checkout__row .opc-wrapper .checkout-billing-address fieldset .field.street .field {
            margin-bottom: 0; }
          .checkout__row .opc-wrapper #shipping-new-address-form .field.street .field:last-child,
          .checkout__row .opc-wrapper .checkout-billing-address fieldset .field.street .field:last-child {
            margin-top: 8px; }
            .dyson-hu .checkout__row .opc-wrapper #shipping-new-address-form .field.street .field:last-child, .dyson-hu
            .checkout__row .opc-wrapper .checkout-billing-address fieldset .field.street .field:last-child {
              margin-top: 0; }
      .checkout__row .opc-wrapper #shipping-new-address-form .field:nth-child(5),
      .checkout__row .opc-wrapper .checkout-billing-address fieldset .field:nth-child(5) {
        width: 48%;
        margin-right: 4%; }
      .checkout__row .opc-wrapper #shipping-new-address-form .field:nth-child(7),
      .checkout__row .opc-wrapper .checkout-billing-address fieldset .field:nth-child(7) {
        width: 48%; }
      .checkout__row .opc-wrapper #shipping-new-address-form .field:nth-child(8),
      .checkout__row .opc-wrapper .checkout-billing-address fieldset .field:nth-child(8) {
        width: 48%;
        margin-right: 4%; }
      .checkout__row .opc-wrapper #shipping-new-address-form .field:nth-child(9),
      .checkout__row .opc-wrapper .checkout-billing-address fieldset .field:nth-child(9) {
        width: 48%; }
      .checkout__row .opc-wrapper #shipping-new-address-form .field:nth-child(10),
      .checkout__row .opc-wrapper .checkout-billing-address fieldset .field:nth-child(10) {
        width: 48%;
        margin-right: 4%; }
      .checkout__row .opc-wrapper #shipping-new-address-form .field:nth-child(11),
      .checkout__row .opc-wrapper .checkout-billing-address fieldset .field:nth-child(11) {
        width: 48%; } }
  .checkout__row .opc-wrapper #opc-shipping_method .actions-toolbar {
    width: 100%;
    text-align: right;
    padding-top: 30px; }
  .checkout__row .opc-wrapper #opc-shipping_method .button {
    width: 48%; }

.checkout__row #co-payment-form .legend {
  display: none; }
  .checkout__row #co-payment-form .legend + br {
    display: none; }

.checkout__row #co-payment-form .payment-method-billing-address {
  color: #333333; }
  .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button {
    text-decoration: none;
    -webkit-appearance: none;
    border: 0;
    padding: 16px 12px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    max-width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 16px 30px;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button:hover, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button:focus, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button:active {
      text-decoration: none; }
    @media screen and (min-width: 0) {
      .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 1024px) {
      .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button {
        font-size: 18px;
        font-size: 1.125rem; } }
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button:hover, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button:focus {
      background: #292929;
      border: 0; }
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button.active {
      animation: clicked .25s ease-in; }
    @media screen and (min-width: 768px) {
      .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button {
        padding: 20px 23px; }
        .dyson-pl .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button {
          padding: 20px 16px; } }
    @media screen and (min-width: 1024px) {
      .dyson-sa .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button {
        padding: 20px 16px; } }
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--primary {
      background: #333333;
      color: #fff; }
      .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--primary:hover, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--primary:focus, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--primary:active, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--primary:visited {
        background: #292929; }
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--tertiary:hover, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--tertiary:focus, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--tertiary:active, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--tertiary:visited {
      background: #74b126; }
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--tertiary:hover, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--tertiary:focus, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--tertiary:active, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--tertiary:visited {
      background: #74b126; }
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--secondary:hover, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--secondary:focus, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--secondary:active, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--secondary:visited {
      background: #e1e1e1; }
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--light {
      background: #fff;
      color: #333333; }
      .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--light span {
        color: #333333; }
      .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--light:hover, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--light:focus, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--light:active {
        background: #e1e1e1;
        color: #333333; }
      .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--light:visited {
        background: #fff; }
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--disabled {
      opacity: 0.75;
      cursor: default;
      pointer-events: none; }
      .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--disabled:hover, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--disabled:focus, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button--disabled:active {
        background: inherit; }
    @media screen and (min-width: 768px) {
      .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button {
        padding: 20px 60px; } }
    .dyson-th.primary .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button, .dyson-sa.rtl .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
    .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button.action-cancel {
      background: #ebebeb;
      color: #333333; }
      .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button.action-cancel:hover, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button.action-cancel:focus, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button.action-cancel:active {
        background: #e1e1e1;
        color: #000; }
  .checkout__row #co-payment-form .payment-method-billing-address .billing-address-details {
    color: #333333; }
    .checkout__row #co-payment-form .payment-method-billing-address .billing-address-details a {
      color: #333333;
      margin-top: 1em;
      display: inline-block; }

.checkout__row .opc-sidebar {
  width: 320px;
  margin-left: 30px; }
  .checkout__row .opc-sidebar .modal-inner-wrap {
    background: none; }
  .checkout__row .opc-sidebar .title {
    font-weight: 400;
    color: #333333; }
    @media screen and (min-width: 0) {
      .checkout__row .opc-sidebar .title {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 768px) {
      .checkout__row .opc-sidebar .title {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      .checkout__row .opc-sidebar .title {
        font-size: 20px;
        font-size: 1.25rem; } }
  .checkout__row .opc-sidebar .items-in-cart .title {
    color: #333333;
    margin: 10px 0 20px 0; }
    @media screen and (min-width: 0) {
      .checkout__row .opc-sidebar .items-in-cart .title {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 768px) {
      .checkout__row .opc-sidebar .items-in-cart .title {
        font-size: 16px;
        font-size: 1rem; } }
    .checkout__row .opc-sidebar .items-in-cart .title strong {
      font-weight: 400; }
  .checkout__row .opc-sidebar ol.minicart-items {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style: none; }
    .checkout__row .opc-sidebar ol.minicart-items .product-item {
      margin: 0 0 20px 0; }
      .checkout__row .opc-sidebar ol.minicart-items .product-item .product {
        display: flex;
        background-color: #fbfbfb;
        border: 1px solid #ebebeb;
        padding: 15px; }
        .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-image-container {
          width: 70px;
          margin-right: 8px; }
        .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details {
          width: 100%;
          flex-grow: 1; }
          .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .product-item-name {
            font-weight: 400;
            color: #333333;
            font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
            border-bottom: 1px solid #ebebeb;
            display: inline-block;
            width: 100%;
            padding-bottom: 15px;
            margin-bottom: 25px; }
            @media screen and (min-width: 0) {
              .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .product-item-name {
                font-size: 16px;
                font-size: 1rem; } }
            @media screen and (min-width: 768px) {
              .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .product-item-name {
                font-size: 18px;
                font-size: 1.125rem; } }
            @media screen and (min-width: 1024px) {
              .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .product-item-name {
                font-size: 20px;
                font-size: 1.25rem; } }
            .dyson-th.primary .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .product-item-name {
              font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .dyson-hk.primary .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .product-item-name {
              font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .dyson-ae.rtl .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .product-item-name, .dyson-sa.rtl .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .product-item-name {
              font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .dyson-il.rtl .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .product-item-name {
              font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .dyson-kr .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .product-item-name {
              font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
          .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .details-qty {
            color: #333333; }
            @media screen and (min-width: 0) {
              .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .details-qty {
                font-size: 14px;
                font-size: 0.875rem; } }
            @media screen and (min-width: 768px) {
              .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .details-qty {
                font-size: 15px;
                font-size: 0.9375rem; } }
            .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .details-qty .value {
              float: right;
              padding-right: 40px; }
          .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .cart-price .price {
            font-weight: 400;
            color: #333333;
            font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            @media screen and (min-width: 0) {
              .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .cart-price .price {
                font-size: 15px;
                font-size: 0.9375rem; } }
            @media screen and (min-width: 768px) {
              .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .cart-price .price {
                font-size: 16px;
                font-size: 1rem; } }
            @media screen and (min-width: 1024px) {
              .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .cart-price .price {
                font-size: 18px;
                font-size: 1.125rem; } }
            .dyson-th.primary .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .cart-price .price {
              font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .dyson-hk.primary .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .cart-price .price {
              font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .dyson-ae.rtl .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .cart-price .price, .dyson-sa.rtl .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .cart-price .price {
              font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .dyson-il.rtl .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .cart-price .price {
              font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .dyson-kr .checkout__row .opc-sidebar ol.minicart-items .product-item .product .product-item-details .cart-price .price {
              font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .checkout__row .opc-sidebar .ship-to .shipping-information-title > span, .checkout__row .opc-sidebar .ship-via .shipping-information-title > span {
    color: #333333; }
    @media screen and (min-width: 0) {
      .checkout__row .opc-sidebar .ship-to .shipping-information-title > span, .checkout__row .opc-sidebar .ship-via .shipping-information-title > span {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 768px) {
      .checkout__row .opc-sidebar .ship-to .shipping-information-title > span, .checkout__row .opc-sidebar .ship-via .shipping-information-title > span {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      .checkout__row .opc-sidebar .ship-to .shipping-information-title > span, .checkout__row .opc-sidebar .ship-via .shipping-information-title > span {
        font-size: 20px;
        font-size: 1.25rem; } }
  .checkout__row .opc-sidebar .ship-to .shipping-information-content, .checkout__row .opc-sidebar .ship-via .shipping-information-content {
    margin-top: 1em; }
    .checkout__row .opc-sidebar .ship-to .shipping-information-content a, .checkout__row .opc-sidebar .ship-via .shipping-information-content a {
      color: #333333;
      margin-top: 0.75em;
      display: inline-block; }

.checkout__row .minicart-items {
  display: block !important; }

.opc-block-summary .table-caption {
  display: none; }

.opc-block-summary .table-totals {
  margin-bottom: 40px; }
  .opc-block-summary .table-totals th, .opc-block-summary .table-totals td {
    color: #999999;
    font-weight: 400;
    padding: 5px 0;
    border: none; }
    @media screen and (min-width: 0) {
      .opc-block-summary .table-totals th, .opc-block-summary .table-totals td {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 768px) {
      .opc-block-summary .table-totals th, .opc-block-summary .table-totals td {
        font-size: 15px;
        font-size: 0.9375rem; } }
  .opc-block-summary .table-totals .sub th, .opc-block-summary .table-totals .sub td {
    padding-top: 20px; }
  .opc-block-summary .table-totals .grand th, .opc-block-summary .table-totals .grand td {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    line-height: 1;
    vertical-align: bottom; }
    .dyson-th.primary .opc-block-summary .table-totals .grand th, .dyson-th.primary .opc-block-summary .table-totals .grand td {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .opc-block-summary .table-totals .grand th, .dyson-hk.primary .opc-block-summary .table-totals .grand td {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .opc-block-summary .table-totals .grand th, .dyson-sa.rtl .opc-block-summary .table-totals .grand th, .dyson-ae.rtl .opc-block-summary .table-totals .grand td, .dyson-sa.rtl .opc-block-summary .table-totals .grand td {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .opc-block-summary .table-totals .grand th, .dyson-il.rtl .opc-block-summary .table-totals .grand td {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .opc-block-summary .table-totals .grand th, .dyson-kr .opc-block-summary .table-totals .grand td {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
    .opc-block-summary .table-totals .grand th strong, .opc-block-summary .table-totals .grand td strong {
      font-weight: 400; }
  @media screen and (min-width: 0) {
    .opc-block-summary .table-totals .grand th {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 0) {
    .opc-block-summary .table-totals .grand td {
      font-size: 28px;
      font-size: 1.75rem; } }
  .opc-block-summary .table-totals .grand td strong {
    font-weight: 500; }
  .opc-block-summary .table-totals .totals:nth-last-child(2) th, .opc-block-summary .table-totals .totals:nth-last-child(2) td {
    padding-bottom: 1em; }

.opc-block-shipping-information {
  margin-top: 40px; }
  .opc-block-shipping-information .shipping-information-title {
    color: #333333;
    margin-bottom: 4px; }
    @media screen and (min-width: 0) {
      .opc-block-shipping-information .shipping-information-title {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 768px) {
      .opc-block-shipping-information .shipping-information-title {
        font-size: 15px;
        font-size: 0.9375rem; } }
  .opc-block-shipping-information .shipping-information-content {
    color: #333333;
    margin-bottom: 20px; }
    @media screen and (min-width: 0) {
      .opc-block-shipping-information .shipping-information-content {
        font-size: 13px;
        font-size: 0.8125rem; } }
    @media screen and (min-width: 768px) {
      .opc-block-shipping-information .shipping-information-content {
        font-size: 14px;
        font-size: 0.875rem; } }
  .opc-block-shipping-information .action {
    background: transparent;
    border: 0;
    color: #333333;
    padding: 0;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-left: 8px; }
    .opc-block-shipping-information .action:hover, .opc-block-shipping-information .action:focus, .opc-block-shipping-information .action:active {
      background: transparent;
      border: 0;
      text-decoration: none; }

.checkout__header {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb; }

.loading-mask {
  z-index: 1000;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); }
  .loading-mask .loader {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0; }
    .loading-mask .loader img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 50%;
      margin-left: -77px;
      margin-top: -43px; }
    .loading-mask .loader p {
      display: none; }
  .checkout-shipping-method .loading-mask {
    display: none; }

.checkout-success {
  margin: 30px 0;
  padding: 30px;
  background: #f3f3f3; }
  @media screen and (min-width: 768px) {
    .checkout-success {
      margin: 60px 0;
      padding: 30px; } }
  .checkout-success h1 {
    color: #333333;
    font-weight: 300;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 0) {
      .checkout-success h1 {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media screen and (min-width: 768px) {
      .checkout-success h1 {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 1024px) {
      .checkout-success h1 {
        font-size: 28px;
        font-size: 1.75rem; } }
  .checkout-success h2 {
    margin-top: 0; }
    @media screen and (min-width: 0) {
      .checkout-success h2 {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 768px) {
      .checkout-success h2 {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      .checkout-success h2 {
        font-size: 22px;
        font-size: 1.375rem; } }
  .checkout-success p {
    margin-bottom: 2em; }

.billing-address-same-as-shipping-block #billing-address-same-as-shipping-cashondelivery,
.billing-address-same-as-shipping-block [for="billing-address-same-as-shipping-cashondelivery"] {
  display: none; }

#opc-shipping_method {
  margin: 0;
  padding-top: 50px; }
  #opc-shipping_method #checkout-shipping-method-load,
  #opc-shipping_method .step-title {
    display: none !important; }
  #opc-shipping_method #co-shipping-method-form {
    border: none;
    padding: 0; }
    #opc-shipping_method #co-shipping-method-form #shipping-method-buttons-container {
      padding: 0; }
  #opc-shipping_method .no-quotes-block {
    display: none; }

.control._with-tooltip {
  position: relative; }
  .control._with-tooltip label.input-label-overlay {
    color: #333333;
    position: absolute;
    top: 21px;
    left: 16px; }
    .control._with-tooltip label.input-label-overlay:after {
      display: none !important; }
  .control._with-tooltip .input-label-overlay + input[type="text"].input-text {
    padding-left: 48px; }

.dyson-in .street.field:not(.field--checkboxes).required label:after, .dyson-in .street.field:not(.field--checkboxes)._required label:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -20px; }

.dyson-in div.field.additional._required label.label {
  display: none; }

.dyson-in .street .field._required .label {
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-in #shipping-new-address-form div.field[name="shippingAddress.company"] {
    width: 48%;
    clear: left; } }

.dyson-in #shipping-new-address-form fieldset.field.street,
.dyson-in #shipping-new-address-form fieldset.field.street:nth-child(5) {
  width: 100%;
  margin-right: 0; }

.dyson-in #shipping-new-address-form fieldset.field.street,
.dyson-in #shipping-new-address-form fieldset.field.street:nth-child(8) {
  width: 100%;
  margin-right: 0; }

@media screen and (min-width: 768px) {
  .dyson-in #shipping-new-address-form .field.street .field:last-child[name="shippingAddress.street.1"] {
    margin-top: 0; } }

@media screen and (min-width: 768px) {
  .dyson-in #shipping-new-address-form div.field[name="shippingAddress.city"], .dyson-in #shipping-new-address-form div.field[name="shippingAddress.postcode"], .dyson-in #shipping-new-address-form div.field[name="shippingAddress.telephone"] {
    margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-in #shipping-new-address-form div.field[name="shippingAddress.country_id"], .dyson-in #shipping-new-address-form div.field[name="shippingAddress.country_id"]:nth-child(10) {
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .dyson-in #shipping-new-address-form div.field[name="shippingAddress.custom_attributes.pan_tax_number"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-in #shipping-new-address-form div.field[name="shippingAddress.custom_attributes.newsletter_signup"], .dyson-in #shipping-new-address-form div.field[name="shippingAddress.custom_attributes.newsletter_signup"]:nth-child(3) {
    width: 100%; } }

.dyson-in div.ship-via {
  display: none; }

.dyson-in .payment-method-billing-address div.field[name="billingAddresspayusubvention.street.1"],
.dyson-in .payment-method-billing-address div.field[name="billingAddresspayu.street.1"] {
  margin-top: 0 !important; }

@media screen and (min-width: 768px) {
  .dyson-in .payment-method-billing-address div.field[name="billingAddresspayusubvention.city"],
  .dyson-in .payment-method-billing-address div.field[name="billingAddresspayu.city"] {
    margin-right: 4% !important;
    width: 48% !important; } }

@media screen and (min-width: 768px) {
  .dyson-in .payment-method-billing-address div.field[name="billingAddresspayusubvention.region"],
  .dyson-in .payment-method-billing-address div.field[name="billingAddresspayu.region"] {
    width: 48% !important; } }

@media screen and (min-width: 768px) {
  .dyson-in .payment-method-billing-address div.field[name="billingAddresspayusubvention.telephone"],
  .dyson-in .payment-method-billing-address div.field[name="billingAddresspayu.telephone"] {
    margin-right: 4% !important; } }

@media screen and (min-width: 768px) {
  .dyson-in .payment-method-billing-address div.field[name="billingAddresspayusubvention.postcode"],
  .dyson-in .payment-method-billing-address div.field[name="billingAddresspayu.postcode"] {
    margin-right: 4% !important;
    width: 48% !important; } }

@media screen and (min-width: 768px) {
  .dyson-in .payment-method-billing-address div.field[name="billingAddresspayusubvention.country_id"],
  .dyson-in .payment-method-billing-address div.field[name="billingAddresspayu.country_id"] {
    width: 48% !important; } }

@media screen and (min-width: 768px) {
  .dyson-in .payment-method-billing-address fieldset.field.street {
    margin-bottom: 0.0rem  !important; } }

.dyson-nz #adyen_cc {
  display: none; }

.dyson-nz .field.street.required legend.label {
  display: none; }

.dyson-nz .field.additional {
  margin-top: 0px !important; }

.dyson-nz ul.credit-card-types {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex; }

.dyson-nz div.field.additional label.label:after {
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -20px; }

.dyson-nz div.field.additional._required label.label:after {
  content: '*' !important;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -20px; }

.dyson-nz ul.credit-card-types li {
  display: none; }

.dyson-nz ul.credit-card-types:after {
  background: url("../images/brand/accepted-payment-nz-without-afterpay.png") no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  width: 150px;
  height: 30px; }

.dyson-nz .checkout-payment-method .payment-method-title label div.adyen-sprite.adyen_cc {
  display: none; }

.dyson-nz .field.type.required label.label span:after {
  display: none; }

.dyson-kr .checkout__row .opc-wrapper .opc li {
  list-style: none; }

.dyson-kr .input--loading {
  background-image: url(../images/loading.gif);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-position: 95% center;
  background-position-y: center; }

.dyson-kr #shipping-new-address-form .label--black {
  color: #333333;
  margin-bottom: 25px;
  padding-left: 48px; }

.dyson-kr #shipping-new-address-form .label--auto-reg {
  margin-top: 75px; }
  @media screen and (min-width: 480px) {
    .dyson-kr #shipping-new-address-form .label--auto-reg {
      margin-top: 40px; } }
  @media screen and (min-width: 768px) {
    .dyson-kr #shipping-new-address-form .label--auto-reg {
      margin-top: 20px; } }

.dyson-kr #shipping-new-address-form .no-checkbox:after {
  content: '';
  width: 0;
  height: 0; }

.dyson-kr #shipping-new-address-form .no-checkbox:before {
  content: '';
  width: 0;
  height: 0;
  border: 0;
  background-color: none; }

.dyson-kr #shipping-new-address-form fieldset.field.street,
.dyson-kr #shipping-new-address-form fieldset.field.street:nth-child(5) {
  width: 48%;
  margin-right: 0; }

.dyson-kr #shipping-new-address-form div.field[name="shippingAddress.region"] {
  display: none; }
  @media screen and (min-width: 768px) {
    .dyson-kr #shipping-new-address-form div.field[name="shippingAddress.region"] {
      width: 48%;
      margin-right: 4% !important; } }

.dyson-kr #shipping-new-address-form div.field[name="shippingAddress.city"] {
  display: none; }
  @media screen and (min-width: 768px) {
    .dyson-kr #shipping-new-address-form div.field[name="shippingAddress.city"] {
      margin-right: 0% !important; } }

.dyson-kr #shipping-new-address-form .field.street.required {
  width: 100%; }

.dyson-kr #shipping-new-address-form div.field[name="shippingAddress.street.0"] {
  display: none; }
  @media screen and (min-width: 768px) {
    .dyson-kr #shipping-new-address-form div.field[name="shippingAddress.street.0"] {
      margin-right: 4% !important;
      width: 48% !important; } }

.dyson-kr #shipping-new-address-form div.field[name="shippingAddress.street.1"] {
  display: none; }
  @media screen and (min-width: 768px) {
    .dyson-kr #shipping-new-address-form div.field[name="shippingAddress.street.1"] {
      width: 48% !important; } }
  @media screen and (min-width: 1024px) {
    .dyson-kr #shipping-new-address-form div.field[name="shippingAddress.street.1"] {
      margin-left: 0px !important; } }

.dyson-kr #shipping-new-address-form div.field[name="shippingAddress.postcode"] {
  display: none; }

.dyson-kr #shipping-new-address-form div.field[name="shippingAddress.shippingAddressLookupButtonReset"] {
  display: none; }

.dyson-kr #shipping-new-address-form div.field[name='shippingAddress.shippingAddressLookupButton'] span:first-of-type {
  border-bottom: 1px solid; }

.dyson-kr #shipping-new-address-form div.field[name='shippingAddress.shippingAddressLookupButton']:hover span:first-of-type {
  border-bottom: none;
  cursor: pointer; }

.dyson-kr #shipping-new-address-form div.field[name='shippingAddress.shippingAddressLookupButtonReset'] span:first-of-type {
  border-bottom: 1px solid; }

.dyson-kr #shipping-new-address-form div.field[name='shippingAddress.shippingAddressLookupButtonReset']:hover span:first-of-type {
  border-bottom: none;
  cursor: pointer; }

.dyson-kr #shipping-new-address-form div.field[name="shippingAddress.shippingAddressLookupInput"] {
  width: 100% !important; }

.dyson-kr .checkout-billing-address fieldset.fieldset {
  display: flex;
  flex-wrap: wrap; }

.dyson-kr .checkout-billing-address div.field[name="billingAddresskcp.region"] {
  display: none; }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-billing-address div.field[name="billingAddresskcp.region"] {
      width: 48%;
      margin-right: 4% !important; } }

.dyson-kr .checkout-billing-address div.field[name="billingAddresskcp.city"] {
  display: none; }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-billing-address div.field[name="billingAddresskcp.city"] {
      margin-right: 0% !important; } }

.dyson-kr .checkout-billing-address .field.street.required {
  width: 100% !important; }

.dyson-kr .checkout-billing-address div.field[name="billingAddresskcp.street.0"] {
  display: none; }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-billing-address div.field[name="billingAddresskcp.street.0"] {
      margin-right: 4% !important;
      width: 48% !important; } }

.dyson-kr .checkout-billing-address div.field[name="billingAddresskcp.street.1"] {
  display: none; }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-billing-address div.field[name="billingAddresskcp.street.1"] {
      width: 48% !important; } }

.dyson-kr .checkout-billing-address div.field[name="billingAddresskcp.postcode"] {
  display: none; }

.dyson-kr .checkout-billing-address div.field[name="billingAddress.billingAddressLookupButtonReset"] {
  display: none; }

.dyson-kr .checkout-billing-address div.field[name='billingAddress.billingAddressLookupButtonReset'] span:first-of-type {
  border-bottom: 1px solid; }

.dyson-kr .checkout-billing-address div.field[name='billingAddress.billingAddressLookupButtonReset']:hover span:first-of-type {
  border-bottom: none;
  cursor: pointer; }

.dyson-kr .checkout-billing-address div.field[name='billingAddress.billingAddressLookupButton'] span:first-of-type {
  border-bottom: 1px solid; }

.dyson-kr .checkout-billing-address div.field[name='billingAddress.billingAddressLookupButton']:hover span:first-of-type {
  cursor: pointer;
  border-bottom: none; }

.dyson-kr .checkout-billing-address div.field[name="billingAddress.billingAddressLookupInput"] {
  width: 100% !important; }

@media screen and (min-width: 1280px) {
  .dyson-tr #checkout-payment-method-load {
    margin-top: 55%; } }

.dyson-tr .payment-group .step-title {
  margin-top: 10%; }
  @media screen and (min-width: 768px) {
    .dyson-tr .payment-group .step-title {
      margin-top: 45%; } }

.dyson-tr label[for="radio-individual"],
.dyson-tr label[for="radio-business"] {
  font-size: 20px;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-th.primary .dyson-tr label[for="radio-individual"], .dyson-th.primary
  .dyson-tr label[for="radio-business"] {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .dyson-tr label[for="radio-individual"], .dyson-hk.primary
  .dyson-tr label[for="radio-business"] {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .dyson-tr label[for="radio-individual"], .dyson-sa.rtl .dyson-tr label[for="radio-individual"], .dyson-ae.rtl
  .dyson-tr label[for="radio-business"], .dyson-sa.rtl
  .dyson-tr label[for="radio-business"] {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .dyson-tr label[for="radio-individual"], .dyson-il.rtl
  .dyson-tr label[for="radio-business"] {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .dyson-tr label[for="radio-individual"], .dyson-kr
  .dyson-tr label[for="radio-business"] {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

@media screen and (min-width: 768px) {
  .dyson-tr .field[name="shippingAddress.postcode"] {
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .field[name="billingAddressadyen_cc.tax_id_number"],
  .dyson-tr .field[name="billingAddressadyen_cc.tax_office"] {
    width: 100% !important;
    float: right !important;
    clear: right !important; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .field[name="billingAddressadyen_cc.tax_id_number"],
  .dyson-tr .field[name="billingAddressadyen_cc.tax_office"] {
    width: 48% !important; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .fieldset .field[name="billingAddressadyen_cc.invoice_radio"]:nth-of-type(1) {
    float: left !important;
    clear: left !important;
    width: 48% !important;
    display: inline-block !important; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .fieldset .field[name="billingAddressadyen_cc.invoice_radio"]:nth-of-type(3) {
    position: absolute !important;
    left: 52% !important; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .field[name="billingAddressadyen_cc.commercial_title"] {
    width: 48% !important;
    float: right !important;
    display: inline-block !important;
    margin-left: 20px !important;
    clear: right !important; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .field[name="billingAddressadyen_cc.citizen_id"] {
    width: 48% !important;
    float: left !important;
    clear: left !important; } }

.dyson-tr #checkout-payment-method-load .adyen-cc-form.form {
  border: 0; }

.dyson-tr .adyen-checkout__card__exp-cvc {
  display: block; }

.dyson-tr .checkout__row .opc-wrapper .opc .form.payments#co-payment-form {
  padding: 20px; }
  .dyson-tr .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method {
    margin: 20px 0; }

.dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form .field.street.admin__control-fields.required legend.label {
  margin-bottom: -34px; }
  @media screen and (min-width: 768px) {
    .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form .field.street.admin__control-fields.required legend.label {
      margin-bottom: -20px; } }

.dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.telephone"] {
  clear: left; }
  @media screen and (min-width: 960px) {
    .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.telephone"] {
      width: 100%; } }
  @media screen and (min-width: 1280px) {
    .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.telephone"] {
      width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.postcode"] {
    margin-right: 4%; } }

@media screen and (min-width: 960px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.postcode"] {
    width: 100%; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.postcode"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.city"] {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    width: 48%; } }

@media screen and (min-width: 960px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.city"] {
    width: 100%;
    margin-left: 0; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.city"] {
    width: 48%;
    margin-top: 20px; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field.field--checkboxes[name="shippingAddress.custom_attributes.activate_guarantee"] {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.region"] {
    margin-right: 4%;
    width: 48%;
    margin-top: 20px; } }

@media screen and (min-width: 960px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.region"] {
    width: 100%; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.region"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.country_id"] {
    margin-top: 0;
    margin-right: 0; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.country_id"] {
    width: 47%; } }

.dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.street.0"] {
  margin-top: 20px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.street.0"] {
      margin-top: 20px; } }
  @media screen and (min-width: 1280px) {
    .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.street.0"] {
      width: 100%;
      margin-left: 0; } }

.dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.street.1"] {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.street.1"] {
      margin-top: 0; } }
  @media screen and (min-width: 1440px) {
    .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.street.1"] {
      margin-top: 20px;
      margin-left: 0px; } }

.dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.street.2"] {
  margin: 0; }
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.street.2"] label.label:after {
    content: ''; }
  @media screen and (min-width: 768px) {
    .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.street.2"] {
      width: 100%; } }
  @media screen and (min-width: 1440px) {
    .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form div.field[name="shippingAddress.street.2"] {
      margin-top: 0;
      margin-left: 0; } }

@media screen and (min-width: 768px) {
  .dyson-tr .checkout__row .opc-wrapper #shipping-new-address-form fieldset.field.street {
    margin-bottom: 0.0rem; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.postcode"] {
    width: 48%; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.postcode"] {
    margin-right: 4% !important;
    margin-top: 0 !important; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.city"] {
    margin: 0;
    width: 48% !important; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.city"] {
    float: left;
    clear: left;
    margin-top: 30px; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.country_id"] {
    margin: 0 !important; } }

@media screen and (min-width: 960px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.country_id"] {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.country_id"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.country_id"] {
    margin: 0 0 0 4px; } }

@media screen and (min-width: 960px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.country_id"] {
    width: 100%; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.country_id"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.telephone"] {
    float: left;
    clear: left; } }

@media screen and (min-width: 960px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.telephone"] {
    width: 100%; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.telephone"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .payment-method-billing-address fieldset.field.street.admin__control-fields.required {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.0"] {
    width: 100% !important; } }

.dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.0"] label.label {
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.1"] {
    margin-left: 0;
    margin-top: 0 !important;
    width: 100% !important; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.1"] {
    margin-left: 0; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.telephone"] {
    width: 48%;
    clear: left;
    float: left; } }

.dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.2"] {
  margin-top: 0;
  margin-left: 0;
  width: 100% !important;
  margin-bottom: 0 !important; }
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.2"] label.label:after {
    content: ''; }
  @media screen and (min-width: 1280px) {
    .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.2"] {
      margin-top: 0; } }
  @media screen and (min-width: 1440px) {
    .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.2"] {
      margin-top: 20px; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.region"] {
    margin-left: 0;
    width: 48% !important;
    margin-top: 0;
    margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address fieldset.field.street {
    margin-bottom: 0.0rem; } }

.dyson-tr button.action.action-update,
.dyson-tr button.action.action-cancel {
  width: 55%; }
  .dyson-tr button.action.action-update div.field[name="shippingAddress.street.2"],
  .dyson-tr button.action.action-cancel div.field[name="shippingAddress.street.2"] {
    margin-left: 0; }
    .dyson-tr button.action.action-update div.field[name="shippingAddress.street.2"] label.label:after,
    .dyson-tr button.action.action-cancel div.field[name="shippingAddress.street.2"] label.label:after {
      content: ''; }
    @media screen and (min-width: 1280px) {
      .dyson-tr button.action.action-update div.field[name="shippingAddress.street.2"],
      .dyson-tr button.action.action-cancel div.field[name="shippingAddress.street.2"] {
        width: 100%; } }
    @media screen and (min-width: 1440px) {
      .dyson-tr button.action.action-update div.field[name="shippingAddress.street.2"],
      .dyson-tr button.action.action-cancel div.field[name="shippingAddress.street.2"] {
        margin-top: 30px;
        margin-left: 0px; } }
  @media screen and (min-width: 768px) {
    .dyson-tr button.action.action-update fieldset.field.street,
    .dyson-tr button.action.action-cancel fieldset.field.street {
      margin-bottom: 0.0rem; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.postcode"] {
    width: 48%;
    margin-right: 4% !important; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.postcode"] {
    margin-top: 30px; } }

@media screen and (min-width: 1440px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.postcode"] {
    width: 48%;
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.city"] {
    margin: 0; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.city"] {
    width: 48%;
    float: none;
    margin-top: 0;
    display: inline-block !important; } }

@media screen and (min-width: 1440px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.city"] {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.country_id"] {
    margin: 0 0 0 5px; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.country_id"] {
    width: 48%; } }

@media screen and (min-width: 1440px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.country_id"] {
    display: inline-block;
    margin-right: 0 !important; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.country_id"] {
    margin: 0 0 0 4px; } }

@media screen and (min-width: 960px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.country_id"] {
    width: 100%; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.country_id"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.telephone"] {
    float: left;
    clear: left; } }

@media screen and (min-width: 960px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.telephone"] {
    width: 100%; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.telephone"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .payment-method-billing-address fieldset.field.street.admin__control-fields.required {
    width: 100%; } }

.dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.2"] {
  margin-left: 0; }
  .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.2"] label.label:after {
    content: ''; }
  @media screen and (min-width: 960px) {
    .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.2"] {
      width: 100%; } }
  @media screen and (min-width: 1280px) {
    .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.2"] {
      margin-top: 0; } }
  @media screen and (min-width: 1280px) {
    .dyson-tr .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.2"] {
      width: 100%; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .payment-method-billing-address div.field[name="billingAddresscheckmo.postcode"] {
    width: 48%;
    margin-right: 0;
    margin-top: 30px; } }

@media screen and (min-width: 768px) {
  .dyson-tr .payment-method-billing-address fieldset.field.street {
    margin-bottom: 0.0rem; } }

.dyson-tr button.action.action-update,
.dyson-tr button.action.action-cancel {
  width: 55%; }
  @media screen and (min-width: 768px) {
    .dyson-tr button.action.action-update,
    .dyson-tr button.action.action-cancel {
      width: 40%; } }
  @media screen and (min-width: 1280px) {
    .dyson-tr button.action.action-update,
    .dyson-tr button.action.action-cancel {
      width: 36%; } }
  @media screen and (min-width: 1440px) {
    .dyson-tr button.action.action-update,
    .dyson-tr button.action.action-cancel {
      width: 25%; } }

.dyson-tr .adyen-cc-form {
  border: none;
  padding-left: 0;
  margin-top: 25px; }

.dyson-tr .checkout-payment-method .payment-method-title label div.adyen-sprite.adyen_cc {
  display: none; }

.dyson-tr ul.credit-card-types {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex; }

.dyson-tr ul.credit-card-types li {
  display: none; }

.dyson-tr ul.credit-card-types:after {
  background: url("../images/brand/accepted-payment-tr.png") no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  width: 150px;
  height: 30px; }

.dyson-tr .tr-payment-form {
  display: flex; }
  .dyson-tr .tr-payment-form #adyen_cc_cc_type_exp_div {
    margin-left: 0; }
  .dyson-tr .tr-payment-form .field.no-label.month {
    width: 49.25%;
    display: inline-block; }
  .dyson-tr .tr-payment-form .field.no-label.year {
    width: 49.25%;
    display: inline-block; }
  @media screen and (min-width: 1280px) {
    .dyson-tr .tr-payment-form #creditCardHolderName {
      width: 48%; } }
  .dyson-tr .tr-payment-form .actions-toolbar {
    margin-top: 20px; }

.dyson-tr .payment-tr-adyen #adyen-cc-form {
  border: 0; }

.dyson-tr .payment-tr-adyen .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method:not(:last-child) {
  border-bottom: 0; }

.dyson-tr .adyen-checkout__field {
  width: 100%; }

.dyson-tr #adyen_cc {
  display: none; }

.dyson-tr .dsc-preinformation,
.dyson-tr .dsc-form {
  border: 1px solid #ebebeb;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 150px; }
  @media screen and (min-width: 1024px) {
    .dyson-tr .dsc-preinformation,
    .dyson-tr .dsc-form {
      overflow-y: hidden;
      overflow-x: hidden; } }

.dyson-tr div.payment-method p {
  margin-bottom: 0.25em; }

.dyson-tr .dsc-tcs-checkbox {
  font-size: 14px;
  margin: 10px 0; }

.dyson-tr .adyen-cc-form {
  border: none;
  padding-left: 0;
  margin-top: 25px; }

.dyson-tr .checkout-payment-method .payment-method-title label div.adyen-sprite.adyen_cc {
  display: none; }

.dyson-tr ul.credit-card-types {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  display: flex; }

.dyson-tr ul.credit-card-types {
  margin-bottom: 24px; }
  .dyson-tr ul.credit-card-types li {
    display: none; }
  .dyson-tr ul.credit-card-types:after {
    background: url("../images/brand/accepted-payment-tr.png") no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    width: 150px;
    height: 30px; }

.dyson-tr #adyen-cc-form {
  padding: 0; }
  .dyson-tr #adyen-cc-form .adyen-checkout__label .adyen-checkout__label__text {
    font-size: 16px;
    margin-bottom: 4px;
    color: #333333; }
  .dyson-tr #adyen-cc-form .adyen-checkout__input {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    height: 4rem;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 1rem;
    width: 100%;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .dyson-tr #adyen-cc-form .adyen-checkout__field {
    margin-bottom: 24px; }
  .dyson-tr #adyen-cc-form .adyen-checkout__card__cardNumber__input img {
    margin-right: 20px; }
  .dyson-tr #adyen-cc-form .adyen-checkout__card__exp-cvc .adyen-checkout__field {
    width: 100%;
    margin-right: 0; }
    @media screen and (min-width: 768px) {
      .dyson-tr #adyen-cc-form .adyen-checkout__card__exp-cvc .adyen-checkout__field {
        width: 48%;
        display: inline-block; } }
    .dyson-tr #adyen-cc-form .adyen-checkout__card__exp-cvc .adyen-checkout__field:first-child {
      margin-right: 4%; }
  .dyson-tr #adyen-cc-form .adyen-checkout__input:active,
  .dyson-tr #adyen-cc-form .adyen-checkout__input--active,
  .dyson-tr #adyen-cc-form .adyen-checkout__input:focus {
    border: 1px solid #ebebeb;
    box-shadow: none; }

@media screen and (min-width: 768px) {
  .dyson-ae #shipping-new-address-form fieldset.field.street {
    margin-bottom: 0.0rem; } }

@media screen and (min-width: 768px) {
  .dyson-ae #shipping-new-address-form div.field[name="shippingAddress.street.0"] {
    margin-right: 4% !important;
    width: 48% !important; } }

.dyson-ae #shipping-new-address-form div.field[name="shippingAddress.street.0"]._required label:after {
  content: '';
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-ae #shipping-new-address-form div.field[name="shippingAddress.street.1"] {
    width: 48% !important;
    margin-top: 0px !important; } }

.dyson-ae #shipping-new-address-form div.field[name="shippingAddress.street.1"]._required label:after {
  content: '';
  display: none; }

.dyson-ae .checkout__row .opc-wrapper .opc .form [name="shippingAddress.street.1"] label:after,
.dyson-ae .checkout__row .opc-wrapper .opc .form [name="shippingAddress.postcode"] label:after,
.dyson-ae .checkout__row .opc-wrapper .opc .form [name="billingAddresscheckmo.street.1"] label:after,
.dyson-ae .checkout__row .opc-wrapper .opc .form [name="billingAddresscheckmo.street.0"] label:after {
  content: "" !important;
  display: none !important; }

.dyson-ae .checkout__row .opc-wrapper .opc .form [name="shippingAddress.telephone"] {
  clear: both; }

.dyson-ae .checkout__row .opc-wrapper .opc .form [name="billingAddresscheckmo.street.1"] {
  margin-top: 0 !important; }

@media screen and (min-width: 768px) {
  .dyson-il #shipping-new-address-form fieldset.field.street {
    margin-bottom: 0.0rem  !important; } }

@media screen and (min-width: 768px) {
  .dyson-il #shipping-new-address-form div.field[name="shippingAddress.street.0"] {
    margin-right: 4% !important;
    width: 48% !important; } }

.dyson-il #shipping-new-address-form div.field[name="shippingAddress.street.0"]._required label:after {
  content: '';
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-il #shipping-new-address-form div.field[name="shippingAddress.street.1"] {
    width: 48% !important;
    margin-top: 0px !important; } }

.dyson-il #shipping-new-address-form div.field[name="shippingAddress.street.1"]._required label:after {
  content: '';
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-il #shipping-new-address-form div.field[name="shippingAddress.telephone"] {
    margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-il #shipping-new-address-form div.field[name="shippingAddress.custom_attributes.identity_number"] {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .dyson-il #shipping-new-address-form div.field[name="shippingAddress.custom_attributes.bnzc_email_alerts"] {
    width: 100% !important; } }

.dyson-il .checkout__row .opc-wrapper .opc .form [name="shippingAddress.postcode"] label:after,
.dyson-il .checkout__row .opc-wrapper .opc .form [name="shippingAddress.street.1"] label:after,
.dyson-il .checkout__row .opc-wrapper .opc .form [name="billingAddressfree.street.0"] label:after,
.dyson-il .checkout__row .opc-wrapper .opc .form [name="billingAddressfree.street.1"] label:after {
  content: "" !important;
  display: none !important; }

.dyson-il .checkout__row .opc-wrapper .opc .form [name="shippingAddress.telephone"] {
  clear: both; }

.dyson-il .checkout__row .opc-wrapper .opc .form [name="billingAddressfree.street.1"] {
  margin-top: 0 !important; }

@media screen and (min-width: 768px) {
  .dyson-sa #shipping-new-address-form fieldset.field.street {
    margin-bottom: 0.0rem; } }

.dyson-sa #shipping-new-address-form div.field[name="shippingAddress.street.0"] label.label:after {
  content: '';
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-sa #shipping-new-address-form div.field[name="shippingAddress.street.0"] {
    margin-right: 4% !important;
    width: 48% !important; } }

@media screen and (min-width: 768px) {
  .dyson-sa #shipping-new-address-form div.field[name="shippingAddress.street.1"] {
    width: 48% !important;
    margin-top: 0px !important; } }

.dyson-sa #shipping-new-address-form div.field[name="shippingAddress.street.1"]._required label:after {
  content: '';
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-sa #shipping-new-address-form div.field[name="shippingAddress.telephone"] {
    width: 48%;
    clear: none; } }

.dyson-sa .checkout__row .opc-wrapper .opc .form [name="shippingAddress.street.1"] label:after,
.dyson-sa .checkout__row .opc-wrapper .opc .form [name="shippingAddress.postcode"] label:after,
.dyson-sa .checkout__row .opc-wrapper .opc .form [name="billingAddresscheckmo.street.1"] label:after,
.dyson-sa .checkout__row .opc-wrapper .opc .form [name="billingAddresscheckmo.street.0"] label:after {
  content: "" !important;
  display: none !important; }

.dyson-sa .checkout__row .opc-wrapper .opc .form [name="shippingAddress.telephone"] {
  clear: both; }

.dyson-sa .checkout__row .opc-wrapper .opc .form [name="billingAddresscheckmo.street.1"] {
  margin-top: 0 !important; }

.dyson-sg #worldpay_cc-form, .dyson-sg #worldpay_cc-savedcard-form {
  border: 0; }

.dyson-sg #shipping-new-address-form div.field[name="shippingAddress.custom_attributes.newsletter_signup"] {
  width: 100% !important; }

@media screen and (min-width: 768px) {
  .dyson-sg #shipping-new-address-form fieldset.field.street {
    margin-bottom: 0.0rem  !important; } }

@media screen and (min-width: 768px) {
  .dyson-sg #shipping-new-address-form div.field[name="shippingAddress.street.0"] {
    margin-right: 4% !important;
    width: 48% !important; } }

.dyson-sg #shipping-new-address-form div.field[name="shippingAddress.street.0"]._required label:after {
  content: '';
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-sg #shipping-new-address-form div.field[name="shippingAddress.street.1"] {
    width: 48% !important;
    margin-top: 0px !important; } }

.dyson-sg #shipping-new-address-form div.field[name="shippingAddress.street.1"]._required label:after {
  content: '';
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-sg #shipping-new-address-form div.field[name="shippingAddress.telephone"] {
    margin-right: 4%; } }

.dyson-sg .checkout__row .opc-wrapper .opc .form [name="shippingAddress.street.1"] label:after,
.dyson-sg .checkout__row .opc-wrapper .opc .form [name="billingAddressfree.street.0"] label:after,
.dyson-sg .checkout__row .opc-wrapper .opc .form [name="billingAddressfree.street.1"] label:after {
  content: "" !important;
  display: none !important; }

.dyson-sg .checkout__row .opc-wrapper .opc .form [name="shippingAddress.telephone"] {
  clear: both; }

.dyson-sg .checkout__row .opc-wrapper .opc .form [name="billingAddressfree.street.1"] {
  margin-top: 0px !important; }

.dyson-sg .form__title {
  font-weight: 400;
  color: #333333;
  padding-top: 25px; }
  @media screen and (min-width: 0) {
    .dyson-sg .form__title {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .dyson-sg .form__title {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 1024px) {
    .dyson-sg .form__title {
      font-size: 20px;
      font-size: 1.25rem; } }

.dyson-sg .custom_checkout_field--divider_line_top {
  border-top: 1px solid #ececec; }

.dyson-sg .label {
  color: #333333; }

.dyson-my #shipping-new-address-form .field.street.admin__control-fields > legend {
  visibility: hidden;
  height: 0; }

.dyson-my #shipping-new-address-form div.field[name="shippingAddress.street.1"] {
  margin-top: 0 !important; }
  .dyson-my #shipping-new-address-form div.field[name="shippingAddress.street.1"] :after {
    visibility: hidden; }

.dyson-my #shipping-new-address-form div.field[name="shippingAddress.postcode"] {
  margin-right: 4% !important; }

@media screen and (min-width: 768px) {
  .dyson-my #shipping-new-address-form div.field[name="shippingAddress.region"] {
    width: 48%; } }

.dyson-my #billing-new-address-form .field.street.admin__control-fields > legend {
  visibility: hidden;
  height: 0; }

@media screen and (min-width: 768px) {
  .dyson-my #billing-new-address-form div.field[name="billingAddressdfe_ipay88.street.1"] {
    margin-top: 0; } }

.dyson-my #billing-new-address-form div.field[name="billingAddressdfe_ipay88.street.1"] :after {
  visibility: hidden;
  height: 0; }

@media screen and (min-width: 768px) {
  .dyson-my #billing-new-address-form div.field[name="billingAddressdfe_ipay88.region_id"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-my #billing-new-address-form div.field[name="billingAddressdfe_ipay88.postcode"] {
    margin-right: 4%; } }

.dyson-my .payment-method.df-payment-method.dfe_ipay88 {
  max-width: 100em !important; }
  .dyson-my .payment-method.df-payment-method.dfe_ipay88 .form {
    border: 0 !important;
    padding: 1rem 0 2rem 0 !important; }
  .dyson-my .payment-method.df-payment-method.dfe_ipay88 .df-options.df-level-1 {
    column-count: 1; }
  .dyson-my .payment-method.df-payment-method.dfe_ipay88 .df-options div.df-choice {
    margin-bottom: 0;
    display: flex;
    align-items: center; }
  .dyson-my .payment-method.df-payment-method.dfe_ipay88 .df-options span {
    visibility: hidden;
    height: 0; }
  @media screen and (min-width: 520px) {
    .dyson-my .payment-method.df-payment-method.dfe_ipay88 .df-option {
      display: inline-block;
      width: 48%; } }
  .dyson-my .payment-method.df-payment-method.dfe_ipay88 .actions-toolbar {
    margin-bottom: 2%; }
    .dyson-my .payment-method.df-payment-method.dfe_ipay88 .actions-toolbar .primary {
      margin: 1em 3em 0 0 !important; }
      @media screen and (min-width: 375px) {
        .dyson-my .payment-method.df-payment-method.dfe_ipay88 .actions-toolbar .primary {
          margin: 1em 0.5em 0 0 !important; } }
      @media screen and (min-width: 320px) {
        .dyson-my .payment-method.df-payment-method.dfe_ipay88 .actions-toolbar .primary {
          margin: 1em 1.5rem 0 0 !important; } }
      @media screen and (min-width: 1024px) {
        .dyson-my .payment-method.df-payment-method.dfe_ipay88 .actions-toolbar .primary button {
          padding: 17px 60px !important; } }
  .dyson-my .payment-method.df-payment-method.dfe_ipay88 .action-update {
    margin: 0 0 4% 0;
    padding: 17px 60px !important; }
    @media screen and (min-width: 1024px) {
      .dyson-my .payment-method.df-payment-method.dfe_ipay88 .action-update {
        margin: 0 1% 0 0; } }
    @media screen and (min-width: 1440px) {
      .dyson-my .payment-method.df-payment-method.dfe_ipay88 .action-update {
        margin: 0; } }
  .dyson-my .payment-method.df-payment-method.dfe_ipay88 .action-cancel {
    padding: 17px 62px !important; }
  .dyson-my .payment-method.df-payment-method.dfe_ipay88 .payment-method-content .checkout-agreements-block {
    margin-top: 1.5em; }
  .dyson-my .payment-method.df-payment-method.dfe_ipay88 h4.df-please-select-an-option {
    margin-top: 1rem;
    font-size: 1.2rem !important; }
    @media screen and (min-width: 1024px) {
      .dyson-my .payment-method.df-payment-method.dfe_ipay88 h4.df-please-select-an-option {
        font-size: 1.6rem !important; } }

.dyson-th .checkout__row .opc-wrapper .opc .form .field-tooltip.toggle {
  display: block !important;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333; }
  .dyson-th .checkout__row .opc-wrapper .opc .form .field-tooltip.toggle div {
    padding-top: .25rem; }

.dyson-th .checkout__row .opc-wrapper .opc .fieldset .field.street legend, .dyson-th .checkout__row .opc-wrapper .opc #shipping-new-address-form .field.street legend {
  display: none; }

.dyson-th .checkout__row .opc-wrapper .opc .fieldset .field[name="shippingAddress.street.1"], .dyson-th .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.street.1"], .dyson-th .checkout__row .opc-wrapper .opc #shipping-new-address-form .field[name="shippingAddress.street.1"], .dyson-th .checkout__row .opc-wrapper .opc #shipping-new-address-form .field[name="billingAddressP2c2pPayment.street.1"] {
  margin: 0 !important; }

@media screen and (min-width: 768px) {
  .dyson-th .checkout__row .opc-wrapper .opc .fieldset .field[name="shippingAddress.street.0"], .dyson-th .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.street.0"], .dyson-th .checkout__row .opc-wrapper .opc #shipping-new-address-form .field[name="shippingAddress.street.0"], .dyson-th .checkout__row .opc-wrapper .opc #shipping-new-address-form .field[name="billingAddressP2c2pPayment.street.0"] {
    margin-bottom: 0; } }

.dyson-th .checkout__row .opc-wrapper .opc .fieldset .field[name="shippingAddress.postcode"] .message.warning, .dyson-th .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.postcode"] .message.warning, .dyson-th .checkout__row .opc-wrapper .opc #shipping-new-address-form .field[name="shippingAddress.postcode"] .message.warning, .dyson-th .checkout__row .opc-wrapper .opc #shipping-new-address-form .field[name="billingAddressP2c2pPayment.postcode"] .message.warning {
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-th .checkout__row .opc-wrapper .opc .fieldset .field[name="shippingAddress.postcode"], .dyson-th .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.postcode"], .dyson-th .checkout__row .opc-wrapper .opc #shipping-new-address-form .field[name="shippingAddress.postcode"], .dyson-th .checkout__row .opc-wrapper .opc #shipping-new-address-form .field[name="billingAddressP2c2pPayment.postcode"] {
    width: 48%;
    margin: 0; } }

.product-item {
  position: relative; }

.preorder_note {
  position: absolute;
  font-size: 12px;
  left: 27%;
  bottom: 67px;
  background: #fbfbfb; }

.dyson-tr .dsc-preinformation html.chrome.no-focus-outline,
.dyson-tr .dsc-preinformation html.firefox.no-focus-outline,
.dyson-tr .dsc-preinformation html.ie.no-focus-outline {
  overflow-x: scroll !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important; }

.dyson-tr .dsc-preinformation iframe {
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%; }

.dyson-nz .cart-summary .after-pay-installment-msg {
  padding: 24px 0 0; }
  @media screen and (max-width: 1024px) {
    .dyson-nz .cart-summary .after-pay-installment-msg {
      padding: 20px 0 0; } }
  @media screen and (max-width: 640px) {
    .dyson-nz .cart-summary .after-pay-installment-msg {
      padding: 2px 0 12px; } }

.dyson-nz .after-pay__checkout__container {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-nz .after-pay__checkout__container .after-pay__checkout__container__image {
    margin-bottom: 24px;
    margin-top: 16px;
    max-width: 136px; }
    @media screen and (max-width: 1024px) {
      .dyson-nz .after-pay__checkout__container .after-pay__checkout__container__image {
        margin-bottom: 20px; } }
    @media screen and (max-width: 640px) {
      .dyson-nz .after-pay__checkout__container .after-pay__checkout__container__image {
        margin-top: 8px;
        margin-bottom: 8px;
        max-width: 87px; } }
  .dyson-nz .after-pay__checkout__container .after-pay__checkout__container__message {
    color: #555; }
  .dyson-nz .after-pay__checkout__container .after-pay__learn__more {
    text-decoration: underline;
    color: #333;
    cursor: pointer; }
  .dyson-nz .after-pay__checkout__container .after-pay__info {
    padding: 20px;
    background: #f3f3f3;
    margin-top: 24px;
    margin-bottom: 30px;
    color: #333; }
    @media screen and (min-width: 768px) {
      .dyson-nz .after-pay__checkout__container .after-pay__info {
        width: 68.5%; } }
    @media screen and (max-width: 1024px) {
      .dyson-nz .after-pay__checkout__container .after-pay__info {
        margin-top: 20px;
        margin-top: 12px; } }
    @media screen and (max-width: 768px) {
      .dyson-nz .after-pay__checkout__container .after-pay__info {
        margin-top: 16px;
        margin-bottom: 26px;
        padding: 1em; } }

.checkout-cart-index .show-popup {
  cursor: pointer;
  font-weight: 500; }

.checkout-cart-index .popup-coupon._show {
  padding-top: 20%; }
  .checkout-cart-index .popup-coupon._show .modal-inner-wrap {
    padding: 0;
    background: #fff;
    max-width: 1270px; }
    .checkout-cart-index .popup-coupon._show .modal-inner-wrap .modal-content .content, .checkout-cart-index .popup-coupon._show .modal-inner-wrap .modal-title {
      font-size: 16px; }
  .checkout-cart-index .popup-coupon._show .modal-header .modal-header-inner .action-close {
    padding: 5px; }
    .checkout-cart-index .popup-coupon._show .modal-header .modal-header-inner .action-close:before {
      font-size: 38px;
      font-weight: 700; }
  @media screen and (max-width: 769px) {
    .checkout-cart-index .popup-coupon._show .modal-inner-wrap {
      height: auto;
      max-width: 80%;
      margin: 0 auto;
      margin-top: 50%; } }

/*
    The street fields (address 1, address 2) are treated differently on the MX site.
    On the MX site the street fields actual labels for each input is used.
    On other leap sites the labels are hidden and the legend is used as the label.
*/
body:not(.dyson-mx) .checkout .opc-wrapper .field.required.street label:after, body:not(.dyson-mx) .checkout .opc-wrapper .field._required.street label:after {
  display: none; }

body:not(.dyson-mx) .checkout .opc-wrapper .field.required.street legend:after, body:not(.dyson-mx) .checkout .opc-wrapper .field._required.street legend:after {
  content: '*';
  margin-left: 5px; }

.dyson-mx .checkout .opc-wrapper .street .field {
  margin-top: 0 !important; }

.dyson-mx .checkout .opc-wrapper .street legend.label {
  display: none !important; }

/*

    Also hidden on the KR site

 */
.dyson-kr .checkout .opc-wrapper .street .field {
  margin-top: 0 !important; }

.dyson-kr .checkout .opc-wrapper .street legend.label {
  display: none !important; }

.dyson-kr .totals.shipping .value {
  display: none; }

.dyson-tr legend.label:after {
  content: "" !important; }

@media screen and (min-width: 640px) {
  .leap-cart:not(:last-child) {
    margin-bottom: 20px; } }

@media screen and (max-width: 640px) {
  .leap-cart:not(:last-child) {
    margin-bottom: 16px; } }

@media screen and (min-width: 1024px) {
  .leap-cart:not(:last-child) {
    margin-bottom: 24px; } }

.leap-cart.bundle_prod {
  margin-bottom: 24px; }

.leap-cart.gift_prod {
  margin-bottom: 8px; }
  .leap-cart.gift_prod .soft-bundling__cart-item, .leap-cart.gift_prod .simple__cart-item {
    margin-bottom: 8px; }

.leap-cart .leap-cart__row .g-wrap {
  margin-left: 0; }
  .leap-cart .leap-cart__row .g-wrap .gp-col-1-6 {
    width: 120px; }
  .leap-cart .leap-cart__row .g-wrap .card-right {
    width: calc(100% - 120px); }
    .leap-cart .leap-cart__row .g-wrap .card-right .leap-cart__detail .leap-cart__row-footer .trade-up-item-tools {
      margin-left: -140px;
      margin-right: -20px; }
      @media screen and (max-width: 640px) {
        .leap-cart .leap-cart__row .g-wrap .card-right .leap-cart__detail .leap-cart__row-footer .trade-up-item-tools {
          margin-left: -130px;
          margin-right: -10px; }
          .leap-cart .leap-cart__row .g-wrap .card-right .leap-cart__detail .leap-cart__row-footer .trade-up-item-tools .trade-up-item-tools__accordion-content {
            margin-top: 16px;
            padding: 16px 16px 0; } }
      @media screen and (max-width: 385px) {
        .leap-cart .leap-cart__row .g-wrap .card-right .leap-cart__detail .leap-cart__row-footer .trade-up-item-tools {
          margin-left: -105px; } }

.leap-cart__row {
  border: 1px solid #ebebeb;
  background: #fbfbfb; }
  @media screen and (max-width: 480px) {
    .leap-cart__row .leap-cart__row-header [class*="g-col"] {
      padding-left: 0; } }

.leap-cart__img {
  text-align: center;
  /*
    1. Cancel out padding-bottom hack put on by Magento in:-
    vendor/magento/module-catalog/view/base/web/template/product/list/columns/image_with_borders.html
    For some reason the padding bottom hack was being incorrectly applied when the product image was the placeholder.
  */ }
  .leap-cart__img img {
    max-width: 120px;
    width: 100%; }
  .leap-cart__img .product-image-wrapper {
    padding: 0 !important;
    /* 1 */ }

@media screen and (min-width: 640px) {
  .leap-cart__row .gtw-col-1-2 {
    width: 50%; } }

@media screen and (min-width: 640px) {
  .card-right {
    padding: 16px 0 16px 0; } }

@media screen and (max-width: 640px) {
  .card-right {
    padding: 16px 0 16px 0; } }

@media screen and (min-width: 960px) {
  .card-right {
    padding: 24px 0 24px 0; } }

.leap-cart__row-header {
  border-bottom: 1px solid #ebebeb; }
  @media screen and (min-width: 640px) {
    .leap-cart__row-header {
      min-height: 77px; } }
  @media screen and (min-width: 960px) {
    .leap-cart__row-header {
      min-height: 82px; } }

.leap-cart__product-name {
  font-weight: 400;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 640px) {
    .leap-cart__product-name {
      font-size: 16px; } }
  @media screen and (max-width: 640px) {
    .leap-cart__product-name {
      font-size: 16px; } }
  @media screen and (min-width: 1024px) {
    .leap-cart__product-name {
      font-size: 18px; } }
  @media screen and (min-width: 1024px) {
    .leap-cart__product-name {
      margin-bottom: 0; } }

.leap-cart .leap-cart__detail .accordion__heading .trade-up-item-tools__chevron {
  width: 15px;
  height: 22px;
  flex-shrink: 0; }

.leap-cart .leap-cart__detail .accordion__heading .trade-up-item-tools__drop-down {
  display: flex;
  text-decoration: underline; }
  .leap-cart .leap-cart__detail .accordion__heading .trade-up-item-tools__drop-down[aria-expanded="true"] svg {
    transform: rotate(180deg); }

.leap-cart .leap-cart__detail .accordion__heading .trade-up-item-tools__drop-down .trade-up-item-tools__drop-down-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 8px 8px 0px;
  color: #333;
  font-weight: normal; }
  @media screen and (max-width: 1024px) {
    .leap-cart .leap-cart__detail .accordion__heading .trade-up-item-tools__drop-down .trade-up-item-tools__drop-down-text {
      font-size: 14px;
      line-height: 20px; } }
  .rtl .leap-cart .leap-cart__detail .accordion__heading .trade-up-item-tools__drop-down .trade-up-item-tools__drop-down-text {
    padding: 0px 0 8px 8px; }

.soft-bundling__main-item .leap-cart__row-header, .simple__main-item .leap-cart__row-header {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 1em 0;
  padding-bottom: 1em; }
  @media screen and (max-width: 640px) {
    .soft-bundling__main-item .leap-cart__row-header, .simple__main-item .leap-cart__row-header {
      border-bottom: 0; } }
  .soft-bundling__main-item .leap-cart__row-header h2.soft-bundling__checkout-name, .simple__main-item .leap-cart__row-header h2.soft-bundling__checkout-name {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0; }

.soft-bundling__main-item .leap-cart__row-footer, .simple__main-item .leap-cart__row-footer {
  margin: 0;
  display: flex;
  flex-direction: column; }
  .soft-bundling__main-item .leap-cart__row-footer .witb__info, .simple__main-item .leap-cart__row-footer .witb__info {
    order: 2; }
    .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content {
      padding: 24px 24px 0;
      background: transparent;
      border-bottom: 0;
      border-top: 1px solid #ebebeb;
      margin-top: 24px; }
      @media screen and (max-width: 640px) {
        .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content {
          padding: 16px 0px 0;
          margin-top: 16px; } }
      .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin: 0; }
        .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single {
          border-bottom: 1px solid #ebebeb;
          padding: 24px 0;
          width: calc(50% - 16px);
          display: flex;
          flex-direction: row;
          margin: 0;
          position: relative;
          overflow: unset; }
          @media screen and (max-width: 640px) {
            .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single {
              padding: 16px 0;
              width: 100%; } }
          .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:first-child, .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-child(2), .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:first-child, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-child(2) {
            padding-top: 0; }
            @media screen and (max-width: 640px) {
              .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:first-child, .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-child(2), .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:first-child, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-child(2) {
                padding-top: 16px; } }
          .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single::marker, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single::marker {
            content: none; }
          .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-child(odd), .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-child(odd) {
            margin-right: 12px; }
            @media screen and (max-width: 640px) {
              .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-child(odd), .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-child(odd) {
                margin-right: 0; } }
          .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-child(2n), .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-child(2n) {
            margin-left: 12px; }
            @media screen and (max-width: 640px) {
              .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-child(2n), .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-child(2n) {
                margin-left: 0; } }
          @media screen and (max-width: 640px) {
            .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:last-of-type, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:last-of-type {
              padding-bottom: 0;
              border-bottom: 0; } }
          @media screen and (min-width: 640px) {
            .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-last-child(-n+2), .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single:nth-last-child(-n+2) {
              padding-bottom: 0;
              border-bottom: 0; } }
          .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single .trade-up-item-tools__block, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single .trade-up-item-tools__block {
            width: calc(100% - 60px);
            margin-right: 16px; }
          .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single .trade-up-item-tools__image, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single .trade-up-item-tools__image {
            max-width: 44px;
            max-height: 44px;
            min-width: 44px;
            min-height: 44px;
            border: 0;
            position: relative; }
            .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single .trade-up-item-tools__image .machines__machine-icon, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__single .trade-up-item-tools__image .machines__machine-icon {
              width: 44px;
              height: 44px;
              border: 1px solid #919191; }
        .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__block--web-name, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__block--web-name {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 0;
          font-weight: 500;
          color: #333; }
        .soft-bundling__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__block-description, .simple__main-item .leap-cart__row-footer .witb__info .trade-up-item-tools__accordion-content ul .trade-up-item-tools__block-description {
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          color: #555;
          margin: 0; }
  .soft-bundling__main-item .leap-cart__row-footer .price-container, .simple__main-item .leap-cart__row-footer .price-container {
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 640px) {
      .soft-bundling__main-item .leap-cart__row-footer .price-container, .simple__main-item .leap-cart__row-footer .price-container {
        width: 100%;
        right: auto;
        padding-right: 20px; } }
    @media screen and (min-width: 640px) {
      .soft-bundling__main-item .leap-cart__row-footer .price-container, .simple__main-item .leap-cart__row-footer .price-container {
        top: 0 !important; } }
    .soft-bundling__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price, .simple__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price {
      border-bottom: 0;
      padding: 0; }
      .soft-bundling__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price > span:first-of-type, .simple__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price > span:first-of-type {
        display: none; }
      .soft-bundling__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price .price, .soft-bundling__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price span, .simple__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price .price, .simple__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price span {
        font-family: 'Futura Latin'; }
        @media screen and (max-width: 640px) {
          .soft-bundling__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price .price, .soft-bundling__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price span, .simple__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price .price, .simple__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price span {
            font-size: .8125rem; } }
      @media screen and (max-width: 640px) {
        .soft-bundling__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price, .simple__main-item .leap-cart__row-footer .price-container .leap-cart__price .soft-bundling__checkout-price {
          font-size: 16px; } }
  .soft-bundling__main-item .leap-cart__row-footer .g-wrap.qty-picker, .simple__main-item .leap-cart__row-footer .g-wrap.qty-picker {
    margin-top: 0 !important; }
    @media screen and (max-width: 640px) {
      .soft-bundling__main-item .leap-cart__row-footer .g-wrap.qty-picker, .simple__main-item .leap-cart__row-footer .g-wrap.qty-picker {
        display: flex;
        align-items: center;
        margin-top: 20px !important;
        border-top: 1px solid #ebebeb;
        padding-top: 8px; }
        .soft-bundling__main-item .leap-cart__row-footer .g-wrap.qty-picker .picker, .simple__main-item .leap-cart__row-footer .g-wrap.qty-picker .picker {
          padding-left: 0;
          width: 70%; }
        .soft-bundling__main-item .leap-cart__row-footer .g-wrap.qty-picker .remove, .simple__main-item .leap-cart__row-footer .g-wrap.qty-picker .remove {
          padding-left: 0;
          width: 30%; } }
    @media screen and (max-width: 640px) {
      .soft-bundling__main-item .leap-cart__row-footer .g-wrap.qty-picker .remove .action-delete, .simple__main-item .leap-cart__row-footer .g-wrap.qty-picker .remove .action-delete {
        padding-top: 0; }
        .soft-bundling__main-item .leap-cart__row-footer .g-wrap.qty-picker .remove .action-delete span, .simple__main-item .leap-cart__row-footer .g-wrap.qty-picker .remove .action-delete span {
          font-size: 0.75rem; } }
  .soft-bundling__main-item .leap-cart__row-footer .leap-cart__quantity .basket__items__quantity, .simple__main-item .leap-cart__row-footer .leap-cart__quantity .basket__items__quantity {
    display: flex;
    align-items: center; }
    .soft-bundling__main-item .leap-cart__row-footer .leap-cart__quantity .basket__items__quantity .label, .simple__main-item .leap-cart__row-footer .leap-cart__quantity .basket__items__quantity .label {
      margin-top: 0; }
    .soft-bundling__main-item .leap-cart__row-footer .leap-cart__quantity .basket__items__quantity .update-cart__buttons, .simple__main-item .leap-cart__row-footer .leap-cart__quantity .basket__items__quantity .update-cart__buttons {
      display: inline;
      margin-left: 8px;
      padding: 0; }
      @media screen and (max-width: 480px) {
        .soft-bundling__main-item .leap-cart__row-footer .leap-cart__quantity .basket__items__quantity .update-cart__buttons, .simple__main-item .leap-cart__row-footer .leap-cart__quantity .basket__items__quantity .update-cart__buttons {
          margin-left: 0; } }

@media screen and (min-width: 480px) {
  .leap-cart__price {
    position: relative;
    top: 0.5em; } }

@media screen and (min-width: 768px) {
  .leap-cart__price {
    top: 0.35em; } }

.download-pdf__container__content {
  border: 1px solid #ebebeb;
  padding: 20px;
  display: flex;
  justify-content: space-between; }
  .download-pdf__container__content a {
    max-width: 70px; }

.download-pdf__container__content__icon {
  max-width: 65px;
  min-height: 85px; }
  .download-pdf__container__content__icon img {
    width: 89px;
    height: auto;
    position: relative;
    top: 0;
    right: -2px; }
    @media screen and (min-width: 768px) {
      .download-pdf__container__content__icon img {
        width: 40px;
        right: 0; } }

.download-size-copy {
  text-align: center; }

/*
  Collapsibles
  =============================================
*/
.faqs {
  padding: 40px 0; }

.faqs-collapsible {
  /*
    1. Reset button styles
    todo: Stop setting styles on <button>
  */ }
  .faqs-collapsible button[data-role="title"] {
    color: #000;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
    border: none;
    /* 1 */
    background: none;
    /* 1 */
    border-bottom: 1px solid #ECECEC;
    text-align: left; }
    .dyson-th.primary .faqs-collapsible button[data-role="title"] {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .faqs-collapsible button[data-role="title"] {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .faqs-collapsible button[data-role="title"], .dyson-sa.rtl .faqs-collapsible button[data-role="title"] {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .faqs-collapsible button[data-role="title"] {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .faqs-collapsible button[data-role="title"] {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
    .faqs-collapsible button[data-role="title"]:hover, .faqs-collapsible button[data-role="title"]:focus {
      background: none;
      /* 1 */
      border: none;
      /* 1 */
      border-bottom: 1px solid #ECECEC;
      color: #000; }
    .faqs-collapsible button[data-role="title"].button-flex {
      display: flex;
      justify-content: space-between; }
    .faqs-collapsible button[data-role="title"]:after {
      content: '';
      background-image: url("../images/icons/sprite.png");
      background-position: 0px -3967px;
      display: block;
      float: right;
      width: 24px;
      height: 29px; }
  .faqs-collapsible [aria-expanded=true]:after {
    transform: rotate(180deg); }
  .faqs-collapsible li {
    padding: 0;
    margin: 0; }
  .faqs-collapsible a {
    display: block;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    @media screen and (min-width: 0) {
      .faqs-collapsible a {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 1024px) {
      .faqs-collapsible a {
        font-size: 16px;
        font-size: 1rem; } }
    .dyson-th.primary .faqs-collapsible a {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .faqs-collapsible a {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .faqs-collapsible a, .dyson-sa.rtl .faqs-collapsible a {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .faqs-collapsible a {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .faqs-collapsible a {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.faqs-dropdown-collapsible__content {
  padding-top: 20px; }
  .faqs-dropdown-collapsible__content ul {
    padding: 0;
    margin: 0;
    list-style: none; }

.faqs-collapsible__questions {
  width: 80%; }

/*
 Accordion-ROW-2138
  =============================================
*/
.accordion-module-collapsible {
  background-color: #fff; }
  .accordion-module-collapsible .accordion__heading-text {
    margin: 0;
    padding: 24px 0; }
    @media screen and (max-width: 1024px) {
      .accordion-module-collapsible .accordion__heading-text {
        padding: 20px 0; } }
    @media screen and (max-width: 768px) {
      .accordion-module-collapsible .accordion__heading-text {
        padding: 16px 0; } }
    .accordion-module-collapsible .accordion__heading-text button {
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #333333;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 28px;
      width: 100%;
      padding: 0;
      border: none;
      background-color: inherit;
      text-align: left; }
      @media screen and (max-width: 1024px) {
        .accordion-module-collapsible .accordion__heading-text button {
          font-size: 16px;
          line-height: 24px; } }
      .accordion-module-collapsible .accordion__heading-text button:hover, .accordion-module-collapsible .accordion__heading-text button:focus {
        background: none;
        /* 1 */
        border: none;
        /* 1 */
        color: #000;
        border-bottom: 0; }
      .accordion-module-collapsible .accordion__heading-text button.button-flex {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .accordion-module-collapsible .accordion__heading-text button.button-flex.expanded .accordion-item-tools__chevron {
          transform: rotate(180deg); }
      .accordion-module-collapsible .accordion__heading-text button .accordion-item-tools__chevron {
        width: 21px;
        height: 21px;
        fill: #333; }
        @media screen and (max-width: 1024px) {
          .accordion-module-collapsible .accordion__heading-text button .accordion-item-tools__chevron {
            width: 17px;
            height: 17px; } }
        @media screen and (max-width: 768px) {
          .accordion-module-collapsible .accordion__heading-text button .accordion-item-tools__chevron {
            width: 14px;
            height: 14px; } }
      .accordion-module-collapsible .accordion__heading-text button .hgroup__content {
        margin: 0; }
    .accordion-module-collapsible .accordion__heading-text [aria-expanded=true]:after {
      transform: rotate(180deg); }
  .accordion-module-collapsible .accordion-module-dropdown-collapsible__content {
    padding: 0; }
    @media screen and (max-width: 1024px) {
      .accordion-module-collapsible .accordion-module-dropdown-collapsible__content {
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .accordion-module-collapsible .accordion-module-dropdown-collapsible__content {
        padding: 0; } }
    .accordion-module-collapsible .accordion-module-dropdown-collapsible__content .accordion-bottom__spacing {
      margin-bottom: 0; }
    .accordion-module-collapsible .accordion-module-dropdown-collapsible__content .content__heading {
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #333333;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 28px;
      margin: 0; }
      @media screen and (max-width: 1024px) {
        .accordion-module-collapsible .accordion-module-dropdown-collapsible__content .content__heading {
          font-size: 16px;
          line-height: 24px; } }
    .accordion-module-collapsible .accordion-module-dropdown-collapsible__content > p {
      color: #555555;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 24px;
      padding: 8px 0 16px 0;
      margin: 0; }
      .accordion-module-collapsible .accordion-module-dropdown-collapsible__content > p:last-child {
        padding-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .accordion-module-collapsible .accordion-module-dropdown-collapsible__content > p {
          font-size: 16px;
          line-height: 24px;
          padding: 8px 0 24px 0; } }

.accordion-module-black {
  background-color: #000; }
  .accordion-module-black .accordion-module-collapsible {
    background-color: #000; }
  .accordion-module-black .accordion__heading-text button span.hgroup__content {
    color: #fff; }
  .accordion-module-black .accordion__heading-text button .shape--chevron.accordion-item-tools__chevron {
    fill: #fff; }
  .accordion-module-black .accordion-module-dropdown-collapsible__content .content__heading, .accordion-module-black .accordion-module-dropdown-collapsible__content > p {
    color: #fff; }
  .accordion-module-black .accordion-module-dropdown-collapsible__content .accordion-bottom__spacing {
    margin-bottom: 0; }

.accordion-module-black .contact-us h2, .accordion-module-black .contact-us h1, .accordion-module-black .contact-us__call span,
.accordion-module-black .contact-us__email a, .accordion-module-black .contact-us__inner p, .accordion-module-black .basic__content h2, .accordion-module-black .basic__content h1, .accordion-module-black .basic__content p,
.accordion-module-black .basic__content h3 {
  color: #fff; }

/*
 Accordion-ROW-2138
  =============================================
*/
.accordion-module__dropdown {
  position: relative; }
  .accordion-module__dropdown .accordion-module-collapsible {
    border-width: 1px 0 1px;
    border-style: solid;
    border-color: #ebebeb;
    margin-top: -1px; }
    .accordion-module__dropdown .accordion-module-collapsible .accordion__heading-text {
      padding: 0; }
      .accordion-module__dropdown .accordion-module-collapsible .accordion__heading-text button.button-flex {
        padding: 16px 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #333333; }
        @media screen and (min-width: 1024px) {
          .accordion-module__dropdown .accordion-module-collapsible .accordion__heading-text button.button-flex {
            padding: 24px 0; } }
        .accordion-module__dropdown .accordion-module-collapsible .accordion__heading-text button.button-flex span.hgroup__content {
          padding: 0 12px 0 0; }
          .rtl .accordion-module__dropdown .accordion-module-collapsible .accordion__heading-text button.button-flex span.hgroup__content {
            padding: 0 0 0 12px; }
        .rtl .accordion-module__dropdown .accordion-module-collapsible .accordion__heading-text button.button-flex {
          text-align: right; }
      .accordion-module__dropdown .accordion-module-collapsible .accordion__heading-text button .accordion-item-tools__chevron {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        align-self: flex-start; }
        @media screen and (min-width: 1024px) {
          .accordion-module__dropdown .accordion-module-collapsible .accordion__heading-text button .accordion-item-tools__chevron {
            width: 24px;
            height: 24px;
            min-width: 24px;
            min-height: 24px; } }
    .accordion-module__dropdown .accordion-module-collapsible .accordion-module-dropdown-collapsible__content {
      padding: 0 0 16px; }
      @media screen and (min-width: 1024px) {
        .accordion-module__dropdown .accordion-module-collapsible .accordion-module-dropdown-collapsible__content {
          padding: 0 0 24px; } }
    .accordion-module__dropdown .accordion-module-collapsible .layout, .accordion-module__dropdown .accordion-module-collapsible .message.cookie .content, .message.cookie .accordion-module__dropdown .accordion-module-collapsible .content, .accordion-module__dropdown .accordion-module-collapsible .sub-category-nav__wrapper.dcr-category-nav__wrapper, .accordion-module__dropdown .accordion-module-collapsible .rcc__layout {
      width: 100%;
      padding: 0; }
  .accordion-module__dropdown.accordion-module-black .accordion-module-collapsible {
    border-color: #fff; }
    .accordion-module__dropdown.accordion-module-black .accordion-module-collapsible .accordion__heading-text {
      padding: 0; }
      .accordion-module__dropdown.accordion-module-black .accordion-module-collapsible .accordion__heading-text button.button-flex {
        color: #fff; }

.soft-options-container {
  padding: 30px 0; }
  .soft-options-container .fieldset {
    outline: none; }
  .soft-options-container .soft-option__item__card {
    margin-bottom: 40px; }

.soft-bundling__title {
  margin-top: 0; }

.soft-option__content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .soft-option__content {
      padding: 15px;
      flex-grow: 1; } }
  @media screen and (min-width: 1280px) {
    .soft-option__content {
      padding: 20px; } }
  .soft-option__content span.price {
    color: #0066CC;
    font-weight: 500;
    font-size: 20px; }

.firefox .soft-option__content__description,
.ie .soft-option__content__description {
  margin-left: 15px; }

.soft-options-container .card__action__item {
  width: 100%; }

.soft-option__item__card.soft-option__item__card--active .card__action__item .field.choice .label .button.button--fluid:after {
  content: "";
  display: block;
  width: 7px;
  height: 16px;
  border: solid #79b928;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 45%;
  left: 24%;
  transform: translateY(-50%) rotate(45deg) scale(1); }
  @media screen and (min-width: 1280px) {
    .soft-option__item__card.soft-option__item__card--active .card__action__item .field.choice .label .button.button--fluid:after {
      width: 8px;
      height: 18px;
      left: 27%; } }
  @media screen and (min-width: 1280px) and (min-width: 1440px) {
    .dyson-hu .soft-option__item__card.soft-option__item__card--active .card__action__item .field.choice .label .button.button--fluid:after {
      left: 30%; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) {
    .dyson-cz .soft-option__item__card.soft-option__item__card--active .card__action__item .field.choice .label .button.button--fluid:after {
      left: 29%; } }
  .dyson-kr .soft-option__item__card.soft-option__item__card--active .card__action__item .field.choice .label .button.button--fluid:after {
    left: calc(50% - 7.5rem); }
    @media screen and (min-width: 1024px) {
      .dyson-kr .soft-option__item__card.soft-option__item__card--active .card__action__item .field.choice .label .button.button--fluid:after {
        left: calc(50% - 8.3rem); } }
  @media screen and (min-width: 1280px) {
    .dyson-hu .soft-option__item__card.soft-option__item__card--active .card__action__item .field.choice .label .button.button--fluid:after {
      left: 29%; } }

.soft-option__item__card--disabled {
  pointer-events: none; }

.soft-option__item__card__inner {
  border: 2px solid #ebebeb;
  display: flex;
  flex-direction: column;
  position: relative; }
  .soft-option__item__card--active .soft-option__item__card__inner {
    border-color: #537D1C; }
  .soft-option__item__card__inner > span {
    color: #fff;
    background-color: #000;
    padding: 6px;
    width: auto;
    position: absolute;
    top: -12px;
    z-index: 20;
    left: 20px;
    font-weight: 600;
    text-align: center; }
  .soft-option__item__card__inner .card__action .card__action__item .field.choice label.label span.button.button--fluid:after {
    transition: none; }
  .soft-option__item__card__inner .card__action .card__action__item .field.choice label.label span.button.button--fluid:hover {
    transition: none; }

.soft-bundling__selections {
  border: 1px solid #ebebeb;
  border-bottom: 0;
  background: #fbfbfb;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }
  .soft-bundling__selections .soft-bundling__title {
    margin-bottom: 8px; }
  .soft-bundling__selections .soft-bundling__guarantee {
    margin-top: 0;
    font-size: 14px; }
  .soft-bundling__selections .soft-bundling__selected {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 15px;
    font-weight: 400;
    color: #0066CC;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .soft-bundling__selections .soft-bundling__selected button {
      background: none;
      border: none;
      padding: 0; }
  .soft-bundling__selections .soft-bundling__price {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    flex-wrap: wrap; }
    .soft-bundling__selections .soft-bundling__price span {
      float: right;
      font-weight: 600;
      margin-left: 5px; }

.soft-bundling__selected__button svg.icon.icon--chevron {
  fill: #0066CC;
  width: 15px;
  height: 15px; }

span[aria-expanded="true"] svg.icon.icon--chevron {
  transform: rotateX(180deg); }

.soft-bundling__selection--top {
  display: flex;
  padding: 15px; }
  .soft-bundling__selection--top img {
    width: 105px !important;
    height: 100% !important; }
  .soft-bundling__selection--top .product-image-container {
    width: auto !important; }
  .soft-bundling__selection--top .product-image-container .product-image-wrapper img.product-image-photo {
    max-width: 5em; }

.soft-bundling__selection--top__text {
  margin-left: 5px;
  max-width: 100%;
  width: 100%; }

.soft-bundling__selected__product-summary {
  background: #f8f8f8; }

.soft-bundling__selected__product-summary ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.soft-bundling__selected__product-summary__item {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-left: 10px; }

.soft-bundling__selected__product-summary--image img {
  display: block;
  max-width: 7em;
  max-height: 5em;
  width: auto;
  height: auto; }
  @media screen and (min-width: 1024px) {
    .soft-bundling__selected__product-summary--image img {
      max-width: 4em; } }

.soft-bundling__selected__product-summary--copy {
  padding: 15px;
  flex-grow: 1;
  width: 50%; }
  .soft-bundling__selected__product-summary--copy .title, .soft-bundling__selected__product-summary--copy .remove, .soft-bundling__selected__product-summary--copy .price {
    font-size: 12px; }
  .soft-bundling__selected__product-summary--copy .title {
    margin-bottom: 6px; }
  .soft-bundling__selected__product-summary--copy .remove {
    text-decoration: underline;
    cursor: pointer; }
    .soft-bundling__selected__product-summary--copy .remove:hover {
      text-decoration: none; }
  .soft-bundling__selected__product-summary--copy .price {
    margin-top: 0;
    font-weight: 500;
    color: #0066CC; }
  .soft-bundling__selected__product-summary--copy .remove-and-price {
    display: flex;
    justify-content: space-between; }

.soft-bundling__total-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline; }

.soft-bundling__total-wrapper__text {
  font-weight: 600; }
  .soft-bundling__total-wrapper__text + div {
    font-weight: 600;
    color: #0066CC;
    font-size: 20px;
    text-align: right; }

.soft-bundling__warning {
  position: fixed;
  width: 100%;
  background-color: #424242;
  padding: 30px;
  bottom: 0;
  z-index: 9999;
  left: 0;
  color: #fff;
  font-size: 20px; }
  .soft-bundling__warning .layout, .soft-bundling__warning .message.cookie .content, .message.cookie .soft-bundling__warning .content, .soft-bundling__warning .sub-category-nav__wrapper.dcr-category-nav__wrapper {
    display: flex;
    justify-content: space-between; }

.soft-bundling__warning__action-close {
  background: none;
  box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  font-size: 0;
  display: inline-block;
  text-decoration: none;
  z-index: 2000; }
  .soft-bundling__warning__action-close:before {
    -webkit-font-smoothing: antialiased;
    content: "";
    background-image: url(../images/icons/modal-close-wht.svg);
    /* background-size: 18px auto; */
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block; }
  .soft-bundling__warning__action-close:active, .soft-bundling__warning__action-close:hover, .soft-bundling__warning__action-close:focus {
    background: none;
    border: none;
    color: #555; }

.modal-popup.soft-bundling__optional-warning button.soft-bundling__optional-warning--button {
  background: none;
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  margin-right: 29px; }
  .modal-popup.soft-bundling__optional-warning button.soft-bundling__optional-warning--button:hover {
    text-decoration: none; }

.modal-popup.soft-bundling__optional-warning .modal-content {
  padding: 0; }

.modal-popup.soft-bundling__optional-warning .modal-inner-wrap {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .modal-popup.soft-bundling__optional-warning .modal-inner-wrap {
      width: 50%; } }
  @media screen and (min-width: 1280px) {
    .modal-popup.soft-bundling__optional-warning .modal-inner-wrap {
      width: 27%; } }

.soft-bundling__optional-warning--text {
  padding: 20px; }

.soft-bundling__optional-warning--buttons {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  border-top: 1px solid #d5d5d5; }
  .soft-bundling__optional-warning--buttons .continue-to-basket {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .soft-bundling__optional-warning--buttons .continue-to-basket {
        padding: 10px 30px; } }

.soft-bundling__cart-item {
  margin-bottom: 24px;
  padding: 24px 20px; }
  @media screen and (max-width: 960px) {
    .soft-bundling__cart-item {
      padding: 20px; } }
  @media screen and (max-width: 640px) {
    .soft-bundling__cart-item {
      padding: 16px 10px; } }
  @media screen and (max-width: 340px) {
    .soft-bundling__cart-item {
      padding: 16px 7px; } }
  .soft-bundling__cart-item .leap-cart__img {
    border-right: none; }
    @media screen and (min-width: 1024px) {
      .soft-bundling__cart-item .leap-cart__img {
        border-right: 1px solid #ebebeb; } }

.soft-bundling__checkout-price {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb; }
  .soft-bundling__checkout-price .price {
    font-size: 16px; }
    @media screen and (max-width: 640px) {
      .soft-bundling__checkout-price .price {
        font-size: 13px; } }

.soft-bundling__checkout--list {
  border-bottom: 1px solid #ebebeb;
  display: block;
  padding: 5px 0; }
  @media screen and (min-width: 768px) {
    .soft-bundling__checkout--list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0 0 0;
      border-bottom: 1px solid #ebebeb; }
      .soft-bundling__checkout--list img {
        width: 10%;
        display: inline-block; }
      .soft-bundling__checkout--list span.price {
        margin-top: 0; } }

.soft-bundling__checkout--list__title {
  display: flex;
  align-items: center; }
  .soft-bundling__checkout--list__title span {
    color: #333333; }
    .soft-bundling__checkout--list__title span.dyson-product-debossing-label {
      font-weight: 600; }
  .soft-bundling__checkout--list__title img {
    display: inline-block;
    max-width: 5em;
    width: auto;
    height: auto;
    max-height: 90px; }

.soft-bundling__checkout--list__price {
  text-align: right;
  flex-basis: 25%;
  overflow-wrap: anywhere; }
  @media screen and (max-width: 640px) {
    .soft-bundling__checkout--list__price {
      display: inline-block;
      width: 50%; } }
  @media screen and (max-width: 760px) {
    .soft-bundling__checkout--list__price {
      display: inline-block;
      width: 50%; } }

.soft-bundling__checkout--list__price__is {
  font-weight: 600;
  color: #0066CC;
  font-size: 16px;
  font-weight: 500; }
  @media screen and (max-width: 640px) {
    .soft-bundling__checkout--list__price__is {
      font-size: 13px; } }
  .soft-bundling__checkout--list__price__is span.price {
    color: #0066CC; }

.soft-bundling__checkout--list__price__was {
  text-decoration: line-through;
  color: #999999; }

.soft-bundling__qty-input {
  padding: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-left: 0px; }
  @media screen and (max-width: 640px) {
    .soft-bundling__qty-input {
      flex-wrap: wrap; } }
  .ie .soft-bundling__qty-input {
    width: 100%; }
  @media screen and (max-width: 640px) {
    .soft-bundling__qty-input .update-cart__buttons {
      width: auto; } }
  .soft-bundling__qty-input > div.mage-error {
    display: block;
    position: absolute;
    top: 17%;
    width: 50%;
    left: -4px;
    right: auto;
    bottom: auto; }
    @media screen and (min-width: 768px) {
      .soft-bundling__qty-input > div.mage-error {
        top: 30%;
        width: 55%;
        left: 15%; } }
    @media screen and (max-width: 640px) {
      .soft-bundling__qty-input > div.mage-error {
        order: 5;
        width: 100%;
        position: relative; } }
    @media screen and (min-width: 1024px) {
      .soft-bundling__qty-input > div.mage-error {
        top: auto;
        width: auto;
        right: 25%;
        left: auto;
        bottom: 44%; } }
  .soft-bundling__qty-input input {
    padding: 5px;
    height: 40px;
    width: 40px;
    text-align: center; }
    .firefox .soft-bundling__qty-input input {
      padding: 5px;
      height: 50px;
      width: 60px; }
  .soft-bundling__qty-input p {
    margin-right: 5px;
    color: #333333; }

.soft-bundling__qty-input .basket__items__below__btn.action.update {
  margin-left: 5px;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  .dyson-th.primary .soft-bundling__qty-input .basket__items__below__btn.action.update {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .soft-bundling__qty-input .basket__items__below__btn.action.update {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .soft-bundling__qty-input .basket__items__below__btn.action.update, .dyson-sa.rtl .soft-bundling__qty-input .basket__items__below__btn.action.update {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .soft-bundling__qty-input .basket__items__below__btn.action.update {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .soft-bundling__qty-input .basket__items__below__btn.action.update {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.soft-bundling__checkout-name {
  padding-bottom: 30px; }

.soft-bundling__checkout-name,
.soft-bundling__checkout-included,
.soft-bundling__checkout--items-selected {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #ebebeb; }

.soft-bundling__checkout--items-selected {
  color: #0066CC;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  .soft-bundling__checkout--items-selected p {
    margin-right: 20px; }
  .soft-bundling__checkout--items-selected button {
    background: none;
    border: 0; }

.soft-bundling__selected button {
  display: inline; }

.soft-bundling__checkout--items-selected__button .icon.icon--chevron {
  width: 20px;
  height: 20px;
  fill: #0066CC;
  transform: rotateX(180deg); }

.faqs-collapsible .icon.icon--chevron {
  width: 20px;
  height: 20px;
  fill: #0066CC; }

.faqs-collapsible [aria-expanded=true]:after {
  transform: rotate(180deg) !important; }

.faqs-collapsible [data-role="title"]:after {
  display: none; }

.soft-bundling__checkout--items-selected__text {
  display: flex; }

.soft-bundling__checkout-included {
  font-weight: 500; }

.soft-bundling__checkout--sub-total {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 20px;
  position: relative; }

.soft-bundling__checkout--sub-total--price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px; }
  .soft-bundling__checkout--sub-total--price span.price {
    color: #0a6acb;
    font-weight: 500;
    font-size: 20px; }
    @media screen and (min-width: 768px) {
      .soft-bundling__checkout--sub-total--price span.price {
        font-size: 25px; } }

.soft-bundling__checkout-remove {
  text-decoration: underline;
  cursor: pointer; }
  .soft-bundling__checkout-remove:hover {
    text-decoration: none; }

.soft-bundling__checkout--sub-total__inner {
  display: flex;
  align-items: flex-end;
  flex-direction: column; }
  .soft-bundling__checkout--sub-total__inner .cart.item.message.error {
    margin-bottom: 1.5em;
    padding: 1.5em; }

.soft-bundling__checkout--sub-total__subtotal {
  color: #0066CC;
  font-weight: 500;
  font-size: 20px;
  margin-right: 10%; }
  @media screen and (min-width: 768px) {
    .soft-bundling__checkout--sub-total__subtotal {
      font-size: 25px;
      margin-right: 20%; } }

.soft-option__card__pricing .card__pricing__price .price.price--sale,
.soft-option__card__pricing .card__pricing__price .price.price--sale .price-container.tax.weee .price-wrapper .price {
  color: #999999;
  text-decoration: line-through; }

.soft-option__card__pricing .card__pricing__price .price.price--sale .price-container.tax.weee .price-wrapper .price {
  font-size: 15px;
  font-weight: 400; }

.soft-option__card__pricing .card__pricing__sold-out {
  position: relative;
  top: 68%;
  font-weight: 600; }

.soft-bundling__checkout__edit-selections-wrapper__text {
  text-decoration: underline;
  font-weight: 500; }
  .soft-bundling__checkout__edit-selections-wrapper__text:hover {
    text-decoration: none; }

.soft-bundling-collapsible {
  padding-left: 0; }
  .soft-bundling-collapsible .icon.icon--chevron {
    width: 20px;
    height: 20px;
    fill: #0066CC; }

.price.price--sale ~ div {
  color: #0066CC;
  font-weight: 500;
  font-size: 25px; }

.modal-popup.modal-slide.dyson-product-debossing-modal .modal-inner-wrap {
  background-color: #fff;
  max-width: 90%;
  margin: 80px auto;
  height: auto; }

.modal-popup.dyson-product-debossing-modal .modal-header {
  padding: 0; }

.modal-popup.dyson-product-debossing-modal .modal-header .action-close {
  padding: 16px; }
  @media screen and (min-width: 1024px) {
    .modal-popup.dyson-product-debossing-modal .modal-header .action-close {
      padding: 8px; } }
  .modal-popup.dyson-product-debossing-modal .modal-header .action-close:before {
    font-size: 50px;
    line-height: 50px;
    color: #000; }
  .modal-popup.dyson-product-debossing-modal .modal-header .action-close:hover:before {
    color: #404040; }

.modal-popup.dyson-product-debossing-modal .modal-content {
  padding: 0; }

.modal-popup.dyson-product-debossing-modal .debossing-error {
  height: 1rem;
  margin: 8px 0;
  color: #dd4157; }

.modal-popup.dyson-product-debossing-modal .modal-content .soft-bundling__debossing--text__title {
  margin: 16px 20px 8px 20px; }

.modal-popup.dyson-product-debossing-modal .modal-content .soft-bundling__debossing--text__subtitle {
  margin: 0 20px 8px 20px; }

.modal-popup.dyson-product-debossing-modal .modal-content button {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .modal-popup.dyson-product-debossing-modal .modal-content button {
      width: 80%; } }

.modal-popup.dyson-product-debossing-modal .modal-inner-wrap {
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .modal-popup.dyson-product-debossing-modal .modal-inner-wrap {
      width: 75%; } }
  @media screen and (min-width: 768px) {
    .modal-popup.dyson-product-debossing-modal .modal-inner-wrap {
      width: 40%; } }

.dyson-product-debossing-modal__container {
  height: 100%;
  max-height: 800px; }

.modal-popup.dyson-product-debossing-modal .modal-footer {
  display: none; }

.soft-bundling__debossing--input-container {
  text-align: center;
  width: 90%;
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .soft-bundling__debossing--input-container {
      width: 80%; } }
  @media screen and (min-width: 1024px) {
    .soft-bundling__debossing--input-container {
      width: 50%; } }
  .soft-bundling__debossing--input-container input::-ms-clear {
    display: none;
    height: 0;
    width: 0; }

.soft-bundling__debossing--text p {
  margin-bottom: 20px; }

.soft-bundling__debossing--input-placeholder {
  position: absolute;
  top: 28px;
  color: lightgrey;
  z-index: -1;
  width: 100%;
  /* For Mozilla Firefox */ }
  .soft-bundling__debossing--input-placeholder ::selection {
    color: none;
    background: none; }
  .soft-bundling__debossing--input-placeholder ::-moz-selection {
    color: none;
    background: none; }

.input-text.soft-bundling__debossing--input {
  letter-spacing: 20px;
  font-size: 27px;
  text-transform: uppercase;
  margin-top: 8px;
  text-align: center;
  padding: 20px;
  padding-right: 0;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 60px;
  line-height: 60px;
  background: transparent; }
  @media screen and (min-width: 768px) {
    .input-text.soft-bundling__debossing--input {
      font-size: 40px; } }
  .dyson-th.primary .input-text.soft-bundling__debossing--input {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .input-text.soft-bundling__debossing--input {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .input-text.soft-bundling__debossing--input, .dyson-sa.rtl .input-text.soft-bundling__debossing--input {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .input-text.soft-bundling__debossing--input {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .input-text.soft-bundling__debossing--input {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.soft-bundling__debossing__submit {
  margin: 32px 0; }
  @media screen and (min-width: 1024px) {
    .soft-bundling__debossing__submit {
      margin: 32px 0 64px 0; } }

.debossing-summary-value {
  font-size: 12px; }

/*** Custom css for soft bundle ***/
.soft-bundling__main-item {
  padding: 0; }

.soft-bundling__cart-item .leap-cart__img {
  border: 0px; }

.soft-bundling__checkout-name {
  padding: 0;
  border: 0; }

.soft-bundling__checkout-price {
  padding: 0;
  border: 0;
  justify-content: end; }
  @media screen and (max-width: 640px) {
    .soft-bundling__checkout-price {
      justify-content: start; } }
  .soft-bundling__checkout-price span:nth-child(1) {
    display: none; }
  .soft-bundling__checkout-price span.basket__items__price {
    display: block !important; }
  .soft-bundling__checkout-price span.price {
    display: block !important; }
  .soft-bundling__checkout-price b {
    color: #333333;
    font-weight: 500; }
    @media screen and (max-width: 640px) {
      .soft-bundling__checkout-price b {
        margin-top: 8px;
        display: block; } }

.soft-bundling__checkout-price .basket__items__price .price {
  font-size: 16px; }
  @media screen and (max-width: 640px) {
    .soft-bundling__checkout-price .basket__items__price .price {
      font-size: 13px; } }

.soft-bundling__select-item-title {
  color: #0066CC;
  background-color: #fff;
  position: absolute;
  margin-top: -40px;
  padding: 5px;
  border: 1px solid #0066CC;
  font-size: 14px;
  font-weight: 500; }
  @media screen and (max-width: 960px) {
    .soft-bundling__select-item-title {
      margin-top: -32px; } }

.soft-bundling__checkout--list__title {
  flex-basis: 58%;
  overflow-wrap: anywhere; }
  @media screen and (max-width: 640px) {
    .soft-bundling__checkout--list__title {
      padding-bottom: 8px; } }
  .soft-bundling__checkout--list__title .product-image-container {
    width: 80px !important; }
    @media screen and (max-width: 960px) {
      .soft-bundling__checkout--list__title .product-image-container {
        width: 63px !important; } }
    @media screen and (max-width: 640px) {
      .soft-bundling__checkout--list__title .product-image-container {
        width: 60px !important; } }

.soft-bundling__checkout__edit-selections-wrapper__text {
  font-weight: normal; }

.soft-bundling__checkout__edit-selections-wrapper {
  text-align: center; }
  @media screen and (max-width: 640px) {
    .soft-bundling__checkout__edit-selections-wrapper {
      text-align: left; } }
  @media screen and (max-width: 760px) {
    .soft-bundling__checkout__edit-selections-wrapper {
      text-align: left; } }

.soft-bundling__checkout--list__price__was {
  color: #555555; }

#summary_items .soft-bundling__checkout--list:last-child {
  border: 0px;
  padding-bottom: 0px; }

.soft-bundling__checkout--list__title > span:last-child {
  padding-left: 8px; }

.soft-bundling__checkout--list {
  padding: 8px 0 8px 0; }

.soft-bundling__checkout--list:first-child {
  padding-top: 0px; }

@media screen and (max-width: 760px) {
  .soft-bundling__checkout--list__edit {
    display: inline-block;
    width: 49.4%;
    vertical-align: super; } }

@media screen and (max-width: 570px) {
  .soft-bundling__checkout--list__edit {
    width: 48.9%; } }

@media screen and (max-width: 370px) {
  .soft-bundling__checkout--list__edit {
    width: 48.7%; } }

@media screen and (max-width: 640px) {
  .action-delete {
    padding-top: 15px; } }

.empty-soft-option-title {
  display: none; }

@media screen and (max-width: 640px) {
  .empty_soft_option .soft-bundling__checkout__edit-selections-wrapper {
    text-align: center; } }

.empty_soft_option .edit-soft-option-title {
  display: none; }

.empty_soft_option .empty-soft-option-title {
  display: block; }

/*** End ***/
.basket__items .leap-cart__price .soft-bundling__checkout-price .price {
  font-size: 18px; }
  @media screen and (max-width: 640px) {
    .basket__items .leap-cart__price .soft-bundling__checkout-price .price {
      font-size: 16px; } }

.basket__items .leap-cart__price .soft-bundling__checkout-price .price__was span.price-wrapper {
  display: inline-block;
  text-decoration: line-through; }

.basket__items .leap-cart__price .price-box.price-final_price .price__save .price {
  display: inline-block !important; }

@media screen and (min-width: 0) {
  .rcc__clr-theme--light--g h1, .rcc__clr-theme--light--g h2, .rcc__clr-theme--light--g h3, .rcc__clr-theme--light--g h4, .rcc__clr-theme--light--g h5, .rcc__clr-theme--light--g h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--light--g h1, .dyson-th.primary .rcc__clr-theme--light--g h2, .dyson-th.primary .rcc__clr-theme--light--g h3, .dyson-th.primary .rcc__clr-theme--light--g h4, .dyson-th.primary .rcc__clr-theme--light--g h5, .dyson-th.primary .rcc__clr-theme--light--g h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--light--g h1, .dyson-hk.primary .rcc__clr-theme--light--g h2, .dyson-hk.primary .rcc__clr-theme--light--g h3, .dyson-hk.primary .rcc__clr-theme--light--g h4, .dyson-hk.primary .rcc__clr-theme--light--g h5, .dyson-hk.primary .rcc__clr-theme--light--g h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--light--g h1, .dyson-sa.rtl .rcc__clr-theme--light--g h1, .dyson-ae.rtl .rcc__clr-theme--light--g h2, .dyson-sa.rtl .rcc__clr-theme--light--g h2, .dyson-ae.rtl .rcc__clr-theme--light--g h3, .dyson-sa.rtl .rcc__clr-theme--light--g h3, .dyson-ae.rtl .rcc__clr-theme--light--g h4, .dyson-sa.rtl .rcc__clr-theme--light--g h4, .dyson-ae.rtl .rcc__clr-theme--light--g h5, .dyson-sa.rtl .rcc__clr-theme--light--g h5, .dyson-ae.rtl .rcc__clr-theme--light--g h6, .dyson-sa.rtl .rcc__clr-theme--light--g h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--light--g h1, .dyson-il.rtl .rcc__clr-theme--light--g h2, .dyson-il.rtl .rcc__clr-theme--light--g h3, .dyson-il.rtl .rcc__clr-theme--light--g h4, .dyson-il.rtl .rcc__clr-theme--light--g h5, .dyson-il.rtl .rcc__clr-theme--light--g h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--light--g h1, .dyson-kr .rcc__clr-theme--light--g h2, .dyson-kr .rcc__clr-theme--light--g h3, .dyson-kr .rcc__clr-theme--light--g h4, .dyson-kr .rcc__clr-theme--light--g h5, .dyson-kr .rcc__clr-theme--light--g h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--light--g p, .rcc__clr-theme--light--g li, .rcc__clr-theme--light--g em, .rcc__clr-theme--light--g strong, .rcc__clr-theme--light--g small {
    color: #666666;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-th.primary .rcc__clr-theme--light--g p, .dyson-th.primary .rcc__clr-theme--light--g li, .dyson-th.primary .rcc__clr-theme--light--g em, .dyson-th.primary .rcc__clr-theme--light--g strong, .dyson-th.primary .rcc__clr-theme--light--g small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--light--g p, .dyson-hk.primary .rcc__clr-theme--light--g li, .dyson-hk.primary .rcc__clr-theme--light--g em, .dyson-hk.primary .rcc__clr-theme--light--g strong, .dyson-hk.primary .rcc__clr-theme--light--g small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--light--g p, .dyson-sa.rtl .rcc__clr-theme--light--g p, .dyson-ae.rtl .rcc__clr-theme--light--g li, .dyson-sa.rtl .rcc__clr-theme--light--g li, .dyson-ae.rtl .rcc__clr-theme--light--g em, .dyson-sa.rtl .rcc__clr-theme--light--g em, .dyson-ae.rtl .rcc__clr-theme--light--g strong, .dyson-sa.rtl .rcc__clr-theme--light--g strong, .dyson-ae.rtl .rcc__clr-theme--light--g small, .dyson-sa.rtl .rcc__clr-theme--light--g small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--light--g p, .dyson-il.rtl .rcc__clr-theme--light--g li, .dyson-il.rtl .rcc__clr-theme--light--g em, .dyson-il.rtl .rcc__clr-theme--light--g strong, .dyson-il.rtl .rcc__clr-theme--light--g small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--light--g p, .dyson-kr .rcc__clr-theme--light--g li, .dyson-kr .rcc__clr-theme--light--g em, .dyson-kr .rcc__clr-theme--light--g strong, .dyson-kr .rcc__clr-theme--light--g small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--light--g span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--light--g svg.icon {
    fill: #fff; }
  .rcc__clr-theme--light--g .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--light--g button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--light--g .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--light--g .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 0) {
  .rcc__clr-theme--medium--g h1, .rcc__clr-theme--medium--g h2, .rcc__clr-theme--medium--g h3, .rcc__clr-theme--medium--g h4, .rcc__clr-theme--medium--g h5, .rcc__clr-theme--medium--g h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--medium--g h1, .dyson-th.primary .rcc__clr-theme--medium--g h2, .dyson-th.primary .rcc__clr-theme--medium--g h3, .dyson-th.primary .rcc__clr-theme--medium--g h4, .dyson-th.primary .rcc__clr-theme--medium--g h5, .dyson-th.primary .rcc__clr-theme--medium--g h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--medium--g h1, .dyson-hk.primary .rcc__clr-theme--medium--g h2, .dyson-hk.primary .rcc__clr-theme--medium--g h3, .dyson-hk.primary .rcc__clr-theme--medium--g h4, .dyson-hk.primary .rcc__clr-theme--medium--g h5, .dyson-hk.primary .rcc__clr-theme--medium--g h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--medium--g h1, .dyson-sa.rtl .rcc__clr-theme--medium--g h1, .dyson-ae.rtl .rcc__clr-theme--medium--g h2, .dyson-sa.rtl .rcc__clr-theme--medium--g h2, .dyson-ae.rtl .rcc__clr-theme--medium--g h3, .dyson-sa.rtl .rcc__clr-theme--medium--g h3, .dyson-ae.rtl .rcc__clr-theme--medium--g h4, .dyson-sa.rtl .rcc__clr-theme--medium--g h4, .dyson-ae.rtl .rcc__clr-theme--medium--g h5, .dyson-sa.rtl .rcc__clr-theme--medium--g h5, .dyson-ae.rtl .rcc__clr-theme--medium--g h6, .dyson-sa.rtl .rcc__clr-theme--medium--g h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--medium--g h1, .dyson-il.rtl .rcc__clr-theme--medium--g h2, .dyson-il.rtl .rcc__clr-theme--medium--g h3, .dyson-il.rtl .rcc__clr-theme--medium--g h4, .dyson-il.rtl .rcc__clr-theme--medium--g h5, .dyson-il.rtl .rcc__clr-theme--medium--g h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--medium--g h1, .dyson-kr .rcc__clr-theme--medium--g h2, .dyson-kr .rcc__clr-theme--medium--g h3, .dyson-kr .rcc__clr-theme--medium--g h4, .dyson-kr .rcc__clr-theme--medium--g h5, .dyson-kr .rcc__clr-theme--medium--g h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--medium--g p, .rcc__clr-theme--medium--g li, .rcc__clr-theme--medium--g small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
    .dyson-th.primary .rcc__clr-theme--medium--g p, .dyson-th.primary .rcc__clr-theme--medium--g li, .dyson-th.primary .rcc__clr-theme--medium--g small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--medium--g p, .dyson-hk.primary .rcc__clr-theme--medium--g li, .dyson-hk.primary .rcc__clr-theme--medium--g small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--medium--g p, .dyson-sa.rtl .rcc__clr-theme--medium--g p, .dyson-ae.rtl .rcc__clr-theme--medium--g li, .dyson-sa.rtl .rcc__clr-theme--medium--g li, .dyson-ae.rtl .rcc__clr-theme--medium--g small, .dyson-sa.rtl .rcc__clr-theme--medium--g small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--medium--g p, .dyson-il.rtl .rcc__clr-theme--medium--g li, .dyson-il.rtl .rcc__clr-theme--medium--g small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--medium--g p, .dyson-kr .rcc__clr-theme--medium--g li, .dyson-kr .rcc__clr-theme--medium--g small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--medium--g span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--medium--g svg.icon {
    fill: #fff; }
  .rcc__clr-theme--medium--g .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--medium--g button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--medium--g .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--medium--g .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 0) {
  .rcc__clr-theme--dark--g h1, .rcc__clr-theme--dark--g h2, .rcc__clr-theme--dark--g h3, .rcc__clr-theme--dark--g h4, .rcc__clr-theme--dark--g h5, .rcc__clr-theme--dark--g h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--dark--g h1, .dyson-th.primary .rcc__clr-theme--dark--g h2, .dyson-th.primary .rcc__clr-theme--dark--g h3, .dyson-th.primary .rcc__clr-theme--dark--g h4, .dyson-th.primary .rcc__clr-theme--dark--g h5, .dyson-th.primary .rcc__clr-theme--dark--g h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--dark--g h1, .dyson-hk.primary .rcc__clr-theme--dark--g h2, .dyson-hk.primary .rcc__clr-theme--dark--g h3, .dyson-hk.primary .rcc__clr-theme--dark--g h4, .dyson-hk.primary .rcc__clr-theme--dark--g h5, .dyson-hk.primary .rcc__clr-theme--dark--g h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--dark--g h1, .dyson-sa.rtl .rcc__clr-theme--dark--g h1, .dyson-ae.rtl .rcc__clr-theme--dark--g h2, .dyson-sa.rtl .rcc__clr-theme--dark--g h2, .dyson-ae.rtl .rcc__clr-theme--dark--g h3, .dyson-sa.rtl .rcc__clr-theme--dark--g h3, .dyson-ae.rtl .rcc__clr-theme--dark--g h4, .dyson-sa.rtl .rcc__clr-theme--dark--g h4, .dyson-ae.rtl .rcc__clr-theme--dark--g h5, .dyson-sa.rtl .rcc__clr-theme--dark--g h5, .dyson-ae.rtl .rcc__clr-theme--dark--g h6, .dyson-sa.rtl .rcc__clr-theme--dark--g h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--dark--g h1, .dyson-il.rtl .rcc__clr-theme--dark--g h2, .dyson-il.rtl .rcc__clr-theme--dark--g h3, .dyson-il.rtl .rcc__clr-theme--dark--g h4, .dyson-il.rtl .rcc__clr-theme--dark--g h5, .dyson-il.rtl .rcc__clr-theme--dark--g h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--dark--g h1, .dyson-kr .rcc__clr-theme--dark--g h2, .dyson-kr .rcc__clr-theme--dark--g h3, .dyson-kr .rcc__clr-theme--dark--g h4, .dyson-kr .rcc__clr-theme--dark--g h5, .dyson-kr .rcc__clr-theme--dark--g h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--dark--g p, .rcc__clr-theme--dark--g li, .rcc__clr-theme--dark--g small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff; }
    .dyson-th.primary .rcc__clr-theme--dark--g p, .dyson-th.primary .rcc__clr-theme--dark--g li, .dyson-th.primary .rcc__clr-theme--dark--g small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--dark--g p, .dyson-hk.primary .rcc__clr-theme--dark--g li, .dyson-hk.primary .rcc__clr-theme--dark--g small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--dark--g p, .dyson-sa.rtl .rcc__clr-theme--dark--g p, .dyson-ae.rtl .rcc__clr-theme--dark--g li, .dyson-sa.rtl .rcc__clr-theme--dark--g li, .dyson-ae.rtl .rcc__clr-theme--dark--g small, .dyson-sa.rtl .rcc__clr-theme--dark--g small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--dark--g p, .dyson-il.rtl .rcc__clr-theme--dark--g li, .dyson-il.rtl .rcc__clr-theme--dark--g small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--dark--g p, .dyson-kr .rcc__clr-theme--dark--g li, .dyson-kr .rcc__clr-theme--dark--g small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--dark--g span {
    color: #fff; }
  .rcc__clr-theme--dark--g span.roundal--solid {
    background: #fff;
    margin-right: 10px; }
  .rcc__clr-theme--dark--g svg.icon {
    fill: #333333; }
  .rcc__clr-theme--dark--g .cta-icon {
    background-color: #fff;
    fill: #333333; }
  .rcc__clr-theme--dark--g button {
    background: #fff;
    color: #333333; }
  .rcc__clr-theme--dark--g .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #fff; }
    .rcc__clr-theme--dark--g .rcc__content__value-stacks__feature p {
      color: #fff; }
  .rcc__clr-theme--dark--g .button.rcc__cta--button-link,
  .rcc__clr-theme--dark--g .button:link.rcc__cta--button-link:link,
  .rcc__clr-theme--dark--g .button.rcc__cta--button-link--50pc,
  .rcc__clr-theme--dark--g .button:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--dark--g .button:active.rcc__cta--button-link:active {
    background: #fff !important;
    color: #333333 !important; }
    .rcc__clr-theme--dark--g .button.rcc__cta--button-link span,
    .rcc__clr-theme--dark--g .button:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--dark--g .button.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--dark--g .button:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--dark--g .button:active.rcc__cta--button-link:active span {
      color: #333333 !important; }
  .rcc__clr-theme--dark--g .button--tertiary.rcc__cta--button-link,
  .rcc__clr-theme--dark--g .button--tertiary:link.rcc__cta--button-link:link,
  .rcc__clr-theme--dark--g .button--tertiary.rcc__cta--button-link--50pc,
  .rcc__clr-theme--dark--g .button--tertiary:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--dark--g .button--tertiary:active.rcc__cta--button-link:active {
    background: #79b928 !important;
    color: #333333 !important; }
    .rcc__clr-theme--dark--g .button--tertiary.rcc__cta--button-link span,
    .rcc__clr-theme--dark--g .button--tertiary:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--dark--g .button--tertiary.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--dark--g .button--tertiary:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--dark--g .button--tertiary:active.rcc__cta--button-link:active span {
      color: #333333 !important; } }

@media screen and (min-width: 0) {
  .rcc__clr-theme--black--g h1, .rcc__clr-theme--black--g h2, .rcc__clr-theme--black--g h3, .rcc__clr-theme--black--g h4, .rcc__clr-theme--black--g h5, .rcc__clr-theme--black--g h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--black--g h1, .dyson-th.primary .rcc__clr-theme--black--g h2, .dyson-th.primary .rcc__clr-theme--black--g h3, .dyson-th.primary .rcc__clr-theme--black--g h4, .dyson-th.primary .rcc__clr-theme--black--g h5, .dyson-th.primary .rcc__clr-theme--black--g h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--black--g h1, .dyson-hk.primary .rcc__clr-theme--black--g h2, .dyson-hk.primary .rcc__clr-theme--black--g h3, .dyson-hk.primary .rcc__clr-theme--black--g h4, .dyson-hk.primary .rcc__clr-theme--black--g h5, .dyson-hk.primary .rcc__clr-theme--black--g h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--black--g h1, .dyson-sa.rtl .rcc__clr-theme--black--g h1, .dyson-ae.rtl .rcc__clr-theme--black--g h2, .dyson-sa.rtl .rcc__clr-theme--black--g h2, .dyson-ae.rtl .rcc__clr-theme--black--g h3, .dyson-sa.rtl .rcc__clr-theme--black--g h3, .dyson-ae.rtl .rcc__clr-theme--black--g h4, .dyson-sa.rtl .rcc__clr-theme--black--g h4, .dyson-ae.rtl .rcc__clr-theme--black--g h5, .dyson-sa.rtl .rcc__clr-theme--black--g h5, .dyson-ae.rtl .rcc__clr-theme--black--g h6, .dyson-sa.rtl .rcc__clr-theme--black--g h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--black--g h1, .dyson-il.rtl .rcc__clr-theme--black--g h2, .dyson-il.rtl .rcc__clr-theme--black--g h3, .dyson-il.rtl .rcc__clr-theme--black--g h4, .dyson-il.rtl .rcc__clr-theme--black--g h5, .dyson-il.rtl .rcc__clr-theme--black--g h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--black--g h1, .dyson-kr .rcc__clr-theme--black--g h2, .dyson-kr .rcc__clr-theme--black--g h3, .dyson-kr .rcc__clr-theme--black--g h4, .dyson-kr .rcc__clr-theme--black--g h5, .dyson-kr .rcc__clr-theme--black--g h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--black--g p, .rcc__clr-theme--black--g li, .rcc__clr-theme--black--g small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999999; }
    .dyson-th.primary .rcc__clr-theme--black--g p, .dyson-th.primary .rcc__clr-theme--black--g li, .dyson-th.primary .rcc__clr-theme--black--g small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--black--g p, .dyson-hk.primary .rcc__clr-theme--black--g li, .dyson-hk.primary .rcc__clr-theme--black--g small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--black--g p, .dyson-sa.rtl .rcc__clr-theme--black--g p, .dyson-ae.rtl .rcc__clr-theme--black--g li, .dyson-sa.rtl .rcc__clr-theme--black--g li, .dyson-ae.rtl .rcc__clr-theme--black--g small, .dyson-sa.rtl .rcc__clr-theme--black--g small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--black--g p, .dyson-il.rtl .rcc__clr-theme--black--g li, .dyson-il.rtl .rcc__clr-theme--black--g small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--black--g p, .dyson-kr .rcc__clr-theme--black--g li, .dyson-kr .rcc__clr-theme--black--g small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--black--g span {
    color: #fff; }
  .rcc__clr-theme--black--g span.roundal--solid {
    background: #fff;
    margin-right: 10px; }
  .rcc__clr-theme--black--g svg.icon {
    fill: #333333; }
  .rcc__clr-theme--black--g .cta-icon {
    background-color: #fff;
    fill: #333333; }
  .rcc__clr-theme--black--g button {
    background: #fff;
    color: #333333; }
  .rcc__clr-theme--black--g .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #fff; }
    .rcc__clr-theme--black--g .rcc__content__value-stacks__feature p {
      color: #fff; }
  .rcc__clr-theme--black--g .button.rcc__cta--button-link,
  .rcc__clr-theme--black--g .button.rcc__cta--button-link--50pc,
  .rcc__clr-theme--black--g .button:link.rcc__cta--button-link:link,
  .rcc__clr-theme--black--g .button:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--black--g .button:active.rcc__cta--button-link:active {
    background: #fff !important;
    color: #333333 !important; }
    .rcc__clr-theme--black--g .button.rcc__cta--button-link span,
    .rcc__clr-theme--black--g .button.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--black--g .button:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--black--g .button:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--black--g .button:active.rcc__cta--button-link:active span {
      color: #333333 !important; } }

@media screen and (min-width: 0) {
  .rcc__clr-theme--blue--g h1, .rcc__clr-theme--blue--g h2, .rcc__clr-theme--blue--g h3, .rcc__clr-theme--blue--g h4, .rcc__clr-theme--blue--g h5, .rcc__clr-theme--blue--g h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0066CC;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--blue--g h1, .dyson-th.primary .rcc__clr-theme--blue--g h2, .dyson-th.primary .rcc__clr-theme--blue--g h3, .dyson-th.primary .rcc__clr-theme--blue--g h4, .dyson-th.primary .rcc__clr-theme--blue--g h5, .dyson-th.primary .rcc__clr-theme--blue--g h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--blue--g h1, .dyson-hk.primary .rcc__clr-theme--blue--g h2, .dyson-hk.primary .rcc__clr-theme--blue--g h3, .dyson-hk.primary .rcc__clr-theme--blue--g h4, .dyson-hk.primary .rcc__clr-theme--blue--g h5, .dyson-hk.primary .rcc__clr-theme--blue--g h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--blue--g h1, .dyson-sa.rtl .rcc__clr-theme--blue--g h1, .dyson-ae.rtl .rcc__clr-theme--blue--g h2, .dyson-sa.rtl .rcc__clr-theme--blue--g h2, .dyson-ae.rtl .rcc__clr-theme--blue--g h3, .dyson-sa.rtl .rcc__clr-theme--blue--g h3, .dyson-ae.rtl .rcc__clr-theme--blue--g h4, .dyson-sa.rtl .rcc__clr-theme--blue--g h4, .dyson-ae.rtl .rcc__clr-theme--blue--g h5, .dyson-sa.rtl .rcc__clr-theme--blue--g h5, .dyson-ae.rtl .rcc__clr-theme--blue--g h6, .dyson-sa.rtl .rcc__clr-theme--blue--g h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--blue--g h1, .dyson-il.rtl .rcc__clr-theme--blue--g h2, .dyson-il.rtl .rcc__clr-theme--blue--g h3, .dyson-il.rtl .rcc__clr-theme--blue--g h4, .dyson-il.rtl .rcc__clr-theme--blue--g h5, .dyson-il.rtl .rcc__clr-theme--blue--g h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--blue--g h1, .dyson-kr .rcc__clr-theme--blue--g h2, .dyson-kr .rcc__clr-theme--blue--g h3, .dyson-kr .rcc__clr-theme--blue--g h4, .dyson-kr .rcc__clr-theme--blue--g h5, .dyson-kr .rcc__clr-theme--blue--g h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--blue--g p, .rcc__clr-theme--blue--g li, .rcc__clr-theme--blue--g small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
    .dyson-th.primary .rcc__clr-theme--blue--g p, .dyson-th.primary .rcc__clr-theme--blue--g li, .dyson-th.primary .rcc__clr-theme--blue--g small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--blue--g p, .dyson-hk.primary .rcc__clr-theme--blue--g li, .dyson-hk.primary .rcc__clr-theme--blue--g small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--blue--g p, .dyson-sa.rtl .rcc__clr-theme--blue--g p, .dyson-ae.rtl .rcc__clr-theme--blue--g li, .dyson-sa.rtl .rcc__clr-theme--blue--g li, .dyson-ae.rtl .rcc__clr-theme--blue--g small, .dyson-sa.rtl .rcc__clr-theme--blue--g small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--blue--g p, .dyson-il.rtl .rcc__clr-theme--blue--g li, .dyson-il.rtl .rcc__clr-theme--blue--g small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--blue--g p, .dyson-kr .rcc__clr-theme--blue--g li, .dyson-kr .rcc__clr-theme--blue--g small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--blue--g span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--blue--g svg.icon {
    fill: #fff; }
  .rcc__clr-theme--blue--g .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--blue--g button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--blue--g .button {
    background: #333333 !important;
    color: #fff !important; }
  .rcc__clr-theme--blue--g .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--blue--g .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 768px) {
  .rcc__clr-theme--light--gt h1, .rcc__clr-theme--light--gt h2, .rcc__clr-theme--light--gt h3, .rcc__clr-theme--light--gt h4, .rcc__clr-theme--light--gt h5, .rcc__clr-theme--light--gt h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--light--gt h1, .dyson-th.primary .rcc__clr-theme--light--gt h2, .dyson-th.primary .rcc__clr-theme--light--gt h3, .dyson-th.primary .rcc__clr-theme--light--gt h4, .dyson-th.primary .rcc__clr-theme--light--gt h5, .dyson-th.primary .rcc__clr-theme--light--gt h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--light--gt h1, .dyson-hk.primary .rcc__clr-theme--light--gt h2, .dyson-hk.primary .rcc__clr-theme--light--gt h3, .dyson-hk.primary .rcc__clr-theme--light--gt h4, .dyson-hk.primary .rcc__clr-theme--light--gt h5, .dyson-hk.primary .rcc__clr-theme--light--gt h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--light--gt h1, .dyson-sa.rtl .rcc__clr-theme--light--gt h1, .dyson-ae.rtl .rcc__clr-theme--light--gt h2, .dyson-sa.rtl .rcc__clr-theme--light--gt h2, .dyson-ae.rtl .rcc__clr-theme--light--gt h3, .dyson-sa.rtl .rcc__clr-theme--light--gt h3, .dyson-ae.rtl .rcc__clr-theme--light--gt h4, .dyson-sa.rtl .rcc__clr-theme--light--gt h4, .dyson-ae.rtl .rcc__clr-theme--light--gt h5, .dyson-sa.rtl .rcc__clr-theme--light--gt h5, .dyson-ae.rtl .rcc__clr-theme--light--gt h6, .dyson-sa.rtl .rcc__clr-theme--light--gt h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--light--gt h1, .dyson-il.rtl .rcc__clr-theme--light--gt h2, .dyson-il.rtl .rcc__clr-theme--light--gt h3, .dyson-il.rtl .rcc__clr-theme--light--gt h4, .dyson-il.rtl .rcc__clr-theme--light--gt h5, .dyson-il.rtl .rcc__clr-theme--light--gt h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--light--gt h1, .dyson-kr .rcc__clr-theme--light--gt h2, .dyson-kr .rcc__clr-theme--light--gt h3, .dyson-kr .rcc__clr-theme--light--gt h4, .dyson-kr .rcc__clr-theme--light--gt h5, .dyson-kr .rcc__clr-theme--light--gt h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--light--gt p, .rcc__clr-theme--light--gt li, .rcc__clr-theme--light--gt em, .rcc__clr-theme--light--gt strong, .rcc__clr-theme--light--gt small {
    color: #666666;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-th.primary .rcc__clr-theme--light--gt p, .dyson-th.primary .rcc__clr-theme--light--gt li, .dyson-th.primary .rcc__clr-theme--light--gt em, .dyson-th.primary .rcc__clr-theme--light--gt strong, .dyson-th.primary .rcc__clr-theme--light--gt small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--light--gt p, .dyson-hk.primary .rcc__clr-theme--light--gt li, .dyson-hk.primary .rcc__clr-theme--light--gt em, .dyson-hk.primary .rcc__clr-theme--light--gt strong, .dyson-hk.primary .rcc__clr-theme--light--gt small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--light--gt p, .dyson-sa.rtl .rcc__clr-theme--light--gt p, .dyson-ae.rtl .rcc__clr-theme--light--gt li, .dyson-sa.rtl .rcc__clr-theme--light--gt li, .dyson-ae.rtl .rcc__clr-theme--light--gt em, .dyson-sa.rtl .rcc__clr-theme--light--gt em, .dyson-ae.rtl .rcc__clr-theme--light--gt strong, .dyson-sa.rtl .rcc__clr-theme--light--gt strong, .dyson-ae.rtl .rcc__clr-theme--light--gt small, .dyson-sa.rtl .rcc__clr-theme--light--gt small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--light--gt p, .dyson-il.rtl .rcc__clr-theme--light--gt li, .dyson-il.rtl .rcc__clr-theme--light--gt em, .dyson-il.rtl .rcc__clr-theme--light--gt strong, .dyson-il.rtl .rcc__clr-theme--light--gt small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--light--gt p, .dyson-kr .rcc__clr-theme--light--gt li, .dyson-kr .rcc__clr-theme--light--gt em, .dyson-kr .rcc__clr-theme--light--gt strong, .dyson-kr .rcc__clr-theme--light--gt small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--light--gt span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--light--gt svg.icon {
    fill: #fff; }
  .rcc__clr-theme--light--gt .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--light--gt button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--light--gt .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--light--gt .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 768px) {
  .rcc__clr-theme--medium--gt h1, .rcc__clr-theme--medium--gt h2, .rcc__clr-theme--medium--gt h3, .rcc__clr-theme--medium--gt h4, .rcc__clr-theme--medium--gt h5, .rcc__clr-theme--medium--gt h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--medium--gt h1, .dyson-th.primary .rcc__clr-theme--medium--gt h2, .dyson-th.primary .rcc__clr-theme--medium--gt h3, .dyson-th.primary .rcc__clr-theme--medium--gt h4, .dyson-th.primary .rcc__clr-theme--medium--gt h5, .dyson-th.primary .rcc__clr-theme--medium--gt h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--medium--gt h1, .dyson-hk.primary .rcc__clr-theme--medium--gt h2, .dyson-hk.primary .rcc__clr-theme--medium--gt h3, .dyson-hk.primary .rcc__clr-theme--medium--gt h4, .dyson-hk.primary .rcc__clr-theme--medium--gt h5, .dyson-hk.primary .rcc__clr-theme--medium--gt h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--medium--gt h1, .dyson-sa.rtl .rcc__clr-theme--medium--gt h1, .dyson-ae.rtl .rcc__clr-theme--medium--gt h2, .dyson-sa.rtl .rcc__clr-theme--medium--gt h2, .dyson-ae.rtl .rcc__clr-theme--medium--gt h3, .dyson-sa.rtl .rcc__clr-theme--medium--gt h3, .dyson-ae.rtl .rcc__clr-theme--medium--gt h4, .dyson-sa.rtl .rcc__clr-theme--medium--gt h4, .dyson-ae.rtl .rcc__clr-theme--medium--gt h5, .dyson-sa.rtl .rcc__clr-theme--medium--gt h5, .dyson-ae.rtl .rcc__clr-theme--medium--gt h6, .dyson-sa.rtl .rcc__clr-theme--medium--gt h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--medium--gt h1, .dyson-il.rtl .rcc__clr-theme--medium--gt h2, .dyson-il.rtl .rcc__clr-theme--medium--gt h3, .dyson-il.rtl .rcc__clr-theme--medium--gt h4, .dyson-il.rtl .rcc__clr-theme--medium--gt h5, .dyson-il.rtl .rcc__clr-theme--medium--gt h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--medium--gt h1, .dyson-kr .rcc__clr-theme--medium--gt h2, .dyson-kr .rcc__clr-theme--medium--gt h3, .dyson-kr .rcc__clr-theme--medium--gt h4, .dyson-kr .rcc__clr-theme--medium--gt h5, .dyson-kr .rcc__clr-theme--medium--gt h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--medium--gt p, .rcc__clr-theme--medium--gt li, .rcc__clr-theme--medium--gt small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
    .dyson-th.primary .rcc__clr-theme--medium--gt p, .dyson-th.primary .rcc__clr-theme--medium--gt li, .dyson-th.primary .rcc__clr-theme--medium--gt small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--medium--gt p, .dyson-hk.primary .rcc__clr-theme--medium--gt li, .dyson-hk.primary .rcc__clr-theme--medium--gt small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--medium--gt p, .dyson-sa.rtl .rcc__clr-theme--medium--gt p, .dyson-ae.rtl .rcc__clr-theme--medium--gt li, .dyson-sa.rtl .rcc__clr-theme--medium--gt li, .dyson-ae.rtl .rcc__clr-theme--medium--gt small, .dyson-sa.rtl .rcc__clr-theme--medium--gt small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--medium--gt p, .dyson-il.rtl .rcc__clr-theme--medium--gt li, .dyson-il.rtl .rcc__clr-theme--medium--gt small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--medium--gt p, .dyson-kr .rcc__clr-theme--medium--gt li, .dyson-kr .rcc__clr-theme--medium--gt small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--medium--gt span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--medium--gt svg.icon {
    fill: #fff; }
  .rcc__clr-theme--medium--gt .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--medium--gt button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--medium--gt .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--medium--gt .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 768px) {
  .rcc__clr-theme--dark--gt h1, .rcc__clr-theme--dark--gt h2, .rcc__clr-theme--dark--gt h3, .rcc__clr-theme--dark--gt h4, .rcc__clr-theme--dark--gt h5, .rcc__clr-theme--dark--gt h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--dark--gt h1, .dyson-th.primary .rcc__clr-theme--dark--gt h2, .dyson-th.primary .rcc__clr-theme--dark--gt h3, .dyson-th.primary .rcc__clr-theme--dark--gt h4, .dyson-th.primary .rcc__clr-theme--dark--gt h5, .dyson-th.primary .rcc__clr-theme--dark--gt h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--dark--gt h1, .dyson-hk.primary .rcc__clr-theme--dark--gt h2, .dyson-hk.primary .rcc__clr-theme--dark--gt h3, .dyson-hk.primary .rcc__clr-theme--dark--gt h4, .dyson-hk.primary .rcc__clr-theme--dark--gt h5, .dyson-hk.primary .rcc__clr-theme--dark--gt h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--dark--gt h1, .dyson-sa.rtl .rcc__clr-theme--dark--gt h1, .dyson-ae.rtl .rcc__clr-theme--dark--gt h2, .dyson-sa.rtl .rcc__clr-theme--dark--gt h2, .dyson-ae.rtl .rcc__clr-theme--dark--gt h3, .dyson-sa.rtl .rcc__clr-theme--dark--gt h3, .dyson-ae.rtl .rcc__clr-theme--dark--gt h4, .dyson-sa.rtl .rcc__clr-theme--dark--gt h4, .dyson-ae.rtl .rcc__clr-theme--dark--gt h5, .dyson-sa.rtl .rcc__clr-theme--dark--gt h5, .dyson-ae.rtl .rcc__clr-theme--dark--gt h6, .dyson-sa.rtl .rcc__clr-theme--dark--gt h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--dark--gt h1, .dyson-il.rtl .rcc__clr-theme--dark--gt h2, .dyson-il.rtl .rcc__clr-theme--dark--gt h3, .dyson-il.rtl .rcc__clr-theme--dark--gt h4, .dyson-il.rtl .rcc__clr-theme--dark--gt h5, .dyson-il.rtl .rcc__clr-theme--dark--gt h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--dark--gt h1, .dyson-kr .rcc__clr-theme--dark--gt h2, .dyson-kr .rcc__clr-theme--dark--gt h3, .dyson-kr .rcc__clr-theme--dark--gt h4, .dyson-kr .rcc__clr-theme--dark--gt h5, .dyson-kr .rcc__clr-theme--dark--gt h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--dark--gt p, .rcc__clr-theme--dark--gt li, .rcc__clr-theme--dark--gt small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff; }
    .dyson-th.primary .rcc__clr-theme--dark--gt p, .dyson-th.primary .rcc__clr-theme--dark--gt li, .dyson-th.primary .rcc__clr-theme--dark--gt small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--dark--gt p, .dyson-hk.primary .rcc__clr-theme--dark--gt li, .dyson-hk.primary .rcc__clr-theme--dark--gt small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--dark--gt p, .dyson-sa.rtl .rcc__clr-theme--dark--gt p, .dyson-ae.rtl .rcc__clr-theme--dark--gt li, .dyson-sa.rtl .rcc__clr-theme--dark--gt li, .dyson-ae.rtl .rcc__clr-theme--dark--gt small, .dyson-sa.rtl .rcc__clr-theme--dark--gt small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--dark--gt p, .dyson-il.rtl .rcc__clr-theme--dark--gt li, .dyson-il.rtl .rcc__clr-theme--dark--gt small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--dark--gt p, .dyson-kr .rcc__clr-theme--dark--gt li, .dyson-kr .rcc__clr-theme--dark--gt small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--dark--gt span {
    color: #fff; }
  .rcc__clr-theme--dark--gt span.roundal--solid {
    background: #fff;
    margin-right: 10px; }
  .rcc__clr-theme--dark--gt svg.icon {
    fill: #333333; }
  .rcc__clr-theme--dark--gt .cta-icon {
    background-color: #fff;
    fill: #333333; }
  .rcc__clr-theme--dark--gt button {
    background: #fff;
    color: #333333; }
  .rcc__clr-theme--dark--gt .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #fff; }
    .rcc__clr-theme--dark--gt .rcc__content__value-stacks__feature p {
      color: #fff; }
  .rcc__clr-theme--dark--gt .button.rcc__cta--button-link,
  .rcc__clr-theme--dark--gt .button:link.rcc__cta--button-link:link,
  .rcc__clr-theme--dark--gt .button.rcc__cta--button-link--50pc,
  .rcc__clr-theme--dark--gt .button:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--dark--gt .button:active.rcc__cta--button-link:active {
    background: #fff !important;
    color: #333333 !important; }
    .rcc__clr-theme--dark--gt .button.rcc__cta--button-link span,
    .rcc__clr-theme--dark--gt .button:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--dark--gt .button.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--dark--gt .button:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--dark--gt .button:active.rcc__cta--button-link:active span {
      color: #333333 !important; }
  .rcc__clr-theme--dark--gt .button--tertiary.rcc__cta--button-link,
  .rcc__clr-theme--dark--gt .button--tertiary:link.rcc__cta--button-link:link,
  .rcc__clr-theme--dark--gt .button--tertiary.rcc__cta--button-link--50pc,
  .rcc__clr-theme--dark--gt .button--tertiary:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--dark--gt .button--tertiary:active.rcc__cta--button-link:active {
    background: #79b928 !important;
    color: #333333 !important; }
    .rcc__clr-theme--dark--gt .button--tertiary.rcc__cta--button-link span,
    .rcc__clr-theme--dark--gt .button--tertiary:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--dark--gt .button--tertiary.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--dark--gt .button--tertiary:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--dark--gt .button--tertiary:active.rcc__cta--button-link:active span {
      color: #333333 !important; } }

@media screen and (min-width: 768px) {
  .rcc__clr-theme--black--gt h1, .rcc__clr-theme--black--gt h2, .rcc__clr-theme--black--gt h3, .rcc__clr-theme--black--gt h4, .rcc__clr-theme--black--gt h5, .rcc__clr-theme--black--gt h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--black--gt h1, .dyson-th.primary .rcc__clr-theme--black--gt h2, .dyson-th.primary .rcc__clr-theme--black--gt h3, .dyson-th.primary .rcc__clr-theme--black--gt h4, .dyson-th.primary .rcc__clr-theme--black--gt h5, .dyson-th.primary .rcc__clr-theme--black--gt h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--black--gt h1, .dyson-hk.primary .rcc__clr-theme--black--gt h2, .dyson-hk.primary .rcc__clr-theme--black--gt h3, .dyson-hk.primary .rcc__clr-theme--black--gt h4, .dyson-hk.primary .rcc__clr-theme--black--gt h5, .dyson-hk.primary .rcc__clr-theme--black--gt h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--black--gt h1, .dyson-sa.rtl .rcc__clr-theme--black--gt h1, .dyson-ae.rtl .rcc__clr-theme--black--gt h2, .dyson-sa.rtl .rcc__clr-theme--black--gt h2, .dyson-ae.rtl .rcc__clr-theme--black--gt h3, .dyson-sa.rtl .rcc__clr-theme--black--gt h3, .dyson-ae.rtl .rcc__clr-theme--black--gt h4, .dyson-sa.rtl .rcc__clr-theme--black--gt h4, .dyson-ae.rtl .rcc__clr-theme--black--gt h5, .dyson-sa.rtl .rcc__clr-theme--black--gt h5, .dyson-ae.rtl .rcc__clr-theme--black--gt h6, .dyson-sa.rtl .rcc__clr-theme--black--gt h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--black--gt h1, .dyson-il.rtl .rcc__clr-theme--black--gt h2, .dyson-il.rtl .rcc__clr-theme--black--gt h3, .dyson-il.rtl .rcc__clr-theme--black--gt h4, .dyson-il.rtl .rcc__clr-theme--black--gt h5, .dyson-il.rtl .rcc__clr-theme--black--gt h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--black--gt h1, .dyson-kr .rcc__clr-theme--black--gt h2, .dyson-kr .rcc__clr-theme--black--gt h3, .dyson-kr .rcc__clr-theme--black--gt h4, .dyson-kr .rcc__clr-theme--black--gt h5, .dyson-kr .rcc__clr-theme--black--gt h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--black--gt p, .rcc__clr-theme--black--gt li, .rcc__clr-theme--black--gt small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999999; }
    .dyson-th.primary .rcc__clr-theme--black--gt p, .dyson-th.primary .rcc__clr-theme--black--gt li, .dyson-th.primary .rcc__clr-theme--black--gt small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--black--gt p, .dyson-hk.primary .rcc__clr-theme--black--gt li, .dyson-hk.primary .rcc__clr-theme--black--gt small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--black--gt p, .dyson-sa.rtl .rcc__clr-theme--black--gt p, .dyson-ae.rtl .rcc__clr-theme--black--gt li, .dyson-sa.rtl .rcc__clr-theme--black--gt li, .dyson-ae.rtl .rcc__clr-theme--black--gt small, .dyson-sa.rtl .rcc__clr-theme--black--gt small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--black--gt p, .dyson-il.rtl .rcc__clr-theme--black--gt li, .dyson-il.rtl .rcc__clr-theme--black--gt small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--black--gt p, .dyson-kr .rcc__clr-theme--black--gt li, .dyson-kr .rcc__clr-theme--black--gt small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--black--gt span {
    color: #fff; }
  .rcc__clr-theme--black--gt span.roundal--solid {
    background: #fff;
    margin-right: 10px; }
  .rcc__clr-theme--black--gt svg.icon {
    fill: #333333; }
  .rcc__clr-theme--black--gt .cta-icon {
    background-color: #fff;
    fill: #333333; }
  .rcc__clr-theme--black--gt button {
    background: #fff;
    color: #333333; }
  .rcc__clr-theme--black--gt .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #fff; }
    .rcc__clr-theme--black--gt .rcc__content__value-stacks__feature p {
      color: #fff; }
  .rcc__clr-theme--black--gt .button.rcc__cta--button-link,
  .rcc__clr-theme--black--gt .button.rcc__cta--button-link--50pc,
  .rcc__clr-theme--black--gt .button:link.rcc__cta--button-link:link,
  .rcc__clr-theme--black--gt .button:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--black--gt .button:active.rcc__cta--button-link:active {
    background: #fff !important;
    color: #333333 !important; }
    .rcc__clr-theme--black--gt .button.rcc__cta--button-link span,
    .rcc__clr-theme--black--gt .button.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--black--gt .button:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--black--gt .button:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--black--gt .button:active.rcc__cta--button-link:active span {
      color: #333333 !important; } }

@media screen and (min-width: 768px) {
  .rcc__clr-theme--blue--gt h1, .rcc__clr-theme--blue--gt h2, .rcc__clr-theme--blue--gt h3, .rcc__clr-theme--blue--gt h4, .rcc__clr-theme--blue--gt h5, .rcc__clr-theme--blue--gt h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0066CC;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--blue--gt h1, .dyson-th.primary .rcc__clr-theme--blue--gt h2, .dyson-th.primary .rcc__clr-theme--blue--gt h3, .dyson-th.primary .rcc__clr-theme--blue--gt h4, .dyson-th.primary .rcc__clr-theme--blue--gt h5, .dyson-th.primary .rcc__clr-theme--blue--gt h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--blue--gt h1, .dyson-hk.primary .rcc__clr-theme--blue--gt h2, .dyson-hk.primary .rcc__clr-theme--blue--gt h3, .dyson-hk.primary .rcc__clr-theme--blue--gt h4, .dyson-hk.primary .rcc__clr-theme--blue--gt h5, .dyson-hk.primary .rcc__clr-theme--blue--gt h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--blue--gt h1, .dyson-sa.rtl .rcc__clr-theme--blue--gt h1, .dyson-ae.rtl .rcc__clr-theme--blue--gt h2, .dyson-sa.rtl .rcc__clr-theme--blue--gt h2, .dyson-ae.rtl .rcc__clr-theme--blue--gt h3, .dyson-sa.rtl .rcc__clr-theme--blue--gt h3, .dyson-ae.rtl .rcc__clr-theme--blue--gt h4, .dyson-sa.rtl .rcc__clr-theme--blue--gt h4, .dyson-ae.rtl .rcc__clr-theme--blue--gt h5, .dyson-sa.rtl .rcc__clr-theme--blue--gt h5, .dyson-ae.rtl .rcc__clr-theme--blue--gt h6, .dyson-sa.rtl .rcc__clr-theme--blue--gt h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--blue--gt h1, .dyson-il.rtl .rcc__clr-theme--blue--gt h2, .dyson-il.rtl .rcc__clr-theme--blue--gt h3, .dyson-il.rtl .rcc__clr-theme--blue--gt h4, .dyson-il.rtl .rcc__clr-theme--blue--gt h5, .dyson-il.rtl .rcc__clr-theme--blue--gt h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--blue--gt h1, .dyson-kr .rcc__clr-theme--blue--gt h2, .dyson-kr .rcc__clr-theme--blue--gt h3, .dyson-kr .rcc__clr-theme--blue--gt h4, .dyson-kr .rcc__clr-theme--blue--gt h5, .dyson-kr .rcc__clr-theme--blue--gt h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--blue--gt p, .rcc__clr-theme--blue--gt li, .rcc__clr-theme--blue--gt small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
    .dyson-th.primary .rcc__clr-theme--blue--gt p, .dyson-th.primary .rcc__clr-theme--blue--gt li, .dyson-th.primary .rcc__clr-theme--blue--gt small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--blue--gt p, .dyson-hk.primary .rcc__clr-theme--blue--gt li, .dyson-hk.primary .rcc__clr-theme--blue--gt small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--blue--gt p, .dyson-sa.rtl .rcc__clr-theme--blue--gt p, .dyson-ae.rtl .rcc__clr-theme--blue--gt li, .dyson-sa.rtl .rcc__clr-theme--blue--gt li, .dyson-ae.rtl .rcc__clr-theme--blue--gt small, .dyson-sa.rtl .rcc__clr-theme--blue--gt small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--blue--gt p, .dyson-il.rtl .rcc__clr-theme--blue--gt li, .dyson-il.rtl .rcc__clr-theme--blue--gt small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--blue--gt p, .dyson-kr .rcc__clr-theme--blue--gt li, .dyson-kr .rcc__clr-theme--blue--gt small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--blue--gt span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--blue--gt svg.icon {
    fill: #fff; }
  .rcc__clr-theme--blue--gt .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--blue--gt button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--blue--gt .button {
    background: #333333 !important;
    color: #fff !important; }
  .rcc__clr-theme--blue--gt .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--blue--gt .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 520px) {
  .rcc__clr-theme--light--gp h1, .rcc__clr-theme--light--gp h2, .rcc__clr-theme--light--gp h3, .rcc__clr-theme--light--gp h4, .rcc__clr-theme--light--gp h5, .rcc__clr-theme--light--gp h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--light--gp h1, .dyson-th.primary .rcc__clr-theme--light--gp h2, .dyson-th.primary .rcc__clr-theme--light--gp h3, .dyson-th.primary .rcc__clr-theme--light--gp h4, .dyson-th.primary .rcc__clr-theme--light--gp h5, .dyson-th.primary .rcc__clr-theme--light--gp h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--light--gp h1, .dyson-hk.primary .rcc__clr-theme--light--gp h2, .dyson-hk.primary .rcc__clr-theme--light--gp h3, .dyson-hk.primary .rcc__clr-theme--light--gp h4, .dyson-hk.primary .rcc__clr-theme--light--gp h5, .dyson-hk.primary .rcc__clr-theme--light--gp h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--light--gp h1, .dyson-sa.rtl .rcc__clr-theme--light--gp h1, .dyson-ae.rtl .rcc__clr-theme--light--gp h2, .dyson-sa.rtl .rcc__clr-theme--light--gp h2, .dyson-ae.rtl .rcc__clr-theme--light--gp h3, .dyson-sa.rtl .rcc__clr-theme--light--gp h3, .dyson-ae.rtl .rcc__clr-theme--light--gp h4, .dyson-sa.rtl .rcc__clr-theme--light--gp h4, .dyson-ae.rtl .rcc__clr-theme--light--gp h5, .dyson-sa.rtl .rcc__clr-theme--light--gp h5, .dyson-ae.rtl .rcc__clr-theme--light--gp h6, .dyson-sa.rtl .rcc__clr-theme--light--gp h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--light--gp h1, .dyson-il.rtl .rcc__clr-theme--light--gp h2, .dyson-il.rtl .rcc__clr-theme--light--gp h3, .dyson-il.rtl .rcc__clr-theme--light--gp h4, .dyson-il.rtl .rcc__clr-theme--light--gp h5, .dyson-il.rtl .rcc__clr-theme--light--gp h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--light--gp h1, .dyson-kr .rcc__clr-theme--light--gp h2, .dyson-kr .rcc__clr-theme--light--gp h3, .dyson-kr .rcc__clr-theme--light--gp h4, .dyson-kr .rcc__clr-theme--light--gp h5, .dyson-kr .rcc__clr-theme--light--gp h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--light--gp p, .rcc__clr-theme--light--gp li, .rcc__clr-theme--light--gp em, .rcc__clr-theme--light--gp strong, .rcc__clr-theme--light--gp small {
    color: #666666;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-th.primary .rcc__clr-theme--light--gp p, .dyson-th.primary .rcc__clr-theme--light--gp li, .dyson-th.primary .rcc__clr-theme--light--gp em, .dyson-th.primary .rcc__clr-theme--light--gp strong, .dyson-th.primary .rcc__clr-theme--light--gp small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--light--gp p, .dyson-hk.primary .rcc__clr-theme--light--gp li, .dyson-hk.primary .rcc__clr-theme--light--gp em, .dyson-hk.primary .rcc__clr-theme--light--gp strong, .dyson-hk.primary .rcc__clr-theme--light--gp small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--light--gp p, .dyson-sa.rtl .rcc__clr-theme--light--gp p, .dyson-ae.rtl .rcc__clr-theme--light--gp li, .dyson-sa.rtl .rcc__clr-theme--light--gp li, .dyson-ae.rtl .rcc__clr-theme--light--gp em, .dyson-sa.rtl .rcc__clr-theme--light--gp em, .dyson-ae.rtl .rcc__clr-theme--light--gp strong, .dyson-sa.rtl .rcc__clr-theme--light--gp strong, .dyson-ae.rtl .rcc__clr-theme--light--gp small, .dyson-sa.rtl .rcc__clr-theme--light--gp small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--light--gp p, .dyson-il.rtl .rcc__clr-theme--light--gp li, .dyson-il.rtl .rcc__clr-theme--light--gp em, .dyson-il.rtl .rcc__clr-theme--light--gp strong, .dyson-il.rtl .rcc__clr-theme--light--gp small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--light--gp p, .dyson-kr .rcc__clr-theme--light--gp li, .dyson-kr .rcc__clr-theme--light--gp em, .dyson-kr .rcc__clr-theme--light--gp strong, .dyson-kr .rcc__clr-theme--light--gp small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--light--gp span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--light--gp svg.icon {
    fill: #fff; }
  .rcc__clr-theme--light--gp .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--light--gp button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--light--gp .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--light--gp .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 520px) {
  .rcc__clr-theme--medium--gp h1, .rcc__clr-theme--medium--gp h2, .rcc__clr-theme--medium--gp h3, .rcc__clr-theme--medium--gp h4, .rcc__clr-theme--medium--gp h5, .rcc__clr-theme--medium--gp h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--medium--gp h1, .dyson-th.primary .rcc__clr-theme--medium--gp h2, .dyson-th.primary .rcc__clr-theme--medium--gp h3, .dyson-th.primary .rcc__clr-theme--medium--gp h4, .dyson-th.primary .rcc__clr-theme--medium--gp h5, .dyson-th.primary .rcc__clr-theme--medium--gp h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--medium--gp h1, .dyson-hk.primary .rcc__clr-theme--medium--gp h2, .dyson-hk.primary .rcc__clr-theme--medium--gp h3, .dyson-hk.primary .rcc__clr-theme--medium--gp h4, .dyson-hk.primary .rcc__clr-theme--medium--gp h5, .dyson-hk.primary .rcc__clr-theme--medium--gp h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--medium--gp h1, .dyson-sa.rtl .rcc__clr-theme--medium--gp h1, .dyson-ae.rtl .rcc__clr-theme--medium--gp h2, .dyson-sa.rtl .rcc__clr-theme--medium--gp h2, .dyson-ae.rtl .rcc__clr-theme--medium--gp h3, .dyson-sa.rtl .rcc__clr-theme--medium--gp h3, .dyson-ae.rtl .rcc__clr-theme--medium--gp h4, .dyson-sa.rtl .rcc__clr-theme--medium--gp h4, .dyson-ae.rtl .rcc__clr-theme--medium--gp h5, .dyson-sa.rtl .rcc__clr-theme--medium--gp h5, .dyson-ae.rtl .rcc__clr-theme--medium--gp h6, .dyson-sa.rtl .rcc__clr-theme--medium--gp h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--medium--gp h1, .dyson-il.rtl .rcc__clr-theme--medium--gp h2, .dyson-il.rtl .rcc__clr-theme--medium--gp h3, .dyson-il.rtl .rcc__clr-theme--medium--gp h4, .dyson-il.rtl .rcc__clr-theme--medium--gp h5, .dyson-il.rtl .rcc__clr-theme--medium--gp h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--medium--gp h1, .dyson-kr .rcc__clr-theme--medium--gp h2, .dyson-kr .rcc__clr-theme--medium--gp h3, .dyson-kr .rcc__clr-theme--medium--gp h4, .dyson-kr .rcc__clr-theme--medium--gp h5, .dyson-kr .rcc__clr-theme--medium--gp h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--medium--gp p, .rcc__clr-theme--medium--gp li, .rcc__clr-theme--medium--gp small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
    .dyson-th.primary .rcc__clr-theme--medium--gp p, .dyson-th.primary .rcc__clr-theme--medium--gp li, .dyson-th.primary .rcc__clr-theme--medium--gp small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--medium--gp p, .dyson-hk.primary .rcc__clr-theme--medium--gp li, .dyson-hk.primary .rcc__clr-theme--medium--gp small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--medium--gp p, .dyson-sa.rtl .rcc__clr-theme--medium--gp p, .dyson-ae.rtl .rcc__clr-theme--medium--gp li, .dyson-sa.rtl .rcc__clr-theme--medium--gp li, .dyson-ae.rtl .rcc__clr-theme--medium--gp small, .dyson-sa.rtl .rcc__clr-theme--medium--gp small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--medium--gp p, .dyson-il.rtl .rcc__clr-theme--medium--gp li, .dyson-il.rtl .rcc__clr-theme--medium--gp small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--medium--gp p, .dyson-kr .rcc__clr-theme--medium--gp li, .dyson-kr .rcc__clr-theme--medium--gp small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--medium--gp span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--medium--gp svg.icon {
    fill: #fff; }
  .rcc__clr-theme--medium--gp .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--medium--gp button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--medium--gp .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--medium--gp .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 520px) {
  .rcc__clr-theme--dark--gp h1, .rcc__clr-theme--dark--gp h2, .rcc__clr-theme--dark--gp h3, .rcc__clr-theme--dark--gp h4, .rcc__clr-theme--dark--gp h5, .rcc__clr-theme--dark--gp h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--dark--gp h1, .dyson-th.primary .rcc__clr-theme--dark--gp h2, .dyson-th.primary .rcc__clr-theme--dark--gp h3, .dyson-th.primary .rcc__clr-theme--dark--gp h4, .dyson-th.primary .rcc__clr-theme--dark--gp h5, .dyson-th.primary .rcc__clr-theme--dark--gp h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--dark--gp h1, .dyson-hk.primary .rcc__clr-theme--dark--gp h2, .dyson-hk.primary .rcc__clr-theme--dark--gp h3, .dyson-hk.primary .rcc__clr-theme--dark--gp h4, .dyson-hk.primary .rcc__clr-theme--dark--gp h5, .dyson-hk.primary .rcc__clr-theme--dark--gp h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--dark--gp h1, .dyson-sa.rtl .rcc__clr-theme--dark--gp h1, .dyson-ae.rtl .rcc__clr-theme--dark--gp h2, .dyson-sa.rtl .rcc__clr-theme--dark--gp h2, .dyson-ae.rtl .rcc__clr-theme--dark--gp h3, .dyson-sa.rtl .rcc__clr-theme--dark--gp h3, .dyson-ae.rtl .rcc__clr-theme--dark--gp h4, .dyson-sa.rtl .rcc__clr-theme--dark--gp h4, .dyson-ae.rtl .rcc__clr-theme--dark--gp h5, .dyson-sa.rtl .rcc__clr-theme--dark--gp h5, .dyson-ae.rtl .rcc__clr-theme--dark--gp h6, .dyson-sa.rtl .rcc__clr-theme--dark--gp h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--dark--gp h1, .dyson-il.rtl .rcc__clr-theme--dark--gp h2, .dyson-il.rtl .rcc__clr-theme--dark--gp h3, .dyson-il.rtl .rcc__clr-theme--dark--gp h4, .dyson-il.rtl .rcc__clr-theme--dark--gp h5, .dyson-il.rtl .rcc__clr-theme--dark--gp h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--dark--gp h1, .dyson-kr .rcc__clr-theme--dark--gp h2, .dyson-kr .rcc__clr-theme--dark--gp h3, .dyson-kr .rcc__clr-theme--dark--gp h4, .dyson-kr .rcc__clr-theme--dark--gp h5, .dyson-kr .rcc__clr-theme--dark--gp h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--dark--gp p, .rcc__clr-theme--dark--gp li, .rcc__clr-theme--dark--gp small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff; }
    .dyson-th.primary .rcc__clr-theme--dark--gp p, .dyson-th.primary .rcc__clr-theme--dark--gp li, .dyson-th.primary .rcc__clr-theme--dark--gp small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--dark--gp p, .dyson-hk.primary .rcc__clr-theme--dark--gp li, .dyson-hk.primary .rcc__clr-theme--dark--gp small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--dark--gp p, .dyson-sa.rtl .rcc__clr-theme--dark--gp p, .dyson-ae.rtl .rcc__clr-theme--dark--gp li, .dyson-sa.rtl .rcc__clr-theme--dark--gp li, .dyson-ae.rtl .rcc__clr-theme--dark--gp small, .dyson-sa.rtl .rcc__clr-theme--dark--gp small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--dark--gp p, .dyson-il.rtl .rcc__clr-theme--dark--gp li, .dyson-il.rtl .rcc__clr-theme--dark--gp small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--dark--gp p, .dyson-kr .rcc__clr-theme--dark--gp li, .dyson-kr .rcc__clr-theme--dark--gp small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--dark--gp span {
    color: #fff; }
  .rcc__clr-theme--dark--gp span.roundal--solid {
    background: #fff;
    margin-right: 10px; }
  .rcc__clr-theme--dark--gp svg.icon {
    fill: #333333; }
  .rcc__clr-theme--dark--gp .cta-icon {
    background-color: #fff;
    fill: #333333; }
  .rcc__clr-theme--dark--gp button {
    background: #fff;
    color: #333333; }
  .rcc__clr-theme--dark--gp .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #fff; }
    .rcc__clr-theme--dark--gp .rcc__content__value-stacks__feature p {
      color: #fff; }
  .rcc__clr-theme--dark--gp .button.rcc__cta--button-link,
  .rcc__clr-theme--dark--gp .button:link.rcc__cta--button-link:link,
  .rcc__clr-theme--dark--gp .button.rcc__cta--button-link--50pc,
  .rcc__clr-theme--dark--gp .button:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--dark--gp .button:active.rcc__cta--button-link:active {
    background: #fff !important;
    color: #333333 !important; }
    .rcc__clr-theme--dark--gp .button.rcc__cta--button-link span,
    .rcc__clr-theme--dark--gp .button:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--dark--gp .button.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--dark--gp .button:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--dark--gp .button:active.rcc__cta--button-link:active span {
      color: #333333 !important; }
  .rcc__clr-theme--dark--gp .button--tertiary.rcc__cta--button-link,
  .rcc__clr-theme--dark--gp .button--tertiary:link.rcc__cta--button-link:link,
  .rcc__clr-theme--dark--gp .button--tertiary.rcc__cta--button-link--50pc,
  .rcc__clr-theme--dark--gp .button--tertiary:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--dark--gp .button--tertiary:active.rcc__cta--button-link:active {
    background: #79b928 !important;
    color: #333333 !important; }
    .rcc__clr-theme--dark--gp .button--tertiary.rcc__cta--button-link span,
    .rcc__clr-theme--dark--gp .button--tertiary:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--dark--gp .button--tertiary.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--dark--gp .button--tertiary:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--dark--gp .button--tertiary:active.rcc__cta--button-link:active span {
      color: #333333 !important; } }

@media screen and (min-width: 520px) {
  .rcc__clr-theme--black--gp h1, .rcc__clr-theme--black--gp h2, .rcc__clr-theme--black--gp h3, .rcc__clr-theme--black--gp h4, .rcc__clr-theme--black--gp h5, .rcc__clr-theme--black--gp h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--black--gp h1, .dyson-th.primary .rcc__clr-theme--black--gp h2, .dyson-th.primary .rcc__clr-theme--black--gp h3, .dyson-th.primary .rcc__clr-theme--black--gp h4, .dyson-th.primary .rcc__clr-theme--black--gp h5, .dyson-th.primary .rcc__clr-theme--black--gp h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--black--gp h1, .dyson-hk.primary .rcc__clr-theme--black--gp h2, .dyson-hk.primary .rcc__clr-theme--black--gp h3, .dyson-hk.primary .rcc__clr-theme--black--gp h4, .dyson-hk.primary .rcc__clr-theme--black--gp h5, .dyson-hk.primary .rcc__clr-theme--black--gp h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--black--gp h1, .dyson-sa.rtl .rcc__clr-theme--black--gp h1, .dyson-ae.rtl .rcc__clr-theme--black--gp h2, .dyson-sa.rtl .rcc__clr-theme--black--gp h2, .dyson-ae.rtl .rcc__clr-theme--black--gp h3, .dyson-sa.rtl .rcc__clr-theme--black--gp h3, .dyson-ae.rtl .rcc__clr-theme--black--gp h4, .dyson-sa.rtl .rcc__clr-theme--black--gp h4, .dyson-ae.rtl .rcc__clr-theme--black--gp h5, .dyson-sa.rtl .rcc__clr-theme--black--gp h5, .dyson-ae.rtl .rcc__clr-theme--black--gp h6, .dyson-sa.rtl .rcc__clr-theme--black--gp h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--black--gp h1, .dyson-il.rtl .rcc__clr-theme--black--gp h2, .dyson-il.rtl .rcc__clr-theme--black--gp h3, .dyson-il.rtl .rcc__clr-theme--black--gp h4, .dyson-il.rtl .rcc__clr-theme--black--gp h5, .dyson-il.rtl .rcc__clr-theme--black--gp h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--black--gp h1, .dyson-kr .rcc__clr-theme--black--gp h2, .dyson-kr .rcc__clr-theme--black--gp h3, .dyson-kr .rcc__clr-theme--black--gp h4, .dyson-kr .rcc__clr-theme--black--gp h5, .dyson-kr .rcc__clr-theme--black--gp h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--black--gp p, .rcc__clr-theme--black--gp li, .rcc__clr-theme--black--gp small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999999; }
    .dyson-th.primary .rcc__clr-theme--black--gp p, .dyson-th.primary .rcc__clr-theme--black--gp li, .dyson-th.primary .rcc__clr-theme--black--gp small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--black--gp p, .dyson-hk.primary .rcc__clr-theme--black--gp li, .dyson-hk.primary .rcc__clr-theme--black--gp small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--black--gp p, .dyson-sa.rtl .rcc__clr-theme--black--gp p, .dyson-ae.rtl .rcc__clr-theme--black--gp li, .dyson-sa.rtl .rcc__clr-theme--black--gp li, .dyson-ae.rtl .rcc__clr-theme--black--gp small, .dyson-sa.rtl .rcc__clr-theme--black--gp small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--black--gp p, .dyson-il.rtl .rcc__clr-theme--black--gp li, .dyson-il.rtl .rcc__clr-theme--black--gp small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--black--gp p, .dyson-kr .rcc__clr-theme--black--gp li, .dyson-kr .rcc__clr-theme--black--gp small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--black--gp span {
    color: #fff; }
  .rcc__clr-theme--black--gp span.roundal--solid {
    background: #fff;
    margin-right: 10px; }
  .rcc__clr-theme--black--gp svg.icon {
    fill: #333333; }
  .rcc__clr-theme--black--gp .cta-icon {
    background-color: #fff;
    fill: #333333; }
  .rcc__clr-theme--black--gp button {
    background: #fff;
    color: #333333; }
  .rcc__clr-theme--black--gp .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #fff; }
    .rcc__clr-theme--black--gp .rcc__content__value-stacks__feature p {
      color: #fff; }
  .rcc__clr-theme--black--gp .button.rcc__cta--button-link,
  .rcc__clr-theme--black--gp .button.rcc__cta--button-link--50pc,
  .rcc__clr-theme--black--gp .button:link.rcc__cta--button-link:link,
  .rcc__clr-theme--black--gp .button:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--black--gp .button:active.rcc__cta--button-link:active {
    background: #fff !important;
    color: #333333 !important; }
    .rcc__clr-theme--black--gp .button.rcc__cta--button-link span,
    .rcc__clr-theme--black--gp .button.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--black--gp .button:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--black--gp .button:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--black--gp .button:active.rcc__cta--button-link:active span {
      color: #333333 !important; } }

@media screen and (min-width: 520px) {
  .rcc__clr-theme--blue--gp h1, .rcc__clr-theme--blue--gp h2, .rcc__clr-theme--blue--gp h3, .rcc__clr-theme--blue--gp h4, .rcc__clr-theme--blue--gp h5, .rcc__clr-theme--blue--gp h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0066CC;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--blue--gp h1, .dyson-th.primary .rcc__clr-theme--blue--gp h2, .dyson-th.primary .rcc__clr-theme--blue--gp h3, .dyson-th.primary .rcc__clr-theme--blue--gp h4, .dyson-th.primary .rcc__clr-theme--blue--gp h5, .dyson-th.primary .rcc__clr-theme--blue--gp h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--blue--gp h1, .dyson-hk.primary .rcc__clr-theme--blue--gp h2, .dyson-hk.primary .rcc__clr-theme--blue--gp h3, .dyson-hk.primary .rcc__clr-theme--blue--gp h4, .dyson-hk.primary .rcc__clr-theme--blue--gp h5, .dyson-hk.primary .rcc__clr-theme--blue--gp h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--blue--gp h1, .dyson-sa.rtl .rcc__clr-theme--blue--gp h1, .dyson-ae.rtl .rcc__clr-theme--blue--gp h2, .dyson-sa.rtl .rcc__clr-theme--blue--gp h2, .dyson-ae.rtl .rcc__clr-theme--blue--gp h3, .dyson-sa.rtl .rcc__clr-theme--blue--gp h3, .dyson-ae.rtl .rcc__clr-theme--blue--gp h4, .dyson-sa.rtl .rcc__clr-theme--blue--gp h4, .dyson-ae.rtl .rcc__clr-theme--blue--gp h5, .dyson-sa.rtl .rcc__clr-theme--blue--gp h5, .dyson-ae.rtl .rcc__clr-theme--blue--gp h6, .dyson-sa.rtl .rcc__clr-theme--blue--gp h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--blue--gp h1, .dyson-il.rtl .rcc__clr-theme--blue--gp h2, .dyson-il.rtl .rcc__clr-theme--blue--gp h3, .dyson-il.rtl .rcc__clr-theme--blue--gp h4, .dyson-il.rtl .rcc__clr-theme--blue--gp h5, .dyson-il.rtl .rcc__clr-theme--blue--gp h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--blue--gp h1, .dyson-kr .rcc__clr-theme--blue--gp h2, .dyson-kr .rcc__clr-theme--blue--gp h3, .dyson-kr .rcc__clr-theme--blue--gp h4, .dyson-kr .rcc__clr-theme--blue--gp h5, .dyson-kr .rcc__clr-theme--blue--gp h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--blue--gp p, .rcc__clr-theme--blue--gp li, .rcc__clr-theme--blue--gp small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
    .dyson-th.primary .rcc__clr-theme--blue--gp p, .dyson-th.primary .rcc__clr-theme--blue--gp li, .dyson-th.primary .rcc__clr-theme--blue--gp small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--blue--gp p, .dyson-hk.primary .rcc__clr-theme--blue--gp li, .dyson-hk.primary .rcc__clr-theme--blue--gp small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--blue--gp p, .dyson-sa.rtl .rcc__clr-theme--blue--gp p, .dyson-ae.rtl .rcc__clr-theme--blue--gp li, .dyson-sa.rtl .rcc__clr-theme--blue--gp li, .dyson-ae.rtl .rcc__clr-theme--blue--gp small, .dyson-sa.rtl .rcc__clr-theme--blue--gp small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--blue--gp p, .dyson-il.rtl .rcc__clr-theme--blue--gp li, .dyson-il.rtl .rcc__clr-theme--blue--gp small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--blue--gp p, .dyson-kr .rcc__clr-theme--blue--gp li, .dyson-kr .rcc__clr-theme--blue--gp small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--blue--gp span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--blue--gp svg.icon {
    fill: #fff; }
  .rcc__clr-theme--blue--gp .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--blue--gp button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--blue--gp .button {
    background: #333333 !important;
    color: #fff !important; }
  .rcc__clr-theme--blue--gp .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--blue--gp .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 1024px) {
  .rcc__clr-theme--light--gtw h1, .rcc__clr-theme--light--gtw h2, .rcc__clr-theme--light--gtw h3, .rcc__clr-theme--light--gtw h4, .rcc__clr-theme--light--gtw h5, .rcc__clr-theme--light--gtw h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--light--gtw h1, .dyson-th.primary .rcc__clr-theme--light--gtw h2, .dyson-th.primary .rcc__clr-theme--light--gtw h3, .dyson-th.primary .rcc__clr-theme--light--gtw h4, .dyson-th.primary .rcc__clr-theme--light--gtw h5, .dyson-th.primary .rcc__clr-theme--light--gtw h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--light--gtw h1, .dyson-hk.primary .rcc__clr-theme--light--gtw h2, .dyson-hk.primary .rcc__clr-theme--light--gtw h3, .dyson-hk.primary .rcc__clr-theme--light--gtw h4, .dyson-hk.primary .rcc__clr-theme--light--gtw h5, .dyson-hk.primary .rcc__clr-theme--light--gtw h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--light--gtw h1, .dyson-sa.rtl .rcc__clr-theme--light--gtw h1, .dyson-ae.rtl .rcc__clr-theme--light--gtw h2, .dyson-sa.rtl .rcc__clr-theme--light--gtw h2, .dyson-ae.rtl .rcc__clr-theme--light--gtw h3, .dyson-sa.rtl .rcc__clr-theme--light--gtw h3, .dyson-ae.rtl .rcc__clr-theme--light--gtw h4, .dyson-sa.rtl .rcc__clr-theme--light--gtw h4, .dyson-ae.rtl .rcc__clr-theme--light--gtw h5, .dyson-sa.rtl .rcc__clr-theme--light--gtw h5, .dyson-ae.rtl .rcc__clr-theme--light--gtw h6, .dyson-sa.rtl .rcc__clr-theme--light--gtw h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--light--gtw h1, .dyson-il.rtl .rcc__clr-theme--light--gtw h2, .dyson-il.rtl .rcc__clr-theme--light--gtw h3, .dyson-il.rtl .rcc__clr-theme--light--gtw h4, .dyson-il.rtl .rcc__clr-theme--light--gtw h5, .dyson-il.rtl .rcc__clr-theme--light--gtw h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--light--gtw h1, .dyson-kr .rcc__clr-theme--light--gtw h2, .dyson-kr .rcc__clr-theme--light--gtw h3, .dyson-kr .rcc__clr-theme--light--gtw h4, .dyson-kr .rcc__clr-theme--light--gtw h5, .dyson-kr .rcc__clr-theme--light--gtw h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--light--gtw p, .rcc__clr-theme--light--gtw li, .rcc__clr-theme--light--gtw em, .rcc__clr-theme--light--gtw strong, .rcc__clr-theme--light--gtw small {
    color: #666666;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-th.primary .rcc__clr-theme--light--gtw p, .dyson-th.primary .rcc__clr-theme--light--gtw li, .dyson-th.primary .rcc__clr-theme--light--gtw em, .dyson-th.primary .rcc__clr-theme--light--gtw strong, .dyson-th.primary .rcc__clr-theme--light--gtw small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--light--gtw p, .dyson-hk.primary .rcc__clr-theme--light--gtw li, .dyson-hk.primary .rcc__clr-theme--light--gtw em, .dyson-hk.primary .rcc__clr-theme--light--gtw strong, .dyson-hk.primary .rcc__clr-theme--light--gtw small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--light--gtw p, .dyson-sa.rtl .rcc__clr-theme--light--gtw p, .dyson-ae.rtl .rcc__clr-theme--light--gtw li, .dyson-sa.rtl .rcc__clr-theme--light--gtw li, .dyson-ae.rtl .rcc__clr-theme--light--gtw em, .dyson-sa.rtl .rcc__clr-theme--light--gtw em, .dyson-ae.rtl .rcc__clr-theme--light--gtw strong, .dyson-sa.rtl .rcc__clr-theme--light--gtw strong, .dyson-ae.rtl .rcc__clr-theme--light--gtw small, .dyson-sa.rtl .rcc__clr-theme--light--gtw small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--light--gtw p, .dyson-il.rtl .rcc__clr-theme--light--gtw li, .dyson-il.rtl .rcc__clr-theme--light--gtw em, .dyson-il.rtl .rcc__clr-theme--light--gtw strong, .dyson-il.rtl .rcc__clr-theme--light--gtw small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--light--gtw p, .dyson-kr .rcc__clr-theme--light--gtw li, .dyson-kr .rcc__clr-theme--light--gtw em, .dyson-kr .rcc__clr-theme--light--gtw strong, .dyson-kr .rcc__clr-theme--light--gtw small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--light--gtw span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--light--gtw svg.icon {
    fill: #fff; }
  .rcc__clr-theme--light--gtw .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--light--gtw button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--light--gtw .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--light--gtw .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 1024px) {
  .rcc__clr-theme--medium--gtw h1, .rcc__clr-theme--medium--gtw h2, .rcc__clr-theme--medium--gtw h3, .rcc__clr-theme--medium--gtw h4, .rcc__clr-theme--medium--gtw h5, .rcc__clr-theme--medium--gtw h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--medium--gtw h1, .dyson-th.primary .rcc__clr-theme--medium--gtw h2, .dyson-th.primary .rcc__clr-theme--medium--gtw h3, .dyson-th.primary .rcc__clr-theme--medium--gtw h4, .dyson-th.primary .rcc__clr-theme--medium--gtw h5, .dyson-th.primary .rcc__clr-theme--medium--gtw h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--medium--gtw h1, .dyson-hk.primary .rcc__clr-theme--medium--gtw h2, .dyson-hk.primary .rcc__clr-theme--medium--gtw h3, .dyson-hk.primary .rcc__clr-theme--medium--gtw h4, .dyson-hk.primary .rcc__clr-theme--medium--gtw h5, .dyson-hk.primary .rcc__clr-theme--medium--gtw h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--medium--gtw h1, .dyson-sa.rtl .rcc__clr-theme--medium--gtw h1, .dyson-ae.rtl .rcc__clr-theme--medium--gtw h2, .dyson-sa.rtl .rcc__clr-theme--medium--gtw h2, .dyson-ae.rtl .rcc__clr-theme--medium--gtw h3, .dyson-sa.rtl .rcc__clr-theme--medium--gtw h3, .dyson-ae.rtl .rcc__clr-theme--medium--gtw h4, .dyson-sa.rtl .rcc__clr-theme--medium--gtw h4, .dyson-ae.rtl .rcc__clr-theme--medium--gtw h5, .dyson-sa.rtl .rcc__clr-theme--medium--gtw h5, .dyson-ae.rtl .rcc__clr-theme--medium--gtw h6, .dyson-sa.rtl .rcc__clr-theme--medium--gtw h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--medium--gtw h1, .dyson-il.rtl .rcc__clr-theme--medium--gtw h2, .dyson-il.rtl .rcc__clr-theme--medium--gtw h3, .dyson-il.rtl .rcc__clr-theme--medium--gtw h4, .dyson-il.rtl .rcc__clr-theme--medium--gtw h5, .dyson-il.rtl .rcc__clr-theme--medium--gtw h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--medium--gtw h1, .dyson-kr .rcc__clr-theme--medium--gtw h2, .dyson-kr .rcc__clr-theme--medium--gtw h3, .dyson-kr .rcc__clr-theme--medium--gtw h4, .dyson-kr .rcc__clr-theme--medium--gtw h5, .dyson-kr .rcc__clr-theme--medium--gtw h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--medium--gtw p, .rcc__clr-theme--medium--gtw li, .rcc__clr-theme--medium--gtw small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
    .dyson-th.primary .rcc__clr-theme--medium--gtw p, .dyson-th.primary .rcc__clr-theme--medium--gtw li, .dyson-th.primary .rcc__clr-theme--medium--gtw small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--medium--gtw p, .dyson-hk.primary .rcc__clr-theme--medium--gtw li, .dyson-hk.primary .rcc__clr-theme--medium--gtw small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--medium--gtw p, .dyson-sa.rtl .rcc__clr-theme--medium--gtw p, .dyson-ae.rtl .rcc__clr-theme--medium--gtw li, .dyson-sa.rtl .rcc__clr-theme--medium--gtw li, .dyson-ae.rtl .rcc__clr-theme--medium--gtw small, .dyson-sa.rtl .rcc__clr-theme--medium--gtw small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--medium--gtw p, .dyson-il.rtl .rcc__clr-theme--medium--gtw li, .dyson-il.rtl .rcc__clr-theme--medium--gtw small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--medium--gtw p, .dyson-kr .rcc__clr-theme--medium--gtw li, .dyson-kr .rcc__clr-theme--medium--gtw small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--medium--gtw span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--medium--gtw svg.icon {
    fill: #fff; }
  .rcc__clr-theme--medium--gtw .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--medium--gtw button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--medium--gtw .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--medium--gtw .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 1024px) {
  .rcc__clr-theme--dark--gtw h1, .rcc__clr-theme--dark--gtw h2, .rcc__clr-theme--dark--gtw h3, .rcc__clr-theme--dark--gtw h4, .rcc__clr-theme--dark--gtw h5, .rcc__clr-theme--dark--gtw h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--dark--gtw h1, .dyson-th.primary .rcc__clr-theme--dark--gtw h2, .dyson-th.primary .rcc__clr-theme--dark--gtw h3, .dyson-th.primary .rcc__clr-theme--dark--gtw h4, .dyson-th.primary .rcc__clr-theme--dark--gtw h5, .dyson-th.primary .rcc__clr-theme--dark--gtw h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--dark--gtw h1, .dyson-hk.primary .rcc__clr-theme--dark--gtw h2, .dyson-hk.primary .rcc__clr-theme--dark--gtw h3, .dyson-hk.primary .rcc__clr-theme--dark--gtw h4, .dyson-hk.primary .rcc__clr-theme--dark--gtw h5, .dyson-hk.primary .rcc__clr-theme--dark--gtw h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--dark--gtw h1, .dyson-sa.rtl .rcc__clr-theme--dark--gtw h1, .dyson-ae.rtl .rcc__clr-theme--dark--gtw h2, .dyson-sa.rtl .rcc__clr-theme--dark--gtw h2, .dyson-ae.rtl .rcc__clr-theme--dark--gtw h3, .dyson-sa.rtl .rcc__clr-theme--dark--gtw h3, .dyson-ae.rtl .rcc__clr-theme--dark--gtw h4, .dyson-sa.rtl .rcc__clr-theme--dark--gtw h4, .dyson-ae.rtl .rcc__clr-theme--dark--gtw h5, .dyson-sa.rtl .rcc__clr-theme--dark--gtw h5, .dyson-ae.rtl .rcc__clr-theme--dark--gtw h6, .dyson-sa.rtl .rcc__clr-theme--dark--gtw h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--dark--gtw h1, .dyson-il.rtl .rcc__clr-theme--dark--gtw h2, .dyson-il.rtl .rcc__clr-theme--dark--gtw h3, .dyson-il.rtl .rcc__clr-theme--dark--gtw h4, .dyson-il.rtl .rcc__clr-theme--dark--gtw h5, .dyson-il.rtl .rcc__clr-theme--dark--gtw h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--dark--gtw h1, .dyson-kr .rcc__clr-theme--dark--gtw h2, .dyson-kr .rcc__clr-theme--dark--gtw h3, .dyson-kr .rcc__clr-theme--dark--gtw h4, .dyson-kr .rcc__clr-theme--dark--gtw h5, .dyson-kr .rcc__clr-theme--dark--gtw h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--dark--gtw p, .rcc__clr-theme--dark--gtw li, .rcc__clr-theme--dark--gtw small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff; }
    .dyson-th.primary .rcc__clr-theme--dark--gtw p, .dyson-th.primary .rcc__clr-theme--dark--gtw li, .dyson-th.primary .rcc__clr-theme--dark--gtw small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--dark--gtw p, .dyson-hk.primary .rcc__clr-theme--dark--gtw li, .dyson-hk.primary .rcc__clr-theme--dark--gtw small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--dark--gtw p, .dyson-sa.rtl .rcc__clr-theme--dark--gtw p, .dyson-ae.rtl .rcc__clr-theme--dark--gtw li, .dyson-sa.rtl .rcc__clr-theme--dark--gtw li, .dyson-ae.rtl .rcc__clr-theme--dark--gtw small, .dyson-sa.rtl .rcc__clr-theme--dark--gtw small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--dark--gtw p, .dyson-il.rtl .rcc__clr-theme--dark--gtw li, .dyson-il.rtl .rcc__clr-theme--dark--gtw small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--dark--gtw p, .dyson-kr .rcc__clr-theme--dark--gtw li, .dyson-kr .rcc__clr-theme--dark--gtw small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--dark--gtw span {
    color: #fff; }
  .rcc__clr-theme--dark--gtw span.roundal--solid {
    background: #fff;
    margin-right: 10px; }
  .rcc__clr-theme--dark--gtw svg.icon {
    fill: #333333; }
  .rcc__clr-theme--dark--gtw .cta-icon {
    background-color: #fff;
    fill: #333333; }
  .rcc__clr-theme--dark--gtw button {
    background: #fff;
    color: #333333; }
  .rcc__clr-theme--dark--gtw .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #fff; }
    .rcc__clr-theme--dark--gtw .rcc__content__value-stacks__feature p {
      color: #fff; }
  .rcc__clr-theme--dark--gtw .button.rcc__cta--button-link,
  .rcc__clr-theme--dark--gtw .button:link.rcc__cta--button-link:link,
  .rcc__clr-theme--dark--gtw .button.rcc__cta--button-link--50pc,
  .rcc__clr-theme--dark--gtw .button:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--dark--gtw .button:active.rcc__cta--button-link:active {
    background: #fff !important;
    color: #333333 !important; }
    .rcc__clr-theme--dark--gtw .button.rcc__cta--button-link span,
    .rcc__clr-theme--dark--gtw .button:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--dark--gtw .button.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--dark--gtw .button:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--dark--gtw .button:active.rcc__cta--button-link:active span {
      color: #333333 !important; }
  .rcc__clr-theme--dark--gtw .button--tertiary.rcc__cta--button-link,
  .rcc__clr-theme--dark--gtw .button--tertiary:link.rcc__cta--button-link:link,
  .rcc__clr-theme--dark--gtw .button--tertiary.rcc__cta--button-link--50pc,
  .rcc__clr-theme--dark--gtw .button--tertiary:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--dark--gtw .button--tertiary:active.rcc__cta--button-link:active {
    background: #79b928 !important;
    color: #333333 !important; }
    .rcc__clr-theme--dark--gtw .button--tertiary.rcc__cta--button-link span,
    .rcc__clr-theme--dark--gtw .button--tertiary:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--dark--gtw .button--tertiary.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--dark--gtw .button--tertiary:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--dark--gtw .button--tertiary:active.rcc__cta--button-link:active span {
      color: #333333 !important; } }

@media screen and (min-width: 1024px) {
  .rcc__clr-theme--black--gtw h1, .rcc__clr-theme--black--gtw h2, .rcc__clr-theme--black--gtw h3, .rcc__clr-theme--black--gtw h4, .rcc__clr-theme--black--gtw h5, .rcc__clr-theme--black--gtw h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--black--gtw h1, .dyson-th.primary .rcc__clr-theme--black--gtw h2, .dyson-th.primary .rcc__clr-theme--black--gtw h3, .dyson-th.primary .rcc__clr-theme--black--gtw h4, .dyson-th.primary .rcc__clr-theme--black--gtw h5, .dyson-th.primary .rcc__clr-theme--black--gtw h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--black--gtw h1, .dyson-hk.primary .rcc__clr-theme--black--gtw h2, .dyson-hk.primary .rcc__clr-theme--black--gtw h3, .dyson-hk.primary .rcc__clr-theme--black--gtw h4, .dyson-hk.primary .rcc__clr-theme--black--gtw h5, .dyson-hk.primary .rcc__clr-theme--black--gtw h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--black--gtw h1, .dyson-sa.rtl .rcc__clr-theme--black--gtw h1, .dyson-ae.rtl .rcc__clr-theme--black--gtw h2, .dyson-sa.rtl .rcc__clr-theme--black--gtw h2, .dyson-ae.rtl .rcc__clr-theme--black--gtw h3, .dyson-sa.rtl .rcc__clr-theme--black--gtw h3, .dyson-ae.rtl .rcc__clr-theme--black--gtw h4, .dyson-sa.rtl .rcc__clr-theme--black--gtw h4, .dyson-ae.rtl .rcc__clr-theme--black--gtw h5, .dyson-sa.rtl .rcc__clr-theme--black--gtw h5, .dyson-ae.rtl .rcc__clr-theme--black--gtw h6, .dyson-sa.rtl .rcc__clr-theme--black--gtw h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--black--gtw h1, .dyson-il.rtl .rcc__clr-theme--black--gtw h2, .dyson-il.rtl .rcc__clr-theme--black--gtw h3, .dyson-il.rtl .rcc__clr-theme--black--gtw h4, .dyson-il.rtl .rcc__clr-theme--black--gtw h5, .dyson-il.rtl .rcc__clr-theme--black--gtw h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--black--gtw h1, .dyson-kr .rcc__clr-theme--black--gtw h2, .dyson-kr .rcc__clr-theme--black--gtw h3, .dyson-kr .rcc__clr-theme--black--gtw h4, .dyson-kr .rcc__clr-theme--black--gtw h5, .dyson-kr .rcc__clr-theme--black--gtw h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--black--gtw p, .rcc__clr-theme--black--gtw li, .rcc__clr-theme--black--gtw small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999999; }
    .dyson-th.primary .rcc__clr-theme--black--gtw p, .dyson-th.primary .rcc__clr-theme--black--gtw li, .dyson-th.primary .rcc__clr-theme--black--gtw small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--black--gtw p, .dyson-hk.primary .rcc__clr-theme--black--gtw li, .dyson-hk.primary .rcc__clr-theme--black--gtw small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--black--gtw p, .dyson-sa.rtl .rcc__clr-theme--black--gtw p, .dyson-ae.rtl .rcc__clr-theme--black--gtw li, .dyson-sa.rtl .rcc__clr-theme--black--gtw li, .dyson-ae.rtl .rcc__clr-theme--black--gtw small, .dyson-sa.rtl .rcc__clr-theme--black--gtw small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--black--gtw p, .dyson-il.rtl .rcc__clr-theme--black--gtw li, .dyson-il.rtl .rcc__clr-theme--black--gtw small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--black--gtw p, .dyson-kr .rcc__clr-theme--black--gtw li, .dyson-kr .rcc__clr-theme--black--gtw small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--black--gtw span {
    color: #fff; }
  .rcc__clr-theme--black--gtw span.roundal--solid {
    background: #fff;
    margin-right: 10px; }
  .rcc__clr-theme--black--gtw svg.icon {
    fill: #333333; }
  .rcc__clr-theme--black--gtw .cta-icon {
    background-color: #fff;
    fill: #333333; }
  .rcc__clr-theme--black--gtw button {
    background: #fff;
    color: #333333; }
  .rcc__clr-theme--black--gtw .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #fff; }
    .rcc__clr-theme--black--gtw .rcc__content__value-stacks__feature p {
      color: #fff; }
  .rcc__clr-theme--black--gtw .button.rcc__cta--button-link,
  .rcc__clr-theme--black--gtw .button.rcc__cta--button-link--50pc,
  .rcc__clr-theme--black--gtw .button:link.rcc__cta--button-link:link,
  .rcc__clr-theme--black--gtw .button:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--black--gtw .button:active.rcc__cta--button-link:active {
    background: #fff !important;
    color: #333333 !important; }
    .rcc__clr-theme--black--gtw .button.rcc__cta--button-link span,
    .rcc__clr-theme--black--gtw .button.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--black--gtw .button:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--black--gtw .button:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--black--gtw .button:active.rcc__cta--button-link:active span {
      color: #333333 !important; } }

@media screen and (min-width: 1024px) {
  .rcc__clr-theme--blue--gtw h1, .rcc__clr-theme--blue--gtw h2, .rcc__clr-theme--blue--gtw h3, .rcc__clr-theme--blue--gtw h4, .rcc__clr-theme--blue--gtw h5, .rcc__clr-theme--blue--gtw h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0066CC;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--blue--gtw h1, .dyson-th.primary .rcc__clr-theme--blue--gtw h2, .dyson-th.primary .rcc__clr-theme--blue--gtw h3, .dyson-th.primary .rcc__clr-theme--blue--gtw h4, .dyson-th.primary .rcc__clr-theme--blue--gtw h5, .dyson-th.primary .rcc__clr-theme--blue--gtw h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--blue--gtw h1, .dyson-hk.primary .rcc__clr-theme--blue--gtw h2, .dyson-hk.primary .rcc__clr-theme--blue--gtw h3, .dyson-hk.primary .rcc__clr-theme--blue--gtw h4, .dyson-hk.primary .rcc__clr-theme--blue--gtw h5, .dyson-hk.primary .rcc__clr-theme--blue--gtw h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--blue--gtw h1, .dyson-sa.rtl .rcc__clr-theme--blue--gtw h1, .dyson-ae.rtl .rcc__clr-theme--blue--gtw h2, .dyson-sa.rtl .rcc__clr-theme--blue--gtw h2, .dyson-ae.rtl .rcc__clr-theme--blue--gtw h3, .dyson-sa.rtl .rcc__clr-theme--blue--gtw h3, .dyson-ae.rtl .rcc__clr-theme--blue--gtw h4, .dyson-sa.rtl .rcc__clr-theme--blue--gtw h4, .dyson-ae.rtl .rcc__clr-theme--blue--gtw h5, .dyson-sa.rtl .rcc__clr-theme--blue--gtw h5, .dyson-ae.rtl .rcc__clr-theme--blue--gtw h6, .dyson-sa.rtl .rcc__clr-theme--blue--gtw h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--blue--gtw h1, .dyson-il.rtl .rcc__clr-theme--blue--gtw h2, .dyson-il.rtl .rcc__clr-theme--blue--gtw h3, .dyson-il.rtl .rcc__clr-theme--blue--gtw h4, .dyson-il.rtl .rcc__clr-theme--blue--gtw h5, .dyson-il.rtl .rcc__clr-theme--blue--gtw h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--blue--gtw h1, .dyson-kr .rcc__clr-theme--blue--gtw h2, .dyson-kr .rcc__clr-theme--blue--gtw h3, .dyson-kr .rcc__clr-theme--blue--gtw h4, .dyson-kr .rcc__clr-theme--blue--gtw h5, .dyson-kr .rcc__clr-theme--blue--gtw h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--blue--gtw p, .rcc__clr-theme--blue--gtw li, .rcc__clr-theme--blue--gtw small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
    .dyson-th.primary .rcc__clr-theme--blue--gtw p, .dyson-th.primary .rcc__clr-theme--blue--gtw li, .dyson-th.primary .rcc__clr-theme--blue--gtw small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--blue--gtw p, .dyson-hk.primary .rcc__clr-theme--blue--gtw li, .dyson-hk.primary .rcc__clr-theme--blue--gtw small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--blue--gtw p, .dyson-sa.rtl .rcc__clr-theme--blue--gtw p, .dyson-ae.rtl .rcc__clr-theme--blue--gtw li, .dyson-sa.rtl .rcc__clr-theme--blue--gtw li, .dyson-ae.rtl .rcc__clr-theme--blue--gtw small, .dyson-sa.rtl .rcc__clr-theme--blue--gtw small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--blue--gtw p, .dyson-il.rtl .rcc__clr-theme--blue--gtw li, .dyson-il.rtl .rcc__clr-theme--blue--gtw small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--blue--gtw p, .dyson-kr .rcc__clr-theme--blue--gtw li, .dyson-kr .rcc__clr-theme--blue--gtw small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--blue--gtw span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--blue--gtw svg.icon {
    fill: #fff; }
  .rcc__clr-theme--blue--gtw .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--blue--gtw button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--blue--gtw .button {
    background: #333333 !important;
    color: #fff !important; }
  .rcc__clr-theme--blue--gtw .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--blue--gtw .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 1280px) {
  .rcc__clr-theme--light--gd h1, .rcc__clr-theme--light--gd h2, .rcc__clr-theme--light--gd h3, .rcc__clr-theme--light--gd h4, .rcc__clr-theme--light--gd h5, .rcc__clr-theme--light--gd h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--light--gd h1, .dyson-th.primary .rcc__clr-theme--light--gd h2, .dyson-th.primary .rcc__clr-theme--light--gd h3, .dyson-th.primary .rcc__clr-theme--light--gd h4, .dyson-th.primary .rcc__clr-theme--light--gd h5, .dyson-th.primary .rcc__clr-theme--light--gd h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--light--gd h1, .dyson-hk.primary .rcc__clr-theme--light--gd h2, .dyson-hk.primary .rcc__clr-theme--light--gd h3, .dyson-hk.primary .rcc__clr-theme--light--gd h4, .dyson-hk.primary .rcc__clr-theme--light--gd h5, .dyson-hk.primary .rcc__clr-theme--light--gd h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--light--gd h1, .dyson-sa.rtl .rcc__clr-theme--light--gd h1, .dyson-ae.rtl .rcc__clr-theme--light--gd h2, .dyson-sa.rtl .rcc__clr-theme--light--gd h2, .dyson-ae.rtl .rcc__clr-theme--light--gd h3, .dyson-sa.rtl .rcc__clr-theme--light--gd h3, .dyson-ae.rtl .rcc__clr-theme--light--gd h4, .dyson-sa.rtl .rcc__clr-theme--light--gd h4, .dyson-ae.rtl .rcc__clr-theme--light--gd h5, .dyson-sa.rtl .rcc__clr-theme--light--gd h5, .dyson-ae.rtl .rcc__clr-theme--light--gd h6, .dyson-sa.rtl .rcc__clr-theme--light--gd h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--light--gd h1, .dyson-il.rtl .rcc__clr-theme--light--gd h2, .dyson-il.rtl .rcc__clr-theme--light--gd h3, .dyson-il.rtl .rcc__clr-theme--light--gd h4, .dyson-il.rtl .rcc__clr-theme--light--gd h5, .dyson-il.rtl .rcc__clr-theme--light--gd h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--light--gd h1, .dyson-kr .rcc__clr-theme--light--gd h2, .dyson-kr .rcc__clr-theme--light--gd h3, .dyson-kr .rcc__clr-theme--light--gd h4, .dyson-kr .rcc__clr-theme--light--gd h5, .dyson-kr .rcc__clr-theme--light--gd h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--light--gd p, .rcc__clr-theme--light--gd li, .rcc__clr-theme--light--gd em, .rcc__clr-theme--light--gd strong, .rcc__clr-theme--light--gd small {
    color: #666666;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-th.primary .rcc__clr-theme--light--gd p, .dyson-th.primary .rcc__clr-theme--light--gd li, .dyson-th.primary .rcc__clr-theme--light--gd em, .dyson-th.primary .rcc__clr-theme--light--gd strong, .dyson-th.primary .rcc__clr-theme--light--gd small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--light--gd p, .dyson-hk.primary .rcc__clr-theme--light--gd li, .dyson-hk.primary .rcc__clr-theme--light--gd em, .dyson-hk.primary .rcc__clr-theme--light--gd strong, .dyson-hk.primary .rcc__clr-theme--light--gd small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--light--gd p, .dyson-sa.rtl .rcc__clr-theme--light--gd p, .dyson-ae.rtl .rcc__clr-theme--light--gd li, .dyson-sa.rtl .rcc__clr-theme--light--gd li, .dyson-ae.rtl .rcc__clr-theme--light--gd em, .dyson-sa.rtl .rcc__clr-theme--light--gd em, .dyson-ae.rtl .rcc__clr-theme--light--gd strong, .dyson-sa.rtl .rcc__clr-theme--light--gd strong, .dyson-ae.rtl .rcc__clr-theme--light--gd small, .dyson-sa.rtl .rcc__clr-theme--light--gd small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--light--gd p, .dyson-il.rtl .rcc__clr-theme--light--gd li, .dyson-il.rtl .rcc__clr-theme--light--gd em, .dyson-il.rtl .rcc__clr-theme--light--gd strong, .dyson-il.rtl .rcc__clr-theme--light--gd small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--light--gd p, .dyson-kr .rcc__clr-theme--light--gd li, .dyson-kr .rcc__clr-theme--light--gd em, .dyson-kr .rcc__clr-theme--light--gd strong, .dyson-kr .rcc__clr-theme--light--gd small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--light--gd span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--light--gd svg.icon {
    fill: #fff; }
  .rcc__clr-theme--light--gd .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--light--gd button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--light--gd .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--light--gd .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 1280px) {
  .rcc__clr-theme--medium--gd h1, .rcc__clr-theme--medium--gd h2, .rcc__clr-theme--medium--gd h3, .rcc__clr-theme--medium--gd h4, .rcc__clr-theme--medium--gd h5, .rcc__clr-theme--medium--gd h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--medium--gd h1, .dyson-th.primary .rcc__clr-theme--medium--gd h2, .dyson-th.primary .rcc__clr-theme--medium--gd h3, .dyson-th.primary .rcc__clr-theme--medium--gd h4, .dyson-th.primary .rcc__clr-theme--medium--gd h5, .dyson-th.primary .rcc__clr-theme--medium--gd h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--medium--gd h1, .dyson-hk.primary .rcc__clr-theme--medium--gd h2, .dyson-hk.primary .rcc__clr-theme--medium--gd h3, .dyson-hk.primary .rcc__clr-theme--medium--gd h4, .dyson-hk.primary .rcc__clr-theme--medium--gd h5, .dyson-hk.primary .rcc__clr-theme--medium--gd h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--medium--gd h1, .dyson-sa.rtl .rcc__clr-theme--medium--gd h1, .dyson-ae.rtl .rcc__clr-theme--medium--gd h2, .dyson-sa.rtl .rcc__clr-theme--medium--gd h2, .dyson-ae.rtl .rcc__clr-theme--medium--gd h3, .dyson-sa.rtl .rcc__clr-theme--medium--gd h3, .dyson-ae.rtl .rcc__clr-theme--medium--gd h4, .dyson-sa.rtl .rcc__clr-theme--medium--gd h4, .dyson-ae.rtl .rcc__clr-theme--medium--gd h5, .dyson-sa.rtl .rcc__clr-theme--medium--gd h5, .dyson-ae.rtl .rcc__clr-theme--medium--gd h6, .dyson-sa.rtl .rcc__clr-theme--medium--gd h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--medium--gd h1, .dyson-il.rtl .rcc__clr-theme--medium--gd h2, .dyson-il.rtl .rcc__clr-theme--medium--gd h3, .dyson-il.rtl .rcc__clr-theme--medium--gd h4, .dyson-il.rtl .rcc__clr-theme--medium--gd h5, .dyson-il.rtl .rcc__clr-theme--medium--gd h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--medium--gd h1, .dyson-kr .rcc__clr-theme--medium--gd h2, .dyson-kr .rcc__clr-theme--medium--gd h3, .dyson-kr .rcc__clr-theme--medium--gd h4, .dyson-kr .rcc__clr-theme--medium--gd h5, .dyson-kr .rcc__clr-theme--medium--gd h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--medium--gd p, .rcc__clr-theme--medium--gd li, .rcc__clr-theme--medium--gd small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
    .dyson-th.primary .rcc__clr-theme--medium--gd p, .dyson-th.primary .rcc__clr-theme--medium--gd li, .dyson-th.primary .rcc__clr-theme--medium--gd small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--medium--gd p, .dyson-hk.primary .rcc__clr-theme--medium--gd li, .dyson-hk.primary .rcc__clr-theme--medium--gd small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--medium--gd p, .dyson-sa.rtl .rcc__clr-theme--medium--gd p, .dyson-ae.rtl .rcc__clr-theme--medium--gd li, .dyson-sa.rtl .rcc__clr-theme--medium--gd li, .dyson-ae.rtl .rcc__clr-theme--medium--gd small, .dyson-sa.rtl .rcc__clr-theme--medium--gd small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--medium--gd p, .dyson-il.rtl .rcc__clr-theme--medium--gd li, .dyson-il.rtl .rcc__clr-theme--medium--gd small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--medium--gd p, .dyson-kr .rcc__clr-theme--medium--gd li, .dyson-kr .rcc__clr-theme--medium--gd small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--medium--gd span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--medium--gd svg.icon {
    fill: #fff; }
  .rcc__clr-theme--medium--gd .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--medium--gd button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--medium--gd .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--medium--gd .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 1280px) {
  .rcc__clr-theme--dark--gd h1, .rcc__clr-theme--dark--gd h2, .rcc__clr-theme--dark--gd h3, .rcc__clr-theme--dark--gd h4, .rcc__clr-theme--dark--gd h5, .rcc__clr-theme--dark--gd h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--dark--gd h1, .dyson-th.primary .rcc__clr-theme--dark--gd h2, .dyson-th.primary .rcc__clr-theme--dark--gd h3, .dyson-th.primary .rcc__clr-theme--dark--gd h4, .dyson-th.primary .rcc__clr-theme--dark--gd h5, .dyson-th.primary .rcc__clr-theme--dark--gd h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--dark--gd h1, .dyson-hk.primary .rcc__clr-theme--dark--gd h2, .dyson-hk.primary .rcc__clr-theme--dark--gd h3, .dyson-hk.primary .rcc__clr-theme--dark--gd h4, .dyson-hk.primary .rcc__clr-theme--dark--gd h5, .dyson-hk.primary .rcc__clr-theme--dark--gd h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--dark--gd h1, .dyson-sa.rtl .rcc__clr-theme--dark--gd h1, .dyson-ae.rtl .rcc__clr-theme--dark--gd h2, .dyson-sa.rtl .rcc__clr-theme--dark--gd h2, .dyson-ae.rtl .rcc__clr-theme--dark--gd h3, .dyson-sa.rtl .rcc__clr-theme--dark--gd h3, .dyson-ae.rtl .rcc__clr-theme--dark--gd h4, .dyson-sa.rtl .rcc__clr-theme--dark--gd h4, .dyson-ae.rtl .rcc__clr-theme--dark--gd h5, .dyson-sa.rtl .rcc__clr-theme--dark--gd h5, .dyson-ae.rtl .rcc__clr-theme--dark--gd h6, .dyson-sa.rtl .rcc__clr-theme--dark--gd h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--dark--gd h1, .dyson-il.rtl .rcc__clr-theme--dark--gd h2, .dyson-il.rtl .rcc__clr-theme--dark--gd h3, .dyson-il.rtl .rcc__clr-theme--dark--gd h4, .dyson-il.rtl .rcc__clr-theme--dark--gd h5, .dyson-il.rtl .rcc__clr-theme--dark--gd h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--dark--gd h1, .dyson-kr .rcc__clr-theme--dark--gd h2, .dyson-kr .rcc__clr-theme--dark--gd h3, .dyson-kr .rcc__clr-theme--dark--gd h4, .dyson-kr .rcc__clr-theme--dark--gd h5, .dyson-kr .rcc__clr-theme--dark--gd h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--dark--gd p, .rcc__clr-theme--dark--gd li, .rcc__clr-theme--dark--gd small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff; }
    .dyson-th.primary .rcc__clr-theme--dark--gd p, .dyson-th.primary .rcc__clr-theme--dark--gd li, .dyson-th.primary .rcc__clr-theme--dark--gd small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--dark--gd p, .dyson-hk.primary .rcc__clr-theme--dark--gd li, .dyson-hk.primary .rcc__clr-theme--dark--gd small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--dark--gd p, .dyson-sa.rtl .rcc__clr-theme--dark--gd p, .dyson-ae.rtl .rcc__clr-theme--dark--gd li, .dyson-sa.rtl .rcc__clr-theme--dark--gd li, .dyson-ae.rtl .rcc__clr-theme--dark--gd small, .dyson-sa.rtl .rcc__clr-theme--dark--gd small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--dark--gd p, .dyson-il.rtl .rcc__clr-theme--dark--gd li, .dyson-il.rtl .rcc__clr-theme--dark--gd small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--dark--gd p, .dyson-kr .rcc__clr-theme--dark--gd li, .dyson-kr .rcc__clr-theme--dark--gd small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--dark--gd span {
    color: #fff; }
  .rcc__clr-theme--dark--gd span.roundal--solid {
    background: #fff;
    margin-right: 10px; }
  .rcc__clr-theme--dark--gd svg.icon {
    fill: #333333; }
  .rcc__clr-theme--dark--gd .cta-icon {
    background-color: #fff;
    fill: #333333; }
  .rcc__clr-theme--dark--gd button {
    background: #fff;
    color: #333333; }
  .rcc__clr-theme--dark--gd .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #fff; }
    .rcc__clr-theme--dark--gd .rcc__content__value-stacks__feature p {
      color: #fff; }
  .rcc__clr-theme--dark--gd .button.rcc__cta--button-link,
  .rcc__clr-theme--dark--gd .button:link.rcc__cta--button-link:link,
  .rcc__clr-theme--dark--gd .button.rcc__cta--button-link--50pc,
  .rcc__clr-theme--dark--gd .button:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--dark--gd .button:active.rcc__cta--button-link:active {
    background: #fff !important;
    color: #333333 !important; }
    .rcc__clr-theme--dark--gd .button.rcc__cta--button-link span,
    .rcc__clr-theme--dark--gd .button:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--dark--gd .button.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--dark--gd .button:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--dark--gd .button:active.rcc__cta--button-link:active span {
      color: #333333 !important; }
  .rcc__clr-theme--dark--gd .button--tertiary.rcc__cta--button-link,
  .rcc__clr-theme--dark--gd .button--tertiary:link.rcc__cta--button-link:link,
  .rcc__clr-theme--dark--gd .button--tertiary.rcc__cta--button-link--50pc,
  .rcc__clr-theme--dark--gd .button--tertiary:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--dark--gd .button--tertiary:active.rcc__cta--button-link:active {
    background: #79b928 !important;
    color: #333333 !important; }
    .rcc__clr-theme--dark--gd .button--tertiary.rcc__cta--button-link span,
    .rcc__clr-theme--dark--gd .button--tertiary:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--dark--gd .button--tertiary.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--dark--gd .button--tertiary:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--dark--gd .button--tertiary:active.rcc__cta--button-link:active span {
      color: #333333 !important; } }

@media screen and (min-width: 1280px) {
  .rcc__clr-theme--black--gd h1, .rcc__clr-theme--black--gd h2, .rcc__clr-theme--black--gd h3, .rcc__clr-theme--black--gd h4, .rcc__clr-theme--black--gd h5, .rcc__clr-theme--black--gd h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--black--gd h1, .dyson-th.primary .rcc__clr-theme--black--gd h2, .dyson-th.primary .rcc__clr-theme--black--gd h3, .dyson-th.primary .rcc__clr-theme--black--gd h4, .dyson-th.primary .rcc__clr-theme--black--gd h5, .dyson-th.primary .rcc__clr-theme--black--gd h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--black--gd h1, .dyson-hk.primary .rcc__clr-theme--black--gd h2, .dyson-hk.primary .rcc__clr-theme--black--gd h3, .dyson-hk.primary .rcc__clr-theme--black--gd h4, .dyson-hk.primary .rcc__clr-theme--black--gd h5, .dyson-hk.primary .rcc__clr-theme--black--gd h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--black--gd h1, .dyson-sa.rtl .rcc__clr-theme--black--gd h1, .dyson-ae.rtl .rcc__clr-theme--black--gd h2, .dyson-sa.rtl .rcc__clr-theme--black--gd h2, .dyson-ae.rtl .rcc__clr-theme--black--gd h3, .dyson-sa.rtl .rcc__clr-theme--black--gd h3, .dyson-ae.rtl .rcc__clr-theme--black--gd h4, .dyson-sa.rtl .rcc__clr-theme--black--gd h4, .dyson-ae.rtl .rcc__clr-theme--black--gd h5, .dyson-sa.rtl .rcc__clr-theme--black--gd h5, .dyson-ae.rtl .rcc__clr-theme--black--gd h6, .dyson-sa.rtl .rcc__clr-theme--black--gd h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--black--gd h1, .dyson-il.rtl .rcc__clr-theme--black--gd h2, .dyson-il.rtl .rcc__clr-theme--black--gd h3, .dyson-il.rtl .rcc__clr-theme--black--gd h4, .dyson-il.rtl .rcc__clr-theme--black--gd h5, .dyson-il.rtl .rcc__clr-theme--black--gd h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--black--gd h1, .dyson-kr .rcc__clr-theme--black--gd h2, .dyson-kr .rcc__clr-theme--black--gd h3, .dyson-kr .rcc__clr-theme--black--gd h4, .dyson-kr .rcc__clr-theme--black--gd h5, .dyson-kr .rcc__clr-theme--black--gd h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--black--gd p, .rcc__clr-theme--black--gd li, .rcc__clr-theme--black--gd small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999999; }
    .dyson-th.primary .rcc__clr-theme--black--gd p, .dyson-th.primary .rcc__clr-theme--black--gd li, .dyson-th.primary .rcc__clr-theme--black--gd small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--black--gd p, .dyson-hk.primary .rcc__clr-theme--black--gd li, .dyson-hk.primary .rcc__clr-theme--black--gd small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--black--gd p, .dyson-sa.rtl .rcc__clr-theme--black--gd p, .dyson-ae.rtl .rcc__clr-theme--black--gd li, .dyson-sa.rtl .rcc__clr-theme--black--gd li, .dyson-ae.rtl .rcc__clr-theme--black--gd small, .dyson-sa.rtl .rcc__clr-theme--black--gd small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--black--gd p, .dyson-il.rtl .rcc__clr-theme--black--gd li, .dyson-il.rtl .rcc__clr-theme--black--gd small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--black--gd p, .dyson-kr .rcc__clr-theme--black--gd li, .dyson-kr .rcc__clr-theme--black--gd small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--black--gd span {
    color: #fff; }
  .rcc__clr-theme--black--gd span.roundal--solid {
    background: #fff;
    margin-right: 10px; }
  .rcc__clr-theme--black--gd svg.icon {
    fill: #333333; }
  .rcc__clr-theme--black--gd .cta-icon {
    background-color: #fff;
    fill: #333333; }
  .rcc__clr-theme--black--gd button {
    background: #fff;
    color: #333333; }
  .rcc__clr-theme--black--gd .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #fff; }
    .rcc__clr-theme--black--gd .rcc__content__value-stacks__feature p {
      color: #fff; }
  .rcc__clr-theme--black--gd .button.rcc__cta--button-link,
  .rcc__clr-theme--black--gd .button.rcc__cta--button-link--50pc,
  .rcc__clr-theme--black--gd .button:link.rcc__cta--button-link:link,
  .rcc__clr-theme--black--gd .button:visited.rcc__cta--button-link:visited,
  .rcc__clr-theme--black--gd .button:active.rcc__cta--button-link:active {
    background: #fff !important;
    color: #333333 !important; }
    .rcc__clr-theme--black--gd .button.rcc__cta--button-link span,
    .rcc__clr-theme--black--gd .button.rcc__cta--button-link--50pc span,
    .rcc__clr-theme--black--gd .button:link.rcc__cta--button-link:link span,
    .rcc__clr-theme--black--gd .button:visited.rcc__cta--button-link:visited span,
    .rcc__clr-theme--black--gd .button:active.rcc__cta--button-link:active span {
      color: #333333 !important; } }

@media screen and (min-width: 1280px) {
  .rcc__clr-theme--blue--gd h1, .rcc__clr-theme--blue--gd h2, .rcc__clr-theme--blue--gd h3, .rcc__clr-theme--blue--gd h4, .rcc__clr-theme--blue--gd h5, .rcc__clr-theme--blue--gd h6 {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0066CC;
    margin: 10px 0; }
    .dyson-th.primary .rcc__clr-theme--blue--gd h1, .dyson-th.primary .rcc__clr-theme--blue--gd h2, .dyson-th.primary .rcc__clr-theme--blue--gd h3, .dyson-th.primary .rcc__clr-theme--blue--gd h4, .dyson-th.primary .rcc__clr-theme--blue--gd h5, .dyson-th.primary .rcc__clr-theme--blue--gd h6 {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--blue--gd h1, .dyson-hk.primary .rcc__clr-theme--blue--gd h2, .dyson-hk.primary .rcc__clr-theme--blue--gd h3, .dyson-hk.primary .rcc__clr-theme--blue--gd h4, .dyson-hk.primary .rcc__clr-theme--blue--gd h5, .dyson-hk.primary .rcc__clr-theme--blue--gd h6 {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--blue--gd h1, .dyson-sa.rtl .rcc__clr-theme--blue--gd h1, .dyson-ae.rtl .rcc__clr-theme--blue--gd h2, .dyson-sa.rtl .rcc__clr-theme--blue--gd h2, .dyson-ae.rtl .rcc__clr-theme--blue--gd h3, .dyson-sa.rtl .rcc__clr-theme--blue--gd h3, .dyson-ae.rtl .rcc__clr-theme--blue--gd h4, .dyson-sa.rtl .rcc__clr-theme--blue--gd h4, .dyson-ae.rtl .rcc__clr-theme--blue--gd h5, .dyson-sa.rtl .rcc__clr-theme--blue--gd h5, .dyson-ae.rtl .rcc__clr-theme--blue--gd h6, .dyson-sa.rtl .rcc__clr-theme--blue--gd h6 {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--blue--gd h1, .dyson-il.rtl .rcc__clr-theme--blue--gd h2, .dyson-il.rtl .rcc__clr-theme--blue--gd h3, .dyson-il.rtl .rcc__clr-theme--blue--gd h4, .dyson-il.rtl .rcc__clr-theme--blue--gd h5, .dyson-il.rtl .rcc__clr-theme--blue--gd h6 {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--blue--gd h1, .dyson-kr .rcc__clr-theme--blue--gd h2, .dyson-kr .rcc__clr-theme--blue--gd h3, .dyson-kr .rcc__clr-theme--blue--gd h4, .dyson-kr .rcc__clr-theme--blue--gd h5, .dyson-kr .rcc__clr-theme--blue--gd h6 {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--blue--gd p, .rcc__clr-theme--blue--gd li, .rcc__clr-theme--blue--gd small {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
    .dyson-th.primary .rcc__clr-theme--blue--gd p, .dyson-th.primary .rcc__clr-theme--blue--gd li, .dyson-th.primary .rcc__clr-theme--blue--gd small {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .rcc__clr-theme--blue--gd p, .dyson-hk.primary .rcc__clr-theme--blue--gd li, .dyson-hk.primary .rcc__clr-theme--blue--gd small {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .rcc__clr-theme--blue--gd p, .dyson-sa.rtl .rcc__clr-theme--blue--gd p, .dyson-ae.rtl .rcc__clr-theme--blue--gd li, .dyson-sa.rtl .rcc__clr-theme--blue--gd li, .dyson-ae.rtl .rcc__clr-theme--blue--gd small, .dyson-sa.rtl .rcc__clr-theme--blue--gd small {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .rcc__clr-theme--blue--gd p, .dyson-il.rtl .rcc__clr-theme--blue--gd li, .dyson-il.rtl .rcc__clr-theme--blue--gd small {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .rcc__clr-theme--blue--gd p, .dyson-kr .rcc__clr-theme--blue--gd li, .dyson-kr .rcc__clr-theme--blue--gd small {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .rcc__clr-theme--blue--gd span.roundal--solid {
    background: #333333;
    margin-right: 10px; }
  .rcc__clr-theme--blue--gd svg.icon {
    fill: #fff; }
  .rcc__clr-theme--blue--gd .cta-icon {
    background-color: #333333;
    fill: #fff; }
  .rcc__clr-theme--blue--gd button {
    background: #333333;
    color: #fff; }
  .rcc__clr-theme--blue--gd .button {
    background: #333333 !important;
    color: #fff !important; }
  .rcc__clr-theme--blue--gd .rcc__content__value-stacks__feature {
    border-bottom: 1px solid #333; }
    .rcc__clr-theme--blue--gd .rcc__content__value-stacks__feature p {
      color: #333; } }

@media screen and (min-width: 0) {
  .rcc__text-width--0--g {
    width: 0%; }
    .rcc__text-width--0--g .rcc__content__value-stacks {
      width: 1100%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--0--g .rcc__content__value-stacks {
        width: 400%; } }

@media screen and (min-width: 0) {
  .rcc__text-width--1--g {
    width: 8.333%; }
    .rcc__text-width--1--g .rcc__content__value-stacks {
      width: 1100%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--1--g .rcc__content__value-stacks {
        width: 400%; } }

@media screen and (min-width: 0) {
  .rcc__text-width--2--g {
    width: 16.666%; }
    .rcc__text-width--2--g .rcc__content__value-stacks {
      width: 550%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--2--g .rcc__content__value-stacks {
        width: 200%; } }

@media screen and (min-width: 0) {
  .rcc__text-width--3--g {
    width: 24.999%; }
    .rcc__text-width--3--g .rcc__content__value-stacks {
      width: 366.66667%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--3--g .rcc__content__value-stacks {
        width: 133.33333%; } }

@media screen and (min-width: 0) {
  .rcc__text-width--4--g {
    width: 33.332%; }
    .rcc__text-width--4--g .rcc__content__value-stacks {
      width: 275%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--4--g .rcc__content__value-stacks {
        width: 100%; } }

@media screen and (min-width: 0) {
  .rcc__text-width--5--g {
    width: 41.665%; }
    .rcc__text-width--5--g .rcc__content__value-stacks {
      width: 220%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--5--g .rcc__content__value-stacks {
        width: 80%; } }

@media screen and (min-width: 0) {
  .rcc__text-width--6--g {
    width: 49.998%; }
    .rcc__text-width--6--g .rcc__content__value-stacks {
      width: 183.33333%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--6--g .rcc__content__value-stacks {
        width: 66.66667%; } }

@media screen and (min-width: 0) {
  .rcc__text-width--7--g {
    width: 58.331%; }
    .rcc__text-width--7--g .rcc__content__value-stacks {
      width: 157.14286%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--7--g .rcc__content__value-stacks {
        width: 57.14286%; } }

@media screen and (min-width: 0) {
  .rcc__text-width--8--g {
    width: 66.664%; }
    .rcc__text-width--8--g .rcc__content__value-stacks {
      width: 137.5%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--8--g .rcc__content__value-stacks {
        width: 50%; } }

@media screen and (min-width: 0) {
  .rcc__text-width--9--g {
    width: 74.997%; }
    .rcc__text-width--9--g .rcc__content__value-stacks {
      width: 122.22222%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--9--g .rcc__content__value-stacks {
        width: 44.44444%; } }

@media screen and (min-width: 0) {
  .rcc__text-width--10--g {
    width: 83.33%; }
    .rcc__text-width--10--g .rcc__content__value-stacks {
      width: 110%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--10--g .rcc__content__value-stacks {
        width: 40%; } }

@media screen and (min-width: 0) {
  .rcc__text-width--11--g {
    width: 91.663%; }
    .rcc__text-width--11--g .rcc__content__value-stacks {
      width: 100%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--11--g .rcc__content__value-stacks {
        width: 36.36364%; } }

@media screen and (min-width: 0) {
  .rcc__text-width--12--g {
    width: 99.996%; }
    .rcc__text-width--12--g .rcc__content__value-stacks {
      width: 91.66667%; } }
    @media screen and (min-width: 0) and (min-width: 768px) {
      .rcc__text-width--12--g .rcc__content__value-stacks {
        width: 33.33333%; } }

@media screen and (min-width: 0) {
  .rcc__text-offset--0--g {
    position: relative;
    left: 0;
    right: auto; } }

@media screen and (min-width: 0) {
  .rcc__text-offset--1--g {
    position: relative;
    left: 8.333%;
    right: auto; } }

@media screen and (min-width: 0) {
  .rcc__text-offset--2--g {
    position: relative;
    left: 16.666%;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 0) {
  .rcc__text-offset--3--g {
    position: relative;
    left: 24.999%;
    right: auto; } }

@media screen and (min-width: 0) {
  .rcc__text-offset--4--g {
    position: relative;
    left: 33.332%;
    right: auto; } }

@media screen and (min-width: 0) {
  .rcc__text-offset--5--g {
    position: relative;
    left: 41.665%;
    right: auto; } }

@media screen and (min-width: 0) {
  .rcc__text-offset--6--g {
    position: relative;
    left: 49.998%;
    right: auto; } }

@media screen and (min-width: 0) {
  .rcc__text-offset--7--g {
    position: relative;
    left: 58.331%;
    right: auto;
    margin: 0 auto; } }

@media screen and (min-width: 0) {
  .rcc__text-offset--8--g {
    position: relative;
    left: 66.664%;
    right: 10%; } }

@media screen and (min-width: 0) {
  .rcc__text-offset--9--g {
    position: relative;
    left: 74.997%;
    right: 0; } }

@media screen and (min-width: 0) {
  .rcc__text-align--left--g {
    text-align: left; } }

@media screen and (min-width: 0) {
  .rcc__text-align--center--g {
    text-align: center; } }

@media screen and (min-width: 0) {
  .rcc__text-align--right--g {
    text-align: right; } }

@media screen and (min-width: 0) {
  .rcc__text-pos--0--g {
    position: absolute;
    top: 0;
    bottom: auto;
    transform: translateY(0); } }

@media screen and (min-width: 0) {
  .rcc__text-pos--5--g {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 0) {
  .rcc__text-pos--10--g {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: translate(0, 0); } }

@media screen and (min-width: 0) {
  .rcc__motif-pos--in-line--g {
    display: inline-block;
    position: static; } }

.rcc__motif-pos--top-left--g {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 0) {
    .rcc__motif-pos--top-left--g {
      position: absolute;
      top: 0;
      bottom: auto;
      left: 0;
      right: auto;
      transform: translate(0, 0); } }

.rcc__motif-pos--top-center--g {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 0) {
    .rcc__motif-pos--top-center--g {
      position: absolute;
      top: 0;
      left: 50%;
      bottom: auto;
      transform: translate(-50%, 0);
      text-align: center; } }

.rcc__motif-pos--top-right--g {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 0) {
    .rcc__motif-pos--top-right--g {
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      transform: translateY(0);
      text-align: right; } }

.rcc__motif-pos--bottom-left--g {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 0) {
    .rcc__motif-pos--bottom-left--g {
      position: absolute;
      bottom: 0;
      top: auto;
      left: 0;
      transform: translateY(0);
      text-align: left; } }

.rcc__motif-pos--bottom-center--g {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 0) {
    .rcc__motif-pos--bottom-center--g {
      position: absolute;
      bottom: 0;
      left: 50%;
      top: auto;
      transform: translate(-50%, 0);
      text-align: center; } }

.rcc__motif-pos--bottom-right--g {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 0) {
    .rcc__motif-pos--bottom-right--g {
      position: absolute;
      bottom: 0;
      right: 0;
      left: auto;
      top: auto;
      transform: translate(0); } }

@media screen and (min-width: 0) {
  .rcc__play-btn-pos--0pc--g {
    top: 0;
    bottom: auto;
    transform: translate(-50%, 0); } }

@media screen and (min-width: 0) {
  .rcc__play-btn-pos--50pc--g {
    top: 50%;
    bottom: auto; } }

@media screen and (min-width: 0) {
  .rcc__play-btn-pos--100pc--g {
    bottom: 0;
    top: auto;
    transform: translate(-50%, 0); } }

@media screen and (min-width: 768px) {
  .rcc__text-width--0--gt {
    width: 0%; }
    .rcc__text-width--0--gt .rcc__content__value-stacks {
      width: 1100%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--0--gt .rcc__content__value-stacks {
        width: 400%; } }

@media screen and (min-width: 768px) {
  .rcc__text-width--1--gt {
    width: 8.333%; }
    .rcc__text-width--1--gt .rcc__content__value-stacks {
      width: 1100%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--1--gt .rcc__content__value-stacks {
        width: 400%; } }

@media screen and (min-width: 768px) {
  .rcc__text-width--2--gt {
    width: 16.666%; }
    .rcc__text-width--2--gt .rcc__content__value-stacks {
      width: 550%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--2--gt .rcc__content__value-stacks {
        width: 200%; } }

@media screen and (min-width: 768px) {
  .rcc__text-width--3--gt {
    width: 24.999%; }
    .rcc__text-width--3--gt .rcc__content__value-stacks {
      width: 366.66667%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--3--gt .rcc__content__value-stacks {
        width: 133.33333%; } }

@media screen and (min-width: 768px) {
  .rcc__text-width--4--gt {
    width: 33.332%; }
    .rcc__text-width--4--gt .rcc__content__value-stacks {
      width: 275%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--4--gt .rcc__content__value-stacks {
        width: 100%; } }

@media screen and (min-width: 768px) {
  .rcc__text-width--5--gt {
    width: 41.665%; }
    .rcc__text-width--5--gt .rcc__content__value-stacks {
      width: 220%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--5--gt .rcc__content__value-stacks {
        width: 80%; } }

@media screen and (min-width: 768px) {
  .rcc__text-width--6--gt {
    width: 49.998%; }
    .rcc__text-width--6--gt .rcc__content__value-stacks {
      width: 183.33333%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--6--gt .rcc__content__value-stacks {
        width: 66.66667%; } }

@media screen and (min-width: 768px) {
  .rcc__text-width--7--gt {
    width: 58.331%; }
    .rcc__text-width--7--gt .rcc__content__value-stacks {
      width: 157.14286%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--7--gt .rcc__content__value-stacks {
        width: 57.14286%; } }

@media screen and (min-width: 768px) {
  .rcc__text-width--8--gt {
    width: 66.664%; }
    .rcc__text-width--8--gt .rcc__content__value-stacks {
      width: 137.5%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--8--gt .rcc__content__value-stacks {
        width: 50%; } }

@media screen and (min-width: 768px) {
  .rcc__text-width--9--gt {
    width: 74.997%; }
    .rcc__text-width--9--gt .rcc__content__value-stacks {
      width: 122.22222%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--9--gt .rcc__content__value-stacks {
        width: 44.44444%; } }

@media screen and (min-width: 768px) {
  .rcc__text-width--10--gt {
    width: 83.33%; }
    .rcc__text-width--10--gt .rcc__content__value-stacks {
      width: 110%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--10--gt .rcc__content__value-stacks {
        width: 40%; } }

@media screen and (min-width: 768px) {
  .rcc__text-width--11--gt {
    width: 91.663%; }
    .rcc__text-width--11--gt .rcc__content__value-stacks {
      width: 100%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--11--gt .rcc__content__value-stacks {
        width: 36.36364%; } }

@media screen and (min-width: 768px) {
  .rcc__text-width--12--gt {
    width: 99.996%; }
    .rcc__text-width--12--gt .rcc__content__value-stacks {
      width: 91.66667%; } }
    @media screen and (min-width: 768px) and (min-width: 768px) {
      .rcc__text-width--12--gt .rcc__content__value-stacks {
        width: 33.33333%; } }

@media screen and (min-width: 768px) {
  .rcc__text-offset--0--gt {
    position: relative;
    left: 0;
    right: auto; } }

@media screen and (min-width: 768px) {
  .rcc__text-offset--1--gt {
    position: relative;
    left: 8.333%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .rcc__text-offset--2--gt {
    position: relative;
    left: 16.666%;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  .rcc__text-offset--3--gt {
    position: relative;
    left: 24.999%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .rcc__text-offset--4--gt {
    position: relative;
    left: 33.332%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .rcc__text-offset--5--gt {
    position: relative;
    left: 41.665%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .rcc__text-offset--6--gt {
    position: relative;
    left: 49.998%;
    right: auto; } }

@media screen and (min-width: 768px) {
  .rcc__text-offset--7--gt {
    position: relative;
    left: 58.331%;
    right: auto;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  .rcc__text-offset--8--gt {
    position: relative;
    left: 66.664%;
    right: 10%; } }

@media screen and (min-width: 768px) {
  .rcc__text-offset--9--gt {
    position: relative;
    left: 74.997%;
    right: 0; } }

@media screen and (min-width: 768px) {
  .rcc__text-align--left--gt {
    text-align: left; } }

@media screen and (min-width: 768px) {
  .rcc__text-align--center--gt {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .rcc__text-align--right--gt {
    text-align: right; } }

@media screen and (min-width: 768px) {
  .rcc__text-pos--0--gt {
    position: absolute;
    top: 0;
    bottom: auto;
    transform: translateY(0); } }

@media screen and (min-width: 768px) {
  .rcc__text-pos--5--gt {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 768px) {
  .rcc__text-pos--10--gt {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: translate(0, 0); } }

@media screen and (min-width: 768px) {
  .rcc__motif-pos--in-line--gt {
    display: inline-block;
    position: static; } }

.rcc__motif-pos--top-left--gt {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 768px) {
    .rcc__motif-pos--top-left--gt {
      position: absolute;
      top: 0;
      bottom: auto;
      left: 0;
      right: auto;
      transform: translate(0, 0); } }

.rcc__motif-pos--top-center--gt {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 768px) {
    .rcc__motif-pos--top-center--gt {
      position: absolute;
      top: 0;
      left: 50%;
      bottom: auto;
      transform: translate(-50%, 0);
      text-align: center; } }

.rcc__motif-pos--top-right--gt {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 768px) {
    .rcc__motif-pos--top-right--gt {
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      transform: translateY(0);
      text-align: right; } }

.rcc__motif-pos--bottom-left--gt {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 768px) {
    .rcc__motif-pos--bottom-left--gt {
      position: absolute;
      bottom: 0;
      top: auto;
      left: 0;
      transform: translateY(0);
      text-align: left; } }

.rcc__motif-pos--bottom-center--gt {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 768px) {
    .rcc__motif-pos--bottom-center--gt {
      position: absolute;
      bottom: 0;
      left: 50%;
      top: auto;
      transform: translate(-50%, 0);
      text-align: center; } }

.rcc__motif-pos--bottom-right--gt {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 768px) {
    .rcc__motif-pos--bottom-right--gt {
      position: absolute;
      bottom: 0;
      right: 0;
      left: auto;
      top: auto;
      transform: translate(0); } }

@media screen and (min-width: 768px) {
  .rcc__play-btn-pos--0pc--gt {
    top: 0;
    bottom: auto;
    transform: translate(-50%, 0); } }

@media screen and (min-width: 768px) {
  .rcc__play-btn-pos--50pc--gt {
    top: 50%;
    bottom: auto; } }

@media screen and (min-width: 768px) {
  .rcc__play-btn-pos--100pc--gt {
    bottom: 0;
    top: auto;
    transform: translate(-50%, 0); } }

@media screen and (min-width: 520px) {
  .rcc__text-width--0--gp {
    width: 0%; }
    .rcc__text-width--0--gp .rcc__content__value-stacks {
      width: 1100%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--0--gp .rcc__content__value-stacks {
        width: 400%; } }

@media screen and (min-width: 520px) {
  .rcc__text-width--1--gp {
    width: 8.333%; }
    .rcc__text-width--1--gp .rcc__content__value-stacks {
      width: 1100%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--1--gp .rcc__content__value-stacks {
        width: 400%; } }

@media screen and (min-width: 520px) {
  .rcc__text-width--2--gp {
    width: 16.666%; }
    .rcc__text-width--2--gp .rcc__content__value-stacks {
      width: 550%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--2--gp .rcc__content__value-stacks {
        width: 200%; } }

@media screen and (min-width: 520px) {
  .rcc__text-width--3--gp {
    width: 24.999%; }
    .rcc__text-width--3--gp .rcc__content__value-stacks {
      width: 366.66667%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--3--gp .rcc__content__value-stacks {
        width: 133.33333%; } }

@media screen and (min-width: 520px) {
  .rcc__text-width--4--gp {
    width: 33.332%; }
    .rcc__text-width--4--gp .rcc__content__value-stacks {
      width: 275%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--4--gp .rcc__content__value-stacks {
        width: 100%; } }

@media screen and (min-width: 520px) {
  .rcc__text-width--5--gp {
    width: 41.665%; }
    .rcc__text-width--5--gp .rcc__content__value-stacks {
      width: 220%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--5--gp .rcc__content__value-stacks {
        width: 80%; } }

@media screen and (min-width: 520px) {
  .rcc__text-width--6--gp {
    width: 49.998%; }
    .rcc__text-width--6--gp .rcc__content__value-stacks {
      width: 183.33333%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--6--gp .rcc__content__value-stacks {
        width: 66.66667%; } }

@media screen and (min-width: 520px) {
  .rcc__text-width--7--gp {
    width: 58.331%; }
    .rcc__text-width--7--gp .rcc__content__value-stacks {
      width: 157.14286%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--7--gp .rcc__content__value-stacks {
        width: 57.14286%; } }

@media screen and (min-width: 520px) {
  .rcc__text-width--8--gp {
    width: 66.664%; }
    .rcc__text-width--8--gp .rcc__content__value-stacks {
      width: 137.5%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--8--gp .rcc__content__value-stacks {
        width: 50%; } }

@media screen and (min-width: 520px) {
  .rcc__text-width--9--gp {
    width: 74.997%; }
    .rcc__text-width--9--gp .rcc__content__value-stacks {
      width: 122.22222%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--9--gp .rcc__content__value-stacks {
        width: 44.44444%; } }

@media screen and (min-width: 520px) {
  .rcc__text-width--10--gp {
    width: 83.33%; }
    .rcc__text-width--10--gp .rcc__content__value-stacks {
      width: 110%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--10--gp .rcc__content__value-stacks {
        width: 40%; } }

@media screen and (min-width: 520px) {
  .rcc__text-width--11--gp {
    width: 91.663%; }
    .rcc__text-width--11--gp .rcc__content__value-stacks {
      width: 100%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--11--gp .rcc__content__value-stacks {
        width: 36.36364%; } }

@media screen and (min-width: 520px) {
  .rcc__text-width--12--gp {
    width: 99.996%; }
    .rcc__text-width--12--gp .rcc__content__value-stacks {
      width: 91.66667%; } }
    @media screen and (min-width: 520px) and (min-width: 768px) {
      .rcc__text-width--12--gp .rcc__content__value-stacks {
        width: 33.33333%; } }

@media screen and (min-width: 520px) {
  .rcc__text-offset--0--gp {
    position: relative;
    left: 0;
    right: auto; } }

@media screen and (min-width: 520px) {
  .rcc__text-offset--1--gp {
    position: relative;
    left: 8.333%;
    right: auto; } }

@media screen and (min-width: 520px) {
  .rcc__text-offset--2--gp {
    position: relative;
    left: 16.666%;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 520px) {
  .rcc__text-offset--3--gp {
    position: relative;
    left: 24.999%;
    right: auto; } }

@media screen and (min-width: 520px) {
  .rcc__text-offset--4--gp {
    position: relative;
    left: 33.332%;
    right: auto; } }

@media screen and (min-width: 520px) {
  .rcc__text-offset--5--gp {
    position: relative;
    left: 41.665%;
    right: auto; } }

@media screen and (min-width: 520px) {
  .rcc__text-offset--6--gp {
    position: relative;
    left: 49.998%;
    right: auto; } }

@media screen and (min-width: 520px) {
  .rcc__text-offset--7--gp {
    position: relative;
    left: 58.331%;
    right: auto;
    margin: 0 auto; } }

@media screen and (min-width: 520px) {
  .rcc__text-offset--8--gp {
    position: relative;
    left: 66.664%;
    right: 10%; } }

@media screen and (min-width: 520px) {
  .rcc__text-offset--9--gp {
    position: relative;
    left: 74.997%;
    right: 0; } }

@media screen and (min-width: 520px) {
  .rcc__text-align--left--gp {
    text-align: left; } }

@media screen and (min-width: 520px) {
  .rcc__text-align--center--gp {
    text-align: center; } }

@media screen and (min-width: 520px) {
  .rcc__text-align--right--gp {
    text-align: right; } }

@media screen and (min-width: 520px) {
  .rcc__text-pos--0--gp {
    position: absolute;
    top: 0;
    bottom: auto;
    transform: translateY(0); } }

@media screen and (min-width: 520px) {
  .rcc__text-pos--5--gp {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 520px) {
  .rcc__text-pos--10--gp {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: translate(0, 0); } }

@media screen and (min-width: 520px) {
  .rcc__motif-pos--in-line--gp {
    display: inline-block;
    position: static; } }

.rcc__motif-pos--top-left--gp {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 520px) {
    .rcc__motif-pos--top-left--gp {
      position: absolute;
      top: 0;
      bottom: auto;
      left: 0;
      right: auto;
      transform: translate(0, 0); } }

.rcc__motif-pos--top-center--gp {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 520px) {
    .rcc__motif-pos--top-center--gp {
      position: absolute;
      top: 0;
      left: 50%;
      bottom: auto;
      transform: translate(-50%, 0);
      text-align: center; } }

.rcc__motif-pos--top-right--gp {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 520px) {
    .rcc__motif-pos--top-right--gp {
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      transform: translateY(0);
      text-align: right; } }

.rcc__motif-pos--bottom-left--gp {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 520px) {
    .rcc__motif-pos--bottom-left--gp {
      position: absolute;
      bottom: 0;
      top: auto;
      left: 0;
      transform: translateY(0);
      text-align: left; } }

.rcc__motif-pos--bottom-center--gp {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 520px) {
    .rcc__motif-pos--bottom-center--gp {
      position: absolute;
      bottom: 0;
      left: 50%;
      top: auto;
      transform: translate(-50%, 0);
      text-align: center; } }

.rcc__motif-pos--bottom-right--gp {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 520px) {
    .rcc__motif-pos--bottom-right--gp {
      position: absolute;
      bottom: 0;
      right: 0;
      left: auto;
      top: auto;
      transform: translate(0); } }

@media screen and (min-width: 520px) {
  .rcc__play-btn-pos--0pc--gp {
    top: 0;
    bottom: auto;
    transform: translate(-50%, 0); } }

@media screen and (min-width: 520px) {
  .rcc__play-btn-pos--50pc--gp {
    top: 50%;
    bottom: auto; } }

@media screen and (min-width: 520px) {
  .rcc__play-btn-pos--100pc--gp {
    bottom: 0;
    top: auto;
    transform: translate(-50%, 0); } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--0--gtw {
    width: 0%; }
    .rcc__text-width--0--gtw .rcc__content__value-stacks {
      width: 1100%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--0--gtw .rcc__content__value-stacks {
        width: 400%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--1--gtw {
    width: 8.333%; }
    .rcc__text-width--1--gtw .rcc__content__value-stacks {
      width: 1100%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--1--gtw .rcc__content__value-stacks {
        width: 400%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--2--gtw {
    width: 16.666%; }
    .rcc__text-width--2--gtw .rcc__content__value-stacks {
      width: 550%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--2--gtw .rcc__content__value-stacks {
        width: 200%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--3--gtw {
    width: 24.999%; }
    .rcc__text-width--3--gtw .rcc__content__value-stacks {
      width: 366.66667%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--3--gtw .rcc__content__value-stacks {
        width: 133.33333%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--4--gtw {
    width: 33.332%; }
    .rcc__text-width--4--gtw .rcc__content__value-stacks {
      width: 275%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--4--gtw .rcc__content__value-stacks {
        width: 100%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--5--gtw {
    width: 41.665%; }
    .rcc__text-width--5--gtw .rcc__content__value-stacks {
      width: 220%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--5--gtw .rcc__content__value-stacks {
        width: 80%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--6--gtw {
    width: 49.998%; }
    .rcc__text-width--6--gtw .rcc__content__value-stacks {
      width: 183.33333%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--6--gtw .rcc__content__value-stacks {
        width: 66.66667%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--7--gtw {
    width: 58.331%; }
    .rcc__text-width--7--gtw .rcc__content__value-stacks {
      width: 157.14286%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--7--gtw .rcc__content__value-stacks {
        width: 57.14286%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--8--gtw {
    width: 66.664%; }
    .rcc__text-width--8--gtw .rcc__content__value-stacks {
      width: 137.5%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--8--gtw .rcc__content__value-stacks {
        width: 50%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--9--gtw {
    width: 74.997%; }
    .rcc__text-width--9--gtw .rcc__content__value-stacks {
      width: 122.22222%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--9--gtw .rcc__content__value-stacks {
        width: 44.44444%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--10--gtw {
    width: 83.33%; }
    .rcc__text-width--10--gtw .rcc__content__value-stacks {
      width: 110%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--10--gtw .rcc__content__value-stacks {
        width: 40%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--11--gtw {
    width: 91.663%; }
    .rcc__text-width--11--gtw .rcc__content__value-stacks {
      width: 100%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--11--gtw .rcc__content__value-stacks {
        width: 36.36364%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-width--12--gtw {
    width: 99.996%; }
    .rcc__text-width--12--gtw .rcc__content__value-stacks {
      width: 91.66667%; } }
    @media screen and (min-width: 1024px) and (min-width: 768px) {
      .rcc__text-width--12--gtw .rcc__content__value-stacks {
        width: 33.33333%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-offset--0--gtw {
    position: relative;
    left: 0;
    right: auto; } }

@media screen and (min-width: 1024px) {
  .rcc__text-offset--1--gtw {
    position: relative;
    left: 8.333%;
    right: auto; } }

@media screen and (min-width: 1024px) {
  .rcc__text-offset--2--gtw {
    position: relative;
    left: 16.666%;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  .rcc__text-offset--3--gtw {
    position: relative;
    left: 24.999%;
    right: auto; } }

@media screen and (min-width: 1024px) {
  .rcc__text-offset--4--gtw {
    position: relative;
    left: 33.332%;
    right: auto; } }

@media screen and (min-width: 1024px) {
  .rcc__text-offset--5--gtw {
    position: relative;
    left: 41.665%;
    right: auto; } }

@media screen and (min-width: 1024px) {
  .rcc__text-offset--6--gtw {
    position: relative;
    left: 49.998%;
    right: auto; } }

@media screen and (min-width: 1024px) {
  .rcc__text-offset--7--gtw {
    position: relative;
    left: 58.331%;
    right: auto;
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  .rcc__text-offset--8--gtw {
    position: relative;
    left: 66.664%;
    right: 10%; } }

@media screen and (min-width: 1024px) {
  .rcc__text-offset--9--gtw {
    position: relative;
    left: 74.997%;
    right: 0; } }

@media screen and (min-width: 1024px) {
  .rcc__text-align--left--gtw {
    text-align: left; } }

@media screen and (min-width: 1024px) {
  .rcc__text-align--center--gtw {
    text-align: center; } }

@media screen and (min-width: 1024px) {
  .rcc__text-align--right--gtw {
    text-align: right; } }

@media screen and (min-width: 1024px) {
  .rcc__text-pos--0--gtw {
    position: absolute;
    top: 0;
    bottom: auto;
    transform: translateY(0); } }

@media screen and (min-width: 1024px) {
  .rcc__text-pos--5--gtw {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 1024px) {
  .rcc__text-pos--10--gtw {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: translate(0, 0); } }

@media screen and (min-width: 1024px) {
  .rcc__motif-pos--in-line--gtw {
    display: inline-block;
    position: static; } }

.rcc__motif-pos--top-left--gtw {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 1024px) {
    .rcc__motif-pos--top-left--gtw {
      position: absolute;
      top: 0;
      bottom: auto;
      left: 0;
      right: auto;
      transform: translate(0, 0); } }

.rcc__motif-pos--top-center--gtw {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 1024px) {
    .rcc__motif-pos--top-center--gtw {
      position: absolute;
      top: 0;
      left: 50%;
      bottom: auto;
      transform: translate(-50%, 0);
      text-align: center; } }

.rcc__motif-pos--top-right--gtw {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 1024px) {
    .rcc__motif-pos--top-right--gtw {
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      transform: translateY(0);
      text-align: right; } }

.rcc__motif-pos--bottom-left--gtw {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 1024px) {
    .rcc__motif-pos--bottom-left--gtw {
      position: absolute;
      bottom: 0;
      top: auto;
      left: 0;
      transform: translateY(0);
      text-align: left; } }

.rcc__motif-pos--bottom-center--gtw {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 1024px) {
    .rcc__motif-pos--bottom-center--gtw {
      position: absolute;
      bottom: 0;
      left: 50%;
      top: auto;
      transform: translate(-50%, 0);
      text-align: center; } }

.rcc__motif-pos--bottom-right--gtw {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 1024px) {
    .rcc__motif-pos--bottom-right--gtw {
      position: absolute;
      bottom: 0;
      right: 0;
      left: auto;
      top: auto;
      transform: translate(0); } }

@media screen and (min-width: 1024px) {
  .rcc__play-btn-pos--0pc--gtw {
    top: 0;
    bottom: auto;
    transform: translate(-50%, 0); } }

@media screen and (min-width: 1024px) {
  .rcc__play-btn-pos--50pc--gtw {
    top: 50%;
    bottom: auto; } }

@media screen and (min-width: 1024px) {
  .rcc__play-btn-pos--100pc--gtw {
    bottom: 0;
    top: auto;
    transform: translate(-50%, 0); } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--0--gd {
    width: 0%; }
    .rcc__text-width--0--gd .rcc__content__value-stacks {
      width: 1100%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--0--gd .rcc__content__value-stacks {
        width: 400%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--1--gd {
    width: 8.333%; }
    .rcc__text-width--1--gd .rcc__content__value-stacks {
      width: 1100%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--1--gd .rcc__content__value-stacks {
        width: 400%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--2--gd {
    width: 16.666%; }
    .rcc__text-width--2--gd .rcc__content__value-stacks {
      width: 550%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--2--gd .rcc__content__value-stacks {
        width: 200%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--3--gd {
    width: 24.999%; }
    .rcc__text-width--3--gd .rcc__content__value-stacks {
      width: 366.66667%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--3--gd .rcc__content__value-stacks {
        width: 133.33333%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--4--gd {
    width: 33.332%; }
    .rcc__text-width--4--gd .rcc__content__value-stacks {
      width: 275%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--4--gd .rcc__content__value-stacks {
        width: 100%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--5--gd {
    width: 41.665%; }
    .rcc__text-width--5--gd .rcc__content__value-stacks {
      width: 220%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--5--gd .rcc__content__value-stacks {
        width: 80%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--6--gd {
    width: 49.998%; }
    .rcc__text-width--6--gd .rcc__content__value-stacks {
      width: 183.33333%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--6--gd .rcc__content__value-stacks {
        width: 66.66667%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--7--gd {
    width: 58.331%; }
    .rcc__text-width--7--gd .rcc__content__value-stacks {
      width: 157.14286%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--7--gd .rcc__content__value-stacks {
        width: 57.14286%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--8--gd {
    width: 66.664%; }
    .rcc__text-width--8--gd .rcc__content__value-stacks {
      width: 137.5%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--8--gd .rcc__content__value-stacks {
        width: 50%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--9--gd {
    width: 74.997%; }
    .rcc__text-width--9--gd .rcc__content__value-stacks {
      width: 122.22222%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--9--gd .rcc__content__value-stacks {
        width: 44.44444%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--10--gd {
    width: 83.33%; }
    .rcc__text-width--10--gd .rcc__content__value-stacks {
      width: 110%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--10--gd .rcc__content__value-stacks {
        width: 40%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--11--gd {
    width: 91.663%; }
    .rcc__text-width--11--gd .rcc__content__value-stacks {
      width: 100%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--11--gd .rcc__content__value-stacks {
        width: 36.36364%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-width--12--gd {
    width: 99.996%; }
    .rcc__text-width--12--gd .rcc__content__value-stacks {
      width: 91.66667%; } }
    @media screen and (min-width: 1280px) and (min-width: 768px) {
      .rcc__text-width--12--gd .rcc__content__value-stacks {
        width: 33.33333%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-offset--0--gd {
    position: relative;
    left: 0;
    right: auto; } }

@media screen and (min-width: 1280px) {
  .rcc__text-offset--1--gd {
    position: relative;
    left: 8.333%;
    right: auto; } }

@media screen and (min-width: 1280px) {
  .rcc__text-offset--2--gd {
    position: relative;
    left: 16.666%;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 1280px) {
  .rcc__text-offset--3--gd {
    position: relative;
    left: 24.999%;
    right: auto; } }

@media screen and (min-width: 1280px) {
  .rcc__text-offset--4--gd {
    position: relative;
    left: 33.332%;
    right: auto; } }

@media screen and (min-width: 1280px) {
  .rcc__text-offset--5--gd {
    position: relative;
    left: 41.665%;
    right: auto; } }

@media screen and (min-width: 1280px) {
  .rcc__text-offset--6--gd {
    position: relative;
    left: 49.998%;
    right: auto; } }

@media screen and (min-width: 1280px) {
  .rcc__text-offset--7--gd {
    position: relative;
    left: 58.331%;
    right: auto;
    margin: 0 auto; } }

@media screen and (min-width: 1280px) {
  .rcc__text-offset--8--gd {
    position: relative;
    left: 66.664%;
    right: 10%; } }

@media screen and (min-width: 1280px) {
  .rcc__text-offset--9--gd {
    position: relative;
    left: 74.997%;
    right: 0; } }

@media screen and (min-width: 1280px) {
  .rcc__text-align--left--gd {
    text-align: left; } }

@media screen and (min-width: 1280px) {
  .rcc__text-align--center--gd {
    text-align: center; } }

@media screen and (min-width: 1280px) {
  .rcc__text-align--right--gd {
    text-align: right; } }

@media screen and (min-width: 1280px) {
  .rcc__text-pos--0--gd {
    position: absolute;
    top: 0;
    bottom: auto;
    transform: translateY(0); } }

@media screen and (min-width: 1280px) {
  .rcc__text-pos--5--gd {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); } }

@media screen and (min-width: 1280px) {
  .rcc__text-pos--10--gd {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: translate(0, 0); } }

@media screen and (min-width: 1280px) {
  .rcc__motif-pos--in-line--gd {
    display: inline-block;
    position: static; } }

.rcc__motif-pos--top-left--gd {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 1280px) {
    .rcc__motif-pos--top-left--gd {
      position: absolute;
      top: 0;
      bottom: auto;
      left: 0;
      right: auto;
      transform: translate(0, 0); } }

.rcc__motif-pos--top-center--gd {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 1280px) {
    .rcc__motif-pos--top-center--gd {
      position: absolute;
      top: 0;
      left: 50%;
      bottom: auto;
      transform: translate(-50%, 0);
      text-align: center; } }

.rcc__motif-pos--top-right--gd {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 1280px) {
    .rcc__motif-pos--top-right--gd {
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      transform: translateY(0);
      text-align: right; } }

.rcc__motif-pos--bottom-left--gd {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 1280px) {
    .rcc__motif-pos--bottom-left--gd {
      position: absolute;
      bottom: 0;
      top: auto;
      left: 0;
      transform: translateY(0);
      text-align: left; } }

.rcc__motif-pos--bottom-center--gd {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 1280px) {
    .rcc__motif-pos--bottom-center--gd {
      position: absolute;
      bottom: 0;
      left: 50%;
      top: auto;
      transform: translate(-50%, 0);
      text-align: center; } }

.rcc__motif-pos--bottom-right--gd {
  display: inline-block;
  position: static; }
  @media screen and (min-width: 1280px) {
    .rcc__motif-pos--bottom-right--gd {
      position: absolute;
      bottom: 0;
      right: 0;
      left: auto;
      top: auto;
      transform: translate(0); } }

@media screen and (min-width: 1280px) {
  .rcc__play-btn-pos--0pc--gd {
    top: 0;
    bottom: auto;
    transform: translate(-50%, 0); } }

@media screen and (min-width: 1280px) {
  .rcc__play-btn-pos--50pc--gd {
    top: 50%;
    bottom: auto; } }

@media screen and (min-width: 1280px) {
  .rcc__play-btn-pos--100pc--gd {
    bottom: 0;
    top: auto;
    transform: translate(-50%, 0); } }

@media screen and (min-width: 768px) {
  .rcc__motif-pos--top-left--gt, .rcc__motif-pos--bottom-left--gt {
    margin-left: 50px; } }

@media screen and (min-width: 1024px) {
  .rcc__motif-pos--top-left--gt, .rcc__motif-pos--bottom-left--gt {
    margin-left: 0; } }

@media screen and (min-width: 768px) {
  .rcc__motif-pos--top-right--gt, .rcc__motif-pos--bottom-right--gt {
    margin-right: 50px; } }

@media screen and (min-width: 1024px) {
  .rcc__motif-pos--top-right--gt, .rcc__motif-pos--bottom-right--gt {
    margin-left: 0; } }

.rcc__layout .rcc__image.rcc__motif-pos--bottom-left--gtw,
.rcc__layout .rcc__image.rcc__motif-pos--bottom-middle--gtw,
.rcc__layout .rcc__image.rcc__motif-pos--bottom-right--gtw,
.rcc__layout .rcc__image.rcc__motif-pos--top-left--gtw,
.rcc__layout .rcc__image.rcc__motif-pos--top-middle--gtw,
.rcc__layout .rcc__image.rcc__motif-pos--top-right--gtw {
  display: none; }
  @media screen and (min-width: 1024px) {
    .rcc__layout .rcc__image.rcc__motif-pos--bottom-left--gtw,
    .rcc__layout .rcc__image.rcc__motif-pos--bottom-middle--gtw,
    .rcc__layout .rcc__image.rcc__motif-pos--bottom-right--gtw,
    .rcc__layout .rcc__image.rcc__motif-pos--top-left--gtw,
    .rcc__layout .rcc__image.rcc__motif-pos--top-middle--gtw,
    .rcc__layout .rcc__image.rcc__motif-pos--top-right--gtw {
      display: inline-block; } }

.rcc__body__inner .rcc__image.rcc__motif-pos--bottom-left--gtw,
.rcc__body__inner .rcc__image.rcc__motif-pos--bottom-middle--gtw,
.rcc__body__inner .rcc__image.rcc__motif-pos--bottom-right--gtw,
.rcc__body__inner .rcc__image.rcc__motif-pos--top-left--gtw,
.rcc__body__inner .rcc__image.rcc__motif-pos--top-middle--gtw,
.rcc__body__inner .rcc__image.rcc__motif-pos--top-right--gtw {
  display: inline-block; }
  @media screen and (min-width: 1024px) {
    .rcc__body__inner .rcc__image.rcc__motif-pos--bottom-left--gtw,
    .rcc__body__inner .rcc__image.rcc__motif-pos--bottom-middle--gtw,
    .rcc__body__inner .rcc__image.rcc__motif-pos--bottom-right--gtw,
    .rcc__body__inner .rcc__image.rcc__motif-pos--top-left--gtw,
    .rcc__body__inner .rcc__image.rcc__motif-pos--top-middle--gtw,
    .rcc__body__inner .rcc__image.rcc__motif-pos--top-right--gtw {
      display: none; } }

.rcc__title-size--heading_1 {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-top: 0; }
  .dyson-th.primary .rcc__title-size--heading_1 {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .rcc__title-size--heading_1 {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .rcc__title-size--heading_1, .dyson-sa.rtl .rcc__title-size--heading_1 {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .rcc__title-size--heading_1 {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .rcc__title-size--heading_1 {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 768px) {
    .rcc__title-size--heading_1 {
      font-size: 36px;
      line-height: 44px; } }
  @media screen and (min-width: 1024px) {
    .rcc__title-size--heading_1 {
      font-size: 44px;
      line-height: 52px; } }

.rcc__title-size--heading_2 {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 12px;
  margin-top: 0; }
  .dyson-th.primary .rcc__title-size--heading_2 {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .rcc__title-size--heading_2 {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .rcc__title-size--heading_2, .dyson-sa.rtl .rcc__title-size--heading_2 {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .rcc__title-size--heading_2 {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .rcc__title-size--heading_2 {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 768px) {
    .rcc__title-size--heading_2 {
      font-size: 32px;
      line-height: 40px; } }
  @media screen and (min-width: 1024px) {
    .rcc__title-size--heading_2 {
      font-size: 36px;
      line-height: 44px; } }

.rcc__title-size--heading_3 {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0; }
  .dyson-th.primary .rcc__title-size--heading_3 {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .rcc__title-size--heading_3 {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .rcc__title-size--heading_3, .dyson-sa.rtl .rcc__title-size--heading_3 {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .rcc__title-size--heading_3 {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .rcc__title-size--heading_3 {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 768px) {
    .rcc__title-size--heading_3 {
      font-size: 28px;
      line-height: 36px; } }
  @media screen and (min-width: 1024px) {
    .rcc__title-size--heading_3 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 12px; } }

.rcc__title-size--heading_4 {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 8px;
  margin-top: 0; }
  .dyson-th.primary .rcc__title-size--heading_4 {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .rcc__title-size--heading_4 {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .rcc__title-size--heading_4, .dyson-sa.rtl .rcc__title-size--heading_4 {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .rcc__title-size--heading_4 {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .rcc__title-size--heading_4 {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 768px) {
    .rcc__title-size--heading_4 {
      font-size: 24px;
      line-height: 32px; } }
  @media screen and (min-width: 1024px) {
    .rcc__title-size--heading_4 {
      font-size: 28px;
      line-height: 36px; } }

.rcc__title-size--heading_5 {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: 400; }
  .dyson-th.primary .rcc__title-size--heading_5 {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .rcc__title-size--heading_5 {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .rcc__title-size--heading_5, .dyson-sa.rtl .rcc__title-size--heading_5 {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .rcc__title-size--heading_5 {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .rcc__title-size--heading_5 {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 768px) {
    .rcc__title-size--heading_5 {
      font-size: 22px;
      line-height: 28px; } }
  @media screen and (min-width: 1024px) {
    .rcc__title-size--heading_5 {
      font-size: 24px;
      line-height: 32px; } }

.rcc__title-size--heading_6 {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: 500; }
  .dyson-th.primary .rcc__title-size--heading_6 {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .rcc__title-size--heading_6 {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .rcc__title-size--heading_6, .dyson-sa.rtl .rcc__title-size--heading_6 {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .rcc__title-size--heading_6 {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .rcc__title-size--heading_6 {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 768px) {
    .rcc__title-size--heading_6 {
      font-size: 16px;
      line-height: 24px; } }
  @media screen and (min-width: 1024px) {
    .rcc__title-size--heading_6 {
      font-size: 18px;
      line-height: 28px; } }

.rcc__title-size--large_paragraph {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px; }
  @media screen and (min-width: 768px) {
    .rcc__title-size--large_paragraph {
      font-size: 16px;
      line-height: 24px; } }
  @media screen and (min-width: 1024px) {
    .rcc__title-size--large_paragraph {
      font-size: 18px;
      line-height: 28px; } }

.rcc__title-size--paragraph {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 8px; }
  .dyson-th.primary .rcc__title-size--paragraph {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .rcc__title-size--paragraph {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .rcc__title-size--paragraph, .dyson-sa.rtl .rcc__title-size--paragraph {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .rcc__title-size--paragraph {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .rcc__title-size--paragraph {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 1024px) {
    .rcc__title-size--paragraph {
      font-size: 16px; } }

.rcc__title-size--typography_body_fine {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 8px; }
  @media screen and (min-width: 1024px) {
    .rcc__title-size--typography_body_fine {
      font-size: 16px; } }

.rcc--divider_line_top {
  border-top: 1px solid #ececec; }

.rcc--divider_line_bottom {
  border-bottom: 1px solid #ececec; }

.rcc__cta--arrow-link {
  margin-top: 1em; }

.rcc__cta--arrow-link--right {
  float: right; }

.rcc__cta--button-link {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .rcc__cta--button-link {
      width: auto; } }

.rcc__cta--button-link--50pc {
  width: 100%;
  max-width: 100%;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .rcc__cta--button-link--50pc {
      width: auto;
      max-width: 46%;
      display: inline-block;
      margin-right: 10px; }
      .dyson-ro .rcc__cta--button-link--50pc {
        max-width: 50%; } }

.rcc__icon-link {
  display: flex; }

.rcc__roundal {
  flex-shrink: 0; }
  body.rtl .rcc__roundal {
    margin-left: 10px; }

.rcc__caveat {
  display: block; }

.rich-content-component {
  position: relative;
  overflow: hidden; }
  .rich-content-component video {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    z-index: 0;
    background-size: cover;
    overflow: hidden;
    object-fit: cover; }

.rich-content-component--partials {
  display: block; }
  @media screen and (min-width: 768px) {
    .rich-content-component--partials {
      display: flex; } }

.rcc__layout {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1280px;
  padding-left: 25px;
  padding-right: 25px;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .rcc__layout {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (min-width: 1024px) {
    .rcc__layout {
      width: 90%; } }
  @media screen and (min-width: 1280px) {
    .rcc__layout {
      padding-left: 15px;
      padding-right: 20px;
      box-sizing: border-box; } }
  @media screen and (min-width: 1440px) {
    .rcc__layout {
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
      max-width: 1270px; } }
  @media screen and (min-width: 768px) {
    .rcc__layout {
      position: relative;
      margin: 0 auto; } }

.rcc__body__inner {
  position: relative;
  height: 100%; }

@media screen and (min-width: 0) {
  .rcc__content {
    font-size: 16px;
    font-size: 1rem; } }

@media screen and (min-width: 1024px) {
  .rcc__content {
    font-size: 20px;
    font-size: 1.25rem; } }

@media screen and (min-width: 480px) {
  .rcc__content {
    max-width: 100%; } }

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

.rcc__body, .rcc__body--partial {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .rtl .rcc__body, .rtl .rcc__body--partial {
    top: 0;
    left: 0; }

@media screen and (min-width: 768px) {
  .rcc__body--partial {
    width: 50%; } }

@media screen and (min-width: 768px) {
  .rcc__media--partial {
    width: 50%; } }

.rcc__body--inline--g {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .rcc__body--inline--g {
      position: absolute; } }

@media screen and (min-width: 1024px) {
  .rcc__body.rcc__body--inline--g .rcc__content, .rcc__body--inline--g.rcc__body--partial .rcc__content {
    position: absolute; } }

.rcc__media {
  min-height: 1%; }
  .rcc__media .roundal__icon .icon {
    fill: #fff;
    position: relative;
    top: 2px;
    left: 50%;
    width: 2.3em;
    height: 2.3em;
    cursor: pointer;
    transform: translate(-40%, 0); }
  .rcc__media .roundal--light {
    background: rgba(255, 255, 255, 0.2); }

.rcc__button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 100%; }
  .rcc__button:hover {
    background: none;
    border: none; }

.rcc__button .rcc__body, .rcc__button .rcc__body--partial {
  display: flex;
  flex-direction: column; }

.rcc__button--50pc {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .rcc__button--50pc {
      width: 50%; } }
  .rcc__button--50pc:hover {
    background: none;
    border: none;
    padding: 0; }
  .rcc__button--50pc .g-col {
    padding: 0; }

@media screen and (min-width: 640px) {
  .gol-col-1-2--100pc {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .gol-col-1-2--100pc {
    width: 50% !important; } }

@media screen and (min-width: 768px) {
  .gpw-col,
  [class*="gpw-col"] {
    width: 50% !important; } }

.rcc__content--2.rcc__text-pos--below--g {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px; }

.rcc__body--50pc {
  position: relative;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 1024px) {
    .rcc__body--50pc {
      width: 50%;
      height: 100%;
      display: inline-block;
      position: absolute; } }

.rcc__body--50pc--right {
  position: relative;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .rcc__body--50pc--right {
      width: 50%;
      height: 100%;
      display: inline-block;
      position: absolute;
      right: 0;
      left: auto; } }

@media screen and (min-width: 768px) {
  .rcc__body--vert-bottom--50pc {
    z-index: 1;
    width: 100%;
    height: 50%;
    bottom: 0;
    display: block; } }

@media screen and (min-width: 768px) {
  .rcc__body--vertical--50pc {
    z-index: 1;
    width: 100%;
    height: 50%;
    display: block; } }

.rcc__body--vertical--50pc.rcc__body--inline--g.js-rcc__body-bg-override,
.rcc__body--vert-bottom--50pc.rcc__body--inline--g.js-rcc__body-bg-override {
  position: relative; }
  @media screen and (min-width: 768px) {
    .rcc__body--vertical--50pc.rcc__body--inline--g.js-rcc__body-bg-override,
    .rcc__body--vert-bottom--50pc.rcc__body--inline--g.js-rcc__body-bg-override {
      position: absolute; } }

.rcc__content--prefix {
  margin: 0; }

.rich-content-component .row--minuscule {
  padding-top: 40px; }

.rich-content-component .row--minuscule--rcc--below {
  padding-top: 0; }

.row--minuscule--rcc--above {
  padding-top: 40px; }

.row--minuscule--rcc {
  padding-bottom: 0;
  padding-top: 40px; }

.rich-content-component .row--minuscule {
  padding-top: 40px; }

.row--minuscule--rcc--below {
  padding-top: 0;
  padding-bottom: 40px; }

.g-col.gpw-col-1-2--100pc.gpw-col-1-2--100pc--in-line-video {
  width: 100%; }

.icon-link.rcc__icon-link {
  display: inline-flex; }

.rcc__body--inline--g.rcc__body--mobile--below,
.rcc__body__inline--g.rcc__body--tablet--below,
.rcc__body__inline--g.rcc__body--desktop--below {
  position: relative; }

@media screen and (min-width: 1024px) {
  .rcc__body--inline--g.rcc__body--desktop--top,
  .rcc__body--inline--g.rcc__body--desktop--middle,
  .rcc__body--inline--g.rcc__body--desktop--bottom {
    position: absolute; } }

@media screen and (min-width: 768px) {
  .rcc__body--inline--g.rcc__body--tablet--top,
  .rcc__body--inline--g.rcc__body--tablet--middle,
  .rcc__body--inline--g.rcc__body--tablet--bottom {
    position: absolute; } }

.rcc__body--inline--g.rcc__body--mobile--top,
.rcc__body--inline--g.rcc__body--mobile--middle,
.rcc__body--inline--g.rcc__body--mobile--bottom {
  position: absolute; }

.row--minuscule--rcc--above--mobile {
  padding-top: 40px; }

@media screen and (min-width: 768px) {
  .row--minuscule--rcc--above--tablet {
    padding-top: 40px; } }

@media screen and (min-width: 1024px) {
  .row--minuscule--rcc--above--desktop {
    padding-top: 40px; } }

.row--minuscule--rcc--below--mobile {
  padding-bottom: 40px;
  padding-top: 0; }

@media screen and (min-width: 768px) {
  .row--minuscule--rcc--below--tablet {
    padding-bottom: 40px;
    padding-top: 0; } }

@media screen and (min-width: 1024px) {
  .row--minuscule--rcc--below--desktop {
    padding-bottom: 40px;
    padding-top: 0; } }

.row--minuscule--rcc--mobile {
  padding-top: 40px;
  padding-bottom: 40px; }

@media screen and (min-width: 768px) {
  .row--minuscule--rcc--tablet {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media screen and (min-width: 1024px) {
  .row--minuscule--rcc--desktop {
    padding-top: 40px;
    padding-bottom: 40px; } }

.rcc__content__value-stacks {
  margin: 32px 0 6px; }
  @media screen and (min-width: 768px) {
    .rcc__content__value-stacks {
      margin: 40px 0 10px; } }
  @media screen and (min-width: 1024px) {
    .rcc__content__value-stacks {
      margin: 48px 0 14px; } }
  @media screen and (min-width: 1280px) {
    .rcc__content__value-stacks {
      margin: 40px 0 14px; } }

.rcc__content__value-stacks__feature {
  padding: 8px 0 8px;
  border-bottom: 1px solid; }
  @media screen and (min-width: 768px) {
    .rcc__content__value-stacks__feature {
      padding: 12px 0 12px; } }
  @media screen and (min-width: 1024px) {
    .rcc__content__value-stacks__feature {
      padding: 16px 0 16px; } }

.rcc__content__value-stacks__feature--first {
  padding-top: 0; }

.rcc__content__value-stacks__feature.rcc__content__value-stacks__feature--last {
  border-bottom: none;
  padding: 8px 0 0; }
  @media screen and (min-width: 768px) {
    .rcc__content__value-stacks__feature.rcc__content__value-stacks__feature--last {
      padding: 12px 0 0; } }
  @media screen and (min-width: 1024px) {
    .rcc__content__value-stacks__feature.rcc__content__value-stacks__feature--last {
      padding: 16px 0 0; } }

.rcc__body--mobile--below {
  order: 1; }

@media screen and (min-width: 768px) {
  .rcc__body--tablet--above {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    order: 0; } }

@media screen and (min-width: 1024px) {
  .rcc__body--tablet--above {
    position: absolute;
    height: 100%;
    max-height: 100%;
    top: auto;
    left: auto; } }

@media screen and (min-width: 768px) {
  .rcc__body--tablet--below {
    order: 1; } }

@media screen and (min-width: 1024px) {
  .rcc__body--desktop--below {
    order: 1;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .rcc__body--desktop--above {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 15em;
    z-index: 1;
    max-height: 25em;
    order: 0; } }

@media screen and (min-width: 1024px) {
  .row--minuscule--rcc--above--desktop {
    padding-top: 40px; } }

.flexbox-for-above-below {
  display: flex;
  flex-direction: column; }

.hedgehog.hedgehog-light-theme {
  background: #ffffff; }
  .hedgehog.hedgehog-light-theme .hedgehog_heading, .hedgehog.hedgehog-light-theme .hedgehog_sub_heading {
    color: #333333; }
  .hedgehog.hedgehog-light-theme .hedgehog-feature-action-block {
    border-top: 1px solid #EBEBEB; }
    .hedgehog.hedgehog-light-theme .hedgehog-feature-action-block .hedgehog-action {
      color: #333333; }
      .hedgehog.hedgehog-light-theme .hedgehog-feature-action-block .hedgehog-action .hedgehog-action-icon {
        fill: #333333; }
  .hedgehog.hedgehog-light-theme .line {
    background: #333333; }
    .hedgehog.hedgehog-light-theme .line .HotspotPlugin_Hotspot {
      background: #ffffff; }
      .hedgehog.hedgehog-light-theme .line .HotspotPlugin_Hotspot .Hotspot_ContentMessage {
        background: rgba(255, 255, 255, 0.74); }
        .hedgehog.hedgehog-light-theme .line .HotspotPlugin_Hotspot .Hotspot_ContentMessage .hedgehog_spikes_label, .hedgehog.hedgehog-light-theme .row--small .line .HotspotPlugin_Hotspot .Hotspot_ContentMessage .hedgehog_spikes_desp, .hedgehog.hedgehog-light-theme .line .HotspotPlugin_Hotspot .Hotspot_ContentMessage .hedgehog_spikes_desp {
          color: #333333; }
        .hedgehog.hedgehog-light-theme .line .HotspotPlugin_Hotspot .Hotspot_ContentMessage:hover {
          background: rgba(235, 235, 235, 0.74); }
    .hedgehog.hedgehog-light-theme .line .HotspotPlugin_Hotspot.active .Hotspot_ContentMessage {
      background: #333333; }
      .hedgehog.hedgehog-light-theme .line .HotspotPlugin_Hotspot.active .Hotspot_ContentMessage .hedgehog_spikes_label, .hedgehog.hedgehog-light-theme .row--small .line .HotspotPlugin_Hotspot.active .Hotspot_ContentMessage .hedgehog_spikes_desp, .hedgehog.hedgehog-light-theme .line .HotspotPlugin_Hotspot.active .Hotspot_ContentMessage .hedgehog_spikes_desp {
        color: #ffffff; }

.hedgehog.hedgehog-dark-theme {
  background: #000000; }
  .hedgehog.hedgehog-dark-theme .hedgehog_heading, .hedgehog.hedgehog-dark-theme .hedgehog_sub_heading {
    color: #ffffff; }
  .hedgehog.hedgehog-dark-theme .hedgehog-feature-action-block {
    border-top: 1px solid #333333; }
    .hedgehog.hedgehog-dark-theme .hedgehog-feature-action-block .hedgehog-action {
      color: #EBEBEB; }
      .hedgehog.hedgehog-dark-theme .hedgehog-feature-action-block .hedgehog-action .hedgehog-action-icon {
        fill: #ffffff; }
  .hedgehog.hedgehog-dark-theme .line {
    background: #ffffff; }
    .hedgehog.hedgehog-dark-theme .line .HotspotPlugin_Hotspot {
      background: #000000; }
      .hedgehog.hedgehog-dark-theme .line .HotspotPlugin_Hotspot .Hotspot_ContentMessage {
        background: rgba(0, 0, 0, 0.54); }
        .hedgehog.hedgehog-dark-theme .line .HotspotPlugin_Hotspot .Hotspot_ContentMessage .hedgehog_spikes_label, .hedgehog.hedgehog-dark-theme .row--small .line .HotspotPlugin_Hotspot .Hotspot_ContentMessage .hedgehog_spikes_desp, .hedgehog.hedgehog-dark-theme .line .HotspotPlugin_Hotspot .Hotspot_ContentMessage .hedgehog_spikes_desp {
          color: #ffffff; }
        .hedgehog.hedgehog-dark-theme .line .HotspotPlugin_Hotspot .Hotspot_ContentMessage:hover {
          background: rgba(85, 85, 85, 0.54); }
    .hedgehog.hedgehog-dark-theme .line .HotspotPlugin_Hotspot.active .Hotspot_ContentMessage {
      background: #ffffff; }
      .hedgehog.hedgehog-dark-theme .line .HotspotPlugin_Hotspot.active .Hotspot_ContentMessage .hedgehog_spikes_label, .hedgehog.hedgehog-dark-theme .row--small .line .HotspotPlugin_Hotspot.active .Hotspot_ContentMessage .hedgehog_spikes_desp, .hedgehog.hedgehog-dark-theme .line .HotspotPlugin_Hotspot.active .Hotspot_ContentMessage .hedgehog_spikes_desp {
        color: #333333; }

.hedgehog .row--small {
  padding: 48px 0; }
  @media screen and (min-width: 640px) {
    .hedgehog .row--small {
      padding: 40px 0; } }
  @media screen and (max-width: 640px) {
    .hedgehog .row--small {
      padding: 32px 0 14px; } }
  @media screen and (min-width: 1024px) {
    .hedgehog .row--small {
      padding: 48px 0; } }
  .hedgehog .row--small .hedgehog_heading {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0 0 12px; }
    @media screen and (min-width: 640px) {
      .hedgehog .row--small .hedgehog_heading {
        font-size: 32px;
        line-height: 40px; } }
    @media screen and (max-width: 640px) {
      .hedgehog .row--small .hedgehog_heading {
        font-size: 28px;
        line-height: 36px; } }
    @media screen and (min-width: 1024px) {
      .hedgehog .row--small .hedgehog_heading {
        font-size: 36px;
        line-height: 44px; } }
  .hedgehog .row--small .hedgehog_sub_heading {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0; }
    @media screen and (min-width: 640px) {
      .hedgehog .row--small .hedgehog_sub_heading {
        font-size: 24px;
        line-height: 32px; } }
    @media screen and (max-width: 640px) {
      .hedgehog .row--small .hedgehog_sub_heading {
        font-size: 20px;
        line-height: 28px; } }
    @media screen and (min-width: 1024px) {
      .hedgehog .row--small .hedgehog_sub_heading {
        font-size: 24px;
        line-height: 32px; } }
  .hedgehog .row--small .hedgehog-image {
    border: 0 !important;
    max-width: 731px;
    max-height: 731px;
    margin: 0 auto;
    text-align: center;
    overflow-x: hidden; }
    @media screen and (min-width: 640px) {
      .hedgehog .row--small .hedgehog-image {
        max-width: 721px;
        max-height: 721px; } }
    @media screen and (max-width: 640px) {
      .hedgehog .row--small .hedgehog-image {
        max-height: 320px;
        max-width: 320px; } }
    @media screen and (min-width: 1024px) {
      .hedgehog .row--small .hedgehog-image {
        max-width: 731px;
        max-height: 731px; } }
    .hedgehog .row--small .hedgehog-image > span.HotspotPlugin_Overlay {
      height: 100% !important;
      z-index: -1; }
    .hedgehog .row--small .hedgehog-image img {
      width: 100%;
      height: 100%; }
      @media screen and (min-width: 640px) {
        .hedgehog .row--small .hedgehog-image img {
          max-width: 721px;
          max-height: 721px; } }
      @media screen and (max-width: 640px) {
        .hedgehog .row--small .hedgehog-image img {
          max-height: 320px;
          max-width: 320px; } }
      @media screen and (min-width: 1024px) {
        .hedgehog .row--small .hedgehog-image img {
          max-width: 731px;
          max-height: 731px; } }
  .hedgehog .row--small .HotspotPlugin_Hotspot.spot {
    z-index: 10;
    display: none !important; }
  .hedgehog .row--small .line {
    display: none; }
    .hedgehog .row--small .line .HotspotPlugin_Hotspot {
      top: 40px; }
  .hedgehog .row--small .line .HotspotPlugin_Hotspot {
    width: auto;
    white-space: nowrap;
    height: auto !important; }
    .hedgehog .row--small .line .HotspotPlugin_Hotspot .Hotspot_ContentMessage {
      padding: 8px; }
    .hedgehog .row--small .line .HotspotPlugin_Hotspot .hedgehog_spikes_label, .hedgehog .row--small .line .HotspotPlugin_Hotspot .hedgehog_spikes_desp {
      display: block;
      text-align: left;
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      margin-bottom: 0 !important;
      text-decoration: underline;
      border-radius: 0.25rem 0.25rem 0 0; }
      @media screen and (min-width: 640px) {
        .hedgehog .row--small .line .HotspotPlugin_Hotspot .hedgehog_spikes_label, .hedgehog .row--small .line .HotspotPlugin_Hotspot .hedgehog_spikes_desp {
          font-size: 14px;
          line-height: 20px; } }
      @media screen and (max-width: 640px) {
        .hedgehog .row--small .line .HotspotPlugin_Hotspot .hedgehog_spikes_label, .hedgehog .row--small .line .HotspotPlugin_Hotspot .hedgehog_spikes_desp {
          font-size: 14px;
          line-height: 20px; } }
      @media screen and (min-width: 1024px) {
        .hedgehog .row--small .line .HotspotPlugin_Hotspot .hedgehog_spikes_label, .hedgehog .row--small .line .HotspotPlugin_Hotspot .hedgehog_spikes_desp {
          font-size: 16px;
          line-height: 24px; } }
    .hedgehog .row--small .line .HotspotPlugin_Hotspot .hedgehog_spikes_desp {
      opacity: 0;
      width: 0;
      height: 0;
      border-radius: 0 0 0.25rem 0.25rem; }
  .hedgehog .row--small .line .HotspotPlugin_Hotspot:has(> .Hotspot_ContentMessage_Unsaved) {
    display: none; }

.hedgehog .rtb-overlay-container .icon-info-set-section {
  padding-bottom: 0; }
  @media screen and (min-width: 640px) {
    .hedgehog .rtb-overlay-container .icon-info-set-section {
      padding-bottom: 0; } }
  @media screen and (max-width: 640px) {
    .hedgehog .rtb-overlay-container .icon-info-set-section {
      padding-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .hedgehog .rtb-overlay-container .icon-info-set-section {
      padding-bottom: 0; } }
  .hedgehog .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    padding: 0 36px 0 0; }
    @media screen and (min-width: 1024px) {
      .hedgehog .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper h3 {
        font-size: 18px;
        line-height: 28px; } }
    .rtl .hedgehog .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper h3 {
      padding: 0 0 0 36px; }
    .hedgehog .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper h3 span {
      padding-left: 0; }
  .hedgehog .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper .rtb-overlay-close-button {
    right: 0; }
    .rtl .hedgehog .rtb-overlay-container .icon-info-set-section .rtb-overlay-header .rtb-overlay-header-wrapper .rtb-overlay-close-button {
      right: auto;
      left: 0; }
  .hedgehog .rtb-overlay-container .icon-info-set-section .rtb-overlay-content p {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px; }
    @media screen and (min-width: 640px) {
      .hedgehog .rtb-overlay-container .icon-info-set-section .rtb-overlay-content p {
        font-size: 14px;
        line-height: 20px; } }
    @media screen and (max-width: 640px) {
      .hedgehog .rtb-overlay-container .icon-info-set-section .rtb-overlay-content p {
        font-size: 14px;
        line-height: 20px; } }
    @media screen and (min-width: 1024px) {
      .hedgehog .rtb-overlay-container .icon-info-set-section .rtb-overlay-content p {
        font-size: 16px;
        line-height: 24px; } }

.hedgehog .hedgehog-feature-action-block {
  display: none; }
  @media screen and (max-width: 640px) {
    .hedgehog .hedgehog-feature-action-block {
      display: flex;
      justify-content: space-between;
      margin: 14px 0 0; } }
  .hedgehog .hedgehog-feature-action-block .hedgehog-action {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    box-shadow: none;
    display: flex;
    align-items: center; }
    .hedgehog .hedgehog-feature-action-block .hedgehog-action.prev-btn {
      text-align: left;
      padding: 8px 8px 8px 3px;
      margin: 0 auto 0 0; }
      .hedgehog .hedgehog-feature-action-block .hedgehog-action.prev-btn .hedgehog-action-icon {
        height: 14px;
        width: 14px;
        transform: rotate(90deg); }
      .hedgehog .hedgehog-feature-action-block .hedgehog-action.prev-btn span {
        margin-left: 5px; }
    .hedgehog .hedgehog-feature-action-block .hedgehog-action.next-btn {
      text-align: right;
      padding: 8px 3px 8px 8px;
      margin: 0 0 0 auto; }
      .hedgehog .hedgehog-feature-action-block .hedgehog-action.next-btn .hedgehog-action-icon {
        height: 14px;
        width: 14px;
        transform: rotate(-90deg); }
      .hedgehog .hedgehog-feature-action-block .hedgehog-action.next-btn span {
        margin-right: 5px; }
  .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block {
    display: flex;
    border-top: 0;
    justify-content: space-between;
    padding: 8px 0 16px;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 640px) {
      .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block {
        padding: 8px 0 12px; } }
    @media screen and (max-width: 640px) {
      .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block {
        padding: 8px 0; } }
    @media screen and (min-width: 1024px) {
      .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block {
        padding: 8px 0 16px; } }
    .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action {
      margin-top: 0;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 24px;
      color: #333333 !important; }
      .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.prev-btn {
        text-align: left;
        padding: 8px;
        margin: 0 auto 0 0; }
        @media screen and (min-width: 640px) {
          .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.prev-btn {
            font-size: 14px;
            line-height: 20px; } }
        @media screen and (max-width: 640px) {
          .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.prev-btn {
            font-size: 14px;
            line-height: 20px; } }
        @media screen and (min-width: 1024px) {
          .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.prev-btn {
            font-size: 16px;
            line-height: 24px; } }
        .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.prev-btn.disablePrevFeatureBtn {
          display: none !important; }
        .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.prev-btn .hedgehog-action-icon {
          height: 18px;
          width: 18px;
          fill: #333333; }
          @media screen and (min-width: 640px) {
            .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.prev-btn .hedgehog-action-icon {
              height: 14px;
              width: 14px; } }
          @media screen and (max-width: 640px) {
            .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.prev-btn .hedgehog-action-icon {
              height: 14px;
              width: 14px; } }
          @media screen and (min-width: 1024px) {
            .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.prev-btn .hedgehog-action-icon {
              height: 18px;
              width: 18px; } }
          .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.prev-btn .hedgehog-action-icon .hedgehog-action-icon {
            height: 18px;
            width: 18px; }
        .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.prev-btn span {
          margin-left: 5px; }
      .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.next-btn {
        text-align: center;
        padding: 8px;
        margin: 0 0 0 auto; }
        @media screen and (min-width: 640px) {
          .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.next-btn {
            font-size: 14px;
            line-height: 20px; } }
        @media screen and (max-width: 640px) {
          .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.next-btn {
            font-size: 14px;
            line-height: 20px; } }
        @media screen and (min-width: 1024px) {
          .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.next-btn {
            font-size: 16px;
            line-height: 24px; } }
        .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.next-btn.disableNextFeatureBtn {
          display: none !important; }
        .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.next-btn .hedgehog-action-icon {
          height: 18px;
          width: 18px;
          fill: #333333; }
          @media screen and (min-width: 640px) {
            .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.next-btn .hedgehog-action-icon {
              height: 14px;
              width: 14px; } }
          @media screen and (max-width: 640px) {
            .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.next-btn .hedgehog-action-icon {
              height: 14px;
              width: 14px; } }
          @media screen and (min-width: 1024px) {
            .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.next-btn .hedgehog-action-icon {
              height: 18px;
              width: 18px; } }
          .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.next-btn .hedgehog-action-icon .hedgehog-action-icon {
            height: 18px;
            width: 18px; }
        .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .hedgehog-action.next-btn span {
          margin-right: 5px; }

.hedgehog .rtb-overlay {
  z-index: 10000000; }

.bcFloat {
  left: auto !important;
  right: 0; }

.rtl .hedgehog-image {
  direction: ltr; }

.rtl .row--small .line .HotspotPlugin_Hotspot .hedgehog_spikes_label, .rtl .hedgehog .row--small .line .HotspotPlugin_Hotspot .hedgehog_spikes_desp, .hedgehog .rtl .row--small .line .HotspotPlugin_Hotspot .hedgehog_spikes_desp {
  text-align: right; }

.rtl .hedgehog .hedgehog-feature-action-block .prev-btn {
  margin: 0 0 0 auto; }
  .rtl .hedgehog .hedgehog-feature-action-block .prev-btn .hedgehog-action-icon {
    transform: rotate(-90deg); }
  .rtl .hedgehog .hedgehog-feature-action-block .prev-btn span {
    margin-left: 0;
    margin-right: 5px; }

.rtl .hedgehog .hedgehog-feature-action-block .next-btn {
  margin: 0 auto 0 0; }
  .rtl .hedgehog .hedgehog-feature-action-block .next-btn .hedgehog-action-icon {
    transform: rotate(90deg); }
  .rtl .hedgehog .hedgehog-feature-action-block .next-btn span {
    margin-left: 5px;
    margin-right: 0px; }

.rtl .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .prev-btn {
  margin: 0 0 0 auto; }
  .rtl .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .prev-btn .hedgehog-action-icon {
    transform: rotate(-90deg); }
  .rtl .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .prev-btn span {
    margin-left: 0;
    margin-right: 5px; }

.rtl .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .next-btn {
  margin: 0 auto 0 0; }
  .rtl .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .next-btn .hedgehog-action-icon {
    transform: rotate(90deg); }
  .rtl .hedgehog .hedgehog-feature-action-block.hedgehog-modal-action-block .next-btn span {
    margin-left: 5px;
    margin-right: 0px; }

.rcc__layout .cms-home-badge {
  color: #fff;
  background-color: #0066CC;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
  justify-content: center;
  padding: 0 8px; }
  .rcc__layout .cms-home-badge + .rcc__image {
    margin-top: 10px;
    display: flex; }
  @media screen and (min-width: 768px) {
    .rcc__layout .cms-home-badge {
      font-size: 12px;
      line-height: 24px;
      margin-bottom: 10px; }
      .rcc__layout .cms-home-badge + .rcc__image {
        margin-top: 10px;
        display: flex; } }
  @media screen and (min-width: 1024px) {
    .rcc__layout .cms-home-badge {
      font-size: 14px;
      line-height: 28px;
      margin-bottom: 14px;
      padding: 0 12px; }
      .rcc__layout .cms-home-badge + .rcc__image {
        margin-top: 10px;
        display: flex; } }

.horizontal_links-wrapper .horizontal_links_content {
  padding: 16px 0 8px; }
  @media screen and (min-width: 1025px) {
    .horizontal_links-wrapper .horizontal_links_content {
      padding: 16px 0 12px; } }
  .horizontal_links-wrapper .horizontal_links_content .horizontal_links-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333; }
    @media screen and (min-width: 1024px) {
      .horizontal_links-wrapper .horizontal_links_content .horizontal_links-heading {
        font-size: 18px;
        line-height: 28px; } }

.horizontal_links-wrapper .horizontal_links-slider .disabled_horizontal-scroll .sub-category-nav__block {
  margin: 0; }
  .horizontal_links-wrapper .horizontal_links-slider .disabled_horizontal-scroll .sub-category-nav__block .sub-category-nav {
    overflow-x: hidden; }

.horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block {
  margin: 0;
  padding: 16px 0; }
  .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav {
    justify-content: normal !important; }
    .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
      margin: 0 16px 0 0; }
      .rtl .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
        margin: 0 0 0 16px; }
      @media screen and (min-width: 768px) {
        .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
          margin: 0 20px 0 0; }
          .rtl .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
            margin: 0 0 0 20px; } }
      @media screen and (min-width: 1025px) {
        .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
          margin: 0 24px 0 0; }
          .rtl .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
            margin: 0 0 0 24px; } }
      .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link {
        padding: 8px;
        font-size: 14px;
        max-width: unset;
        min-width: unset;
        font-weight: 300;
        line-height: 20px;
        text-align: center;
        white-space: nowrap;
        color: #555555;
        border: 1px solid #919191; }
        @media screen and (min-width: 768px) {
          .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link {
            padding: 10px; } }
        @media screen and (min-width: 1025px) {
          .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link {
            padding: 12px;
            font-size: 16px;
            line-height: 24px; } }
        .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link:hover, .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link:focus, .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link:active {
          color: #333333;
          text-decoration: underline;
          border-color: #333333; }

.horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__prev {
  left: -25px; }
  @media screen and (min-width: 768px) {
    .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__prev {
      left: -50px; } }
  @media screen and (min-width: 1025px) {
    .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__prev {
      left: 0; } }
  .rtl .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__prev {
    left: auto;
    right: -25px; }
    @media screen and (min-width: 768px) {
      .rtl .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__prev {
        right: -50px; } }
    @media screen and (min-width: 1025px) {
      .rtl .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__prev {
        right: 0; } }
  .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__prev:before {
    height: 100%; }

.horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__next {
  right: -25px; }
  @media screen and (min-width: 768px) {
    .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__next {
      right: -50px; } }
  @media screen and (min-width: 1025px) {
    .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__next {
      right: 0; } }
  .rtl .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__next {
    left: -25px;
    right: auto; }
    @media screen and (min-width: 768px) {
      .rtl .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__next {
        left: -50px; } }
    @media screen and (min-width: 1025px) {
      .rtl .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__next {
        left: 0; } }
  .horizontal_links-wrapper .horizontal_links-slider .sub-category-nav-slider__next:before {
    height: 100%; }

.image__cta {
  z-index: 1; }

.video__play-btn {
  padding: 0;
  border: 0;
  margin: 24px 0 0;
  width: 100%;
  max-width: 366px;
  background: transparent !important; }
  @media screen and (max-width: 1024px) {
    .video__play-btn {
      margin: 20px 0 0;
      max-width: 330px; } }
  @media screen and (max-width: 767px) {
    .video__play-btn {
      margin: 16px 0 0;
      max-width: 278px; } }
  .video__play-btn:hover, .video__play-btn:active, .video__play-btn:focus {
    border: 0;
    background: inherit;
    color: inherit; }
  .video__play-btn .video__play_btn-holder {
    display: flex; }
    .video__play-btn .video__play_btn-holder .play_svg_icons {
      flex: 0 0 auto;
      min-width: 96px;
      min-height: 96px;
      padding: 12px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      background: #333333;
      color: #fff; }
      @media screen and (max-width: 1024px) {
        .video__play-btn .video__play_btn-holder .play_svg_icons {
          padding: 8px;
          min-width: 76px;
          min-height: 76px; } }
      .video__play-btn .video__play_btn-holder .play_svg_icons .video__play-icon {
        width: 24px;
        height: 24px;
        fill: #fff;
        margin-bottom: 8px; }
        @media screen and (max-width: 1024px) {
          .video__play-btn .video__play_btn-holder .play_svg_icons .video__play-icon {
            width: 15px;
            height: 20px;
            margin-bottom: 3px; } }
      .video__play-btn .video__play_btn-holder .play_svg_icons .video_play-text {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2.29px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: #fff; }
        @media screen and (max-width: 1024px) {
          .video__play-btn .video__play_btn-holder .play_svg_icons .video_play-text {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 2px; } }
    .video__play-btn .video__play_btn-holder .video__description-time {
      display: flex;
      flex-direction: column;
      padding: 12px;
      width: 100%;
      align-items: flex-start;
      justify-content: center;
      border: 1px solid #ebebeb;
      background: #fff;
      opacity: .9; }
      @media screen and (max-width: 1024px) {
        .video__play-btn .video__play_btn-holder .video__description-time {
          padding: 8px; } }
      .video__play-btn .video__play_btn-holder .video__description-time .video--description, .video__play-btn .video__play_btn-holder .video__description-time .video--duration {
        color: #333333;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 24px;
        text-align: left;
        word-break: normal; }
        .rtl .video__play-btn .video__play_btn-holder .video__description-time .video--description, .rtl .video__play-btn .video__play_btn-holder .video__description-time .video--duration {
          text-align: right; }
        @media screen and (max-width: 1024px) {
          .video__play-btn .video__play_btn-holder .video__description-time .video--description, .video__play-btn .video__play_btn-holder .video__description-time .video--duration {
            font-size: 14px;
            line-height: 20px; } }
      .video__play-btn .video__play_btn-holder .video__description-time .video--duration {
        color: #333333;
        font-weight: 300; }
        .rtl .video__play-btn .video__play_btn-holder .video__description-time .video--duration {
          text-align: right; }
  .video__play-btn.button-dark-theme .video__play_btn-holder .play_svg_icons {
    color: #333333;
    background: #ebebeb;
    border-color: #ebebeb; }
    .video__play-btn.button-dark-theme .video__play_btn-holder .play_svg_icons .video__play-icon {
      fill: #333333; }
    .video__play-btn.button-dark-theme .video__play_btn-holder .play_svg_icons .video_play-text {
      color: #333333; }

.round-shape-play-button .custom__roundal-btn {
  border: 0;
  background: transparent !important; }
  .round-shape-play-button .custom__roundal-btn:hover, .round-shape-play-button .custom__roundal-btn:active, .round-shape-play-button .custom__roundal-btn:focus {
    border: 0; }
  .rtl .round-shape-play-button .custom__roundal-btn .roundal__icon .icon {
    transform: unset;
    right: 0; }
    @media screen and (max-width: 1023px) {
      .rtl .round-shape-play-button .custom__roundal-btn .roundal__icon .icon {
        right: -10px; } }
    @media screen and (max-width: 767px) {
      .rtl .round-shape-play-button .custom__roundal-btn .roundal__icon .icon {
        right: -8px; } }

.sub-category-nav__wrapper {
  position: relative;
  background: #fff; }
  .sub-category-nav__wrapper .sub-category-nav__block {
    margin: 0 2rem;
    padding: 1.25rem 0 1.25rem 0;
    overflow-x: overlay;
    overflow-y: hidden;
    scrollbar-width: none;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s; }
    .sub-category-nav__wrapper .sub-category-nav__block::-webkit-scrollbar {
      width: 0; }
    .sub-category-nav__wrapper .sub-category-nav__block .sub-category-nav, .sub-category-nav__wrapper .sub-category-nav__block .sub-category-nav__link {
      display: flex; }
    .sub-category-nav__wrapper .sub-category-nav__block .sub-category-nav {
      padding: 0;
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      justify-content: center;
      list-style: none; }
      .sub-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
        margin: 0;
        position: relative; }
      .sub-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__link {
        text-align: center;
        flex-flow: column;
        align-items: center;
        min-width: 7.75rem;
        max-width: 9.75rem;
        padding: 0 1.25rem;
        height: 100%; }
        .sub-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__link .sub-category-nav__img {
          margin: 0 auto;
          display: inline-block; }
          .sub-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__link .sub-category-nav__img .sub-category__image {
            display: inline-block;
            object-fit: contain;
            width: 3.625rem;
            height: 3.375rem;
            transition: all 0.25s ease 0s;
            -webkit-transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s; }
        .sub-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__link .sub-category-nav__txt {
          font-size: .75rem;
          font-weight: 300;
          color: #333333;
          text-align: center;
          margin-top: 0.5rem;
          line-height: 1rem;
          max-height: 2rem;
          overflow: hidden;
          min-width: 5.25rem;
          max-width: 7.25rem;
          overflow-wrap: break-word; }
        .sub-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__link .sub-category-nav-label__txt {
          color: #0066CC;
          font-size: 0.625rem;
          line-height: 0.875rem;
          font-weight: 300;
          letter-spacing: 0; }
        .sub-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__link:hover .sub-category-nav__txt {
          text-decoration: underline; }
        .sub-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__link:active .sub-category-nav__txt {
          font-weight: 500;
          text-decoration: underline; }

.sub-category-nav-slider__prev, .sub-category-nav-slider__next {
  border: 0;
  opacity: 1;
  height: 100% !important;
  width: 2rem;
  cursor: pointer;
  padding: 0 0.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0 !important;
  margin: 0;
  z-index: 1;
  background: #fff; }
  .sub-category-nav-slider__prev::before, .sub-category-nav-slider__next::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 24px);
    margin: auto 0;
    content: "";
    background: #dcdcdc;
    z-index: 1; }
  .sub-category-nav-slider__prev .icon--chevron, .sub-category-nav-slider__next .icon--chevron {
    height: 0.884rem;
    width: 0.884rem;
    fill: #555555; }
  .sub-category-nav-slider__prev:hover, .sub-category-nav-slider__next:hover {
    background: #fbfbfb; }
    .sub-category-nav-slider__prev:hover::before, .sub-category-nav-slider__next:hover::before {
      background: #919191; }
    .sub-category-nav-slider__prev:hover .icon--chevron, .sub-category-nav-slider__next:hover .icon--chevron {
      fill: #222222; }
  .sub-category-nav-slider__prev:active, .sub-category-nav-slider__next:active {
    background: #f7f7f7; }
    .sub-category-nav-slider__prev:active::before, .sub-category-nav-slider__next:active::before {
      background: #919191; }
    .sub-category-nav-slider__prev:active .icon--chevron, .sub-category-nav-slider__next:active .icon--chevron {
      fill: #222222; }
  .sub-category-nav-slider__prev:disabled, .sub-category-nav-slider__next:disabled {
    display: none; }

.sub-category-nav-slider__prev {
  left: 0; }
  .rtl .sub-category-nav-slider__prev {
    left: auto;
    right: 0; }
  .sub-category-nav-slider__prev::before {
    right: 0; }
    .rtl .sub-category-nav-slider__prev::before {
      right: auto;
      left: 0; }
  .sub-category-nav-slider__prev .sub-category-nav-slider__left-btn {
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg); }
    .rtl .sub-category-nav-slider__prev .sub-category-nav-slider__left-btn {
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg); }

.sub-category-nav-slider__next {
  right: 0; }
  .rtl .sub-category-nav-slider__next {
    left: 0;
    right: auto; }
  .sub-category-nav-slider__next::before {
    left: 0; }
    .rtl .sub-category-nav-slider__next::before {
      right: 0;
      left: auto; }
  .sub-category-nav-slider__next .sub-category-nav-slider__right-btn {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg); }
    .rtl .sub-category-nav-slider__next .sub-category-nav-slider__right-btn {
      transform: rotate(-270deg);
      -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
      -o-transform: rotate(-270deg);
      -moz-transform: rotate(-270deg); }

@media screen and (max-width: 767px) {
  .sub-category-nav__wrapper.dcr-category-nav__wrapper {
    padding: 0; } }

.sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block {
  margin: 0;
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block {
      padding: 32px 0; } }
  .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav {
    justify-content: normal !important; }
    .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
      margin: 0 32px 0 0; }
      .rtl .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
        margin: 0 0 0 32px; }
      .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list:last-child {
        margin: 0; }
      @media screen and (max-width: 1024px) {
        .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
          margin: 0 16px 0 0; }
          .rtl .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
            margin: 0 0 0 16px; } }
      @media screen and (max-width: 767px) {
        .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
          margin: 0;
          padding: 0 16px 0 0; }
          .rtl .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list {
            margin: 0 0 0 16px; }
          .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list:first-child {
            padding: 0 16px 0 16px; } }
      .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link {
        padding: 0;
        min-width: 199px;
        max-width: 293px; }
        @media screen and (max-width: 1439px) {
          .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link {
            min-width: 197px;
            max-width: 293px; } }
        @media screen and (max-width: 1279px) {
          .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link {
            min-width: 158px;
            max-width: 263px; } }
        @media screen and (max-width: 1024px) {
          .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link {
            min-width: 120px;
            max-width: 263px; } }
        @media screen and (max-width: 767px) {
          .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link {
            min-width: 115px;
            max-width: 115px; } }
        .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link:hover .sub-category-nav__txt {
          text-decoration: none; }
        .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link .sub-category-nav__img {
          display: block;
          width: 100%;
          border-radius: 6px;
          overflow: hidden; }
          .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link .sub-category-nav__img .sub-category__image {
            width: 100%;
            height: auto; }
            @media screen and (max-width: 767px) {
              .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link .sub-category-nav__img .sub-category__image {
                width: 115px;
                max-width: unset;
                height: 164px;
                object-fit: cover; } }
        .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link .sub-category-nav__txt {
          font-size: 18px;
          line-height: 28px;
          font-weight: 500;
          text-align: left;
          min-width: 100%;
          max-width: 100%;
          max-height: unset;
          width: 100% !important; }
          @media screen and (max-width: 1024px) {
            .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link .sub-category-nav__txt {
              font-size: 16px;
              line-height: 28px; } }
          @media screen and (max-width: 767px) {
            .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link .sub-category-nav__txt {
              font-size: 14px;
              line-height: 24px; } }
        .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list .sub-category-nav__link .sub-category-nav-label__txt {
          display: none; }
      .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav__block .sub-category-nav .sub-category-nav__list:last-child .sub-category-nav__link {
        margin: 0; }

.sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__prev, .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__next {
  width: 46px;
  height: 46px !important;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.5); }
  @media screen and (max-width: 1024px) {
    .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__prev, .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__next {
      width: 32px;
      height: 32px !important;
      margin-top: 16px; } }
  @media screen and (max-width: 767px) {
    .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__prev, .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__next {
      margin-top: 8px; } }
  .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__prev::before, .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__next::before {
    content: none; }
  .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__prev .icon--chevron, .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__next .icon--chevron {
    height: 23px;
    width: 23px;
    fill: #fff;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__prev .icon--chevron, .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__next .icon--chevron {
        height: 16px;
        width: 16px; } }

.sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__prev {
  left: 8px; }
  @media screen and (max-width: 1439px) {
    .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__prev {
      left: 23px; } }
  @media screen and (max-width: 1279px) {
    .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__prev {
      left: 58px; } }
  @media screen and (max-width: 767px) {
    .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__prev {
      left: 6px; } }

.sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__next {
  right: 8px; }
  @media screen and (max-width: 1439px) {
    .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__next {
      right: 28px; } }
  @media screen and (max-width: 1279px) {
    .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__next {
      right: 58px; } }
  @media screen and (max-width: 767px) {
    .sub-category-nav__wrapper.dcr-category-nav__wrapper .sub-category-nav-slider__next {
      right: 6px; } }

.page-products .product__price-matched {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 8px 16px; }
  @media screen and (min-width: 1024px) {
    .page-products .product__price-matched {
      font-size: 16px;
      line-height: 24px;
      color: #0066CC; } }

.page-products .hero-product-promotion-section .product__price-matched {
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 767px) {
  .page-products .hero-product-promotion-section .hero__item .hero__product .product__description {
    display: none; } }

.page-products .product__price-matched {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  /*padding:8px 0;*/
  padding: 8px 16px; }
  .page-products .product__price-matched .cart__learnmore {
    display: inline-block; }
  @media screen and (min-width: 1024px) {
    .page-products .product__price-matched {
      font-size: 16px;
      line-height: 24px;
      color: #0066CC; } }

.page-products .hero-product-promotion-section .product__price-matched {
  padding-left: 0;
  padding-right: 0; }

.card .cart_container.notify-me-form .button {
  width: 100%; }

.lm_promotion_msg-open {
  overflow: hidden; }

.lm_promotion_msg-button {
  cursor: pointer;
  font-weight: 400;
  white-space: nowrap;
  color: #555555;
  text-decoration: underline;
  padding: 0 !important;
  border: 0 !important;
  vertical-align: baseline;
  background: transparent !important; }

aside.promotional_message_modal-aside {
  display: flex;
  pointer-events: none;
  flex-direction: column;
  justify-content: center; }

.cart__learnmore {
  margin-bottom: 10px; }

.promotional_message_modal-aside.modal-slide._inner-scroll .modal-inner-wrap {
  opacity: 0;
  min-height: 70vh;
  max-height: 95vh;
  overflow: hidden;
  visibility: hidden;
  background: #fff !important;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transition: all 0.3s ease-in 0s !important;
  -moz-transition: all 0.3s ease-in 0s !important;
  -webkit-transition: all 0.3s ease-in 0s !important;
  -ms-transition: all 0.3s ease-in 0s !important;
  -o-transition: all 0.3s ease-in 0s !important; }
  @media screen and (min-width: 768px) {
    .promotional_message_modal-aside.modal-slide._inner-scroll .modal-inner-wrap {
      width: 564px;
      min-height: 576px;
      max-height: 864px;
      position: absolute;
      margin: 80px auto;
      height: 90vh; } }

.promotional_message_modal-aside.modal-slide._inner-scroll._show .modal-inner-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0); }

.promotional_message_modal-aside.modal-slide {
  top: auto; }
  @media screen and (min-width: 768px) {
    .promotional_message_modal-aside.modal-slide {
      top: 0; } }
  .promotional_message_modal-aside.modal-slide .modal-header {
    padding: 0; }
  .promotional_message_modal-aside.modal-slide .action-close {
    padding: 0;
    top: 16px;
    right: 24px;
    width: 28px;
    height: 28px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #333333; }
    .rtl .promotional_message_modal-aside.modal-slide .action-close {
      right: auto;
      left: 24px; }
    @media screen and (min-width: 768px) {
      .promotional_message_modal-aside.modal-slide .action-close {
        right: 38px; }
        .rtl .promotional_message_modal-aside.modal-slide .action-close {
          left: 38px; } }
    .promotional_message_modal-aside.modal-slide .action-close:before {
      content: url(../images/icons/modal-close.svg);
      width: 14px;
      height: 14px;
      line-height: 14px;
      font-size: 14px;
      filter: invert(1); }
  .promotional_message_modal-aside.modal-slide .modal-content {
    padding: 0; }

.promotional_message_modal-aside .promotion_message_scrolling-data {
  margin-top: 44px;
  padding: 0 24px 60px; }
  @media screen and (min-width: 768px) {
    .promotional_message_modal-aside .promotion_message_scrolling-data {
      padding: 0 38px 60px; } }
  .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_product-heading {
    padding-top: 16px; }
    .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_product-heading h2 {
      font-size: 18px;
      font-weight: 500;
      line-height: 28px;
      color: #333333; }
      @media screen and (min-width: 768px) {
        .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_product-heading h2 {
          font-size: 20px; } }
  .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_discounted-price {
    display: flex;
    flex-wrap: wrap;
    margin: 4px 0 0; }
    .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_discounted-price .product_current_price, .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_discounted-price .product_org_price_color {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      color: #333333; }
    .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_discounted-price .product_old_price, .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_discounted-price .product_saved_amount {
      margin: 0 8px;
      font-size: 12px;
      font-weight: 300;
      line-height: 18px; }
    .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_discounted-price .product_saved_amount {
      margin: 0;
      font-weight: 400;
      color: #0066CC; }
    .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_discounted-price .product_old_price {
      -webkit-text-decoration-line: line-through;
              text-decoration-line: line-through; }
  .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_inner-wrapper {
    padding-top: 16px; }
    .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_inner-wrapper .promotion-message-title {
      font-size: 14px;
      margin: 0 0 8px;
      font-weight: 400;
      line-height: 20px;
      color: #333333; }
    .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_inner-wrapper .promotion-message-body {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      color: #333333; }
      @media screen and (min-width: 768px) {
        .promotional_message_modal-aside .promotion_message_scrolling-data .promotion_message_inner-wrapper .promotion-message-body {
          font-size: 14px;
          line-height: 20px; } }

.promotional_message_modal-aside .dyson_promo_modal_popup .cart_container, .promotional_message_modal-aside .dyson_promo_modal_popup .notify-me-form {
  left: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  padding: 16px 24px 16px;
  background: #fff;
  box-shadow: 0px 5px 15px 2px #b3b3b3; }
  @media screen and (min-width: 768px) {
    .promotional_message_modal-aside .dyson_promo_modal_popup .cart_container, .promotional_message_modal-aside .dyson_promo_modal_popup .notify-me-form {
      padding: 16px 38px 16px; } }
  .promotional_message_modal-aside .dyson_promo_modal_popup .cart_container .card__action__items .card__action__items__item, .promotional_message_modal-aside .dyson_promo_modal_popup .notify-me-form .card__action__items .card__action__items__item {
    width: 100%;
    margin: 0 0 8px; }
    .promotional_message_modal-aside .dyson_promo_modal_popup .cart_container .card__action__items .card__action__items__item:last-child, .promotional_message_modal-aside .dyson_promo_modal_popup .notify-me-form .card__action__items .card__action__items__item:last-child {
      margin: 0; }
    .promotional_message_modal-aside .dyson_promo_modal_popup .cart_container .card__action__items .card__action__items__item .button, .promotional_message_modal-aside .dyson_promo_modal_popup .notify-me-form .card__action__items .card__action__items__item .button {
      background: #fff; }
  .promotional_message_modal-aside .dyson_promo_modal_popup .cart_container .button, .promotional_message_modal-aside .dyson_promo_modal_popup .notify-me-form .button {
    width: 100%;
    padding: 10px 16px !important;
    display: block;
    font-size: 16px !important;
    min-height: 44px !important;
    line-height: 24px !important;
    height: auto !important;
    font-weight: 500 !important; }
  .promotional_message_modal-aside .dyson_promo_modal_popup .cart_container .card__action__item a.button, .promotional_message_modal-aside .dyson_promo_modal_popup .cart_container .product__action__item a.button, .promotional_message_modal-aside .dyson_promo_modal_popup .notify-me-form .card__action__item a.button, .promotional_message_modal-aside .dyson_promo_modal_popup .notify-me-form .product__action__item a.button {
    background: #fff !important;
    text-decoration: underline !important; }
    .promotional_message_modal-aside .dyson_promo_modal_popup .cart_container .card__action__item a.button.soft-bundle-button, .promotional_message_modal-aside .dyson_promo_modal_popup .cart_container .product__action__item a.button.soft-bundle-button, .promotional_message_modal-aside .dyson_promo_modal_popup .notify-me-form .card__action__item a.button.soft-bundle-button, .promotional_message_modal-aside .dyson_promo_modal_popup .notify-me-form .product__action__item a.button.soft-bundle-button {
      background: #79b928 !important;
      text-decoration: none !important; }

.promotional_message_modal-aside .dyson_promo_modal_popup .cart_container.card__action {
  flex-direction: column; }
  .promotional_message_modal-aside .dyson_promo_modal_popup .cart_container.card__action .card__action__item {
    margin: 0 0 8px;
    width: 100%; }
    .promotional_message_modal-aside .dyson_promo_modal_popup .cart_container.card__action .card__action__item:last-child {
      margin: 0; }

.promotional_message_modal-aside .dyson_promo_modal_popup .cart_container.notify-me-form .card__action__items {
  flex-direction: column; }

.promotional_message_modal-aside .promotion_message_image-slider {
  padding-top: 16px; }
  .promotional_message_modal-aside .promotion_message_image-slider .slider__control {
    background: gray;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 8px;
    font-size: 16px;
    border: 0; }
    .promotional_message_modal-aside .promotion_message_image-slider .slider__control:after {
      content: none; }
    .promotional_message_modal-aside .promotion_message_image-slider .slider__control.slider__control--next {
      right: 6px; }
      .rtl .promotional_message_modal-aside .promotion_message_image-slider .slider__control.slider__control--next {
        right: auto;
        left: 6px; }
        .rtl .promotional_message_modal-aside .promotion_message_image-slider .slider__control.slider__control--next svg {
          transform: rotateY(180deg); }
      @media screen and (min-width: 768px) {
        .promotional_message_modal-aside .promotion_message_image-slider .slider__control.slider__control--next {
          right: 14px; }
          .rtl .promotional_message_modal-aside .promotion_message_image-slider .slider__control.slider__control--next {
            right: auto;
            left: 14px; } }
    .promotional_message_modal-aside .promotion_message_image-slider .slider__control.slider__control--prev {
      left: 6px; }
      .rtl .promotional_message_modal-aside .promotion_message_image-slider .slider__control.slider__control--prev {
        right: 6px;
        left: auto; }
        .rtl .promotional_message_modal-aside .promotion_message_image-slider .slider__control.slider__control--prev svg {
          transform: rotateY(-180deg); }
      @media screen and (min-width: 768px) {
        .promotional_message_modal-aside .promotion_message_image-slider .slider__control.slider__control--prev {
          left: 14px; }
          .rtl .promotional_message_modal-aside .promotion_message_image-slider .slider__control.slider__control--prev {
            left: auto;
            right: 14px; } }
  .promotional_message_modal-aside .promotion_message_image-slider .slick-dots {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 8px;
    left: 0;
    list-style: none; }
    .promotional_message_modal-aside .promotion_message_image-slider .slick-dots li {
      margin: 0 16px 0 0; }
      .promotional_message_modal-aside .promotion_message_image-slider .slick-dots li:last-child {
        margin-right: 0; }
      .rtl .promotional_message_modal-aside .promotion_message_image-slider .slick-dots li {
        margin: 0 0 0 16px; }
        .rtl .promotional_message_modal-aside .promotion_message_image-slider .slick-dots li:last-child {
          margin-left: 0; }
      .promotional_message_modal-aside .promotion_message_image-slider .slick-dots li button {
        margin: 0;
        padding: 0;
        width: 10px;
        height: 10px;
        border: none;
        font-size: 0;
        color: transparent;
        border-radius: 50%;
        background: #a6a6a6; }
      .promotional_message_modal-aside .promotion_message_image-slider .slick-dots li.slick-active button {
        width: 12px;
        height: 12px; }

.promotional_message_modal-aside .modal-content::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */ }

.promotional_message_modal-aside .modal-content {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.product__slideshow .slick-slider .slick-track,
.product__slideshow .slick-slider .slick-list {
  transform: none; }

.product__slideshow .modal-inner-wrap {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .product__slideshow .modal-inner-wrap {
      max-width: 50%; } }
  @media screen and (min-width: 1440px) {
    .product__slideshow .modal-inner-wrap {
      max-width: 40%; } }
  .product__slideshow .modal-inner-wrap .modal-content {
    padding: 0; }

.product__slideshow__container {
  transform: none; }
  .product__slideshow__container h4 {
    padding-left: 20px;
    font-size: 14px;
    margin-top: -30px;
    font-weight: 500;
    width: 80%; }
    @media screen and (min-width: 768px) {
      .product__slideshow__container h4 {
        font-size: 16px; } }

.product__slideshow__container__gallery {
  overflow: hidden;
  -ms-overflow-style: none;
  transform: none; }
  .product__slideshow__container__gallery .slick-track {
    direction: rtl; }
  .product__slideshow__container__gallery .slider__list {
    margin-left: 0;
    transform: none; }
  .product__slideshow__container__gallery .slider__list__slide {
    position: relative;
    transform: none; }
    .product__slideshow__container__gallery .slider__list__slide--video {
      position: relative; }
      .product__slideshow__container__gallery .slider__list__slide--video picture {
        z-index: 20;
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%; }
      .product__slideshow__container__gallery .slider__list__slide--video .fluid-media {
        z-index: 10; }
      .product__slideshow__container__gallery .slider__list__slide--video .image__cta {
        z-index: 30; }
      .product__slideshow__container__gallery .slider__list__slide--video button.image__cta--roundal {
        background: none;
        border: none; }
    .product__slideshow__container__gallery .slider__list__slide--video--active picture {
      z-index: 10; }
    .product__slideshow__container__gallery .slider__list__slide--video--active video {
      position: relative;
      z-index: 20; }
    .product__slideshow__container__gallery .slider__list__slide--video--active .image__cta {
      display: none; }
    .product__slideshow__container__gallery .slider__list__slide--video-js--active .image__cta {
      display: none; }
  .product__slideshow__container__gallery .slick-track {
    position: relative;
    top: 0;
    display: block; }
  .product__slideshow__container__gallery .slick-dots {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 4px; }
    .product__slideshow__container__gallery .slick-dots li {
      display: inline-block;
      position: relative;
      margin: 0; }
      .product__slideshow__container__gallery .slick-dots li:after {
        content: '•';
        font-size: 20px;
        color: #b2b3b4;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 13%;
        z-index: -1; }
      .product__slideshow__container__gallery .slick-dots li.slick-active:after {
        color: #000; }
      .product__slideshow__container__gallery .slick-dots li button {
        background: none;
        border: none;
        color: transparent;
        font-size: 0;
        padding: 3px;
        margin: 17px; }

.hero--product-variant--legacy div.row.row--full-height.row--small {
  padding-bottom: 0; }

.hero--product-variant--legacy h1 {
  margin: 0; }

@media screen and (min-width: 768px) {
  .hero--product-variant--legacy {
    padding-bottom: 0; } }

.hero--product-variant--legacy .hero__media {
  padding-bottom: 300px; }
  @media screen and (min-width: 480px) {
    .hero--product-variant--legacy .hero__media {
      padding-bottom: 275px; } }
  @media screen and (min-width: 768px) {
    .hero--product-variant--legacy .hero__media {
      padding-bottom: 40px; } }
  @media screen and (min-width: 1024px) {
    .hero--product-variant--legacy .hero__media {
      padding-bottom: 0; } }

@media screen and (min-width: 768px) {
  .hero--product-variant--legacy .hgroup__main-image {
    float: right;
    width: 35%; } }

@media screen and (min-width: 1280px) {
  .hero--product-variant--legacy .hgroup__main-image {
    width: 33%;
    order: 2; } }

.hero--product-variant--legacy .hgroup__image {
  margin: 0; }
  .hero--product-variant--legacy .hgroup__image img {
    max-width: 50%;
    margin-top: 20px; }

.hero--product-variant--legacy a.button {
  margin: 8px 0 8px 0; }
  .hero--product-variant--legacy a.button.button--primary, .hero--product-variant--legacy a.button, .hero--product-variant--legacy .secondary-nav .bcStatic a.button, .secondary-nav .bcStatic .hero--product-variant--legacy a.button, .hero--product-variant--legacy .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method a.button.action.primary.checkout, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .hero--product-variant--legacy a.button.action.primary.checkout, .hero--product-variant--legacy .am-checkout .payment-method .actions-toolbar .primary a.button.action-update, .am-checkout .payment-method .actions-toolbar .primary .hero--product-variant--legacy a.button.action-update, .hero--product-variant--legacy .dyson-in .am-checkout .fieldset .field a.button[data-index="pincode_button"], .dyson-in .am-checkout .fieldset .field .hero--product-variant--legacy a.button[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .am-checkout .fieldset a.button[data-index="pincode_button_billing"], .dyson-in .am-checkout .fieldset .hero--product-variant--legacy a.button[data-index="pincode_button_billing"], .hero--product-variant--legacy .dyson-in .checkout__row a.button[data-index="pincode_button"], .dyson-in .checkout__row .hero--product-variant--legacy a.button[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .checkout__row a.button[data-index="pincode_button_billing"], .dyson-in .checkout__row .hero--product-variant--legacy a.button[data-index="pincode_button_billing"] {
    color: #fff;
    text-decoration: none; }
    .hero--product-variant--legacy a.button.button--primary:hover, .hero--product-variant--legacy a.button:hover, .hero--product-variant--legacy .secondary-nav .bcStatic a.button:hover, .secondary-nav .bcStatic .hero--product-variant--legacy a.button:hover, .hero--product-variant--legacy .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method a.button.action.primary.checkout:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .hero--product-variant--legacy a.button.action.primary.checkout:hover, .hero--product-variant--legacy .am-checkout .payment-method .actions-toolbar .primary a.button.action-update:hover, .am-checkout .payment-method .actions-toolbar .primary .hero--product-variant--legacy a.button.action-update:hover, .hero--product-variant--legacy .dyson-in .am-checkout .fieldset .field a.button:hover[data-index="pincode_button"], .dyson-in .am-checkout .fieldset .field .hero--product-variant--legacy a.button:hover[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .am-checkout .fieldset a.button:hover[data-index="pincode_button_billing"], .dyson-in .am-checkout .fieldset .hero--product-variant--legacy a.button:hover[data-index="pincode_button_billing"], .hero--product-variant--legacy .dyson-in .checkout__row a.button:hover[data-index="pincode_button"], .dyson-in .checkout__row .hero--product-variant--legacy a.button:hover[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .checkout__row a.button:hover[data-index="pincode_button_billing"], .dyson-in .checkout__row .hero--product-variant--legacy a.button:hover[data-index="pincode_button_billing"], .hero--product-variant--legacy a.button.button--primary:focus, .hero--product-variant--legacy a.button:focus, .hero--product-variant--legacy .secondary-nav .bcStatic a.button:focus, .secondary-nav .bcStatic .hero--product-variant--legacy a.button:focus, .hero--product-variant--legacy .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method a.button.action.primary.checkout:focus, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .hero--product-variant--legacy a.button.action.primary.checkout:focus, .hero--product-variant--legacy .am-checkout .payment-method .actions-toolbar .primary a.button.action-update:focus, .am-checkout .payment-method .actions-toolbar .primary .hero--product-variant--legacy a.button.action-update:focus, .hero--product-variant--legacy .dyson-in .am-checkout .fieldset .field a.button:focus[data-index="pincode_button"], .dyson-in .am-checkout .fieldset .field .hero--product-variant--legacy a.button:focus[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .am-checkout .fieldset a.button:focus[data-index="pincode_button_billing"], .dyson-in .am-checkout .fieldset .hero--product-variant--legacy a.button:focus[data-index="pincode_button_billing"], .hero--product-variant--legacy .dyson-in .checkout__row a.button:focus[data-index="pincode_button"], .dyson-in .checkout__row .hero--product-variant--legacy a.button:focus[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .checkout__row a.button:focus[data-index="pincode_button_billing"], .dyson-in .checkout__row .hero--product-variant--legacy a.button:focus[data-index="pincode_button_billing"], .hero--product-variant--legacy a.button.button--primary:active, .hero--product-variant--legacy a.button:active, .hero--product-variant--legacy .secondary-nav .bcStatic a.button:active, .secondary-nav .bcStatic .hero--product-variant--legacy a.button:active, .hero--product-variant--legacy .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method a.button.action.primary.checkout:active, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .hero--product-variant--legacy a.button.action.primary.checkout:active, .hero--product-variant--legacy .am-checkout .payment-method .actions-toolbar .primary a.button.action-update:active, .am-checkout .payment-method .actions-toolbar .primary .hero--product-variant--legacy a.button.action-update:active, .hero--product-variant--legacy .dyson-in .am-checkout .fieldset .field a.button:active[data-index="pincode_button"], .dyson-in .am-checkout .fieldset .field .hero--product-variant--legacy a.button:active[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .am-checkout .fieldset a.button:active[data-index="pincode_button_billing"], .dyson-in .am-checkout .fieldset .hero--product-variant--legacy a.button:active[data-index="pincode_button_billing"], .hero--product-variant--legacy .dyson-in .checkout__row a.button:active[data-index="pincode_button"], .dyson-in .checkout__row .hero--product-variant--legacy a.button:active[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .checkout__row a.button:active[data-index="pincode_button_billing"], .dyson-in .checkout__row .hero--product-variant--legacy a.button:active[data-index="pincode_button_billing"] {
      text-decoration: none;
      color: #fff; }
    .hero--product-variant--legacy a.button.button--primary:visited, .hero--product-variant--legacy a.button:visited, .hero--product-variant--legacy .secondary-nav .bcStatic a.button:visited, .secondary-nav .bcStatic .hero--product-variant--legacy a.button:visited, .hero--product-variant--legacy .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method a.button.action.primary.checkout:visited, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .hero--product-variant--legacy a.button.action.primary.checkout:visited, .hero--product-variant--legacy .am-checkout .payment-method .actions-toolbar .primary a.button.action-update:visited, .am-checkout .payment-method .actions-toolbar .primary .hero--product-variant--legacy a.button.action-update:visited, .hero--product-variant--legacy .dyson-in .am-checkout .fieldset .field a.button:visited[data-index="pincode_button"], .dyson-in .am-checkout .fieldset .field .hero--product-variant--legacy a.button:visited[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .am-checkout .fieldset a.button:visited[data-index="pincode_button_billing"], .dyson-in .am-checkout .fieldset .hero--product-variant--legacy a.button:visited[data-index="pincode_button_billing"], .hero--product-variant--legacy .dyson-in .checkout__row a.button:visited[data-index="pincode_button"], .dyson-in .checkout__row .hero--product-variant--legacy a.button:visited[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .checkout__row a.button:visited[data-index="pincode_button_billing"], .dyson-in .checkout__row .hero--product-variant--legacy a.button:visited[data-index="pincode_button_billing"] {
      color: #fff; }
    @media screen and (min-width: 768px) {
      .hero--product-variant--legacy a.button.button--primary, .hero--product-variant--legacy a.button, .hero--product-variant--legacy .secondary-nav .bcStatic a.button, .secondary-nav .bcStatic .hero--product-variant--legacy a.button, .hero--product-variant--legacy .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method a.button.action.primary.checkout, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .hero--product-variant--legacy a.button.action.primary.checkout, .hero--product-variant--legacy .am-checkout .payment-method .actions-toolbar .primary a.button.action-update, .am-checkout .payment-method .actions-toolbar .primary .hero--product-variant--legacy a.button.action-update, .hero--product-variant--legacy .dyson-in .am-checkout .fieldset .field a.button[data-index="pincode_button"], .dyson-in .am-checkout .fieldset .field .hero--product-variant--legacy a.button[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .am-checkout .fieldset a.button[data-index="pincode_button_billing"], .dyson-in .am-checkout .fieldset .hero--product-variant--legacy a.button[data-index="pincode_button_billing"], .hero--product-variant--legacy .dyson-in .checkout__row a.button[data-index="pincode_button"], .dyson-in .checkout__row .hero--product-variant--legacy a.button[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .checkout__row a.button[data-index="pincode_button_billing"], .dyson-in .checkout__row .hero--product-variant--legacy a.button[data-index="pincode_button_billing"] {
        margin: 0 0 16px 0; } }
    @media screen and (min-width: 1024px) {
      .hero--product-variant--legacy a.button.button--primary, .hero--product-variant--legacy a.button, .hero--product-variant--legacy .secondary-nav .bcStatic a.button, .secondary-nav .bcStatic .hero--product-variant--legacy a.button, .hero--product-variant--legacy .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method a.button.action.primary.checkout, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .hero--product-variant--legacy a.button.action.primary.checkout, .hero--product-variant--legacy .am-checkout .payment-method .actions-toolbar .primary a.button.action-update, .am-checkout .payment-method .actions-toolbar .primary .hero--product-variant--legacy a.button.action-update, .hero--product-variant--legacy .dyson-in .am-checkout .fieldset .field a.button[data-index="pincode_button"], .dyson-in .am-checkout .fieldset .field .hero--product-variant--legacy a.button[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .am-checkout .fieldset a.button[data-index="pincode_button_billing"], .dyson-in .am-checkout .fieldset .hero--product-variant--legacy a.button[data-index="pincode_button_billing"], .hero--product-variant--legacy .dyson-in .checkout__row a.button[data-index="pincode_button"], .dyson-in .checkout__row .hero--product-variant--legacy a.button[data-index="pincode_button"], .hero--product-variant--legacy .dyson-in .checkout__row a.button[data-index="pincode_button_billing"], .dyson-in .checkout__row .hero--product-variant--legacy a.button[data-index="pincode_button_billing"] {
        margin: 0 16px 0 0; } }
  .hero--product-variant--legacy a.button.button--secondary {
    color: #333333;
    background-color: #ebebeb;
    text-decoration: none; }
    .hero--product-variant--legacy a.button.button--secondary:hover, .hero--product-variant--legacy a.button.button--secondary:focus, .hero--product-variant--legacy a.button.button--secondary:active {
      text-decoration: none;
      color: #333333; }
    .hero--product-variant--legacy a.button.button--secondary:visited {
      color: #333333; }

.hero--product-variant--legacy .product__claim-section {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .hero--product-variant--legacy .product__claim-section {
      display: flex; } }
  @media screen and (min-width: 1024px) {
    .hero--product-variant--legacy .product__claim-section {
      display: flex;
      float: none;
      position: relative; } }
  .hero--product-variant--legacy .product__claim-section .layout, .hero--product-variant--legacy .product__claim-section .message.cookie .content, .message.cookie .hero--product-variant--legacy .product__claim-section .content, .hero--product-variant--legacy .product__claim-section .sub-category-nav__wrapper.dcr-category-nav__wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

.legacy__hero__content {
  display: flex;
  flex-direction: column; }

.legacy__hero__content--bottomer {
  bottom: 0; }
  @media screen and (min-width: 768px) {
    .legacy__hero__content--bottomer {
      position: relative;
      top: 70px; } }

.legacy__product__availability-messaging {
  display: flex;
  margin: 16px 0 16px 0;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #dd4157; }
  .dyson-th.primary .legacy__product__availability-messaging {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .legacy__product__availability-messaging {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .legacy__product__availability-messaging, .dyson-sa.rtl .legacy__product__availability-messaging {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .legacy__product__availability-messaging {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .legacy__product__availability-messaging {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 0) {
    .legacy__product__availability-messaging {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .legacy__product__availability-messaging {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 768px) {
    .legacy__product__availability-messaging {
      margin: 20px 0 20px 0; } }
  @media screen and (min-width: 1024px) {
    .legacy__product__availability-messaging {
      margin: 24px 0 24px 0; } }

.legacy__product__availability-messaging__alert-icon {
  width: 1.25rem;
  vertical-align: text-bottom;
  margin-right: 8px; }

.legacy__button__container {
  margin-bottom: 2px; }
  @media screen and (min-width: 768px) {
    .legacy__button__container {
      display: flex;
      flex-direction: column; } }
  @media screen and (min-width: 1024px) {
    .legacy__button__container {
      display: flex;
      flex-direction: row; } }

#legacy__promos svg {
  top: -6px;
  left: 6px; }
  @media screen and (min-width: 768px) {
    #legacy__promos svg {
      top: 0px;
      left: 10px; } }
  @media screen and (min-width: 1024px) {
    #legacy__promos svg {
      top: -1px;
      left: 11px; } }
  @media screen and (min-width: 1440px) {
    #legacy__promos svg {
      top: -2px;
      left: 8px; } }

#legacy__promos .promos__title {
  margin: 0; }
  @media screen and (min-width: 768px) {
    #legacy__promos .promos__title {
      margin: 0; } }
  @media screen and (min-width: 1024px) {
    #legacy__promos .promos__title {
      margin: 0; } }

#legacy__promos .promos__list {
  margin-top: 8px; }
  @media screen and (min-width: 768px) {
    #legacy__promos .promos__list {
      margin-top: 0; } }

#legacy__promos .promos__item {
  padding-top: 8px;
  padding-bottom: 8px; }
  @media screen and (min-width: 768px) {
    #legacy__promos .promos__item {
      padding-top: 20px; } }
  @media screen and (min-width: 1024px) {
    #legacy__promos .promos__item {
      padding-top: 24px; } }
  #legacy__promos .promos__item h1, #legacy__promos .promos__item h2, #legacy__promos .promos__item h3, #legacy__promos .promos__item h4, #legacy__promos .promos__item h5, #legacy__promos .promos__item h6 {
    margin: 8px 0 8px 0; }
    @media screen and (min-width: 768px) {
      #legacy__promos .promos__item h1, #legacy__promos .promos__item h2, #legacy__promos .promos__item h3, #legacy__promos .promos__item h4, #legacy__promos .promos__item h5, #legacy__promos .promos__item h6 {
        margin: 12px 0 12px 0; } }
    @media screen and (min-width: 1024px) {
      #legacy__promos .promos__item h1, #legacy__promos .promos__item h2, #legacy__promos .promos__item h3, #legacy__promos .promos__item h4, #legacy__promos .promos__item h5, #legacy__promos .promos__item h6 {
        margin: 16px 0 16px 0; } }
  #legacy__promos .promos__item p {
    margin: 0; }

#legacy__promos .vspace-minute-top {
  padding-top: 8px; }
  @media screen and (min-width: 768px) {
    #legacy__promos .vspace-minute-top {
      margin-top: 10px; } }

#legacy__promos .icon-link {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-th.primary #legacy__promos .icon-link {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary #legacy__promos .icon-link {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl #legacy__promos .icon-link, .dyson-sa.rtl #legacy__promos .icon-link {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl #legacy__promos .icon-link {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr #legacy__promos .icon-link {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

#legacy__promos .hgroup__action--text {
  margin-left: 0.25rem;
  vertical-align: text-top; }
  @media screen and (min-width: 768px) {
    #legacy__promos .hgroup__action--text {
      margin-left: 0; } }
  @media screen and (min-width: 0) {
    #legacy__promos .hgroup__action--text {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 1024px) {
    #legacy__promos .hgroup__action--text {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 1280px) {
    #legacy__promos .hgroup__action--text {
      font-size: 30px;
      font-size: 1.875rem; } }

h2.shipping-table__title {
  border-bottom: 1px solid #ebebeb;
  padding: 1em 0 0.25em 0;
  margin-bottom: 0; }
  @media screen and (min-width: 0) {
    h2.shipping-table__title {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    h2.shipping-table__title {
      font-size: 28px;
      font-size: 1.75rem; } }

.shipping-table__info {
  width: 100%;
  display: flex;
  padding: 1.25em 0;
  border-bottom: 1px solid #ebebeb; }
  @media screen and (min-width: 1024px) {
    .shipping-table__info {
      padding: 1.5em 0; } }

.shipping-table__info__icon {
  width: 28px;
  height: 28px; }
  @media screen and (min-width: 1024px) {
    .shipping-table__info__icon {
      width: 40px;
      height: 40px; } }

.shipping-table__info__text {
  flex: 1;
  padding-left: 1em; }
  @media screen and (min-width: 1024px) {
    .shipping-table__info__text {
      padding-left: 1.5em; } }

.shipping-table__info__text__title {
  font-weight: 500;
  color: #333333;
  margin: 0 0 0.25em 0; }
  @media screen and (min-width: 0) {
    .shipping-table__info__text__title {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .shipping-table__info__text__title {
      font-size: 18px;
      font-size: 1.125rem; } }

.shipping-table__info__text__caption {
  color: #555;
  margin: 0;
  max-width: 75%; }
  @media screen and (min-width: 0) {
    .shipping-table__info__text__caption {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .shipping-table__info__text__caption {
      font-size: 16px;
      font-size: 1rem; } }

.shipping-table__info__price {
  margin: 0 0 auto;
  width: 12.5%;
  min-width: 140px;
  color: #333333;
  text-align: right; }
  @media screen and (min-width: 0) {
    .shipping-table__info__price {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .shipping-table__info__price {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 1024px) {
    .shipping-table__info__price {
      text-align: center; } }

.shipping-tabs {
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
  display: inline-block;
  width: 100%; }
  .shipping-tabs:before, .shipping-tabs:after {
    content: '';
    position: absolute;
    width: 2em;
    height: 1px;
    bottom: 0;
    background: #ebebeb; }
  .shipping-tabs:before {
    left: -2em; }
  .shipping-tabs:after {
    right: -2em; }

.shipping-tabs__container {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%; }

.shipping-tabs__tab {
  width: 50%;
  padding: 0; }
  .shipping-tabs__tab:first-of-type .shipping-tabs__tab__inner {
    border-right: 0; }
  .shipping-tabs__tab--active {
    pointer-events: none; }
    .shipping-tabs__tab--active .shipping-tabs__tab__inner {
      background: #fff;
      border-bottom-color: #fff; }
  .shipping-tabs__tab:hover .shipping-tabs__tab__inner {
    color: #292929; }

.shipping-tabs__tab__inner {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  color: #333333;
  background: #fbfbfb;
  width: 100%;
  padding: 1.4em 1em;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ebebeb;
  transition: all ease-in 0.2s; }
  @media screen and (min-width: 0) {
    .shipping-tabs__tab__inner {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 1024px) {
    .shipping-tabs__tab__inner {
      font-size: 20px;
      font-size: 1.25rem; } }
  .dyson-th.primary .shipping-tabs__tab__inner {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .shipping-tabs__tab__inner {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .shipping-tabs__tab__inner, .dyson-sa.rtl .shipping-tabs__tab__inner {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .shipping-tabs__tab__inner {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .shipping-tabs__tab__inner {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.shipping__scheduled-container .checkout-block__content__subheading {
  border-top: 1px solid #ebebeb;
  padding-bottom: 0;
  margin: 0;
  padding-top: 3em; }

.shipping__scheduled-container__summary {
  background-color: #fbfbfb;
  border: 1px solid #f3f3f3;
  padding: 1.5em;
  color: #333333;
  font-weight: 400;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  margin-bottom: 3em; }
  @media screen and (min-width: 0) {
    .shipping__scheduled-container__summary {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .shipping__scheduled-container__summary {
      font-size: 24px;
      font-size: 1.5rem; } }
  .dyson-th.primary .shipping__scheduled-container__summary {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .shipping__scheduled-container__summary {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .shipping__scheduled-container__summary, .dyson-sa.rtl .shipping__scheduled-container__summary {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .shipping__scheduled-container__summary {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .shipping__scheduled-container__summary {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.shipping__scheduled-container__summary__edit {
  position: absolute;
  top: 2em;
  right: 2em;
  color: #333333;
  text-decoration: underline; }
  @media screen and (min-width: 0) {
    .shipping__scheduled-container__summary__edit {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px) {
    .shipping__scheduled-container__summary__edit {
      font-size: 16px;
      font-size: 1rem; } }

.shipping__scheduled-container__summary__line {
  margin: 0; }

.shipping__scheduled-container__slots {
  padding-top: 3em;
  padding-bottom: 3em;
  margin-bottom: 3em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  white-space: normal;
  width: 100%; }

input.shipping__scheduled-container__slots__option {
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none; }

input.shipping__scheduled-container__slots__option:checked + label {
  box-shadow: inset 0 0 0 4px #666666; }

.shipping__scheduled-container__slots__button {
  color: #333333;
  cursor: pointer;
  outline: 0;
  border: 0;
  align-items: center;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #ebebeb;
  background-color: #fbfbfb; }

.shipping__scheduled-container__slots__button--day {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 1em 0.5em; }
  .shipping__scheduled-container__slots__button--day:nth-of-type(3n) {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .shipping__scheduled-container__slots__button--day {
      width: 24%;
      margin-right: 1%;
      margin-bottom: 1%; }
      .shipping__scheduled-container__slots__button--day:nth-of-type(3n) {
        margin-right: 1%; }
      .shipping__scheduled-container__slots__button--day:nth-of-type(4n) {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .shipping__scheduled-container__slots__button--day {
      width: 19.2%; }
      .shipping__scheduled-container__slots__button--day:nth-of-type(4n) {
        margin-right: 1%; }
      .shipping__scheduled-container__slots__button--day:nth-of-type(5n) {
        margin-right: 0; } }

.shipping__scheduled-container__times {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  white-space: normal; }

.shipping__scheduled-container__slots__button--time {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 2em 0.5em; }

.shipping__scheduled-container__slots__button--hide {
  display: none; }

.shipping__scheduled-container__slots__button__day {
  font-weight: 400; }
  @media screen and (min-width: 0) {
    .shipping__scheduled-container__slots__button__day {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px) {
    .shipping__scheduled-container__slots__button__day {
      font-size: 16px;
      font-size: 1rem; } }

.shipping__scheduled-container__slots__button__date {
  font-weight: 500;
  line-height: 1.2; }
  @media screen and (min-width: 0) {
    .shipping__scheduled-container__slots__button__date {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (min-width: 768px) {
    .shipping__scheduled-container__slots__button__date {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (min-width: 1024px) {
    .shipping__scheduled-container__slots__button__date {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media screen and (min-width: 1024px) {
    .shipping__scheduled-container__slots__button__date {
      line-height: 1.4; } }

.shipping__scheduled-container__slots__button__month {
  font-weight: 400; }
  @media screen and (min-width: 0) {
    .shipping__scheduled-container__slots__button__month {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 768px) {
    .shipping__scheduled-container__slots__button__month {
      font-size: 16px;
      font-size: 1rem; } }

.shipping__scheduled-container__slots__button__cost {
  font-weight: 500;
  color: #537D1C; }
  @media screen and (min-width: 0) {
    .shipping__scheduled-container__slots__button__cost {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .shipping__scheduled-container__slots__button__cost {
      font-size: 18px;
      font-size: 1.125rem; } }
  .shipping__scheduled-container__slots__button--day .shipping__scheduled-container__slots__button__cost {
    margin-top: 0.25em; }
    @media screen and (min-width: 0) {
      .shipping__scheduled-container__slots__button--day .shipping__scheduled-container__slots__button__cost {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 768px) {
      .shipping__scheduled-container__slots__button--day .shipping__scheduled-container__slots__button__cost {
        font-size: 16px;
        font-size: 1rem; } }

.standard-delivery-widget {
  display: none;
  margin-bottom: 2em; }
  @media screen and (min-width: 1024px) {
    .standard-delivery-widget {
      margin-bottom: 3em; } }

.standard-delivery-widget__method {
  display: flex;
  width: 100%; }

.standard-delivery-widget__method__icon {
  width: 32px;
  height: 32px; }
  @media screen and (min-width: 1024px) {
    .standard-delivery-widget__method__icon {
      width: 40px;
      height: 40px; } }

.standard-delivery-widget__method__details {
  flex: 1;
  padding-left: 1em; }
  @media screen and (min-width: 1024px) {
    .standard-delivery-widget__method__details {
      padding-left: 1.5em; } }

.standard-delivery-widget__method__details__title {
  font-weight: 500;
  margin: 0 0 0.25em 0; }
  @media screen and (min-width: 0) {
    .standard-delivery-widget__method__details__title {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .standard-delivery-widget__method__details__title {
      font-size: 18px;
      font-size: 1.125rem; } }

.standard-delivery-widget__method__details__delivery {
  margin-top: 0; }
  @media screen and (min-width: 0) {
    .standard-delivery-widget__method__details__delivery {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .standard-delivery-widget__method__details__delivery {
      font-size: 16px;
      font-size: 1rem; } }

.standard-delivery-widget__method__price {
  font-weight: 500;
  color: #537D1C;
  margin-left: auto; }
  @media screen and (min-width: 0) {
    .standard-delivery-widget__method__price {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .standard-delivery-widget__method__price {
      font-size: 18px;
      font-size: 1.125rem; } }

.shipping__cac {
  width: 100%;
  display: none;
  margin-bottom: 2em; }

.shipping__cac--show {
  display: inline-block; }

.shipping__cac__container {
  width: 100%;
  display: inline-block; }
  @media screen and (min-width: 1024px) {
    .shipping__cac__container {
      display: flex; } }

.shipping__cac__map {
  height: 480px;
  margin-bottom: 2em; }
  @media screen and (min-width: 1024px) {
    .shipping__cac__map {
      height: 510px;
      width: 48%;
      margin-right: 4%;
      margin-bottom: 0; } }

.shipping__cac__list {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  height: 510px; }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list {
      width: 48%; } }

.shipping__cac__list__location {
  width: 100%;
  position: relative;
  background-color: #fbfbfb;
  box-shadow: inset 0 0 0 1px #ebebeb;
  padding: 1.25em;
  margin-bottom: 0.75em;
  margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location {
      padding: 1.5em;
      margin-bottom: 1em; } }

.shipping__cac__list__location--selected {
  box-shadow: inset 0 0 0 4px #666666; }

.shipping__cac__list__location__top {
  margin-bottom: 1.25em;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location__top {
      margin-bottom: 1.5em; } }
  .shipping__cac__list__location__top input[type="checkbox"] {
    position: absolute;
    height: 2em;
    width: 2em;
    z-index: 1;
    left: 1.5em;
    margin: 0;
    padding: 0;
    opacity: 0;
    display: inline-block;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-th.primary .shipping__cac__list__location__top input[type="checkbox"] {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .shipping__cac__list__location__top input[type="checkbox"] {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .shipping__cac__list__location__top input[type="checkbox"], .dyson-sa.rtl .shipping__cac__list__location__top input[type="checkbox"] {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .shipping__cac__list__location__top input[type="checkbox"] {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .shipping__cac__list__location__top input[type="checkbox"] {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
    .shipping__cac__list__location__top input[type="checkbox"]:checked ~ label:after {
      opacity: 1; }
  .shipping__cac__list__location__top label {
    cursor: pointer;
    height: 32px;
    margin-right: 1rem;
    padding-left: 45px;
    position: relative;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    display: flex;
    align-items: center; }
    .dyson-th.primary .shipping__cac__list__location__top label {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .shipping__cac__list__location__top label {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .shipping__cac__list__location__top label, .dyson-sa.rtl .shipping__cac__list__location__top label {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .shipping__cac__list__location__top label {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .shipping__cac__list__location__top label {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
    .shipping__cac__list__location__top label:before, .shipping__cac__list__location__top label:after {
      content: '';
      height: 32px;
      width: 32px;
      position: absolute;
      top: 0;
      left: 0;
      transition: all .15s ease-in;
      box-sizing: border-box; }
    .shipping__cac__list__location__top label:before {
      border: 2px solid #ebebeb;
      background-color: #fff; }
    .shipping__cac__list__location__top label:after {
      background-image: url("../images/icons/sprite.png");
      background-repeat: no-repeat;
      background-position: 0 -1856px;
      opacity: 0; }

.shipping__cac__list__location__top__count {
  color: #333333;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: auto; }
  @media screen and (min-width: 0) {
    .shipping__cac__list__location__top__count {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location__top__count {
      font-size: 16px;
      font-size: 1rem; } }
  .dyson-th.primary .shipping__cac__list__location__top__count {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .shipping__cac__list__location__top__count {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .shipping__cac__list__location__top__count, .dyson-sa.rtl .shipping__cac__list__location__top__count {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .shipping__cac__list__location__top__count {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .shipping__cac__list__location__top__count {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.shipping__cac__list__location__name {
  margin-bottom: 1.25em; }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location__name {
      margin-bottom: 1.5em; } }

.shipping__cac__list__location__name__title {
  font-weight: 500;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  float: left;
  padding-right: 1em; }
  @media screen and (min-width: 0) {
    .shipping__cac__list__location__name__title {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location__name__title {
      font-size: 18px;
      font-size: 1.125rem; } }

.shipping__cac__list__location__name__distance {
  font-weight: 500;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  float: right; }
  @media screen and (min-width: 0) {
    .shipping__cac__list__location__name__distance {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location__name__distance {
      font-size: 18px;
      font-size: 1.125rem; } }
  .dyson-th.primary .shipping__cac__list__location__name__distance {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .shipping__cac__list__location__name__distance {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .shipping__cac__list__location__name__distance, .dyson-sa.rtl .shipping__cac__list__location__name__distance {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .shipping__cac__list__location__name__distance {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .shipping__cac__list__location__name__distance {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.shipping__cac__list__location__address {
  margin-bottom: 1.25em; }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location__address {
      margin-bottom: 1.5em; } }
  .shipping__cac__list__location__address span {
    display: block;
    color: #555555;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    @media screen and (min-width: 0) {
      .shipping__cac__list__location__address span {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 1024px) {
      .shipping__cac__list__location__address span {
        font-size: 16px;
        font-size: 1rem; } }
    .dyson-th.primary .shipping__cac__list__location__address span {
      font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-hk.primary .shipping__cac__list__location__address span {
      font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-ae.rtl .shipping__cac__list__location__address span, .dyson-sa.rtl .shipping__cac__list__location__address span {
      font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-il.rtl .shipping__cac__list__location__address span {
      font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dyson-kr .shipping__cac__list__location__address span {
      font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.shipping__cac__list__location__details p {
  display: block;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 0) {
    .shipping__cac__list__location__details p {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location__details p {
      font-size: 16px;
      font-size: 1rem; } }
  .dyson-th.primary .shipping__cac__list__location__details p {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .shipping__cac__list__location__details p {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .shipping__cac__list__location__details p, .dyson-sa.rtl .shipping__cac__list__location__details p {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .shipping__cac__list__location__details p {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .shipping__cac__list__location__details p {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }

.shipping__cac__list__location__details__link {
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
  text-decoration: underline;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 0) {
    .shipping__cac__list__location__details__link {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location__details__link {
      font-size: 16px;
      font-size: 1rem; } }
  .dyson-th.primary .shipping__cac__list__location__details__link {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .shipping__cac__list__location__details__link {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .shipping__cac__list__location__details__link, .dyson-sa.rtl .shipping__cac__list__location__details__link {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .shipping__cac__list__location__details__link {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .shipping__cac__list__location__details__link {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .shipping__cac__list__location__details__link:hover, .shipping__cac__list__location__details__link:focus {
    text-decoration: none; }

.shipping__cac__list__location__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-color: #fbfbfb;
  box-shadow: inset 0 0 0 1px #ebebeb;
  padding: 1.25em; }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location__overlay {
      padding: 1.5em; } }
  .shipping__cac__list__location__overlay .shipping__cac__list__location__overlay__list {
    margin: 0;
    padding-left: 20px; }
    .shipping__cac__list__location__overlay .shipping__cac__list__location__overlay__list li {
      color: #333333;
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      list-style: disc;
      margin: 0;
      line-height: 1.5; }
      @media screen and (min-width: 0) {
        .shipping__cac__list__location__overlay .shipping__cac__list__location__overlay__list li {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media screen and (min-width: 1024px) {
        .shipping__cac__list__location__overlay .shipping__cac__list__location__overlay__list li {
          font-size: 16px;
          font-size: 1rem; } }
      .dyson-th.primary .shipping__cac__list__location__overlay .shipping__cac__list__location__overlay__list li {
        font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-hk.primary .shipping__cac__list__location__overlay .shipping__cac__list__location__overlay__list li {
        font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-ae.rtl .shipping__cac__list__location__overlay .shipping__cac__list__location__overlay__list li, .dyson-sa.rtl .shipping__cac__list__location__overlay .shipping__cac__list__location__overlay__list li {
        font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-il.rtl .shipping__cac__list__location__overlay .shipping__cac__list__location__overlay__list li {
        font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .dyson-kr .shipping__cac__list__location__overlay .shipping__cac__list__location__overlay__list li {
        font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  .shipping__cac__list__location--overlay .shipping__cac__list__location__overlay {
    display: inherit; }

.shipping__cac__list__location__overlay__title {
  font-weight: 500;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  margin-bottom: 1.25em;
  padding-right: 1.5em; }
  @media screen and (min-width: 0) {
    .shipping__cac__list__location__overlay__title {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location__overlay__title {
      font-size: 18px;
      font-size: 1.125rem; } }
  .dyson-th.primary .shipping__cac__list__location__overlay__title {
    font-family: "Futura Thai", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-hk.primary .shipping__cac__list__location__overlay__title {
    font-family: "Futura Hant", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-ae.rtl .shipping__cac__list__location__overlay__title, .dyson-sa.rtl .shipping__cac__list__location__overlay__title {
    font-family: "Futura Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-il.rtl .shipping__cac__list__location__overlay__title {
    font-family: "Futura Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dyson-kr .shipping__cac__list__location__overlay__title {
    font-family: "Noto Sans", Helvetica, Arial, sans-seif; }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location__overlay__title {
      margin-bottom: 1.5em; } }

.shipping__cac__list__location__overlay__close {
  position: absolute;
  background: url("../images/icons/modal-close-blk.png");
  background-repeat: no-repeat;
  right: 1.25rem;
  top: 1.25rem;
  height: 16px;
  width: 16px;
  background-size: 16px 16px; }
  @media screen and (min-width: 1024px) {
    .shipping__cac__list__location__overlay__close {
      right: 1.5rem;
      top: 1.5rem;
      height: 20px;
      width: 20px;
      background-size: 20px 20px; } }

.form-shipping-address--scheduled .shipping__panel--scheduleddelivery {
  display: block; }
  .form-shipping-address--scheduled .shipping__panel--scheduleddelivery.shipping__scheduled-container__slots {
    display: inline-flex; }

.form-shipping-address--scheduled .shipping__panel--clickandcollect {
  display: none; }

.form-shipping-address--scheduled .field--address-lookup {
  display: inline-block;
  width: 100%;
  padding-bottom: 1.5em; }

.form-shipping-address--clickandcollect .shipping__panel--scheduleddelivery {
  display: none; }

.form-shipping-address--clickandcollect .shipping__panel--clickandcollect {
  display: block; }

.form-shipping-address--clickandcollect .field--address-lookup {
  display: inline-block;
  width: 100%; }

.form-shipping-address--clickandcollect .field--delivery-to-someone-else {
  display: inline-block;
  width: 100%; }

.form-shipping-address--clickandcollect .field--delivery-to-someone-else,
.form-shipping-address--clickandcollect .field--toggle-fields-layout,
.form-shipping-address--clickandcollect .field--other {
  display: none !important; }

.field--address-lookup,
.field--delivery-to-someone-else {
  display: none;
  float: left; }

.messages--am-checkout {
  padding-top: 61px; }
  @media screen and (min-width: 1024px) {
    .messages--am-checkout {
      padding-top: 0; } }
  .messages--am-checkout .message {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0; }
    .messages--am-checkout .message .layout, .messages--am-checkout .message.cookie .content, .messages--am-checkout .message .sub-category-nav__wrapper.dcr-category-nav__wrapper {
      font-weight: 500; }

.checkout-action {
  text-decoration: underline;
  color: #333333;
  cursor: pointer; }
  .checkout-action:hover, .checkout-action:focus {
    text-decoration: none; }

.field--toggle-fields-layout {
  padding-top: 1em; }
  .field--toggle-fields-layout .checkout-action--manual {
    display: inherit; }
  .field--toggle-fields-layout .checkout-action--lookup {
    display: none; }
  .field--toggle-fields-layout--manual .checkout-action--manual {
    display: none; }
  .field--toggle-fields-layout--manual .checkout-action--lookup {
    display: inherit; }

.checkout-error {
  display: inline-block;
  width: 100%;
  color: #dd4157;
  padding-top: 1em; }

.form-shipping-address--clickandcollect .button--postcode-check {
  display: inline-block !important; }

.form-shipping-address--scheduled .button--postcode-check {
  display: none !important; }

.field-error--postcode {
  display: none; }
  .form-shipping-address--scheduled .field-error--postcode {
    display: none !important; }

.form-shipping-address--clickandcollect .button--postcode-check {
  min-width: 120px;
  height: 64px; }

.form-shipping-address--clickandcollect .field[name="shippingAddress.postcode"] {
  width: 100% !important;
  display: block !important; }
  .form-shipping-address--clickandcollect .field[name="shippingAddress.postcode"] .control {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%; }
    .form-shipping-address--clickandcollect .field[name="shippingAddress.postcode"] .control .input-text {
      width: 48%;
      order: 1; }
    .form-shipping-address--clickandcollect .field[name="shippingAddress.postcode"] .control .button--postcode-check {
      order: 2; }
    .form-shipping-address--clickandcollect .field[name="shippingAddress.postcode"] .control .field-error {
      order: 3;
      width: 100%;
      flex: 0 0 100%; }

.form-shipping-address--clickandcollect .field[name="shippingAddress.custom_attributes.terms_and_conditions_accepted"],
.form-shipping-address--clickandcollect .field[name="shippingAddress.custom_attributes.privacy_policy_accepted"],
.form-shipping-address--clickandcollect .field[name="shippingAddress.custom_attributes.newsletter_signup"] {
  display: block !important; }

.dyson-pl.checkout-sp .am-checkout #customer-email-fieldset {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl.checkout-sp .am-checkout #customer-email-fieldset {
      float: left;
      width: 48%;
      margin-right: 4%; } }
  .dyson-pl.checkout-sp .am-checkout #customer-email-fieldset .field {
    width: 100%; }

.dyson-pl.checkout-sp .checkout-block--billing-mandatory .payment-method-content[data-tab-content="1"] .checkout-billing-address .billing-address-same-as-shipping-block,
.dyson-pl.checkout-sp .checkout-block--billing-mandatory .payment-method-content[data-tab-content="3"] .checkout-billing-address .billing-address-same-as-shipping-block {
  display: none !important; }

.dyson-pl.checkout-sp .checkout-block--billing-mandatory .payment-method-content[data-tab-content="1"] .checkout-billing-address .action-update,
.dyson-pl.checkout-sp .checkout-block--billing-mandatory .payment-method-content[data-tab-content="3"] .checkout-billing-address .action-update {
  float: right; }

.dyson-pl.checkout-sp .checkout-block--billing-mandatory .payment-method-content[data-tab-content="1"] .checkout-billing-address .action-cancel,
.dyson-pl.checkout-sp .checkout-block--billing-mandatory .payment-method-content[data-tab-content="3"] .checkout-billing-address .action-cancel {
  display: none !important; }

.dyson-pl.checkout-sp .checkout-block--billing-mandatory .payment-method-content[data-tab-content="1"] .checkout-billing-address fieldset.fieldset,
.dyson-pl.checkout-sp .checkout-block--billing-mandatory .payment-method-content[data-tab-content="3"] .checkout-billing-address fieldset.fieldset {
  display: block !important; }

.dyson-pl.checkout-sp .checkout-block--billing-mandatory .payment-method-content[data-tab-content="2"] .billing-address-details {
  display: none !important; }

.carousel__slider {
  overflow: hidden;
  -ms-overflow-style: none;
  transform: none; }

.carousel__slider .slider__control-carousel--prev--Light,
.carousel__slider .slider__control-carousel--prev--Dark {
  left: 4px;
  display: block;
  font-size: 24px;
  line-height: 0;
  padding-bottom: 7px;
  padding-left: 0; }
  @media screen and (min-width: 768px) {
    .carousel__slider .slider__control-carousel--prev--Light,
    .carousel__slider .slider__control-carousel--prev--Dark {
      left: 28px; } }
  @media screen and (min-width: 1024px) {
    .carousel__slider .slider__control-carousel--prev--Light,
    .carousel__slider .slider__control-carousel--prev--Dark {
      font-size: 30px;
      left: 16px; } }

.carousel__slider .slider__control-carousel--next--Light,
.carousel__slider .slider__control-carousel--next--Dark {
  right: 4px;
  display: block;
  font-size: 24px;
  line-height: 0;
  padding-bottom: 7px;
  padding-left: 2px;
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .carousel__slider .slider__control-carousel--next--Light,
    .carousel__slider .slider__control-carousel--next--Dark {
      right: 28px; } }
  @media screen and (min-width: 1024px) {
    .carousel__slider .slider__control-carousel--next--Light,
    .carousel__slider .slider__control-carousel--next--Dark {
      right: 16px;
      font-size: 30px; } }

.carousel__slider .slick-track {
  position: relative;
  top: 0;
  display: block;
  height: 100%; }

.carousel__slider .slider__list {
  margin-left: 0;
  transform: none; }

.carousel__slider .slider__list__slide {
  position: relative;
  transform: none; }
  .carousel__slider .slider__list__slide--video {
    position: relative; }
    .carousel__slider .slider__list__slide--video picture {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%; }
    .carousel__slider .slider__list__slide--video .fluid-media {
      z-index: 10; }
    .carousel__slider .slider__list__slide--video .image__cta {
      z-index: 30; }
    .carousel__slider .slider__list__slide--video button.image__cta--roundal {
      background: none;
      border: none; }
  .carousel__slider .slider__list__slide--video--active picture {
    z-index: 10; }
  .carousel__slider .slider__list__slide--video--active video {
    position: relative;
    z-index: 20; }
  .carousel__slider .slider__list__slide--video--active .image__cta {
    display: none; }

.carousel__slider .slick-dots {
  z-index: 20;
  left: 50%;
  padding-left: 0;
  display: flex !important;
  align-items: center;
  bottom: 0;
  position: absolute;
  transform: translateX(-50%);
  margin: 28px 0; }
  @media screen and (min-width: 768px) {
    .carousel__slider .slick-dots {
      margin: 36px 0; } }
  @media screen and (min-width: 1024px) {
    .carousel__slider .slick-dots {
      margin: 44px 0; } }
  .carousel__slider .slick-dots li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    margin: 0 .375rem;
    padding: 0;
    cursor: pointer;
    opacity: .4; }
    .carousel__slider .slick-dots li button {
      border: 0;
      display: block;
      height: 24px;
      width: 24px;
      line-height: 0;
      font-size: 0;
      padding: .25rem;
      cursor: pointer;
      border-radius: 50%;
      pointer-events: none;
      background: transparent; }
      .carousel__slider .slick-dots li button:before {
        content: "";
        position: absolute;
        border-radius: 50%;
        height: .5rem;
        width: .5rem;
        top: 33%;
        left: 35%; }
    .carousel__slider .slick-dots li:hover, .carousel__slider .slick-dots li:focus {
      opacity: 1; }
    .carousel__slider .slick-dots li.slick-active {
      height: 16px;
      width: 16px;
      background: transparent;
      border-radius: 50%; }
      .carousel__slider .slick-dots li.slick-active button {
        background: transparent;
        height: 24px;
        width: 24px; }
      .carousel__slider .slick-dots li.slick-active:hover, .carousel__slider .slick-dots li.slick-active:focus {
        opacity: 1; }

.carousel__slider .slider__control--carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: none;
  border: none;
  color: transparent; }
  .carousel__slider .slider__control--carousel:before {
    background: transparent;
    content: '';
    height: 32px;
    width: 32px;
    display: block;
    border-radius: 50%;
    opacity: .7;
    background-image: url(../images/icons/carousel-chevron.svg);
    background-size: 30px 30px; }
    @media screen and (min-width: 768px) {
      .carousel__slider .slider__control--carousel:before {
        height: 40px;
        width: 40px; } }
    @media screen and (min-width: 1024px) {
      .carousel__slider .slider__control--carousel:before {
        height: 48px;
        width: 48px; } }
  .carousel__slider .slider__control--carousel:after {
    border: none;
    border-radius: 50%;
    padding: 0;
    content: '';
    height: 44px;
    width: 44px;
    vertical-align: middle;
    overflow: hidden;
    opacity: .7;
    display: block;
    top: 0;
    position: absolute;
    left: -6px; }
    @media screen and (min-width: 768px) {
      .carousel__slider .slider__control--carousel:after {
        height: 48px;
        width: 48px;
        top: 3px;
        left: -4px; } }
    @media screen and (min-width: 1024px) {
      .carousel__slider .slider__control--carousel:after {
        height: 56px;
        width: 56px;
        top: 3px;
        left: -4px; } }
  .carousel__slider .slider__control--carousel.slick-disabled {
    display: none !important; }

.carousel-slider .slider__control--carousel {
  transition: .25s; }
  .carousel-slider .slider__control--carousel:hover::before {
    border: 0;
    outline: 0;
    opacity: 1; }

.carousel-slider[data-arrows-theme="light"] li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: .4;
  transition: .25s; }
  .carousel-slider[data-arrows-theme="light"] li button {
    border: 0;
    display: block;
    width: 24px;
    line-height: 0;
    font-size: 0;
    padding: .25rem;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: none;
    background: transparent; }
    .carousel-slider[data-arrows-theme="light"] li button:before {
      content: "";
      position: absolute;
      background: #333333;
      border-radius: 50%;
      top: 33%;
      left: 35%;
      transition: .25s; }
  .carousel-slider[data-arrows-theme="light"] li:hover, .carousel-slider[data-arrows-theme="light"] li:focus {
    opacity: 1;
    transition: .25s; }
  .carousel-slider[data-arrows-theme="light"] li.slick-active {
    height: 24px;
    width: 24px;
    background: transparent;
    border-radius: 50%;
    opacity: .7;
    transition: all .25s; }
    .carousel-slider[data-arrows-theme="light"] li.slick-active button {
      background: #333333;
      height: 16px;
      width: 16px;
      transition: .25s; }
    .carousel-slider[data-arrows-theme="light"] li.slick-active:hover, .carousel-slider[data-arrows-theme="light"] li.slick-active:focus {
      opacity: 1;
      transition: .25s; }

.carousel-slider[data-arrows-theme="light"] button svg {
  transform: rotate(270deg);
  fill: #fff;
  position: absolute;
  top: 18px;
  height: 10px;
  width: 10px;
  left: 14px; }

.carousel-slider[data-arrows-theme="light"] button:before {
  background: #333333;
  transition: .25s; }

.carousel-slider[data-arrows-theme="light"] button svg.hero-carousel__icon--next {
  transform: rotate(270deg);
  fill: #fff;
  position: absolute;
  top: 14px;
  height: 16px;
  width: 16px;
  left: 11px; }
  @media screen and (min-width: 768px) {
    .carousel-slider[data-arrows-theme="light"] button svg.hero-carousel__icon--next {
      left: 15px;
      top: 18px; } }
  @media screen and (min-width: 1024px) {
    .carousel-slider[data-arrows-theme="light"] button svg.hero-carousel__icon--next {
      height: 20px;
      width: 20px;
      left: 17px;
      top: 20px; } }

.carousel-slider[data-arrows-theme="light"] button svg.hero-carousel__icon--prev {
  transform: rotate(90deg);
  fill: #fff;
  position: absolute;
  top: 14px;
  height: 16px;
  width: 16px;
  left: 7px; }
  @media screen and (min-width: 768px) {
    .carousel-slider[data-arrows-theme="light"] button svg.hero-carousel__icon--prev {
      left: 11px;
      top: 18px; } }
  @media screen and (min-width: 1024px) {
    .carousel-slider[data-arrows-theme="light"] button svg.hero-carousel__icon--prev {
      height: 20px;
      width: 20px;
      left: 12px;
      top: 20px; } }

.carousel-slider[data-arrows-theme="light"] button:before {
  background: #333333;
  transition: .25s; }

.carousel-slider[data-arrows-theme="dark"] li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: .3;
  transition: .25s; }
  .carousel-slider[data-arrows-theme="dark"] li button {
    border: 0;
    display: block;
    width: 24px;
    line-height: 0;
    font-size: 0;
    padding: .25rem;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: none;
    background: transparent; }
    .carousel-slider[data-arrows-theme="dark"] li button:before {
      content: "";
      position: absolute;
      background: #fff;
      border-radius: 50%;
      top: 33%;
      left: 35%;
      transition: .25s; }
  .carousel-slider[data-arrows-theme="dark"] li:hover, .carousel-slider[data-arrows-theme="dark"] li:focus {
    opacity: 1;
    transition: .25s; }
  .carousel-slider[data-arrows-theme="dark"] li.slick-active {
    height: 24px;
    width: 24px;
    background: transparent;
    border-radius: 50%;
    opacity: .6;
    transition: .25s; }
    .carousel-slider[data-arrows-theme="dark"] li.slick-active button {
      background: #fff;
      width: 16px;
      height: 16px;
      transition: .25s; }
    .carousel-slider[data-arrows-theme="dark"] li.slick-active:hover, .carousel-slider[data-arrows-theme="dark"] li.slick-active:focus {
      opacity: 1;
      transition: .25s; }

.carousel-slider[data-arrows-theme="dark"] button svg.hero-carousel__icon--next {
  transform: rotate(270deg);
  fill: #333333;
  position: absolute;
  top: 14px;
  height: 16px;
  width: 16px;
  left: 11px; }
  @media screen and (min-width: 768px) {
    .carousel-slider[data-arrows-theme="dark"] button svg.hero-carousel__icon--next {
      left: 15px;
      top: 18px; } }
  @media screen and (min-width: 1024px) {
    .carousel-slider[data-arrows-theme="dark"] button svg.hero-carousel__icon--next {
      height: 20px;
      width: 20px;
      left: 17px;
      top: 20px; } }

.carousel-slider[data-arrows-theme="dark"] button svg.hero-carousel__icon--prev {
  transform: rotate(90deg);
  fill: #333333;
  position: absolute;
  top: 14px;
  height: 16px;
  width: 16px;
  left: 7px; }
  @media screen and (min-width: 768px) {
    .carousel-slider[data-arrows-theme="dark"] button svg.hero-carousel__icon--prev {
      left: 11px;
      top: 18px; } }
  @media screen and (min-width: 1024px) {
    .carousel-slider[data-arrows-theme="dark"] button svg.hero-carousel__icon--prev {
      height: 20px;
      width: 20px;
      left: 12px;
      top: 20px; } }

.carousel-slider[data-arrows-theme="dark"] button:before {
  background: #fff;
  transition: .25s; }

.notify .form__item--checkbox label {
  background-color: transparent;
  padding-top: 5px; }

.notify .form span > a {
  text-decoration: underline; }
  .notify .form span > a:hover, .notify .form span > a:focus {
    text-decoration: none; }

.product_notify_success {
  height: auto;
  min-height: 150px; }

.sticky-promotion-banner .layout, .sticky-promotion-banner .message.cookie .content, .message.cookie .sticky-promotion-banner .content, .sticky-promotion-banner .sub-category-nav__wrapper.dcr-category-nav__wrapper {
  padding-left: 0;
  padding-right: 0;
  max-width: 1000px; }
  @media screen and (min-width: 1024px) {
    .sticky-promotion-banner .layout, .sticky-promotion-banner .message.cookie .content, .message.cookie .sticky-promotion-banner .content, .sticky-promotion-banner .sub-category-nav__wrapper.dcr-category-nav__wrapper {
      padding-left: 24px;
      max-width: 1024px; } }
  @media screen and (min-width: 1280px) {
    .sticky-promotion-banner .layout, .sticky-promotion-banner .message.cookie .content, .message.cookie .sticky-promotion-banner .content, .sticky-promotion-banner .sub-category-nav__wrapper.dcr-category-nav__wrapper {
      padding-left: 27px;
      max-width: 1280px; } }
  @media screen and (min-width: 1400px) {
    .sticky-promotion-banner .layout, .sticky-promotion-banner .message.cookie .content, .message.cookie .sticky-promotion-banner .content, .sticky-promotion-banner .sub-category-nav__wrapper.dcr-category-nav__wrapper {
      padding-left: 29px;
      max-width: 1025px; } }

.message.global.cookie.sticky-promotion-banner__container {
  background: #000;
  opacity: 0.95;
  color: #fff;
  width: 100%;
  bottom: 0;
  position: fixed;
  padding: 16px;
  z-index: 30;
  font-size: 14px;
  line-height: 20px;
  max-width: 1280px; }
  @media screen and (min-width: 768px) {
    .message.global.cookie.sticky-promotion-banner__container {
      padding: 20px; } }
  @media screen and (min-width: 1024px) {
    .message.global.cookie.sticky-promotion-banner__container {
      width: 75%;
      padding: 24px 24px 24px 0; } }

.message.cookie.sticky-promotion-banner__container p {
  margin-top: 0; }

.message.global.cookie.sticky-promotion-banner__container .content {
  width: 100%;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .message.global.cookie.sticky-promotion-banner__container .content {
      width: 100%; } }

.message.global.cookie.sticky-promotion-banner__container .actions {
  right: 0; }
  .message.global.cookie.sticky-promotion-banner__container .actions .action {
    padding: 0; }

.sticky-promotion-banner--text-container {
  margin-left: 8px; }
  @media screen and (min-width: 768px) {
    .sticky-promotion-banner--text-container {
      margin-left: 12px; } }

.rtl .sticky-promotion-banner--text-container {
  margin-right: 8px;
  margin-left: 0; }
  @media screen and (min-width: 768px) {
    .rtl .sticky-promotion-banner--text-container {
      margin-right: 12px; } }

.sticky-promotion-banner__text {
  padding: 0;
  display: flex; }
  @media screen and (min-width: 1280px) {
    .sticky-promotion-banner__text {
      padding: 0; } }
  .sticky-promotion-banner__text span, .sticky-promotion-banner__text a {
    line-height: 20px;
    color: #333333; }
    @media screen and (min-width: 0) {
      .sticky-promotion-banner__text span, .sticky-promotion-banner__text a {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 1024px) {
      .sticky-promotion-banner__text span, .sticky-promotion-banner__text a {
        line-height: 24px; } }
  @media screen and (min-width: 1024px) and (min-width: 0) {
    .sticky-promotion-banner__text span, .sticky-promotion-banner__text a {
      font-size: 16px;
      font-size: 1rem; } }
  .sticky-promotion-banner__text span {
    display: block; }
    @media screen and (min-width: 768px) {
      .sticky-promotion-banner__text span {
        display: inline-block; } }
  .sticky-promotion-banner__text a {
    font-weight: normal;
    text-decoration: underline; }

.sticky-promotion-banner__icon {
  height: 18px;
  width: 18px;
  flex-shrink: 0; }
  @media screen and (min-width: 768px) {
    .sticky-promotion-banner__icon {
      height: 20px;
      width: 20px; } }
  @media screen and (min-width: 1024px) {
    .sticky-promotion-banner__icon {
      height: 24px;
      width: 24px; } }

.sticky-promotion-banner__icon img {
  vertical-align: top; }

.sticky-promotion__wysiwyg {
  margin-right: 48px;
  max-height: 60px;
  min-height: 20px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .sticky-promotion__wysiwyg {
      padding-right: 60px;
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .sticky-promotion__wysiwyg {
      padding-right: 26px;
      max-height: 70px; } }

.sticky-promotion__wysiwyg span {
  overflow: hidden;
  max-height: 60px; }
  @media screen and (min-width: 1024px) {
    .sticky-promotion__wysiwyg span {
      max-height: 70px; } }

.sticky-promotion__wysiwyg p span a span {
  display: inline; }

.sticky-promotion__wysiwyg a:link,
.sticky-promotion__wysiwyg a:visited,
.sticky-promotion__wysiwyg a:active,
.message.cookie.sticky-promotion-banner__container p a:link,
.message.cookie.sticky-promotion-banner__container p a:visited,
.message.cookie.sticky-promotion-banner__container p a:active {
  text-decoration: none;
  border-bottom: 1px solid; }

.sticky-promotion__wysiwyg a:hover,
.sticky-promotion__wysiwyg a:focus,
.message.cookie.sticky-promotion-banner__container p a:hover,
.message.cookie.sticky-promotion-banner__container p a:focus {
  text-decoration: none;
  border-bottom: 1px solid transparent; }

.rtl .sticky-promotion__wysiwyg {
  margin-left: 32px;
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    .rtl .sticky-promotion__wysiwyg {
      margin-left: 40px; } }
  @media screen and (min-width: 1024px) {
    .rtl .sticky-promotion__wysiwyg {
      margin-left: 48px; } }

.action.allow.primary.sticky-promotion-banner__close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 15px;
  transition-timing-function: ease-in;
  transition: 0.2s; }
  @media screen and (min-width: 768px) {
    .action.allow.primary.sticky-promotion-banner__close {
      margin-left: 40px;
      right: 15px; } }
  @media screen and (min-width: 1024px) {
    .action.allow.primary.sticky-promotion-banner__close {
      margin-left: 48px;
      right: 19px;
      top: 16px; } }

.rtl .action.allow.primary.sticky-promotion-banner__close {
  width: 16px;
  height: 16px;
  right: auto;
  left: 10px;
  top: 15px;
  margin-right: 5px; }
  @media screen and (min-width: 768px) {
    .rtl .action.allow.primary.sticky-promotion-banner__close {
      margin-left: 0;
      margin-right: 40px;
      left: 15px; } }
  @media screen and (min-width: 1024px) {
    .rtl .action.allow.primary.sticky-promotion-banner__close {
      margin-left: 0;
      margin-right: 48px;
      left: 19px;
      top: 15px; } }

.action.allow.primary.sticky-promotion-banner__close svg {
  width: 16px;
  height: 16px;
  right: 6px;
  top: 5px; }
  @media screen and (min-width: 768px) {
    .action.allow.primary.sticky-promotion-banner__close svg {
      width: 20px;
      height: 20px;
      top: 9px; } }
  @media screen and (min-width: 1024px) {
    .action.allow.primary.sticky-promotion-banner__close svg {
      width: 24px;
      height: 24px;
      right: 5px; } }

.rtl .action.allow.primary.sticky-promotion-banner__close svg {
  width: 16px;
  height: 16px;
  right: 15px;
  top: 0px; }
  @media screen and (min-width: 768px) {
    .rtl .action.allow.primary.sticky-promotion-banner__close svg {
      width: 20px;
      height: 20px;
      top: 8px; } }
  @media screen and (min-width: 1024px) {
    .rtl .action.allow.primary.sticky-promotion-banner__close svg {
      width: 24px;
      height: 24px;
      right: 5px;
      top: 9px; } }

.rtl .sticky-promotion-banner .message.cookie .actions {
  left: 20px;
  top: 0px; }

.message.cookie .sticky-promotion-banner--text-container p a {
  font-weight: normal; }

@media screen and (min-width: 640px) {
  .site-wide-alert-banner .alert-banner, .site-wide-alert-banner-product-page .alert-banner {
    padding-top: 10px;
    padding-bottom: 10px; } }

@media screen and (max-width: 640px) {
  .site-wide-alert-banner .alert-banner, .site-wide-alert-banner-product-page .alert-banner {
    padding-top: 10px;
    padding-bottom: 10px; } }

@media screen and (min-width: 1024px) {
  .site-wide-alert-banner .alert-banner, .site-wide-alert-banner-product-page .alert-banner {
    padding: 10px; } }

.site-wide-alert-banner .content.layout, .site-wide-alert-banner .message.cookie .content, .message.cookie .site-wide-alert-banner .content, .site-wide-alert-banner .content.sub-category-nav__wrapper.dcr-category-nav__wrapper, .site-wide-alert-banner-product-page .content.layout, .site-wide-alert-banner-product-page .message.cookie .content, .message.cookie .site-wide-alert-banner-product-page .content, .site-wide-alert-banner-product-page .content.sub-category-nav__wrapper.dcr-category-nav__wrapper {
  position: relative; }

.site-wide-alert-banner .sitewide-alert-read-more, .site-wide-alert-banner-product-page .sitewide-alert-read-more {
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -3px; }

.site-wide-alert-banner button, .site-wide-alert-banner-product-page button {
  background: none;
  border: 0;
  padding: 0; }

.site-wide-alert-banner .sitewide-alert-content, .site-wide-alert-banner-product-page .sitewide-alert-content {
  margin-right: 32px; }
  .site-wide-alert-banner .sitewide-alert-content .text, .site-wide-alert-banner-product-page .sitewide-alert-content .text {
    display: inline;
    margin: 0; }
    .site-wide-alert-banner .sitewide-alert-content .text p, .site-wide-alert-banner .sitewide-alert-content .text h1, .site-wide-alert-banner .sitewide-alert-content .text h2, .site-wide-alert-banner .sitewide-alert-content .text h3, .site-wide-alert-banner .sitewide-alert-content .text h4, .site-wide-alert-banner .sitewide-alert-content .text h5, .site-wide-alert-banner .sitewide-alert-content .text h6, .site-wide-alert-banner-product-page .sitewide-alert-content .text p, .site-wide-alert-banner-product-page .sitewide-alert-content .text h1, .site-wide-alert-banner-product-page .sitewide-alert-content .text h2, .site-wide-alert-banner-product-page .sitewide-alert-content .text h3, .site-wide-alert-banner-product-page .sitewide-alert-content .text h4, .site-wide-alert-banner-product-page .sitewide-alert-content .text h5, .site-wide-alert-banner-product-page .sitewide-alert-content .text h6 {
      display: inline;
      margin: 0; }

.site-wide-alert-banner .sitewide-alert-banner__text p, .site-wide-alert-banner-product-page .sitewide-alert-banner__text p {
  margin: 0; }

.site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text {
  font-size: 14px;
  line-height: 20px;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text p, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text h1, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text h2, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text h3, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text h4, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text h5, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text h6, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text span, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text strong, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text p, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text h1, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text h2, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text h3, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text h4, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text h5, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text h6, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text span, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text strong, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text p, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text h1, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text h2, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text h3, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text h4, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text h5, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text h6, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text span, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text strong, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text p, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text h1, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text h2, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text h3, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text h4, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text h5, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text h6, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text span, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text strong {
    font-size: 14px;
    line-height: 20px;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text p, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h1, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h2, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h3, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h4, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h5, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h6, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text span, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text strong, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text p, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h1, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h2, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h3, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h4, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h5, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h6, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text span, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text strong, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text p, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h1, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h2, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h3, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h4, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h5, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h6, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text span, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text strong, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text p, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h1, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h2, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h3, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h4, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h5, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h6, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text span, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text strong {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 640px) {
      .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text p, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h1, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h2, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h3, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h4, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h5, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h6, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text span, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text strong, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text p, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h1, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h2, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h3, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h4, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h5, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h6, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text span, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text strong, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text p, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h1, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h2, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h3, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h4, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h5, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h6, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text span, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text strong, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text p, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h1, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h2, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h3, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h4, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h5, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h6, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text span, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text strong {
        font-size: 16px;
        line-height: 26px; } }
    @media screen and (max-width: 640px) {
      .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text p, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h1, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h2, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h3, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h4, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h5, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h6, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text span, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text strong, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text p, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h1, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h2, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h3, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h4, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h5, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h6, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text span, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text strong, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text p, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h1, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h2, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h3, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h4, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h5, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h6, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text span, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text strong, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text p, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h1, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h2, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h3, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h4, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h5, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h6, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text span, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text strong {
        font-size: 16px;
        line-height: 26px; } }
    @media screen and (min-width: 1024px) {
      .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text p, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h1, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h2, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h3, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h4, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h5, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h6, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text span, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-content__text .button-text strong, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text p, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h1, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h2, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h3, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h4, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h5, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h6, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text span, .site-wide-alert-banner .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text strong, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text p, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h1, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h2, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h3, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h4, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h5, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text h6, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text span, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-content__text .button-text strong, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text p, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h1, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h2, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h3, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h4, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h5, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text h6, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text span, .site-wide-alert-banner-product-page .sitewide-alert-banner__text .sitewide-alert-more-content__text .button-text strong {
        font-size: 18px;
        line-height: 28px; } }

.site-wide-alert-banner .sitewide-alert-banner__icon, .site-wide-alert-banner-product-page .sitewide-alert-banner__icon {
  width: 28px;
  height: 28px;
  margin-right: 8px; }

.site-wide-alert-banner .cta .sitewide-alert-cta-title, .site-wide-alert-banner-product-page .cta .sitewide-alert-cta-title {
  display: flex;
  margin-top: 8px; }
  .site-wide-alert-banner .cta .sitewide-alert-cta-title .button-text, .site-wide-alert-banner-product-page .cta .sitewide-alert-cta-title .button-text {
    align-self: center;
    font-weight: 500;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 640px) {
      .site-wide-alert-banner .cta .sitewide-alert-cta-title .button-text, .site-wide-alert-banner-product-page .cta .sitewide-alert-cta-title .button-text {
        font-size: 16px; } }
    @media screen and (max-width: 640px) {
      .site-wide-alert-banner .cta .sitewide-alert-cta-title .button-text, .site-wide-alert-banner-product-page .cta .sitewide-alert-cta-title .button-text {
        font-size: 16px; } }
    @media screen and (min-width: 1024px) {
      .site-wide-alert-banner .cta .sitewide-alert-cta-title .button-text, .site-wide-alert-banner-product-page .cta .sitewide-alert-cta-title .button-text {
        font-size: 18px; } }

.site-wide-alert-banner .actions.close, .site-wide-alert-banner-product-page .actions.close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 30px;
  top: -5px;
  transition-timing-function: ease-in;
  transition: 0.2s;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .site-wide-alert-banner .actions.close, .site-wide-alert-banner-product-page .actions.close {
      right: 35px;
      top: 0; } }
  @media screen and (min-width: 1024px) {
    .site-wide-alert-banner .actions.close, .site-wide-alert-banner-product-page .actions.close {
      right: 12px;
      top: -4px; } }

.rtl .actions.close {
  width: 16px;
  height: 16px;
  right: auto;
  left: 10px;
  top: 15px;
  margin-right: 5px; }
  @media screen and (min-width: 768px) {
    .rtl .actions.close {
      margin-left: 0;
      margin-right: 40px;
      left: 15px; } }
  @media screen and (min-width: 1024px) {
    .rtl .actions.close {
      margin-left: 0;
      margin-right: 48px;
      left: 19px;
      top: 15px; } }

.sitewide-alert-banner__close svg {
  width: 16px;
  height: 16px;
  top: 8px; }

.rtl .sitewide-alert-banner__close svg {
  width: 16px;
  height: 16px;
  top: 8px; }
  @media screen and (min-width: 768px) {
    .rtl .sitewide-alert-banner__close svg {
      width: 20px;
      height: 20px; } }
  @media screen and (min-width: 1024px) {
    .rtl .sitewide-alert-banner__close svg {
      width: 24px;
      height: 24px; } }

.countdown__row {
  width: 100%;
  background-color: #0066CC;
  color: #fff; }

.countdown__content {
  margin: 0 auto;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-content: center; }
  @media screen and (min-width: 768px) {
    .countdown__content {
      padding: 40px 0; } }
  @media screen and (min-width: 1024px) {
    .countdown__content {
      padding: 48px 0; } }

.countdown-elapsed {
  display: none; }

.countdown__counter {
  display: flex;
  justify-content: center;
  margin-top: 16px; }
  .rtl .countdown__counter {
    flex-direction: row-reverse; }
  @media screen and (min-width: 768px) {
    .countdown__counter {
      margin-top: 20px; } }
  @media screen and (min-width: 1024px) {
    .countdown__counter {
      margin-top: 24px; } }

.countdown__title {
  text-align: center;
  color: white;
  margin: 0 10px 0 10px; }
  @media screen and (min-width: 768px) {
    .countdown__title {
      margin: 0 20% 0 20%; } }
  @media screen and (min-width: 1024px) {
    .countdown__title {
      margin: 0 25% 0 25%; } }

.countdown__body {
  text-align: center;
  color: white;
  margin: 10px 10px 0px 10px; }
  @media screen and (min-width: 768px) {
    .countdown__body {
      margin: 10px 15% 0px 15%; } }
  @media screen and (min-width: 1024px) {
    .countdown__body {
      margin: 10px 20% 0px 20%; } }

.countdown__counter--tile {
  display: flex;
  flex-direction: column;
  align-content: center; }

.countdown__counter--number {
  border: 1px solid #fff;
  padding: 6.5px 16.5px;
  margin: 0 4px;
  text-align: center;
  color: white;
  font-weight: bolder;
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    .countdown__counter--number {
      padding: 10.5px 24.5px;
      margin: 0 6px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 1024px) {
    .countdown__counter--number {
      padding: 14px 25.5px;
      margin: 0 8px;
      font-size: 1.8rem; } }

.countdown__counter--label {
  text-align: center;
  color: white;
  padding-top: 4px;
  font-weight: 500;
  font-size: 0.9rem; }
  @media screen and (min-width: 1024px) {
    .countdown__counter--label {
      font-size: 1.1rem; } }

.countdown__cta-button.button.rcc__cta-link-button-link {
  background-color: #EBEBEB;
  color: #0a0a0a;
  padding: 20px 30px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 1rem;
  margin: 16px auto 0 auto; }
  @media screen and (min-width: 768px) {
    .countdown__cta-button.button.rcc__cta-link-button-link {
      margin: 20px auto 0 auto; } }
  @media screen and (min-width: 1024px) {
    .countdown__cta-button.button.rcc__cta-link-button-link {
      margin: 24px auto 0 auto; } }

/* Dyson Order Module */
.dyson-order {
  color: #333333;
  margin-top: 2em;
  margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    .dyson-order {
      margin-top: 2.5em;
      margin-bottom: 2.5em; } }
  @media screen and (min-width: 1024px) {
    .dyson-order {
      margin-top: 3em;
      margin-bottom: 3em; } }

.dyson-order__heading-size--heading_1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 0.75em;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .dyson-order__heading-size--heading_1 {
      font-size: 2.25rem;
      line-height: 2.75rem; } }
  @media screen and (min-width: 1024px) {
    .dyson-order__heading-size--heading_1 {
      font-size: 2.75rem;
      line-height: 3.25rem; } }

.dyson-order__heading-size--heading_5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.5em;
  margin-top: 0;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .dyson-order__heading-size--heading_5 {
      font-size: 1.375rem;
      line-height: 1.75rem; } }
  @media screen and (min-width: 1024px) {
    .dyson-order__heading-size--heading_5 {
      font-size: 1.5rem;
      line-height: 2rem; } }

.dyson-order__div--large_paragraph {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.33rem;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 1024px) {
    .dyson-order__div--large_paragraph {
      font-size: 1.125rem;
      line-height: 1.75rem; } }

.dyson-order__block-content--margin-vertical {
  margin-top: 2em;
  margin-bottom: 2em; }

.dyson-order__block-content--margin-vertical-2 {
  margin-top: 0.75em;
  margin-bottom: 2em; }

.dyson-order__block-content--margin-top-2 {
  margin-top: 2em; }

.dyson-order__block-content--padding {
  padding: 0.35em 0.625em 0.75em; }

.dyson-order__block-content--center-text {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .dyson-order__block-content--center-text {
      text-align: left; } }

.dyson-order__actions-toolbar--margin-bottom-2 {
  margin-bottom: 2em; }

.dyson-order__actions-toolbar--padding {
  padding: 0.35em 0.625em 0.75em; }

.dyson-order__block--margin-top {
  margin-top: 3rem; }
  .dyson-order__block--margin-top .title {
    margin-bottom: 2em; }

.dyson-order__block--margin-top .block .title {
  margin-bottom: 1em; }

.dyson-order__p-no-margin {
  margin: 0; }

.dyson-order__p-horizontal-margin {
  margin-left: 1rem;
  margin-right: 1rem; }

@media screen and (max-width: 767.9px) {
  .dyson-order__p--mobile {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.dyson-order__span--larger {
  font-size: 1.375rem; }

.dyson-order__link {
  text-decoration: underline;
  text-underline-position: under; }
  .dyson-order__link:hover {
    text-decoration: underline;
    text-underline-position: under;
    color: #0066CC; }

.dyson-order__box-content--grey-background {
  background-color: #dadada; }

.dyson-order__order-address-details--mobile-vertical-margin {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .dyson-order__order-address-details--mobile-vertical-margin {
      margin: inherit; } }

.dyson-order--block__item-list__product {
  background: #fbfbfb;
  border: 1px solid #ebebeb;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 1.5em 0;
  margin-bottom: 1.5em;
  position: relative;
  width: 100%; }
  .dyson-order--block__item-list__product .product-image-container {
    width: 25%;
    padding: 0.25em; }
  .dyson-order--block__item-list__product .product-item-details {
    flex: 1;
    padding: 0 1em; }
    .dyson-order--block__item-list__product .product-item-details .product-item-name {
      word-wrap: break-word;
      padding-bottom: 0.5em;
      border-bottom: 1px solid #ebebeb; }
      @media screen and (min-width: 0) {
        .dyson-order--block__item-list__product .product-item-details .product-item-name {
          font-size: 20px;
          font-size: 1.25rem; } }
    .dyson-order--block__item-list__product .product-item-details .product-item-inner-info {
      padding-top: 0.3em;
      margin-top: 0.3em;
      color: #333333; }
      @media screen and (max-width: 767.9px) {
        .dyson-order--block__item-list__product .product-item-details .product-item-inner-info {
          display: flex;
          justify-content: space-between; } }

/* Form Styling */
.dyson-order__form--fieldset {
  border: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding: 0; }
  .dyson-order__form--fieldset input.mage-error,
  .dyson-order__form--fieldset select.mage-error,
  .dyson-order__form--fieldset textarea.mage-error {
    border-color: #dd4157; }
  .dyson-order__form--fieldset div.mage-error,
  .dyson-order__form--fieldset div.field-error {
    margin-top: 8px;
    font-size: 1rem;
    color: #dd4157; }
  .dyson-order__form--fieldset div.mage-error::before,
  .dyson-order__form--fieldset div.field-error::before {
    margin-right: 4px; }

.dyson-order__form--label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  min-height: 26px; }
  @media screen and (max-width: 768px) {
    .dyson-order__form--label {
      font-size: 0.875rem; } }
  .dyson-order__form--label.dyson-order__form--label-telephone {
    margin-bottom: 0; }
  .dyson-order__form--label--returns {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
    min-height: 26px;
    margin-top: 30px; }

.dyson-order__form--ol {
  padding-left: 1em; }

.dyson-order__form--ul {
  padding-left: 1em; }

.dyson-order__form--info-box {
  margin-bottom: 0.5em;
  font-size: 0.875rem; }
  @media screen and (max-width: 768px) {
    .dyson-order__form--info-box {
      font-size: 0.75rem; } }

.dyson-order__form--select {
  color: #333333;
  /* Keep caret as default styling */ }
  .dyson-order__form--select.valid {
    border-color: #ebebeb;
    background-image: url("../images/icons/sprite.png");
    background-position: 0 -1942px;
    background-position-x: right;
    background-repeat: no-repeat; }

.dyson-order__form--input-span-prepend {
  position: absolute;
  font-size: 1rem;
  padding-left: 0.875em;
  top: 4.65em; }
  @media screen and (max-width: 768px) {
    .dyson-order__form--input-span-prepend {
      top: 4.375em; } }

.dyson-order__input-text-prepended {
  padding-left: 3rem !important; }

.dyson-order__returns--form {
  margin-top: 2em; }
  @media screen and (min-width: 768px) {
    .dyson-order__returns--form {
      float: initial; } }

@media screen and (min-width: 1024px) {
  .dyson-order__success__container {
    width: 36%;
    margin-right: 14%; } }

.dyson-order__success--next {
  margin: 1rem 1rem 3rem 1rem;
  padding-left: 10px; }
  @media screen and (min-width: 768px) {
    .dyson-order__success--next {
      width: 40%; } }
  .dyson-order__success--next .title__content {
    font-size: 20px; }

.dyson-order__success--details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
  .dyson-order__success--details span:nth-of-type(1) {
    text-align: left; }
  .dyson-order__success--details span:nth-of-type(2) {
    text-align: right; }

/* End Form Styling */
/*
 * Custom checkout success styling
 *
 * Keeping it KR specific for now
 */
@media screen and (min-width: 768px) {
  .dyson-kr.checkout-onepage-success .checkout-success .actions-toolbar {
    display: inline-block;
    margin-right: 0.5rem; } }

.dyson-kr.checkout-onepage-success .checkout-success .actions-toolbar a {
  min-width: 230px; }

.dyson-kr.checkout-onepage-success .checkout-success .actions-toolbar.dyson-order__checkout-actions-toolbar--margin-vertical {
  margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    .dyson-kr.checkout-onepage-success .checkout-success .actions-toolbar.dyson-order__checkout-actions-toolbar--margin-vertical {
      margin-bottom: 1rem; } }

.dyson-order-checkout-success-content {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .dyson-order-checkout-success-content {
      padding-left: 30px;
      margin-bottom: 60px; } }

/* End Custom checkout success styling */
/*
 * Custom checkout success styling
 *
 * Keeping it KR specific for now
 */
@media screen and (min-width: 768px) {
  .dyson-kr.checkout-onepage-success .checkout-success .actions-toolbar {
    display: inline-block;
    margin-right: 0.5rem; } }

.dyson-kr.checkout-onepage-success .checkout-success .actions-toolbar a {
  min-width: 230px; }

.dyson-kr.checkout-onepage-success .checkout-success .actions-toolbar.dyson-order__checkout-actions-toolbar--margin-vertical {
  margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    .dyson-kr.checkout-onepage-success .checkout-success .actions-toolbar.dyson-order__checkout-actions-toolbar--margin-vertical {
      margin-bottom: 1rem; } }

.am-checkout {
  position: relative;
  padding-bottom: 4em; }
  .am-checkout .loading-mask .loader img {
    transform: scale(-0.6);
    margin-top: -75px;
    margin-left: 0; }
  .am-checkout .authentication-wrapper,
  .am-checkout .opc-estimated-wrapper {
    display: none; }
  .am-checkout .checkout-messages {
    padding-top: 4em;
    margin-bottom: -4em; }
    @media screen and (min-width: 1024px) {
      .am-checkout .checkout-messages {
        padding-top: inherit;
        margin-bottom: inherit; } }
  .am-checkout .button--primary:hover,
  .am-checkout .button:hover, .am-checkout .secondary-nav .bcStatic a:hover, .secondary-nav .bcStatic .am-checkout a:hover, .am-checkout .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:hover, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .am-checkout .action.primary.checkout:hover, .am-checkout .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button:hover, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar .am-checkout button:hover, .am-checkout .payment-method .actions-toolbar .primary .action-update:hover, .am-checkout .payment-method .billing-address-details button:hover, .dyson-in .am-checkout .fieldset .field :hover[data-index="pincode_button"], .dyson-in .am-checkout .fieldset :hover[data-index="pincode_button_billing"], .am-checkout .dyson-in .checkout__row :hover[data-index="pincode_button"], .dyson-in .checkout__row .am-checkout :hover[data-index="pincode_button"], .am-checkout .dyson-in .checkout__row :hover[data-index="pincode_button_billing"], .dyson-in .checkout__row .am-checkout :hover[data-index="pincode_button_billing"], .am-checkout .button--primary:focus,
  .am-checkout .button:focus, .am-checkout .secondary-nav .bcStatic a:focus, .secondary-nav .bcStatic .am-checkout a:focus, .am-checkout .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .action.primary.checkout:focus, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .am-checkout .action.primary.checkout:focus, .am-checkout .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar button:focus, .checkout__row #co-payment-form .payment-method-billing-address .actions-toolbar .am-checkout button:focus, .am-checkout .payment-method .actions-toolbar .primary .action-update:focus, .am-checkout .payment-method .billing-address-details button:focus, .dyson-in .am-checkout .fieldset .field :focus[data-index="pincode_button"], .dyson-in .am-checkout .fieldset :focus[data-index="pincode_button_billing"], .am-checkout .dyson-in .checkout__row :focus[data-index="pincode_button"], .dyson-in .checkout__row .am-checkout :focus[data-index="pincode_button"], .am-checkout .dyson-in .checkout__row :focus[data-index="pincode_button_billing"], .dyson-in .checkout__row .am-checkout :focus[data-index="pincode_button_billing"] {
    color: #fff; }
  .am-checkout .button--tertiary:hover, .am-checkout .button--tertiary:focus {
    color: #000; }
  .am-checkout .zero-checkout-message .payment-method-title-zero-checkout.field {
    margin-bottom: 0; }

.am-checkout__header {
  display: none;
  margin: 24px 0; }
  @media screen and (min-width: 1024px) {
    .am-checkout__header {
      display: inherit; } }
  @media screen and (min-width: 0) {
    .am-checkout__header h1 {
      font-size: 28px;
      font-size: 1.75rem; } }

.am-opc-main {
  padding-top: 60px; }
  @media screen and (min-width: 1024px) {
    .am-opc-main {
      padding-top: 0; } }

.checkout-block li {
  list-style: none; }

.checkout-block fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.checkout-block select {
  color: #333333; }

.checkout-block__header {
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .checkout-block__header {
      border: 0; }
      .checkout-block--payment .checkout-block__header {
        border-top: 1px solid #ebebeb; } }
  @media screen and (min-width: 640px) {
    .checkout-block__header {
      padding: 16px 1em; } }
  @media screen and (max-width: 640px) {
    .checkout-block__header {
      padding: 16px 0; } }
  @media screen and (min-width: 1024px) {
    .checkout-block__header {
      padding: 2em; } }
  .checkout-block--complete .checkout-block__header {
    cursor: pointer;
    border-bottom: 0; }
    .checkout-block--complete .checkout-block__header:after {
      content: '';
      display: block;
      background-image: url("../images/icons/chevron-down.png");
      width: 20px;
      height: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: auto; }

.checkout-block__header__title {
  font-weight: 400;
  color: #999999;
  margin: 0; }
  @media screen and (min-width: 0) {
    .checkout-block__header__title {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    .checkout-block__header__title {
      font-size: 28px;
      font-size: 1.75rem; } }
  .checkout-block--active .checkout-block__header__title {
    color: #333333; }
  .checkout-block--complete .checkout-block__header__title {
    color: #537D1C; }

.zero-payment .checkout-block__content__subheading {
  display: none !important; }

.zero-checkout-message {
  display: flex;
  padding: 16px;
  border: 1px solid #0D8722;
  margin-left: -16px;
  margin-right: -16px; }
  .zero-checkout-message .indicator::after {
    display: block;
    border-width: 0 2px 2px 0; }
    @media screen and (min-width: 640px) {
      .zero-checkout-message .indicator::after {
        left: 5px;
        width: 3px;
        height: 6px;
        top: 6.5px; } }
    @media screen and (max-width: 640px) {
      .zero-checkout-message .indicator::after {
        left: 5px;
        width: 3px;
        height: 6px;
        top: 6.5px; } }
    @media screen and (min-width: 1024px) {
      .zero-checkout-message .indicator::after {
        left: 8px;
        width: 3px;
        height: 6px;
        top: 9.5px; } }
  .zero-checkout-message .payment-method-title-zero-checkout {
    padding-bottom: 0 !important; }
    .zero-checkout-message .payment-method-title-zero-checkout .label {
      box-shadow: none !important;
      margin-top: auto;
      margin-bottom: auto;
      font-size: 14px !important;
      line-height: 20px;
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media screen and (min-width: 1024px) {
        .zero-checkout-message .payment-method-title-zero-checkout .label {
          padding-top: 3px; } }

.checkout-block__header__indicator, .indicator {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #dadada;
  color: #555;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 0.5em;
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 0) {
    .checkout-block__header__indicator, .indicator {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    .checkout-block__header__indicator, .indicator {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (min-width: 1024px) {
    .checkout-block__header__indicator, .indicator {
      height: 43px;
      width: 43px;
      line-height: 43px; } }
  .checkout-block__header__indicator span, .indicator span {
    display: block;
    line-height: 36px; }
    @media screen and (min-width: 1024px) {
      .checkout-block__header__indicator span, .indicator span {
        line-height: 40px; } }
    .checkout-block--complete .checkout-block__header__indicator span, .checkout-block--complete .indicator span {
      display: none; }
  .checkout-block--active .checkout-block__header__indicator, .checkout-block--active .indicator {
    color: #000; }
  .checkout-block--complete .checkout-block__header__indicator, .checkout-block--complete .indicator {
    border-color: #537D1C;
    color: #537D1C; }
  .zero-checkout-message .checkout-block__header__indicator, .zero-checkout-message .indicator {
    border-color: #0D8722;
    color: #0D8722; }
    @media screen and (min-width: 640px) {
      .zero-checkout-message .checkout-block__header__indicator, .zero-checkout-message .indicator {
        width: 20px;
        height: 20px; } }
    @media screen and (max-width: 640px) {
      .zero-checkout-message .checkout-block__header__indicator, .zero-checkout-message .indicator {
        width: 19px;
        height: 19px; } }
    @media screen and (min-width: 1024px) {
      .zero-checkout-message .checkout-block__header__indicator, .zero-checkout-message .indicator {
        width: 26px;
        height: 26px; } }
  .checkout-block__header__indicator:after, .indicator:after {
    content: "";
    display: none;
    width: 6px;
    height: 12px;
    border: solid #537D1C;
    border-width: 0 3px 3px 0;
    position: absolute;
    top: 48%;
    left: 13px;
    transform: translateY(-50%) rotate(45deg) scale(1); }
    @media screen and (min-width: 1024px) {
      .checkout-block__header__indicator:after, .indicator:after {
        left: 15px; } }
    .checkout-block--complete .checkout-block__header__indicator:after, .checkout-block--complete .indicator:after {
      display: block; }

.checkout-block__content {
  max-height: 0;
  overflow: hidden;
  border: 1px solid #ebebeb;
  transition: 0.2s ease max-height;
  border-top: 0;
  border-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .checkout-block__content {
      border: 0; } }
  .checkout-block--active .checkout-block__content {
    transition: 0.5s ease max-height;
    max-height: 3000px; }

.checkout-block--payment.checkout-block--active .checkout-block__content {
  border-bottom: 1px solid #ebebeb; }

.checkout-block__content__inner {
  opacity: 0;
  transition: 0.5s ease opacity 0.5s; }
  @media screen and (max-width: 640px) {
    .checkout-block__content__inner {
      padding: 16px 0; } }
  @media screen and (min-width: 640px) {
    .checkout-block__content__inner {
      padding: 16px 20px; } }
  @media screen and (min-width: 1024px) {
    .checkout-block__content__inner {
      padding: 16px 2em; } }
  .checkout-block--active .checkout-block__content__inner {
    opacity: 1; }

.checkout-block__content__subheading {
  font-weight: 400;
  padding-bottom: 0.5em; }
  @media screen and (min-width: 0) {
    .checkout-block__content__subheading {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px) {
    .checkout-block__content__subheading {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (min-width: 1280px) {
    .checkout-block__content__subheading {
      font-size: 24px;
      font-size: 1.5rem; } }

.am-opc-summary {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  padding-right: 20px;
  overflow: hidden;
  background-color: #fbfbfb;
  border-bottom: 1px solid #ebebeb; }
  @media screen and (min-width: 1024px) {
    .am-opc-summary {
      position: inherit;
      background-color: #fff;
      padding-right: 0;
      border: 0; } }
  .am-opc-summary.am-opc-summary--open {
    bottom: 0;
    overflow-y: scroll; }
  .am-opc-summary .shipping-details {
    display: flex;
    align-items: baseline; }
    .am-opc-summary .shipping-details .shipping-details__info {
      flex: 1; }
    .am-opc-summary .shipping-details .value {
      color: #333333;
      font-weight: 500; }
      @media screen and (min-width: 0) {
        .am-opc-summary .shipping-details .value {
          font-size: 16px;
          font-size: 1rem; } }
      @media screen and (min-width: 1024px) {
        .am-opc-summary .shipping-details .value {
          font-size: 18px;
          font-size: 1.125rem; } }
    .am-opc-summary .shipping-details .shipping-details__icon img {
      width: 28px;
      height: 28px;
      margin-right: 0.5em; }
      @media screen and (min-width: 1024px) {
        .am-opc-summary .shipping-details .shipping-details__icon img {
          width: 40px;
          height: 40px; } }
    .am-opc-summary .shipping-details .shipping-details__info__price {
      font-weight: 500;
      float: right;
      color: #537D1C; }
      @media screen and (min-width: 0) {
        .am-opc-summary .shipping-details .shipping-details__info__price {
          font-size: 16px;
          font-size: 1rem; } }
      @media screen and (min-width: 1024px) {
        .am-opc-summary .shipping-details .shipping-details__info__price {
          font-size: 18px;
          font-size: 1.125rem; } }
    .am-opc-summary .shipping-details .shipping-details__info__details {
      padding-right: 1em; }
    .checkout-sp .am-opc-summary .shipping-details {
      display: none; }
  .am-opc-summary .shipping-details-sortedpro {
    display: inline-block;
    width: 100%; }
    .am-opc-summary .shipping-details-sortedpro .shipping-details-sortedpro__top {
      display: inline-flex;
      align-items: center;
      width: 100%;
      margin-bottom: 1em; }
    .am-opc-summary .shipping-details-sortedpro .shipping-details__info {
      flex: 1; }
    .am-opc-summary .shipping-details-sortedpro .value {
      color: #333333;
      font-weight: 500; }
      @media screen and (min-width: 0) {
        .am-opc-summary .shipping-details-sortedpro .value {
          font-size: 16px;
          font-size: 1rem; } }
      @media screen and (min-width: 1024px) {
        .am-opc-summary .shipping-details-sortedpro .value {
          font-size: 18px;
          font-size: 1.125rem; } }
    .am-opc-summary .shipping-details-sortedpro .shipping-details__icon img {
      width: 28px;
      height: 28px;
      margin-right: 0.5em; }
      @media screen and (min-width: 1024px) {
        .am-opc-summary .shipping-details-sortedpro .shipping-details__icon img {
          width: 40px;
          height: 40px; } }
    .am-opc-summary .shipping-details-sortedpro .shipping-details__info__price {
      font-weight: 500;
      float: right;
      color: #537D1C; }
      @media screen and (min-width: 0) {
        .am-opc-summary .shipping-details-sortedpro .shipping-details__info__price {
          font-size: 16px;
          font-size: 1rem; } }
      @media screen and (min-width: 1024px) {
        .am-opc-summary .shipping-details-sortedpro .shipping-details__info__price {
          font-size: 18px;
          font-size: 1.125rem; } }
    .am-opc-summary .shipping-details-sortedpro .shipping-details__info__details {
      color: #333333;
      padding-right: 1em;
      padding-bottom: 1em; }

.am-opc-summary--stick {
  position: fixed;
  z-index: 200; }
  @media screen and (min-width: 1024px) {
    .am-opc-summary--stick {
      position: relative; } }

.checkout-block__summary__header {
  padding: 1.5em 0 1.5em 3em;
  position: relative;
  border-bottom: 1px solid #ebebeb; }
  @media screen and (min-width: 1024px) {
    .checkout-block__summary__header {
      display: none; } }
  .checkout-block__summary__header:before {
    content: '';
    display: block;
    background-image: url("../images/icons/basket-icon.png");
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    margin-top: -16px;
    position: absolute; }
    @media screen and (min-width: 1024px) {
      .checkout-block__summary__header:before {
        display: none; } }
  .checkout-block__summary__header:after {
    content: '';
    display: block;
    background-image: url("../images/icons/chevron-down.png");
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 1em;
    top: 50%;
    margin-top: -9px;
    position: absolute; }
    .am-opc-summary--open .checkout-block__summary__header:after {
      transform: rotate(180deg); }
    @media screen and (min-width: 1024px) {
      .checkout-block__summary__header:after {
        display: none; } }
  @media screen and (min-width: 1024px) {
    .checkout-block__summary__header {
      padding: 0; } }

.checkout-block__summary__title {
  display: none; }

.checkout-block__summary__items {
  padding: 0;
  display: none; }
  .am-opc-summary--open .checkout-block__summary__items {
    display: inherit; }
  @media screen and (min-width: 1024px) {
    .checkout-block__summary__items {
      padding: 1.5em 0;
      border-top: 1px solid #ebebeb;
      display: inherit; } }

.checkout-block__summary__items__title {
  color: #333333;
  display: inline-block; }
  @media screen and (min-width: 0) {
    .checkout-block__summary__items__title {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .checkout-block__summary__items__title {
      font-size: 20px;
      font-size: 1.25rem; } }
  .am-opc-summary--open .checkout-block__summary__items .checkout-block__summary__items__title {
    display: none; }
  .checkout-block__summary__items__title:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    position: relative;
    margin: 0 2px 0 6px;
    top: 4px;
    background-color: #ebebeb;
    display: inline-block; }
    @media screen and (min-width: 1024px) {
      .checkout-block__summary__items__title:after {
        display: none; } }

.checkout-block__summary__items__count {
  color: #333333;
  display: inline-block; }
  @media screen and (min-width: 0) {
    .checkout-block__summary__items__count {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .checkout-block__summary__items__count {
      font-size: 16px;
      font-size: 1rem; } }
  .am-opc-summary--open .checkout-block__summary__items .checkout-block__summary__items__count {
    display: none; }
  @media screen and (min-width: 1024px) {
    .checkout-block__summary__items__count {
      line-height: 28px;
      font-weight: 400;
      padding-top: 3px; } }
  @media screen and (min-width: 1280px) {
    .checkout-block__summary__items__count {
      float: right; } }

.checkout-block__summary__items__list {
  margin: 2em 0 0; }

.checkout-block__summary__items__list__product {
  color: #333333;
  background: #fbfbfb;
  border: 1px solid #ebebeb;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 1.5em 0;
  margin-bottom: 1.5em;
  position: relative;
  width: 100%; }
  .checkout-block__summary__items__list__product .product-image-container {
    width: 25%;
    padding: 0.25em; }
  .checkout-block__summary__items__list__product .product-item-details {
    flex: 1;
    padding: 0 1em; }
    .checkout-block__summary__items__list__product .product-item-details .product-item-name {
      color: #333333;
      font-weight: 400;
      word-wrap: break-word;
      padding-bottom: 1em; }
      @media screen and (min-width: 0) {
        .checkout-block__summary__items__list__product .product-item-details .product-item-name {
          font-size: 20px;
          font-size: 1.25rem; } }
    .checkout-block__summary__items__list__product .product-item-details .subtotal {
      display: none; }
    .checkout-block__summary__items__list__product .product-item-details .product-item-inner-info {
      border-top: 1px solid #ebebeb;
      padding-top: 1em;
      margin-top: 1em;
      color: #333333;
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .checkout-block__summary__items__list__product .product-item-details .product-item-inner-info--price {
        border-top: 0;
        margin-top: 0;
        padding-top: 0; }
      .checkout-block__summary__items__list__product .product-item-details .product-item-inner-info--left {
        float: left;
        margin: 10px 0;
        font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #333333; }
        @media screen and (min-width: 0) {
          .checkout-block__summary__items__list__product .product-item-details .product-item-inner-info--left {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media screen and (min-width: 1024px) {
          .checkout-block__summary__items__list__product .product-item-details .product-item-inner-info--left {
            font-size: 16px;
            font-size: 1rem; } }
      .checkout-block__summary__items__list__product .product-item-details .product-item-inner-info--delivery {
        border-top: 0;
        margin-top: 0.25em;
        padding-top: 0;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 1em;
        margin-bottom: 0.5em; }
      .checkout-block__summary__items__list__product .product-item-details .product-item-inner-info--subtotal {
        border-top: 0;
        padding-top: 0;
        margin-top: 0.5em; }
        @media screen and (min-width: 0) {
          .checkout-block__summary__items__list__product .product-item-details .product-item-inner-info--subtotal {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media screen and (min-width: 1024px) {
          .checkout-block__summary__items__list__product .product-item-details .product-item-inner-info--subtotal {
            font-size: 16px;
            font-size: 1rem; } }
      @media screen and (min-width: 1280px) {
        .checkout-block__summary__items__list__product .product-item-details .product-item-inner-info .product-item-quantity__value {
          float: right; } }
    .checkout-block__summary__items__list__product .product-item-details .cart-price {
      width: 100%;
      display: block;
      text-align: right; }
    .checkout-block__summary__items__list__product .product-item-details .product.options {
      float: left;
      margin-top: 8px; }
      .checkout-block__summary__items__list__product .product-item-details .product.options strong.subtitle {
        font-weight: 500; }
      .checkout-block__summary__items__list__product .product-item-details .product.options span.toggle {
        text-decoration: underline;
        cursor: pointer; }
        .checkout-block__summary__items__list__product .product-item-details .product.options span.toggle:hover, .checkout-block__summary__items__list__product .product-item-details .product.options span.toggle:focus {
          text-decoration: none; }
      .checkout-block__summary__items__list__product .product-item-details .product.options div.content dt.label {
        background-color: inherit;
        display: none; }

.checkout-block__summary__totals {
  display: none; }
  .checkout-block__summary__totals .shipping-details {
    display: flex;
    justify-content: space-between; }
    .checkout-block__summary__totals .shipping-details > div {
      display: inline-flex; }
  .am-opc-summary--open .checkout-block__summary__totals {
    display: inherit;
    padding-bottom: 2em; }
  .checkout-block__summary__totals span.label {
    color: #333333; }
    @media screen and (min-width: 0) {
      .checkout-block__summary__totals span.label {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (min-width: 768px) {
      .checkout-block__summary__totals span.label {
        font-size: 16px;
        font-size: 1rem; } }
  .checkout-block__summary__totals span.value, .checkout-block__summary__totals span.not-calculated, .checkout-block__summary__totals span.price--shipping {
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333; }
  .checkout-block__summary__totals span.value {
    margin-right: 5px; }
  @media screen and (min-width: 1024px) {
    .checkout-block__summary__totals {
      display: inherit; } }
  .checkout-block__summary__totals th, .checkout-block__summary__totals td {
    padding: 0;
    border: 0; }
  .checkout-block__summary__totals .totals.shipping, .checkout-block__summary__totals .totals.sub {
    display: none; }
  .checkout-block__summary__totals .totals.grand {
    display: block;
    width: 100%;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 1024px) {
      .checkout-block__summary__totals .totals.grand {
        padding-bottom: 2em; } }
    .checkout-block__summary__totals .totals.grand th, .checkout-block__summary__totals .totals.grand td {
      display: inline-block; }
      .checkout-block__summary__totals .totals.grand th.mark, .checkout-block__summary__totals .totals.grand td.mark {
        color: #333333;
        font-weight: 500;
        font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        @media screen and (min-width: 0) {
          .checkout-block__summary__totals .totals.grand th.mark, .checkout-block__summary__totals .totals.grand td.mark {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media screen and (min-width: 1024px) {
          .checkout-block__summary__totals .totals.grand th.mark, .checkout-block__summary__totals .totals.grand td.mark {
            font-size: 18px;
            font-size: 1.125rem; } }
        .am-opc-summary--open .checkout-block__summary__totals .totals.grand th.mark, .am-opc-summary--open .checkout-block__summary__totals .totals.grand td.mark {
          line-height: 34px; }
          @media screen and (min-width: 0) {
            .am-opc-summary--open .checkout-block__summary__totals .totals.grand th.mark, .am-opc-summary--open .checkout-block__summary__totals .totals.grand td.mark {
              font-size: 16px;
              font-size: 1rem; } }
          @media screen and (min-width: 1024px) {
            .am-opc-summary--open .checkout-block__summary__totals .totals.grand th.mark, .am-opc-summary--open .checkout-block__summary__totals .totals.grand td.mark {
              font-size: 20px;
              font-size: 1.25rem; } }
        @media screen and (min-width: 1024px) {
          .checkout-block__summary__totals .totals.grand th.mark, .checkout-block__summary__totals .totals.grand td.mark {
            font-weight: 400;
            line-height: 39px; } }
      .checkout-block__summary__totals .totals.grand th.amount, .checkout-block__summary__totals .totals.grand td.amount {
        color: #333333;
        font-weight: 500;
        font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        @media screen and (min-width: 0) {
          .checkout-block__summary__totals .totals.grand th.amount, .checkout-block__summary__totals .totals.grand td.amount {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media screen and (min-width: 1024px) {
          .checkout-block__summary__totals .totals.grand th.amount, .checkout-block__summary__totals .totals.grand td.amount {
            font-size: 28px;
            font-size: 1.75rem; } }
        .am-opc-summary--open .checkout-block__summary__totals .totals.grand th.amount, .am-opc-summary--open .checkout-block__summary__totals .totals.grand td.amount {
          float: right; }
          @media screen and (min-width: 0) {
            .am-opc-summary--open .checkout-block__summary__totals .totals.grand th.amount, .am-opc-summary--open .checkout-block__summary__totals .totals.grand td.amount {
              font-size: 24px;
              font-size: 1.5rem; } }
          @media screen and (min-width: 1024px) {
            .am-opc-summary--open .checkout-block__summary__totals .totals.grand th.amount, .am-opc-summary--open .checkout-block__summary__totals .totals.grand td.amount {
              font-size: 20px;
              font-size: 1.25rem; } }
        @media screen and (min-width: 1280px) {
          .checkout-block__summary__totals .totals.grand th.amount, .checkout-block__summary__totals .totals.grand td.amount {
            float: right; } }
  .checkout-block__summary__totals .totals.discount {
    display: block;
    width: 100%;
    margin-bottom: 1em; }
    .checkout-block__summary__totals .totals.discount th, .checkout-block__summary__totals .totals.discount td {
      color: #333333; }
      .checkout-block__summary__totals .totals.discount th.mark, .checkout-block__summary__totals .totals.discount td.mark {
        display: inline-block; }
        .checkout-block__summary__totals .totals.discount th.mark .discount, .checkout-block__summary__totals .totals.discount td.mark .discount {
          margin-left: 0.25em; }
      .checkout-block__summary__totals .totals.discount th.amount, .checkout-block__summary__totals .totals.discount td.amount {
        float: right; }
      .checkout-block__summary__totals .totals.discount th .title, .checkout-block__summary__totals .totals.discount td .title {
        font-weight: 400; }
  .checkout-block__summary__totals .totals.discount--no-code {
    display: flex;
    width: 100%;
    margin-bottom: 1em;
    justify-content: space-between; }
    .checkout-block__summary__totals .totals.discount--no-code .title {
      width: 50%;
      display: inline-block; }
  .checkout-block__summary__totals .totals .discount__text {
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 1024px) {
      .checkout-block__summary__totals .totals .discount__text {
        display: block; } }
    @media screen and (min-width: 1280px) {
      .checkout-block__summary__totals .totals .discount__text {
        display: flex; } }
    .checkout-block__summary__totals .totals .discount__text .price {
      margin-top: 0; }
  .checkout-block__summary__totals .totals-tax-details {
    width: 100%;
    display: block;
    padding-bottom: 0.25em; }
    .checkout-block__summary__totals .totals-tax-details th, .checkout-block__summary__totals .totals-tax-details td {
      display: inline-block; }
      .checkout-block__summary__totals .totals-tax-details th.mark, .checkout-block__summary__totals .totals-tax-details td.mark {
        color: #333333;
        font-weight: 400; }
      .checkout-block__summary__totals .totals-tax-details th.amount, .checkout-block__summary__totals .totals-tax-details td.amount {
        float: right;
        color: #333333; }
  .am-opc-summary--open .checkout-block__summary__totals .button {
    margin-top: 2em; }

.am-checkout .label {
  display: block;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  margin-bottom: 8px; }
  @media screen and (min-width: 0) {
    .am-checkout .label {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .am-checkout .label {
      font-size: 16px;
      font-size: 1rem; } }

.am-checkout .fieldset {
  padding-bottom: 0; }
  .am-checkout .fieldset #paypal_billing_agreement_ba_agreement_id {
    margin-bottom: 24px; }
    @media screen and (max-width: 1024px) {
      .am-checkout .fieldset #paypal_billing_agreement_ba_agreement_id {
        margin-bottom: 28px; } }
  .am-checkout .fieldset .field {
    color: #333333;
    width: 100%;
    float: left;
    margin-bottom: 24px; }
    @media screen and (max-width: 1024px) {
      .am-checkout .fieldset .field {
        margin-bottom: 28px; } }
    .am-checkout .fieldset .field.required .label:after, .am-checkout .fieldset .field._required .label:after {
      content: '*';
      margin: 0 0 0 3px;
      font-size: 1em;
      color: #333333; }
    .am-checkout .fieldset .field.field--other {
      display: none; }
      .am-checkout .fieldset .field.field--other.field--other--show {
        display: block; }
      .am-checkout .fieldset .field.field--other .field-error {
        display: none; }
        .am-checkout .fieldset .field.field--other .field-error.field-error--show {
          display: block; }
    .am-checkout .fieldset .field .control label.input-label-overlay {
      position: absolute;
      left: 13px;
      font-size: 16px;
      top: 17px; }
      @media screen and (max-width: 1024px) {
        .am-checkout .fieldset .field .control label.input-label-overlay {
          top: 14px; } }
      .am-checkout .fieldset .field .control label.input-label-overlay + .input-text {
        padding-left: 48px; }
    .am-checkout .fieldset .field.street {
      margin-bottom: 0; }
    .am-checkout .fieldset .field[name="shippingAddress.firstname"], .am-checkout .fieldset .field[name="billingAddresscheckmo.firstname"], .am-checkout .fieldset .field[name="billingAddresscashondelivery.firstname"], .am-checkout .fieldset .field[name="billingAddresspayusubvention.firstname"], .am-checkout .fieldset .field[name="billingAddresspayu.firstname"], .am-checkout .fieldset .field[name="billingAddressworldpay_cc.firstname"] {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .am-checkout .fieldset .field[name="shippingAddress.firstname"], .am-checkout .fieldset .field[name="billingAddresscheckmo.firstname"], .am-checkout .fieldset .field[name="billingAddresscashondelivery.firstname"], .am-checkout .fieldset .field[name="billingAddresspayusubvention.firstname"], .am-checkout .fieldset .field[name="billingAddresspayu.firstname"], .am-checkout .fieldset .field[name="billingAddressworldpay_cc.firstname"] {
          width: 48%;
          margin-right: 4%; } }
    .am-checkout .fieldset .field[name="shippingAddress.lastname"], .am-checkout .fieldset .field[name="billingAddresscheckmo.lastname"], .am-checkout .fieldset .field[name="billingAddresscashondelivery.lastname"], .am-checkout .fieldset .field[name="billingAddresspayusubvention.lastname"], .am-checkout .fieldset .field[name="billingAddresspayu.lastname"], .am-checkout .fieldset .field[name="billingAddressworldpay_cc.lastname"] {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .am-checkout .fieldset .field[name="shippingAddress.lastname"], .am-checkout .fieldset .field[name="billingAddresscheckmo.lastname"], .am-checkout .fieldset .field[name="billingAddresscashondelivery.lastname"], .am-checkout .fieldset .field[name="billingAddresspayusubvention.lastname"], .am-checkout .fieldset .field[name="billingAddresspayu.lastname"], .am-checkout .fieldset .field[name="billingAddressworldpay_cc.lastname"] {
          width: 48%; } }
    .am-checkout .fieldset .field[name="shippingAddress.telephone"], .am-checkout .fieldset .field[name="billingAddresscheckmo.telephone"], .am-checkout .fieldset .field[name="billingAddresscashondelivery.telephone"] {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .am-checkout .fieldset .field[name="shippingAddress.telephone"], .am-checkout .fieldset .field[name="billingAddresscheckmo.telephone"], .am-checkout .fieldset .field[name="billingAddresscashondelivery.telephone"] {
          width: 48%; } }
    .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
          width: 48%; } }
    .am-checkout .fieldset .field[name="shippingAddress.street.1"] .control {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .am-checkout .fieldset .field[name="shippingAddress.street.1"] .control {
          width: 48%; } }
    .am-checkout .fieldset .field[name="shippingAddress.city"] {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .am-checkout .fieldset .field[name="shippingAddress.city"] {
          width: 23%;
          margin-right: 2%; } }
    .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
          width: 23%; } }
    .am-checkout .fieldset .field[name="shippingAddress.other_firstname"] {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .am-checkout .fieldset .field[name="shippingAddress.other_firstname"] {
          width: 48%;
          margin-right: 4%; } }
    .am-checkout .fieldset .field[name="shippingAddress.other_lastname"], .am-checkout .fieldset .field[name="shippingAddress.other_title"] {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .am-checkout .fieldset .field[name="shippingAddress.other_lastname"], .am-checkout .fieldset .field[name="shippingAddress.other_title"] {
          width: 48%; } }
    .am-checkout .fieldset .field div.control div.mage-error,
    .am-checkout .fieldset .field div.control div.field-error {
      margin-top: 8px;
      font-weight: 300;
      font-size: 14px !important;
      letter-spacing: 0;
      line-height: 20px; }
      @media screen and (min-width: 0) {
        .am-checkout .fieldset .field div.control div.mage-error,
        .am-checkout .fieldset .field div.control div.field-error {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media screen and (min-width: 1024px) {
        .am-checkout .fieldset .field div.control div.mage-error,
        .am-checkout .fieldset .field div.control div.field-error {
          font-size: 16px;
          font-size: 1rem; } }
    .am-checkout .fieldset .field.field--checkboxes {
      padding: 0 0 24px;
      margin: 0; }
      @media screen and (max-width: 1024px) {
        .am-checkout .fieldset .field.field--checkboxes {
          padding-bottom: 28px; } }
      @media screen and (max-width: 640px) {
        .am-checkout .fieldset .field.field--checkboxes[name='shippingAddress.custom_attributes.activate_guarantee'] {
          padding: 0 0 28px 0; } }
      .am-checkout .fieldset .field.field--checkboxes .form__item--checkbox {
        margin-bottom: 0; }
      .am-checkout .fieldset .field.field--checkboxes input[type="checkbox"] {
        position: absolute;
        height: 2rem;
        width: 2rem;
        z-index: 1;
        left: 0;
        margin: 0;
        padding: 0;
        opacity: 0; }
      .am-checkout .fieldset .field.field--checkboxes input[type="checkbox"],
      .am-checkout .fieldset .field.field--checkboxes input[type="radio"] {
        display: inline-block;
        font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-right: 0.5rem; }
        .am-checkout .fieldset .field.field--checkboxes input[type="checkbox"]:last-child,
        .am-checkout .fieldset .field.field--checkboxes input[type="radio"]:last-child {
          margin-right: 0; }
        .am-checkout .fieldset .field.field--checkboxes input[type="checkbox"]:checked ~ label:after,
        .am-checkout .fieldset .field.field--checkboxes input[type="radio"]:checked ~ label:after {
          opacity: 1; }
      .am-checkout .fieldset .field.field--checkboxes label {
        cursor: pointer;
        display: flex;
        align-items: center;
        margin-right: 1rem;
        padding-left: 48px;
        position: relative;
        font-weight: normal;
        -moz-user-select: none;
        -webkit-user-select: none;
        font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #333333; }
        .am-checkout .fieldset .field.field--checkboxes label:before, .am-checkout .fieldset .field.field--checkboxes label:after {
          content: '';
          height: 32px;
          width: 32px;
          position: absolute;
          top: 0;
          left: 0;
          transition: all .15s ease-in;
          box-sizing: border-box; }
        .am-checkout .fieldset .field.field--checkboxes label:before {
          background-color: #fff; }
        .am-checkout .fieldset .field.field--checkboxes label:after {
          background-image: url("../images/icons/sprite.png");
          background-repeat: no-repeat;
          background-position: 0 -1856px;
          opacity: 0; }
      .am-checkout .fieldset .field.field--checkboxes.required .label:after, .am-checkout .fieldset .field.field--checkboxes._required .label:after {
        content: '';
        margin: 0; }
      .am-checkout .fieldset .field.field--checkboxes.field--delivery-to-someone-else {
        padding-top: 0;
        padding-bottom: 3em; }

.am-checkout #customer-email-fieldset .field {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .am-checkout #customer-email-fieldset .field {
      width: 48%; } }

.am-checkout #customer-email-fieldset .field-tooltip {
  display: none; }

.am-checkout div.mage-error[generated]:before,
.am-checkout div.field-error:before {
  margin-right: 4px; }

.am-checkout input[type="text"]:disabled,
.am-checkout input[type="password"]:disabled,
.am-checkout input[type="url"]:disabled,
.am-checkout input[type="tel"]:disabled,
.am-checkout input[type="search"]:disabled,
.am-checkout input[type="number"]:disabled,
.am-checkout input[type="datetime"]:disabled,
.am-checkout input[type="email"]:disabled {
  background: #f3f3f3;
  border-color: #e1e1e1; }

.am-checkout .note,
.am-checkout .field-tooltip-content,
.am-checkout .field-tooltip.toggle {
  display: none !important; }

.rtl .am-checkout .fieldset .field .control label.input-label-overlay {
  left: auto;
  right: 13px; }
  .rtl .am-checkout .fieldset .field .control label.input-label-overlay + .input-text {
    padding-left: 0;
    padding-right: 48px; }
  .rtl .am-checkout .fieldset .field .control label.input-label-overlay span {
    unicode-bidi: plaintext; }

.checkout-block__progress-button {
  display: inline-block;
  width: 100%;
  float: left; }
  .checkout-block__progress-button .button {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px; }
    @media screen and (min-width: 1024px) {
      .checkout-block__progress-button .button {
        float: right;
        width: 48%; } }
  .checkout-block__progress-button--tabs {
    border-top: 1px solid #ebebeb;
    margin-top: 2em; }

.checkout-block--payment legend.legend,
.checkout-block--payment .step-title {
  display: none; }

.am-checkout .payment-methods .loader img, .am-checkout .payment-methods .loader p {
  display: none; }

.am-checkout .checkout-block__payment-tabs, .am-checkout .payment-tabs__header, .am-checkout .checkout-block__tabs {
  width: 100%; }

.dyson-in .am-checkout .checkout-block__tabs,
.dyson-kr .am-checkout .checkout-block__tabs {
  display: none; }

.am-checkout .checkout-block__payment-tabs__header, .am-checkout .checkout-block__tabs__header {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 640px) {
    .am-checkout .checkout-block__payment-tabs__header, .am-checkout .checkout-block__tabs__header {
      padding-bottom: 25px; } }
  @media screen and (max-width: 640px) {
    .am-checkout .checkout-block__payment-tabs__header, .am-checkout .checkout-block__tabs__header {
      padding-bottom: 19px; } }
  @media screen and (min-width: 1024px) {
    .am-checkout .checkout-block__payment-tabs__header, .am-checkout .checkout-block__tabs__header {
      padding-bottom: 2em; } }
  @media screen and (min-width: 1024px) and (max-width: 1024px) {
    .dyson-nz .am-checkout .checkout-block__payment-tabs__header, .dyson-nz .am-checkout .checkout-block__tabs__header {
      padding-bottom: 24px; } }
  @media screen and (min-width: 1024px) and (max-width: 640px) {
    .dyson-nz .am-checkout .checkout-block__payment-tabs__header, .dyson-nz .am-checkout .checkout-block__tabs__header {
      padding-bottom: 16px; } }
  .am-checkout .checkout-block__payment-tabs__header .payment-method-title, .am-checkout .checkout-block__tabs__header .payment-method-title {
    width: 100%;
    padding: 0;
    margin: 0 0 8px 0; }
    @media screen and (min-width: 768px) {
      .am-checkout .checkout-block__payment-tabs__header .payment-method-title, .am-checkout .checkout-block__tabs__header .payment-method-title {
        width: 49%;
        margin: 0 .5% 1% .5%; } }
    .am-checkout .checkout-block__payment-tabs__header .payment-method-title label, .am-checkout .checkout-block__tabs__header .payment-method-title label {
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      cursor: pointer;
      color: #333333;
      background: #fbfbfb;
      box-shadow: inset 0 0 0 1px #ebebeb;
      width: 100%;
      padding: 1.4em 1em;
      margin-bottom: 0;
      height: 100%;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      flex-direction: column; }
      @media screen and (min-width: 0) {
        .am-checkout .checkout-block__payment-tabs__header .payment-method-title label, .am-checkout .checkout-block__tabs__header .payment-method-title label {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media screen and (min-width: 1024px) {
        .am-checkout .checkout-block__payment-tabs__header .payment-method-title label, .am-checkout .checkout-block__tabs__header .payment-method-title label {
          font-size: 20px;
          font-size: 1.25rem; } }
      .am-checkout .checkout-block__payment-tabs__header .payment-method-title label img, .am-checkout .checkout-block__tabs__header .payment-method-title label img {
        margin: 0.5em 0; }
      .am-checkout .checkout-block__payment-tabs__header .payment-method-title label .action.action-help, .am-checkout .checkout-block__tabs__header .payment-method-title label .action.action-help {
        text-decoration: underline;
        margin: 0.5em 0; }
        @media screen and (min-width: 0) {
          .am-checkout .checkout-block__payment-tabs__header .payment-method-title label .action.action-help, .am-checkout .checkout-block__tabs__header .payment-method-title label .action.action-help {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media screen and (min-width: 1024px) {
          .am-checkout .checkout-block__payment-tabs__header .payment-method-title label .action.action-help, .am-checkout .checkout-block__tabs__header .payment-method-title label .action.action-help {
            font-size: 16px;
            font-size: 1rem; } }
        .am-checkout .checkout-block__payment-tabs__header .payment-method-title label .action.action-help:hover, .am-checkout .checkout-block__payment-tabs__header .payment-method-title label .action.action-help:focus, .am-checkout .checkout-block__tabs__header .payment-method-title label .action.action-help:hover, .am-checkout .checkout-block__tabs__header .payment-method-title label .action.action-help:focus {
          text-decoration: none; }
    .am-checkout .checkout-block__payment-tabs__header .payment-method-title--active label, .am-checkout .checkout-block__tabs__header .payment-method-title--active label {
      box-shadow: inset 0 0 0 4px #666666; }
    .am-checkout .checkout-block__payment-tabs__header .payment-method-title input[type="radio"], .am-checkout .checkout-block__tabs__header .payment-method-title input[type="radio"] {
      display: none; }

.am-checkout .tabs__tab--cashondelivery .checkout-billing-address .billing-address-details {
  display: none; }

.am-checkout .payment-method {
  display: none; }
  .am-checkout .payment-method .payment-method-title {
    display: none; }
  .am-checkout .payment-method._active {
    display: inherit; }
  .am-checkout .payment-method .actions-toolbar {
    display: flex;
    width: 100%;
    padding: 32px 0 2em 0; }
    .am-checkout .payment-method .actions-toolbar .primary {
      width: 100%; }
      .am-checkout .payment-method .actions-toolbar .primary .action.checkout {
        width: 100%;
        max-width: none;
        background: #79b928;
        color: #000;
        font-weight: 500;
        padding: 1em 0; }
        .am-checkout .payment-method .actions-toolbar .primary .action.checkout:hover, .am-checkout .payment-method .actions-toolbar .primary .action.checkout:focus, .am-checkout .payment-method .actions-toolbar .primary .action.checkout:active {
          background: #74b126;
          color: #000; }
        @media screen and (min-width: 0) {
          .am-checkout .payment-method .actions-toolbar .primary .action.checkout {
            font-size: 18px;
            font-size: 1.125rem; } }
        @media screen and (min-width: 1024px) {
          .am-checkout .payment-method .actions-toolbar .primary .action.checkout {
            width: 48%; } }
      .am-checkout .payment-method .actions-toolbar .primary .action-primary {
        width: 100%;
        max-width: none;
        font-weight: 500;
        padding: 1em 0;
        width: 48%;
        float: left; }
        @media screen and (min-width: 0) {
          .am-checkout .payment-method .actions-toolbar .primary .action-primary {
            font-size: 18px;
            font-size: 1.125rem; } }
      .am-checkout .payment-method .actions-toolbar .primary .action-update {
        text-decoration: none;
        -webkit-appearance: none;
        border: 0;
        padding: 16px 12px;
        display: inline-block;
        vertical-align: middle;
        font-weight: 500;
        max-width: 100%;
        text-align: center;
        border-radius: 0;
        width: 100%;
        max-width: none;
        font-weight: 500;
        width: 48%;
        float: left; }
        .am-checkout .payment-method .actions-toolbar .primary .action-update:hover, .am-checkout .payment-method .actions-toolbar .primary .action-update:focus, .am-checkout .payment-method .actions-toolbar .primary .action-update:active {
          text-decoration: none; }
        @media screen and (min-width: 0) {
          .am-checkout .payment-method .actions-toolbar .primary .action-update {
            font-size: 16px;
            font-size: 1rem; } }
        @media screen and (min-width: 1024px) {
          .am-checkout .payment-method .actions-toolbar .primary .action-update {
            font-size: 18px;
            font-size: 1.125rem; } }
        .am-checkout .payment-method .actions-toolbar .primary .action-update:hover, .am-checkout .payment-method .actions-toolbar .primary .action-update:focus {
          background: #292929;
          border: 0; }
        .am-checkout .payment-method .actions-toolbar .primary .action-update.active {
          animation: clicked .25s ease-in; }
        @media screen and (min-width: 768px) {
          .am-checkout .payment-method .actions-toolbar .primary .action-update {
            padding: 20px 23px; }
            .dyson-pl .am-checkout .payment-method .actions-toolbar .primary .action-update {
              padding: 20px 16px; } }
        @media screen and (min-width: 1024px) {
          .dyson-sa .am-checkout .payment-method .actions-toolbar .primary .action-update {
            padding: 20px 16px; } }
        .am-checkout .payment-method .actions-toolbar .primary .action-update--primary {
          background: #333333;
          color: #fff; }
          .am-checkout .payment-method .actions-toolbar .primary .action-update--primary:hover, .am-checkout .payment-method .actions-toolbar .primary .action-update--primary:focus, .am-checkout .payment-method .actions-toolbar .primary .action-update--primary:active, .am-checkout .payment-method .actions-toolbar .primary .action-update--primary:visited {
            background: #292929; }
        .am-checkout .payment-method .actions-toolbar .primary .action-update--tertiary:hover, .am-checkout .payment-method .actions-toolbar .primary .action-update--tertiary:focus, .am-checkout .payment-method .actions-toolbar .primary .action-update--tertiary:active, .am-checkout .payment-method .actions-toolbar .primary .action-update--tertiary:visited {
          background: #74b126; }
        .am-checkout .payment-method .actions-toolbar .primary .action-update--tertiary:hover, .am-checkout .payment-method .actions-toolbar .primary .action-update--tertiary:focus, .am-checkout .payment-method .actions-toolbar .primary .action-update--tertiary:active, .am-checkout .payment-method .actions-toolbar .primary .action-update--tertiary:visited {
          background: #74b126; }
        .am-checkout .payment-method .actions-toolbar .primary .action-update--secondary:hover, .am-checkout .payment-method .actions-toolbar .primary .action-update--secondary:focus, .am-checkout .payment-method .actions-toolbar .primary .action-update--secondary:active, .am-checkout .payment-method .actions-toolbar .primary .action-update--secondary:visited {
          background: #e1e1e1; }
        .am-checkout .payment-method .actions-toolbar .primary .action-update--light {
          background: #fff;
          color: #333333; }
          .am-checkout .payment-method .actions-toolbar .primary .action-update--light span {
            color: #333333; }
          .am-checkout .payment-method .actions-toolbar .primary .action-update--light:hover, .am-checkout .payment-method .actions-toolbar .primary .action-update--light:focus, .am-checkout .payment-method .actions-toolbar .primary .action-update--light:active {
            background: #e1e1e1;
            color: #333333; }
          .am-checkout .payment-method .actions-toolbar .primary .action-update--light:visited {
            background: #fff; }
        .am-checkout .payment-method .actions-toolbar .primary .action-update--disabled {
          opacity: 0.75;
          cursor: default;
          pointer-events: none; }
          .am-checkout .payment-method .actions-toolbar .primary .action-update--disabled:hover, .am-checkout .payment-method .actions-toolbar .primary .action-update--disabled:focus, .am-checkout .payment-method .actions-toolbar .primary .action-update--disabled:active {
            background: inherit; }
        @media screen and (min-width: 0) {
          .am-checkout .payment-method .actions-toolbar .primary .action-update {
            font-size: 18px;
            font-size: 1.125rem; } }
      .am-checkout .payment-method .actions-toolbar .primary .action-cancel {
        width: 100%;
        max-width: none;
        background: #ebebeb;
        color: #333333;
        font-weight: 500;
        padding: 1em 0;
        width: 48%;
        float: left;
        margin-left: 4%; }
        .am-checkout .payment-method .actions-toolbar .primary .action-cancel:hover, .am-checkout .payment-method .actions-toolbar .primary .action-cancel:focus, .am-checkout .payment-method .actions-toolbar .primary .action-cancel:active {
          background: #e1e1e1;
          color: #000; }
        @media screen and (min-width: 0) {
          .am-checkout .payment-method .actions-toolbar .primary .action-cancel {
            font-size: 18px;
            font-size: 1.125rem; } }
  .am-checkout .payment-method h3 {
    color: #333333;
    display: inline-block;
    font-weight: 400;
    padding-top: 1em; }
    @media screen and (min-width: 0) {
      .am-checkout .payment-method h3 {
        font-size: 20px;
        font-size: 1.25rem; } }
  .am-checkout .payment-method p {
    margin: 0; }
  .am-checkout .payment-method .field-select-billing {
    display: none; }
  .am-checkout .payment-method .checkout-agreement {
    display: flex; }
  .am-checkout .payment-method .choice,
  .am-checkout .payment-method .checkout-agreement {
    padding: 1em 0; }
    .am-checkout .payment-method .choice input[type="checkbox"],
    .am-checkout .payment-method .checkout-agreement input[type="checkbox"] {
      position: absolute;
      height: 2rem;
      width: 2rem;
      z-index: 1;
      left: 0;
      margin: 0;
      padding: 0;
      opacity: 0; }
    .am-checkout .payment-method .choice input[type="checkbox"],
    .am-checkout .payment-method .choice input[type="radio"],
    .am-checkout .payment-method .checkout-agreement input[type="checkbox"],
    .am-checkout .payment-method .checkout-agreement input[type="radio"] {
      display: inline-block;
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-right: 0.5rem; }
      .am-checkout .payment-method .choice input[type="checkbox"]:last-child,
      .am-checkout .payment-method .choice input[type="radio"]:last-child,
      .am-checkout .payment-method .checkout-agreement input[type="checkbox"]:last-child,
      .am-checkout .payment-method .checkout-agreement input[type="radio"]:last-child {
        margin-right: 0; }
      .am-checkout .payment-method .choice input[type="checkbox"]:checked ~ label:after,
      .am-checkout .payment-method .choice input[type="radio"]:checked ~ label:after,
      .am-checkout .payment-method .checkout-agreement input[type="checkbox"]:checked ~ label:after,
      .am-checkout .payment-method .checkout-agreement input[type="radio"]:checked ~ label:after {
        opacity: 1; }
    .am-checkout .payment-method .choice label,
    .am-checkout .payment-method .checkout-agreement label {
      cursor: pointer;
      display: flex;
      align-items: center;
      height: 32px;
      margin-right: 1rem;
      padding-left: 48px;
      position: relative;
      font-weight: normal;
      -moz-user-select: none;
      -webkit-user-select: none;
      font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #333333; }
      .am-checkout .payment-method .choice label[for="billing-address-same-as-shipping-cashondelivery"],
      .am-checkout .payment-method .checkout-agreement label[for="billing-address-same-as-shipping-cashondelivery"] {
        display: none; }
      .am-checkout .payment-method .choice label:before, .am-checkout .payment-method .choice label:after,
      .am-checkout .payment-method .checkout-agreement label:before,
      .am-checkout .payment-method .checkout-agreement label:after {
        content: '';
        height: 32px;
        width: 32px;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .15s ease-in;
        box-sizing: border-box; }
      .am-checkout .payment-method .choice label:before,
      .am-checkout .payment-method .checkout-agreement label:before {
        border: 2px solid #ebebeb;
        background-color: #fff; }
      .am-checkout .payment-method .choice label:after,
      .am-checkout .payment-method .checkout-agreement label:after {
        background-image: url("../images/icons/sprite.png");
        background-repeat: no-repeat;
        background-position: 0 -1856px;
        opacity: 0; }
  .am-checkout .payment-method .billing-address-details {
    color: #333333;
    width: 100%; }
    .am-checkout .payment-method .billing-address-details button {
      text-decoration: none;
      -webkit-appearance: none;
      border: 0;
      padding: 16px 12px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 500;
      max-width: 100%;
      text-align: center;
      border-radius: 0;
      background: #ebebeb;
      color: #333333;
      font-weight: 500;
      padding: 1em 0;
      width: 48%;
      margin-top: 2em; }
      .am-checkout .payment-method .billing-address-details button:hover, .am-checkout .payment-method .billing-address-details button:focus, .am-checkout .payment-method .billing-address-details button:active {
        text-decoration: none; }
      @media screen and (min-width: 0) {
        .am-checkout .payment-method .billing-address-details button {
          font-size: 16px;
          font-size: 1rem; } }
      @media screen and (min-width: 1024px) {
        .am-checkout .payment-method .billing-address-details button {
          font-size: 18px;
          font-size: 1.125rem; } }
      .am-checkout .payment-method .billing-address-details button:hover, .am-checkout .payment-method .billing-address-details button:focus {
        background: #292929;
        border: 0; }
      .am-checkout .payment-method .billing-address-details button.active {
        animation: clicked .25s ease-in; }
      @media screen and (min-width: 768px) {
        .am-checkout .payment-method .billing-address-details button {
          padding: 20px 23px; }
          .dyson-pl .am-checkout .payment-method .billing-address-details button {
            padding: 20px 16px; } }
      @media screen and (min-width: 1024px) {
        .dyson-sa .am-checkout .payment-method .billing-address-details button {
          padding: 20px 16px; } }
      .am-checkout .payment-method .billing-address-details button--primary {
        background: #333333;
        color: #fff; }
        .am-checkout .payment-method .billing-address-details button--primary:hover, .am-checkout .payment-method .billing-address-details button--primary:focus, .am-checkout .payment-method .billing-address-details button--primary:active, .am-checkout .payment-method .billing-address-details button--primary:visited {
          background: #292929; }
      .am-checkout .payment-method .billing-address-details button--tertiary:hover, .am-checkout .payment-method .billing-address-details button--tertiary:focus, .am-checkout .payment-method .billing-address-details button--tertiary:active, .am-checkout .payment-method .billing-address-details button--tertiary:visited {
        background: #74b126; }
      .am-checkout .payment-method .billing-address-details button--tertiary:hover, .am-checkout .payment-method .billing-address-details button--tertiary:focus, .am-checkout .payment-method .billing-address-details button--tertiary:active, .am-checkout .payment-method .billing-address-details button--tertiary:visited {
        background: #74b126; }
      .am-checkout .payment-method .billing-address-details button--secondary:hover, .am-checkout .payment-method .billing-address-details button--secondary:focus, .am-checkout .payment-method .billing-address-details button--secondary:active, .am-checkout .payment-method .billing-address-details button--secondary:visited {
        background: #e1e1e1; }
      .am-checkout .payment-method .billing-address-details button--light {
        background: #fff;
        color: #333333; }
        .am-checkout .payment-method .billing-address-details button--light span {
          color: #333333; }
        .am-checkout .payment-method .billing-address-details button--light:hover, .am-checkout .payment-method .billing-address-details button--light:focus, .am-checkout .payment-method .billing-address-details button--light:active {
          background: #e1e1e1;
          color: #333333; }
        .am-checkout .payment-method .billing-address-details button--light:visited {
          background: #fff; }
      .am-checkout .payment-method .billing-address-details button--disabled {
        opacity: 0.75;
        cursor: default;
        pointer-events: none; }
        .am-checkout .payment-method .billing-address-details button--disabled:hover, .am-checkout .payment-method .billing-address-details button--disabled:focus, .am-checkout .payment-method .billing-address-details button--disabled:active {
          background: inherit; }
      .am-checkout .payment-method .billing-address-details button:hover, .am-checkout .payment-method .billing-address-details button:focus, .am-checkout .payment-method .billing-address-details button:active {
        background: #e1e1e1;
        color: #000; }
      @media screen and (min-width: 0) {
        .am-checkout .payment-method .billing-address-details button {
          font-size: 18px;
          font-size: 1.125rem; } }
  .am-checkout .payment-method .checkout-agreements-block {
    clear: left; }
    .am-checkout .payment-method .checkout-agreements-block .action-show {
      background: transparent;
      border: 0;
      color: #333333;
      padding: 0;
      text-align: left; }
      .am-checkout .payment-method .checkout-agreements-block .action-show:after {
        content: '*';
        font-size: 1em;
        color: #333333; }
      .am-checkout .payment-method .checkout-agreements-block .action-show span {
        text-decoration: underline; }
  .am-checkout .payment-method .payment-method-billing-address {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .am-checkout .payment-method .payment-method-billing-address .actions-toolbar {
        width: 48%;
        float: right;
        text-align: right; } }

.checkout-payment {
  border-top: 1px solid #ebebeb;
  margin-top: 5em;
  margin-bottom: 2em;
  padding: 2em 0; }
  @media screen and (max-width: 1024px) {
    .checkout-payment {
      border-top: 0;
      margin-top: auto; } }

.checkout-index-index .am-checkout input[type="text"]:not(.adyen-checkout__input),
.checkout-index-index .am-checkout input[type="email"],
.checkout-index-index .am-checkout input[type="search"],
.checkout-index-index .am-checkout input[type="tel"],
.checkout-index-index .am-checkout input[type="url"],
.checkout-index-index .am-checkout input[type="number"],
.checkout-index-index .am-checkout input[type="password"],
.checkout-index-index .am-checkout select[multiple],
.checkout-index-index .am-checkout textarea,
.checkout-index-index .am-checkout select,
.checkout-index-index .am-checkout .form__input,
.checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input[type="text"],
.checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input[type="text"],
.checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input[type="email"],
.checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input[type="email"],
.checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input[type="search"],
.checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input[type="search"],
.checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input[type="tel"],
.checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input[type="tel"],
.checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input[type="url"],
.checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input[type="url"],
.checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input[type="password"],
.checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input[type="password"],
.checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form textarea,
.checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout textarea,
.checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form select,
.checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout select {
  height: 48px;
  border: 1px solid #919191; }
  @media screen and (min-width: 1024px) {
    .checkout-index-index .am-checkout input[type="text"]:not(.adyen-checkout__input),
    .checkout-index-index .am-checkout input[type="email"],
    .checkout-index-index .am-checkout input[type="search"],
    .checkout-index-index .am-checkout input[type="tel"],
    .checkout-index-index .am-checkout input[type="url"],
    .checkout-index-index .am-checkout input[type="number"],
    .checkout-index-index .am-checkout input[type="password"],
    .checkout-index-index .am-checkout select[multiple],
    .checkout-index-index .am-checkout textarea,
    .checkout-index-index .am-checkout select,
    .checkout-index-index .am-checkout .form__input,
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input[type="text"],
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input[type="text"],
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input[type="email"],
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input[type="email"],
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input[type="search"],
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input[type="search"],
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input[type="tel"],
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input[type="tel"],
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input[type="url"],
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input[type="url"],
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input[type="password"],
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input[type="password"],
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form textarea,
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout textarea,
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form select,
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout select {
      height: 56px; } }
  .checkout-index-index .am-checkout input[type="text"]:not(.adyen-checkout__input):focus,
  .checkout-index-index .am-checkout input[type="email"]:focus,
  .checkout-index-index .am-checkout input[type="search"]:focus,
  .checkout-index-index .am-checkout input[type="tel"]:focus,
  .checkout-index-index .am-checkout input[type="url"]:focus,
  .checkout-index-index .am-checkout input[type="number"]:focus,
  .checkout-index-index .am-checkout input[type="password"]:focus,
  .checkout-index-index .am-checkout select[multiple]:focus,
  .checkout-index-index .am-checkout textarea:focus,
  .checkout-index-index .am-checkout select:focus,
  .checkout-index-index .am-checkout .form__input:focus,
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input:focus[type="text"],
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input:focus[type="text"],
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input:focus[type="email"],
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input:focus[type="email"],
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input:focus[type="search"],
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input:focus[type="search"],
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input:focus[type="tel"],
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input:focus[type="tel"],
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input:focus[type="url"],
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input:focus[type="url"],
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input:focus[type="password"],
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input:focus[type="password"],
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form textarea:focus,
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout textarea:focus,
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form select:focus,
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout select:focus {
    border: 2px solid #333; }
  .checkout-index-index .am-checkout input[type="text"]:not(.adyen-checkout__input).mage-error,
  .checkout-index-index .am-checkout input[type="email"].mage-error,
  .checkout-index-index .am-checkout input[type="search"].mage-error,
  .checkout-index-index .am-checkout input[type="tel"].mage-error,
  .checkout-index-index .am-checkout input[type="url"].mage-error,
  .checkout-index-index .am-checkout input[type="number"].mage-error,
  .checkout-index-index .am-checkout input[type="password"].mage-error,
  .checkout-index-index .am-checkout select[multiple].mage-error,
  .checkout-index-index .am-checkout textarea.mage-error,
  .checkout-index-index .am-checkout select.mage-error,
  .checkout-index-index .am-checkout .form__input.mage-error,
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input.mage-error[type="text"],
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input.mage-error[type="text"],
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input.mage-error[type="email"],
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input.mage-error[type="email"],
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input.mage-error[type="search"],
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input.mage-error[type="search"],
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input.mage-error[type="tel"],
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input.mage-error[type="tel"],
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input.mage-error[type="url"],
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input.mage-error[type="url"],
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input.mage-error[type="password"],
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input.mage-error[type="password"],
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form textarea.mage-error,
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout textarea.mage-error,
  .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form select.mage-error,
  .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout select.mage-error {
    border-color: #da2f47; }
    .checkout-index-index .am-checkout input[type="text"]:not(.adyen-checkout__input).mage-error:focus,
    .checkout-index-index .am-checkout input[type="email"].mage-error:focus,
    .checkout-index-index .am-checkout input[type="search"].mage-error:focus,
    .checkout-index-index .am-checkout input[type="tel"].mage-error:focus,
    .checkout-index-index .am-checkout input[type="url"].mage-error:focus,
    .checkout-index-index .am-checkout input[type="number"].mage-error:focus,
    .checkout-index-index .am-checkout input[type="password"].mage-error:focus,
    .checkout-index-index .am-checkout select[multiple].mage-error:focus,
    .checkout-index-index .am-checkout textarea.mage-error:focus,
    .checkout-index-index .am-checkout select.mage-error:focus,
    .checkout-index-index .am-checkout .form__input.mage-error:focus,
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input.mage-error:focus[type="text"],
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input.mage-error:focus[type="text"],
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input.mage-error:focus[type="email"],
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input.mage-error:focus[type="email"],
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input.mage-error:focus[type="search"],
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input.mage-error:focus[type="search"],
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input.mage-error:focus[type="tel"],
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input.mage-error:focus[type="tel"],
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input.mage-error:focus[type="url"],
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input.mage-error:focus[type="url"],
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form input.mage-error:focus[type="password"],
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout input.mage-error:focus[type="password"],
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form textarea.mage-error:focus,
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout textarea.mage-error:focus,
    .checkout-index-index .am-checkout .checkout__row .opc-wrapper .opc .form select.mage-error:focus,
    .checkout__row .opc-wrapper .opc .form .checkout-index-index .am-checkout select.mage-error:focus {
      border: 2px solid #da2f47; }

.checkout-index-index .am-checkout .field._error input[type="text"], .checkout-index-index .am-checkout .field._error input[type="tel"], .checkout-index-index .am-checkout .field._error input[type="number"], .checkout-index-index .am-checkout .field._error select {
  border-color: #da2f47; }
  .checkout-index-index .am-checkout .field._error input[type="text"]:focus, .checkout-index-index .am-checkout .field._error input[type="tel"]:focus, .checkout-index-index .am-checkout .field._error input[type="number"]:focus, .checkout-index-index .am-checkout .field._error select:focus {
    border: 2px solid #da2f47; }

.checkout-index-index .am-checkout input[type="checkbox"] + label:before {
  border: 1px solid #919191; }

.checkout-index-index .am-checkout input[type="checkbox"]:focus + label:before {
  border: 2px solid #333; }

@media screen and (max-width: 1024) {
  .checkout-index-index .am-checkout .opc-wrapper.layout-2-columns.am-opc-wrapper.g-wrap {
    margin-left: 0; } }

@media screen and (max-width: 1024) {
  .checkout-index-index .am-checkout .checkout-column.opc.g-col.am-opc-main {
    padding-left: 0; } }

@media screen and (max-width: 1024px) {
  .checkout-index-index .am-checkout .layout, .checkout-index-index .am-checkout .message.cookie .content, .message.cookie .checkout-index-index .am-checkout .content, .checkout-index-index .am-checkout .sub-category-nav__wrapper.dcr-category-nav__wrapper {
    padding-left: 16px;
    padding-right: 16px; }
  .checkout-index-index .am-checkout select {
    padding: 0 16px;
    background-position: 0 -1952px;
    background-position-x: right; }
  .checkout-index-index .am-checkout .checkout-payment.g-wrap {
    margin-left: 0; }
    .checkout-index-index .am-checkout .checkout-payment.g-wrap .g-col {
      padding-left: 0; } }

.control__note {
  margin: 8px 0;
  color: #555;
  font-size: 0.75rem; }
  @media screen and (max-width: 1024px) {
    .control__note {
      margin: 8px 0 4px 0; } }

.am-checkout .payment-method .checkout-agreements-block .action-show:after {
  content: '*';
  display: inline-block; }

.checkout-agreement.required {
  display: block !important; }

.checkout-agreement.field.choice.required label.label:after {
  content: ''; }

@media screen and (max-width: 640px) {
  .checkout-nav__section {
    display: flex;
    padding-left: 8px; } }

@media screen and (max-width: 1024px) {
  .checkout-nav__section {
    padding-left: 8px;
    display: block; } }

@media screen and (max-width: 1024px) {
  .checkout-block__summary__items__title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    color: #333; }
    .checkout-block__summary__items__title:after {
      display: none !important; } }

@media screen and (max-width: 640px) {
  .checkout-block__summary__items__title {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .checkout-block__summary__items__count {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.57143;
    color: #555;
    padding-left: 20px; } }

@media screen and (max-width: 640px) {
  .checkout-block__summary__items__count {
    padding-left: 0; } }

@media screen and (max-width: 1024px) {
  .checkout-nav__heading-price {
    font-size: .875rem;
    line-height: 1.57143;
    margin-bottom: 0.5rem;
    color: #555;
    line-height: 1;
    font-weight: 400;
    display: inline-block; } }

@media screen and (max-width: 1024px) {
  .checkout-block_summary_nav__separator {
    width: 1px;
    height: 1rem;
    position: relative;
    margin: 0 2.5px;
    top: 0.125rem;
    background-color: #555;
    display: inline-block; } }

@media screen and (max-width: 1024px) {
  .checkout-block__summary__header {
    padding: 16px 0 0.75rem 1.5em; } }

@media screen and (max-width: 640px) {
  .checkout-block__summary__header {
    padding: 0.75rem 0 0.75rem 1.80em; } }

.checkout-block__summary__header:before {
  display: none !important; }

@media screen and (max-width: 1024px) {
  .am-opc-summary {
    padding-left: 35px;
    padding-right: 35px; } }

@media screen and (max-width: 640px) {
  .am-opc-summary {
    padding-left: 20px;
    padding-right: 20px; } }

svg.icon.icon--basket-checkout-nav {
  font-size: 14px;
  height: 24px;
  width: 24px;
  left: 0;
  top: 56%;
  margin-top: -16px;
  position: absolute; }
  @media screen and (max-width: 640px) {
    svg.icon.icon--basket-checkout-nav {
      top: 43%; } }
  @media screen and (min-width: 1024px) {
    svg.icon.icon--basket-checkout-nav {
      display: none; } }

@media screen and (max-width: 1024px) {
  .am-opc-main {
    padding-top: 57px; } }

@media screen and (max-width: 640px) {
  .am-opc-main {
    padding-top: 74px; } }

@media screen and (min-width: 640px) {
  .checkout-payment .payment-icons-title {
    margin-bottom: 12px; } }

@media screen and (max-width: 640px) {
  .checkout-payment .payment-icons-title {
    margin-bottom: 12px; } }

@media screen and (min-width: 1024px) {
  .checkout-payment .payment-icons-title {
    margin-bottom: 16px; } }

.checkout-payment .checkout-payment__image {
  display: flex;
  flex-wrap: wrap; }
  .checkout-payment .checkout-payment__image .payment-icon-item {
    margin: 0 40px 12px 0; }
    .checkout-payment .checkout-payment__image .payment-icon-item img {
      width: 47px;
      height: 32px; }

.accordion-payment-layout .am-checkout > .layout, .accordion-payment-layout .message.cookie .am-checkout > .content, .message.cookie .accordion-payment-layout .am-checkout > .content, .accordion-payment-layout .am-checkout > .sub-category-nav__wrapper.dcr-category-nav__wrapper {
  padding-right: 0;
  padding-left: 0; }

@media screen and (max-width: 1024px) {
  .accordion-payment-layout .am-checkout .am-opc-summary {
    padding-left: 45px;
    padding-right: 45px; } }

@media screen and (max-width: 640px) {
  .accordion-payment-layout .am-checkout .am-opc-summary {
    padding-left: 21px;
    padding-right: 21px; } }

@media screen and (max-width: 1024px) {
  .accordion-payment-layout .am-checkout .checkout-payment.g-wrap {
    margin-left: 45px; } }

@media screen and (max-width: 640px) {
  .accordion-payment-layout .am-checkout .checkout-payment.g-wrap {
    margin-left: 21px; } }

@media screen and (max-width: 1024px) {
  .accordion-payment-layout .am-checkout .checkout-block__summary__header:after {
    right: 0; } }

@media screen and (max-width: 1024px) {
  .accordion-payment-layout .am-checkout .am-opc-wrapper.g-wrap {
    margin-left: 0; } }

@media screen and (max-width: 1024px) {
  .accordion-payment-layout .am-checkout .am-opc-main {
    padding-left: 0; } }

@media screen and (max-width: 1024px) {
  .accordion-payment-layout .am-checkout .checkout-block__header {
    padding: 16px 45px; } }

@media screen and (max-width: 640px) {
  .accordion-payment-layout .am-checkout .checkout-block__header {
    padding: 16px 21px; } }

.accordion-payment-layout .am-checkout .payment-method-selection-title {
  margin-bottom: 16px;
  padding: 0;
  font-weight: normal !important; }

.accordion-payment-layout .am-checkout .payment-group-wrapper {
  padding-bottom: 16px; }

.accordion-payment-layout .am-checkout .payment-group-title {
  margin-bottom: 8px;
  margin-top: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 28px; }
  @media screen and (min-width: 0) {
    .accordion-payment-layout .am-checkout .payment-group-title {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .accordion-payment-layout .am-checkout .payment-group-title {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1280px) {
    .accordion-payment-layout .am-checkout .payment-group-title {
      font-size: 18px;
      font-size: 1.125rem; } }

.accordion-payment-layout .am-checkout .payment-group-empty-title {
  visibility: hidden;
  height: 16px; }

@media screen and (min-width: 640px) {
  .accordion-payment-layout .am-checkout .checkout-block__content__inner {
    padding: 10px 45px 24px; } }

@media screen and (max-width: 640px) {
  .accordion-payment-layout .am-checkout .checkout-block__content__inner {
    padding: 16px 21px 16px; } }

@media screen and (min-width: 1024px) {
  .accordion-payment-layout .am-checkout .checkout-block__content__inner {
    padding: 16px 32px 32px; } }

.accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header {
  padding-bottom: 0; }
  .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading {
    cursor: pointer; }
    .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading.cursor-effect {
      cursor: default;
      pointer-events: none; }
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading.cursor-effect .payment-method-name,
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading.cursor-effect .payment-method-description {
        cursor: default; }
    .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading[data-code="free"] {
      margin: 0 auto !important; }
    @media screen and (min-width: 640px) {
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading {
        margin: 0 -45px; } }
    @media screen and (max-width: 640px) {
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading {
        margin: 0 -32px; } }
    @media screen and (min-width: 1024px) {
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading {
        margin: 0 -32px; } }
    .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading.active .payment-method-title {
      background: transparent; }
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading.active .payment-method-title label {
        box-shadow: none;
        background: transparent; }
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading.active .payment-method-title:after {
        transform: rotate(180deg); }
  .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .payment-method .actions-toolbar {
    padding-bottom: 48px; }
    @media screen and (max-width: 1024px) {
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .payment-method .actions-toolbar {
        padding-bottom: 40px; } }
    @media screen and (max-width: 640px) {
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .payment-method .actions-toolbar {
        padding-bottom: 32px; } }
  .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .payment-tabs__header .accordion-heading.active + .accordion-content {
    border-top: 1px solid #ebebeb;
    padding: 0; }
    @media screen and (min-width: 640px) {
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .payment-tabs__header .accordion-heading.active + .accordion-content {
        padding-top: 28px; } }
    @media screen and (max-width: 640px) {
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .payment-tabs__header .accordion-heading.active + .accordion-content {
        padding-top: 28px; } }
    @media screen and (min-width: 1024px) {
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .payment-tabs__header .accordion-heading.active + .accordion-content {
        padding-top: 24px; } }
    .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .payment-tabs__header .accordion-heading.active + .accordion-content:last-child .actions-toolbar {
      padding-bottom: 0; }
  .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading.active .payment-method-title {
    border-bottom: none; }
  .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title {
    width: 100%;
    margin: 0;
    background: #fbfbfb;
    box-shadow: none;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    @media screen and (min-width: 640px) {
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title {
        padding: 20px 45px; } }
    @media screen and (max-width: 640px) {
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title {
        padding: 20px 32px; } }
    @media screen and (min-width: 1024px) {
      .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title {
        padding: 20px 32px; } }
    .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title:after {
      content: '';
      display: block;
      background-image: url("../images/icons/chevron-down.png");
      width: 20px;
      height: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: auto; }
    .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title label {
      display: block;
      box-shadow: none;
      width: 90%;
      padding: 0; }
    .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-logo {
      width: 48px;
      height: 32px; }
      @media screen and (min-width: 640px) {
        .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-logo {
          margin-right: 20px; } }
      @media screen and (max-width: 768px) {
        .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-logo {
          width: 32px;
          height: 20px; } }
      @media screen and (max-width: 640px) {
        .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-logo {
          margin-right: 16px; } }
      @media screen and (min-width: 1024px) {
        .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-logo {
          margin-right: 24px; } }
    .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-name {
      display: block;
      text-align: left;
      line-height: 22px;
      font-weight: 500; }
      @media screen and (min-width: 0) {
        .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-name {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media screen and (min-width: 768px) {
        .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-name {
          font-size: 16px;
          font-size: 1rem; } }
    .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-description {
      line-height: 24px;
      color: #555;
      text-align: left;
      display: block; }
      @media screen and (min-width: 0) {
        .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-description {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media screen and (min-width: 768px) {
        .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-description {
          font-size: 16px;
          font-size: 1rem; } }
  .accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .no-accordion .accordion-heading .payment-method-title:after {
    content: '';
    background-image: none; }

.accordion-payment-layout .am-checkout .zero-checkout-message {
  margin-left: 0;
  margin-right: 0; }

.rtl .checkout-block__header:after {
  margin-right: auto;
  margin-left: 0; }

.rtl.accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .payment-method-title::after {
  margin-left: 0;
  margin-right: auto; }

.rtl.accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title {
  display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center; }
  .rtl.accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-name,
  .rtl.accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-description {
    text-align: right; }
  .rtl.accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-logo {
    margin-right: 0; }
    @media screen and (min-width: 640px) {
      .rtl.accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-logo {
        margin-left: 20px; } }
    @media screen and (max-width: 640px) {
      .rtl.accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-logo {
        margin-left: 16px; } }
    @media screen and (min-width: 1024px) {
      .rtl.accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .accordion-heading .payment-method-title .payment-method-logo {
        margin-left: 24px; } }

.rtl.accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .adyen-checkout__field,
.rtl.accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .billing-address-same-as-shipping-block label,
.rtl.accordion-payment-layout .am-checkout .accordion-payment-methods .checkout-block__payment-tabs__header .checkout-agreement label {
  margin-right: 0; }

.am-checkout .field.custom-country-label {
  width: 100% !important; }

.am-checkout .field.custom-country-label .label {
  margin-bottom: 0px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 1024px) {
    .am-checkout .field.custom-country-label .label {
      font-size: 16px; } }
  @media screen and (max-width: 1024px) {
    .am-checkout .field.custom-country-label .label {
      font-size: 14px; } }
  @media screen and (min-width: 1024px) {
    .am-checkout .field.custom-country-label .label span {
      font-size: 16px !important; } }
  @media screen and (max-width: 1024px) {
    .am-checkout .field.custom-country-label .label span {
      font-size: 14px !important; } }

.am-checkout .payment-method .actions-toolbar {
  padding: 0 0 2em 0; }

@media screen and (max-width: 1024px) {
  .payment-method-content .fieldset .field input,
  .payment-method-content .fieldset .field select {
    max-width: 100%; } }

.am-checkout div.items.payment-methods div.payment-method .actions-toolbar {
  padding-top: 0px; }

.am-checkout div.items.payment-methods div.payment-method .checkout-agreement {
  padding: 0; }
  .am-checkout div.items.payment-methods div.payment-method .checkout-agreement .label {
    margin-bottom: 0px; }

@media screen and (min-width: 640px) {
  .am-checkout div.items.payment-methods div.payment-method .checkout-agreement,
  .am-checkout div.items.payment-methods div.payment-method .billing-address-details {
    margin-bottom: 28px !important; } }

@media screen and (max-width: 640px) {
  .am-checkout div.items.payment-methods div.payment-method .checkout-agreement,
  .am-checkout div.items.payment-methods div.payment-method .billing-address-details {
    margin-bottom: 28px !important; } }

@media screen and (min-width: 1024px) {
  .am-checkout div.items.payment-methods div.payment-method .checkout-agreement,
  .am-checkout div.items.payment-methods div.payment-method .billing-address-details {
    margin-bottom: 24px !important; } }

.am-checkout div.items.payment-methods div.payment-method .checkout-billing-address .billing-address-same-as-shipping-block {
  padding: 0;
  color: #000;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0; }
  @media screen and (min-width: 640px) {
    .am-checkout div.items.payment-methods div.payment-method .checkout-billing-address .billing-address-same-as-shipping-block {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 28px; } }
  @media screen and (max-width: 640px) {
    .am-checkout div.items.payment-methods div.payment-method .checkout-billing-address .billing-address-same-as-shipping-block {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 28px; } }
  @media screen and (min-width: 1024px) {
    .am-checkout div.items.payment-methods div.payment-method .checkout-billing-address .billing-address-same-as-shipping-block {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 24px; } }

@media screen and (min-width: 640px) {
  .am-checkout div.items.payment-methods div.payment-method .checkout-billing-address .actions-toolbar {
    padding: 14px 0 42px !important; } }

@media screen and (max-width: 640px) {
  .am-checkout div.items.payment-methods div.payment-method .checkout-billing-address .actions-toolbar {
    padding: 4px 0 32px !important; } }

@media screen and (min-width: 1024px) {
  .am-checkout div.items.payment-methods div.payment-method .checkout-billing-address .actions-toolbar {
    padding: 24px 0 48px 0 !important; } }

.am-checkout div.items.payment-methods div.payment-method .checkout-billing-address .actions-toolbar .primary {
  width: 100%; }
  .am-checkout div.items.payment-methods div.payment-method .checkout-billing-address .actions-toolbar .primary .action-update {
    border: 1px solid #333;
    padding: 1em 0; }
    @media screen and (max-width: 640px) {
      .am-checkout div.items.payment-methods div.payment-method .checkout-billing-address .actions-toolbar .primary .action-update {
        width: 100%;
        margin-bottom: 16px; } }
  @media screen and (max-width: 640px) {
    .am-checkout div.items.payment-methods div.payment-method .checkout-billing-address .actions-toolbar .primary .action-cancel {
      width: 100%;
      margin-left: 0; } }

.am-checkout .field .label {
  font-weight: 500; }
  @media screen and (min-width: 640px) {
    .am-checkout .field .label {
      line-height: 20px; } }
  @media screen and (max-width: 640px) {
    .am-checkout .field .label {
      line-height: 20px; } }
  @media screen and (min-width: 1024px) {
    .am-checkout .field .label {
      line-height: 24px; } }

.am-checkout .control__note {
  color: #555555;
  display: block;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px; }

.klarna-block {
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 16px;
  margin-bottom: 32px; }
  @media screen and (max-width: 1024px) {
    .klarna-block {
      margin-top: 20px; } }
  @media screen and (max-width: 640px) {
    .klarna-block {
      margin-top: 12px; } }
  .klarna-block .klarna-logo {
    width: auto;
    height: 64px;
    margin-bottom: 24px; }
    @media screen and (max-width: 1024px) {
      .klarna-block .klarna-logo {
        margin-bottom: 20px; } }
    @media screen and (max-width: 640px) {
      .klarna-block .klarna-logo {
        margin-bottom: 16px; } }
  .klarna-block h6 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 0 !important; }
  .klarna-block .pay-30-days {
    color: #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
  .klarna-block .klarna-text-box {
    border: 1px solid #ebebeb;
    background-color: #fbfbfb;
    margin: 24px 0;
    padding: 24px;
    color: #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
    @media screen and (max-width: 1024px) {
      .klarna-block .klarna-text-box {
        margin: 20px 0; } }
    @media screen and (max-width: 640px) {
      .klarna-block .klarna-text-box {
        margin: 16px 0; } }
    .klarna-block .klarna-text-box ul li {
      list-style: disc; }
  .klarna-block .agreement-text {
    color: #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 24px; }
    @media screen and (max-width: 1024px) {
      .klarna-block .agreement-text {
        padding-bottom: 20px; } }
    @media screen and (max-width: 640px) {
      .klarna-block .agreement-text {
        padding-bottom: 16px; } }
    .klarna-block .agreement-text a {
      text-decoration: underline; }

.apple-button .payment-tabs__header #applepay {
  display: none; }

.apay-logo {
  padding: 16px 0 40px 0; }
  @media screen and (max-width: 1024px) {
    .apay-logo {
      padding-top: 12px; } }
  @media screen and (max-width: 640px) {
    .apay-logo {
      padding: 4px 0 32px 0; } }
  .apay-logo .apple-pay-mark {
    width: auto;
    height: 40px; }
  .apay-logo h6 {
    margin-top: 0;
    margin-bottom: 8px;
    padding-top: 24px;
    color: #555555;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px; }
    @media screen and (max-width: 1024px) {
      .apay-logo h6 {
        padding-top: 20px; } }
    @media screen and (max-width: 640px) {
      .apay-logo h6 {
        padding-top: 16px; } }
  .apay-logo .body-small {
    color: #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }

#adyen-alternative-payment-container-applepay {
  position: relative;
  width: 48%;
  margin-top: 32px; }
  @media screen and (max-width: 1024px) {
    #adyen-alternative-payment-container-applepay {
      width: 100% !important; } }
  #adyen-alternative-payment-container-applepay .adyen-checkout__applepay__button {
    width: 100% !important;
    height: 64px !important;
    max-width: none;
    background: #000;
    color: #fff; }
  #adyen-alternative-payment-container-applepay:hover {
    background: #000; }

.apay-button-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  cursor: pointer; }
  .apay-button-text span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px; }
  .apay-button-text .apple-pay-white {
    width: auto;
    height: 19px; }

.checkout-index-index .checkout-payment .checkout-payment__image {
  list-style-type: none;
  padding: 0; }

.am-checkout .checkout-block__content__inner {
  padding-top: 0px; }

.am-checkout .payment-option-title {
  color: #333333;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer; }
  .am-checkout .payment-option-title #block-discount-heading {
    border: none;
    padding: 0;
    background-color: #eee;
    text-decoration: underline;
    cursor: pointer; }

.am-checkout .form-discount .label {
  color: #333333;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px; }
  @media screen and (max-width: 1024px) {
    .am-checkout .form-discount .label {
      font-size: 14px; } }

.am-checkout .discount-code:not(._active) .payment-option-title:not(.coupon-applied) {
  margin-top: 24px;
  margin-bottom: 24px; }

.am-checkout .discount-code:not(._active) .payment-option-title:not(.coupon-not-applied) {
  margin-top: 24px; }

@media screen and (max-width: 1024px) {
  .am-checkout .discount-code:not(._active) .payment-option-title:not(.coupon-applied) {
    margin-top: 0px;
    margin-bottom: 40px; }
  .am-checkout .discount-code:not(._active) .payment-option-title:not(.coupon-not-applied) {
    margin-top: 0px; } }

@media screen and (max-width: 640px) {
  .am-checkout .discount-code:not(._active) .payment-option-title:not(.coupon-applied) {
    margin-top: 0px;
    margin-bottom: 32px; }
  .am-checkout .discount-code:not(._active) .payment-option-title:not(.coupon-not-applied) {
    margin-top: 0px; } }

.am-checkout .discount-code._active {
  margin-bottom: 48px; }
  .am-checkout .discount-code._active .payment-option-title:not(.coupon-applied) {
    margin-top: 24px;
    margin-bottom: 32px; }
  .am-checkout .discount-code._active .payment-option-title:not(.coupon-not-applied) {
    margin-top: 24px; }
  @media screen and (max-width: 1024px) {
    .am-checkout .discount-code._active .payment-option-title:not(.coupon-applied) {
      margin-top: 0px;
      margin-bottom: 28px; } }
  @media screen and (max-width: 1024px) {
    .am-checkout .discount-code._active .payment-option-title:not(.coupon-applied) {
      margin-top: 0px; } }
  @media screen and (max-width: 1024px) {
    .am-checkout .discount-code._active .payment-option-title:not(.coupon-not-applied) {
      margin-top: 0px; } }
  @media screen and (max-width: 1024px) {
    .am-checkout .discount-code._active {
      margin-bottom: 40px; } }
  @media screen and (max-width: 640px) {
    .am-checkout .discount-code._active {
      margin-bottom: 32px; } }
  .am-checkout .discount-code._active .messages .error {
    margin: 8px 0 0 0;
    padding: 0;
    background: none;
    color: #dd4157;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px; }
    .am-checkout .discount-code._active .messages .error > div:before {
      display: inline-block;
      content: "!";
      border-radius: 50%;
      border: 2px solid #dd4157;
      width: 15px;
      height: 15px;
      line-height: 15px;
      text-align: center;
      color: #dd4157;
      font-weight: bold;
      font-size: 14px;
      margin-right: 8px; }
  .am-checkout .discount-code._active .messages .success {
    margin: 8px 0 0 0;
    padding: 0;
    background: none;
    color: #0D8722;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
    border: none;
    display: flex; }

.am-checkout .payment-option-wrap {
  display: flex; }
  .am-checkout .payment-option-wrap .actions-toolbar {
    line-height: 14px; }
  .am-checkout .payment-option-wrap .actions-toolbar .action-apply {
    color: #fff;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    background-color: #000;
    border: #000;
    cursor: pointer;
    height: 62px;
    width: 100%;
    min-width: 120px; }
    @media screen and (max-width: 640px) {
      .am-checkout .payment-option-wrap .actions-toolbar .action-apply {
        min-width: 100px; } }
  .am-checkout .payment-option-wrap .actions-toolbar .action-cancel {
    border: none;
    padding: 0;
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer;
    height: 20px;
    color: #555555;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 14px; }
  .am-checkout .payment-option-wrap .control #discount-code {
    box-sizing: border-box;
    height: 62px;
    border: 1px solid #919191;
    background-color: #fff;
    color: #333; }
    .am-checkout .payment-option-wrap .control #discount-code:focus {
      border: 1px solid #919191; }
  .am-checkout .payment-option-wrap .payment-option-inner {
    width: 40%; }
    @media screen and (max-width: 1024px) {
      .am-checkout .payment-option-wrap .payment-option-inner {
        width: 100%; } }

.am-checkout #discount-form {
  display: block; }
  .am-checkout #discount-form input[type="text"]:focus {
    border: 1px solid #919191; }
  .am-checkout #discount-form input[type="text"].mage-error {
    border: 1px solid #da2f47; }

.am-checkout .coupon-applied-mssg {
  color: #0D8722;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-flex; }
  .am-checkout .coupon-applied-mssg > span {
    margin: 0px 3px 0px 0px; }

.am-checkout span.coupoun-rounded-icon {
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #0D8722;
  height: 18px;
  width: 18px;
  text-align: center;
  position: relative;
  border-color: #0D8722;
  color: #0D8722;
  margin: 0px 8px 0px 0px; }

.am-checkout span.coupoun-rounded-icon::after {
  content: "";
  width: 4px;
  height: 8px;
  border: solid #0D8722;
  border-width: 0 1px 1px 0;
  position: absolute;
  transform: translateY(-50%) rotate(45deg) scale(1);
  top: 7px;
  left: 6px; }

.am-checkout #discount-code-error {
  margin: 8px 0 0 0;
  padding: 0;
  background: none;
  color: #dd4157;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px; }

.accordion-payment-layout .am-checkout .checkout-block__content__inner {
  padding-top: 0px !important; }

@media screen and (min-width: 1024px) {
  .checkout-block--details h2.checkout-block__content__subheading {
    padding-top: 16px; } }

.rtl .am-checkout .discount-code._active .messages .success > div:before {
  margin-right: 0;
  margin-left: 8px; }

.rtl .am-checkout .discount-code._active .messages .error > div:before {
  margin-right: 0;
  margin-left: 8px; }

.rtl .am-checkout span.coupoun-rounded-icon {
  margin: 0px 0px 0px 8px; }

.rtl .coupon-applied-mssg > span {
  margin: 0px 0px 0px 3px; }

.checkout-index-index .modals-overlay {
  background-color: rgba(0, 0, 0, 0.6); }

.checkout-index-index .payment-method-banner-image {
  width: 48%;
  margin: 24px 0 48px 0; }
  @media screen and (max-width: 1024px) {
    .checkout-index-index .payment-method-banner-image {
      margin: 12px 0 40px 0; } }
  @media screen and (max-width: 768px) {
    .checkout-index-index .payment-method-banner-image {
      width: 100%;
      margin: 4px 0 32px 0; } }

.checkout-index-index.click-collect-store .payment-method-banner-image {
  margin-top: 0; }

.dyson-in .am-checkout .pincode_fieldset_title {
  font-weight: 400;
  padding-bottom: 1em; }
  @media screen and (min-width: 0) {
    .dyson-in .am-checkout .pincode_fieldset_title {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 768px) {
    .dyson-in .am-checkout .pincode_fieldset_title {
      font-size: 20px;
      font-size: 1.25rem; } }

.dyson-in .am-checkout .fieldset .field {
  /* TODO - PAYU RELATED (payusubvention & payu modules, one enabled) - MOVE THIS TO MAIN SPC STYLES? */ }
  .dyson-in .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
    width: 100%; }
    .dyson-in .am-checkout .fieldset .field[name="shippingAddress.postcode"] label.label:after {
      content: '*';
      display: inline-block;
      margin: 0 0 0 3px; }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field[name="shippingAddress.postcode"] label.label {
        width: 650px; } }
    .dyson-in .am-checkout .fieldset .field[name="shippingAddress.postcode"] .input-text {
      border-color: #ebebeb; }
    .dyson-in .am-checkout .fieldset .field[name="shippingAddress.postcode"]._error .input-text {
      border-color: #dd4157; }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
        width: 48%; } }
  .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"] {
    text-decoration: none;
    -webkit-appearance: none;
    border: 0;
    padding: 16px 12px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    max-width: 100%;
    text-align: center;
    border-radius: 0;
    width: 100%;
    max-width: none;
    padding: 16px 12px;
    margin: 12px 0 24px; }
    .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]:hover, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]:focus, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]:active {
      text-decoration: none; }
    @media screen and (min-width: 0) {
      .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"] {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"] {
        font-size: 18px;
        font-size: 1.125rem; } }
    .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]:hover, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]:focus {
      background: #292929;
      border: 0; }
    .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"].active {
      animation: clicked .25s ease-in; }
    @media screen and (min-width: 768px) {
      .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"] {
        padding: 20px 23px; }
        .dyson-pl .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"] {
          padding: 20px 16px; } }
    @media screen and (min-width: 1024px) {
      .dyson-sa .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"] {
        padding: 20px 16px; } }
    .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--primary {
      background: #333333;
      color: #fff; }
      .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--primary:hover, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--primary:focus, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--primary:active, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--primary:visited {
        background: #292929; }
    .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--tertiary:hover, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--tertiary:focus, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--tertiary:active, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--tertiary:visited {
      background: #74b126; }
    .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--tertiary:hover, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--tertiary:focus, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--tertiary:active, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--tertiary:visited {
      background: #74b126; }
    .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--secondary:hover, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--secondary:focus, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--secondary:active, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--secondary:visited {
      background: #e1e1e1; }
    .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--light {
      background: #fff;
      color: #333333; }
      .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--light span {
        color: #333333; }
      .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--light:hover, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--light:focus, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--light:active {
        background: #e1e1e1;
        color: #333333; }
      .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--light:visited {
        background: #fff; }
    .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--disabled {
      opacity: 0.75;
      cursor: default;
      pointer-events: none; }
      .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--disabled:hover, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--disabled:focus, .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"]--disabled:active {
        background: inherit; }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field [data-index="pincode_button"] {
        width: 48%;
        padding: 20px 18px 19px 18px;
        margin-top: 33px; } }
  .dyson-in .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
        width: 48%;
        margin-right: 4%; }
        .dyson-in .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
          width: 100%; } }
  .dyson-in .am-checkout .fieldset .field[name="shippingAddress.street.1"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.street.1"] {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field[name="shippingAddress.street.1"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.street.1"] {
        width: 48%;
        margin-top: -35px !important; }
        .dyson-in .am-checkout .fieldset .field[name="shippingAddress.street.1"] .label.label, .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.street.1"] .label.label {
          display: inline-block !important; }
        .dyson-in .am-checkout .fieldset .field[name="shippingAddress.street.1"] .control, .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.street.1"] .control {
          width: 100%; } }
  @media screen and (min-width: 1024px) {
    .dyson-in .am-checkout .fieldset .field[name="shippingAddress.city"] {
      width: 48%; } }
  @media screen and (min-width: 1024px) {
    .dyson-in .am-checkout .fieldset .field[name="shippingAddress.region"] {
      width: 48%; } }
  @media screen and (min-width: 1024px) {
    .dyson-in .am-checkout .fieldset .field[name="shippingAddress.telephone"] {
      width: 48%; }
      .dyson-in .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control {
        width: 100%; } }
  @media screen and (min-width: 1024px) {
    .dyson-in .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.gst_number"] {
      width: 48%;
      margin-right: 4%; } }
  @media screen and (min-width: 1024px) {
    .dyson-in .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.activate_guarantee"] {
      padding: 1em 0; } }
  @media screen and (min-width: 1024px) {
    .dyson-in .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.activate_installation"] {
      padding: 1em 0; } }
  .dyson-in .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.newsletter_signup"] {
    padding: 3em 0; }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.newsletter_signup"] {
        padding: 1.5em 0; } }
  .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.street.0"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.street.0"] {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.street.0"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.street.0"] {
        width: 48%;
        margin-right: 4%; } }
  .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.street.1"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.street.1"] {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.street.1"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.street.1"] {
        width: 48%; } }
  .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.region"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.region"] {
    display: block; }
  .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.street.2"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.street.2"] {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.street.2"] .control, .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.street.2"] .control {
        width: 48%; } }
  .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.telephone"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.telephone"] {
    width: 100%;
    margin-right: 4%; }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.telephone"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.telephone"] {
        width: 48%; } }
  .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.gst_number"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.gst_number"] {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.gst_number"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.gst_number"] {
        width: 48%; } }
  .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.company"], .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.company"] {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.company"] .control, .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.company"] .control {
        width: 48%; } }
  .dyson-in .am-checkout .fieldset .field.field--checkboxes {
    padding-bottom: 0; }
  .dyson-in .am-checkout .fieldset .field[name="billingAddresspayusubvention.postcode"] .control.complete:after, .dyson-in .am-checkout .fieldset .field[name="billingAddresspayu.postcode"] .control.complete:after {
    display: none; }
  .dyson-in .am-checkout .fieldset .field.street legend.label {
    display: none; }
  .dyson-in .am-checkout .fieldset .field.in-error input.input-text {
    border: 1px solid #ebebeb; }
  .dyson-in .am-checkout .fieldset .field.in-error .field-error {
    display: none; }

.dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"] {
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  padding: 16px 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  max-width: 100%;
  text-align: center;
  border-radius: 0;
  width: 100%;
  max-width: none;
  padding: 16px 12px;
  margin: 12px 0 24px; }
  .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]:hover, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]:focus, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]:active {
    text-decoration: none; }
  @media screen and (min-width: 0) {
    .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"] {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"] {
      font-size: 18px;
      font-size: 1.125rem; } }
  .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]:hover, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]:focus {
    background: #292929;
    border: 0; }
  .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"].active {
    animation: clicked .25s ease-in; }
  @media screen and (min-width: 768px) {
    .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"] {
      padding: 20px 23px; }
      .dyson-pl .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"] {
        padding: 20px 16px; } }
  @media screen and (min-width: 1024px) {
    .dyson-sa .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"] {
      padding: 20px 16px; } }
  .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--primary {
    background: #333333;
    color: #fff; }
    .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--primary:hover, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--primary:focus, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--primary:active, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--primary:visited {
      background: #292929; }
  .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--tertiary:hover, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--tertiary:focus, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--tertiary:active, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--tertiary:visited {
    background: #74b126; }
  .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--tertiary:hover, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--tertiary:focus, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--tertiary:active, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--tertiary:visited {
    background: #74b126; }
  .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--secondary:hover, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--secondary:focus, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--secondary:active, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--secondary:visited {
    background: #e1e1e1; }
  .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--light {
    background: #fff;
    color: #333333; }
    .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--light span {
      color: #333333; }
    .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--light:hover, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--light:focus, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--light:active {
      background: #e1e1e1;
      color: #333333; }
    .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--light:visited {
      background: #fff; }
  .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--disabled {
    opacity: 0.75;
    cursor: default;
    pointer-events: none; }
    .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--disabled:hover, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--disabled:focus, .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"]--disabled:active {
      background: inherit; }
  @media screen and (min-width: 1024px) {
    .dyson-in .am-checkout .fieldset [data-index="pincode_button_billing"] {
      width: 48%;
      padding: 20px 18px 19px 18px;
      margin-top: 52px; } }

.dyson-in .am-checkout .control.complete:after {
  height: 36px;
  width: 36px;
  top: 15px;
  right: 15px; }

.dyson-in .am-checkout .input--loading {
  background-image: url(../images/loading.gif);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-position: 95% center;
  background-position-y: center; }

.dyson-pl .am-checkout .checkout-block__summary__items__count {
  float: left; }

.dyson-pl .am-checkout .checkout-block__summary__items__list {
  padding-top: 20px; }

.dyson-pl .am-checkout .payment-method .actions-toolbar .primary .action-update {
  padding: 19px 16px; }

.dyson-pl .am-checkout .payment-method-content .field input,
.dyson-pl .am-checkout .payment-method-content .field select {
  max-width: 500px; }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.company"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.company"] {
      width: 48%;
      margin-right: 4%; }
      .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.company"] .control {
        width: 100%; } }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] {
  margin-top: 1em; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] {
      margin-top: 3em; } }
  .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] .form__item, .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] .checkout__row .opc-wrapper .opc .form .field, .checkout__row .opc-wrapper .opc .form .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] .field {
    padding-top: 20px; }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
      width: 48%;
      margin-right: 4%; }
      .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
        width: 100%; } }
  .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.street.0"] label.label {
    display: none; }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
      width: 48%; }
      .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.street.1"] .control {
        width: 100%; } }
  .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.street.1"] label.label {
    display: none; }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.street.2"] {
  display: none; }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.city"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.city"] {
      width: 48%;
      margin-right: 4%; } }
  .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.city"] .control {
    width: 100%; }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
      width: 48%;
      margin-right: 4%; }
      .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.postcode"] .control {
        width: 100%; } }
  .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.postcode"] label.label:after {
    margin: 0 0 0 3px;
    font-size: 1em; }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.country_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.country_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.country_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.country_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.country_id"] {
  display: inherit;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.country_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.country_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.country_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.country_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.country_id"] {
      width: 48%; }
      .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.country_id"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.country_id"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.country_id"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.country_id"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.country_id"] .control {
        width: 100%; } }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.telephone"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.telephone"] {
      width: 48%; }
      .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control {
        width: 100%; } }

.dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.telephone"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.telephone"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.telephone"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.telephone"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.telephone"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.telephone"] {
      width: 48%;
      margin-right: 4%; }
      .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.telephone"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.telephone"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.telephone"] .control {
        width: 100%; } }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.vat_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.vat_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.vat_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.vat_id"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.vat_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.vat_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.vat_id"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.vat_id"] {
      width: 48%; }
      .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.vat_id"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.vat_id"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.vat_id"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.vat_id"] .control {
        width: 100%; } }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.terms_and_conditions_accepted"] .label,
.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.terms_and_conditions_accepted"] .form__item--inline {
  display: inline-block; }
  .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.terms_and_conditions_accepted"] .label a,
  .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.terms_and_conditions_accepted"] .form__item--inline a {
    display: inline-block;
    margin-left: 1em; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.terms_and_conditions_accepted"] .label,
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.terms_and_conditions_accepted"] .form__item--inline {
      display: flex; } }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.privacy_policy_accepted"] .label,
.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.privacy_policy_accepted"] .form__item--inline {
  display: inline-block; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.privacy_policy_accepted"] .label,
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.privacy_policy_accepted"] .form__item--inline {
      display: flex; } }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.newsletter_signup"] .form__item--inline {
  display: inline-block; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.newsletter_signup"] .form__item--inline {
      display: flex; } }

.dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.newsletter_signup"] .label {
  display: inline-block;
  height: auto; }
  .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.newsletter_signup"] .label:last-of-type:before, .dyson-pl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.newsletter_signup"] .label:last-of-type:after {
    display: none; }

.dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.firstname"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.firstname"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.firstname"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.firstname"] {
      width: 48%;
      margin-right: 4%; } }

.dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.lastname"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.lastname"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.lastname"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.lastname"] {
      width: 48%; } }

.dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.company"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.company"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.company"] {
  width: 100%; }
  .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.company"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.company"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.company"] .control {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.company"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.company"] .control, .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.company"] .control {
        width: 48%; } }

.dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.street.0"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.street.0"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.0"] {
  width: 100%; }
  .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.street.0"] label.label, .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.street.0"] label.label, .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.0"] label.label {
    display: none; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.street.0"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.street.0"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.0"] {
      width: 48%;
      margin-right: 4%; } }

.dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.street.1"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.street.1"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.1"] {
  width: 100%; }
  .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.street.1"] label.label, .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.street.1"] label.label, .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.1"] label.label {
    display: none; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.street.1"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.street.1"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.1"] {
      width: 48%; } }

.dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.city"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.city"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.city"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.city"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.city"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.city"] {
      width: 48%;
      margin-right: 4%; } }

.dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.postcode"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.postcode"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.postcode"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_hpp.postcode"], .dyson-pl .am-checkout .fieldset .field[name="billingAddresscheckmo.postcode"], .dyson-pl .am-checkout .fieldset .field[name="billingAddressadyen_cc.postcode"] {
      width: 48%;
      margin-right: 4%; } }

.dyson-pl .am-checkout .fieldset .field.field--checkboxes {
  padding: 1em 0; }
  .dyson-pl .am-checkout .fieldset .field.field--checkboxes .form__item, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .checkout__row .opc-wrapper .opc .form .field, .checkout__row .opc-wrapper .opc .form .dyson-pl .am-checkout .fieldset .field.field--checkboxes .field {
    margin-bottom: 0; }
    .dyson-pl .am-checkout .fieldset .field.field--checkboxes .form__item label.label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .checkout__row .opc-wrapper .opc .form .field label.label, .checkout__row .opc-wrapper .opc .form .dyson-pl .am-checkout .fieldset .field.field--checkboxes .field label.label {
      margin-bottom: 0; }
    .dyson-pl .am-checkout .fieldset .field.field--checkboxes .form__item p.form__label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .checkout__row .opc-wrapper .opc .form .field p.form__label, .checkout__row .opc-wrapper .opc .form .dyson-pl .am-checkout .fieldset .field.field--checkboxes .field p.form__label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .form__item .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title p.label, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .dyson-pl .am-checkout .fieldset .field.field--checkboxes .form__item p.label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .field .payment-method-title p.label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .field p.label, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .dyson-pl .am-checkout .fieldset .field.field--checkboxes .field .payment-method-title p.label, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .dyson-pl .am-checkout .fieldset .field.field--checkboxes .field p.label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .form__item .checkout__row .opc-wrapper .opc .form p.label, .checkout__row .opc-wrapper .opc .form .dyson-pl .am-checkout .fieldset .field.field--checkboxes .form__item p.label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .checkout__row .opc-wrapper .opc .form .field p.label, .checkout__row .opc-wrapper .opc .form .dyson-pl .am-checkout .fieldset .field.field--checkboxes .field p.label {
      color: #333333; }
      @media screen and (min-width: 0) {
        .dyson-pl .am-checkout .fieldset .field.field--checkboxes .form__item p.form__label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .checkout__row .opc-wrapper .opc .form .field p.form__label, .checkout__row .opc-wrapper .opc .form .dyson-pl .am-checkout .fieldset .field.field--checkboxes .field p.form__label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .form__item .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title p.label, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .dyson-pl .am-checkout .fieldset .field.field--checkboxes .form__item p.label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .field .payment-method-title p.label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .field p.label, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .dyson-pl .am-checkout .fieldset .field.field--checkboxes .field .payment-method-title p.label, .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .dyson-pl .am-checkout .fieldset .field.field--checkboxes .field p.label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .form__item .checkout__row .opc-wrapper .opc .form p.label, .checkout__row .opc-wrapper .opc .form .dyson-pl .am-checkout .fieldset .field.field--checkboxes .form__item p.label, .dyson-pl .am-checkout .fieldset .field.field--checkboxes .checkout__row .opc-wrapper .opc .form .field p.label, .checkout__row .opc-wrapper .opc .form .dyson-pl .am-checkout .fieldset .field.field--checkboxes .field p.label {
          font-size: 14px;
          font-size: 0.875rem; } }
  .dyson-pl .am-checkout .fieldset .field.field--checkboxes .custom_checkout_field--divider_line_top {
    border-top: 1px solid #ececec; }
  .dyson-pl .am-checkout .fieldset .field.field--checkboxes.field--delivery-to-someone-else {
    padding-top: 0;
    padding-bottom: 3em; }

.dyson-pl .am-checkout .fieldset .field.street legend.label {
  display: inherit; }

.dyson-pl .am-checkout .payment-method-cc-form .ccard .type .select,
.dyson-pl .am-checkout .payment-method-cc-form .ccard .name .input-text {
  width: 100%; }

.dyson-pl .am-checkout .payment-method-cc-form .field-tooltip.toggle {
  display: none; }

.dyson-pl .am-checkout .checkout-agreements .field.required .label:after,
.dyson-pl .am-checkout .checkout-agreements .field._required .label:after {
  content: '' !important; }

.dyson-pl .am-checkout div.payment-method-billing-address {
  margin-bottom: 5%; }

.dyson-pl .loading-mask[data-role="loader"] {
  display: none !important; }

.dyson-pl .loading-mask--show[data-role="loader"] {
  display: inherit !important; }

@media screen and (min-width: 1024px) {
  .dyson-pl fieldset.fieldset[data-bind="visible: !isAddressDetailsVisible()"] .actions-toolbar {
    width: 50% !important;
    float: right; } }

.dyson-kr .am-checkout .fieldset .field.field--checkboxes {
  padding: 4.5em 0;
  margin: 0; }
  @media screen and (min-width: 480px) {
    .dyson-kr .am-checkout .fieldset .field.field--checkboxes {
      padding: 2.5em 0; } }
  @media screen and (min-width: 768px) {
    .dyson-kr .am-checkout .fieldset .field.field--checkboxes {
      padding: 1em 0; } }

.dyson-kr .am-checkout .checkout-payment {
  margin-top: 0;
  margin-bottom: 0;
  visibility: hidden;
  padding: 0;
  height: 0;
  border-top: 1px solid #ebebeb; }

.dyson-kr .am-checkout .label--auto-reg {
  margin-top: 4em; }
  @media screen and (min-width: 480px) {
    .dyson-kr .am-checkout .label--auto-reg {
      margin-top: 2em; } }
  @media screen and (min-width: 768px) {
    .dyson-kr .am-checkout .label--auto-reg {
      margin-top: 1em; } }

.dyson-kr .am-checkout #shipping-new-address-form .label--black {
  color: #333333;
  padding-left: 0; }

.dyson-kr .am-checkout .control.complete:after {
  height: 36px;
  width: 36px;
  top: 15px;
  right: 15px; }

.dyson-kr .am-checkout #shipping-new-address-form .no-checkbox:before {
  content: "";
  width: 0;
  height: 0;
  border: 0;
  background-color: none; }

.dyson-kr .am-checkout #shipping-new-address-form .no-checkbox:after {
  content: "";
  width: 0;
  height: 0; }

.dyson-kr .checkout-container #customer-email-fieldset .field {
  width: 100%;
  float: none; }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-container #customer-email-fieldset .field {
      width: 48%; } }

.dyson-kr .checkout-container .fieldset .field.field--checkboxes .label, .dyson-kr .checkout-container .fieldset .field.field--checkboxes .no-checkbox {
  line-height: 1.4; }
  @media screen and (min-width: 0) {
    .dyson-kr .checkout-container .fieldset .field.field--checkboxes .label, .dyson-kr .checkout-container .fieldset .field.field--checkboxes .no-checkbox {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-container .fieldset .field.field--checkboxes .label, .dyson-kr .checkout-container .fieldset .field.field--checkboxes .no-checkbox {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .dyson-kr .checkout-container .fieldset .field.field--checkboxes .label, .dyson-kr .checkout-container .fieldset .field.field--checkboxes .no-checkbox {
      font-size: 16px;
      font-size: 1rem; } }

.dyson-kr .checkout-container .fieldset .field[name="shippingAddress.addressLookupInput"] {
  width: 100%;
  float: none; }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-container .fieldset .field[name="shippingAddress.addressLookupInput"] {
      width: 48%; } }

.dyson-kr .checkout-container .fieldset .field[name="shippingAddress.firstname"] {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-container .fieldset .field[name="shippingAddress.firstname"] {
      width: 48%;
      margin-right: 0; } }

.dyson-kr .checkout-container .fieldset .field[name="shippingAddress.lastname"], .dyson-kr .checkout-container .fieldset .field[name="shippingAddress.postcode"], .dyson-kr .checkout-container .fieldset .field[name="shippingAddress.city"] {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-container .fieldset .field[name="shippingAddress.lastname"], .dyson-kr .checkout-container .fieldset .field[name="shippingAddress.postcode"], .dyson-kr .checkout-container .fieldset .field[name="shippingAddress.city"] {
      width: 48%;
      margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-kr .checkout-container .fieldset .field[name="shippingAddress.street.0"] .control, .dyson-kr .checkout-container .fieldset .field[name="shippingAddress.street.1"] .control, .dyson-kr .checkout-container .fieldset .field[name="shippingAddress.telephone"] .control {
    width: 100%; } }

.dyson-kr .checkout-container .fieldset .field[name="shippingAddress.country_id"] {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-container .fieldset .field[name="shippingAddress.country_id"] {
      width: 48%; } }

.dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.region"], .dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.lastname"] {
  position: unset;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.region"], .dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.lastname"] {
      width: 48%;
      margin-right: 4%; } }

.dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.firstname"], .dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.city"], .dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.postcode"], .dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.street.1"] {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.firstname"], .dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.city"], .dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.postcode"], .dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.street.1"] {
      width: 48%; } }

.dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.street.0"], .dyson-kr .checkout-container .fieldset .field[name="billingAddress.billingAddressLookupButtonReset"], .dyson-kr .checkout-container .fieldset .field[name="billingAddress.addressLookupInput"] {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .dyson-kr .checkout-container .fieldset .field[name="billingAddresskcp_gateway.street.0"], .dyson-kr .checkout-container .fieldset .field[name="billingAddress.billingAddressLookupButtonReset"], .dyson-kr .checkout-container .fieldset .field[name="billingAddress.addressLookupInput"] {
      width: 48%;
      margin-right: 4%; } }

.dyson-sg .am-checkout .fieldset .field[name="shippingAddress.company"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.company"] .control {
      width: 48%; }
      .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.company"] .control label {
        margin-right: 10px; } }

.dyson-sg .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
      width: 48%;
      margin-right: 4%; }
      .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
        width: 100%; } }
  .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.street.0"] label.label {
    display: none; }

.dyson-sg .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
      width: 48%; }
      .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.street.1"] .control {
        width: 100%; } }
  .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.street.1"] label.label {
    display: none; }

.dyson-sg .am-checkout .fieldset .field[name="shippingAddress.city"] {
  width: 100%; }
  .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.city"] .control {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.city"] .control {
        width: 48%; } }

.dyson-sg .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
      width: 48%;
      margin-right: 4%; }
      .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.postcode"] .control {
        width: 100%; } }

.dyson-sg .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
  display: inherit;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
      width: 48%; }
      .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.country_id"] .control {
        width: 100%; } }

.dyson-sg .am-checkout .fieldset .field[name="shippingAddress.telephone"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.telephone"] {
      width: 48%; }
      .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control {
        width: 100%; } }

.dyson-sg .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.newsletter_signup"] {
  width: 100%;
  margin-top: 50px; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.newsletter_signup"] {
      margin-top: 0; } }

.dyson-sg .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] {
  width: 100%;
  margin-top: 50px; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] {
      margin-top: 0; } }
  .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] .form__title {
    font-weight: 400;
    color: #333333;
    padding-top: 25px; }
    @media screen and (min-width: 0) {
      .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] .form__title {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 768px) {
      .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] .form__title {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] .form__title {
        font-size: 20px;
        font-size: 1.25rem; } }
  .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] .custom_checkout_field--divider_line_top {
    border-top: 1px solid #ececec; }
  .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] .label {
    color: #333333; }

.dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.firstname"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.firstname"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.firstname"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.firstname"] {
      width: 48%;
      margin-right: 4%; } }

.dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.lastname"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.lastname"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.lastname"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.lastname"] {
      width: 48%; } }

.dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.company"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.company"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.company"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.company"] {
      width: 48%; } }

.dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.telephone"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.telephone"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.telephone"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.telephone"] {
      width: 48%; } }

.dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.country_id"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.country_id"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.country_id"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.country_id"] {
      width: 48%; } }

.dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.0"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.street.0"] {
  width: 100%; }
  .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.0"] label.label, .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.street.0"] label.label {
    display: none; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.0"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.street.0"] {
      width: 48%;
      margin-right: 4%; } }

.dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.1"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.street.1"] {
  width: 100%; }
  .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.1"] label.label, .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.street.1"] label.label {
    display: none; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.1"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.street.1"] {
      width: 48%; } }

.dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.city"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.city"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.city"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.city"] {
      width: 48%;
      margin-right: 4%; } }

.dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.postcode"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.postcode"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_cc.postcode"], .dyson-sg .am-checkout .fieldset .field[name="billingAddressadyen_hpp.postcode"] {
      width: 48%;
      margin-right: 4%; } }

.dyson-sg .am-checkout .fieldset .field.field--checkboxes {
  padding: 1em 0; }
  .dyson-sg .am-checkout .fieldset .field.field--checkboxes .form__item, .dyson-sg .am-checkout .fieldset .field.field--checkboxes .checkout__row .opc-wrapper .opc .form .field, .checkout__row .opc-wrapper .opc .form .dyson-sg .am-checkout .fieldset .field.field--checkboxes .field {
    margin-bottom: 0; }
    .dyson-sg .am-checkout .fieldset .field.field--checkboxes .form__item label.label, .dyson-sg .am-checkout .fieldset .field.field--checkboxes .checkout__row .opc-wrapper .opc .form .field label.label, .checkout__row .opc-wrapper .opc .form .dyson-sg .am-checkout .fieldset .field.field--checkboxes .field label.label {
      margin-bottom: 0; }

.dyson-sg .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.newsletter_signup"] {
  margin: 5em 0; }
  @media screen and (min-width: 480px) {
    .dyson-sg .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.newsletter_signup"] {
      margin-top: inherit;
      margin-bottom: inherit; } }

.dyson-sg .am-checkout .fieldset .field.street legend.label {
  display: inherit; }

.dyson-sg .am-checkout .fieldset label[for="direct_cc_ECMC-SSL"],
.dyson-sg .am-checkout .fieldset label[for="direct_cc_VISA-SSL"],
.dyson-sg .am-checkout .fieldset label[for="direct_cc_MAESTRO-SSL"] {
  margin-right: 20px; }

.dyson-sg .am-checkout .payment-method-cc-form .ccard .type .select,
.dyson-sg .am-checkout .payment-method-cc-form .ccard .name .input-text {
  width: 100%; }

.dyson-sg .am-checkout .payment-method-cc-form .field-tooltip.toggle {
  display: none; }

.dyson-sg .payment-method-content .field input, .dyson-sg .payment-method-content .field select {
  max-width: 100% !important; }

.dyson-sg .checkout__row .opc-wrapper #shipping-new-address-form .field.street .field:last-child,
.dyson-sg .checkout__row .opc-wrapper .checkout-billing-address fieldset .field.street .field:last-child {
  margin-top: 0; }

.dyson-sg .field[name="billingAddressadyen_cc.street.0"] label.label:after, .dyson-sg .field[name="billingAddressadyen_cc.street.1"] label.label:after {
  display: none !important; }

.dyson-sg .checkout-agreement.field.choice.required label.label:after {
  content: '';
  margin: 0 0 0 0; }

.dyson-nz .form__item--inline {
  display: block; }

.dyson-nz .checkout-block__progress-button {
  padding-top: 0; }

@media screen and (min-width: 768px) {
  .dyson-nz .field.field--checkboxes label.label small {
    font-size: 14px; } }

.dyson-nz .form__item.form__item--inline.form__item--checkbox, .dyson-nz .checkout__row .opc-wrapper .opc .form .form__item--inline.form__item--checkbox.field, .checkout__row .opc-wrapper .opc .form .dyson-nz .form__item--inline.form__item--checkbox.field {
  margin: 2em 0; }
  @media screen and (min-width: 768px) {
    .dyson-nz .form__item.form__item--inline.form__item--checkbox, .dyson-nz .checkout__row .opc-wrapper .opc .form .form__item--inline.form__item--checkbox.field, .checkout__row .opc-wrapper .opc .form .dyson-nz .form__item--inline.form__item--checkbox.field {
      margin: 1em 0; } }
  .dyson-nz .form__item.form__item--inline.form__item--checkbox label.label, .dyson-nz .checkout__row .opc-wrapper .opc .form .form__item--inline.form__item--checkbox.field label.label, .checkout__row .opc-wrapper .opc .form .dyson-nz .form__item--inline.form__item--checkbox.field label.label {
    font-size: 12px; }
    @media screen and (min-width: 768px) {
      .dyson-nz .form__item.form__item--inline.form__item--checkbox label.label, .dyson-nz .checkout__row .opc-wrapper .opc .form .form__item--inline.form__item--checkbox.field label.label, .checkout__row .opc-wrapper .opc .form .dyson-nz .form__item--inline.form__item--checkbox.field label.label {
        font-size: 14px; } }

.dyson-nz .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
  width: 100%;
  margin-right: 4%; }
  .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.postcode"] label.label:after {
    content: '*';
    display: inline-block;
    margin: 0 0 0 3px; }
  .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.postcode"] .input-text {
    border-color: #ebebeb; }
  .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.postcode"]._error .input-text {
    border-color: #dd4157; }
  @media screen and (min-width: 1024px) {
    .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
      width: 48%; } }

.dyson-nz .am-checkout .fieldset .field.field--checkboxes {
  padding: 0.5em 0; }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.prefix"] {
    width: 48%;
    margin-right: 4%; }
    .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.prefix"] .control {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.firstname"] {
    margin-right: 0; }
    .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.firstname"] .control {
      width: 100%; } }

.dyson-nz .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
      width: 48%;
      margin-right: 4%; }
      .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
        width: 100%; } }

.dyson-nz .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
      width: 48%; }
      .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.street.1"] .control {
        width: 100%; } }

.dyson-nz .am-checkout .fieldset .field[name="shippingAddress.street.2"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.street.2"] {
      width: 48.1%; }
      .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.street.2"] .control {
        width: 100%; } }

.dyson-nz .am-checkout .fieldset .field[name="shippingAddress.city"] {
  margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.city"] {
      width: 47.9%; } }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.region"] {
    width: 100%; } }

.dyson-nz .am-checkout .fieldset .field[name="shippingAddress.telephone"] label.label:after {
  content: '*';
  display: inline-block;
  margin: 0 0 0 3px; }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.telephone"] {
    width: 48.1%; }
    .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control {
      width: 100%; } }

.dyson-nz .am-checkout .fieldset .field[name="shippingAddress.region_id"] {
  display: block;
  width: 100%; }
  .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.region_id"] .control {
    width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.region_id"] {
      width: 48%;
      margin-left: 4%; } }

.dyson-nz .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
  display: block;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
      width: 48%;
      display: block; }
      .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.country_id"] .control {
        width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] {
    padding-bottom: 0; } }

.dyson-nz .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.opt_in"] label.label {
  display: inline-block; }

.dyson-nz .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.opt_in"] a {
  text-decoration: underline; }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.prefix"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.firstname"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.lastname"] {
    width: 48%;
    margin-right: 4%; } }

.dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.company"] {
  display: none; }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.0"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.1"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.2"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.city"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.postcode"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.region_id"] {
    width: 48%;
    margin-left: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.country_id"] {
    width: 48%; } }

.dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.telephone"] {
  clear: both; }
  @media screen and (min-width: 1024px) {
    .dyson-nz .am-checkout .fieldset .field[name="billingAddressadyen_cc.telephone"] {
      width: 48%; } }

.dyson-nz .am-checkout .control.complete:after {
  height: 36px;
  width: 36px;
  top: 15px;
  right: 15px; }

.dyson-nz .payment-method-content .field input, .dyson-nz .payment-method-content .field select {
  max-width: 100% !important; }

.dyson-nz .checkout-agreement.field.choice.required label.label:after {
  content: '';
  margin: 0 0 0 0; }

.dyson-mx .am-checkout .payment-method .payment-method-title input[type="radio"] {
  display: none; }

.dyson-mx .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
  width: 100%;
  margin-right: 4%; }
  .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.postcode"] .input-text {
    border-color: #ebebeb; }
  .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.postcode"]._error .input-text {
    border-color: #dd4157; }
  @media screen and (min-width: 1024px) {
    .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
      width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.prefix"] {
    width: 48%;
    margin-right: 4%; }
    .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.prefix"] .control {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.firstname"] {
    margin-right: 4%; }
    .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.firstname"] .control {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.company"] {
    width: 48%; }
    .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.company"] .control {
      width: 100%; } }

.dyson-mx .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
  width: 100%; }
  .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.street.0"] label {
    letter-spacing: -0.3px; }
  @media screen and (min-width: 1024px) {
    .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
      width: 48%;
      margin-right: 4%;
      font-size: 15px; }
      .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
        width: 100%; } }

.dyson-mx .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
      width: 48%; }
      .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.street.1"] .control {
        width: 100%; } }

.dyson-mx .am-checkout .fieldset .field[name="shippingAddress.street.2"] {
  width: 48%; }
  @media screen and (min-width: 1024px) {
    .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.street.2"] {
      width: 48%; }
      .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.street.2"] .control {
        width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.city"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.region"] {
    width: 48%; } }

.dyson-mx .am-checkout .fieldset .field[name="shippingAddress.telephone"] label.label:after {
  content: '*';
  display: inline-block;
  margin: 0 0 0 3px; }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.telephone"] {
    width: 100%; }
    .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control {
      width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.region_id"] {
    width: 48%;
    display: block; }
    .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.region_id"] .control {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
    width: 48%;
    display: block; }
    .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.country_id"] .control {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.newsletter_signup"] {
    padding-bottom: 0; } }

.dyson-mx .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.dont_activate_guarantee"] label.label {
  display: inline-block; }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="billingAddressqbo_paypalplusmx.firstname"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="billingAddressqbo_paypalplusmx.lastname"] {
    width: 48%; } }

.dyson-mx .am-checkout .fieldset .field[name="billingAddressqbo_paypalplusmx.company"] {
  width: 48%; }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="billingAddressqbo_paypalplusmx.street.0"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="billingAddressqbo_paypalplusmx.street.1"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="billingAddressqbo_paypalplusmx.street.2"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="billingAddressqbo_paypalplusmx.city"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="billingAddressqbo_paypalplusmx.postcode"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="billingAddressqbo_paypalplusmx.country_id"] {
    width: 48%; } }

.dyson-mx .am-checkout .fieldset .field[name="billingAddressqbo_paypalplusmx.telephone"] label.label:after {
  content: '*';
  display: inline-block;
  margin: 0 0 0 3px; }

@media screen and (min-width: 1024px) {
  .dyson-mx .am-checkout .fieldset .field[name="billingAddressqbo_paypalplusmx.telephone"] {
    width: 48%; } }

.dyson-mx .am-checkout .control.complete:after {
  height: 36px;
  width: 36px;
  top: 15px;
  right: 15px; }

.dyson-mx.checkout-onepage-success .column.main > img[src^="https://www.paypalobjects.com"] {
  display: none; }

.dyson-tr .am-checkout div[data-role="checkout-messages"] .message.message-error.error {
  z-index: 9999;
  position: absolute;
  bottom: 60.5%;
  left: 8%;
  width: 84%;
  padding: 15px;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .dyson-tr .am-checkout div[data-role="checkout-messages"] .message.message-error.error {
      bottom: 56%;
      width: 50%;
      left: 33%; } }
  @media screen and (min-width: 1024px) {
    .dyson-tr .am-checkout div[data-role="checkout-messages"] .message.message-error.error {
      bottom: 52%;
      width: 55%;
      left: 20%;
      padding: 20px; } }
  @media screen and (min-width: 1280px) {
    .dyson-tr .am-checkout div[data-role="checkout-messages"] .message.message-error.error {
      bottom: 58%;
      width: 33%;
      left: 27%; } }

.dyson-tr .am-checkout .checkout-billing-address .actions-toolbar .primary {
  display: flex; }

.dyson-tr .am-checkout .checkout-block__content {
  overflow: auto; }

.dyson-tr .am-checkout .checkout-block__tabs__header {
  display: block; }

.dyson-tr .am-checkout .checkout-block__content__subheading {
  margin: 0;
  padding-bottom: 10px; }

@media screen and (min-width: 1280px) {
  .dyson-tr .am-checkout .checkout-block__tabs__header__tax--business div.field[name="billingAddressadyen_cc.commercial_title"] {
    margin-left: 0; } }

@media screen and (min-width: 1440px) {
  .dyson-tr .am-checkout #shipping-new-address-form div.field[name="shippingAddress.street.1"] {
    margin-top: 0; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .am-checkout .payment-method-billing-address fieldset.field.street.admin__control-fields.required div.field.additional[name="billingAddressadyen_cc.street.1"] {
    margin-top: 0;
    width: 100%; } }

.dyson-tr .am-checkout .payment-method-billing-address div.field[name="billingAddressadyen_cc.street.0"] label.label {
  margin-bottom: 0.5em; }

@media screen and (min-width: 768px) {
  .dyson-tr .am-checkout .payment-method-billing-address div.field[name="billingAddressadyen_cc.region"] {
    margin-top: 0; } }

@media screen and (min-width: 768px) {
  .dyson-tr .am-checkout .payment-method-billing-address div.field[name="billingAddressadyen_cc.postcode"] {
    margin-right: 4%;
    margin-top: 0; } }

@media screen and (min-width: 1280px) {
  .dyson-tr .am-checkout .payment-method-billing-address fieldset.field.street.admin__control-fields.required div.field[name="billingAddressadyen_cc.street.0"] {
    margin-right: 4%;
    margin-top: 0; } }

.dyson-tr .am-checkout .billing-address-form legend.label {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .dyson-tr .am-checkout .billing-address-form legend.label {
      margin-bottom: -20px; } }

.dyson-tr .am-checkout #shipping-new-address-form div.field[name="shippingAddress.country_id"] {
  display: block;
  margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .dyson-tr .am-checkout #shipping-new-address-form div.field[name="shippingAddress.country_id"] {
      padding-bottom: 2em; } }

.dyson-tr .am-checkout legend.label {
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .dyson-tr .am-checkout legend.label {
      margin-bottom: -20px; } }

.dyson-tr .am-checkout form#co-payment-form fieldset.fieldset div.switch-field__business {
  left: 0; }

.dyson-tr .am-checkout .fieldset .checkout-block__tabs__header__tax {
  display: block;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .dyson-tr .am-checkout .fieldset .checkout-block__tabs__header__tax {
      display: flex; } }
  .dyson-tr .am-checkout .fieldset .checkout-block__tabs__header__tax .checkout-block__tabs__header__tax--individual {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .dyson-tr .am-checkout .fieldset .checkout-block__tabs__header__tax .checkout-block__tabs__header__tax--individual {
        margin-right: 4%;
        width: 48%; } }
  @media screen and (min-width: 768px) {
    .dyson-tr .am-checkout .fieldset .checkout-block__tabs__header__tax .checkout-block__tabs__header__tax--business {
      width: 48%; } }
  .dyson-tr .am-checkout .fieldset .checkout-block__tabs__header__tax .checkout-block__tabs__header__tax--business .field[name="billingAddressadyen_cc.tax_id_number"],
  .dyson-tr .am-checkout .fieldset .checkout-block__tabs__header__tax .checkout-block__tabs__header__tax--business .field[name="billingAddressadyen_cc.tax_office"] {
    width: 100%; }
  @media screen and (min-width: 1280px) {
    .dyson-tr .am-checkout .fieldset .checkout-block__tabs__header__tax .checkout-block__tabs__header__tax--business .field[name="billingAddressadyen_cc.invoice_radio"] {
      padding-bottom: 3.2em; } }
  @media screen and (min-width: 1440px) {
    .dyson-tr .am-checkout .fieldset .checkout-block__tabs__header__tax .checkout-block__tabs__header__tax--business .field[name="billingAddressadyen_cc.invoice_radio"] {
      padding-bottom: 1.3em; } }

.dyson-tr .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
  width: 100%;
  margin-right: 4%;
  margin-top: 0;
  clear: left; }
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.postcode"] .input-text {
    border-color: #ebebeb; }
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.postcode"]._error .input-text {
    border-color: #dd4157; }
  @media screen and (min-width: 1024px) {
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
      width: 48%; } }

.dyson-tr .am-checkout .fieldset .field[name="shippingAddress.firstname"] label.label:after {
  content: ''; }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.firstname"] {
    margin-right: 4%; }
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.firstname"] .control {
      width: 100%; } }

.dyson-tr .am-checkout .fieldset .field[name="shippingAddress.lastname"] label.label:after {
  content: ''; }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
    width: 100%;
    margin-right: 4%; }
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
    width: 100%;
    margin-right: 4%; }
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.street.1"] .control {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.street.2"] {
    width: 100%; }
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.street.2"] .control {
      width: 100%; } }

.dyson-tr .am-checkout .fieldset .field[name="shippingAddress.city"] {
  margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.city"] {
      width: 48%;
      margin-left: 4%;
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.region"] {
    width: 48%; } }

.dyson-tr .am-checkout .fieldset .field[name="shippingAddress.telephone"] label.label:after {
  content: '*';
  display: inline-block;
  margin: 0 0 0 3px; }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.telephone"] {
    width: 48%;
    clear: left;
    float: left; }
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.region_id"] {
    width: 100%;
    display: block; }
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.region_id"] .control {
      width: 100%; } }

.dyson-tr .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
  margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
      width: 48%;
      display: block; }
      .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.country_id"] .control {
        width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.activate_guarantee"] {
    padding: 0 0 1em 0; } }

@media screen and (min-width: 0) {
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.activate_guarantee"] span {
    font-size: 12px;
    font-size: 0.75rem; } }

@media screen and (min-width: 768px) {
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.activate_guarantee"] span {
    font-size: 14px;
    font-size: 0.875rem; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.activate_guarantee"] span {
    font-size: 16px;
    font-size: 1rem; } }

.dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.opt_in"] {
  padding: 1em 0 17em 0; }
  @media screen and (min-width: 375px) {
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.opt_in"] {
      padding-bottom: 10.5em; } }
  @media screen and (min-width: 425px) {
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.opt_in"] {
      padding-bottom: 7.5em; } }
  @media screen and (min-width: 520px) {
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.opt_in"] {
      padding-bottom: 3.5em; } }
  @media screen and (min-width: 768px) {
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.opt_in"] {
      padding-bottom: 2.5em; } }
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.opt_in"] label.label {
    display: inline-block; }
  @media screen and (min-width: 0) {
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.opt_in"] span {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.opt_in"] span {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.opt_in"] span {
      font-size: 16px;
      font-size: 1rem; } }
  .dyson-tr .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.opt_in"] a {
    text-decoration: underline; }

.dyson-tr .am-checkout .fieldset .field .checkout-block__tabs__header__tax--business[name="billingAddressadyen_cc.commercial_title"] {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .dyson-tr .am-checkout .fieldset .field .checkout-block__tabs__header__tax--business[name="billingAddressadyen_cc.commercial_title"] label.label {
      margin-bottom: 1.5em; } }
  @media screen and (min-width: 942px) {
    .dyson-tr .am-checkout .fieldset .field .checkout-block__tabs__header__tax--business[name="billingAddressadyen_cc.commercial_title"] label.label {
      margin-bottom: .5em; } }
  @media screen and (min-width: 1024px) {
    .dyson-tr .am-checkout .fieldset .field .checkout-block__tabs__header__tax--business[name="billingAddressadyen_cc.commercial_title"] label.label {
      margin-bottom: 1.65em;
      margin-left: 0; } }
  @media screen and (min-width: 1304px) {
    .dyson-tr .am-checkout .fieldset .field .checkout-block__tabs__header__tax--business[name="billingAddressadyen_cc.commercial_title"] label.label {
      margin-bottom: .5em; } }

form#co-payment-form .dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.tax_id_number"] {
  width: 100% !important; }

@media screen and (min-width: 1280px) {
  .dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.tax_office"] {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.prefix"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.firstname"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.lastname"] {
    width: 48%; } }

.dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.company"] {
  display: none; }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.0"] {
    width: 100%;
    margin-top: 0; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.1"] {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.street.2"] {
    width: 100% !important; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.city"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.postcode"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.country_id"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-tr .am-checkout .fieldset .field[name="billingAddressadyen_cc.telephone"] {
    width: 48%;
    clear: left;
    float: left; } }

.dyson-tr .am-checkout .fieldset .field.street legend.label {
  display: inherit;
  padding-bottom: 3%; }

.dyson-tr .am-checkout .adyen-checkout__card__exp-cvc {
  display: flex; }

.dyson-tr .am-checkout .control.complete:after {
  height: 36px;
  width: 36px;
  top: 15px;
  right: 15px; }

.dyson-decgv .am-checkout .control,
.dyson-gv .am-checkout .control {
  width: 100% !important; }

@media screen and (min-width: 768px) {
  .dyson-decgv .am-checkout .field[name="shippingAddress.street.0"],
  .dyson-gv .am-checkout .field[name="shippingAddress.street.0"] {
    width: 48%;
    display: inline-block; } }

@media screen and (min-width: 768px) {
  .dyson-decgv .am-checkout .field[name="shippingAddress.street.1"],
  .dyson-gv .am-checkout .field[name="shippingAddress.street.1"] {
    width: 48%;
    display: inline-block;
    margin-left: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-decgv .am-checkout .field[name="shippingAddress.city"],
  .dyson-gv .am-checkout .field[name="shippingAddress.city"] {
    width: 48%;
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .dyson-decgv .am-checkout .field[name="shippingAddress.postcode"],
  .dyson-gv .am-checkout .field[name="shippingAddress.postcode"] {
    margin-left: 4%;
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-decgv .am-checkout .field[name="shippingAddress.telephone"],
  .dyson-gv .am-checkout .field[name="shippingAddress.telephone"] {
    width: 48%;
    clear: both; } }

.dyson-my .am-checkout div[data-role="checkout-messages"] .message.message-error.error {
  z-index: 9999;
  position: absolute;
  bottom: 90%;
  left: 8%;
  width: 84%;
  padding: 15px;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .dyson-my .am-checkout div[data-role="checkout-messages"] .message.message-error.error {
      bottom: 90%;
      width: 82%;
      left: 9%; } }
  @media screen and (min-width: 1024px) {
    .dyson-my .am-checkout div[data-role="checkout-messages"] .message.message-error.error {
      bottom: 86%;
      width: 65%;
      left: 6.5%;
      padding: 20px; } }
  @media screen and (min-width: 1440px) {
    .dyson-my .am-checkout div[data-role="checkout-messages"] .message.message-error.error {
      bottom: 86%;
      width: 62%;
      left: 8%; } }

.dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.region"], .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.postcode"] {
  width: 100% !important; }
  @media screen and (min-width: 1024px) {
    .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.region"], .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.postcode"] {
      width: 48% !important; } }

.dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.telephone"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.telephone"] {
      width: 48%; }
      .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.telephone"] .control {
        width: 100%; } }

.dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.street.0"], .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.city"], .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.company"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.street.0"], .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.city"], .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.company"] {
      width: 48%;
      margin-right: 4%; }
      .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.street.0"] .control, .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.city"] .control, .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.company"] .control {
        width: 100%; } }

.dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.street.1"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.street.1"] {
      width: 48%; }
      .dyson-my .am-checkout .am-opc-wrapper .fieldset .field[name="shippingAddress.street.1"] .control {
        width: 100%; } }

.dyson-my .am-checkout .am-opc-wrapper .payment-method.dfe_ipay88 {
  max-width: 100em; }

.dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.firstname"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.company"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.street.0"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.city"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.postcode"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.firstname"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.company"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.street.0"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.city"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.postcode"] {
      width: 48%;
      margin-right: 4%; } }

.dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.lastname"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.street.1"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.region"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.telephone"] {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.lastname"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.street.1"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.region"], .dyson-my .am-checkout .am-opc-wrapper .payment-method-billing-address div.field[name="billingAddressdfe_ipay88.telephone"] {
      width: 48%; } }

.dyson-my .am-checkout .am-opc-wrapper .payment-method .df-option label:before,
.dyson-my .am-checkout .am-opc-wrapper .payment-method .df-option label:after {
  display: none;
  height: 0; }

.dyson-my .am-checkout .am-opc-wrapper .payment-method-content .primary {
  max-width: 100em !important;
  margin: 0 !important; }

.dyson-my .am-checkout .am-opc-wrapper .action-update {
  margin: 0 0 4% 0;
  padding: 17px 60px !important; }
  @media screen and (min-width: 1024px) {
    .dyson-my .am-checkout .am-opc-wrapper .action-update {
      margin: 0 1% 0 0; } }
  @media screen and (min-width: 1440px) {
    .dyson-my .am-checkout .am-opc-wrapper .action-update {
      margin: 0; } }

.dyson-my .am-checkout .am-opc-wrapper .action-cancel {
  padding: 17px 62px !important; }

@media screen and (min-width: 768px) {
  .dyson-sa.rtl #shipping-new-address-form div.field[name="shippingAddress.street.0"] {
    margin-left: 4%;
    margin-right: 0 !important; } }

@media screen and (min-width: 480px) {
  .dyson-sa.rtl .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-sa.rtl .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-sa.rtl .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
    margin-left: 4%;
    margin-right: 0; } }

.dyson-sa.rtl .am-checkout .checkout-block__tabs__header .payment-method-title:nth-child(odd) {
  margin-left: 0; }

.dyson-sa .am-checkout .payment-method .choice {
  padding: 0; }

.dyson-sa .am-checkout .payment-method .billing-address-details {
  display: inherit; }

.dyson-sa .am-checkout .fieldset#customer-email-fieldset {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .dyson-sa .am-checkout .fieldset#customer-email-fieldset {
      width: 48%; }
      .dyson-sa .am-checkout .fieldset#customer-email-fieldset .field {
        width: 100%; } }

.dyson-sa .am-checkout .fieldset .field[name="shippingAddress.lastname"], .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.telephone"], .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.street.0"], .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.lastname"], .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.telephone"], .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.street.0"], .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
      width: 48%; }
      .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.lastname"] .control, .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.firstname"] .control, .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.city"] .control, .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control, .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control, .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.street.1"] .control {
        width: 100%; } }

.dyson-sa .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.postcode"] .control {
      width: 100%; } }

@media screen and (min-width: 480px) {
  .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.street.0"], .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.city"] {
    margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.company"] {
    width: 48%; } }

.dyson-sa .am-checkout .fieldset .field[name="shippingAddress.street.0"] label.label, .dyson-sa .am-checkout .fieldset .field[name="shippingAddress.street.1"] label.label {
  display: none; }

.dyson-sa .am-checkout .fieldset .field.street legend.label {
  display: inherit; }

@media screen and (min-width: 480px) {
  .dyson-ae.rtl .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-ae.rtl .am-checkout .fieldset .field[name="shippingAddress.street.0"], .dyson-ae.rtl .am-checkout .fieldset .field[name="shippingAddress.city"] {
    margin-left: 4%;
    margin-right: 0; } }

.dyson-ae .am-checkout .payment-method .choice {
  padding: 0; }

.dyson-ae .am-checkout .payment-method .billing-address-details {
  display: inherit; }

.dyson-ae .am-checkout .fieldset#customer-email-fieldset {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .dyson-ae .am-checkout .fieldset#customer-email-fieldset {
      width: 48%; }
      .dyson-ae .am-checkout .fieldset#customer-email-fieldset .field {
        width: 100%; } }

.dyson-ae .am-checkout .fieldset .field[name="shippingAddress.lastname"], .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.telephone"], .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.street.0"], .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.lastname"], .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.telephone"], .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.street.0"], .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
      width: 48%; }
      .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.lastname"] .control, .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.firstname"] .control, .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.city"] .control, .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control, .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control, .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.street.1"] .control {
        width: 100%; } }

.dyson-ae .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.postcode"] .control {
      width: 100%; } }

@media screen and (min-width: 480px) {
  .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.street.0"], .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.city"] {
    margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.company"] {
    width: 48%; } }

.dyson-ae .am-checkout .fieldset .field[name="shippingAddress.street.0"] label.label, .dyson-ae .am-checkout .fieldset .field[name="shippingAddress.street.1"] label.label {
  display: none; }

.dyson-ae .am-checkout .fieldset .field.street legend.label {
  display: inherit; }

@media screen and (min-width: 480px) {
  .dyson-il.rtl .am-checkout .fieldset .field[name="shippingAddress.street.0"], .dyson-il.rtl .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-il.rtl .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.mobile_number"] {
    margin-left: 4%;
    margin-right: 0; } }

.dyson-il .am-checkout .fieldset#customer-email-fieldset {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .dyson-il .am-checkout .fieldset#customer-email-fieldset {
      width: 48%; }
      .dyson-il .am-checkout .fieldset#customer-email-fieldset .field {
        width: 100%; } }

.dyson-il .am-checkout .fieldset .field[name="shippingAddress.street.0"] label.label, .dyson-il .am-checkout .fieldset .field[name="shippingAddress.street.1"] label.label {
  display: none; }

@media screen and (min-width: 480px) {
  .dyson-il .am-checkout .fieldset .field[name="shippingAddress.street.0"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.mobile_number"] {
    margin-right: 4%; } }

.dyson-il .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .dyson-il .am-checkout .fieldset .field[name="shippingAddress.postcode"] .control {
      width: 100%; } }

.dyson-il .am-checkout .fieldset .field[name="shippingAddress.lastname"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.mobile_number"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.company"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.street.0"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .dyson-il .am-checkout .fieldset .field[name="shippingAddress.lastname"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.mobile_number"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.company"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.street.0"], .dyson-il .am-checkout .fieldset .field[name="shippingAddress.street.1"] {
      width: 48%; }
      .dyson-il .am-checkout .fieldset .field[name="shippingAddress.lastname"] .control, .dyson-il .am-checkout .fieldset .field[name="shippingAddress.firstname"] .control, .dyson-il .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.mobile_number"] .control, .dyson-il .am-checkout .fieldset .field[name="shippingAddress.company"] .control, .dyson-il .am-checkout .fieldset .field[name="shippingAddress.city"] .control, .dyson-il .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control, .dyson-il .am-checkout .fieldset .field[name="shippingAddress.street.1"] .control {
        width: 100%; } }

.dyson-il .am-checkout .fieldset .field.street legend.label {
  display: inherit; }

@media screen and (min-width: 768px) {
  .dyson-il .am-checkout #shipping-new-address-form div.field[name="shippingAddress.custom_attributes.identity_number"] {
    width: 48%; } }

.dyson-hu .terms-link {
  text-decoration: underline;
  cursor: pointer; }
  .dyson-hu .terms-link:hover, .dyson-hu .terms-link:focus {
    text-decoration: none; }

.dyson-hu .basket__checkout__payment {
  width: 250px;
  margin: 0 auto; }

.dyson-hu .basket__checkout button {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .dyson-hu .basket__checkout button {
      margin-top: 0; } }

.dyson-hu .checkout-methods-items {
  flex-direction: column; }

.dyson-hu .checkout-agreement {
  margin-bottom: 30px; }

.dyson-hu .hu-checkout-caveat {
  text-decoration: underline;
  cursor: pointer; }
  .dyson-hu .hu-checkout-caveat:hover, .dyson-hu .hu-checkout-caveat:focus {
    text-decoration: none; }

.dyson-hu .am-checkout .checkout-block__payment-tabs__header label[for="bigfishpaymentgateway_pmgw_otparuhitel"],
.dyson-hu .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label[for="bigfishpaymentgateway_pmgw_otparuhitel"] {
  display: inline-block; }
  .dyson-hu .am-checkout .checkout-block__payment-tabs__header label[for="bigfishpaymentgateway_pmgw_otparuhitel"]:after,
  .dyson-hu .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method-title .label[for="bigfishpaymentgateway_pmgw_otparuhitel"]:after {
    content: '*'; }

.dyson-hu .am-checkout .payment-method .checkout-agreements-block .action-show {
  text-decoration: none !important; }

.dyson-hu .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .checkout-agreement .action-show {
  text-decoration: none !important; }

@media screen and (min-width: 1024px) {
  .dyson-hu .am-checkout fieldset.field.street.admin__control-fields.required:nth-child(3) {
    width: 48%;
    clear: left;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-hu .am-checkout .fieldset .field[name="shippingAddress.city"] {
    width: 48%;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .dyson-hu .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-hu .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-hu .am-checkout .fieldset .field[name="shippingAddress.telephone"] {
    width: 48%;
    margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .dyson-hu .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-hu .am-checkout .fieldset .field[name="shippingAddress.postcode"], .dyson-hu .am-checkout .fieldset .field[name="shippingAddress.company"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-hu .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.tax_number"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .am-checkout .billing-address-form fieldset.field.street.admin__control-fields.required {
    margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .am-checkout .billing-address-form .fieldset .field[name="billingAddress.custom_attributes.tax_number"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.fax"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.fax"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_paypal.fax"] {
    width: 48%; }
    .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.fax"] input,
    .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.fax"] input,
    .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_paypal.fax"] input {
      width: 100%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.firstname"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_paypal.firstname"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.firstname"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.postcode"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_paypal.postcode"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.postcode"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.company"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.company"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_paypal.company"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.lastname"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.lastname"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_paypal.lastname"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.city"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.city"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_paypal.city"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.telephone"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.telephone"],
  .dyson-hu .am-checkout .billing-address-form [name="billingAddressbigfishpaymentgateway_pmgw_paypal.telephone"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-hu .am-checkout .billing-address-form[name="shippingAddress.street.0"] {
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-hu .am-checkout .billing-address-form[name="shippingAddress.street.0"] .control {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .am-checkout .billing-address-form .checkout-billing-address fieldset.fieldset[data-bind="visible: !isAddressDetailsVisible()"] .actions-toolbar {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .am-checkout .billing-address-form .checkout-billing-address fieldset.fieldset[data-bind="visible: !isAddressDetailsVisible()"] .actions-toolbar .action-cancel {
    float: none;
    margin-left: 0; } }

.dyson-cz .am-checkout .fieldset .field.street {
  width: 100%;
  margin-left: 0; }
  @media screen and (min-width: 1024px) {
    .dyson-cz .am-checkout .fieldset .field.street {
      padding-bottom: 0;
      width: 48%;
      margin-left: 4%; } }

.dyson-cz .terms-link {
  text-decoration: underline;
  cursor: pointer; }
  .dyson-cz .terms-link:hover, .dyson-cz .terms-link:focus {
    text-decoration: none; }

.dyson-cz .basket__checkout__payment {
  width: 250px;
  margin: 20px auto; }
  @media screen and (min-width: 768px) {
    .dyson-cz .basket__checkout__payment {
      margin: 0 auto; } }

.dyson-cz .checkout-methods-items {
  flex-direction: column; }

.dyson-cz .checkout-agreement {
  margin-bottom: 30px; }

.dyson-cz .cz-checkout-caveat {
  text-decoration: underline;
  cursor: pointer; }
  .dyson-cz .cz-checkout-caveat:hover, .dyson-cz .cz-checkout-caveat:focus {
    text-decoration: none; }

.dyson-cz .am-checkout .payment-method .checkout-agreements-block .action-show {
  text-decoration: none !important; }

.dyson-cz .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .checkout-agreement .action-show {
  text-decoration: none !important; }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout fieldset.field.street.admin__control-fields.required:nth-child(3) {
    width: 48%;
    clear: left;
    margin-right: 4%; } }

.dyson-cz .am-checkout .fieldset .field[name="shippingAddress.firstname"], .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.telephone"], .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.company"], .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.custom_field_2_shippingAddress"], .dyson-cz .am-checkout .fieldset .field[name="billingAddresshomecreditbinder.custom_attributes.custom_field_2_billingAddresshomecreditbinder"] {
  clear: both; }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.city"] {
    width: 48%;
    margin-left: 0;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.telephone"] {
    width: 48%;
    margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.region"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.company"] {
    width: 48%;
    margin-left: 0;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.postcode"] {
    margin-right: 0;
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.custom_field_1_shippingAddress"], .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.custom_field_2_shippingAddress"], .dyson-cz .am-checkout .fieldset .field[name="shippingAddress.vat_id"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-cz .am-checkout .billing-address-form fieldset.field.street.admin__control-fields.required {
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .billing-address-form[name="shippingAddress.street.0"] {
    margin-right: 0;
    width: 100%;
    margin-left: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .billing-address-form[name="shippingAddress.street.0"] .control {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .dyson-cz .am-checkout .billing-address-form .checkout-billing-address fieldset.fieldset[data-bind="visible: !isAddressDetailsVisible()"] .actions-toolbar {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .dyson-cz .am-checkout .billing-address-form .checkout-billing-address fieldset.fieldset[data-bind="visible: !isAddressDetailsVisible()"] .actions-toolbar .action-cancel {
    float: none;
    margin-left: 0; } }

.dyson-cz .am-checkout .billing-address-form fieldset.field.street.admin__control-fields,
.dyson-cz .am-checkout .billing-address-form fieldset.field.street.admin__control-fields.required {
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddresshomecreditbinder.firstname"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddresshomecreditbinder.firstname"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddresshomecreditbinder.city"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddresshomecreditbinder.postcode"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddresshomecreditbinder.lastname"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddresshomecreditbinder.company"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddresshomecreditbinder.custom_attributes.custom_field_1_billingAddresshomecreditbinder"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddresshomecreditbinder.custom_attributes.custom_field_2_billingAddresshomecreditbinder"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobindercardall.firstname"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobindercardall.lastname"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobindercardall.telephone"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddresshomecreditbinder.vat_id"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobindercardall.city"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobindercardall.postcode"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobindercardall.company"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobindercardall.vat_id"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobinderbankall.firstname"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobinderbankall.city"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobinderbankall.company"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobinderbankall.vat_id"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressprepayment.firstname"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressprepayment.city"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressprepayment.company"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressprepayment.vat_id"] {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddresshomecreditbinder.telephone"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobinderbankall.telephone"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressprepayment.telephone"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobindercardall.lastname"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobindercardall.custom_attributes.custom_field_1_billingAddressagmobindercardall"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobinderbankall.lastname"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressprepayment.lastname"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobinderbankall.postcode"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressprepayment.postcode"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobinderbankall.custom_attributes.custom_field_1_billingAddressagmobinderbankall"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressprepayment.custom_attributes.custom_field_1_billingAddressprepayment"] {
    width: 48%;
    margin-left: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobindercardall.street.0"] {
    margin-left: 8%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobindercardall.postcode"] {
    margin-left: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddresshomecreditbinder.city"] {
    clear: both;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobindercardall.city"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressagmobinderbankall.city"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressprepayment.city"] {
    clear: both; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddresshomecreditbinder.company"],
  .dyson-cz .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddress.custom_attributes.company_id_sk"] {
    margin-right: 4%; } }

.dyson-cz .control__note {
  color: #333333;
  margin-top: 10px; }

.dyson-cz .checkout-agreement {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline; }
  .dyson-cz .checkout-agreement:hover, .dyson-cz .checkout-agreement:focus {
    text-decoration: none; }
  .dyson-cz .checkout-agreement input:before {
    border: 2px solid #ebebeb;
    background-color: #fff; }

.dyson-cz .shipping-details-sortedpro {
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-cz .am-checkout .checkout-block__payment-tabs__header .payment-method-title label, .dyson-cz .am-checkout .checkout-block__tabs__header .payment-method-title label {
    min-height: 100px; } }

@media screen and (min-width: 1024px) {
  .dyson-cz .am-checkout .checkout-block__payment-tabs__header .payment-method-title label, .dyson-cz .am-checkout .checkout-block__tabs__header .payment-method-title label {
    min-height: 110px; } }

@media screen and (min-width: 1440px) {
  .dyson-cz .am-checkout .checkout-block__payment-tabs__header .payment-method-title label, .dyson-cz .am-checkout .checkout-block__tabs__header .payment-method-title label {
    min-height: 80px; } }

@media screen and (min-width: 768px) {
  .dyson-cz .payment-method-title:nth-of-type(5) {
    clear: both; } }

.dyson-cz #payment_form_paypal_express .payment-method-note {
  margin-top: 30px;
  margin-bottom: 35px; }

.dyson-cz .checkout-agreements {
  margin-top: 68px; }

.dyson-cz .am-checkout .payment-method .choice label[for="agreement_cashondelivery_1"], .dyson-cz .am-checkout .payment-method .checkout-agreement label[for="agreement_cashondelivery_1"] {
  margin-top: 123px; }

.dyson-cz .am-checkout .payment-method .choice input[type="checkbox"], .dyson-cz .am-checkout .payment-method .checkout-agreement input[type="checkbox"] {
  left: 63px; }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .fieldset .field {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
    width: 100%; }
    .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.telephone"] {
    margin-right: 4%; }
    .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.region_id"] {
    width: 48% !important; }
    .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.region_id"] input {
      width: 100%;
      max-width: 1440px; } }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.country_id"], .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.city"] {
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.postcode"], .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
    width: 48% !important; }
    .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.city"] input, .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.postcode"] input, .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.country_id"] input {
      width: 100%;
      max-width: 1440px; } }

.dyson-ro .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.marketing_opt_in"] {
  margin-top: 12%;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .dyson-ro .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.marketing_opt_in"] {
      margin-top: 0; } }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .checkout-billing-address .fieldset.address field[name="billingAddressadyen_cc.street.0"] {
    width: 100%; }
    .dyson-ro .am-checkout .checkout-billing-address .fieldset.address field[name="billingAddressadyen_cc.street.0"] .control {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.firstname"],
  .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.telephone"],
  .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.postcode"] {
    width: 48%;
    margin-right: 4%; }
    .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.firstname"] input,
    .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.telephone"] input,
    .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.postcode"] input {
      width: 100%;
      max-width: 600px; } }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.city"] {
    margin-right: 4%;
    width: 48%; }
    .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.city"] input {
      width: 100%;
      max-width: 600px; } }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.country_id"] {
    margin-right: 4%;
    width: 48%; }
    .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.country_id"] select {
      width: 100%;
      max-width: 1440px !important; } }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.lastname"],
  .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.postcode"] {
    width: 48%;
    margin-right: 0; }
    .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.lastname"] input,
    .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.postcode"] input {
      width: 100%;
      max-width: 600px; } }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.region_id"] {
    width: 48%; }
    .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.region_id"] select {
      width: 100%;
      max-width: 1440px; } }

@media screen and (min-width: 1024px) {
  .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.street.0"] {
    width: 100%; }
    .dyson-ro .am-checkout .checkout-billing-address .fieldset.address .field[name="billingAddressadyen_cc.street.0"] input {
      width: 100%;
      max-width: 1440px; } }

.dyson-ro .checkout-agreements {
  display: inline-block;
  margin-top: 6%; }
  .dyson-ro .checkout-agreements .field.required .label:after,
  .dyson-ro .checkout-agreements .field._required .label:after {
    content: '' !important; }

.dyson-ro .am-checkout .payment-method .checkout-agreements-block .action-show {
  text-decoration: none !important; }

.dyson-ro .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .checkout-agreement .action-show {
  text-decoration: none !important; }

.dyson-ro .terms-link {
  text-decoration: underline;
  cursor: pointer; }
  .dyson-ro .terms-link:hover, .dyson-ro .terms-link:focus {
    text-decoration: none; }

.dyson-ro .checkout-agreements-block .admin__field-label {
  color: #333333; }

.dyson-ro .payment-method-content .field input[name="company"],
.dyson-ro .payment-method-content .field input[name="trade_register_no"],
.dyson-ro .payment-method-content .field input[name="cui_tax_id"] {
  max-width: 1000px; }

.dyson-ro div[name="before-place-order.company"] {
  margin-right: 4%; }

.dyson-ro .admin__field-ro-company-details {
  display: flex;
  margin-bottom: 5%;
  margin-top: 5%; }
  @media screen and (min-width: 1024px) {
    .dyson-ro .admin__field-ro-company-details {
      margin-bottom: 0;
      margin-top: 2%; } }

.dyson-ro .admin__field-ro-company-details .admin__field.admin__field-option {
  margin-right: 4%; }

.dyson-th .am-checkout #customer-email-fieldset .field-tooltip,
.dyson-th .am-checkout .field-tooltip-content,
.dyson-th .am-checkout .field-tooltip.toggle {
  display: block !important;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333; }
  .dyson-th .am-checkout #customer-email-fieldset .field-tooltip div,
  .dyson-th .am-checkout .field-tooltip-content div,
  .dyson-th .am-checkout .field-tooltip.toggle div {
    padding-top: .25rem; }

.dyson-th .am-checkout .opc-wrapper .opc .fieldset .field.street legend.label {
  display: none; }

.dyson-th .am-checkout .opc-wrapper .opc .fieldset .field.street label {
  display: block;
  margin-bottom: 0.5em; }

.dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.firstname"] .control,
.dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="shippingAddress.company"] .control, .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.company"] .control,
.dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="shippingAddress.street.0"] .control, .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.street.0"] .control,
.dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="shippingAddress.city"] .control, .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.city"] .control,
.dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.telephone"] .control {
  width: 100%; }

@media screen and (min-width: 1024px) {
  .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.firstname"],
  .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="shippingAddress.company"], .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.company"],
  .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="shippingAddress.street.0"], .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.street.0"],
  .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="shippingAddress.city"], .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.city"],
  .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.telephone"] {
    width: 48%;
    margin-right: 4%; } }

.dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.lastname"] .control,
.dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="shippingAddress.street.1"] .control, .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.street.1"] .control,
.dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="shippingAddress.postcode"] .control, .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.postcode"] .control {
  width: 100%; }

@media screen and (min-width: 1024px) {
  .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.lastname"],
  .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="shippingAddress.street.1"], .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.street.1"],
  .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="shippingAddress.postcode"], .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.postcode"] {
    width: 48%; } }

.dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="shippingAddress.postcode"] .message.warning, .dyson-th .am-checkout .opc-wrapper .opc .fieldset .field[name="billingAddressP2c2pPayment.postcode"] .message.warning {
  display: none; }

.dyson-vn {
  /*.billing-address-same-as-shipping-block {
        margin-bottom: 3em;

        @include respond-min($bp-tablet-min) {
            margin-bottom: 1.5em;
        }
    }*/ }
  @media screen and (min-width: 768px) {
    .dyson-vn .am-checkout .fieldset .field {
      width: 48%; } }
  @media screen and (min-width: 768px) {
    .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.lastname"], .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
      margin-left: 4%; } }
  @media screen and (min-width: 1024px) {
    .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.lastname"], .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
      margin-left: 0; } }
  @media screen and (min-width: 768px) {
    .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
      width: 100%;
      margin-left: 9%; } }
  .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.country_id"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_domestic.country_id"] {
    display: none; }
  @media screen and (min-width: 768px) {
    .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.ward"], .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.province"] {
      clear: both; } }
  @media screen and (min-width: 1024px) {
    .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control, .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
      margin-left: 4%;
      margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_domestic.firstname"] {
      margin-right: 4%; } }
  @media screen and (min-width: 768px) {
    .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_domestic.street.0"] {
      width: 100%;
      margin-left: 9%; } }
  @media screen and (min-width: 768px) {
    .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_domestic.city"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_domestic.country_id"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_international.lastname"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_international.city"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_international.custom_attributes.ward"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_instalments.lastname"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_instalments.city"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_instalments.custom_attributes.ward"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressbanktransfer.lastname"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressbanktransfer.city"], .dyson-vn .am-checkout .fieldset .field[name="billingAddresscheckmo.city"] {
      margin-left: 4%; } }
  .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.telephone"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_domestic.telephone"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_international.telephone"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_international.custom_attributes.province"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_instalments.telephone"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_instalments.custom_attributes.province"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_domestic.custom_attributes.province"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_domestic.custom_attributes.ward"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_international.country_id"], .dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_instalments.country_id"] {
    clear: both; }
  @media screen and (min-width: 768px) {
    .dyson-vn .form-login {
      width: 48%; } }
  @media screen and (min-width: 1024px) {
    .dyson-vn .form-login {
      width: 100%; } }
  .dyson-vn .field.field--checkboxes.newsletter-signup-component, .dyson-vn .billing-address-same-as-shipping-block.field.choice, .dyson-vn .checkout-agreement.field.choice.required {
    width: 100%;
    margin-bottom: 0; }
  @media screen and (min-width: 640px) {
    .dyson-vn .payment-method-billing-address {
      margin-top: 28px; } }
  @media screen and (max-width: 640px) {
    .dyson-vn .payment-method-billing-address {
      margin-top: 28px; } }
  @media screen and (min-width: 1024px) {
    .dyson-vn .payment-method-billing-address {
      margin-top: 24px; } }
  .dyson-vn .banks-list .payment-description {
    display: block;
    margin: 10px 0; }
  @media screen and (min-width: 768px) {
    .dyson-vn .dl-dropdown-district, .dyson-vn .field-district {
      margin-left: 4%; } }
  .dyson-vn div.newsletter-signup-component {
    margin-bottom: 2.5em; }
    @media screen and (min-width: 768px) {
      .dyson-vn div.newsletter-signup-component {
        margin-bottom: 1.5em; } }

@media screen and (max-width: 640px) {
  .dyson-vn .delivery_proposition_wrapper.hide-desktop .delivery-proposition {
    padding: 0px 0px !important; } }

@media screen and (min-width: 640px) {
  .dyson-vn .cart-notice {
    margin: 0 0 40px 0 !important; } }

@media screen and (max-width: 640px) {
  .dyson-vn .cart-notice {
    margin: 32px 0 32px 0 !important; } }

@media screen and (min-width: 1024px) {
  .dyson-vn .cart-notice {
    margin: 0 0 48px 0 !important;
    width: 100%; } }

@media screen and (min-width: 640px) {
  .dyson-vn.dyson-empty-cart .cart-notice {
    margin: 40px auto 20px auto !important; } }

@media screen and (max-width: 640px) {
  .dyson-vn.dyson-empty-cart .cart-notice {
    margin: 32px auto 16px auto !important; } }

@media screen and (min-width: 1024px) {
  .dyson-vn.dyson-empty-cart .cart-notice {
    margin: 48px auto 24px auto !important; } }

.dyson-vn h5.delivery-address-label {
  font-weight: 300;
  color: #333;
  font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 640px) {
    .dyson-vn h5.delivery-address-label {
      margin-bottom: 20px;
      font-size: 22px;
      line-height: 28px;
      padding-top: 20px; } }
  @media screen and (max-width: 640px) {
    .dyson-vn h5.delivery-address-label {
      margin-bottom: 16px;
      font-size: 20px;
      line-height: 28px;
      padding-top: 16px; } }
  @media screen and (min-width: 1024px) {
    .dyson-vn h5.delivery-address-label {
      margin-bottom: 24px;
      font-size: 24px;
      line-height: 32px;
      padding-top: 24px; } }

.dyson-vn .am-checkout .fieldset .field[name="shippingAddress.telephone"] .field-error {
  bottom: -17px; }

@media screen and (min-width: 768px) {
  .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.city"] {
    margin-left: 0;
    clear: left;
    margin-right: 4%; } }

@media screen and (min-width: 1024px) {
  .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.city"] {
    margin-left: 0; } }

@media screen and (min-width: 768px) {
  .dyson-vn .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.province"] {
    clear: none; } }

@media screen and (min-width: 768px) {
  .dyson-vn .am-checkout .fieldset .field.dl-dropdown-district {
    margin-left: 0; } }

.dyson-vn .am-checkout .fieldset .field.shippingTitleLabel {
  margin-bottom: 0;
  clear: left;
  width: 100%; }
  .dyson-vn .am-checkout .fieldset .field.shippingTitleLabel label {
    display: none; }
  .dyson-vn .am-checkout .fieldset .field.shippingTitleLabel h5 {
    margin: 0; }

.dyson-vn .am-checkout .fieldset .field.field[name="shippingAddress.custom_attributes.ward"] {
  clear: none; }

.dyson-vn .am-checkout .fieldset .field.field[name="shippingAddress.custom_attributes.district"] {
  margin-right: 4%; }

.dyson-vn .am-checkout .fieldset .field.modified_address {
  margin: 0 0 24px 0; }
  @media screen and (max-width: 1024px) {
    .dyson-vn .am-checkout .fieldset .field.modified_address {
      margin: -8px 0 20px 0; } }
  @media screen and (max-width: 768px) {
    .dyson-vn .am-checkout .fieldset .field.modified_address {
      margin: -12px 0 16px 0; } }
  .dyson-vn .am-checkout .fieldset .field.modified_address h5 {
    color: #333;
    font-weight: 400;
    font-family: "Futura Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 32px;
    font-size: 24px; }
    @media screen and (max-width: 1024px) {
      .dyson-vn .am-checkout .fieldset .field.modified_address h5 {
        line-height: 28px;
        font-size: 22px; } }
    @media screen and (max-width: 768px) {
      .dyson-vn .am-checkout .fieldset .field.modified_address h5 {
        font-size: 20px; } }

.dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_international.custom_attributes.ward"],
.dyson-vn .am-checkout .fieldset .field[name="billingAddressonepay_instalments.custom_attributes.ward"],
.dyson-vn .am-checkout .fieldset .field[name="billingAddressbanktransfer.custom_attributes.ward"],
.dyson-vn .am-checkout .fieldset .field[name="billingAddresscheckmo.custom_attributes.ward"] {
  margin-left: 0%;
  clear: both; }

.dyson-vn .am-checkout div.field-error {
  margin-top: 8px;
  font-weight: 300;
  font-size: 14px !important;
  letter-spacing: 0;
  line-height: 20px; }

.dyson-id #shipping-new-address-form, .dyson-id .checkout-billing-address fieldset.fieldset, .dyson-ph #shipping-new-address-form, .dyson-ph .checkout-billing-address fieldset.fieldset {
  display: flex;
  flex-wrap: wrap; }
  .dyson-id #shipping-new-address-form .field[name*=".city"], .dyson-id .checkout-billing-address fieldset.fieldset .field[name*=".city"], .dyson-ph #shipping-new-address-form .field[name*=".city"], .dyson-ph .checkout-billing-address fieldset.fieldset .field[name*=".city"] {
    order: 5;
    margin-left: 0; }
  .dyson-id #shipping-new-address-form .field[name*=".custom_attributes.district"], .dyson-id .checkout-billing-address fieldset.fieldset .field[name*=".custom_attributes.district"], .dyson-ph #shipping-new-address-form .field[name*=".custom_attributes.district"], .dyson-ph .checkout-billing-address fieldset.fieldset .field[name*=".custom_attributes.district"] {
    margin-left: 0; }
  .dyson-id #shipping-new-address-form .field[name*=".custom_attributes.province"], .dyson-id #shipping-new-address-form .field[name*=".custom_attributes.ward"], .dyson-id .checkout-billing-address fieldset.fieldset .field[name*=".custom_attributes.province"], .dyson-id .checkout-billing-address fieldset.fieldset .field[name*=".custom_attributes.ward"], .dyson-ph #shipping-new-address-form .field[name*=".custom_attributes.province"], .dyson-ph #shipping-new-address-form .field[name*=".custom_attributes.ward"], .dyson-ph .checkout-billing-address fieldset.fieldset .field[name*=".custom_attributes.province"], .dyson-ph .checkout-billing-address fieldset.fieldset .field[name*=".custom_attributes.ward"] {
    margin-left: 0%; }
    @media screen and (min-width: 768px) {
      .dyson-id #shipping-new-address-form .field[name*=".custom_attributes.province"], .dyson-id #shipping-new-address-form .field[name*=".custom_attributes.ward"], .dyson-id .checkout-billing-address fieldset.fieldset .field[name*=".custom_attributes.province"], .dyson-id .checkout-billing-address fieldset.fieldset .field[name*=".custom_attributes.ward"], .dyson-ph #shipping-new-address-form .field[name*=".custom_attributes.province"], .dyson-ph #shipping-new-address-form .field[name*=".custom_attributes.ward"], .dyson-ph .checkout-billing-address fieldset.fieldset .field[name*=".custom_attributes.province"], .dyson-ph .checkout-billing-address fieldset.fieldset .field[name*=".custom_attributes.ward"] {
        margin-left: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-id .am-checkout .fieldset .field, .dyson-ph .am-checkout .fieldset .field {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-id .am-checkout .fieldset .field[name="shippingAddress.lastname"], .dyson-id .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-id .am-checkout .fieldset .field[name="shippingAddress.country_id"], .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.lastname"], .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
    margin-left: 0%; } }

@media screen and (min-width: 1024px) {
  .dyson-id .am-checkout .fieldset .field[name="shippingAddress.lastname"], .dyson-id .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-id .am-checkout .fieldset .field[name="shippingAddress.country_id"], .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.lastname"], .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
    margin-left: 0; } }

@media screen and (min-width: 768px) {
  .dyson-id .am-checkout .fieldset .field[name="shippingAddress.street.0"], .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.street.0"] {
    width: 100%;
    margin-left: 9%; } }

.dyson-id .am-checkout .fieldset .field[name="shippingAddress.country_id"], .dyson-id .am-checkout .fieldset .field[name="billingAddressonepay_domestic.country_id"], .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.country_id"], .dyson-ph .am-checkout .fieldset .field[name="billingAddressonepay_domestic.country_id"] {
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-id .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.ward"], .dyson-id .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.province"], .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.ward"], .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.custom_attributes.province"] {
    clear: both; } }

@media screen and (min-width: 1024px) {
  .dyson-id .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control, .dyson-id .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control, .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.telephone"] .control, .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.street.0"] .control {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .dyson-id .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-id .am-checkout .fieldset .field[name="shippingAddress.country_id"], .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.city"], .dyson-ph .am-checkout .fieldset .field[name="shippingAddress.country_id"] {
    margin-left: 4%;
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .dyson-id .am-checkout .fieldset .field[name*="firstname"], .dyson-ph .am-checkout .fieldset .field[name*="firstname"] {
    margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-id .am-checkout .fieldset .field[name*=".street.0"], .dyson-ph .am-checkout .fieldset .field[name*=".street.0"] {
    width: 100%;
    margin-left: 9%; } }

@media screen and (min-width: 768px) {
  .dyson-id .am-checkout .fieldset .field[name*=".city"], .dyson-id .am-checkout .fieldset .field[name*=".country_id"], .dyson-ph .am-checkout .fieldset .field[name*=".city"], .dyson-ph .am-checkout .fieldset .field[name*=".country_id"] {
    margin-left: 4%; } }

.dyson-id .am-checkout .billing-address-form .fieldset.address .field .control, .dyson-ph .am-checkout .billing-address-form .fieldset.address .field .control {
  width: 100%; }

.dyson-id .am-checkout .billing-address-form .fieldset.address .field[name*=".country_id"], .dyson-ph .am-checkout .billing-address-form .fieldset.address .field[name*=".country_id"] {
  display: none; }

.dyson-id .am-checkout .fieldset div[data-role="activate-guarantee"], .dyson-ph .am-checkout .fieldset div[data-role="activate-guarantee"] {
  order: 6; }
  .dyson-id .am-checkout .fieldset div[data-role="activate-guarantee"] .field.field--checkboxes, .dyson-ph .am-checkout .fieldset div[data-role="activate-guarantee"] .field.field--checkboxes {
    width: 100%; }

.dyson-id .am-checkout .fieldset._error select:focus, .dyson-ph .am-checkout .fieldset._error select:focus {
  border: 1px solid #dd4157; }

.dyson-id .am-checkout .billing-address-form .fieldset.address .field .control, .dyson-ph .am-checkout .billing-address-form .fieldset.address .field .control {
  width: 100%; }

.dyson-id .am-checkout .billing-address-form .fieldset.address .field[name*=".country_id"], .dyson-ph .am-checkout .billing-address-form .fieldset.address .field[name*=".country_id"] {
  display: none; }

.dyson-id .am-checkout div.mage-error:before,
.dyson-id .am-checkout div.field-error:before, .dyson-ph .am-checkout div.mage-error:before,
.dyson-ph .am-checkout div.field-error:before {
  margin-right: 4px; }

.dyson-id .am-checkout .checkout-block__payment-tabs__header .payment-tabs__header, .dyson-id .am-checkout .checkout-block__tabs__header .payment-tabs__header, .dyson-ph .am-checkout .checkout-block__payment-tabs__header .payment-tabs__header, .dyson-ph .am-checkout .checkout-block__tabs__header .payment-tabs__header {
  display: flex;
  flex-wrap: wrap; }

.dyson-id .am-checkout .payment-method-title label, .dyson-ph .am-checkout .payment-method-title label {
  white-space: break-spaces; }

.dyson-id .am-checkout .payment-method .actions-toolbar .primary .action-update, .dyson-ph .am-checkout .payment-method .actions-toolbar .primary .action-update {
  padding: 1em 0;
  border: 1px; }

@media screen and (min-width: 768px) {
  .dyson-id .form-login, .dyson-ph .form-login {
    width: 48%; } }

@media screen and (min-width: 1024px) {
  .dyson-id .form-login, .dyson-ph .form-login {
    width: 100%; } }

.dyson-id .field.field--checkboxes.newsletter-signup-component, .dyson-id .billing-address-same-as-shipping-block.field.choice, .dyson-id .checkout-agreement.field.choice.required, .dyson-ph .field.field--checkboxes.newsletter-signup-component, .dyson-ph .billing-address-same-as-shipping-block.field.choice, .dyson-ph .checkout-agreement.field.choice.required {
  width: 100%; }

.dyson-id .payment-method-billing-address, .dyson-ph .payment-method-billing-address {
  margin-top: 40px; }

.dyson-id .banks-list .payment-description, .dyson-ph .banks-list .payment-description {
  display: block;
  margin: 10px 0; }

@media screen and (min-width: 768px) {
  .dyson-id .dl-dropdown-district, .dyson-id .field-district, .dyson-ph .dl-dropdown-district, .dyson-ph .field-district {
    margin-left: 4%; } }

.dyson-id .am-checkout .fieldset .field.required.checkout-agreement .label:after, .dyson-ph .am-checkout .fieldset .field.required.checkout-agreement .label:after {
  content: "";
  margin: 0; }

.dyson-id .billing-address-same-as-shipping-block, .dyson-ph .billing-address-same-as-shipping-block {
  margin-bottom: 3em; }
  @media screen and (min-width: 768px) {
    .dyson-id .billing-address-same-as-shipping-block, .dyson-ph .billing-address-same-as-shipping-block {
      margin-bottom: 1.5em; } }

.dyson-id div.newsletter-signup-component, .dyson-ph div.newsletter-signup-component {
  margin-bottom: 2.5em; }
  @media screen and (min-width: 768px) {
    .dyson-id div.newsletter-signup-component, .dyson-ph div.newsletter-signup-component {
      margin-bottom: 1.5em; } }

.dyson-id .checkout-payment__image:after, .dyson-ph .checkout-payment__image:after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-image: url("../images/brand/accepted-payment-vn.png");
  width: 244px;
  height: 165px; }

.dyson-id .checkout-block__summary__items__list__product .product-item-details .product-item-inner-info .product-item-quantity__value.free-gift-text, .dyson-ph .checkout-block__summary__items__list__product .product-item-details .product-item-inner-info .product-item-quantity__value.free-gift-text {
  color: #0066CC;
  font-weight: bold;
  text-transform: uppercase; }

.dyson-id .desktop-show-pdp .hgroup__image .double-line-motif img, .dyson-ph .desktop-show-pdp .hgroup__image .double-line-motif img {
  padding-top: 0 !important;
  height: auto; }

.dyson-pl div.field[name="shippingAddress.street.0"] label,
.dyson-pl div.field[name="shippingAddress.street.1"] label {
  display: none !important; }

.dyson-pl div.field[name="shippingAddress.street.0"] {
  margin-bottom: 0 !important; }

.dyson-pl div.field[name="shippingAddress.street.1"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.dyson-pl div.field[name="shippingAddress.street.2"] {
  display: none; }

.dyson-pl .payment-method-content .field input, .dyson-pl .payment-method-content .field select {
  max-width: 500px; }

.dyson-pl .fieldset .field[name="billingAddressadyen_cc.street.0"], .dyson-pl .fieldset .field[name="billingAddressadyen_hpp.street.0"] {
  margin-bottom: 0 !important; }
  .dyson-pl .fieldset .field[name="billingAddressadyen_cc.street.0"] label.label, .dyson-pl .fieldset .field[name="billingAddressadyen_hpp.street.0"] label.label {
    display: none; }

.dyson-pl .fieldset .field[name="billingAddressadyen_cc.street.1"], .dyson-pl .fieldset .field[name="billingAddressadyen_hpp.street.1"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  .dyson-pl .fieldset .field[name="billingAddressadyen_cc.street.1"] label.label, .dyson-pl .fieldset .field[name="billingAddressadyen_hpp.street.1"] label.label {
    display: none; }

.dyson-pl .checkout__row .opc-wrapper .opc .form#adyen-cc-form,
.dyson-pl .checkout__row .opc-wrapper .opc .form#payment_form_adyen_hpp_dotpay {
  border: 0;
  margin-top: 7%; }

.dyson-pl .billing-address-details {
  margin-bottom: 5%; }

.dyson-pl .checkout__row .opc-wrapper .opc .form .field:not(.field--checkboxes).required label:after,
.dyson-pl .checkout__row .opc-wrapper .opc .form .field:not(.field--checkboxes)._required label:after {
  content: ''; }

.dyson-pl div[data-role="checkout-messages"] .message.message-error.error {
  z-index: 9999;
  position: absolute;
  bottom: 62%;
  left: 8%;
  width: 84%;
  padding: 15px;
  margin-top: 0; }
  @media screen and (min-width: 480px) {
    .dyson-pl div[data-role="checkout-messages"] .message.message-error.error {
      bottom: 67%; } }
  @media screen and (min-width: 768px) {
    .dyson-pl div[data-role="checkout-messages"] .message.message-error.error {
      bottom: 69%;
      width: 85%; } }
  @media screen and (min-width: 1024px) {
    .dyson-pl div[data-role="checkout-messages"] .message.message-error.error {
      bottom: 49%; } }
  @media screen and (min-width: 1440px) {
    .dyson-pl div[data-role="checkout-messages"] .message.message-error.error {
      bottom: 57%; } }
  @media screen and (min-width: 1530px) {
    .dyson-pl div[data-role="checkout-messages"] .message.message-error.error {
      bottom: 69%;
      max-width: 1000px;
      margin-left: 10%; } }

.dyson-hu .checkout__row .opc-wrapper .opc #shipping-new-address-form .field.street legend {
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-hu .checkout__row .opc-wrapper .opc #shipping-new-address-form .field.street {
    width: 48%; }
    .dyson-hu .checkout__row .opc-wrapper .opc #shipping-new-address-form .field.street div[name="shippingAddress.street.0"] {
      margin-right: 4%;
      width: 100%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .checkout__row .opc-wrapper .opc #shipping-new-address-form div.field[name="shippingAddress.telephone"],
  .dyson-hu .checkout__row .opc-wrapper .opc #shipping-new-address-form div.field[name="shippingAddress.postcode"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .checkout__row .opc-wrapper .opc #shipping-new-address-form div.field[name="shippingAddress.city"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .checkout__row .opc-wrapper .opc #shipping-new-address-form div.field[name="shippingAddress.company"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .checkout__row .opc-wrapper .opc #shipping-new-address-form div.field[name="shippingAddress.custom_attributes.tax_number"] {
    margin-right: 0;
    width: 48%; } }

.dyson-hu .payment-method-billing-address .billing-address-form fieldset.field.street legend {
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-hu .payment-method-billing-address .billing-address-form fieldset.field.street {
    width: 48%; }
    .dyson-hu .payment-method-billing-address .billing-address-form fieldset.field.street div[name="billingAddressbigfishpaymentgateway_pmgw_paypal.street.0"],
    .dyson-hu .payment-method-billing-address .billing-address-form fieldset.field.street div[name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.street.0"],
    .dyson-hu .payment-method-billing-address .billing-address-form fieldset.field.street div[name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.street.0"] {
      width: 100%;
      margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.telephone"],
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.telephone"],
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_paypal.telephone"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_paypal.city"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.city"],
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.city"] {
    width: 48%;
    margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.company"],
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.company"],
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_paypal.company"] {
    margin-right: 4%; } }

@media screen and (min-width: 768px) {
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.city"],
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.city"],
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.custom_attributes.tax_number"],
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.custom_attributes.tax_number"],
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_paypal.custom_attributes.tax_number"],
  .dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddress.custom_attributes.tax_number"] {
    margin-right: 0; } }

.dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_otparuhitel.street.0"],
.dyson-hu .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressbigfishpaymentgateway_pmgw_otpsimple.street.0"] {
  margin-bottom: 0; }

.dyson-hu .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .actions-toolbar {
  margin-bottom: 2%; }

.dyson-ro .checkout__row .opc-wrapper .opc #shipping-new-address-form .field.street legend {
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-ro .checkout__row .opc-wrapper .opc #shipping-new-address-form .field.street {
    width: 48%; }
    .dyson-ro .checkout__row .opc-wrapper .opc #shipping-new-address-form .field.street div[name="shippingAddress.street.0"] {
      margin-right: 4%;
      width: 100%; } }

@media screen and (min-width: 768px) {
  .dyson-ro .checkout__row .opc-wrapper .opc #shipping-new-address-form div.field[name="shippingAddress.telephone"],
  .dyson-ro .checkout__row .opc-wrapper .opc #shipping-new-address-form div.field[name="shippingAddress.postcode"],
  .dyson-ro .checkout__row .opc-wrapper .opc #shipping-new-address-form div.field[name="shippingAddress.region_id"] {
    width: 48%; } }

@media screen and (min-width: 768px) {
  .dyson-ro .checkout__row .opc-wrapper .opc #shipping-new-address-form div.field[name="shippingAddress.city"] {
    width: 48%; } }

.dyson-ro .checkout__row .opc-wrapper .opc #shipping-new-address-form div.field[name="shippingAddress.custom_attributes.tax_number"] {
  width: 100%; }

.dyson-ro .payment-method-billing-address .billing-address-form fieldset.field.street legend {
  display: none; }

@media screen and (min-width: 768px) {
  .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.firstname"],
  .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.lastname"],
  .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.street.0"],
  .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.telephone"],
  .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.city"],
  .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.region_id"],
  .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.country_id"],
  .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.postcode"] {
    width: 48%; }
    .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.firstname"] input,
    .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.lastname"] input,
    .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.street.0"] input,
    .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.telephone"] input,
    .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.city"] input,
    .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.region_id"] input,
    .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.country_id"] input,
    .dyson-ro .checkout__row .opc-wrapper .opc .fieldset .field[name="billingAddressadyen_cc.postcode"] input {
      width: 100%; } }

.dyson-ro .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .actions-toolbar {
  margin-bottom: 2%; }

body.rtl header.page-header {
  left: inherit;
  right: 0; }

body.rtl .header__logo {
  right: -10px;
  left: 0; }
  @media screen and (min-width: 768px) {
    body.rtl .header__logo {
      right: 0;
      margin-left: 20px;
      margin-right: 0; } }

body.rtl .header__search {
  margin-right: auto;
  margin-left: 20px; }
  @media screen and (min-width: 768px) {
    body.rtl .header__search {
      margin-right: auto;
      margin-left: 20px; } }
  @media screen and (min-width: 1280px) {
    body.rtl .header__search {
      margin-right: auto;
      margin-left: 30px; } }
  @media screen and (min-width: 768px) {
    body.rtl .header__search .icon {
      float: left; } }

body.rtl .header__toggle-nav {
  right: -25px; }

body.rtl .header__hamburger:before, body.rtl .header__hamburger:after {
  right: 0; }

body.rtl .header__nav {
  text-align: right; }

body.rtl .header__nav-item > a .icon--chevron {
  float: left; }

body.rtl .header__contact .header__contact__link .header__contact__link__text {
  margin-left: inherit;
  margin-right: 0.75em; }

body.rtl .header__contact .header__contact__link .header__contact__link__details {
  margin-left: inherit;
  margin-right: 0.75em; }

body.rtl .footer__lang__country .icon {
  margin-right: 0;
  margin-left: 0.75rem; }

body.rtl .crumb__list li:after {
  transform: rotate(-28deg); }

body.rtl .hero__media {
  text-align: right; }

@media screen and (min-width: 0) {
  body.rtl .hero__media--left--g {
    text-align: left; } }

@media screen and (min-width: 0) {
  body.rtl .hero__media--center--g {
    text-align: center; } }

@media screen and (min-width: 0) {
  body.rtl .hero__media--right--g {
    text-align: right; } }

@media screen and (min-width: 768px) {
  body.rtl .hero__media--left--gt {
    text-align: left; } }

@media screen and (min-width: 768px) {
  body.rtl .hero__media--center--gt {
    text-align: center; } }

@media screen and (min-width: 768px) {
  body.rtl .hero__media--right--gt {
    text-align: right; } }

@media screen and (min-width: 520px) {
  body.rtl .hero__media--left--gp {
    text-align: left; } }

@media screen and (min-width: 520px) {
  body.rtl .hero__media--center--gp {
    text-align: center; } }

@media screen and (min-width: 520px) {
  body.rtl .hero__media--right--gp {
    text-align: right; } }

@media screen and (min-width: 1024px) {
  body.rtl .hero__media--left--gtw {
    text-align: left; } }

@media screen and (min-width: 1024px) {
  body.rtl .hero__media--center--gtw {
    text-align: center; } }

@media screen and (min-width: 1024px) {
  body.rtl .hero__media--right--gtw {
    text-align: right; } }

@media screen and (min-width: 1280px) {
  body.rtl .hero__media--left--gd {
    text-align: left; } }

@media screen and (min-width: 1280px) {
  body.rtl .hero__media--center--gd {
    text-align: center; } }

@media screen and (min-width: 1280px) {
  body.rtl .hero__media--right--gd {
    text-align: right; } }

body.rtl .hero__content {
  text-align: right;
  left: auto;
  right: 0; }
  body.rtl .hero__content blockquote {
    text-align: inherit; }

@media screen and (min-width: 0) {
  body.rtl .hero__content--left--g {
    left: 0;
    right: auto; } }

@media screen and (min-width: 0) {
  body.rtl .hero__content--lefter--g {
    left: 10%;
    right: auto; } }

@media screen and (min-width: 0) {
  body.rtl .hero__content--center--g {
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 0) {
  body.rtl .hero__content--righter--g {
    left: auto;
    right: 10%; } }

@media screen and (min-width: 0) {
  body.rtl .hero__content--right--g {
    left: auto;
    right: 0; } }

@media screen and (min-width: 768px) {
  body.rtl .hero__content--left--gt {
    left: 0;
    right: auto; } }

@media screen and (min-width: 768px) {
  body.rtl .hero__content--lefter--gt {
    left: 10%;
    right: auto; } }

@media screen and (min-width: 768px) {
  body.rtl .hero__content--center--gt {
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  body.rtl .hero__content--righter--gt {
    left: auto;
    right: 10%; } }

@media screen and (min-width: 768px) {
  body.rtl .hero__content--right--gt {
    left: auto;
    right: 0; } }

@media screen and (min-width: 520px) {
  body.rtl .hero__content--left--gp {
    left: 0;
    right: auto; } }

@media screen and (min-width: 520px) {
  body.rtl .hero__content--lefter--gp {
    left: 10%;
    right: auto; } }

@media screen and (min-width: 520px) {
  body.rtl .hero__content--center--gp {
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 520px) {
  body.rtl .hero__content--righter--gp {
    left: auto;
    right: 10%; } }

@media screen and (min-width: 520px) {
  body.rtl .hero__content--right--gp {
    left: auto;
    right: 0; } }

@media screen and (min-width: 1024px) {
  body.rtl .hero__content--left--gtw {
    left: 0;
    right: auto; } }

@media screen and (min-width: 1024px) {
  body.rtl .hero__content--lefter--gtw {
    left: 10%;
    right: auto; } }

@media screen and (min-width: 1024px) {
  body.rtl .hero__content--center--gtw {
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  body.rtl .hero__content--righter--gtw {
    left: auto;
    right: 10%; } }

@media screen and (min-width: 1024px) {
  body.rtl .hero__content--right--gtw {
    left: auto;
    right: 0; } }

@media screen and (min-width: 1280px) {
  body.rtl .hero__content--left--gd {
    left: 0;
    right: auto; } }

@media screen and (min-width: 1280px) {
  body.rtl .hero__content--lefter--gd {
    left: 10%;
    right: auto; } }

@media screen and (min-width: 1280px) {
  body.rtl .hero__content--center--gd {
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media screen and (min-width: 1280px) {
  body.rtl .hero__content--righter--gd {
    left: auto;
    right: 10%; } }

@media screen and (min-width: 1280px) {
  body.rtl .hero__content--right--gd {
    left: auto;
    right: 0; } }

@media screen and (min-width: 0) {
  body.rtl .hero__content--text-left--g {
    text-align: left; } }

@media screen and (min-width: 0) {
  body.rtl .hero__content--text-center--g {
    text-align: center; } }

@media screen and (min-width: 0) {
  body.rtl .hero__content--text-right--g {
    text-align: right; } }

@media screen and (min-width: 768px) {
  body.rtl .hero__content--text-left--gt {
    text-align: left; } }

@media screen and (min-width: 768px) {
  body.rtl .hero__content--text-center--gt {
    text-align: center; } }

@media screen and (min-width: 768px) {
  body.rtl .hero__content--text-right--gt {
    text-align: right; } }

@media screen and (min-width: 520px) {
  body.rtl .hero__content--text-left--gp {
    text-align: left; } }

@media screen and (min-width: 520px) {
  body.rtl .hero__content--text-center--gp {
    text-align: center; } }

@media screen and (min-width: 520px) {
  body.rtl .hero__content--text-right--gp {
    text-align: right; } }

@media screen and (min-width: 1024px) {
  body.rtl .hero__content--text-left--gtw {
    text-align: left; } }

@media screen and (min-width: 1024px) {
  body.rtl .hero__content--text-center--gtw {
    text-align: center; } }

@media screen and (min-width: 1024px) {
  body.rtl .hero__content--text-right--gtw {
    text-align: right; } }

@media screen and (min-width: 1280px) {
  body.rtl .hero__content--text-left--gd {
    text-align: left; } }

@media screen and (min-width: 1280px) {
  body.rtl .hero__content--text-center--gd {
    text-align: center; } }

@media screen and (min-width: 1280px) {
  body.rtl .hero__content--text-right--gd {
    text-align: right; } }

@media screen and (min-width: 768px) {
  body.rtl .hero--product-variant--perfect .hgroup__main-image {
    float: left; } }

body.rtl .hero--product-variant--perfect .product__action .button {
  margin-right: 0;
  margin-left: 4px; }

body.rtl .search-panel__form {
  padding-right: 0;
  padding-left: 60px; }

body.rtl .search-panel__submit {
  right: inherit;
  left: -60px; }
  @media screen and (min-width: 1024px) {
    body.rtl .search-panel__submit {
      right: inherit;
      left: -4.5rem; } }
  body.rtl .search-panel__submit:hover, body.rtl .search-panel__submit:focus, body.rtl .search-panel__submit:active {
    border: 0;
    background: transparent; }

body.rtl .search-panel__clear {
  right: inherit;
  left: 0; }
  @media screen and (min-width: 768px) {
    body.rtl .search-panel__clear {
      left: 1rem; } }
  @media screen and (min-width: 1024px) {
    body.rtl .search-panel__clear {
      left: 1.5rem; } }

body.rtl .search-panel__close {
  left: inherit;
  right: 20px; }
  @media screen and (min-width: 768px) {
    body.rtl .search-panel__close {
      right: 40px; } }
  @media screen and (min-width: 1024px) {
    body.rtl .search-panel__close {
      right: inherit;
      left: 60px; } }

body.rtl .search-panel__popular-search__title, body.rtl .search-panel__popular-search__terms {
  text-align: right; }

body.rtl .contact__methods__text {
  margin-left: inherit;
  margin-right: 1.625rem; }

body.rtl .rating-set .g-col {
  float: right; }

body.rtl .faqs-collapsible [data-role="title"] {
  text-align: right; }

body.rtl .secondary-nav .icon--chevron {
  right: inherit;
  left: 140px; }
  @media screen and (min-width: 320px) {
    body.rtl .secondary-nav .icon--chevron {
      left: 180px; } }
  @media screen and (min-width: 768px) {
    body.rtl .secondary-nav .icon--chevron {
      right: 50%;
      left: inherit; } }

body.rtl .secondary-nav__add {
  margin-right: 0;
  margin-left: -25px; }
  @media screen and (min-width: 768px) {
    body.rtl .secondary-nav__add {
      margin-left: 0; } }

body.rtl .secondary-nav__dropdown {
  padding-right: 0;
  padding-left: 15%; }
  @media screen and (min-width: 768px) {
    body.rtl .secondary-nav__dropdown {
      padding-left: 35%; } }

@media screen and (min-width: 1280px) {
  body.rtl .product__claim-section {
    float: left; } }

@media screen and (min-width: 768px) {
  body.rtl .product__claims {
    margin-right: 0;
    margin-left: 30px; } }

body.rtl .product__claims ul {
  padding-left: 0;
  padding-right: 20px; }

body.rtl .product__demo-video {
  left: 100%; }
  @media screen and (min-width: 768px) {
    body.rtl .product__demo-video {
      margin: 50px 0 0 10px; } }

@media screen and (min-width: 768px) {
  body.rtl .product__claim-section__gallery {
    margin: 50px 0 0 10px; } }

body.rtl .product__demo-video__play-button {
  left: inherit;
  right: -33px; }
  @media screen and (min-width: 768px) {
    body.rtl .product__demo-video__play-button {
      right: 50%;
      top: 50%;
      margin-top: -20px;
      margin-right: -20px; }
      body.rtl .product__demo-video__play-button .roundal__play-button {
        top: auto;
        left: auto; }
        body.rtl .product__demo-video__play-button .roundal__play-button .roundal__play-button__icon svg.icon.icon--play.icon--dark {
          width: 100%;
          right: 0; } }

body.rtl .product__slideshow__container h4 {
  padding-left: 0;
  padding-right: 20px; }

body.rtl .product__slideshow__container__gallery .slick-dots {
  padding-right: 0; }

@media screen and (min-width: 768px) {
  body.rtl .review__title--img {
    text-align: left;
    margin-right: inherit;
    margin-left: 10%; } }

body.rtl #product-submit-review .required label.label {
  margin-left: 0;
  margin-right: 9px; }

body.rtl #product-submit-review .review-min-char {
  margin-left: inherit;
  margin-right: auto; }

@media screen and (min-width: 768px) {
  body.rtl #product-submit-review .review-field-age,
  body.rtl #product-submit-review .review-field-nickname {
    margin-right: inherit;
    margin-left: 25px; } }

@media screen and (min-width: 1280px) {
  body.rtl #product-submit-review .contact--border {
    border-right: 0; } }

@media screen and (min-width: 768px) {
  body.rtl .sub-nav__item:nth-child(odd) {
    padding-right: 0;
    padding-left: 10px; } }

@media screen and (min-width: 1024px) {
  body.rtl .sub-nav__item:nth-child(odd) {
    padding-left: 30px; } }

body.rtl .leap-cart .g-wrap > div {
  float: right; }

@media screen and (min-width: 520px) {
  body.rtl .leap-cart__img {
    border-right: 0;
    border-left: 1px solid #ebebeb; } }

body.rtl .leap-cart__row-header,
body.rtl .leap-cart__row-footer {
  margin: 1em 0 1em 1em; }

body.rtl .basket__items__quantity .label {
  margin-right: inherit;
  margin-left: 12px; }

body.rtl .basket__items__price {
  text-align: left;
  padding-right: inherit;
  padding-left: 0.5em; }
  body.rtl .basket__items__price .label {
    margin-right: inherit;
    margin-left: 5px; }

body.rtl .action-delete, body.rtl .action-delete span {
  text-align: left; }

body.rtl .action-delete {
  padding-right: inherit;
  padding-left: 0.5em; }

@media screen and (min-width: 768px) {
  body.rtl .update-cart__buttons {
    float: left;
    text-align: left; } }

body.rtl .update-cart__buttons button:first-child {
  margin-right: inherit;
  margin-left: 20px; }

@media screen and (min-width: 768px) {
  body.rtl .update-cart__buttons button {
    margin-right: inherit;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 15px; } }

body.rtl .update-cart__buttons button:last-of-type {
  margin: 0; }

body.rtl .basket__discount__form .actions-toolbar {
  margin-left: inherit;
  margin-right: 20px; }
  @media screen and (min-width: 768px) {
    body.rtl .basket__discount__form .actions-toolbar {
      margin-right: 0; } }

body.rtl .basket__summary .table-wrapper .totals th {
  text-align: right; }

body.rtl .basket__summary .table-wrapper .totals td {
  text-align: left; }

@media screen and (min-width: 768px) {
  body.rtl .basket__checkout {
    margin-left: inherit;
    margin-right: 20px; } }

body.rtl .basket__checkout__payment {
  margin-left: inherit;
  margin-right: 20px; }
  @media screen and (min-width: 768px) {
    body.rtl .basket__checkout__payment {
      margin-right: 0; } }

body.rtl .soft-bundling__qty-input .basket__items__below__btn.action.update {
  margin-left: 0; }

.dyson-sa.rtl .basket__checkout__payment:after {
  background-image: url(../images/brand/payment-options-cart-SA-r.jpg);
  background-repeat: no-repeat;
  width: 272px;
  height: 195px;
  background-size: contain;
  display: block;
  content: '';
  margin: 0 auto 20px auto; }

@media only screen and (min-width: 960px) {
  body.rtl .checkout__row .opc-progress-bar {
    padding-right: inherit;
    padding-left: 350px; } }

body.rtl .checkout__row ol.minicart-items .product-item .product .product-image-container {
  margin-right: auto;
  margin-left: 8px; }

body.rtl .checkout__row ol.minicart-items .product-item .product .product-item-details .details-qty .value {
  float: left;
  padding-right: 0;
  padding-left: 40px; }

body.rtl .checkout__row #shipping-new-address-form .field,
body.rtl .checkout__row .checkout-billing-address fieldset .field {
  float: right; }
  @media screen and (min-width: 768px) {
    body.rtl .checkout__row #shipping-new-address-form .field:nth-child(1),
    body.rtl .checkout__row .checkout-billing-address fieldset .field:nth-child(1) {
      margin-right: auto;
      margin-left: 4%; }
    body.rtl .checkout__row #shipping-new-address-form .field:nth-child(3),
    body.rtl .checkout__row .checkout-billing-address fieldset .field:nth-child(3) {
      margin-right: auto;
      margin-left: 4%; }
    body.rtl .checkout__row #shipping-new-address-form .field:nth-child(5),
    body.rtl .checkout__row .checkout-billing-address fieldset .field:nth-child(5) {
      margin-right: auto;
      margin-left: 4%; }
    body.rtl .checkout__row #shipping-new-address-form .field:nth-child(8),
    body.rtl .checkout__row .checkout-billing-address fieldset .field:nth-child(8) {
      margin-right: auto;
      margin-left: 4%; }
    body.rtl .checkout__row #shipping-new-address-form .field:nth-child(10),
    body.rtl .checkout__row .checkout-billing-address fieldset .field:nth-child(10) {
      margin-right: auto;
      margin-left: 4%; } }

body.rtl .checkout__row .opc-sidebar {
  margin-left: auto;
  margin-right: 30px; }

body.rtl .checkout__row .opc-block-summary .table-totals th, body.rtl .checkout__row .opc-block-summary .table-totals td {
  text-align: right; }

body.rtl .checkout__row .opc-block-shipping-information .action {
  margin-left: auto;
  margin-right: 8px; }

body.rtl .checkout__row .opc-wrapper .opc .form.payments#co-payment-form .payment-method .actions-toolbar {
  text-align: left; }

body.rtl.dyson-il #shipping-new-address-form .field.street .field {
  margin-right: 0 !important; }

@media screen and (min-width: 768px) {
  body.rtl.dyson-il #shipping-new-address-form div.field[name="shippingAddress.telephone"] {
    margin-right: 0; } }

body.rtl.dyson-ae #shipping-new-address-form .field.street .field {
  margin-right: 0 !important; }

body.rtl.dyson-ae .checkout__row .opc-wrapper .opc .form [name="shippingAddress.street.0"] {
  margin-right: 0 !important; }

body.rtl .contact-us .icon {
  float: right;
  margin-left: 30px;
  margin-right: auto; }

@media screen and (min-width: 890px) {
  body.rtl .contact-us__email .contact-us__inner {
    border-right: 1px solid #dadada;
    border-left: 0;
    padding-right: 64px;
    padding-left: 0; } }

body.rtl .soft-option__item__card__inner > span {
  left: inherit;
  right: 20px; }

body.rtl .soft-bundling__selection--top {
  padding: 8px; }

body.rtl .soft-bundling__selection--top__text {
  margin-left: 0;
  margin-right: 20px; }

body.rtl .soft-bundling__selected__product-summary ul {
  padding-right: 0; }

body.rtl .soft-bundling__selected__product-summary__item {
  padding-right: 10px;
  padding-left: 0; }

body.rtl .modal-popup.soft-bundling__optional-warning button.soft-bundling__optional-warning--button {
  margin-right: 0;
  margin-left: 29px; }

body.rtl .soft-bundling__checkout--sub-total__subtotal {
  margin-right: 0;
  margin-left: 10%; }
  @media screen and (min-width: 768px) {
    body.rtl .soft-bundling__checkout--sub-total__subtotal {
      margin-left: 20%; } }

body.rtl .soft-bundling__qty-input {
  margin-left: 0; }
  body.rtl .soft-bundling__qty-input p {
    margin-right: 0;
    margin-left: 5px; }

body.rtl .soft-bundling__checkout--list__price {
  text-align: left; }

@media screen and (min-width: 768px) {
  body.rtl .soft-bundling__checkout--list span.price {
    float: left; } }

body.rtl .soft-bundling__checkout--items-selected p {
  margin-right: 0;
  margin-left: 20px; }

.soft-bundling__selected__button {
  display: none; }
  .soft-bundling__selected__button--show {
    display: inherit; }

body.rtl .checkout-block__header__indicator {
  margin-right: inherit;
  margin-left: 0.5em; }

body.rtl .checkout-block__summary__items__count {
  float: left; }

body.rtl .checkout-block__summary__items__title {
  margin-right: 50px; }

body.rtl .checkout-block__summary__items__list__product .product-item-details .product-item-quantity .product-item-quantity__value {
  float: left; }

body.rtl .checkout-block__summary__totals .totals.grand th.amount, body.rtl .checkout-block__summary__totals .totals.grand td.amount {
  float: left; }

body.rtl .am-checkout .fieldset .field {
  float: right; }
  @media screen and (min-width: 1024px) {
    body.rtl .am-checkout .fieldset .field[name="shippingAddress.firstname"], body.rtl .am-checkout .fieldset .field[name="billingAddresscheckmo.firstname"], body.rtl .am-checkout .fieldset .field[name="billingAddresscashondelivery.firstname"] {
      margin-right: inherit;
      margin-left: 4%; } }
  @media screen and (min-width: 1024px) {
    body.rtl .am-checkout .fieldset .field[name="shippingAddress.city"] {
      margin-right: inherit;
      margin-left: 2%; } }
  body.rtl .am-checkout .fieldset .field.field--checkboxes label {
    margin-right: inherit; }

body.rtl .am-checkout .payment-method .checkout-agreement label {
  margin-right: inherit; }

body.rtl .checkout-block__header .icon {
  margin-left: inherit;
  margin-right: auto; }
  @media screen and (min-width: 1024px) {
    body.rtl .checkout-block__header .icon {
      margin-right: auto;
      margin-left: 2.5em; } }

.checkout-block--complete body.rtl .checkout-block__header {
  cursor: pointer;
  border-bottom: 0; }
  .checkout-block--complete body.rtl .checkout-block__header .icon {
    display: inherit; }

body.rtl .checkout-block__tabs__header .payment-method-title:nth-child(odd) {
  margin-right: inherit; }

body.rtl .checkout-block__tabs__content .choice label {
  margin-right: inherit;
  margin-left: 1rem;
  padding-left: inherit;
  padding-right: 48px; }
  body.rtl .checkout-block__tabs__content .choice label:before, body.rtl .checkout-block__tabs__content .choice label:after {
    left: inherit;
    right: 0; }

body.rtl .checkout-block__tabs__content .payment-method-content .actions-toolbar .primary .action-cancel {
  float: left; }

@media only screen and (min-width: 1025px) {
  .james-dyson-award__image--JDA-Logo {
    height: 114px; } }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .james-dyson-award__image--JDA-Logo {
    height: 93px; } }

@media only screen and (max-width: 767px) {
  .james-dyson-award__image--JDA-Logo {
    height: 70px; } }

body.rtl .modal-popup .modal-title {
  float: right; }

body.rtl .modal-popup .action-close {
  float: left;
  left: 0;
  right: 93%; }

body.rtl .full-page-modal .action-close {
  right: inherit;
  left: -7px; }
  @media screen and (min-width: 768px) {
    body.rtl .full-page-modal .action-close {
      left: -9px; } }

/*
  DEV/SHAME
  Temporary styles... ideally should be empty, especially for production
*/
/*
 PATTERN LIBRARY OVERRIDES
*/
.frac-container {
  padding: 0.5em; }

/*
 * COUNTRIES - edge cases on a site by site basis
 *
 * Use me with care. I'm for adhoc tweaks, not features or permenant solutions
 * Group by country and nest inside .dyson-* (e.g. dyson-in) class
 * Comment each exclusion!
 */
.dyson-in .update-cart__buttons-IN {
  padding: 18px 0 10px 0;
  width: 100%;
  text-align: center;
  float: none; }
  @media screen and (min-width: 768px) {
    .dyson-in .update-cart__buttons-IN {
      float: right;
      padding: 14px 1em 14px 0;
      width: auto;
      text-align: left; } }

.dyson-in #pincode_sign_up_trigger {
  cursor: pointer; }

.dyson-in .pincode_fieldset_title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px; }

.dyson-in .checkout__row [data-index="pincode_button"] {
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  padding: 16px 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  max-width: 100%;
  text-align: center;
  border-radius: 0;
  margin-top: 28px; }
  .dyson-in .checkout__row [data-index="pincode_button"]:hover, .dyson-in .checkout__row [data-index="pincode_button"]:focus, .dyson-in .checkout__row [data-index="pincode_button"]:active {
    text-decoration: none; }
  @media screen and (min-width: 0) {
    .dyson-in .checkout__row [data-index="pincode_button"] {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .dyson-in .checkout__row [data-index="pincode_button"] {
      font-size: 18px;
      font-size: 1.125rem; } }
  .dyson-in .checkout__row [data-index="pincode_button"]:hover, .dyson-in .checkout__row [data-index="pincode_button"]:focus {
    background: #292929;
    border: 0; }
  .dyson-in .checkout__row [data-index="pincode_button"].active {
    animation: clicked .25s ease-in; }
  @media screen and (min-width: 768px) {
    .dyson-in .checkout__row [data-index="pincode_button"] {
      padding: 20px 23px; }
      .dyson-pl .dyson-in .checkout__row [data-index="pincode_button"] {
        padding: 20px 16px; } }
  @media screen and (min-width: 1024px) {
    .dyson-sa .dyson-in .checkout__row [data-index="pincode_button"] {
      padding: 20px 16px; } }
  .dyson-in .checkout__row [data-index="pincode_button"]--primary {
    background: #333333;
    color: #fff; }
    .dyson-in .checkout__row [data-index="pincode_button"]--primary:hover, .dyson-in .checkout__row [data-index="pincode_button"]--primary:focus, .dyson-in .checkout__row [data-index="pincode_button"]--primary:active, .dyson-in .checkout__row [data-index="pincode_button"]--primary:visited {
      background: #292929; }
  .dyson-in .checkout__row [data-index="pincode_button"]--tertiary:hover, .dyson-in .checkout__row [data-index="pincode_button"]--tertiary:focus, .dyson-in .checkout__row [data-index="pincode_button"]--tertiary:active, .dyson-in .checkout__row [data-index="pincode_button"]--tertiary:visited {
    background: #74b126; }
  .dyson-in .checkout__row [data-index="pincode_button"]--tertiary:hover, .dyson-in .checkout__row [data-index="pincode_button"]--tertiary:focus, .dyson-in .checkout__row [data-index="pincode_button"]--tertiary:active, .dyson-in .checkout__row [data-index="pincode_button"]--tertiary:visited {
    background: #74b126; }
  .dyson-in .checkout__row [data-index="pincode_button"]--secondary:hover, .dyson-in .checkout__row [data-index="pincode_button"]--secondary:focus, .dyson-in .checkout__row [data-index="pincode_button"]--secondary:active, .dyson-in .checkout__row [data-index="pincode_button"]--secondary:visited {
    background: #e1e1e1; }
  .dyson-in .checkout__row [data-index="pincode_button"]--light {
    background: #fff;
    color: #333333; }
    .dyson-in .checkout__row [data-index="pincode_button"]--light span {
      color: #333333; }
    .dyson-in .checkout__row [data-index="pincode_button"]--light:hover, .dyson-in .checkout__row [data-index="pincode_button"]--light:focus, .dyson-in .checkout__row [data-index="pincode_button"]--light:active {
      background: #e1e1e1;
      color: #333333; }
    .dyson-in .checkout__row [data-index="pincode_button"]--light:visited {
      background: #fff; }
  .dyson-in .checkout__row [data-index="pincode_button"]--disabled {
    opacity: 0.75;
    cursor: default;
    pointer-events: none; }
    .dyson-in .checkout__row [data-index="pincode_button"]--disabled:hover, .dyson-in .checkout__row [data-index="pincode_button"]--disabled:focus, .dyson-in .checkout__row [data-index="pincode_button"]--disabled:active {
      background: inherit; }

.dyson-in .checkout__row [data-index="pincode_button_billing"] {
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  padding: 16px 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  max-width: 100%;
  text-align: center;
  border-radius: 0;
  margin-top: 28px; }
  .dyson-in .checkout__row [data-index="pincode_button_billing"]:hover, .dyson-in .checkout__row [data-index="pincode_button_billing"]:focus, .dyson-in .checkout__row [data-index="pincode_button_billing"]:active {
    text-decoration: none; }
  @media screen and (min-width: 0) {
    .dyson-in .checkout__row [data-index="pincode_button_billing"] {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .dyson-in .checkout__row [data-index="pincode_button_billing"] {
      font-size: 18px;
      font-size: 1.125rem; } }
  .dyson-in .checkout__row [data-index="pincode_button_billing"]:hover, .dyson-in .checkout__row [data-index="pincode_button_billing"]:focus {
    background: #292929;
    border: 0; }
  .dyson-in .checkout__row [data-index="pincode_button_billing"].active {
    animation: clicked .25s ease-in; }
  @media screen and (min-width: 768px) {
    .dyson-in .checkout__row [data-index="pincode_button_billing"] {
      padding: 20px 23px; }
      .dyson-pl .dyson-in .checkout__row [data-index="pincode_button_billing"] {
        padding: 20px 16px; } }
  @media screen and (min-width: 1024px) {
    .dyson-sa .dyson-in .checkout__row [data-index="pincode_button_billing"] {
      padding: 20px 16px; } }
  .dyson-in .checkout__row [data-index="pincode_button_billing"]--primary {
    background: #333333;
    color: #fff; }
    .dyson-in .checkout__row [data-index="pincode_button_billing"]--primary:hover, .dyson-in .checkout__row [data-index="pincode_button_billing"]--primary:focus, .dyson-in .checkout__row [data-index="pincode_button_billing"]--primary:active, .dyson-in .checkout__row [data-index="pincode_button_billing"]--primary:visited {
      background: #292929; }
  .dyson-in .checkout__row [data-index="pincode_button_billing"]--tertiary:hover, .dyson-in .checkout__row [data-index="pincode_button_billing"]--tertiary:focus, .dyson-in .checkout__row [data-index="pincode_button_billing"]--tertiary:active, .dyson-in .checkout__row [data-index="pincode_button_billing"]--tertiary:visited {
    background: #74b126; }
  .dyson-in .checkout__row [data-index="pincode_button_billing"]--tertiary:hover, .dyson-in .checkout__row [data-index="pincode_button_billing"]--tertiary:focus, .dyson-in .checkout__row [data-index="pincode_button_billing"]--tertiary:active, .dyson-in .checkout__row [data-index="pincode_button_billing"]--tertiary:visited {
    background: #74b126; }
  .dyson-in .checkout__row [data-index="pincode_button_billing"]--secondary:hover, .dyson-in .checkout__row [data-index="pincode_button_billing"]--secondary:focus, .dyson-in .checkout__row [data-index="pincode_button_billing"]--secondary:active, .dyson-in .checkout__row [data-index="pincode_button_billing"]--secondary:visited {
    background: #e1e1e1; }
  .dyson-in .checkout__row [data-index="pincode_button_billing"]--light {
    background: #fff;
    color: #333333; }
    .dyson-in .checkout__row [data-index="pincode_button_billing"]--light span {
      color: #333333; }
    .dyson-in .checkout__row [data-index="pincode_button_billing"]--light:hover, .dyson-in .checkout__row [data-index="pincode_button_billing"]--light:focus, .dyson-in .checkout__row [data-index="pincode_button_billing"]--light:active {
      background: #e1e1e1;
      color: #333333; }
    .dyson-in .checkout__row [data-index="pincode_button_billing"]--light:visited {
      background: #fff; }
  .dyson-in .checkout__row [data-index="pincode_button_billing"]--disabled {
    opacity: 0.75;
    cursor: default;
    pointer-events: none; }
    .dyson-in .checkout__row [data-index="pincode_button_billing"]--disabled:hover, .dyson-in .checkout__row [data-index="pincode_button_billing"]--disabled:focus, .dyson-in .checkout__row [data-index="pincode_button_billing"]--disabled:active {
      background: inherit; }

.dyson-in .checkout__row #checkout-step-shipping .input--loading {
  background-image: url(../images/loading.gif);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-position: 95% center;
  background-position-y: center; }

@media screen and (min-width: 768px) {
  .dyson-in .checkout__row #shipping-new-address-form .field:nth-child(5),
  .dyson-in .checkout__row .checkout-billing-address fieldset .field:nth-child(5) {
    width: 100%;
    margin-right: 0; }
  .dyson-in .checkout__row #shipping-new-address-form .field:nth-child(6),
  .dyson-in .checkout__row .checkout-billing-address fieldset .field:nth-child(6) {
    width: 100%; }
  .dyson-in .checkout__row #shipping-new-address-form .field:nth-child(7),
  .dyson-in .checkout__row .checkout-billing-address fieldset .field:nth-child(7) {
    width: 100%; }
  .dyson-in .checkout__row #shipping-new-address-form .field:nth-child(10),
  .dyson-in .checkout__row .checkout-billing-address fieldset .field:nth-child(10) {
    width: 48%;
    margin-right: 0; }
  .dyson-in .checkout__row #shipping-new-address-form .field:nth-child(12),
  .dyson-in .checkout__row .checkout-billing-address fieldset .field:nth-child(12) {
    width: 48%;
    margin-right: 4%; }
  .dyson-in .checkout__row #shipping-new-address-form .field:nth-child(13),
  .dyson-in .checkout__row .checkout-billing-address fieldset .field:nth-child(13) {
    width: 48%; } }

.catalog-product-view .product__price .product__price-matched br {
  display: block; }

.card .button.button--tertiary {
  background: #79b928; }

.site-wide-alert-banner-product-page .product__action .button--tertiary {
  background: #79b928;
  padding: 16px 12px; }

@media screen and (min-width: 1024px) {
  .hero--product-variant--perfect .hgroup__product--column1 .g-wrap .gtw-col-3-4 {
    width: 75%; }
  .rcc__body--desktop--below .rcc__body__inner .rcc__content {
    position: relative; }
  .am-checkout div.items.payment-methods div.payment-method .checkout-agreements-block .newsletter-signup-component label.label, .am-checkout div.items.payment-methods div.payment-method .checkout-agreements-block .checkout-agreement label.label {
    font-size: 18px;
    line-height: 28px; }
  div.rcc__body--desktop--above {
    height: auto; }
    div.rcc__body--desktop--above.rcc__body.rcc__body--inline--g .rcc__content, div.rcc__body--desktop--above.rcc__body--inline--g.rcc__body--partial .rcc__content {
      position: relative; } }

@media screen and (min-width: 768px) {
  .site-wide-alert-banner-product-page .product__action button.button {
    padding: 20px 23px; } }

@media screen and (min-width: 640px) {
  .am-checkout div.items.payment-methods div.payment-method .checkout-agreements-block .newsletter-signup-component .label, .am-checkout div.items.payment-methods div.payment-method .checkout-agreements-block .checkout-agreement .label {
    font-size: 16px;
    line-height: 24px; } }

/*
    We are using Magento's Modal Widget
    http://devdocs.magento.com/guides/v2.0/javascript-dev-guide/widgets/widget_modal.html

    This file just overrides some of the defaults.
*/
.modal-popup .modal-inner-wrap {
  opacity: 0;
  transition: opacity .25s ease-in-out !important;
  width: 95%;
  margin-top: 25px; }
  @media only screen and (min-width: 755px) {
    .modal-popup .modal-inner-wrap {
      width: 75%;
      margin-top: 80px; } }

.modal-popup._show .modal-inner-wrap {
  opacity: 1; }

@media only screen and (min-width: 755px) {
  .modal-popup.modal-small .modal-inner-wrap {
    width: 27%; } }

.modal-popup .modal-content {
  padding-bottom: 25px; }

.modal-popup .modal-content,
.modal-popup .modal-footer,
.modal-popup .modal-header {
  padding-left: 45px;
  padding-right: 45px; }

.modal-popup .modal-header {
  padding-top: 25px;
  padding-bottom: 20px;
  z-index: 9999; }

.modal-popup .modal-title {
  float: left;
  width: 80%; }
  @media screen and (min-width: 0) {
    .modal-popup .modal-title {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (min-width: 768px) {
    .modal-popup .modal-title {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (min-width: 1024px) {
    .modal-popup .modal-title {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media screen and (min-width: 370px) {
    .modal-popup .modal-title {
      width: auto; } }

html {
  overflow-y: scroll; }

.full-page-modal {
  background: white;
  overflow-y: scroll; }
  .full-page-modal .modal-inner-wrap {
    width: 100%;
    margin: 0;
    box-shadow: none; }
    .full-page-modal .modal-inner-wrap .modal-content {
      padding: 0; }
  .full-page-modal .modal-header {
    width: 100%;
    margin: 0 auto;
    background: white;
    border-bottom: 1px solid #ECECEC;
    padding: 26px 0; }
    @media screen and (min-width: 768px) {
      .full-page-modal .modal-header {
        padding-top: 45px;
        padding-bottom: 45px; } }
  .full-page-modal .modal-header-inner {
    max-width: 1270px;
    margin: 0 auto; }
  .full-page-modal .action-close {
    position: relative;
    float: right;
    right: -7px; }
    @media screen and (min-width: 768px) {
      .full-page-modal .action-close {
        right: -9px; } }
    .full-page-modal .action-close:before {
      content: url("../images/icons/modal-close.svg");
      line-height: inherit;
      font-size: inherit;
      width: 16px;
      height: 16px; }
      @media screen and (min-width: 768px) {
        .full-page-modal .action-close:before {
          width: 22px;
          height: 22px; } }
    .full-page-modal .action-close:hover {
      opacity: .4; }
    .full-page-modal .action-close:focus {
      outline: 1px solid #4D90FE;
      box-shadow: 0px 0px 4px 0px #4D90FE; }

.rtl .full-page-modal--sticky-head #buy-now-pay-later {
  padding-top: 150px; }

.full-page-modal--sticky-head .modal-header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0; }
  .rtl .full-page-modal--sticky-head .modal-header {
    position: fixed; }

.modal-inner-wrap {
  background: black; }
  .modal-inner-wrap .modal-content {
    padding: 0 20px 20px;
    /* This is trick for fluid iframe width */
    /* https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */ }
    .modal-inner-wrap .modal-content .videoWrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
    .modal-inner-wrap .modal-content .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*
    Top:Floats
    ==========
*/
/*
    Contain floats
    --------------
    Make an element expand to contain floated children.
    Uses pseudo-elements (micro clearfix).
    1. The space content is one way to avoid an Opera bug when the
        `contenteditable` attribute is included anywhere else in the document.
        Otherwise it causes space to appear at the top and bottom of the
        element.
    2. The use of `table` rather than `block` is only necessary if using
        `:before` to contain the top-margins of child elements.
 */
.u-clearfix:before, .u-clearfix:after {
  content: "";
  /* 1 */
  display: table;
  /* 2 */ }

.u-clearfix:after {
  clear: both; }

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