body {
    background-color: black;
}

.content-wrapper {
    background-color: white;
    position: relative;
}

.size-selected {
    background-color: black !important;
    color: white !important;
    text-decoration: none !important;
}

#cart {
    height: 100vh;
}

@media (max-width: 750px) {
    #cart {
        height: 100dvh;
    }
  }
.cart-hidden {
    display: none !important;
}

.form__field {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.form__field input,
.form__field select,
.form__field textarea {
    border: solid 1px #000;
}

.form__name-wrapper {
    display: flex;
}

.form__street-wrapper {
    display: flex;
    align-items: flex-end;
}

.form__street {
    width: calc(60% - 10px);
    margin-right: 20px;
}

.form__house-number {
    width: calc(40% - 10px);
}  

.different_address {
    width: unset !important;
}

.diffrent-address-form {
    display: none;
    transition: max-height 0.5s ease-in;
}

.form__name {
    width: calc(50% - 10px);
}

.form__surname {
    width: calc(50% - 10px);
    margin-left: 20px;
}

.show {
    display: unset;
}

.form__paczkomat-label--hidden {
    display: none;
}

.inpost-modal {
    opacity: 0;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.15s ease-out, width 0s linear 0.15s, height 0s linear 0.15s;
  }
  
  .inpost-modal--active {
    width: 100%;
    height: 100vh;
    opacity: 1;
    transition: opacity 0.15s ease-out;
  }
  
  .inpost-widget {
    width: 80%;
  }

  /* MODAL */
.modal__wrapper {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 10;
    width: 100%;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  
    justify-content: center;
    align-items: center;
  
    display: none;
  }
  
.modal--background {
    position: absolute;
    height: 100vh;
    width: 100%;
  
    background-color: rgba(0, 0, 0, 0.4);
}
  
.modal--opened {
    display: flex;
}

.modal__close {
    color: rgb(88, 88, 88);
    position: absolute;
    right: 8px;
    top: 1px;
    font-size: 28px;
    font-weight: bold;
    z-index: 11;
}

.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal {
    background-color: #ffffff;
    position: relative;

    display: flex;
}

/* ANIMATION */
.fade-in {
    animation: fade-in 0.6s both;
}

.fade-out {
    animation: fade-out 0.3s both;
}

@keyframes fade-in {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

@keyframes fade-out {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

.modal--currency-switch {
    min-height: 300px;
    max-height: 300px;
    height: 80vh;
    max-width: 400px;
    width: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 8px;
    justify-content: space-between;
  }
  @media (max-width: 1350px) {
    .modal--currency-switch {
      max-height: 400px;
      max-width: 600px;
    }
  }
  @media (max-width: 1000px) {
    .modal--currency-switch {
      width: 90%;
      max-height: 350px;
    }
  }

.arrow--closed {
    transform: rotate(180deg)
}

.slide-active span {
    width: 8rem !important;
    background-color: #000 !important;
}
@media (max-width: 1000px) {
    .slide-active span {
        width: 3rem !important;
    }
}

.landing-img {
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    background-size: cover;
    background-position: center;
    z-index: 3;
}

.languages {
    position: absolute;
    z-index: 10;
    top: 3px;
    left: -45px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 17px;
    transition: all 0.1s ease-in;
    cursor: pointer ;
}
  
.languages:hover {
max-height: 40px;
}

.mobile-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 100;
    transform: translate(-100%, 0%);
    display:flex;

    transition: transform 0.2s ease;
}

.mobile-navbar--opened {
    z-index: 100;
    
    transform: translate(0%, 0%) !important;
    transition: transform 0.2s ease;
}

.info-bar--hidden {
    display: none !important;
}

.contact__form input,
.contact__form textarea,
.contact__form select {
    border: solid 1px #000;
}

.discount--hidden {
    display: none !important;
}

.shipping-price--free {
    color: red;
    text-decoration: line-through;
}

.dropdown-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
}

.dropdown-content.open {
    height: auto; /* Height is managed by JavaScript */
}


#recommended .item-text-wrapper {
    justify-content: unset!important;
    text-wrap: wrap;
}

.item__thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item__thumbnail,
.item__thumbnail--back {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.item__thumbnail {
  opacity: 1;
  z-index: 1;
}

.item__thumbnail--back {
  opacity: 0;
  z-index: 0;
}

.item__thumbnail-wrapper:hover .item__thumbnail {
  opacity: 0;
}
  
.item__thumbnail-wrapper:hover .item__thumbnail--back {
  opacity: 1;
}

.empty-box {
    background-color: #fff;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;

}

.empty-box:nth-of-type(1) {
    border-left: 1px solid #000;
}

#checkout-form input,
#checkout-form select,
#checkout-form textarea {
    -webkit-border-radius:0px;
    border-radius: 0;
}


.size-chart-table,
.size-chart-table th,
.size-chart-table td {
    border-collapse: collapse;
    border: solid 2px #000;
    text-align: center;
}


.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.loading-screen {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    justify-content: center;
    align-items: center;
}

.loading-screen--active {
    display: flex;
}

.loading-screen-body--active {
    overflow: hidden;
}

/* ------ ADMIN ------ */

#sidebar-wrapper {
    height: 100vh;
    display:flex;
}

#admin_sidebar {
    width: 280px;
    height: 100%;
}

#admin-mobile-navbar {
    display: none;
    font-family: "Arial", sans-serif !important;
}

#mobile-navbar__hamburger {
    transform: rotate(90deg);
    height: 100%;
    cursor: pointer;
    color: white;
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1;
}

#mobile-navbar__company-name {
    color: white;
    margin-bottom: 0;
    line-height: 1;
}

.selected-orders-text {
    font-weight: bold;
}

.btn-modal-select-packer {
    width: 50%;
}

.select-packer-modal__footer {
    display: flex;
    gap: 8px;
}

.packer-select {
    margin-top: 8px;
}

.select-packer-modal__footer-text {
    margin-top: 8px;
    font-size: 12px;
    color: #6c757d;
}

@MEDIA (max-width: 1050px) {
    .admin-tile--s {
        width: 100%;
    }

    .admin-tile--sm {
        width: 100%;
    }

    .admin-tile--m {
        width: 100%;
    }

    .admin-tile--ml {
        width: 100%;
    }

    .admin-tile--l {
        width: 100%;
    }


    #sidebar-wrapper {
        display: none !important;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        height: 100dvh;
        z-index:100;
    }

    #admin_sidebar {
        width: 80%;
        height: 100%;
    }

    #sidebar-wrapper.sidebar--active {
        display: flex !important;
    }

    #admin-mobile-navbar {
        display: flex;
        justify-content: space-between;
        padding: 4px; 
        font-family: "Arial", sans-serif !important;
        align-items: center;
    }

    #mobile-navbar-bg {
        height: 100%;
        width: 20%;
        background-color: #000;
        opacity: 0.3;
        cursor: pointer;
    }

    #sidebar__logo-wrapper {
        display: none;
    }

    .admin-main {
        height: calc(100vh - 60px);
        height: calc(100dvh - 60px);
        padding-bottom: 4px;
    }

    .admin-content {
        width: 100%;
        padding: 16px;
    }
}

.small-info-text {
    font-size: 12px;
    margin-top: 4px;
    color: #6c757d;
}


/* ------ END ADMIN ------ */
.group:hover .group-hover\:visible {
  visibility: visible;
}

.group .group-hover\:visible {
  visibility: hidden;
}