html {
  scroll-behavior: smooth;
}

body .product-details {
  padding-top: 90px;
}
@media only screen and (min-width: 768px) {
  body .product-details {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 576px) {
  body .product-details nav {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  body .product-details nav {
    padding-top: 16px;
  }
}
body .product-details nav .breadcrumbs {
  margin-bottom: 0;
}
body .product-details nav .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
  color: #474747;
}
body .product-details nav .breadcrumbs .breadcrumb::before {
  display: none;
}
body .product-details nav .breadcrumbs .breadcrumb::after {
  content: "\e90c";
  color: #A1A1A1;
  font-family: "icomoon" !important;
}
body .product-details nav .breadcrumbs .breadcrumb:first-child::before, body .product-details nav .breadcrumbs .breadcrumb:last-child::after {
  display: none;
}
body .product-details nav .breadcrumbs .breadcrumb .breadcrumb-label {
  font-size: 14px;
  line-height: 18.48px;
  font-weight: 400;
  color: #A1A1A1;
}
body .product-details .productView {
  display: flex;
  gap: 24px;
  margin: 0;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  body .product-details .productView {
    flex-direction: row;
    margin: 60px 0;
  }
}
body .product-details .productView .productView-images {
  padding: 0 0 0 46px;
  margin-top: 0;
  margin-bottom: 0px;
  position: relative;
  max-width: 343px;
}
@media only screen and (min-width: 1024px) {
  body .product-details .productView .productView-images {
    max-width: unset;
    flex: 0 0 530px;
  }
}
@media only screen and (min-width: 1280px) {
  body .product-details .productView .productView-images {
    flex: 0 0 40.653%;
    padding-left: 85px;
  }
}
body .product-details .productView .productView-images .productView-thumbnails {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  margin: 0;
}
body .product-details .productView .productView-images .productView-thumbnails .slick-list {
  width: 40px;
  margin: 0;
  position: relative;
  top: 28px;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-images .productView-thumbnails .slick-list {
    top: 0;
    width: 70px;
  }
}
body .product-details .productView .productView-images .productView-thumbnails .slick-list .slick-slide {
  padding: 3px 0;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-images .productView-thumbnails .slick-list .slick-slide {
    padding: 5px 0;
    height: 80px;
  }
}
body .product-details .productView .productView-images .productView-thumbnails .slick-list .slick-slide .productView-thumbnail-link {
  padding: 0;
  border: 0;
}
body .product-details .productView .productView-images .productView-thumbnails .slick-list .slick-slide .productView-thumbnail-link img {
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  height: 40px;
  width: 40px;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-images .productView-thumbnails .slick-list .slick-slide .productView-thumbnail-link img {
    height: 70px;
    width: 70px;
  }
}
body .product-details .productView .productView-images .productView-thumbnails .slick-list .slick-slide.slick-current img {
  border-color: #FC8A00;
}
body .product-details .productView .productView-images .productView-thumbnails .slick-arrow {
  height: 24px;
  border-radius: 5px;
  background-color: #E8EEFF;
  width: 40px;
  border: 0;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-images .productView-thumbnails .slick-arrow {
    width: 70px;
  }
}
body .product-details .productView .productView-images .productView-thumbnails .slick-arrow:hover {
  background-color: #FAE6CE;
}
body .product-details .productView .productView-images .productView-thumbnails .slick-arrow.slick-disabled {
  opacity: 0;
}
body .product-details .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
  right: unset;
  left: 0;
  top: 0;
  transform: translate(0);
}
body .product-details .productView .productView-images .productView-thumbnails .slick-arrow.slick-next {
  right: unset;
  left: 0;
  transform: translate(0);
  top: 280px;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-images .productView-thumbnails .slick-arrow.slick-next {
    top: 447px;
  }
}
body .product-details .productView .productView-images .productView-thumbnails .slick-arrow.slick-arrow::before {
  content: "\e90e";
  font-family: "icomoon" !important;
  color: #474747;
  font-size: 16px;
}
body .product-details .productView .productView-images .productView-image {
  aspect-ratio: 1/1;
  position: relative;
  margin-left: 0 !important;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-images .productView-image {
    height: 476px;
  }
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-images .productView-image::after {
    content: "";
    display: block;
    width: 71px;
    height: 71px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #ffffff 65%);
    position: absolute;
    left: -47px;
    top: 0px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1280px) {
  body .product-details .productView .productView-images .productView-image::after {
    left: -86px;
  }
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-images .productView-image::before {
    content: "";
    display: block;
    width: 71px;
    height: 80px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #ffffff 65%);
    position: absolute;
    left: -47px;
    top: 408px;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  body .product-details .productView .productView-images .productView-image::before {
    left: -86px;
  }
}
body .product-details .productView .productView-details {
  padding: 20px 0 40px;
  flex: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-details {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  body .product-details .productView .productView-details {
    padding-bottom: 0;
  }
}
body .product-details .productView .productView-details .productView-product {
  padding: 0;
}
body .product-details .productView .productView-details .productView-product .brand-name {
  font-size: 13px;
  line-height: 20.16px;
  font-weight: 600;
  color: #5D5D5D;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 1.04px;
}
body .product-details .productView .productView-details .productView-product .brand-name:hover {
  color: #FC8A00;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-details .productView-product .brand-name {
    margin-bottom: 20px;
  }
}
body .product-details .productView .productView-details .productView-product .product-name {
  color: #1E2F5D;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: unset;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-details .productView-product .product-name {
    margin-bottom: 20px;
  }
}
body .product-details .productView .productView-details .productView-product .productSKU {
  padding-right: 28px;
  margin-bottom: 20px;
}
body .product-details .productView .productView-details .productView-product .productSKU .productView-info-name {
  margin: 0;
  color: #A1A1A1;
}
body .product-details .productView .productView-details .productView-product .productSKU .productView-info-value {
  margin: 0;
  color: #5D5D5D;
}
body .product-details .productView .productView-details .productView-product .product-description {
  color: #474747;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-details .productView-product .product-description {
    margin-bottom: 30px;
  }
}
body .product-details .productView .productView-details .productView-product .product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-details .productView-product .product-price {
    margin-bottom: 30px;
  }
}
body .product-details .productView .productView-details .productView-product .product-price .price-section--withoutTax {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 6px;
}
body .product-details .productView .productView-details .productView-product .product-price .price-section--withoutTax .price--non-sale {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #A1A1A1;
}
body .product-details .productView .productView-details .productView-product .product-price .price-section--withoutTax .price--withoutTax {
  color: #474747;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  body .product-details .productView .productView-details .productView-product .product-price .price-section--withoutTax .price--withoutTax {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1280px) {
  body .product-details .productView .productView-details .productView-product .product-price .price-section--withoutTax .price--withoutTax {
    font-size: 28px;
    line-height: 32.2px;
    font-weight: 600;
  }
}
body .product-details .productView .productView-details .productView-product .product-price .product-price-discount {
  background: linear-gradient(360deg, #FC8A00 -38.46%, #FFA334 142.31%);
  border-radius: 5px;
  padding: 2px 6px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-details .productView-product .product-price .product-price-discount {
    font-size: 14px;
  }
}
body .product-details .productView .productView-details .product-button-aria .add-to-cart-form {
  margin-bottom: 0;
}
body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .form-increment {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .form-increment .button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #474747;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .form-increment .button {
    width: 40px;
    height: 40px;
  }
}
body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .form-increment .button .icon {
  height: auto;
  width: auto;
}
body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .form-increment .button .icon::before {
  font-family: "icomoon" !important;
  color: #474747;
  font-style: normal;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .form-increment .button .icon::before {
    font-size: 12px;
  }
}
body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .form-increment .button .icon svg {
  display: none;
}
body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .form-increment .button[data-action=dec] .icon::before {
  content: "\e913";
}
body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .form-increment .button[data-action=inc] .icon::before {
  content: "\e907";
}
body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .form-input--incrementTotal {
  border: 0 !important;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 600;
  color: #474747;
  width: 36px;
  text-align: center;
}
body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .form-field {
  margin-bottom: 20px;
}
body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .button--primary {
  border-radius: 5px;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.2px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  background-color: #FC8A00;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (min-width: 768px) {
  body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .button--primary {
    font-size: 15px;
    padding: 17px 27px;
  }
}
body .product-details .productView .productView-details .product-button-aria .add-to-cart-form .button--primary.button--out-of-stock {
  opacity: 0.5;
}
body .product-tabs {
  display: flex;
  gap: 15px;
  padding: 0 15px;
  background-color: #F2F5FB;
  border-radius: 5px;
  margin-bottom: 40px;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  body .product-tabs {
    gap: 40px;
    padding: 0 41px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 801px) {
  body .product-tabs {
    top: 148px;
    position: sticky;
    z-index: 9;
  }
}
@media only screen and (min-width: 900px) {
  body .product-tabs {
    top: 160px;
  }
}
@media only screen and (min-width: 1100px) {
  body .product-tabs {
    top: 163px;
  }
}
body .product-tabs li a {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #474747;
  display: block;
  position: relative;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  body .product-tabs li a {
    padding: 17px 0;
    font-size: 16px;
  }
}
body .product-tabs li a span {
  font-weight: 400;
}
body .product-tabs li a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FC8A00;
  width: 40px;
  height: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.product-description-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1280px) {
  .product-description-bottom {
    gap: 23px;
    flex-direction: row;
  }
}
.product-description-bottom.no-stcikyCart .product-tab-content {
  flex: 0 0 calc(100% - 444px);
  margin: 0 auto;
}
.product-description-bottom .product-tab-content {
  flex: 1;
}
.product-description-bottom .product-tab-content .product-content-common {
  margin-bottom: 30px;
}
.product-description-bottom .product-tab-content .product-content-common > * {
  word-break: break-all;
}
.product-description-bottom .add-to-cart-stikcy {
  flex: 1;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .product-description-bottom .add-to-cart-stikcy {
    flex: 0 0 444px;
    position: sticky;
    top: 253px;
  }
}
.product-description-bottom .add-to-cart-stikcy .sticky-product {
  border: 1px solid #E5E5E5;
  display: flex;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .product-description-bottom .add-to-cart-stikcy .sticky-product {
    padding: 15px 30px;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-description-bottom .add-to-cart-stikcy .sticky-product {
    border-radius: 12px 12px 0 0;
    flex-direction: row;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
  }
}
@media only screen and (min-width: 1280px) {
  .product-description-bottom .add-to-cart-stikcy .sticky-product {
    border-radius: 12px;
    padding: 30px 20px;
    position: unset;
    flex-direction: column;
  }
}
.product-description-bottom .add-to-cart-stikcy .sticky-product-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .product-description-bottom .add-to-cart-stikcy .sticky-product-row {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .product-description-bottom .add-to-cart-stikcy .sticky-product-row {
    margin-bottom: 30px;
    align-items: flex-start;
  }
}
.product-description-bottom .add-to-cart-stikcy .sticky-product-row .sticky-product-content {
  max-width: 380px;
}
.product-description-bottom .add-to-cart-stikcy .sticky-product-row .image {
  flex: 0 0 80px;
}
@media only screen and (min-width: 1280px) {
  .product-description-bottom .add-to-cart-stikcy .sticky-product-row .image {
    flex: 0 0 120px;
  }
}
.product-description-bottom .add-to-cart-stikcy .sticky-product-row .image img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-description-bottom .add-to-cart-stikcy .sticky-product-content .sticky-product-title {
  color: #1E2F5D;
  text-transform: capitalize;
  margin: 0;
}
@media only screen and (min-width: 1280px) {
  .product-description-bottom .add-to-cart-stikcy .sticky-product-content .sticky-product-title {
    margin-bottom: 10px;
    margin-top: 18px;
  }
}
.product-description-bottom .add-to-cart-stikcy .sticky-product-content .productSKU {
  margin-bottom: 0;
  padding-right: 30px;
  display: none;
}
@media only screen and (min-width: 1280px) {
  .product-description-bottom .add-to-cart-stikcy .sticky-product-content .productSKU {
    display: inline-block;
  }
}
.product-description-bottom .add-to-cart-stikcy .sticky-product-content .productView-info-name {
  margin: 0;
  color: #A1A1A1;
  font-size: 12px;
}
.product-description-bottom .add-to-cart-stikcy .sticky-product-content .productView-info-value {
  margin: 0;
  color: #5D5D5D;
  font-size: 12px;
}
.product-description-bottom .add-to-cart-stikcy .productView-price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .product-description-bottom .add-to-cart-stikcy .productView-price {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-description-bottom .add-to-cart-stikcy .productView-price {
    margin: 0 50px 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .product-description-bottom .add-to-cart-stikcy .productView-price {
    align-items: flex-end;
    margin: 0 0 30px 0;
  }
}
.product-description-bottom .add-to-cart-stikcy .productView-price .price-section--withoutTax {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 6px;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .product-description-bottom .add-to-cart-stikcy .productView-price .price-section--withoutTax {
    align-items: flex-end;
  }
}
.product-description-bottom .add-to-cart-stikcy .productView-price .price-section--withoutTax .price--non-sale {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #A1A1A1;
}
@media only screen and (min-width: 1280px) {
  .product-description-bottom .add-to-cart-stikcy .productView-price .price-section--withoutTax .price--non-sale {
    margin-bottom: 3px;
  }
}
.product-description-bottom .add-to-cart-stikcy .productView-price .price-section--withoutTax .price--withoutTax {
  color: #474747;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .product-description-bottom .add-to-cart-stikcy .productView-price .price-section--withoutTax .price--withoutTax {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1280px) {
  .product-description-bottom .add-to-cart-stikcy .productView-price .price-section--withoutTax .price--withoutTax {
    font-size: 28px;
    line-height: 32.2px;
    font-weight: 600;
  }
}
.product-description-bottom .add-to-cart-stikcy .productView-price .product-price-discount {
  background: linear-gradient(360deg, #FC8A00 -38.46%, #FFA334 142.31%);
  border-radius: 5px;
  padding: 2px 6px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 2px;
}
.product-description-bottom .add-to-cart-stikcy .AddCartQty {
  display: flex;
  gap: 22px;
  align-items: center;
  max-width: 270px;
}
@media only screen and (min-width: 1280px) {
  .product-description-bottom .add-to-cart-stikcy .AddCartQty {
    max-width: unset;
  }
}
.product-description-bottom .add-to-cart-stikcy .AddCartQty .quantity-container {
  display: flex;
  gap: 4px;
  flex: 0 0 88px;
}
.product-description-bottom .add-to-cart-stikcy .AddCartQty .quantity-container button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #474747;
}
.product-description-bottom .add-to-cart-stikcy .AddCartQty .quantity-container button span {
  font-family: "icomoon" !important;
  color: #474747;
  font-style: normal;
  font-size: 12px;
}
.product-description-bottom .add-to-cart-stikcy .AddCartQty .quantity-container input {
  border: 0;
  outline: none;
  width: 100%;
  text-align: center;
}
.product-description-bottom .add-to-cart-stikcy .AddCartQty .quantity-container input[type=number]::-webkit-inner-spin-button, .product-description-bottom .add-to-cart-stikcy .AddCartQty .quantity-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-description-bottom .add-to-cart-stikcy .add-to-cart {
  flex: 1;
  border-radius: 5px;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.2px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  background-color: #FC8A00;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 160px;
}
@media only screen and (min-width: 1280px) {
  .product-description-bottom .add-to-cart-stikcy .add-to-cart {
    max-width: unset;
  }
}
.product-description-bottom .add-to-cart-stikcy .add-to-cart:hover {
  background-color: #EA8000;
}
.product-description-bottom .product-tabs-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #474747;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .product-description-bottom .product-tabs-title {
    font-size: 22px;
  }
}
.product-description-bottom .product-table {
  overflow: auto;
  max-width: calc(100vw - 32px);
}
.product-description-bottom .product-table table {
  width: 100%;
  min-width: 500px;
}
.product-description-bottom .product-table table tr:nth-child(odd) {
  background-color: #F2F5FB;
}
.product-description-bottom .product-table table tr td {
  color: #474747;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  padding: 11.5px 14px;
}
.product-description-bottom .product-table table tr td.title {
  font-weight: 500;
  white-space: nowrap;
}
.product-description-bottom .product-table table tr td.description {
  text-align: right;
}

