/** Shopify CDN: Minification failed

Line 1062:3 Unexpected "zoom"

**/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button[disabled], html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

.proxima-nova-regular, body {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400; }

.proxima-nova-bold, .proxima-nova-extrabold-italic, #main-nav, .footer-menu, #carousel .slide-link .title, #content .grid-item.col-3 .titles .title, #garment-item .info .title, .article .text-col .title, .article .content-col .content-block.quote {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a:focus, a:hover, a:active,
button:focus, button:hover, button:active {
  outline: 0; }

a, a:visited {
  color: #000; }

body {
  min-width: 300px; }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 0; } }

.container {
  display: block;
  margin: 0 auto;
  padding: 30px;
  width: 100%;
  max-width: 1060px; }

/* =============================================================================
   Header
   ========================================================================== */
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 7000;
  background-color: #fff; }
  #header .container {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      #header .container {
        padding: 0px 0px 0px 20px; } }

#logo {
  display: block;
  margin: 0;
  background-image: url(palomino-logo.jpg);
  background-repeat: no-repeat;
  width: 259px;
  height: 60px;
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: relative;
  top: 10px; }
  @media only screen and (max-width: 767px) {
    #logo {
      margin: 0; } }
  #logo:hover {
    opacity: 0.5; }

#menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  background-color: transparent;
  border: 0; }
  #menu-btn .icon {
    font-size: 1.75em;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

#main-nav {
  position: absolute;
  top: 26px;
  right: 30px;
  margin: 0;
  font-size: 0.7em;
  letter-spacing: 1px;
  text-align: right;
  text-transform: uppercase;
  width: 50%; }
  @media only screen and (min-width: 1025px) {
    #main-nav {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media only screen and (min-width: 768px) and (max-width: 1059px) {
    #main-nav {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media only screen and (max-width: 767px) {
    #main-nav {
      display: none;
      position: relative;
      top: 0;
      right: 0;
      margin: 0;
      text-align: center;
      margin-top: 15px;
      border-bottom: 1px solid #a0a0a0;
      padding-bottom: 15px;
      width: 100%; } }
  #main-nav .menu-link {
    display: block;
    text-decoration: none;
    color: #000;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    #main-nav .menu-link:visited {
      color: #000; }
    #main-nav .menu-link:hover, #main-nav .menu-link.current {
      color: #aaa; }
    @media only screen and (max-width: 767px) {
      #main-nav .menu-link {
        text-align: center; } }

.no-csscolumns .menu-col {
  width: 25%;
  float: left;
  display: block; }

.menu-open #main-nav {
  display: block; }

/* =============================================================================
   Footer
   ========================================================================== */
#footer {
  position: relative;
  background-color: #000;
  color: #fff;
  font-size: 0.85em;
  text-align: center; }
  #footer .info {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.85em; }
    #footer .info a,
    #footer .info a:visited {
      color: #fff; }
    #footer .info a:hover {
      color: #d2d2d2; }

.footer-menu {
  padding: 0;
  margin: 0;
  font-size: 0.7em;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .footer-menu .menu-link {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .footer-menu .menu-link:visited {
      color: #fff; }
    .footer-menu .menu-link:hover, .footer-menu .menu-link.current {
      color: #d2d2d2; }
    .footer-menu .menu-link.social-link {
      font-size: 1.25em; }
    .footer-menu .menu-link + .menu-link {
      margin-left: 10px; }

/* =============================================================================
   Carousel
   ========================================================================== */
#carousel {
  display: block;
  height: 459px;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 10; }
  #carousel .slide-link {
    display: block;
    text-decoration: none;
    position: relative;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-bottom: 0;
    margin: 0; }
    #carousel .slide-link .img {
      display: block;
      width: 100%;
      height: auto; }
    #carousel .slide-link .title {
      font-size: 2.0em;
      letter-spacing: 0.15em;
      position: absolute;
      left: 60px;
      bottom: 20%;
      color: #fff;
      z-index: 5;
      text-transform: uppercase; }

/* =============================================================================
   Hero
   ========================================================================== */
