/* products page specific styles */
.introduce {
    margin-left: -1px;
    padding: 40px 20px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

.introduce-img {
    width: 100%;
    max-width: 768px;
    height: auto;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 960px) {
    .introduce-img {
        max-width: 480px;
    }
}

.product-spec {
    width: calc(100% + 1px);
    margin: 0 0 0 -1px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

.product-spec-title, .product-spec-content {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
}

    .product-spec-title i {
        margin-right: 10px;
    }

.product-spec-content {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

.product-spec-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 10px;
    margin-right: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #1795AC;
    color: #fff;
    font-size: 13px;
}

    .product-spec-tag i {
        margin-right: 5px;
        font-size: 13px;
    }

.product-spec-icon {
    color: #1795AC;
    margin-right: 5px;
}

@media only screen and (max-width: 960px) {
    .product-spec {
        grid-template-columns: 1fr 2fr;
    }
}

@media only screen and (max-width: 768px) {
    .product-spec-title, .product-spec-content {
        padding: 10px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

@media only screen and (max-width: 480px) {
    .product-spec {
        grid-template-columns: 1fr 1fr;
    }
}

.controller {
    margin: 30px 0;
}

.controller-group-title {
    padding: 10px 20px;
    background-color: #1795AC;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #fff;
}

.controller-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid #d9d9d9;
}

.controller-card {
    margin-bottom: -1px;
    padding: 30px 10px;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
    position: relative;
    overflow: hidden;
}

    .controller-card .card-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .controller-card img {
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: 0 auto;
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .controller-card .card-overlay {
        position: absolute;
        inset: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 18px;
        background: rgba(23, 149, 172, 0);
        opacity: 0;
        -webkit-transition: background 0.3 ease, opacity 0.3 ease;
        transition: background 0.3 ease, opacity 0.3 ease;
    }

    .controller-card .overlay-btn {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        background: rgba(0, 0, 0, 0.35);
        text-decoration: none;
    }

    .controller-card .overlay-cart {
        background: #e94b4b;
    }

    .controller-card .overlay-link {
        background: #1795AC;
    }

    .controller-card:hover .card-overlay {
        background: rgba(23, 149, 172, 0.5);
        opacity: 1;
    }

@media only screen and (max-width: 960px) {
    .controller-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .controller-card {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

@media only screen and (max-width: 768px) {
    .controller-group-title {
        padding: 10px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.063rem;
    }
}

@media only screen and (max-width: 480px) {
    .controller-card {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.063rem;
    }
}

.download {
    margin-bottom: 50px;
}

.download-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    margin-bottom: 12px;
}

.download-title {
    color: #1795AC;
}

.download-btn {
    background-color: #1795AC;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
}

.product-detail__gallery {
    margin-left: -1px;
    padding: 40px 20px 30px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

.product-detail__gallery-main {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.product-detail__gallery-main-item {
    width: 100%;
    aspect-ratio: 1/1;
    outline: none;
}

    .product-detail__gallery-main-item img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
    }

.product-detail__gallery-arrow {
    width: 44px;
    height: 44px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    cursor: pointer;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

    .product-detail__gallery-arrow i {
        color: #1795AC;
        font-size: 18px;
    }

    .product-detail__gallery-arrow:hover {
        background-color: #1795AC;
    }

        .product-detail__gallery-arrow:hover i {
            color: #fff;
        }

.product-detail__gallery-arrow--prev {
    left: 10px;
}

.product-detail__gallery-arrow--next {
    right: 10px;
}

.product-detail__gallery-arrow--sm {
    width: 30px;
    height: 30px;
}

    .product-detail__gallery-arrow--sm i {
        font-size: 13px;
    }

.product-detail__gallery-nav-wrap {
    width: 100%;
    max-width: 600px;
    margin: 15px auto 0;
}

.product-detail__gallery-nav {
    margin: 0 -6px;
    position: relative;
}

.product-detail__gallery-nav-item {
    padding: 0 6px;
    outline: none;
    cursor: pointer;
}

    .product-detail__gallery-nav-item.slick-current .product-detail__gallery-nav-frame {
        border-color: #1795AC;
    }

.product-detail__gallery-nav-frame {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    -webkit-transition: border-olor 0.3s ease-outc;
    transition: border-olor 0.3s ease-outc;
}

    .product-detail__gallery-nav-frame img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
    }

.product-detail__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.product-detail__actions--bottom {
    padding-top: 20px;
}

.product-detail__btn {
    min-width: 160px;
    border-radius: 6px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.125rem;
}

.product-detail__btn--primary {
    background-color: #B40003;
    border-color: #B40003;
    color: #fff;
}

    .product-detail__btn--primary:hover {
        background-color: rgb(58.5882352941%, 0%, 0.9764705882%);
        border-color: rgb(58.5882352941%, 0%, 0.9764705882%);
        color: #fff;
    }

.product-detail__section {
    margin-top: 60px;
}

.product-detail__section--download {
    margin-top: 70px;
}

.product-detail__drawing {
    margin-left: -1px;
    padding: 50px 0 10px;
    text-align: center;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d9d9d9;
}

    .product-detail__drawing img {
        width: 100%;
        max-width: 780px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

.product-spec--detail {
    grid-template-columns: 260px 1fr;
}

    .product-spec--detail .product-spec-title,
    .product-spec--detail .product-spec-content {
        min-height: 54px;
        padding: 10px 15px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .product-spec--detail .product-spec-title {
        font-weight: 700;
    }

        .product-spec--detail .product-spec-title i {
            margin-right: 12px;
            font-size: 14px;
        }

    .product-spec--detail .product-spec-content {
        color: #343a40;
    }

    .product-spec--detail .product-spec-tag {
        min-width: 86px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 10px;
        text-transform: none;
    }

    .product-spec--detail .product-spec-icon {
        font-size: 16px;
    }

@media only screen and (max-width: 1280px) {
    .product-detail {
        padding-left: 15px;
    }

    .product-spec--detail {
        grid-template-columns: 220px 1fr;
    }
}

@media only screen and (max-width: 960px) {
    .product-detail {
        padding-left: 0;
    }

    .product-detail__gallery {
        padding-top: 30px;
    }

    .product-detail__section {
        margin-top: 40px;
    }

    .product-spec--detail {
        grid-template-columns: 200px 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .product-detail__actions {
        gap: 8px;
    }

    .product-detail__btn {
        min-width: 140px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1rem;
    }

    .product-detail__drawing {
        padding-top: 30px;
    }

    .product-detail__gallery {
        padding: 30px 10px 20px;
    }

    .product-detail__gallery-arrow {
        width: 34px;
        height: 34px;
    }

        .product-detail__gallery-arrow i {
            font-size: 14px;
        }

    .product-detail__gallery-arrow--sm {
        width: 26px;
        height: 26px;
    }

        .product-detail__gallery-arrow--sm i {
            font-size: 12px;
        }

    .product-detail__gallery-nav-item {
        padding: 0 4px;
    }

    .product-spec--detail .product-spec-title,
    .product-spec--detail .product-spec-content {
        min-height: 48px;
        padding: 8px 10px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
}

@media only screen and (max-width: 560px) {
    .product-spec--detail {
        grid-template-columns: 1fr 1fr;
    }

        .product-spec--detail .product-spec-content {
            border-width: 0 0 1px 0;
        }
}
