/* ------- global */
.off-canvas--viewport {
  min-height: auto !important;
}

#main-content {
  min-height: calc(100vh - 99px);
  background: #FFFCF0;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.steps-enter-active {
  transition: opacity 0.35s;
}

.steps-leave-active {
  transition: opacity 0.35s;
}

.steps-enter,
.steps-leave-to {
  opacity: 0;
}

.modal-body.modal-body {
  padding: 0;
}

#style_info .modal-dialog {
  max-width: 1500px !important;
  padding: 0 24px;
}

#style_info .style_info-lists .style_info-list {
  margin-top: 1.5rem;
}

#style_info .style_info-lists .style_info-list .header {
  font-weight: 700;
  margin: 0.75rem 0 0.5rem;
}

#style_info .style_info-lists .style_info-list .text {
  margin: 0;
}

@media (max-width: 991px) {
  #style_info .modal-dialog {
    padding: 0;
  }
  #style_info .flickity-page-dots {
    padding-right: 16px;
    bottom: -32px;
  }
  #style_info .flickity-page-dots .dot {
    position: relative;
    height: 8px;
    width: 8px;
    border: 1px solid #0B2F3D;
    background: white;
    opacity: 1;
    margin: 0 4px;
  }
  #style_info .flickity-page-dots .dot.is-selected:after {
    content: "";
    background: #0B2F3D;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 4px;
    width: 4px;
    border-radius: 50%;
  }
}
/* ------- layout */
#welcome-to-club .wtc__steps {
  display: flex;
  justify-content: space-between;
}

.step-one .wtc__steps-cta {
  padding: 0;
}
.step-one .wtc__steps-cta .knby-btn-primary {
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}

.wtc__steps-cta {
  position: relative;
  width: 100%;
  padding: 0 1.25rem 2rem;
}
@media (min-width: 992px) {
  .wtc__steps-cta {
    text-align: left;
    padding-left: 4%;
    max-width: 800px;
  }
  .step-1 .wtc__steps-cta {
    max-width: none;
  }
  .step-5 .wtc__steps-cta {
    max-width: 700px;
  }
}
.wtc__steps-cta .knby-btn-primary {
  width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .wtc__steps-cta .knby-btn-primary {
    width: 280px;
  }
}
@media (max-width: 992px) {
  .wtc__steps-product-imgs {
    display: none;
  }
  .wtc__steps-cta__selection {
    flex-direction: column;  
  }  
}
@media (max-width: 992px) {
  .wtc__steps-cta__selection {
    align-items: center;
  }  
}

.wtc__steps-product-imgs {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.25rem;
  text-align: center;
}
@media (min-width: 992px) {
  .wtc__steps-product-imgs {
    max-width: 50%;
  }
}
.wtc__steps-product-imgs img {
  background-color: var(--lightyellow2);
  border-radius: 1rem;
  margin: 1rem 0;
  max-width: calc(100% - 1.5rem);
}

#welcome-to-club.step-3 .wtc__steps .receive {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.2;
  display: inline-block;
  /* max-width: 240px; */
}

#welcome-to-club.step-5 .wtc__steps .wtc__steps-product-imgs {
  justify-content: start;
}

#welcome-to-club .wtc__steps .wtc__steps-product-imgs .not-receive {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  font-style: italic;
}

@media (max-width: 1919px) {
  #welcome-to-club .wtc__steps .wtc__steps-product-imgs.first {
    min-width: 55%;
    max-width: 55%;
  }
  #welcome-to-club.step-3 .wtc__steps .receive {
    left: 0;
    bottom: -24px;
  }
}
@media (max-width: 1441px) {
  #welcome-to-club.step-3 .wtc__steps .receive {
    left: 0;
    bottom: -24px;
  }
}
@media (max-width: 991px) {
  #welcome-to-club:not(.step-1) {
    height: auto;
  }
}
@media (max-width: 767px) {
  #welcome-to-club {
    margin-left: 0;
  }
}
/* ------- header */
#welcome-to-club .wtc__steps.header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  width: 100%;
  padding: 0 1.25rem;
}
@media (min-width: 992px) {
  #welcome-to-club .wtc__steps.header .header {
    margin-bottom: 1.5rem;
    padding: 2rem 1.25rem 0;
  }
}

#welcome-to-club .wtc__steps.header .header .back_button {
  padding: 0;
  height: auto;
  min-height: auto;
  background: transparent;
}

#welcome-to-club .wtc__steps.header .header .back_button.opacity-0 {
  pointer-events: none;
  opacity: 0;
}

#welcome-to-club .wtc__steps.header .header .custom-progress {
  display: flex;
  align-items: center;
  z-index: 1;
}

#welcome-to-club .wtc__steps.header .header .custom-progress .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #0B2F3D;
}

#welcome-to-club .wtc__steps.header .header .custom-progress .bar {
  width: 350px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 16px;
  margin: 0 24px;
}

