.single-product {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
}

.product-main {
    padding: 60px var(--ltu-content-x-padding);
    margin-bottom: 100px;
    border-radius: 12px;
    background: var(--ltu-theme-blue-light);
}

.product-main-row {
    margin-top: 40px;
}

.product-main-row > div {
    flex: 1;
}

.product-main-row > div.woocommerce-product-gallery {
    max-width: 600px;
    margin: 0 auto 25px;
}

.posted_in {
    margin-bottom: 12px;
}

.posted_in a {
    text-decoration: none;
    color: var(--ltu-theme-gray);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000;
}

.woocommerce-product-details__short-description {
    margin-bottom: 18px;
}

.product_meta {
    margin-bottom: 20px;
}

.woocommerce div.product .product_title {
    margin-bottom: 24px;
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 1.2rem + 2.75vw, 4.5rem);
}

.product-btn-row {
    margin-top: 20px;
}

.product-btn-row > form,
.product-btn-row > div {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}

.product-btn-row form {
    display: inline-block;
}

.product-btn-row .quantity {
    display: none;
}

.single-product-swiper {
    background: #fff;
    border-radius: 20px;
}

.swiper-slide-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 68.6%;
    background: #fff;
    border-radius: 20px;
}

.swiper-slide-wrap .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide-wrap img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.single-product-swiper__navigation {
    height: 50px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product-swiper__navigation .swiper-button-next.navigation-btn-default,
.single-product-swiper__navigation .swiper-button-prev.navigation-btn-default {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 0;
    transform: none;
}

.single-product-swiper__navigation .swiper-pagination {
    width: 80px;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    line-height: 50px;
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
    font-weight: 700;
    text-align: center;
}

.wc-tabs-container {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #F0F2F5;
    border-radius: 12px;
}

.wc-tabs-container::-webkit-scrollbar {
    display: none;
}

.sticky-tabs .wc-tabs-container {
    height: 42px !important;
    border-radius: 0;
}

.woocommerce-tabs {
    margin-bottom: 100px;
}

.sticky-tabs .woocommerce-tabs .pin-spacer {
    z-index: 12 !important;
}

.wc-tabs-container {
    height: 62px;
}

.product-tabs {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 32px;
    gap: clamp(0rem, -0.4rem + 2vw, 2rem);
    height: 100%;
}

.product-tabs li {
    height: 100%;
}

.product-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*padding: 0.812em 1.33em 0.812em;*/
    padding: 0 clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    font-weight: 700;
    border-radius: 12px;
    color: var(--ltu-theme-black);
    text-decoration: none;
    white-space: nowrap;
    height: 100%;
}

.sticky-tabs .product-tabs a {
    font-size: 18px;
    border-radius: 0;
}

.product-tabs > li a:hover,
.product-tabs > li.active a {
    background: var(--ltu-theme-green-ligth);
    color: #ffffff;
}

.woocommerce-tabs .tab-panel {
    padding: 99px var(--ltu-content-x-padding) 0;
}

.woocommerce-tabs .tab-panel.white-panel {
    background: #ffffff;
    padding: 25px var(--ltu-content-x-padding) 30px;
}

.woocommerce-tabs .tab-panel.white-panel:nth-of-type(1) {
    border-radius: 12px 12px 0 0;
}

.woocommerce-tabs .tab-panel.white-panel-last {
    border-radius: 0 0 12px 12px;
    padding-bottom: 32px;
}

.tab-panel-title {
    margin-bottom: 32px;
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 1.45rem + 1.5vw, 3.25rem);
}

.tab-panel .wp-block-columns:nth-last-of-type(1) {
    margin-bottom: 0;
}


/* download block */
.download-item {
    border: 2px solid var(--ltu-theme-blue);
    padding: 40px;
    border-radius: 12px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.download-item-title {
    font-weight: 20;
}

.download-item-file {
    padding-top: var(--ltu-content-x-padding);
}

.download-item-file a {
    color: inherit;
    transition: color 400ms;
}

.download-item-file a:hover {
    color: var(--ltu-theme-green-ligth);
}

/* Additional Resources */
.pb-resources a {
    font-weight: 700;
    text-decoration: none;
}
.pb-resources a:hover {
    text-decoration: underline;
}
.pb-resources ul li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Ccircle cx='6' cy='6' r='6' fill='%230E202A'/%3E%3C/svg%3E");
}

/* related */
.related-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;color: inherit;
    text-decoration: none;
}

.related-product .related-product-title {
    transition: color 400ms;
}

.related-product:hover .related-product-title {
    color: var(--ltu-theme-orange);
}

.related,.related-category{
    padding: 0 0 70px;
}

.related-products-swiper__navigation,.related-category-swiper__navigation {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
}
.swiper-button-prev.navigation-btn-default {
        left: 50%;
        transform: translateX(-65px);
}

.swiper-button-next.navigation-btn-default {
        left: 50%;
        transform: translateX(5px);
}