#hero {
  margin-top: 30px;
  padding: 0 30px; }
  #hero #hero-wrapper {
    position: relative; }
  #hero .hero-slide {
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 43.79%; }
  #hero .flickity-page-dots {
    bottom: 10px;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      #hero .flickity-page-dots {
        display: none; } }
    #hero .flickity-page-dots .dot {
      background-color: transparent;
      opacity: 1;
      border: 1px solid #000000; }
      #hero .flickity-page-dots .dot.is-selected {
        background-color: #000000; }

.announcement {
  width: 90%;
  max-width: 677px;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .announcement .title {
    padding: 0;
    margin: 0;
    text-align: center;
    font-style: italic; }
    .announcement .title:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: white;
      margin-top: 3px; }
  .announcement .sub-title {
    padding: 0;
    margin: 10px 0 0;
    text-align: center;
    font-size: 0.75em; }

#hero-bottom {
  padding: 0;
  max-width: 885px;
  position: relative;
  text-decoration: none; }
  #hero-bottom img {
    width: 100%;
    height: auto; }
  #hero-bottom .title {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 10px 0; }
    #hero-bottom .title:after {
      content: '';
      width: 58%;
      position: relative;
      margin-top: 10px;
      left: 10%;
      border-bottom: 2px solid white;
      display: block; }

/* =============================================================================
   Content
   ========================================================================== */
#content {
  position: relative;
  padding-top: 10px; }
  @media only screen and (max-width: 767px) {
    #content {
      padding-top: 20px; } }
  #content .category-title {
    font-size: 1.15em;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 0.5em; }
  #content .category-description {
    font-size: 0.7em;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto 1.5em;
    max-width: 600px; }
  #content #grid {
    padding-bottom: 80px; }
  #content .pagination {
    text-align: center;
    font-size: 0.85em; }
  #content .grid-item {
    text-decoration: none;
    display: block; }
    #content .grid-item .sale-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      display: block;
      width: 40px;
      height: 40px;
      background-image: url(/cdn/shop/t/5/assets/sale-icon.png?v=75723673941227244251589383282);
      background-size: 40px 40px; }
    #content .grid-item.col-3 {
      width: 100%;
      padding-bottom: 80px;
      position: relative; }
      #content .grid-item.col-3 .img-wrapper {
        width: 565px;
        position: relative;
        float: left;
        background-color: #fff; }
        #content .grid-item.col-3 .img-wrapper .hover {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 64px;
          background-image: url(http://copsonlondon.s3.amazonaws.com/wp-content/uploads/2014/05/hover.png);
          display: block;
          z-index: 100;
          -webkit-transition: opacity 0.2s ease-in-out;
          -moz-transition: opacity 0.2s ease-in-out;
          -ms-transition: opacity 0.2s ease-in-out;
          -o-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
          opacity: 0; }
      #content .grid-item.col-3:hover .img-wrapper .hover {
        opacity: 1; }
      #content .grid-item.col-3:hover .img-wrapper .img {
        opacity: 0.4; }
      #content .grid-item.col-3 .img {
        z-index: 1;
        display: block;
        margin: 0 auto;
        width: 565px;
        height: auto;
        position: relative;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      #content .grid-item.col-3 .titles {
        margin: 0;
        z-index: 2;
        position: relative;
        width: 365px; }
        #content .grid-item.col-3 .titles .title {
          display: block;
          line-height: 1;
          letter-spacing: 0.15em;
          font-size: 3.0em;
          text-transform: uppercase;
          padding: 0;
          margin: 0; }
        #content .grid-item.col-3 .titles .strapline {
          font-family: 'Georgia', serif;
          font-size: 1.0em;
          font-weight: normal;
          letter-spacing: 1px;
          border-bottom: 2px solid white; }
        #content .grid-item.col-3 .titles .summary {
          font-size: 0.85em;
          font-weight: normal; }
    #content .grid-item:nth-child(even) .titles {
      margin-right: 30px;
      text-align: right; }
    #content .grid-item:nth-child(even) .summary {
      padding-left: 20%; }
    #content .grid-item:nth-child(even) .titles,
    #content .grid-item:nth-child(even) .img {
      float: left; }
    #content .grid-item:nth-child(odd) .titles {
      margin-left: 30px; }
    #content .grid-item:nth-child(odd) .summary {
      padding-right: 20%; }
    #content .grid-item:nth-child(odd) .titles,
    #content .grid-item:nth-child(odd) .img {
      float: right; }
  #content .shop-grid {
    position: relative;
    margin: 0 auto;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap; }
    #content .shop-grid .grid-item {
      position: relative;
      width: 33.3%;
      padding: 0 1%;
      margin: 0 0 2%;
      text-decoration: none; }
      @media only screen and (min-width: 1400px) {
        #content .shop-grid .grid-item {
          width: 25%; } }
      @media only screen and (min-width: 1025px) {
        #content .shop-grid .grid-item {
          width: 25%; } }
      @media only screen and (min-width: 768px) and (max-width: 1059px) {
        #content .shop-grid .grid-item {
          width: 25%; } }
      @media only screen and (max-width: 767px) {
        #content .shop-grid .grid-item {
          width: 50%; } }
      #content .shop-grid .grid-item .img-wrapper {
        position: relative;
        background-color: #fff; }
      #content .shop-grid .grid-item:hover .img-wrapper .img {
        opacity: 0.4; }
      #content .shop-grid .grid-item .img {
        display: block;
        width: 100%;
        float: none;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1); }
      #content .shop-grid .grid-item .title {
        font-size: 0.75em;
        margin: 10px 0 0;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px; }
      #content .shop-grid .grid-item .price {
        font-size: 0.75em;
        margin: 0;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px; }
        #content .shop-grid .grid-item .price .sale {
          color: #ff0000; }
      #content .shop-grid .grid-item:hover .img {
        opacity: 0.4; }

