/** Shopify CDN: Minification failed

Line 576:0 Unexpected "}"

**/
@font-face {
  font-family: 'Brushstrike'; 
  font-style: normal;
  font-weight: 700;
  src: url('/cdn/shop/files/Brushstrike.woff?v=1688738109') format('woff2');
}

@font-face {
  font-family: 'ShreeDev'; 
  font-style: normal;
  font-weight: 300;
  src: url('/cdn/shop/files/ShreeDev.woff?v=1688738109') format('woff');
}

@font-face {
  font-family: 'ShreeDev'; 
  font-style: normal;
  font-weight: 700;
  src: url('/cdn/shop/files/ShreeDev-Bold.woff?v=1688738109') format('woff');
}

html {
  scroll-behavior: smooth;
}

.cart-notification__header {
  overflow-x:hidden;
}

.header__menu-item {
  font-family: 'Brushstrike';
  text-transform: lowercase;
}

.announcement-bar__message {
  font-size: 20px;
}

.header {
  padding-left:20px;
  padding-right: 20px;
}

.header--middle-left nav ul li {
  border-right: 1px solid #666;
}

.header--middle-left nav ul li:last-child {
  border-right-width:0;
}

/* Split Slideshow */
#MainContent .slider-split {
  display:flex;
  flex-direction: column;
  height:1000px;
  max-height: 1100px;
    min-height: 730px;
}

@media (min-width: 992px) {
  #MainContent .slider-split {
  flex-direction: row;
  height:82vh;
  max-height: 1100px;
    min-height: 730px;
}
}

