/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #0c0c0c;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

.container-big {
    width: 100%;
    max-width: 1656px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-mid {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}


a {
    color: #231f20;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #231f20;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

strong {
    font-weight: 700;
}

.btn-main {
    line-height: 2rem;
}

.btn-main a {
    background: #231f20;
    color: #fff;
    padding: .6rem 1rem;
    font-weight: 700;
    font-size: 1rem;
    display: inline-block;
    border-radius: 0px;
    transition: .2s ease-in-out;
}

.btn-main a .fa-solid {
    margin-left: .3rem;
}

/* HEADER */

.mastheader {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
    width: 100%;
    top: 0;
}

.mh-main {
    padding: 2rem 0;
}

.mh-main .row {
    align-items: center;
}

.logo img {
    max-width: 180px;
    height: auto;
}

.navbar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: .85rem;
    color: #231f20;
    padding: 0rem .5rem;
}

.contact_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.4rem;
}

.mh-main .btn-main {
    text-align: center;
}

.contact_wrap .phone a {
    font-weight: 700;
    font-size: 1rem;
    color: #231f20;
}

.contact_wrap .phone a:hover {
    color: #000;
}

.contact_wrap .phone i {
    font-size: 1rem;
    color: #231f20;
    margin-right: .4rem;
    vertical-align: middle;
}

.contact_wrap .phone a {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}


.social-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.social-links a {
    color: #231f20;
    font-size: 1.1rem;
    transition: .2s ease-in-out;
}

.top-banner-full {
    width: 100%;
    overflow: hidden;
}

.top-banner-full a,
.top-banner-full img {
    display: block;
    width: 100%;
}

.top-banner-full img {
    max-width: 100%;
    height: auto;
}

/* OUR PRODUCTS */

.our-products {
    position: relative;
    padding: 6rem 0;
    background: #fff;
}

.our-products::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    background: #111;
    z-index: 0;
}

.our-products .container-big {
    position: relative;
    z-index: 1;
}

.section-title {
    max-width: 640px;
    font-size: 1.1rem;
    margin-bottom: 4rem;
}

.our-products .section-title h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 3.4rem;
    font-weight: 300;
    margin: 0 0 1.5rem;
}

.section-title p {
    font-size: 1.1rem;
    color: #b1b1b1;
}

.our-products__widgets {
    margin-bottom: 1rem;
}

.our-products__widgets .row {
    margin-left: -4px;
    margin-right: -4px;
}

.our-products__widgets .row>* {
    padding-left: 4px;
    padding-right: 4px;
}

.product-box {
    position: relative;
    height: 520px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: .5rem;
}

.product-box__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    transition: background .3s ease;
}

.product-box h3 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: .5px;
    margin: 0 0 1.25rem;
}

.product-box:hover .product-box__overlay {
    background: rgba(0, 0, 0, 0.5);
}

.product-box .btn-main {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .3s ease, transform .3s ease;
}

.product-box .btn-main a {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    font-size: 1rem;
    padding: 0;
    text-decoration: none;
}

.product-box:hover .btn-main {
    opacity: 1;
    transform: translateY(0);
}

.product-box:hover .btn-main a {
    color: #fff;
    text-decoration-color: #fff;
}

.product-box:hover .btn-main a:hover {
    text-decoration: none;
    text-underline-offset: 4px;
    text-decoration-color: rgba(255, 255, 255, 0.4);
}

/* ABOUT US */

