/*
  Your custom styles
  No preprocessor
*/
/************************************   wps header  ***************************************/
.single-wps_products .main-nav__list li:last-of-type,
.post-type-archive-wps_products .main-nav__list li:last-of-type {
 display: none;
}
.main-logo {
 text-align: center;
}
.main-logo img {
 position: relative;
 z-index: 100;
}
.wps-container__wrapper {
 /*background-image: url("../../../laax/assets/images/bg-shop3.png");*/
 background-image: url("../../../laax/assets/images/bg-shop4.png");
 /*background-image: url("../../../wp-content/uploads/2020/09/bg-shop2.png");*/
 background-repeat: no-repeat;
 position: relative;
 background-color: black;
 background-size: 100%;
 overflow: hidden;
 padding-top: 32px;
}

.product_back-link {
 display: block;
 margin-top: 60px;
 color: white;
 position: relative;
 z-index: 10;
}
.product_back-link:hover {
 color: white;
}
.product_back-link img {
 transform: rotate(90deg);
 max-width: 21px;
 position: relative;
 top: -2px;

}


/***********************************   wps cart   *********************************************/
body.archive.wpshopify, body.single.wpshopify {
 background-color: white!important;
  color: black!important;
}

.wps-cart {
 max-width: 450px!important;
 padding-right: 65px!important;
 right: -55px!important;
 padding-left: 40px!important;
 padding-top: 30px!important;
 padding-bottom: 50px!important;
}

.wps-btn-cart.wps-cart-icon-fixed {
 padding-bottom: 13px;
 width: 48px;
 height: 48px;
}

.wps-btn-cart.wps-cart-icon-fixed .wps-cart-counter {
 position: absolute;
 left: 28px;
 background-color: #eb3540;
 color: white;
 font-size: 9px;
 border-radius: 50%;
 width: 12px;
 top: 10px;
 height: 12px;
}

.wps-btn-cart.wps-cart-icon-fixed .wps-cart-counter span {
 top: 50%;
}

.wps-cart .wps-cart-header {
 position: static;
}

.wps-cart .wps-cart-header .wps-btn-close {
 left: -49px;
 background: white;
 top: calc(40% - 30px);
 width: 50px;
 height: 48px;
 padding: 20px;
 z-index: 999999999;
 box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.15);
 border-radius: 6px 0 0 6px;
}

.wps-cart .wps-cart-header .wps-btn-close span {
 top: calc(50% - 11px);
 left: calc(50% - 10px);
 color: transparent;
}

.wps-cart .wps-cart-header .wps-btn-close span:after {
 position: absolute;
 content: '';
 display: inline-block;
 width: 21px;
 height: 22px;
 left: 0;
 top: 0;
 background-image: url("../../../laax/assets/images/icon-close.svg");
 background-repeat: no-repeat;
 background-position: center;
}


.wps-cart .wps-cart-header .wps-btn-close:hover {
 background: white;
 opacity: 1;
}


.wps-cart .wps-cart-title {
 font-size: 18px;
 /*font-weight: 500;*/
 font-weight: 600;
 color: black;

 font-family: 'HelveticaNeue';
}

.wps-cart .wps-cart-contents {
 overflow-y: auto;
}

.wps-cart .wps-cart-contents[data-is-cart-empty="true"] {
 padding-top: 30px;
 text-align: left;
}

.wps-cart .wps-cart-contents[data-is-cart-empty="true"] h2 {
 position: static;
 text-align: left;
 font-size: 18px;
 font-weight: 500;
 font-stretch: normal;
 font-style: normal;
 color: black;
 /*font-family: 'HelveticaNeueMedium';*/
}

.wps-cart .wps-cart-lineitem-content {
 padding-left: 28px;
}

.wps-cart .wps-cart-lineitem-title {
 margin-bottom: 5px!important;
 position: static;
}


.wps-cart .wps-cart-lineitem-title-content {
 color: black;
 font-size: 18px;
 font-weight: 700;
 margin-bottom: 0;
}

.wps-cart .wps-cart-lineitem-price {
 font-size: 18px;
 position: relative;
 font-family: 'HelveticaNeue-Bold';
 margin-bottom: 40px;
}