.slider-split .slider-left {
  background-color: #050505;
  box-shadow: inset 0 0 9px 2px rgba(255, 255, 255, .25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-split .slider-right a {
  display: contents;
}

.slider-split .slider-left img {
  height: 90%;
    object-fit: contain;
    flex: 0 auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.slider-split .slider-left, .slider-split .slider-right {
  width: 100%;
  height:500px;
}

.slider-split .slider-right .slide-show, .slider-split .slider-right .slideshow__media { 
  height:500px;
}

@media (min-width: 992px) {
  .slider-split .slider-left {
  border-right:4px solid #fff;
  }
.slider-split .slider-left, .slider-split .slider-right {
  width: 50%;
  height:auto;
}
  .slider-split .slider-right .slide-show, .slider-split .slider-right .slideshow__media { 
  height:100%;
}
}

.slider-split .slider-right { 
  position: relative;
}

.slider-right .slideshow__controls {
   position: absolute;
  z-index: 30;
  width:100%;
  bottom:20%;
}

.slider-split .slider-button {
 position: absolute;
  z-index: 30;
}

.slider-split .slider-button {
    background: #000;
  border-radius:5px;
}

.slider-split .slider-button .icon {
  color: #fff;
  width: 35px;
  height:35px;
}

.slider-split .slider-button {
  top:50%;
}

.slider-split .slider-counter {
  bottom:10%;
  width:100%;
  display: flex;
  justify-content: content;
}

.slider-split .slider-counter__link--dots .dot {
  height: 16px;
  width: 16px;
  background-color: rgba(255, 255, 255, .4);
  border-width:0;
  box-shadow: 0 0 3px rgba(51, 51, 51, .4);
}

.slider-split .slider-counter__link--active.slider-counter__link--dots .dot {
  background: #fff;
}

.slider-split .slider-counter__link {
  padding: 3px;
}


.slider-split .slider-button--next {
  right:15px;
}

.slider-split .slider-button--prev {
  left:15px;
}

.slider-split .banner--medium {
  min-height:100%!important;
}

.slider-split .slideshow__media .bg-slide-image {
  position: relative;
  z-index:10;
}

.slider-split .slideshow__media .bg-slide-image img {
  z-index: 1;
    width: 100%;
    height: 100%;
    filter: brightness(57%) blur(3px);
    object-fit: cover;
transform: scale(1.5);}


.slider-split .slideshow__media .front-slide-image {
  position: absolute;
  z-index: 20;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-split .slideshow__media .front-slide-image img {
  height:90%;
  object-fit: contain;
  max-width: 90%;
}

/* Product Grid */
.product-offset {
  margin-top:-25px;
  padding:30px 0 65px 0;
   }

.soundwaves-grid {
  padding-top:50px;
   display: grid;
  max-width: 1300px;
  grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(320px,1fr));
    grid-auto-rows: 0px;
  width: 90vw;
  grid-auto-columns: 1fr;
    align-content: end;
  margin-left: auto;
    margin-right: auto;
  list-style-type:none;
}

.soundwaves-grid .media, .soundwaves-grid .card__media {
  overflow: visible!important;
}

.product-grid-container .collection {
  max-width:1410px;
}

/* Collections Menu */
.collection-menu {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  padding:4px 0;
  justify-content: center;
  align-items: center;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 2px 11px 3px rgba(0, 0, 0, .43);
}

.collection-menu ul {
  list-style-type:none;
  display: flex;
  padding:0;
  margin:5px 0;
}

.collection-menu ul li {
  border-right:1px solid #444;
  padding:0 12px;
}

.collection-menu ul li:last-child {
  border-right-width: 0;
}

.collection-menu ul li a {
  font-family: 'Brushstrike'; 
  text-decoration:none;
  text-transform:lowercase;
  color:#333;
  white-space: nowrap
}

.collection-menu ul li.current a {
  color: #00ce15;
}  

.bottom-shadow {
  box-shadow: 0 8px 6px -2px rgba(0, 0, 0, .74);
}

.card__media .overlay-message {
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #fffefe;
    flex-direction: column;
    justify-content: center;
    transition: opacity .65s cubic-bezier(.591, .568, .327, .51);
    display: flex;
    position: absolute;
    bottom: 0;
}

.card__media .overlay-logos {
      position: absolute;
      width:100%;
      bottom: 80px;
      opacity: 0;
      border: 0 solid #000;
      margin-bottom: 12px;
      transition: all .3s ease-in-out ;
}
 
.card__media .overlay-logos img {
  max-height:65px;
}

.card__media .overlay-message .message {
    color: #fff;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: lowercase;
    background-image: radial-gradient(circle, rgba(0, 0, 0, .61), rgba(255, 255, 255, 0));
    padding: 7px 12px 5px;
    font-family: Brushstrike, sans-serif;
    font-size: 17px;
    line-height: 23px;
    display: block;
}

.logo-right {
  position: absolute;
  width:100%;
  left:0;
  top:0;
  display:flex;
  justify-content:end;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .78) 13%, rgba(0, 0, 0, .47) 19%, rgba(255, 255, 255, 0) 37%);
}

.logo-left {
   position: absolute;
  width:100%;
  left:0;
  top:0;
  display:flex;
  justify-content:start;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .78) 13%, rgba(0, 0, 0, .47) 19%, rgba(255, 255, 255, 0) 37%);

}

.grid__item .card-wrapper {
  cursor: pointer;
}

.grid__item .card-wrapper:hover .card__media .overlay-message, .grid__item .card-wrapper:hover .card__media .overlay-logos {
  opacity:1;
     transform: scale(1.03);
}

.bricks {
  background:
  linear-gradient(rgba(255, 255, 255, .29), rgba(255, 255, 255, .29)), url(/cdn/shop/files/White-Washed-Brick-Wall-Mural-WallsNeedLove_Mural-Pattern-NEW.jpg?v=1689260439);
  background-size:auto auto;
}

.product-bricks {
    background:
  linear-gradient(rgba(255, 255, 255, .29), rgba(255, 255, 255, .29)), url(/cdn/shop/files/White-Washed-Brick-Wall-Mural-WallsNeedLove_Mural-Pattern-NEW.jpg?v=1689260439);
background-size:auto auto;
}

.bricks-white {
  background:
  linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), 
  url("/cdn/shop/files/White-Washed-Brick-Wall-Mural-WallsNeedLove_Mural-Pattern-NEW.jpg?v=1689260439");
  background-size:auto auto;
}


/* Single Product Page */
.product__title h1, .product__title h2{
  position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

.vault-check {
  grid-row:2/3;
  grid-column:1/2;
}

.sw-more-info {
  grid-row:2/3;
  grid-column:2/3;
  position:absolute;
}

#wk-auction .font-30 {
    font-size: 13px!important;
}

#wk-auction .font-15 {
    font-size: 11px!important;
}

