@charset "UTF-8";
/*
Theme Name: Thilys
Template: storefront
*/
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: none !important;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/*
@font-face {
  font-family: 'Azo Sans';
  src: url("fonts/subset-AzoSans-Black.woff2") format("woff2"), url("fonts/subset-AzoSans-Black.woff") format("woff"), url("fonts/subset-AzoSans-Black.ttf") format("truetype"), url("fonts/subset-AzoSans-Black.svg#AzoSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Azo Sans';
  src: url("fonts/subset-AzoSans-Light.woff2") format("woff2"), url("fonts/subset-AzoSans-Light.woff") format("woff"), url("fonts/subset-AzoSans-Light.ttf") format("truetype"), url("fonts/subset-AzoSans-Light.svg#AzoSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Azo Sans';
  src: url("fonts/subset-AzoSans-Regular.woff2") format("woff2"), url("fonts/subset-AzoSans-Regular.woff") format("woff"), url("fonts/subset-AzoSans-Regular.ttf") format("truetype"), url("fonts/subset-AzoSans-Regular.svg#AzoSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Azo Sans';
  src: url("fonts/subset-AzoSans-Thin.woff2") format("woff2"), url("fonts/subset-AzoSans-Thin.woff") format("woff"), url("fonts/subset-AzoSans-Thin.ttf") format("truetype"), url("fonts/subset-AzoSans-Thin.svg#AzoSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Azo Sans';
  src: url("fonts/subset-AzoSans-Medium.woff2") format("woff2"), url("fonts/subset-AzoSans-Medium.woff") format("woff"), url("fonts/subset-AzoSans-Medium.ttf") format("truetype"), url("fonts/subset-AzoSans-Medium.svg#AzoSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Azo Sans';
  src: url("fonts/subset-AzoSans-Bold.woff2") format("woff2"), url("fonts/subset-AzoSans-Bold.woff") format("woff"), url("fonts/subset-AzoSans-Bold.ttf") format("truetype"), url("fonts/subset-AzoSans-Bold.svg#AzoSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}*/
/* line 17, sass/layout/_layout.scss */
.col-full {
  padding: 0;
}

/**** BASE ****************************************/
/* line 3, sass/base/_base.scss */
*,
:after,
:before {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  box-sizing: border-box !important;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  word-break: normal;
}

/* line 17, sass/base/_base.scss */
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 23, sass/base/_base.scss */
body {
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  color: #1C1C1C;
  min-height: 100%;
  font-size: 16px;
  height: 100%;
  line-height: normal;
  display: initial;
}

/* line 34, sass/base/_base.scss */
a {
  color: #1C1C1C;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
/* line 39, sass/base/_base.scss */
a:hover {
  color: #DD0031;
  text-decoration: none;
  cursor: pointer;
}

/* line 46, sass/base/_base.scss */
h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
  color: #1C1C1C;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  /* line 46, sass/base/_base.scss */
  h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  /* line 46, sass/base/_base.scss */
  h1 {
    font-size: 48px;
    line-height: 50px;
  }
}

/* line 67, sass/base/_base.scss */
h2 {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin: 30px 0;
}

/* line 77, sass/base/_base.scss */
p {
  font-size: 14px;
  margin: 30px 0;
  line-height: 20px;
  color: #1C1C1C;
  font-weight: 100;
  letter-spacing: 0;
}

/* line 86, sass/base/_base.scss */
.no-scroll {
  overflow: hidden;
  position: fixed;
}

/* line 91, sass/base/_base.scss */
strong {
  font-weight: bold;
}

/* line 2, sass/base/_forms.scss */
form label {
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 0;
  color: #1C1C1C;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 10, sass/base/_forms.scss */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=phone],
form input[type=file],
form select,
form textarea {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #FFFFFF;
  border: 2px solid #313131;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  height: auto;
  padding: 11px 16px;
  font-size: 16px;
  font-weight: normal;
  color: #1C1C1C;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 30, sass/base/_forms.scss */
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=phone]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border: 2px solid #AAAAAA;
  background: #EBEBEB;
}
/* line 2, sass/mixins/_placeholder.scss */
form input[type=text] ::-webkit-input-placeholder,
form input[type=email] ::-webkit-input-placeholder,
form input[type=password] ::-webkit-input-placeholder,
form input[type=phone] ::-webkit-input-placeholder,
form input[type=file] ::-webkit-input-placeholder,
form select ::-webkit-input-placeholder,
form textarea ::-webkit-input-placeholder {
  font-style: italic;
  color: #DD0031;
  font-weight: 100;
}
/* line 3, sass/mixins/_placeholder.scss */
form input[type=text] :-moz-placeholder,
form input[type=email] :-moz-placeholder,
form input[type=password] :-moz-placeholder,
form input[type=phone] :-moz-placeholder,
form input[type=file] :-moz-placeholder,
form select :-moz-placeholder,
form textarea :-moz-placeholder {
  font-style: italic;
  color: #DD0031;
  font-weight: 100;
}
/* line 4, sass/mixins/_placeholder.scss */
form input[type=text] ::-moz-placeholder,
form input[type=email] ::-moz-placeholder,
form input[type=password] ::-moz-placeholder,
form input[type=phone] ::-moz-placeholder,
form input[type=file] ::-moz-placeholder,
form select ::-moz-placeholder,
form textarea ::-moz-placeholder {
  font-style: italic;
  color: #DD0031;
  font-weight: 100;
}
/* line 5, sass/mixins/_placeholder.scss */
form input[type=text] :-ms-input-placeholder,
form input[type=email] :-ms-input-placeholder,
form input[type=password] :-ms-input-placeholder,
form input[type=phone] :-ms-input-placeholder,
form input[type=file] :-ms-input-placeholder,
form select :-ms-input-placeholder,
form textarea :-ms-input-placeholder {
  font-style: italic;
  color: #DD0031;
  font-weight: 100;
}
/* line 40, sass/base/_forms.scss */
form input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #313131;
  color: #FFFFFF;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
  float: right;
  padding: 16px 30px;
}
/* line 51, sass/base/_forms.scss */
form input[type=submit]:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 5px 16px #AAAAAA;
  -moz-box-shadow: 0 5px 16px #AAAAAA;
  box-shadow: 0 5px 16px #AAAAAA;
  background: #313131;
  color: #FFFFFF;
}

