html {
  scroll-behavior: smooth;
}

body {
  font-family: "sofia-pro", sans-serif;
  margin: 0;
  padding: 0;
  color: #111;
}

.announcement-bar {
  font-family: "sofia-pro", sans-serif;
  letter-spacing: 0.5px;
  background-color: #000000;
  color: #fff;
  padding: 25px 0;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.d-none {
  display: none;
}

#responseMessage,
#responseMessageSms {
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}

.mobile-form,
.email-form {
  max-width: 565px;
  margin: 0 auto;
}

.errorMessageMobile,
.errorMessageEmail {
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: -2px;
  color: #c44f4f !important;
}

.clearance-nav {
  text-align: center;
  padding: 0 0 12px;
}

.clearance-nav nav {
  padding-top: 12px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.clearance-nav nav a {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

/* Hero section */
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #d9f857;
  padding: 0px;
}

.signup .emaildata,
.signup .phonedata {
  margin-bottom: 10px;
}

.hero-text {
  width: 38%;
  padding: 0 50px;
  background-color: #fff;
  margin: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.hero-text .heading_h2 {
  letter-spacing: 1px;
  margin-top: 0;
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #111111;
  margin-bottom: 5px;
}

.hero-text .heading_h3 {
  letter-spacing: 1px;
  font-family: "sofia-pro", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 1em;
  margin-bottom: 8px;
}

.hero-text p {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #111111;
  padding: 0 30px;
}

.hero-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 60%;
}

.hero-img img {
  max-width: 100%;
  border-radius: 0px;
  height: 100%;
}

/* Store Location */
.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0px;
  background: transparent;
}

.location-map {
  min-width: 300px;
}

.location-map img {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.location-info {
  min-width: 250px;
  font-size: 14px;
}

.location-info strong {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000;
}

.location-info .location_heading {
  margin: 10px 0;
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 2px;
  color: #111111;
  padding-bottom: 3px;
  width: 200px;
  text-transform: uppercase;
  text-transform: uppercase;
  border-bottom: 8px solid #E4FA74;
  margin-bottom: 10px;
}

.location-info p {
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 32px;
  font-family: "sofia-pro", sans-serif;
  color: #000;
  margin-top: 10px;
  margin-bottom: 30px;
}

.location-info a {
  font-size: 17px;
  font-family: "sofia-pro", sans-serif;
  color: #111;
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 10px 35px;
  background: #333;
  color: #fff !important;
  border-radius: 0px;
  text-decoration: none;
  margin-top: 10px;
  font-size: 16px;
}

p.privacy-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "sofia-pro", sans-serif;
}