.related-products-swiper__navigation,
.related-category-swiper__navigation {
        width: 100%;
}

.related-category .swiper-slide,
.related .swiper-slide {
    height: auto;
    align-self: stretch;
    width: 70vw;
}
.subcategory-image,
.related-product-image {
    /*flex: 1;*/
    width: 100%;
    margin-top: 24px;
}

.related-product-image img {
    object-fit: contain;
}

.related-product-title {
    margin: 24px 40px;
}

.woocommerce-tabs .tab-panel.woocommerce-Tabs-panel--related {
    border-radius: 0;
    padding: calc(var(--ltu-content-x-padding) + 20px) var(--ltu-content-x-padding);
    background: rgba(1, 143, 246, 0.20);
    margin-top: 100px;
    /* width: 100vw; */
    width: 100%;
    /* margin-left: -20px; */
    margin-left: 0;
}

.related-subtitle {
    margin-bottom: 32px;
}

.related-categories {
    border-radius: 12px;
    background: #F6F8FC;
    padding: 60px 40px;
}

.subcategory {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.subcategory .subcategory-title {
    transition: color 400ms;
}

.subcategory:hover .subcategory-title {
    color: var(--ltu-theme-orange);
}

.subcategory-title {
    padding: 20px 10px 0;
    text-align: center;
    max-width: 329px;
    flex: 1;
}

.subcategory .img-responsive {
    padding-bottom: 75.88%;
    width: 100%;
}

.subcategory-title .h3,
.related-product-title h3 {
    font-size: 24px;
    text-wrap: balance;
}

.woocommerce .star-rating {
    float: none;
    margin-bottom: 20px;
}

.woocommerce .star-rating {
    width: 6em;
    color: #ffcb47;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
    letter-spacing: 0.12em;
    text-shadow: -3px 2px rgba(0,0,0,0.05);
}

.product-reviews-swiper {
    padding-bottom: 65px;
}

.product-review {

}

.product-review-text {
    margin-bottom: 32px;
    font-size: 18px;
}

.product-review-name {
    font-size: 18px;
    font-weight: 700;
}

.product-review-position {
    font-size: 14px;
    margin-top: 5px;
}

.product-reviews-swiper .swiper-horizontal>.swiper-pagination-progressbar,
.product-reviews-swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto;
    bottom: 25px;
    height: 2px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--ltu-theme-green);
    height: 4px;
    top: -1px;
}

.product-group-select {
    max-width: 600px;
}
.navbar-toggler {
    font-size: 1rem;
}
@media (max-width: 991.98px) {
    .product-main {
        padding-top: 25px;
        padding-bottom: 25px;
        margin-bottom: 44px;
    }

    .sticky-tabs .wc-tabs-container {
        width: 100vw !important;
        max-width: none !important;
        left: 0 !important;
        border-radius: 0;
    }

    .wc-tabs-container {
        height: 50px;
    }
    .woocommerce #content div.product .woocommerce-tabs .container {padding: 0;}

    /*.pin-spacer,.wc-tabs-container {
      width: 100% !important;
      height: auto !important;
      max-height: unset!important;
    }
    .sticky-tabs .wc-tabs-container {height: auto!important;}*/
}

@media (min-width: 992px) {
    .woocommerce-tabs .tab-panel.woocommerce-Tabs-panel--related {
        width: 100%;
        margin-left: 0;
        border-radius: 20px;
    }
    .product-main-row {
        display: flex;
        justify-content: space-between;
        gap: 60px
    }

    .product_meta {
        margin-bottom: 12px;
    }

    .product-btn-row {
        margin-top: 44px;
    }

    .product-main-row > div.woocommerce-product-gallery {
        width: 46.2195%;
        max-width: 758px;
        margin: 0;
    }

    .single-product-swiper__navigation {
        justify-content: flex-start;
    }

    .woocommerce-tabs .tab-panel.white-panel {
        padding: 40px var(--ltu-content-x-padding) 10px;
    }

    .related-categories {
        padding: 60px var(--ltu-content-x-padding);
    }
    .related,.related-category {
        width: 100%;
        margin-left: 0;
    }
    .related-products {width: 100%;margin-left: 0;}
    
}

@media (min-width: 1200px) {
    .subcategory-title .h3,
    .related-product-title h3 {
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 0rem + 1.6667vw, 2rem);
    }
}

@media (min-width: 1600px) {
    .product-review-text {
        font-size: 18px;
    }

    .product-review-name {
        font-size: 24px;
    }

    .product-review-position {
        font-size: 16px;
    }
}

@media (max-width: 1439.98px) {
    .sticky-tabs .wc-tabs-container {
        margin-top: -14px !important;
    }
}

@media (max-width: 1199.98px) {
    .sticky-tabs .wc-tabs-container {
        margin-top: 0px !important;
    }
}

@media (min-width: 1440px) and (max-width: 1600px) {
    .sticky-tabs .wc-tabs-container {
        margin-top: -10px !important;
    }
}