/*============================================================================
  #General Variables
==============================================================================*/
/*============================================================================
  #Spacing
==============================================================================*/
/*============================================================================
  #Typography
==============================================================================*/
@font-face {
  font-family: "Harmonia Sans";
  font-weight: 900;
  font-style: normal;
  src: url("https://cdn.shopify.com/proxy/font/harmonia_sans/harmoniasans_n9.4646a262fe85cf96a93b88311b95c5c5f4588d22.woff2?h1=enVpaW9yZ2FuaWMuY29t&hmac=dbcaa6a0d94ba41d7db3ff3d80ecbfdc324addf8d65025402edb140676631843") format("woff2"), url("https://cdn.shopify.com/proxy/font/harmonia_sans/harmoniasans_n9.dabdbffb658ce2e247bb0a0b879ca4314101c8bc.woff?h1=enVpaW9yZ2FuaWMuY29t&hmac=16ef363c107c55ce6f97ffeaebe4d505dbd77ae240d82d32186feec2e7f1520d") format("woff"); }

@font-face {
  font-family: "Avenir Next";
  font-weight: 400;
  font-style: normal;
  src: url("https://cdn.shopify.com/proxy/font/avenir_next/avenirnext_n4.7fd0287595be20cd5a683102bf49d073b6abf144.woff2?h1=enVpaW9yZ2FuaWMuY29t&hmac=591edfbdf89a7d62a4f1a1c7c40689355bf173b4a91241171a66c49230bacb6e") format("woff2"), url("https://cdn.shopify.com/proxy/font/avenir_next/avenirnext_n4.a26a334a0852627a5f36b195112385b0cd700077.woff?h1=enVpaW9yZ2FuaWMuY29t&hmac=cdaf9935582340b45c987b042b6738793f8445ba52be772c37566f2ec1b59df6") format("woff"); }

@font-face {
  font-family: "Harmonia Sans";
  font-weight: 900;
  font-style: normal;
  src: url("https://cdn.shopify.com/proxy/font/harmonia_sans/harmoniasans_n9.4646a262fe85cf96a93b88311b95c5c5f4588d22.woff2?h1=enVpaW9yZ2FuaWMuY29t&hmac=dbcaa6a0d94ba41d7db3ff3d80ecbfdc324addf8d65025402edb140676631843") format("woff2"), url("https://cdn.shopify.com/proxy/font/harmonia_sans/harmoniasans_n9.dabdbffb658ce2e247bb0a0b879ca4314101c8bc.woff?h1=enVpaW9yZ2FuaWMuY29t&hmac=16ef363c107c55ce6f97ffeaebe4d505dbd77ae240d82d32186feec2e7f1520d") format("woff"); }

@font-face {
  font-family: "Avenir Next";
  font-weight: 700;
  font-style: normal;
  src: url("https://cdn.shopify.com/proxy/font/avenir_next/avenirnext_n7.8cfc646eab1e39e2d81a26284624600ccae49d55.woff2?h1=enVpaW9yZ2FuaWMuY29t&hmac=d096d1916b7057a80e3dcfbcd0a060011cd567d52c4e7849214bc8ea3cb45617") format("woff2"), url("https://cdn.shopify.com/proxy/font/avenir_next/avenirnext_n7.25b10f8089bc87dfd8e50a7c68b433da7a04bc87.woff?h1=enVpaW9yZ2FuaWMuY29t&hmac=259ee85d7546f3f6189edacdbd59f91b19250b75163e504365043e8e397cf653") format("woff"); }

@font-face {
  font-family: "Avenir Next";
  font-weight: 400;
  font-style: italic;
  src: url("https://cdn.shopify.com/proxy/font/avenir_next/avenirnext_i4.f1583d9f457b68e44fbda187a48b4096d547d7f4.woff2?h1=enVpaW9yZ2FuaWMuY29t&hmac=60e652e367833dfcb8d92a071e34a8849692e89013bd53227d683e3b99e954c0") format("woff2"), url("https://cdn.shopify.com/proxy/font/avenir_next/avenirnext_i4.67fb53a3e0351125941146246183577ae8d8bf23.woff?h1=enVpaW9yZ2FuaWMuY29t&hmac=3ea4b7e2b24ca8603d1b7f063b4aec9dc8751218fed416e4c1ab862d7c4d953f") format("woff"); }

@font-face {
  font-family: "Avenir Next";
  font-weight: 700;
  font-style: italic;
  src: url("https://cdn.shopify.com/proxy/font/avenir_next/avenirnext_i7.3a67996166b5b7f1b7cc3b35490ebd6824908dc5.woff2?h1=enVpaW9yZ2FuaWMuY29t&hmac=b8fee3368dbfd5a8af0f8e0884b8267a4e8b927b9a2a3b6bdf5df4e07e5f2fcb") format("woff2"), url("https://cdn.shopify.com/proxy/font/avenir_next/avenirnext_i7.b872875ff437f0efb4c2321d0016eaa726b649ae.woff?h1=enVpaW9yZ2FuaWMuY29t&hmac=2edfa45c36bc7061c88fe3fbb15790ee5730f18ea1b4c3533d67731f40c6ea35") format("woff"); }

/* Typography variables */
/* Sizing */
/*

Automatic z-index management

Example:
z-index: index($z-index, base);

*/
.global-transition {
  transition: all 400ms ease-in-out; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.delay-1,
ul.animated-auto-list li:nth-child(1),
.animated-collection-list .indiv-product-wrapper:nth-child(1),
.slider-section--image--slideshow .flex-active-slide .slider-caption .slideshow-fade-content:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.animated.delay-2,
ul.animated-auto-list li:nth-child(2),
.animated-collection-list .indiv-product-wrapper:nth-child(2),
.slider-section--image--slideshow .flex-active-slide .slider-caption .slideshow-fade-content:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.animated.delay-3,
ul.animated-auto-list li:nth-child(3),
.animated-collection-list .indiv-product-wrapper:nth-child(3),
.slider-section--image--slideshow .flex-active-slide .slider-caption .slideshow-fade-content:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.animated.delay-4,
ul.animated-auto-list li:nth-child(4),
.animated-collection-list .indiv-product-wrapper:nth-child(4),
.slider-section--image--slideshow .flex-active-slide .slider-caption .slideshow-fade-content:nth-child(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.animated.delay-5,
ul.animated-auto-list li:nth-child(5),
.animated-collection-list .indiv-product-wrapper:nth-child(5) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.animated.delay-6,
ul.animated-auto-list li:nth-child(6),
.animated-collection-list .indiv-product-wrapper:nth-child(6) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.animated.delay-7,
ul.animated-auto-list li:nth-child(7) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s; }

.animated.delay-8,
ul.animated-auto-list li:nth-child(8) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.animated.delay-9,
ul.animated-auto-list li:nth-child(9) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s; }

.animated.delay-10,
ul.animated-auto-list li:nth-child(10) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-11,
ul.animated-auto-list li:nth-child(11) {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s; }

.animated.delay-12,
ul.animated-auto-list li:nth-child(12) {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }
.animations-disabled .animated,
.animations-disabled .flexslider-homepage li.flex-active-slide .first-fade,
.animations-disabled .flexslider-homepage li.flex-active-slide .second-fade,
.animations-disabled .flexslider-homepage li.flex-active-slide .third-fade {
  -webkit-animation-duration: 1ms !important;
  animation-duration: 1ms !important;
  -webkit-transition-duration: 1ms !important;
  transition-duration: 1ms !important;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important;
  animation-name: none;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  transition: none; }

.flexslider-homepage li .first-fade,
.flexslider-homepage li .second-fade,
.flexslider-homepage li .third-fade {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px); }

.slider-section--image--slideshow li .slider-caption .slideshow-fade-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px); }

.slider-section--image--slideshow li.flex-active-slide .slider-caption .slideshow-fade-content:nth-child(1) {
  transition: opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.2s, opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.2s;
  transform: translateY(0px);
  opacity: 1; }

.slider-section--image--slideshow li.flex-active-slide .slider-caption .slideshow-fade-content:nth-child(2) {
  transition: opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.5s, opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.5s;
  transform: translateY(0px);
  opacity: 1; }

.slider-section--image--slideshow li.flex-active-slide .slider-caption .slideshow-fade-content:nth-child(3) {
  transition: opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.7s, opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.7s;
  transform: translateY(0px);
  opacity: 1; }

.slider-section--image--slideshow li.flex-active-slide .slider-caption .slideshow-fade-content:nth-child(4) {
  transition: opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.7s;
  transition: transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.9s, opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.9s;
  transform: translateY(0px);
  opacity: 1; }

.wow {
  visibility: hidden; }

.no-js .wow {
  visibility: visible; }

@media only screen and (max-width: 767px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; } }
a.button--text-subdued {
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px; }

input#purchase,
button#purchase,
a#purchase {
  width: 100%; }

.btn {
  border: 0 none;
  padding: 12px 30px;
  border-radius: 0;
  background: #222222;
  color: white;
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }
  .btn:hover {
    background: #3a3a3a;
    color: white; }

.btn-custom {
  border: 0 none;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 12px 30px;
  border-radius: 0;
  background: #222222;
  color: white;
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }

.secondary-button {
  background: transparent;
  color: #222222;
  box-shadow: inset 0 0 0 1px #222222;
  transition: all 0.2s ease-in-out;
  outline: none;
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }
  .secondary-button:hover:not([disabled]), .secondary-button:active:not([disabled]), .secondary-button:focus:not([disabled]) {
    box-shadow: inset 0 0 0 2px #222222;
    background: transparent;
    color: #222222; }
  .secondary-button:hover[disabled], .secondary-button:active[disabled], .secondary-button:focus[disabled] {
    color: #222222;
    background: transparent;
    cursor: default; }

.btn-no-link {
  cursor: default; }

#checkout-buttons #update_quantities,
#checkout-buttons #cart_submit,
.slide-checkout-buttons a,
.continue-shopping--cart,
.continue-shopping--cart {
  margin-bottom: 20px; }

#checkout-buttons input {
  display: inline-block; }

input#purchase:hover,
.btn-custom:hover {
  background: #3a3a3a;
  color: white;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.slide-checkout-buttons .btn-default {
  margin-top: 0; }

.slide-checkout-buttons {
  margin: 15px 30px 0; }
  .slide-checkout-buttons .btn {
    width: 100%; }
  .slide-checkout-buttons .cart-menu-close {
    margin: 10px auto 26px; }

.homepage-sections-wrapper--light,
.sections-wrapper--light {
  background: #f3f3f3;
  color: #414141; }
  .homepage-sections-wrapper--light a,
  .homepage-sections-wrapper--light .product-description-main-wrapper a:hover,
  .sections-wrapper--light a,
  .sections-wrapper--light .product-description-main-wrapper a:hover {
    color: #414141; }
  .homepage-sections-wrapper--light .blog-title--divider,
  .sections-wrapper--light .blog-title--divider {
    background-color: #414141; }
  .homepage-sections-wrapper--light .money-styling,
  .sections-wrapper--light .money-styling {
    color: #414141; }
  .homepage-sections-wrapper--light .btn-custom,
  .sections-wrapper--light .btn-custom {
    color: #f3f3f3;
    background: #414141; }
  .homepage-sections-wrapper--light .btn-custom:hover,
  .homepage-sections-wrapper--light .btn-custom:active,
  .homepage-sections-wrapper--light .btn-custom:focus,
  .sections-wrapper--light .btn-custom:hover,
  .sections-wrapper--light .btn-custom:active,
  .sections-wrapper--light .btn-custom:focus {
    color: #f3f3f3;
    background: #4e4e4e; }
  .homepage-sections-wrapper--light .quantity-controls button,
  .sections-wrapper--light .quantity-controls button {
    background: none;
    color: #414141; }

.homepage-sections-wrapper--accent, .sections-wrapper--accent {
  background: #a8cf9d;
  color: white; }
  .homepage-sections-wrapper--accent a,
  .homepage-sections-wrapper--accent .product-description-main-wrapper a:hover, .sections-wrapper--accent a,
  .sections-wrapper--accent .product-description-main-wrapper a:hover {
    color: white; }
  .homepage-sections-wrapper--accent .blog-title--divider, .sections-wrapper--accent .blog-title--divider {
    background-color: white; }
  .homepage-sections-wrapper--accent .money-styling, .sections-wrapper--accent .money-styling {
    color: white; }
  .homepage-sections-wrapper--accent .btn-custom, .sections-wrapper--accent .btn-custom {
    color: #a8cf9d;
    background: white; }
  .homepage-sections-wrapper--accent .btn-custom:hover,
  .homepage-sections-wrapper--accent .btn-custom:active,
  .homepage-sections-wrapper--accent .btn-custom:focus, .sections-wrapper--accent .btn-custom:hover,
  .sections-wrapper--accent .btn-custom:active,
  .sections-wrapper--accent .btn-custom:focus {
    color: #a8cf9d;
    background: white; }
  .homepage-sections-wrapper--accent .quantity-controls button, .sections-wrapper--accent .quantity-controls button {
    background: none;
    color: white; }

.homepage-sections-wrapper--dark, .sections-wrapper--dark {
  background: #242424;
  color: white; }
  .homepage-sections-wrapper--dark a,
  .homepage-sections-wrapper--dark .product-description-main-wrapper a:hover, .sections-wrapper--dark a,
  .sections-wrapper--dark .product-description-main-wrapper a:hover {
    color: white; }
  .homepage-sections-wrapper--dark .blog-title--divider, .sections-wrapper--dark .blog-title--divider {
    background-color: white; }
  .homepage-sections-wrapper--dark .money-styling, .sections-wrapper--dark .money-styling {
    color: white; }
  .homepage-sections-wrapper--dark .btn-custom, .sections-wrapper--dark .btn-custom {
    color: #242424;
    background: white; }
  .homepage-sections-wrapper--dark .btn-custom:hover,
  .homepage-sections-wrapper--dark .btn-custom:active,
  .homepage-sections-wrapper--dark .btn-custom:focus, .sections-wrapper--dark .btn-custom:hover,
  .sections-wrapper--dark .btn-custom:active,
  .sections-wrapper--dark .btn-custom:focus {
    color: #242424;
    background: #f2f2f2; }
  .homepage-sections-wrapper--dark .quantity-controls button, .sections-wrapper--dark .quantity-controls button {
    background: none;
    color: white; }

.homepage-sections-wrapper--dark a, .sections-wrapper--dark a {
  color: white !important; }

.homepage-sections-wrapper--dark .text-advert-section .grid__item, .sections-wrapper--dark .text-advert-section .grid__item {
  border-left: 1px solid #616161; }

.homepage-sections-wrapper--dark .text-advert-section .grid__item:first-child, .sections-wrapper--dark .text-advert-section .grid__item:first-child {
  border-left: none; }

.homepage-sections-wrapper--white .product-description-main-wrapper h2 {
  color: black; }

.homepage-sections-wrapper--light .wetheme-dropdown__wrapper button,
.homepage-sections-wrapper--light .quantity-controls,
.homepage-sections-wrapper--light .wetheme-dropdown button::after {
  border-color: #414141; }
.homepage-sections-wrapper--light .wetheme-dropdown__wrapper button span,
.homepage-sections-wrapper--light .product-description-main-wrapper h2,
.homepage-sections-wrapper--light .wetheme-dropdown li,
.homepage-sections-wrapper--light .quantity-controls input {
  color: #414141; }
.homepage-sections-wrapper--light .wetheme-dropdown ul {
  background: #f3f3f3;
  border-color: #414141; }
  .homepage-sections-wrapper--light .wetheme-dropdown ul li:hover,
  .homepage-sections-wrapper--light .wetheme-dropdown ul li.active,
  .homepage-sections-wrapper--light .wetheme-dropdown ul li.selected {
    background-color: rgba(65, 65, 65, 0.1); }
.homepage-sections-wrapper--light .product-single__thumbnails .swiper-pagination-bullet .swiper-pagination-bullet-dot {
  background: rgba(65, 65, 65, 0.1); }
.homepage-sections-wrapper--light .product-single__thumbnails .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-bullet-dot {
  background: #414141; }

.homepage-sections-wrapper--dark .wetheme-dropdown__wrapper button,
.homepage-sections-wrapper--dark .quantity-controls,
.homepage-sections-wrapper--dark .wetheme-dropdown button::after {
  border-color: white; }
.homepage-sections-wrapper--dark .wetheme-dropdown__wrapper button span,
.homepage-sections-wrapper--dark .product-description-main-wrapper h2,
.homepage-sections-wrapper--dark .wetheme-dropdown li,
.homepage-sections-wrapper--dark .quantity-controls input {
  color: white; }
.homepage-sections-wrapper--dark .wetheme-dropdown ul {
  background: #242424;
  border-color: white; }
  .homepage-sections-wrapper--dark .wetheme-dropdown ul li:hover,
  .homepage-sections-wrapper--dark .wetheme-dropdown ul li.active,
  .homepage-sections-wrapper--dark .wetheme-dropdown ul li.selected {
    background-color: rgba(255, 255, 255, 0.1); }
.homepage-sections-wrapper--dark .product-single__thumbnails .swiper-pagination-bullet .swiper-pagination-bullet-dot {
  background: rgba(255, 255, 255, 0.1); }
.homepage-sections-wrapper--dark .product-single__thumbnails .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-bullet-dot {
  background: white; }

.homepage-sections-wrapper--accent .wetheme-dropdown__wrapper button,
.homepage-sections-wrapper--accent .quantity-controls,
.homepage-sections-wrapper--accent .wetheme-dropdown button::after {
  border-color: white; }
.homepage-sections-wrapper--accent .wetheme-dropdown__wrapper button span,
.homepage-sections-wrapper--accent .product-description-main-wrapper h2,
.homepage-sections-wrapper--accent .wetheme-dropdown li,
.homepage-sections-wrapper--accent .quantity-controls input {
  color: white; }
.homepage-sections-wrapper--accent .wetheme-dropdown ul {
  background: #a8cf9d;
  border-color: white; }
  .homepage-sections-wrapper--accent .wetheme-dropdown ul li:hover,
  .homepage-sections-wrapper--accent .wetheme-dropdown ul li.active,
  .homepage-sections-wrapper--accent .wetheme-dropdown ul li.selected {
    background-color: rgba(255, 255, 255, 0.1); }
.homepage-sections-wrapper--accent .product-single__thumbnails .swiper-pagination-bullet .swiper-pagination-bullet-dot {
  background: rgba(255, 255, 255, 0.1); }
.homepage-sections-wrapper--accent .product-single__thumbnails .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-bullet-dot {
  background: white; }

body {
  font-size: 14px;
  line-height: 1.6;
  color: black;
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%; }

a {
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -o-transition: color .2s ease;
  -ms-transition: color .2s ease;
  transition: color .2s ease;
  color: #000000; }
  a:not(.product-single__thumbnail):not(.thumbs-direction-nav--prev):not(.thumbs-direction-nav--next) {
    outline: 0 !important; }

a:hover,
a:focus {
  color: #000000; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

label {
  font-weight: normal;
  margin-bottom: 5px; }

.table {
  color: black; }
  .table td,
  .table th {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .table thead th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

th {
  font-weight: normal;
  font-family: "Harmonia Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  text-transform: none; }

#main-body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  background-color: white;
  width: 100%;
  word-wrap: break-word; }

div#main {
  flex: 1; }

.missing-page__message {
  padding: 30px 0;
  text-align: center; }

.main-heading {
  margin-bottom: 30px; }

.page ul li,
.post ul li,
.product ul li {
  list-style-position: inside;
  list-style-type: disc; }

.page ol li,
.post ol li,
.product ol li {
  list-style-position: inside; }

.page ol,
.post ol,
.product ol {
  margin-left: 0px; }

.page table,
.post table,
.product table {
  width: 100%; }

.page table thead,
.post table thead,
.product table thead {
  background: none repeat scroll 0 0 #EBEBEB; }

.page table th,
.post table th,
.product table th {
  padding: 10px; }

.page table td,
.post table td,
.product table td {
  border-bottom: 1px dotted #999999;
  padding: 10px; }

footer {
  padding: 10px 0;
  color: white;
  background: #2d2d2d;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    footer {
      text-align: center; } }
  footer h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
    margin-top: 0;
    color: white; }
  footer #newsletter-wrapper input {
    border: 1px solid white;
    background: #2d2d2d;
    color: white; }
    footer #newsletter-wrapper input::placeholder {
      color: white; }
    @media screen and (max-width: 768px) {
      footer #newsletter-wrapper input {
        margin-left: 14px; } }
  footer #newsletter_submit {
    color: white; }
  @media screen and (max-width: 768px) {
    footer .footer-localization-selectors .localization-selector-form .localization-selector:first-of-type {
      margin-left: 0; } }

.bottom-footer p {
  text-align: left;
  padding-top: 20px; }
  @media only screen and (max-width: 768px) {
    .bottom-footer p {
      text-align: center; } }

.bottom-footer-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .bottom-footer-row .copyright {
    align-self: center; }
  @media screen and (min-width: 992px) {
    .bottom-footer-row {
      flex-direction: row-reverse; }
      .bottom-footer-row .copyright {
        align-self: flex-end; } }

footer a,
footer a:active,
footer a:hover {
  color: white; }

footer a {
  transition: all 0.2s ease-in-out; }

footer a:focus,
footer a:hover {
  opacity: 0.6; }

.bottom-footer a,
.bottom-footer a:active,
.bottom-footer a:hover {
  color: white;
  text-decoration: none; }

.bottom-footer {
  padding: 10px 0 30px 0;
  color: white;
  font-size: 12px;
  margin-top: 40px; }

.links-footer ul {
  padding-left: 0px; }

.links-footer ul.menu-left {
  text-align: left; }

.links-footer ul.menu-center {
  text-align: center; }

.links-footer ul.menu-center .footer--level-2 {
  padding-left: 0; }

.footer-alignment--left h3,
.footer-alignment--left .footer-article,
.footer-alignment--left .links-footer li {
  text-align: left; }
.footer-alignment--left .sm-icons {
  justify-content: flex-start; }

.footer-alignment--center h3,
.footer-alignment--center .footer-article,
.footer-alignment--center .links-footer li {
  text-align: center; }
.footer-alignment--center .sm-icons {
  justify-content: center; }

@media screen and (max-width: 768px) {
  .footer-alignment--right,
  .footer-alignment--center,
  .footer-alignment--left {
    text-align: center; } }
.footer-article a {
  text-decoration: underline; }

.links-footer ul li {
  list-style-type: none; }

.links-footer ul li a {
  padding-bottom: 7px;
  display: inline-block; }

.links-footer .footer--level-2 {
  padding-left: 10px;
  font-size: 95%; }

.content-footer h1,
.content-footer h2,
.content-footer h3,
.content-footer h4,
.content-footer h5,
.content-footer h6,
.content-footer p {
  padding-top: 0;
  margin-top: 0; }

.image-footer {
  text-align: center; }
  .image-footer img[data-sizes="auto"] {
    display: inline-block; }

.footer-block--wrapper {
  padding-top: 30px; }
  .footer-block--wrapper .sm-icons svg {
    height: 20px;
    width: 20px; }

#footer-payment-methods {
  text-align: right; }
  @media only screen and (max-width: 991px) {
    #footer-payment-methods {
      text-align: center;
      padding-left: 0; } }

#footer-payment-methods svg {
  height: 40px;
  width: 55px;
  margin-left: 5px; }

@media only screen and (max-width: 991px) {
  .copyright p {
    text-align: center; } }
.mailing-list-footer p {
  margin-bottom: 20px; }

.footer-localization-selectors .wetheme-dropdown__wrapper button span {
  color: white; }
.footer-localization-selectors .wetheme-dropdown button,
.footer-localization-selectors .wetheme-dropdown button::after {
  border-color: white; }
.footer-localization-selectors .wetheme-dropdown__wrapper ul {
  color: white;
  border-color: white;
  background-color: #2d2d2d; }

.form-control {
  font-size: inherit;
  border-radius: 0;
  padding: 13px;
  height: auto; }

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px; }

section:not(.hide-variant-labels) .materialize-select {
  position: relative;
  top: 23px; }

.no-js .materialize-select {
  display: none; }

/* Select Field
   ========================================================================== */
select {
  display: none; }

.customer_address_table select,
select.browser-default {
  display: block; }

select {
  background-color: transparent;
  width: 100%;
  padding: 5px;
  border: rgba(0, 0, 0, 0.5);
  border-radius: 2px; }

.select-wrapper {
  position: relative;
  margin-bottom: 40px; }
  .select-wrapper .wetheme-dropdown__wrapper button {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: rgba(0, 0, 0, 0.5);
    border-bottom: rgba(0, 0, 0, 0.5);
    outline: none;
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding: 14px 16px;
    display: block;
    color: black;
    height: 50px; }
  .select-wrapper + label {
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 90%;
    width: 100%;
    font-weight: normal; }
    @media only screen and (min-width: 992px) {
      .select-wrapper + label {
        text-align: left; } }
  .select-wrapper:before {
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    right: 15px;
    top: 41%; }
  .select-wrapper ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none; }
    .select-wrapper ul:not(.browser-default) li {
      list-style-type: none; }

.swatches-wrapper {
  margin-bottom: 10px; }

.swatches-wrapper label,
.swatch-title {
  font-size: 90%;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px; }

select:disabled {
  color: rgba(0, 0, 0, 0.3); }

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  background-color: rgba(0, 0, 0, 0.1); }

.single-option .caret.disabled {
  display: none; }
.single-option.select-wrapper input.select-dropdown:disabled {
  border-bottom: rgba(0, 0, 0, 0.5); }

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.prefix ~ label {
  margin-left: 3rem; }

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right; }

.select-dropdown li.optgroup {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .select-dropdown li.optgroup.selected > span {
    color: rgba(0, 0, 0, 0.7); }
  .select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, 0.4); }
  .select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem; }

.dropdown-content {
  background-color: white;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
  border: 1px solid rgba(0, 0, 0, 0.5); }
  .dropdown-content li {
    clear: both;
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none; }
    .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
      background-color: rgba(0, 0, 0, 0.1); }
    .dropdown-content li.active.selected {
      background-color: rgba(0, 0, 0, 0.1); }
    .dropdown-content li.divider {
      min-height: 0;
      height: 1px; }
    .dropdown-content li > a, .dropdown-content li > span {
      font-size: 14px;
      color: black;
      display: block;
      line-height: 22px;
      padding: 14px 16px; }
    .dropdown-content li > span > label {
      top: 1px;
      left: 0;
      height: 18px; }
    .dropdown-content li > a > i {
      height: inherit;
      line-height: inherit;
      float: left;
      margin: 0 24px 0 0;
      width: 24px; }

#contact-form .form-control {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  color: black; }
  #contact-form .form-control:focus {
    background: transparent; }

#shopify-section-template--cart #note,
.ajax-cart--checkout-add-note textarea {
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.5);
  background: transparent;
  color: black; }