#welcome-to-club .wtc__steps.header .header .custom-progress .bar .bar-progress {
  background: linear-gradient(-90deg, #FF3366, #FFD143);
  background-size: 400% 400%;
  animation: gradient 3s ease infinite;
  height: 100%;
  display: block;
  border-radius: 16px 0 0 16px;
  transition: 0.35s;
}

#welcome-to-club.step-5 .wtc__steps.header .header .custom-progress .bar .bar-progress {
  border-radius: 16px;
}

#welcome-to-club .wtc__steps.header .header .custom-progress .close-btn {
  padding: 0;
  height: auto;
  min-height: auto;
  background: transparent;
}

@media (max-width: 991px) {
  #welcome-to-club .wtc__steps.header .header .back_button {
    margin-top: 16px;
    margin-right: 16px;
  }
  #welcome-to-club .wtc__steps.header .header .custom-progress {
    margin-top: 16px;
    width: 100%;
  }
  #welcome-to-club .wtc__steps.header .header .custom-progress .text {
    display: none;
  }
  #welcome-to-club .wtc__steps.header .header .custom-progress .bar {
    margin: 0;
    display: block;
    width: 100%;
  }
  #welcome-to-club .wtc__steps.header .header .custom-progress .close-btn {
    margin-left: 16px;
  }
}
/* ------- texts & button */
#welcome-to-club h1 {
  font-size: 2rem;
  margin: 0.75rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  #welcome-to-club h1 {
    line-height: 114%;
    font-size: 3.5rem;
    margin-bottom: 2rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #welcome-to-club h1 {
    font-size: 4.5rem;
  }
}
#welcome-to-club h1 ~ h3 {
  font-size: 1.125rem;
  font-family: var(--bodyfont);
  font-weight: normal;
}

#welcome-to-club .wtc__steps-cta p.following {
  font-weight: bold;
}

#welcome-to-club .wtc__steps-cta p.join-and-save {
  max-width: 422px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 152%;
  text-align: center;
  text-transform: uppercase;
  color: #0B2F3D;
  margin-bottom: 32px;
}

#welcome-to-club .wtc__steps-cta p.join-and-save span {
  color: #FF3366;
}

#welcome-to-club .wtc__steps-cta p.main-desc {
  margin-bottom: 32px;
}

#welcome-to-club .wtc__steps-cta .selector-container.disabled .selector {
  box-shadow: none !important;
  border: 1px solid #CBD2D5;
  pointer-events: none;
  color: #cbd2d5 !important;
}

#welcome-to-club .wtc__steps-cta .selector-container .selector {
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 45px;
  height: 56px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 0.008em;
  text-transform: uppercase;
  color: #0b2f3d;
  padding: 0 24px;
}

#welcome-to-club .wtc__steps-cta .selector-container svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

#welcome-to-club .wtc__steps-cta ul {
  list-style-type: disc;
  padding-left: 24px;
}

#welcome-to-club .wtc__steps-cta ul li {
  display: list-item;
  margin-bottom: 8px;
}

#welcome-to-club .wtc__steps-cta .subscription-for {
  margin: 0;
  margin-top: 32px;
}

#welcome-to-club.step-5 .wtc__steps-cta .btn-container button:last-child {
  margin-top: 24px;
}

#welcome-to-club .wtc__steps-cta .btn-container button:hover {
  color: white;
}

#welcome-to-club .wtc__steps-cta .btn-container button:disabled {
  box-shadow: none !important;
  border: 1px solid #CBD2D5;
  pointer-events: none;
  color: #cbd2d5 !important;
}

#welcome-to-club .wtc__steps-cta .btn-container button:disabled:hover {
  background-color: #fff !important;
  transform: none;
}

@media (max-width: 991px) {
  #welcome-to-club .wtc__steps-cta .btn-container button.custom-margin-bottom {
    margin-bottom: 56px;
  }
  #welcome-to-club .wtc__steps .just-underwear-btn {
    display: block;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 56px !important;
  }
}
@media (min-width: 992px) {
  .btn-container {
    margin-top: 4rem;
  }
  .btn-container button {
    width: 280px;
    min-width: 0;
  }
}

