#unisexSizeSelector.toggle-switch {
  position: relative;
  height: 48px;
  margin: 10px 0;
  border: solid 2px;
  border-radius: 30px;
}

#unisexSizeSelector .toggle-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#unisexSizeSelector .toggle-text {
  font-family: var(--font-body);
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.2s ease-in-out;
  text-transform: none;
}

#unisexSizeSelector .toggle-pill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #000;
  border-radius: 25px;
  transition: transform 0.2s ease-in-out;
}

#unisexSizeSelector .toggle-input {
  display: none;
}

#unisexSizeSelector .toggle-input:checked + .toggle-label .toggle-pill {
  transform: translateX(100%);
}

#unisexSizeSelector .toggle-input:checked + .toggle-label .toggle-text-right {
  color: #fff;
}

#unisexSizeSelector
  .toggle-input:not(:checked)
  + .toggle-label
  .toggle-text-left {
  color: #fff;
}

#unisexSizeSelector .toggle-input:not(:checked) + .toggle-label .toggle-pill {
  transform: translateX(0%);
}

.subsize-container {
  text-align: center;
  margin: -45px 0;
  padding-top: 12px;
  font-size: 13px;
  visibility: collapse;
}

.subsize-container > div {
  line-height: 17px;
}

#pdp-top-unisex-sizing {
  display: none;
}

:lang(fr-CA) #pdpMain[data-pid="59719U"] .product-variations .variation-title,
:lang(fr-CA) #pdpMain[data-pid="59726U"] .product-variations .variation-title,
:lang(fr-CA) #pdpMain[data-pid="59744U"] .product-variations .variation-title {
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}

:lang(fr-CA)
  #pdpMain[data-pid="59719U"]
  .product-variations
  .variation-title
  .label,
:lang(fr-CA)
  #pdpMain[data-pid="59726U"]
  .product-variations
  .variation-title
  .label,
:lang(fr-CA)
  #pdpMain[data-pid="59744U"]
  .product-variations
  .variation-title
  .label {
  width: 52%;
  line-height: 1.2em;
}

:lang(fr-CA)
  #pdpMain[data-pid="59719U"]
  .product-variations
  .variation-title
  .normal,
:lang(fr-CA)
  #pdpMain[data-pid="59726U"]
  .product-variations
  .variation-title
  .normal,
:lang(fr-CA)
  #pdpMain[data-pid="59744U"]
  .product-variations
  .variation-title
  .normal {
  margin-left: -0.4em !important;
}