input[type=checkbox],
input[type=radio] {
  background: rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  padding: 9px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  top: 10px;
  right: 5px;
  width: 25px;
  height: 25px; }

input[type=checkbox]:checked:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  background: black;
  height: 7px;
  width: 7px;
  border-radius: 50%; }

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
.header-wrapper {
  background-color: white;
  color: black;
  z-index: 4;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%; }
  body:not(.template-index) .header-wrapper {
    margin-bottom: 30px; }
  .header-wrapper a,
  .header-wrapper button {
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    color: black;
    text-decoration: none; }
    .header-wrapper a:hover,
    .header-wrapper button:hover {
      color: black;
      opacity: 0.6;
      text-decoration: none; }
  .header-wrapper .localization-selector-form .wetheme-dropdown__wrapper span {
    color: black; }
  .header-wrapper .localization-selector-form .wetheme-dropdown__wrapper button {
    border-color: black;
    color: black;
    transition: none; }
    .header-wrapper .localization-selector-form .wetheme-dropdown__wrapper button:after {
      color: black;
      transition: none; }
  .header-wrapper .localization-selector-form .wetheme-dropdown__wrapper ul {
    background: white;
    border-color: rgba(0, 0, 0, 0.1);
    color: black; }
    .header-wrapper .localization-selector-form .wetheme-dropdown__wrapper ul li {
      color: black; }
    .header-wrapper .localization-selector-form .wetheme-dropdown__wrapper ul li:hover,
    .header-wrapper .localization-selector-form .wetheme-dropdown__wrapper ul li.active,
    .header-wrapper .localization-selector-form .wetheme-dropdown__wrapper ul li.selected {
      background-color: rgba(0, 0, 0, 0.1); }
  .header-wrapper .localization-selectors--right {
    margin-top: 15px; }
  @media screen and (min-width: 992px) {
    .header-wrapper .main-icons-with-locale {
      min-width: 200px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: row-reverse; }
      .header-wrapper .main-icons-with-locale .localization-selectors--right .localization-selector:first-of-type {
        margin-left: 0; }
      .header-wrapper .main-icons-with-locale .header-icons {
        padding-left: 15px; } }
  .header-wrapper .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-wrapper .header-content > div {
    margin: 15px 30px; }
    @media screen and (max-width: 991px) {
      .header-wrapper .header-content > div.empty {
        margin: 0; } }
    @media screen and (min-width: 1200px) {
      .header-wrapper .header-content > div {
        margin: 15px 30px; } }
  .header-wrapper .logo-placement--below {
    margin: 0 15px; }
    .header-wrapper .logo-placement--below.site-header__logo {
      margin-bottom: 15px; }
  .header-wrapper .logo-placement-within-wrapper__item {
    flex: 1 1 100%; }
  @media screen and (max-width: 991px) {
    .header-wrapper .header-content {
      flex-direction: column; }
    .header-wrapper .localization-selectors--right .localization-selector-form {
      justify-content: center;
      margin-right: 15px; }
      .header-wrapper .localization-selectors--right .localization-selector-form .localization-selector {
        margin-bottom: 0; } }
  .header-wrapper .site-header__logo {
    margin-bottom: 0; }
  .header-wrapper .site-header__logo-image img {
    margin: 0 auto; }
  .header-wrapper .site-header__logo-link {
    text-align: center;
    font-size: 24px; }
    .header-wrapper .site-header__logo-link:hover {
      color: black;
      opacity: 0.6; }
  @media screen and (max-width: 991px) {
    .header-wrapper .header-icons {
      justify-content: center; } }
  .header-wrapper .header-icons ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end; }
    @media screen and (max-width: 991px) {
      .header-wrapper .header-icons ul {
        justify-content: center; } }
    .header-wrapper .header-icons ul li {
      font-size: 12px; }
      .header-wrapper .header-icons ul li a {
        display: flex; }
    .header-wrapper .header-icons ul li:not(:first-of-type) {
      margin-left: 15px; }

.header-wrapper .wetheme-dropdown__wrapper button {
  border-color: black;
  color: black; }
  .header-wrapper .wetheme-dropdown__wrapper button span {
    color: black; }
  .header-wrapper .wetheme-dropdown__wrapper button:after {
    border-color: black; }
.header-wrapper .wetheme-dropdown__wrapper ul {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: black; }
  .header-wrapper .wetheme-dropdown__wrapper ul li {
    color: black; }
  .header-wrapper .wetheme-dropdown__wrapper ul li:hover,
  .header-wrapper .wetheme-dropdown__wrapper ul li.active,
  .header-wrapper .wetheme-dropdown__wrapper ul li.selected {
    background-color: rgba(0, 0, 0, 0.1); }

.mobile-header--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  width: 100%; }
  .mobile-header--wrapper .mobile-side-column {
    width: 20%; }
  .mobile-header--wrapper .mobile-logo-column {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .mobile-header--wrapper .mobile-header-right {
    text-align: right; }

.template-index .header-wrapper--overlay {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: transparent;
  position: absolute;
  border-bottom: none; }
  .template-index .header-wrapper--overlay:not(.stuck) a {
    color: white; }
  .template-index .header-wrapper--overlay .overlay-logo-image--sticky {
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  .template-index .header-wrapper--overlay .overlay-logo-image {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  .template-index .header-wrapper--overlay .sticky .overlay-logo-image--sticky {
    display: block;
    height: auto;
    visibility: visible;
    opacity: 1; }
  .template-index .header-wrapper--overlay .wetheme-dropdown__wrapper button {
    border-color: white; }
    .template-index .header-wrapper--overlay .wetheme-dropdown__wrapper button span {
      color: white; }
    .template-index .header-wrapper--overlay .wetheme-dropdown__wrapper button:after {
      border-color: white; }
  .template-index .header-wrapper--overlay:hover:not(.stuck), .template-index .header-wrapper--overlay.touch-hover:not(.stuck) {
    background: white;
    color: black; }
    .template-index .header-wrapper--overlay:hover:not(.stuck) a,
    .template-index .header-wrapper--overlay:hover:not(.stuck) .main-navigation-wrapper a, .template-index .header-wrapper--overlay.touch-hover:not(.stuck) a,
    .template-index .header-wrapper--overlay.touch-hover:not(.stuck) .main-navigation-wrapper a {
      color: black; }
    .template-index .header-wrapper--overlay:hover:not(.stuck) .header-logo-wrapper,
    .template-index .header-wrapper--overlay:hover:not(.stuck) .header-menu-wrapper, .template-index .header-wrapper--overlay.touch-hover:not(.stuck) .header-logo-wrapper,
    .template-index .header-wrapper--overlay.touch-hover:not(.stuck) .header-menu-wrapper {
      display: block; }
    .template-index .header-wrapper--overlay:hover:not(.stuck) .overlay-logo-image--sticky, .template-index .header-wrapper--overlay.touch-hover:not(.stuck) .overlay-logo-image--sticky {
      opacity: 1;
      visibility: visible;
      height: auto; }
    .template-index .header-wrapper--overlay:hover:not(.stuck) .overlay-logo-image, .template-index .header-wrapper--overlay.touch-hover:not(.stuck) .overlay-logo-image {
      height: 0;
      opacity: 0;
      visibility: hidden; }
    .template-index .header-wrapper--overlay:hover:not(.stuck) .sticky-header-wrapper .main-navigation-wrapper a, .template-index .header-wrapper--overlay.touch-hover:not(.stuck) .sticky-header-wrapper .main-navigation-wrapper a {
      color: black; }
    .template-index .header-wrapper--overlay:hover:not(.stuck) .wetheme-dropdown__wrapper button, .template-index .header-wrapper--overlay.touch-hover:not(.stuck) .wetheme-dropdown__wrapper button {
      border-color: black;
      color: black; }
      .template-index .header-wrapper--overlay:hover:not(.stuck) .wetheme-dropdown__wrapper button span, .template-index .header-wrapper--overlay.touch-hover:not(.stuck) .wetheme-dropdown__wrapper button span {
        color: black; }
      .template-index .header-wrapper--overlay:hover:not(.stuck) .wetheme-dropdown__wrapper button:after, .template-index .header-wrapper--overlay.touch-hover:not(.stuck) .wetheme-dropdown__wrapper button:after {
        border-color: black; }
    .template-index .header-wrapper--overlay:hover:not(.stuck) .mobile-header-wrapper a, .template-index .header-wrapper--overlay.touch-hover:not(.stuck) .mobile-header-wrapper a {
      color: black; }
    .template-index .header-wrapper--overlay:hover:not(.stuck) .mobile-header-wrapper .feather-chevron-down, .template-index .header-wrapper--overlay.touch-hover:not(.stuck) .mobile-header-wrapper .feather-chevron-down {
      stroke: black; }

.icon {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px; }

.index-section .hero,
.image-section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  position: relative;
  width: 100%;
  color: #ffffff; }

.index-section .hero {
  color: #ffffff; }

.index-section .hero::before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.60;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.entry-content img,
#blog_posts img {
  max-width: 100%; }

.hero--x-small, .image-section--x-small {
  height: 94px; }

.hero--small, .image-section--small {
  height: 225px; }

.hero--medium, .image-section--medium {
  height: 357px; }

.hero--large, .image-section--large {
  height: 488px; }

.hero--x-large, .image-section--x-large {
  height: 582px; }

.hero__inner {
  display: table-cell;
  padding: 55px 0;
  position: relative;
  vertical-align: middle;
  z-index: 2; }

@media only screen and (max-width: 767px) {
  .hero--x-small {
    height: 125px; }

  .hero--small {
    height: 300px; }

  .hero--medium {
    height: 475px; }

  .hero--large {
    height: 650px; }

  .hero--x-large {
    height: 775px; } }
@media only screen and (max-width: 991px) {
  .description-content img,
  .rte img {
    max-width: 100%;
    margin-bottom: 20px; } }
.nav-pills,
.mega-menu-block .h4 {
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px; }
  .nav-pills > li,
  .mega-menu-block .h4 > li {
    padding: 0 15px;
    display: flex; }

.nav .feather.feather-chevron-down, .nav .feather.feather-chevron-right {
  width: 16px;
  height: 16px;
  min-width: 16px; }

.nav-bar__top-nav {
  padding: 0; }
  @media screen and (min-width: 992px) {
    .nav-bar__top-nav {
      margin-left: -7.5px; } }
  @media screen and (max-width: 991px) {
    .nav-bar__top-nav .nav {
      justify-content: center; } }
  .nav-bar__top-nav div {
    width: 100%; }
  .nav-bar__top-nav .nav-pills > li {
    padding: 7.5px; }

.main-navigation-wrapper .nav {
  justify-content: center;
  margin: 0 15px; }
.main-navigation-wrapper > ul.nav > li > a,
.main-navigation-wrapper .mega-menu--dropdown-wrapper > a {
  padding: 10px 0; }
.stuck .main-navigation-wrapper > ul.nav > li > a,
.stuck .main-navigation-wrapper .mega-menu--dropdown-wrapper > a {
  padding: 6px 0; }

.nav > li.mega-menu {
  position: static; }
  .nav > li.mega-menu .dropdown-menu {
    width: 100%;
    padding: 0;
    text-align: center;
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0; }
    .nav > li.mega-menu .dropdown-menu .container {
      display: flex;
      flex-wrap: wrap; }
    .nav > li.mega-menu .dropdown-menu .mega-menu-block {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      background: white; }
      .nav > li.mega-menu .dropdown-menu .mega-menu-block .h4 {
        font-size: 12px; }
    .nav > li.mega-menu .dropdown-menu .image-wrap {
      overflow: hidden;
      width: 100%;
      height: 150px;
      opacity: 0;
      margin-bottom: 10px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 960px) {
        .nav > li.mega-menu .dropdown-menu .image-wrap {
          height: 100px; } }
    .nav > li.mega-menu .dropdown-menu .image {
      background-size: cover;
      background-position: center center;
      height: 100%;
      width: 101%;
      -webkit-transition: 0.9s all ease;
      -o-transition: 0.9s all ease;
      transition: 0.9s all ease; }
  .nav > li.mega-menu .mega-menu--image {
    text-align: center; }
    .nav > li.mega-menu .mega-menu--image img {
      max-width: 100%;
      max-height: 50vh;
      margin: 0 auto;
      object-fit: contain; }
    .nav > li.mega-menu .mega-menu--image .h5 {
      text-transform: none;
      font-family: "Avenir Next", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      letter-spacing: 0; }
  .nav > li.mega-menu .mega-menu--image-title {
    margin-top: 15px; }
  .nav > li.mega-menu .dropdown-submenu {
    display: flex;
    float: none;
    padding: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .nav > li.mega-menu .dropdown-submenu.five_columns {
      width: 20%; }
    .nav > li.mega-menu .dropdown-submenu.four_columns {
      width: 25%; }
    .nav > li.mega-menu .dropdown-submenu.three_columns {
      width: 33.33%; }
    .nav > li.mega-menu .dropdown-submenu:last-child {
      border-right: none; }
    .nav > li.mega-menu .dropdown-submenu:hover .image {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .nav > li.mega-menu .dropdown-submenu .inner {
      display: flex;
      flex-direction: column;
      width: 100%; }
    .nav > li.mega-menu .dropdown-submenu .dropdown-submenu__linklist {
      display: block;
      margin: 0;
      padding: 0; }
      .nav > li.mega-menu .dropdown-submenu .dropdown-submenu__linklist li {
        list-style: none;
        text-align: left;
        margin: 0;
        text-transform: none;
        font-family: "Avenir Next", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px; }
        .nav > li.mega-menu .dropdown-submenu .dropdown-submenu__linklist li a {
          display: block;
          padding: 2px 0;
          text-transform: inherit;
          letter-spacing: 0; }

.dropdown-envy-toggle {
  display: flex;
  align-items: center; }
  .dropdown-envy-toggle svg {
    margin-left: 5px; }

.mega-menu .dropdown-menu,
.dropdown-submenu,
.dropdown-menu {
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out; }

.dropdown-menu {
  top: 0;
  opacity: 0;
  display: block;
  visibility: hidden;
  margin-top: 0;
  background: white;
  border-radius: 0;
  z-index: 3; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    opacity: 0.6;
    background: none; }
  .open > .dropdown-menu, .force-open > .dropdown-menu {
    visibility: visible;
    opacity: 1; }
    .sticky-header-wrapper .open > .dropdown-menu, .sticky-header-wrapper .force-open > .dropdown-menu {
      visibility: hidden;
      opacity: 0; }
    .sticky-header-wrapper.sticky .open > .dropdown-menu, .sticky-header-wrapper.sticky .force-open > .dropdown-menu {
      visibility: visible;
      opacity: 1; }
  .dropdown-menu.dropdown-menu--standard {
    padding: 0; }
    .dropdown-menu.dropdown-menu--standard li {
      font-size: 12px;
      padding: 10px 15px;
      line-height: normal; }
  .dropdown-menu svg {
    margin-left: 5px; }

.dropdown.mega-menu .dropdown-menu {
  top: 0px; }

.dropdown-submenu {
  text-align: left;
  position: relative; }
  .dropdown-submenu .dropdown-submenu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    margin-top: -1px;
    left: 100%;
    padding: 0; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1; }
  .dropdown-submenu.pull-left {
    float: none; }
    .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px; }

.dropdown-submenu-left .dropdown-menu {
  left: auto;
  right: 100%; }

.dropdown.mega-menu.open .dropdown-menu {
  width: 100vw; }
  .header-wrapper:not(.stuck) .dropdown.mega-menu.open .dropdown-menu {
    left: 50%;
    transform: translateX(-50%); }

.placeholder-image,
.placeholder-lifestyle,
.placeholder-logo,
.placeholder-product-1,
.placeholder-collection-1,
.placeholder-product-2,
.placeholder-collection-2,
.placeholder-product-3,
.placeholder-collection-3,
.placeholder-product-4,
.placeholder-collection-4,
.placeholder-product-5,
.placeholder-collection-5,
.placeholder-product-6,
.placeholder-collection-6 {
  background-color: rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(0, 0, 0, 0.3);
  fill: rgba(0, 0, 0, 0.3);
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%; }

.icon--placeholder {
  background-color: rgba(120, 129, 136, 0.1);
  border: 1px solid rgba(120, 129, 136, 0.2);
  fill: rgba(120, 129, 136, 0.35);
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%; }

.onboarding-link {
  display: block; }

.onboarding--sold-out {
  width: 100%;
  display: inline-block;
  margin: 20px 0; }

.placeholder-noblocks {
  padding: 20px;
  text-align: center; }

.homepage-section--image-gallery-wrapper .icon--placeholder {
  max-height: 200px; }

.placeholder-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .parallax .placeholder-background {
    top: auto; }

.shopify-section .homepage-sections-wrapper {
  padding: 50px 0; }

.shopify-section .homepage-sections-wrapper--white {
  padding: 50px 0; }

.shopify-section.homepage-section--video-wrapper .video--text-header {
  padding-top: 50px; }

.template-index .shopify-section:first-child .homepage-sections-wrapper--slideshow {
  padding: 0;
  margin-bottom: 50px; }

.shopify-section .homepage-sections-wrapper.homepage-sections-wrapper--no-padding {
  padding: 0; }

.index-sections .shopify-section .title-bar {
  margin-bottom: 50px; }

.index-sections .shopify-section.homepage-section-image-with-text-block--wrapper .title-bar,
.index-sections .shopify-section.homepage-section--text-over-image-wrapper .title-bar,
.index-sections .homepage-section--newsletter-wrapper .title-bar,
.index-sections .homepage-section--map-wrapper .title-bar,
.index-sections .homepage-section--text-and-image-wrapper .title-bar,
.index-sections .homepage-section--page-wrapper .title-bar,
.index-sections .homepage-section--rich-text-wrapper .title-bar,
.index-sections .homepage-section--slideshow-wrapper .slider-caption h2,
.index-sections .homepage-section--social-media-wrapper .title-bar {
  margin-bottom: 0px; }

.index-sections .shopify-section.homepage-section-image-with-text-block--wrapper .rte,
.index-sections .shopify-section.homepage-section--text-over-image-wrapper .rte,
.index-sections .homepage-section--newsletter-wrapper .rte,
.index-sections .homepage-section--map-wrapper .rte,
.index-sections .homepage-section--text-and-image-wrapper .rte,
.index-sections .homepage-section--page-wrapper .rte,
.index-sections .homepage-section--rich-text-wrapper .rte,
.index-sections .homepage-section--social-media-wrapper p {
  margin-top: 20px; }

.homepage-section--image .container {
  padding-top: 50px;
  padding-bottom: 50px; }

.homepage-section--image-gallery-wrapper .image-bar .type-subheading,
.homepage-section--featured-collections-wrapper .indiv-collection-grid-homepage .type-subheading {
  margin-top: 20px; }

.no--padding {
  padding: 0 !important; }

.home-blog-excerpt {
  padding: 10px 0 0 0; }

.index-sections .shopify-section .title-bar {
  margin-top: 0;
  padding-top: 0; }

.hp-title {
  padding-top: 20px; }

.indiv-product .hp-title {
  padding-top: 15px;
  text-align: center; }

.template-index footer {
  margin-top: 0; }

.template-index #shopify-section-footer {
  margin-top: 0; }

blockquote {
  border-left: none; }

input {
  color: black; }

/* Shows in 5 home page sections */
.featured-row__subtext p {
  margin-bottom: 0; }

.template-index a,
.links-footer a {
  text-decoration: none; }

/* Typography */
h1, h2, h3, h4, h5, h6,
.header-font,
.custom-font,
.product-description-wrapper ul.tabs li a {
  display: block;
  font-family: "Harmonia Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .header-font a,
  .custom-font a,
  .product-description-wrapper ul.tabs li a a {
    font-weight: inherit; }

.title-bar {
  text-align: center;
  	/*
  	h2::after{
  		content: "34px";
      background: lightgrey;
  		color: black;
      font-size: 16px;
      padding: 10px;
      display: inline-block;
      line-height: 16px;
      margin-left: 10px;
  	}
  	*/ }
  .title-bar h1, .title-bar h2 {
    font-size: 34px;
    line-height: 44.2px;
    text-transform: uppercase;
    letter-spacing: 2px; }

.spr-header-title {
  font-size: 34px;
  line-height: 44.2px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.sub-title-bar {
  margin-bottom: 20px; }

.homepage-sections-wrapper .title-bar h2 p:last-child,
.homepage-section-image-with-text-block--wrapper .hero__text p:last-child,
.homepage-section--text-over-image-wrapper .hero__text p:last-child {
  margin-bottom: 0; }

.title-bar h3.typography--padding-bottom {
  margin-bottom: 10px; }

.index-sections .shopify-section.homepage-section--newsletter-wrapper .title-bar,
.index-sections .homepage-section--text-and-image-wrapper .title-bar {
  text-align: left; }

@media (max-width: 576px) {
  .index-sections .shopify-section.homepage-section--newsletter-wrapper .title-bar {
    text-align: center; }
  .index-sections .shopify-section.homepage-section--newsletter-wrapper .rte {
    padding-left: 20px;
    padding-bottom: 20px; } }

.type-subheading {
  font-family: "Harmonia Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0; }

.type-subheading--1 {
  font-size: 14px;
  line-height: 18.2px; }

.type-subheading--2 {
  font-size: 16px;
  line-height: 20px; }

.homepage-subheading--1,
.homepage-subheading--2 {
  margin-top: 10px; }

.homepage-headline-text {
  margin-top: 20px;
  margin-bottom: 10px; }

.testimonial-name cite {
  font-style: normal; }

.shopify-section .title-bar.wrapper--page-title h2,
.spr-header .spr-header-title,
#shopify-section-template--product--recommendations h2 {
  font-size: 24px;
  line-height: 31.2px; }

h1.product-description-header {
  font-size: 24px;
  line-height: 31.2px; }

#shopify-product-reviews .spr-container {
  padding: 0;
  border: none; }

@media only screen and (min-width: 992px) {
  #shopify-product-reviews {
    margin-top: 90px !important; } }

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

@media screen and (max-width: 576px) {
  .spr-header-title,
  .spr-summary {
    text-align: left !important; } }
.spr-badge[data-rating="0.0"] {
  display: none; }

.spr-form-title {
  text-transform: uppercase;
  letter-spacing: 1px; }

.spr-form-label {
  font-size: 14px !important; }

.spr-review,
.spr-form {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.spr-form-input-email,
.spr-form-input-text,
.spr-form-input-textarea {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 15px;
  color: black; }
  .spr-form-input-email::placeholder,
  .spr-form-input-text::placeholder,
  .spr-form-input-textarea::placeholder {
    color: black; }

.spr-review-header-byline {
  font-size: 90% !important;
  opacity: 0.6 !important;
  margin-top: 1rem !important; }
  .spr-review-header-byline strong {
    font-weight: normal !important; }

.spr-review-reportreview,
.spr-summary-actions-newreview {
  color: black; }

input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary {
  color: white !important;
  background: #222222 !important;
  border: 0 none !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  padding: 12px 30px !important;
  border-radius: 0 !important; }
  input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:hover, input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:active, input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:focus {
    color: white !important;
    background: #474747 !important; }

.product-description-header.reviews-enabled {
  margin-bottom: 10px; }

.spr-badge .spr-badge-caption {
  margin-left: 3px;
  font-size: 12px; }

.spr-summary {
  margin-top: 30px; }
  .spr-summary a {
    color: black; }
  @media screen and (max-width: 768px) {
    .spr-summary span {
      display: block; } }
  @media screen and (min-width: 769px) {
    .spr-summary .spr-summary-starrating,
    .spr-summary .spr-summary-caption {
      float: left; } }

.product-description-main-wrapper .spr-badge {
  margin-bottom: 5px; }

@media all and (-ms-high-contrast: none) {
  #shopify-section-footer {
    display: inline-block;
    width: 100%;
    position: relative; }

  div#main {
    flex: auto !important;
    display: inline-block;
    width: 100%;
    float: left; }

  #slideout-overlay {
    display: none !important; } }
.ie header {
  background-color: #00ff00 !important;
  height: 60px; }

.ie #search-wrapper {
  height: 44px;
  display: block; }