.clearance-nav nav a,
.location-info a,
.signup button,
footer a {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.clearance-nav nav a:hover,
.location-info a:hover,
.signup button:hover,
footer a:hover {
  opacity: 0.8;
}

.bottom-link {
  text-decoration: underline;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

/* Email signup */
.signup {
  background: #E5F973;
  text-align: center;
  padding: 40px 0px;
  max-width: 1312px;
  margin: 0 auto;
  width: 90%;
}

.signup h3 {
  letter-spacing: 1px;
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: #111111;
  margin: 0 0 0px;
  text-transform: uppercase;
}

.signup p {
  letter-spacing: 1px;
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #111111;
}

p.privacy-text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}

p.privacy-text a {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
}

.signup input {
  padding: 10px;
  width: 340px;
  max-width: 80%;
  border: 1px solid #fff;
  border-radius: 0;
  color: #000;
  font-family: "sofia-pro", sans-serif;
}

.signup button {
  font-size: 15px;
  font-family: "sofia-pro", sans-serif;
  font-weight: normal;
  text-transform: none;
  padding: 10px 25px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0;
  margin-left: -4px;
  cursor: pointer;
  min-width: 200px;
}

.signup button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.signup input.box-err {
  border: 1px solid rgb(228, 67, 67);
}

.signup input:focus-visible {
  outline: none;
}

.location-main {
  max-width: 1312px;
  margin: 50px auto;
  width: 90%;
  background: #FFFFFF;
}

/* FAQ */
.faq {
  padding: 15px 1px 55px;
  max-width: 1312px;
  margin: 0 auto;
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.faq h3 {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
}

.faq-item {
  border-bottom: 1px solid #000;
  padding: 15px 0;
}

.faq-item summary {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  cursor: pointer;
}

.faq-item p {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 0;
  color: #000;
}

.faq-item p a {
  color: #000000;
}

/* Footer */
footer {
  background: #000000;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  font-size: 13px;
}

footer h3 {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

footer a {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration-line: underline;
  color: #FFFFFF;
}

footer p {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 0;
}

footer p a {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}

.faq summary {
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq details > summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}

.faq details > summary::after {
  content: "+";
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  font-size: 30px;
}

.faq details[open] > summary::after {
  content: "-";
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-text .heading_h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-text .heading_h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .hero-text {
    width: 38%;
    padding: 0 20px;
  }
  .location {
    gap: 20px;
  }
  .location-info strong {
    font-size: 18px;
    line-height: 24px;
  }
  .location-info .location_heading {
    font-size: 26px;
    line-height: 32px;
    width: 140px;
    border-width: 5px;
  }
  .location-info p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .location-map {
    min-width: 20%;
    width: 47%;
  }
  .location-info {
    min-width: 200px;
    font-size: 14px;
    padding-left: 20px;
  }
  .signup h3 {
    font-size: 32px;
  }
  .signup p {
    font-size: 20px;
    line-height: 28px;
  }
  p.privacy-text {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .hero-text {
    margin: 25px 25px 25px 20px;
  }
  .clearance-nav nav a {
    margin: 0 5px !important;
  }
  .announcement-bar {
    padding: 15px 0;
  }
  .mobile-form,
  .email-form {
    max-width: 385px;
    width: 95%;
  }
  .signup h3 {
    font-size: 30px;
  }
  .clearance-nav {
    margin-top: 0px;
  }
  .clearance-nav img {
    width: 200px;
  }
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0;
  }
  .hero-text {
    width: 90%;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .hero-img {
    display: block;
    width: 100%;
  }
  .hero-text .heading_h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
  .hero-text .heading_h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .hero-text p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .location-info strong {
    font-size: 20px;
  }
  .location-info .location_heading {
    font-size: 30px;
    line-height: 38px;
    width: 160px;
    border-width: 6px;
  }
  .location-info p {
    font-size: 20px;
    line-height: 26px;
  }
  .location-main {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .location-info {
    min-width: 315px;
    font-size: 15px;
    padding-left: 25px;
  }
  .location-map {
    min-width: 100%;
  }
  .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 752px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px 0px 0;
    background: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .signup {
    width: 100%;
    padding: 30px 0 20px;
  }
  .signup input {
    width: 180px;
  }
  .faq {
    padding: 0px 1px 50px;
  }
  .faq-item summary {
    font-size: 16px;
    line-height: 22px;
  }
  .faq-item p {
    font-size: 14px;
  }
  .signup p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .signup button {
    min-width: 182px;
  }
  .privacy-text {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .signup input {
    width: 130px;
  }
  mobile-form,
  .email-form {
    max-width: 385px;
    width: 88%;
  }
}
@media (max-width: 375px) {
  .mobile-form,
  .email-form {
    max-width: 385px;
    margin: 0 auto;
    width: 95%;
  }
}
/*
      .faq-item summary::marker {
      content: "+";}
      details[open] > summary::marker {
      content: "-";
      } */
.do-not-sell-wrapper {
  color: #000;
  padding: 57px 65px 57px 85px;
}

@media (max-width: 1023.98px) {
  .do-not-sell-wrapper {
    padding: 40px 17px;
  }
  .do-not-sell-wrapper.container {
    max-width: 100%;
  }
}
.do-not-sell-wrapper .brand_logos {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px;
}

@media (max-width: 1023.98px) {
  .do-not-sell-wrapper .brand_logos {
    margin-bottom: 44px;
    padding-left: 0px;
    padding-right: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.do-not-sell-wrapper .brand_logos .ann-img {
  margin-top: 0;
  width: 235px;
  height: 20px;
}

@media (max-width: 1023.98px) {
  .do-not-sell-wrapper .brand_logos .ann-img {
    width: 106px;
    height: 9px;
    margin-bottom: 18px;
  }
}
.do-not-sell-wrapper .brand_logos .ann-img-factory {
  margin-top: 0;
  width: 358px;
  height: 23px;
}

@media (max-width: 1023.98px) {
  .do-not-sell-wrapper .brand_logos .ann-img-factory {
    width: 162px;
    height: 10px;
    margin-bottom: 18px;
  }
}
.do-not-sell-wrapper .brand_logos .loft-img-factory {
  margin-top: 0;
  width: 135px;
  height: 37px;
}

@media (max-width: 1023.98px) {
  .do-not-sell-wrapper .brand_logos .loft-img-factory {
    width: 66px;
    height: 18px;
    margin-left: 23px;
  }
}
.do-not-sell-wrapper .brand_logos .loft-outlet {
  margin-top: 0;
  width: 134px;
  height: 65px;
}

@media (max-width: 1023.98px) {
  .do-not-sell-wrapper .brand_logos .loft-outlet {
    width: 61px;
    height: 33px;
    margin-right: 48px;
  }
}
.do-not-sell-wrapper label {
  display: inline;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.do-not-sell-wrapper .hide {
  display: none;
}

.do-not-sell-wrapper .your-choice-wrappper {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .do-not-sell-wrapper .your-choice-wrappper {
    margin-bottom: 18px;
  }
}
.do-not-sell-wrapper .your-choice-wrappper h4 {
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 31px;
}

@media (max-width: 1023.98px) {
  .do-not-sell-wrapper .your-choice-wrappper h4 {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}
.do-not-sell-wrapper .your-choice-wrappper .para label {
  font-weight: 600;
}

.do-not-sell-wrapper .email_section {
  display: none;
  margin-bottom: 22px;
}

.do-not-sell-wrapper .email_section p.bold {
  text-transform: uppercase;
}

@media (max-width: 1023.98px) {
  .do-not-sell-wrapper .email_section {
    margin-bottom: 12px;
  }
}
.do-not-sell-wrapper .postal_section {
  display: none;
}

.do-not-sell-wrapper .postal_section p.bold {
  text-transform: uppercase;
}

.do-not-sell-wrapper .form-control.is-invalid {
  border-color: unset;
  padding-right: 0;
}

.do-not-sell-wrapper .invalid-feedback {
  color: #da2a2a;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.do-not-sell-wrapper .invalid-feedback::before {
  content: unset;
}

.do-not-sell-wrapper .privacy-policy-link {
  text-decoration: underline;
  color: #0d4bfc;
}

.do-not-sell-wrapper p,
.do-not-sell-wrapper .do-not-font-family {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.6px;
  font-weight: 400;
  vertical-align: text-top;
}

.do-not-sell-wrapper .hr {
  margin-top: 0;
  margin-bottom: 30px;
}

.do-not-sell-wrapper .checkbox_block {
  margin-bottom: 50px;
}

@media (max-width: 1023.98px) {
  .do-not-sell-wrapper .checkbox_block {
    margin-bottom: 43px;
  }
}
.do-not-sell-wrapper .checkbox_block li label {
  line-height: 16px;
  color: #111;
  margin-bottom: 19px;
  display: inline-block;
}

.do-not-sell-wrapper .checkbox_block li label::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 12px;
  border: 1px solid #000;
  background-color: #fff;
  background-size: 11px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  top: 2px;
}

.do-not-sell-wrapper .checkbox_block li:last-child label {
  margin-bottom: 0;
}

.do-not-sell-wrapper .checkbox_block input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.do-not-sell-wrapper .checkbox_block input[type=checkbox]:checked ~ label::before {
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("../images/icons/check.svg");
}

.do-not-sell-wrapper .form-group {
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  .do-not-sell-wrapper .form-group:nth-child(1) {
    padding-right: 17.5px;
  }
  .do-not-sell-wrapper .form-group:nth-child(2) {
    padding-left: 17.5px;
  }
}
.do-not-sell-wrapper .form-group .form-control-label {
  margin-bottom: 4px;
  display: inline-block;
}

.do-not-sell-wrapper .form-group select {
  background-position: calc(100% - 26px) 50%;
  background-size: 16px 9px;
}

.do-not-sell-wrapper ul {
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.do-not-sell-wrapper .already-recieve {
  padding: 20px 30px;
  font-size: 0.75rem;
  color: #4a4a4a;
}

.do-not-sell-wrapper .bold {
  font-weight: 600;
}

.do-not-sell-wrapper .ann-img {
  margin-top: 20px;
}

.do-not-sell-wrapper .ann-img-factory {
  margin-top: 5px;
}

.do-not-sell-wrapper .loft-img-factory {
  margin-top: 14px;
}

.do-not-sell-wrapper .loft-outlet {
  margin-top: -2px;
}

.do-not-sell-wrapper .donotsell-links {
  color: #000 !important;
  text-decoration: underline !important;
  cursor: pointer;
  font-size: 14px;
}

.do-not-sell-wrapper .donotsell-links-email {
  text-decoration: underline !important;
  font-style: italic;
}

.do-not-sell-wrapper .donotsell-back-policy {
  text-decoration: underline !important;
  color: #111;
}

.do-not-sell-wrapper .request-message {
  font-size: 1rem;
}

.do-not-sell-wrapper .lane-bryant-button {
  position: absolute;
  width: 210px;
  background: #555 !important;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  margin-top: -40px;
  margin-left: -75px;
}

@media (max-width: 1023.98px) {
  .do-not-sell-wrapper .lane-bryant-button {
    width: 115px;
    margin-left: auto;
    margin-top: auto;
    top: -30px;
    left: 0;
  }
}
.do-not-sell-wrapper .lane-bryant-link {
  color: #0d4bfc !important;
  text-decoration: underline !important;
}

.do-not-sell-wrapper .submit-prefrences {
  width: 496px;
  height: 48px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  text-align: center;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 21px;
}

.do-not-sell-wrapper .submit-prefrences:disabled {
  background-color: #767676 !important;
  border: 1px solid #767676 !important;
}

@media (max-width: 1023.98px) {
  .do-not-sell-wrapper .submit-prefrences {
    width: 100%;
  }
}
#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,
#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  color: #ffffff !important;
  border: none !important;
  background-color: #000000 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus,
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline: none !important;
}