.show-more {
  margin: 20px auto 0;
}
.show-more .show-more-button {
  width: 100%;
  max-width: 200px;
  padding: 6px;
  background: transparent;
  color: #474747;
  border: 1px solid #E5E5E5;
  font-family: "Jost", sans-serif;
  border-radius: 5px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 19.2px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .show-more .show-more-button {
    max-width: 300px;
    font-size: 16px;
  }
}
.show-more .show-more-button:hover {
  background-color: #E8EEFF;
  border-color: #E8EEFF;
}
.show-more .show-more-button span {
  display: block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1E2F5D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.show-more .show-more-button span::before {
  color: #ffffff;
  font-size: 8px;
}

.documentation-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.documentation-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.documentation-list li img {
  width: 31px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.documentation-list li a {
  color: #474747;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-style: solid;
}

.hidden {
  display: none;
}

.product-primary-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.product-primary-wrapper .product-share {
  position: relative;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .product-primary-wrapper .product-share {
    padding-bottom: 17px;
  }
}
.product-primary-wrapper .product-share .share-btn {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  cursor: pointer;
  color: #5D5D5D;
}
.product-primary-wrapper .product-share .share-btn:hover {
  color: #FC8A00;
}
.product-primary-wrapper .product-share .share-btn:hover span::before {
  color: #FC8A00;
}
.product-primary-wrapper .product-share .share-btn span {
  margin-right: 8px;
}
.product-primary-wrapper .product-share .product-share-inner {
  opacity: 0;
  transition: 0.2s;
  transform: translateX(50%);
  pointer-events: none;
}
.product-primary-wrapper .product-share .product-share-inner.active {
  opacity: 1;
  pointer-events: unset;
  transform: translateX(0);
}
.product-primary-wrapper .product-share .social-share {
  top: unset;
  bottom: 50px;
  right: 0;
}
.product-primary-wrapper .product-share .social-share .socialLinks {
  display: flex;
  background: #F2F5FB;
  border-radius: 5px;
  gap: 15px;
  padding: 15px 5px;
}
.product-primary-wrapper .product-share .social-share .socialLinks li {
  margin: 0;
  display: flex;
}
.product-primary-wrapper .product-share .social-share .socialLinks li svg {
  height: 24px;
}/*# sourceMappingURL=product-details.css.map */