/* line 60, sass/base/_forms.scss */
.wpcf7-form {
  max-width: 450px;
  margin: 40px auto;
}

/* line 65, sass/base/_forms.scss */
span.wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #DD0031;
}

/* line 70, sass/base/_forms.scss */
.wpcf7-response-output {
  padding: 20px !important;
  margin: 20px 0 !important;
  float: left;
}

/* line 1, sass/components/_breadcrumb.scss */
.storefront-breadcrumb {
  position: relative;
  margin: 0 !important;
}
/* line 4, sass/components/_breadcrumb.scss */
.storefront-breadcrumb:before {
  content: "";
  width: 100%;
  height: 55px;
  display: block;
  background-image: -webkit-linear-gradient(top, #EBEBEB 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(top, #EBEBEB 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFFFFFFF', GradientType=0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
/* line 15, sass/components/_breadcrumb.scss */
.storefront-breadcrumb .woocommerce-breadcrumb {
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0;
  font-size: 10px;
  z-index: 9;
  position: relative;
  margin-top: 32px;
}
/* line 24, sass/components/_breadcrumb.scss */
.storefront-breadcrumb .woocommerce-breadcrumb a {
  font-weight: 100;
}
/* line 26, sass/components/_breadcrumb.scss */
.storefront-breadcrumb .woocommerce-breadcrumb a:first-of-type:before {
  display: none;
}

/* line 1, sass/components/_content.scss */
.title-front {
  font-size: 21px;
  font-weight: 100;
  letter-spacing: 0;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
}
/* line 10, sass/components/_content.scss */
.title-front:before {
  content: "";
  width: 100%;
  height: 55px;
  display: block;
  background-image: -webkit-linear-gradient(top, #EBEBEB 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(top, #EBEBEB 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFFFFFFF', GradientType=0);
}
@media (min-width: 640px) {
  /* line 1, sass/components/_content.scss */
  .title-front {
    font-size: 48px;
    margin-bottom: 80px;
    letter-spacing: 0;
  }
}

/* line 23, sass/components/_content.scss */
.site-content {
  padding: 42px 0 0;
}
/* line 25, sass/components/_content.scss */
.site-content p {
  max-width: 760px;
  margin: 20px auto;
}

/* line 30, sass/components/_content.scss */
.home .site-content {
  padding: 0;
}
/* line 32, sass/components/_content.scss */

.home .site-content:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-image: -webkit-linear-gradient(top, #EBEBEB 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(top, #EBEBEB 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFFFFFFF', GradientType=0);
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
}

/* line 41, sass/components/_content.scss */
.site-footer:before {
  content: "";
  width: 100%;
  height: 55px;
  display: block;
  background-image: -webkit-linear-gradient(top, #EBEBEB 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(top, #EBEBEB 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFFFFFFF', GradientType=0);
}
/* line 48, sass/components/_content.scss */
.site-footer p {
  max-width: 760px;
  margin: 20px auto;
}

/* line 56, sass/components/_content.scss */
.post-password-required .entry-title:before {
  content: "";
  background: URL("images/icon-locker.svg") no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 27px;
  display: inline-block;
}
/* line 66, sass/components/_content.scss */
.post-password-required form p {
  text-align: center;
}
/* line 68, sass/components/_content.scss */
.post-password-required form p:nth-of-type(2) {
  margin: auto;
  width: 100%;
  max-width: 480px;
}
/* line 74, sass/components/_content.scss */
.post-password-required form label {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  height: 60px;
}
@media (min-width: 480px) {
  /* line 74, sass/components/_content.scss */
  .post-password-required form label {
    width: 70%;
  }
}
/* line 84, sass/components/_content.scss */
.post-password-required form input[type=password] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 16px;
  position: absolute;
  top: 0;
}
@media (min-width: 480px) {
  /* line 84, sass/components/_content.scss */
  .post-password-required form input[type=password] {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    clear: none;
  }
}
/* line 94, sass/components/_content.scss */
.post-password-required form input[type=submit] {
  width: 100%;
  float: left;
  clear: both;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 480px) {
  /* line 94, sass/components/_content.scss */
  .post-password-required form input[type=submit] {
    width: 30%;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    clear: none;
  }
}

/* line 108, sass/components/_content.scss */
.clients-tables {
  margin: 30px auto;
  max-width: 750px;
}
/* line 111, sass/components/_content.scss */
.clients-tables div {
  padding: 4px;
  background: none !important;
  width: 100%;
  float: left;
}
@media (min-width: 480px) {
  /* line 111, sass/components/_content.scss */
  .clients-tables div {
    width: 50%;
  }
}
@media (min-width: 640px) {
  /* line 111, sass/components/_content.scss */
  .clients-tables div {
    width: 33.3%;
  }
}
/* line 122, sass/components/_content.scss */
.clients-tables div a {
  background: #1C1C1C URL("images/icon-download.svg") no-repeat calc(100% - 20px) calc(100% - 20px);
  background-size: 21px;
  padding: 20px;
  height: 160px;
  width: 100%;
  display: block;
  text-tranform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
}
/* line 135, sass/components/_content.scss */
.clients-tables div a:hover {
  background: #DD0031 URL("images/icon-download.svg") no-repeat calc(100% - 20px) calc(100% - 20px);
  background-size: 21px;
  color: #FFFFFF;
}

/* line 144, sass/components/_content.scss */
.storefront-sorting {
  display: none;
}

/* line 150, sass/components/_content.scss */
.site-main .columns-3 .storefront-sorting {
  display: block;
}
/* line 152, sass/components/_content.scss */
.site-main .columns-3 .storefront-sorting .woocommerce-ordering,
.site-main .columns-3 .storefront-sorting .woocommerce-result-count {
  display: none;
}
/* line 156, sass/components/_content.scss */
.site-main .columns-3 .storefront-sorting .woocommerce-pagination {
  margin: 30px auto 0;
  float: none;
  border: 0;
}
/* line 162, sass/components/_content.scss */
.site-main .columns-3 .storefront-sorting .woocommerce-pagination .page-numbers li a {
  border-bottom: 2px solid #FFFFFF;
  height: 24px;
  padding: 5px;
  font-size: 10px;
  min-width: 24px;
}
/* line 168, sass/components/_content.scss */
.site-main .columns-3 .storefront-sorting .woocommerce-pagination .page-numbers li a:hover {
  background: #313131;
  color: #FFFFFF;
  cursor: pointer;
}
/* line 174, sass/components/_content.scss */
.site-main .columns-3 .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers,
.site-main .columns-3 .storefront-sorting .woocommerce-pagination .page-numbers li .dots {
  border-bottom: 2px solid #FFFFFF;
  height: 30px;
  padding: 5px;
  font-size: 16px;
  cursor: default;
  font-weight: bold;
  background: none;
}
@media (min-width: 640px) {
  /* line 174, sass/components/_content.scss */
  .site-main .columns-3 .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers,
  .site-main .columns-3 .storefront-sorting .woocommerce-pagination .page-numbers li .dots {
    font-size: 14px;
    height: 24px;
  }
}
@media (min-width: 1024px) {
  /* line 174, sass/components/_content.scss */
  .site-main .columns-3 .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers,
  .site-main .columns-3 .storefront-sorting .woocommerce-pagination .page-numbers li .dots {
    font-size: 12px;
  }
}
/* line 190, sass/components/_content.scss */
.site-main .columns-3 .storefront-sorting .woocommerce-pagination .page-numbers li .page-numbers.current,
.site-main .columns-3 .storefront-sorting .woocommerce-pagination .page-numbers li .dots.current {
  border-bottom: 2px solid #DD0031;
  background: none;
}

/* line 204, sass/components/_content.scss */
.home .site-main .hentry {
  margin: 0;
}
/* line 206, sass/components/_content.scss */
.home .site-main .hentry .entry-header {
  display: none;
}

/* line 213, sass/components/_content.scss */
.maxslider {
  height: 76vh !important;
  margin: 0;
  padding: 0 0 112px;
}
@media (min-width: 640px) {
  /* line 213, sass/components/_content.scss */
  .maxslider {
    height: 660px !important;
  }
}
/* line 221, sass/components/_content.scss */
.maxslider .maxslider-slide {
  background-size: contain;
  background-position: center center;
}
/* line 229, sass/components/_content.scss */
.maxslider .maxslider-slide .maxslider-slide-content {
  padding: 0;
  position: static;
}
/* line 237, sass/components/_content.scss */
.maxslider .maxslider-slide .maxslider-slide-content h3 {
  text-transform: uppercase;
}
/* line 239, sass/components/_content.scss */
.maxslider .maxslider-slide .maxslider-slide-content h3 i {
  float: left;
  clear: both;
}
/* line 242, sass/components/_content.scss */
.maxslider .maxslider-slide .maxslider-slide-content h3 i:nth-of-type(1) {
  font-size: 14px;
  font-weight: normal;
  color: #1C1C1C;
  letter-spacing: 0;
  padding: 0 0 10px 1px;
}
@media (min-width: 640px) {
  /* line 242, sass/components/_content.scss */
  .maxslider .maxslider-slide .maxslider-slide-content h3 i:nth-of-type(1) {
    padding: 0 0 10px 6px;
  }
}
/* line 252, sass/components/_content.scss */
.maxslider .maxslider-slide .maxslider-slide-content h3 i:nth-of-type(2) {
  font-size: 8vw;
  font-weight: 100;
  color: #1C1C1C;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 1px 0px 0px white, 0px 1px 0px white, 0px 0px 1px white, 0px -1px 0px white;
}
@media (min-width: 640px) {
  /* line 252, sass/components/_content.scss */
  .maxslider .maxslider-slide .maxslider-slide-content h3 i:nth-of-type(2) {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  /* line 252, sass/components/_content.scss */
  .maxslider .maxslider-slide .maxslider-slide-content h3 i:nth-of-type(2) {
    font-size: 64px;
  }
}
.maxslider .slick-list, .maxslider .slick-track, .maxslider .slick-slide {
	overflow: visible;
}
.maxslider-slide-content-pad {
	position: absolute;
	bottom: -62px;
}
/* line 268, sass/components/_content.scss */
.maxslider .maxslider-slide .maxslider-slide-content p {
  font-size: 10px;
  font-weight: 500;
  color: #1C1C1C;
  letter-spacing: 0;
  text-transform: uppercase;
  position: absolute;
  right: -176px;
  top: auto;
  bottom: -80px;
  padding: 0;
  margin: 0;
  height: 26px;
  width: 360px;
  display: none;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.0, M12=1, M21=-1, M22=0.0)";
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.0, M12=1, M21=-1, M22=0.0);
}
@media (min-width: 768px) {
  /* line 268, sass/components/_content.scss */
  .maxslider .maxslider-slide .maxslider-slide-content p {
    display: block;
    right: -212px;
    bottom: auto;
    font-size: 12px;
  }
}
/* line 290, sass/components/_content.scss */
.maxslider .maxslider-slide .maxslider-slide-content p:before, .maxslider .maxslider-slide .maxslider-slide-content p:after {
  content: "—";
  padding: 0 4px;
}
/* line 296, sass/components/_content.scss */
.maxslider .maxslider-slide .maxslider-slide-content .maxslider-btn {
  font-size: 10px;
  font-weight: 900;
  color: #1C1C1C;
  letter-spacing: 0;
  background: none;
  text-transform: uppercase;
  padding: 0 0 0 1px;
  float: left;
  clear: both;
}
@media (min-width: 640px) {
  /* line 296, sass/components/_content.scss */
  .maxslider .maxslider-slide .maxslider-slide-content .maxslider-btn {
    padding: 0 0 0 6px;
  }
}
/* line 309, sass/components/_content.scss */
.maxslider .maxslider-slide .maxslider-slide-content .maxslider-btn:hover {
  color: #DD0031;
}
/* line 311, sass/components/_content.scss */
.maxslider .maxslider-slide .maxslider-slide-content .maxslider-btn:hover:after {
  color: #DD0031;
}
/* line 315, sass/components/_content.scss */
.maxslider .maxslider-slide .maxslider-slide-content .maxslider-btn:after {
  content: "→";
  font-size: 10px;
  font-weight: 900;
  color: #1C1C1C;
  letter-spacing: 0;
}
.maxslider .slick-dots {
	bottom: 0;
}
/* line 327, sass/components/_content.scss */
.maxslider .slick-dots li button {
  border: 3px solid #EBEBEB;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: none;
  margin: 0 2px;
}
/* line 334, sass/components/_content.scss */
.maxslider .slick-dots li.slick-active button {
  border: 3px solid #DD0031;
}

/* line 342, sass/components/_content.scss */
ul.products li.product.last {
  margin-right: 10px !important;
}

/* line 346, sass/components/_content.scss */
ul.products {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
}
/* line 351, sass/components/_content.scss */
ul.products .alm-reveal {
  width: 100%;
}
/* line 354, sass/components/_content.scss */
ul.products li.product {
  float: left;
  height: 318px;
  width: 100% !important;
  margin: 10px 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 100%;
}
@media (min-width: 640px) {
  /* line 354, sass/components/_content.scss */
  ul.products li.product {
    width: 29.6% !important;
    margin: 10px !important;
  }
}
@media (min-width: 768px) {
  /* line 354, sass/components/_content.scss */
  ul.products li.product {
    width: 30% !important;
  }
}
@media (min-width: 1024px) {
  /* line 354, sass/components/_content.scss */
  ul.products li.product {
    width: 31% !important;
  }
}
/* line 373, sass/components/_content.scss */
ul.products li.product.last {
  margin-right: 0 !important;
}
@media (min-width: 640px) {
  /* line 373, sass/components/_content.scss */
  ul.products li.product.last {
    margin-right: 10px !important;
  }
}
/* line 379, sass/components/_content.scss */
ul.products li.product .button {
  display: none !important;
}
/* line 382, sass/components/_content.scss */
ul.products li.product a {
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 30px 40px;
  -webkit-box-shadow: 0 1px 4px rgba(170, 170, 170, 0.5);
  -moz-box-shadow: 0 1px 4px rgba(170, 170, 170, 0.5);
  box-shadow: 0 1px 4px rgba(170, 170, 170, 0.5);
  width: 100%;
}
/* line 391, sass/components/_content.scss */
ul.products li.product a img {
  margin: 0 0 20px !important;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  position: static !important;
}
/* line 399, sass/components/_content.scss */
ul.products li.product a h2 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  letter-spacing: 0;
  font-weight: 100 !important;
  text-align: center !important;
  line-height: 16px !important;
  text-transform: none !important;
}
/* line 410, sass/components/_content.scss */
ul.products li.product a:hover h2 {
  color: #DD0031;
}

/* line 420, sass/components/_content.scss */
.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  overflow: hidden;
}
/* line 424, sass/components/_content.scss */
.product .woocommerce-product-gallery .flex-control-thumbs {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  /* line 431, sass/components/_content.scss */
  .product .summary {
    padding-left: 40px;
  }
}
/* line 435, sass/components/_content.scss */
.product .summary .product_title {
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
}

