.div-page-col-header{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.div-page-header-cover{
    position: absolute;
    top:  0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A2463;
    opacity: 0.8;
    z-index: 1;
}
.div-page-header{
    background-image: url('../images/about-header.jpg');
    height: 67vh;
    min-height: 25rem;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    /*margin-top: 4.5rem;*/
}
.div-page-header-content{
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    position: relative;
    z-index: 1;
    color: white;
}
.div-page-header-content-title{
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: bold;
    margin-bottom: 24px;
    color: white;
}
.div-page-header-content-title span{
    color: rgba(242, 153, 74, 1);
}
.div-page-header-content-desc{
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    max-width: 600px;
}
.btn-header{
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Inter', "sans-serif";
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.btn-header-accent{
    background-color: #F2994A;
    color: white;
}
.btn-header-accent:hover {
    background-color: #e08a3c;
    transform: translateY(-0.125rem) scale(1.03); /* -2px */
    box-shadow: 0 0.5rem 1rem rgba(242, 153, 74, 0.2); /* 8px 16px */
}
.btn-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.5s ease;
}
.btn-header:hover::after {
    left: 100%;
}
.div-about-row-introduction{
    padding: 5rem 0;
    position: relative;
    background-color: #F0F7FF;
    background-color: black;
    background-image: linear-gradient(180deg, #F0F7FF 0%, white 100%);
    opacity: 1;
    transform: translateY(1.25rem);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    margin-top: -1.25rem;
}
.div-page-introduction-header{
    margin-bottom: 3rem;
    text-align: center;
}
.div-page-introduction-header-h2{
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    color: #0A2463;
    line-height: 1.3;
}
.div-page-introduction-divider{
    width: 5rem;
    height: 0.1875rem;
    background-color: #F2994A;
    margin: 0 auto 2.5rem;
    border-radius: 0.125rem;
}
.div-page-introduction-header-p{
    max-width: 43.75rem;
    margin: 0 auto;
    color: rgba(75, 85, 99, 1);
}
.div-row-search, .div-row-featured, .div-row-lines{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: rgba(247, 250, 252, 1);
}


.div-search, .div-products, .div-featured, .div-markets ,.div-lines{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}


.div-search-bottom-search{
    max-width: 42rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
}
.div-search-bottom-search input{
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgba(229, 231, 235, 1);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.div-search-bottom-classification{
    margin-bottom: 3rem;
}
.div-search-bottom-classification-products{
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}
.div-search-bottom-classification-products-btn{
    text-transform: none;
    -webkit-appearance: button;
    background-image: none;
    cursor: pointer;
    border-radius: 9999px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(10, 36, 99, 1);
    border-width: 0;
}
.div-search-bottom-classification-products-btn-clicked{
    background-color: #0A2463;
    color: white;
}
.div-search-bottom-classification-industrial{
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 1);
    padding: 1rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.div-search-bottom-classification-industrial p{
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgba(55, 65, 81, 1);
}
.div-search-bottom-classification-industrial-select{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.div-search-bottom-classification-industrial-select-btn{
    text-decoration: none;
    -webkit-appearance: button;
    background-image: none;
    cursor: pointer;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgba(75, 85, 99, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-width: 0;
}
.div-search-bottom-classification-industrial-select-btn-clicked{
    background-color: rgba(10, 36, 99, 0.1);
}

.div-row-products{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 3rem;
    padding-bottom: 3rem;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.div-products{
    padding-left: 2rem;
    padding-right: 2rem;
}
.div-products-top{
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.div-products-top p{
    color: rgba(75, 85, 99, 1);
}
.div-products-top-select{
    display: flex;
    align-items: center;
}
.div-products-top-select label{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(75, 85, 99, 1);
}
.div-products-top-select select{
    text-transform: none;
    border-radius: 0.375rem;
    border-style: none;
    background-color: rgba(247, 250, 252, 1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.div-products-middle{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.div-products-item{
    overflow: hidden;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgba(243, 244, 246, 1);
    background-color: rgba(255, 255, 255, 1);
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.div-products-item-img{
    position: relative;
    overflow: hidden;
}
.div-products-item-img img{
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: 14rem;
    width: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.div-products-item-img-product{
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    border-radius: 9999px;
    background-color: rgba(242, 153, 74, 1);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}
.div-products-item-img-industrial{
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    border-radius: 9999px;
    background-color: rgba(10, 36, 99, 0.9);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}
.div-products-item-img button{
    text-transform: none;
    -webkit-appearance: button;
    background-image: none;
    cursor: pointer;
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(10, 36, 99, 1);
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-products-item-details{
    padding: 1rem;
}
.div-products-item-details h3{
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-products-item-details p{
    margin: 0;
    margin-bottom: 0.75rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(75, 85, 99, 1);
}
.div-products-item-details-parameter{
    margin-bottom: 0.75rem;
}
.div-products-item-details-parameter-list{
    margin-bottom: 0.25rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.div-products-item-details-parameter-list span{
    color: rgba(107, 114, 128, 1);
}
.parameter-light{
    font-weight: 500;
}
.div-products-item-details-more{
    display: flex;
    justify-content: flex-end;
}
.div-products-item-details-more span{
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgba(242, 153, 74, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-products-item:hover img{
    transform: scale(1.1);
}
.div-products-item:hover h3{
    color: rgba(242, 153, 74, 1);
}
.div-products-item:hover{
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
}
.div-products-bottom{
    margin-top: 3rem;
    text-align: center;
    border:0;
}
.div-products-bottom button{
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 0.375rem;
    border-width: 2px;
    border-color: rgba(10, 36, 99, 1);
    border-color: black;
    background-color: rgba(255, 255, 255, 1);
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
    color: rgba(10, 36, 99, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-products-bottom button:hover{
    background-color: rgba(10, 36, 99, 1);
    color: rgba(255, 255, 255, 1);
}

.div-featured-list{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.div-featured-list-item{
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, 1);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: block;
    text-decoration: none;
}
.div-featured-list-item-top{
    position: relative;
}
.div-featured-list-item-top img{
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: 12rem;
    width: 100%;
    object-fit: cover;
}
.div-featured-list-item-top-span{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    border-radius: 9999px;
    background-color: rgba(242, 153, 74, 1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.div-featured-list-item-bottom{
    padding: 1.25rem;
}
.div-featured-list-item-bottom-character{
    margin-bottom: 0.75rem;
    display: inline-block;
    border-radius: 9999px;
    background-color: rgba(10, 36, 99, 0.1);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgba(10, 36, 99, 1);

}
.div-featured-list-item-bottom h3{
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: rgba(10, 36, 99, 1);
}
.div-featured-list-item-bottom p{
    margin-bottom: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(75, 85, 99, 1);
}
.div-featured-list-item-bottom-spec{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.div-featured-list-item-bottom-spec-left{
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(107, 114, 128, 1);
}
.div-featured-list-item-bottom-spec-left span{
    font-weight: 500;
}
.div-featured-list-item-bottom-spec span{
    font-size: 0.9rem;
    color: rgba(242, 153, 74, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-featured-list-item:hover{
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
}
.bestseller{
    background-color: rgba(242, 153, 74, 1);
}

.premium{
    background-color: rgba(10, 36, 99, 1);

}
.new{
    background-color: rgba(37, 99, 235, 1);
}

.div-row-markets{
    background-color: rgba(255, 255, 255, 1);
    padding-top: 5rem;
    padding-bottom: 5rem;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.div-markets-bottom{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.div-markets-bottom-item{
    border-radius: 0.5rem;
    background-color: rgba(247, 250, 252, 1);
    padding: 1.5rem;
    text-align: center;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-markets-bottom-item-icon{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(10, 36, 99, 0.1);
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgba(10, 36, 99, 1);
}
.div-markets-bottom-item-icon svg{
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgba(10, 36, 99, 1);
}
.div-markets-bottom-item h3{
    margin: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: rgba(10, 36, 99, 1);
    font-size: 1rem;
}
.div-markets-bottom-item p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(75, 85, 99, 1);
}
.div-markets-bottom-item:hover{
    box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
}
.div-row-lines{
    background-color: #ffffff;
    margin-bottom: 5rem;
}
.div-lines-details{
    display: flex;
    justify-content: space-evenly;
}
.div-lines-details-dropdown{
    color: #ffffff;
}

.div-lines-details-dropdown-toggle{
    color: #ffffff;
    padding-right: 1.5rem;
    padding-left:1.5rem;
}