#wk-auction {
  grid-column:1/3;
}

.cart-notification-product{position: relative;padding-bottom: 136px !important; padding-left: 20px;padding-right:20px;}
.cart-notification-product .totals {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.cart-notification-product .totals {
    padding: 15px 20px 0 20px;
    border-bottom: 1px solid #ddd;
}
.cart-notification.active:after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100vw - 8px);
    height: 214vh;
    background: #000000c4;
    top: 50%;
    left: 50%;
    z-index: -2;
    transform: translate(-50%,-50%);
}
.cart-notification:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.cart-notification__heading.caption-large.text-body.your_cart,.cart-notification-product__name,.cart-notification-product .totals,.cart-notification-product .totals h2 {
    color: #000 !important;
    z-index: 6;
}
.cart-notification__links .totals {
    display: none !important;
}
.cart-notification-wrapper .cart-notification{padding: 0;}
.cart-notification__header {
    z-index: 666;
    padding: 15px 21px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.cart-notification-product .totals {
    padding: 0px 20px 0 20px;
    border-top: 1px solid #ddd;
  border-bottom: 0;
}
.cart-notification__links {
    padding: 0 20px 20px 20px;
}
.cart-notification__links button.button.button--primary.button--full-width {
    background: #000;
    border: 0 !important;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  border-radius: 2px;
}
.modal__close-button.link {
    color: #000;
}
cart-remove-button .button {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.totals p.totals__subtotal-value {
    font-size: 19px;
    font-weight: 700;
    color: #424242;
    font-family: Arial;
}
cart-remove-button .button:not([disabled]):hover {
    color: #000 !important;
}
.cart-notification__links button.button.button--primary.button--full-width:before, .shopify-payment-button__more-options{display: none;}


.right-product-info {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
  margin-right: 0;
    position: relative;
    padding-left: 0;
    padding-bottom: 12px;
}

@media (min-width: 1100px) {
  .product-wrapper {
  width:100%;
  display: flex;
  justify-content: center;
}

  .sw-more-info-section {
      min-width: 500px;
  }
 
  .right-product-info {
   flex: 1; 
  flex-basis: 150px; 
  min-width: 150px;
    padding-left:20px;
}
.product-wrapper .product {
    display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width:100%;
}
}

.product-wrapper .product {
  padding-top:25px;
}

.product__media-wrapper {
  flex: 0 1 auto;
  white-space: nowrap;
}    

 .product__media-wrapper   .media img {
   object-fit: unset;
   width: auto!important;
  max-width: none; 
    } 

.has-thumbnail .sw-more-info{
  bottom: 170px;
}    

  .sw-more-info-section-wrapper {
    padding-right: 20px;
}

#MainContent .product .product-media-container {
  background-color:transparent!important;
}

.product.grid {
  flex-wrap: wrap;
} 
.product .filler-right {
                        padding-right:20px;
                        flex: 1; 
  flex-basis: 150px; 
  min-width: 150px;
}
}


.sw-more-info-section-wrapper {
    padding-right: 0;
    max-width: 842px;
    margin: auto;
}

.product__media-wrapper .slider-buttons {
  display: none!important;
}

@media (max-width:715px) {
.product__media-wrapper .media img {
  height: auto!important;
}

}

@media (min-width: 720px) and (max-width: 1100px) {
.product__media-wrapper .media img {
  
    max-width: 100%;
  }

}


@media (max-width:1100px) {

  .product__media-toggle, .product__media-icon {
    display: none!important;
  }
.product-wrapper .product__media {
  display:flex;
  justify-content: center;
}
  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    justify-content: center;
  }
  
  .left {
    display: none; 
  }

  .center, .right {
    width: 100%; 
    display: block; 
  }

    .sw-more-info {
      position: static;
      margin-left: 0!important;
    }
    .right-product-info-inner {
        display:flex;
        flex-direction: column;
        align-items: center;
      }

  .product .right-product-info{
    place-items: center;
  }
  .product .product-cart{
    grid-column: 1/3;
  }
   .sw-more-info-section-wrapper{
    padding-right: 0;
  }

  
}

