/** Shopify CDN: Minification failed

Line 349:5 Expected ":"
Line 351:30 Unexpected "#"

**/

ol,
ul {
  margin: 0;
}
.navtext {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  transform: translateY(2px);
  border-bottom: 1px solid transparent;
  transition: all 200ms ease;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 1.5px;
    font-weight: 300;
}
.header__desktop__bar__c,
.header__desktop__bar__l,
.header__desktop__bar__r {
  width: 33.3333%;
}
.theme__header {
  border-bottom: 0;
}
.header__desktop__bar__l {
  justify-content: center;
}
.header__desktop__bar__r {
  opacity: 0.7;
}
html {
  box-sizing: border-box;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #fff;
  font-size: 62.5%;
}
a {
  color: #111;
  text-decoration: none;
}
* {
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  text-rendering: optimizelegibility;
  margin: 0;
  padding: 0;
}
::selection {
  background: #eaeaea;
}
img {
  max-width: 100%;
  width: 100%;
  display: block;
}
a,
button,
div,
input {
  -webkit-tap-highlight-color: transparent;
}
button:focus,
input:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 100;
  margin: 0;
}


.fwaH1 {
  font-family: Roboto Mono;
  font-size: 96px;
  font-weight: 100;
  letter-spacing: -1.5px 
}



.fwaH2 {
  font-family: Roboto Mono;
  font-size: 60px;
  font-weight: 100;
  letter-spacing: -.5px 
}

.fwaH3 {
  font-family: Roboto Mono;
  font-size: 48px;
  font-weight: normal;
  letter-spacing: 0px 
}

.fwaH4 {
  font-family: Roboto Mono;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 0.25px 
}

.fwaH5 {
  font-family: Roboto Mono;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0px 
}

.fwaH5 {
  font-family: Roboto Mono;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0px 
}

.fwaP {
  font-family: Roboto Mono;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px 
}

.fwaButton {
	font-family: Roboto Mono;
  	font-weight: medium;
  font-size: 14px;
  letter-spacing: 1.25px;
  
}