/* ------- step 1 */
#nkh-hero-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
@media (min-width: 992px) {
  #nkh-hero-slide {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 10px;
    padding: 1.75rem 2rem 0 3.5rem;
    grid-template-rows: minmax(45px, 100px) 100%;
    align-items: start;
  }
}
@media (min-width: 1200px) {
  #nkh-hero-slide {
    grid-template-rows: minmax(95px, 100px) 100%;
  }
}
@media (min-width: 1600px) {
  #nkh-hero-slide {
    grid-template-rows: minmax(0, 0) 100%;
  }
}
#nkh-hero-slide .nkh-hero-slide__images {
  display: flex;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  #nkh-hero-slide .nkh-hero-slide__images {
    grid-column: 2;
    grid-row: 1/3;
    padding: 0;
    margin-bottom: 4rem;
  }
}
#nkh-hero-slide .nkh-hero-slide__images img {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.75s;
  width: 100%;
}
@media (min-width: 992px) {
  #nkh-hero-slide .nkh-hero-slide__images img {
    width: auto;
  }
}
#nkh-hero-slide .nkh-hero-slide__images img.active {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  transition: 0.75s;
}
#nkh-hero-slide .nkh-hero-slide__images-left {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  #nkh-hero-slide .nkh-hero-slide__images-left {
    width: 64.01%;
  }
}
#nkh-hero-slide .nkh-hero-slide__images-right {
  width: calc(40.25% - 12px);
  margin-left: 1rem;
  position: relative;
}
#nkh-hero-slide .nkh-hero-slide__images-right .nkh-hero-slide__images-right-top {
  position: relative;
}
#nkh-hero-slide .nkh-hero-slide__images-right .nkh-hero-slide__images-right-bottom {
  position: relative;
  margin-top: 1rem;
}
#nkh-hero-slide .nkh-hero-slide__text {
  display: flex;
  order: 1;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  position: relative;
}
@media (min-width: 992px) {
  #nkh-hero-slide .nkh-hero-slide__text {
    grid-column: 1;
    margin: 0;
    justify-content: start;
    text-align: left;
    grid-row: 2/3;
  }
}
@media (min-width: 1800px) {
  #nkh-hero-slide .nkh-hero-slide__text {
    padding-top: 2.5rem;
  }
}
#nkh-hero-slide .nkh-hero-slide__text h1 {
  text-align: left;
  font-style: normal;
  font-size: 2rem;
  line-height: 111%;
  margin: 1rem 0 0.25rem;
}
@media (min-width: 992px) {
  #nkh-hero-slide .nkh-hero-slide__text h1 {
    margin: 1.5rem 0 0;
    font-size: 3.5rem;
  }
}
@media (min-width: 1800px) {
  #nkh-hero-slide .nkh-hero-slide__text h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  #nkh-hero-slide .nkh-hero-slide__text p {
    margin-top: 1rem;
    max-width: 320px;
  }
}
#nkh-hero-slide .nkh-hero-slide__text-stars {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  line-height: 152%;
  background: #fff;
  border: 2px solid var(--darkblue);
  border-radius: 40px;
  font-size: 0.813em;
  padding: 7px 10px;
  white-space: nowrap;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #nkh-hero-slide .nkh-hero-slide__text-stars {
    margin: 0;
    display: inline-flex;
    align-self: start;
    justify-self: baseline;
  }
}
@media (min-width: 1200px) {
  #nkh-hero-slide .nkh-hero-slide__text-stars {
    grid-column: 1;
    font-size: 1rem;
    padding: 5px 10px;
    margin-top: 2rem;
  }
}
#nkh-hero-slide .nkh-hero-slide__text-stars svg {
  margin-top: -2px;
}
@media (min-width: 1200px) {
  #nkh-hero-slide .nkh-hero-slide__text-stars svg {
    margin-top: -1px;
    width: 154px;
    height: 26px;
  }
}
#nkh-hero-slide .nkh-hero-slide__text-stars span {
  margin-left: 4px;
  color: var(--darkblue);
  display: inline-block;
}
#nkh-hero-slide .nkh-hero-slide__text-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  #nkh-hero-slide .nkh-hero-slide__text-btns {
    margin: 1rem auto 0 0;
  }
}
#nkh-hero-slide .nkh-hero-slide__text-btns .knby-btn-primary, #nkh-hero-slide .nkh-hero-slide__text-btns .button {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  font-size: 1.15em;
}
@media (min-width: 992px) {
  #nkh-hero-slide .nkh-hero-slide__text-btns .knby-btn-primary, #nkh-hero-slide .nkh-hero-slide__text-btns .button {
    width: 320px;
  }
}
#nkh-hero-slide .nkh-hero-slide__text-btns .nkh-hero-slide__lovethem {
  font-style: italic;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 992px) {
  #nkh-hero-slide .nkh-hero-slide__text-btns .nkh-hero-slide__lovethem {
    font-size: 1rem;
    margin-top: 0;
  }
}
#nkh-hero-slide .diamond {
  width: fit-content;
}
#nkh-hero-slide .diamond-one {
  top: 18%;
  left: 62%;
}
#nkh-hero-slide .diamond-two {
  top: 54%;
  left: 80%;
}
#nkh-hero-slide .diamond-three {
  top: 78%;
  left: 65%;
}
#nkh-hero-slide .star {
  position: absolute;
  width: 25px;
}
#nkh-hero-slide .star-one {
  top: 29%;
  left: 76%;
}
#nkh-hero-slide .star-two {
  top: 74%;
  left: 88%;
}

#welcome-to-club .wtc__steps .wtc__steps-product-imgs.first {
  position: relative;
  z-index: 0;
  margin-right: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  height: calc(100vh - 114px - 24px);
  max-height: calc(55vw - 81.4px);
  margin-top: 24px;
}

#welcome-to-club .wtc__steps .wtc__steps-product-imgs.first img {
  border-radius: 16px;
  height: 100%;
}