.wps-cart .wps-cart-lineitem-price:before {
 position: absolute;
 content: '';
 width: 64px;
 height: 6px;
 left: 0;
 bottom: -22px;
 background-color: #eb3540;
}


.wps-cart .wps-cart-contents .wps-cart-lineitem-quantity-wrapper > div {
 flex-direction: column-reverse;
}
.wps-cart .wps-cart-contents .wps-cart-lineitem-quantity-container {
 margin: 0;
}
.wps-cart .wps-cart-contents .wps-cart-lineitem-quantity-container button {
 height: 32px;
 width: 34px;
 border-color: black;
 border-width: 2px;
}

.wps-cart .wps-cart-contents .wps-cart-lineitem-quantity-container button .wps-quantity-decrement-icon {
 width: 18px;
 left: calc(50% - 9px);
 height: 2px;
}


.wps-cart .wps-cart-contents .wps-cart-lineitem-quantity-container button .wps-quantity-increment-icon {
 font-size: 22px;
 width: 14px;
 left: calc(50% - 7px);
 height: 2px;
}

.wps-cart .wps-cart-contents .wps-cart-lineitem-quantity-container .wps-quantity-increment-icon:after {
 content: "";
 display: block;
 transform: rotate(90deg);
 position: absolute;
 background: black;
 width: 14px;
 left: calc(50% - 7px);
 height: 2px;
}

.wps-cart .wps-cart-contents .wps-cart-lineitem-quantity-container .wps-cart-lineitem-quantity {
 max-height: 32px;
 width: 30px;
 border-top: 2px solid #000000;
 border-bottom: 2px solid #000000;
 font-size: 19px;
 padding: 3px;
 /*font-family: Raleway,sans-serif;*/
 font-weight: 600;
 font-family: 'HelveticaNeue';
}

.wps-cart .wps-cart-lineitem-title .wps-cart-lineitem-remove {
 bottom: 0;
 top: unset;
 left: 167px;
 right: unset;
 /*font-family: 'HelveticaNeueMedium';*/
 font-size: 18px;
 font-weight: 500;
 color: black;
 padding-bottom: 0;
}

.wps-cart .wps-cart-lineitem .wps-cart-lineitem-img {
 min-height: 180px;
 min-width: 136px;
 background-size: auto;
 background-position: 61% 0;
}

.wps-cart .wps-cart-lineitem-quantity-wrapper .wps-cart-lineitem-price-total-wrapper {
 align-items: flex-start;
}

.wps-cart .wps-cart-footer {
 padding: 10px 15px 0;
}

.wps-cart .wps-cart-footer .wps-total-amount {
 font-size: 23px;
 font-family: 'HelveticaNeue-Bold';
 font-weight: 600;
}

.wps-cart .wps-cart-footer .wps-total-prefix {
 font-size: 18px;
 font-weight: 600;
 color: black;
 font-family: 'HelveticaNeue';
}

.wps-cart .wps-cart-footer .wps-btn-checkout {
 max-width: 254px;
 height: 46px;
 background-color: #eb3540;
 font-size: 18px;
 padding: 10px 0 12px;
 margin-top: 20px;
 border-radius: 3px;
}


/************************************* end wp-shopify cart **************************************/



/************************************* wp-shopify cart fixed **************************************/
.wps-cart  {
 box-shadow: -4px 0 20px 0 rgba(0, 0, 0, 0.25);
}
.product_new-cart .wps-btn-cart {
 background-color: rgb(255, 255, 255);
 position: fixed;
 top: calc(40% - 30px);
 right: 0;
 z-index: 99999;
 display: flex;
 flex-direction: column;
 -webkit-box-align: center;
 align-items: center;
 -webkit-box-pack: center;
 justify-content: center;
 overflow-y: visible;
 border-radius: 6px 0px 0px 6px;
 padding: 15px 0px 17px;
 animation: animation-11wfdv1 0.25s ease-out 0s 1 normal none running;
 border-width: initial;
 border-style: none;
 border-color: initial;
 border-image: initial;
 outline: none;
 box-shadow: -4px 0 20px 0 rgba(0, 0, 0, 0.25);
}

