.modal__logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}

.modal__logo .icon-contents {
  --icon-contents-max-width-mobile: 200px;
  --icon-contents-max-width-tablet: 200px;
  --icon-contents-max-width-desktop: 200px;
  --icon-contents-max-height-mobile: 50px;
  --icon-contents-max-height-tablet: 60px;
  --icon-contents-max-height-desktop: 60px;
}

.modal__logo picture {
  margin-right: 15px;
}

.modal--self-storage .modal__body {
  --surface-color: var(--grey-50);
  padding: 0;
}

.modal--self-storage article {
  padding: 35px 20px 30px;
}

.modal--self-storage__details {
  --modal-width: 960px;
}

.modal--product__image .modal--product__times {
  display: none;
}

.modal--product__intro {
  margin-top: 0;
  margin-bottom: 1rem;
}

.modal--self-storage__btn {
  margin-top: 1rem;
  margin-bottom: 10px;
  width: 100%;
}

.modal--product__phone-icon {
  padding: 0;
  margin-left: 15px;
}

.modal--product__phone-icon svg {
  height: 16px;
  width: 16px;
  fill: var(--color-primary);
}

.modal--product__phone {
  --text-font-size: 26;
}

.modal--product__phone-number {
  display: none;
  font-family: var(--font-stack-bebas);
}

.modal--product__text p {
  margin: 0;
}

.modal--product__quote {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}

.modal--product__quote-text,
.modal--product__quote .modal--product__phone {
  width: calc(100% - var(--btn-height));
  margin-bottom: 0;
}

.modal--product__quote .modal--product__phone-number {
  display: block;
  margin-right: 20px;
}

.modal--product__quote .btn {
  flex-shrink: 0;
  margin-left: 0;
  margin-top: 0;
}

.modal--product__location,
.modal--product__location a {
  font-weight: 500;
}

.modal--product__location span {
  font-weight: 300;
}

.modal--product__location span:not(:first-child) {
  margin-top: 3px;
  display: block;
}