/* line 443, sass/components/_content.scss */
.related {
  padding-top: 70px;
  overflow: visible !important;
}
/* line 445, sass/components/_content.scss */
.related .products {
  width: 100%;
  overflow: visible !important;
  padding: 40px;
}

/* Force visibility on the WooCommerce wrapper so shadows aren't clipped */
.woocommerce,
section.related.products,
section.related.products ul.products {
  overflow: visible !important;
}

/* line 455, sass/components/_content.scss */
.fourohfour-columns-2 {
  display: none;
}

/* line 459, sass/components/_content.scss */
.woocommerce-info {
  background: none;
  color: #DD0031;
  font-weight: bold;
  border-left: 0;
  text-align: center;
}

/* line 467, sass/components/_content.scss */
.newsletter {
  display: none;
  background: URL("images/pattern.png") repeat left top;
  padding: 70px 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}
@media (min-width: 640px) {
  /* line 467, sass/components/_content.scss */
  .newsletter {
    padding: 80px;
  }
}
/* line 476, sass/components/_content.scss */
.newsletter form {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 480, sass/components/_content.scss */
.newsletter h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px !important;
  font-weight: bold;
  margin: 0 0 10px 0 !important;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  /* line 480, sass/components/_content.scss */
  .newsletter h2 {
    letter-spacing: 0;
  }
}
/* line 491, sass/components/_content.scss */
.newsletter p {
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0;
  margin: 0;
  font-size: 12px;
}
/* line 498, sass/components/_content.scss */
.newsletter .mc-field-group {
  padding: 30px 0 0 0 !important;
  width: 100% !important;
  max-width: 484px;
  margin: auto;
}
/* line 504, sass/components/_content.scss */
.newsletter .email {
  background: #FFFFFF;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 12px 18px 13px !important;
  height: auto !important;
  width: 100% !important;
  margin: 0 0 20px 0 !important;
  float: left !important;
  clear: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
@media (min-width: 640px) {
  /* line 504, sass/components/_content.scss */
  .newsletter .email {
    width: 70% !important;
    -webkit-border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    border-radius: 4px 0 0 4px !important;
    margin: 0 !important;
  }
}
/* line 521, sass/components/_content.scss */
.newsletter .button {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  background: #313131 !important;
  color: #FFFFFF !important;
  font-size: 12px !important;
  letter-spacing: 0;
  font-weight: 900 !important;
  border: 2px solid #FFFFFF !important;
  padding: 16px 30px !important;
  height: auto !important;
  width: 100% !important;
  margin: 0 !important;
  float: left !important;
  clear: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 14px !important;
}
@media (min-width: 640px) {
  /* line 521, sass/components/_content.scss */
  .newsletter .button {
    width: 30% !important;
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
  }
}
/* line 541, sass/components/_content.scss */
.newsletter .button:hover {
  background: #1C1C1C !important;
}

/* line 550, sass/components/_content.scss */
.home .newsletter,
.product-template-default .newsletter,
.archive .newsletter {
  display: block;
}

/* line 1, sass/components/_footer.scss */
.site-footer {
  padding: 0 0 100px 0;
  position: relative;
  background: none;
  margin-top: 60px;
}

/* line 8, sass/components/_footer.scss */
.footer-logo {
  background: URL("images/thilys-mono.svg") no-repeat center center;
  background-size: cover;
  width: 84px;
  height: 48px;
  display: block;
  float: left;
}

/* line 17, sass/components/_footer.scss */
.footer-social {
  float: left;
  margin: 14px 0 0 0;
  clear: both;
}
@media (min-width: 768px) {
  /* line 17, sass/components/_footer.scss */
  .footer-social {
    float: right;
    clear: none;
  }
}
/* line 25, sass/components/_footer.scss */
.footer-social li {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}
@media (min-width: 768px) {
  /* line 25, sass/components/_footer.scss */
  .footer-social li {
    margin: 0 0 0 10px;
  }
}
/* line 32, sass/components/_footer.scss */
.footer-social li a {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
}
/* line 37, sass/components/_footer.scss */
.footer-social li a.facebook {
  background: URL("images/icon-facebook.svg") no-repeat center center;
  background-size: contain;
}
/* line 41, sass/components/_footer.scss */
.footer-social li a.instagram {
  background: URL("images/icon-instagram.svg") no-repeat center center;
  background-size: contain;
}

/* line 49, sass/components/_footer.scss */
.site-info,
.storefront-handheld-footer-bar {
  display: none;
}

/* line 54, sass/components/_footer.scss */
.footer-widgets {
  float: left;
  clear: both;
  padding-top: 30px;
  border: 0;
}
/* line 59, sass/components/_footer.scss */
.footer-widgets h5 {
  margin-bottom: 6px;
}
/* line 62, sass/components/_footer.scss */
.footer-widgets p {
  margin: 0;
  font-size: 13px;
}
/* line 66, sass/components/_footer.scss */
.footer-widgets .widget {
  margin: 0;
}

/* line 1, sass/components/_header.scss */
.site-header {
  background: #FFFFFF;
  padding: 0;
  position: relative;
  border: 0;
  height: 70px;
  margin: 0 auto !important;
  width: 100%;
  max-width: 1062px;
}
/* line 9, sass/components/_header.scss */
.site-header .site-branding {
  float: left;
  width: 124px !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 999;
  position: relative;
}
/* line 17, sass/components/_header.scss */
.site-header .site-branding .site-title a {
  background: URL("images/thilys.svg") no-repeat center center;
  background-size: 124px 70px;
  width: 124px;
  height: 70px;
  display: block;
  font-size: 0;
  transition: all .2s linear;
}
/* line 24, sass/components/_header.scss */
.site-header .site-branding .site-title a:hover {
  opacity: .6;
}
/* line 30, sass/components/_header.scss */
.site-header .site-branding .site-description {
  display: none;
}
/* line 34, sass/components/_header.scss */
.site-header .storefront-primary-navigation {
  float: left;
  margin: 0;
  padding: 0;
  clear: none;
  padding: 13px 0 0 0;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (min-width: 640px) {
  /* line 44, sass/components/_header.scss */
  .site-header .storefront-primary-navigation .col-full {
    margin: 0;
  }
}
@media (min-width: 768px) {
  /* line 34, sass/components/_header.scss */
  .site-header .storefront-primary-navigation {
    padding: 30px 0 0 0;
    margin-left: 30px;
    position: static;
    width: auto;
  }
}
@media (min-width: 1024px) {
  /* line 34, sass/components/_header.scss */
  .site-header .storefront-primary-navigation {
    margin-left: 56px;
  }
}
/* line 57, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav {
  padding: 0;
  margin: 0 !important;
  width: 100% !important;
}
/* line 62, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav.toggled .handheld-navigation {
  padding-top: 20px;
  padding-bottom: 15px;
}
/* line 67, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav .handheld-navigation {
  background: #FFFFFF;
  float: left;
  margin-top: 13px;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  -webkit-box-shadow: 10px 20px 70px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 20px 70px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 20px 70px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  /* line 67, sass/components/_header.scss */
  .site-header .storefront-primary-navigation nav .handheld-navigation {
    width: auto;
    margin-left: 0;
    background: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
}
/* line 82, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul {
  top: 40px !important;
}
/* line 84, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  /* line 84, sass/components/_header.scss */
  .site-header .storefront-primary-navigation nav ul li {
    margin: 0 12px 0 0;
  }
}
/* line 92, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul li.current_page_item a {
  border-bottom: 2px solid #DD0031;
}
/* line 96, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul li a {
  padding: 16px 24px 16px;
  margin: 0;
  font-weight: bold;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 96, sass/components/_header.scss */
  .site-header .storefront-primary-navigation nav ul li a {
    padding: 10px 10px 13px 10px;
    text-align: left;
  }
}
/* line 109, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul li a:hover {
  color: #DD0031;
}
/* line 112, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul li a:after {
  margin-left: 4px !important;
}
/* line 116, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul li .children {
  margin: 0;
  background: #FAFAFA;
}
@media (min-width: 768px) {
  /* line 116, sass/components/_header.scss */
  .site-header .storefront-primary-navigation nav ul li .children {
    background: none;
  }
}
/* line 126, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  height: auto;
  display: block;
}
/* line 132, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul .menu-item-has-children > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  margin-left: 1em;
  content: "▾";
}
/* line 143, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul .sub-menu {
  left: 0 !important;
  -webkit-box-shadow: 10px 20px 70px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 20px 70px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 20px 70px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
  height: 0;
  margin-left: 0 !important;
  padding: 6px 0;
  background: #FFFFFF;
  display: none;
}
@media (min-width: 640px) {
  /* line 143, sass/components/_header.scss */
  .site-header .storefront-primary-navigation nav ul .sub-menu {
    max-height: none;
    overflow: visible;
  }
}
/* line 157, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul .sub-menu li {
  padding: 0;
  margin: 0;
}
/* line 160, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul .sub-menu li a {
  background: #FFFFFF;
  padding: 16px 10px;
}
@media (min-width: 768px) {
  /* line 160, sass/components/_header.scss */
  .site-header .storefront-primary-navigation nav ul .sub-menu li a {
    padding: 4px 10px;
    line-height: 12px;
  }
}
/* line 167, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul .sub-menu li a:hover {
  background: #FAFAFA;
}
/* line 176, sass/components/_header.scss */
.site-header .site-search {
  display: none !important;
  position: absolute;
  top: 21px;
  right: 0;
  width: auto !important;
  padding: 0;
  margin: 0;
}
/* line 184, sass/components/_header.scss */
.site-header .site-search .search-field {
  border: 0;
  box-shadow: none;
  background: none;
  padding: 6px 10px 6px 40px;
  width: 20px;
}
/* line 190, sass/components/_header.scss */
.site-header .site-search .search-field:hover {
  width: 200px;
}

