@charset "UTF-8";
.experiment-categories-container {
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .experiment-categories-container {
    justify-content: flex-start;
  }
}
.experiment-categories-container .category-container {
  display: block;
  padding: 5px 10px;
  border: 1px solid #d7d3d3;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
}

#no-stock {
  padding: 0px 10px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .product-info {
    flex-direction: column;
  }
}
.product-info .gallery-nav-wrapper {
  flex: 3;
  margin-right: 1.8%;
  order: 1;
  position: relative;
}
@media screen and (max-width: 760px) {
  .product-info .gallery-nav-wrapper {
    flex: auto;
    order: 2;
    height: auto;
    margin-top: 8px;
    width: 100%;
    margin-right: 0px;
  }
}
.product-info .gallery-nav-wrapper .gallery-nav {
  height: calc( ( 100vw - 80px ) / 1.655 );
  max-height: 1121px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 760px) {
  .product-info .gallery-nav-wrapper .gallery-nav {
    height: auto;
  }
}
.product-info .gallery-nav-wrapper .nav-arrow {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 760px) {
  .product-info .gallery-nav-wrapper .nav-arrow {
    display: none;
  }
}
.product-info .gallery-nav-wrapper .nav-arrow.up {
  transform: translateX(-50%) scaleY(-1);
}
.product-info .gallery-nav-wrapper .nav-arrow.down {
  top: calc( ( 100vw - 80px ) / 1.666666 + 10px );
}
.product-info .gallery-nav-wrapper .list-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .product-info .gallery-nav-wrapper .list-wrapper {
    position: static;
  }
  .product-info .gallery-nav-wrapper .list-wrapper:not(.flickity-enabled) {
    display: block;
  }
  .product-info .gallery-nav-wrapper .list-wrapper:not(.flickity-enabled) .video {
    float: left;
  }
  .product-info .gallery-nav-wrapper .list-wrapper:not(.flickity-enabled) img {
    float: left;
  }
  .product-info .gallery-nav-wrapper .list-wrapper:not(.flickity-enabled) img:last-child {
    margin-right: 0px;
  }
}
.product-info .gallery-nav-wrapper .list-wrapper img {
  cursor: pointer;
  display: block;
  width: 100%;
  margin-bottom: 12.5%;
}
.product-info .gallery-nav-wrapper .list-wrapper img:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .product-info .gallery-nav-wrapper .list-wrapper img {
    margin-bottom: 0px;
    width: calc(25% - 4px);
    margin-right: 4px;
    height: auto;
  }
}
.product-info .gallery-nav-wrapper .list-wrapper .video {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 150%;
  background-size: cover;
  margin-bottom: 12.5%;
}
@media screen and (max-width: 760px) {
  .product-info .gallery-nav-wrapper .list-wrapper .video {
    margin-bottom: 0px;
    width: calc( 25% - 3px );
    margin-right: 4px;
    padding-top: 36%;
  }
  .product-info .gallery-nav-wrapper .list-wrapper .video img {
    margin: 0px;
    width: 100%;
  }
}
.product-info .gallery-nav-wrapper .list-wrapper .video .sold-out {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  background-color: rgba(26, 25, 25, 0.63);
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px;
  color: white;
  border: 1px solid white;
  white-space: nowrap;
  text-transform: uppercase;
  min-width: 100px;
}
.product-info .gallery-nav-wrapper .list-wrapper .video .sold-out.sale {
  text-transform: none;
}
@media screen and (max-width: 1300px) {
  .product-info .gallery-nav-wrapper .list-wrapper .video .sold-out {
    font-size: 10px;
    padding: 5px;
  }
}
.product-info .gallery-nav-wrapper .list-wrapper .play {
  width: 44px;
  height: 44px;
  border: 1px solid white;
  background-color: #ef5f96;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.product-info .gallery-nav-wrapper .list-wrapper .play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-radius: 3px;
  border-color: transparent transparent transparent #ffffff;
}
.product-info .gallery-col {
  order: 2;
  flex: 16;
  margin-right: 2.5%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .product-info .gallery-col {
    flex: auto;
    order: 1;
    width: 100%;
    margin-right: 0px;
    z-index: 2;
  }
}
.product-info .gallery-col .gallery-main {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 150%;
}
.product-info .gallery-col .gallery-main.flickity-enabled {
  padding-top: 0;
}
.product-info .gallery-col .pinch-zoom-container {
  padding-top: 150%;
}
.product-info .gallery-col .badge-above-product-photo {
  top: 39px;
  right: 0px;
}
@media screen and (max-width: 760px) {
  .product-info .gallery-col .badge-above-product-photo {
    left: -11px;
    top: unset;
    right: unset;
    bottom: 20px;
    width: 79px;
    background-image: url("../img/bundle-badge-left.svg");
  }
  .product-info .gallery-col .badge-above-product-photo > p {
    padding: 0 15px 0 0;
  }
  .product-info .gallery-col .badge-above-product-photo.longer {
    left: 0px;
    width: 95px;
    background-image: url("../img/bundle-badge-longer-left.svg");
  }
}
.product-info .gallery-col img {
  width: 100%;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.product-info .gallery-col .main-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product-info .gallery-col .main-image-wrapper .main-image.zoom img {
  transform: scale(2);
}
.product-info .gallery-col .main-image-wrapper figure {
  width: 100%;
}
.product-info .gallery-col .full-screen {
  width: 24px;
  height: 24px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2816;
}
@media screen and (max-width: 760px) {
  .product-info .gallery-col .full-screen {
    width: 30px;
    height: 30px;
  }
}
.product-info .gallery-col .full-screen img {
  width: auto;
}
.product-info .gallery-col .full-screen-video {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
  border-radius: 2px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: #55a8d6;
  color: white;
}
.product-info .gallery-col .full-screen-video img {
  width: auto;
}
.product-info .gallery-col .video-wrap {
  width: 100%;
  padding-top: 150%;
  overflow: hidden;
  background: white;
}
.product-info .gallery-col .video-wrap.no-zoom {
  padding-top: 172%;
}
.product-info .gallery-col .video-wrap.no-zoom video {
  transform: scale(1);
}
.product-info .gallery-col .video-wrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
}
.product-info .gallery-col .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.2);
  transform-origin: center;
}
.product-info .gallery-col .video-wrap video::-webkit-media-controls-play-button,
.product-info .gallery-col .video-wrap video::-webkit-media-controls-timeline,
.product-info .gallery-col .video-wrap video::-webkit-media-controls-current-time-display,
.product-info .gallery-col .video-wrap video::-webkit-media-controls-time-remaining-display,
.product-info .gallery-col .video-wrap video::-webkit-media-controls-mute-button,
.product-info .gallery-col .video-wrap video::-webkit-media-controls-toggle-closed-captions-button,
.product-info .gallery-col .video-wrap video::-webkit-media-controls-volume-slider,
.product-info .gallery-col .video-wrap video::-webkit-media-controls-fullscreen-button {
  display: none;
}
.product-info .gallery-col .play {
  width: 44px;
  height: 44px;
  border: 1px solid white;
  background-color: #ef5f96;
  position: absolute;
  top: calc(100% - 40px);
  right: 0px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
}
.product-info .gallery-col .play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-radius: 3px;
  border-color: transparent transparent transparent #ffffff;
}
.product-info .gallery-col .play i {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.product-info .gallery-col .play.active:after {
  display: none;
}
.product-info .gallery-col .play.active i {
  display: block;
}
.product-info .mobile-zoom {
  display: none;
  height: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 99;
  max-height: 100vh;
}
.product-info .mobile-zoom .mobile-zoom-inner {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}
.product-info .mobile-zoom .mobile-zoom-inner img {
  width: 1100px !important;
  aspect-ratio: auto 1100/1650;
  max-width: none;
  display: none;
}
.product-info .details {
  order: 3;
  flex: 19;
}
@media screen and (max-width: 760px) {
  .product-info .details {
    flex: auto;
    margin-top: 20px;
  }
}
.product-info .details-inner {
  max-width: 459px;
}
@media screen and (max-width: 760px) {
  .product-info .details-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .product-info .details-inner .product-description {
    margin-top: 20px;
  }
}
.product-info .details-inner .comment-stars {
  width: 86px;
  min-width: 86px;
  height: 13px;
  background: url("../img/stars-empty@2x.png") 50% 50% no-repeat;
  background-size: cover;
  margin-right: 10px;
  margin-bottom: 5.5px;
}
.product-info .details-inner .comment-stars-title {
  font-family: StudioSans;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.52px;
  color: #000000;
  margin-bottom: 10px;
}
.product-info .details-inner .comment-stars .fill {
  height: 13px;
  background: url("../img/stars-full@2x.png") 0% 50% no-repeat;
  background-size: cover;
}
.product-info .details .badges {
  margin-bottom: 16px;
}
.product-info .details .h1 {
  text-transform: capitalize;
  font-weight: bold;
  color: #000000;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .product-info .details .h1 {
    font-size: 18px;
    line-height: 1.13;
    margin-bottom: 9px;
  }
}
.product-info .details .stars-wrapper, .product-info .details .stars-wrapper-non-active {
  color: #555555;
  margin-bottom: 13px;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .product-info .details .stars-wrapper, .product-info .details .stars-wrapper-non-active {
    line-height: 1.3;
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.product-info .details .stars-wrapper .stars, .product-info .details .stars-wrapper-non-active .stars {
  width: 79px;
  height: 12px;
  background: url("../img/stars-empty@2x.png") 0% 50% no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.product-info .details .stars-wrapper .stars .fill, .product-info .details .stars-wrapper-non-active .stars .fill {
  height: 100%;
  background: url("../img/stars-full@2x.png") 0% 50% no-repeat;
  background-size: cover;
}
.product-info .details .stars-wrapper .text-link, .product-info .details .stars-wrapper-non-active .text-link {
  margin-left: 5px;
}
.product-info .details .stars-wrapper .text-link:hover, .product-info .details .stars-wrapper-non-active .text-link:hover {
  text-decoration: underline;
}
.product-info .details .price {
  color: #000000;
  font-size: 16px;
  line-height: 0.94;
  letter-spacing: 0.35px;
  margin-bottom: 21px;
}
@media screen and (max-width: 760px) {
  .product-info .details .price {
    line-height: 1.07;
    letter-spacing: 0.31px;
    font-size: 14px;
  }
}
.product-info .details .price .sale-reason {
  vertical-align: baseline;
}
.product-info .details .buy-wrapper {
  max-width: 100%;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper {
    max-width: none;
    display: flex;
  }
}
.product-info .details .buy-wrapper .sizes-circle-container {
  margin: 0px 0px 10px 0px;
}
.product-info .details .buy-wrapper .sizes-circle-container .title {
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .sizes-circle-container .title {
    font-size: 14px;
  }
}
.product-info .details .buy-wrapper .sizes-circle-container .title a {
  text-decoration: underline;
}
.product-info .details .buy-wrapper .sizes-circle-container .select-item {
  position: relative;
  width: 55px;
  height: 40px;
  border: 1px solid #4f4f4f;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  color: #4f4f4f;
}
@media screen and (max-width: 360px) {
  .product-info .details .buy-wrapper .sizes-circle-container .select-item {
    margin-right: 5px;
  }
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .sizes-circle-container .select-item {
    margin-bottom: 10px;
  }
}
.product-info .details .buy-wrapper .sizes-circle-container .select-item.smaller-font {
  font-size: 15px;
}
.product-info .details .buy-wrapper .sizes-circle-container .select-item:hover {
  border-color: black;
}
.product-info .details .buy-wrapper .sizes-circle-container .select-item.active {
  background-color: #000;
  color: #fff;
}
.product-info .details .buy-wrapper .sizes-circle-container .select-item.no-stock {
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
}
.product-info .details .buy-wrapper .sizes-circle-container .select-item .hint {
  position: absolute;
  top: -5px;
  right: -5px;
  height: 16px;
  width: 16px;
  font-size: 10px;
  display: block;
  background-color: #322e2f;
  color: #fff;
  line-height: 16px;
}
.product-info .details .buy-wrapper .sizes-circle-container .select-item:last-child {
  margin-right: 0px;
}
.product-info .details .buy-wrapper .product-size-more-info-wrapper .product-size-more-info {
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .product-size-more-info-wrapper .product-size-more-info {
    margin-top: 0;
  }
}
.product-info .details .buy-wrapper .product-size-more-info-wrapper .product-size-more-info.hide-size-info {
  height: 0px;
  opacity: 0;
  margin-top: 0px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .product-size-more-info-wrapper.availability-kids {
    margin-bottom: 15px;
  }
}
.product-info .details .buy-wrapper .select .expander {
  min-width: 100%;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .select {
    margin-right: 6px;
  }
  .product-info .details .buy-wrapper .select.active .expander .expander-content {
    max-height: 30vh;
    overflow-y: auto;
    display: block;
  }
}
.product-info .details .buy-wrapper .select.phone-size {
  margin-top: 10px;
}
.product-info .details .buy-wrapper .select.button-like:after {
  display: none;
}
.product-info .details .buy-wrapper .upsell-order {
  padding: 15px;
  height: auto;
  font-size: 16px;
}
.product-info .details .buy-wrapper .buy-buttons {
  width: 100%;
  margin-top: 10px;
  flex: 1;
}
.product-info .details .buy-wrapper .buy-buttons .btn {
  height: 46px;
}
.product-info .details .buy-wrapper .buy-buttons .btn.btn-no-stock {
  margin-right: -70px;
}
@media screen and (max-width: 1300px) {
  .product-info .details .buy-wrapper .buy-buttons .btn.btn-no-stock {
    font-size: 11px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .buy-buttons .btn.btn-no-stock {
    flex: auto;
    margin-right: auto;
    font-size: inherit;
  }
}
.product-info .details .buy-wrapper .buy-buttons .btn-secondary {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .buy-buttons .btn-secondary.block {
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .buy-buttons {
    margin-top: 0px;
  }
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .buy-buttons .order-normal.block {
    line-height: 46px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper #label-size .alert {
    margin-top: -5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper.buy-wrapper-cases {
    display: block;
  }
}
.product-info .details .buy-wrapper.buy-wrapper-cases .select.quantity-select {
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper.buy-wrapper-cases .select {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.product-info .details .buy-wrapper .quick-order {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  text-align: center;
  position: relative;
  margin-left: 100px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .quick-order {
    margin-left: 0px;
  }
}
.product-info .details .buy-wrapper .quick-order:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 15%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #b0b0b0 transparent;
}
.product-info .details .buy-wrapper .quick-order p {
  margin-bottom: 10px;
}
.product-info .details .buy-wrapper .quick-order .alert-gift {
  font-size: 14px;
  margin-bottom: 5px;
}
.product-info .details .buy-wrapper .quick-order .text-link {
  font-weight: bold;
  text-decoration: underline;
}
.product-info .details .experiment-guarantee {
  display: none;
}
@media screen and (max-width: 760px) {
  .product-info .details .experiment-guarantee.colored {
    display: block;
    background: #f5f5f5;
    padding: 5px 15px 5px 15px;
  }
}
.product-info .details .buy-container {
  padding-bottom: 23px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-container.colored {
    background: #f5f5f5;
    padding: 15px;
    padding-bottom: 5px;
  }
}
.product-info .details .buy-container .floating-info {
  display: none;
}
.product-info .details .buy-container .floating-info .floating-info-name {
  max-width: calc( 100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-container {
    padding-bottom: 16px;
  }
  .product-info .details .buy-container.floating {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: white;
    z-index: 1;
    padding: 15px;
    border-top: 1px solid #e7e7e7;
  }
  .product-info .details .buy-container.floating .buy-wrapper {
    margin: 0px;
  }
  .product-info .details .buy-container.floating .only-mobile {
    display: flex;
    line-height: 1.25;
    letter-spacing: 0.26px;
    margin-bottom: 12px;
  }
}
.product-info .details .gift-container {
  background-color: #f5f5f5;
  padding: 10px 12px;
  font-family: StudioSans;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: -0.26px;
  color: #000000;
  margin-bottom: 25px;
  max-width: 400px;
}
.product-info .details .gift-container .gift-text {
  margin-left: 5px;
}
.product-info .details .gift-container img {
  max-width: 40px;
  margin-right: 5px;
}
.product-info .details .gift-container a {
  text-decoration: underline;
}
.product-info .details .certificates {
  margin: 10px 0 20px;
}
.product-info .details .certificates img {
  max-width: 140px;
  max-height: 100px;
}
@media screen and (max-width: 760px) {
  .product-info .details .certificates img {
    max-width: 120px;
    max-height: 80px;
  }
}
.product-info .details .description {
  font-size: 15px;
  font-family: StudioSans;
  font-weight: 300;
  color: #000000;
  line-height: 1.83;
  letter-spacing: 0.45px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.product-info .details .description.treatment-instructions {
  padding-left: 20px;
}
.product-info .details .description.quote::before {
  content: "";
  background-image: url("../img/left-quotes-sign.png");
  background-size: contain;
  width: 16px;
  height: 14px;
}
.product-info .details .description .client-name {
  margin-left: auto;
  display: block;
  text-transform: capitalize;
}
.product-info .details .description h1 {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media screen and (max-width: 760px) {
  .product-info .details .description {
    line-height: 1.67;
    margin-bottom: 16px;
  }
}
.product-info .details .description .size-availability {
  display: none;
}
.product-info .details .description .size-availability.show {
  display: block;
}
@media screen and (max-width: 760px) {
  .product-info .details .experiment-guarantee .sizes {
    line-height: 1.67;
  }
  .product-info .details .experiment-guarantee .sizes > *:last-child {
    margin-bottom: 0px;
  }
}
.product-info .details .guarantee {
  line-height: 1.67;
  letter-spacing: -0.23px;
  margin-top: 25px;
}
.product-info .details .guarantee b {
  display: block;
  font-weight: 600;
  color: #322e2f;
  text-align: center;
}
.product-info .details .guarantee .sizes {
  text-transform: none;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  .product-info .details .guarantee .sizes {
    line-height: 1.67;
  }
}
.product-info .details .guarantee .padded > .collapsed {
  text-align: center;
}
.product-info .details .guarantee .padded > .collapsed b {
  margin-bottom: 10px;
}
.product-info .details .guarantee .padded > .expanded {
  display: none;
  text-align: left;
  font-weight: normal;
}
.product-info .details .guarantee .more-wrapper {
  overflow: hidden;
  text-align: center;
}
.product-info .details .guarantee .more-wrapper .more {
  font-family: StudioSans;
  font-weight: 500;
  color: #ef5f96;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin-top: 14px;
  padding: 0px 8px;
  text-transform: uppercase;
}
.product-info .details .guarantee .more-wrapper .more:after, .product-info .details .guarantee .more-wrapper .more:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1000%;
  top: 50%;
  right: 100%;
  background: #e7e7e7;
}
.product-info .details .guarantee .more-wrapper .more:after {
  left: 100%;
  right: auto;
}
.product-info .details .guarantee .more-wrapper .more > .expanded {
  display: none;
}
.product-info .details .guarantee.active .padded > .collapsed {
  margin-bottom: 14px;
}
.product-info .details .guarantee.active .padded > .expanded {
  display: block;
}
.product-info .details .guarantee.active .more-wrapper .more > .collapsed {
  display: none;
}
.product-info .details .guarantee.active .more-wrapper .more > .expanded {
  display: inline;
}
.product-info .details .guarantee.active .more-wrapper .more > .expanded img {
  transform: scaleY(-1);
}

.testimonials-section {
  background: #f7f7f8;
  padding: 63px 0 89px 0;
}
@media screen and (max-width: 1300px) {
  .testimonials-section {
    padding: 43px 0 59px 0;
  }
}
@media screen and (max-width: 760px) {
  .testimonials-section {
    padding: 23px 0 33px 0;
  }
}
.testimonials-section .container {
  max-width: 1060px;
}
.testimonials-section .section .section-title {
  margin-bottom: 25px;
}
@media screen and (max-width: 760px) {
  .testimonials-section .section .section-title {
    margin-bottom: 11px;
  }
}
.testimonials-section .photo-list {
  display: flex;
  flex-wrap: wrap;
}
.testimonials-section .photo-list .images {
  width: calc(100% / 6);
  padding: 0px 2px 4px 2px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .testimonials-section .photo-list .images {
    width: calc(100% / 3);
  }
}
.testimonials-section .photo-list .images.hidden {
  display: none;
}
.testimonials-section .photo-list a.image-link {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 150%;
  display: block;
}
.testimonials-section .photo-list a.image-link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonials-section .photo-list a.image-link .dimmer {
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: white;
  font-size: 1.2em;
}
.testimonials-section .photo-list.photo-list-admin .images.hidden {
  display: block;
}
.testimonials-section .photo-list.photo-list-admin .testimonial-delete {
  position: absolute;
  left: 2px;
  text-decoration: underline;
  background-color: #ffffff75;
  bottom: 4px;
  padding: 4px;
}

.modal .popup.question-popup .popup-content.extender-fits h2 {
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.31px;
  margin-bottom: 10px;
  font-weight: inherit;
}
@media screen and (max-width: 760px) {
  .modal .popup.question-popup .popup-content.extender-fits h2 {
    font-family: inherit;
  }
}
.modal .popup.question-popup .popup-content.extender-fits h2 .fit-type {
  text-transform: lowercase;
  font-weight: 600;
}

.scroll-top-container {
  display: none;
}
@media screen and (max-width: 760px) {
  .scroll-top-container {
    display: flex;
  }
}

.section {
  margin-top: 80px;
}
@media screen and (max-width: 760px) {
  .section {
    margin-top: 32px;
  }
}
.section .section-title {
  font-family: StudioSans;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 760px) {
  .section .section-title {
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 32px;
    line-height: 1.71;
    letter-spacing: 0.35px;
    padding-bottom: 2px;
  }
}

.logos img {
  width: 100%;
}

.reviews-empty {
  background-color: #f5f5f5;
  padding: 45px 86px;
  font-family: StudioSans;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.6px;
  text-align: center;
  margin: 0px auto;
  width: calc( 100% - 230px );
}
@media screen and (max-width: 1300px) {
  .reviews-empty {
    width: calc( 100% - 120px );
  }
}
@media screen and (max-width: 760px) {
  .reviews-empty {
    width: 100%;
  }
}
.reviews-empty b {
  font-weight: 500;
  display: block;
}
.reviews-empty p {
  margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
  .reviews-empty {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 760px) {
  .reviews-empty {
    padding: 20px 0px;
  }
}

.reviews-element {
  margin: 100px 0;
}
@media screen and (max-width: 760px) {
  .reviews-element {
    margin: 70px 0px;
  }
}
.reviews-element .reviews-non-empty {
  margin: 0px auto;
  width: calc( 100% - 230px );
}
@media screen and (max-width: 1300px) {
  .reviews-element .reviews-non-empty {
    width: calc( 100% - 120px );
  }
}
@media screen and (max-width: 760px) {
  .reviews-element .reviews-non-empty {
    width: 100%;
  }
}
.reviews-element .reviews-non-empty .rating {
  background-color: #f5f5f5;
  padding: 45px 86px 0px;
  font-family: StudioSans;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.6px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .reviews-element .reviews-non-empty .rating {
    padding: 45px 10px 0px;
    background-color: #fff;
    border-top: solid 1px #e7e7e7;
  }
}
.reviews-element .reviews-non-empty .rating .extender-fits {
  width: 100%;
  padding-bottom: 45px;
}
@media screen and (max-width: 760px) {
  .reviews-element .reviews-non-empty .rating .extender-fits {
    padding-bottom: 20px;
  }
}
.reviews-element .reviews-non-empty .rating .extender-fits-title {
  font-family: StudioSans;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: center;
  color: #000000;
  margin-bottom: 24px;
}
@media screen and (max-width: 760px) {
  .reviews-element .reviews-non-empty .rating .extender-fits-title {
    display: none;
  }
}
.reviews-element .reviews-non-empty .rating .extender-fits b {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: 0.6px;
  text-align: center;
  color: #000000;
}
.reviews-element .reviews-non-empty .rating .extender-fits .total-count {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: 0.6px;
  text-align: center;
  color: #000000;
  margin-top: 10px;
}
.reviews-element .reviews-non-empty .rating .extender-fits .write {
  font-family: StudioSans;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-align: center;
  color: #ef5f96;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 24px;
}
@media screen and (max-width: 760px) {
  .reviews-element .reviews-non-empty .rating .extender-fits .write {
    font-size: 14px;
  }
}
.reviews-element .reviews-non-empty .rating .extender-fits .stars {
  width: 151px;
  min-width: 151px;
  height: 23px;
  background: url("../img/stars-empty@2x.png") 50% 50% no-repeat;
  background-size: cover;
  margin-bottom: 24px;
}
@media screen and (max-width: 760px) {
  .reviews-element .reviews-non-empty .rating .extender-fits .stars {
    width: 124px;
    min-width: 124px;
    height: 19px;
    margin-bottom: 20px;
  }
}
.reviews-element .reviews-non-empty .rating .extender-fits .stars .fill {
  height: 100%;
  background: url("../img/stars-full@2x.png") 0% 50% no-repeat;
  background-size: cover;
}
.reviews-element .reviews-non-empty .rating .count {
  width: 30px;
  margin-right: 0px;
}

.reviews {
  max-width: 900px;
}
@media screen and (max-width: 1300px) {
  .reviews {
    max-width: 750px;
  }
}
@media screen and (max-width: 760px) {
  .reviews {
    max-width: 100%;
    background: #f5f5f5;
    padding-bottom: 8px;
  }
}
.reviews .title {
  justify-content: space-between;
  margin-bottom: 16px;
}
.reviews .title h2 {
  font-family: StudioSans;
  font-size: inherit;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.52px;
  text-transform: none;
  margin-bottom: 0px;
  border-bottom: none;
  margin: 0px;
  padding: 0px;
}
.reviews .title a {
  font-family: StudioSans;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.7px;
  color: #ef5f96;
  text-transform: uppercase;
  text-decoration: underline;
}
.reviews .items .item {
  margin-bottom: 16px;
  border: 1px solid #e7e7e7;
  position: relative;
}
@media screen and (max-width: 760px) {
  .reviews .items .item {
    background: #fff;
    border: 1px solid #fff;
  }
}
.reviews .items .item.pinned-top {
  background: rgba(0, 255, 0, 0.1);
}
.reviews .items .item.pinned-bottom {
  background: rgba(255, 0, 0, 0.1);
}
.reviews .items .item .text-link {
  text-decoration: underline;
  color: #2196F3;
  margin-left: 5px;
}
.reviews .items .item .review-product-image img {
  display: block;
  min-width: 160px;
}
.reviews .items .item .upper {
  padding: 13px 15px;
}
@media screen and (max-width: 760px) {
  .reviews .items .item .upper {
    padding: 10px 15px;
  }
}
.reviews .items .item .upper .stars {
  width: 79px;
  min-width: 79px;
  height: 12px;
  background: url("../img/stars-empty@2x.png") 50% 50% no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.reviews .items .item .upper .stars .fill {
  height: 12px;
  background: url("../img/stars-full@2x.png") 0% 50% no-repeat;
  background-size: cover;
}
.reviews .items .item .upper b {
  display: block;
  font-family: StudioSans;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: 0.6px;
  margin-top: 17px;
}
.reviews .items .item .bottom {
  padding: 20px 15px;
}
@media screen and (max-width: 760px) {
  .reviews .items .item .bottom {
    padding: 0px 15px;
  }
}
.reviews .items .item .bottom textarea {
  width: 100%;
  height: 100px;
}
.reviews .items .item .bottom p {
  font-family: StudioSans;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: 0.52px;
  margin-bottom: 16px;
}
.reviews .items .item .bottom b {
  font-family: StudioSans;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: 0.52px;
  color: #000000;
  margin-left: auto;
  margin-bottom: 5px;
}
.reviews .items .item .bottom span {
  font-size: 12px;
  font-style: italic;
}
.reviews .items .item .bottom .city {
  text-transform: lowercase;
  margin-bottom: 10px;
}
.reviews .items .item .bottom .city::first-letter {
  text-transform: uppercase;
}

.experiment-sizes-mobile {
  display: none;
}
.experiment-sizes-mobile.active {
  display: block;
}

.testimonials-mobile {
  margin-bottom: 10px;
  display: none;
}

@media screen and (max-width: 760px) {
  .about > .flex {
    flex-direction: column;
  }
}
.about img {
  width: 100%;
  height: auto;
}
.about .about-info {
  font-family: StudioSans;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 760px) {
  .about .about-info {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.45px;
  }
}
.about .about-info div {
  padding: 0px 20px;
  max-width: 503px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .about .about-info div {
    font-size: 14px;
  }
}
@media screen and (max-width: 760px) {
  .about .about-info div {
    max-width: 100%;
    padding: 30px 0px;
  }
}
.about .about-info b {
  display: block;
  font-size: 42px;
  letter-spacing: 3.5px;
  font-family: Forum;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .about .about-info b {
    font-size: 30px;
  }
}
@media screen and (max-width: 760px) {
  .about .about-info b {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.33px;
  }
}
.about .about-info b span {
  font-family: "Rozovii Chulok";
}
@media screen and (max-width: 760px) {
  .about .about-info b span {
    font-family: "StudioSans";
  }
}
.about .inverted {
  margin-top: 140px;
}
@media screen and (max-width: 1300px) {
  .about .inverted {
    margin-top: 70px;
  }
}
@media screen and (max-width: 760px) {
  .about .inverted {
    margin-top: 0px;
  }
}
.about .inverted .about-info {
  order: 1;
}
@media screen and (max-width: 760px) {
  .about .inverted .about-info {
    order: 2;
  }
}
.about .inverted .img {
  order: 2;
}
@media screen and (max-width: 760px) {
  .about .inverted .img {
    order: 1;
  }
}

.logos {
  margin-top: 160px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1300px) {
  .logos {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 760px) {
  .logos {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.media {
  display: none;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .media img {
    margin-bottom: 10px;
  }
}
.media .media-title {
  font-family: StudioSans;
  font-weight: 300;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .media .media-title {
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: 0.44px;
    margin-bottom: 5px;
  }
}
.media b {
  display: block;
  font-family: StudioSans;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .media b {
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0.38px;
    font-size: 10px;
  }
}

.close-gallery {
  display: none;
}

.favorite-heart img {
  position: absolute !important;
  top: 5px;
  right: 4px;
  width: 16px !important;
}

.product-gallery-wrapper {
  flex: 19;
  margin-right: 2.5%;
}
@media screen and (max-width: 760px) {
  .product-gallery-wrapper {
    margin-right: 0px;
  }
  .product-gallery-wrapper.fixed-gallery {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: white;
    justify-content: center;
  }
  .product-gallery-wrapper.fixed-gallery .gallery-nav-wrapper {
    z-index: 100;
  }
  .product-gallery-wrapper.fixed-gallery .favorite-heart,
.product-gallery-wrapper.fixed-gallery .full-screen-video,
.product-gallery-wrapper.fixed-gallery .full-screen {
    display: none;
  }
  .product-gallery-wrapper.fixed-gallery .close-gallery {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1;
    font-family: "lg";
    color: #999;
    font-size: 24px;
    height: 30px;
    line-height: 10px;
    padding: 10px 0;
    text-align: center;
    width: 30px;
    background-color: black;
    z-index: 100;
  }
  .product-gallery-wrapper.fixed-gallery .close-gallery:after {
    content: "";
  }
  .product-gallery-wrapper.fixed-gallery .gallery-main {
    transform: none !important;
    max-height: 100%;
    top: 0;
    position: fixed !important;
  }
}

.product-more-container .questions-answers {
  max-width: 900px;
}
.product-more-container .questions-answers > h1 {
  margin-bottom: 37px;
  font-family: StudioSans;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
.product-more-container .questions-answers > .question-container {
  margin-bottom: 8px;
}
.product-more-container .questions-answers-label {
  font-family: StudioSans;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.52px;
  color: #000000;
}
.product-more-container .questions-answers .question-text {
  padding-left: 20px;
  font-family: StudioSans;
  font-size: 14px;
  line-height: 1.41;
  letter-spacing: 0.52px;
  color: #ef5f96;
}
.product-more-container .questions-answers .answer-container {
  margin-bottom: 40px;
}
.product-more-container .questions-answers .answer-text {
  margin-bottom: 17px;
  padding-left: 15px;
  font-family: StudioSans;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: 0.52px;
  color: #000000;
}
.product-more-container .questions-answers .answer-replied {
  padding-left: 15px;
  font-family: StudioSans;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.52px;
  color: #656565;
}
.product-more-container .questions-answers-form > .container.section {
  max-width: 900px;
  margin-top: 0;
}
.product-more-container .questions-answers-form form textarea {
  border-color: #000;
  margin-bottom: 16px;
}

#fictitiousLastPhotoNav {
  position: relative !important;
}
#fictitiousLastPhotoNav > img {
  opacity: 0.5;
}

#fictitiousLastPhotoMain .main-image > div {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#fictitiousLastPhotoMain .main-image > div > p {
  font-family: StudioSans;
  font-size: 14px;
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0.31px;
  color: #000000;
  text-transform: uppercase;
}
#fictitiousLastPhotoMain .main-image > div > .btn-fictitious-last-photo {
  margin-top: 20px;
  height: 37px;
  padding: 10px 36px 10px 37px;
  border-radius: 2.1px;
  border: solid 1px #5c5c5c;
  background-color: #ffffff;
  font-family: StudioSans;
  font-size: 10.6px;
  line-height: 1.6;
  letter-spacing: 0.53px;
  color: #000000;
  text-transform: uppercase;
}

.alert.alert-warning.info-busy-couriers {
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .alert.alert-warning.info-busy-couriers {
    margin-top: 20px;
  }
}

.favorite-size {
  margin-top: 10px;
  text-align: center;
}

#similar .cross-sale-product-info {
  position: relative;
}
#similar .cross-sale-product-info .sold-out {
  position: absolute;
  background-color: rgba(26, 25, 25, 0.63);
  font-size: 10px;
  padding: 8px 10px;
  color: white;
  border: 1px solid white;
  text-transform: uppercase;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.product-delivery-info {
  border: 1px solid #e7e7e7;
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .product-delivery-info {
    letter-spacing: 0.22px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.product-delivery-info img {
  max-width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 760px) {
  .product-delivery-info img {
    max-width: 24px;
  }
}
.product-delivery-info .delivery-place {
  padding: 10px 10px;
}
.product-delivery-info .chosen-place {
  font-weight: bold;
}
.product-delivery-info .change-delivery-place {
  text-decoration: underline;
  display: block;
  margin-top: 2px;
}
.product-delivery-info p {
  padding: 10px 10px;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 760px) {
  .product-delivery-info p {
    padding: 7px 15px;
  }
}
.product-delivery-info p.other-day {
  display: none;
  color: #2196F3;
}
.product-delivery-info p.tomorrow {
  color: #ef5f96;
}
.product-delivery-info .suggester {
  display: none;
  margin-bottom: 0px;
  width: 270px;
  flex: 2;
}
@media screen and (max-width: 760px) {
  .product-delivery-info .suggester {
    width: auto;
  }
}
.product-delivery-info .suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0px;
  border: 1px solid #e7e7e7;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: white;
  display: none;
  max-height: 50vh;
  overflow-y: auto;
  z-index: 1;
}
.product-delivery-info .suggestions .list .item {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
}
.product-delivery-info .suggestions .list .item.active, .product-delivery-info .suggestions .list .item:hover {
  background: #fcf5fa;
}
.product-delivery-info .suggestions .list .item .img {
  width: 40px;
  margin-right: 10px;
}
.product-delivery-info .suggestions .list .item h2 {
  font-size: 12px;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  line-height: 1.1;
}
.product-delivery-info .suggestions .list .item .badge {
  font-size: 10px;
  display: none;
  margin-top: 5px;
}
.product-delivery-info .suggestions .list .item .badge:first-child {
  display: inline-flex;
}
.product-delivery-info .suggestions .list .item .price {
  letter-spacing: 0.26px;
  text-align: right;
  color: #555555;
  margin-left: 10px;
}
.product-delivery-info .suggestions .alert {
  margin: 10px;
}

.logos-section {
  gap: 20px;
}
.logos-section div {
  min-width: calc(16.6% - 20px);
}
@media screen and (max-width: 1300px) {
  .logos-section div {
    min-width: calc(33.33% - 20px);
  }
}
.logos-section div img {
  max-height: 45px;
}
@media screen and (max-width: 1300px) {
  .logos-section div img {
    max-height: 23px;
  }
}

.accordion {
  background: none;
  padding: 20px 0px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  color: #1C1B1B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.15px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
}
.accordion .minus {
  display: none;
}
.accordion .plus {
  display: block;
}
.accordion.first {
  border-top: 1px solid #DDD;
}
.accordion.active {
  border-bottom: none;
}
.accordion.active .minus {
  display: block;
}
.accordion.active .plus {
  display: none;
}
.accordion .accordion-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel {
  display: none;
  overflow: hidden;
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
  font-size: 15px;
  font-family: StudioSans;
  font-weight: 300;
  color: #000000;
  line-height: 1.83;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 760px) {
  .panel {
    line-height: 1.67;
  }
}
.panel.active {
  display: block;
}