.product-wrapper {
  padding: 16px 0 120px;
}
@media (max-width: 600px) {
  .product-wrapper {
    padding: 16px 0 40px;
  }
}
.product-wrapper .wrap {
  gap: 72px;
}
@media (max-width: 1020px) {
  .product-wrapper .wrap {
    flex-direction: column-reverse;
  }
}
.product-wrapper .prod-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 16px;
}
.product-wrapper .prod-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 32px;
}
.product-wrapper .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.product-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product-wrapper .prod-block {
  display: flex;
}
@media (max-width: 600px) {
  .product-wrapper .prod-block {
    flex-direction: column;
  }
}
.product-wrapper .prod-block h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  padding-right: 24px;
}
@media (max-width: 600px) {
  .product-wrapper .prod-block h4 {
    margin-bottom: 20px;
  }
}
.product-wrapper .prod-block .left h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.45);
  max-width: 90px;
}
.product-wrapper .prod-block h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  color: #000000;
  margin: 0 0 16px;
}
.product-wrapper .prod-block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 32px;
}
.product-wrapper .prod-block .left {
  width: 161px;
  min-width: 161px;
}
.product-wrapper .prod-block .right iframe {
  width: 360px;
  height: 200px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .product-wrapper .prod-block .right iframe {
    width: 100%;
  }
}
.product-wrapper .prod-summary {
  min-width: 317px;
  width: 317px;
  background: #f4f4f4;
  border: 1px solid #eeeeee;
  padding: 16px 17px 16px 24px;
}
@media (max-width: 1020px) {
  .product-wrapper .prod-summary {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
  }
}
.product-wrapper .prod-summary p {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-wrapper .prod-summary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-wrapper .prod-summary ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}
.product-wrapper .prod-summary ul li::before {
  content: "- ";
}
.product-wrapper .prod-summary .btn-accent {
  margin: 32px 0;
  width: 223px;
}
.product-wrapper .prod-summary .prod-imgs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product-wrapper .prod-summary .prod-imgs img {
  width: 41px;
}
.product-wrapper .prod-summary span {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  margin-top: 8px;
  display: block;
}
.product-wrapper .prod-summary-head {
  display: flex;
  align-items: center;
}
.product-wrapper .prod-summary-head img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 18px;
}
@media (max-width: 480px) {
  .product-wrapper .prod-summary-head img {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.product-wrapper .prod-summary-head h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #000000;
}

.product-right {
  position: sticky;
  top: 100px;
  margin-right: 56px;
}
@media (min-width: 1020px) {
  .product-right {
    margin-top: 85px;
  }
}
@media (max-width: 1020px) {
  .product-right {
    position: relative;
    margin-right: 0;
    top: 0;
  }
}

.bradcrumbs {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.45);
}
.bradcrumbs a {
  font-size: 14px;
  color: #1876db;
}

.ml-40 {
  margin-left: 40px;
}
@media (max-width: 1020px) {
  .ml-40 {
    margin-left: 0;
  }
}

.video-click .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.video-click .overlay:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  outline: none;
  background: linear-gradient(to top, #fcd733, #feeb9b);
  border: 1px solid #b19d48;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transform: translate(-50%, calc(-50% + 70px));
}
.video-click .overlay:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 10px), -50%);
  border: 14px solid transparent;
  border-left: 24px solid #000;
}

.video-container.without .overlay:after, .video-container.without .overlay:before {
  display: none;
}

/*# sourceMappingURL=product.css.map */