/* line 197, sass/components/_header.scss */
button.menu-toggle {
  border: 0;
}

/* line 201, sass/components/_header.scss */
.site-header .storefront-primary-navigation nav ul .menu-item-has-children > a:after {
  display: none;
}
@media (min-width: 640px) {
  /* line 201, sass/components/_header.scss */
  .site-header .storefront-primary-navigation nav ul .menu-item-has-children > a:after {
    display: inline;
  }
}

/* line 208, sass/components/_header.scss */
.header-widget-region {
  float: right;
  width: 230px;
  display: none;
}
@media (min-width: 1024px) {
  /* line 208, sass/components/_header.scss */
  .header-widget-region {
    display: block;
  }
}
/* line 215, sass/components/_header.scss */
.header-widget-region .col-full {
  padding: 0;
  margin: 0;
}
/* line 219, sass/components/_header.scss */
.header-widget-region .aws-search-field {
  border: 2px solid #EBEBEB;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 14px;
  background: #FFFFFF URL("images/icon-search.svg") no-repeat 10px center;
  background-size: 14px auto;
  padding-left: 32px;
}
/* line 226, sass/components/_header.scss */
.header-widget-region .aws-search-field:focus {
  background: #FFFFFF URL("images/icon-search.svg") no-repeat 10px center;
  background-size: 14px auto;
}