.alert {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px 4px 4px 4px;
  color: #c09853;
  margin-bottom: 18px;
  padding: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  text-align: center; }

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48 !important; }

.alert-success {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #468847; }

.alert-info {
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  color: #3A87AD; }

.alert-error h5,
.alert-error strong {
  color: #B94A48; }

.page-alert {
  position: fixed;
  margin: 0 auto;
  bottom: 1em;
  z-index: 100;
  text-align: center;
  left: 50%;
  transform: translatex(-50%); }
  .page-alert > * {
    margin: 0 auto;
    color: white;
    background-color: black;
    padding: 1em; }
  .page-alert ul {
    list-style: none;
    padding: 0;
    margin: 0; }

.hide {
  display: none !important; }

.lds-dual-ring {
  display: inline-block;
  margin: -15px -30px; }

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 28px;
  height: 28px;
  margin: 6px;
  border-radius: 50%;
  border: 3px solid black;
  border-color: #222222 transparent #222222 transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

.newsletter-spinner.lds-dual-ring:after {
  border-color: #ffffff transparent #ffffff transparent; }

.page-title--contact-us .newsletter-spinner.lds-dual-ring {
  margin-top: 5px; }

.cart-button-checkout-spinner.lds-dual-ring:after {
  border-color: white transparent white transparent;
  width: 20px;
  height: 20px;
  margin: 10px;
  border-radius: 50%; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.article-image-header {
  margin-bottom: 0; }

.blog-title--divider {
  background-color: black;
  display: inline-block;
  height: 1px;
  margin: 10px 0 5px;
  position: relative;
  vertical-align: middle;
  width: 36px; }

.homepage-blog-title-wrapper h3 {
  margin: 20px 0 10px; }
  .homepage-blog-title-wrapper h3 a {
    color: black; }

.blog-title-wrapper h1,
.blog-title-wrapper h2 {
  margin-top: 20px; }

.blog-title-wrapper h3 a {
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out; }
  .blog-title-wrapper h3 a:hover {
    text-decoration: none;
    opacity: 0.5; }

.blog-sidebar--section h2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px; }

.article-image {
  position: relative;
  text-align: center; }

.article-image img {
  display: inline-block; }

.article-image a::after {
  background-color: rgba(51, 51, 51, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-in-out 0s;
  width: 100%; }

.article-image a:hover::after {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0, 0.01, 0, 0.99) 0s; }

#blog-sidebar ul {
  padding-left: 0px; }

#blog-sidebar img {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }

#blog-sidebar ul li {
  list-style: none; }

.blog-sidebar--description {
  line-height: 150%;
  margin: 20px 0; }

.blog-sidebar--categories li,
.blog-sidebar--latest-articles li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 12px 0; }
  .blog-sidebar--categories li > *,
  .blog-sidebar--latest-articles li > * {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center; }
.blog-sidebar--categories p,
.blog-sidebar--categories h4,
.blog-sidebar--latest-articles p,
.blog-sidebar--latest-articles h4 {
  margin-bottom: 0; }
.blog-sidebar--categories a,
.blog-sidebar--categories a > *,
.blog-sidebar--latest-articles a,
.blog-sidebar--latest-articles a > * {
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  color: black; }
  .blog-sidebar--categories a:hover,
  .blog-sidebar--categories a > *:hover,
  .blog-sidebar--latest-articles a:hover,
  .blog-sidebar--latest-articles a > *:hover {
    opacity: 0.6;
    text-decoration: none; }

.blog-sidebar--categories li:last-child,
.blog-sidebar--latest-articles a:last-child li {
  border-bottom: none; }

#blog-sidebar .blog-sidebar--latest-articles img {
  margin-bottom: 0; }

@media screen and (min-width: 769px) {
  .blog-sidebar--article-image {
    padding-left: 0; } }
.blog-sidebar--latest-articles h4 {
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }
.blog-sidebar--latest-articles time {
  opacity: 0.6;
  font-size: 12px; }
@media only screen and (max-width: 767px) {
  .blog-sidebar--latest-articles .blog-sidebar--info {
    padding-top: 15px;
    text-align: center; } }

.blog-sidebar--section {
  margin-bottom: 50px; }

.breadcrumb {
  background: none;
  padding: 0 0 10px;
  font-size: 12px;
  margin: 0 0 20px; }
  .breadcrumb span {
    color: black;
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 0;
    display: inline; }
  .breadcrumb span:not(:last-of-type),
  .breadcrumb a {
    padding-right: 5px; }

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  width: 390px; }

.envy-shopping-right {
  left: auto;
  text-align: center;
  padding-top: 15px; }

.slideout-panel {
  position: relative;
  z-index: 1; }

.slideout-panel-hidden,
.cart-drawer-right.slideout-panel-hidden {
  display: none; }

.slideout-open .slideout-menu {
  overflow-x: hidden; }

.slideout-open body {
  overflow-x: hidden; }

.envy-shopping-right span.h3 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-left: 20px;
  margin-right: 20px;
  color: #000; }

.envy-shopping-right .cart-empty-box {
  margin-top: 50px; }

.envy-shopping-right .cart-empty-box,
.envy-shopping-right .cart-items,
.envy-shopping-right .ajax-cart--bottom-wrapper {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px); }

.slideout-open .envy-shopping-right span.h3 {
  transition: opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.1s, opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.1s;
  transform: translateY(0px);
  opacity: 1; }

.slideout-open .envy-shopping-right .cart-empty-box {
  transition: opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.2s, opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.2s;
  transform: translateY(0px);
  opacity: 1; }

.cart-drawer__top {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .cart-drawer__top h3 {
    margin-bottom: 0;
    flex-basis: auto; }
  .cart-drawer__top .cart-menu-close {
    justify-content: flex-end;
    display: flex; }
    .cart-drawer__top .cart-menu-close svg {
      margin-right: 15px; }
  .cart-drawer__top > * {
    flex: 1; }

.slideout-open .envy-shopping-right .cart-items {
  transition: opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.2s, opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.2s;
  transform: translateY(0px);
  opacity: 1; }

.slideout-open .envy-shopping-right .ajax-cart--bottom-wrapper {
  transition: opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.5s, opacity 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.5s;
  transform: translateY(0px);
  opacity: 1; }

#slideout-overlay {
  background-color: black;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000001;
  opacity: 0.6;
  display: none;
  top: 0 !important;
  /* workaround for shopify admin header */ }

.ajax-cart--bottom-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px; }
  .ajax-cart--bottom-wrapper .additional-checkout-buttons {
    margin: 0 auto; }
  .ajax-cart--bottom-wrapper h4 {
    margin: 0; }

.ajax-cart--checkout-add-note,
.ajax-cart--terms-conditions {
  margin: 15px 30px 0; }

.ajax-cart--terms-conditions label {
  font-weight: normal; }

.ajax-cart--terms-conditions label a {
  text-decoration: underline; }

.ajax-cart--cart-original-price h5 {
  margin-bottom: 0; }

#cartSlideoutWrapper .order-discount--cart-list {
  display: inline-block;
  float: right; }
  #cartSlideoutWrapper .order-discount--cart-list .order-discount--cart-title {
    margin-left: 10px; }

.cart-drawer-right {
  display: flex;
  flex-direction: column; }

#cartSlideoutWrapper {
  background: white; }

.cart-items {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  overflow-y: auto; }

.cart-item {
  padding: 15px 30px;
  display: flex;
  flex-shrink: 0; }
  .cart-item .cart-item-image--wrapper {
    width: 33.333333%;
    padding-right: 20px; }
    .cart-item .cart-item-image--wrapper img {
      width: 100%; }
  .cart-item .cart-item-details--wrapper {
    width: 66.666666%;
    text-align: left; }
    .cart-item .cart-item-details--wrapper .cart-item-details--product-title-wrapper {
      margin-bottom: 10px;
      display: inline-block; }
    .cart-item .cart-item-details--wrapper .cart-item-product-title {
      display: inline-block;
      width: 100%;
      color: black; }
      .cart-item .cart-item-details--wrapper .cart-item-product-title:hover {
        color: black; }
    .cart-item .cart-item-details--wrapper .cart-item-variant-title {
      display: inline-block;
      width: 100%;
      font-size: 90%;
      color: black; }
      .cart-item .cart-item-details--wrapper .cart-item-variant-title:hover {
        color: black; }
    .cart-item .cart-item-details--wrapper .cart-item--quantity-wrapper {
      width: 35%;
      float: left;
      border: 1px solid rgba(0, 0, 0, 0.5); }
      @media screen and (max-width: 768px) {
        .cart-item .cart-item-details--wrapper .cart-item--quantity-wrapper {
          width: 100%; } }
    .cart-item .cart-item-details--wrapper .cart-item-price-wrapper {
      width: 65%;
      float: left;
      line-height: 30px; }
      @media screen and (max-width: 768px) {
        .cart-item .cart-item-details--wrapper .cart-item-price-wrapper {
          width: 100%;
          text-align: left;
          margin-bottom: 10px; } }
    .cart-item .cart-item-details--wrapper .cart-item-price-original {
      text-decoration: line-through; }
    .cart-item .cart-item-details--wrapper button {
      width: 28%;
      height: 30px;
      background: none;
      border: none;
      font-size: 15px;
      outline: none;
      border: none;
      color: black; }
      @media screen and (max-width: 768px) {
        .cart-item .cart-item-details--wrapper button {
          width: 30%; } }
    .cart-item .cart-item-details--wrapper .cart-item-quantity {
      width: 28%;
      height: 30px;
      background: none;
      border: none;
      font-size: 14px;
      outline: none;
      border: none;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .cart-item .cart-item-details--wrapper .cart-item-quantity {
          width: 31.8%; } }
    .cart-item .cart-item-details--wrapper .cart-item-quantity-active {
      opacity: 0.5; }

.cart-item-original-total-price {
  text-decoration: line-through;
  font-size: 30px; }

.cart-item-price-per-unit {
  font-size: 90%;
  font-style: italic; }

.cart-drawer-form .order-discount--item .order-discount--cart-title {
  float: right; }

.cart-drawer-right .cart-close-icon {
  color: black; }

.cart-price-text {
  display: block; }

.cart-total-price {
  font-size: 18px; }

.terms-conditions p {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .terms-conditions p {
      text-align: right; } }
.terms-conditions label {
  font-weight: normal; }
.terms-conditions a {
  text-decoration: underline; }
.terms-conditions input[type=checkbox] {
  top: 0; }

#checkout-buttons {
  text-align: right;
  margin-top: 30px; }

.order-discount--cart-list {
  padding-left: 0; }
  .order-discount--cart-list li {
    list-style-type: none; }

.order-discount--item,
.order-discount .money,
.order_summary .order-discount--title {
  color: #222222; }

.cart--order-discount-wrapper {
  text-align: right;
  color: #222222; }
  .cart--order-discount-wrapper .order-discount--cart-title {
    display: inline-block;
    margin-right: 20px; }
  .cart--order-discount-wrapper .order-discount {
    display: inline-block;
    min-width: 150px;
    font-size: 24px; }
  .cart-drawer-form .cart--order-discount-wrapper .order-discount--cart-title {
    display: block;
    text-align: center; }
  .cart-drawer-form .cart--order-discount-wrapper .order-discount {
    display: block;
    font-size: 24px;
    text-align: center; }

.localization-selector-form {
  display: flex;
  flex-wrap: wrap; }
  .localization-selector-form .localization-selector {
    margin-right: 15px; }
    .localization-selector-form .localization-selector:last-of-type {
      margin-right: 0; }
  .localization-selector-form .wetheme-dropdown__wrapper {
    margin-bottom: 0; }
    .localization-selector-form .wetheme-dropdown__wrapper button {
      font-size: 12px;
      transition: all 0.2s ease-in-out; }
      .localization-selector-form .wetheme-dropdown__wrapper button:after {
        transition: all 0.2s ease-in-out; }
  .localization-selector-form .wetheme-dropdown__wrapper ul {
    white-space: nowrap;
    min-width: 100%;
    width: auto !important;
    left: auto !important;
    right: auto; }
    .localization-selector-form .wetheme-dropdown__wrapper ul li > span {
      font-size: 12px; }
    .footer-localization-selectors .localization-selector-form .wetheme-dropdown__wrapper ul {
      top: auto !important;
      bottom: 100%;
      max-height: 50vh !important; }
    .localization-selectors--right .localization-selector-form .wetheme-dropdown__wrapper ul, .footer-localization-selectors .localization-selector-form .wetheme-dropdown__wrapper ul {
      right: 0; }
  .footer-localization-selectors .localization-selector-form, .localization-selectors--right .localization-selector-form {
    justify-content: flex-end; }
    .footer-localization-selectors .localization-selector-form .localization-selector, .localization-selectors--right .localization-selector-form .localization-selector {
      margin: 0 0 15px 15px; }
  .localization-selectors--left .localization-selector-form .localization-selector {
    margin-right: 15px; }
  @media only screen and (max-width: 991px) {
    .localization-selector-form {
      justify-content: center; }
      .footer-localization-selectors .localization-selector-form {
        justify-content: center; }
      .localization-selector-form .wetheme-dropdown__wrapper ul {
        right: auto !important; }
      .localization-selectors--left .localization-selector-form .localization-selector {
        margin: 0 15px 0 0; }
      .localization-selectors--left .localization-selector-form .localization-selector:last-of-type {
        margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .wetheme-dropdown__wrapper ul li:hover {
    background-color: inherit; } }
.main-icons-with-locale #main-icons--wrapper {
  margin: 0 0 0 10px; }
  @media screen and (max-width: 991px) {
    .main-icons-with-locale #main-icons--wrapper {
      margin-top: 15px;
      margin-left: 0; } }

@media screen and (max-width: 991px) {
  .logo-placement-below-header #main-icons--wrapper {
    margin: 0 0 15px; } }
.width-measure {
  visibility: hidden;
  position: absolute;
  left: -100vw;
  top: -100vh; }

@media only screen and (max-width: 767px) {
  .slideout-menu {
    width: 300px; } }
.wetheme-dropdown .wetheme-dropdown__wrapper {
  position: relative; }
.wetheme-dropdown button {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 13px 35px 13px 13px;
  position: relative;
  white-space: nowrap;
  background: none; }
  .wetheme-dropdown button span {
    display: block;
    overflow: hidden;
    width: 100%; }
  .wetheme-dropdown button::after {
    content: "";
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: black;
    display: inline-block;
    padding: 3px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 15px;
    top: 18px; }