ul {
  list-style: none;
}
body {
  font-family: Roboto Mono, Helvetica;
  font-weight: 100;
  color: #111;
  font-size: 11px;
  line-height: 15px;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  background: #fff;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-direction: row;
}
.flexColumn {
  display: flex;
  flex-direction: column;
}
.flexCenter {
  align-items: center;
  justify-content: center;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt3 {
  padding-top: 3rem !important;
}
.pt5 {
  padding-top: 5rem !important;
}
.pb5 {
  padding-bottom: 5rem !important;
}
.pb2 {
  padding-bottom: 2rem !important;
}
.bb {
  border-bottom: 1px solid #cbcbcb;
}
.op0 {
  opacity: 0;
}
.tlp {
  padding: 4rem 0 0 6rem;
}
.gbg {
  background: #f0f0f0;
}
.hide {
  display: none;
}
button {
  transition: all 0.2s;
}
button:hover {
  color: #fff;
  background: #111 !important;
}
.grid1 {
  display: grid;
  position: relative;
  grid-template-columns: repeat(1, 1fr);
}
.grid2 {
  display: grid;
  position: relative;
  width: calc(100% + 2px);
  margin-left: -1px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 480px) {
  .grid2 {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0px;
    width: calc(100%);
  }
}
.grid3 {
  display: grid;
  position: relative;
  width: calc(100% + 2px);
  margin-left: -1px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 480px) {
  .grid3 {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0px;
    width: calc(100%);
  }
}
.grid4 {
  display: grid;
  position: relative;
  width: calc(100% + 2px);
  margin-left: -1px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 480px) {
  .grid4 {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0px;
    width: calc(100%);
  }
}
.grid5 {
  display: grid;
  position: relative;
  width: calc(100% + 2px);
  margin-left: -1px;
  grid-template-columns: repeat(5, 1fr);
}
.grid6 {
  display: grid;
  position: relative;
  width: calc(100% + 2px);
  margin-left: -1px;
  grid-template-columns: repeat(6, 1fr);
}
.grid2 .gridItem,
.grid3 .gridItem,
.grid4 .gridItem,
.grid5 .gridItem,
.grid6 .gridItem {
  width: 100%;
  position: relative;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
.link a {
  font-size: 13px;
  color: #656565;
  transition: all 200ms ease, color 0.2s ease;
}
.link a:hover {
  color: #111;
}
a.link {
  font-size: 11px;
  opacity: 0.6;
  transition: all 200ms ease, color 0.2s ease;
}
a.link:hover {
  opacity: 1;
}
.mobileMenu {
  display: none;
  background: rgba(255,255,255,0.631);
  position: fixed;
  z-index: 200;
  height: 100vh;
  top: 0;
  width: 100%;
}
.mobileMenu .menuWrapper {
  background: #fff;
  border-right: 1px solid #cbcbcb;
  max-width: 568px;
  height: 100vh;
}
@media (max-width: 480px) {
  .mobileMenu .menuWrapper {
    width: 100%;
    max-width: 100%;
  }
  .mobileMenu .menuWrapper .grid3 {
    grid-template-columns: repeat(3, 1fr);
    overflow: scroll;
  }
  .mobileMenu .menuWrapper .gridItem.last {
    border-right: 0px;
  }
}
.mobileMenu .topBox {
  justify-content: space-between;
  border-bottom: 1px solid #cbcbcb;
  line-height: 1;
  cursor: pointer;
}
.mobileMenu .topBox .logoBox {
  align-items: center;
  padding-left: 4rem;
}
.mobileMenu .topBox .logoBox .logo img {
  max-width: 77px;
  transform: translateY(2px);
}
.mobileMenu .topBox .closeBox {
  font-size: 18px;
  padding: 2.283rem 1.75rem 1.583rem 1.75rem;
color
}
.mobileMenu .topBox .closeBox ##464243;,
.mobileMenu .topBox .closeBox transition all .2s ease,
.mobileMenu .topBox .closeBox:hover {
  color: #000;
}
.mobileMenu .menuBox li {
  padding: 3rem 4rem 2.5rem 4rem;
  font-weight: 100;
  font-size: 2.4rem;
  color: #656565;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #c5c5c5;
}
.mobileMenu .menuBox li:hover {
  color: #000;
  background: #f5f5f5;
}
.mobileMenu .menuBox li.selected {
  color: #000;
  background: #f5f5f5;
}
.mobileMenu .menuBox .layer1 li {
  border-bottom: 0px;
}
.mobileMenu .menuBox .layer2 {
  border-top: 1px solid #c5c5c5;
}
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
.headerPromo {
  background: #f0f0f0;
  text-align: center;
  color: #6b6b6b;
  font-size: 13px;
  padding-top: 9.35px;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
  font-weight: 100;
}
@media (max-width: 480px) {
  .headerPromo {
    display: none;
  }
}
nav.headerNav {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  width: calc(100%);
  background: #fff;
}
nav.headerNav div.left {
  justify-content: flex-start;
  padding-right: 0;
}
@media (max-width: 480px) {
  nav.headerNav div.left {
    padding-left: 2rem;
  }
}
nav.headerNav div.left a {
  margin-right: 2rem;
}
nav.headerNav div.right {
  justify-content: flex-end;
  padding-left: 0;
}
@media (max-width: 480px) {
  nav.headerNav div.right {
    padding-right: 2rem;
  }
}
nav.headerNav div.right a {
  margin-left: 2rem;
}
@media (max-width: 480px) {
  nav.headerNav ul {
    display: none;
  }
}
nav.headerNav .cart {
  width: 21px;
}
nav.headerNav .burger {
  justify-content: flex-start;
}
nav.headerNav .burger,
nav.headerNav .cart {
  transform: translateY(2px);
  display: none;
  padding: 0;
}
@media (max-width: 480px) {
  nav.headerNav .burger,
  nav.headerNav .cart {
    display: flex;
  }
}
nav.headerNav li {
  display: flex;
}
nav.headerNav a {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  transform: translateY(2px);
  border-bottom: 1px solid transparent;
  transition: all 200ms ease;
  font-weight: 400;
}
nav.headerNav a:hover {
  border-bottom: 1px solid #d2d2d2;
}
nav.headerNav div {
  width: 100%;
  position: relative;
  display: flex;
  padding: 1.5rem 4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  nav.headerNav div {
    padding: 0.5rem 1rem;
  }
}
nav.headerNav div .logo {
  margin: 0 auto;
  transform: translateY(2px);
}
nav.headerNav div .logo a {
  font-size: 24px;
  font-family: Roboto Mono;
/*   font-style: italic; */
  letter-spacing: 0px;
  text-transform: lowercase;
  font-weight: bold;
}
.logo a img {
  max-width: 100px;
}
main {
  margin-top: 60px;
  padding-top: 6rem;
}
@media (max-width: 480px) {
  main {
    margin-top: 40px;
    padding-top: 1rem;
  }
}
main .bigMainBox {
  position: relative;
}
main .bigFloatText {
  margin: 0 6rem 6rem 6rem;
}
@media (max-width: 480px) {
  main .bigFloatText {
    margin: 6rem 2rem;
  }
}
main .bigFloatText h1 {
  text-align: center;
  font-size: 12vw;
  line-height: 1;
  margin: 0;
}
@media (max-width: 480px) {
  main .bigFloatText h1 {
    font-size: 20vw;
  }
}
main .bigFloatText button {
  margin-top: 2rem;
  border: 1px solid #000;
  cursor: pointer;
  padding: 2.2rem 4rem 2rem 4rem;
  background: #fff;
  font-size: 11px;
  font-family: Roboto Mono, Helvetica;
  font-weight: 100;
  max-width: 400px;
}
main .heroWrapperFull {
  background: url("../pics/hero.jpg");
  height: 80vh;
  background-position: top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
main .heroWrapperFull .headerTextWrapper {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
main .heroWrapperFull h2 {
  font-family: Roboto Mono;
  text-transform: uppercase;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}
main .heroWrapperFull button {
  border: 1px solid #000;
  cursor: pointer;
  padding: 0 24px;
  border-radius: 0px;
  box-shadow: none;
  margin-top: 1rem;
  padding: 1rem 2rem;
  font-family: 'Roboto Mono';
  text-transform: uppercase;
  color: #fff;
  background: #000;
  text-align: center;
}
main .twoWrapperJoined {
  padding: 0 6rem 6rem 6rem;
}
@media (max-width: 480px) {
  main .twoWrapperJoined {
    padding: 0 2rem 4rem 2rem;
  }
  main .twoWrapperJoined section.twoRight .imageBox,
  main .twoWrapperJoined section.twoLeft .imageBox {
    padding: 0;
  }
  main .twoWrapperJoined section.twoRight .textBox,
  main .twoWrapperJoined section.twoLeft .textBox {
    text-align: left;
    padding-left: 0;
    padding-top: 1rem;
    padding-right: 0;
  }
  main .twoWrapperJoined section.twoRight .textBox .titleBox,
  main .twoWrapperJoined section.twoLeft .textBox .titleBox {
    padding-right: 4rem;
  }
  main .twoWrapperJoined section.twoRight button.cta,
  main .twoWrapperJoined section.twoLeft button.cta {
    margin-top: 0;
    width: 100%;
  }
  main .twoWrapperJoined section.twoLeft {
    flex-direction: column;
  }
  main .twoWrapperJoined section {
    flex-direction: column-reverse;
  }
  main .twoWrapperJoined section .gridItem.fifty,
  main .twoWrapperJoined section .gridItem {
    width: 100%;
  }
  main .twoWrapperJoined section .imageBox {
    padding: 2rem 2rem 0rem 2rem;
  }
  main .twoWrapperJoined section .textBox {
    padding: 3rem 3rem 0 3rem;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  main .twoWrapperJoined section .textBox h2 {
    font-size: 22px;
  }
  main .twoWrapperJoined section .textBox button {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
main .twoWrapperJoined .textBox {
  padding: 0rem 8rem;
  width: 40%;
}
main .twoWrapperJoined .imageBox {
  width: 60%;
}
main .twoWrapperJoined .gridItem.fifty {
  width: 50%;
}
main .twoWrapperJoined .titleBox {
  max-width: 400px;
}
main .twoWrapperJoined .titleBox h2 {
  font-size: 22px;
  line-height: 1;
}
main .twoWrapperJoined .titleBox p {
  margin: 1rem 0;
  font-size: 11px;
  line-height: 1.3;
  color: #656565;
}
@media (max-width: 480px) {
  main .twoWrapperJoined .buttonBox {
    justify-content: center;
  }
}
main .twoWrapperJoined .buttonBox a:last-child {
  margin-right: 0rem !important;
}
main .twoWrapperJoined .buttonBox a {
  margin-right: 1rem;
}
main .twoWrapperJoined .buttonBox a button {
  width: 126px;
}
main .twoWrapperJoined button.cta {
  margin-top: 2rem;
  border: 1px solid #838383;
  text-transform: capitalize;
  cursor: pointer;
  padding: 12px 24px;
  background: rgba(255,255,255,0.878);
  font-size: 11px;
  font-family: Roboto Mono, Helvetica;
  font-weight: 100;
}
main .threeWrapperFull {
  margin-top: 2rem;
}
@media (max-width: 480px) {
  main .threeWrapperFull {
    margin-top: 0;
  }
  main .threeWrapperFull section {
    flex-direction: column;
  }
  main .threeWrapperFull section div.gridItem {
    width: 100%;
    padding: 1.5rem 2rem;
    padding-bottom: 0;
  }
  main .threeWrapperFull section div.gridItem h3 {
    padding-bottom: 0 !important;
  }
}
main .threeWrapperFull .gridItem {
  border-color: transparent;
  width: 50%;
}
main .threeWrapperFull .gridItem a {
  margin: 0;
  position: relative;
}
main .threeWrapperFull .gridItem a .floatTextBox {
  color: #000;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
main .threeWrapperFull .gridItem a .floatTextBox h3 {
  font-size: 15px;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  padding-bottom: 10px;
}
main .threeWrapperFull .gridItem a .floatTextBox h3 span {
  color: #c7c7c7;
}
main .threeWrapper,
main .twoWrapper {
  padding: 0 4rem 6rem 4rem;
}
@media (max-width: 480px) {
  main .threeWrapper,
  main .twoWrapper {
    padding: 0 0rem 0rem 0rem;
  }
}
main .threeWrapper .gridItem,
main .twoWrapper .gridItem {
  border-color: transparent;
}
@media (max-width: 480px) {
  main .threeWrapper .gridItem a,
  main .twoWrapper .gridItem a {
    margin: 0 2rem 3rem 2rem;
  }
}
main .threeWrapper .gridItem a .textBox,
main .twoWrapper .gridItem a .textBox {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}
main .threeWrapper .gridItem a .textBox h3,
main .twoWrapper .gridItem a .textBox h3 {
  font-size: 13px;
  line-height: 1;
  font-weight: 100;
}
main .threeWrapper .gridItem a .textBox h3 span,
main .twoWrapper .gridItem a .textBox h3 span {
  color: #c7c7c7;
}
main .threeWrapper .gridItem:first-child a,
main .twoWrapper .gridItem:first-child a {
  margin-left: 0px;
  margin-right: 1.35rem;
}
main .threeWrapper .gridItem:last-child a,
main .twoWrapper .gridItem:last-child a {
  margin-right: 0px;
  margin-left: 1.35rem;
}
main .threeWrapper .gridItem:nth-child(2) a,
main .twoWrapper .gridItem:nth-child(2) a {
  margin-left: 0.65rem;
  margin-right: 0.65rem;
}
main .fiveWrapper {
  padding: 0 4rem 6rem 4rem;
}
@media (max-width: 480px) {
  main .fiveWrapper {
    padding: 2rem;
  }
  main .fiveWrapper section.grid5 {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0px;
    width: calc(100%);
  }
  main .fiveWrapper section.grid5 .gridItem {
    margin-bottom: 3rem;
    text-align: center;
  }
  main .fiveWrapper section.grid5 .gridItem a,
  main .fiveWrapper section.grid5 .gridItem div.titleBox {
    margin: 0;
  }
  main .fiveWrapper section.grid5 .gridItem button {
    margin-top: 1rem;
  }
}
main .fiveWrapper .grid5 {
  padding: 0 1rem;
}
@media (max-width: 480px) {
  main .fiveWrapper .fiveTextItem {
    margin-bottom: 1rem !important;
    margin-top: 3rem;
  }
}
main .fiveWrapper .gridItem {
  border-color: transparent;
}
main .fiveWrapper .gridItem a,
main .fiveWrapper .gridItem div.titleBox {
  margin: 0 1rem;
}
main .fiveWrapper .gridItem h2 {
  font-size: 33px;
  line-height: 1;
}
main .fiveWrapper .gridItem p {
  margin-top: 1rem;
  font-size: 11px;
  line-height: 1.2;
  color: #656565;
}
@media (max-width: 480px) {
  main .fiveWrapper .gridItem p {
    display: none;
  }
}
main .fiveWrapper .gridItem h4 {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 480px) {
  main .fiveWrapper .gridItem h4 {
    font-size: 22px;
  }
}
main .fiveWrapper .gridItem button {
  margin-top: 2rem;
  border: 1px solid #838383;
  cursor: pointer;
  padding: 8px 24px;
  background: rgba(255,255,255,0.878);
  font-size: 11px;
  font-family: Roboto Mono, Helvetica;
  font-weight: 100;
}
@media (max-width: 480px) {
  main .fiveWrapper .gridItem button {
    display: none;
  }
}
footer .copyright {
  border-right: 1px solid #fff;
}
footer .copyright .roundLogo {
  width: 22px;
  opacity: 0.8;
}
footer .copyright .text {
  margin-top: 1rem;
  color: #656565;
}
footer ul.links {
  padding: 3rem 4rem;
  width: 100%;
}
footer ul.links li.link {
  margin-bottom: 3rem;
}
footer ul.links li.link:last-child {
  margin-bottom: 0;
}
footer .footerContacts {
  background: #f0f0f0;
}
footer div.contactBox {
  padding: 3rem 4rem;
}
footer div.contactBox h5 {
  font-weight: 100;
  margin-bottom: 1rem;
  font-weight: 100;
  font-size: 11px;
  letter-spacing: 0.2px;
}
footer div.contactBox p {
  max-width: 300px;
  color: #656565;
  margin-bottom: 2rem;
  font-size: 11px;
}
footer div.contactBox p a {
  color: inherit;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 2px;
}
footer div.contactBox p.phoneNumber a {
  margin-bottom: 6px;
  border-bottom: 0px;
  opacity: 1;
}
footer div.contactBox p.phoneNumber a:hover {
  color: #000;
}
footer div.contactBox p.location span {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 2px;
  cursor: pointer;
  transition: all 200ms ease, color 0.2s ease;
}
footer div.contactBox p.location span:hover {
  color: #000;
}
footer div.contactBox label {
  font-size: 11px;
  color: #656565;
}
footer div.contactBox form {
  margin-top: 2px;
  width: 100%;
}
footer div.contactBox form input {
  outline: none;
  border: none;
  background: rgba(255,255,255,0.878);
  font-size: 11px;
  font-family: Roboto Mono, Helvetica;
  font-weight: 100;
  border-radius: 0px;
  box-shadow: none;
}
footer div.contactBox form input.subscriberBox {
  width: 100%;
  text-align: left;
  padding: 8px 40px 8px 12px;
  border: 1px solid #cbcbcb;
  border-radius: 0px;
  box-shadow: none;
  border-style: solid;
  -webkit-appearance: none;
}
footer div.contactBox form input.submitBox {
  margin-left: 1rem;
  border: 1px solid #838383;
  cursor: pointer;
  padding: 0 24px;
  border-radius: 0px;
  box-shadow: none;
}
footer div.contactBox div.smallLine {
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #cbcbcb;
  margin: 2rem 0;
}
footer div.contactBox .social li {
  padding-right: 8px;
  border-right: none;
  width: 40px;
  font-size: 11px;
}
footer .promoWrapper .gridItem {
  text-align: center;
  padding: 3rem 4rem;
}
footer .promoWrapper .gridItem p {
  color: #656565;
  max-width: 200px;
  transition: all 200ms ease, color 0.2s ease;
}
footer .promoWrapper .gridItem:hover p {
  color: #000;
}
footer .promoWrapper .gridItem img {
  max-width: 24px;
  margin-bottom: 1rem;
}
footer .promoWrapper .gridItem .textBox {
  justify-content: center;
}
footer .promoWrapper .gridItem .textBox h4 {
  margin-bottom: 5px;
  font-size: 11px;
}
footer .promoWrapper .gridItem .textBox p {
  margin-bottom: 1.2rem;
  font-size: 11px;
  line-height: 1.2;
}
footer .promoWrapper .gridItem .textBox a {
  font-size: 11px;
  padding-bottom: 0;
  text-decoration: underline;
}
@media (max-width: 480px) {
  footer {
    padding: 0 2rem;
  }
}
.footerLogo {
  max-width: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 2rem;
}
.lookBookTitle,
.homeBlogTitle {
  font-size: 13px;
  padding-left: 4rem;
  margin-bottom: 2rem;
  margin-top: 0;
}
.fourGrid {
  display: grid;
  position: relative;
  width: 100%;
  margin-bottom: 8rem;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 3rem;
}
.fourGrid article {
  width: 100%;
  position: relative;
  padding: 1rem;
  display: block;
}
.threeGrid {
  display: grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
.threeGrid .article {
  width: 100%;
  position: relative;
  display: block;
}
nav.breadcrumb {
  padding: 2rem;
  text-align: center;
  font-size: 13px;
}
nav.breadcrumb span {
  margin: 0 1rem;
}
nav.breadcrumb a {
  color: #111;
}


.navlink--toplevel:after {
  background-color: transparent;
}

.collectionGrid {
  background: #fff;
  padding: 0 1rem;
}
.collectionGrid article {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 1rem;
  background-image: none !important;
}
.collectionGrid article a {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.collectionGrid article a img {
  transition: all 0.3s ease;
}
.collectionGrid .floatTextBox {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.collectionGrid .floatTextBox h3 {
  font-size: 13px;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.productCardList {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  width: calc(100%);
  background: #fff;
}
@media (max-width: 480px) {
  .productCardList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.productCardList .productCard {
  padding: 2rem 2rem 0 2rem;
}
.productCardList .productCard .sizeBox select {
  text-align-last: center;
}
@media (max-width: 480px) {
  .productCardList .productCard {
    border-right: 0px;
  }
}
li.productCard:nth-child(odd) {
  padding-right: 1rem;
}
li.productCard:nth-child(even) {
  padding-left: 1rem;
}
li.productCard:nth-child(2) {
  padding-top: 8rem;
  max-width: 50vw;
  border-right: 0px;
  text-align: center;
}
@media (max-width: 480px) {
  li.productCard:nth-child(2) {
    max-width: 100%;
    padding: 2rem 6rem;
  }
  li.productCard:nth-child(2) p,
  li.productCard:nth-child(2) h3 {
    text-align: center;
  }
  li.productCard:nth-child(2) .sizeBox {
    max-width: 100% !important;
    text-align: center;
    display: flex;
    align-items: center;
  }
  li.productCard:nth-child(2) .sizeBox p {
    width: 50%;
  }
  li.productCard:nth-child(2) .sizeBox select {
    width: 40%;
  }
  li.productCard:nth-child(2) button {
    width: 100%;
    padding: 2rem !important;
  }
  li.productCard:nth-child(2) li div {
    text-align: center;
  }
}
li.productCard:nth-child(2) p {
  font-size: 11px;
}
li.productCard:nth-child(2) h3.title {
  font-weight: 100;
  font-size: 13px;
  line-height: 1;
  padding-bottom: 6px;
}
li.productCard:nth-child(2) h3.price {
  font-size: 13px;
  letter-spacing: 1px;
}
li.productCard:nth-child(2) .sizeBox {
  padding: 2rem 0;
}
li.productCard:nth-child(2) .sizeBox p {
  color: initial;
}
li.productCard:nth-child(2) .sizeBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
li.productCard:nth-child(2) .sizeBox select {
  width: 74px;
  border: 0px;
  text-align: center;
  outline: none;
  border-radius: 0px;
  padding: 7px 10px;
  margin-top: 2px;
  -webkit-appearance: none;
  appearance: none;
  font-size: 11px;
  background: #fff;
  border: 1px solid #cbcbcb;
}
li.productCard:nth-child(2) .sizeBox select option {
  text-align: center;
}
li.productCard:nth-child(2) .buttonContainer {
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  li.productCard:nth-child(2) .buttonContainer {
    flex-direction: column;
  }
}
li.productCard:nth-child(2) .buttonContainer .treeLink {
  margin-left: 1.2rem;
  align-items: flex-end;
}
@media (max-width: 480px) {
  li.productCard:nth-child(2) .buttonContainer .treeLink {
    margin-left: 0;
    flex-direction: column-reverse;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }
}
li.productCard:nth-child(2) .buttonContainer .treeLink span {
  line-height: 9px;
  max-width: 60px;
  letter-spacing: 0px;
  font-size: 9px;
}
@media (max-width: 480px) {
  li.productCard:nth-child(2) .buttonContainer .treeLink span {
    max-width: initial;
    text-align: center;
    margin-top: 1rem;
    font-size: 11px;
    line-height: 13px;
  }
}
li.productCard:nth-child(2) .buttonContainer .treeLink img {
  max-width: 30px;
}
li.productCard:nth-child(2) .addToBag {
  border: 0;
  font-size: 12px;
  border-radius: 0;
  background: #000;
  color: #fff;
  padding: 1.2rem 3rem;
  font-size: 10px;
  letter-spacing: 2px;
  cursor: pointer;
}
li.productCard:nth-child(2) .description li {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 320px;
}
li.productCard:nth-child(2) .description li div {
  font-size: 11px;
}
li.productCard:nth-child(2) .descriptionTitle {
  padding-bottom: 6px;
  font-size: 11px;
}
li.productCard:nth-child(2) table {
  width: 100%;
  font-size: 10px;
  font-variant-numeric: diagonal-fractions;
}
li.productCard:nth-child(2) table tr {
  height: 31px !important;
}
li.productCard:nth-child(2) table th {
  font-weight: 100;
  border-top: 1px solid #a5a5a5;
}
li.productCard:nth-child(2) table td {
  border-top: 1px solid #a5a5a5;
}
li.productCard:nth-child(2) p.shippingInfo {
  text-transform: initial;
}
li.productCard:nth-child(2) p.shippingInfo a {
  border-bottom: 1px solid #a5a5a5;
}
.sizeChartBox .descriptionTitle {
  cursor: pointer;
}
p.initials {
  font-size: 11px;
  margin-bottom: 2rem;
}
p.initials label span {
  opacity: 0.5;
}
p.initials input {
  border-radius: 0px;
  outline: none;
  border: 1px solid #cbcbcb;
  padding: 7px 10px;
  max-width: 74px;
  margin-top: 2px;
}
p.initials select {
  text-align: center;
  outline: none;
  border-radius: 0px;
  padding: 7px 10px;
  margin-top: 2px;
  -webkit-appearance: none;
  appearance: none;
  font-size: 11px;
  background: #fff;
  border: 1px solid #cbcbcb;
  color: #6f6f6f;
}
.pageTitle {
  font-size: 13px;
  margin-bottom: 4rem;
  text-align: center;
}
.pageMainSection {
  padding-top: 4rem;
}
.stockistBlock {
  margin: 0 4rem;
  margin-bottom: 4rem;
}
.stockistBlock .stockistBlockTitle {
  font-size: 11px;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.stockistBlock .stockistList {
  display: grid;
  position: relative;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
.stockistBlock .stockistList li {
  margin-bottom: 3rem;
}
.stockistBlock .stockistList li div {
  opacity: 0.5;
  transition: all 0.3s;
}
.stockistBlock .stockistList li div:hover {
  opacity: 1;
}
.stockistBlock .stockistList h6 {
  font-size: 11px;
  font-weight: 100;
  margin-bottom: 4px;
}
.pageInfo {
  padding-bottom: 4rem;
  max-width: 600px;
  margin: 0 auto;
  font-size: 13px;
  display: flex;
  margin-bottom: 4rem;
}
.pageInfo img,
.pageInfo p {
  width: 50%;
}
.pageInfo p {
  color: #212121;
  line-height: 2rem;
  padding-left: 2rem;
}
.twoToveWrapper {
  display: none;
}
.twoToveWrapper a img {
  border: 1px solid #000;
}
.oneWrapperFull {
  margin-bottom: 8rem;
}
.oneWrapperFull h3 {
  padding-top: 1rem;
  text-align: center;
}
footer {
  padding-bottom: 2rem;
  padding-top: 4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
footer .newsletterSignup {
  padding: 20px 0;
  padding-top: 0px;
  padding-bottom: 4px;
  align-items: center;
  justify-content: center;
}
footer .newsletterSignup h2 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 100;
  padding-bottom: 20px;
}
footer .newsletterSignup h3 {
  font-size: 11px;
  font-weight: 100;
  padding-bottom: 10px;
  font-family: 'Roboto Mono';
  font-size: 2rem;
  text-transform: uppercase;
  max-width: 1000px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  footer .newsletterSignup h3 {
    font-size: 1.5rem;
  }
  footer .newsletterSignup input {
    font-size: 12px;
  }
  input.subscriberBox {
    font-size: 10px !important;
  }
}
footer .newsletterSignup form {
  width: 100%;
  padding: 10px 20px;
  max-width: 400px;
  border: 1px solid;
  padding: 0;
/*   margin: 2rem; */
  margin-bottom: 1rem;
  display: flex;
}
footer .newsletterSignup input {
  border: 0;
  padding: 10px 10px;
  border-radius: 0;
  padding-bottom: 10px;
  width: 100%;
  font-size: 11px;
  font-size: 15px;
  text-align: center;
  margin: 0;
  font-size: 11px!important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  width: 230px;
}
footer .newsletterSignup input.submitBox, input.sign_up {
  font-family: Roboto Mono, Helvetica ;
  max-width: 120px ;
  border-left: 1px solid ;
  background: #000 ;
  color: #fff !important;
  border-radius: 0px ;
  border-radius: 0px ;
  -webkit-appearance: none;
/*   font-size: 11px;
    letter-spacing: 2px !Important;
    font-weight: 600;
    text-transform: uppercase;
border-radius: 0; */
}


@media (max-width: 480px) {

footer .newsletterSignup input.submitBox, input.sign_up {
  
    font-family: initial !important;
    font-size: 11px;
    letter-spacing: 2px !Important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
  }

}



::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder {
/* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
/* IE 10+ */
  color: #000;
}
:-moz-placeholder {
/* Firefox 18- */
  color: #000;
}
footer .footerMenu ul li {
  margin: 2rem;
}
footer .footerMenu ul a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 400;
}
.social {
  align-items: center;
  justify-content: center;
}
.social li {
  padding: 8px;
  border-right: none;
  width: 40px;
  height: 40px;
  font-size: 11px;
}
.copyright p {
  padding: 40px 0;
  padding: 30px;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  opacity: 0.5;
  margin: 0;
}
.footerBox {
  align-items: center;
  justify-content: center;
}
.pageTitleNew {
  padding-left: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .pageTitleNew {
    padding-left: 2rem;
  }
}
.pageTitleNew h2 {
  font-size: 2rem;
  font-family: Roboto Mono;
  text-transform: uppercase;
}
main.collectionPage {
  margin-top: 70px;
}
main.collectionPage .threeWrapperFull {
  margin-top: 0;
}
main.collectionPage .threeWrapperFull .gridItem a .productTileTextBox h3 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding-bottom: 6px;
  text-align: left;
  padding-left: 4rem;
}
main.productPage {
  min-height: 5rem;
  padding: 0 4rem;
}
@media (max-width: 480px) {
  main.productPage {
    margin-top: 60px;
    padding: 0 2rem;
  }
}
@media (max-width: 480px) {
  main.productPage .threeFlexGrid {
    flex-direction: column;
  }
  main.productPage .threeFlexGrid .left,
  main.productPage .threeFlexGrid .right {
    width: 100% !important;
  }
  main.productPage .threeFlexGrid .left {
    padding-bottom: 20px;
  }
  main.productPage .threeFlexGrid .left ul {
    width: calc(100%) !important;
    margin-left: 0px !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  main.productPage .threeFlexGrid .left li:nth-child(n+2) {
    display: none;
  }
  main.productPage .threeFlexGrid .right {
    padding: 0 2rem !important;
    text-align: center;
  }
  main.productPage .threeFlexGrid .right p.category {
    text-align: center;
  }
  main.productPage .threeFlexGrid .right h3.title {
    text-align: center;
  }
  main.productPage .threeFlexGrid .right h3.price {
    text-align: center;
    margin-bottom: 1rem;
  }
  main.productPage .threeFlexGrid .right .colorBox {
    margin-top: 2rem !important;
    margin-bottom: 3rem !important;
  }
  main.productPage .threeFlexGrid .right .colorBox .colorSwatchBox {
    justify-content: center;
    align-items: center;
  }
  main.productPage .threeFlexGrid .right .sizeFixBox {
    justify-content: center;
    align-items: center;
    padding-left: 5px;
  }
  main.productPage .threeFlexGrid .right .buttonContainer {
    justify-content: center;
    align-items: center;
  }
  main.productPage .threeFlexGrid .right .description {
    margin-top: 3rem;
  }
  main.productPage .threeFlexGrid .right .descriptionTitle {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  main.productPage .threeFlexGrid .right li.sizeChartBox {
    margin: 0 auto;
    max-width: 100%;
  }
  main.productPage .threeFlexGrid .right .lookComplete {
    margin-top: 2rem;
  }
  main.productPage .threeFlexGrid .right .lookComplete p {
    margin-bottom: 1rem;
  }
  main.productPage .threeFlexGrid .right .lookImageContainer {
    margin: 0 auto;
  }
}
main.productPage .threeFlexGrid .left {
  width: 66.666666%;
}
main.productPage .threeFlexGrid .left ul {
  display: grid;
  position: relative;
  width: calc(100% + 2px);
  margin-left: -1px;
  grid-template-columns: repeat(2, 1fr);
}
main.productPage .threeFlexGrid .right {
  width: 33.33333%;
  background: #fff;
  padding: 0 4rem;
}
main.productPage .threeFlexGrid .right p.category,
p.category, .breadcrumbs a {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
main.productPage .threeFlexGrid .right h3 {
  font-size: 4rem;
  font-family: Roboto Mono;
/*   font-style: italic; */
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 4px;
}
main.productPage .threeFlexGrid .right .klarna {
  font-size: 10px;
  color: #000;
  line-height: 1;
}
main.productPage .threeFlexGrid .right .klarna img {
  max-width: 42px;
  display: inline-block;
  padding-left: 2px;
  padding-right: 1px;
}
main.productPage .threeFlexGrid .right .sizeBox,
main.productPage .threeFlexGrid .right .colorBox {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
main.productPage .threeFlexGrid .right .colorBox .box,
main.productPage .threeFlexGrid .right .sizeFixBox .box {
  width: 40px;
  height: 36px;
  margin-right: 5px;
  margin-top: 5px;
}
main.productPage .threeFlexGrid .right .colorBox .one,
main.productPage .threeFlexGrid .right .sizeFixBox .one {
  background: #d40e0e;
}
main.productPage .threeFlexGrid .right .colorBox .two,
main.productPage .threeFlexGrid .right .sizeFixBox .two {
  background: #e6e6e6;
}
main.productPage .threeFlexGrid .right .sizeFixBox .box {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #353535;
}
main.productPage .threeFlexGrid .right .buttonContainer button {
  border-radius: 0px;
  border: 1px solid #000;
  outline: none;
  padding: 1.5rem 6.8rem;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
}
.right .descriptionTitle {
  margin-top: 12px;
  max-width: 215px;
  color: #000;
}
li.sizeChartBox {
  margin-bottom: 20px;
}
li.sizeChartBox .descriptionTitle {
  font-weight: bold;
  padding-bottom: 6px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  border-bottom: 1px solid #bdbdbd;
  position: relative;
  margin-top: 20px;
  font-size: 9px !important;
  letter-spacing: 1px;
  font-weight: 400;
}
li.sizeChartBox .descriptionTitle span {
  position: absolute;
  right: 0;
}
li.sizeChartBox .tableContainer ul.infoBox {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
li.sizeChartBox .tableContainer p.extraInfo {
  padding-bottom: 1.5rem;
}
li.sizeChartBox table {
  max-width: 100%;
  margin-top: 7px;
}
li.sizeChartBox tbody {
  margin-top: 2rem;
  text-transform: uppercase;
  padding-top: 1rem;
}
li.sizeChartBox tbody td,
li.sizeChartBox tbody th,
li.sizeChartBox tbody tr {
  font-weight: 100;
  font-size: 9px;
}
li.sizeChartBox tbody th,
li.sizeChartBox tbody td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 9px;
  font-weight: 300;
}
table tr:first-child th,
table tr:first-child td {
  border-top: 0px;
  padding-top: 4px;
  font-weight: 500;
}
table tr td {
  text-align: center;
}
.lookComplete p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9px;
  margin-bottom: 0.5rem;
  margin-top: 4rem;
}
.lookComplete .lookImageContainer {
  width: 100%;
  justify-content: space-between;
}
.lookComplete .lookImageContainer .first,
.lookComplete .lookImageContainer .second {
  width: 48%;
}
.lookComplete .lookImageContainer .first img,
.lookComplete .lookImageContainer .second img {
  width: 100%;
}
.threeWrapperFull .gridItem {
  position: relative;
}
.threeWrapperFull .quickShop {
  border: 1px solid;
  width: calc(100% - 8rem);
  background: #000;
  position: absolute;
  bottom: 70px;
  margin: 2rem 4rem;
  color: #fff;
  border: 0px;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.cartSection {
  position: fixed;
  z-index: 101;
  top: 0;
  max-width: 377px;
  right: 0;
  border-left: 1px solid #ccc;
  top: 0;
}
.instagramPage .imageContainer img {
  padding: 0rem 4rem;
}
@media (max-width: 480px) {
  .instagramPage .imageContainer img {
    max-width: 100%;
    padding: 0 1rem;
  }
}
.shippingPage .imageContainer img {
  max-width: 50%;
}
@media (max-width: 480px) {
  .shippingPage .imageContainer img {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.input-group.newsletter-form {
  border: 0;
}
.quickAddRasin2 {
  color: #fff !important;
  background: #000 !important;
  backdrop-filter: none !important;
  transition: none !important;
}
.quickAddRasin2:hover {
  background: #000 !important;
  color: #fff !important;
}
.form-quick-add .selector-wrapper {
  background: #000 !important;
  color: #fff;
}
.form-quick-add .selector-wrapper.is-active {
  padding: 4px;
}
.slideup>button {
  padding: 25px;
}
.hero__title {
  font-size: 2rem;
  font-family: Roboto Mono;
  text-transform: uppercase;
}
.product-item .sale-box {
  background: #000;
}
.price.sale {
  color: #000;
}
.search__popdown__form input {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto Mono';
}
.popdown__close__inner,
.search__popdown__close__inner {
  color: #000 !important;
}
.popdown__close__inner:hover,
.search__popdown__close__inner:hover {
  background: transparent !important;
  color: #000 !important;
}
.product__wrapper {
  margin-top: 0px;
}
.product__wrapper--stacked .product__media,
.product__wrapper--stacked .product__photo {
  margin-bottom: 0;
}
.product__title,
.product__price {
  font-size: 2.4rem;
  font-family: Roboto Mono;
/*   font-style: italic; */
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 4px;
}
.product__title {
  margin-bottom: 0;
  margin-top: 0;
}
.radio__fieldset .radio__button label {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 8px;
  width: 28px;
  padding: 8px;
  padding-bottom: 7px;
  letter-spacing: 1px;
  font-weight: 500;
}
.swatchProductColor {
  border: 1px solid #ccc !important;
  margin-left: 0 !important;
  margin-right: 6px !important;
}
.select-popout__toggle {
  border: 1px solid #ccc;
}
.select-popout__toggle:hover {
  background: #fff !important;
  color: #000;
}
.product__submit__add {
  border-radius: 0px;
  border: 1px solid #000;
  outline: none;
  padding: 1.5rem 6.8rem;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
}
p.descriptionTitle {
  font-size: 11px !important;
}
.hamburger__lines span {
  background: #000;
}
.header__mobile__button .header__mobile__hamburger {
  background: #fff !important;
}
.drawer--visible .hamburger__lines span {
  background: #000;
}
.header__menu .navlink--toplevel:first-child {
  padding-left: 0;
  padding-right: 20px;
}
.parent .header__dropdown {
  border-left: 0px solid var(--border);
  border-right: 0px solid var(--border);
  border-bottom: 0px solid var(--border);
  background: #fff;
  padding: 6px 32px 18px;
  margin-left: -17px;
  box-shadow: rgba(0,0,0,0.1) 0 15px 15px 0 !important;
}
.navlink--child,
.navlink--grandchild {
  color: #000;
}
.collection-item__image .background-size-cover:hover {
  transform: scale(1);
}
.product-item--centered .product__grid__title {
  color: #000;
}
.old-price,
.new-price {
  color: #000;
}
.product-item__bg,
.product-item__bg__under {
  background-position: top;
}
.product-information a {
  padding: 0;
}
.form-quick-add .radio__fieldset .radio__button label {
  border: 1px solid transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 0;
  font-weight: 500;
}
.form-quick-add .radio__fieldset .radio__button label:hover {
  border: 1px solid #ccc;
  background: #ccc;
}
.form-quick-add .radio__fieldset .radio__button label span {
  color: #fff;
}
.form-quick-add .radio__fieldset input:disabled+label:hover {
  border: 1px solid transparent;
  background: transparent;
}
.radio__fieldset .radio__fieldset-arrow {
  margin-bottom: -18px;
}
.cart-dropdown.is-open {
  box-shadow: rgba(0,0,0,0.1) 0 15px 15px 0 !important;
}
.cart-dropdown__head h3 {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
}
.cart-item__title a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}
.cart-item__selected-options,
.cart__items__property,
.cart__price {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
}
.cart-item__remove {
  top: 23px;
}
.cart__quantity {
  margin-left: -12px;
}
.cart__widget a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
}
.cart__total {
  margin-bottom: 20px;
}
.cart__total span:first-child {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.cart__total__money {
  font-weight: 400;
  font-size: 12px;
}
.cart__checkout,
.btn--input {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}
.cart__widget label {
  font-size: 10px;
  font-weight: 400;
}
.cart-dropdown__close,
.cart-item__remove {
  opacity: 0.6;
}
.cart-item__image a {
  height: initial;
}
.drawer__menu {
  border-top: 1px solid #ccc;
}
.sliderow.sliderow__back .sliderow__title {
  border-top: 1px solid #ccc;
}
.sliderule__chevron--left,
.sliderule__chevron--right {
  color: #000;
}
.sliderow__title {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.product__title__wrapper {
  padding-right: initial;
}
.product__selectors {
  margin-top: 10px;
}
.select-popout__toggle {
  padding: 8px 10px 6px 10px;
  font-size: 10px;
}
.select-popout__list {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.select-popout__option span {
  font-size: 10px;
}
.product__submit__buttons {
  margin-bottom: 0;
}
li.sizeChartBox .tableContainer ul.infoBox {
  list-style: none;
}
li.sizeChartBox .tableContainer ul.infoBox li {
  font-size: 11px;
}
li.sizeChartBox .tableContainer p.extraInfo {
  font-size: 11px;
  padding-bottom: 0;
}
.tableContainer tbody tr th:first-child {
  padding-left: 0px;
  padding-right: 0;
}
.product__photo div {
  width: 100% !important;
}
.selector-wrapper span.radio__button {
  padding-right: 3.35px;
}
.product__price--sale {
  color: #000;
}
@media (min-width: 480px) {
  .product-description-half {
    width: 30%;
    padding-left: 3rem !important;
  }
  .product-images-half {
    width: 70%;
  }
  .product__wrapper--stacked .product__media,
  .product__wrapper--stacked .product__photo {
    width: 100%;
  }
  .product-single__photos {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 749px) {
  .product-information .price {
    font-size: 11px;
  }
}
.page__title, .standard__heading,
.shopify-policy__title h1 {
  font-size: 2rem;
  font-family: Roboto Mono;
  text-transform: uppercase;
  text-align: left;
}
.template-page .page h2, .standard__rte h2 {
  font-size: 3rem !important;
  font-family: Roboto Mono;
/*   font-style: italic; */
  font-weight: 400;
  letter-spacing: 0;
}
.collection__title:not(.hero__content__wrapper) {
  padding: 10px 20px;
  padding-bottom: 1.5rem;
}
.product-item--borderless .product-information {
  padding: 1rem 0 1.6rem 2rem;
  text-align: left;
  align-items: center;
  justify-content: center;
}
.header__desktop__lower,
.header__desktop__upper {
  padding-left: 20px;
  padding-right: 20px;
}
.product-item__image {
  padding-top: 50vw;
}
.header__menu .navlink__carat {
  display: none;
}
#insta-feed {
  margin-top: 0 !important;
  margin-left: 1.7rem !important;
  margin-right: 1.7rem !important;
}
.brandPageContainer {
  padding: 2rem 10vw;
}
.brandPageContainer img {
  margin: 0 auto;
  max-width: 900px;
}
@media (max-width: 480px) {
  #insta-feed {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .collection__title:not(.hero__content__wrapper) {
    padding: 10px 17px;
  }
  .brandPageContainer {
    padding: 1rem;
  }
}
input.subscriberBox {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.collection-item__info p {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 0;
  color: #000;
  font-weight: 500;
  letter-spacing: 2px;
}
.collection-item__info {
  padding: 1rem 0 1rem 0;
}
.product__grid__title,
.new-price,
.old-price {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 0;
  color: #000;
  font-weight: 500;
}
#template-product {
/*   margin-top: 20px; */
}
#template-product .grid__item {
  padding-left: 0;
  align-content: flex-start;
}
@media only screen and (min-width: 750px) and (max-width: 989px) {
  #template-product .grid__item + .grid__item {
    padding-left: 16px;
  }
}
#template-product .grid,
#template-product .grid--full {
  margin-left: 0;
}
#template-product .product__wrapper {
  margin-left: 16px;
  margin-right: 16px;
}
#template-product .selector-wrapper,
#template-product .select__fieldset {
  margin-top: 1rem !important;
}
.radio__legend__label,
.select__label {
  font-size: 10px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product__submit__add {
  min-height: 40px;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 2rem;
}
.product__selectors div::before {
  font-size: 10px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-bottom: 3px;
}
.cart-item__selected-options span:first-child,
.cart__items__property span:first-child {
  font-weight: normal;
  letter-spacing: 1px;
}
.cart__quantity .cart__quantity-field {
  font-size: 8px;
}
.cart__quantity button {
  width: 30px;
}
.cart__foot-inner em {
  font-size: 11px;
  font-family: Roboto Mono;
}
.hamburger__lines span {
  height: 1px;
}
.header__mobile__button .header__mobile__hamburger {
  margin-top: 4px;
}
.sliderule__wrapper button.sliderow:hover {
  background: #fff !important;
}
.quick-add-button {
  background-color: rgba(255,255,255,0);
  bottom: 10px;
  left: 10px;
  width: 28px;
  height: 28px;
}
.cart__icon__content {
  margin-top: 3px;
}
.product__thumbs--square .thumb {
  margin-right: 7px;
  position: relative !important;
}
.product__thumbs--square .thumb:nth-child(n+7) {
  display: none;
}
.product__thumbs--square .thumb:nth-child(6) {
  margin-right: 0;
}
.brick__section .brick__block:first-child {
  width: 66.6666%;
}
.brick__section .brick__block:last-child {
  width: 33.3333%;
}
.brick__section .brick__block h2 {
  font-family: 'Roboto Mono';
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 3.6rem;
}
.brick__section .brick__block p {
  font-family: Roboto Mono;
/*   font-style: italic; */
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.brick__section .brick__block a.btn {
  font-family: Roboto Mono;
  color: #fff;
  background: #000;
  width: 65%;
}
#shopify-section-162873631236f7cdf5 {
  margin-bottom: 60px;
}
#shopify-section-1628737770e531ff61 .brick__section:last-child {
  flex-direction: row-reverse;
}
.productDetails li {
  font-size: 11px;
}
.productShipping p {
  font-size: 11px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  
  
  .product__submit__add {
 
  font-size: 14px;
  }
  
  
  
  .brick__section .brick__block:first-child {
    width: 100%;
  }
  .brick__section .brick__block:last-child {
    width: 100%;
  }
  .brick__section .brick__block h2 {
    font-size: 3rem;
  }
  .brick__section .brick__block a.btn {
    width: 100%;
  }
  .brick__section .text__standard,
  .brick__section .brick__block__text {
    padding-top: 0;
  }
  #shopify-section-1628737770e531ff61 .brick__section:last-child {
    flex-direction: column;
  }
  #shopify-section-162873631236f7cdf5 {
    margin-bottom: initial;
  }
  .new-price,
  .old-price,
  .product__grid__title {
    font-size: 11px;
  }
  .product-item--borderless .product-information {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .product-item__image {
    padding-top: 75vw;
  }
  #template-product .product__page {
    margin-left: 0;
    margin-right: 0;
  }
  .collection-item.small--one-whole {
    width: 50% !important;
  }
  .collection-item.small--one-whole:last-child {
    display: none;
  }
  .product__price,
  .product__title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    font-family: Roboto Mono;
    font-style: initial;
  }
  .product__slides {
    min-width: 100vw;
    font-size: 0;
    margin-left: -12px;
  }
  #template-product .product__wrapper {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.playlists {
  display: flex;
  width: 100%;
  background: #000;
}
.playlists .playlist {
  display: flex;
  width: 100%;
  opacity: 0.8;
}
.playlist iframe {
  width: 30%;
}
.playlist .playlistCover {
  width: 70%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .playlist {
  	flex-direction: column;
  }
  .playlist .playlistCover {
    width: 100%;
    height: 220px;
  }
  .playlist iframe {
    width: 100%;
  }
}
.singlePaddedSection {
  margin-bottom: 40px;
}
.floatTextBoxWrapper {
/*   display: flex; */
  width: 100%;
}
.singleMobileImage {
  display: none;
}
@media (max-width: 480px) {
  .singleDesktopImage {
    display: none;
  }
  .singleMobileImage {
    display: initial;
  }
}
.productFinalSale {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #d81313;
}
.startReturnButton {
  border: 1px solid rgba(0,0,0,0.341) !important;
  padding: 1rem 2rem;
  text-decoration: none !important;
  line-height: 5;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  opacity: 0.7;
}
.contact__form .page__title, #contact-us .standard__heading {
  text-align: center;
}
.contact__form .form-field input,
.contact__form .form-field textarea {
  border: 1px solid #000;
}
.contact__form input[type=submit], button, input[type=button], input[type=image], input[type=submit] {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Roboto Mono !important;
}
.contact__form .form__legal p, .form__legal p {
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  font-family: Roboto Mono;
}
.contact__form .form-item select {
  border: 1px solid #000;
}
.search__results__products__list .product-item__bg__under {
  display: none;
}
.cart-item__title {
  margin-top: 0;
}
.productDetailsTitle {
  margin-bottom: 1rem;
}
.productShippingTitle {
  margin-bottom: 8px;
}
.itsInfo ul {
  list-style: initial;
  margin-left: 14px;
}


.sliderow__title {
  margin: 0;
  width: 100%;
  padding: 0 16px;
}

.drawer__inner {
  padding-top: 0;
}

.drawer__menu {
	border-top: 0;
}


.announcement__main, .announcement__more, .announcement__text {
	font-size: 11px;
}

.search__popdown__form__button {
	opacity: 0;
}

.slideup>button, .slideup.has-error>button, .slideup.has-error>div, .slideup.is-visible>button, .slideup.is-visible>div, .slideup:focus-within>button, .slideup:focus-within>div {
background: black;
backdrop-filter: initial ;
color: white;
  transition: none;

}



.product-item fieldset.radio__fieldset .radio__legend {
  display: none;
}


.index-page {
  max-width: 720px;
  margin: 40px auto;
  padding: 0 30px;
}

.standard__rte p {
  font-size: 11px;

}


.form-field .popout__toggle, .form-field input[type=email], .form-field input[type=number], .form-field input[type=password], .form-field input[type=tel], .form-field input[type=text], .form-field select, .form-field textarea {
border: 1px solid black;
    font-size: 11px;

}

.index-contact {
	padding-top: 0;
}


.product-item .badge-box, .product-item .preorder-box, .product-item .sale-box {
  left: 0;
/*   right: 0; */
  top:0;
}

.rasinDesc {
	margin-top: 2rem;
}

.mobileOnlyCollectionsList {
	display: none;
}

@media only screen and (max-width: 749px) {
  .product__wrapper .thumbs-holder {
  	padding: 0;
    margin: 0;
  }
  
  .mobileOnlyCollectionsList {
  	display: initial;
  }
}

.flickity-slider {
  display: flex;
  align-items: flex-start;
/*   border: 1px solid black; */
  position: relative;
  justify-content: center;
}

.thumbs-holder .flickity-slider {
  justify-content: flex-start;
}

.product__thumbs--square .thumb {
  display: initial;
  left: 0 !important;
/*   margin: 1rem 0; */
}

@media only screen and (max-width: 989px) {
.drawer__content {
    max-width: 100%;
}
}

#brand .index-page {
  max-width: 100%;
  padding: 0;
}


#brand h2.standard__heading {
  text-align: center;
}

.form__inner__wrapper .product__selectors {
	max-width: 200px;
}


.product-item__bg {
  background-size: contain;
  background-repeat: no-repeat;
}

/* .product-item__image {
  padding-top: 5vw;
} */



marquee {
  padding: 2rem 0;
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Roboto Mono;
}



.klaviyoWrapper {
    max-width: 400px;
    margin: 0 auto;
}


.klaviyoWrapper form{
	padding-top: 0 !important;
  padding-bottom: 10px !important;
}


.klaviyoWrapper form div{
	min-height: initial !important;
}

.klaviyoWrapper input{
  text-align: center !important;
/*   text-transform: uppercase !important; */
/*   font-size: 12px !important; */
  padding: 0 !important;
  border-radius: 0px !important;
  font-family: Roboto mono !important;
      font-size: 18px !important;
    font-weight: 100 !important;
    letter-spacing: 0px !important;
  border-color: black !important;
  
}


.klaviyoWrapper input::placeholder {
  font-family: Roboto mono !important;
      font-size: 18px !important;
    font-weight: 100 !important;
    letter-spacing: 0px !important;
  color: black !important;
 
}


.klaviyoWrapper input[type=submit] {
  font-family: Roboto mono !important;
      font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1.25px !important;
  
}

.lookbookLinkWrapper {
	text-align: center;
}

.lookbookLinkWrapper h1, .fwaHeroWrapper h1{
  font-family: Roboto Mono;
  font-size: 60px;
  font-weight: 100 !important;
  letter-spacing: -.5px; 

}

.lookbookLinkWrapper h2,  .fwaHeroWrapper h2{
  font-family: Roboto Mono;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px 

}

.lookbookLinkWrapper a,  .fwaHeroWrapper a{
  
  text-transform: uppercase;
  border: 1px solid black;
    padding: 1.5rem 3rem;
  font-family: Roboto Mono;
  	font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.25px;
  background: black;
  color: white;
}


.footer__copyright li {
	padding: 0 !important;
}


.footer__copyright li a{
	font-size: 10px;
  letter-spacing: 1.5px;
    font-weight: 300;
}

.custom-html-section--padding {
  padding-top: 0px !important;
  padding-bottom: 20px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 100% !important;
}



.fwaHeroWrapper {
	align-items: center;  
}


.fwaHeroWrapper .left{
  width: 33.333333%

}


.fwaHeroWrapper .right{
  width: 66.666666%

}

.fwaHeroWrapper .right a{
/* 	display: flex; */
  border: none !important;
  padding: 0 !important;
}



/* -- */

@media (max-width: 600px) {


  .fwaHeroWrapper {
      align-items: center;  
    flex-direction: column;
  }


  .fwaHeroWrapper .left{
    width: 100%;
    margin-bottom: 4rem

  }


  .fwaHeroWrapper .right{
    width: 100%;

  }
  
}


/* new */


.fwaCopy .imageWrapper {
	width: 100%;
}


.fwaCopy .imageBox {
	display: flex;
  align-items: flex-start; 
  position: relative;
  padding: 0 20px 20px 20px;
}


.fwaCopy img{
	max-width: 100%;
    display: flex;
  align-items: flex-start; 
}


.fwaLBTitle .title {

    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 300;
  text-align: center;
    margin: 20px 0;
  
}



@media (max-width: 600px) {
  .fwaCopy .imageBox {

  padding: 0 16px 16px 16px;}


  .fwaLBTitle .title {
  margin: 16px 0;

  }

}

/* ==========================================================================
   Custom Style Overrides
   ========================================================================== */

.product-grid--custom {
  display: grid;
  grid-template-columns: repeat(var(--pg-cols-mobile, 2), 1fr);
  gap: var(--gutter, 16px);
  padding: var(--gutter, 16px);
}

@media only screen and (min-width: 750px) {
  .product-grid--custom {
    grid-template-columns: repeat(var(--pg-cols-desktop, 4), 1fr);
  }
}

.product-grid--custom .product-item {
  width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
  margin: 0 !important;
}

.product-grid--custom .product__grid__title,
.product-grid--custom .price {
  overflow-wrap: break-word;
}

.product-grid--custom .product-information,
.product-grid--custom .product-information > a {
  padding: 0 !important;
}

.product-grid--custom .product-information {
  padding-top: 10px !important;
}

.product-grid--custom .product__grid__title {
  margin: 0 !important;
}

.header__mobile .icon-search {
  height: 17px;
  width: 16px;
}

.product-grid--custom .product-item__bg,
.product-grid--custom .product-item__bg__under {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: 50% !important;
}