#welcome-to-club.step-5 .wtc__steps .wtc__steps-product-imgs.first {
  margin-top: 0;
}

#welcome-to-club .join-club--top-section h1 {
  text-align: left;
}
@media (min-width: 992px) {
  .join-club--top-section--left-col {
    width: 45%;
  }
}
.join-club--top-section .diamond {
  width: fit-content;
}
.join-club--top-section .diamond-one {
  top: 18%;
  left: 62%;
}
.join-club--top-section .diamond-two {
  top: 54%;
  left: 80%;
}
.join-club--top-section .diamond-three {
  top: 78%;
  left: 65%;
}
.join-club--top-section .star {
  position: absolute;
  width: 25px;
}
.join-club--top-section .star-one {
  top: 29%;
  left: 76%;
}
.join-club--top-section .star-two {
  top: 74%;
  left: 88%;
}

.join-club--top-gallery {
  margin: 0 -1rem;
}
.join-club--top-gallery img {
  margin: 0 0.35rem;
  max-width: 88vw;
}

.jc-gallery-img-wrap {
  max-width: 1060px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .jc-gallery-img-wrap {
    display: flex;
    gap: 1.5rem;
  }
}
.jc-gallery-img-wrap img {
  max-width: 62vw;
  margin-right: 1rem;
  border-radius: 0.75rem;
}
@media (min-width: 992px) {
  .jc-gallery-img-wrap img {
    margin-right: 0;
    max-width: none;
    min-width: 0;
  }
}

.join-club--review-section {
  background-color: var(--lightyellow2);
}
.join-club--review-section em {
  color: var(--knobbypink);
  font-style: normal;
}
@media (min-width: 992px) {
  .join-club--review-section h2 {
    font-size: 3rem;
    margin: 1.5rem 0 3rem;
  }
}
.join-club--review-section h2:empty {
  display: none;
}
.join-club--review-section .jc-review-img-wrap {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .join-club--review-section .jc-review-img-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.join-club--review-section .jc-review-img-wrap.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .join-club--review-section .jc-review-img-wrap.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.join-club--review-section .nkh-legends__carousel-item {
  text-align: center;
  width: 80vw;
  margin: 0 0.5rem;
  padding: 1rem;
  border-width: 1px;
}
@media (min-width: 992px) {
  .join-club--review-section .nkh-legends__carousel-item {
    width: auto;
    margin: 0;
  }
}
.join-club--review-section .nkh-legends__carousel-item img {
  border-radius: 0.5rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.join-club--review-section .nkh-legends__carousel-item .desc {
  font-weight: normal;
  margin: 0.75rem 0;
  line-height: 130%;
}
.join-club--review-section .nkh-legends__carousel-item .user {
  font-size: 0.875rem;
}

.join-club--million-title {
  text-transform: uppercase;
  color: var(--knobbypink);
  font-size: 0.75rem;
  display: block;
  font-weight: 500;
}
@media (min-width: 992px) {
  .join-club--million-title {
    font-size: 1rem;
  }
}

.step-one__btn-wrap {
  display: block;
}
@media (min-width: 992px) {
  .step-one__btn-wrap {
    display: inline-block;
  }
}
.step-one__btn-wrap .knby-btn-primary {
  width: 100%;
}
@media (min-width: 992px) {
  .step-one__btn-wrap .knby-btn-primary {
    width: 320px;
  }
}

.join-club--benefits-section {
  background-color: var(--lightyellow2);
}

#welcome-to-club.step-1 .wtc__steps-cta .step-one__receive {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.step-one__desc {
  max-width: 630px;
  margin: 0 auto 1rem;
}

#welcome-to-club.step-1 .wtc__steps-cta .step-one__receive-list {
  margin-top: 24px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 992px) {
  #welcome-to-club.step-1 .wtc__steps-cta .step-one__receive-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem 6rem;
  }
}
#welcome-to-club.step-1 .wtc__steps-cta .step-one__receive-list svg {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  #welcome-to-club.step-1 .wtc__steps-cta .step-one__receive-list svg {
    width: 130px;
    height: 130px;
  }
}
#welcome-to-club.step-1 .wtc__steps-cta .step-one__receive-list h5 {
  font-size: 1rem;
}
@media (min-width: 992px) {
  #welcome-to-club.step-1 .wtc__steps-cta .step-one__receive-list h5 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#welcome-to-club.step-1 .wtc__steps-cta .step-one__receive-list p {
  font-size: 0.875rem;
  line-height: 120%;
}
@media (min-width: 992px) {
  #welcome-to-club.step-1 .wtc__steps-cta .step-one__receive-list p {
    font-size: 1rem;
  }
}

#welcome-to-club.step-1 .wtc__steps-cta .btn-container button {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  #welcome-to-club.step-1 .wtc__steps-cta .btn-container button {
    max-width: 320px;
  }
}