/* line 237, sass/components/_header.scss */
.aws-search-result ul li a .aws_result_image {
  width: 60px;
  text-align: center;
}
/* line 240, sass/components/_header.scss */
.aws-search-result ul li a .aws_result_image img {
  width: auto !important;
  height: auto !important;
  max-width: 50px !important;
  max-height: 50px !important;
}
/* line 248, sass/components/_header.scss */
.aws-search-result ul li a .aws_result_content .aws_result_title {
  min-height: 32px;
  color: #000000;
}

/* line 258, sass/components/_header.scss */
#site-header-cart {
  display: none;
}

/* No files to import found in pages/**\/* */

.post-edit-link {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    display: inline-block;
    text-align: center;
    content: "\e90a";
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: auto;
    height: auto;
    background: #181818;
    text-transform: uppercase;
    color: #9d9d9d;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    padding: 6px 8px 4px;
    font-size: 10px;
    line-height: 10px;
}

/* ── Header inline layout fix ──────────────────────────────────────────────── */
@media (min-width: 768px) {
  .site-header > .col-full {
    display: flex;
    align-items: center;
  }
  .site-header > .col-full > .storefront-primary-navigation {
    flex: 1;
    min-width: 0;
    padding: 0;
    margin-left: 30px;
    float: none;
    position: static !important;
    width: auto !important;
    clear: none;
  }
  .site-header > .col-full > .storefront-primary-navigation > .col-full {
    max-width: none !important;
    margin: 0 !important;
    padding: 0;
  }
  .site-header > .col-full > .header-widget-region {
    flex-shrink: 0;
    float: none;
    width: 230px;
  }
}
@media (min-width: 1024px) {
  .site-header > .col-full > .storefront-primary-navigation {
    margin-left: 56px;
  }
  .site-header > .col-full > .header-widget-region {
    display: flex;
    align-items: center;
  }
  .site-header > .col-full > .header-widget-region > .col-full {
    padding: 0;
    margin: 0;
  }
}

