.accessories-banner{max-width:1920px;margin:0 auto 40px;min-height:auto;position:relative;padding:0 24px;background-size:cover;background-position:center}
.accessories-banner .title_card{height:auto;width:100%;min-height:85vh;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-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:1}
.accessories-banner .title_card .section-title{text-align:center;padding-top:100px}
.accessories-banner .title_card .card h4{text-align:center;font-size:16px;padding-bottom:18px}
.accessories-banner .title_card .card .accessories-card{width:100%;min-height:305px;border-radius:18px;margin-bottom:18px;padding:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}
@media(max-width:768px){.accessories-banner .title_card .card .accessories-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:18px}
}.accessories-banner .title_card .card .accessories-card .product{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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}
@media(max-width:768px){.accessories-banner .title_card .card .accessories-card .product{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
}.accessories-banner .title_card .card .accessories-card .product figure{width:145px;height:145px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--color_gray);border-radius:50%;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;padding:44px}
@media(max-width:768px){.accessories-banner .title_card .card .accessories-card .product figure{height:80px;width:80px;padding:24px;border:0}
}.accessories-banner .title_card .card .accessories-card .product figure .product-icon{width:100%;height:auto;display:block}
.accessories-banner .title_card .card .accessories-card .product .product-description{padding:0}