.product_new-cart .wps-btn-cart:hover {
 background-color: white;
}

.wps-btn-cart.wps-cart-icon-fixed, .product_new-cart .wps-btn-cart {
 padding-bottom: 13px;
 width: 48px;
 height: 48px;
}

.product_new-cart .wps-btn-cart .wps-icon-cart {
 content: unset;
}

.wps-btn-cart.wps-cart-icon-fixed, .product_new-cart .wps-btn-cart img {
 width: 34px;
 height: 34px;
 z-index: 1;
}

.wps-btn-cart.wps-cart-icon-fixed .wps-cart-counter, .product_new-cart .wps-btn-cart .wps-cart-counter{
 position: absolute;
 left: 28px;
 background-color: #eb3540;
 color: white;
 font-size: 9px;
 border-radius: 50%;
 width: 12px;
 top: 10px;
 height: 12px;
}

.wps-btn-cart.wps-cart-icon-fixed .wps-cart-counter span, .product_new-cart .wps-btn-cart .wps-cart-counter span {
 top: 50%;
}
/************************************* end wp-shopify cart fixed **************************************/



/************************************* new wp-shopify cart **************************************/
.add-newCart-info {
 position: relative;
}
.add-newCart-info span {
 position: absolute;
 left: 20px;
 background-color: #eb3540;
 color: white;
 font-size: 9px;
 line-height: 10px;
 border-radius: 50%;
 width: 12px;
 top: 4px;
 height: 12px;
 text-align: center;
}

.wps-cart .wps-cart-header > div > div.wps-col-8 {
 display: flex;
}

.wps-cart .wps-cart-header > div > div.wps-col-8 .wps-cart-title{
 line-height: 34px;
 margin-left: 10px;
}
/************************************* end new wp-shopify cart **************************************/


/************************************* wps products  **************************************/
.wps-products-wrapper {
 position: relative;
 z-index: 1;
 color: white;
 flex-direction: column;
 padding: 0 0 110px!important;
}

.wps-products-wrapper .product_back-link {
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 0 15px 0;
  display: block;
  width: 100%;
}

.wps-products-wrapper .wps-products-content {
 margin-top: 80px;
}

.wps-products-wrapper .wps-items-wrapper {
 padding: 0px 15px;
}

.wps-products-wrapper .wps-items.wps-items-list {
 grid-column-gap: 38px;
}

.wps-products-wrapper .wps-product-individual-price {
 color: white;
 font-family: 'HelveticaNeue-Bold';
 font-size: 19px;
 flex: unset;
 /*margin-bottom: 20px;*/
}

.wps-products-wrapper .wps-component-products-pricing {
 margin-bottom: 20px;
}

.wps-products-wrapper .wps-component-products-title {
 margin-bottom: 0;
}
.wps-products-wrapper .wps-products-link .wps-products-title {
 color: white;
 font-family: 'HelveticaNeue-Bold';
 font-size: 40px;
 margin-bottom: 5px;
}

.wps-products-wrapper .wps-products-link .products-sub-title {
 font-weight: 500;
}

.wps-products-wrapper .wps-products-link:hover {
 color: white;
}

.wps-products-wrapper .wps-product-image-wrapper {
 justify-content: center;
 padding: 5px;
}
.wps-products-wrapper .wps-products-link .wps-product-image {
 max-height: 352px;
}

.wps-products-wrapper .wps-btn {
 max-width: 254px;
 height: 48px;
 border-radius: 3px;
 background-color: #eb3540;
}

.wps-products-wrapper .wps-btn span {
 font-weight: 500;
}

