@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@media only screen and (min-width: 1025px) {
  .prod-title {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 12rem 2rem 7.5rem 2rem;
  }
  .prod-title .cont {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .prod-title .cont .left {
    width: 50%;
  }
  .prod-title .cont .left .title {
    color: #1E1E1E;
    font-size: 6rem;
    font-weight: 700;
  }
  .prod-title .cont .right {
    width: 20%;
  }
  .prod-title .cont .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .product-banner {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .product-banner .banner {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .information {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 7.5rem 2rem;
  }
  .information .top {
    padding: 0rem 20rem 1.75rem 20rem;
  }
  .information .top .desc {
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    color: #1E1E1E;
  }
  .information .contact-options {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }
  .information .contact-options a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .information .contact-options a svg {
    width: 3rem;
    height: auto;
  }
  .information .contact-options a:hover {
    transform: translateY(-2px);
  }
  .curtains {
    width: 100%;
    padding: 0rem 2rem 9.25rem 2rem;
  }
  .curtains .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .curtains .inner .box {
    width: calc(33.33% - 1.25rem);
    height: -moz-max-content;
    height: max-content;
    position: relative;
    transition: all 0.3s ease;
  }
  .curtains .inner .box .curtain-image {
    width: 100%;
    height: auto;
  }
  .curtains .inner .box .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    display: flex;
    align-items: center;
    padding: 2rem 1.5rem 0rem 1.5rem;
  }
  .curtains .inner .box .bg .curtain-title {
    color: #F3F3F3;
    font-weight: 600;
    font-size: 1.5rem;
  }
  .table {
    width: 100%;
    padding: 0rem 2rem 8.75rem 2rem;
  }
  .table table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
  }
  .table table tr th {
    background-color: #1E1E1E;
    color: #F3F3F3;
    border: 1px solid #F3F3F3;
    border-bottom: 1px solid #1E1E1E;
    border-top: 1px solid #1E1E1E;
    padding: 1rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .table table tr th:nth-of-type(1) {
    border-left: 1px solid #1E1E1E;
  }
  .table table tr th:nth-of-type(5) {
    border-right: 1px solid #1E1E1E;
  }
  .table table tr td {
    background-color: #F3F3F3;
    color: #1E1E1E;
    border: 1px solid #1E1E1E;
    padding: 1rem;
    text-align: center;
  }
  .table table tr td .product-title {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .table table tr td .product-desc {
    font-size: 1rem;
    font-weight: 500;
  }
  .table table tr .tb-data {
    font-size: 1rem;
    font-weight: 400;
  }
  .table table tr .tb-data {
    font-size: 1rem;
    font-weight: 400;
  }
  .table table .product-name-tb {
    width: 30%;
  }
  .table table .equal-tb {
    width: 17.5%;
  }
  .no-table {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 0rem 2rem 5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
  }
  .no-table .left {
    width: calc(50% - 1.5rem);
    height: auto;
    border-radius: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .no-table .right {
    width: calc(50% - 1.5rem);
    height: -moz-max-content;
    height: max-content;
  }
  .no-table .right .title {
    color: #1E1E1E;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 1rem;
  }
  .no-table .right .desc {
    color: #1E1E1E;
    font-size: 1rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .prod-title {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 8.25rem 1.5rem 3.75rem 1.5rem;
  }
  .prod-title .cont .left {
    width: 70%;
  }
  .prod-title .cont .left .title {
    color: #1E1E1E;
    font-size: 4rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
    line-height: 5rem;
  }
  .prod-title .cont .right {
    width: 70%;
    padding-bottom: 1rem;
  }
  .prod-title .cont .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .product-banner {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .product-banner .banner {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .information {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 7.5rem 1.5rem;
  }
  .information .top {
    padding-bottom: 1rem;
  }
  .information .top .desc {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #1E1E1E;
  }
  .information .contact-options {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }
  .information .contact-options a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .information .contact-options a svg {
    width: 3rem;
    height: auto;
  }
  .information .contact-options a:hover {
    transform: translateY(-2px);
  }
  .curtains {
    width: 100%;
    padding: 0rem 1.5rem 7.5rem 1.5rem;
  }
  .curtains .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .curtains .inner .box {
    width: calc(33.33% - 1rem);
    height: -moz-max-content;
    height: max-content;
    position: relative;
    transition: all 0.3s ease;
  }
  .curtains .inner .box .curtain-image {
    width: 100%;
    height: auto;
  }
  .curtains .inner .box .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    display: flex;
    align-items: center;
    padding: 1rem 1rem 0rem 1rem;
  }
  .curtains .inner .box .bg .curtain-title {
    color: #F3F3F3;
    font-weight: 600;
    font-size: 1rem;
  }
  .table {
    width: 100%;
    padding: 0rem 1.5rem 5.75rem 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table table {
    border-collapse: collapse;
    width: 100%;
  }
  .table table tr th {
    background-color: #1E1E1E;
    color: #F3F3F3;
    border: 1px solid #F3F3F3;
    border-bottom: 1px solid #1E1E1E;
    border-top: 1px solid #1E1E1E;
    padding: 1rem;
    text-align: center;
    width: 45vw;
    min-width: 45vw;
    max-width: 45vw;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .table table tr th:nth-of-type(1) {
    border-left: 1px solid #1E1E1E;
  }
  .table table tr th:nth-of-type(5) {
    border-right: 1px solid #1E1E1E;
  }
  .table table tr td {
    background-color: #F3F3F3;
    color: #1E1E1E;
    border: 1px solid #1E1E1E;
    padding: 1rem;
    text-align: center;
    width: 45vw;
    min-width: 45vw;
    max-width: 45vw;
  }
  .table table tr td .product-title {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .table table tr td .product-desc {
    font-size: 1rem;
    font-weight: 500;
  }
  .table table tr .tb-data {
    font-size: 1rem;
    font-weight: 400;
  }
  .table table tr .tb-data {
    font-size: 1rem;
    font-weight: 400;
  }
  .no-table {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 0rem 1.5rem 3rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .no-table .left {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .no-table .right {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .no-table .right .title {
    color: #1E1E1E;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 1rem;
  }
  .no-table .right .desc {
    color: #1E1E1E;
    font-size: 1rem;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .prod-title {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 6rem 1.5rem 3.75rem 1.5rem;
  }
  .prod-title .cont .left {
    width: 100%;
  }
  .prod-title .cont .left .title {
    color: #1E1E1E;
    font-size: 4rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
    line-height: 5rem;
  }
  .prod-title .cont .right {
    width: 100%;
    padding-bottom: 1rem;
  }
  .prod-title .cont .right .desc {
    color: #1E1E1E;
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
  .product-banner {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .product-banner .banner {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .information {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 5rem 1.5rem;
  }
  .information .top {
    padding-bottom: 1rem;
  }
  .information .top .desc {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1E1E1E;
  }
  .information .contact-options {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }
  .information .contact-options a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .information .contact-options a svg {
    width: 3rem;
    height: auto;
  }
  .information .contact-options a:hover {
    transform: translateY(-2px);
  }
  .curtains {
    width: 100%;
    padding: 0rem 1.5rem 5.5rem 1.5rem;
  }
  .curtains .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .curtains .inner .box {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    transition: all 0.3s ease;
  }
  .curtains .inner .box .curtain-image {
    width: 100%;
    height: auto;
  }
  .curtains .inner .box .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    display: flex;
    align-items: center;
    padding: 2rem 1rem 0rem 1rem;
  }
  .curtains .inner .box .bg .curtain-title {
    color: #F3F3F3;
    font-weight: 600;
    font-size: 1rem;
  }
  .table {
    width: 100%;
    padding: 0rem 1.5rem 5.75rem 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table table {
    border-collapse: collapse;
    width: 100%;
  }
  .table table tr th {
    background-color: #1E1E1E;
    color: #F3F3F3;
    border: 1px solid #F3F3F3;
    border-bottom: 1px solid #1E1E1E;
    border-top: 1px solid #1E1E1E;
    padding: 1rem;
    text-align: center;
    width: 60vw;
    min-width: 60vw;
    max-width: 60vw;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .table table tr th:nth-of-type(1) {
    border-left: 1px solid #1E1E1E;
  }
  .table table tr th:nth-of-type(5) {
    border-right: 1px solid #1E1E1E;
  }
  .table table tr td {
    background-color: #F3F3F3;
    color: #1E1E1E;
    border: 1px solid #1E1E1E;
    padding: 1rem;
    text-align: center;
    width: 60vw;
    min-width: 60vw;
    max-width: 60vw;
  }
  .table table tr td .product-title {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .table table tr td .product-desc {
    font-size: 1rem;
    font-weight: 500;
  }
  .table table tr .tb-data {
    font-size: 1rem;
    font-weight: 400;
  }
  .no-table {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 0rem 1.5rem 3rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .no-table .left {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .no-table .right {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .no-table .right .title {
    color: #1E1E1E;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 1rem;
  }
  .no-table .right .desc {
    color: #1E1E1E;
    font-size: 1rem;
    font-weight: 500;
  }
}/*# sourceMappingURL=product.css.map */