.wetheme-dropdown ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  color: black;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.5);
  z-index: 3;
  max-height: 50vh;
  overflow-x: auto;
  white-space: nowrap; }
  .wetheme-dropdown ul li {
    padding: 10px 10px 12px 10px;
    margin: 0;
    font-family: inherit;
    font-weight: inherit;
    font-weight: inherit;
    cursor: pointer; }
    .wetheme-dropdown ul li:hover, .wetheme-dropdown ul li.selected {
      background-color: rgba(0, 0, 0, 0.1); }
.wetheme-dropdown.wetheme-dropdown--up ul {
  top: auto;
  bottom: 100%; }
.wetheme-dropdown.fit-parent {
  width: 100%; }
  .wetheme-dropdown.fit-parent button {
    width: 100%; }
.wetheme-dropdown.fit-current {
  display: inline-block; }
  .wetheme-dropdown.fit-current ul {
    right: auto; }
.wetheme-dropdown.fit-longest {
  display: inline-block; }

.wetheme-dropdown-fade-enter-active,
.wetheme-dropdown-fade-leave-active {
  transition: all 0.2s ease-in-out; }

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

.feather {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none; }

.main-navigation-wrapper-inner .feather {
  height: 16px;
  width: 16px;
  min-width: 16px; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.lazyload-crop-center {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover, object-position: center"; }

.lazyload-crop-top {
  object-fit: cover;
  object-position: top;
  font-family: "object-fit: cover, object-position: top"; }

.lazyload-crop-bottom {
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover, object-position: bottom"; }

.lazyload-crop-left {
  object-fit: cover;
  object-position: left;
  font-family: "object-fit: cover, object-position: left"; }

.lazyload-crop-right {
  object-fit: cover;
  object-position: right;
  font-family: "object-fit: cover, object-position: right"; }

.no-js noscript + img.lazyload {
  display: none !important; }

.lazyload[data-blur="true"] {
  filter: blur(10px);
  opacity: 0; }

.ls-blur-up-img {
  filter: blur(10px);
  opacity: 0;
  transition: opacity 800ms, filter 400ms;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain, object-position: center"; }
  .ls-blur-up-img.product-main-image {
    transition: opacity 200ms, filter 100ms; }
  .lazyload-blur-wrapper-center .ls-blur-up-img {
    left: 50%;
    transform: translateX(-50%); }

.ls-blur-up-img.ls-inview.ls-original-loaded {
  opacity: 0;
  filter: blur(0px); }

img[data-sizes="auto"] {
  display: block;
  width: 100%; }

.mobile-menu--wrapper .mobile-menu-right {
  width: 50px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }
.mobile-menu--wrapper .mobile-menu-back {
  display: flex; }
.mobile-menu--wrapper .mobile-menu-back i {
  position: relative;
  top: 4px; }
.mobile-menu--wrapper .mobile-menu-title {
  flex-grow: 1;
  text-align: center;
  padding-right: 24px; }
.mobile-menu--wrapper ul {
  margin: 0;
  padding: 0; }
  .mobile-menu--wrapper ul li:not([class^="sm-"]) {
    list-style-type: none;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .mobile-menu--wrapper ul li:not([class^="sm-"]) a,
    .mobile-menu--wrapper ul li:not([class^="sm-"]) button {
      padding: 5%;
      width: 100%;
      border: none;
      color: white;
      display: inline-block;
      background: none;
      text-align: left; }
      .mobile-menu--wrapper ul li:not([class^="sm-"]) a svg,
      .mobile-menu--wrapper ul li:not([class^="sm-"]) button svg {
        float: right; }
      .mobile-menu--wrapper ul li:not([class^="sm-"]) a .mobile-menu-right,
      .mobile-menu--wrapper ul li:not([class^="sm-"]) button .mobile-menu-right {
        padding: 13px; }
      .mobile-menu--wrapper ul li:not([class^="sm-"]) a:hover,
      .mobile-menu--wrapper ul li:not([class^="sm-"]) button:hover {
        text-decoration: none; }

.mobile-menu-link {
  text-transform: uppercase;
  letter-spacing: 2px; }

.mobile-menu-sub.mobile-menu-right.mobile-menu-link {
  width: 55px !important; }

.mobile-menu {
  transition: transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: absolute;
  background-color: #222222;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: inline-block;
  z-index: 2; }
  .mobile-menu .sm-icons li a {
    width: auto;
    color: white; }
    .mobile-menu .sm-icons li a:hover {
      opacity: 0.6; }

.mobile-menu--child-links a {
  margin-left: 20px;
  opacity: 0.5; }

.mobile-menu-child {
  z-index: 3; }

.mobile-menu-grandchild {
  z-index: 4; }

.mobile-menu-main {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mobile-menu.mobile-menu-stacked {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  overflow-y: hidden; }

.mobile-menu-hidden {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  overflow-y: hidden; }

.search-disabled .menu-close-icon {
  position: relative;
  right: 0;
  padding: 22px 11px 11px;
  top: 0;
  display: block;
  border-bottom: 1px solid #ebebeb;
  color: white;
  text-align: right; }

.search-enabled .menu-close-icon,
.mobile-menu-main .cart-close-icon {
  position: absolute;
  right: 12px;
  top: 25px;
  font-size: 20px;
  color: white;
  z-index: 2; }

.mobile-menu-child .mobile-menu-close,
.mobile-menu-grandchild .mobile-menu-close {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 20px;
  color: white;
  z-index: 2; }

.mobile-menu--wrapper .mobile-menu-child svg.feather.feather-chevron-left,
.mobile-menu--wrapper .mobile-menu-grandchild svg.feather.feather-chevron-left {
  float: left; }

#newsletter-wrapper {
  color: black;
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  #newsletter-wrapper #newsletter_submit {
    display: flex; }

#newsletter_text {
  display: inline-block;
  margin-bottom: 0px;
  color: #000;
  border: 0;
  padding: 10px; }

@media only screen and (min-width: 768px) {
  #newsletter_text {
    width: 100%; } }

#newsletter_submit {
  margin-bottom: 0px;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: none; }

input#newsletter_text {
  padding: 13px; }

.pagination {
  margin: 16px 0; }

.page-link,
.page-link:hover,
.page-link:active,
.page-link:visited {
  color: black;
  background: transparent; }

.page-item a, .page-item span {
  border: none; }
.page-item:not(.disabled):not(.active):hover {
  background-color: rgba(0, 0, 0, 0.1); }
.page-item.active .page-link {
  background-color: rgba(0, 0, 0, 0.1);
  color: black; }

.page-item.disabled .page-link {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5); }

.parallax-wrapper {
  overflow: hidden; }

.parallax:not(.image-section-parallax)::before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.60;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.parallax .img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 200%;
  background-size: cover;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  will-change: transform; }
  .no-js .parallax .img {
    display: block; }

@media only screen and (max-width: 767px) {
  .parallax .img {
    background-attachment: scroll;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0); } }
.parallax .icon--placeholder {
  height: 1100px; }

.popup--outer {
  top: inherit !important;
  /* prevent overwriting by shopify admin header (it moves all fixed elements down 40px) */
  right: 30px;
  bottom: 30px;
  position: fixed;
  width: 600px;
  z-index: 1000000;
  transition: .4s ease-in-out;
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  visibility: hidden; }
  @media screen and (max-width: 768px) {
    .popup--outer {
      bottom: 0;
      right: 0;
      width: 100%; } }
  .popup--outer.visible {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

.popup-container {
  background: white; }
  @media screen and (max-width: 768px) {
    .popup-container {
      max-height: 88vh;
      width: 100%;
      right: 0;
      bottom: 0; } }
  .popup-container .popup--inner {
    color: #333333;
    position: relative; }
    .popup-container .popup--inner > div:not(:last-of-type) {
      margin: 0 auto 15px; }
  .popup-container .popup--inner-flex {
    display: flex;
    align-items: center;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .popup-container .popup--inner-flex {
        min-height: 300px; } }
  .popup-container .popup__text-wrapper--has-image {
    padding: 30px;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .popup-container .popup__text-wrapper--has-image {
        width: 50%; } }
  .popup-container .popup__text-wrapper--no-image {
    padding: 30px;
    width: 100%; }
  .popup-container .popup--image {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 768px) {
      .popup-container .popup--image {
        display: none; } }
  .popup-container .contact-form {
    text-align: center; }
  .popup-container .popup__newsletter-form {
    margin-left: 20px; }
  .popup-container #newsletter-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px; }
  .popup-container #newsletter_text {
    border: 1px solid #333333;
    border-radius: 0;
    min-width: 200px;
    background: transparent;
    color: #333333; }
    .popup-container #newsletter_text::placeholder {
      color: #333333; }
  .popup-container #newsletter_submit {
    border-left: none;
    min-height: 37px;
    transition: all 0.2s ease-in-out;
    color: #333333; }
    .popup-container #newsletter_submit,
    .popup-container #newsletter_submit a {
      color: #333333; }
      .popup-container #newsletter_submit svg,
      .popup-container #newsletter_submit a svg {
        stroke: #333333; }
    .popup-container #newsletter_submit:hover {
      opacity: 0.6; }
  .popup-container .popup--header-text,
  .popup-container .popup--main-text {
    text-align: center;
    max-width: 500px; }
  .popup-container .popup--main-text {
    display: block; }
  .popup-container .popup--close-btn {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    z-index: 1;
    background-color: white;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .hide .popup-container .popup--close-btn {
      opacity: 0; }
    .popup-container .popup--close-btn svg {
      stroke: #333333;
      transition: all 0.2s ease-in-out; }
      .popup-container .popup--close-btn svg:hover {
        opacity: 0.6; }

.product-page--pricing {
  padding-left: 0;
  margin-bottom: 20px; }
  .product-page--pricing li {
    list-style-type: none;
    display: inline-block; }
  .product-page--pricing .product-page--pricing--variant-price,
  .product-page--pricing .product-page--pricing--variant-compare-at-price {
    font-size: 18px; }
  .product-page--pricing .product-page--pricing--variant-compare-at-price {
    opacity: 0.6;
    text-decoration: line-through; }
  .product-page--pricing .product-page--pricing--discount span.variant-value-wrapper,
  .product-page--pricing .product-page--pricing--discount span.variant-percentage-wrapper {
    color: #222222;
    border: 1px solid #222222;
    padding: 3px 12px;
    font-size: 12px;
    position: relative;
    display: block; }

.product-form__variants {
  display: none; }
  .no-js .product-form__variants {
    display: block; }

.product-form-option {
  padding: 0 15px; }
  .product-form-option .wetheme-dropdown ul {
    right: 0;
    white-space: normal; }
    @media screen and (min-width: 768px) {
      .product-form-option .wetheme-dropdown ul {
        right: auto;
        max-width: calc(200% + 30px);
        width: max-content; } }
  @media screen and (min-width: 768px) {
    .product-form-option:nth-of-type(2n) .wetheme-dropdown ul {
      left: auto;
      right: 0; } }

.product-option-select {
  margin-bottom: 15px; }

.product-page--submit-action {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .product-page--submit-action.hidden {
    display: none; }

.hide-variant-labels.variant-dropdown-enabled #add-to-cart-form label {
  display: none; }
.hide-variant-labels.variant-dropdown-enabled #add-to-cart-form .product-form-option .select-wrapper {
  margin-bottom: 30px; }

.hide-variant-labels.variant-swatches-enabled #add-to-cart-form .swatch-title {
  display: none; }
.hide-variant-labels.variant-swatches-enabled #add-to-cart-form .product-form-option .select-wrapper {
  margin-bottom: 20px; }
.hide-variant-labels.variant-swatches-enabled #add-to-cart-form .product-page--submit-action {
  margin-top: 0; }

.hide-variant-labels .swatches-wrapper {
  margin-bottom: 30px; }

#product-thumbnails li img {
  max-width: 100%; }

#product-thumbnails li:nth-child(2n) {
  animation-delay: 0.4s; }

#product-thumbnails li:nth-child(3n) {
  animation-delay: 0.6s; }

#product-thumbnails li:nth-child(4n) {
  animation-delay: 0.8s; }

#product-thumbnails li:nth-child(5n) {
  animation-delay: 1s; }

#product-thumbnails li:nth-child(6n) {
  animation-delay: 1.2s; }

#product-thumbnails li:nth-child(7n) {
  animation-delay: 1.4s; }

#product-thumbnails li:nth-child(8n) {
  animation-delay: 1.6s; }

#product-thumbnails li:nth-child(9n) {
  animation-delay: 1.8s; }

#product-thumbnails li:nth-child(10n) {
  animation-delay: 2s; }

#product-thumbnails li:nth-child(11n) {
  animation-delay: 2.2s; }

#product-thumbnails li:nth-child(12n) {
  animation-delay: 2.4s; }

#product-thumbnails li:nth-child(13n) {
  animation-delay: 2.6s; }

#product-thumbnails li:nth-child(14n) {
  animation-delay: 2.8s; }

#product-thumbnails li:nth-child(15n) {
  animation-delay: 3s; }

#product-thumbnails li:nth-child(16n) {
  animation-delay: 3.2s; }

#product-thumbnails li:nth-child(17n) {
  animation-delay: 3.4s; }

#product-thumbnails li:nth-child(18n) {
  animation-delay: 3.6s; }

#product-thumbnails li:nth-child(19n) {
  animation-delay: 3.8s; }

#product-thumbnails li:nth-child(20n) {
  animation-delay: 4s; }

#product-thumbnails li:nth-child(21n) {
  animation-delay: 4.2s; }

#product-thumbnails li:nth-child(22n) {
  animation-delay: 4.4s; }

#product-thumbnails li:nth-child(23n) {
  animation-delay: 4.6s; }

#product-thumbnails li:nth-child(24n) {
  animation-delay: 4.8s; }

#product-thumbnails li:nth-child(25n) {
  animation-delay: 5s; }

#product-thumbnails li:nth-child(26n) {
  animation-delay: 5.2s; }

#product-thumbnails li:nth-child(27n) {
  animation-delay: 5.4s; }

#product-thumbnails li:nth-child(28n) {
  animation-delay: 5.6s; }

#product-thumbnails li:nth-child(29n) {
  animation-delay: 5.8s; }

#product-thumbnails li:nth-child(30n) {
  animation-delay: 6s; }

#product-thumbnails li:nth-child(31n) {
  animation-delay: 6.2s; }

#product-thumbnails li:nth-child(32n) {
  animation-delay: 6.4s; }

#product-thumbnails li:nth-child(33n) {
  animation-delay: 6.6s; }

#product-thumbnails li:nth-child(34n) {
  animation-delay: 6.8s; }

#product-thumbnails li:nth-child(35n) {
  animation-delay: 7s; }

#product-thumbnails li:nth-child(36n) {
  animation-delay: 7.2s; }

#product-thumbnails li:nth-child(37n) {
  animation-delay: 7.4s; }

#product-thumbnails li:nth-child(38n) {
  animation-delay: 7.6s; }

#product-thumbnails li:nth-child(39n) {
  animation-delay: 7.8s; }

#product-thumbnails li:nth-child(40n) {
  animation-delay: 8s; }

#product-thumbnails li:nth-child(41n) {
  animation-delay: 8.2s; }

#product-thumbnails li:nth-child(42n) {
  animation-delay: 8.4s; }

#product-thumbnails li:nth-child(43n) {
  animation-delay: 8.6s; }

#product-thumbnails li:nth-child(44n) {
  animation-delay: 8.8s; }

#product-thumbnails li:nth-child(45n) {
  animation-delay: 9s; }

#product-thumbnails li:nth-child(46n) {
  animation-delay: 9.2s; }

#product-thumbnails li:nth-child(47n) {
  animation-delay: 9.4s; }

#product-thumbnails li:nth-child(48n) {
  animation-delay: 9.6s; }

#product-thumbnails li:nth-child(49n) {
  animation-delay: 9.8s; }

#product-thumbnails li:nth-child(50n) {
  animation-delay: 10s; }

#product-thumbnails li:nth-child(51n) {
  animation-delay: 10.2s; }

#product-thumbnails li:nth-child(52n) {
  animation-delay: 10.4s; }

#product-thumbnails li:nth-child(53n) {
  animation-delay: 10.6s; }

#product-thumbnails li:nth-child(54n) {
  animation-delay: 10.8s; }

#product-thumbnails li:nth-child(55n) {
  animation-delay: 11s; }

#product-thumbnails li:nth-child(56n) {
  animation-delay: 11.2s; }

#product-thumbnails li:nth-child(57n) {
  animation-delay: 11.4s; }

#product-thumbnails li:nth-child(58n) {
  animation-delay: 11.6s; }

#product-thumbnails li:nth-child(59n) {
  animation-delay: 11.8s; }

#product-thumbnails li:nth-child(60n) {
  animation-delay: 12s; }

#product-thumbnails li:nth-child(61n) {
  animation-delay: 12.2s; }

#product-thumbnails li:nth-child(62n) {
  animation-delay: 12.4s; }

#product-thumbnails li:nth-child(63n) {
  animation-delay: 12.6s; }

#product-thumbnails li:nth-child(64n) {
  animation-delay: 12.8s; }

#product-thumbnails li:nth-child(65n) {
  animation-delay: 13s; }

#product-thumbnails li:nth-child(66n) {
  animation-delay: 13.2s; }

#product-thumbnails li:nth-child(67n) {
  animation-delay: 13.4s; }

#product-thumbnails li:nth-child(68n) {
  animation-delay: 13.6s; }

#product-thumbnails li:nth-child(69n) {
  animation-delay: 13.8s; }

#product-thumbnails li:nth-child(70n) {
  animation-delay: 14s; }

#product-thumbnails li:nth-child(71n) {
  animation-delay: 14.2s; }

#product-thumbnails li:nth-child(72n) {
  animation-delay: 14.4s; }

#product-thumbnails li:nth-child(73n) {
  animation-delay: 14.6s; }

#product-thumbnails li:nth-child(74n) {
  animation-delay: 14.8s; }

#product-thumbnails li:nth-child(75n) {
  animation-delay: 15s; }

#product-thumbnails li:nth-child(76n) {
  animation-delay: 15.2s; }

#product-thumbnails li:nth-child(77n) {
  animation-delay: 15.4s; }

#product-thumbnails li:nth-child(78n) {
  animation-delay: 15.6s; }

#product-thumbnails li:nth-child(79n) {
  animation-delay: 15.8s; }

#product-thumbnails li:nth-child(80n) {
  animation-delay: 16s; }

#product-thumbnails li:nth-child(81n) {
  animation-delay: 16.2s; }

#product-thumbnails li:nth-child(82n) {
  animation-delay: 16.4s; }

#product-thumbnails li:nth-child(83n) {
  animation-delay: 16.6s; }

#product-thumbnails li:nth-child(84n) {
  animation-delay: 16.8s; }

#product-thumbnails li:nth-child(85n) {
  animation-delay: 17s; }

#product-thumbnails li:nth-child(86n) {
  animation-delay: 17.2s; }

#product-thumbnails li:nth-child(87n) {
  animation-delay: 17.4s; }

#product-thumbnails li:nth-child(88n) {
  animation-delay: 17.6s; }

#product-thumbnails li:nth-child(89n) {
  animation-delay: 17.8s; }

#product-thumbnails li:nth-child(90n) {
  animation-delay: 18s; }

#product-thumbnails li:nth-child(91n) {
  animation-delay: 18.2s; }

#product-thumbnails li:nth-child(92n) {
  animation-delay: 18.4s; }

#product-thumbnails li:nth-child(93n) {
  animation-delay: 18.6s; }

#product-thumbnails li:nth-child(94n) {
  animation-delay: 18.8s; }

#product-thumbnails li:nth-child(95n) {
  animation-delay: 19s; }

#product-thumbnails li:nth-child(96n) {
  animation-delay: 19.2s; }

#product-thumbnails li:nth-child(97n) {
  animation-delay: 19.4s; }

#product-thumbnails li:nth-child(98n) {
  animation-delay: 19.6s; }

#product-thumbnails li:nth-child(99n) {
  animation-delay: 19.8s; }

#product-thumbnails li:nth-child(100n) {
  animation-delay: 20s; }

.product-images {
  position: relative; }
  .product-images.loading .featured-image-div {
    min-height: 400px; }

.product-page--pricing .product-page--pricing--price-per-unit,
.product-grid--pricing--price-per-unit,
.cart__price-unit-price {
  display: block;
  font-size: 12px; }

.product-grid--pricing--price-per-unit {
  text-align: center; }

.product-description-wrapper ul.tabs {
  padding: 0;
  margin-bottom: 20px;
  font-size: 13.3px;
  border-bottom: 1px solid #d9dde1; }

.product-description-wrapper ul.tabs li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px; }

.product-description-wrapper ul.tabs li a {
  display: block;
  padding: 15px 30px 10px 0;
  opacity: 0.5; }

.product-description-wrapper ul.tabs li a:hover,
.product-description-wrapper ul.tabs li a.active {
  opacity: 1;
  text-decoration: underline; }

.selector-wrapper select {
  display: block;
  margin-bottom: 20px; }
  .no-js .selector-wrapper select {
    display: none; }

.selector-wrapper label {
  width: 100%; }
  .no-js .selector-wrapper label {
    display: none; }

.product-description-wrapper {
  margin: 30px 0;
  clear: both; }

.product-description-wrapper table {
  width: 100%; }

.single-option-selector {
  min-width: 50%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 768px) {
  .product-description-main-wrapper {
    margin-top: 30px; } }
@media only screen and (max-width: 479px) {
  .product-description-wrapper ul.tabs li {
    margin-right: 0; } }
.product-grid {
  padding-left: 0px; }
  .product-grid .indiv-product-wrapper {
    list-style-type: none; }

.indiv-product .hp-title {
  transition: all 0.2s ease-in-out; }
.indiv-product a {
  color: black; }
.indiv-product:hover .hp-title, .indiv-product:focus .hp-title {
  color: black;
  opacity: 0.6;
  text-decoration: none; }