@media screen and (max-width: 600px) {
 .wps-products-wrapper .wps-products-content {
  margin-top: 45px;
 }

 .wps-products-wrapper .wps-products-link .wps-products-title {
  font-size: 24px;
 }

 .wps-products-wrapper .wps-product-individual-price {
  font-size: 18px;
 }

 .wps-products-wrapper {
  padding: 0 0 45px!important;
 }

 .wps-cart {
  padding-left: 20px !important;
 }

 .wps-cart .wps-cart-lineitem .wps-cart-lineitem-img {
  min-height: 120px;
  min-width: 96px
 }

 .wps-cart .wps-cart-lineitem-content {
  padding-bottom: 40px;
  padding-left: 16px;
 }

 .wps-cart .wps-cart-lineitem-title .wps-cart-lineitem-remove {
  left: 112px;
  font-size: 16px;
 }

 .wps-cart .wps-cart-footer  {
  padding: 10px 20px 0 0;
 }
 .wps-cart .wps-cart-footer .wps-total-amount {
  font-size: 18px;
 }

 .wps-container__wrapper {
  background-position-x: 15%;
  background-size: cover;
 }
}

@media screen and (min-width: 600px) {
 .wps-cart .wps-cart-footer .wps-total-amount {
  flex: 1;
  text-align: left;
  padding-left: 20px;
  line-height: 1.2;
 }

 .wps-cart .wps-cart-footer .wps-total-prefix {
  min-width: 142px;
 }

 .main-logo img {
  min-width: 142px;
 }
}
/************************************************ end wps products  ************************************************/

/************************************************ SINGLE product ***************************************************/
.components-notice.is-warning {
 padding: 14px 0 15px;
 height: auto;
 position: relative;
 text-decoration: none;
 display: inline-block;
 line-height: 1;
 text-align: center;
 width: 100%;
 max-width: 254px;
 min-height: 47px;
 white-space: normal;
 background: #ececec;
 font-size: 18px;
 font-family: inherit;
 font-weight: inherit;
 border: none!important;
 border-radius: 3px;
 color: #000000;
}
.components-notice.is-warning .components-notice__content {
 font-family: Raleway,sans-serif;
 font-size: 18px;
}

#product_pricing {
 position: relative;
}

#product_pricing:after {
 display: block;
 content: '';
 position: absolute;
 width: 64px;
 height: 6px;
 background-color: #eb3540;
 left: 0;
 /*bottom: -23px;*/
 bottom: -26px;
}

.wps-component-products-add-button .wps-add-to-cart {
 border-radius: 3px;
 max-width: 254px;
}



.wps-component-products-add-button .wps-add-to-cart > span {
 width: auto;
 display: inline-block;
 position: relative;
 font-weight: 500;
}
.wps-component-products-add-button .wps-add-to-cart > span:before {
 position: absolute;
 content: '';
 background-image: url("../../../laax/assets/images/icon-add-cart-new.svg");
 display: block;
 width: 33px;
 height: 32px;
 left: -40px;
 bottom: -7px;
}

.wps-product-quantity.wps-form-input {
 background-color: transparent!important;
 border: 1px solid white!important;
 color: white!important;
 margin-bottom: 20px;
 margin-left: 20px;
 width: 32px;
 height: 32px;
 text-align: center;
}

img.product_arrow-icon {
 max-width: 22px;
 position: absolute;
 top: 22%;
 right: 5px;
}

#product_pricing:after {
 width: 64px;
 height: 6px;
 background-color: #eb3540;
}

.single-wps_products .wps-product-single {
 position: relative;
 z-index: 10;
 font-size: 18px;
 line-height: 23px;
 margin-top: 80px;
}

.wps-container input[type="number"]::-webkit-outer-spin-button,
.wps-container input[type="number"]::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.wps-container input[type="number"] {
 -moz-appearance: textfield;
}
.wps-container input[type="number"]:hover,
.wps-container input[type="number"]:focus {
 -moz-appearance: number-input;
}
.wps-container input[type=number]::-webkit-inner-spin-button,
.wps-container input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

.wps-quantity-input > label {
 color: white;
}

.wps-product-single .product_category {
 margin-bottom: 5px;
}


.wps-product-faq {
 margin-bottom: 55px;
 color: white;
 max-width: 770px;
 margin-left: auto;
 margin-right: auto;
}

.product_add-info__wrapper {
 margin-top: 30px;
}

.product_add-info__title {
 cursor: pointer;
 position: relative;
 font-family: 'HelveticaNeue-Bold';
}