.modal--product__location:first-child {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.modal--product__location-list {
  margin: 0 0 5px;
}

.modal--product__location-list li {
  list-style: none;
  margin-block: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.modal--product__location-list address,
.modal--product__location-list .modal--product__divider {
  width: 100%;
}

.modal--product__location-list address {
  margin-block: 0;
}

.modal--product__location-list .btn {
  margin-top: 0.25rem;
}

.modal--product__divider {
  border-bottom: 1px solid var(--grey-200);
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.modal--product__quote {
  width: 100%;
}

.modal--self-storage__enquiry {
  --modal-width: 920px;
}

.modal--self-storage__enquiry form {
  max-width: 100%;
}

.modal--self-storage__enquiry .field--textarea {
  grid-column: 1/-1;
}

.modal--self-storage__enquiry h3 {
  --top-margin-scaling-factor: 0.75;
}

.modal--self-storage__enquiry .field--btn {
  margin-top: var(--form-grid-gap);
}

@media (min-width: 48rem) {
  .modal--self-storage .modal__body {
    padding: 0;
  }
  .modal--self-storage article {
    padding: 30px;
  }
  .modal--product__divider {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .modal--product__phone-number {
    display: block;
  }
  .modal--product__phone-icon svg {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 60rem) {
  .modal--product__intro {
    margin-bottom: 1.25rem;
  }
  .modal--product__body {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
  }
  .modal--product__image > .glide--gallery {
    margin-bottom: 1rem;
  }
  .modal--product__location,
  .modal--product__location:first-child {
    margin-top: 0;
  }
  .modal--product .glide--gallery,
  .modal--product__image {
    flex-shrink: 0;
    width: 420px;
  }
  .modal--self-storage article {
    padding: 40px 30px;
  }
  .modal--self-storage .modal--product__text {
    margin-top: 0;
    flex-grow: 1;
  }
  .modal--self-storage__details .modal__logo {
    margin-bottom: 25px;
  }
  .modal--product__text .modal--product__location {
    margin-top: 0;
  }
  .modal--product__location-list li {
    gap: 10px;
  }
  .modal--product__location-list li address {
    order: 1;
    width: calc(100% - 70px);
    margin-right: auto;
  }
  .modal--product__location-list .btn {
    margin-top: 0;
  }
  .modal--product__location-list li .modal--product__phone-icon {
    order: 4;
  }
  .modal--product__location-list li .btn--w3w {
    order: 2;
    margin: 0;
    align-self: flex-end;
  }
  .modal--product__location-list li .modal--product__phone {
    order: 3;
  }
  .modal--product__location-list li .modal--product__divider {
    order: 5;
    margin-top: 10px;
  }
  .modal--self-storage__details .modal--product__times {
    display: none;
  }
  .modal--product__image .modal--product__times {
    display: block;
  }
  .modal--self-storage__btn {
    margin-top: 5px;
  }
  .modal--product__quote {
    gap: 20px;
  }
  .modal--product__quote .modal--product__phone {
    --text-font-size: 40;
    width: calc(100% - 80px);
  }
  .modal--product__quote-text {
    margin-bottom: -10px;
    width: calc(100% - 80px);
  }
  .modal--product__quote-text + .modal--product__phone-icon {
    margin-top: 10px;
  }
}
@media (min-width: 67.5rem) {
  .modal--self-storage__details .modal--product .glide--gallery,
  .modal--self-storage__details .modal--product__image {
    width: 480px;
  }
}
.self-storage .page-intro .text-content {
  max-width: 100%;
}

.self-storage__filters {
  --self-storage-filters-gap: 1.25rem;
}

.self-storage__fieldset {
  display: grid;
  gap: var(--self-storage-filters-gap);
}

.self-storage__filters form {
  max-width: 100%;
}

.self-storage__filters .btn {
  width: 100%;
  max-width: 100%;
}

.self-storage__filters .btn span {
  position: relative;
}

.self-storage__use-location .btn span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -23px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 0c-6.7 0-13.3 1.3-19.5 3.9C5.1 14.7-6.8 44 4 69.4 14.7 94.9 44 106.8 69.5 96 88 88.2 100 70.1 100 50c0-27.6-22.4-50-50-50zm4.5 90.6V77.2c0-2.5-2-4.5-4.5-4.5s-4.5 2-4.5 4.5v13.4c-9.2-1-17.8-5.1-24.4-11.7-6.6-6.6-10.7-15.2-11.7-24.4h13.4c2.5 0 4.5-2 4.5-4.5s-2-4.5-4.5-4.5H9.4c2.1-18.9 17.1-34 36.1-36.1v13.4c0 2.5 2 4.5 4.5 4.5s4.5-2 4.5-4.5V9.4c19 2.1 34 17.1 36.1 36.1H77.2c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5h13.4c-2.1 19-17.1 34-36.1 36.1z'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center;
}

.self-storage__filters .message-box {
  margin-bottom: 0;
}

.self-storage__filters .error-message--desktop .message-box {
  margin-block: 0;
}

.self-storage__filters .error-message--desktop,
.self-storage__loading {
  display: none;
}

.self-storage .loading-spinner {
  --spinner-size: 34px;
  position: relative;
  width: var(--spinner-size);
  height: var(--spinner-size);
  margin-right: auto;
  margin-left: auto;
}

.self-storage .loading-spinner div {
  position: absolute;
  width: var(--spinner-size);
  height: var(--spinner-size);
  margin: 5px;
  border: 5px solid;
  border-radius: 50%;
  animation: loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--grey-800) transparent transparent transparent;
}
.self-storage .loading-spinner div:nth-child(2) {
  animation-delay: -0.45s;
}
.self-storage .loading-spinner div:nth-child(3) {
  animation-delay: -0.3s;
}
.self-storage .loading-spinner div:nth-child(4) {
  animation-delay: -0.15s;
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.self-storage__cards {
  margin-top: var(--card-grid-gap);
}

.self-storage__icon {
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}

.self-storage__icon svg {
  height: 34px;
  width: 34px;
}

.self-storage__icon:last-child {
  margin-right: 0;
}

.self-storage__distance {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 500;
}

.self-storage__locations {
  margin-top: 15px;
  margin-bottom: 0;
}

.self-storage__opening-times {
  margin-top: 5px;
  margin-bottom: 0;
}

.self-storage__wrapper {
  margin-block: var(--module-spacing);
}

.self-storage .hidden {
  display: none;
}

.self-storage .visible {
  display: block;
}

.self-storage .custom-scrollbar::-webkit-scrollbar-button:decrement,
.self-storage .custom-scrollbar::-webkit-scrollbar-button:increment {
  width: 0;
  height: 0;
}

@media (min-width: 30rem) {
  .self-storage .map__module {
    height: 500px;
  }
}
@media (min-width: 37.5rem) {
  .self-storage__icon svg {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 48rem) {
  .self-storage__fieldset {
    grid-template-columns: 1fr minmax(max-content, 25%) minmax(max-content, 12%);
    gap: 0 var(--self-storage-filters-gap);
  }
  .self-storage__use-location .btn {
    padding-left: calc(var(--btn-padding-inline) * 2);
  }
  .self-storage__filters input {
    min-width: 0;
  }
  .self-storage__filters .error-message--mobile {
    display: none;
  }
  .self-storage__filters .error-message--desktop {
    display: block;
    grid-column: 1/-1;
  }
  .self-storage__filters .error-message--desktop:has(.message-box) {
    margin-top: var(--self-storage-filters-gap);
  }
  .self-storage__loading {
    grid-column: 1/-1;
    margin-top: 1rem;
  }
  .self-storage .loading-spinner {
    --spinner-size: 40px;
  }
}
@media (min-width: 60rem) {
  .self-storage__filters {
    --self-storage-filters-gap: 1.5rem;
  }
  .self-storage__cards {
    --card-grid-gap: 2rem;
    --card-column-count: 3;
  }
}
@media (min-width: 67.5rem) {
  .self-storage__wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .self-storage__wrapper h3 {
    margin-top: 0;
  }
  .self-storage__wrapper--welcome {
    flex-direction: row;
  }
  .self-storage .visible {
    display: flex;
  }
  .self-storage__cards {
    width: 400px;
    margin-top: 0;
    margin-right: 20px;
    min-height: 760px;
    max-height: calc(100vh - 260px);
    height: 1000px;
    overflow-y: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-left: -20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .self-storage .map__module {
    min-height: 760px;
    max-height: calc(100vh - 260px);
    height: 1000px;
  }
}

/*# sourceMappingURL=/assets/application/content-modules/self-storage-c9779e1f.css.map */
