@import url(/public/web-assets/fonts/GT-Sectra-Regular.css);@import url(/public/web-assets/fonts/GT-Sectra-Medium.css);@import url(/public/web-assets/fonts/GT-Sectra-Book.css);@import url(/public/web-assets/fonts/PlainBold-Regular.css);@import url(/public/web-assets/fonts/PlainMedium-Regular.css);@import url(/public/web-assets/fonts/PlainRegular-Regular.css);@import url(/public/web-assets/fonts/PlainLight-Regular.css);html {
  overflow-x: hidden; }

html.no-scroll, html.no-scroll body {
  height: 100%;
  overflow: hidden; }

.mlr-auto {
  margin-left: auto;
  margin-right: auto; }

body {
  color: #0b0b0b;
  -webkit-font-smoothing: antialiased !important; }

body:not(.position-sticky-fix) {
  overflow-x: hidden; }

:root {
  text-underline-position: under; }

body img {
  display: block;
  max-width: 100%;
  box-sizing: border-box; }

body.no-scroll {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.page-container {
  background: white;
  width: 100%; }

a {
  color: #0b0b0b; }

p a {
  color: #0b0b0b;
  text-decoration: underline; }

a, p, input {
  box-sizing: border-box; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body.hide-header .site-header {
  display: none; }

body.nav-bottom-border .site-header-element {
  border-bottom: 1px solid black; }

.site-header .site-header-element {
  background: #fff; }

.site-header.inverted, .site-header.inverted .site-header-element {
  background: #000;
  color: #fff; }
  .site-header.inverted a, .site-header.inverted p, .site-header.inverted .site-header-element a, .site-header.inverted .site-header-element p {
    color: #fff; }

.site-header .site-header-element, .site-header a, .site-header p {
  transition: all 0.4s ease-in-out; }

.nav-background-element {
  background: white; }

body.inverted-nav .site-header,
body.inverted-nav .site-header-element, body.transparent-nav .site-header,
body.transparent-nav .site-header-element {
  color: #fff; }
  body.inverted-nav .site-header a, body.inverted-nav .site-header p,
  body.inverted-nav .site-header-element a,
  body.inverted-nav .site-header-element p, body.transparent-nav .site-header a, body.transparent-nav .site-header p,
  body.transparent-nav .site-header-element a,
  body.transparent-nav .site-header-element p {
    color: #fff; }

body.inverted-nav #GOAT_logo, body.transparent-nav #GOAT_logo {
  fill: #fff; }

body.inverted-nav .ellipses-container .ellipses, body.transparent-nav .ellipses-container .ellipses {
  border: 1px solid white;
  background: none; }

body.inverted-nav .ellipses-container:hover .ellipses, body.transparent-nav .ellipses-container:hover .ellipses {
  background-color: white; }

body.inverted-nav .site-header,
body.inverted-nav .site-header-element {
  background: #000; }

body.transparent-nav .site-header,
body.transparent-nav .site-header-element {
  background: none; }

#GOAT_logo.white {
  fill: #fff; }

.has-min-height {
  min-height: 450px; }

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

.hide-scroll::-webkit-scrollbar {
  width: 0px;
  overflow: overlay;
  background: transparant; }

.hide-scroll::-webkit-resizer {
  display: none; }

.hide-scroll::-webkit-scrollbar-corner {
  display: none; }

.hide-scroll::-webkit-resizer,
.hide-scroll::-webkit-scrollbar-button,
.hide-scroll::-webkit-scrollbar-corner {
  display: none; }

.hide-scroll::-webkit-scrollbar-track-piece {
  background: transparent; }

.hide-scroll::-webkit-scrollbar-thumb {
  max-height: 0; }

.goat-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 3px;
  -webkit-overflow-scrolling: touch; }

.goat-scroll::-webkit-scrollbar {
  width: 3px;
  overflow: overlay;
  background: transparant; }

.goat-scroll::-webkit-resizer {
  display: none; }

.goat-scroll::-webkit-scrollbar-corner {
  display: none; }

.goat-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: inset 0 0 12px transparent;
  max-height: 16;
  color: black;
  background-color: black; }

.goat-scroll::-webkit-scrollbar-track-piece {
  background: transparent; }

.goat-scroll::-webkit-resizer,
.goat-scroll::-webkit-scrollbar-button,
.goat-scroll::-webkit-scrollbar-corner {
  display: none; }

input {
  border-radius: 0; }

button {
  border-radius: 0; }

a.underlined {
  text-decoration: underline; }

.header-links p.active, .header-links p.underlined, .header-links p:hover, .header-links a.active, .header-links a.underlined, .header-links a:hover {
  text-decoration: underline; }

/* Component classes */
@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #000;
  border-bottom-color: #000;
  animation: spinner .8s ease infinite; }

.spinner-light:before {
  border-top-color: #fff;
  border-bottom-color: #fff; }

a {
  text-decoration: none; }

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* Positioning classes */
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row; }

.center-items, .center-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

.flexrow {
  display: flex;
  flex-direction: row; }

.flex-direction-row {
  flex-direction: row; }

.flex-direction-column {
  flex-direction: column; }

.pin-top {
  margin-bottom: auto; }

.pin-right {
  margin-left: auto; }

.pin-bottom {
  margin-top: auto; }

.pin-left {
  margin-right: auto; }

.border-box, .checkout-action-button-group .secondary, .checkout-action-button-group .primary, .checkout-action-button-group .order-confirmation-continue-shipping, .product-template-filter-menu, .product-template-title-container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.flex, .checkout-row-review-content, .checkout-product-details, .checkout-action-button-group, .product-template-filter-menu, .home-hero-container .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.space-between, .checkout-row-review-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.grow, .goat-button, .checkout-action-button-group .secondary, .checkout-action-button-group .primary, .size-selector, .checkout-login-register, .home-hero-container, .dropdown-menu-selector {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.align-center, .checkout-review-cta, .checkout-product-details {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.column, .checkout-container, .checkout-content-container, .payment-column, .size-selector, .product-template-display, .checkout-login, .checkout-login-action-button-group, .checkout-address-form-container, .product-display-condition-menu, .order-confirmation-container .content, .home-hero, .home-hero-container, .not-found-container {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.column, .checkout-container, .checkout-content-container, .payment-column, .size-selector, .product-template-display, .checkout-login, .checkout-login-action-button-group, .checkout-address-form-container, .product-display-condition-menu, .order-confirmation-container .content, .home-hero, .home-hero-container, .not-found-container {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.one-third {
  box-sizing: border-box;
  flex: 0 0 33%; }

/* Align start justify ___ */
.align-start-justify-start, .checkout-row-review-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-start-justify-center, .payment-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-start-justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-start-justify-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* Align center justify ___ */
.align-center-justify-start, .checkout-container, .checkout-content-container, .payment-row, .size-selector, .size-selector-menu-item, .size-selector-attributes, .checkout-login, .checkout-login-action-button-group, .checkout-address-form-container, .location-row, .address-container, .product-template-filter-menu .menu-item, .order-confirmation-container .content, .checkout-payment-card-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-center-justify-center, .goat-button, .checkout-action-button-group .secondary, .checkout-action-button-group .primary, .product-template-display, .product-display-condition-menu, .product-display-condition-menu-item, .product-template-title-container, .checkout-login-register, .order-confirmation-continue-shipping, .home-hero, .home-hero-container, .home-hero-container .cta, .carousel-caret-container, .carousel-caret-container.disabled, .not-found-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-center-justify-end, .product-display-size-condition-exit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-center-justify-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* Align end justify ___ */
.align-end-justify-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-end-justify-center, .checkout-product-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-end-justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-end-justify-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-end-absolute {
  position: absolute;
  bottom: 0;
  left: 0; }

/* Hardware accelerators */
.hardware-accelerate {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000; }

/* Height - Width */
.full-height, .checkout-container, .size-selector-attributes, .checkout-login, .checkout-product-details-container, .product-template-filter-menu .menu-item, .product-template-title-container {
  height: 100%; }

.full-width, .goat-button-group, .checkout-container, .checkout-content-container, .payment-row, .size-selector, .size-selector-attributes, .checkout-login-action-button-group, .checkout-product-details-container, .checkout-product-details, .checkout-action-button-group, .checkout-address-form-container, .product-display-condition-menu-item, .product-template-filter-menu, .order-confirmation-continue-shipping, .product-template-display-content-container, .checkout-payment-card-menu-item {
  width: 100%; }

.full-window-height, .not-found-container {
  height: 100vh; }

.full-window-width {
  width: 100vw; }

.full-height-full-width, .product-template-display {
  height: 100%;
  width: 100%; }

.full-window-height-full-window-width {
  height: 100vh;
  width: 100vw; }

.full-height-full-width-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.full-height-full-width-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.pointer, .size-selector-attributes, .checkout-action-button-group .secondary, .checkout-action-button-group .primary, .location-menu-item, .address-container, .product-template-filter-menu .menu-item, .side-menu-items, .checkout-login-register, .home-hero-container .cta, .checkout-payment-card-menu-item {
  cursor: pointer; }

.hover-underline:hover, .side-menu-items:hover {
  text-decoration: underline;
  text-underline-position: under; }

.underline, .goat-menu-item .hoverable .edit:hover, .product-display-condition-menu-item:hover a, .checkout-login-register:hover {
  text-decoration: underline;
  text-underline-position: under; }

/* Fonts */
.antialias {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'GT-Sectra-Book', 'GT-Sectra-Regular', serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.plain, .plain-regular-24-caps, .plain-regular-10-caps, .home-hero-container .sku, .home-hero-container .cta, .input-field::-webkit-input-placeholder, .stripe-elements, .plain-regular-10, .plain-regular-12-caps, .plain-medium-12-caps, .plain-regular-12, .checkout-review-text, .input-field, .plain-medium-14-caps, .plain-medium-14, .payment-text, .checkout-action-button-group .secondary, .checkout-payment-credit-card-text, .shipping-radio-text, .product-display-condition-menu-item a, .product-template-filter-menu .menu-item, .product-template-title-container, .product-template-grid-name, .product-template-grid-price, .order-confirmation-title, .order-confirmation-number-text, .order-confirmation-number, .order-confirmation-sku, .order-confirmation-name, .order-confirmation-price, .order-confirmation-continue-shipping {
  font-family: Plain; }

.plain-medium, .plain-medium-36-caps, .plain-medium-24-caps, .checkout-title, .pages-content h1, .plain-medium-16-caps, .pages-content h2, .plain-medium-10-caps, .checkout-row-review-title, .size-selector-attributes *, .size-selector-attributes .size, .size-selector-attributes .price, .size-selector-attributes .condition, .checkout-product-details .sku, .checkout-product-details .name, .checkout-product-details .price, .checkout-login-register {
  font-family: Plain-Medium; }

.fancy-book, .sectra-regular-36, .sectra-regular-32, .sectra-book-32, .sectra-regular-22, .sectra-regular-24, .sectra-book-36, .sectra-regular-10, .sectra-book-10, .sectra-regular-16, .sectra-book-16, .pages-content p {
  font-family: "GT-Sectra-Book", GT-Sectra, serif;
  font-variant-numeric: lining-nums;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.swipe-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  position: relative; }

.swipe-container-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0px;
  margin: 0px; }
  .swipe-container-list.mobile {
    position: relative; }
    .swipe-container-list.mobile img {
      margin-bottom: 30px;
      max-height: 220px; }

.swipe-container-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  box-sizing: border-box; }

.carousel-dots {
  margin: 12px auto 0; }

.product-template-name {
  font-size: 160%;
  letter-spacing: 1px;
  font-family: GT Sectra Fine Regular; }

.product-template-sku {
  font-size: 100%;
  letter-spacing: 2px;
  font-family: GT Sectra Fine Regular; }

.product-template-size-selector {
  font-size: 100%;
  letter-spacing: 1px;
  font-family: GT Sectra Fine Regular;
  border-bottom: 1px solid #818181;
  border-top: 1px solid #818181;
  height: 40px;
  width: 80%;
  cursor: pointer; }

.product-template-action-button, .checkout-action-button-group .secondary, .checkout-action-button-group .primary {
  font-size: 100%;
  letter-spacing: 1px;
  font-family: Plain; }

.product-template-size-condition {
  font-size: 100%;
  letter-spacing: 1px;
  font-family: Plain; }

.checkout-title {
  margin-top: 90px;
  margin-bottom: 40px; }

.checkout-login-form-field {
  font-size: 100%;
  letter-spacing: 1px;
  font-family: Plain;
  font-weight: 300;
  height: 48px;
  width: 70%;
  padding: 0px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid black;
  border-left: none;
  border-image: initial;
  outline: none;
  margin: 5%; }
  .checkout-login-form-field::-webkit-input-placeholder {
    color: gray;
    font-size: 10px; }
  .checkout-login-form-field:-moz-placeholder {
    color: gray;
    font-size: 10px; }
  .checkout-login-form-field::-moz-placeholder {
    color: gray;
    font-size: 10px; }
  .checkout-login-form-field:-ms-input-placeholder {
    color: gray;
    font-size: 10px; }

.checkout-review-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.two-columns-grid {
  position: relative;
  overflow: hidden; }
  .two-columns-grid.mobile {
    border-left: none;
    border-right: none;
    margin-left: -1px;
    margin-right: -1px; }
    .two-columns-grid.mobile .cell {
      padding-bottom: 0; }
  .two-columns-grid .cell {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    border-bottom: 1px solid rgba(129, 129, 129, 0.6);
    border-right: 1px solid rgba(129, 129, 129, 0.6);
    position: relative;
    padding-bottom: 50%; }
  .two-columns-grid:not(.mobile) .cell:hover .overlay {
    border: 1px solid black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -1px;
    position: absolute;
    pointer-events: none; }
  .two-columns-grid .cell:nth-child(1) {
    border-top: 1px solid black; }
  .two-columns-grid .cell:nth-child(2) {
    border-top: 1px solid black; }
  .two-columns-grid .cell:nth-child(2n + 1) {
    border-left: 1px solid black; }
  .two-columns-grid .cell:nth-child(2n) {
    border-right: 1px solid black; }
  .two-columns-grid .cell:nth-last-child(-n+2) {
    border-bottom: 1px solid black; }
  .two-columns-grid .cell:last-child {
    border-right: 1px solid black; }
  .two-columns-grid.mobile .cell:nth-child(2n + 1) {
    border-left: none !important; }
  .two-columns-grid.mobile .cell:nth-child(2n) {
    border-right: none !important; }
  .two-columns-grid.no-border-top .cell:nth-child(1), .two-columns-grid.no-border-top .cell:nth-child(2) {
    border-top: none; }
  .two-columns-grid.border-top-gray .cell:nth-child(1), .two-columns-grid.border-top-gray .cell:nth-child(2) {
    border-top: 1px solid rgba(129, 129, 129, 0.6); }
  .two-columns-grid.border-bottom-gray .cell:nth-last-child(-n+2), .two-columns-grid.border-bottom-gray .cell:last-child {
    border-bottom: 1px solid rgba(129, 129, 129, 0.6); }
  .two-columns-grid.border-bottom-gray .cell:last-child {
    border-right: 1px solid rgba(129, 129, 129, 0.6); }

.three-columns-grid {
  position: relative;
  overflow: hidden; }
  .three-columns-grid.mobile {
    border-left: none;
    border-right: none;
    margin-left: -1px;
    margin-right: -1px; }
    .three-columns-grid.mobile .cell {
      padding-bottom: 0; }
  .three-columns-grid .cell {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 33.33%;
    max-width: 33.33%;
    border-bottom: 1px solid rgba(129, 129, 129, 0.6);
    border-right: 1px solid rgba(129, 129, 129, 0.6);
    position: relative;
    padding-bottom: 33.33%; }
  .three-columns-grid:not(.mobile) .cell:hover .overlay {
    border: 1px solid black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -1px;
    position: absolute;
    pointer-events: none; }
  .three-columns-grid .cell:nth-child(1) {
    border-top: 1px solid black; }
  .three-columns-grid .cell:nth-child(2) {
    border-top: 1px solid black; }
  .three-columns-grid .cell:nth-child(3) {
    border-top: 1px solid black; }
  .three-columns-grid .cell:nth-child(3n + 1) {
    border-left: 1px solid black; }
  .three-columns-grid .cell:nth-child(3n) {
    border-right: 1px solid black; }
  .three-columns-grid .cell:nth-last-child(-n+3) {
    border-bottom: 1px solid black; }
  .three-columns-grid .cell:last-child {
    border-right: 1px solid black; }
  .three-columns-grid.mobile .cell:nth-child(3n + 1) {
    border-left: none !important; }
  .three-columns-grid.mobile .cell:nth-child(3n) {
    border-right: none !important; }
  .three-columns-grid.no-border-top .cell:nth-child(1), .three-columns-grid.no-border-top .cell:nth-child(2) {
    border-top: none; }
  .three-columns-grid.border-top-gray .cell:nth-child(1), .three-columns-grid.border-top-gray .cell:nth-child(2) {
    border-top: 1px solid rgba(129, 129, 129, 0.6); }
  .three-columns-grid.border-bottom-gray .cell:nth-last-child(-n+3), .three-columns-grid.border-bottom-gray .cell:last-child {
    border-bottom: 1px solid rgba(129, 129, 129, 0.6); }
  .three-columns-grid.border-bottom-gray .cell:last-child {
    border-right: 1px solid rgba(129, 129, 129, 0.6); }

.four-columns-grid {
  position: relative;
  overflow: hidden; }
  .four-columns-grid.mobile {
    border-left: none;
    border-right: none;
    margin-left: -1px;
    margin-right: -1px; }
    .four-columns-grid.mobile .cell {
      padding-bottom: 0; }
  .four-columns-grid .cell {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 25%;
    max-width: 25%;
    border-bottom: 1px solid rgba(129, 129, 129, 0.6);
    border-right: 1px solid rgba(129, 129, 129, 0.6);
    position: relative;
    padding-bottom: 25%; }
  .four-columns-grid:not(.mobile) .cell:hover .overlay {
    border: 1px solid black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -1px;
    position: absolute;
    pointer-events: none; }
  .four-columns-grid .cell:nth-child(1) {
    border-top: 1px solid black; }
  .four-columns-grid .cell:nth-child(2) {
    border-top: 1px solid black; }
  .four-columns-grid .cell:nth-child(3) {
    border-top: 1px solid black; }
  .four-columns-grid .cell:nth-child(4) {
    border-top: 1px solid black; }
  .four-columns-grid .cell:nth-child(4n + 1) {
    border-left: 1px solid black; }
  .four-columns-grid .cell:nth-child(4n) {
    border-right: 1px solid black; }
  .four-columns-grid .cell:nth-last-child(-n+4) {
    border-bottom: 1px solid black; }
  .four-columns-grid .cell:last-child {
    border-right: 1px solid black; }
  .four-columns-grid.mobile .cell:nth-child(4n + 1) {
    border-left: none !important; }
  .four-columns-grid.mobile .cell:nth-child(4n) {
    border-right: none !important; }
  .four-columns-grid.no-border-top .cell:nth-child(1), .four-columns-grid.no-border-top .cell:nth-child(2) {
    border-top: none; }
  .four-columns-grid.border-top-gray .cell:nth-child(1), .four-columns-grid.border-top-gray .cell:nth-child(2) {
    border-top: 1px solid rgba(129, 129, 129, 0.6); }
  .four-columns-grid.border-bottom-gray .cell:nth-last-child(-n+4), .four-columns-grid.border-bottom-gray .cell:last-child {
    border-bottom: 1px solid rgba(129, 129, 129, 0.6); }
  .four-columns-grid.border-bottom-gray .cell:last-child {
    border-right: 1px solid rgba(129, 129, 129, 0.6); }

.five-columns-grid {
  position: relative;
  overflow: hidden; }
  .five-columns-grid.mobile {
    border-left: none;
    border-right: none;
    margin-left: -1px;
    margin-right: -1px; }
    .five-columns-grid.mobile .cell {
      padding-bottom: 0; }
  .five-columns-grid .cell {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 20%;
    max-width: 20%;
    border-bottom: 1px solid rgba(129, 129, 129, 0.6);
    border-right: 1px solid rgba(129, 129, 129, 0.6);
    position: relative;
    padding-bottom: 20%; }
  .five-columns-grid:not(.mobile) .cell:hover .overlay {
    border: 1px solid black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -1px;
    position: absolute;
    pointer-events: none; }
  .five-columns-grid .cell:nth-child(1) {
    border-top: 1px solid black; }
  .five-columns-grid .cell:nth-child(2) {
    border-top: 1px solid black; }
  .five-columns-grid .cell:nth-child(3) {
    border-top: 1px solid black; }
  .five-columns-grid .cell:nth-child(4) {
    border-top: 1px solid black; }
  .five-columns-grid .cell:nth-child(5) {
    border-top: 1px solid black; }
  .five-columns-grid .cell:nth-child(5n + 1) {
    border-left: 1px solid black; }
  .five-columns-grid .cell:nth-child(5n) {
    border-right: 1px solid black; }
  .five-columns-grid .cell:nth-last-child(-n+5) {
    border-bottom: 1px solid black; }
  .five-columns-grid .cell:last-child {
    border-right: 1px solid black; }
  .five-columns-grid.mobile .cell:nth-child(5n + 1) {
    border-left: none !important; }
  .five-columns-grid.mobile .cell:nth-child(5n) {
    border-right: none !important; }
  .five-columns-grid.no-border-top .cell:nth-child(1), .five-columns-grid.no-border-top .cell:nth-child(2) {
    border-top: none; }
  .five-columns-grid.border-top-gray .cell:nth-child(1), .five-columns-grid.border-top-gray .cell:nth-child(2) {
    border-top: 1px solid rgba(129, 129, 129, 0.6); }
  .five-columns-grid.border-bottom-gray .cell:nth-last-child(-n+5), .five-columns-grid.border-bottom-gray .cell:last-child {
    border-bottom: 1px solid rgba(129, 129, 129, 0.6); }
  .five-columns-grid.border-bottom-gray .cell:last-child {
    border-right: 1px solid rgba(129, 129, 129, 0.6); }

.six-columns-grid {
  position: relative;
  overflow: hidden; }
  .six-columns-grid.mobile {
    border-left: none;
    border-right: none;
    margin-left: -1px;
    margin-right: -1px; }
    .six-columns-grid.mobile .cell {
      padding-bottom: 0; }
  .six-columns-grid .cell {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 16.66%;
    max-width: 16.66%;
    border-bottom: 1px solid rgba(129, 129, 129, 0.6);
    border-right: 1px solid rgba(129, 129, 129, 0.6);
    position: relative;
    padding-bottom: 16.66%; }
  .six-columns-grid:not(.mobile) .cell:hover .overlay {
    border: 1px solid black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -1px;
    position: absolute;
    pointer-events: none; }
  .six-columns-grid .cell:nth-child(1) {
    border-top: 1px solid black; }
  .six-columns-grid .cell:nth-child(2) {
    border-top: 1px solid black; }
  .six-columns-grid .cell:nth-child(3) {
    border-top: 1px solid black; }
  .six-columns-grid .cell:nth-child(4) {
    border-top: 1px solid black; }
  .six-columns-grid .cell:nth-child(5) {
    border-top: 1px solid black; }
  .six-columns-grid .cell:nth-child(6) {
    border-top: 1px solid black; }
  .six-columns-grid .cell:nth-child(6n + 1) {
    border-left: 1px solid black; }
  .six-columns-grid .cell:nth-child(6n) {
    border-right: 1px solid black; }
  .six-columns-grid .cell:nth-last-child(-n+6) {
    border-bottom: 1px solid black; }
  .six-columns-grid .cell:last-child {
    border-right: 1px solid black; }
  .six-columns-grid.mobile .cell:nth-child(6n + 1) {
    border-left: none !important; }
  .six-columns-grid.mobile .cell:nth-child(6n) {
    border-right: none !important; }
  .six-columns-grid.no-border-top .cell:nth-child(1), .six-columns-grid.no-border-top .cell:nth-child(2) {
    border-top: none; }
  .six-columns-grid.border-top-gray .cell:nth-child(1), .six-columns-grid.border-top-gray .cell:nth-child(2) {
    border-top: 1px solid rgba(129, 129, 129, 0.6); }
  .six-columns-grid.border-bottom-gray .cell:nth-last-child(-n+6), .six-columns-grid.border-bottom-gray .cell:last-child {
    border-bottom: 1px solid rgba(129, 129, 129, 0.6); }
  .six-columns-grid.border-bottom-gray .cell:last-child {
    border-right: 1px solid rgba(129, 129, 129, 0.6); }

.seven-columns-grid {
  position: relative;
  overflow: hidden; }
  .seven-columns-grid.mobile {
    border-left: none;
    border-right: none;
    margin-left: -1px;
    margin-right: -1px; }
    .seven-columns-grid.mobile .cell {
      padding-bottom: 0; }
  .seven-columns-grid .cell {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 14.28%;
    max-width: 14.28%;
    border-bottom: 1px solid rgba(129, 129, 129, 0.6);
    border-right: 1px solid rgba(129, 129, 129, 0.6);
    position: relative;
    padding-bottom: 14.28%; }
  .seven-columns-grid:not(.mobile) .cell:hover .overlay {
    border: 1px solid black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -1px;
    position: absolute;
    pointer-events: none; }
  .seven-columns-grid .cell:nth-child(1) {
    border-top: 1px solid black; }
  .seven-columns-grid .cell:nth-child(2) {
    border-top: 1px solid black; }
  .seven-columns-grid .cell:nth-child(3) {
    border-top: 1px solid black; }
  .seven-columns-grid .cell:nth-child(4) {
    border-top: 1px solid black; }
  .seven-columns-grid .cell:nth-child(5) {
    border-top: 1px solid black; }
  .seven-columns-grid .cell:nth-child(6) {
    border-top: 1px solid black; }
  .seven-columns-grid .cell:nth-child(7) {
    border-top: 1px solid black; }
  .seven-columns-grid .cell:nth-child(7n + 1) {
    border-left: 1px solid black; }
  .seven-columns-grid .cell:nth-child(7n) {
    border-right: 1px solid black; }
  .seven-columns-grid .cell:nth-last-child(-n+7) {
    border-bottom: 1px solid black; }
  .seven-columns-grid .cell:last-child {
    border-right: 1px solid black; }
  .seven-columns-grid.mobile .cell:nth-child(7n + 1) {
    border-left: none !important; }
  .seven-columns-grid.mobile .cell:nth-child(7n) {
    border-right: none !important; }
  .seven-columns-grid.no-border-top .cell:nth-child(1), .seven-columns-grid.no-border-top .cell:nth-child(2) {
    border-top: none; }
  .seven-columns-grid.border-top-gray .cell:nth-child(1), .seven-columns-grid.border-top-gray .cell:nth-child(2) {
    border-top: 1px solid rgba(129, 129, 129, 0.6); }
  .seven-columns-grid.border-bottom-gray .cell:nth-last-child(-n+7), .seven-columns-grid.border-bottom-gray .cell:last-child {
    border-bottom: 1px solid rgba(129, 129, 129, 0.6); }
  .seven-columns-grid.border-bottom-gray .cell:last-child {
    border-right: 1px solid rgba(129, 129, 129, 0.6); }

.eight-columns-grid {
  position: relative;
  overflow: hidden; }
  .eight-columns-grid.mobile {
    border-left: none;
    border-right: none;
    margin-left: -1px;
    margin-right: -1px; }
    .eight-columns-grid.mobile .cell {
      padding-bottom: 0; }
  .eight-columns-grid .cell {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 12.5%;
    max-width: 12.5%;
    border-bottom: 1px solid rgba(129, 129, 129, 0.6);
    border-right: 1px solid rgba(129, 129, 129, 0.6);
    position: relative;
    padding-bottom: 12.5%; }
  .eight-columns-grid:not(.mobile) .cell:hover .overlay {
    border: 1px solid black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -1px;
    position: absolute;
    pointer-events: none; }
  .eight-columns-grid .cell:nth-child(1) {
    border-top: 1px solid black; }
  .eight-columns-grid .cell:nth-child(2) {
    border-top: 1px solid black; }
  .eight-columns-grid .cell:nth-child(3) {
    border-top: 1px solid black; }
  .eight-columns-grid .cell:nth-child(4) {
    border-top: 1px solid black; }
  .eight-columns-grid .cell:nth-child(5) {
    border-top: 1px solid black; }
  .eight-columns-grid .cell:nth-child(6) {
    border-top: 1px solid black; }
  .eight-columns-grid .cell:nth-child(7) {
    border-top: 1px solid black; }
  .eight-columns-grid .cell:nth-child(8) {
    border-top: 1px solid black; }
  .eight-columns-grid .cell:nth-child(8n + 1) {
    border-left: 1px solid black; }
  .eight-columns-grid .cell:nth-child(8n) {
    border-right: 1px solid black; }
  .eight-columns-grid .cell:nth-last-child(-n+8) {
    border-bottom: 1px solid black; }
  .eight-columns-grid .cell:last-child {
    border-right: 1px solid black; }
  .eight-columns-grid.mobile .cell:nth-child(8n + 1) {
    border-left: none !important; }
  .eight-columns-grid.mobile .cell:nth-child(8n) {
    border-right: none !important; }
  .eight-columns-grid.no-border-top .cell:nth-child(1), .eight-columns-grid.no-border-top .cell:nth-child(2) {
    border-top: none; }
  .eight-columns-grid.border-top-gray .cell:nth-child(1), .eight-columns-grid.border-top-gray .cell:nth-child(2) {
    border-top: 1px solid rgba(129, 129, 129, 0.6); }
  .eight-columns-grid.border-bottom-gray .cell:nth-last-child(-n+8), .eight-columns-grid.border-bottom-gray .cell:last-child {
    border-bottom: 1px solid rgba(129, 129, 129, 0.6); }
  .eight-columns-grid.border-bottom-gray .cell:last-child {
    border-right: 1px solid rgba(129, 129, 129, 0.6); }

.balance-text {
  text-wrap: balance; }

.border-sides {
  border-right: 1px solid black;
  border-left: 1px solid black; }

.font-size-10p {
  font-size: 10%; }

.font-size-20p {
  font-size: 20%; }

.font-size-30p {
  font-size: 30%; }

.font-size-40p {
  font-size: 40%; }

.font-size-50p {
  font-size: 50%; }

.font-size-60p, .payment-text {
  font-size: 60%; }

.font-size-70p, .checkout-payment-credit-card-text, .product-template-grid-name, .product-template-grid-price {
  font-size: 70%; }

.font-size-80p, .shipping-radio-text {
  font-size: 80%; }

.font-size-90p {
  font-size: 90%; }

.font-size-100p {
  font-size: 100%; }

.font-size-110p {
  font-size: 110%; }

.font-size-120p {
  font-size: 120%; }

.font-size-130p {
  font-size: 130%; }

.font-size-140p {
  font-size: 140%; }

.font-size-150p {
  font-size: 150%; }

.font-size-160p, .checkout-login-register {
  font-size: 160%; }

.font-size-170p {
  font-size: 170%; }

.font-size-180p {
  font-size: 180%; }

.font-size-190p {
  font-size: 190%; }

.font-size-200p {
  font-size: 200%; }

.font-size-210p {
  font-size: 210%; }

.font-size-220p {
  font-size: 220%; }

.font-size-230p {
  font-size: 230%; }

.font-size-240p {
  font-size: 240%; }

.font-size-250p {
  font-size: 250%; }

.font-size-260p {
  font-size: 260%; }

.font-size-270p {
  font-size: 270%; }

.font-size-280p {
  font-size: 280%; }

.font-size-290p {
  font-size: 290%; }

.font-size-300p, .product-template-title-container {
  font-size: 300%; }

.font-size-1x {
  font-size: 100%; }

.font-size-1.5x {
  font-size: 150%; }

.font-size-2x {
  font-size: 200%; }

.font-size-2.5x {
  font-size: 250%; }

.font-size-3x {
  font-size: 300%; }

.font-size-3.5x {
  font-size: 350%; }

.font-size-4x {
  font-size: 400%; }

.font-size-4.5x {
  font-size: 450%; }

.font-size-5x {
  font-size: 500%; }

.spacing-1, .payment-text, .checkout-payment-credit-card-text, .product-template-grid-name, .product-template-grid-price {
  letter-spacing: 1px; }

.spacing-1.1, .1.payment-text, .1.checkout-payment-credit-card-text, .1.product-template-grid-name, .1.product-template-grid-price {
  letter-spacing: 1.1px; }

.spacing-1.2, .2.payment-text, .2.checkout-payment-credit-card-text, .2.product-template-grid-name, .2.product-template-grid-price {
  letter-spacing: 1.2px; }

.spacing-1.3, .3.payment-text, .3.checkout-payment-credit-card-text, .3.product-template-grid-name, .3.product-template-grid-price {
  letter-spacing: 1.3px; }

.spacing-1.4, .4.payment-text, .4.checkout-payment-credit-card-text, .4.product-template-grid-name, .4.product-template-grid-price {
  letter-spacing: 1.4px; }

.spacing-1.5, .5.payment-text, .5.checkout-payment-credit-card-text, .5.product-template-grid-name, .5.product-template-grid-price {
  letter-spacing: 1.5px; }

.spacing-1.6, .6.payment-text, .6.checkout-payment-credit-card-text, .6.product-template-grid-name, .6.product-template-grid-price {
  letter-spacing: 1.6px; }

.spacing-1.7, .7.payment-text, .7.checkout-payment-credit-card-text, .7.product-template-grid-name, .7.product-template-grid-price {
  letter-spacing: 1.7px; }

.spacing-1.8, .8.payment-text, .8.checkout-payment-credit-card-text, .8.product-template-grid-name, .8.product-template-grid-price {
  letter-spacing: 1.8px; }

.spacing-1.9, .9.payment-text, .9.checkout-payment-credit-card-text, .9.product-template-grid-name, .9.product-template-grid-price {
  letter-spacing: 1.9px; }

.spacing-2, .shipping-radio-text {
  letter-spacing: 2px; }

.spacing-3 {
  letter-spacing: 3px; }

.spacing-4 {
  letter-spacing: 4px; }

.spacing-5 {
  letter-spacing: 5px; }

.spacing-6 {
  letter-spacing: 6px; }

.spacing-7 {
  letter-spacing: 7px; }

.spacing-8 {
  letter-spacing: 8px; }

.spacing-9 {
  letter-spacing: 9px; }

.spacing-10 {
  letter-spacing: 10px; }

.spacing-11 {
  letter-spacing: 11px; }

.fancy-black {
  font-family: GT-Sectra-Regular; }

.fancy, .sectra-medium-32, .sectra-32 {
  font-family: GT-Sectra-Regular; }

.fancy-bold {
  font-family: GT-Sectra-Regular; }

.fancy-book, .sectra-regular-36, .sectra-regular-32, .sectra-book-32, .sectra-regular-22, .sectra-regular-24, .sectra-book-36, .sectra-regular-10, .sectra-book-10, .sectra-regular-16, .sectra-book-16, .pages-content p {
  font-family: GT-Sectra-Book; }

.plain-560 {
  font-family: Plain-560; }

.plain, .plain-regular-24-caps, .plain-regular-10-caps, .home-hero-container .sku, .home-hero-container .cta, .input-field::-webkit-input-placeholder, .stripe-elements, .plain-regular-10, .plain-regular-12-caps, .plain-medium-12-caps, .plain-regular-12, .checkout-review-text, .input-field, .plain-medium-14-caps, .plain-medium-14, .payment-text, .checkout-action-button-group .secondary, .checkout-payment-credit-card-text, .shipping-radio-text, .product-display-condition-menu-item a, .product-template-filter-menu .menu-item, .product-template-title-container, .product-template-grid-name, .product-template-grid-price, .order-confirmation-title, .order-confirmation-number-text, .order-confirmation-number, .order-confirmation-sku, .order-confirmation-name, .order-confirmation-price, .order-confirmation-continue-shipping {
  font-family: Plain; }

.plain-medium, .plain-medium-36-caps, .plain-medium-24-caps, .checkout-title, .pages-content h1, .plain-medium-16-caps, .pages-content h2, .plain-medium-10-caps, .checkout-row-review-title, .size-selector-attributes *, .size-selector-attributes .size, .size-selector-attributes .price, .size-selector-attributes .condition, .checkout-product-details .sku, .checkout-product-details .name, .checkout-product-details .price, .checkout-login-register {
  font-family: Plain-Medium; }

.plain-bold, .plain-bold-24-caps, .plain-bold-16-caps, .plain-bold-10-caps, .size-selector-attributes.selected *, .plain-bold-12-caps {
  font-family: Plain-Bold; }

.plain-regular, .plain-regular-16-caps {
  font-family: Plain; }

.sectra-regular-36 {
  font-size: 36px;
  line-height: 1.16;
  letter-spacing: 0.2px; }

.sectra-regular-32, .sectra-book-32 {
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0.1px; }

.sectra-regular-22 {
  font-size: 22px;
  line-height: 1.68;
  letter-spacing: 0.1px; }

.sectra-medium-32, .sectra-32 {
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0.1px; }

.sectra-regular-24 {
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: 0.2px; }

.sectra-book-36 {
  font-size: 36px;
  line-height: 1.42;
  letter-spacing: 0.2px; }

.sectra-regular-10, .sectra-book-10 {
  font-size: 10px;
  letter-spacing: 0.1px; }

.sectra-regular-16, .sectra-book-16, .pages-content p {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0.1px; }

.sectra-regular-16, .sectra-book-16, .pages-content p {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0.1px; }

.plain-medium-36-caps {
  font-size: 36px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.plain-regular-24-caps {
  font-size: 24px;
  letter-spacing: 4px;
  text-transform: uppercase; }

.plain-medium-24-caps, .checkout-title, .pages-content h1 {
  font-size: 24px;
  letter-spacing: 4px;
  text-transform: uppercase; }

.plain-bold-24-caps {
  font-size: 24px;
  letter-spacing: 4px;
  text-transform: uppercase; }

.plain-medium-16-caps, .pages-content h2 {
  font-size: 16px;
  letter-spacing: 2.3px;
  text-transform: uppercase; }

.plain-regular-16-caps {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.plain-bold-16-caps {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.plain-regular-10-caps, .home-hero-container .sku, .home-hero-container .cta, .input-field::-webkit-input-placeholder, .stripe-elements {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.7px;
  text-transform: uppercase; }

.plain-regular-10 {
  font-size: 10px;
  line-height: 1.8; }

.plain-bold-10-caps, .size-selector-attributes.selected * {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.7px;
  color: #0B0B0B;
  text-transform: uppercase; }

.plain-bold-12-caps {
  font-size: 12px;
  letter-spacing: 1px;
  color: #0B0B0B;
  text-transform: uppercase; }

.plain-medium-10-caps, .checkout-row-review-title, .size-selector-attributes *, .size-selector-attributes .size, .size-selector-attributes .price, .size-selector-attributes .condition, .checkout-product-details .sku, .checkout-product-details .name, .checkout-product-details .price, .checkout-login-register {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.7px;
  color: #0B0B0B;
  text-transform: uppercase; }

.plain-bold-12-caps {
  font-size: 12px;
  letter-spacing: 1px;
  color: #0B0B0B;
  text-transform: uppercase; }

.plain-regular-12-caps {
  font-size: 12px;
  letter-spacing: 1.56px;
  color: #0B0B0B;
  text-transform: uppercase; }

.plain-medium-12-caps {
  font-size: 12px;
  letter-spacing: 1.56px;
  color: #0B0B0B;
  text-transform: uppercase; }

.plain-regular-12, .checkout-review-text, .input-field {
  font-size: 12px;
  letter-spacing: 1px;
  color: #0B0B0B; }

.plain-medium-14-caps {
  font-size: 14px;
  letter-spacing: 1.1px;
  color: #0B0B0B;
  text-transform: uppercase; }

.plain-medium-14 {
  font-size: 14px;
  letter-spacing: 1.1px;
  color: #0B0B0B; }

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectra-book-24 {
    font-family: GT-Sectra-Book;
    font-size: 16px;
    line-height: 1.42;
    letter-spacing: 0.2px;
    color: #0B0B0B; } }

.goat-button, .checkout-action-button-group .secondary, .checkout-action-button-group .primary {
  cursor: pointer;
  font-family: Plain;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  border-width: 0;
  border: 1px solid black;
  background-color: #fff;
  color: #000;
  outline: none;
  height: 45px;
  padding: 0px; }

.goat-button.cta:hover, .checkout-action-button-group .cta.secondary:hover, .checkout-action-button-group .cta.primary:hover, .checkout-action-button-group .cta.order-confirmation-continue-shipping:hover {
  background-color: #000;
  color: #fff; }

.goat-button.primary, .checkout-action-button-group .secondary.order-confirmation-continue-shipping, .checkout-action-button-group .primary, .goat-button.order-confirmation-continue-shipping, .goat-button.selected, .checkout-action-button-group .selected.secondary, .checkout-action-button-group .selected.primary, .checkout-action-button-group .selected.order-confirmation-continue-shipping {
  background-color: #000000;
  color: #ffffff; }

.goat-button.primary.inverted, .checkout-action-button-group .inverted.primary, .checkout-action-button-group .inverted.order-confirmation-continue-shipping, .goat-button.inverted.order-confirmation-continue-shipping {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff; }
  .goat-button.primary.inverted:hover, .checkout-action-button-group .inverted.primary:hover, .checkout-action-button-group .inverted.order-confirmation-continue-shipping:hover, .goat-button.inverted.order-confirmation-continue-shipping:hover {
    background-color: #fff;
    color: #0b0b0b; }
    .goat-button.primary.inverted:hover span, .checkout-action-button-group .inverted.secondary.order-confirmation-continue-shipping:hover span, .checkout-action-button-group .inverted.primary:hover span, .goat-button.inverted.order-confirmation-continue-shipping:hover span {
      color: #0b0b0b; }
    .goat-button.primary.inverted:hover polyline, .checkout-action-button-group .inverted.secondary.order-confirmation-continue-shipping:hover polyline, .checkout-action-button-group .inverted.primary:hover polyline, .goat-button.inverted.order-confirmation-continue-shipping:hover polyline {
      stroke: #0b0b0b; }

.goat-button-group {
  border: 1px solid black; }
  .goat-button-group .goat-button:first-of-type, .goat-button-group .checkout-action-button-group .secondary:first-of-type, .checkout-action-button-group .goat-button-group .secondary:first-of-type, .goat-button-group .checkout-action-button-group .primary:first-of-type, .checkout-action-button-group .goat-button-group .primary:first-of-type, .goat-button-group .checkout-action-button-group .order-confirmation-continue-shipping:first-of-type, .checkout-action-button-group .goat-button-group .order-confirmation-continue-shipping:first-of-type {
    border-left: none; }
  .goat-button-group .goat-button:last-of-type, .goat-button-group .checkout-action-button-group .secondary:last-of-type, .checkout-action-button-group .goat-button-group .secondary:last-of-type, .goat-button-group .checkout-action-button-group .primary:last-of-type, .checkout-action-button-group .goat-button-group .primary:last-of-type, .goat-button-group .checkout-action-button-group .order-confirmation-continue-shipping:last-of-type, .checkout-action-button-group .goat-button-group .order-confirmation-continue-shipping:last-of-type {
    border-right: none; }
  .goat-button-group .goat-button, .goat-button-group .checkout-action-button-group .secondary, .checkout-action-button-group .goat-button-group .secondary, .goat-button-group .checkout-action-button-group .primary, .checkout-action-button-group .goat-button-group .primary {
    border-top: none;
    border-bottom: none; }

.goat-button-group-spaced {
  display: flex;
  flex-direction: row;
  margin-left: -8px; }
  .goat-button-group-spaced .goat-button, .goat-button-group-spaced .checkout-action-button-group .secondary, .checkout-action-button-group .goat-button-group-spaced .secondary, .goat-button-group-spaced .checkout-action-button-group .primary, .checkout-action-button-group .goat-button-group-spaced .primary {
    margin-left: 8px; }

.goat-button:disabled, .checkout-action-button-group .secondary:disabled, .checkout-action-button-group .primary:disabled, .checkout-action-button-group .order-confirmation-continue-shipping:disabled {
  border-color: #979797 !important;
  color: #979797 !important;
  text-decoration: none !important; }
  .goat-button:disabled *, .checkout-action-button-group .secondary:disabled *, .checkout-action-button-group .primary:disabled * {
    border-color: #979797 !important;
    color: #979797 !important;
    text-decoration: none !important; }

.goat-button:hover, .checkout-action-button-group .secondary:hover, .checkout-action-button-group .primary:hover, .checkout-action-button-group .order-confirmation-continue-shipping:hover {
  text-decoration: underline;
  text-underline-position: under; }

.mobile .goat-button:hover, .mobile .checkout-action-button-group .secondary:hover, .checkout-action-button-group .mobile .secondary:hover, .mobile .checkout-action-button-group .primary:hover, .checkout-action-button-group .mobile .primary:hover {
  text-decoration: none; }

.goat-button.primary:disabled, .checkout-action-button-group .secondary.order-confirmation-continue-shipping:disabled, .checkout-action-button-group .primary:disabled, .goat-button.order-confirmation-continue-shipping:disabled {
  border-width: 0;
  background-color: #fff;
  color: #000; }

.goat-button .btn-count, .checkout-action-button-group .secondary .btn-count, .checkout-action-button-group .primary .btn-count {
  display: inline-block;
  font: 10px 'Plain';
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  background: white;
  color: black;
  padding: 3px 2px 3px 4px;
  line-height: 9px;
  height: 8px;
  width: 8px; }

.gray, .location-menu-item, .product-template-grid-name, .order-confirmation-number-text, .order-confirmation-name, .input-field::-webkit-input-placeholder, .input-field:disabled, .gray-placeholder::-webkit-input-placeholder, .disabled {
  color: #818181; }

.black, .checkout-product-details .sku, .checkout-product-details .name, .checkout-product-details .price, .location-menu-item:hover, .location-menu-item.selected, .product-template-grid-price, .conditional-button {
  color: #000000; }

.white {
  color: #FFFFFF; }

.product-display-action-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.checkout-shipping-input-field {
  width: 60%;
  margin-top: 36px;
  border: none;
  border-bottom: 1px black solid;
  outline: none; }

.checkout-row-review-content {
  border-top: 1px solid black;
  padding: 20px 0px;
  width: calc(90% - 165px); }

.checkout-review-cta {
  min-width: 50px; }

.checkout-review-text {
  margin: 0px; }

.checkout-row-review-title {
  width: 100px;
  padding-top: 23px;
  padding-left: 10%; }

.checkout-shipping-input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .checkout-shipping-input-row input {
    width: 45%; }

.checkout-container {
  background-color: white;
  border-left: 1px solid black;
  border-right: 1px solid black;
  z-index: 2; }

.checkout-content-container {
  overflow: scroll;
  overflow-x: hidden;
  height: calc(100% - 49px); }

.payment-row {
  margin-bottom: 26px; }

.payment-column {
  width: 80%; }

.payment-column {
  width: 80%; }

.payment-text {
  margin-left: 5%; }

.payment-selector {
  height: 10px;
  width: 10px;
  border: 1px solid black;
  border-radius: 1px;
  margin-right: 2.5%;
  cursor: pointer; }

.payment-selector.selected {
  background-color: #494949; }

.size-selector {
  max-height: 100%;
  overflow: scroll; }
  .size-selector .size-selector-menu-item:last-child {
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 40px; }
  .size-selector .size-selector-menu-item:last-child:hover {
    border-bottom: 1px solid black; }

.size-selector-title {
  font-size: 150%;
  letter-spacing: 1px;
  font-family: Plain;
  margin: 15%; }

.size-selector-menu-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: calc(100% - 80px);
  height: 40px;
  min-height: 40px;
  border-top: 1px solid #b3b3b3; }

.size-selector-attributes .border-overlay {
  visibility: hidden; }

.size-selector-attributes:hover .border-overlay {
  visibility: visible; }

.size-selector-attributes.selected {
  border: 1px solid black; }

.size-selector-menu-item.selected + .size-selector-menu-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: none; }

.size-selector-attributes .size {
  margin-left: 12px;
  min-width: 60px; }

.size-selector-attributes .price {
  margin-left: 24px;
  min-width: 30px; }

.size-selector-attributes .condition {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 12px;
  text-align: right; }

.product-template-display .name {
  font-size: 160%;
  letter-spacing: 1px;
  font-family: GT Sectra Fine Regular;
  max-width: 80%;
  text-align: center;
  margin-bottom: 48px; }

.product-template-display .sku {
  font-size: 80%;
  letter-spacing: 3px;
  font-family: Plain;
  margin-top: 0px;
  margin-bottom: 24px; }

.checkout-login-action-button-group {
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0; }

.checkout-product-details-container {
  position: absolute;
  left: -100%; }

.checkout-product-details {
  margin: 0px 35px 23px 35px; }

.checkout-error-message {
  font-size: 70%;
  letter-spacing: "";
  font-family: Plain;
  text-align: center; }

.checkout-error-message-container {
  width: 100%;
  position: absolute;
  height: 40;
  background-color: red; }

.checkout-action-button-group {
  height: 45px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom: 1px solid black;
  z-index: 3; }

.checkout-action-button-group .secondary {
  font-size: 10px;
  border: none;
  border-right: 1px solid black;
  width: 50%; }

.checkout-action-button-group .primary, .checkout-action-button-group .order-confirmation-continue-shipping {
  font-size: 70%;
  letter-spacing: 2px;
  font-family: Plain;
  border: none;
  width: 50%; }

.checkout-address-form-container {
  max-width: 75%; }

.location-row {
  width: 80%;
  height: 40px;
  min-height: 40px; }

.location-menu-item {
  font-size: 70%;
  letter-spacing: 2px;
  font-family: Plain; }

.location-menu-item:hover {
  font-size: 70%;
  letter-spacing: 2px;
  font-family: Plain; }

.location-menu-item.selected {
  font-size: 80%;
  letter-spacing: 2px;
  font-family: Plain; }

.address-container {
  border-top: 1px solid black; }

.goat-menu-item .hoverable {
  visibility: hidden; }

.goat-menu-item:hover .hoverable {
  visibility: visible; }

.credit-card-menu {
  padding-left: 36px;
  margin-top: 20px; }

.product-available-sizing-text {
  font-size: 80%;
  letter-spacing: 3px;
  font-family: Plain; }

.product-display-story-text {
  font-size: 160%;
  letter-spacing: "";
  font-family: GT Sectra Fine Regular;
  width: 60%;
  text-align: center; }

.product-display-size-condition-exit-container {
  width: calc(100% - 60px);
  min-height: 20px; }

.product-display-size-condition-exit {
  font-size: 300%;
  cursor: pointer; }

.product-display-condition-menu {
  position: absolute;
  bottom: 45px;
  width: 100%;
  background-color: white;
  border: 1px solid black;
  z-index: 40;
  right: -1px; }

.product-display-condition-menu-item {
  height: 50px; }
  .product-display-condition-menu-item a {
    color: black; }

.product-template-filter-menu-container {
  width: 100%;
  height: 40px; }

#paypal-button {
  height: 50px; }

#paypal-button div {
  height: 100%;
  background-color: black; }

#paypal-button div:hover {
  width: 100%;
  height: 100%;
  background-color: black; }

.xcomponent-outlet {
  height: 50px !important; }

.product-template-filter-menu {
  height: 40px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black; }

.product-template-filter-menu .menu-item {
  position: relative;
  width: 50%;
  border-right: 1px solid black; }

.product-template-title-container {
  height: 40vh;
  border: 1px solid black; }

.xcomponent-component-frame body {
  background-color: blue; }

.side-menu-items {
  margin: 25px; }

.order-confirmation-container {
  height: calc(100vh - 40px); }

.order-confirmation-container .content {
  position: relative;
  text-align: center;
  border: 1px solid black;
  height: calc(100% - 80px);
  margin: 40px; }

.order-confirmation-title {
  font-size: 320%;
  letter-spacing: 5px;
  font-family: Plain-Bold; }

.order-confirmation-text {
  font-size: 120%; }

.order-confirmation-number-text {
  font-size: 75%;
  letter-spacing: 1px;
  font-family: Plain; }

.order-confirmation-number {
  font-size: 75%;
  letter-spacing: 1px;
  font-family: Plain; }

.order-confirmation-sku {
  font-size: 75%;
  letter-spacing: 1px;
  font-family: Plain; }

.order-confirmation-name {
  font-size: 75%;
  letter-spacing: 1px;
  font-family: Plain; }

.order-confirmation-price {
  font-size: 75%;
  letter-spacing: 1px;
  font-family: Plain; }

.paypal-color-black {
  background-color: black !important; }

.paypal-color-black:hover {
  background-color: black !important; }

.order-confirmation-continue-shipping {
  font-size: 100%;
  letter-spacing: 1px;
  font-family: Plain;
  position: absolute;
  bottom: 0;
  height: 60px; }

#braintree-paypal-button > img {
  display: none !important; }

.no-border {
  border: none !important; }

.home-hero {
  height: calc(100vh - 60px);
  position: relative;
  margin-bottom: 100px;
  width: 100%; }

.home-hero.inverted {
  background: #000;
  color: #fff !important; }
  .home-hero.inverted .home-hero-container {
    border-color: #fff; }
  .home-hero.inverted a, .home-hero.inverted p {
    color: #fff; }
  .home-hero.inverted line, .home-hero.inverted polyline {
    stroke: #fff; }
  .home-hero.inverted:before {
    position: absolute;
    top: -90px;
    height: 90px;
    left: 0;
    right: 0;
    background: black;
    content: ' ';
    z-index: 1; }

.cell-slide-selector {
  opacity: 0; }

.cell:hover .cell-slide-selector {
  opacity: 1; }

.home-hero-container {
  position: relative;
  border: 1px solid black; }
  .home-hero-container .name, .home-hero-container .bio {
    font-family: 'GT-Sectra-Book';
    font-weight: normal;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .home-hero-container .name {
    font-size: 36px;
    line-height: 46px;
    margin: 0px; }
  .home-hero-container .bio {
    font-size: 16px;
    line-height: 24px;
    margin: 24px;
    margin-top: 14px; }

.home-hero .left-floating-image {
  top: 50%;
  right: calc(90px - 7vw);
  height: 35vw; }

.home-hero .right-floating-image {
  top: 39%;
  left: calc(90px - 2vw);
  height: 35vw; }

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .home-hero-container .name {
    max-width: 70%; }
  .home-hero-container .bio {
    font-size: 14px;
    max-width: 80%; }
  .home-hero .left-floating-image {
    top: 75%;
    right: -7vw;
    height: 45vw; }
  .home-hero .right-floating-image {
    top: 14%;
    left: 0;
    height: 45vw; } }

@media (-webkit-device-pixel-ratio: 3) {
  .home-hero-container {
    width: calc(100% - 45px); } }

#braintree-paypal-loggedout {
  height: 100% !important; }

#braintree-paypal-button {
  width: 100% !important;
  height: 100% !important; }

#root {
  margin: 0px; }

body {
  margin: 0px; }

.product-template-display-content-container {
  background-color: white;
  height: calc(50% - 20px);
  border-top: 2px solid black; }

@media screen and (-webkit-device-pixel-ratio: 2) {
  .font-size-10em {
    font-size: 20em; }
  .font-size-10em {
    font-size: 20em; }
  .font-size-10em {
    font-size: 20em; }
  .font-size-10em {
    font-size: 20em; }
  .font-size-10em {
    font-size: 20em; }
  .font-size-10em {
    font-size: 20em; }
  .font-size-10em {
    font-size: 20em; }
  .font-size-10em {
    font-size: 20em; }
  .font-size-10em {
    font-size: 20em; }
  .font-size-10em {
    font-size: 20em; } }

.padding-80 {
  padding: 5vw; }

.border-thin {
  border-color: #000000;
  border-style: solid;
  border-width: thin; }

.branding {
  font-family: PlainMedium;
  position: absolute;
  font-size: 1.2vw;
  letter-spacing: 5px;
  top: 1vw;
  left: 5.5vw;
  height: 4vw; }

.platform-container {
  font-size: 100%;
  letter-spacing: "";
  font-family: Plain;
  padding: 5.5vw; }

.platform-intro-address {
  font-size: 75%;
  letter-spacing: "";
  font-family: Plain;
  color: #777777; }

.platform-intro-description {
  font-size: 2.1vw;
  letter-spacing: "";
  font-family: GT Sectra Fine Regular;
  margin-top: 30px;
  letter-spacing: initial !important; }

.platform-intro-social {
  font-size: 75%;
  letter-spacing: 2px;
  font-family: Plain;
  margin-top: 30px; }

.platform-social-instagram {
  outline: none;
  color: black;
  font-size: 1.5vw !important; }

.platform-social-twitter {
  outline: none;
  margin-left: 2.75vw;
  color: black;
  font-size: 1.5vw !important; }

.platform-event-list {
  font-family: PlainRegular;
  font-size: 300%;
  letter-spacing: 8px;
  padding: 0;
  margin: 0;
  list-style-type: none; }

.platform-item-strike-thru {
  position: relative;
  border-top: 1px solid #000000;
  top: 50%;
  width: 80%; }

.platform-event-list-item {
  border-top: 1px solid #EEEEEE;
  height: 15vw;
  font-size: 3vw;
  letter-spacing: 1vw; }

.platform-event-description p {
  font-size: 1.15vw;
  letter-spacing: initial;
  font-family: GT Sectra Fine Regular;
  letter-spacing: initial !important;
  margin-top: 30px; }

.platform-event-title p {
  font-size: 0.9vw;
  letter-spacing: initial;
  font-family: GT Sectra Fine Regular;
  color: #777777;
  margin-top: 6px;
  font-weight: initial;
  letter-spacing: initial !important; }

.platform-event-description a {
  text-decoration: underline; }

.platform-event-description a:hover {
  text-decoration: underline; }

.platform-event-description a:active {
  text-decoration: underline; }

.platform-event-description a:visited {
  text-decoration: underline; }

.platform-event-form {
  margin-top: 30px;
  width: 100%; }

.platform-event-input {
  font-size: 1.6vw;
  letter-spacing: 2px;
  font-family: Plain;
  text-transform: uppercase;
  display: block;
  width: 33vw;
  outline: none;
  border: 0;
  border-bottom: 1px solid #EEEEEE;
  background-color: transparent;
  margin-top: 30px; }

.platform-event-input::-webkit-input-placeholder {
  font-size: 0.6vw;
  letter-spacing: 2px;
  font-family: Plain; }

.platform-event-button {
  font-size: 8px;
  letter-spacing: 2px;
  font-family: Plain;
  margin-top: 4vw;
  width: 100%;
  height: 70px; }

.event-button {
  font-size: 0.5vw;
  letter-spacing: 2px;
  font-family: Plain;
  font-weight: inherit !important;
  width: 45%;
  height: 2.8vw;
  min-height: 30px;
  border: 1px solid black;
  background-color: #000000;
  color: #FFFFFF;
  padding: 0; }

.event-button:hover {
  background-color: #FFFFFF;
  color: #000000; }

.event-button:disabled {
  background-color: #FFFFFF;
  color: #777777; }

.platform-event-button-disabled {
  background-color: #555555; }

.platform-event-container {
  width: calc(100% - 160px);
  height: calc(100% - 160px);
  border: 1px solid black;
  overflow: scroll; }

.link {
  color: #000000;
  text-decoration: none; }

.strike-through {
  width: 90%;
  height: 1px;
  border-bottom: 3px solid black; }

.strike-through:hover {
  border-bottom: 3px solid gray; }

.link:active {
  color: #000000;
  text-decoration: none; }

.link:hover {
  text-decoration: none;
  cursor: pointer;
  color: #777777 !important; }

.link:visited {
  color: #000000;
  text-decoration: none; }

.platform-modal-close-button {
  position: fixed;
  right: 13vw;
  top: 12vw;
  padding: 0;
  border: 0;
  background: none;
  font-size: 180%;
  text-decoration: none !important;
  color: #000000; }

.platform-modal-close-button:hover {
  color: #777777; }

.platform-event-success-header {
  font-size: 300%;
  letter-spacing: 2px;
  font-family: Plain;
  text-align: center;
  margin-top: 20px; }

.platform-event-success-subheader {
  font-size: 100%;
  letter-spacing: "";
  font-family: GT Sectra Fine Regular;
  text-align: center;
  letter-spacing: initial !important;
  margin-top: 20px; }

.platform-event-success-add-calendar {
  margin-top: 60px; }

.platform-event-success-close-windows {
  margin-top: 30px; }

.scrollable {
  overflow-y: scroll; }

.event-list-item-margin {
  margin-left: 20px; }

@media only screen and (max-device-width: 736px) {
  .platform-event-description p {
    font-size: 2.15vw;
    letter-spacing: initial;
    font-family: GT Sectra Fine Regular;
    letter-spacing: initial !important;
    margin-top: 30px; }
  .event-list-item-margin {
    margin-left: 10px; }
  .platform-event-title p {
    font-size: 1.9vw;
    letter-spacing: initial;
    font-family: GT Sectra Fine Regular;
    color: #777777;
    margin-top: 6px;
    font-weight: initial;
    letter-spacing: initial !important; }
  .platform-event-input {
    font-size: 2.6vw;
    letter-spacing: 2px;
    font-family: Plain;
    text-transform: uppercase;
    display: block;
    width: 33vw;
    outline: none;
    border: 0;
    border-bottom: 1px solid #EEEEEE;
    background-color: transparent;
    margin-top: 30px; }
  .platform-event-input::-webkit-input-placeholder {
    font-size: 1.6vw;
    letter-spacing: 2px;
    font-family: Plain; }
  .event-button {
    font-size: 1.5vw;
    letter-spacing: 2px;
    font-family: Plain;
    font-weight: inherit !important;
    width: 65%;
    height: 5.8vw;
    border: 1px solid black;
    background-color: #000000;
    color: #FFFFFF;
    padding: 0; }
  .mobile-event-container {
    padding: 4vw 16vw 0; }
  .platform-intro-description {
    font-size: 3.7vw;
    letter-spacing: "";
    font-family: GT Sectra Fine Regular;
    margin-top: 30px;
    letter-spacing: initial !important; }
  .branding {
    font-family: PlainMedium;
    position: absolute;
    font-size: 2.2vw;
    letter-spacing: 5px;
    top: 1vw;
    left: 5.5vw;
    height: 4vw; }
  .platform-social-instagram {
    outline: none;
    color: black;
    font-size: 3.5vw !important; }
  .platform-social-twitter {
    outline: none;
    margin-left: 2.75vw;
    color: black;
    font-size: 3.5vw !important; } }

.spinner-wrapper {
  height: 35%;
  margin: 0; }

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-color: white;
  border: 1px solid black;
  background-image: url("data:image/svg+xml;utf8,<svg style='margin-right: 20px;' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>"); }

select:disabled {
  color: gray;
  border: 1px solid gray; }

.checkout-payment-card-menu-item {
  border-top: 1px solid black;
  margin-top: -1px; }
  .checkout-payment-card-menu-item .hoverable {
    visibility: hidden; }

.checkout-payment-card-menu-item:hover {
  border-left: 1px solid black;
  border-right: 1px solid black; }
  .checkout-payment-card-menu-item:hover .hoverable {
    visibility: visible; }
  .checkout-payment-card-menu-item:hover p {
    color: #0B0B0B; }

.modal-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.modal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 2em 4em;
  background: black;
  color: white; }

.modal-content {
  text-align: center; }
  .modal-content :first-child {
    margin-top: 0; }
  .modal-content h1 {
    font-family: "GT-Sectra-Book", GT-Sectra, serif;
    font-variant-numeric: lining-nums;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .modal-content .goat-button.primary, .modal-content .checkout-action-button-group .secondary.order-confirmation-continue-shipping, .checkout-action-button-group .modal-content .secondary.order-confirmation-continue-shipping, .modal-content .checkout-action-button-group .primary, .checkout-action-button-group .modal-content .primary, .modal-content .goat-button.order-confirmation-continue-shipping {
    background-color: #fff;
    color: #0B0B0B; }
    .modal-content .goat-button.primary span, .modal-content .checkout-action-button-group .secondary.order-confirmation-continue-shipping span, .checkout-action-button-group .modal-content .secondary.order-confirmation-continue-shipping span, .modal-content .checkout-action-button-group .primary span, .checkout-action-button-group .modal-content .primary span, .modal-content .goat-button.order-confirmation-continue-shipping span {
      color: #0b0b0b; }
  .modal-content .goat-button.secondary, .modal-content .checkout-action-button-group .secondary, .checkout-action-button-group .modal-content .secondary {
    background-color: #0B0B0B;
    color: #fff;
    border-color: #fff; }
    .modal-content .goat-button.secondary span, .modal-content .checkout-action-button-group .secondary span, .checkout-action-button-group .modal-content .secondary span {
      color: #fff; }
  .modal-content .title {
    color: #fff; }
  .modal-content input {
    background-color: #0B0B0B;
    border-bottom: 1px solid #fff;
    color: #fff; }

@keyframes slideUpFromBottom {
  0% {
    transform: translateY(100%); }
  0% {
    transform: translateY(0%); } }

.mobile-dialog .modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow-y: scroll; }

.mobile-dialog .dialog-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: black;
  animation: 0.5s ease-in-out slideUpFromBottom; }
  .mobile-dialog .dialog-wrapper .modal {
    padding: 2em 2em 2.5em; }

.mobile-dialog .apple-pay-promo {
  height: 440px;
  transform: translateY(440px);
  transition: all 0.5s ease-in-out; }
  .mobile-dialog .apple-pay-promo .modal-content {
    opacity: 0;
    transition: all 0.5s ease-in-out; }
  .mobile-dialog .apple-pay-promo.visible {
    transform: translateY(0); }
    .mobile-dialog .apple-pay-promo.visible .modal-content {
      opacity: 1; }

.carousel-caret-container {
  width: 40px;
  height: 40px;
  border: 1px solid black; }

.carousel-caret-container.disabled {
  width: 40px;
  height: 40px;
  border: 1px solid gray;
  color: gray; }

.carousel-caption {
  position: absolute;
  bottom: 25px;
  left: 25px;
  text-transform: uppercase;
  font-family: "Plain-Medium", sans-serif;
  letter-spacing: .12rem;
  line-height: 1.6;
  font-size: 10px;
  user-select: none; }
  .carousel-caption a {
    display: inline-block;
    font-family: "Plain-Medium", sans-serif;
    text-decoration: underline; }
  .carousel-caption.mobile {
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center; }

.trending-menu-row {
  border-right: 1px solid rgba(129, 129, 129, 0.6);
  border-top: 1px solid rgba(129, 129, 129, 0.6);
  border-left: 1px solid rgba(129, 129, 129, 0.6); }
  .trending-menu-row .position-cell {
    border-right: 1px solid rgba(129, 129, 129, 0.6); }
  .trending-menu-row .caret {
    visibility: hidden; }

@media screen and (min-width: 640px) {
  .trending-menu-row:hover {
    border-top: 1px solid #0b0b0b;
    border-left: 1px solid #0b0b0b; }
    .trending-menu-row:hover .position-cell {
      border-right: 1px solid #0b0b0b; }
    .trending-menu-row:hover + .trending-menu-row {
      border-top: 1px solid #0b0b0b; }
    .trending-menu-row:hover .caret {
      visibility: visible; } }

.trending-menu-col .trending-menu-row:first-child {
  border-top: none; }

.trending-menu-col.left .trending-menu-row {
  border-left: none; }

.trending-menu-col.right .trending-menu-row {
  margin-left: -1px;
  border-right: none; }

@media screen and (min-width: 640px) {
  .trending-menu.white .trending-menu-col.left .trending-menu-row:hover {
    border-left: none;
    border-right: 1px solid white; } }

@media screen and (min-width: 640px) {
  .trending-menu.white .trending-menu-row:first-child:hover {
    border-top: none; }
  .trending-menu.white .trending-menu-row:hover {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index: 100; }
    .trending-menu.white .trending-menu-row:hover .position-cell {
      border-right: 1px solid #fff; }
    .trending-menu.white .trending-menu-row:hover + .trending-menu-row {
      border-top: 1px solid #fff; } }

@-webkit-keyframes loader-in {
  0% {
    right: 100%; }
  50% {
    right: 0%; }
  100% {
    right: 0%; } }

@keyframes loader-in {
  0% {
    right: 100%; }
  50% {
    right: 0%; }
  100% {
    right: 0%; } }

@-webkit-keyframes loader-out {
  50% {
    left: 0%; }
  100% {
    left: 100%; } }

@keyframes loader-out {
  50% {
    left: 0%; }
  100% {
    left: 100%; } }

.loader {
  width: 100%;
  height: 1px;
  position: relative;
  background-color: #b6b6b6; }
  .loader .loader-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    animation: loader-in 3s infinite, loader-out 3s infinite;
    background-color: black; }

.loader.inverted {
  width: 100%;
  height: 10px; }

.primary .loader .loader-bar, .order-confirmation-continue-shipping .loader .loader-bar {
  background-color: white; }

@-webkit-keyframes bounce {
  0% {
    transform: translateY(-50%); }
  50% {
    transform: translateY(-51%); }
  100% {
    transform: translateY(-50%); } }

@keyframes bounce {
  0% {
    transform: translateY(-50%); }
  50% {
    transform: translateY(-51%); }
  100% {
    transform: translateY(-50%); } }

@keyframes bounce-more {
  0% {
    transform: translateY(-50%); }
  50% {
    transform: translateY(-52%); }
  100% {
    transform: translateY(-50%); } }

@-webkit-keyframes opacity-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.checkout-content-container {
  overflow: scroll;
  height: calc(100% - 49px);
  overflow-x: hidden;
  -webkit-animation: opacity-fade-in 0.6s;
  /* Safari 4+ */
  -moz-animation: opacity-fade-in 0.6s;
  /* Fx 5+ */
  -o-animation: opacity-fade-in 0.6s;
  /* Opera 12+ */
  animation: opacity-fade-in 0.6s; }

.checkout-login {
  width: 100%;
  height: calc(100% - 50px); }

.float {
  animation: bounce 8s infinite; }
  .float.more {
    animation: bounce-more 8s infinite; }

.most-searched-cell {
  border-color: rgba(129, 129, 129, 0.6);
  border-style: solid;
  border-width: 0px; }

.most-searched-cell:hover + .most-searched-cell {
  border-color: black; }

.most-searched-cell:hover {
  border-color: black; }

.primary, .checkout-action-button-group .primary, .order-confirmation-continue-shipping {
  background-color: black;
  color: white; }
  .primary *, .checkout-action-button-group .primary *, .order-confirmation-continue-shipping * {
    color: white; }
  .primary.inverted, .inverted.order-confirmation-continue-shipping {
    color: #0b0b0b; }

.secondary, .checkout-action-button-group .secondary {
  background-color: white;
  color: black; }
  .secondary *, .checkout-action-button-group .secondary * {
    color: black; }

.pages-content p {
  margin: 24px 0px; }

.pages-content a {
  color: black;
  text-decoration: underline; }

.input-field {
  font-size: 18px;
  width: 100%;
  border: none;
  border-bottom: 1px black solid;
  outline: none; }

.input-field:disabled {
  border-bottom: 1px solid #818181; }

.dropdown-menu-selector {
  position: relative;
  border: 1px solid black;
  height: 40px; }
  .dropdown-menu-selector .dropdown-menu-container .dropdown-menu-item {
    border-bottom: 1px solid black;
    min-height: 40px;
    max-height: 40px; }
  .dropdown-menu-selector .dropdown-menu-container .dropdown-menu-item:last-child {
    border-bottom: none; }

.career-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.pages-menu-item {
  border-bottom: 1px solid black; }

@-webkit-keyframes collapse {
  0% {
    transform: rotate3d(0, 10, 0, 0deg) skewY(0deg); }
  100% {
    transform: rotate3d(0, 10, 0, -90deg) skewY(4deg); } }

@keyframes collapse {
  0% {
    transform: rotate3d(0, 10, 0, 0deg) skewY(0deg); }
  100% {
    transform: rotate3d(0, 10, 0, -90deg) skewY(4deg); } }

.collapse {
  transform-origin: 0% 0%;
  animation: collapse 9s; }

.disabled {
  text-decoration: none;
  pointer-events: none; }

.product-display-image-carousel:hover .overlay {
  opacity: 0.3; }

.product-display-image-carousel .overlay {
  opacity: 0.0; }

.conditional-button-wrapper .product-display-condition-menu {
  display: none; }

.conditional-button-wrapper:hover .conditional-button {
  color: gray; }

.conditional-button-wrapper:hover .product-display-condition-menu {
  display: block; }

.conditional-button-wrapper:disabled .product-display-condition-menu {
  display: block; }

.conditional-button:hover {
  text-decoration: none !important;
  cursor: initial; }
  .conditional-button:hover .product-display-condition-menu {
    display: block; }

.conditional-button:hover:disabled {
  color: gray;
  text-decoration: none !important;
  cursor: initial; }

.recommendation-cell .overlay {
  visibility: hidden; }

.recommendation-cell:hover .overlay {
  visibility: visible; }

.address-list .address-container:first-of-type {
  border-top: none; }

.not-found-container {
  width: 100%;
  -webkit-animation: opacity-fade-in 0.6s;
  /* Safari 4+ */
  -moz-animation: opacity-fade-in 0.6s;
  /* Fx 5+ */
  -o-animation: opacity-fade-in 0.6s;
  /* Opera 12+ */
  animation: opacity-fade-in 0.6s; }

.goat-width {
  width: calc(100% - 180px); }
  @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), (-webkit-device-pixel-ratio: 3) {
    .goat-width {
      width: calc(100% - 45px); } }
  @media screen and (max-width: 639px) {
    .goat-width.full-width-mobile {
      width: 100%; } }

.search-input {
  left: 90px;
  background: transparent;
  -webkit-appearance: none; }
  .search-input::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.search-input-box {
  border: 1px solid black; }
  .search-input-box.mobile {
    border-left: none;
    border-right: none;
    border-top: none; }

.search-input-field {
  white-space: pre-line;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow-wrap: break-word;
  height: auto;
  outline: none;
  border: none;
  text-align: center;
  background: transparent;
  -webkit-appearance: none; }
  .search-input-field.mobile {
    letter-spacing: 1.2px; }
  .search-input-field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

@media (-webkit-device-pixel-ratio: 3) {
  .search-input {
    left: 23px; } }

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .goat-width {
    width: calc(100% - 45px); }
  .search-input {
    left: 23px;
    letter-spacing: 1.2px; } }

@media (-webkit-device-pixel-ratio: 3) {
  .goat-width {
    width: calc(100% - 45px); }
  .search-input {
    left: 23px; } }

.truncate, .clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.single-line-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.lines-1 {
  -webkit-line-clamp: 1; }

.lines-2 {
  -webkit-line-clamp: 2; }

.lines-3 {
  -webkit-line-clamp: 3; }

.st0 {
  display: none; }

.st1 {
  display: inline;
  opacity: 0.2;
  fill: #CCCBCB; }

.st2 {
  display: inline;
  fill: none;
  stroke: #CCCBCB;
  stroke-width: 0.15;
  stroke-miterlimit: 10; }

.st3 {
  display: inline; }

.st4 {
  fill: none;
  stroke: #CCCBCB;
  stroke-width: 0.15;
  stroke-miterlimit: 10; }

.ellipses-container .ellipses {
  border: 1px solid black;
  background: white;
  min-height: 6px;
  min-width: 6px; }
  .ellipses-container .ellipses:not(:first-child) {
    margin-left: 6px; }

.ellipses-container:hover .ellipses {
  background-color: black; }

.inverted .ellipses-container .ellipses {
  border-color: white;
  background: black; }

.inverted .ellipses-container:hover .ellipses {
  background: white; }

.collection-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 12em 0; }
  .collection-header h1 {
    font-family: "GT-Sectra-Book", GT-Sectra, serif;
    font-variant-numeric: lining-nums;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    margin: 0; }
  .collection-header p {
    font-family: "GT-Sectra-Book", GT-Sectra, serif;
    font-variant-numeric: lining-nums;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1.71;
    margin: 1.5em 0 0; }
    @media screen and (max-width: 767px) {
      .collection-header p {
        font-size: 14px; } }
  .collection-header.mobile {
    padding: 4em 0; }
    .collection-header.mobile h1 {
      font-size: 24px;
      line-height: 32px; }
    .collection-header.mobile p {
      font-size: 14px;
      line-height: 22px; }

.collection-header-content {
  max-width: 640px; }

.mobile .collection-header-content {
  max-width: 80%; }

@media only screen and (max-device-width: 667px) {
  .truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; } }

.login-hero {
  background: url("/public/web-assets/imgs/login-sneaker.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

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

.relative {
  position: relative; }

.absolute-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.fixed-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.border-box, .checkout-action-button-group .secondary, .checkout-action-button-group .primary, .checkout-action-button-group .order-confirmation-continue-shipping, .product-template-filter-menu, .product-template-title-container {
  box-sizing: border-box; }

.no-margin {
  margin: 0px; }

.goat-menu-item {
  box-sizing: border-box;
  padding: 0px 12px;
  border-top: 1px solid black;
  min-height: 85px;
  overflow-x: hidden;
  border-left: 1px solid white;
  border-right: 1px solid white; }

.goat-menu-item.selected {
  border: 1px solid black;
  border-bottom: none; }

.goat-menu {
  border-top: 1px solid black;
  border-bottom: 1px solid black; }
  .goat-menu .goat-menu-item:first-child {
    border-top: none; }
  .goat-menu .goat-menu-item:last-child {
    border-bottom: none; }

.scrollable {
  overflow-y: scroll;
  overflow-x: hidden; }

@-webkit-keyframes lightbox-in {
  0% {
    width: calc(50% - 90px); }
  100% {
    width: calc(100% - 180px); } }

@keyframes lightbox-in {
  0% {
    width: calc(50% - 90px); }
  100% {
    width: calc(100% - 180px); } }

@-webkit-keyframes lightbox-overlay-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.9; } }

@keyframes lightbox-overlay-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.9; } }

@-webkit-keyframes lightbox-out {
  0% {
    width: calc(100% - 180px); }
  100% {
    width: calc(50% - 90px); } }

@keyframes lightbox-out {
  0% {
    width: calc(100% - 180px); }
  100% {
    width: calc(50% - 90px); } }

@keyframes lightbox-container-out {
  0% {
    visibility: visible; }
  100% {
    visibility: hidden; } }

@-webkit-keyframes lightbox-overlay-out {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

@keyframes lightbox-overlay-out {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

.lightbox-container.visible {
  visibility: visible; }
  .lightbox-container.visible .lightbox {
    width: calc(100% - 180px);
    top: 90px;
    bottom: 90px;
    left: 90px;
    z-index: 1;
    background-color: white;
    border: 1px solid black; }
  .lightbox-container.visible .lightbox-overlay {
    background-color: white;
    opacity: 0.9; }

.lightbox-container.animate-in .lightbox {
  animation: lightbox-in .4s ease; }

.lightbox-container.animate-in .lightbox-overlay {
  animation: lightbox-overlay-in .4s ease; }

.lightbox-container.hidden {
  visibility: hidden; }
  .lightbox-container.hidden .lightbox-caret {
    opacity: 0; }
  .lightbox-container.hidden .lightbox-x {
    opacity: 0; }
  .lightbox-container.hidden .lightbox {
    width: calc(50% - 90px);
    top: 90px;
    bottom: 90px;
    left: 90px;
    z-index: 1;
    background-color: white;
    border: 1px solid black; }
  .lightbox-container.hidden .lightbox-overlay {
    background-color: white;
    opacity: 0; }

.lightbox-container.animate-out {
  animation: lightbox-container-out .4s ease; }
  .lightbox-container.animate-out .lightbox {
    animation: lightbox-out .4s ease; }
  .lightbox-container.animate-out .lightbox-overlay {
    animation: lightbox-overlay-out .4s ease; }

.fade-in {
  -webkit-animation: opacity-fade-in 0.6s;
  /* Safari 4+ */
  -moz-animation: opacity-fade-in 0.6s;
  /* Fx 5+ */
  -o-animation: opacity-fade-in 0.6s;
  /* Opera 12+ */
  animation: opacity-fade-in 0.6s; }

.size-select-menu-item {
  border-left: 1px solid white;
  border-right: 1px solid white; }

.size-select-menu-item:hover {
  border-left: 1px solid black;
  border-right: 1px solid black; }

.mobile-grid-header {
  width: 100%;
  padding: 30px;
  border-bottom: 1px solid black; }

.mobile .grid-cell {
  position: relative;
  height: 300px; }

.home-mobile-most-searched .mobile .grid-cell, .recommendation-grid .mobile .grid-cell {
  height: 265px; }

.grid-cell--image:not(.is-carousel),
.product-template-cell__image {
  align-self: center;
  max-width: 55%;
  max-height: 55%; }
  @media screen and (max-width: 767px) {
    .grid-cell--image:not(.is-carousel),
    .product-template-cell__image {
      max-width: 85%;
      max-height: 85%; } }

.grid-cell,
.product-template-cell {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  align-items: stretch;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  padding: 20px 22px; }
  .grid-cell .grid-cell--price,
  .grid-cell .product-template-cell__price-size-text,
  .product-template-cell .grid-cell--price,
  .product-template-cell .product-template-cell__price-size-text {
    flex: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row; }
    .grid-cell .grid-cell--price p,
    .grid-cell .product-template-cell__price-size-text p,
    .product-template-cell .grid-cell--price p,
    .product-template-cell .product-template-cell__price-size-text p {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 1; }
  .grid-cell .grid-cell--image,
  .grid-cell .product-template-cell__image,
  .product-template-cell .grid-cell--image,
  .product-template-cell .product-template-cell__image {
    position: relative;
    flex: 1 1 50%; }
    .grid-cell .grid-cell--image.single-image,
    .grid-cell .product-template-cell__image.single-image,
    .product-template-cell .grid-cell--image.single-image,
    .product-template-cell .product-template-cell__image.single-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center; }
      .grid-cell .grid-cell--image.single-image img,
      .grid-cell .product-template-cell__image.single-image img,
      .product-template-cell .grid-cell--image.single-image img,
      .product-template-cell .product-template-cell__image.single-image img {
        pointer-events: none;
        max-height: 100%;
        object-fit: contain; }
    .grid-cell .grid-cell--image.is-carousel,
    .grid-cell .product-template-cell__image.is-carousel,
    .product-template-cell .grid-cell--image.is-carousel,
    .product-template-cell .product-template-cell__image.is-carousel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-around;
      margin-left: -22px;
      margin-right: -22px; }
  .grid-cell .grid-cell--name,
  .grid-cell .product-template-cell__name,
  .product-template-cell .grid-cell--name,
  .product-template-cell .product-template-cell__name {
    flex: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .grid-cell .grid-cell--name p,
    .grid-cell .product-template-cell__name p,
    .product-template-cell .grid-cell--name p,
    .product-template-cell .product-template-cell__name p {
      margin-top: auto; }

.page-hero-container {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid black;
  box-sizing: border-box;
  width: 100%; }
  .page-hero-container.mobile {
    border-top: none;
    border-left: none;
    border-right: none; }

.filter-wrapper {
  width: 100%; }

.filter-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .5em 0;
  box-sizing: border-box; }

.filter-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: start; }
  .filter-content-area > div {
    width: 100%; }

.filter-controls {
  width: 0px;
  margin-right: 0;
  transition: all 0.15s ease-in-out;
  opacity: 0; }

.filter-wrapper.open .filter-controls {
  opacity: 1;
  width: 253px;
  flex-basis: 253px;
  margin-right: 60px;
  padding-bottom: 40px; }

.filter-wrapper:not(.mobile) .goat-button-group-spaced {
  width: 260px; }

.filter-wrapper:not(.mobile) .range-slider {
  width: 253px; }

.filter--sizes-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, 44px);
  grid-column-gap: 8px;
  grid-auto-rows: 44px;
  grid-row-gap: 8px;
  box-sizing: border-box; }
  .filter--sizes-grid .square {
    cursor: pointer;
    text-align: center;
    border: 1px solid black;
    font: 10px 'Plain-Medium';
    letter-spacing: 1px;
    line-height: 43px; }
    .filter--sizes-grid .square.selected {
      background: black;
      color: white; }
    .filter--sizes-grid .square:hover {
      text-decoration: underline;
      text-underline-position: under; }
    .filter--sizes-grid .square.disabled {
      cursor: default;
      color: #b6b6b6;
      border-color: #b6b6b6;
      background: white; }
      .filter--sizes-grid .square.disabled:hover {
        text-decoration: none; }

.mobile .filter--sizes-grid .square:hover {
  text-decoration: none; }

.filter-results-area {
  position: relative;
  align-self: stretch; }

.filter-wrapper.mobile {
  user-select: none; }
  .filter-wrapper.mobile .filter-controls-overlay {
    display: none; }
  .filter-wrapper.mobile .filter-controls-overlay.visible {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white; }
  .filter-wrapper.mobile .filter-controls-top,
  .filter-wrapper.mobile .filter-controls-bottom {
    flex: 0 0 auto; }
  .filter-wrapper.mobile .filter-controls-top {
    border-bottom: 1px solid black; }
    .filter-wrapper.mobile .filter-controls-top .fct--wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      height: 50px;
      max-width: 320px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 20px; }
      .filter-wrapper.mobile .filter-controls-top .fct--wrapper .text-button, .filter-wrapper.mobile .filter-controls-top .fct--wrapper p {
        background: white;
        text-decoration: none; }
  .filter-wrapper.mobile .filter-controls-bottom .goat-button, .filter-wrapper.mobile .filter-controls-bottom .checkout-action-button-group .secondary, .checkout-action-button-group .filter-wrapper.mobile .filter-controls-bottom .secondary, .filter-wrapper.mobile .filter-controls-bottom .checkout-action-button-group .primary, .checkout-action-button-group .filter-wrapper.mobile .filter-controls-bottom .primary {
    width: 100%; }
  .filter-wrapper.mobile .filter-controls {
    flex: 1 1 auto;
    width: 100%;
    position: relative;
    overflow-y: auto;
    box-sizing: border-box; }
  .filter-wrapper.mobile .filter--sizes-grid {
    grid-template-columns: repeat(6, 44px);
    grid-column-gap: 11px;
    grid-auto-rows: 44px;
    grid-row-gap: 11px; }
  .filter-wrapper.mobile .goat-button-group-spaced {
    margin-left: -11px;
    margin-bottom: 11px; }
    .filter-wrapper.mobile .goat-button-group-spaced .goat-button, .filter-wrapper.mobile .goat-button-group-spaced .checkout-action-button-group .secondary, .checkout-action-button-group .filter-wrapper.mobile .goat-button-group-spaced .secondary, .filter-wrapper.mobile .goat-button-group-spaced .checkout-action-button-group .primary, .checkout-action-button-group .filter-wrapper.mobile .goat-button-group-spaced .primary {
      margin-left: 11px; }
  .filter-wrapper.mobile .collapse-box {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }

.filter-button-mobile {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 44px;
  width: 100%; }
  .filter-button-mobile .dummy-button-holder {
    width: 100%; }
  .filter-button-mobile.fixed .dummy-button-holder {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0; }

.desktop-collapse-box .collapse-box {
  width: 252px; }

.collapse-toggle {
  cursor: pointer;
  display: block;
  padding: 19px 0 20px;
  -webkit-touch-callout: none;
  user-select: none;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .collapse-toggle span, .collapse-toggle .arrow {
    display: inline-block;
    vertical-align: middle; }
  .collapse-toggle .toggle-name {
    font: 10px 'Plain-Bold';
    text-transform: uppercase;
    letter-spacing: 1px; }
  .collapse-toggle .arrow {
    margin-left: 5px;
    vertical-align: middle; }
  .collapse-toggle .toggle-count {
    font: 10px 'Plain';
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    background: black;
    color: white;
    padding: 3px 2px 2px 2px;
    line-height: 9px;
    height: 9px;
    width: 9px; }

.collapse-box-contents {
  max-height: 0;
  padding: 0;
  transition: all 0.2s linear;
  overflow: hidden; }

.collapse-box.open .collapse-box-contents {
  padding-bottom: 20px;
  max-height: 999px; }

.collapse-box.disabled {
  opacity: 0.6;
  pointer-events: none; }

@keyframes bounceIn {
  from, 70%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  70% {
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.large-radio-button {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .large-radio-button input[type|=radio] {
    position: absolute;
    visibility: hidden; }
  .large-radio-button label {
    margin-left: 15px;
    font: 10px "Plain-Medium";
    letter-spacing: 1px;
    text-transform: uppercase; }
  .large-radio-button .radio-check {
    position: relative;
    height: 30px;
    width: 30px;
    border: 1px solid black; }
    .large-radio-button .radio-check:before {
      background: black;
      display: block;
      position: absolute;
      content: ' ';
      transform: scale3d(0.005, 0.005, 0.005);
      transition: all 0.2s ease-in-out;
      width: 14px;
      height: 14px;
      top: 8px;
      left: 8px; }
    .large-radio-button .radio-check:after {
      opacity: 0;
      background: rgba(0, 0, 0, 0.1);
      display: block;
      position: absolute;
      content: ' ';
      width: 14px;
      height: 14px;
      top: 8px;
      left: 8px; }
  .large-radio-button input[type=radio]:checked ~ .radio-check:before {
    animation: bounceIn 0.2s normal forwards; }
  .large-radio-button:hover label {
    text-decoration: underline; }
  .large-radio-button:hover input[type=radio]:not(:checked) ~ .radio-check:after {
    opacity: 1; }
  .large-radio-button + .large-radio-button {
    margin-top: 10px; }

.range-slider {
  display: block;
  width: 100%;
  user-select: none; }
  .range-slider .range-values {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px; }
    .range-slider .range-values .range-value {
      font: 10px "Plain";
      line-height: 1;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 4px 0;
      transition: all 0.1s linear; }
      .range-slider .range-values .range-value.active {
        color: white;
        background: black;
        padding: 4px 5px; }
    .range-slider .range-values .range-high {
      margin-left: auto; }
  .range-slider .range-control {
    height: 44px;
    position: relative; }
  .range-slider .range-control--track {
    position: relative;
    height: 44px; }
    .range-slider .range-control--track .track-line {
      z-index: 1;
      width: 100%;
      margin: 0 0px;
      height: 1px;
      background: black;
      position: absolute;
      top: 22px; }
    .range-slider .range-control--track .track-line-emphasis {
      position: absolute;
      top: 21px;
      height: 3px;
      background: black; }
    .range-slider .range-control--track:before, .range-slider .range-control--track:after {
      z-index: 1;
      position: absolute;
      display: block;
      height: 8px;
      width: 1px;
      top: 18px;
      background: black;
      content: ' '; }
    .range-slider .range-control--track:before {
      left: 0px; }
    .range-slider .range-control--track:after {
      right: 0px; }
  .range-slider .range-control--knob {
    z-index: 2;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    height: 44px;
    width: 44px;
    padding: 10px;
    border: 1px solid black;
    background: white;
    border-radius: 100%;
    box-sizing: border-box;
    left: 0; }
    .range-slider .range-control--knob:nth-child(2) {
      z-index: 3;
      transform: translate(50%); }

.arrow {
  transition: all 0.25s ease-in-out; }
  .arrow.disabled {
    opacity: 0.5; }

button.text-button {
  cursor: pointer;
  display: inline-block;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  font: 10px "Plain-Medium";
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  position: relative;
  text-decoration: underline; }
  button.text-button.disabled, button.text-button:disabled {
    cursor: default;
    opacity: 0.6; }

.grid-image-wrapper {
  width: 100%; }
  @media screen and (min-width: 801px) {
    .grid-image-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 0 116px;
      align-items: center; }
      .grid-image-wrapper.single-image {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .grid-image-wrapper.multi-image .portrait {
        width: 33%; }
      .grid-image-wrapper.multi-image .landscape {
        width: 50%; } }
  @media screen and (max-width: 800px) {
    .grid-image-wrapper {
      display: block; }
      .grid-image-wrapper.single-image, .grid-image-wrapper.multi-image {
        margin-left: auto;
        margin-right: auto; }
        .grid-image-wrapper.single-image .landscape, .grid-image-wrapper.single-image .portrait, .grid-image-wrapper.multi-image .landscape, .grid-image-wrapper.multi-image .portrait {
          max-width: 480px;
          margin-left: auto;
          margin-right: auto;
          width: 100%; }
        .grid-image-wrapper.single-image .image-wrapper > img, .grid-image-wrapper.multi-image .image-wrapper > img {
          width: 100%; }
        .grid-image-wrapper.single-image .second-image, .grid-image-wrapper.multi-image .second-image {
          margin-top: 60px; } }

@media screen and (min-width: 801px) {
  .single-image .first-image {
    max-width: 554px; }
  .both-portrait .grid-image {
    width: 40%; }
  .both-portrait .second-image .image-wrapper {
    margin-top: 142px; } }

@keyframes fade-in-image {
  from, 50%, 80%, to {
    animation-timing-function: cubic-bezier(0.51, 0, 0.35, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 250px, 0); }
  80% {
    opacity: 1; }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fade-in-image img {
  display: block;
  opacity: 0;
  transform: translate3d(0, 250px, 0);
  backface-visibility: hidden;
  perspective: 1000; }

.fade-in-image.is-visible img {
  animation-name: fade-in-image;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.second-image .fade-in-image img {
  animation-delay: 0.3s; }

body.editorial.editorial-nav .site-header,
body.editorial.editorial-nav .site-header-element {
  border: none; }

body.editorial.editorial-nav .ellipses-container .ellipses {
  transition: all 0.5s ease-in-out; }

body.editorial.black-editorial-nav .site-header,
body.editorial.black-editorial-nav .site-header-element {
  border-bottom: none !important;
  background: #0b0b0b;
  color: white; }
  body.editorial.black-editorial-nav .site-header a, body.editorial.black-editorial-nav .site-header p,
  body.editorial.black-editorial-nav .site-header-element a,
  body.editorial.black-editorial-nav .site-header-element p {
    color: white; }
  body.editorial.black-editorial-nav .site-header #GOAT_logo,
  body.editorial.black-editorial-nav .site-header-element #GOAT_logo {
    fill: white; }

body.editorial.black-editorial-nav .ellipses-container .ellipses {
  border-color: white;
  background: #0b0b0b; }

body.editorial.black-editorial-nav .ellipses-container:hover .ellipses {
  background: white; }

body.editorial.black-editorial-nav .site-header.is-search-open {
  color: #0b0b0b; }
  body.editorial.black-editorial-nav .site-header.is-search-open a, body.editorial.black-editorial-nav .site-header.is-search-open p {
    color: #0b0b0b; }
  body.editorial.black-editorial-nav .site-header.is-search-open #GOAT_logo {
    fill: #0b0b0b; }
  body.editorial.black-editorial-nav .site-header.is-search-open .ellipses-container .ellipses {
    border-color: #0b0b0b;
    background: transparent; }
  body.editorial.black-editorial-nav .site-header.is-search-open .ellipses-container:hover .ellipses {
    background: #0b0b0b; }

body.editorial.black-editorial-nav.black-nav-has-border .site-header-element {
  border-bottom: 1px solid white !important; }

body.editorial.black-editorial-nav.black-nav-has-border .is-search-open .site-header-element {
  border-bottom: 1px solid #0b0b0b !important; }

body.editorial.white-editorial-nav .site-header,
body.editorial.white-editorial-nav .site-header-element {
  border-bottom: 1px solid #0b0b0b !important;
  background: white;
  color: #0b0b0b; }
  body.editorial.white-editorial-nav .site-header a, body.editorial.white-editorial-nav .site-header p,
  body.editorial.white-editorial-nav .site-header-element a,
  body.editorial.white-editorial-nav .site-header-element p {
    color: #0b0b0b; }
  body.editorial.white-editorial-nav .site-header #GOAT_logo,
  body.editorial.white-editorial-nav .site-header-element #GOAT_logo {
    fill: #0b0b0b; }

body.editorial.white-editorial-nav .ellipses-container .ellipses {
  border-color: #0b0b0b;
  background: white; }

body.editorial.white-editorial-nav .ellipses-container:hover .ellipses {
  background: #0b0b0b; }

body.editorial:not(.has-editorial-loaded) .site-header,
body.editorial:not(.has-editorial-loaded) .site-header-element {
  border: none !important;
  color: white;
  transition: none !important;
  background: #0b0b0b !important; }
  body.editorial:not(.has-editorial-loaded) .site-header a, body.editorial:not(.has-editorial-loaded) .site-header p,
  body.editorial:not(.has-editorial-loaded) .site-header-element a,
  body.editorial:not(.has-editorial-loaded) .site-header-element p {
    color: white; }
  body.editorial:not(.has-editorial-loaded) .site-header #GOAT_logo,
  body.editorial:not(.has-editorial-loaded) .site-header-element #GOAT_logo {
    fill: white; }

body.editorial .loading-container {
  margin-top: -90px;
  height: 100vh;
  width: 100vw;
  background: #0b0b0b;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  body.editorial .loading-container .loader {
    width: 40vw;
    margin-left: auto;
    margin-right: auto; }

.top-10-unit .top-10-shoe-number {
  color: white; }

.top-10-unit .top-10-shoe-image img {
  margin-left: 24px;
  max-width: 60px;
  max-height: 50px; }

.top-10-unit .trending-menu-row .caret {
  visibility: visible;
  opacity: 0; }

@media screen and (min-width: 801px) {
  .top-10-unit .trending-menu-col {
    width: 50%; }
  .top-10-unit .trending-menu-row {
    height: 80px; }
    .top-10-unit .trending-menu-row:hover .caret {
      opacity: 1; }
  .top-10-unit .top-10-shoe-number {
    width: 80px;
    height: 80px;
    flex: 0 0 80px; }
  .top-10-unit .top-10-shoe-name {
    margin-left: 24px; } }

@media screen and (max-width: 800px) {
  .top-10-unit .trending-menu {
    flex-direction: column; }
  .top-10-unit .trending-menu-col {
    display: block;
    width: 100%; }
    .top-10-unit .trending-menu-col:first-child {
      border-bottom: 1px solid rgba(129, 129, 129, 0.6); }
    .top-10-unit .trending-menu-col.right .trending-menu-row {
      border-left: 1px solid white; }
  .top-10-unit .trending-menu-row {
    flex: 0 0 60px;
    height: 60px;
    flex-direction: row; }
    .top-10-unit .trending-menu-row .caret {
      opacity: 1;
      transform: scale3d(0.6, 0.6, 1);
      transform-origin: right center;
      margin-right: 12px; }
  .top-10-unit .top-10-shoe-number {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    font-size: 18px;
    letter-spacing: 0; }
  .top-10-unit .top-10-shoe-image {
    flex: 0 0 80px;
    height: 60px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .top-10-unit .top-10-shoe-image img {
      margin: auto;
      max-width: 45px;
      max-height: 38px; }
  .top-10-unit .top-10-shoe-name {
    font-size: 10px;
    letter-spacing: 1.5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

.home-greatest-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 160px auto 160px;
  background: white; }
  @media screen and (max-width: 800px) {
    .home-greatest-module {
      margin: 80px auto; } }

.home-greatest-module-content {
  border: 1px solid #0b0b0b; }

.home-greatest-features {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap; }

.home-module-title {
  height: 200px; }

.greatest-feature {
  display: block;
  position: relative;
  flex: 0 0 25%;
  overflow: hidden;
  backface-visibility: hidden;
  background-color: #0b0b0b;
  text-align: center;
  cursor: pointer;
  perspective: 1000;
  border-left: 1px solid white; }
  .greatest-feature .image-container {
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: scale3d(1, 1, 1);
    transform-origin: bottom center;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    transition: transform .5s ease-in-out; }
  @media screen and (min-width: 801px) {
    .greatest-feature:hover .image-container {
      transform: scale3d(1.05, 1.05, 1); } }
  .greatest-feature .feature-title {
    display: flex;
    z-index: 2;
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .greatest-feature .feature-title span {
      display: inline-block;
      padding: 4px 5px;
      background: #0b0b0b;
      color: white;
      font-family: Plain;
      font-size: 10px;
      letter-spacing: 1.5px;
      line-height: 1.1;
      text-transform: uppercase; }
  .greatest-feature:before {
    padding-top: 100%;
    float: left;
    content: ""; }
  .greatest-feature:nth-child(4n-3) {
    border-left: none; }
  .greatest-feature:nth-child(n+5) {
    border-top: 1px solid white; }

@media screen and (max-width: 820px) {
  .home-greatest-module {
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto; }
  .greatest-feature {
    flex: 0 0 50%;
    margin-top: 1px;
    transition: none;
    border-left: 1px solid white; }
    .greatest-feature:nth-child(2n+1) {
      border-left: none; }
    .greatest-feature:nth-child(2n) {
      border-left: 1px solid white; } }

@media screen and (max-width: 700px) {
  .home-greatest-module {
    width: calc(100% - 180px); } }
  @media only screen and (max-width: 700px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 700px) and (-webkit-device-pixel-ratio: 3) {
    .home-greatest-module {
      width: calc(100% - 45px); } }
  @media screen and (max-width: 700px) and (max-width: 639px) {
    .home-greatest-module.full-width-mobile {
      width: 100%; } }

@media screen and (max-width: 700px) {
  .home-module-title {
    height: 125px;
    font-size: 24px; }
  .home-greatest-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
  .greatest-feature:not(:first-child) {
    margin-top: 26px;
    border: none; }
  .image-container {
    padding-bottom: 100%;
    transition: none; } }

.editorial * {
  box-sizing: border-box; }

article.editorial {
  width: 100%; }

@media screen and (max-width: 800px) {
  .editorial .fixed {
    height: calc(100vh - 60px); } }

.article-hero {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  background: #0b0b0b;
  color: white;
  justify-content: center;
  align-items: center;
  padding: 0 90px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000; }
  @media screen and (max-width: 800px) {
    .article-hero {
      padding: 0 30px; } }

.hero-content {
  height: 100%;
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  transform-origin: bottom center;
  animation-fill-mode: forwards;
  user-select: none; }
  @media screen and (max-width: 800px) {
    .hero-content {
      flex-direction: column; } }

@keyframes hero-fade-out {
  from {
    opacity: 1;
    transform: scale3d(1, 1, 1); }
  to {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8); } }

@keyframes hero-fade-in {
  from {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.fade-out .hero-content {
  animation-name: hero-fade-out;
  animation-duration: 2s; }

.fade-in .hero-content {
  animation-name: hero-fade-in;
  animation-duration: 2s; }

.hero-content-text {
  text-align: center;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .hero-content-text h1 {
    font-size: 36px;
    line-height: 1.28;
    font-weight: normal;
    margin-bottom: 0; }
  .hero-content-text p {
    font-size: 16px;
    line-height: 1.63;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 800px) {
    .hero-content-text {
      flex: 0 1 40%; }
      .hero-content-text h1 {
        margin-top: 0;
        font-size: 24px;
        line-height: 1.33; }
      .hero-content-text p {
        font-size: 14px;
        line-height: 1.57; } }

.hero-content-image {
  flex: 0 0 50%;
  align-self: flex-end;
  height: calc(100% - 90px);
  max-height: 820px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-top: 90px; }
  @media screen and (max-width: 800px) {
    .hero-content-image {
      margin: 0;
      flex: 1 0 60%;
      width: 100%; } }

.editorial {
  font-family: "GT-Sectra-Book", serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: lining-nums;
  line-height: 1.51; }
  .editorial .article-body {
    background: white;
    padding: 0 0 8em; }
    @media screen and (max-width: 800px) {
      .editorial .article-body {
        padding: 1em 30px 1em; } }
  .editorial .article-contents:first-child {
    margin-top: 0; }
  @media screen and (min-width: 801px) {
    .editorial .article-contents {
      padding-top: 100px; }
      .editorial .article-contents.content-ready-to-fade > *:nth-child(-n + 2) {
        opacity: 0;
        transform: translate(0, 70px);
        transition: all 0.8s ease-out; }
      .editorial .article-contents.content-fade-in > *:nth-child(-n + 2) {
        opacity: 1;
        transform: translate(0, 0);
        transition: all 0.8s ease-out; } }
  .editorial img {
    max-width: 100%; }
  .editorial section {
    margin: 5em 0; }
    @media screen and (min-width: 801px) {
      .editorial section.has-image {
        margin: 10em 0; }
        .editorial section.has-image + .has-image {
          margin-top: 5em; } }
    @media screen and (max-width: 800px) {
      .editorial section {
        margin: 55px auto; }
        .editorial section.has-image {
          margin: 60px -30px; } }
    .editorial section > * {
      margin-left: auto;
      margin-right: auto; }
    .editorial section > p,
    .editorial section > .grid-image-wrapper {
      max-width: 1186px; }
    .editorial section > p, .editorial section > .centered {
      max-width: 550px; }
    .editorial section > p {
      font-size: 19px;
      line-height: 1.45; }
      @media screen and (max-width: 800px) {
        .editorial section > p {
          font-size: 17px;
          line-height: 1.45; }
          .editorial section > p:first-child {
            margin-top: 0; }
          .editorial section > p:last-child {
            margin-bottom: 0; } }
  .editorial blockquote {
    padding: 5em 0;
    text-align: center;
    max-width: 740px; }
    .editorial blockquote .quote {
      font-family: 'GT-Sectra-Book';
      font-size: 28px;
      font-weight: 300;
      line-height: 1.29;
      quotes: '\201C' '\201D'; }
      .editorial blockquote .quote:before, .editorial blockquote .quote:after {
        display: inline-block; }
      .editorial blockquote .quote:before {
        content: open-quote; }
      .editorial blockquote .quote:after {
        content: close-quote; }
    .editorial blockquote .source {
      font-family: Plain;
      font-size: 10px;
      line-height: 1.8;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
      .editorial blockquote .source:before {
        content: '- '; }
    @media screen and (max-width: 800px) {
      .editorial blockquote {
        padding: 20px 0;
        margin: 0 auto; }
        .editorial blockquote .quote {
          font-size: 20px;
          line-height: 1.3; } }

.full-width-image-container {
  max-width: 999999px; }
  @media screen and (min-width: 801px) {
    .full-width-image-container {
      width: calc(100% - 180px); } }
  @media only screen and (min-width: 801px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 801px) and (-webkit-device-pixel-ratio: 3) {
    .full-width-image-container {
      width: calc(100% - 45px); } }
  @media screen and (min-width: 801px) and (max-width: 639px) {
    .full-width-image-container.full-width-mobile {
      width: 100%; } }
  @media screen and (max-width: 800px) {
    .full-width-image-container {
      width: 100%; } }

.show-names .interview-question,
.show-names .interview-answer {
  position: relative; }
  .show-names .interview-question:before,
  .show-names .interview-answer:before {
    content: attr(data-before);
    position: absolute;
    left: -2rem;
    top: 0.5em;
    font-family: Plain;
    font-size: 10px;
    letter-spacing: 1.5px; }
    @media screen and (max-width: 800px) {
      .show-names .interview-question:before,
      .show-names .interview-answer:before {
        display: none; } }

.interview-question {
  margin-top: 4em;
  font-family: 'GT-Sectra-Medium', 'GT Sectra', serif;
  font-weight: 500; }
  .interview-question + .interview-answer {
    margin-top: 1.5em; }

.parallax-image-wrapper {
  position: relative;
  margin: 3em 90px;
  height: 500px;
  border: 1px solid red; }
  .parallax-image-wrapper .image {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px) scale(1.5);
    background-size: 100%;
    z-index: -1; }

.article-footer {
  position: relative;
  z-index: 1;
  background: black;
  box-sizing: border-box;
  padding: 90px 90px 60px;
  border-bottom: 1px solid #818181; }
  @media screen and (max-width: 800px) {
    .article-footer {
      padding: 30px; } }
  .article-footer .top-10-unit {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto; }

.image-wrapper {
  position: relative; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    transform: scale3d(1.07, 1.07, 1.07); }
  60% {
    opacity: 1; }
  70% {
    opacity: 1;
    transform: scale3d(0.97, 0.97, 0.97); }
  80% {
    opacity: 1;
    transform: scale3d(1, 1, 1); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.product-marker-container {
  cursor: pointer;
  position: absolute;
  margin-top: -15px;
  margin-left: -15px;
  z-index: 300;
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3); }
  .product-marker-container.reveal-the-marker {
    animation-name: bounceIn;
    animation-duration: 0.75s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .product-marker-container .marker-hotspot {
    display: flex;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: white url(/public/web-assets/imgs/Arrow-line.png) center center no-repeat;
    background-size: 13px auto;
    transition: transform 0.25s ease-in-out; }
  .product-marker-container:hover .marker-hotspot {
    transform: scale3d(1.2, 1.2, 1); }
  .product-marker-container .label-container {
    position: relative;
    width: 100%; }
  .product-marker-container.show-label .product-marker-label {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(-50%) scale3d(1, 1, 1); }

.product-marker-label {
  pointer-events: none;
  position: absolute;
  top: -40%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale3d(0.2, 0.2, 1);
  transition: all 0.25s ease-out;
  user-select: none; }
  .product-marker-label .label-contents {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    padding: 5px 15px;
    min-width: 200px;
    max-width: 300px;
    width: 100%;
    background: white;
    border: 1px solid #0b0b0b; }
  .product-marker-label .marker-image {
    width: auto;
    height: 22px;
    margin: auto;
    margin-right: 15px;
    margin-left: 0; }
  .product-marker-label .marker-name {
    flex: 1 1 auto;
    font-family: 'Plain-Medium';
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px; }
  .product-marker-label svg {
    margin-top: -10px;
    flex: 0 0 20px; }

@media screen and (max-width: 800px) {
  .article-credits {
    text-align: center; } }

.apple-pay-button {
  color: white;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 45px; }
  .apple-pay-button .buy-with-apple-pay-logo, .apple-pay-button .setup-apple-pay-logo {
    display: block;
    width: 100%;
    height: 1.5em;
    background-size: auto 100% !important; }
  .apple-pay-button .buy-with-apple-pay-logo {
    background: url(/public/web-assets/imgs/buy_with_applepay.png) center center no-repeat; }
  .apple-pay-button .setup-apple-pay-logo {
    background: url(/public/web-assets/imgs/setup_applepay.png) center center no-repeat; }
  .apple-pay-button[disabled] {
    cursor: not-allowed;
    opacity: 0.25; }

.other-payment-method-logos {
  background: url(/public/web-assets/imgs/buy_with_other.png) center center no-repeat;
  background-size: auto 100%; }

.home-intro.container {
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .home-intro.container *, .home-intro.container *:before, .home-intro.container *:after {
    box-sizing: inherit; }
  .home-intro.container.inverted {
    background: #000; }

.inverted .home-intro.copy-container .name,
.inverted .home-intro.copy-container .bio {
  color: #fff; }

.home-intro.copy-container > .goat-button.cta, .checkout-action-button-group .home-intro.copy-container > .cta.secondary, .checkout-action-button-group .home-intro.copy-container > .cta.primary, .checkout-action-button-group .home-intro.copy-container > .cta.order-confirmation-continue-shipping {
  flex: 0 0 45px;
  margin-top: 20px;
  width: 150px; }

.home-intro.character {
  align-items: center;
  background: #fff;
  border: 1px none transparent;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: flex;
  flex: 1;
  font-size: 56px;
  justify-content: center;
  text-transform: uppercase; }
  .home-intro.character * {
    font-family: "Plain-Medium"; }
  .home-intro.character span {
    display: inline-block;
    line-height: 1.1;
    overflow: hidden;
    position: relative; }
  .home-intro.character span:before {
    -webkit-transition: width 0.2s ease-out;
    background: #000;
    bottom: 0px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    transition: width 0.2s ease-out;
    width: 0%; }
    .inverted .home-intro.character span:before {
      background: #fff; }
  .home-intro.character:hover span:before {
    width: 100%; }
  .home-intro.character:first-child {
    border-left-color: transparent;
    border-left-style: none; }
  .home-intro.character.blank {
    background: transparent !important; }
    .home-intro.character.blank + .home-intro.character.blank {
      border-left-color: transparent; }
    .home-intro.character.blank.below-a-blank {
      border-top-color: transparent; }
  .inverted .home-intro.character {
    background: #000;
    border-left-color: #fff;
    border-top-color: #fff;
    color: #fff; }

.home-intro.row {
  display: flex;
  flex: 1; }
  .home-intro.row:first-child > .character {
    border-top-color: transparent;
    border-top-style: none; }

.home-intro.rows-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 3; }

.home-intro.image-first-shoe {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 60%;
  justify-content: center;
  position: absolute;
  width: 40%; }
  .home-intro.image-first-shoe > img {
    height: 100%;
    width: auto; }

.home-intro.image-second-shoe {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 60%;
  justify-content: center;
  position: absolute;
  width: 58%; }
  .home-intro.image-second-shoe > img {
    height: 100%;
    width: auto; }

.home-hero.mobile {
  max-height: 900px;
  margin-top: 1px;
  height: calc(100vh - 120px);
  min-height: 520px;
  margin-bottom: 30px; }
  .home-hero.mobile .home-hero-title {
    font-size: 24px;
    margin: 15px 0;
    text-align: center;
    width: 90%; }
  .home-hero.mobile .home-hero-description {
    font-size: 14px;
    line-height: 1.57;
    margin-top: 0;
    text-align: center;
    width: 270px; }
  .home-hero.mobile .home-hero-cta {
    flex: 0 0 45px;
    margin-top: 30px;
    width: 200px; }

.home-collection-image-container {
  max-width: 22.5%;
  width: 22.5%;
  position: relative; }

.home-collection-image-container .text {
  position: absolute;
  height: 50px;
  bottom: 5%;
  opacity: 0; }

.home-collection-image-container:hover .text {
  opacity: 1; }

.loader-wrapper {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 250px;
  flex: 1 1 250px; }

@media screen and (max-width: 800px) {
  .trending-name {
    white-space: nowrap; } }

.extra-site-footer-padding .mobile-footer {
  padding-bottom: 30px; }