.product_add-info__title .icon {
 display: block;
 position: absolute;
 top: 50%;
 right: -24px;
 width: 30px;
 height: 30px;
 border-radius: 3px;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}

.product_add-info__title .icon:before, .product_add-info__title .icon:after {
 content: '';
 width: 3px;
 height: 24px;
 background: #fff;
 position: absolute;
 left: 50%;
 top: 50%;
 transition: .5s ease-in-out;
 transform: translate(-50%,-50%) rotate(0);
}

.product_add-info__title .icon:after {
 transform: translate(-50%,-50%) rotate(90deg);
 z-index: -1;
}

.product_add-info__title:hover .icon:before {
 transform-origin: 50% 50% 0;
 transform: translate(-50%,-50%) rotate(180deg);
}

.product_add-info__title:hover .icon:after {
 transform-origin: 50% 50% 0;
 transform: translate(-50%,-50%) rotate(270deg);
}

.product_add-info.active .product_add-info__title .icon:before {
 transform-origin: center;
 transform: translate(-50%,-50%) rotate(135deg);
}

.product_add-info.active .product_add-info__title .icon:after {
 transform: translate(-50%,-50%) rotate(45deg);
}



.product_add-info2 {
 font-size: 12px;
 line-height: 16px;
 margin-top: 15px;
}
.product_add-info {
 border-top: 1px solid white;
 /*border-bottom: 1px solid white;*/
 padding: 14px 24px 17px 0;
}

.product_add-info:last-of-type {
 border-bottom: 1px solid white;
}

.product_add-info__text {
 display: none;
 padding-bottom: 3px;
}

.product_add-info__text ul {
 padding: 0 0 0 20px;
}

.product_add-info__text li {
 list-style: unset;
}

.product_add-info__text li {
 margin-bottom: 20px;
}

.product_add-info__text li:last-of-type {
 margin-bottom: 0;
}



.product_back-link {
 display: block;
 margin-top: 60px;
 color: white;
 position: relative;
 z-index: 10;

}

.product_back-link:hover {
 color: white;
}

.product_back-link img {
 transform: rotate(90deg);
 max-width: 21px;
 position: relative;
 top: -2px;
 transition: all ease 0.4s;
}
.product_back-link:hover img {
 transform: scale(1.1) rotate(90deg) translate(0px, 3px);
}

.product_recommendations {
 padding: 34px 1em 75px;
}

.single-wps_products .product_recommendations .wps-products-title, .product_recommendations .wps-product-individual-price {
 color: black!important;
}

.product_recommendations h4 {
 max-width: 1100px;
 margin: 33px auto;
}

.product_recommendations__wrapper {
 max-width: 1100px;
 width: 100%;
 margin: 0 auto;
 display: flex;
}

.product_recommendations__wrapper .product_recommend {
 width: 47%;
 margin: 0 10px;
 align-items: center;
}


.product_recommendations__wrapper .product_recommend img {
 max-height: 396px;
}

.product_recommendations__wrapper .product_recommend__title,
.product_recommendations__wrapper .product_recommend__title:hover {
 color: black;
}

.product_recommendations__wrapper .product_recommend__title {
 font-size: 40px;
 font-weight: bold;
 line-height: 1.1;
 display: block;
 margin: 20px 0 0;
 font-family: 'HelveticaNeue-Bold';
}
.product_recommendations__wrapper .product_recommend__price {
 font-size: 18px;
 /*font-weight: bold;*/
 line-height: 2.5;
 position: relative;
 font-family: 'HelveticaNeue-Bold';
}

.product_recommendations__wrapper .product_recommend__price:after {
 display: block;
 content: '';
 position: absolute;
 width: 64px;
 height: 6px;
 background-color: #eb3540;
 left: 0;
 bottom: -10px;
}

.css-136v2zu-thumbnailsWrapperCSS {
 grid-template-columns: repeat(3, 1fr);
}

.wps-thumbnails-wrapper .wps-component-products-images-thumbnail {
 text-align: center;
 margin: 0 auto;
}

