
a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #DB211E;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #DB211E;
}

@media screen and (min-width: 768px) {
    .section-title {
        font-size: 2.8rem;
    }    
}

@media screen and (min-width: 1024px) {
    .section-title {
        font-size: 36px;
        margin-bottom: 40px;
    }    
}

.sub_title {
    margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
    .sub_title {
        font-size: 19px;
        margin-bottom: 15px;
    }    
}


/* btn */
.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 1.4rem;
}

.btn-primary {
    background-color: #DB211E;
    color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #BC2121;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(219, 33, 30, 0.3);
}

.btn-secondary {
    background-color: #2A2A2A;
    color: #FFFFFF;
    border: 1px solid #444;
}

.btn-secondary:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.fa-arrow-right {
    display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 13px;
	height: 2px;
	background-color: #fff;
	position: relative;
}
.fa-arrow-right:before,
.fa-arrow-right:after{
	content: "";
	display: block;
	width: 9px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: -3px;
}
.fa-arrow-right:before{
	top: -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.fa-arrow-right:after{
	bottom: -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/*.fa-arrow-right:before {
    content: "\f061";
}*/

@media screen and (min-width: 1024px) {
    .btn-primary, .btn-secondary {
        font-size: 17px;
        padding: 15px 24px;
    }
}



/* omen_navi */
.omen_navi {
    width: 100%;
    z-index: 1000;
}
@media screen and (min-width: 1024px) {    
    .omen_navi {
        position: fixed;
        top: 0;
        left: 0;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }
}

.header-container {
    padding: 1.6rem 2rem;
}
@media screen and (min-width: 1024px) {   
    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 32px;
    }
}

.header-transparent {
    background-color: #000;
}
@media screen and (min-width: 1024px) {  
    .header-transparent {
        background-color: transparent;
        box-shadow: none;
    }
}

.header-solid {
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header-hidden {
    transform: translateY(-100%);
}

.logo {
    width: 40px;
    height: 40px;
    background: transparent;
    transform: rotate(45deg);
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}
.logo::after {
    content: '';
    position: absolute;
    top: 4px; left: 4px; right: 4px; bottom: 4px;
    background: linear-gradient(45deg, #FF0000 0%, #FFB400 100%);
    border-radius: 0;
    transform: rotate(0deg);
}

.header-container > div:first-child {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1023px) {  
    .header-container > div:first-child {
        margin-bottom: 1.5rem
    }
}
    

.logo-text {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 0.5rem;
}

.brand-name {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #f8f7f7;
}

.support-text {
    font-size: 0.9rem;
    color: #A0A0A0;
}

@media screen and (min-width: 768px) {  
    nav ul {
        display: flex;
        list-style: none;
        justify-content: flex-end;
        margin: 0;
    }
}

nav li {
    margin-left: 3rem;
    font-size: 1.6rem;
}

nav a {
    font-weight: 500;
    padding: 0.5rem;
    position: relative;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #DB211E;
    transition: width 0.3s ease;
}

nav a:hover {
    text-decoration: none;
}
nav a:hover::after {
    width: 100%;
}
nav a:visited {
    color: #fff;
}





/* main */
.main {
    background-color: #1a1a1a;
    color: #fff;
}
/*.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
    font-weight: 600;
    margin-bottom: 1rem;
}*/

.hero {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    height: 60vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://via.placeholder.com/1600x800') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 2rem;
}

@media screen and (min-width: 1024px) {
    .hero {
        min-height: 90vh;
        height: 90vh;
    }
}

.hero::before {
    content: '';
    position: absolute;
    left: 0; top: 0; width: 100%; height: 100%;
    background: rgba(20, 20, 20, 0.55);
    z-index: 1;
    pointer-events: none;
}

.hero-bg-video {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-content h1,
.hero-content p {
    text-shadow: 0 2px 8px rgba(0,0,0,0.7), 0 0px 1px #000;
}

.hero-content h1 {
    font-weight: 800;
    letter-spacing: 1px;
}

.hero-content p {
    font-weight: 600;
}

.hero h1 {
    font-size: 3.2rem;
    margin-bottom: 1.2rem;
    line-height: 1.6;
    
}
@media screen and (min-width: 768px) {
    .hero h1 {
        font-size: 4rem;
    }
}

.hero p {
    font-size: 20px;
    margin-bottom: 2rem;
    opacity: 0.93;
    letter-spacing: 1px;
}

.search-box {
    position: relative;
    display: flex;
    align-items: stretch;
    max-width: 600px;
    width: 100%;
    margin: 2px auto;
    background: transparent;
    border-radius: 32px;
    box-shadow: 0 6px 24px rgba(219, 33, 30, 0.12);
    overflow: hidden;
    border: none;
}
.search-box::before {
    content: '';
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    border-radius: 32px;
    border: 2px solid transparent;
    background: linear-gradient(90deg, #FF0000 0%, #FFB400 50%, #FF0000 100%) border-box;
    background-size: 200% 100%;
    background-position: 0% 50%;
    animation: searchbox-gradient-move 3s linear infinite;
    clip-path: inset(0 50% 0 50% round 32px);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
}
.search-box:hover::before,
.search-box.focused::before {
    clip-path: inset(-4px -4px -4px -4px round 32px);
}
@keyframes searchbox-gradient-move {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
.search-box::after {
    content: '';
    position: absolute;
    left: 2px; top: 2px; right: 2px; bottom: 2px;
    background: rgba(30,30,30,0.98);
    z-index: 2;
    border-radius: 30px;
    pointer-events: none;
}
.search-box input,
.search-box button,
.search-fake-placeholder {
    position: relative;
    z-index: 3;
}

.search-fake-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    color: #A0A0A0;
    font-size: 1.6rem;
    line-height: 1.5;
    pointer-events: none;
    white-space: nowrap;
    z-index: 99;
    transition: opacity 0.2s;
}

.search-box input,
.search-box button {
    box-sizing: border-box;
}

.search-box input {
    flex: 1;
    padding: 1.6rem 2rem;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    caret-color: #fff;
    font-size: 1.6rem;
    transition: border-color 0.2s;
    height: 100%;
    min-width: 0;
    line-height: 1.5;
}

.search-box input:focus {
    outline: none;
}

.search-box input.faq-placeholder {
    color: transparent !important;
    position: relative;
}
.search-box input.faq-placeholder::before {
    content: attr(data-faq);
    position: absolute;
    left: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
    color: #A0A0A0;
    font-size: 1.05rem;
    pointer-events: none;
    white-space: nowrap;
}

.search-box input::placeholder {
    color: #A0A0A0;
}

.search-box button,
.search-box button:active,
.search-box button:focus,
.search-box button:hover {
    color: #fff !important;
}

.search-box button {
    background-color: #DB211E;
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-left: 8px;
    margin-right: 6px;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    border-radius: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    align-self: center;
    line-height: 1;
}

.search-box button:hover {
    background-color: #BC2121;
}

.fa-search:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/icon_serch.png);
}


/* warranty-section */
.warranty-section {
    padding: 5rem 0;
    background-color: #151515;
}

@media screen and (min-width: 480px) {
    .warranty-check {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: start;
    }
}
@media screen and (min-width: 480px) {
    .warranty-section {
        padding: 80px 0;
    }
}

.warranty-form {
    background-color: #242424;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.warranty-form form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 1.5rem;
}

.form-group input {
    width: 100%;
    padding: 0.8rem;
    background-color: #1A1A1A;
    border: 1px solid #333;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 1.5rem;
}

.form-group input:focus {
    outline: none;
    border-color: #DB211E;
}

@media screen and (min-width: 1024px) {
    .form-group {
        margin-bottom: 26px;
    }
    .form-group label  {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .form-group input {
        font-size: 16px;
        padding: 12px;
    }
}

.warranty-info {
    background-color: #242424;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.fa-check {
    position: relative;
}
.fa-check::before,.fa-check::after{
    content: "";
    display: block;
    height: 3px;
    width: 7px;
    border-radius: 30px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: -27px;
    margin: auto;
}
.fa-check::after{
    transform: rotate(-45deg);
    width: 12px;
    left: 3px;
    bottom: -24px;
}

.warranty-info ul {
    list-style: none;
    margin: 1.5rem 0;
}

.warranty-info ul li {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

@media screen and (min-width: 1024px) {
    .fa-check::before,.fa-check::after{
        width: 9px;
    }
    .fa-check::after{
        width: 14px;
        left: 4px;
    }
    .warranty-info ul li {
        gap: 28px;
    }
}
/*.warranty-info ul li i {
    font-size: 1rem;
    margin-top: 0.3rem;
}*/
.warranty-info ul li i::before, .warranty-info ul li i::after {
    background: #DB211E;
}

.extended-warranty {
    margin-top: auto;
}

.extended-warranty p {
    margin-bottom: 0.8rem;
}

.warranty-info .btn-secondary {
    align-self: flex-start;
}
.warranty-info .btn-secondary:hover {
    text-decoration: none;
    color: #fff;
}


@media screen and (min-width: 480px) {
    .warranty-info {
        margin-top: 0;
    }
}
@media screen and (min-width: 1024px) {
    .warranty-info p {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .warranty-info ul {
        margin: 20px 0;
    }
    .warranty-info ul li {
        font-size: 17px;
    }
}



/* support-chat-section */
.support-chat-section {
    padding: 5rem 0;
    background-color: #1A1A1A;
}

@media screen and (min-width: 1024px) {
    .support-chat-section {
        padding: 80px 0;
    }
}

.support-options-container > div.chat-option:nth-child(2) {
    margin-top: 2rem;
}

@media screen and (min-width: 480px) {
    .support-options-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        margin-bottom: 3rem;
    }
    .support-options-container > div.chat-option:nth-child(2) {
        margin-top: 0;
    }
}

.chat-option {
    background-color: #242424;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.option-icon {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    margin-left: auto;
    margin-right: auto;
}

.option-icon img {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
}

.chat-option h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.chat-option p {
    color: #BBB;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {
    .chat-option {
        padding: 32px;
    }
    .chat-option h3 {
        font-size: 22px;
    }
    .chat-option p {
        font-size: 17px;
        margin-bottom: 24px;
    }
    .option-icon {
        margin-bottom: 16px;
    }
}

.support-features {
    list-style: none;
    text-align: left;
    margin-bottom: 1.5rem;
    /*margin: 1.5rem 0;*/
}

.support-features li {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    color: #bbb;
}
.support-features li i::before, .support-features li i::after {
    background: #06C755;
}

@media screen and (min-width: 1024px) {
    .support-features {
        margin-bottom: 24px;
    }
    .support-features li {
        gap: 28px;
        font-size: 17px;
    }
}


.chat-option .guidance {
    font-size: 1.3rem;
    opacity: 0.8;
}

.chat-option .contact-detail {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.7rem;
    letter-spacing: 0.5px;
    text-align: center;
}

.chat-option .hours {
    font-size: 1.5rem;
    color: #A0A0A0;
    margin-bottom: 1.2rem;
    line-height: 1.7;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .chat-option .contact-detail {
        font-size: 18px;
        margin-bottom: 11px;
    }
    .chat-option .guidance {
        font-size: 15px;
    }
    .chat-option .hours {
        font-size: 17px;
    }
}

.availability, .response-time {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.availability i.online {
    color: #4CAF50;
}

.chat-option button {
    margin-top: auto;
}

.contact-alternatives {
    background-color: #242424;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.contact-alternatives h3 {
    text-align: center;
    margin-bottom: 2rem;
}

.alt-contacts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.contact-method {
    text-align: center;
}

.contact-method i {
    font-size: 1.5rem;
    color: #A0A0A0;
    margin-bottom: 1rem;
}

.contact-method p {
    margin-bottom: 0.5rem;
}

.contact-detail {
    font-weight: 600;
    color: #FFFFFF;
}

.hours {
    font-size: 0.9rem;
    color: #A0A0A0;
}

.find-location,
.find-location:hover,
.find-location:focus,
.find-location:active {
    color: #fff !important;
}



/* performance-section */
.performance-section {
    padding: 5rem 0;
    background-color: #151515;
}

.performance-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.category-card {
    background-color: #242424;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-10px);
}

.category-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-bottom: 2px solid #DB211E;
}

.category-card h3 {
    padding: 1.5rem 1.5rem 0.5rem;
    font-size: 1.2rem;
}

.category-card p {
    padding: 0 1.5rem 1rem;
    color: #BBB;
    font-size: 0.95rem;
}

.category-card .card-link,
.category-card .card-link:hover,
.category-card .card-link:active,
.category-card .card-link:focus {
    color: #fff !important;
}

.optimization-tool {
    background-color: #242424;
    padding: 2.5rem;
    border-radius: 8px;
    text-align: center;
    margin-top: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex; 
    align-items: center; 
    gap: 2.5rem; 
    flex-wrap: wrap;
}
.optimization-tool .op_txt {
    flex: 1; 
    min-width: 240px; 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
    text-align: left;
}
.optimization-tool .op_txt .op_title_sub {
    display: flex; 
    align-items: center; 
    margin-bottom: 1rem;
}
.optimization-tool .op_txt .op_title_sub > span:first-child {
    display:inline-block;
    width:2.2em;
    height:1.5px;
    background:#ff0000;
    border-radius:1px;
    margin-right:0.7em;    
}
.optimization-tool .op_txt .op_title_sub > span:last-child {
    font-size: 1.2rem; 
    color: #fff; 
    letter-spacing: 0.08em; 
    font-weight: 600;
}
.optimization-tool .op_txt .op_title {
    font-size: 2.2rem; 
    font-weight: 900; 
    color: #fff; 
    line-height: 1.18; 
    margin-bottom: 1.8rem;
}
.optimization-tool .op_txt p {
    color: #fff; 
    font-size: 1.5rem; 
    font-weight: 400; 
    margin-bottom: 2.2rem;
}
.optimization-tool .op_img {
    flex: 1; 
    min-width: 220px; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.optimization-tool .op_img img {
    max-width: 540px;
    width: 100%; 
    border-radius: 12px; 
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}

.optimization-tool h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.optimization-tool p {
    max-width: 600px;
    margin: 0 auto 2rem;
    color: #BBB;
}

.tool-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.optimization-tool .tool-actions a,
.optimization-tool .tool-actions a:hover,
.optimization-tool .tool-actions a:active,
.optimization-tool .tool-actions a:focus {
    color: #fff !important;
}

@media screen and (min-width: 1024px) {
    .optimization-tool {
        padding: 40px;
    }
    .optimization-tool .op_txt .op_title_sub > span:last-child {
        font-size: 14px;
    }
    .optimization-tool .op_txt .op_title {
        font-size: 36px;
    }
    .optimization-tool .op_txt p {
        font-size: 17px;
        margin-bottom: 35px;
    }
}



/* product-showcase */
.product-showcase {
    padding: 5rem 0;
    background-color: #1A1A1A;
}

.product-filter {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.filter-btn {
    padding: 0.6rem 1.2rem;
    background-color: #2A2A2A;
    border: none;
    border-radius: 50px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.4rem;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background-color: #3A3A3A;
}

.filter-btn.active,
.filter-btn.active:hover,
.filter-btn.active:focus,
.filter-btn.active:active {
    color: #fff !important;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.product-card {
    background-color: #242424;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 1.5rem;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    position: relative;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
}

.product-image img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    border-radius: 8px;
    background: #222;
}

.product-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #DB211E;
    color: #FFFFFF;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

.product-info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.product-info h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.product-info p {
    color: #BBB;
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
}

.product-specs {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

.product-specs span {
    color: #A0A0A0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.product-specs span i {
    color: #DB211E;
}

.product-actions {
    display: flex;
    gap: 1rem;
    margin-top: auto;
}

.product-actions a {
    flex: 1;
    text-align: center;
    padding: 0.6rem 0;
    font-size: 0.95rem;
}

.view-more {
    text-align: center;
    margin-top: 2.5rem;    
}
.view-more .btn-secondary {
    text-decoration: none;
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .filter-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
    .product-card {
        padding-top: 24px;
    }
    .product-image {
        padding: 0 16px;
    }
    .product-info {
        padding: 24px;
    }
    .product-info h3 {
        font-size: 21px;
    }
    .view-more {
        margin-top: 40px;
    }
}

.product-specs > div {
    display: flex;
    column-gap: 22px;
}
.product-specs i.fas {
    position: relative;
}
.product-specs i.fas:before {
    position: absolute;
    top: 2px;
    left: 0;
}

.fa-microchip:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-microchip.png);
}
.fa-video:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-video.png);
}
.fa-memory:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-memory.png);
}
.fa-desktop:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-desktop.png);
}
.fa-tachometer-alt:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-tachometer-alt.png);
}
.fa-bolt:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-bolt.png);
}
.fa-keyboard:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-keyboard.png);
}
.fa-lightbulb:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-lightbulb.png);
}
.fa-language:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-language.png);
}
.fa-mouse:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-mouse.png);
}
.fa-sync-alt:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-sync-alt.png);
}
.fa-bullseye:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-bullseye.png);
}
.fa-headphones:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-headphones.png);
}
.fa-weight-hanging:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fa-weight-hanging.png);
}
.fas fa-music:before {
    content: url(/content/dam/jp-ext-hp-com/jp/ja/ec/v-ivr/images/fas fa-music.png);
}