.sw-product-btn {
  cursor: pointer;
  text-transform: lowercase;
    margin-left: 19px;
    font-family: Brushstrike trial, sans-serif;
    font-size: 14px;
    transition-property: none;
  height: 32px;
    color: #636363;
    text-align: center;
    text-transform: lowercase;
    background-color: #f5f5f5;
    border: 2px solid #838383;
    border-radius: 8px;
    justify-content: center;
    margin-left: 3px;
    padding: 4px 16px;
    font-family: Brushstrike, sans-serif;
    font-weight: 400;
    transition: background-color .4s, transform .4s;
}

.button.shopify-payment-button__button--unbranded {
  border-radius: 8px;
}

.sw-more-info {
  bottom: 14px;;
  left:0;
  width: 43px;
    opacity: .5;
    flex: 0 auto;
    margin-bottom: 11px;
    margin-left: 22px;
    transition: transform .8s;
    display: block;
}

.sw-more-info span {
  clear: left;
    color: #111;
    text-align: center;
    margin-bottom: 6px;
    padding-top: 7px;
    padding-bottom: 0;
    font-family: Brushstrike, sans-serif;
  text-transform: uppercase;
    font-size: 20px;
    display: block;
}

.sw-more-info a {
  text-decoration: none;
}

.sw-more-info img {
  width: 30px;
    opacity: 1;
    display: block;
    position: relative;
}




.sw-more-info-section {
margin:50px auto 20px auto;
  background-color: #fff;
    border-radius: 0;
    padding-bottom: 20px;
    box-shadow: 0 6px 14px 2px rgba(0, 0, 0, .5);
  max-width: 500px;
  padding: 0 25px 25px 25px;
}

.sw-identifier-image {
  flex-direction: column;
    align-items: center;
    display: flex;
  margin-bottom:35px;
}

.sw-identifier-image img {
  width: 120px;
    margin-top: 11px;
}

.sw-more-info-section h3 {
    color: #000;
    text-align: center;
    letter-spacing: 1.2px;
    margin-top: 5px;
    font-family: Brushstrike, sans-serif;
    font-size: 22px;
    line-height: 34px;
  margin-bottom:0;
  padding-bottom:5px;
}

.sw-more-info-section .product-page-divider {
    height: 1px;
    background-color: #6d6d6d;
  width:100%;
}

.sw-product-meta {
  padding:14px 0;
}

.sw-meta-title {
    letter-spacing: 1px;
    text-transform: lowercase;
    padding-top: 2px;
    padding-left: 10px;
    font-family: Brushstrike, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;

}
  
.sw-meta-item {
  display: flex;
  margin-bottom:3px;
}

.sw-meta-info {
letter-spacing: 1px;
    padding-top: 3px;
    padding-left: 10px;
    font-family: "Shreedev", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.sw-meta-info img {
  height: 24px;
    margin-left: -2px;
  margin-top:-4px
}

.sw-description {
  color: #000;
    padding: 20px 43px 20px 43px;
    font-family: "Shreedev", sans-serif;
    font-size: 15px;
    line-height: 21px;
}

.sw-product-contact {
  padding-top:10px!important;
  margin-bottom:40px;
}

.sw-product-contact p {
  text-align:center;
  line-height:1.1;
}

.sw-product-contact h2 {
  color: #000;
    text-align: center;
    letter-spacing: 1.2px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Brushstrike, sans-serif;
    font-size: 30px;
    line-height: 34px;
}

.sw-product-contact label {
  margin-left: 20px;
    font-family: Brushstrike, sans-serif;
  margin-bottom: 5px;
    font-weight: bold;
    display: block;
}

.sw-product-contact #contact_form {
  padding:15px 0 0 0;
}

.sw-product-contact input[type="text"], .sw-product-contact input[type="email"], .sw-product-contact input[type="tel"]  {
text-align: left;
    border-radius: 11px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
}

.sw-product-contact input[type="submit"] {
  color: #4e4e4e;
    background-color: #fcfdfd;
    border: 2px solid #4e4e4e;
    border-radius: 11px;
    margin-top: 12px;
    padding-left: 9px;
    padding-right: 9px;
    font-family: Brushstrike, sans-serif;
    font-size: 16px;
    display: block;
  line-height: inherit;
    cursor: pointer;
  padding: 9px 15px;
    text-decoration: none;
}

.sw-vault-submit {
  width:100%;
  display:flex;
  justify-content: center;
}

