/* module styles */
.marta-exhibition {
  padding-top: 80px;
}

/* text module */
.text-module {
  padding: 0 0 80px 0;
}

.text-module.small {
  font-size: 0.94rem;
  line-height: 1.2rem;
  width: 66.66%;
}

.text-module.large {
  font-size: 1.875rem;
  line-height: 1.25em;
  text-wrap: pretty;
}

.text-module.title {
  font-size: 1.875rem;
  margin-bottom: 16px;
  padding-bottom: 0;
  line-height: 1.25em;
}
.text-module.title.center {
  text-align: left;
}

@media (max-width: 740px) {
  .marta-exhibition {
    padding-top: 0px;
  }

  /* text module */
  .text-module {
    padding-bottom: 40px;
  }

  .text-module.small {
    font-size: 0.781rem;
    line-height: 1.3em;
    width: 100%;
  }

  .text-module.large {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .text-module.title {
    font-size: 0.94rem;
    margin-bottom: 16px;
    line-height: 1.3rem;
  }
  .text-module.title.center {
    text-align: center;
  }
}
/* gallery module */
.gallery-module {
  padding: 0 0 80px 0;
}
.gallery-module.triptych {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  gap: 32px;
}
.gallery-module.triptych .wrap-triptych {
  display: flex;
  flex-direction: column;
  gap: 0.33rem;
  width: 33.33%;
}
.gallery-module.triptych p {
  margin-top: 0;
}
.gallery-module.triptych .wrap-triptych img {
  display: block;
  width: 100%;
}
.gallery-module.couple {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 1024px) {
  .gallery-module.couple {
    gap: 16px;
  }
}

.gallery-module.couple .wrap-couple {
  display: flex;
  flex-direction: column;
  gap: 0.33rem;
  width: 50%;
}
.gallery-module.couple span img {
  display: block;
  width: 48%;
}
.gallery-module.couple img {
  display: block;
  width: 100%;
}
.gallery-module.couple p {
  margin-top: 0;
}

.gallery-module {
  text-wrap: pretty;
}

@media (max-width: 740px) {
  .gallery-module.triptych,
  .gallery-module.couple {
    display: flex;
    row-gap: 10px;
    column-gap: 16px;
    width: 100%;
    margin: 0 0 16px 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .gallery-module.triptych {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .gallery-module.couple .wrap-couple {
    padding: 0;
    flex: 1;
  }

  .gallery-module.triptych .wrap-triptych {
    flex-basis: calc(50% - 8px);
  }
  .gallery-module.triptych .wrap-triptych:first-child {
    margin: 0 50px;
  }
}

.image-module {
  padding: 0 0 80px 0;
}
.image-module .wrap {
  display: flex;
  align-items: center;
}
.image-module p {
  margin-top: 0;
}
.image-module.full img {
  width: 100%;
}
.image-module.full p {
  padding-left: 16px;
}
.image-module.big img {
  width: 100%;
}
.image-module.halfright {
  display: flex;
  justify-content: flex-end;
}
.image-module.halfleft {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.image-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.33rem;
}

.image-module.halfleft .image-wrapper,
.image-module.halfright .image-wrapper {
  width: 50%;
}

.image-module.halfleft .image-wrapper {
  padding-right: 16px;
}
.image-module.halfright .image-wrapper {
  padding-left: 16px;
}

@media (max-width: 1024px) {
  .image-module.halfleft .image-wrapper {
    padding-right: 8px;
  }
  .image-module.halfright .image-wrapper {
    padding-left: 8px;
  }
}

.image-module.halfleft .image-wrapper img,
.image-module.halfright .image-wrapper img {
  width: 100%;
}

@media (max-width: 740px) {
  .image-module {
    padding: 0;
    margin-bottom: 40px;
  }
  .image-module.halfright,
  .image-module.halfleft {
    display: block;
  }

  .image-module.halfleft .image-wrapper,
  .image-module.halfright .image-wrapper {
    width: 66.66%;
  }

  .image-module.halfright .image-wrapper {
    padding-left: 8px;
    margin-left: auto;
  }
}

.slideshow {
  margin-bottom: 160px;
  padding: 0 16px;
  opacity: 1;
  transition: 0.325s;
}

.slideshow.loaded {
  opacity: 1;
  transition: 0.325s;
}

.product .slideshow {
  margin-bottom: 0px;
  padding: 0;
}
.carousel-cell {
  width: calc(100% + 10px);
  display: none;
}

.carousel-cell:first-child {
  display: block;
}

.flickity-enabled .carousel-cell {
  display: block;
}

.carousel-cell img {
  width: 100%;
}
.carousel-cell .slide-caption {
  padding-left: 5px;
  margin: 0;
}
.carousel-cell .slide-caption p {
  margin: 2px 0;
}
.flickity-prev-next-button {
  top: calc(100% - 13px);
  padding: 0;
  margin: 0;
  width: 1em;
  font-family: "MartaPastoral" !important;
  background: transparent !important;
}
.product .flickity-prev-next-button {
  top: 101%;
}
.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.previous {
  left: auto;
  right: 43px;
}
.product .flickity-prev-next-button.previous {
  left: auto;
  right: 20px;
  height: 1em;
  margin-top: 0.5em;
}
.flickity-prev-next-button.previous:after {
  content: "←";
}

.flickity-prev-next-button.next {
  right: 16px;
}
.product .flickity-prev-next-button.next {
  right: 0;
  height: 1em;
  margin-top: 0.5em;
}
.flickity-prev-next-button.next:after {
  content: "→";
  font-family: "MartaPastoral" !important;
}

@media (max-width: 740px) {
  .slideshow {
    margin-bottom: 40px;
  }
  .slideshow-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

.video-wrapper {
  padding-bottom: 80px;
}
.video-module {
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

[data-type="audio"] .video-module {
  padding-top: 0;
}

.vimeo-video,
.video-module button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 0;
}

.video-module button {
  appearance: none;
  cursor: pointer;
  background: transparent;
  outline: none;
  z-index: 10;
}
.vid-controls {
  width: 100%;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  user-select: none;
}

.vid-controls img {
  height: 0.75em;
  width: auto;
}

.scrubber {
  width: 100%;
  height: 1px;
  position: relative;
}

.progress-bar {
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 100%;
  cursor: pointer;
}

.progress-bar .progress,
.progress-bar .track {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: height 0.25s 0.25s ease;
}

.progress-bar:hover .progress,
.progress-bar:hover .track {
  height: 100%;
  transition: height 0.25s 0s ease;
}

.progress-bar .progress {
  background: black;
}

.progress-bar .track {
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.play-pause {
  width: 25%;
  padding-left: 0;
  position: relative;
  cursor: pointer;
}

.play-pause:hover {
  color: #a6a6a6;
}

.time {
  width: 50%;
  display: flex;
  text-align: right;
  justify-content: flex-end;
}

.time span {
  display: inline-block;
  min-width: 3.15em;
  text-align: right;
}

.time em {
  width: 1em;
  text-align: right;
}

.sound {
  width: 25%;
  padding-left: 16px;
  position: relative;
  cursor: pointer !important;
}

[data-type="audio"] .sound {
  display: none;
}

#play-vid img,
#pause-vid img {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
#play-vid img {
  transform: translateY(1px);
}
.play span {
  display: inline-block;
  margin-left: 0.3em;
}
.pause span {
  display: inline-block;
  margin-left: 0.4em;
}
#sound-off,
#sound-on {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
#sound-on,
#pause-vid {
  display: none;
}

@media (max-width: 740px) {
  .video-wrapper {
    padding-bottom: 40px;
  }
}
.product {
  padding: 16px 16px 80px 16px;
}
.product:hover {
  cursor: pointer;
}
.product-module .box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 0 80px 0;
}
.product.small {
  width: 100%;
}
.product.large {
  width: 100%;
}
.product.full {
  width: 100%;
}
.product-available {
  position: relative;
  font-family: "MartaPastoral" !important;
  height: 1em;
}
.product .product-wrapper,
.product .available {
  width: 100%;
  max-width: none !important;
  text-align: left !important;
}
.marta-exhibition .product .product-wrapper,
.marta-exhibition .product .enquire-link-wrapper {
  /* visibility: hidden; */
  position: absolute;
  top: 0;
  left: 0;
}
.marta-exhibition .product .enquire-link-wrapper {
  top: 1em;
}
.marta-exhibition .product .enquire-link-wrapper .shopify-buy__btn-wrapper {
  display: none !important;
}
.marta-exhibition
  .product
  .enquire-link-wrapper
  .shopify-buy__product__actual-price {
  margin-left: 60px;
  margin-top: 1px;
}
.marta-exhibition
  .product
  .enquire-link-wrapper
  .shopify-buy__product__actual-price::after {
  display: none;
}
.marta-exhibition .product .information-row {
  padding-bottom: 5px;
}
.marta-exhibition .product .available {
  visibility: hidden;
  font-size: 0.94rem;
  line-height: 1.2rem;
  margin-top: 1em;
}
.product .available span {
  display: inline-block;
  border-bottom: 1px solid black;
  line-height: 1.25em;
}
.marta-exhibition .product .information-row:hover .product-wrapper,
.marta-exhibition .product .information-row:hover .enquire-link-wrapper {
  visibility: visible;
}
.marta-exhibition .product .information-row:hover .available {
  /* visibility: hidden; */
}
.editions .product .information-row .available {
  visibility: hidden;
}
.product .information-row:hover .enquire-link-wrapper .enquire-link {
  position: relative;
  z-index: 999;
}
.editions .product .information-row .product-wrapper {
  visibility: visible;
}
.product .excerpt {
  margin-bottom: 15px;
  max-width: 200px;
  font-size: 0.94rem !important;
  letter-spacing: 0.018em !important;
  line-height: 1.18rem !important;
}

.product.large .excerpt,
.product.full .excerpt {
  max-width: 90%;
}
.product .excerpt p {
  margin-top: 0.2em;
}
.product .information-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.inquire-pricing {
  width: 100%;
  position: relative;
}
.inquire-pricing div:first-child,
.tearsheet {
  height: 1em;
}
.pdf {
  text-decoration: none;
  border-bottom: none;
}
.pdf:hover {
  opacity: 0.3;
}
.product-image {
  width: 100%;
}
.enquire-link {
  background: transparent;
  font-size: 0.94rem;
  line-height: 1.2rem;
  border: none;
  cursor: pointer;
  padding: 0;
  border-bottom: 1px solid black;
}
::placeholder {
  color: black;
  opacity: 1;
}
:-ms-input-placeholder {
  color: black;
}
::-ms-input-placeholder {
  color: black;
}
.enquire-title {
  margin-bottom: 3em;
  font-size: 0.94rem;
}
.enquire-form {
  /* background: #FAF9F9; */
  /* width: 100vw; */
  /* left: 0;
  right: 0; */
  /* height: 90vh; */
  overflow: scroll;
  /* top: 74px !important; */
  z-index: 100;
  /* position: fixed; */
  /* display: none; */
  /* max-width: 1440px; */
  /* padding: 0 16.66vw; */
}
.enquire-form form {
  margin: 0 auto;
  padding: 0 16px 300px 16px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-family: "MartaPastoral" !important;
}
.enquire-form form .field {
  margin-bottom: 0.5em;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.enquire-form form button,
.enquire-form form .field input,
.enquire-form form .field textarea {
  border: none;
  padding: 8px 8px 6px 0;
  background: transparent;
  font-size: 0.94rem;
  line-height: 1.2rem;
}
.enquire-form form button.close-inquire {
  position: absolute;
  right: -20px;
  top: 25px;
  font-size: 1.5em;
  font-family: "MartaPastoral" !important;
  cursor: pointer;
}
.enquire-form .required {
  text-decoration: none;
}
.enquire-form form .field input,
.enquire-form form .field textarea {
  border-bottom: 1px solid black;
  font-family: "MartaPastoral" !important;
  padding: 0.3em 0 0em;
  -webkit-appearance: none;
  border-radius: 0;
}
.enquire-form form .field textarea {
  min-height: 150px;
}
.submit-button {
  text-align: right;
  display: inline-block;
}
.enquire-form input[type="submit"] {
  border: 0;
  background: transparent;
  border-bottom: 1px solid black;
  font-size: 0.94rem;
  line-height: 1.24em;
  padding: 0;
  font-family: "MartaPastoral" !important;
  border-radius: 0;
  color: currentColor;
}
.enquire-form input[type="submit"]:hover {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

@media (max-width: 1024px) {
  .product * {
    font-size: 0.781rem !important;
  }

  .product .excerpt {
    margin-bottom: 10px;
  }
  .product-module .box {
    justify-content: flex-start;
    padding: 40px 8px;
  }

  .product {
    padding: 16px 8px 80px 8px;
  }

  .enquire-form form {
    margin: 40px;
  }
  .enquire-form {
    padding: 0;
  }
}
@media (min-width: 340px) {
  .product.small {
    width: 50%;
  }
  .product.large {
    width: 50%;
  }
}
@media (min-width: 741px) {
  .product.small {
    width: 25%;
  }
}

.product .enquire-link-wrapper {
  margin-top: -1px;
}

.marta-exhibition.checklist .item {
  display: none;
}
.marta-exhibition.checklist .box {
  padding: 0;
}
.marta-exhibition.checklist .item.product-module {
  display: block;
}

#available-page.marta-exhibition.checklist .item.product-module {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1024px) {
  #available-page.marta-exhibition.checklist .item.product-module {
    padding-left: 8px;
    padding-right: 8px;
  }

  #available-page.marta-exhibition.checklist .item.product-module .padding {
    padding-left: 8px;
    padding-right: 8px;
  }
}

#available-page .excerpt {
  max-width: 90%;
}