.about-us {
    padding: 0 0 6rem 0;
    background: linear-gradient(to bottom,
            #ffffff 0px,
            #ffffff 320px,
            #f9f9f9 100%);
    min-height: 1000px;
}

.about-us .section-title {
    text-align: center;
    margin: 0 auto;
    font-size: 1.1rem;
}

/* About Us Slider */

.about-us__slider {
    padding: 4rem 0 0;
}

.aboutSwiper {
    position: relative;
}

.aboutSwiper .swiper-slide {
    height: 420px;
}

.aboutSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutSwiper .swiper-button-prev,
.aboutSwiper .swiper-button-next {
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.aboutSwiper .swiper-button-prev {
    left: 2rem;
}

.aboutSwiper .swiper-button-next {
    right: 2rem;
}

/* About Us Widgets */
.about-widgets {
    padding-top: 4rem;
}

.about-widgets .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}

.about-widget {
    text-align: center;
    padding: 1rem 1.5rem;
}

.about-widget i {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #231f20;
    background: rgb(240 240 240);
    border-radius: 50%;
    margin-bottom: 1.75rem;
}

.about-widget h3 {
    font-size: 1.375rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.about-widget p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin: 0 auto;
}

/* INSPIRATION */
body.page-template-default .inspiration {
    background: #f9f9f9;
}

body.page-template-default .inspiration .section-title h2 {
    color: #231f20
}

.inspiration.inspiration__on-page {
    background: #070707
}

.inspiration {
    padding: 6rem 0;
    background: #111;
}

.inspiration .section-title {
    max-width: 640px;
    margin-bottom: 4rem;
    font-size: 1.1rem
}

.inspiration .section-title h2 {
    color: #fff;
}

.inspiration .section-title {
    color: #b1b1b1;
}

.inspiration__slider {
    padding-left: 0;
    padding-right: 0;
}

.realizationsSwiper,
.inspirationSwiper {
    padding: 2rem 0;
}

.realizationsSwiper .swiper-slide,
.inspirationSwiper .swiper-slide {
    width: 420px;
    height: 300px;
    transition: transform .4s ease, opacity .4s ease;
    opacity: .4;
}

.realizationsSwiper .swiper-slide img,
.inspirationSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.realizationsSwiper .swiper-slide-active,
.inspirationSwiper .swiper-slide-active {
    transform: scale(1.08);
    opacity: 1;
}

.realizationsSwiper .swiper-slide-prev,
.realizationsSwiper .swiper-slide-next,
.inspirationSwipe .swiper-slide-prev,
.inspirationSwiper .swiper-slide-next {
    opacity: .7;
}

.inspirationSwiper .swiper-slide {
    height: 420px;
}

.inspiration__slider .inspirationSwiper article,
.inspiration__slider .inspirationSwiper .content__thumb,
.inspiration__slider .inspirationSwiper .content__thumb img {
    height: 100%;
}

/* Process Step */
.process-steps {
    padding: 6rem 0;
    background: #fff;
}

.steps-row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}

.step-item {
    position: relative;
    background: #111;
    padding: 2.75rem 2.75rem 2.75rem 6rem;
    margin-bottom: 2rem;
    height: 100%
}

.step-nr {
    position: absolute;
    top: 1.5rem;
    right: 1.75rem;
    font-size: 3.2rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.08);
    line-height: 1;
}

.step-icon {
    position: absolute;
    left: 1.75rem;
    top: 2.4rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon i {
    font-size: 1.45rem;
    color: #fff;
}

.step-item h3 {
    font-size: 1.45rem;
    font-weight: 300;
    margin-bottom: .85rem;
    color: #fff;
}

.step-item p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* CTA */

body.page-id-25 .page-title,
body.page-id-25 .page-wrapper {
    display: none
}

.cta-section {
    padding: 6rem 0;
    background: #111;
}

.cta-section .section-title {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 4rem;
    color: #b1b1b1
}

.cta-section .section-title h2 {
    color: #fff;
}

.cta-form input,
.cta-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 0.9rem 1rem;
    border-radius: 0;
}

.cta-form input:focus,
.cta-form textarea:focus {
    color: #fff;
    background-color: #242424;
    border-color: #3b3b3b;
    outline: 0;
}

.cta-form input::placeholder,
.cta-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.cta-form textarea {
    min-height: 140px;
    resize: vertical;
}

.cta-form .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

.form-topics {
    margin: 1.5rem 0;
}

.form-topics p {
    color: #fff;
    margin-bottom: 0rem;
    font-weight: 500;
}

.form-topics .wpcf7-checkbox {
    background: transparent;
}

.form-topics .wpcf7-list-item {
    margin: 0.5rem 0;
    color: rgba(255, 255, 255, 0.507);
}

.form-topics input[type="checkbox"] {
    margin-right: 0.5rem;
}

.form-topics .wpcf7-list-item span {
    margin-right: 2rem;
}

.form-topics .wpcf7-list-item input[type="checkbox"] {
    width: auto;
}