#welcome-to-club.step-1 .wtc__steps-cta .step-one__cancel {
  font-style: italic;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 992px) {
  #welcome-to-club.step-1 .wtc__steps-cta .step-one__cancel {
    font-size: 1rem;
  }
}

#welcome-to-club.step-1 .wtc__steps-cta .step-one__cta {
  margin-top: 32px;
  max-width: 422px;
}

#welcome-to-club.step-1 .wtc__steps-cta .step-one__cta .step-one__wavy {
  width: 100%;
}

#welcome-to-club.step-1 .wtc__steps-cta .step-one__cta .stars {
  display: block;
  margin: auto;
  margin-top: 24px;
}

#welcome-to-club.step-1 .wtc__steps-cta .step-one__cta .step-one__love-by {
  margin-top: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #0B2F3D;
}

@media (max-width: 1921px) {
  #welcome-to-club .wtc__steps-cta .star-icon.star-one {
    left: -40px;
  }
  #welcome-to-club.step-1 .wtc__steps-cta .step-one__cta {
    margin-top: 40px;
  }
  #welcome-to-club.step-1 .wtc__steps-cta .step-one__cta .step-one__love-by {
    margin-top: 24px;
  }
}
@media (max-width: 1700px) {
  #welcome-to-club.step-1 .wtc__steps-cta .step-one__cta .stars {
    margin: 16px auto;
  }
  #welcome-to-club.step-1 .wtc__steps-cta .step-one__cta .step-one__love-by {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  #welcome-to-club.step-1 .wtc__steps-cta {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  #welcome-to-club.step-1 .wtc__steps-cta .step-one__cta .step-one__love-by {
    font-size: 32px;
  }
  #welcome-to-club.step-1 .wtc__steps-cta .step-one__cta .stars {
    margin-top: 40px;
  }
  #welcome-to-club.step-1 .wtc__steps-cta .step-one__cta {
    max-width: 100%;
  }
}
/* ------- step 2 */
@media (min-width: 992px) {
  .step-2 .wtc__steps-product-imgs {
    display: flex;
  }
  .wtc__steps-cta__selection {
    display: flex;
    gap: 20px;
}
}

#welcome-to-club .wtc__steps.step-two .wtc__steps-cta__selection .wtc__steps-cta__selection-btn {
  position: relative;
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 15px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 56px;
  margin-bottom: 16px;
  flex-direction: row-reverse;
  padding: 0 24px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  #welcome-to-club .wtc__steps.step-two .wtc__steps-cta__selection .wtc__steps-cta__selection-btn {
    width: 290px;
    height: 88px;
  }
}
  @media (max-width: 992px) {
    #welcome-to-club .wtc__steps.step-two .wtc__steps-cta__selection .wtc__steps-cta__selection-btn {
      width: 280px;
    }

}

/* #welcome-to-club .wtc__steps.step-two .wtc__steps-cta__selection .wtc__steps-cta__selection-btn svg {
  width: 32px;
} */

#welcome-to-club .wtc__steps.step-two .wtc__steps-cta__selection .wtc__steps-cta__selection-btn span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.008em;
  text-transform: capitalize;
  color: #0B2F3D;
  padding-right: 18px;
  margin-right: auto;
}

#welcome-to-club .wtc__steps.step-two .wtc__steps-cta__selection .wtc__steps-cta__selection-btn.active {
  background: #0B2F3D;
  border: 2px solid #000000;
  border-radius: 15px;
}

/* #welcome-to-club .wtc__steps.step-two .wtc__steps-cta__selection .wtc__steps-cta__selection-btn.active svg path,
#welcome-to-club .wtc__steps.step-two .wtc__steps-cta__selection .wtc__steps-cta__selection-btn.active svg g path {
  fill: white;
} */

#welcome-to-club .wtc__steps.step-two .wtc__steps-cta__selection .wtc__steps-cta__selection-btn.active span {
  color: white;
}

/* ------- step 3 */
.different-types {
  margin: 1rem 0;
}
.different-types--container {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .different-types--container {
    margin-top: 0;
  }
}
.different-types--heading-wrap {
  justify-content: space-between;
  align-items: center;
}
.different-types--more-info-btn {
  background: none;
  color: var(--knobbypink);
  font-weight: 500;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.different-types--more-info-btn:hover, .different-types--more-info-btn:focus {
  background: none;
  color: var(--knobbypink);
}

.selector-container {
  /* margin: 1rem 0; */
}
.selector-container.disabled button {
  box-shadow: none !important;
  border-color: #CBD2D5;
  pointer-events: none;
  color: #cbd2d5 !important;
}
/* .different-types + .selector-container {
  margin-top: 2.5rem;
} */
.selector-container .subscribe-save-btn__selector-title {
  font-size: 1rem;
}
.selector-container.subscribe-save-btn__selector-container button {
  font-size: 1rem;
  padding: 13px 6px;
}
@media (min-width: 992px) {
  .selector-container.subscribe-save-btn__selector-container button {
    padding: 13px 5px;
    line-height: 120%;
  }
}

.mobile-hero {
  border-radius: 1rem;
  margin: 1.5rem 0;
}

@media (min-width: 992px) {
  .sock-features-wrap {
    text-align: center;
    max-width: 600px;
  }
}

.sock-feature {
  flex: 1;
}
.sock-feature p {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .sock-feature svg {
    width: 88px;
    height: 88px;
  }
}

.club-bottles-message {
  margin: 2rem -1.25rem 0;
  padding: 1.5rem 1.25rem 1rem;
  background-color: var(--lightyellow2);
  font-size: 16px;
  gap: 1rem;
  text-align: left;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .club-bottles-message {
    margin: 2rem 0 0;
    border-radius: 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .club-bottles-message svg {
    width: 56px;
    height: 56px;
  }
}
.club-bottles-message p {
  max-width: 190px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .club-bottles-message p {
    max-width: none;
  }
}

#welcome-to-club .wtc__steps-cta .oos-notification button {
  padding: 0;
  height: auto;
  background: transparent;
  text-decoration: underline;
}

#welcome-to-club .wtc__steps-cta .oos-notification button:hover {
  color: inherit;
}