.grid__item.product__media-wrapper * {
    background: none;
}

@media (min-width: 720px) {
.grid__item.product__media-wrapper .product__media img {
  height:85vh;
  object-fit: contain;
}
}

.quantity {
    box-shadow: none;
    background-color: #f5f5f5;
    border-width: 2px;
    border-color: #949494;
    border-radius: 8px;
    padding-left: 8px;
  
}

button.shopify-payment-button__button--unbranded {
  font-family: Brushstrike, sans-serif!important;
}

.product-form__quantity {
  margin-bottom:-1.5rem!important;
}

.quantity__label {
  display:none;
}

.product-form__submit, .customer button, .contact__button button, .customer .btn-soundwaves, .cart__warnings a, .cart-notification__links button.button.button--primary.button--full-width, .cart__ctas button {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    font-family: Brushstrike, sans-serif;
    background-color: #f5f5f5;
    border-width: 2px;
    border-color: #949494;
    border-radius: 8px;
  height:30px;
  color: #636363;
  border-style: solid;
  text-decoration:none;
}

.customer .btn-soundwaves {
  padding-left:12px;
  padding-right: 12px;
}

.vault-check a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration:none;
  width:100px;
  opacity:.7;
  transition:1s transform ease-in-out;
}

.vault-check a:hover {
  transform: scale(1.1);
}

.vault-check p {
   color: #158000;
  text-decoration:none;
    text-align: center;
    margin-bottom: 6px;
    padding-top: 0;
    padding-bottom: 0;
  line-height:1.1;
    font-family: Brushstrike, sans-serif;
    font-size: 20px;
  margin-top:0;
    display: block;
}

.vault-check img {
  width: 40px;
    opacity: 1;
    margin-left: 7px;
    display: block;
    position: relative;
}

/* One One Club Page */
.one-and-one-club-section {
  display: flex;
  flex-direction:column;
  align-items:center;
  background: #151515;
  padding:70px 20px;
}

.one-img-wrap {
    height: 90vh;
    position: -webkit-sticky;
    position: sticky;
    top: 5vh;
    overflow: hidden;
}


.one-tablet-img {
    display:block;
  }

.one-right {
  display:none;
}

.one-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.one-img-wrap img:nth-child(1) {
  z-index: 6;
  object-fit: contain;
}

.one-img-wrap img:nth-child(2) {
  z-index: 5;
  object-fit: contain;
}

.one-img-wrap img:nth-child(3) {
  z-index: 4;
  object-fit: contain;
}

.one-img-wrap img:nth-child(4) {
  z-index: 3;
  object-fit: contain;
}

.one-img-wrap img:nth-child(5) {
  z-index: 2;
  object-fit: contain;
}

.one-img-wrap img:nth-child(6) {
  z-index: 1;
  object-fit: contain;
}

.one-copy {
  width: 100%;
    max-width: 500px;
    margin-right: 10px;
  margin-left:20px;
}


.one-copy h2 {
  color: #fff;
    font-family: Brushstrike, sans-serif;
    font-size:40px;
    font-weight: 400;
    line-height: 1.2em;
    padding:0 0 20px 0;
    margin:0;
}

.one-copy p {
  color: #b1b1b1;
    font-family: Brushstrike, sans-serif;
    font-size: 55px;
    line-height: 53px;
    padding:0 0 50px 0;
    margin:0;
}

.one-img-wrap img.fade-enlarge {
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 0.5s, transform 0.8s;
}

.one-tablet-img {
  margin-bottom:50px;
}

.one-tablet-img img {
  max-width:600px;
  width:100%;
  height:auto;
}