/* ── Page entry fade ────────────────────────────────────────────────────────── */
body {
  animation: pageFadeIn 0.5s ease both;
}
@keyframes pageFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── Hero section ───────────────────────────────────────────────────────────── */
.hero {
  width: 100vw;
  height: 90vh;
  margin-left: calc(50% - 50vw);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Gradient overlay — fades in slightly after body */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0.52) 100%
  );
  opacity: 0;
  animation: heroOverlayIn 1.4s ease 0.2s forwards;
}

.hero-inner {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 0 32px;
  max-width: 740px;
}

.hero-inner h1 {
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.15;
  margin: 0 0 22px;
  color: #fff;
  opacity: 0;
  animation: heroSlideUp 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards;
}

.hero-inner p {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  opacity: 0;
  animation: heroSlideUp 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.75s forwards;
}

@keyframes heroSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroOverlayIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── Product card — shadow & border-radius ──────────────────────────────────── */
ul.products li.product a {
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.09), 0 2px 10px rgba(0, 0, 0, 0.05) !important;
  border-radius: 24px !important;
  overflow: hidden !important;
}

/* Show full uncropped product images */
ul.products li.product a img {
  width: 100% !important;
  height: 200px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

ul.products li.product a img.woocommerce-placeholder {
  border-radius: 16px !important;
  height: 160px !important;
}

/* ── Product card title — remove exaggerated letter-spacing ─────────────────── */
ul.products li.product a h2 {
  letter-spacing: 0 !important;
}

/* ── Thilys products — infinite scroll spinner ──────────────────────────────── */
.thilys-products-grid {
  width: 100%;
}

.thilys-spinner {
  width: 100%;
  text-align: center;
  padding: 32px 0;
  clear: both;
}

.thilys-spinner::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 3px solid #e8e8e8;
  border-top-color: #999;
  border-radius: 50%;
  animation: thilysSpinnerRotate 0.75s linear infinite;
}