.products--match-height .grid__item .indiv-product .grid__image {
  max-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .products--match-height .grid__item .indiv-product .grid__image .lazyload-blur-wrapper {
    width: 100%;
    overflow: hidden;
    max-height: 100%; }
  .products--match-height .grid__item .indiv-product .grid__image img {
    max-height: 100%;
    position: relative; }
@media only screen and (max-width: 576px) {
  .products--match-height .grid__item.two_columns .indiv-product .grid__image {
    height: 225px; }
  .products--match-height .grid__item.three_columns .indiv-product .grid__image {
    height: 225px; }
  .products--match-height .grid__item.four_columns .indiv-product .grid__image {
    height: 225px; }
  .products--match-height .grid__item.five_columns .indiv-product .grid__image {
    height: 225px; } }
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .products--match-height .grid__item.two_columns .indiv-product .grid__image {
    height: 400px; }
  .products--match-height .grid__item.three_columns .indiv-product .grid__image {
    height: 380px; }
  .products--match-height .grid__item.four_columns .indiv-product .grid__image {
    height: 400px; }
  .products--match-height .grid__item.five_columns .indiv-product .grid__image {
    height: 350px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products--match-height .grid__item.two_columns .indiv-product .grid__image {
    height: 510px; }
  .products--match-height .grid__item.three_columns .indiv-product .grid__image {
    height: 320px; }
  .products--match-height .grid__item.four_columns .indiv-product .grid__image {
    height: 500px; }
  .products--match-height .grid__item.five_columns .indiv-product .grid__image {
    height: 450px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .products--match-height .grid__item.two_columns .indiv-product .grid__image {
    height: 800px; }
  .products--match-height .grid__item.three_columns .indiv-product .grid__image {
    height: 435px; }
  .products--match-height .grid__item.four_columns .indiv-product .grid__image {
    height: 315px; }
  .products--match-height .grid__item.five_columns .indiv-product .grid__image {
    height: 315px; } }
@media only screen and (min-width: 1200px) {
  .products--match-height .grid__item.two_columns .indiv-product .grid__image {
    height: 800px; }
  .products--match-height .grid__item.three_columns .indiv-product .grid__image {
    height: 525px; }
  .products--match-height .grid__item.four_columns .indiv-product .grid__image {
    height: 390px; }
  .products--match-height .grid__item.five_columns .indiv-product .grid__image {
    height: 390px; } }

.sold-out-badge,
.sale-badge {
  color: white;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 0.02s ease;
  -webkit-transition: all 0.02s ease;
  -o-transition: all 0.02s ease;
  -ms-transition: all 0.02s ease;
  transition: all 0.02s ease; }

.sale-badge {
  background: #222222;
  color: white; }

.sold-out-badge {
  background: black;
  color: white; }

.envy-badge {
  pointer-events: none; }

.product-grid {
  margin-top: 20px; }

.product-grid img {
  max-width: 100%;
  display: inline-block; }

.indiv-product {
  position: relative;
  margin-bottom: 30px; }

.indiv-product img {
  max-height: 800px;
  margin: 0 auto; }

.indiv-product-title-text {
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.3;
  font-size: 14px; }

.product-grid div.hp-title {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.product-grid div.hp-title a {
  text-decoration: none; }

.money-styling {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%; }

.compare-at-price {
  opacity: 0.6;
  text-decoration: line-through;
  width: 100%;
  font-size: 12px;
  display: inline-block; }

.indiv-product-vendor-text,
.indiv-product-sku-text {
  margin-bottom: 10px;
  font-size: 12px; }

.product-description-main-wrapper .indiv-product-vendor-text,
.product-description-main-wrapper .indiv-product-sku-text {
  margin-bottom: 20px; }

.indiv-product .hp-title .indiv-product-vendor-text {
  margin-bottom: 0px; }

.homepage-featured-products .grid__item {
  text-align: center; }

.homepage-featured-products .alpha,
.product-grid .alpha {
  clear: both; }

.reveal a.grid__image > div {
  display: flex !important;
  align-items: flex-start;
  justify-content: center; }
.reveal .hidden > div {
  width: 100%; }

.reveal .hidden {
  visibility: visible !important;
  display: block !important; }

.reveal {
  position: relative;
  overflow: hidden; }

.reveal > a > img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* Only run hover effect on desktop */
@media only screen and (min-width: 767px) {
  .reveal:hover > a > img {
    opacity: 0; }

  .reveal:hover .hidden {
    z-index: 1;
    opacity: 1; } }
.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  background: white; }

@media only screen and (max-width: 767px) {
  .homepage-featured-products .alpha,
  .product-grid .alpha {
    clear: none !important; }

  .homepage-featured-products .mobile-clear,
  .product-grid .mobile-clear {
    clear: both !important; } }
.product-single__thumbnails {
  text-align: left; }
  .product-single__thumbnails .swiper-container:not(.swiper-container-initialized) {
    visibility: hidden; }
  .product-single__thumbnails .swiper-container-vertical {
    height: 340px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden; }
    .product-single__thumbnails .swiper-container-vertical .product-single__thumbnail__image {
      object-fit: cover;
      height: 70px; }
    @media screen and (max-width: 991px) {
      .product-single__thumbnails .swiper-container-vertical {
        height: 420px; }
        .product-single__thumbnails .swiper-container-vertical .product-single__thumbnail__image {
          height: 90px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .product-single__thumbnails .swiper-container-vertical {
        height: 260px; }
        .product-single__thumbnails .swiper-container-vertical .product-single__thumbnail__image {
          height: 50px; } }
  .product-single__thumbnails .swiper-container-horizontal .swiper-slide {
    height: fit-content; }
  .product-single__thumbnails .swiper-container-horizontal .product-single__thumbnail__wrapper {
    height: 100%; }
    .product-single__thumbnails .swiper-container-horizontal .product-single__thumbnail__wrapper img {
      max-height: 100%;
      object-fit: cover; }
  .product-single__thumbnails .product-single__thumbnail__wrapper {
    position: relative; }
    .product-single__thumbnails .product-single__thumbnail__wrapper img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      object-fit: contain; }
  .product-single__thumbnails .swiper-pagination {
    position: relative;
    z-index: 1; }
  .product-single__thumbnails .swiper-pagination-bullet {
    width: 44px;
    height: 44px;
    padding: 16px 16px;
    opacity: 1;
    background: none; }
    .product-single__thumbnails .swiper-pagination-bullet .swiper-pagination-bullet-dot {
      background: rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      display: block;
      width: 100%;
      height: 100%; }
    .product-single__thumbnails .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-bullet-dot {
      background: black; }
  .product-single__thumbnails .swiper-pagination-hide-focus .swiper-pagination-bullet:focus {
    outline: none !important; }
  .product-single__thumbnails.homepage-sections--indiv-product-slider .product-single__thumbnail[data-media-type="image"] {
    cursor: initial; }
  .product-single__thumbnails .product-single__thumbnail {
    cursor: pointer;
    outline: none; }
    .product-single__thumbnails .product-single__thumbnail:focus::after {
      content: "";
      outline: 1px dotted white;
      outline: 1px solid -webkit-focus-ring-color;
      position: absolute;
      top: 1px;
      left: 1px;
      right: 1px;
      bottom: 1px;
      z-index: 99999; }
  .product-single__thumbnails .product-single__media__emblem {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    min-width: 20px;
    min-height: 20px;
    width: 25%;
    padding-bottom: 25%;
    background-color: white;
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.05); }
    .product-single__thumbnails .product-single__media__emblem svg {
      position: absolute;
      width: 100%;
      height: 100%; }
  .product-single__thumbnails .product-single__media__icon {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate3d(-50%, -50%, 0);
    height: 62px;
    width: 62px;
    z-index: 1;
    background-color: white;
    color: black; }
    .product-single__thumbnails .product-single__media__icon:hover {
      color: rgba(0, 0, 0, 0.8); }

.product-single__thumbnails--below.product-single__thumbnails--carousel .swiper-wrapper {
  height: auto !important; }
  .product-single__thumbnails--below.product-single__thumbnails--carousel .swiper-wrapper .swiper-slide {
    height: auto; }

.product-single__thumbnails.product-single__thumbnails--carousel {
  /* More than one image is visible - product page desktop */ }
  .product-single__thumbnails.product-single__thumbnails--carousel .product-single__media__emblem {
    display: block; }
  .product-single__thumbnails.product-single__thumbnails--carousel .swiper-pagination-bullets {
    display: none; }
  .product-single__thumbnails.product-single__thumbnails--carousel .button-wrap {
    display: none; }
  .product-single__thumbnails.product-single__thumbnails--carousel .thumbs-direction-nav {
    display: flex; }
  .product-single__thumbnails.product-single__thumbnails--carousel:not(.product-single__thumbnails--below) .thumbs-direction-nav {
    position: relative; }

.product-single__thumbnails:not(.product-single__thumbnails--carousel) {
  /* Just one image is visible - product page on mobile or indiv product */ }
  .product-single__thumbnails:not(.product-single__thumbnails--carousel) .product-single__media__icon {
    display: block; }
  .product-single__thumbnails:not(.product-single__thumbnails--carousel) .product-single__media--selected.product-single__media--loaded {
    display: block; }
  .product-single__thumbnails:not(.product-single__thumbnails--carousel) .product-single__thumbnail > .button-wrap {
    display: block; }
  .product-single__thumbnails:not(.product-single__thumbnails--carousel) .product-single__media .button-wrap {
    display: none; }
  .product-single__thumbnails:not(.product-single__thumbnails--carousel) .thumbs-direction-nav {
    display: none; }
  .product-single__thumbnails:not(.product-single__thumbnails--carousel) .product-single__media--loaded .product-single__thumbnail__wrapper {
    display: none; }
  .product-single__thumbnails:not(.product-single__thumbnails--carousel) .product-single__media--loaded .product-single__media {
    display: block; }
  .product-single__thumbnails:not(.product-single__thumbnails--carousel) .swiper-pagination-bullets {
    display: block; }

.product-single__medias {
  /* Loaded media outside of slider */ }
  .product-single__medias .product-single__media__icon {
    display: block; }
  .product-single__medias .product-single__media--selected {
    display: block; }
  @media screen and (max-width: 768px) {
    .product-single__medias .button-wrap {
      display: block; } }
  @media screen and (min-width: 769px) {
    .product-single__medias .product-single__media .button-wrap {
      display: none; } }

.product-single__media__wrapper {
  position: relative; }
  .product-single__media__wrapper > video {
    display: none; }
  .product-single__media__wrapper > iframe:focus, .product-single__media__wrapper > iframe:focus-within {
    outline: 2px solid #7AACFE !important;
    /* for non-webkit browsers */
    outline: 5px auto -webkit-focus-ring-color !important; }

.product-single__media:not(.product-single__media--active)[data-media-type="external_video"] iframe {
  pointer-events: none; }

.product-single__media {
  margin: 0 auto;
  display: none;
  position: relative; }
  .product-single__media[data-image-zoom-enable="true"] {
    cursor: crosshair; }
  .product-single__media .media-wrapper {
    display: block; }
  .product-single__media iframe,
  .product-single__media model-viewer,
  .product-single__media .shopify-model-viewer-ui,
  .product-single__media .plyr--video,
  .product-single__media .media-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%; }
  .product-single__media iframe,
  .product-single__media .media-video,
  .product-single__media model-viewer,
  .product-single__media .shopify-model-viewer-ui,
  .product-single__media .media-item,
  .product-single__media .plyr,
  .product-single__media .plyr__video-wrapper {
    height: 100%; }
  .product-single__media .plyr--video {
    background-color: rgba(255, 255, 255, 0.9);
    color: black; }
    .product-single__media .plyr--video input[type=range]::-webkit-slider-thumb {
      box-shadow: 2px 0 0 0 rgba(255, 255, 255, 0.9); }
    .product-single__media .plyr--video input[type=range]::-webkit-slider-runnable-track {
      background-image: linear-gradient(to right, currentColor var(--value, 0%), rgba(0, 0, 0, 0.6) var(--value, 0%)); }
    .product-single__media .plyr--video .thumb.active {
      display: none; }
  .product-single__media .plyr--video .plyr__control--overlaid {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.05); }
    .product-single__media .plyr--video .plyr__control--overlaid svg {
      left: 0;
      padding: 5px 0px;
      width: 62px;
      height: 62px; }
    .product-single__media .plyr--video .plyr__control--overlaid:hover {
      color: rgba(0, 0, 0, 0.7); }
  .product-single__media .plyr--full-ui .plyr__volume {
    background-color: inherit; }
  .product-single__media .plyr__control--overlaid.plyr__tab-focus {
    color: black; }
  .product-single__media .plyr--video .plyr__video-wrapper, .product-single__media .plyr--video .plyr__poster {
    background-color: transparent; }
  .product-single__media .media-wrapper video {
    width: 100%; }
  .product-single__media .shopify-model-viewer-ui__button[hidden] {
    display: none; }
  .product-single__media .media-wrapper .plyr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%; }

.product-single__view-in-space {
  width: 100%;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.08);
  color: black; }
  .product-single__view-in-space:hover, .product-single__view-in-space:focus {
    color: rgba(0, 0, 0, 0.8); }
  .product-single__view-in-space svg {
    vertical-align: middle;
    margin-top: -4px; }
  .product-single__view-in-space[data-shopify-xr-hidden] {
    visibility: hidden; }
    @media screen and (min-width: 1112px) {
      .product-single__view-in-space[data-shopify-xr-hidden] {
        display: none; } }

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.05); }
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: black; }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button:focus {
    color: rgba(0, 0, 0, 0.55)!important; }
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.05); }
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(0, 0, 0, 0.05); }
.shopify-model-viewer-ui model-viewer:not(.disabled) + .controls-overlay {
  visibility: hidden; }
  .shopify-model-viewer-ui model-viewer:not(.disabled) + .controls-overlay .controls-area {
    visibility: visible; }

.collection-image--zoom-effect {
  overflow: hidden; }

.collection-image--zoom-effect div.zoom-effect--inner {
  max-width: 100%;
  -webkit-transition: margin .1s ease, transform .25s ease;
  -moz-transition: margin .1s ease, transform .25s ease;
  -o-transition: margin .1s ease, transform .25s ease;
  transition: margin .1s ease, transform .25s ease; }

.collection-image--zoom-effect:hover div.zoom-effect--inner {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.collection-image--zoom-effect-onboarding {
  border: 1px solid rgba(120, 129, 136, 0.2); }

.collection-image--zoom-effect .onboarding-link svg {
  border: none; }

.quantity-selector {
  width: 100%;
  color: black;
  font-size: 14px;
  padding: 13px 10px;
  border: none;
  background: transparent; }

.quantity-controls__outer label {
  margin-bottom: 5px; }

.quantity-controls {
  margin-bottom: 20px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.5); }
  .quantity-controls:after {
    content: "";
    display: block;
    clear: both; }
  .quantity-controls > * {
    height: 50px; }
  .quantity-controls button, .quantity-controls input {
    height: auto;
    float: left; }
  .quantity-controls button {
    width: 25%;
    background: white;
    color: black;
    border: none;
    outline: none; }
  .quantity-controls input {
    width: 50%;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .quantity-controls {
      margin-bottom: 30px; } }

.shopify-challenge__container {
  padding: 30px 0; }

#search_submit {
  border: 0 none;
  cursor: pointer;
  background: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  form#search {
    text-align: left; } }
@media only screen and (max-width: 767px) {
  form#search {
    text-align: center; } }
#main #search-page-form {
  color: black;
  text-align: center;
  display: inline-block;
  width: 100%; }
  #main #search-page-form #search_text {
    height: 61px;
    margin: 30px 0 50px 0;
    width: 250px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    background: transparent; }
    @media only screen and (min-width: 768px) {
      #main #search-page-form #search_text {
        width: 300px; } }

.sticky-header-wrapper .sticky-header-search {
  transform: translateY(-200%);
  width: 33%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  color: black;
  transition: all 0.2s ease-in-out;
  padding-left: 15px; }
  .sticky-header-wrapper .sticky-header-search #search-page-form {
    display: block; }
  .sticky-header-wrapper .sticky-header-search #search_submit {
    padding: 0; }
  .sticky-header-wrapper .sticky-header-search.expanded {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    background: white; }
.sticky-header-wrapper:not(.sticky) .sticky-header-search.expanded {
  transform: translateY(-100%); }

.top-search #search-wrapper {
  display: flex;
  align-items: center;
  padding: 15px;
  background: white; }
.top-search #search_submit,
.top-search .search-show {
  display: flex;
  align-items: center; }
.top-search a.search-show {
  margin-left: auto; }
.top-search input {
  color: black; }
.top-search #search_text {
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
  height: 37px;
  border: 0;
  padding: 10px;
  background: transparent; }
  .top-search #search_text::placeholder {
    color: black; }
  .top-search #search_text:focus {
    outline: none; }

#top-search-wrapper {
  position: absolute;
  z-index: 1000;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 33%;
  right: 0; }
  #top-search-wrapper.expanded {
    transform: translateY(0); }
  #top-search-wrapper #search_text {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    height: 37px;
    border: 0;
    padding: 10px;
    background: transparent; }
    #top-search-wrapper #search_text::placeholder {
      color: black; }
    #top-search-wrapper #search_text:focus {
      outline: none; }
  #top-search-wrapper svg {
    stroke: black; }

.mobile-search {
  display: block;
  padding: 15px 0; }
  .mobile-search #search-wrapper {
    text-align: left;
    margin-left: 5%;
    font-size: 14px; }
  .mobile-search input {
    color: white;
    border: 1px solid white;
    width: 70%;
    background: transparent;
    height: 60px;
    padding-left: 10px; }

.shopify-payment-button .shopify-payment-button__button {
  border: 0 none;
  margin: 10px auto 0;
  border-radius: 0;
  width: 100%;
  font-size: 16px !important;
  text-transform: uppercase !important;
  display: inline-block;
  font-weight: 400 !important;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Avenir Next", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important; }
  .shopify-payment-button .shopify-payment-button__button div[role=button] span {
    font-size: 16px !important;
    text-transform: uppercase !important; }
.shopify-payment-button .shopify-payment-button__button--unbranded {
  padding: 12px 30px;
  background: #222222;
  color: white;
  font-size: 16px !important;
  text-transform: capitalize !important;
  font-family: "Avenir Next", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important; }
  .shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]), .shopify-payment-button .shopify-payment-button__button--unbranded:active:not([disabled]), .shopify-payment-button .shopify-payment-button__button--unbranded:focus:not([disabled]) {
    background: #3a3a3a; }
.shopify-payment-button .shopify-payment-button__more-options {
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black; }
  .shopify-payment-button .shopify-payment-button__more-options:hover, .shopify-payment-button .shopify-payment-button__more-options:focus, .shopify-payment-button .shopify-payment-button__more-options:active {
    color: black; }
.shopify-payment-button .shopify-payment-button__button--hidden {
  display: none; }

ul.sm-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 991px) {
    header:not(.no-overflow) ul.sm-icons {
      justify-content: center; } }
  .top-bar-enabled ul.sm-icons {
    justify-content: flex-end; }

.footer-block--wrapper .sm-icons li a {
  margin: 0 16px 10px 0; }
.footer-block--wrapper .sm-icons li:last-of-type a {
  margin-right: 0; }

.sm-icons li {
  list-style-type: none; }
  .sm-icons li a {
    display: inline-block;
    text-decoration: none;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
    margin: 15px; }

.homepage-section-social-media {
  padding: 0;
  margin-top: 40px; }
  .homepage-section-social-media svg {
    width: 24px;
    height: 24px; }

.homepage-section-social-media li {
  list-style-type: none;
  display: inline-block;
  padding: 0 10px 10px 10px; }