#welcome-to-club .wtc__steps-cta p.choose-style-p {
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.choose-style {
  display: grid;
  align-items: center;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 992px) {
  .choose-style {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.choose-style-btn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border: 2px solid var(--darkblue);
  border-radius: 1rem;
  padding: 16px;
  background-color: #fff;
  color: var(--darkblue);
  gap: 0.5rem;
  height: 88px;
}
@media (min-width: 992px) {
  .choose-style-btn {
    padding: 24px;
  }
}
.choose-style-btn:hover {
  background-color: #fff;
  color: var(--darkblue);
}
.choose-style-btn.active {
  color: #fff;
  background-color: var(--darkblue);
  border-color: var(--darkblue);
}
.choose-style-btn img {
  width: 100%;
  min-width: 52px;
  max-width: 52px;
  height: auto;
}
@media (min-width: 992px) {
  .choose-style-btn img {
    min-width: 70px;
    max-width: 70px;
  }
}
.choose-style-btn-text {
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
}

#welcome-to-club .wtc__steps-cta p.choose-style-p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.008em;
  color: #0B2F3D;
}

.size-and-guide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.choose-style + .size-and-guide {
  margin-top: 2.5rem;
}

#welcome-to-club .wtc__steps-cta .size-and-guide .choose-size-p {
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  text-transform: uppercase;
}

#welcome-to-club .wtc__steps-cta .size-and-guide .size-and-guide-button {
  display: flex;
  align-items: center;
}

#welcome-to-club .wtc__steps-cta .size-and-guide .size-and-guide-button button {
  height: auto;
  background: transparent;
  padding: 0;
  font-style: normal;
  text-decoration: underline;
  font-size: 16px;
  line-height: 152%;
  text-align: right;
  color: #FF3366;
  margin-left: 8px;
}

#welcome-to-club .wtc__steps-cta .choose-size-p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 0.008em;
  color: #0B2F3D;
  margin: 0;
  margin-top: 40px;
}

#welcome-to-club .wtc__steps-cta .choose-size {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  justify-content: space-between;
  /* margin-top: 1rem; */
}
@media (min-width: 992px) {
  #welcome-to-club .wtc__steps-cta .choose-size {
    grid-template-columns: repeat(7, 1fr);
    /* gap: 1rem; */
  }
}

#welcome-to-club .wtc__steps-cta .choose-size.disabled button {
  box-shadow: none !important;
  border-color: #CBD2D5;
  pointer-events: none;
  color: #cbd2d5 !important;
}

#welcome-to-club .wtc__steps-cta .choose-size button {
  background: #FFFFFF;
  color: var(--darkblue);
  border: 2px solid var(--darkblue);
  border-radius: 1rem;
  height: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  #welcome-to-club .wtc__steps-cta .choose-size button {
    height: 56px;
  }
}

#welcome-to-club .wtc__steps-cta .choose-size button.notify-me-btn {
  background: transparent;
  border: none;
  font-size: 10px;
  text-align: center;
  height: auto;
  border-radius: 0;
  padding: 0;
  margin-top: 8px;
}

#welcome-to-club .wtc__steps-cta .choose-size button + span {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: var(--darkblue);
  display: block;
  text-align: center;
  margin-top: 8px;
}

#welcome-to-club .wtc__steps-cta .choose-size button.active {
  background: var(--darkblue);
  color: white;
  border-color: var(--darkblue);
}

.wtc__steps-cta .oos p {
  text-align: center;
}

.wtc__steps-cta .oos .oos-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wtc__steps-cta .oos .oos-flex input {
  width: calc(50% - 8px);
}

.wtc__steps-cta .oos input {
  border: 2px solid #0B2F3D;
  border-radius: 45px;
  margin-bottom: 16px;
  height: 56px;
  color: #0b2f3d;
  font-size: 16px;
  line-height: 152%;
  letter-spacing: normal;
  padding: 16px;
}

