Seller: breezy_returns ✉️ (36.758) 99%, Location: Wijchen, NL, Ships to: EUROPE, Item: 325242709553 EA - Electronic Arts FIFA 22 XBOX SERIES. @CHARSET "UTF-8"; body { background-color: #FFFFFF; font-family: Helvetica, sans-serif; font-size: 16px; overflow: hidden; } /** GRID **/ #it--header, #it--footer { position: relative; width: 95%; margin: 0 auto; } .it--wrapper { position: relative; margin: 0 auto; overflow: hidden; font-size: 16px !important; } .it--wrapper h2 { margin-bottom: 20px; } .it-clearfix { clear: both; overflow: hidden; } .it--logo { background-repeat: no-repeat; display: block; } #it--content { width: 100%; overflow: hidden; } #it--content p { font-weight: lighter; } #it--content .left { width: auto; overflow: hidden; background-color: #ffffff; margin: 0 25px 0 0; float: none; display: flex; flex-flow: column; min-width: 366px !important; } #it--content .right { float: right; width: 76%; } @media only screen and (max-width:480px) { .it--wrapper { width: 100%; padding: 0 !important; } .it--logo { background-position: center 0; width: 100%; } #it--content .left, #it--content .right { float: none; width: auto; } } /** HEADER & FOOTER **/ #it--footer .it--navbar { max-width: 28%; } #it--header .it--wrapper { display: -webkit-flex; display: -ms-flex; display: -moz-flex; display: flex; -webkit-flex-flow: row; -ms-flex-flow: row; -moz-flex-flow: row; flex-flow: row; -webkit-justify-content: space-between; -ms-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; color: #000; padding: 20px 10px; } #it--header .it--logo { width: 35%; height: 70px; background-size: contain; margin-left: -16px; } /** MENU **/ #it--footer .it--navbar, #it--header .it--navbar { font-size: 20px; font-style: normal; font-variant: normal; font-weight: normal; } #it--footer .it--navbar ul, #it--header .it--navbar ul { list-style-type: none; display: flex; flex-flow: row nowrap; justify-content: space-between; padding: 0; margin: 0 auto; } #it--footer .it--navbar li, #it--header .it--navbar li { padding: 15px 0px; text-align: center; width: auto; display: flex; flex-flow: column; justify-content: center; height: 10px; -webkit-hyphens: manual; -moz-hyphens: manual; -ms-hyphens: manual; hyphens: manual; } #it--footer .it--navbar .it--navbar--items, #it--header .it--navbar .it--navbar--items { border-left: 1px solid #B5D9DB; left: 50%; width: auto; margin-left: 15px; margin-right: 15px; } #it--footer .it--navbar li a, #it--header .it--navbar li a { text-decoration: none; text-align: left; letter-spacing: 0px; color: #ED691C; opacity: 1; } /** CONTENT **/ #it--content .it--wrapper { padding: 0px; width: 95%; } #it--content .content-wrapper { display: -webkit-flex; display: -ms-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-between; -ms-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-flex-flow: row; -ms-flex-flow: row; -moz-flex-flow: row; flex-flow: row; margin: 10px 0 20px; } #it--content section { background-color: #ffffff; } #it--content p { padding: 0px; margin: 0; } #it--content .grading-remark { background-color: #E8F5F5; padding: 15px; letter-spacing: 0.7px; display: inline-block; margin-bottom: 15px; width: 100%; } #it--content .grading-remark .grading-svg { float: left; display: block; } #it--content .grading-remark .grading-svg svg { display: inline-block; vertical-align: middle; margin-right: 10px; } #it--content .specs-title { font-size: 20px; font-weight: bold; color: #00A3B1; padding: 0; margin-top: 30px; margin-bottom: 5px; } #it--content .specs-table { width: 100%; border-collapse: collapse; border-spacing:0 15px; font-size: 16px !important; } #it--content td.col-1 { width: 30%; } #it--content tr.row-with-border { height: 35px; border-bottom: 1px solid #B5D9DB !important; } #it--content tr.row-no-border { height: 35px; } #it--content a, it--content a:visited { color: #e30000; text-decoration: none; } /** PRODUCT IMAGE **/ .image { position:relative; width: 100%; height: auto; text-align: left; margin: 40px 0; } .image img { max-width: 100% !important; } /** IMAGE GALLERY **/ #it--content .left .img-gallery { width: 100%; margin-top: 21px; } .img-gallery .image { position: absolute; display: flex; justify-content: center; top: 10px; left: 0px; width: 30%; height: 300px; text-align: center; opacity: 0; transition: opacity 0.5s; margin: 0; padding-top: 25px; z-index: 2; } .img-gallery .image:first-of-type { position: relative; pointer-events: auto; opacity: 1; z-index: 2; width: 100% !important; top: 0; } .img-gallery .image img { position: absolute; right: 0; bottom: 0; left: 0; min-width: 366px !important; max-width: 366px !important; max-height: 100%; } .gallery-nav { display: flex; justify-content: left; padding-top: 15px; padding-bottom: 15px; padding-left: 0; } .gallery-thumb { position: relative; display: inline-block; border: 1px solid #B5D9DB; border-left: none; margin: 0; width: 72px; height: 72px; text-align: center; transition: all 0.2s; } .gallery-thumb:nth-child(1) { border-left: 1px solid #B5D9DB !important; } .gallery-thumb:nth-child(5n+1) { margin-left: 0; } .gallery-thumb:nth-child(5n) { margin-right: 0; } .gallery-thumb:hover { opacity: 0.7; cursor: pointer; transition: all 0.2s; } .gallery-thumb img { position: absolute; top: 50%; right: 0; bottom: 0; left: 50%; max-width:100%; max-height: 100%; transform: translate(-50%, -50%); } .img-gallery .gallery-control { display: none !important; } .img-gallery .gallery-control:target~.image { pointer-events: none; opacity: 0; -webkit-animation: none; -o-animation: none; animation: none; z-index: 2; } .img-gallery .gallery-control:nth-of-type(1):target~.image:nth-of-type(1), .img-gallery .gallery-control:nth-of-type(2):target~.image:nth-of-type(2), .img-gallery .gallery-control:nth-of-type(3):target~.image:nth-of-type(3), .img-gallery .gallery-control:nth-of-type(4):target~.image:nth-of-type(4), .img-gallery .gallery-control:nth-of-type(5):target~.image:nth-of-type(5) { pointer-events: auto; opacity: 1; } /** IMAGE ZOOM **/ .overlay { background: rgba(0, 0, 0, 0.6); position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 1000; display: none; } .lightbox-image { width: 70%; height: auto; margin: 0 auto; background: #fff; text-align: center; padding: 2% 2% 2% 2%; } .lightbox-image img { max-width: 100%; max-height: 800px; display: inline; } .overlay a.close-text { margin-top: 20px; color: #555 !important; text-decoration: none; font-size: 15px; clear: both; display: block; font-weight: normal; text-decoration: underline; } .overlay a i { color: #555 !important; font-size: 40px; margin-bottom: 20px; z-index: 2000; float: right; } #lightbox-1:target, #lightbox-2:target, #lightbox-3:target, #lightbox-4:target, #lightbox-5:target { display: block; } /** DESCRIPTION **/ #it--content .right { overflow: hidden; background-color: #ffffff; width: 80%; margin: 0; float: none; text-align: left; z-index: -1; position: relative; } #it--content .right .title-wrapper { -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; } #it--content .description-wrapper { padding-bottom: 20px; line-height: 1.6; justify-content: space-between; } #it--content #tabs-description .content-wrapper { display: block; } .etc-product-specifications .description-text { width: 80%; float: none; margin: 0; display: flex; flex-flow: column; line-height: 1.6; } .etc-product-specifications .description-svg { width: 20%; float: none; margin-top: -48px; text-align: right; } #it--content .etc-description .content-wrapper { flex-flow: column; } #it--content .etc-description h2 { padding: 0 20px; margin: 0 0 10px; } #it--content .etc-description h3, #it--content .etc-description h4 { margin: 5px 0 0px; } #it--content .etc-description ul { margin: 0; } #it--content .etc-description section { background-color: #ffffff; padding: 0px 10px; margin: 0 10px 20px; max-height: 350px; overflow-x: hidden; overflow-y: scroll; } #it--content .etc-description section h2 { padding: 0; margin: 10px 0 5px; } #it--footer { margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: -30px; } #it--footer .it--wrapper { display: -webkit-flex; display: -ms-flex; display: -moz-flex; display: flex; -webkit-flex-flow: column; -ms-flex-flow: column; -moz-flex-flow: column; flex-flow: column; -webkit-justify-content: center; -ms-justify-content: center; -moz-justify-content: center; justify-content: center; color: #000; text-align: center; width: 95%; } #it--footer .content-wrapper { display: -webkit-flexbox; display: -ms-flexbox; display: -moz-flex; display: flex; -webkit-justify-content: center; -ms-justify-content: center; -moz-justify-content: center; justify-content: center; background: #fff; } #it--footer ul.footer-nav { list-style-type: none; display: -webkit-flex; display: -ms-flex; display: -moz-flex; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; -moz-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-between; -ms-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; padding: 20px; margin: 0; } #it--footer ul.footer-nav.right { width: 30%; text-align: center; } #it--footer ul.footer-nav.left { width: 25%; text-align: left; display: none; } #it--footer .footer-nav a { text-decoration: none; color: #000; } body a:link, body .g-novisited a:visited, .dynpg a:visited, .dynpg td.pages a.enabled, .dynpg td.pages a.enabled:visited { color: #000000; } img[src="//:0"] { visibility: hidden; } eBay Électroménager Enceintes portables, écouteurs Téléphones mobiles Portables, netbooks Bébé, puériculture Breezy Shop Fermer la fenêtre Fermer la fenêtre Fermer la fenêtre Fermer la fenêtre Fermer la fenêtre EA - Electronic Arts FIFA 22 XBOX SERIES Ce produit est comme neuf et non endommagé. L'emballage est ouvert et légèrement abîmé. Ce produit a été inspecté et testé. En achetant ce produit vous lui donnez une seconde vie et vous optez pour une solution durable. Caractéristiques de l'objet À propos de Breezy Nous donnons une seconde vie aux retours : le produit n'a souvent quitté son emballage que depuis peu, présente de légères traces d'utilisation ou n'est plus tout à fait neuf pour une autre raison. Nous vérifions et testons ces produits de manière approfondie. De cette façon, nous garantissons toujours la meilleure qualité possible. L'état de chaque article est précisé afin que vous sachiez exactement où vous en êtes. Si elle ne répond toujours pas à vos attentes, nous vous proposerons une bonne solution. Toujours 'a smile in return'. Pour vous, et pour l'environnement. Conditions générales Politique de confidentialité Condition: Comme neuf, Condition: Ce produit est comme neuf et non endommagé. L'emballage est ouvert et légèrement abîmé. Ce produit a été inspecté et testé. En achetant ce produit vous lui donnez une seconde vie et vous optez pour une solution durable., EAN: 5030934124799, Plateforme: Xbox Series X, Nom du jeu vidéo: Inconnue