@media (min-width: 992px) {
  .one-and-one-club-section {
    padding:70px 10px;
    flex-direction:row;
    align-items: normal;
    padding:
  }
  .one-copy {
    margin-right: 71px;
    margin-left:10px;
  }
  .one-copy h2 {
    font-size:40px;
  }
  .one-copy p {
    padding:0;
  }
  .one-tablet-img {
    display:none;
  }
  .one-right {
  display:block;
}
  .one-left, .one-right {
    width:50%;
  }
  
.club-item {
    width: 100%;
    height: 100vh;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
  .one-tablet-img {
  margin-bottom:0;
}
}

/* Blog Pages */
.blog-single-card {
  width:100%;
  display: flex;
  flex-direction:column;
  margin-bottom:50px;
  padding:0 25px;
}

.blog-single-img, .blog-single-content {
  width:100%;
}

.blog-single-img {
  padding-bottom:25px;
}

@media (min-width: 992px) {
  .blog-single-card {
     flex-direction:row;
    padding:10px;
  }

.blog-single-img {
  width:35%;
  padding-bottom:0;
}

.blog-single-content {
  width: 65%;
  padding:30px 30px 30px 70px;
  display: flex;
  flex-direction: column;
  justify-content:space-between;
}
  
}

.blog-single-img img {
  width:100%;
  height: auto;
}

.blog-single-content h2 {
  color: #000;
    text-align: center;
    align-self: center;
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Brushstrike, sans-serif;
    font-size: 40px;
    line-height: 40px;
}

.blog-date {
  color: #000;
    font-family: "Shreedev", sans-serif;
    font-weight: 700;
}

p.article-card__excerpt {
    color: #000;
    text-align: left;
    align-self: flex-start;
    margin-bottom: 10px;
    font-family: Brushstrike, sans-serif;
    font-size: 20px;
    line-height: 25px;
}

.blog-single-content a {
    color: #000;
    text-align: center;
    text-transform: lowercase;
    background-color: #fff;
    border: 1px solid #838383;
    border-radius: 8px;
    align-self: center;
    padding: 4px 11px;
    font-family: Brushstrike, sans-serif;
    font-size: 16px;
    line-height: inherit;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.center-content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-blog h1 {
    color: #000;
    text-transform: lowercase;
    margin-bottom: 100px;
    font-family: Brushstrike, sans-serif;
    font-size: 100px;
}

/* Single Blog Post */
 .article-template {
  padding: 0 20px;
 }

.article-template header {
  text-align: center;
  padding: 80px 0 50px;
}

.article-template__content p {
  color: #000;
    text-align: left;
    text-transform: lowercase;
    align-self: auto;
    margin-top: 0;
    font-family: Brushstrike, sans-serif;
  font-size: 20px;
    line-height: 30px;
}

.article-template__hero img {
  max-width:500px!important;
  width:100%;
  height: auto;
}

 .article-template__hero { 
   padding-bottom:50px;
   display: flex;
   justify-content:center;
 }


@media (min-width: 992px) {
  .article-template {
    display:grid;
  grid-template-columns: 1fr 1fr;
}

  .article-template header {
  grid-column: 1/3;
}
.article-template header {
  padding: 130px 0 90px;
}
  .article-template__hero {
  justify-content: center;
    padding:0 20px 0 0;
}
  .article-template__content .content-inner {
  max-width:1000px;
}
  .article-template__content {
  display: flex;
  justify-content:start;
}
  .article-template__content p {
  font-size: 25px;
    line-height: 35px;
  }
}

.multicolumn-card .media img {
  display: inline-block;
  transition: transform 1s;
}
.multicolumn-card .media img:hover {
  animation: popAnimation 1s;
}

@keyframes popAnimation {
  10% {
    transform: scale(0.9); /* Shrink the image slightly */
  }
  20% {
    transform: scale(1.15); /* Slightly larger than its original size */
  }
  30% {
    transform: scale(0.95); /* Slightly smaller again */
  }
  50% {
    transform: scale(1.09); /* Bounce back */
  }
  100% {
    transform: scale(1); /* Back to its original size */
  }
}


.collection--empty {
  min-height: 300px;
  display:flex;
  align-items:center;
}

.collection--empty .title-wrapper {
  margin:0!important;
  display:flex;
  align-items:center;
}


/* Product Auction */
#wk-auction .pa-form-bg {
  background: #fff!important;
}

#wk_bidding_details, .bidding-wrap {
  max-width:1220px;
  margin:0 auto 50px auto;
}

.paTabs h1 u {
  text-decoration: none!important;
}

#wk-view-bidding-detail .btn, #wk-auction .btn, .btn-rewards{
text-transform: lowercase;
  text-decoration:none;
    margin-left: 19px;
  display:inline-block;
  margin-top:15px;
    font-family: Brushstrike, sans-serif;
    font-size: 14px;
    transition-property: none;