#available-page .available {
  display: none;
}

#available-page .enquire-link-wrapper {
  top: auto;
}

.marta-exhibition.checklist .item.product-module .flickity-prev-next-button {
  /* display: none; */
}
.marta-exhibition.checklist .item.product-module .flickity-viewport {
  pointer-events: none;
}

.marta-exhibition.checklist .product .slideshow {
  /* cursor: default !important; */
}
.marta-exhibition.checklist .item.product-module .box {
  display: block;
}
.marta-exhibition.checklist .item.product-module .product.small,
.marta-exhibition.checklist .item.product-module .product.large {
  display: block;
  width: auto;
  max-width: 100%;
  cursor: default !important;
}
.marta-exhibition.checklist:not(#available-page)
  .item.product-module
  .product.small.product.not-available,
.marta-exhibition.checklist:not(#available-page)
  .item.product-module
  .product.large.product.not-available {
  display: none;
}
.marta-exhibition.checklist .item.product-module img.image {
  width: auto !important;
  height: 250px;
}
.marta-exhibition.checklist .item.product-module .tearsheet {
  display: none;
}

.marta-exhibition.checklist
  .item.product-module
  .shopify-buy__product__actual-price:after {
  display: none;
}

.marta-exhibition.checklist .product .product-wrapper,
.product .enquire-link-wrapper {
  visibility: visible;
}

.marta-exhibition.checklist
  .item.product-module
  .shopify-buy__btn-wrapper
  .shopify-buy__btn {
  /* border: 2px solid red; */
  display: none;
}

.marta-exhibition.checklist
  .item.product-module
  .shopify-buy__btn-wrapper
  .shopify-buy__btn.shopify-buy__btn-disabled {
  /* border: 2px solid green; */
  display: block;
  margin-top: 10px;
  height: 40px;
}

.marta-exhibition.checklist .item.product-module .hide-inquire-on-checklist,
.marta-exhibition.checklist .item.product-module .enquire-link {
  /* display: none; */
}

.marta-exhibition.checklist
  .item.product-module
  .product
  .enquire-link-wrapper
  .shopify-buy__product__actual-price {
  margin-left: 0;
}
.marta-exhibition.checklist.all-available .item.product-module .box {
  display: flex;
}
.marta-exhibition.checklist.all-available .item.product-module img.image {
  width: 100% !important;
  height: auto !important;
}
.marta-exhibition.checklist.all-available .product.small,
.marta-exhibition.checklist.all-available .product.large,
.marta-exhibition.checklist.all-available .product.full {
  width: 50% !important;
}
.marta-exhibition.checklist.all-available .product.not-available {
  display: none;
}
.marta-exhibition .box {
  justify-content: flex-start;
}

.appt-link {
  max-width: 1440px;
  margin: 0 auto 30px auto;
  width: 100%;
  padding: 0 16.66vw;
  text-align: right;
  font-size: 0.6785rem;
}