.product-types {
  text-align: center;
  margin-bottom: 40px; }
  .product-types a {
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    text-decoration: none; }
    .product-types a + a {
      margin-left: 20px; }
    .product-types a:hover {
      border-color: #fff; }

#product-container {
  display: flex; }
  @media only screen and (max-width: 767px) {
    #product-container {
      flex-direction: column; } }

#garment-item {
  position: relative; }
  #garment-item .imgs {
    width: 415px; }
    @media only screen and (min-width: 768px) and (max-width: 1059px) {
      #garment-item .imgs {
        width: 60%; } }
    @media only screen and (max-width: 767px) {
      #garment-item .imgs {
        width: 100%;
        float: none; } }
    #garment-item .imgs .img {
      display: block;
      width: 100%;
      height: auto; }
  #garment-item #product-images {
    margin-bottom: 2%; }
    #garment-item #product-images .product-image-container {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      overflow: hidden; }
    #garment-item #product-images .product-image {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  #garment-item #pager {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%; }
    #garment-item #pager .product-thumb {
      display: block;
      width: 31.33%;
      margin: 0 1% 2%;
      padding: 0;
      border: 0;
      background-color: transparent; }
      #garment-item #pager .product-thumb .img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 0; }
  #garment-item .info {
    width: 350px;
    margin-left: 30px;
    padding-right: 30px;
    float: left; }
    @media only screen and (min-width: 768px) and (max-width: 1059px) {
      #garment-item .info {
        width: 35%;
        margin-left: 5%; } }
    @media only screen and (max-width: 767px) {
      #garment-item .info {
        width: 100%;
        float: none;
        margin-left: 0;
        padding-right: 0; } }
    #garment-item .info .title {
      margin: 0;
      font-size: 1.5em;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 1.0em; }
    #garment-item .info .sub-title {
      margin: 0 0 10px;
      font-family: 'Georgia', serif;
      font-weight: normal;
      font-size: 1.0em;
      letter-spacing: 1px;
      border-bottom: 2px solid white;
      padding-bottom: 10px; }
    #garment-item .info .social {
      margin-bottom: 20px; }
      #garment-item .info .social .social-btn {
        display: block; }
      #garment-item .info .social .img {
        display: block;
        width: 22px;
        height: auto; }
    #garment-item .info p {
      font-size: 0.8em;
      line-height: 1.5em;
      width: 85%; }
      #garment-item .info p.blue {
        color: #c0e0eb;
        text-transform: uppercase; }
      #garment-item .info p.price {
        font-size: 1.2em;
        font-weight: bold; }
    #garment-item .info .sizes {
      display: block;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      background-color: #fff;
      width: 180px;
      text-align: center; }
      #garment-item .info .sizes .size {
        background-color: #fff;
        text-align: center;
        text-transform: uppercase; }
    #garment-item .info .add-to-bag {
      border: 4px solid #000;
      padding: 10px;
      width: 100%;
      font-size: 0.85em;
      letter-spacing: 2px;
      text-align: center;
      background-color: #fff;
      text-transform: uppercase;
      font-weight: normal;
      -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
      #garment-item .info .add-to-bag:hover {
        color: #fff;
        background-color: #000; }

