/** Shopify CDN: Minification failed

Line 184:1 Unexpected "}"

**/


#Sale h3 {
  color: #ed1c24;
  font-weight: 500;
}

.menu-Warehouse {
  font-weight: 500;
  color: #ed1c24;
}

.menu-Gift {
  font-weight: 500;
  color: #ed1c24;
}

.menu-Black {
display: none;
}

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


 /*.menu-Sale {
  background-color: #DC7050;
  background-image: linear-gradient(90deg, #EC5737, #EC5737 25%, #0071BC 25%, #0071BC 50%, #F5DD7D 50%, #F5DD7D 75%, #E5B6C9 75%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
 }*/



 .menu-Pride {
  background-color: #DC7050;
  background-image: linear-gradient(90deg, #B34545, #B34545 20%, #DC7050 20%, #DC7050 40%, #F0C157 40%, #F0C157 60%, #48995D 60%, #48995D 80%, #92B4DC 80%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
 }

 .menu-Pride:hover {
  background-color: #48995D;
  background-image: linear-gradient(270deg, #B34545, #B34545 20%, #DC7050 20%, #DC7050 40%, #F0C157 40%, #F0C157 60%, #48995D 60%, #48995D 80%, #92B4DC 80%);
 }

 /* west elm form */
    .kl-private-quill-wrapper-Lkqws1 .ql-container p, .kl-private-quill-wrapper-Lkqws1 .ql-container a {
   /* line-height: 1.5rem !important; */
   /* letter-spacing: .1em !important; */
    /*text-align: center !important;*/
}

.go1604071857 {
  background-color: #fff !important;
}


 /* loop shop now*/

 .loop-returns-activated .dynamic-checkout__content {
  display: none;
 }

 .loop-returns-activated .discount-reminder {
  display: none;
 }

 .loop-onstore {
  padding: 1rem 1rem !important;
 }

 .loop-onstore__amount {
  letter-spacing: .1em;
  font-weight: 400 !important;
  vertical-align: baseline;
 }

 .loop-onstore__copy {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .85rem;
  vertical-align: baseline;
 }

 .loop-onstore__back {
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .85rem !important;
 }

 @media screen and (max-width: 980px) {
  .loop-onstore__back {
    font-size: .75rem !important;
    padding: 0.5rem .75rem !important;
  }

  .loop-onstore__copy {
    font-size: .75rem !important;
  }
 }

 .gnext,
 .gprev {
  display: none !important;
 }

 .fill-balance {
  column-fill: balance;
 }

 .fill-auto {
  column-fill: auto;
 }

 .v-enter-active,
 .v-leave-active {
  transition: opacity .4s ease;
 }

 .v-enter-from,
 .v-leave-to {
  opacity: 0;
 }


 .fade-enter-active,
 .fade-leave-active {
  transition: opacity 0.4s ease;
 }

 .fade-enter-from,
 .fade-leave-to {
  opacity: 0;
 }


 /* Make the submit button visually disabled */
 form.js-ajax-cart-form-in-progress #CTA {
  display: none;
 }

 /* Show a loading indicator */
form.js-ajax-cart-form-in-progress #CTA-loading {
    display: block;
 }

 .kule-cart-open #CTA {
  display: none;
 }


 .kule-cart-open #bag-success {
  display: block;
 }



 .js-ajax-cart-empty .cart-no {
  display: none;
  opacity: 0;
 }

 .js-ajax-cart-not-empty .cart-no {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.2s ease;
 }
 }

 /* end ajax */


 li {
  line-height: 1.8em;
 }


 .recommendify_panel_heading {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
 }

 .recommendify_product_title {
  text-transform: uppercase;
  font-size: .85em;
  letter-spacing: .5px;
 }



 .collab-red {
  background: #ed1c24;
  height: .4em;
  margin-bottom: 8px;
 }

 .collab-blue {
  background: #0071bc;
  height: .4em;
  margin-bottom: 8px;
 }


 .redStripe {
  background: #ed1c24;
  height: .40em;
 }

 .blueStripe {
  background: #0071bc;
  height: .40em;
 }

 .redStripeThin {
  background: #ed1c24;
  height: .13em;
 }

 .blueStripeThin {
  background: #0071bc;
  height: .13em;
 }


 .lookbook-title {

  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: 1em 0;
 }


 /* hover images in collections */
 .figure,
 .no-hover-figure {
  position: relative;
  width: 460px;
  /* can be omitted for a regular non-lazy image */
  max-width: 100%;
 }

 .figure img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  aspect-ratio: 1 / 1;
  transition: opacity 0.65s;
 }

 .figure:hover img.image-hover {
  opacity: 1;
  
 }

 .figure:hover img.image-main {
  opacity: 0;
  transition: opacity 0.65s;
 }


 /* Dev temp styles for product carousel */

 .carousel {
  background: #fff;
  margin-bottom: 24px;
 }

 .carousel-cell {
  width: 100%;
  /* full width */
  background: #fff;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .carousel-cell img {
  display: block;
  max-height: 100%;
 }


 .carousel-nav .carousel-cell {
  height: 100px;
  width: 100px;
  margin-right: 1em;
 }

 .carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
 }

 .carousel-nav .carousel-cell.is-nav-selected {
  background: #FFF;
 }

 .flickity-page-dots {
  bottom: 12px;
 }

 /* dots are lines */
 .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
 }

 .flickity-button {
  background: transparent;
 }

 .flickity-prev-next-button {
  width: 30px;
  height: 30px;
 }

 .flickity-button-icon {
  fill: black;
 }

 .flickity-prev-next-button.previous {
  left: 0;
 }

 .flickity-prev-next-button.next {
  right: 0;
 }

 .flickity-button:hover {
  background: #ffffff00;
  cursor: pointer;
 }


 /*** other styles ***/

 .unavailable {
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), black calc(50% - 1px), black 50%, transparent 50%);
 }

 .add {
  background-color: black !important;
  width: 360px;
  height: 48px;
  color: white;
  letter-spacing: 1px;
 }

 .toggle-checkbox:checked {
  @apply: right-0 border-black;
  right: 0;
  border-color: black;
 }

 .toggle-checkbox:checked+.toggle-label {
  @apply: bg-green-black;
  background-color: black;
 }

 #collection-grid {
  transition: flex-grow 1s ease-in-out;
  transition: flex-shrink 1s ease-in-out;
 }


 /*** main nav ***/

 ul#main-nav li:hover>ul,
 ul#main-nav li.active>ul {
  display: block;
 }

 /* Visually Hidden - for screen readers */


 .stop-scroll {
  overflow-y: hidden;
 }


 .vh {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
 }

 mobile header {}

 mobile header>span {
  text-transform: none;
  opacity: 0.5;
  font-weight: 300;
  font-size: 12px;
 }

 button.mobilemenu-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  height: 20px;
  width: 15px;
  z-index: 6;
 }

 button.mobilemenu-toggle:hover {
  background-color: transparent;
 }

 .mobilemenu-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  display: block;
  background: #020304;
  transition: 0.5s;
 }

 .mobilemenu-icon span:first-child {
  top: 4px;
 }

 .mobilemenu-icon span:last-child {
  top: 16px;
 }

 [aria-expanded="true"] .mobilemenu-icon span {
  opacity: 0;
  top: 50%;
 }

 [aria-expanded="true"] .mobilemenu-icon span:first-child {
  opacity: 1;
  transform: rotate(225deg);
 }

 [aria-expanded="true"] .mobilemenu-icon span:last-child {
  opacity: 1;
  transform: rotate(-225deg);
 }

 nav#accordion {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 3;
  transition: 0.2s;
  transition-delay: 0s;
  overflow: hidden;
  visibility: hidden;
 }

 nav#accordion>ul {
  text-align: left;
  position: absolute;
  top: 80px;
  width: 100%;
 }

 nav#accordion>ul>li {
  opacity: 0;
  transition: 0.05s;
  transition-delay: 0s;
 }

 nav#accordion[aria-expanded="true"] {
  height: 100%;
  transition-delay: 0s;
  overflow-y: scroll;
  visibility: visible;
 }

 nav#accordion[aria-expanded="true"]>ul>li {
  opacity: 1;
  transition-delay: 0s;
 }

 nav#accordion ul {
  list-style-type: none;
 }

 .accordion-toggle,
 .accordion-toggle2 {
  padding: 14px;
 }

 nav#accordion li {
  border-bottom: 1px solid lightgrey;
  padding: 14px;
 }

 nav#accordion a,
 .accordion-toggle,
 .accordion-toggle2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
 }

 ul.sub {
  border-top: 1px solid lightgrey;
  list-style-type: none;
  margin: 14px -16px 0;
  padding-left: 0;
 }

 .accordion-toggle,
 .accordion-toggle2 {
  cursor: pointer;
  position: relative;
 }

 .accordion-content,
 .accordion-content2 {
  display: none;
 }

 .accordion-content.default,
 .accordion-content2.default {
  display: block;
 }

 button.accordion-toggle-button {}

 button.accordion-toggle-button:focus {}


 nav#accordion ul.sub>li:last-child {
  padding-bottom: 0;
  border: none;
 }

 ul.sub2 li a {
  padding-left: 60px;
 }


 /* css for small menu on scroll */
 .hide-message {
  height: 0;
 }

 .small-header {
  height: 40px;
 }

 .small-logo {
  width: 100px;
  margin: 6px auto;
 }

 .small-header-icons {
  top: 10px !important;
 }

 .number {
  font-variant-caps: oldstyle-nums;
  font-feature-settings: "onum";
 }

 .order-questions a {
  text-decoration: underline;
}

/* Footer */

.newsletter-signup{
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-signup .klaviyo-form{
  border-bottom: 1px solid black;
}

.newsletter-signup form input{
  border: 0 !important;
  padding: 0 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.newsletter-signup form button{
  padding: 0 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.scale-125 {
  transform: scale(1.25);
}

.object-cover {
  object-fit: cover;
}

.object-center {
  object-position: center;
}

.object-zoom {
  width: 150px; 
  height: 150px; 
  object-position: 25% 25%; 
}

.top-neg {
  top: -30rem;
}