.o-find-my-fit .c-contourlab {
  height: 65rem;
  width: 100%;
  border:none; 
  opacity:0;
}

.fmf-search-advice {
  display: flex;
  justify-content: center;
  text-align: left;
  gap: 64px;
}

#find-my-size-div{
  display: flex;
  flex-direction: row;
  allign-items: center;
  margin-right: 20px;
}

#find-my-size-button {
  cursor: pointer;
  background: #fff;
  color: #343434;
  font-size: 16px;
  text-decoration: underline;
  font-family: 'Barlow';
  border-radius: 3rem;
  border: none;
  width: 100%;
  padding-left: 0;
  padding-right: 4px;
  display: none;
}

#ruler-icon {
  height: 20px;
  width: 20px;
}

@media (max-width: 768px) {
  .fmf-search-advice {
    flex-direction: column;
    gap: 16px;
  }
}

.o-find-my-fit button {
   background-color: #ae9662;
}

.o-find-my-fit .text-primary {
   color: #ae9662;
}

.cl-survey-cta#surveyButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  border: 1px solid #948760;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: none;
  align-items: flex-start;
  gap: 15px;
  max-width: 400px;
  z-index: 1000;
}

.cl-survey-cta#surveyButton::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid white;
  border-top-color: #948760;
}

.cl-survey-cta#surveyButton img {
  width: auto;
  height: 100px;
  border-radius: 10%;
  object-fit: cover;
}

.cl-survey-cta#surveyButton .survey-message {
  flex: 1;
}

.cl-survey-cta#surveyButton .survey-message p {
  margin: 0 0 10px 0;
  font-size: 16px;
}

.cl-survey-cta#surveyButton .close-btn {
  padding: 0 5px;
}

.cl-survey-cta#surveyButton .survey-now {
  padding: 8px 20px;
}