@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");* {margin:0;padding:0;box-sizing:border-box;font:14px "Open Sans",sans-serif;}b {font-weight:bold;}header {box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);z-index:2;position:relative;}header > #header_top {width:100%;background-color:#303030;padding:8px;border-bottom:2px solid var(--main);}header > #header_top > div {align-items:center;display:flex;justify-content:space-between;max-width:1200px;margin:auto;}header > #header_top > div > div {color:#fff;font-size:14px;}header > #header_top > div > div > a {color:#fff;text-decoration:none;margin:0 5px 0 5px;}header > #header_top > div > div:nth-of-type(2) {min-width:80px;}header > #header_bottom {padding:16px;width:100%;background-color:#ffffff;}header > #header_bottom > div {align-items:center;display:flex;max-width:1200px;margin:auto;justify-content:space-between;}header > #header_bottom img {max-height:80px;max-width:270px;width:100%;}header > #header_bottom ul {list-style:none;display:flex;flex-direction:row;gap:5px;}header > #header_bottom ul > li a{padding:10px;color:#303030;display:flex;flex-direction:column;gap:5px;text-align:center;text-decoration:none;}header > #header_bottom ul > li a span {font-weight:bold;}header > #header_bottom ul > li a i {font-size:17px;}body{background-color:#efefef;}.ebay_content {padding:30px;max-width:1100px;margin:auto;}#ebay_card {box-shadow:0 0 12px 0 rgba(100,100,111,0.2);padding:30px;background-color:#ffffff;margin-bottom:10px;border-radius:5px;}#ebay_card details {width:100%;margin-bottom:15px;}#ebay_card details summary {border-radius:5px;background-color:var(--main);color:var(--text);font-size:18px;padding:8px;}#ebay_card details p {margin:8px 0;}#ebay_card details ol,#ebay_card details ul {padding-left:20px;}#ebay_card details ol li,#ebay_card details ul li {margin:8px 0;}#ebay_card details p b {font-weight:bold;}#ebay_card #product_grid {display:grid;grid-template-columns:2fr 3fr;gap:30px;margin-bottom:10px;}#ebay_card #product_grid div > img {border-radius:5px;width:100%;object-fit:contain;}#ebay_card #product_grid div > div {margin:10px 0 0 0;width:100%;display:flex;gap:10px;flex-direction:row;flex-wrap:wrap;justify-content:space-around;}#ebay_card #product_grid div > div > img {max-width:150px;object-fit:contain;width:30%;}#ebay_card #product_grid div h3 b {font-size:22px;color:#444;}#ebay_card #product_grid div hr {margin:10px 0 10px 0}#ebay_card #product_grid details {margin-bottom:-13px !important;}#ebay_card_details_50 {display:grid;grid-template-columns:1fr 1fr;gap:10px;}#ebay_card_details_50 details {margin-bottom:0;}#ebay_card .licence_grid {display:grid;grid-template-columns:1fr 1fr;gap:2px;}#ebay_card .licence_grid img {margin:auto;width:100%;object-fit:contain;max-width:150px;}#ebay_card .postage_grid {display:grid;grid-template-columns:3fr 2fr;gap:5px;}#ebay_card .postage_grid img {width:100%;margin:auto;max-width:340px;max-height:340px;object-fit:contain;}.hidden {display:none;}.ebay_vehicle_links {color:#fff;text-decoration:none;font-weight:bold;}#ebay_card details:first-of-type p:nth-last-of-type(-n+2):has(a) {background:#a0a0a0;display:table;padding:10px;border-radius:5px;margin-top:5px;color:#fff !important;}#ebay_card details summary {cursor:pointer;}#donor_car_grid {grid-template-columns:2fr 3fr !important;}#donor_car_grid .donor_car_image {border-radius:5px;margin-top:10px !important;}#donor_car_grid div {margin-top:5px;}#pre_footer_grid {display:grid;grid-template-columns:1fr 1fr;gap:10px;}#pre_footer_grid > .pre_footer_item {box-shadow:0 0 12px 0 rgba(100,100,111,0.2);align-items:center;gap:15px;display:flex;flex-direction:row;border-radius:5px;background-color:var(--main);padding:15px;}#pre_footer_grid > .pre_footer_item > i {font-size:38px;color:var(--text);}#pre_footer_grid > .pre_footer_item > div {color:var(--text)}#pre_footer_grid > .pre_footer_item > div h4 {font-weight:bold;margin-bottom:5px;}footer {padding:20px;background-color:var(--footer);}footer hr {width:90%;max-width:800px;margin:20px auto 20px auto;display:none;}footer > div:first-of-type {display:none;}footer > div {max-width:1200px;margin:auto;display:grid;grid-template-columns:2fr 1fr 2fr;justify-content:space-between;}footer > div:last-of-type {grid-template-columns:1fr 1fr;}footer > div > div {padding:10px;}footer > div > div > h6 {font-weight:bold;margin-bottom:5px;}footer > div > div > p b {font-weight:bold !important;}footer > div > div > p {color:#727272;margin-bottom:3px;}footer > div > div > p a {color:inherit;text-decoration:none;}footer > div > div:last-of-type {text-align:right;}@media screen and (max-width:890px){#ebay_card #product_grid {grid-template-columns:1fr;}#ebay_card #product_grid > div:first-of-type {display:flex;justify-content:center;flex-direction:column;}#ebay_card #product_grid > div:first-of-type > div > img {margin:unset;}#ebay_card #product_grid img {max-width:400px;margin:auto;}#ebay_card_details_50 {grid-template-columns:1fr;gap:15px;}#ebay_card .postage_grid {grid-template-columns:1fr;gap:0;}#ebay_card #donor_car_grid {grid-template-columns:1fr !important;gap:5px;}}@media screen and (max-width:650px){header > #header_bottom > div {flex-direction:column;}header > #header_bottom > div > ul {position:relative;width:80%;justify-content:space-around;margin:10px auto auto;}header > #header_bottom > div > ul::before {position:absolute;top:-5px;left:10%;content:"";width:80%;height:1px;background-color:rgba(0,0,0,0.3);display:block;margin-bottom:10px;}header > #header_bottom > div > ul > li a span {display:none;}header > #header_bottom > div > ul > li a i {font-size:28px;}.ebay_content {padding:10px;}#ebay_card {padding:10px;}}@media screen and (max-width:560px){header > #header_top span {display:none;}#pre_footer_grid {display:flex;flex-direction:column;gap:10px;}footer > div {display:block;}footer > div > div:last-of-type {text-align:left;}}