* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  touch-action: pan-x pan-y;
}

input,
button,
textarea {
  font-family: "Exo 2", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab-Regular.woff") format("woff"), url("../fonts/RobotoSlab-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

.product-wrapper {
  margin: 32px 0 122px;
}

.product-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-wrapper .product {
  display: grid;
  grid-template-columns: 61.563% 1fr;
  grid-template-areas: "variation-title variation-title" "rating rating" "images variation" "similar-products similar-products";
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.product-wrapper .product__variation-title {
  grid-area: variation-title;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.product-wrapper .product__rating {
  grid-area: rating;
  margin: 12px 0 24px;
}

.product-wrapper .product__images {
  grid-area: images;
}

.product-wrapper .product__images .slider-for {
  margin-bottom: 21px;
}

.product-wrapper .product__images .slider-for .slick-slide div {
  height: 408px;
  overflow: hidden;
  cursor: pointer;
}

.product-wrapper .product__images .slider-nav .slick-slide {
  margin: 0 28.5px;
}

.product-wrapper .product__images .slider-nav .slick-slide div {
  height: 159px;
  width: 154px;
  cursor: move;
}

.product-wrapper .product__variation {
  grid-area: variation;
}

.product-wrapper .product__similar-products {
  grid-area: similar-products;
}

.product-wrapper .variation {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.product-wrapper .variation__summary {
  display: flex;
  align-items: center;
}

.product-wrapper .variation__price {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #842c68;
  margin-left: 22px;
}

.product-wrapper .variation__form-cart {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin: 25px 0;
  padding: 25px 0;
}

.product-wrapper .variation__form-cart fieldset {
  position: relative;
  margin: 0 0 25px 0;
}

.product-wrapper .variation__form-cart fieldset .field--name-name {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.product-wrapper .variation__form-cart fieldset .field--name-field-color {
  margin-top: 40px;
}

.product-wrapper .variation__form-cart fieldset .field--name-field-color .color_field__swatch {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-wrapper .variation__form-cart fieldset .product--rendered-attribute__selected~label.option {
  border: none;
}

.product-wrapper .variation__form-cart fieldset .product--rendered-attribute__selected~label.option .field--name-name {
  visibility: visible;
}

.product-wrapper .variation__form-cart fieldset .ajax-progress {
  display: none;
}

.product-wrapper .variation__form-cart .field--name-quantity {
  display: block;
  clear: both;
}

.product-wrapper .variation__form-cart .field--name-quantity label {
  display: none;
}

.product-wrapper .variation__form-cart .field--name-quantity input {
  width: 50%;
  height: 40px;
  border: 1px solid #999999;
  padding: 0 10px;
}

.product-wrapper .variation__form-cart .form-actions {
  display: inline-block;
  margin: 0px;
}

.product-wrapper .variation__form-cart .form-actions input {
  width: 160px;
  height: 40px;
  background-color: #842c68;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #ffffff;
  border-color: transparent !important;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 6px;
}

.product-wrapper .variation__tabs-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
}

.product-wrapper .variation__tabs-nav .field-tab__item {
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.product-wrapper .variation__tabs-nav .field-tab__item_active {
  display: flex;
  align-items: center;
  height: 37px;
  background-color: #e5e5e5;
  padding: 0 10px;
}

.product-wrapper .variation__tabs-content .field-content__item {
  display: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}

.product-wrapper .variation__tabs-content .field-content__item_active {
  display: block;
}

.product-wrapper .similar-products {
  color: #000000;
}

.product-wrapper .similar-products__label {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  margin: 89px 0 58px;
}

.product-wrapper .similar-products__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.product-wrapper .similar-products__image .field--name-field-image-to-card {
  height: 442px;
}

.product-wrapper .similar-products__heading {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin: 28px 0;
}

.product-wrapper .similar-products__price {
  color: #842c68;
  margin-left: 10px;
}

.product-wrapper .similar-products__body {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.product-wrapper .similar-products__link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-top: 27px;
}

.product-wrapper .similar-products__link a {
  color: #000000 !important;
  text-decoration: underline;
}

.product-wrapper .similar-products__link a:hover {
  text-decoration: none;
}

@media (max-width: 1300px) {
  .product-wrapper {
    margin-top: calc(16px + 16 * (100vw - 320px) / 980);
    margin-bottom: calc(61px + 61 * (100vw - 320px) / 980);
  }

  .product-wrapper .product {
    -moz-column-gap: calc(15px + 25 * (100vw - 320px) / 980);
    column-gap: calc(15px + 25 * (100vw - 320px) / 980);
  }

  .product-wrapper .product__rating {
    margin-top: calc(6px + 6 * (100vw - 320px) / 980);
    margin-bottom: calc(12px + 12 * (100vw - 320px) / 980);
  }

  .product-wrapper .product__images .slider-for {
    margin-bottom: calc(10px + 11 * (100vw - 320px) / 980);
  }

  .product-wrapper .product__images .slider-for .slick-slide div {
    height: calc(204px + 204 * (100vw - 320px) / 980);
  }

  .product-wrapper .product__images .slider-nav .slick-slide {
    margin: 0 calc(14.25px + 14.25 * (100vw - 320px) / 980);
  }

  .product-wrapper .product__images .slider-nav .slick-slide div {
    height: calc(79.5px + 79.5 * (100vw - 320px) / 980);
    width: calc(77px + 77 * (100vw - 320px) / 980);
  }

  .product-wrapper .variation__price {
    font-size: calc(16px + 4 * (100vw - 320px) / 980);
    line-height: calc(19px + 4 * (100vw - 320px) / 980);
  }

  .product-wrapper .variation__form-cart {
    margin: calc(15px + 10 * (100vw - 320px) / 980) 0;
    padding: calc(15px + 10 * (100vw - 320px) / 980) 0;
  }

  .product-wrapper .similar-products__label {
    font-size: calc(24px + 24 * (100vw - 320px) / 980);
    line-height: calc(28px + 28 * (100vw - 320px) / 980);
    margin-top: calc(25px + 64 * (100vw - 320px) / 980);
    margin-bottom: calc(20px + 38 * (100vw - 320px) / 980);
  }

  .product-wrapper .similar-products__items {
    gap: calc(15px + 25 * (100vw - 320px) / 980);
  }

  .product-wrapper .similar-products__image .field--name-field-image-to-card {
    height: calc(221px + 221 * (100vw - 320px) / 980);
  }

  .product-wrapper .similar-products__heading {
    font-size: calc(16px + 4 * (100vw - 320px) / 980);
    line-height: calc(19px + 4 * (100vw - 320px) / 980);
    margin: calc(14px + 14 * (100vw - 320px) / 980) 0;
  }

  .product-wrapper .similar-products__body {
    font-size: calc(14px + 4 * (100vw - 320px) / 980);
    line-height: calc(21px + 4 * (100vw - 320px) / 980);
  }

  .product-wrapper .similar-products__link {
    margin-top: calc(14px + 13 * (100vw - 320px) / 980);
  }
}

@media screen and (max-width: 991px) {
  .product-wrapper .product {
    grid-template-columns: 50% 1fr;
  }
}

@media screen and (max-width: 767px) {
  .product-wrapper .product {
    grid-template-columns: 100%;
    grid-template-areas: "variation-title" "rating" "images" "variation" "similar-products";
  }

  .product-wrapper .product__images {
    margin-bottom: 20px;
  }

  .product-wrapper .similar-products__items {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 575px) {
  .product-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-wrapper .similar-products__items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 407px) {
  .product-wrapper .variation__form-cart .form-actions {
    display: block;
  }

  .product-wrapper .variation__form-cart .form-actions input {
    margin-left: 5px;
    width: 100%;
  }
}