background-color: #f5f5f5;
    border: 2px solid #838383;
    border-radius: 8px;
height: 32px;
    color: #636363;
    text-align: center;
font-weight: 400;
    transition: background-color .4s, transform .4s;
padding: 4px 16px;
}

/* My Account Page */


@media (min-width: 1020px) {
  .bidding-wrap {
  display: flex;
  flex-wrap:wrap;
}
.bidding-wrap .one-half {
  width:50%;
}
}

/* My Account Page */

.account-wrap {
  display:flex;
  flex-direction:column-reverse;
}

.account-main {
  width:100%;
  padding:20px;
}

@media (min-width:1020px) {
  .account-wrap {
    flex-direction: row;
}
  .account-main {
  width:70%;
  padding:0 15px 10px 30px;
}
}

.account-menu {
  width: 30%;
}


.addresses-wrap {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 5rem;
  padding-right: 5rem;
}

.account-menu {
  background:#f1f1f1;
  padding: 15px 20px;
}

.account-menu ul {
  list-style: none;
  margin:0;
  padding: 0;
}

.account-menu ul li {
  border-bottom:1px solid #666;
  padding:14px 0;
}

.account-menu ul li:last-child {
  border-bottom-width:0;
}

.account-menu ul li a {
   font-family: Brushstrike, sans-serif;
  text-decoration:none;
  color:#000;
  font-size: 18px;
  padding:10px 0;
}

.customer.login {
  max-width:700px;
  margin:40px auto;
}

/* Single Product Page */

.product-form__input--dropdown label {
  display:none;
}

.product-form__input .select .select__select {
  color: #525151;
    text-transform: uppercase;
    border: 2px solid #838383;
    border-radius: 8px;
    margin-bottom: 5px;
    padding-left: 4px;
    padding-right: 0;
    font-family: "Shreedev0714 02", sans-serif;
    font-size: 11.5px;
  height:44px;
      background-color: #f5f5f5;
}

.product-form__buttons .button--full-width {
  width:100%;
}

.product-cart {
  max-width: 165px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
}

.pagination {
  color: #636363;
    background-color: #f5f5f5;
    border: 2px solid #838383;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: 3px;
    padding: 4px 8px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    transition: background-color .4s, transform .4s;
    box-shadow: 0 5px 6px -1px rgba(0, 0, 0, .57);
  max-width:430px;
  display:block;
}

.appstle-loyalty-widget-button-text {
  font-family: Brushstrike,sans-serif!important;
  font-size:25px;
}

#wk-auction .pa-bdr.pa-form-bg {
  border:none!important;
  box-shadow: 0 6px 14px 2px #00000080;
  margin-bottom:20px;
}

#MainContent .product .product-media-container{
  width: 100%;
  max-width: 100%;
}

.product .product__media-list,
.product .product__media-list li{
  width: 100%;
}

.product .product-cart {
    width: 100%;
}
.product .vault-check{
  max-width: 165px;
  width: 100%;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
}

.collection .title-wrapper {
  text-align:center;
  display:block;
  width: 100%;
}


@media (min-width: 1000px) {
  .footer-custom-top .copyright-left, 
  .footer-custom-top .footer-block--newsletter {
    width: 50%;
  }
}

#mc_embed_signup_scroll {
  display: grid;
  grid-template-columns: 1fr 1fr .5fr
}

.mc-submit {
  grid-column: 3/4;
  grid-row:1/2;
  align-self: end;
}

#mc_embed_signup .mc-submit input.button {
  background-color:#333;
  height:35px;
  margin-bottom:7px!important;
}

#mc_embed_signup .mc-field-group input {
  height:35px;
}

#mc_embed_signup .asterisk {
  line-height:1;
}

.footer-block__newsletter h2 {
  padding-left:25px;
}

.copyright-left {
  padding-bottom:20px;
}

.customer .field input, #ContactForm .field__input, #ContactForm .customer .field input {
  border: 3px solid #000;
}

.customer.register {
  max-width:850px;
  margin: 0 auto;
} 

.customer table {
  background: #F1F1F1;
  padding: 15px;
}

.bg-white {
  background:#fff;
  padding:20px;
}

.product_popup_right_contant input#quantity {
  width:50px;
  text-align:center;
}