@keyframes thilysSpinnerRotate {
  to { transform: rotate(360deg); }
}

.thilys-sentinel {
  height: 1px;
  width: 100%;
  clear: both;
}

/* ── Custom search widget ────────────────────────────────────────────────────── */
.thilys-search {
  position: relative;
  width: 100%;
}

.thilys-search__input {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #EBEBEB;
  border-radius: 12px !important;
  font-size: 14px;
  padding: 8px 16px 8px 40px !important;
  background: #fff url("images/icon-search.svg") no-repeat 14px center !important;
  background-size: 14px auto !important;
  outline: none;
  transition: border-color 0.2s;
}

.thilys-search__input:focus {
  outline: none !important;
  border: 2px solid #DD0031 !important;
  box-shadow: none !important;
  background: #fff url("images/icon-search.svg") no-repeat 14px center !important;
  background-size: 14px auto !important;
}

.thilys-search__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: 320px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
  z-index: 9999;
  overflow: hidden;
}

.thilys-search__results {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thilys-search__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.15s;
  border-bottom: 1px solid #f5f5f5;
}

.thilys-search__item:last-of-type {
  border-bottom: none;
}

.thilys-search__item:hover,
.thilys-search__item.is-active {
  background: #f9f9f9;
}

.thilys-search__item img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 6px;
  flex-shrink: 0;
  background: #f2f2f2;
}