.wtc__steps-cta .oos input::placeholder {
  color: #9DACB1;
  font-size: 16px;
  line-height: 152%;
  letter-spacing: normal;
}

.wtc__steps-cta .oos button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin-top: 16px;
  color: #0B2F3D;
}

.wtc__steps-cta .oos button:disabled {
  border: 1px solid #CBD2D5;
  color: #cbd2d5 !important;
  box-shadow: none;
}

.wtc__steps-cta .oos .ty {
  margin: 0;
  margin-top: 32px;
  text-align: center;
  color: #f36 !important;
  font-weight: 700 !important;
}

.vue-tel-input {
  border: none;
  position: relative;
  z-index: 2;
}

.vue-tel-input:focus-within {
  box-shadow: none;
}

.vti__dropdown {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.vti__dropdown.open, .vti__dropdown:hover {
  background-color: transparent;
}

.wtc__steps-cta .oos input[name=telephone] {
  padding-left: 64px;
  margin: 0;
}

.vti__dropdown-list {
  list-style-type: none !important;
  top: 56px !important;
  border: 2px solid #0B2F3D;
  border-radius: 16px;
  padding: 0 !important;
}

@media (max-width: 991px) {
  #welcome-to-club .wtc__steps-cta .star-icon.star-one {
    display: none;
  }
  #welcome-to-club.step-1 .wtc__steps-cta .star-icon.star-one {
    display: block;
    top: 122px !important;
    left: -64px;
  }
  #welcome-to-club .wtc__steps-cta .star-icon.star-two {
    display: none;
  }
  #welcome-to-club .wtc__steps-cta .star-icon.star-three {
    display: none;
  }
  #welcome-to-club.step-1 .wtc__steps-cta .star-icon.star-three {
    display: block;
    right: 0px;
    top: 64px;
  }
  #welcome-to-club .wtc__steps.step-two .wtc__steps-cta__selection .wtc__steps-cta__selection-btn {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  #welcome-to-club .wtc__steps.step-two .wtc__steps-cta__selection .wtc__steps-cta__selection-btn svg {
    position: absolute;
    left: 24px;
  }
  #welcome-to-club .wtc__steps.step-two .wtc__steps-cta__selection .wtc__steps-cta__selection-btn span {
    margin-left: 48px;
  }
  #welcome-to-club .wtc__steps-cta p.choose-style-p {
    text-align: center;
  }
  .wtc__steps-cta .oos .oos-flex {
    flex-direction: column;
  }
  .wtc__steps-cta .oos .oos-flex input {
    width: 100%;
  }
}
/* ------- step 4 */
#welcome-to-club .wtc__steps .just-underwear-btn {
  padding: 0;
  text-decoration-line: underline;
  color: var(--darkblue);
  height: auto;
  background: transparent;
  margin-top: 40px;
}
#welcome-to-club .wtc__steps .just-underwear-btn:hover {
  color: var(--darkblue) !important;
}

/* ------- step 5 */
#welcome-to-club .wtc__steps .wtc__steps-product-imgs.final {
  align-items: flex-start;
  top: 24px;
  right: 24px;
  background: transparent;
  min-width: auto;
  max-width: inherit;
}

#welcome-to-club .wtc__steps .wtc__steps-product-imgs.final img {
  min-height: calc(100vh - 24px - 24px - 32px - 24px);
  min-width: calc(100vh - 24px - 24px - 32px - 24px);
  border-radius: 16px;
}

#welcome-to-club.step-5 .wtc__steps-cta .description {
  margin-top: 48px;
}

#welcome-to-club .wtc__steps-cta .description .description-frequency {
  margin: 0;
}

#welcome-to-club .wtc__steps-cta .description .description-products-wrap {
  margin-top: 2rem;
  background: var(--lightyellow2);
  border-radius: 1rem;
  padding: 1.5rem;
}
#welcome-to-club .wtc__steps-cta .description .description-products-wrap .wavy-line-big {
  max-width: 100%;
}

#welcome-to-club .wtc__steps-cta .description .description-products .description-products__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  background: transparent;
  width: 100%;
}

#welcome-to-club .wtc__steps-cta .description .description-products .description-products__item.hide .description-products__item-desc .description-products__item-desc-p .description-products__item-desc-p-text p {
  color: #9AA9AE;
}

#welcome-to-club .wtc__steps-cta .description .description-products .description-products__item.hide .description-products__item-price p {
  color: #9AA9AE;
}

#welcome-to-club .wtc__steps-cta .description .description-products .description-products__item.hide .description-products__item-dot:after {
  height: 0;
  width: 0;
}

#welcome-to-club .wtc__steps-cta .description .description-products .description-products__item:last-child {
  margin-bottom: 0;
}

#welcome-to-club .wtc__steps-cta .description .description-products .description-products__item .description-products__item-dot {
  position: relative;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background: #FFFFFF;
  border: 2px solid #0B2F3D;
  border-radius: 50%;
}