#product-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  overflow-y: scroll; }
  #product-sidebar .sidebar-item {
    display: block;
    width: 100%; }
    #product-sidebar .sidebar-item .img {
      display: block;
      width: 100%;
      height: auto; }
    #product-sidebar .sidebar-item + .sidebar-item {
      margin-top: 10px; }

.article {
  position: relative; }
  .article .article-contents {
    width: 100%;
    padding-right: 220px; }
    .article .article-contents .title {
      margin-top: 0; }
  .article .text-col {
    float: right;
    width: 300px;
    margin-left: 30px;
    display: block;
    position: relative; }
    .article .text-col .title {
      font-size: 1.4em;
      text-transform: uppercase;
      letter-spacing: 0.175em;
      line-height: 1.0em;
      margin: 0; }
    .article .text-col .category {
      font-family: 'Georgia', serif;
      font-size: 1.0em;
      font-weight: normal;
      letter-spacing: 1px;
      margin: 0 0 3em;
      color: white; }
    .article .text-col p {
      font-size: 0.85em; }
  .article .content-col {
    float: left;
    width: 640px;
    display: block;
    position: relative; }
    .article .content-col .content-block {
      display: block;
      width: 100%;
      position: relative;
      margin-bottom: 20px; }
      .article .content-col .content-block.image {
        background-color: #f3f9fb; }
        .article .content-col .content-block.image .img {
          display: block;
          margin: 0 auto; }
          .article .content-col .content-block.image .img.landscape {
            width: 100%;
            height: auto; }
          .article .content-col .content-block.image .img.portrait {
            height: 424px;
            width: auto; }
      .article .content-col .content-block.quote {
        font-size: 1.4em;
        text-transform: uppercase;
        letter-spacing: 0.175em;
        line-height: 1.0em;
        padding: 20px 0;
        text-align: center; }
      .article .content-col .content-block.embed {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0; }
        .article .content-col .content-block.embed iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

/*
**  Shopify
*/
#product-options {
  padding-top: 1em; }
  #product-options #product-price {
    display: block;
    border-bottom: 1px solid #d2d2d2; }
  #product-options #product-variants {
    display: block; }

.page {
  background-image: url(http://copsonlondon.s3.amazonaws.com/wp-content/uploads/2014/05/halfcircle.png);
  background-repeat: no-repeat;
  background-position: right 34px; }
  .page .title {
    margin-bottom: 0; }
  .page .page-text {
    /*
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    */ }
    .page .page-text p {
      font-size: 0.85em;
      margin: 0; }
      .page .page-text p + p {
        margin-bottom: 1em; }

#product-variants {
  margin: 20px 0; }
  #product-variants select {
    width: 100%; }

.template-cart form table {
  width: 100%; }
  .template-cart form table thead th {
    font-size: 1.0em;
    text-transform: uppercase; }
  .template-cart form table tbody td {
    text-align: center; }
    .template-cart form table tbody td input[type="number"] {
      width: 60px; }
    .template-cart form table tbody td.item-name {
      text-align: left; }
      .template-cart form table tbody td.item-name .title {
        font-size: 0.85em;
        text-align: left;
        text-transform: uppercase; }
.template-cart .cart-actions .subtotal {
  text-align: right; }
