@charset "UTF-8";
@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('fonts/Geist.woff2') format('woff2'); 
}
@media only screen and (max-width: 900px) {
  * {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
  }
  * body {
    background-color: #292929;
    margin-bottom: 100vh;
  }
  * body .navbar.shrink {
    height: 55px;
  }
  * body nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #404040;
    position: fixed;
    width: 100%;
    background-color: #292929;
    z-index: 20;
    transition: height 0.25s ease;
  }
  * body nav .wrapper {
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    max-width: 1500px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }
  * body nav .wrapper .nav-logo {
    line-height: 0px;
  }
  * body nav .wrapper .nav-logo img {
    height: 45px;
  }
  * body nav .wrapper .nav-btn {
    gap: 0.5rem;
    position: fixed;
    top: 0;
    right: -120%;
    height: 100lvh;
    width: 60%;
    background: #292929;
    box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease-in-out;
    z-index: 999;
    justify-content: start;
    font-size: 2rem;
    margin-top: 56px;
    padding: 0 10px;
    padding-top: 20px;
  }
  * body nav .wrapper .nav-btn.active {
    right: 0%;
  }
  * body nav .wrapper .nav-btn a {
    font-family: "Geist", sans-serif;
    color: white;
    padding: 20px 15px;
    font-size: 1.3rem;
  }
  * body nav .wrapper .nav-btn a:hover {
    background-color: #b6a543;
    color: #292929;
    border-radius: 10px;
  }
  * body nav .wrapper .hamburger {
    cursor: pointer;
    width: 30px;
    height: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1000;
  }
  * body nav .wrapper .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
  }
  * body nav .wrapper .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(9px, 9px);
  }
  * body nav .wrapper .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  * body nav .wrapper .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  * body header {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    background-color: #292929;
    padding-top: 75px;
    position: relative;
  }
  * body header .wrapper {
    padding: 0 20px;
    max-width: 1450px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-bottom: 1px solid #404040;
    padding-bottom: 3rem;
    overflow: hidden;
  }
  * body header .wrapper .plogo {
    display: flex;
    justify-content: center;
  }
  * body header .wrapper .plogo .uncut {
    max-width: 162px;
    border: 3px solid #b6a543;
    border-radius: 20px;
    display: none;
  }
  * body header .wrapper .plogo .cut {
    max-width: 250px;
  }
  * body header .wrapper .header-carousel {
    margin: 0 auto 1.5rem;
    max-width: 100%;
    margin: 0 -10px;
    border-radius: 20px;
    position: relative;
  }
  * body header .wrapper .header-carousel .header-carousel-track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: header-carousel-scroll 40s linear infinite;
  }
  * body header .wrapper .header-carousel img {
    flex: 0 0 auto;
    width: 80vw;
    max-width: 12rem;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 10px;
    border-radius: 10px;
  }
  * body header .wrapper .profile {
    font-family: "Geist", sans-serif;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
  }
  * body header .wrapper .profile h1 {
    color: white;
    display: none;
  }
  * body header .wrapper .profile p {
    color: #a3a3a3;
    font-size: 1.1rem;
  }
  * body header .wrapper .profile .socials {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 10px;
    color: #a3a3a3;
  }
  * body header .wrapper .profile .socials a {
    color: #e6e6e6;
    padding: 5px;
    width: 24px;
    height: 24px;
    width: fit-content;
    height: fit-content;
    line-height: 0px;
  }
  * body header .wrapper .profile .socials a:hover {
    background-color: #b6a543;
    color: #292929;
    border-radius: 10px;
  }
  * body header .wrapper .profile .socials a:first-child {
    //padding-left: 0px;
  }
  * body header .continue {
    bottom: 62px;
    color: #a3a3a3;
    border-radius: 50%;
    border: 2px solid;
    position: absolute;
    padding: 10px;
    height: 23px;
    animation: pulseColor 2.3s infinite ease-in-out;
  }
  * body header .continue.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  * body main {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    background-color: #292929;
    padding-bottom: 70px;
  }
  * body main .wrapper {
    max-width: 1450px;
    flex: 1;
    font-family: "Geist", sans-serif;
  }
  * body main .wrapper .products-heading {
    color: white;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 32px;

  }
  * body main .wrapper .main-content {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  * body main .wrapper .main-content .part {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 30px 0;
    padding: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    border-bottom: 1px solid #404040;
  }
  * body main .wrapper .main-content .part .partImg {
    grid-column: span 2;
    position: relative;
    order: 1 !important;
    margin-left: 0px !important;
    overflow-y: scroll;
  }
  * body main .wrapper .main-content .part .partImg .suggestion {
    display: none;
  }
  * body main .wrapper .main-content .part .partImg .slider-wrapper {
    overflow: auto;
    overflow-y: scroll;
    width: 98vw;
    height: 100%;
    margin-left: -5px;
    margin-right: -20px;
  }
  * body main .wrapper .main-content .part .partImg .slider-wrapper .slider-track {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
  }
  * body main .wrapper .main-content .part .partImg .slider-wrapper .slider-track img {
    max-height: 400px;
    width: 83%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 5px;
    aspect-ratio: 1;
  }
  * body main .wrapper .main-content .part .partImg .slider-dots {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    gap: 8px;
  }
  * body main .wrapper .main-content .part .partImg .slider-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #555;
    transition: background-color 0.3s, transform 0.3s;
    cursor: pointer;
  }
  * body main .wrapper .main-content .part .partImg .slider-dots .dot.active {
    background-color: #b6a543;
    transform: scale(1.2);
  }
  * body main .wrapper .main-content .part .partImg button {
    display: none;
    background-color: #292929;
    border-radius: 50%;
    border: 1px solid #3e3e3e;
    padding: 3px;
    height: 32px;
    width: 31px;
    cursor: pointer;
  }
  * body main .wrapper .main-content .part .partImg button svg {
    color: #3e3e3e;
  }
  * body main .wrapper .main-content .part .partImg button:hover {
    background-color: #b6a543;
  }
  * body main .wrapper .main-content .part .partImg button:hover svg {
    color: #3e3e3e;
  }
  * body main .wrapper .main-content .part .partImg .button1 {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translate(-50%, -50%);
  }
  * body main .wrapper .main-content .part .partImg .button2 {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  * body main .wrapper .main-content .part div {
    align-self: center;
    grid-column: span 3;
  }
  * body main .wrapper .main-content .part div h2 {
    color: white;
    font-size: 2rem;
  }
  * body main .wrapper .main-content .part div p {
    font-size: 1rem;
    color: #a3a3a3;
  }
  * body main .wrapper .main-content .part:last-child {
    border-bottom: 0px;
  }
  * body footer {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    background-color: #9c935e;
    position: fixed;
    bottom: 0px;
    top: unset;
    z-index: -1;
    width: calc(100% - 20px);
    height: calc(100vh - (100vh - 100%) - 55px);
    align-items: center;
  }
  * body footer .wrapper {
    max-width: 1450px;
    flex: 1;
    font-family: "Geist", sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  * body footer .wrapper .form-container {
    max-width: 42rem;
    margin: 0px 0px;
    padding-bottom: 0px;
  }
  * body footer .wrapper .form-container h2 {
    color: #292929;
    text-align: center;
    font-size: 30px;
  }
  * body footer .wrapper .form-container p {
    color: #3e3e3e;
    text-align: center;
    font-size: 15px;
  }
  * body footer .wrapper .form-container form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 10px;
  }
  * body footer .wrapper .form-container form div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  * body footer .wrapper .form-container form div input {
    background-color: #292929;
    font-size: 0.875rem;
    padding: 10px;
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    color: white;
    font-family: "Geist", sans-serif;
    font-weight: 600;
  }
  * body footer .wrapper .form-container form div input:focus {
    border: 1px solid #b6a543;
  }
  * body footer .wrapper .form-container form textarea {
    background-color: #292929;
    resize: vertical;
    color: white;
    padding: 10px;
    font-size: 0.875rem;
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    font-family: "Geist", sans-serif;
    font-weight: 600;
  }
  * body footer .wrapper .form-container form textarea:focus {
    border: 1px solid #b6a543;
  }
  * body footer .wrapper .form-container form button {
    padding: 12px 0px;
    border-radius: 5px;
    background-color: #b6a543;
    border: none;
    color: #292929;
    font-size: 0.875rem;
  }
  * body footer .wrapper .form-container form .footer-socials {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
  }
  * body footer .wrapper .form-container form .footer-socials a svg {
    color: rgba(208, 61, 61, 0.6901960784);
  }
  * body footer .wrapper .form-container form .footer-socials a:last-child svg {
    color: #3c6ebf;
  }
  * body footer .wrapper .footer-bottom {
    position: unset !important;
    bottom: 0px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    color: #3e3e3e;
    padding: 0.5rem 0px;
    font-size: 0.875rem;
  }
  * body footer .wrapper .footer-bottom div {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    margin-bottom: 1rem;
    align-items: center;
  }
  * body footer .wrapper .footer-bottom div span {
    display: none;
  }
  * body footer .wrapper .footer-bottom p {
    text-align: center;
  }
  /* === LIGHTBOX (mobil) === */
  body.lightbox-open {
    overflow: hidden;
  }
  .lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
  }
  .lightbox-overlay.open {
    opacity: 1;
    visibility: visible;
  }
  .lightbox-image {
    max-width: 94vw;
    max-height: 88vh;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
  }
  .lightbox-close {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 28px;
    line-height: 1;
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 10px;
  }
  .lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(20, 20, 20, 0.7);
    border-radius: 999px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #ffffff;
    border: 1px solid #3e3e3e;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lightbox-prev {
    left: 14px;
  }
  .lightbox-next {
    right: 14px;
  }
  .lightbox-nav:hover, .lightbox-close:hover {
    background: #b6a543;
    color: #292929;
  }
}
@keyframes header-carousel-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes pulseColor {
  0% {
    color: #ffffff; /* začiatočná farba */
  }
  50% {
    color: #b6a543; /* stred – zvýraznená farba */
  }
  100% {
    color: #ffffff; /* späť na pôvodnú */
  }
}
@media only screen and (max-height: 690px) {
  .profile-txt {
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=landpage-responsive.css.map */