.thilys-search__item span {
  font-size: 13px;
  color: #1a1a1a;
  line-height: 1.3;
}

.thilys-search__empty {
  padding: 16px 14px;
  font-size: 13px;
  color: #888;
}

.thilys-search__all {
  border-top: 1px solid #ebebeb;
  padding: 10px 14px;
  text-align: center;
}

.thilys-search__all a {
  font-size: 12px;
  color: #555;
  text-decoration: none;
  letter-spacing: 0;
}

.thilys-search__all a:hover {
  color: #DD0031;
}

/* ── Footer — centered layout ───────────────────────────────────────────────── */
.site-footer .col-full {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-logo {
  float: none !important;
  margin: 0 auto;
}

.footer-social {
  float: none !important;
  clear: none !important;
  margin: 16px auto 0 !important;
  display: flex;
  justify-content: center;
}

.footer-social li {
  margin: 0 8px !important;
}

.footer-widgets {
  float: none !important;
  clear: none !important;
  width: 100%;
  text-align: center;
}

.site-footer .storefront-info-description,
.site-footer .col-full > p {
  text-align: center;
}

/* ── Body scroll lock — handled via inline styles in mobile-nav.js ──────────── */

/* ── Mobile navigation ───────────────────────────────────────────────────────── */
@media (max-width: 767px) {

  /* Nav wrapper: no background/margin — keep it invisible in the flow */
  .site-header .storefront-primary-navigation nav {
    background: none !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
  }

  /* Handheld nav: hidden by default, fixed overlay when open */
  .site-header .storefront-primary-navigation nav .handheld-navigation {
    display: none !important;
    position: fixed !important;
    top: var(--thilys-nav-top, 80px);
    left: 12px;
    right: 12px;
    z-index: 9999;
    background: #FFFFFF !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.14);
    max-height: calc(100dvh - var(--thilys-nav-top, 80px) - 20px);
    overflow-y: auto;
    float: none !important;
    width: auto !important;
    padding: 4px 0 8px !important;
    margin: 0 !important;
  }

  /* Show when hamburger is active */
  .site-header .storefront-primary-navigation nav.toggled .handheld-navigation {
    display: block !important;
  }

  /* Sub-menus: hidden by default */
  .handheld-navigation .sub-menu,
  .handheld-navigation .children {
    position: static !important;
    display: none !important;
    visibility: hidden !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    box-shadow: none !important;
    background: #F5F5F5 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  /* Reveal sub-menu when parent li is open */
  .handheld-navigation li.thilys-open > .sub-menu,
  .handheld-navigation li.thilys-open > .children {
    display: block !important;
    visibility: visible !important;
  }

  /* Sub-menu items indented */
  .handheld-navigation .sub-menu li a,
  .handheld-navigation .children li a {
    background: transparent !important;
    font-size: 0.92em;
  }

  /* Items with children: flex so link + arrow are side-by-side */
  .handheld-navigation li.menu-item-has-children {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
  }

  .handheld-navigation li.menu-item-has-children > a {
    flex: 1;
    min-width: 0;
  }

  /* Sub-menu takes its own full row */
  .handheld-navigation li.menu-item-has-children > .sub-menu,
  .handheld-navigation li.menu-item-has-children > .children {
    flex-basis: 100%;
  }

  /* Arrow button */
  .thilys-arrow {
    background: none;
    border: none;
    border-radius: 12px;
    margin: 0;
    padding: 0 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: stretch;
    width: 46px;
    height: 46px;
    position: absolute;
    right: 4px;
  }
}

