/* bespoke form */
.bespoke-form-step {
  margin-bottom: 80px;
}
.bespoke-form-step.checked .step-status {
  display: block;
}
.bespoke-form-step.checked .edit-link {
  background-color: #E31010;
}
.bespoke-form-header {
  height: 81px;
  padding-left: 91px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F4F4F4;
}
.bespoke-form-header-icons {
  width: 90px;
  height: 81px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bespoke-form-header-icons .step-number {
  height: 100%;
  display: inline-block;
}
.bespoke-form-header-icons .step-status {
  display: none;
  width: 19px;
  height: 19px;
  margin-right: 15px;
}
.bespoke-form-header-icons .step-status img {
  display: block;
  width: 100%;
}
.bespoke-form-header-title {
  font-size: 20px;
}
.bespoke-form-header .edit-link {
  display: block;
  width: 40px;
  height: 81px;
  line-height: 81px;
  border-radius: 47px 0 0 47px;
  background: #DBDBDB url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/custom/images/pencil.svg") center center no-repeat;
  background-size: 16px;
}
.bespoke-form-header .edit-link.enabled {
  background-color: #E31010;
}
.bespoke-form-fields {
  padding: 0 10px;
}
.bespoke-form-fields-note {
  padding: 20px 0 25px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: right;
}
.bespoke-form-fields-field {
  margin-bottom: 20px;
}
.bespoke-form-fields-field.error textarea,
.bespoke-form-fields-field.error select,
.bespoke-form-fields-field.error input[type=text] {
  border-color: #E31010;
}
.bespoke-form-fields-field.error label {
  color: #E31010;
}
.bespoke-form-fields-field.error .error-msg {
  color: #E31010;
  font-size: 0.8em;
}
.bespoke-form-fields-field-title {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
}
.bespoke-form-fields-field .input-group {
  margin-top: 15px;
  display: flex;
}
.bespoke-form-fields-field .input-group .input-radio {
  margin-bottom: 20px;
  flex: 1 1 50%;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio] + .radio-label {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio] + .radio-label:before {
  content: "";
  background: #E5E5E5;
  border-radius: 100%;
  border: 1px solid #E5E5E5;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio] + .radio-label:after {
  display: none;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio]:checked + .radio-label {
  position: relative;
  z-index: 4;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio]:checked + .radio-label:before {
  background-color: #FFFFFF;
  border-color: #E31010;
  -webkit-box-shadow: 0px 0px 0px 5px #F3CBC8;
  box-shadow: 0px 0px 0px 5px #F3CBC8;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio]:checked + .radio-label:after {
  content: "";
  background: #E31010;
  border-radius: 100%;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 3px;
  z-index: 5;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #E31010;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #E5E5E5;
  border-color: #a5a5a5;
  background: #a5a5a5;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.bespoke-form-fields-field textarea,
.bespoke-form-fields-field select,
.bespoke-form-fields-field input[type=text] {
  width: 100%;
  padding: 0 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  border: 1px solid #CED4DA;
  border-radius: 4px;
}
.bespoke-form-fields-field input[type=text],
.bespoke-form-fields-field select {
  height: 40px;
  line-height: 40px;
}
.bespoke-form-fields-field select {
  background: none;
}
.bespoke-form-fields-cta a {
  display: block;
  width: 100%;
}
.bespoke-form-fields-text {
  padding: 50px 10px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-align: center;
}
.bespoke-form-fields-text.disclaimer {
  padding: 20px 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 0;
}
.bespoke-form-fields .logos .title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .logos .subtitle {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .logos-wrapper {
  margin-bottom: 30px;
}
.bespoke-form-fields .logos-wrapper .single-logo {
  height: 50px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #585858;
}
.bespoke-form-fields .logos-wrapper .single-logo .logo-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .logos-wrapper .single-logo .remove {
  display: block;
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
.bespoke-form-fields .logos-wrapper .single-logo .remove:before, .bespoke-form-fields .logos-wrapper .single-logo .remove:after {
  display: block;
  content: " ";
  width: 20px;
  height: 1px;
  position: absolute;
  z-index: 2;
  top: 8px;
  background-color: #585858;
}
.bespoke-form-fields .logos-wrapper .single-logo .remove:before {
  left: -2px;
  transform: rotate(45deg);
}
.bespoke-form-fields .logos-wrapper .single-logo .remove:after {
  right: -2px;
  transform: rotate(-45deg);
}
.bespoke-form-fields .logos-wrapper .single-logo + .single-logo {
  margin-top: 10px;
}
.bespoke-form-fields .logos .upload_logos {
  width: 100%;
}
.bespoke-form-fields-uploads_logos input#logosFiles {
  display: none;
}
.bespoke-form-fields .templates {
  margin-bottom: 80px;
}
.bespoke-form-fields .templates .title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .templates .subtitle {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .templates-wrapper {
  margin-bottom: 50px;
}
.bespoke-form-fields .templates-group {
  margin-top: 30px;
}
.bespoke-form-fields .templates-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .templates-box {
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 30px;
}
.bespoke-form-fields .templates-box-custom {
  margin-top: 20px;
}
.bespoke-form-fields .templates .single-template {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.bespoke-form-fields .templates .single-template:nth-child(3n+1) {
  align-items: flex-start;
}
.bespoke-form-fields .templates .single-template:nth-child(3n+3) {
  align-items: flex-end;
}
.bespoke-form-fields .templates .single-template-content {
  width: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.bespoke-form-fields .templates .single-template-logo {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #585858;
}
.bespoke-form-fields .templates .single-template-logo img {
  max-width: 50%;
  max-height: 50%;
}
.bespoke-form-fields .templates .single-template-name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.bespoke-form-fields .templates .single-template-custom {
  height: 50px;
  padding: 0 25px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #585858;
}
.bespoke-form-fields .templates .single-template-custom-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .templates .single-template-custom .remove {
  display: block;
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
.bespoke-form-fields .templates .single-template-custom .remove:before, .bespoke-form-fields .templates .single-template-custom .remove:after {
  display: block;
  content: " ";
  width: 20px;
  height: 1px;
  position: absolute;
  z-index: 2;
  top: 8px;
  background-color: #585858;
}
.bespoke-form-fields .templates .single-template-custom .remove:before {
  left: -2px;
  transform: rotate(45deg);
}
.bespoke-form-fields .templates .single-template-custom .remove:after {
  right: -2px;
  transform: rotate(-45deg);
}
.bespoke-form-fields .templates .upload_template {
  width: 100%;
}
.bespoke-form-fields .templates input#templatesFiles {
  display: none;
}
.bespoke-form-fields-products-selector .products-selector-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bespoke-form-fields-products-selector .products-selector-results-intro {
  padding-bottom: 0;
}
.bespoke-form-fields-products-selector .products-selector-results-intro-title {
  margin-bottom: 0;
}
.bespoke-form-fields-products-selector .products-selector-results-list {
  display: none;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel {
  position: relative;
  z-index: 2;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-container {
  padding: 40px 15%;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands {
  position: absolute;
  z-index: 3;
  top: 3px;
  right: 10px;
  display: flex;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button,
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button {
  width: 27px;
  height: 27px;
  text-indent: -999px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:before, .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:after,
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:before,
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:after {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 8px;
  z-index: 4;
  background-color: #585858;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button {
  margin-right: 5px;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:before {
  left: 8px;
  transform: rotate(-45deg);
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:after {
  top: 16px;
  left: 8px;
  transform: rotate(45deg);
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:before {
  transform: rotate(45deg);
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:after {
  top: 16px;
  transform: rotate(-45deg);
}
.bespoke-form-fields-products-selector .products-selector-summary {
  transform: translateY(100%);
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: transform ease 0.3s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.bespoke-form-fields-products-selector .products-selector-summary.opened {
  transform: translateY(0);
}
.bespoke-form-fields-products-selector .products-selector-summary-wrapper {
  padding: 8px 0;
}
.bespoke-form-fields-products-selector .products-selector-summary-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3.6px;
}
.bespoke-form-fields-products-selector .products-selector-summary-products {
  font-size: 16px;
  color: #E31010;
}
.bespoke-form-fields-products-selector .products-selector-summary-clear {
  margin-top: 4px;
}
.bespoke-form-fields-products-selector .products-selector-summary-clear a {
  text-decoration: underline;
}
.step2{
    margin-top:2%;
}
.bespoke-form-fields-products-selector .product-card-wrapper {
  padding: 4px 4px 25px;
  border: 1px solid transparent;
  background: #FFFFFF;
}
.bespoke-form-fields-products-selector .product-card-wrapper.selected {
  border: 1px solid #00BA00;
  box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.4);
}
.bespoke-form-fields-products-selector .product-card-wrapper.selected .selected-status {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 9px;
}
.bespoke-form-fields-products-selector .product-card-wrapper.selected .selected-status img {
  display: block;
  width: 100%;
}
.bespoke-form-fields-products-selector .product-card-image {
  width: 100%;
  position: relative;
  z-index: 1;
}
.bespoke-form-fields-products-selector .product-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bespoke-form-fields-products-selector .product-card-image .selected-status {
  display: none;
}
.bespoke-form-fields-products-selector .product-card-content-box {
  margin-top: 22px;
  padding: 0 18px;
}
.bespoke-form-fields-products-selector .product-card-title {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.bespoke-form-fields-products-selector .product-card-title:after {
  display: block;
  content: "";
  width: 56px;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 4;
  background-color: #E31010;
}
.bespoke-form-fields-products-selector .product-card-text {
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
.bespoke-form-fields-products-selector .product-card-info-wrapper {
  margin-bottom: 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.bespoke-form-fields-products-selector .product-card-info-prices {
  font-size: 14px;
  line-height: 21px;
}
.bespoke-form-fields-products-selector .product-card-info-prices .price + .price:before {
  content: "-";
  margin: 0 2px;
}

.thankyou-modal .custom-modal-header {
  height: 144px;
  align-items: flex-start;
  background: none;
}
.thankyou-modal .custom-modal-header img {
  margin-top: 50px;
}
.thankyou-modal .custom-modal-title {
  margin-bottom: 52px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .bespoke-form-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
  .bespoke-form-header {
    height: 96px;
    padding-left: 111px;
    border-radius: 100px;
  }
  .bespoke-form-header-icons {
    width: 111px;
    height: 96px;
    padding-left: 25px;
  }
  .bespoke-form-header-icons .step-number {
    display: none;
  }
  .bespoke-form-header-icons .step-status {
    width: 40px;
    height: 40px;
  }
  .bespoke-form-header-title {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .bespoke-form-header-title:before {
    content: attr(data-desktop-prepend);
  }
  .bespoke-form-header .edit-link {
    width: 96px;
    height: 96px;
    margin-right: 0;
    line-height: 96px;
    border-radius: 96px;
    background-size: 32px;
  }
  .bespoke-form-fields {
    max-width: 700px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bespoke-form-fields-note {
    width: 100%;
    padding-top: 50px;
  }
  .bespoke-form-fields-text.disclaimer {
    margin: 0 auto;
    padding-top: 40px;
  }
  .bespoke-form-fields-field {
    margin-bottom: 22px;
    flex-basis: 49%;
  }
  .bespoke-form-fields-field.email, .bespoke-form-fields-field.message, .bespoke-form-fields-field.scope {
    min-width: 100%;
  }
  .bespoke-form-fields-field .input-group {
    justify-content: space-between;
    margin-bottom: 7px;
  }
  .bespoke-form-fields-field .input-group .input-radio {
    margin-bottom: 0;
    flex: none;
  }
  .bespoke-form-fields-field.email label {
    width: 100%;
  }
  .bespoke-form-fields-field.email input {
    width: 49%;
  }
  .bespoke-form-fields-cta {
    width: 100%;
    margin-top: 80px;
    text-align: center;
  }
  .bespoke-form-fields-cta a {
    width: auto;
    max-width: 492px;
    padding-left: 193px;
    padding-right: 193px;
    margin-left: auto;
    margin-right: auto;
  }
  .bespoke-form-fields-field.logos, .bespoke-form-fields-field.templates {
    min-width: 100%;
  }
  .bespoke-form-fields-field.templates {
    margin-bottom: 0;
  }
  .bespoke-form-fields .logos {
    margin-bottom: 50px;
  }
  .bespoke-form-fields .logos-wrapper {
    margin-bottom: 20px;
  }
  .bespoke-form-fields .logos-wrapper .single-logo {
    display: inline-flex;
    margin-bottom: 30px;
    margin-right: 10px;
  }
  .bespoke-form-fields .logos-wrapper .single-logo .logo-label {
    margin-right: 70px;
  }
  .bespoke-form-fields .logos-wrapper .single-logo + .single-logo {
    margin-top: 0;
  }
  .bespoke-form-fields .logos .upload_logos {
    width: 312px;
  }
  .bespoke-form-fields .templates-box-custom, .bespoke-form-fields .templates-box {
    padding: 0;
    grid-template-columns: repeat(6, 1fr);
  }
  .bespoke-form-fields .templates .single-template {
    align-items: flex-start;
  }
  .bespoke-form-fields .templates .single-template:nth-child(3n+3) {
    align-items: flex-start;
  }
  .bespoke-form-fields .templates .single-template-custom {
    display: inline-flex;
    margin-bottom: 30px;
    margin-right: 10px;
  }
  .bespoke-form-fields .templates .single-template-custom-name {
    margin-right: 70px;
  }
  .bespoke-form-fields .templates .upload_template {
    width: 312px;
  }
  .bespoke-form-fields-products-selector {
    margin-left: -45px;
    margin-right: -45px;
  }
  .bespoke-form-fields-products-selector .products-selector-wrapper {
    padding-top: 0;
    margin-top: 30px;
  }
  .bespoke-form-fields-products-selector .products-selector-menu {
    margin-top: 0;
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-container {
    padding-left: 11%;
    padding-right: 11%;
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands {
    top: -35px;
    right: 46px;
  }
  .bespoke-form-fields-products-selector .products-selector-summary {
    padding-left: 64px;
    padding-right: 64px;
    text-align: left;
    display: flex;
    flex-direction: row;
  }
  .bespoke-form-fields-products-selector .products-selector-summary-wrapper {
    width: 100%;
    padding: 13px 0;
    display: flex;
    align-items: center;
  }
  .bespoke-form-fields-products-selector .products-selector-summary-clear {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .bespoke-form-fields-products-selector .product-card-wrapper {
    padding-bottom: 31px;
  }
  .bespoke-form-step.step3 .bespoke-form-fields-cta {
    margin-top: 0;
  }
  .thankyou-modal .custom-modal-content {
    align-items: flex-start;
  }
  .thankyou-modal .custom-modal-content-box {
    min-width: 692px;
    max-width: 692px;
    top: 226px;
  }
  .thankyou-modal .custom-modal-details {
    padding-bottom: 62px;
  }
  .thankyou-modal .custom-modal-cta a {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .bespoke-form-fields {
    max-width: 870px;
  }
  .bespoke-form-fields-text {
    font-size: 20px;
    line-height: 30px;
  }
  .bespoke-form-fields .templates-box {
    grid-template-columns: repeat(9, 1fr);
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-container {
    padding-left: 10%;
    padding-right: 10%;
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:before, .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:after,
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:before,
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:after {
    width: 17px;
    height: 3px;
    top: 7px;
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button {
    margin-right: 10px;
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:after {
    top: 18px;
    left: 8px;
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:after {
    top: 18px;
  }
  .bespoke-form-fields-products-selector .product-card-wrapper {
    padding-bottom: 40px;
  }
  .bespoke-form-fields-products-selector .product-card-wrapper.selected {
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.4);
  }
  .bespoke-form-fields-products-selector .product-card-content-box {
    margin-top: 32px;
  }
  .bespoke-form-fields-products-selector .product-card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .bespoke-form-fields-products-selector .product-card-text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 21px;
  }
  .bespoke-form-fields-products-selector .product-card-info-wrapper {
    margin-bottom: 35px;
  }
  .bespoke-form-fields-products-selector .product-card-info-prices {
    font-size: 18px;
    line-height: 27px;
  }
}