/** Shopify CDN: Minification failed

Line 201:25 The "+" operator only works if there is whitespace on both sides

**/
.kd-section--social-media {
    display: flex;
    background-color: var(--colors_white_color);
    padding: 0 20px;
    margin: 100px auto 30px auto;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}

.kd-section--social-media__content {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    column-gap: 100px;
}

.kd-social-media__heading {
    flex: 0 1 25%;
}

.kd-social-media__description {
    flex: 0 1 75%;
}

.kd-social-media__description a {
    color: var(--colors_accent_2_color);
}


.kd-social-media__followus  {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.kd-followus__text {
    padding-right: 15px;
}

.kd-followus-icons{
    background-image: url('/cdn/shop/files/Vector_12_256x256_crop_center.png?v=1677712683');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 22px 15px;
    display: flex;
    align-items: center;
}
.kd-followus-icons a{
    padding: 10px 0px 0px 5px;
}

.kd-followus-icons a:last-child{
    padding-right: 10px;
}

.kd-insta-feed {
    padding: 0;
    max-width: 100%;
    margin: 0 auto; 
}

.kd-insta-feed h2 {
    display: none;
}
.instafeed-container img{
    width: 100% !important;
    height: 100% !important;
}

@media screen and  (max-width: 1024px){
    .kd-section--social-media__content {
        column-gap: 50px;
    } 
}

@media screen and (max-width: 767px) {
    .kd-section--social-media {
        margin: 50px auto 30px auto;
    }

    .kd-section--social-media__content > * {
        text-align: center;
    }
    
    .kd-section--social-media__content {
        flex-direction: column;
    }    
    .kd-social-media__heading {
        flex: 0 1 100%;
    }
    .kd-social-media__heading {
        flex: 0 1 100%;
    }
    .kd-social-media__followus {
        justify-content: center;
    }
}

.kd-section--social-media__content .social-media-newsletter h2 {
  margin: 0;
}

.kd-section--social-media__content .newsletter-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

@media screen and (min-width: 750px) {
    .kd-section--social-media__content .newsletter-form {
        align-items: flex-start;
        margin: 0 auto;
        max-width: 36rem;
    }
}

.kd-section--social-media__content .newsletter-form__field-wrapper {
    width: 100%;
}

.kd-section--social-media__content .field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow .1s ease;
}

.kd-section--social-media__content .newsletter-form__field-wrapper .field {
  z-index: 0;
}

.kd-section--social-media__content .field:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(18,18,18, 0.0);
    z-index: -1;
}

.kd-section--social-media__content .field:after {
    pointer-events: none;
    content: "";
    position: absolute;
    inset: 1px;
    border: .1rem solid transparent;
    border-radius: 0px;
    transition: box-shadow .1s ease;
    z-index: 1;
}

.kd-section--social-media__content .field__input::-webkit-input-placeholder {
         color: transparent;
}
.kd-section--social-media__content .field__input:-moz-placeholder { /* Firefox 18- */
         color: transparent;
}

.kd-section--social-media__content .field__input::-moz-placeholder {  /* Firefox 19+ */
         color: transparent;
}

.kd-section--social-media__content .field__input:-ms-input-placeholder {  
         color: transparent;
}

.kd-section--social-media__content .field__input {
  font-size: 1.3rem;
    line-height: calc(1 + .5 / 1.0);
    letter-spacing: .04rem;
}

.kd-section--social-media__content .field__input {
  -webkit-appearance: none;
    appearance: none;
    background-color: unset;
    width: 100%;
    height: 3.5rem;
    min-height: calc(1px * 2);
    min-width: calc(7rem +(1px * 2));
    position: relative;
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #1E3031;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
}

.kd-section--social-media__content .field__input {
  flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    margin: 1px;
}

.kd-section--social-media__content .field__input:not(:placeholder-shown) {
    margin: 1px;
}

.kd-section--social-media__content .field__label {
  left: calc(1px + 2rem);
  top: calc(1rem + 1px);
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top .1s ease, font-size .1s ease;
  letter-spacing: .02rem;
  line-height: 1.5;
  font-size: 18px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #909b9b;
}

.kd-section--social-media__content .social-media-newsletter .field__label {
    top: 15px !important;
    color: #374e55;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    opacity: .5;
}

.kd-section--social-media__content .field__input:not(:placeholder-shown)~.field__label {
  font-size: 1rem;
    top: calc(1px + .5rem);
    left: calc(1px + 2rem);
    letter-spacing: .04rem;
}

.kd-section--social-media__content .field__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
}

.kd-section--social-media__content .newsletter-form__button {
    width: 4.4rem;
    margin: 0;
    right: 1px;
    top: 0;
    height: 100%;
    z-index: 2;
}

.kd-section--social-media__content .social-media-newsletter .newsletter-form__button {
    border-radius: 30px;
    background: #23323c !important;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .48px;
    text-transform: uppercase;
    display: block;
    width: 108px;
    height: 52px;
    top: 6px;
    right: 6px;
}

.kd-section--social-media__content .newsletter-form__button:not(:focus-visible):not(.focused) {
    box-shadow: inherit;
    background-color: inherit;
}

.kd-section--social-media__content .field__input:focus~.field__label {
  font-size: 10px;
    top: calc(1px + .5rem);
    left: calc(1px + 2rem);
    letter-spacing: .04rem;
}












