@import url("https://use.typekit.net/tqy4aad.css");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "aktiv-grotesk-extended", sans-serif;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    margin: 0;
    background: #fff;
}

#wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
}

#header {
    background: #fff;
    height: 119px;
    border-bottom: 1px solid #eee;
    z-index: 100;
    text-align: center;
    line-height: 119px;
}

#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #222;
    border: none;
    color: #fff;
}

#header.sticky+.container {
    padding-top: 120px;
}

.container {
    position: relative;
}

.cat-info {
    text-align: center;
    padding: 40px 15px;
    /*border-bottom: 1px solid #eee;*/
}

.cat-info .cat-title {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 20px;
}

.cat-info .shopmore {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
    margin: 0 10px 0 0;
}

.cat-desc {
    max-width: 80ch;
    line-height: 1.5;
    margin: 0 auto 20px;
}

.cat-info a {
    position: relative;
    font-size: 12.8px;
    text-decoration: none;
    margin-right: 15px;
    color: #222;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
}

.cat-info a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
    background-color: #DC8699;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transition: all .3s ease-in-out 0s;
}
.cat-info a:hover:before {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}


.plp-links-banner {
    display: block;
    width: 100%;
    background-color: #E8E3DE;
}
.plp-links {
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
    align-self: flex-start;
}
.plp-link {
    display: block;
    font-size: 12px;
    margin: 0 15px;
    line-height: 25px;
}


.plp-container {
    height: auto;
}

.plp-container #filter {
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 99;
    text-align: center;

}

.plp-container #filter.sticky {
    position: fixed;
    top: 35px;
    width: 100%;
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

.plp-container #filter.sticky+.inner {
    padding-top: 60px;
}

.plp-container .inner {
    margin: 60px auto;
    font-size: 0;
    max-width: 1260px;
    padding: 0 15px;
}

.plp-container .inner .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 0 60px;
}

.plp-container .inner .item img {
    display: block;
    width: calc(100% - 30px);
    height: auto;
    margin: 0 auto;
}

.plp-container .inner .item .info {
    font-size: 0;
    padding: 0 calc(30px / 2);
}

.plp-container .inner .item .info .material-icons {
    font-size: 20px;
    margin: 15px 0;
    vertical-align: middle;
}

.plp-container .inner .item .info .material-icons.wishlist {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
}

.plp-container .inner .item .info .brand {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-align: center;
}

.plp-container .inner .item .info .product-name {
    font-size: 14px;
    margin-bottom: 7px;
    text-align: center;
}
.product-actions {
    display: flex;
    justify-content: center;
}
.plp-container .inner .item .info .price-now {
    font-size: 14px;
    font-weight: 500;
    color: red;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
}

.plp-container .inner .item .info .price-was {
    color: #666;
    font-size: 12px;
    text-decoration: line-through;
    text-transform: uppercase;
    text-align: center;
}


.plp-horizontal-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px auto;
    width: 100%;
    max-width: 1230px;
}
.plp-applied-filters {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 15px;
}
.plp-applied-filter {
    display: inline-block;
    font-size: 10px;
    color: #151515;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 10px 34px 10px 10px;
    border: 1px solid #CCC;
    margin: 0 10px 10px 0;
    background-image: url(./Atoms-Icons-Close.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}
.plp-applied-filter.clear-btn {
    background-image: none;
    padding: 10px;
}

* { box-sizing:border-box; }

.custom-select {
    display: block;
    width: calc(20% - 30px);
    margin: 0 15px 15px;
    padding: 5px;
}
/* form starting stylings ------------------------------- */
.group            { 
  position:relative; 
/*  margin:45px 0; 
*/
    width: 100%;

}
input               {
    font-size:14px;
    padding:10px 10px 10px 5px;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #222;
    background-image: url(./Atoms-Icons-Angle-Down.svg);
    background-repeat: no-repeat;
    background-position: 190px center;
    background-size: 10px;
}
input:focus         { outline:none; }

/* LABEL ======================================= */
label                {
  color:#222; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:10px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
/*input:focus ~ label, input:valid ~ label        {
  top:-20px;
  font-size:14px;
  color:#5264AE;
}
*/
/* BOTTOM BARS ================================= */
.bar    { position:relative; display:block; width:100%; }
/*.bar:before, .bar:after     {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}*/

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}