.form-agree {
    margin: 1.5rem 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.form-agree input {
    margin-right: 0.5rem;
    width: auto;
}

.form-agree a {
    color: #fff;
    text-decoration: underline;
}

.form-submit {
    margin-top: 2rem;
}

.form-submit input[type="submit"] {
    background: #fff;
    color: #111;
    border: none;
    padding: 1rem 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.form-submit input[type="submit"]:hover {
    background: #e6e6e6;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #bfbfbf;
    text-align: center;
    padding: .75rem;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #bfbfbf;
    text-align: center;
    padding: .75rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2rem 0.5rem 1rem;
    color: #bfbfbf;
    text-align: center;
    padding: .75rem;
}


/* Page specific styles */

.page-title {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.page-title::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.55) 35%,
            rgba(0, 0, 0, 0.15) 60%,
            rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

body.page-template-page-kontakt .page-title,
.page-title__single,
body.single .page-title {
    min-height: 33vh;
    background: #111
}

.page-title .container-big {
    position: relative;
    z-index: 2;
    padding-bottom: 6rem;
}

.page-title .container-big--shop {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.page-title h1 {
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: #fff;
}

.page-title h3 {
    max-width: 720px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.page-title__desc {
    max-width: 720px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.page-title__desc strong {
    font-weight: 600;
    color: #fff;
}

.page-wrapper {
    padding: 6rem 0;
}

.pw-shop {
    position: relative;
    padding-top: 0;
}

.pw-shop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: #040404;
}

.pw-shop .container-big {
    position: relative;
    z-index: 1;
}

.shop-heading {
    font-size: 3.4rem;
    font-weight: 300;
    margin: 4rem 0 2.5rem;
}

.entry-title {
    display: none;
}

.entry-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #222;
    margin-bottom: 1.25rem;
}

.entry-content strong {
    font-weight: 600;
}

.entry-content h2 {
    font-size: 2rem;
    font-weight: 300;
    margin: 4rem 0 1.5rem;
}

.entry-content h3 {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 3rem 0 1.25rem;
}

.entry-content ul {
    list-style: none;
    margin: 0rem 0 1.25rem 0;
    padding: 0;
}

.entry-content ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: .85rem;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #222;
}

.entry-content ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.15rem;
    font-size: 0.85rem;
    color: #9b9b9b;
}

/* REALIZATIONS */

.realizations {
    padding: 6rem 0;
    background: #fff;
}

.realizations .section-title {
    margin-bottom: 4rem;
}

.realizations .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 3rem;
    row-gap: 2rem;
}

/* ARTICLE */

.swiperRealizations article,
.realizations article {
    position: relative;
    overflow: hidden;
    background: #111;
    height: 100%;
}

/* THUMB */

.swiperRealizations .content__thumb,
.realizations .content__thumb {
    position: relative;
    overflow: hidden;
}

.swiperRealizations .content__thumb img,
.realizations .content__thumb img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.swiperRealizations article:hover .content__thumb img,
.realizations article:hover .content__thumb img {
    transform: scale(1.06);
}

.swiperRealizations .content__thumb::after,
.realizations .content__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .75) 0%,
            rgba(0, 0, 0, .45) 35%,
            rgba(0, 0, 0, .15) 65%,
            rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

/* CONTENT BOX */

.swiperRealizations .content__box,
.realizations .content__box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 2.5rem;
    width: 100%;
}

.swiperRealizations .entry-title,
.realizations .entry-title {
    display: block;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 1.5rem;
}

.swiperRealizations .entry-title a,
.realizations .entry-title a {
    color: #fff;
    text-decoration: none;
}

.swiperRealizations .entry-title a:hover,
.realizations .entry-title a:hover {
    color: #e6e6e6;
}

/* BUTTON */

