@media only screen and (max-width: 991.98px) {
  #main-product-container {
    overflow: hidden;
  }
}
#main-product-container .breadcrumbs {
  margin: 17px 0;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container .breadcrumbs {
    margin: 9px 0;
  }
}
#main-product-container .breadcrumbs ul {
  margin: 0;
}
#main-product-container .breadcrumbs ul li a:hover {
  color: var(--accent-2-color);
  text-decoration: underline;
}
#main-product-container .breadcrumbs ul li:last-of-type a {
  cursor: default;
}
#main-product-container .breadcrumbs ul li:last-of-type a:hover {
  color: var(--text-primary-color);
  text-decoration: none;
}
#main-product-container #main-product {
  display: grid;
  grid-template-columns: 50% clamp(300px, 50%, 585px);
  gap: 40px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product {
    grid-template-columns: 100%;
    gap: 0;
  }
}
#main-product-container #main-product .mobile {
  display: none;
}
#main-product-container #main-product .product-information .product-details {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
}
#main-product-container #main-product .product-information .product-details .product-title-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main-product-container #main-product .product-information .product-details .product-title-wrapper h1.product-title {
  color: var(--text-primary-color);
}
#main-product-container #main-product .product-information .product-details .product-title-wrapper .product-reviews {
  display: flex;
  align-items: center;
}
#main-product-container #main-product .product-information .product-details .product-short-description {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: solid 1px var(--primary-color);
}
#main-product-container #main-product .product-information .product-details .product-short-description .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: clip;
}
#main-product-container #main-product .product-information .product-details .product-short-description .description p {
  margin: 0;
}
#main-product-container #main-product .product-information .product-details .product-short-description .read-more {
  margin-left: 5px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category {
  background: #fff;
  padding: 0;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .accordion-wrapper {
  padding-bottom: 10px;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .accordion-wrapper .accordion-title {
  font-size: 20px;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .accordion-wrapper .accordion-title svg {
  width: 20px;
  height: 20px;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .stock-availability:not(.stock-availability.hidden) + .product-form-recommendations {
  border-top: solid 1px var(--primary-color);
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations {
  width: 100%;
  padding: 25px 0;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .form-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations.oos-notification {
  flex-direction: column;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .normally-bought-with-swiper.swiper, #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .oos-notification-swiper.swiper {
  min-width: 0;
  padding-bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .normally-bought-with-swiper.swiper, #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .oos-notification-swiper.swiper {
    overflow: visible;
  }
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .normally-bought-with-swiper.swiper .swiper-controls, #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .oos-notification-swiper.swiper .swiper-controls {
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .normally-bought-with-swiper.swiper .swiper-controls .swiper-pagination, #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .oos-notification-swiper.swiper .swiper-controls .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: static;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .normally-bought-with-swiper.swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet, #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .oos-notification-swiper.swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: solid 1px var(--text-primary-color);
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .normally-bought-with-swiper.swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .product-form-recommendations .oos-notification-swiper.swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--text-primary-color);
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta-wrapper {
  padding-top: 20px;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category > div:not(.hidden) + .uniform-builder-cta-wrapper {
  padding-top: 30px;
  border: solid 1px var(--primary-color);
  border-width: 1px 0;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta {
  overflow: hidden;
  isolation: isolate;
  position: relative;
  padding: 23px 110px 21px 48.5px;
  border-radius: 5px;
  background: var(--primary-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta {
    align-items: center;
    padding: 23px 15px 45% 15px;
  }
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .title, #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .description, #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .deal {
  color: #FFFFFF;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .title, #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .description {
    text-align: center;
  }
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .title {
  font-size: 20px;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .description {
  font-weight: 300;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1199.98px) {
  #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta:has(.deals.many-deals) .sud-path {
    right: -13%;
  }
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .deals {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px 0;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .deals {
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 770px) {
  #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .deals {
    width: 80%;
  }
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .deals .deal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: bold;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .deals .deal svg {
  margin: 2px 10px 0 0;
  width: 18px;
  height: 18px;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .sud-path {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  inset: 0 0 0 auto;
  height: 100%;
  width: auto;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .sud-path {
    width: 100%;
    height: auto;
    inset: auto 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .sud-path svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: -1.05 1.05;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .sud-path svg path {
  stroke-width: 7px;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .sud-path svg:first-child {
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .sud-path svg:first-child {
    display: none;
  }
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .sud-path svg:last-child {
  display: none;
  width: 100%;
  height: auto;
  scale: 1.05 1.05;
  translate: 0px 20px;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .sud-path svg:last-child {
    display: flex;
  }
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta::before,
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .background {
  position: absolute;
  inset: 0;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta::before {
  content: "";
  background: var(--text-primary-color);
  opacity: 0.6;
  z-index: -2;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .background {
  z-index: -3;
}
#main-product-container #main-product .product-information .product-details .form-additional-content.accordion-category .uniform-builder-cta .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-product-container #main-product .product-information .product-form {
  margin-top: 10px;
  padding-bottom: 25px;
  border-bottom: solid 1px var(--primary-color);
}
#main-product-container #main-product .product-information .product-form form {
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper input[type=submit] {
  width: 100%;
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper button {
  margin-left: 10px;
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper .oos-notification {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper .oos-notification div {
  width: 100%;
  text-align: center;
  pointer-events: none;
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper .oos-notification button {
  margin-left: 10px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .name-input {
  margin-bottom: 15px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .name-input label span {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .name-input label input {
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 8px 8px;
  border: none;
  width: 100%;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .selector-wrapper {
  display: none;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .selector-wrapper:last-of-type {
  margin-bottom: 0;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .selector-wrapper label {
  margin-right: 6px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .selector-wrapper select {
  border: none;
  min-width: 103px;
  background-color: #f0f0f0;
  padding: 0px 8px;
  height: 30px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .personalisation-wrapper {
  display: none;
  flex-direction: column;
  gap: 5px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .personalisation-wrapper label {
  font-weight: 700;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .personalisation-wrapper input {
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 8px 16px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .personalisation-wrapper .personalise-error.active {
  border-radius: 5px;
  background-color: var(--button-1-color);
  text-align: center;
  color: #fff;
  padding: 4px 10px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .personalisation-wrapper.show {
  display: flex;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .recommended-size {
  font-size: 14px;
  font-weight: bold;
  color: var(--accent-2-color);
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .recommended-size {
    display: none;
  }
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .recommended-size + .size-guide {
  margin-top: 5px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name .selected-value {
  font-weight: 300;
  margin-left: 5px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name .size-guide {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name .size-guide span {
  pointer-events: none;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name .size-guide svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  pointer-events: none;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios.hidden {
  display: none;
}
@media only screen and (max-width: 769.98px) {
  #main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios {
    gap: 20px;
  }
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper {
  position: relative;
  overflow: hidden;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  margin: 0;
  cursor: pointer;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label {
  background-color: var(--primary-color);
  color: var(--text-alternate-color);
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label.unavailable::before {
  background: var(--text-alternate-color);
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:disabled {
  cursor: default;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:disabled + label {
  opacity: 0.4;
  pointer-events: none;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:hover:not(:checked, :disabled) + label {
  filter: brightness(0.9);
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label {
  display: block;
  padding: 10px 30px;
  background-color: var(--text-alternate-color);
  transition: all 0.3s;
  position: relative;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.unavailable:before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(343deg);
  width: 100%;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label:after {
  content: attr(data-title);
  content: attr(data-title)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label, #main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper.size label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: solid 1px var(--text-primary-color);
  font-weight: 300;
  line-height: 1.2;
  background: var(--primary-color);
  min-width: 75px;
  min-height: 46px;
  padding: 3.5px 18px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label span, #main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper.size label span {
  font-size: 12px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label, #main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper.size input:checked + label {
  color: white;
  font-weight: 700;
  background: var(--text-primary-color);
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .product-option-select-wrapper {
  width: 100%;
  position: relative;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .product-option-select-wrapper.hidden {
  display: none;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .product-option-select-wrapper select.product-option-select {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: solid 1px var(--text-primary-color);
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.2;
  background: var(--primary-color);
  min-width: 75px;
  min-height: 46px;
  padding: 3.5px 18px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .product-option-select-wrapper svg {
  pointer-events: none;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 50% 18px auto auto;
  translate: 0 -50%;
  -o-object-fit: contain;
     object-fit: contain;
}
#main-product-container #main-product .product-information .product-form form .variant-prices-container .variant-price-wrapper span {
  font-family: Poppins;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 30px;
}
@media only screen and (max-width: 575.98px) {
  #main-product-container #main-product .product-information .product-form form .quantity-total-wrapper {
    gap: 15px 20px;
  }
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .total {
  display: flex;
  align-items: center;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper > div {
  display: flex;
  align-items: center;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select {
  display: flex;
  background-color: var(--primary-color);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select > * {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.5px;
  height: 36px;
}
@media only screen and (max-width: 575.98px) {
  #main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select > * {
    width: 24px;
  }
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .quantity {
  width: 45px;
  font-weight: 700;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media only screen and (max-width: 575.98px) {
  #main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .quantity {
    width: 40px;
  }
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .quantity::-webkit-scrollbar {
  display: none;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .minus,
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .plus {
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .minus {
  padding-left: 10px;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .plus {
  padding-right: 10px;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .modal-view {
  display: none;
}
#main-product-container #main-product .product-information .product-form form .add-to-basket {
  padding: var(--button-v-padding) 10px;
}
#main-product-container #main-product .product-information .add-to-basket-sticky-wrapper {
  display: none;
  z-index: 10;
  position: fixed;
  inset: auto 0 0 0;
}
@media only screen and (max-width: 769.98px) {
  #main-product-container #main-product .product-information .add-to-basket-sticky-wrapper {
    display: block;
  }
}
#main-product-container #main-product .product-information .add-to-basket-sticky-wrapper .add-to-basket-sticky,
#main-product-container #main-product .product-information .add-to-basket-sticky-wrapper .oos-notification-sticky {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  padding: 17px 10px;
  box-shadow: 0px -8px 25px 0px rgba(0, 0, 0, 0.25);
}
#main-product-container #main-product .product-information .pdp-blocks {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .pdp-block-heading {
  margin-bottom: 15px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card {
    gap: 8px;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-image {
  position: relative;
  width: 28%;
  min-width: 110px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-image .button-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  cursor: pointer;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-image .quickview-eye {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 24px;
  cursor: pointer;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-image .quickview-eye svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .product-title-price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .product-title-price .product-sale-price, #main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .product-title-price .product-sale-price {
  font-size: 14px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .ctl-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  margin-top: 4px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form .variant-selector-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form .variant-selector-wrapper .selector-wrapper {
  width: calc(50% - 5px);
  margin: 0;
}
@media only screen and (max-width: 769.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form .variant-selector-wrapper .selector-wrapper {
    width: 100%;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form .variant-selector-wrapper .selector-wrapper select {
  width: 100%;
  border-radius: 15px;
  border: none;
  padding: 4px 8px;
  background-color: #eee;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form label {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form input[type=submit] {
  width: 100%;
  text-align: center;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .cta-banner {
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 769.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block .cta-banner {
    flex-direction: column;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .cta-banner > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 769.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block .cta-banner > div {
    text-align: center;
    justify-content: center;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .cta-banner .cta-banner-link a {
  display: block;
}
@media only screen and (max-width: 769.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block .cta-banner .cta-banner-link a {
    width: 60%;
    margin: 0 auto;
  }
}

.colour-wrapper .option-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.colour-wrapper .option-name .selected-value {
  font-weight: 300;
  margin-left: 5px;
}
.colour-wrapper .swatches {
  display: flex;
  gap: 15px 18px;
  position: relative;
}
.colour-wrapper .swatches input[type=radio] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.colour-wrapper .swatches input[type=radio]:disabled {
  cursor: default;
}
.colour-wrapper .swatches input[type=radio]:disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.colour-wrapper .swatches input[type=radio]:disabled + label:before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 100%;
}
.colour-wrapper .swatches input[type=radio]:checked + label {
  outline-color: var(--text-primary-color);
}
.colour-wrapper .swatches input[type=radio]:hover:not(:disabled) + label {
  outline-color: var(--text-primary-color);
}
.colour-wrapper .swatches .swatch {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
  border: solid #fff 3px;
  outline: solid 3px var(--primary-color);
  box-sizing: revert;
}
.colour-wrapper .swatches .swatch.unavailable {
  position: relative;
}
.colour-wrapper .swatches .swatch.unavailable:before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 100%;
}
.colour-wrapper .swatches .swatch.active {
  order: -1;
}
.colour-wrapper .swatches .swatch.active, .colour-wrapper .swatches .swatch:hover {
  outline-color: var(--text-primary-color);
}
.colour-wrapper.name-swatches {
  margin-bottom: 15px;
}
.colour-wrapper.name-swatches .selected-size-wrapper {
  font-weight: 700;
  margin-bottom: 10px;
}
.colour-wrapper.name-swatches .swatch-container {
  position: relative;
}
.colour-wrapper.name-swatches .swatch-container label span {
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.colour-wrapper.name-swatches .swatch-container input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.colour-wrapper.name-swatches .swatch-container input:checked + label, .colour-wrapper.name-swatches .swatch-container input:hover + label, .colour-wrapper.name-swatches .swatch-container input:focus + label {
  outline-color: var(--text-primary-color);
}

.offers-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  isolation: isolate;
  position: relative;
  padding: 15px;
  gap: 8px;
  border-radius: 5px;
  background: var(--primary-color);
}
.offers-block .content {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4.5px;
}
@media only screen and (max-width: 769.98px) {
  .offers-block .content {
    width: 100%;
  }
}
.offers-block .content .heading {
  margin-bottom: 5px;
}
.offers-block .content .list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  font-size: 14px;
  font-weight: 300;
}
.offers-block .content .list-item svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.offers-block .icons {
  z-index: -1;
  height: 100%;
  width: clamp(103px, 20%, 110px);
  padding: 15px;
  position: absolute;
  inset: 0 0 0 auto;
}
.offers-block .icons svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.shipping-time-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
}
@media only screen and (max-width: 575.98px) {
  .shipping-time-banner {
    padding: 0;
  }
}
.shipping-time-banner .shipping-time-banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 575.98px) {
  .shipping-time-banner .shipping-time-banner-wrapper {
    flex-direction: column;
  }
}
.shipping-time-banner .shipping-time-text-container .shipping-time-banner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.shipping-time-banner .shipping-time-text-container .shipping-time-banner-text .heading {
  font-size: 14px;
}
.shipping-time-banner .shipping-time-text-container .shipping-time-banner-text .pdp-countdown {
  color: var(--accent-2-color);
}
.shipping-time-banner .shipping-time-icon {
  width: 60px;
  height: 36px;
}
.shipping-time-banner .shipping-time-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.stock-indicator {
  display: flex;
}
@media only screen and (max-width: 575.98px) {
  .stock-indicator {
    justify-content: center;
  }
}
.stock-indicator.hidden {
  display: none;
}
.stock-indicator .indicator {
  margin-right: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}
.stock-indicator .text {
  font-size: 14px;
  font-weight: 700;
}

.horizontal-split {
  width: 100%;
  height: 1px;
  background: var(--primary-color);
}

.modal-container.size-guide--modal-container {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.modal-container.size-guide--modal-container .modal {
  margin: unset;
  width: 94%;
  max-width: 800px;
  height: 85%;
}
.modal-container.size-guide--modal-container .modal .close-button {
  z-index: 1;
}
.modal-container.size-guide--modal-container .modal .close-button .icon.icon-close path {
  fill: var(--accent-2-color);
}
.modal-container.size-guide--modal-container .modal .size-guide-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  padding: 30px 0;
}
.modal-container.size-guide--modal-container .modal .size-guide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery {
  position: relative;
}

.gallery-container {
  width: 100vw;
  margin: 0 -1.5rem;
  opacity: 1;
  max-height: unset;
  transition: 0.2s ease-in-out;
  position: sticky;
  top: 150px;
  display: grid;
  grid-template-columns: clamp(40px, 20%, 90px) 1fr;
  gap: 25px;
}
@media only screen and (min-width: 770px) {
  .gallery-container {
    margin: 0 -5rem;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-container {
    width: 100%;
    margin: 0;
    position: sticky;
    inset: 150px 0 auto 0;
  }
}
.gallery-container .school-collection {
  grid-column: span 2;
}
.gallery-container .school-collection .product-badge {
  font-size: 14px;
  color: var(--primary-text-color);
  padding: 5px 10px;
  white-space: nowrap;
  background: var(--accent-1-color);
  position: relative;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
}
.gallery-container .school-collection .product-badge::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  opacity: 0.3;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  -webkit-animation: badge_shine 10s infinite 3s;
          animation: badge_shine 10s infinite 3s;
}
@-webkit-keyframes badge_shine {
  0% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes badge_shine {
  0% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.gallery-container.loading {
  opacity: 0;
  max-height: 600px;
}
@media only screen and (max-width: 991.98px) {
  .gallery-container {
    grid-template-columns: 100%;
  }
}
.gallery-container .swiper {
  width: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 480px;
}
@media only screen and (max-width: 991.98px) {
  .gallery-container .swiper {
    max-height: 400px;
  }
}
.gallery-container .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 5px;
}
.gallery-container .swiper .swiper-slide img, .gallery-container .swiper .swiper-slide video, .gallery-container .swiper .swiper-slide iframe, .gallery-container .swiper .swiper-slide svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.gallery-container .swiper .swiper-button-prev,
.gallery-container .swiper .swiper-button-next {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 7.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}
.gallery-container .swiper .swiper-button-prev::after,
.gallery-container .swiper .swiper-button-next::after {
  content: "";
}
.gallery-container .swiper .swiper-button-prev svg,
.gallery-container .swiper .swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery-container .swiper .swiper-button-prev.swiper-button-disabled,
.gallery-container .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.gallery-container .swiper.pdp-gallery .button-wishlist {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  inset: 16px 20px auto auto;
  width: 31px;
  height: 31px;
}
@media only screen and (max-width: 991.98px) {
  .gallery-container .swiper.pdp-gallery .button-wishlist {
    inset: 16px 5rem auto auto;
  }
}
@media only screen and (max-width: 769.98px) {
  .gallery-container .swiper.pdp-gallery .button-wishlist {
    inset: 16px 1.5rem auto auto;
  }
}
.gallery-container .swiper.pdp-gallery .button-wishlist svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery-container .swiper.pdp-gallery .button-wishlist svg.heart-full path {
  fill: var(--accent-2-color);
}
.gallery-container .swiper.pdp-gallery .product-badges {
  z-index: 10;
  inset: 16px auto auto 16px;
}
@media only screen and (max-width: 991.98px) {
  .gallery-container .swiper.pdp-gallery .product-badges {
    inset: 16px auto auto 5rem;
  }
}
@media only screen and (max-width: 769.98px) {
  .gallery-container .swiper.pdp-gallery .product-badges {
    inset: 16px auto auto 1.5rem;
  }
}
.gallery-container .swiper.pdp-gallery .swiper-slide {
  position: relative;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.gallery-container .swiper.pdp-gallery .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.gallery-container .swiper.pdp-gallery .swiper-slide .lightbox-trigger {
  position: absolute;
  inset: auto 0px 0px auto;
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.1882352941));
}
@media only screen and (max-width: 991.98px) {
  .gallery-container .swiper.pdp-gallery .swiper-slide .lightbox-trigger {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: flex-end;
    inset: auto 5rem 0px auto;
    padding-right: 0;
  }
}
@media only screen and (max-width: 769.98px) {
  .gallery-container .swiper.pdp-gallery .swiper-slide .lightbox-trigger {
    inset: auto 1.5rem 0px auto;
  }
}
.gallery-container .swiper.pdp-gallery .swiper-slide .lightbox-trigger svg path {
  fill: var(--text-primary-color);
}
.gallery-container .swiper.pdp-gallery .swiper-button-prev {
  rotate: 90deg;
}
.gallery-container .swiper.pdp-gallery .swiper-button-next {
  rotate: -90deg;
}
.gallery-container .swiper.pdp-gallery-thumbnails {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .gallery-container .swiper.pdp-gallery-thumbnails {
    display: none;
  }
}
.gallery-container .swiper.pdp-gallery-thumbnails .swiper-slide {
  width: 100%;
  height: 0;
  padding-top: 105%;
  position: relative;
  cursor: pointer;
}
.gallery-container .swiper.pdp-gallery-thumbnails .swiper-slide img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-container .swiper.pdp-gallery-thumbnails .swiper-button-prev,
.gallery-container .swiper.pdp-gallery-thumbnails .swiper-button-next {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #FFFFFF;
  border-radius: 0;
}
.gallery-container .swiper.pdp-gallery-thumbnails .swiper-button-prev.swiper-button-disabled,
.gallery-container .swiper.pdp-gallery-thumbnails .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.gallery-container .swiper.pdp-gallery-thumbnails .swiper-button-prev.swiper-button-prev,
.gallery-container .swiper.pdp-gallery-thumbnails .swiper-button-next.swiper-button-prev {
  padding: 5px 10px 2px;
  inset: 20px 0 auto 0;
  scale: 1 -1;
  align-items: flex-start;
}
.gallery-container .swiper.pdp-gallery-thumbnails .swiper-button-prev.swiper-button-next,
.gallery-container .swiper.pdp-gallery-thumbnails .swiper-button-next.swiper-button-next {
  padding: 5px 10px 0;
  inset: auto 0 0 0;
  align-items: flex-end;
}
.gallery-container .swiper.pdp-gallery-thumbnails .swiper-button-prev svg,
.gallery-container .swiper.pdp-gallery-thumbnails .swiper-button-next svg {
  width: 15px;
  height: 9px;
}

.accordion-wrapper.stock-availability.hidden {
  display: none;
}
.accordion-wrapper.stock-availability .accordion-content {
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.accordion-wrapper.stock-availability .accordion-content::-webkit-scrollbar {
  display: none;
}
.accordion-wrapper.stock-availability .accordion-content .stock-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}
.accordion-wrapper.stock-availability .accordion-content .stock-list.hidden {
  display: none;
}
.accordion-wrapper.stock-availability .accordion-content .stock-list .location {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
}
.accordion-wrapper.stock-availability .accordion-content .stock-list .location > * {
  width: 150px;
}
.accordion-wrapper.stock-availability .accordion-content .stock-list .location .title,
.accordion-wrapper.stock-availability .accordion-content .stock-list .location .link {
  font-size: 16px;
  font-weight: 700;
}
.accordion-wrapper.stock-availability .accordion-content .stock-list .location .link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