#welcome-to-club .wtc__steps-cta .description .description-products .description-products__item .description-products__item-dot:after {
  content: "";
  height: 8px;
  width: 8px;
  background: #0B2F3D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#welcome-to-club .wtc__steps-cta .description .description-products .description-products__item .description-products__item-desc {
  display: flex;
  align-items: center;
}

#welcome-to-club .wtc__steps-cta .description .description-products .description-products__item .description-products__item-desc .description-products__item-desc-p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#welcome-to-club .wtc__steps-cta .description .description-products .description-products__item .description-products__item-desc .description-products__item-desc-p img {
  height: 54px;
}
@media (min-width: 992px) {
  #welcome-to-club .wtc__steps-cta .description .description-products .description-products__item .description-products__item-desc .description-products__item-desc-p img {
    height: 75px;
    width: 75px;
  }
}

#welcome-to-club .wtc__steps-cta .description .description-products .description-products__item .description-products__item-desc .description-products__item-desc-p .description-products__item-desc-p-text p {
  margin: 0;
  margin-left: 18px;
  text-align: left;
}

#welcome-to-club .wtc__steps-cta .description .description-products .description-products__item .description-products__item-price p {
  margin: 0;
}

#welcome-to-club.step-5 .wtc__steps .btn-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

#welcome-to-club.step-5 .wtc__steps .btn-container .join-now {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 152%;
  text-transform: uppercase;
  color: #0B2F3D;
  margin: 0;
}

#welcome-to-club.step-5 .wtc__steps .btn-container .join-now span {
  color: #FF3366;
}

#welcome-to-club.step-5 .wtc__steps .btn-container .cancel-anytime {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 137%;
  color: var(--darkblue);
  margin-top: 16px;
  margin-bottom: 24px;
}

#welcome-to-club.step-5 .wtc__steps .btn-container button:first-child:hover {
  color: white;
}

#welcome-to-club.step-5 .wtc__steps .btn-container button:first-child:hover {
  transform: translate(8px, 8px);
  box-shadow: none;
}

@media (max-width: 1921px) {
  #welcome-to-club .wtc__steps .wtc__steps-product-imgs.final {
    top: 8px;
  }
}
@media (max-width: 991px) {
  #welcome-to-club.step-5 .wtc__steps-cta .description {
    margin-top: 40px;
  }
  #welcome-to-club .wtc__steps-cta .description .description-products {
    margin-top: 16px;
  }
  #welcome-to-club.step-5 .wtc__steps .btn-container button:first-child {
    order: 1;
    width: 100%;
    margin: 0;
    margin-top: 36px;
  }
}
/* ------- redemption page */
#welcome-to-club.redemption .wtc__steps-cta .btn-container input {
  background: #FFFFFF;
  border: 2px solid #9AA9AE;
  border-radius: 16px;
  height: 56px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.008em;
  text-transform: uppercase;
  color: #0B2F3D;
  max-width: 422px;
}

#welcome-to-club.redemption .wtc__steps-cta .btn-container input::placeholder {
  color: #9AA9AE;
}

#welcome-to-club.redemption .wtc__steps-cta .btn-container input.error {
  border: 2px solid #d32f2f;
  color: #d32f2f;
}

#welcome-to-club.redemption .wtc__steps-cta .btn-container .error-message {
  display: block;
  margin-bottom: 24px;
  margin-top: -8px;
  font-size: 14px;
  font-style: italic;
  color: #d32f2f;
  max-width: 422px;
  text-align: center;
}

#welcome-to-club.redemption.step-5 .wtc__steps .btn-container button:first-child {
  box-shadow: 8px 8px #f36;
}

#welcome-to-club.redemption.step-5 .wtc__steps .btn-container button:first-child:hover {
  box-shadow: none !important;
}

#welcome-to-club.redemption .wtc__steps-cta .description .description-frequency {
  margin-top: 32px;
}

/* ------- mobile fixes */
@media (max-width: 991px) {
  #welcome-to-club .wtc__steps.step-three {
    flex-direction: column;
  }
  #welcome-to-club .wtc__steps.step-three .wtc__steps-cta {
    order: 1;
  }
  #welcome-to-club .wtc__steps.step-three .wtc__steps-product-imgs img {
    height: auto;
  }
  /* #welcome-to-club .wtc__steps.step-three:not(.option-2-kids) .wtc__steps-cta .size-and-guide,
  #welcome-to-club .wtc__steps.step-three:not(.option-2-kids) .wtc__steps-cta .choose-size,
  #welcome-to-club .wtc__steps.step-three:not(.option-2-kids) .wtc__steps-cta p.delivery-frequency,
  #welcome-to-club .wtc__steps.step-three:not(.option-2-kids) .wtc__steps-cta .selector-container {
    display: none;
  } */
  #welcome-to-club .wtc__steps.step-three:not(.option-2-kids) .btn-container {
    margin-top: 32px;
  }
}
.wtc__steps-cta__selection {
  display: flex;
}

/*# sourceMappingURL=new-knby-club.min.css.map */
