.modal--newsletter .modal-dialog.modal-lg {
  max-width: 900px;
}
@media screen and (min-width: 580px) and (max-width: 992px) {
  .modal--newsletter .modal-dialog.modal-lg {
    max-width: 540px;
  }
}
.modal--newsletter__header {
  background-color: #fff;
  padding: 8px 16px 8px 32px;
  min-height: 70px;
  border-bottom: 1px solid #DEDEDE;
}
.modal--newsletter__title {
  color: #1D1D1B;
  font-size: 1.5rem;
  line-height: 1.35;
  margin-bottom: 0;
}
.modal--newsletter .modal-body {
  padding: 0;
}

.nl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991.98px) {
  .nl-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 991.98px) {
  .nl-grid__right {
    max-height: 280px;
  }
  .nl-grid__right picture {
    max-height: 280px;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .nl-grid__right {
    max-height: 220px;
  }
  .nl-grid__right picture {
    max-height: 220px;
    display: block;
  }
}
.nl-grid__formwrap {
  padding: 24px 32px 48px;
}
.nl-grid__text p, .nl-grid__text li, .nl-grid__text a {
  color: #1D1D1B;
}
.nl-grid__text a {
  text-decoration: underline;
}
.nl-grid__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .nl-grid__img {
    max-height: inherit;
  }
}
.nl-grid .custom-control-label {
  font-size: 14px;
  color: #1D1D1B;
}
.nl-grid .custom-control-label a {
  text-decoration: underline;
}
.nl-grid .form-control-label {
  color: #1D1D1B;
}
.nl-grid .form-control-label:after {
  display: none;
}

body.modal-open:has(.modal--newsletter.show) .email-signup-message {
  z-index: 9999;
}


.boxtit{
    font-size: 1.563rem;
    font-weight: 400;
    margin-bottom: 10px;
}
.boxtxt{
    margin-bottom: 20px;
}



.email-signup .input-group {
    margin-top: 0px;
    border: 4px solid #fff;
    border-radius: 6px;
}

.input-group {
    position: relative;
    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;
    width: 100%;
    background-color: white;
}

.input-group--nlfooter input.form-control {
    padding-top: 18px;
    padding-bottom: 14px;
    background-color: transparent;
}

.email-signup .form-control {
    border: none;
    height: auto;
    padding: 12px 15px;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

input[placeholder] {
    text-overflow: ellipsis;
    color: ;
}

.input-group--nlfooter label {
    position: absolute;
    left: 16px;
    top: 3px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0;
    padding: 0;
    color: #1D1D1B;
}

.input-group--nlfooter input.form-control:focus + label {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    top: 3px;
    z-index: 55;
    font-size: 0.875rem;
    opacity: 1;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.input-group-append {
    margin-left: -1px;
    border-radius: 10px;
}

.input-group-prepend, .input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.email-signup .btn-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1D1D1B;
    background-color: #DEDEDE;
    border-color: #DEDEDE;
    border-radius: 0px;
    font-weight: 350;
    
}

.email-signup .btn-primary:hover {
    color: white;
    background-color: #1D1D1B;
    cursor: pointer;
}
.email-signup .btn-primary:focus-visible {
    border-color: black;
    box-shadow: none;
    outline:2px solid black;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border:none
    outline: 0;
    box-shadow: none;
}

.form-control:focus-visible {
    outline:2px solid black;
}

.input-group--nlfooter input.form-control::placeholder {
    color: transparent;
}
.input-group--nlfooter input.form-control:not(:placeholder-shown) + label {
    top: 3px;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    font-size: 0.875rem;
    opacity: 1;
    z-index: 3;
}


.btn-primary {
    background-color: #1d1d1b;
    border-color: #1d1d1b;
    color: white;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 350;
}

.btn-primary:hover {
    background-color: #1d1d1b;
    border-color: #1d1d1b;
    color: white;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.btn-primary:active {
    background-color: #1d1d1b!important;
    border-color: #1d1d1b!important;
    color: white;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.btn-primary.subscribe-email{
    border-radius: 0!important;
}

button[data-bs-dismiss="modal"]{
    background-color: transparent;
    border: none;
}

.custom-control-input[type="checkbox"]{
    accent-color:#1d1d1b ;
    margin-top: 3px;
}

.subscribe-email-modal{
    padding-left: 40px;
    padding-right: 40px;
}

.custom-control.custom-checkbox{
    display: flex;
    gap:10px;
    align-items: flex-start;

    label {
      margin-bottom: .25rem;
    }
    
}

.error-message{
    color: var(--bs-form-invalid-color);
    padding-right: 24px;
    width: fit-content;
    margin-top: 2px;
}

.error-message:not(:empty){
    color: var(--bs-form-invalid-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px;
}

.modal--newsletter a{
    color: #1D1D1B;
}
.form-control:focus{
  border-color: #1D1D1B;
}

.field-legend {
  font-size: .875rem;
  margin-bottom: 1.5rem;
}

#box-newsletter,
#box-support{
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.box-newsletter__top{
  
}
.box-newsletter__bottom{
  margin-top: auto;

}
.box-support__top{
  
}
.box-support__bottom{
margin-top: auto;
}

.container--boxes{
  margin-top: 40px;
  margin-bottom: 40px;
}

.ctitle{
  font-size: 1.125rem;
  font-weight: 400;
}

@media screen and (max-width:767px){
  .ctitle{
    font-size: 1rem;
  }
}

@media screen and (max-width:768px){
  #box-newsletter,
  #box-support{  
  display: block;
  margin-bottom: 40px;
  height: auto;
  min-height: unset;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  }

  #box-support{
    margin-bottom: 0;
  }

  .box-support__bottom{
    margin-top: 40px;
    
  }
  .box-newsletter__bottom{
    margin-top: 40px;

  }
}


.support_items{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  
}
@media screen and (max-width:767px){
  .support_items{
    flex-direction: column;
    padding-top: 20px;
  }
}

.support_item{
  display: block;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
.support_link{
  color: #1D1D1B;
  display: flex;
  gap: 5px;
  align-items: center;
  
}

.support_link span{
  color: #1D1D1B;
  display: flex;
  gap: 5px;
  align-items: center;
  text-underline-offset: 2px;
  
}

main:has(.container-404){
  min-height: calc(100vh - 288px);
}

.container-404{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
 
}

#box-support > .box-support__top >  svg,
#box-newsletter > .box-newsletter__top >  svg,
.store-title img
{
  width: 30px;
  height: 30px;
}

.store-title img{
  vertical-align: text-top!important;
}