.homepage-section--social-media-wrapper .homepage-section-social-media--color .sm-facebook svg {
  fill: #3a589a; }

.homepage-section--social-media-wrapper .homepage-section-social-media--color .sm-twitter svg {
  fill: #5ba8df; }

.homepage-section--social-media-wrapper .homepage-section-social-media--color .sm-instagram svg {
  fill: #E4405F; }

.homepage-section--social-media-wrapper .homepage-section-social-media--color .sm-youtube svg {
  fill: #e62c18; }

.homepage-section--social-media-wrapper .homepage-section-social-media--color .sm-vimeo svg {
  fill: #1AB7EA; }

.homepage-section--social-media-wrapper .homepage-section-social-media--color .sm-tiktok svg {
  fill: #000; }

.homepage-section--social-media-wrapper .homepage-section-social-media--color .sm-pinterest svg {
  fill: #d31b26; }

.homepage-section--social-media-wrapper .homepage-section-social-media--color .sm-snapchat svg {
  fill: #000; }

.homepage-section--social-media-wrapper .homepage-section-social-media--color .sm-houzz svg {
  fill: #A3C359; }

.homepage-section--social-media-wrapper .homepage-section-social-media--color .sm-tumblr svg {
  fill: #32506d; }

.homepage-section--social-media-wrapper .homepage-section-social-media--color .sm-linkedin svg {
  fill: #007bb6; }

.homepage-section--social-media-wrapper .homepage-sections-wrapper--light .homepage-section-social-media--black-and-white svg {
  fill: #414141; }

.homepage-section--social-media-wrapper .homepage-sections-wrapper--accent .homepage-section-social-media--black-and-white svg {
  fill: white; }

.homepage-section--social-media-wrapper .homepage-sections-wrapper--dark .homepage-section-social-media--black-and-white svg {
  fill: white; }

.footer-block--wrapper .sm-icons svg {
  fill: white; }

ul.sm-icons {
  padding-left: 0;
  white-space: nowrap; }

.sm-icons svg {
  fill: currentColor;
  height: 1rem;
  width: 1rem; }

.popup-container .sm-icons {
  margin: 0; }
  .popup-container .sm-icons a {
    color: #333333;
    margin-top: 15px;
    margin-bottom: 0; }
    .popup-container .sm-icons a:hover {
      opacity: 0.6; }

.social-sharing {
  margin: 15px 0; }
  .social-sharing a {
    margin-right: 30px;
    text-decoration: none;
    vertical-align: middle; }
    .social-sharing a svg {
      transition: fill 0.2s ease-in-out;
      -webkit-transition: fill 0.2s ease-in-out;
      -o-transition: fill 0.2s ease-in-out; }
    .social-sharing a:hover svg, .social-sharing a:focus svg {
      fill: black; }
  .social-sharing svg {
    max-width: 15px;
    fill: black; }
  .social-sharing .share-twitter svg {
    margin-right: 2px; }
  .social-sharing .share-title {
    vertical-align: bottom; }

.sticky-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 4;
  color: black;
  transform: translateY(-100%);
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform 200ms ease-in-out;
  padding: 10px 0; }
  .sticky-header-wrapper.sticky {
    transform: translateY(0); }
    .sticky-header-wrapper.sticky .nav > li.mega-menu .dropdown-menu {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .sticky-header-wrapper .nav > li.mega-menu .dropdown-menu {
    margin-top: -2px; }
    .sticky-header-wrapper .nav > li.mega-menu .dropdown-menu .mega-menu-block {
      background: white;
      border-bottom: rgba(0, 0, 0, 0.1); }
  .sticky-header-wrapper .main-navigation-wrapper {
    position: static;
    border-top: none; }
    @media screen and (min-width: 992px) {
      .sticky-header-wrapper .main-navigation-wrapper {
        display: flex;
        align-items: center;
        justify-content: center; } }

.sticky-header-wrapper__inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .sticky-header-wrapper__inner {
      padding-top: 10px;
      padding-bottom: 10px; } }

.sticky-header-placer,
.sticky-header-menu,
.sticky-header-icons {
  padding: 0 15px;
  flex: 1; }

.sticky-header-menu {
  flex-basis: auto;
  flex-shrink: 1; }

.sticky-header-placer,
.sticky-header-icons {
  flex-shrink: 2;
  min-width: 190px; }

.sticky-header-icons {
  text-align: right;
  justify-content: flex-end; }
  .sticky-header-icons .header--supporting-text {
    display: none; }
  .sticky-header-icons .sticky-header-icon {
    display: inline-block;
    margin-left: 20px; }
    .sticky-header-icons .sticky-header-icon a {
      color: black;
      transition: all 0.2s ease-in-out; }
      .sticky-header-icons .sticky-header-icon a:hover {
        color: black;
        opacity: 0.6; }

.sticky .nav > li:first-of-type > a {
  padding-left: 25px; }

.sticky-header-menu #main-navigation-wrapper .dropdown-menu {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.1); }

.sticky-header-menu a,
.sticky-header-menu #main-navigation-wrapper a,
.sticky-header-menu #main-navigation-wrapper .dropdown-menu a,
.template-index .envy--overlay-header .sticky-header-wrapper #main-navigation-wrapper a,
.template-index .envy--overlay-header .sticky-header-wrapper #main-navigation-wrapper .dropdown-menu a {
  color: #000000; }

.sticky-header-menu #main-navigation-wrapper {
  border-bottom: none; }

.sticky-header-menu #main-navigation-wrapper li.dropdown .dropdown-envy-toggle .global-caret {
  border-color: #000000; }

.sticky-header-menu .main-navigation-wrapper-inner {
  text-align: left;
  margin-top: 5px; }
  @media screen and (min-width: 992px) {
    .sticky-header-menu .main-navigation-wrapper-inner {
      margin-top: 0; } }

.sticky .nav > li.mega-menu .dropdown-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
.sticky .nav > li.mega-menu .dropdown-submenu {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.template-index .envy--overlay-header {
  position: absolute;
  background: none;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .template-index .envy--overlay-header {
      z-index: 4;
      width: 100%; } }
  .template-index .envy--overlay-header header#site-header, .template-index .envy--overlay-header .mobile-header-wrapper {
    background: none; }
    .template-index .envy--overlay-header header#site-header a, .template-index .envy--overlay-header .mobile-header-wrapper a {
      color: white;
      fill: white; }
    .template-index .envy--overlay-header header#site-header #site-title a, .template-index .envy--overlay-header .mobile-header-wrapper #site-title a {
      text-decoration: none; }
  .template-index .envy--overlay-header #main-navigation-wrapper, .template-index .envy--overlay-header header#site-header .navbar {
    background: none;
    border: none; }
    .template-index .envy--overlay-header #main-navigation-wrapper a, .template-index .envy--overlay-header header#site-header .navbar a {
      color: white; }
    .template-index .envy--overlay-header #main-navigation-wrapper .dropdown-menu a, .template-index .envy--overlay-header header#site-header .navbar .dropdown-menu a {
      color: black; }
  .template-index .envy--overlay-header li.dropdown .dropdown-envy-toggle .global-caret {
    border-color: white; }
  .template-index .envy--overlay-header .mobile-side-column a {
    color: white; }
  .template-index .envy--overlay-header .mobile-side-column svg {
    stroke: white; }
  .template-index .envy--overlay-header .localization-selector input, .template-index .envy--overlay-header .localization-selector .select-wrapper:before {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: white;
    background-color: transparent; }
  .template-index .envy--overlay-header .localization-selector .caret {
    color: white; }

.sticky-mobile-header {
  width: 100%; }
  .sticky-mobile-header a,
  .sticky-mobile-header .site-header__logo-link {
    color: black; }
    .sticky-mobile-header a:hover,
    .sticky-mobile-header .site-header__logo-link:hover {
      color: black; }
  .sticky-mobile-header svg {
    stroke: black; }

.unstuck .site-header__logo-image .overlay-logo-image--sticky,
.unstuck .site-header__logo-link.overlay-logo-image--sticky {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
.unstuck .sticky .mobile-header--wrapper .overlay-logo-image {
  opacity: 0;
  visibility: hidden; }
.unstuck .sticky .mobile-header--wrapper .overlay-logo-image--sticky {
  opacity: 1;
  visibility: visible; }

.sticky .overlay-logo-image {
  display: none; }

.overlay-logo-image--sticky {
  display: none; }

/* Label */
.swatch .header {
  margin: 0.5em 0; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  /* Rounded corners */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* To give width and height */
  float: left;
  /* Color swatches contain no text so they need to have a width. */
  min-width: 50px !important;
  height: 35px !important;
  /* No extra spacing between them */
  margin: 0;
  /* The border when the button is not selected */
  border: rgba(0, 0, 0, 0.5) 1px solid;
  /* Styling text */
  font-size: 13px;
  text-align: center;
  line-height: 35px;
  white-space: nowrap; }

.swatch-element label {
  padding: 0 10px;
  cursor: pointer; }

.color.swatch-element label {
  padding: 0; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border-color: rgba(0, 0, 0, 0.1); }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */ }

/* Tooltips */
.swatch .tooltip {
  text-align: center;
  background: black;
  color: white;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -23px;
  margin-bottom: 15px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid black 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

/*============================================================================
  Dependency-free breakpoint mixin
    - Based on http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
    - Usage docs: http://shopify.github.io/Timber/#sass-mixins
==============================================================================*/
/*============================================================================
  #Responsive fonts
==============================================================================*/
.video-hero-wrapper {
  position: relative; }

.hero-video {
  padding: 0 !important; }
  @media screen and (min-width: 768px) {
    .hero-video.desktop-height-450 {
      height: 450px; }
    .hero-video.desktop-height-550 {
      height: 550px; }
    .hero-video.desktop-height-650 {
      height: 650px; }
    .hero-video.desktop-height-750 {
      height: 750px; }
    .hero-video.desktop-height-fullscreen {
      height: 100vh; } }
  @media screen and (max-width: 768px) {
    .hero-video.mobile-height-250 {
      height: 250px; }
    .hero-video.mobile-height-350 {
      height: 350px; }
    .hero-video.mobile-height-450 {
      height: 450px; }
    .hero-video.mobile-height-550 {
      height: 550px; }
    .hero-video.mobile-height-fullscreen {
      height: 100vh; }
    .hero-video.mobile-height-fit .hero-video--media {
      height: 0;
      margin-bottom: 0;
      overflow: hidden;
      padding-bottom: 56.25%;
      /* 16/9 ratio */
      position: relative; }
      .hero-video.mobile-height-fit .hero-video--media iframe,
      .hero-video.mobile-height-fit .hero-video--media video {
        height: 100% !important;
        left: 0;
        position: absolute;
        top: 0;
        width: 100% !important; }
      .hero-video.mobile-height-fit .hero-video--media .plyr {
        position: unset; } }
  .hero-video .plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: none; }

.hero-video-play-button {
  z-index: 99;
  pointer-events: all;
  line-height: 0;
  width: 66px;
  height: 66px; }
  .hero-video-play-button svg {
    width: 60px;
    height: 60px;
    background-color: white; }
  .hero-video-play-button:hover svg path {
    fill: rgba(0, 0, 0, 0.7); }

.hero-video--text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  pointer-events: none; }

.hero-video--button {
  pointer-events: all; }

.text-content--inner {
  width: 65%;
  padding: 60px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .text-content--inner {
      width: 100%;
      padding: 30px; } }
  .text-content--inner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, rgba(0, 212, 255, 0) 32%);
    margin: -150px -250px;
    pointer-events: none;
    opacity: 1;
    z-index: -1; }

.hero-video--text-content {
  display: flex;
  width: inherit; }
  .hero-video--text-content.text-align-top-left {
    justify-content: left;
    align-items: left;
    align-self: flex-start;
    text-align: left; }
  .hero-video--text-content.text-align-top-center {
    justify-content: center;
    text-align: center; }
  .hero-video--text-content.text-align-top-right {
    justify-content: flex-end;
    align-self: flex-start;
    text-align: right; }
  .hero-video--text-content.text-align-center-left {
    justify-content: left;
    align-items: center;
    text-align: left; }
  .hero-video--text-content.text-align-center {
    justify-content: center;
    align-items: center;
    text-align: center; }
  .hero-video--text-content.text-align-center-right {
    justify-content: flex-end;
    align-items: center;
    text-align: right; }
  .hero-video--text-content.text-align-bottom-left {
    justify-content: left;
    align-items: flex-start;
    align-self: flex-end;
    text-align: left; }
  .hero-video--text-content.text-align-bottom-center {
    justify-content: center;
    align-self: flex-end;
    text-align: center; }
  .hero-video--text-content.text-align-bottom-right {
    justify-content: flex-end;
    align-self: flex-end;
    text-align: right; }
  .hero-video--text-content .hero-video--text-title h1 {
    white-space: pre-line;
    line-height: 1.1em;
    margin-bottom: 0.25em; }
  .hero-video--text-content .hero-video--text-subtitle {
    margin-bottom: 0.5em; }
    .hero-video--text-content .hero-video--text-subtitle p {
      white-space: pre-line;
      line-height: 1.4em; }
  .hero-video--text-content div[class^="text-size-"] {
    line-height: 1rem; }
  .hero-video--text-content .text-size-12px {
    font-size: 12px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-12px {
        font-size: calc(9.6px - .4vw); } }
  .hero-video--text-content .text-size-14px {
    font-size: 14px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-14px {
        font-size: calc(11.2px - .4vw); } }
  .hero-video--text-content .text-size-16px {
    font-size: 16px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-16px {
        font-size: calc(12.8px - .4vw); } }
  .hero-video--text-content .text-size-18px {
    font-size: 18px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-18px {
        font-size: calc(14.4px - .4vw); } }
  .hero-video--text-content .text-size-20px {
    font-size: 20px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-20px {
        font-size: calc(16px - .4vw); } }
  .hero-video--text-content .text-size-22px {
    font-size: 22px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-22px {
        font-size: calc(17.6px - .4vw); } }
  .hero-video--text-content .text-size-24px {
    font-size: 24px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-24px {
        font-size: calc(19.2px - .4vw); } }
  .hero-video--text-content .text-size-26px {
    font-size: 26px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-26px {
        font-size: calc(20.8px - .4vw); } }
  .hero-video--text-content .text-size-28px {
    font-size: 28px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-28px {
        font-size: calc(22.4px - .4vw); } }
  .hero-video--text-content .text-size-30px {
    font-size: 30px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-30px {
        font-size: calc(24px - .4vw); } }
  .hero-video--text-content .text-size-32px {
    font-size: 32px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-32px {
        font-size: calc(25.6px - .4vw); } }
  .hero-video--text-content .text-size-34px {
    font-size: 34px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-34px {
        font-size: calc(27.2px - .4vw); } }
  .hero-video--text-content .text-size-36px {
    font-size: 36px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-36px {
        font-size: calc(28.8px - .4vw); } }
  .hero-video--text-content .text-size-38px {
    font-size: 38px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-38px {
        font-size: calc(30.4px - .4vw); } }
  .hero-video--text-content .text-size-40px {
    font-size: 40px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-40px {
        font-size: calc(32px - .4vw); } }
  .hero-video--text-content .text-size-42px {
    font-size: 42px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-42px {
        font-size: calc(33.6px - .4vw); } }
  .hero-video--text-content .text-size-44px {
    font-size: 44px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-44px {
        font-size: calc(35.2px - .4vw); } }
  .hero-video--text-content .text-size-46px {
    font-size: 46px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-46px {
        font-size: calc(36.8px - .4vw); } }
  .hero-video--text-content .text-size-48px {
    font-size: 48px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-48px {
        font-size: calc(38.4px - .4vw); } }
  .hero-video--text-content .text-size-50px {
    font-size: 50px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-50px {
        font-size: calc(40px - .4vw); } }
  .hero-video--text-content .text-size-52px {
    font-size: 52px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-52px {
        font-size: calc(41.6px - .4vw); } }
  .hero-video--text-content .text-size-54px {
    font-size: 54px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-54px {
        font-size: calc(43.2px - .4vw); } }
  .hero-video--text-content .text-size-56px {
    font-size: 56px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-56px {
        font-size: calc(44.8px - .4vw); } }
  .hero-video--text-content .text-size-58px {
    font-size: 58px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-58px {
        font-size: calc(46.4px - .4vw); } }
  .hero-video--text-content .text-size-60px {
    font-size: 60px; }
    @media (max-width: 768px) {
      .hero-video--text-content .text-size-60px {
        font-size: calc(48px - .4vw); } }
  .hero-video--text-content .text-shadow {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }

.hero-video--media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .hero-video--media iframe,
  .hero-video--media video {
    width: 100%;
    height: 100%; }
  .hero-video--media video {
    position: relative;
    object-fit: cover;
    object-position: 50% 20%;
    font-family: "object-fit: cover"; }
  .hero-video--media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    left: -100%;
    max-width: none; }
  .hero-video--media[data-hide-controls="true"] .plyr__controls {
    opacity: 0; }
  .hero-video--media[data-hide-controls="true"] iframe {
    pointer-events: none; }

.hero-video--media {
  pointer-events: none; }

@media screen and (max-width: 767px) {
  .mobile-height-fullscreen iframe {
    width: 350%;
    left: -120%; } }

@media screen and (min-width: 768px) {
  .desktop-height-450 iframe {
    width: 100%;
    height: 300%;
    left: auto;
    top: -100%; } }

@media screen and (min-width: 900px) {
  .desktop-height-550 iframe {
    width: 100%;
    height: 300%;
    left: auto;
    top: -100%; } }

@media screen and (min-width: 1200px) {
  .desktop-height-650 iframe {
    width: 100%;
    height: 300%;
    left: auto;
    top: -100%; } }

@media screen and (min-width: 1400px) {
  .desktop-height-750 iframe {
    width: 100%;
    height: 300%;
    left: auto;
    top: -100%; } }

@media screen and (min-width: 1400px) and (min-height: 800px) {
  .desktop-height-fullscreen iframe {
    width: 100%;
    height: 301%;
    left: auto;
    top: -100%; } }
@media screen and (max-height: 800px) and (min-width: 1320px) {
  .desktop-height-fullscreen iframe {
    width: 100%;
    height: 400%;
    left: auto;
    top: -150%; } }

#shopify-section-announcement-bar {
  position: relative;
  z-index: 1000000; }

.notification-bar {
  text-align: center;
  display: flex;
  padding: 0 15px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center; }
  .notification-bar .sm-icons {
    justify-content: center;
    margin-bottom: 0; }
    .notification-bar .sm-icons li a {
      margin: 5px 8px;
      line-height: 0; }
  @media only screen and (min-width: 992px) {
    .notification-bar {
      flex-direction: row; }
      .notification-bar.notification-bar--with-text.notification-bar--with-icons {
        justify-content: space-between; }
        .notification-bar.notification-bar--with-text.notification-bar--with-icons .notification-bar__message {
          max-width: 500px; }
        .notification-bar.notification-bar--with-text.notification-bar--with-icons .sm-icons {
          justify-content: flex-end; }
        .notification-bar.notification-bar--with-text.notification-bar--with-icons .header-social-links, .notification-bar.notification-bar--with-text.notification-bar--with-icons .notification-bar__empty-div {
          flex: 1 1 0; } }

@media screen and (max-width: 991px) {
  .sm-icons {
    margin-top: 10px; } }
.notification-bar__message {
  font-size: 14px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%; }
  .notification-bar__message p {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    margin: 0; }

.header-social-links .sm-icons svg {
  height: 14px;
  width: 14px; }

.blog-publish-date {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.7; }

.article-image-in-header {
  margin-top: 20px; }

.article--background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.article--background-image:before {
  content: '';
  display: block;
  height: 0;
  width: 100%; }

.blog--read-more a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-decoration: underline; }

.home-blog-excerpt img {
  max-width: 100%; }

.index-blog-item--image---square .article--background-image:before {
  padding-bottom: 100%; }

.index-blog-item--image---landscape .article--background-image:before {
  padding-bottom: 75%; }

.index-blog-item--image---portrait .article--background-image:before {
  padding-bottom: 150%; }

.index-blog-item--image---wide .article--background-image:before {
  padding-bottom: 60%; }

.index-blog-item .placeholder-article-image svg {
  width: 100%;
  max-height: none; }

.index-blog-item--image---landscape .placeholder-article-image {
  height: 300px; }

.index-blog-item--image---portrait .placeholder-article-image {
  height: 400px; }

.index-blog-item--image---wide .placeholder-article-image {
  height: 200px; }

.placeholder-article-image {
  height: 175px;
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .index-blog-item--wrapper {
    margin-top: 40px; }

  .index-blog-item--wrapper:first-child {
    margin-top: 0px; } }
.homepage-collection-link {
  padding-top: 0px;
  text-align: center; }
  .homepage-collection-link a {
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out; }
    .homepage-collection-link a:hover {
      opacity: 0.6; }

.homepage-sections-wrapper--white .homepage-collection-link a {
  color: black; }
  .homepage-sections-wrapper--white .homepage-collection-link a:hover {
    color: black; }
.homepage-sections-wrapper--dark .homepage-collection-link a {
  color: white; }
  .homepage-sections-wrapper--dark .homepage-collection-link a:hover {
    color: white; }
.homepage-sections-wrapper--light .homepage-collection-link a {
  color: #414141; }
  .homepage-sections-wrapper--light .homepage-collection-link a:hover {
    color: #414141; }
.homepage-sections-wrapper--accent .homepage-collection-link a {
  color: white; }
  .homepage-sections-wrapper--accent .homepage-collection-link a:hover {
    color: white; }

.template-index .collection-grid .indiv-collection-grid-homepage {
  margin-bottom: 20px; }

.homepage-section--featured-collections-wrapper .indiv-col-2:nth-child(2n+1) {
  clear: both; }

.homepage-collection-grid-inner .grid-image {
  display: table;
  table-layout: fixed;
  width: 100%; }

.homepage-collection-grid-inner .grid-image .grid-image--centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.homepage-collection-grid-inner .grid-image .grid-image--centered img {
  display: inline-block;
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .homepage-section--featured-collections-wrapper .indiv-col-3:nth-child(3n+1), .homepage-section--featured-collections-wrapper .indiv-col-4:nth-child(4n+1) {
    clear: both; } }
@media screen and (min-width: 768px) and (max-width: 990px) {
  .homepage-section--featured-collections-wrapper .indiv-col-4:nth-child(2n+1) {
    clear: both; } }
.homepage-featured-products .grid__item {
  margin-bottom: 30px; }

.homepage-featured-products .no-bottom-margin {
  margin-bottom: 0; }

.shopify-section.homepage-section--html-wrapper h1,
.shopify-section.homepage-section--html-wrapper h2,
.shopify-section.homepage-section--html-wrapper h3,
.shopify-section.homepage-section--html-wrapper h4,
.shopify-section.homepage-section--html-wrapper h5,
.shopify-section.homepage-section--html-wrapper h6 {
  margin-top: 0; }

.image-bar--single-image {
  text-align: center; }

.image-bar--single-image .img-responsive {
  display: inline-block; }

.image-bar--title {
  text-align: center; }

.image-bar--description p {
  text-align: center; }

@media screen and (max-width: 768px) {
  .image-bar > div {
    margin-bottom: 3rem; }
    .image-bar > div:last-child {
      margin-bottom: 0; } }
@media only screen and (max-width: 992px) {
  .homepage-section--image-gallery-wrapper .image-bar--single-column-mobile .grid__item {
    margin-bottom: 30px; } }
.homepage-image-text-block--content {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden; }
  .homepage-image-text-block--content .image-text-block-row__text-container {
    padding: 30px; }
    .homepage-image-text-block--content .image-text-block-row__text-container h2 {
      margin-top: 0; }
    .homepage-image-text-block--content .image-text-block-row__text-container .btn-custom {
      margin-bottom: 0; }
  .homepage-image-text-block--content .image-text-block--wrapper .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute; }
  @media screen and (min-width: 768px) {
    .homepage-image-text-block--content .homepage-image-text-block--left {
      text-align: center;
      position: absolute;
      left: 30px;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0;
      width: 30%;
      z-index: 2; }
    .homepage-image-text-block--content .homepage-image-text-block--center {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: 0;
      width: 30%;
      z-index: 2; }
    .homepage-image-text-block--content .homepage-image-text-block--right {
      text-align: center;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0;
      width: 30%;
      z-index: 2; } }
  .homepage-image-text-block--content .homepage-image--text-block--placeholder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0; }
  .homepage-image-text-block--content .image-text-block--wrapper img {
    height: 500px;
    object-fit: cover; }