.template-cart .cart-btn {
  border: 4px solid #000;
  padding: 10px;
  width: 220px;
  font-size: 0.85em;
  letter-spacing: 2px;
  text-align: center;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  text-decoration: none;
  margin: 0 0 0 auto;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out; }
  .template-cart .cart-btn + .cart-btn {
    margin-top: 20px; }
  .template-cart .cart-btn:hover {
    color: #fff;
    background-color: #000; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Contain floats: h5bp.com/q
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

@media only screen and (min-width: 768px) and (max-width: 1059px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; }

  .article-contents {
    padding-right: 0px !important; }
    .article-contents p img {
      vertical-align: top;
      width: 100%; }
    .article-contents p em {
      display: block; } }
@media only screen and (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; }

  .article-contents {
    padding-right: 0px !important; }
    .article-contents p img {
      vertical-align: top;
      width: 100%; }
    .article-contents p em {
      display: block; } }
.fb-comments {
  width: 100% !important; }
  .fb-comments span {
    width: 100% !important; }
  .fb-comments iframe {
    width: 100% !important; }

/*
** Newsletter Signup
*/
#newsletter-subscribe-form {
  margin: 0 0 0.5em;
  font-size: 0.85em; }
  #newsletter-subscribe-form label {
    text-transform: uppercase;
    margin-bottom: 0.25em; }
  #newsletter-subscribe-form .form-container {
    display: flex;
    width: 360px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      #newsletter-subscribe-form .form-container {
        width: 100%; } }
  #newsletter-subscribe-form input[type="email"] {
    border: 0;
    border-bottom: 1px solid #ffffff;
    outline: 0;
    background: transparent;
    color: #fff;
    width: 100%; }
  #newsletter-subscribe-form input[type="submit"] {
    appearance: none;
    border: 2px solid #fff;
    padding: 3px 5px;
    text-transform: uppercase;
    background-color: #fff;
    color: #000; }
    #newsletter-subscribe-form input[type="submit"]:hover {
      background-color: #000;
      color: #fff; }

/*
** Search Menu
*/
#search-menu {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -5px; }
  @media only screen and (max-width: 767px) {
    #search-menu {
      justify-content: center; } }

#search-icon-btn {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent; }
  #search-icon-btn svg {
    width: 20px;
    display: block; }

#search-menu-input {
  border: 0;
  border-bottom: 1px solid #000;
  max-width: 100px;
  background: transparent; }
  #search-menu-input:focus {
    outline: 0;
    background-color: transparent; }
  @media only screen and (min-width: 768px) and (max-width: 1059px) {
    #search-menu-input {
      width: 100px; } }
  @media only screen and (max-width: 767px) {
    #search-menu-input {
      width: 160px; } }

/*
** Breadcrumbs
*/
.breadcrumbs {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 0.8em;
  letter-spacing: 1px;
  padding-bottom: 10px; }
  .breadcrumbs ul {
    display: block;
    list-style: none outside none;
    padding-left: 0;
    margin: 0; }
    .breadcrumbs ul li {
      display: inline-block; }
      .breadcrumbs ul li:after {
        content: ' > '; }
      .breadcrumbs ul li:last-child:after {
        content: ''; }
      .breadcrumbs ul li a:hover {
        text-decoration: none; }

/*
** Brand Grid
*/
/*
** Banner
*/
#banner {
  background-color: #0b0b0b;
  color: #e2e2e2; }
  #banner .container {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    font-size: 0.7em;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      #banner .container {
        flex-direction: column; }
        #banner .container .banner-item {
          width: 100%;
          text-align: center; }
          #banner .container .banner-item + .banner-item {
            margin-top: 5px; } }

/*
**  Curated Grid
*/
#content .shop-grid.curated-grid {
  padding-bottom: 0; }
  #content .shop-grid.curated-grid .grid-item {
    width: 33.3%; }
    @media only screen and (max-width: 767px) {
      #content .shop-grid.curated-grid .grid-item {
        width: 50%; } }

#content .shop-grid.brand-grid .title,
#content .shop-grid.blog-grid .title,
#content .shop-grid.curated-grid .title {
  font-weight: 700; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