.swiperRealizations .btn-small a,
.realizations .btn-small a {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-size: .95rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.swiperRealizations .btn-small i,
.realizations .btn-small i {
    font-size: 1.1rem;
    transition: transform .3s ease;
}

.swiperRealizations article:hover .btn-small i,
.realizations article:hover .btn-small i {
    transform: translateX(4px);
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .swiperRealizationscontent__thumb img,
    .realizations .content__thumb img {
        height: 360px;
    }

    .swiperRealizations .content__box,
    .realizations .content__box {
        padding: 2rem;
    }
}

@media (max-width: 575px) {

    .swiperRealizations .content__thumb img,
    .realizations .content__thumb img {
        height: 300px;
    }

    .swiperRealizations .entry-title,
    .realizations .entry-title {
        font-size: 1.3rem;
    }
}


/* SHOP PRODUCTS — karuzela losowych produktów (25% intro + karuzela) */
.shop-products {
    padding: 6rem 0;
    background: #ebebeb;
    overflow: hidden;
}

.shop-products__inner {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.shop-products__intro {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
}

.shop-products__intro h2 {
    color: #231f20;
    font-size: 3.4rem;
}

.shop-products__intro,
.shop-products__intro p {
    color: #555;
}

.shop-products__intro .btn-main {
    margin-top: 2rem;
}

.shop-products__slider {
    flex: 1 1 auto;
    min-width: 0;
}

.shopProductsSwiper {
    padding: 0;
    overflow: hidden;
}

.shopProductsSwiper .swiper-slide {
    width: 380px;
    height: auto;
}

/* Karta produktu — nazwa, cena + badge, link (jak w archive-product) */
.shop-products .entry-title {
    margin-bottom: .75rem;
}

.shop-products .price {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    margin: 0 0 1.25rem;
}

.shop-products .price .woocommerce-price-suffix {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: .15rem .55rem;
    background: rgba(255, 255, 255, .14);
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .02em;
    color: rgba(255, 255, 255, .75);
}

@media (max-width: 991px) {
    .shop-products {
        padding: 3.5rem 0;
    }

    .shop-products__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 2.5rem;
    }

    .shop-products__intro {
        flex: 0 0 auto;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .shopProductsSwiper .swiper-slide {
        width: 280px;
    }

    .shop-products .entry-title {
        font-size: 1.3rem;
    }
}

/* FOOTER */
#footer-wrapper {
    background: #070707;
    padding: 6rem 0;
    color: #bfbfbf;
}

/* UKŁAD KOLUMN */
.fw-inner>.row>*:nth-child(1) {
    padding-right: 0rem;
}

.fw-inner>.row>*:nth-child(2) {
    padding-left: 3rem;
}

/* LOGO */
#footer-wrapper .wp-block-image img {
    max-width: 75%;
    height: auto;
}

#block-3 {
    max-width: 65%;
    margin-top: 1rem;
}

/* TEKST */
#footer-wrapper p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #bfbfbf;
    margin: 1.5rem 0;
}

/* NAGŁÓWKI */
#footer-wrapper h2.wp-block-heading {
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 1.5rem;
}

/* LISTY */
#footer-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-wrapper ul li {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1.75rem;
    font-size: 1.1rem;
    color: #bfbfbf;
}

#footer-wrapper ul li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

/* LINKI */
#footer-wrapper a {
    color: #bfbfbf;
    text-decoration: none;
}

#footer-wrapper a:hover {
    color: #fff;
}

/* SOCIAL */
.social-footer {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.social-footer a {
    font-size: 1.6rem;
    color: #fff;
}

.social-footer a:hover {
    color: #bfbfbf;
}

/* FOOTER BOTTOM */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 4rem;
    padding-top: 3rem;
    font-size: 0.95rem;
    color: #bfbfbf;
}

.footer-bottom a {
    color: #fff;
    font-weight: 700;
}

.footer-bottom a:hover {
    color: #bfbfbf;
}

/** LIghTBOX **/

#ts-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

#ts-lightbox.active {
    display: flex;
}

#ts-lb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
}

#ts-lb-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 2rem;
    max-width: 95vw;
    max-height: 95vh;
}

#ts-lb-img {
    max-width: 80vw;
    max-height: 85vh;
    object-fit: contain;
    display: block;
    box-shadow: 0 8px 48px rgba(0, 0, 0, .6);
}

#ts-lb-close {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
    line-height: 1;
    opacity: .7;
    transition: opacity .2s;
}

#ts-lb-close:hover {
    opacity: 1;
}

#ts-lb-prev,
#ts-lb-next {
    background: none;
    border: none;
    color: #fff;
    font-size: 3.5rem;
    cursor: pointer;
    line-height: 1;
    opacity: .6;
    transition: opacity .2s;
    padding: 0 .5rem;
    user-select: none;
}

#ts-lb-prev:hover,
#ts-lb-next:hover {
    opacity: 1;
}

#ts-lb-counter {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .6);
    font-size: .9rem;
    font-family: inherit;
}

#ts-lb-prev:focus:not(:focus-visible),
#ts-lb-next:focus:not(:focus-visible),
#ts-lb-close:focus:not(:focus-visible) {
    outline: none;
}