@media screen and (max-width: 767px) {
  .homepage-image-text-block--content {
    text-align: center;
    display: flex;
    flex-direction: column; }

  .homepage-image-text-block--content {
    height: auto; }

  .homepage-image-text-block--content .image-text-block--wrapper .img {
    height: 275px; }

  .image-text-block--wrapper {
    order: 1; }

  .homepage-image-text-block--text-wrapper {
    order: 2; } }
.homepage-section--text-over-image-wrapper .hero__title,
.homepage-section--text-over-image-wrapper .rte {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

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

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 20px 10px; }

.logo-bar__item img {
  max-width: 100%;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .logo-bar__item {
    max-width: 100px; } }
.flexslider {
  margin-bottom: 0;
  overflow-x: hidden; }

.flexslider-container {
  position: relative;
  overflow: hidden; }

.flexslider-homepage {
  overflow: hidden;
  border-radius: 0; }

.flexslider img {
  min-height: 1px; }

.homepage-section--slideshow-wrapper h2.slideshow-fade-content a {
  display: block;
  margin-bottom: 10px; }

.slider-caption {
  padding: 30px;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  position: static;
  -webkit-backface-visibility: hidden; }
  .slider-caption.background {
    background-color: transparent; }
  .slider-caption .btn-custom {
    margin: 5px 0; }
  @media only screen and (min-width: 768px) {
    .slider-caption {
      position: absolute;
      bottom: 20px;
      left: 20px; }
      .slider-caption.horizontal-align--left {
        left: 60px !important;
        text-align: left; }
      .slider-caption.horizontal-align--right {
        right: 60px !important;
        left: auto !important;
        text-align: left; }
      .slider-caption.horizontal-align--center {
        left: 50% !important;
        transform: translateX(-50%) !important;
        text-align: center; }
      .slider-caption.vertical-align--bottom {
        bottom: 60px !important; }
      .slider-caption.vertical-align--top {
        top: 60px !important;
        bottom: auto !important; }
      .slider-caption.vertical-align--middle {
        top: 50% !important;
        transform: translateY(-50%) !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        bottom: auto !important; }
      .slider-caption.vertical-align--middle.horizontal-align--center {
        transform: translate(-50%, -50%) !important;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important; } }

@media screen and (min-width: 768px) {
  .slider-dots--caption-padding .slideshow-mobile-image-content.vertical-align--bottom {
    bottom: 50px !important; } }
.slideshow-mobile-image-content {
  position: absolute;
  bottom: 20px;
  left: 20px; }
  .slideshow-mobile-image-content .btn-custom {
    margin: 5px 0; }
  .slideshow-mobile-image-content .type-subheading {
    margin-top: 5px; }
  .slideshow-mobile-image-content.horizontal-align--left {
    text-align: left; }
  .slideshow-mobile-image-content.horizontal-align--right {
    left: auto !important;
    text-align: right; }
  .slideshow-mobile-image-content.horizontal-align--center {
    text-align: center; }
  .slideshow-mobile-image-content.vertical-align--bottom {
    bottom: 60px !important; }
  .slideshow-mobile-image-content.vertical-align--top {
    top: 60px !important;
    bottom: auto !important; }
  .slideshow-mobile-image-content.vertical-align--middle {
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    bottom: auto !important; }
  @media only screen and (max-width: 768px) {
    .slideshow-mobile-image-content {
      margin: 0 10%;
      width: 80%; } }

.slider-caption a {
  text-decoration: none; }

.flex-direction-nav {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%); }

.flex-direction-nav a {
  -moz-transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  bottom: -15px;
  z-index: 1;
  text-decoration: none;
  outline: 0;
  color: #707070; }

.flex-direction-nav .flex-nav-prev, .flex-direction-nav .flex-nav-next {
  width: 100%; }

.flex-direction-nav a.flex-prev {
  left: -55px; }

.flex-direction-nav a.flex-next {
  right: -55px; }

.flexslider-container:hover .flex-direction-nav a.flex-prev {
  left: 20px; }

.flexslider-container:hover .flex-direction-nav a.flex-next {
  right: 20px; }

#shopify-section-slideshow {
  position: relative; }

.slideshow--full-screen {
  height: 100vh; }
  .slideshow--full-screen ul.slides li {
    height: 100vh; }
    .slideshow--full-screen ul.slides li .slideshow-desktop-as-mobile-image--ll-wrapper,
    .slideshow--full-screen ul.slides li .slideshow-desktop-image--ll-wrapper {
      height: 100%; }
    @media screen and (max-width: 768px) {
      .slideshow--full-screen ul.slides li .slideshow-mobile-image--ll-wrapper {
        height: 100%; } }
  .slideshow--full-screen ul.slides img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%; }

.slideshow--full-screen svg.icon.icon--placeholder {
  max-width: inherit;
  width: auto;
  min-width: 100%;
  background: #7c7c7c;
  fill: #969696; }

@media screen and (min-width: 767px) {
  .slideshow--full-screen .flex-viewport ul.slides li .slideshow-mobile-image--ll-wrapper {
    display: none; } }
@media screen and (min-width: 769px) {
  .slideshow-image-overlay::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 5, 5, 0.6)), to(rgba(55, 55, 55, 0.2)));
    background-image: linear-gradient(to top, rgba(5, 5, 5, 0.6), rgba(55, 55, 55, 0.2));
    z-index: 1; } }
@media screen and (max-width: 768px) {
  .slideshow-image-overlay:not(.mobile-image--disabled)::after, .slideshow--full-screen .slideshow-image-overlay::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 5, 5, 0.6)), to(rgba(55, 55, 55, 0.2)));
    background-image: linear-gradient(to top, rgba(5, 5, 5, 0.6), rgba(55, 55, 55, 0.2));
    z-index: 1; } }
.slideshow-image-overlay .slider-caption {
  z-index: 100; }

@media screen and (min-width: 767px) {
  .flexslider .slides .slideshow-mobile-image {
    display: none; } }
@media screen and (max-width: 766px) {
  .flexslider .slides .slideshow-desktop-image {
    display: none; } }
.slider-pagination-container {
  position: relative; }

.slider-pagination-container .flex-control-nav {
  height: 30px;
  position: absolute;
  width: 100%;
  line-height: 0;
  bottom: 0;
  z-index: 2; }
  .slider-pagination-container .flex-control-nav li a {
    box-shadow: none; }

@media screen and (max-width: 768px) {
  .slider-dots--padding {
    margin-bottom: 40px; } }
.homepage-sections--indiv-product-slider {
  position: relative; }

.homepage-sections--indiv-product-slider .flex-control-nav {
  width: auto;
  right: 0;
  bottom: 0;
  z-index: 10;
  position: inherit;
  padding-top: 20px; }

.homepage-sections--indiv-product-slider img {
  width: 100%; }

.slideshow__link {
  height: 100%;
  width: 100%; }

.slides li {
  width: 100%; }

.feature-row__container {
  width: 100%; }

.feature-row__image img {
  max-width: 100%; }

@media screen and (min-width: 769px) {
  .feature-row {
    display: flex; }
    .feature-row .feature-row__text {
      display: flex;
      justify-content: center;
      align-items: center; }
      .feature-row .feature-row__text h2 {
        margin-top: 0; }
    .feature-row .feature-row--image-right .feature-row__image {
      order: 2; }

  .homepage-section--text-and-image-wrapper .feature-row {
    align-items: center; } }
#newsletter_submit {
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out; }
  #newsletter_submit:hover {
    opacity: 0.6; }

.homepage-section--newsletter-wrapper .row {
  align-items: center;
  justify-content: center; }
.homepage-section--newsletter-wrapper .homepage-sections-wrapper--white svg {
  stroke: black; }
.homepage-section--newsletter-wrapper .homepage-sections-wrapper--white #newsletter_text {
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: black; }
  .homepage-section--newsletter-wrapper .homepage-sections-wrapper--white #newsletter_text::placeholder {
    color: black; }
.homepage-section--newsletter-wrapper .homepage-sections-wrapper--light svg {
  stroke: #414141; }
.homepage-section--newsletter-wrapper .homepage-sections-wrapper--light #newsletter_text {
  border: 1px solid #414141;
  color: #414141; }
  .homepage-section--newsletter-wrapper .homepage-sections-wrapper--light #newsletter_text::placeholder {
    color: #414141; }
.homepage-section--newsletter-wrapper .homepage-sections-wrapper--dark svg {
  stroke: white; }
.homepage-section--newsletter-wrapper .homepage-sections-wrapper--dark #newsletter_text {
  border: 1px solid white;
  color: white; }
  .homepage-section--newsletter-wrapper .homepage-sections-wrapper--dark #newsletter_text::placeholder {
    color: white; }
.homepage-section--newsletter-wrapper .homepage-sections-wrapper--accent svg {
  stroke: white; }
.homepage-section--newsletter-wrapper .homepage-sections-wrapper--accent #newsletter_text {
  border: 1px solid white;
  color: white; }
  .homepage-section--newsletter-wrapper .homepage-sections-wrapper--accent #newsletter_text::placeholder {
    color: white; }
.homepage-section--newsletter-wrapper .newsletter__title .homepage-subheading--1 {
  margin-top: 0; }
.homepage-section--newsletter-wrapper .newsletter__title p {
  margin-bottom: 15px; }
@media screen and (min-width: 769px) {
  .homepage-section--newsletter-wrapper .newsletter__title .title-bar > *:last-child {
    margin-bottom: 0; } }
.homepage-section--newsletter-wrapper #newsletter_text {
  background: transparent; }
@media screen and (max-width: 768px) {
  .homepage-section--newsletter-wrapper .newsletter__title {
    text-align: center; }
  .homepage-section--newsletter-wrapper #newsletter-wrapper {
    margin-left: 14px; } }

.homepage-sections--indiv-product-slider-variant {
  margin-top: 20px; }

.product--featured-product .product-description-main-wrapper h2 {
  margin-top: 0; }
.product--featured-product .homepage-headline-text__link {
  font-size: 24;
  color: black; }
  .product--featured-product .homepage-headline-text__link:hover {
    color: black; }
.product--featured-product .spr-badge {
  margin-bottom: 10px; }
.product--featured-product .shopify-product-reviews-badge {
  color: black; }
.product--featured-product button#purchase {
  min-width: 25%; }

.homepage-map-content {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden; }
  .homepage-map-content.homepage-map--fallback--has-fallback {
    height: auto; }
  .homepage-map-content .map-row__text-wrapper {
    text-align: center;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: 30%;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .homepage-map-content .map-row__text-wrapper {
        width: 50%; } }
  .homepage-map-content .map-row__text-container {
    padding: 30px;
    background: white;
    color: black; }
    .homepage-map-content .map-row__text-container h2 {
      margin-top: 0; }
    .homepage-map-content .map-row__text-container .btn-custom {
      margin-bottom: 0; }
  .homepage-map-content .map-section__container {
    position: inherit !important; }
  .homepage-map-content .homepage-map--fallback {
    width: 100%;
    z-index: 0; }

.map-container-error {
  color: red;
  border: solid red 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1em;
  transform: translate(-50%, -50%);
  z-index: 2; }

@media screen and (max-width: 767px) {
  .mobile--map-wrapper {
    padding: 30px;
    text-align: center; }
    .mobile--map-wrapper h2 {
      margin-top: 0; }
    .mobile--map-wrapper .btn-custom {
      margin-bottom: 0; }

  .homepage-map-content.homepage-map--fallback--mobile-image {
    height: auto; }
    .homepage-map-content.homepage-map--fallback--mobile-image .homepage-map--fallback {
      position: inherit; }

  .homepage-map-content {
    height: 300px; } }
.homepage-featured-content-wrapper {
  text-align: center; }

.homepage-featured-content-wrapper .title-bar {
  margin-bottom: 32px; }

.homepage-featured-content-wrapper .btn-custom {
  margin-top: 32px; }

.testimonial-container {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .testimonial-container a cite {
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out; }
  .testimonial-container a:hover cite,
  .testimonial-container a:focus cite {
    opacity: 0.6; }

.homepage-testimonials-container .flexslider-container {
  padding: 0; }

.testimonial-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .testimonial-content blockquote {
    margin-bottom: 0; }
  .testimonial-content cite {
    font-style: normal;
    margin-top: 10px;
    display: inline-block; }

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

.testimonial--arrow-padding {
  padding: 0px 60px; }

.testimonial--no-arrow-padding {
  padding: 0px; }

.testimonial-pagination .flex-control-nav {
  position: relative;
  margin-top: 2rem; }

.testimonial-slides li {
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .flex-direction-nav {
    display: none; }

  .testimonial--arrow-padding {
    padding: 0px; } }
.flexslider-container-testimonial .flex-direction-nav a.flex-prev {
  left: 0; }
.flexslider-container-testimonial .flex-direction-nav a.flex-next {
  right: 0; }

.flexslider-container-testimonial:hover .flex-direction-nav a.flex-prev {
  left: 0; }
.flexslider-container-testimonial:hover .flex-direction-nav a.flex-next {
  right: 0; }

.homepage-sections-wrapper--white .testimonial-container a {
  color: black; }
  .homepage-sections-wrapper--white .testimonial-container a:hover cite {
    color: black; }

.homepage-sections-wrapper--light .testimonial-container a:hover cite {
  color: #414141; }

.homepage-sections-wrapper--accent .testimonial-container a:hover cite {
  color: white; }

.homepage-sections-wrapper--dark .testimonial-container a:hover cite {
  color: white; }

.text-advert-section .text-advert-section__item {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 10px; }
  .text-advert-section .text-advert-section__item span {
    display: block; }
  .text-advert-section .text-advert-section__item a {
    display: block; }
  .text-advert-section .text-advert-section__item:first-child {
    border-left: none; }
.text-advert-section .text-advert-section__header {
  font-size: 14px;
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 5px; }
.text-advert-section .text-advert-section__sub-header {
  font-size: 14px;
  padding: 0px 10px;
  margin: 0;
  opacity: 0.8;
  font-weight: normal; }
.text-advert-section .text-advert__container {
  padding: 1rem 0; }
.text-advert-section.text-adverts-alignment--left {
  text-align: left; }
.text-advert-section.text-adverts-alignment--right {
  text-align: right; }
.text-advert-section.text-adverts-alignment--center {
  text-align: center; }

@media screen and (min-width: 768px) {
  .text-advert-section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; }

  .text-advert-section__item {
    flex-grow: 1;
    flex-basis: 0;
    border-right: 1px solid #bfbfbf;
    display: flex;
    justify-content: center; }
    .text-advert-section__item:last-of-type {
      border: none; }

  .text-advert-section__item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem; }

  .text-advert-section__text-wrapper > * {
    display: block; } }
.text-advert-section__item.text-advert-section__item--link a, .text-advert-section__item:not(.text-advert-section__item-inner--link) {
  display: flex;
  justify-content: center;
  align-items: center; }

.text-advert-section__icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
  line-height: normal; }

.text-adverts__icon-size--small svg {
  width: 20px;
  height: auto; }

.text-adverts__icon-size--medium svg {
  width: 24px;
  height: auto; }

.text-adverts__icon-size--large svg {
  width: 28px;
  height: auto; }

.section--text-adverts-wrapper .sections-wrapper--white {
  border-bottom: 1px solid gray; }
  .section--text-adverts-wrapper .sections-wrapper--white a {
    color: black; }

.mobile-homepage-text-adverts .slides li {
  display: none; }
  .mobile-homepage-text-adverts .slides li.flex-active-slide {
    display: block; }

@media only screen and (max-width: 992px) {
  .text-advert-section .grid__item {
    border-left: none; } }
.video-section.video-width--100 {
  padding: 0;
  width: 100vw; }
@media only screen and (min-width: 992px) {
  .video-section.video-width--75 .wrapper {
    width: 75%;
    margin: 0 auto; }
  .video-section.video-width--50 .wrapper {
    width: 50%;
    margin: 0 auto; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-section .embed-container {
  z-index: 500; }

@media only screen and (max-width: 767px) {
  .video-overlay {
    display: none; } }
.homepage-section--video-wrapper .homepage-sections-wrapper,
.homepage-section--video-wrapper .homepage-sections-wrapper--white,
.homepage-section--video-wrapper .homepage-sections-wrapper--light,
.homepage-section--video-wrapper .homepage-sections-wrapper--dark,
.homepage-section--video-wrapper .homepage-sections-wrapper--accent {
  padding: 0px 0px 50px 0px; }

.envy--form-control {
  background-color: #f6f6f6;
  border-color: transparent;
  color: #1c1d1d;
  transition: opacity 0.4s ease-out 0s;
  padding: 8px 10px;
  font-size: 18px;
  width: 80%; }

.open .image-wrap:nth-child(1) {
  animation: FadeIn 0.4s linear;
  animation-delay: 0.2s;
  animation-fill-mode: both; }

.open .image-wrap:nth-child(2) {
  animation: FadeIn 0.4s linear;
  animation-delay: .4s;
  animation-fill-mode: both; }

.open .image-wrap:nth-child(3) {
  animation: FadeIn 0.4s linear;
  animation-delay: .6s;
  animation-fill-mode: both; }

.open .image-wrap:nth-child(4) {
  animation: FadeIn 0.4s linear;
  animation-delay: .8s;
  animation-fill-mode: both; }

.open .image-wrap:nth-child(5) {
  animation: FadeIn 0.4s linear;
  animation-delay: 1s;
  animation-fill-mode: both; }

.blog-main-view-post-btn {
  margin-top: 20px;
  margin-bottom: 15px; }

.cart-link li.social-media-icons-header-spacer {
  margin-right: 30px; }

.add-link-list-config {
  border-bottom: 1px dotted #999999;
  border-top: 1px dotted #999999;
  color: #999999;
  font-size: 14px;
  font-style: italic;
  margin: 20px 0;
  padding: 20px 0;
  text-align: center; }

.homepage-article {
  text-align: center;
  padding: 20px 0 40px 0; }

.homepage-article h1,
.homepage-article h2,
.homepage-article h3,
.homepage-article h4,
.homepage-article h5,
.homepage-article h6 {
  margin-bottom: 20px; }

.homepage-article p {
  line-height: 26px;
  opacity: 0.6; }

.single-product-wrapper-inside {
  padding-top: 40px;
  padding-bottom: 40px; }

h1.cart-header {
  color: #999999;
  font-size: 30px;
  padding: 10px 0;
  text-transform: uppercase; }

.header--indiv-block-icons {
  text-align: right; }

@media only screen and (max-width: 992px) {
  .header--indiv-block-icons #main-icons--wrapper {
    text-align: center;
    padding-bottom: 30px; } }
.no-homepage-products {
  text-align: center;
  padding: 10px 0 30px 0; }

.no-homepage-products a {
  text-decoration: underline; }

.homepage-blog-wrapper .title-bar {
  margin-top: 0; }

.register-login-page-link {
  margin-top: 20px;
  display: inline-block; }

.sku-hidden {
  visibility: hidden; }

#newsletter-signup .btn-default {
  margin-top: 10px; }

.collection-promo-box img {
  max-width: 100%;
  margin-bottom: 10px; }

.bottom-footer .col-lg-3 {
  text-align: right; }

#shopify-section-article-template {
  margin-top: 20px; }

.collection-listing--title {
  text-transform: uppercase; }

#collection-description {
  background: #f5f5f5; }

#collection-description img {
  float: left;
  padding: 0 30px 0 0; }

.zoom--cross-hair {
  cursor: crosshair; }

.fb-comments, .fb-comments iframe[style], .fb-comments span[style] {
  width: 100% !important; }

.product-page-related-products {
  margin-top: 30px; }

.product-grid-page-label {
  background: none repeat scroll 0 0 #EBEBEB;
  font-size: 12px;
  padding: 3px;
  position: absolute;
  right: -15px;
  text-transform: uppercase;
  top: -15px; }

.no-products-found {
  text-align: center;
  padding: 30px 0; }

@media only screen and (min-width: 992px) {
  #site-header .container .row .header--indiv-block {
    display: table-cell;
    float: none;
    vertical-align: middle; } }
#mobile-product-images {
  display: none; }

#mobile-product-images {
  display: block;
  margin-bottom: 20px; }

#mobile-header,
#mobile-navigation {
  display: none; }

.header--indiv-block-menu li {
  padding-right: 20px !important; }

@media only screen and (max-width: 992px) {
  .header--indiv-block-menu {
    text-align: center; }

  .header--indiv-block-menu .navbar-nav {
    width: 100%; }

  .header--indiv-block-menu .navbar-nav > li {
    float: none;
    display: inline-block;
    padding-right: 10px !important;
    padding-left: 10px !important; } }
.header-icon--clear:before {
  display: block;
  content: "";
  height: 1px;
  width: 1px; }

.view-cart-mini {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.view-cart-mini a {
  margin-bottom: 0px; }

ul#product-nav {
  display: inline-block;
  z-index: 50;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 12px;
  padding: 0 10px;
  text-align: center; }

ul#product-nav li {
  display: inline;
  margin: 0 20px; }

ul#product-nav a {
  color: #252525;
  padding: 12px 0 8px;
  text-decoration: none;
  text-transform: uppercase; }

ul#product-nav a:hover {
  color: #AAB1B4; }

ul#product-nav li ul {
  z-index: 10000; }

ul#product-nav li ul li {
  margin-left: 0px; }

ul#product-nav li ul li a {
  background-color: #fff;
  font-size: 12px;
  display: block;
  padding: 10px; }

