.modal-close-button .modal-close-icon svg {
  transform: translateX(50%);
}

.select-gallery-container .tabnav {
  margin-right: var(--gallery-side-padding);
  margin-left: auto;
}

.card-cta-modal-button .card-cta-modal-button-icon {
  left: 20px;
  right: unset;
}

.section.section-clear {
  --global-section-padding: 75px;
}

@media only screen and (max-width: 1068px) {
  .section.section-clear {
    --global-section-padding: 60px;
  }
}

@media only screen and (max-width: 734px) {
  .section.section-clear {
    --global-section-padding: 45px;
  }
}

.chapternav-item.chapternav-item-compare figure {
  transform: scaleX(-1);
}

.product-tile-plus-copy.weight-copy {
  margin-bottom: 0.8em;
}

#ac-globalfooter .ac-gf-sosumi a {
  display: inline-block;
}