.wps-product-image-wrapper {
 justify-content: center;
}
.wps-product-image-wrapper img {
 max-height: 396px;
 width: auto;
}
.wps-product-individual-price {
 color: white!important;
 font-family: 'HelveticaNeue-Bold';
}
.wps-breadcrumbs-name {
 text-transform: capitalize;
}

.single-wps_products .wps-breadcrumbs + .wps-product-single {
 margin-top: 0;
}

.single-wps_products .wps-product-single {
 display: flex;
 justify-content: center;

 color: white;
 margin-bottom: 30px;
}

.single-wps_products .wps-product-single .wps-component-products-pricing {
 margin-bottom: 45px;
}

.single-wps_products .wps-product-single .wps-component-products-description {
 font-size: 18px;
 color: white;
 margin-bottom: 40px;
}


.single-wps_products .wps-product-single-gallery {
 width: 31%;
 max-width: 31%;
 flex: 0 0 31%;
}

.single-wps_products .wps-product-single-content {
 width: 35%;
 max-width: 35%;
 flex: 0 0 35%;
}

.single-wps_products .wps-product-single-gallery {
 /*padding-left: 40px;*/
 padding-right: 0;
}


.single-wps_products .wps-product-single-content {
 padding: 0 2em 2em 20px;
 width: calc(49% - 4em);
 max-width: calc(49% - 4em);
 flex: 0 0 calc(49% - 4em);
}

.single-wps_products .wps-component-products-title .wps-products-title {
 margin-top: 0;
 font-size: 40px;
 color: white;
 line-height: 1.1;
 font-family: 'HelveticaNeue-Bold';
}

.single-wps_products .wps-component-products-title {
 margin-bottom: 6px;
}

.single-wps_products .wps-container {
 padding: 0 1em 40px;
 max-width: 1100px;
 margin: 0 auto;
}

.single-wps_products .wps-product-single-gallery .wps-thumbnails-wrapper {
 margin-top: 29px;
}


@media (max-width: 600px) {
 .wps-cart .wps-cart-lineitem .wps-cart-lineitem-img {
  background-size: 200%;
  background-position: 65% 0;
 }

 .single-wps_products .wps-product-image-wrapper img {
  max-height: 296px;
 }

 .single-wps_products .wps-product-single {
  flex-direction: column;
 }

 .single-wps_products .wps-container {
  padding: 0 20px;
 }

 .single-wps_products .wps-product-single-content,
 .single-wps_products .wps-product-single-gallery {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
 }

 .single-wps_products .wps-product-single .wps-product-image-wrapper .wps-product-image {
  margin: 0 auto;
  display: block;
 }

 .product_add-info__wrapper {
  margin-top: 50px;
 }


 .single-wps_products .wps-product-single {
  margin-top: 45px;
 }


 .single-wps_products .wps-component-products-title .wps-products-title {
  font-size: 24px;
 }
 .product_recommendations {
  padding: 34px 1em 45px;
 }

 .product_recommendations__wrapper .product_recommend__title {
  font-size: 22px;
 }
 .product_recommendations h4 {
  text-align: center;
 }

 .product_recommendations__wrapper {
  justify-content: center;
 }
 .product_recommendations__wrapper .product_recommend {
  width: 63%;
  margin-bottom: 25px;
 }

 .product_recommendations__wrapper .product_recommend__img {
  text-align: center;
 }
}

@media (max-width: 767px) {
 .single-wps_products .main-nav__list li {
  width: 50px;
  height: 50px;
 }
}

@media (min-width: 375px) and (max-width: 430px) {
 .product_recommendations__wrapper .product_recommend {
  width: 59%;
 }
}

@media (min-width: 601px) and (max-width: 992px) {
 .single-wps_products .wps-product-single-content {
  padding: 0em 2em 2em 2em;
  width: calc(59% - 4em);
  max-width: calc(59% - 4em);
  flex: 0 0 calc(59% - 4em);
 }
}

@media (max-width: 920px) {
 .product_recommendations__wrapper {
  flex-wrap: wrap;
 }
}

@media screen and (max-width: 992px){
 .wps-container__wrapper:after {
  left: -50px;
 }
}

@media screen and (min-width: 1440px){
 .wps-container__wrapper {
  background-position-y: -150px;
 }

}