.twtr-widget h3 {
  border-bottom: 0px !important; }

ul.product-tags {
  padding: 10px; }

ul.product-tags li {
  float: left;
  margin: 0 5px 0 0;
  list-style-type: none; }

ul.product-tags li a {
  background-color: #ffffff;
  border: 0 none;
  border-radius: 10px 10px 10px 10px;
  color: #999;
  display: block;
  font-size: 12px;
  height: 15px;
  line-height: 0px;
  padding: 10px;
  margin: 5px;
  text-decoration: none;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  -ms-transition: color .5s ease;
  transition: color .5s ease; }

ul.product-tags li a:hover,
ul.product-tags li.active a {
  background-color: #999;
  color: #fff; }

ul.product-tags li.active a:hover {
  background-color: #F9E5E6;
  color: #B3696C;
  text-decoration: line-through; }

@media (max-width: 600px) {
  #my-menu {
    display: none !important; } }
@media (min-width: 601px) {
  #mm-my-menu {
    display: none !important; } }
.row--table {
  display: table; }
  .row--table div[class*='col-'] {
    float: none;
    display: table-cell; }
  .row--table .vertical--align {
    vertical-align: middle; }

.module:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

/* float clearing for IE6 */
* html .module {
  height: 1%;
  overflow: visible; }

/* float clearing for IE7 */
* + html .module {
  min-height: 1%; }

#hp-one-promobox,
#hp-two-promoboxs,
#hp-three-promoboxs {
  margin-bottom: 30px; }

#hp-three-promoboxs,
#hp-two-promoboxs,
#hp-one-promobox {
  text-align: center; }

#hp-three-promoboxs img,
#hp-two-promoboxs img,
#hp-one-promobox img {
  max-width: 100%; }

.homepage-slider-container {
  padding: 0;
  overflow: hidden; }

@media screen and (min-width: 769px) {
  #your-shopping-cart .additional-checkout-buttons {
    display: flex;
    justify-content: flex-end; } }
.clear {
  clear: both; }

.clearcolumn {
  clear: both; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

@media only screen and (max-width: 767px) {
  .mobile-clear {
    clear: both; } }
.featured-image-div {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  transition: min-height 0.2s; }
  .featured-image-div:not(.img-loaded):after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.99;
    z-index: 9; }
  .featured-image-div:not(.img-loaded):before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    -webkit-mask: url("//cdn.shopify.com/s/files/1/2192/5169/t/32/assets/loader.svg?v=11982295318744006174") no-repeat 100% 100%;
    mask: url("//cdn.shopify.com/s/files/1/2192/5169/t/32/assets/loader.svg?v=11982295318744006174") no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: black;
    z-index: 10; }

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

.cart-link {
  padding: 0;
  margin: 0;
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: flex-end; }
  @media only screen and (min-width: 768px) {
    .cart-link + ul.cart-link {
      margin-left: 25px; } }
  .cart-link li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 0; }
  .cart-link a {
    font-size: 12px; }

.cart-link h4 {
  margin: 0px; }

.slide-menu {
  outline: 0 !important;
  cursor: pointer; }

.slideout-open #main-body {
  overflow: hidden; }

.product .entry-content .eight {
  margin-bottom: 10px; }

#product_images .product-main-image {
  max-width: 100%;
  text-align: center;
  margin: 0 auto; }

#product_images .product-main-image.product-image-hidden {
  visibility: hidden; }

ul#product-thumbnails {
  padding-left: 0px; }

ul#product-thumbnails li {
  list-style-type: none;
  padding-top: 20px; }

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

audio, canvas, video {
  display: inline-block; }

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

[hidden] {
  display: none; }

.icon {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px; }

@media only screen and (max-width: 767px) {
  #mobile-background {
    background-color: #F6F5F5;
    width: 100%;
    margin-bottom: 20px; } }
.mobile-product-slider li {
  text-align: center; }

.mobile-product-slider .flex-control-nav {
  bottom: 0;
  position: relative;
  padding-top: 30px; }

.mobile-product-slider img {
  display: inline-block; }

.article--body-content {
  line-height: 150%;
  margin-top: 15px; }

.blog-title-wrapper .title-bar {
  text-align: left; }

#comments ul {
  padding-left: 0px; }
  #comments ul li {
    list-style: none;
    margin-bottom: 10px; }
    #comments ul li img {
      float: left;
      margin-right: 20px; }
    #comments ul li .comment-content {
      margin-top: 10px; }

#comment-form .success-msg {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #E3EBC6;
  border-color: #C2D288;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  color: #8FA442;
  display: block;
  padding: 10px;
  margin-bottom: 20px; }
#comment-form .error-msg {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f8bba8;
  border-color: #bc3d16;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  color: #bc3d16;
  display: block;
  padding: 10px;
  margin-bottom: 20px; }

.comment-form {
  clear: both; }

.article-previous-article a {
  float: left; }

.article-next-article a {
  float: right; }

#blog-tags-wrapper {
  margin: 20px 0; }
  #blog-tags-wrapper a {
    color: black;
    text-decoration: underline; }

.blog--excerpt {
  line-height: 150%;
  margin: 15px 0; }

.blog--excerpt a {
  text-decoration: underline; }

.blog-main ul {
  padding-left: 0; }
  .blog-main ul li {
    margin-bottom: 30px;
    list-style-type: none; }
    .blog-main ul li:last-child {
      margin-bottom: 0; }

.btn-default.continue-shopping--cart {
  background: #ebebeb;
  color: #333; }

.empty-cart {
  padding: 30px 0;
  text-align: center; }
  .empty-cart a {
    text-decoration: underline; }

#cartform table {
  width: 100%; }
  #cartform table thead tr th {
    padding: 15px; }
    #cartform table thead tr th.product-title {
      text-align: left; }
  #cartform table input {
    margin: 0;
    max-width: 50%;
    text-align: center;
    display: inline; }
  #cartform table a.delete-button {
    background: url("//cdn.shopify.com/s/files/1/2192/5169/t/32/assets/delete.png?10062");
    width: 24px;
    height: 24px;
    display: block;
    text-decoration: none;
    background-position: 0 24px; }
    #cartform table a.delete-button:hover {
      background-position: 0 0; }
  #cartform table tr {
    height: 50px; }
    #cartform table tr td {
      vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      #cartform table tr td {
        padding: 15px; }
      #cartform table tr .cart--final-column {
        text-align: right;
        padding-right: 0; }
      #cartform table tr .cart-table-image {
        padding-left: 0; } }

.cart-table-item-remove a {
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
  font-size: 90%; }

.cart-table-title .cart-table-title__title {
  font-size: 110%;
  color: black; }
  .cart-table-title .cart-table-title__title:hover {
    color: black; }

@media only screen and (max-width: 767px) {
  .cart-table td {
    display: block; }
  .cart-table .cart-table-image {
    margin-bottom: 20px; }
  .cart-table .cart-table-image,
  .cart-table .cart-table-title {
    float: left; }
  .cart-table .cart-table-title,
  .cart-table .cart-table-image {
    width: 49%;
    margin-left: 1%; }
  .cart-table .cart-table-price {
    clear: left; }
  .cart-table .cart-table-item-remove {
    margin-bottom: 20px; }
  .cart-table .cart-table-price,
  .cart-table .cart-table-quantity,
  .cart-table .cart-table-line-price {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    width: 33%;
    padding: 10px;
    height: 60px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center; }
  .cart-table .cart-table-line-price {
    font-weight: bold; }
  .cart-table .cart-table-quantity .quantity-controls {
    width: 100%;
    border: none; }
  .cart-table tr {
    display: block;
    height: auto !important;
    margin-bottom: 30px; }
    .cart-table tr:after {
      content: "";
      display: block;
      clear: both; }

  .cart-bottom-box .cart-totals--wrapper {
    text-align: center !important; }
  .cart-bottom-box #cart-total-header {
    text-align: center !important; } }
.cart-bottom-box {
  margin-bottom: 10px; }
  @media only screen and (min-width: 767px) {
    .cart-bottom-box {
      margin-top: 20px; }
      .cart-bottom-box .checkout-add-note.desktop {
        display: block; }
      .cart-bottom-box .checkout-add-note.mobile {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .cart-bottom-box .checkout-add-note.desktop {
      display: none; }
    .cart-bottom-box .checkout-add-note.mobile {
      display: block;
      padding: 0;
      text-align: center; }
    .cart-bottom-box #checkout-buttons {
      margin-top: 15px;
      text-align: center; }
      .cart-bottom-box #checkout-buttons a, .cart-bottom-box #checkout-buttons input {
        width: 100%; }
    .cart-bottom-box .title-bar {
      margin: 0; }
    .cart-bottom-box #checkout-buttons #update_quantities, .cart-bottom-box #checkout-buttons #cart_submit, .cart-bottom-box .btn-default.continue-shopping--cart {
      margin-top: 0; } }

.cart-bottom-box .title-bar {
  text-align: right; }

.cart-table .cart-table-quantity .quantity-controls {
  width: 70%;
  margin: 0 auto; }
.cart-table .cart-table-quantity .quantity-selector {
  padding: 8px;
  position: relative; }

.cart__meta-text {
  font-size: 90%; }

.cart__header-labels th,
.cart-table-quantity,
.cart-table-line-price {
  text-align: center; }

.cart__header-labels .cart--price-column,
.cart-table-price {
  text-align: center; }

.cart-table .cart-table-image {
  max-width: 150px; }

.cart-totals--wrapper {
  text-align: right;
  margin-bottom: 20px; }

.cart-page--bottom {
  align-items: flex-end; }

.cart--shipping-message {
  text-align: right;
  font-style: italic;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .cart--shipping-message {
      text-align: center; } }

#cart-total-header {
  display: inline-block;
  margin-right: 20px; }

#cart-total-final-price {
  display: inline-block;
  font-size: 18px; }
  @media screen and (min-width: 769px) {
    #cart-total-final-price {
      min-width: 150px; } }

#order_details .order_summary.order_total {
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  #cartform td,
  #order_details td {
    padding: 0 5px; } }
@media only screen and (max-width: 767px) {
  #cartform thead {
    display: none !important; } }
.filters-toolbar {
  padding: 15px 0;
  position: relative; }

.filters-toolbar label {
  font-weight: normal;
  font-size: 90%; }

.vendor-list-item a, .collection-menu--list-item a {
  color: black;
  transition: all 0.2s ease-in-out; }
  .vendor-list-item a:hover, .vendor-list-item a:focus, .collection-menu--list-item a:hover, .collection-menu--list-item a:focus {
    text-decoration: none;
    opacity: 0.6; }

#collection-sidebar {
  padding-top: 15px; }

#collection-sidebar ul li {
  list-style: none; }

.description-content {
  padding: 30px 0;
  text-align: center; }

.collection-sidebar--section {
  margin-bottom: 40px; }
  .collection-sidebar--section ul {
    margin: 0;
    padding: 0; }
    .collection-sidebar--section ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0;
      padding: 12px 0; }
      .collection-sidebar--section ul li:last-child {
        border-bottom: none; }
  .collection-sidebar--section img {
    margin: 0 auto; }
  .collection-sidebar--section h2 {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px; }
  .collection-sidebar--section .chevron-right {
    display: none; }

.collection-header h2 {
  margin-bottom: 0; }

.collection-header--with-image {
  margin-top: 30px; }

.collection-image-wrapper {
  text-align: center;
  margin-top: -30px; }

.collection-image-wrapper img {
  display: inline-block; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-featured-products .alpha,
  .product-grid .alpha {
    clear: none; }

  .homepage-featured-products .tablet-clear,
  .product-grid .tablet-clear {
    clear: both !important; } }
@media only screen and (max-width: 991px) {
  .collection-sidebar--section {
    position: relative; }
    .collection-sidebar--section h2 {
      cursor: pointer; }
    .collection-sidebar--section .chevron-right {
      display: block;
      position: absolute;
      top: 0;
      right: 0; }
    .collection-sidebar--section.expanded .chevron-right {
      transform: rotate(-90deg); }
    .collection-sidebar--section > *:not(:nth-child(-n+2)) {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s, opacity 400ms ease-in-out; }
    .collection-sidebar--section img {
      max-width: 300px; }
    .collection-sidebar--section.expanded > *:not(:nth-child(-n+2)) {
      max-height: 9999px;
      opacity: 1;
      transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
      transition-delay: 0s; } }
.action_delete, .action_edit {
  margin-bottom: 0; }
  .action_delete a, .action_edit a {
    color: white; }

#customer-accounts .action-bottom,
#recover-password {
  text-align: center; }

.show-password-form {
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  margin-bottom: 30px;
  display: inline-block;
  text-decoration: underline !important; }
  .show-password-form:hover {
    text-decoration: none !important;
    opacity: 0.6; }

#order_details {
  width: 100%; }
  #order_details thead {
    background-color: #eee; }

#order_payment p.order-status,
#order_shipping p.order-status {
  font-weight: bold; }
  #order_payment p.order-status .status,
  #order_shipping p.order-status .status {
    text-transform: capitalize; }

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

.activate-account input[type="password"] {
  display: inline; }

.status_authorized,
.status_unfulfilled,
.status_voided,
.status_restocked {
  text-transform: capitalize; }

#order_details td {
  padding: 15px 0; }

#order_details .money-styling {
  text-align: left; }

.activate-account .action_bottom {
  margin: 20px 0; }

.activate-account #password_confirm {
  margin-top: 20px; }

#create-customer .large_form {
  margin-bottom: 20px; }

#create-customer .action_bottom {
  margin-bottom: 15px;
  text-align: center; }

.reset-password .form-row {
  margin-bottom: 20px; }

.reset-password .action_bottom {
  margin-bottom: 15px;
  text-align: center; }

.order-discount--list {
  padding-left: 0;
  margin-bottom: 0; }
  .order-discount--list li {
    list-style-type: none !important;
    color: #222222; }

#customer-login {
  margin-bottom: 20px; }

#customer_login .errors ul,
#recover-password .errors ul {
  padding: 0;
  margin: 0 0 10px 0; }
  #customer_login .errors ul li,
  #recover-password .errors ul li {
    list-style-type: none;
    text-align: center;
    font-style: italic; }

#create-customer
.errors ul {
  padding: 0; }
  #create-customer
  .errors ul li {
    list-style-type: none;
    padding: 20px;
    border: 1px solid #d6d8db;
    background-color: #e2e3e5;
    color: #383d41; }

#customer_login_guest {
  text-align: center; }

.envy-logout-link {
  margin-top: 30px;
  margin-bottom: 30px; }

#recover-password .note {
  margin-bottom: 20px; }

#login_email input,
#login_password input,
#add_address input,
#recover-password #recover_email input {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: black; }
  #login_email input::placeholder,
  #login_password input::placeholder,
  #add_address input::placeholder,
  #recover-password #recover_email input::placeholder {
    color: black; }

#customer-accounts .action-bottom > * {
  display: block;
  width: 100%; }
#customer-accounts #login_email input,
#customer-accounts #login_password input,
#customer-accounts #add_address input {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: black; }
  #customer-accounts #login_email input::placeholder,
  #customer-accounts #login_password input::placeholder,
  #customer-accounts #add_address input::placeholder {
    color: black; }
#customer-accounts .action-bottom input {
  margin-bottom: 15px; }

@media screen and (max-width: 768px) {
  #account #customer_detail {
    text-align: center; } }

.action_edit .btn.btn-custom a:hover,
.action_delete .btn.btn-custom a:hover {
  text-decoration: none; }

#address_tables .button a {
  text-decoration: none; }

.customer_address_table {
  width: 100%; }
  .customer_address_table td {
    vertical-align: middle;
    padding: 5px 0; }
    .customer_address_table td select {
      margin: 0px; }
  .customer_address_table input,
  .customer_address_table select {
    width: 75%; }
  .customer_address_table input[type='checkbox'] {
    width: 25px; }
  .customer_address_table input {
    margin: 0; }

.address_table {
  margin-bottom: 30px; }
  .address_table:not(:first-of-type):not(:last-of-type) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.default_address_container {
  padding: 60px 30px 30px;
  border: 1px solid black;
  position: relative; }

.default_address {
  position: absolute;
  top: 0;
  right: -1px;
  padding: 10px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px; }

.list-collection-page .list-collection-page__link:hover {
  text-decoration: none; }
.list-collection-page .list-collection-page__link .list-collection-page__count {
  padding-left: 15px; }
.list-collection-page .title-bar h2 {
  margin-bottom: 2rem; }
.list-collection-page .list-collection-page__heading > div {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  margin-bottom: 15px; }
.list-collection-page .list-collection-page__title,
.list-collection-page .list-collection-page__count {
  display: inline-block; }
.list-collection-page .list-collection-page__count {
  display: inline-block;
  font-size: 12px; }
  .list-collection-page .list-collection-page__count:hover {
    text-decoration: none; }
.list-collection-page .list-collection-page__title {
  font-family: "Harmonia Sans", sans-serif;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  color: black;
  text-transform: none;
  margin-bottom: 0; }
  .list-collection-page .list-collection-page__title:hover {
    color: black; }

.contact-page--content {
  margin-bottom: 30px; }

.contact-page--content img {
  max-width: 100%; }

ul.contact-form input[type="text"],
ul.contact-form input[type="email"],
ul.contact-form textarea {
  width: 80%; }

.contact-form ul.error-list li {
  background-color: #F9E5E6;
  border-color: #F7C7C9;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  color: #B3696C;
  font-style: italic;
  padding: 10px;
  width: 80%; }

.contact-form p.success-msg {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #8FA442;
  border-style: solid;
  border-width: 1px;
  color: #8FA442;
  display: block;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px; }

.contact-form label {
  font-weight: inherit; }

.contact-form .btn-contact--wrapper {
  text-align: center; }

article.page {
  padding-bottom: 20px; }

.variant-out-of-stock {
  margin-top: 30px; }

#notify-me-wrapper {
  margin-top: 15px; }

.sold-out-notification {
  clear: both; }
  .sold-out-notification p {
    margin: 0; }
  .variant-out-of-stock .sold-out-notification {
    margin-top: 20px; }
    @media only screen and (min-width: 769px) {
      .variant-out-of-stock .sold-out-notification {
        margin-top: 0px; } }

.product-page--pricing--discount {
  margin-top: 5px; }

#product-box .sale-badge {
  margin-left: 15px; }

.product-single__photo {
  margin: 0 auto; }

.product-page--thumb-slider {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .loading .product-page--thumb-slider {
    opacity: 0.1;
    max-height: 216px;
    overflow: hidden; }
  .product-page--thumb-slider .thumbs-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center; }
    .product-page--thumb-slider .thumbs-direction-nav .thumbs-direction-nav--next, .product-page--thumb-slider .thumbs-direction-nav .thumbs-direction-nav--prev {
      color: black;
      position: absolute; }
      .product-page--thumb-slider .thumbs-direction-nav .thumbs-direction-nav--next:hover, .product-page--thumb-slider .thumbs-direction-nav .thumbs-direction-nav--prev:hover {
        color: rgba(0, 0, 0, 0.8); }
  .product-page--thumb-slider .thumbs-direction-nav--next {
    bottom: 0; }
  .product-page--thumb-slider .thumbs-direction-nav--prev {
    top: 0; }
  .product-page--thumb-slider.horizontal {
    margin: 0;
    position: relative;
    zoom: 1; }
    @media screen and (min-width: 768px) {
      .product-page--thumb-slider.horizontal {
        padding: 40px; } }
    .product-page--thumb-slider.horizontal .thumbs-direction-nav--next {
      right: 0;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%); }
    .product-page--thumb-slider.horizontal .thumbs-direction-nav--prev {
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .product-page--thumb-slider.no-arrows .thumbs-direction-nav, .product-page--thumb-slider.no-arrows .thumbs-direction-nav--next, .product-page--thumb-slider.no-arrows .thumbs-direction-nav--prev {
    display: none; }
  .product-page--thumb-slider.no-arrows .swiper-container {
    margin-top: 0;
    margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    .product-page--thumb-slider.no-arrows.horizontal {
      padding: 40px 0; } }

.product-out-of-stock {
  color: black;
  font-size: 14px;
  font-style: italic;
  padding: 20px 0;
  margin: 20px 0;
  text-align: center;
  border-bottom: 1px dotted black;
  border-top: 1px dotted black;
  opacity: 0.7; }
  .product-out-of-stock input {
    font-style: normal;
    display: inline-block; }
  .product-out-of-stock.email-enabled p.stock-notice {
    margin: 0; }

.product-description-header {
  margin-top: 0px;
  margin-bottom: 30px; }

.wetheme-dropdown__wrapper button span {
  color: black; }

#shopify-section-template--product--recommendations .title-bar {
  margin: 30px 0; }

#search_results {
  padding-top: 30px; }
  #search_results .product-grid .page a {
    text-decoration: none; }
  #search_results .product-grid .page h3 {
    font-size: 30px;
    line-height: 32px; }
  #search_results .product-grid .page h5 {
    font-size: 12px;
    line-height: 16px; }
  #search_results .product-grid .product a {
    text-decoration: none;
    text-align: center; }
  #search_results .product-grid .product h3 {
    font-size: 16px;
    line-height: 24px; }
  #search_results .product-grid .product h5 {
    font-size: 12px;
    line-height: 16px; }
  #search_results .results-grid a {
    text-decoration: none; }
  #search_results #search_submit {
    color: black;
    top: 0; }
    #search_results #search_submit:hover {
      opacity: 0.6; }

.no-results {
  color: black;
  font-style: italic;
  padding: 30px 0;
  text-align: center; }

.results-grid {
  margin: 0;
  padding: 0; }

.results-grid li {
  list-style-type: none; }

.search-article-image .grid__image {
  height: auto !important; }
  .search-article-image .grid__image img {
    position: static;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }

h4.search_article {
  margin-top: 30px !important; }
