/**
* @helpers
*/

@media (min-width: 230px) {
    .detail-product {
        padding: 3rem 0;
    }
    .detail-product .detail__header {
        grid-gap: 3.5rem;
    }
    .detail-product .detail__header .detail__avatar .avatar__ .avatart__item .frame {
        padding-top: 68.70229%;
    }
    .detail-product .detail__header .detail__avatar .album {
        margin: 1rem -0.5rem;
    }
    .detail-product .detail__header .detail__avatar .album .album__slide .slick-arrow {
        z-index: 1;
        width: 3rem;
        height: 3rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1.2rem;
        background-color: #109b58;
        border-radius: 0.5rem;
    }
    .detail-product .detail__header .detail__avatar .album .album__slide .slick-arrow::before {
        display: none;
    }
    .detail-product .detail__header .detail__avatar .album .album__slide .slick-arrow.slick-prev {
        left: -0.5rem;
        background-image: url("../../images/icons/slick__prev.png");
    }
    .detail-product .detail__header .detail__avatar .album .album__slide .slick-arrow.slick-next {
        right: -0.5rem;
        background-image: url("../../images/icons/slick__next.png");
    }
    .detail-product .detail__header .detail__avatar .album .album__slide .album__item .album__box {
        margin: 0 0.5rem;
    }
    .detail-product .detail__header .detail__avatar .album .album__slide .album__item .album__box .frame {
        padding-top: 69.23077%;
    }
    .detail-product .detail__header .detail__item {
        margin-top: 2rem;
    }
    .detail-product .detail__title {
        text-transform: uppercase;
        font-weight: bold;
        color: #109b58;
        margin-bottom: 1.5rem;
    }
    .detail-product .detail__header .detail__item .table {
        border-collapse: collapse;
        border: 1px solid #bfbfbf;
        border-radius: 0.5rem;
        width: 100%;
    }
    .detail-product .detail__header .detail__item .table td,
    .detail-product .detail__header .detail__item .table th {
        padding: 1.3rem;
        border: 1px solid #bfbfbf;
        padding: 8px;
        font-weight: 400;
    }
    .detail-product .detail__header .detail__item .table thead tr th {
        text-align: center;
        background: #109b58;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
    }
    .detail-product .detail__header .detail__item .table tbody tr td,
    .detail-product .detail__header .detail__item .table tbody tr th {
        font-family: "googlesans-regular";
    }
    .detail-product .detail__header .detail__item .table tbody tr td:first-child,
    .detail-product .detail__header .detail__item .table tbody tr th:first-child {
        color: #da352f;
    }
    .detail-product .detail__body {
        margin-top: 2rem;
    }
    .detail-product .detail__body .bs-tab {
        margin-bottom: 3rem;
    }
    .detail-product .detail__body .bs-tab .tab-control {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .detail-product .detail__body .bs-tab .tab-control .control-list {
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }
    .detail-product .detail__body .bs-tab .tab-control .control-list .control-list__item {
        text-transform: uppercase;
        color: #109b58;
        border-radius: 0.5rem;
        border: 1px solid #109b58;
        font-size: 1.4rem;
        height: 3.5rem;
        font-weight: 400;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .detail-product .detail__body .bs-tab .tab-control .control-list .control-list__item+.control-list__item {
        margin-left: 0;
    }
    .detail-product .detail__body .bs-tab .tab-control .control-list .control-list__item.active {
        color: #fff;
        background-color: #109b58;
    }
    .detail-product .detail__body .bs-tab .tab-content {
        min-height: unset;
        border-top: 2px solid #bfbfbf;
        border-bottom: 2px solid #bfbfbf;
        margin-top: 3rem;
        padding: 3rem 0;
    }
    .detail-product .detail__body .detail__desc {
        font-family: "googlesans-regular";
    }
    .detail-product .detail__body .detail__desc input {
        max-width: 100%;
        height: auto !important;
    }
    .detail-product .detail__body .detail__desc ul {
        padding-left: 1.5rem;
    }
    .detail-product .detail__body .detail__desc img {
        margin: auto;
    }
    .detail-product .detail__body .group__album {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }
    .detail-product .detail__body .detail__contact {
        padding-top: 3rem;
        line-height: 2.3rem;
        font-size: 1.4rem;
        font-family: "googlesans-regular";
    }
    .detail-product .detail__body .detail__contact .cotnact__title {
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 1.5rem;
        font-family: "Oswald", sans-serif;
    }
}

@media (min-width: 480px) {
    .product-related .related__body .related__group {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 1.5rem;
    }
}

@media (min-width: 768px) {
    .detail-product .detail__header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-gap: 3rem;
    }
    .detail-product .detail__header .detail__avatar {
        max-width: -webkit-calc(100vw / 2);
        max-width: -moz-calc(100vw / 2);
        max-width: calc(100vw / 2);
        width: 100%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .detail-product .detail__header .detail__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 0;
    }
    .detail-product .detail__body .bs-tab .tab-control .control-list {
        grid-gap: 3.5rem;
    }
    .detail-product .detail__body .bs-tab .tab-control .control-list .control-list__item {
        font-size: 2.2rem;
        height: 5rem;
    }
    .detail-product .detail__body .bs-tab .tab-content {
        padding-top: 3rem;
    }
    .detail-product .detail__body .detail__desc .group {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1.7fr 1fr;
        grid-template-columns: 1.7fr 1fr;
        grid-gap: 1.175rem;
    }
    .detail-product .detail__body .group__album {
        grid-gap: 3.5rem;
    }
}

@media (min-width: 992px) {
    .detail-product {
        padding-top: 3.5rem;
    }
    .detail-product .detail__header .detail__avatar .avatar__ .avatart__item .frame {
        padding-top: 58.594%;
    }
    .detail-product .detail__title {
        font-size: 3.5rem;
        margin-bottom: 3rem;
    }
    .detail-product .detail__header .detail__item .table td,
    .detail-product .detail__header .detail__item .table th {
        font-size: 1.8rem;
    }
    .detail-product .detail__header .detail__item .table thead tr th {
        font-size: 2.2rem;
    }
}

@media (min-width: 1200px) {
    .detail-product .detail__header {
        grid-gap: 3.5rem;
    }
    .detail-product .detail__header .detail__avatar {
        max-width: 655px;
    }
    .detail-product .detail__header .detail__avatar .avatar__ .avatart__item .frame {
        padding-top: 68.70229%;
    }
    .detail-product .detail__header .detail__avatar .album {
        margin-top: 3.5rem;
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }
    .detail-product .detail__header .detail__avatar .album .album__slide .slick-arrow {
        width: 5rem;
        height: 5rem;
    }
    .detail-product .detail__header .detail__avatar .album .album__slide .album__item .album__box {
        margin: 0 1.75rem;
        background-size: 2rem;
    }
    .detail-product .detail__header .detail__item {
        max-width: -webkit-calc(100% - 655px);
        max-width: -moz-calc(100% - 655px);
        max-width: calc(100% - 655px);
    }
    .detail-product .detail__body .detail__desc .group ul li {
        font-size: 1.6rem;
    }
    .detail-product .detail__body .detail__contact {
        font-size: 18px;
        line-height: 2.7rem;
    }
    .detail-product .detail__body .detail__contact .cotnact__title {
        font-size: 1.6px;
        line-height: 20px;
    }
}