.product-row>td:last-child{min-width:15.125rem}.product-row .user{gap:.75rem;padding-right:1.25rem;width:max-content}.product-row .user-rating{display:flex;align-items:center;gap:.25rem;background-color:var(--color-grey-11);border-radius:.25rem;padding:.25rem}.product-row .user-rating .rating{font-weight:700;font-size:.75rem;color:var(--color-grey-13)}.product-row .user-rating .reviews{font-size:.625rem;color:var(--color-grey-12)}.product-row .user-name{display:flex;gap:.25rem;text-transform:capitalize}.product-row .offer{gap:1.25rem;min-width:max-content;justify-content:space-between}.product-row .offer button{color:var(--color-yellow-2)}.product-row .offer button:disabled{color:#757575}.product-row .offer button.tertiary{padding:initial;width:1.9rem;height:1.5rem;border-radius:.1875rem}.product-row .offer img{width:1rem}.product-row .info{display:flex;align-items:center;gap:.375rem}.product-row .info>div:last-child{flex:1;text-align:right}.product-row .details{display:flex;align-items:center;gap:.375rem;width:50%}.product-row .details img{height:.9375rem}.product-row .grade{display:flex;align-items:center;font-weight:600}.product-row .view-image{margin-left:1.25rem;display:flex;align-items:center;gap:.1875rem}.product-row .view-image span{font-size:.8125rem;font-weight:600}.product-row .modal-view-image img{max-height:79dvh}.accordion-table{background-color:var(--color-grey-1);margin-bottom:.1875rem;padding-inline:.625rem}.accordion-table .header{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:2.375rem}.accordion-table .header img{width:.875rem}.accordion-table .title{display:flex;justify-content:space-between;flex:1}.accordion-table .stars{display:inline-flex;gap:.1875rem}.accordion-table .stars div{font-weight:600;font-size:.9375rem;margin-left:.9375rem;display:flex;gap:.1875rem;align-items:center}.accordion-table .stars img{width:13px;height:13px}.accordion-table table{border-top:1px solid var(--color-grey-4);width:100%;padding:.375rem 0;color:var(--color-grey-15);font-size:.8125rem}.accordion-table th{text-align:left;padding:.375rem 0}.accordion-table td{text-align:right}.accordion-table td img{display:inline}.accordion-table .bottom{padding-bottom:.625rem;display:flex;gap:.5rem}.accordion-table .bottom button{height:2.1875rem;font-size:.8125rem}a:focus-visible,button:focus-visible{outline:none}button,a.button,a.button-secondary,a.button-tertiary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:.625rem;font-size:1rem;font-weight:500;padding-inline:1rem;height:2.875rem;background-color:var(--color-blue-3);color:var(--color-white);cursor:pointer;width:100%;text-wrap:nowrap}button:hover,a.button:hover,a.button-secondary:hover,a.button-tertiary:hover{background-color:var(--color-blue-4)}button.secondary,a.button-secondary{border:1px solid var(--color-blue-3);background-color:var(--color-black)}button.secondary:hover,a.button-secondary:hover{color:var(--color-black);background-color:var(--color-white);border-color:var(--color-white)}button.tertiary,a.button-tertiary{background-color:var(--color-grey-11)}button.tertiary:hover,a.button-tertiary:hover{background-color:var(--color-grey-4)}button.quaternary{background-color:rgba(0,0,0,0);width:initial;padding:initial}button.icon{padding:.75rem;background-color:var(--color-grey-1)}button.icon img{height:1.5rem}a.icon-secondary{display:inline-block;padding:1rem;border:1px solid var(--color-grey-9);border-radius:.5rem}a.icon-secondary image{height:1.125rem}a.button[disabled]{color:var(--color-grey-5);border:1px solid var(--color-grey-4);pointer-events:none;background-color:rgba(0,0,0,0)}a.button[disabled] img{opacity:.4}form{text-align:left}form label{text-transform:uppercase}form label span{display:inline-block;color:var(--color-white);font-size:.875rem;margin-bottom:.4rem}form label span.required{color:var(--color-red-1)}input[type=text],input[type=number],input[type=email],input[type=search],input[type=date],input[type=password],input[type=tel]{border:1px solid var(--color-grey-2);background-color:var(--color-grey-1);border-radius:.625rem;font-size:1rem;font-family:var(--primary-font);padding:.7rem 1rem;width:100%;color:var(--color-white)}input[type=text]::placeholder,input[type=text]::-webkit-input-placeholder,input[type=number]::placeholder,input[type=number]::-webkit-input-placeholder,input[type=email]::placeholder,input[type=email]::-webkit-input-placeholder,input[type=search]::placeholder,input[type=search]::-webkit-input-placeholder,input[type=date]::placeholder,input[type=date]::-webkit-input-placeholder,input[type=password]::placeholder,input[type=password]::-webkit-input-placeholder,input[type=tel]::placeholder,input[type=tel]::-webkit-input-placeholder{color:var(--color-grey-3)}input[type=text]:hover,input[type=number]:hover,input[type=email]:hover,input[type=search]:hover,input[type=date]:hover,input[type=password]:hover,input[type=tel]:hover{border-color:var(--color-blue-2)}input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=search]:focus,input[type=date]:focus,input[type=password]:focus,input[type=tel]:focus{border-color:var(--color-blue-2);outline:none}input[type=text].error,input[type=number].error,input[type=email].error,input[type=search].error,input[type=date].error,input[type=password].error,input[type=tel].error{color:var(--color-red-1);border-color:var(--color-red-1)}input[type=text].error:hover,input[type=number].error:hover,input[type=email].error:hover,input[type=search].error:hover,input[type=date].error:hover,input[type=password].error:hover,input[type=tel].error:hover{border-color:inherit}input[type=text].error:focus,input[type=number].error:focus,input[type=email].error:focus,input[type=search].error:focus,input[type=date].error:focus,input[type=password].error:focus,input[type=tel].error:focus{border-color:inherit;outline:none}input[type=text]:read-only,input[type=number]:read-only,input[type=email]:read-only,input[type=search]:read-only,input[type=date]:read-only,input[type=password]:read-only,input[type=tel]:read-only{pointer-events:none}input[type=text]:read-only:hover,input[type=number]:read-only:hover,input[type=email]:read-only:hover,input[type=search]:read-only:hover,input[type=date]:read-only:hover,input[type=password]:read-only:hover,input[type=tel]:read-only:hover{border-color:var(--color-grey-2)}input[type=text]:read-only:focus,input[type=number]:read-only:focus,input[type=email]:read-only:focus,input[type=search]:read-only:focus,input[type=date]:read-only:focus,input[type=password]:read-only:focus,input[type=tel]:read-only:focus{outline:none}input[type=date]{color-scheme:dark}input[type=date]:invalid{color:var(--color-grey-3)}input::-webkit-inner-spin-button{-webkit-appearance:none}.element-input-file input[type=file]{display:none}.element-input-file .input-container{position:relative;cursor:pointer}.element-input-file .input-container:hover input{border-color:var(--color-blue-2)}.element-input-file .input-container button{right:.75rem;position:absolute;height:2rem;width:4.375rem;top:50%;transform:translateY(-50%);pointer-events:none}a,a.secondary{color:var(--color-grey-3);text-decoration:none;font-weight:500}a:hover,a.secondary:hover{color:var(--color-white)}a.secondary{color:var(--color-blue-2)}a.secondary:hover{color:var(--color-blue-3)}a.tertiary{color:var(--color-yellow-2)}a.tertiary:hover{color:var(--color-yellow-3)}a.icon{display:flex;align-items:center;width:100%;border-radius:.625rem;padding-inline:.75rem;height:2.875rem;background-color:var(--color-grey-1);cursor:pointer}a.icon img{height:1.5rem}button.link,button.link-secondary,button.link-tertiary{width:fit-content;display:inline-block;background-color:rgba(0,0,0,0);padding:0;cursor:pointer}button.link:hover,button.link-secondary:hover,button.link-tertiary:hover{background-color:initial}button.link:disabled,button.link-secondary:disabled,button.link-tertiary:disabled{cursor:default}button.link-secondary{color:var(--color-blue-2)}button.link-secondary:hover{color:var(--color-blue-3)}button.link-tertiary{color:var(--color-yellow-2)}button.link-tertiary:hover{color:var(--color-yellow-3)}.underline{text-decoration:underline}.mobile-table>div{padding-inline:.625rem;display:flex;align-items:center;background-color:var(--color-grey-1);gap:.4375rem;height:4rem;margin-bottom:.1875rem}.mobile-table>div .left{display:flex;flex-direction:column;flex:1}.mobile-table>div .left a{font-size:.75rem;font-weight:700}.mobile-table>div .left .bottom{display:flex;align-items:center;gap:.375rem}.mobile-table>div .left .bottom img{height:.8125rem}.mobile-table>div .left .grade{display:flex;align-items:center;font-size:.625rem;font-weight:600}.mobile-table>div .left .grade img{height:.625rem}.mobile-table>div .left hr{margin:.375rem 0}.mobile-table>div .middle{display:flex;flex-direction:column;font-weight:700;font-size:.75rem;text-align:right}.mobile-table>div .middle small{font-size:.625rem;font-weight:500}.mobile-table>div .right{padding-left:.5rem;display:flex;gap:.3125rem;align-items:center}.mobile-table>div .right.product{min-width:6.125rem;justify-content:flex-end}.mobile-table>div .right.product button.icons img{width:17px}.mobile-table>div .right button{height:2.1875rem;width:4.25rem;font-size:.75rem}.mobile-table>div .right button.icons{width:initial;min-width:2.1875rem;padding:0;padding-inline:.375rem}.element-money-input{position:relative}.element-money-input .symbol,.element-money-input .conversion{position:absolute;top:50%;transform:translate(0, -50%);color:var(--color-grey-3)}.element-money-input .symbol{left:1rem}.element-money-input .conversion{right:1rem}.element-money-input input[type=number]{padding-left:2rem}.element-money-input input[type=number]::placeholder{color:var(--color-grey-3)}.element-numeric-input{display:flex;align-items:center;height:1.375rem}.element-numeric-input button{font-size:1.2rem;font-weight:600;color:var(--color-yellow-2)}.element-numeric-input button:disabled{color:#757575}.element-numeric-input input{border:none;height:.625rem;text-align:center;min-width:fit-content}.product-card-element>div{background-color:var(--color-grey-11);border-radius:.5rem}.product-card-element .image-container{display:flex;justify-content:center;align-items:center;height:20.8125rem}.product-card-element .image-container img{padding-top:10px;padding-bottom:10px;width:100%}.product-card-element .image-container.cover img{padding-top:initial;padding-bottom:initial;object-fit:cover}.product-card-element .bottom{background-color:var(--color-grey-1);font-weight:600;font-size:1.125rem;height:3.1875rem;display:flex;justify-content:space-between;align-items:center;padding-inline:.625rem;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}@media(max-width: 530px){.product-card-element{display:block;margin-bottom:.625rem}}.product-card-carousel-element{margin-top:3.125rem}.product-card-carousel-element h2{line-height:1}.product-card-carousel-element .top{display:flex;justify-content:space-between;align-items:center}.product-card-carousel-element .top .link{min-width:.75rem;height:initial}.product-card-carousel-element .top .link img{height:1.375rem}.product-card-carousel-element .top{margin-bottom:1.875rem}.product-card-carousel-element .back{transform:rotate(180deg)}.product-card-carousel-element .right{display:flex;align-items:center;gap:1.25rem}.product-card-carousel-element .right .navigation{display:flex;gap:1.875rem;align-items:center}.product-card-carousel-element .right .navigation a{height:2rem;padding-inline:.5rem}.product-card-carousel-element-mobile{display:none;margin-top:3.125rem}.product-card-carousel-element-mobile .top{margin-bottom:1.3125rem}@media(max-width: 530px){.product-card-carousel-element{display:none}.product-card-carousel-element-mobile{display:block}.cards-container>a:nth-child(n+5){display:none}}.element-product-details{display:flex;align-items:center;justify-content:space-between}.element-product-details>div{display:flex;align-items:center;gap:.25rem}.element-product-details .image-comment{gap:.5rem}.element-product-details .grade{display:flex;align-items:center;gap:.125rem;font-size:.625rem;font-weight:600}.element-product-details button{height:initial}.element-product-details img{height:13px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(275px, 1fr));gap:1rem}.product-grid a{color:#fff;text-decoration:none;background-color:var(--color-grey-1);border-radius:.625rem}.product-grid img{display:inline-block;width:100%;height:auto}.product-grid .card{display:flex;flex-direction:column;height:100%;text-align:center;padding:1rem .625rem;text-wrap:balance}.product-grid .card .title{flex:1;font-size:1.125rem;font-weight:600}.product-grid .card .subtitle{font-size:initial;color:var(--color-grey-14);font-weight:initial}.product-grid .card .image-container{background-color:var(--color-grey-11);margin:.625rem 0;border-radius:.4375rem;padding-inline:1rem;display:flex}.product-grid .card .footer{display:flex;justify-content:space-between}.product-grid .card .footer span{font-weight:600}.element-product-mobile-table{width:100%;border-spacing:0}.element-product-mobile-table tr{margin-bottom:.1875rem;height:4rem;background-color:var(--color-grey-1);align-items:center}.element-product-mobile-table td{border-bottom:.1875rem solid var(--color-grey-7)}.element-product-mobile-table td:first-child{padding-left:.625rem}.element-product-mobile-table td:last-child{padding-right:.625rem}.element-product-mobile-table .seller-extras>div{display:flex;flex-direction:column}.element-product-mobile-table .price-qty{text-align:right;padding-inline:.375rem;width:0%}.element-product-mobile-table .price-qty>div{display:flex;flex-direction:column}.element-product-mobile-table .price-qty .price{font-size:.75rem;font-weight:bold}.element-product-mobile-table .price-qty .qty{font-size:.625rem;font-weight:500}.element-product-mobile-table .buttons{width:5.625rem}.element-product-mobile-table .buttons>div{display:flex;justify-content:end;gap:.3125rem}.element-product-mobile-table .buttons{font-size:.75rem}.element-product-mobile-table .buttons .offer{height:2.1875rem;width:3.125rem}.element-product-mobile-table .buttons .add-to-cart{padding:.5625rem;height:2.1875rem;width:2.1875rem}.element-product-mobile-table .top{display:flex;gap:.5rem;align-items:center}.element-product-mobile-table .review-score{display:flex;align-items:center;padding-inline:.1875rem;background-color:var(--color-grey-19);height:.8125rem;border-radius:.25rem;font-size:.625rem;font-weight:bold}.element-product-mobile-table .review-score small{margin-left:.1875rem;font-size:.4375rem;font-weight:400}.element-product-mobile-table .username{display:flex;gap:.25rem;text-transform:capitalize}.element-product-mobile-table hr{margin:.375rem 0;border:0;border-top:1px solid var(--color-grey-4)}.choices{border-radius:.625rem;margin-bottom:initial}.choices__inner{padding:.55rem 1rem !important;background-color:var(--color-grey-1);border:1px var(--color-grey-2) solid !important;border-radius:10px}.choices__item--selectable{background-color:var(--color-grey-1)}.choices.is-open .choices__list--dropdown .choices__item--choice.is-highlighted,.choices.is-open .choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:var(--color-blue-3) !important;color:var(--color-white) !important}.choices.is-open .choices__list--dropdown{border:1px solid var(--color-grey-2) !important}.choices[data-type*=select-one]::after{content:none !important}.choices[data-type*=select-one]::before{content:"";position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:.75rem;height:.5rem;background:url("https://s3.tcg.fans/assets/icons/chevron.svg") no-repeat center center;background-size:contain;pointer-events:none}.choices[data-type*=select-one] .choices__inner .choices__list--single .choices__item--selectable{color:var(--color-white)}.choices[data-type*=select-one].is-open:not(.is-flipped) .choices__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.choices[data-type*=select-one].is-open:not(.is-flipped) .choices__list--dropdown{border-top:none !important;margin-top:0;border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem}.choices[data-type*=select-one].is-open.is-flipped .choices__inner{border-top-left-radius:0;border-top-right-radius:0}.choices[data-type*=select-one].is-open.is-flipped .choices__list--dropdown{border-bottom:none !important;margin-bottom:0;border-top-left-radius:.625rem;border-top-right-radius:.625rem}.choices[data-type*=select-one].is-open:not(.is-flipped) .choices__inner{border-top-left-radius:.625rem;border-top-right-radius:.625rem}.choices[data-type*=select-one].is-open.is-flipped .choices__inner{border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem}.choices[data-type*=select-one] .choices__button{filter:contrast(0);opacity:.5}.choices[data-type*=select-one] .choices__button:hover{background-color:initial}.step-navigation{margin-top:1.25rem;margin-bottom:1.25rem}.step-navigation ol,.step-navigation ul{list-style:none;padding:0;display:flex;gap:.625rem}.step-navigation li{flex:1}.step-navigation li a{padding:.575rem 1rem;border:1px solid var(--color-blue-6);pointer-events:none}.step-navigation li a[disabled]{background-color:var(--color-grey-11);color:var(--color-grey-10)}.step-navigation li a[disabled] img{opacity:initial}.step-navigation li a.current{color:var(--color-white);background-color:var(--color-blue-6)}.step-navigation li a.ancestor{color:var(--color-blue-2);background-color:var(--color-blue-5)}@media(max-width: 590px){.step-navigation li a:not(.current) span{display:none}}table.primary{width:100%;border-collapse:collapse;border-radius:.875rem .875rem 0 0;overflow:hidden}table.primary th,table.primary td{background-color:var(--color-grey-1);padding:.6rem .625rem}table.primary th>div,table.primary th a,table.primary td>div,table.primary td a{display:flex;align-items:center}table.primary td{padding:0 .625rem;color:var(--color-grey-10)}table.primary td.bold{font-weight:600;color:var(--color-white)}table.primary td.name{min-width:29.875rem}table.primary td.sub-name{font-size:.8125rem;font-weight:600}table.primary tbody tr{height:50px;border-top:.25rem solid var(--color-grey-7)}table.primary tr>th{text-wrap:nowrap}table.primary tr>th:not(:first-child):not(:last-child){border-inline:.1875rem solid var(--color-grey-7)}table.primary tr>td:first-child{border-radius:.125rem 0 0 .125rem}table.primary tr>td:last-child{border-radius:0 .125rem .125rem 0}table.primary th.extras>div{display:flex;gap:.9375rem}table.primary th.extras>div img{width:1.25rem}table.primary td.extras{width:11.125rem}table.primary td.extras>div{display:flex;gap:.9375rem}table.primary td.extras>div>div{width:20px}table.primary td.icons>div{display:grid;justify-content:center;gap:.3125rem}table.primary td.icons img{height:1.25rem}table.primary td.icons.col-3>div{grid-template-columns:repeat(3, 1fr);justify-content:center}table.primary td.buttons>div{display:flex;gap:.625rem}table.primary td.buttons>div button{width:46px;height:22px;border-radius:3px;background-color:var(--color-grey-4)}table.primary .middle{position:relative;width:100%}table.primary .left-line,table.primary .right-line{position:relative}table.primary .left-line::before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:1px;height:18px;background:var(--color-grey-9)}table.primary .right-line::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;width:1px;height:18px;background:var(--color-grey-9)}table.primary .comment{font-size:.6875rem;color:var(--color-grey-3);font-style:italic;max-width:10.625rem;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}table.primary .product{gap:.625rem}table.primary .product .name{font-size:.9375rem;font-weight:700;color:var(--color-grey-16)}table.primary .product .sub-name{color:var(--color-grey-15);font-size:.8125rem;font-weight:600;margin-top:.375rem}table.primary .product .image-container{height:3.9rem;min-width:3.9rem;background-color:var(--color-grey-11);display:flex;justify-content:center;margin:.625rem 0;padding:.125rem 0;border-radius:.125rem}table.primary .stars{background-color:var(--color-grey-11);border-radius:.25rem;padding:.25rem;display:inline-flex;gap:.3125rem}table.primary .stars img{width:.8125rem}table.primary .grade{display:flex;align-items:center;font-weight:600;gap:.0625rem;font-size:13px}table.primary .grade img{height:.8125rem}table.primary .details{display:flex;align-items:center;gap:.375rem}table.primary .details img{height:.9375rem}table.primary .details .grade img{height:.8125rem}table.primary .platform{text-align:center}table.primary .platform img{display:inline;max-width:4.375rem;max-height:1.875rem}@media(max-width: 890px){table.primary{border-radius:0}}*,*::before,*::after{box-sizing:border-box}*{margin:0}@media(prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%;max-height:100%;object-fit:contain}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}#root,#__next{isolation:isolate}:root{--color-alpha: #ff6432;--color-beta: #ffbf2d;--color-gamma: #188bf8;--color-white: #ffffff;--color-black: #0d0d0d;--color-grey-1: #1c1c1c;--color-grey-2: #5f5f60;--color-grey-3: #b0b0b0;--color-grey-4: #3b3b3b;--color-grey-5: #757575;--color-grey-6: #949494;--color-grey-7: #0d0d0f;--color-grey-9: #4a4a4a;--color-grey-10: #dedede;--color-grey-11: #2e2e2e;--color-grey-12: #a3a3a3;--color-grey-13: #ebebeb;--color-grey-14: #d9d9d9;--color-grey-15: #cccccc;--color-grey-16: #e6f0ff;--color-grey-17: #f5f5f5;--color-grey-18: #efefef;--color-grey-19: #2e323b;--color-grey-20: #575757;--color-blue-1: #188bf8;--color-blue-2: #2b7fff;--color-blue-3: #0065ff;--color-blue-4: #003e9c;--color-blue-5: #142135;--color-blue-6: #0047b3;--color-brown-1: #413c21;--color-orange-1: #ff6442;--color-orange-2: #b3462e;--color-yellow-1: #ffbf2d;--color-yellow-2: #ffe86b;--color-yellow-3: #ffd700;--color-yellow-4: #322809;--color-yellow-5: #ffde2b;--color-red-1: #ff3131;--color-red-2: #d01d1d;--color-green-1: #34c759;--color-green-2: #3ab24c}html,body{font-family:var(--font-primary);color:#fff;background-color:#0d0d0f;height:100%}.page{min-height:100dvh;display:flex;flex-direction:column}.page-header{position:sticky;top:0;z-index:1000}main{flex:1}main .contained,main>*:not(.side-to-side){padding-inline:2.5rem;max-width:93.75rem;margin-inline:auto}.error-message{text-transform:none;color:red}[x-cloak]{display:none !important}.text-no-wrap{text-wrap:nowrap}.text-center{text-align:center}.text-right{text-align:right}.text-italic{font-style:italic}h1 a,h2 a,h3 a,h4 a{color:inherit;font-weight:inherit}.display-none{display:none !important}.empty-result{flex:1;display:flex;align-items:center;justify-content:center;background-color:var(--color-grey-1);border-radius:.625rem;height:36rem;color:var(--color-grey-10)}.tooltip{background-color:#2f2f2f;padding:.5rem;border-radius:.5rem;border:1px solid var(--color-grey-20);font-size:10px;font-weight:500;z-index:9999;max-width:80vw;text-align:center}@media(max-width: 890px){main .contained,main>*:not(.side-to-side){padding-inline:.6875rem}main .mobile-side-to-side{padding-inline:0}.empty-result{flex:initial;border-radius:0;height:18rem}}.add-to-wishlist-modal{text-align:center;height:82dvh;display:flex;flex-direction:column}.add-to-wishlist-modal .top-container{display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:1rem}.add-to-wishlist-modal h2{margin-bottom:.5rem}.add-to-wishlist-modal h3{font-size:1rem;font-weight:500;color:var(--color-blue-2);margin-bottom:1.25rem}.add-to-wishlist-modal .container{display:flex;flex:1 1 0;gap:1.25rem}.add-to-wishlist-modal .left{display:flex;flex-direction:column;justify-content:space-between}.add-to-wishlist-modal .left .grey{padding:.625rem;background-color:var(--color-grey-11);border-radius:.625rem;width:26.875rem;display:flex;justify-content:center;height:100%;align-items:center}.add-to-wishlist-modal .right{width:29.375rem;display:flex;flex-direction:column}.add-to-wishlist-modal .right form{overflow-y:auto;height:65dvh;flex:1 1 1px}.add-to-wishlist-modal .right .languages{display:flex;flex-wrap:wrap;gap:.9375rem}.add-to-wishlist-modal .right .languages label{text-transform:initial;margin-bottom:initial}.add-to-wishlist-modal .bottom{display:flex;gap:1.25rem}.add-to-wishlist-modal .bottom>div{flex:1 1}.add-to-wishlist-modal .bottom button[type=submit]{width:29.375rem}.add-to-wishlist-modal label{display:block;margin-bottom:1.25rem}.add-to-wishlist-modal label span{color:var(--color-grey-13)}.add-to-wishlist-modal .extras{margin-bottom:1.25rem}.add-to-wishlist-modal .extras span{display:block;text-transform:uppercase;font-size:.875rem;margin-bottom:.4rem}.add-to-wishlist-modal .extras-container{display:flex;flex-wrap:wrap;gap:.9375rem}.add-to-wishlist-modal .extras-container label{text-transform:initial;margin-bottom:initial;display:flex;align-items:center;gap:.5rem}.add-to-wishlist-modal .graded{margin-top:1.25rem;display:flex;gap:.625rem}.add-to-wishlist-modal .graded label{flex:1;margin-bottom:initial}.add-to-wishlist-modal .email-notification span{font-weight:700}.add-to-wishlist-modal .email-notification label{margin-top:.625rem;text-transform:initial}@media(max-width: 990px){.add-to-wishlist-modal .container{align-items:center;flex-direction:column}.add-to-wishlist-modal .left{width:100%}.add-to-wishlist-modal .left .grey{width:initial}.add-to-wishlist-modal .right{width:100%}.add-to-wishlist-modal .right form{overflow-y:initial;height:initial}.add-to-wishlist-modal .extras-container{flex-direction:column}.add-to-wishlist-modal .extras-container label{flex-direction:column;align-items:flex-start}.add-to-wishlist-modal .extras-container label>div{width:100%}.add-to-wishlist-modal .bottom{flex-direction:column-reverse;margin-bottom:1rem}.add-to-wishlist-modal .bottom button,.add-to-wishlist-modal .bottom button[type=submit]{width:100%}}.add-to-wishlist-success-modal{text-align:center;text-wrap:balance}.add-to-wishlist-success-modal h2{margin-bottom:1.25rem}.add-to-wishlist-success-modal img{display:inline}.add-to-wishlist-success-modal p{margin-bottom:1rem}@media(max-width: 990px){.add-to-wishlist-success-modal{display:flex;align-items:center;justify-content:center;max-width:90vw}}.side-cart{position:fixed;display:flex;justify-content:flex-end;height:calc(100dvh - 8.2rem);background-color:rgba(0,0,0,.5333333333);top:8.2rem;width:100%;z-index:999}.side-cart .cart{padding:1.25rem 2.5rem 1.25rem 1.25rem;background-color:var(--color-grey-1);max-width:32.625rem;width:100%;display:flex;flex-direction:column}.side-cart .header{display:flex;justify-content:space-between;align-items:flex-end}.side-cart .header button{height:2rem}.side-cart section{margin-top:1.25rem}.side-cart hr{border:0;border-top:1px solid var(--color-grey-4);margin:1.25rem 0}.side-cart h2{font-weight:600}.side-cart h3{margin-bottom:1.25rem;font-weight:500;font-size:1rem;color:var(--color-grey-3)}.side-cart h3 a{text-transform:uppercase;font-weight:700}.side-cart .free-shipping{text-align:center;font-size:.875rem;color:var(--color-green-1)}.side-cart .products{flex:1;overflow-y:scroll}.side-cart .products .empty-cart{margin-top:3.125rem;text-align:center;color:var(--color-grey-3);font-size:1.0625rem}.side-cart .bottom>div{font-size:1.5rem;display:flex;justify-content:space-between;text-transform:uppercase;font-weight:600;margin-top:1rem;margin-bottom:1.25rem}.side-cart .bottom .currency{font-weight:400}.cart-modal-product-detail{display:flex;gap:.625rem;margin-bottom:1.25rem}.cart-modal-product-detail ul{list-style:none;padding:0;display:flex;gap:.3125rem;align-items:center}.cart-modal-product-detail ul .grade{display:flex;align-items:center;font-size:.75rem;font-weight:600;gap:2px}.cart-modal-product-detail ul .grade img{height:.625rem}.cart-modal-product-detail ul img{height:12px}.cart-modal-product-detail small{display:block;width:100%;font-size:.8125rem;color:var(--color-grey-15);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cart-modal-product-detail .product-container{min-width:0;display:flex;flex-direction:column;flex:1}.cart-modal-product-detail .main{display:flex;justify-content:space-between;gap:2.5rem}.cart-modal-product-detail .main button{padding:0;width:2.375rem;height:2.375rem}.cart-modal-product-detail .main button img{width:1rem}.cart-modal-product-detail .bottom{display:flex;height:100%;align-items:end;justify-content:space-between;flex-wrap:wrap}.cart-modal-product-detail .bottom label{display:flex;align-items:center;gap:.625rem}.cart-modal-product-detail .quantity{font-size:.8125rem}.cart-modal-product-detail .price{font-weight:500}.cart-modal-product-detail .product-photo{display:flex;flex:1 0 6.25rem;justify-content:center;height:6.25rem;background-color:var(--color-grey-11);border-radius:.3125rem;max-width:6.25rem}.cart-modal-product-detail .product-photo img{max-width:100%;max-height:100%}.cart-modal-product-detail .product-info{overflow:hidden}.cart-modal-product-detail .element-numeric-input{background-color:var(--color-grey-11);padding-inline:.5rem}.cart-modal-product-detail .element-numeric-input input{background-color:rgba(0,0,0,0);font-size:.8125rem}@media(max-width: 890px){.side-cart{top:5rem;height:calc(100dvh - 5rem)}.side-cart .cart{padding:1.25rem}}.delete-modal{width:490px;max-width:100%;text-align:center}.delete-modal img{display:inline;margin-bottom:20px}.delete-modal h2{margin-bottom:40px}.delete-modal button{margin-bottom:.625rem}.delete-modal button.secondary{background-color:rgba(0,0,0,0)}.delete-modal button.secondary:hover{background-color:var(--color-white)}.delete-product-modal{width:490px;max-width:100%;text-align:center}.delete-product-modal img{display:inline;margin-bottom:20px}.delete-product-modal h2{margin-bottom:40px}.delete-product-modal button{margin-bottom:.625rem}.delete-product-modal button.secondary{background-color:rgba(0,0,0,0)}.delete-product-modal button.secondary:hover{background-color:var(--color-white)}.list-product-modal{display:flex;flex-direction:column;justify-content:space-between;width:90vw;max-width:60.875rem;height:82dvh}.list-product-modal h2{text-align:center;margin-bottom:35px}.list-product-modal input[type=search]{background-color:#2e2e2e}.list-product-modal .results{flex:1;margin-top:1rem;overflow-y:auto}.list-product-modal .result{display:flex;gap:1.125rem;background-color:var(--color-grey-11);padding:.6875rem 1.125rem;height:4.375rem;align-items:center;margin-bottom:.1875rem}.list-product-modal .result .image{height:2.875rem;flex:0 0 2.125rem}.list-product-modal .result img{max-height:100%}.list-product-modal .result .details{display:flex;flex-direction:column;gap:.375rem}.list-product-modal .result .name{font-weight:700;font-size:.9375rem;color:var(--color-grey-16)}.list-product-modal .result .set-name{white-space:nowrap;text-overflow:ellipsis;width:70vw;overflow:hidden;font-weight:600;font-size:.8125rem;color:var(--color-grey-15)}.list-product-modal label{display:block;margin-top:.9375rem}.list-product-modal label span{display:block;text-transform:uppercase;margin-bottom:.5rem}.list-product-modal .bottom{padding-top:1rem}.list-product-modal .bottom .secondary{background-color:rgba(0,0,0,0)}.list-product-modal .bottom .secondary:hover{background-color:var(--color-white)}.list-product-modal-option{height:auto !important}.list-product-modal-option .options{margin:3.125rem 0;display:flex;gap:1.25rem}.list-product-modal-option .options>div{border-radius:.625rem;padding:60px 0;text-align:center;flex:1;background-color:var(--color-grey-4)}.list-product-modal-option .options>div.disabled{opacity:.25}.list-product-modal-option .options>div.disabled img{filter:brightness(1.5)}.list-product-modal-option .options>div img{display:inline;margin-bottom:1.875rem}.list-product-modal-option .options>div h3{font-size:1.25rem;margin-bottom:.75rem}.list-product-modal-option .options>div p{text-transform:uppercase;font-size:.9375rem;font-weight:600;color:var(--color-grey-3)}.list-product-modal-option .bottom{display:flex;gap:1.25rem}@media(max-width: 890px){.list-product-modal-option .options{margin:initial;flex-direction:column}.list-product-modal-option .options>div{padding:30px 0}.list-product-modal-option .options>div img{width:6.25rem;margin-bottom:1rem}.list-product-modal-option .bottom{flex-direction:column-reverse;gap:.6875rem}}.list-single-modal{text-align:center;height:82dvh;display:flex;flex-direction:column}.list-single-modal .top-container{display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:1rem}.list-single-modal h2{margin-bottom:.5rem}.list-single-modal h3{font-size:1rem;font-weight:500;color:var(--color-blue-2);margin-bottom:1.25rem}.list-single-modal .container{display:flex;flex:1 1 0;gap:1.25rem}.list-single-modal .left{display:flex;flex-direction:column;justify-content:space-between}.list-single-modal .left .grey{display:flex;flex-direction:column;gap:.625rem;padding:.625rem;background-color:var(--color-grey-11);border-radius:.625rem;width:26.875rem}.list-single-modal .right{width:29.375rem;display:flex;flex-direction:column}.list-single-modal .right form{overflow-y:auto;height:65dvh;flex:1 1 1px}.list-single-modal .bottom{display:flex;gap:1.25rem;margin-bottom:1rem}.list-single-modal .bottom>div{flex:1 1}.list-single-modal .bottom button[type=submit]{width:29.375rem}.list-single-modal .image-container{display:flex;justify-content:center;background-color:var(--color-grey-1);border-radius:.625rem}.list-single-modal label{display:block;margin-bottom:1.25rem}.list-single-modal label span{color:var(--color-grey-13)}.list-single-modal .extras{margin-bottom:1.25rem}.list-single-modal .extras span{display:block;text-transform:uppercase;font-size:.875rem;margin-bottom:.4rem}.list-single-modal .extras-container{display:flex;flex-wrap:wrap;gap:.9375rem}.list-single-modal .extras-container label{text-transform:initial;margin-bottom:initial}.list-single-modal .accept-offers .checkbox-element{text-transform:initial}.list-single-modal .graded{display:flex;gap:.625rem}.list-single-modal .graded label{flex:1}.list-single-modal .accept-offers{margin-top:1rem}@media(max-width: 990px){.list-single-modal .container{align-items:center;flex-direction:column}.list-single-modal .left{width:100%}.list-single-modal .left .grey{width:initial;padding:initial;background-color:initial}.list-single-modal .left .image-container{background-color:var(--color-grey-11)}.list-single-modal .right{width:100%}.list-single-modal .right form{overflow-y:initial;height:initial}.list-single-modal .bottom{flex-direction:column-reverse;margin-bottom:1rem}.list-single-modal .bottom button,.list-single-modal .bottom button[type=submit]{width:100%}}.list-single-modal-success{text-align:center;max-width:37.5rem}.list-single-modal-success img{display:inline;margin-bottom:1.25rem}.list-single-modal-success h2{margin-bottom:2rem;text-wrap:balance}.list-single-modal-success p{font-weight:500;line-height:140%;margin-bottom:3.125rem}.make-offer-modal{text-align:center;width:31.875rem;max-width:100%}.make-offer-modal.success img{display:inline}.make-offer-modal h2{margin-bottom:.5rem}.make-offer-modal p{margin-bottom:1.25rem;color:var(--color-grey-10)}.make-offer-modal .price{display:flex;justify-content:center;align-items:baseline;gap:.5rem;font-size:1rem;color:var(--color-grey-3);transform:translateX(1.25rem)}.make-offer-modal .input-container{position:relative;overflow:hidden;display:inline-flex;font-size:3.125rem;font-weight:600;color:var(--color-white);height:3.625rem;min-width:1.75rem}.make-offer-modal .input-container .text{color:rgba(0,0,0,0)}.make-offer-modal .product{display:flex;gap:.625rem;align-items:center;margin:1.25rem 0;padding:.625rem 2rem .625rem .625rem;text-align:left;background-color:var(--color-grey-11);border-radius:.625rem}.make-offer-modal .product .image{flex:0 0 5rem;background-color:var(--color-grey-1);border-radius:.25rem}.make-offer-modal .product .image img{height:5rem}.make-offer-modal .product .description{display:flex;flex-direction:column;flex:1}.make-offer-modal .product .description .name{font-size:1.125rem;font-weight:600;color:var(--color-blue-2);margin-bottom:.375rem}.make-offer-modal .product .description .set{font-size:.9375rem;color:var(--color-grey-14);margin-bottom:.875rem}.make-offer-modal .product .description .bottom{display:flex;justify-content:space-between;align-items:flex-end}.make-offer-modal .product .description .bottom .left{display:flex;flex-direction:column;gap:.5rem}.make-offer-modal .product .description .bottom .extras{display:flex;gap:5px}.make-offer-modal .product .description .bottom .extras img{height:.9375rem}.make-offer-modal .product .description .bottom .extras .grade{display:flex;align-items:center;font-weight:600;gap:.375rem}.make-offer-modal .product .description .bottom .comment{font-size:.75rem;color:var(--color-grey-3);font-style:italic}.make-offer-modal .product .description .bottom .amount{font-size:.8125rem;font-weight:700;color:var(--color-white)}.make-offer-modal input[type=number]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);border:none;font-size:3.125rem;padding:0}.make-offer-modal hr{margin:.375rem 0;border:0;border-top:1px solid var(--color-grey-4)}.make-offer-modal label{display:block;text-align:left}.make-offer-modal label span{text-transform:uppercase;font-size:.875rem;color:var(--color-grey-13)}.make-offer-modal label textarea{color:var(--color-white);margin-top:.5rem;padding:.75rem 1rem;width:100%;min-height:6.875rem;background-color:rgba(0,0,0,0);border:1px solid var(--color-grey-4);border-radius:.625rem}.make-offer-modal label textarea:focus{border-color:var(--color-blue-2);outline:none}.make-offer-modal label textarea::placeholder{color:var(--color-grey-3)}.make-offer-modal .buttons{margin:1.25rem 0}.make-offer-modal .buttons button{margin-bottom:.6875rem}.make-offer-modal .buttons button.secondary{background-color:rgba(0,0,0,0)}.make-offer-modal .buttons button.secondary:hover{background-color:var(--color-white)}.make-offer-modal .check-price{font-size:3.125rem;font-weight:600;color:var(--color-white);margin-top:1rem;line-height:1}.make-offer-modal .disclaimer{display:inline-block;font-size:.8125rem;color:var(--color-yellow-3);background-color:var(--color-yellow-4);padding:.3125rem .625rem;border-radius:.375rem;margin:1.25rem 0}.make-offer-modal .disclaimer .bold{font-size:600}.make-offer-modal ul{text-align:left;margin-bottom:1rem}.make-offer-modal .bottom{text-align:left;font-weight:600}.make-offer-modal .buttons{display:flex;gap:1.25rem;margin-top:2.125rem;margin-bottom:0}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5333333333);z-index:1000;display:flex;align-items:center;justify-content:center}.modal-overlay .modal,.modal-overlay .modal-image{background-color:var(--color-grey-1);border-radius:.625rem;padding:2.125rem 1.67rem 1.875rem 1.67rem;overflow-y:auto}.modal-overlay .modal{max-height:90dvh}.modal-overlay .modal-image img{max-height:85dvh}.modal-overlay .modal>div{margin-inline:auto}.modal-overlay h2{font-size:1.75rem}@media(max-width: 990px){.modal-overlay h2{font-size:1.5rem}.modal-overlay .modal{align-items:center;justify-content:center;padding:2.125rem 1rem}}.account{margin-top:2.75rem}.account h1{font-size:1.75rem;line-height:1;margin-bottom:1.25rem}.account h2{margin-bottom:1.875rem;font-size:20px;font-weight:600;line-height:1}.account hr{margin:1.875rem 0;border:none;border-top:1px solid var(--color-grey-4)}.account .layout{display:grid;grid-template-columns:270px auto}.account .layout ul{display:flex;flex-direction:column;gap:.625rem;list-style:none;padding:0;max-width:15rem}.account .layout ul li a{display:flex;align-items:center;justify-content:space-between;padding:0 .875rem;height:3rem;border-radius:.5rem;color:var(--color-grey-10);background-color:var(--color-grey-1);font-weight:400}.account .layout ul li[active] a{color:var(--color-white);background-color:var(--color-orange-2);font-weight:700}.account .layout ul li[active] a .chevron{filter:initial}.account .layout ul li[active] a .icon{filter:brightness(10)}.account .layout ul li span{display:flex;align-items:center;gap:.625rem}.account .layout ul li .chevron{filter:brightness(0.8)}.account form>div{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem;margin-bottom:1.25rem}.account form label{display:flex;flex-direction:column}.account form label.wide{grid-column:span 2}.account .delete-account{height:initial;font-weight:700}.account .address .top{margin-bottom:1.875rem}.account .address .top h2{margin-bottom:.9375rem}.account .address .top{display:flex;justify-content:space-between}.account .referrals h2{margin-bottom:.625rem}.account .referrals .top{margin-bottom:1.875rem}.account .referrals small{font-size:1rem}.account .referrals .details{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.25rem}.account .referrals .details h3{color:var(--color-grey-12);font-size:.9375rem;font-weight:600;text-transform:uppercase;line-height:1;margin-bottom:.5rem}.account .referrals .details span{font-size:1.75rem;font-weight:600}.account .referrals .details span.green{color:var(--color-green-1)}.account .referrals .details>div{background-color:var(--color-grey-1);padding:1.25rem;border-radius:.625rem}.account .security h3{font-size:1.125rem;line-height:1;margin-bottom:.625rem}.account .security p{color:var(--color-grey-12);margin-bottom:1.875rem}.account .security div{align-items:flex-end}.account .security a{text-transform:initial;font-size:.9375rem;font-weight:700;margin-top:.625rem}.account .security .activate-2fa{max-width:21.875rem}.account .breadcrumb{display:none;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;color:var(--color-grey-3);margin-bottom:1.625rem}.account .breadcrumb span:last-child{background-color:var(--color-grey-11);height:27px;display:flex;align-items:center;padding-inline:.5rem;border-radius:.375rem;pointer-events:none;color:var(--color-white)}.account .breadcrumb span:last-child a{color:inherit}@media(max-width: 890px){.account form>div{display:initial}.account form label{margin-bottom:1.25rem}.account .address .top{flex-direction:column}.account .referrals .details{grid-template-columns:repeat(1, 1fr)}.account .security .activate-2fa{max-width:initial}}@media(max-width: 590px){.account .breadcrumb{display:flex}.account .title-hr{display:none}.account .layout{display:initial}.account:not(.root) h1{display:none}.account:not(.root) .layout aside{display:none}.account.root .layout section{display:none}.account.root .layout aside ul{max-width:initial}.account.root .layout aside ul li[active] a{color:var(--color-grey-10);background-color:var(--color-grey-1);font-weight:400}.account.root .layout aside ul li[active] a .chevron{filter:brightness(0.8)}.account.root .layout aside ul li[active] a .icon{filter:initial}}.add-balance-modal{text-align:center;width:31.875rem}.add-balance-modal h2{margin-bottom:.5rem}.add-balance-modal .detail{color:var(--color-grey-3)}.add-balance-modal form{display:flex;flex-direction:column;height:18.75rem;justify-content:space-between}.add-balance-modal form .choices__inner{text-transform:initial}.add-balance-modal form .choices[data-type*=select-one] .choices__inner .choices__list--single .choices__item--selectable{color:var(--color-grey-3)}.add-balance-modal .success{display:flex;flex-direction:column;height:23.875rem;justify-content:flex-end}.add-balance-modal .mp-disclaimer{padding:.75rem 1rem;text-transform:initial;font-size:.875rem;color:var(--color-yellow-3);background-color:var(--color-yellow-4);border-radius:.625rem;margin-top:.625rem}.balance-page h3{margin-bottom:.5rem;font-size:.9375rem;font-weight:600;text-transform:uppercase}.balance-page .container{margin-top:1.875rem;background-color:var(--color-grey-1);padding:1.25rem;border-radius:.625rem;display:flex;justify-content:space-between;align-items:center;align-items:flex-start}.balance-page span{margin-right:.5rem;font-size:1.75rem;font-weight:600;color:var(--color-green-1)}.balance-page small{font-size:1rem;color:var(--color-grey-12)}.balance-page .actions{display:flex;gap:.625rem}.balance-page .actions button{width:10rem}.balance-page .actions button.secondary:hover img{filter:brightness(0)}.balance-page .support{display:flex;align-items:center;justify-content:flex-end}.balance-page .support a{margin-top:1.25rem;display:flex;align-items:center;gap:.25rem;color:var(--color-white)}.balance-page .support a img{filter:brightness(10)}@media(max-width: 1000px){.balance-page .container{flex-direction:column}.balance-page .actions{margin-top:1.875rem;flex-direction:column-reverse;width:100%}.balance-page .actions button{width:initial}.balance-page .actions button.withdraw{background-color:rgba(0,0,0,0);border:1px solid var(--color-blue-3)}}@media(max-width: 590px){.balance-page .support{justify-content:flex-start}}.page-cart .my-cart{flex:1;padding-bottom:9.125rem}.page-cart h2{font-size:1.125rem;color:var(--color-grey-3);font-weight:500;display:flex;align-items:center;gap:.625rem}.page-cart h2 a{text-transform:uppercase;font-weight:600}.page-cart .header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem}.page-cart .seller-options{display:flex;gap:.625rem}.page-cart .seller-options a{width:fit-content;height:1.625rem;padding:.1rem .375rem;font-size:.9375rem;color:var(--color-white)}.page-cart .product-detail{display:flex;gap:1.25rem;margin-bottom:1rem}.page-cart .product-detail .image-container{background-color:var(--color-grey-11);flex:0 0 7.5rem;height:7.5rem;display:flex;justify-content:center;border-radius:.25rem}.page-cart .product-detail .data-container{flex:1;display:flex;flex-direction:column;justify-content:space-between}.page-cart .price-detail{display:flex;flex-direction:column}.page-cart .price-detail span{font-size:1.25rem;font-weight:600}.page-cart .price-detail small{font-size:1rem;font-weight:400;color:var(--color-grey-13);text-align:right}.page-cart .extras{display:flex;align-items:center;gap:.3125rem}.page-cart .extras img{height:.9375rem}.page-cart .extras .grade{display:flex;align-items:center;font-weight:600}.page-cart .bottom{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.page-cart .bottom .quantity{display:flex;align-items:center;gap:.875rem}.page-cart .bottom .quantity span{font-size:.8125rem;font-weight:700}.page-cart .bottom .quantity .element-numeric-input{background-color:var(--color-grey-4);padding-inline:.375rem}.page-cart .bottom .quantity .element-numeric-input input{font-weight:700;font-size:.6875rem;padding-inline:.65rem;background-color:inherit}.page-cart .bottom .quantity .element-numeric-input button{font-size:1rem}.page-cart .free-shipping{margin-top:.5rem;text-align:right;color:var(--color-green-1);font-size:.875rem}@media(max-width: 780px){.page-cart .header{flex-direction:column;align-items:initial}.page-cart .seller-options a{height:1.875rem;width:100%}}@media(max-width: 550px){.page-cart h2{font-size:1rem}.page-cart h3{font-size:.875rem}.page-cart .product-detail{gap:.5rem}.page-cart .product-detail .image-container{flex:0 0 5.375rem;height:5.375rem}.page-cart .price-detail span{font-size:1rem;font-weight:400}.page-cart .price-detail small{display:none}.page-cart .data-container small{font-size:.8125rem}.page-cart .data-container .extras{margin-bottom:.5rem}.page-cart .free-shipping{text-align:center}}.checkout-layout h1{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.checkout-layout hr{margin:1.25rem 0;border:none;border-top:1px solid var(--color-grey-4)}.checkout-layout .checkout-layout-container{display:flex;gap:1.25rem}.checkout-layout .checkout-layout-container .content{flex:1}.checkout-layout .checkout-layout-container .cart-summary{flex:0 0 25rem}.checkout-layout .rounded-container{padding:1.25rem;background-color:var(--color-grey-1);border-radius:.625rem;min-height:calc(100dvh - 14.375rem)}.checkout-layout .rounded-container.summary{display:flex;flex-direction:column;justify-content:space-between}.checkout-layout .rating{display:inline-flex;gap:.25rem;align-items:center;padding:.1rem .7rem .1rem .4rem;background-color:var(--color-grey-11);border-radius:.25rem;font-weight:700;font-size:.9375rem;color:var(--color-white)}.checkout-layout .rating img{width:.8125rem}.checkout-layout .ancestor{color:var(--color-blue-2);background-color:var(--color-blue-5)}@media(max-width: 1200px){.checkout-layout .checkout-layout-container{flex-direction:column}.checkout-layout .checkout-layout-container .cart-summary{flex:initial}.checkout-layout .rounded-container{min-height:initial}}@media(max-width: 890px){.checkout-layout h1{font-size:20px}}.checkout-payment{min-height:37.5rem}.checkout-payment h2{font-size:1rem;font-weight:400;color:var(--color-grey-3);margin-bottom:.9375rem}.checkout-payment .payment-methods{display:grid;grid-template-columns:repeat(auto-fill, minmax(215px, 1fr));gap:.8125rem}.checkout-payment .payment-method{background-color:var(--color-grey-11);display:inline-block;padding:.75rem .75rem 1.25rem .75rem;border-radius:.5rem;line-height:1;border:1px solid rgba(0,0,0,0)}.checkout-payment .payment-method:has(input:checked){border-color:var(--color-blue-3)}.checkout-payment .payment-method img{width:100%}.checkout-payment .option{display:flex;gap:.5rem;margin-bottom:1rem}.checkout-payment .available{margin-bottom:.625rem;text-transform:uppercase;font-size:.8125rem;font-weight:600}.checkout-payment .total{font-size:1.25rem;font-weight:600}@media(max-width: 890px){.checkout-payment{min-height:initial}}.checkout-shipping .mobile{display:none}.checkout-shipping .shipping-address{display:flex;align-items:center;font-size:.9375rem;gap:2.5rem}.checkout-shipping .shipping-address b{font-weight:600}.checkout-shipping .shipping-address>span{display:flex;align-items:center;gap:.625rem}.checkout-shipping .shipping-address img{height:1rem}.checkout-shipping .seller-shipping{margin-top:1.25rem}.checkout-shipping .seller-shipping h2{font-size:.9375rem;font-weight:500}.checkout-shipping .seller-shipping h2 a{text-transform:uppercase;font-weight:600}.checkout-shipping .seller-shipping h2 .separator{color:var(--color-grey-4)}.checkout-shipping .seller-shipping small{font-size:1rem;color:var(--color-grey-3)}.checkout-shipping .shipping-options{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill, minmax(215px, 1fr));gap:.8125rem}.checkout-shipping .shipping-options h3{display:flex;gap:.5rem;align-items:center;font-size:.9375rem;text-wrap:nowrap;font-weight:600}.checkout-shipping .shipping-options h4{margin-top:.8rem;font-size:.9375rem;font-weight:400;color:var(--color-grey-3);text-wrap:balance}.checkout-shipping .shipping-options img{margin-top:.625rem;width:100%}.checkout-shipping .shipping-options>label{padding:.75rem .75rem 1.25rem .75rem;background-color:var(--color-grey-11);border-radius:.5rem;width:100%;border:1px solid rgba(0,0,0,0)}.checkout-shipping .shipping-options>label:has(input:checked){border-color:var(--color-blue-3)}.checkout-shipping .shipping-options span{font-weight:600;text-wrap:balance;font-size:.9375rem}.checkout-shipping .shipping-options .final-price{margin-top:1.25rem;text-transform:uppercase;display:flex;flex-direction:column}.checkout-shipping .shipping-options .final-price span{font-size:.8125rem}.checkout-shipping .shipping-options .final-price .price{font-size:1.25rem}@media(max-width: 780px){.checkout-shipping .mobile{display:block}.checkout-shipping .shipping-address{flex-direction:column;align-items:initial;gap:1.25rem}.checkout-shipping .shipping-options label.post>div{display:flex;align-items:baseline;justify-content:space-between}.checkout-shipping .shipping-options label.post .final-price{flex-direction:initial}}.checkout-success>div{margin-top:5rem;padding:1.875rem;width:41rem;max-width:100%;text-align:center;background-color:var(--color-grey-1);border-radius:.625rem;margin-inline:auto}.checkout-success img.success-img{margin:0 auto}.checkout-success .image-container img{margin:0 auto}.checkout-success h1{font-size:1.75rem;font-weight:600;margin-top:.625rem;margin-bottom:1rem}.checkout-success p{line-height:22px}.checkout-success p a{font-weight:600}.checkout-success hr{border:none;border-top:1px solid var(--color-grey-9);margin:1.25rem 0}.checkout-success .orders{text-align:left}.checkout-success h2{font-size:.9375rem;font-weight:400;margin:.75rem 0}.checkout-success table{font-size:.9375rem}.checkout-success table th{font-weight:700;padding-right:1rem}.checkout-success table td{color:var(--color-grey-3)}.checkout-success .details{display:flex;flex-direction:column;gap:.5rem;flex:1}.checkout-success .detail .image-container{width:3.75rem;height:3.75rem;background-color:var(--color-grey-1);border-radius:.1875rem}.checkout-success .detail .image-container img{max-height:100%;max-width:100%}.checkout-success .detail .products{margin-top:1rem}.checkout-success .detail .product{display:flex;align-items:center;gap:.625rem;background-color:var(--color-grey-11);padding:.875rem .625rem;border-radius:.625rem;margin-bottom:.5rem}.checkout-success .detail .product .extras{display:flex;align-items:center;gap:.3125rem}.checkout-success .detail .product .extras img{display:inline;height:.9375rem}.checkout-success .detail .product .extras .grade{display:flex;align-items:center;font-weight:600}.checkout-success .detail .name{font-weight:600;color:var(--color-white)}.checkout-success .detail .quantity{font-size:.75rem;font-weight:500;color:var(--color-grey-3)}.checkout-success .bottom{display:flex;justify-content:space-between;align-items:center}@media(max-width: 890px){.checkout-success>div{padding:1rem}}.cart-summary{display:flex;flex-direction:column;justify-content:space-between;width:100%}.cart-summary .shipping .top{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;font-weight:500;font-size:1.125rem}.cart-summary .shipping .top a{text-transform:uppercase}.cart-summary .shipping .bottom>div{display:flex;justify-content:space-between;margin-bottom:.5rem}.cart-summary .shipping .bottom{margin-bottom:1.875rem}.cart-summary .shipping .bottom .product-quantity{color:var(--color-grey-3)}.cart-summary .subtotal{display:flex;justify-content:space-between;font-size:1.5rem}.cart-summary .subtotal b{font-weight:600}.cart-summary .buttons{display:flex;flex-direction:column;gap:1.25rem}.cart-summary .buttons .button-secondary{background-color:rgba(0,0,0,0)}@media(max-width: 890px){.cart-summary .shipping .top{font-size:1rem}.cart-summary .subtotal{font-size:1.25rem}}.create-account-address .navigation{margin-top:2.5rem !important}.create-account-data form p{margin-top:.25rem;font-size:.68rem;color:var(--color-grey-3);text-transform:none;line-height:1.25}.create-account-data .referral{font-weight:600;color:var(--color-grey-10);text-transform:none;margin-bottom:1.25rem}.create-account-data .terms-and-conditions>label{display:flex;text-transform:none;align-items:flex-start;gap:.25rem;margin-bottom:1.25rem}.create-account-data .terms-and-conditions>label span{color:var(--color-white);line-height:1.25}.create-account-data .terms-and-conditions>label span a{color:inherit;text-decoration:underline}.create-account-data .terms-and-conditions>label input{margin-top:.2rem}.not-found{text-align:center;display:flex;justify-content:center;align-items:center;min-height:calc(100dvh - 5.09375rem - 8rem)}.not-found img{display:inline-block}.not-found h2{margin-top:1.625rem;font-size:1.75rem;line-height:2rem}.not-found p{margin:1rem 0}.not-found .container{max-width:28rem}.fatal-error{text-align:center;display:flex;justify-content:center;align-items:center;min-height:calc(100dvh - 5.09375rem - 8rem)}.fatal-error h1{font-size:1.75rem}.fatal-error h2{margin-top:1.625rem;font-size:1.75rem;line-height:2rem}.fatal-error p{margin:1rem 0}.fatal-error .container{max-width:30rem}.home{text-align:center;margin:2.625rem auto}.home .logo img{display:inline-block;width:15.875rem;margin:2.625rem 0}.home .container{margin-inline:auto;max-width:28rem}.home input{margin-top:2.625rem;margin-bottom:1.875rem}.home button{margin-bottom:5.25rem}.home .social{display:flex;justify-content:center;gap:.375rem}.home .social a{border:none;background-color:#252424}.home .success{margin-top:2.625rem;margin-bottom:11.625rem}.home .disclaimer{margin-top:3.75rem;font-size:.675rem}.home-page h1{font-family:var(--font-secondary);text-transform:uppercase;font-weight:400;font-size:5.625rem;line-height:1;margin-bottom:20px}.home-page .hero{text-align:center;background-size:cover;margin-bottom:.9375rem}.home-page .hero img{display:inline-block;width:12rem}.home-page .hero>div{height:37.5rem;display:flex;flex-direction:column;justify-content:center;gap:1.875rem;background-color:rgba(0,0,0,.4901960784);backdrop-filter:blur(3px)}.home-page .hero a.button{width:initial;font-size:1.375rem;font-weight:600;height:3.75rem}@media(max-width: 504px){.home-page h1{font-size:3.75rem}}.profile-products-for-sale{display:flex;gap:1rem}.profile-products-for-sale .products-list{flex:1}@media(max-width: 1200px){.profile-products-for-sale{flex-direction:column}}.products-for-sale-table tr>td:first-child{min-width:18.75rem}.products-for-sale-table .info{justify-content:space-between}.products-for-sale-table .details{display:flex;align-items:center;gap:.375rem}.products-for-sale-table .grade{display:flex;align-items:center;font-weight:600}.products-for-sale-table .view-image{margin-left:1.25rem;display:flex;align-items:center;gap:.1875rem}.products-for-sale-table .view-image span{font-size:.8125rem;font-weight:600}.products-for-sale-table .offer{gap:.5rem;min-width:max-content;justify-content:space-between}.products-for-sale-table .offer button{color:var(--color-yellow-2)}.products-for-sale-table .offer button:disabled{color:#757575}.products-for-sale-table .offer button.tertiary{padding:initial;width:1.9rem;height:1.5rem;border-radius:.1875rem}.products-for-sale-table .offer img{width:1rem}.products-for-sale-table .edit-product{display:flex;justify-content:center;gap:.375rem}.products-for-sale-table .edit-product button{width:2.875rem;height:1.375rem;border-radius:.1875rem}.products-for-sale-table .mobile-table{display:none}@media(max-width: 890px){.products-for-sale-table .desktop{display:none}.products-for-sale-table .mobile-table{display:block}}.collector-public-profile{height:9.375rem}.user-profile nav.tabs{margin-bottom:1.25rem}.user-profile nav.tabs ul{display:flex;list-style:none;padding:0;justify-content:space-between;align-items:center}.user-profile nav.tabs li{flex:1;text-align:center}.user-profile nav.tabs a{display:block;text-transform:uppercase;border-bottom:2px solid var(--color-grey-11);padding:.9rem;color:var(--color-grey-10)}.user-profile nav.tabs a.active{color:var(--color-white);border-bottom:3px solid var(--color-orange-1)}.user-profile nav.tabs-mobile{display:none;margin-bottom:.9375rem}@media(max-width: 890px){.user-profile h1{display:flex;flex-direction:column;line-height:1.375rem}.user-profile nav.tabs{display:none}.user-profile nav.tabs-mobile{display:block}}.profile-sales .mobile,.profile-sales .mobile-table{display:none}@media(max-width: 890px){.profile-sales table.desktop{display:none}.profile-sales .mobile,.profile-sales .mobile-table{display:block}}.profile-shipping .shipping-options{display:flex;justify-content:space-between;gap:.75rem}.profile-shipping .shipping-container{flex:1;padding:1.25rem .75rem;background-color:var(--color-grey-1);border-radius:.625rem;min-height:18.75rem}.profile-shipping .shipping-container img{width:100%}.profile-shipping .shipping-container hr{margin:.9375rem 0}.profile-shipping .shipping-container p{font-size:.9375rem;color:var(--color-grey-3)}.profile-shipping .top{margin-bottom:.9375rem;display:flex;align-items:center;justify-content:space-between}.profile-shipping .shipping-name{font-size:1.375rem;font-weight:700}.profile-shipping .text-area span{font-size:.875rem;color:var(--color-grey-9)}.profile-shipping .text-area textarea{margin-top:.5rem;padding:.75rem 1rem;background-color:var(--color-black);font-size:1rem;color:var(--color-grey-3);width:100%;border:1px solid var(--color-grey-11);border-radius:.625rem;height:6rem;resize:none}.profile-shipping .text-area textarea::placeholder,.profile-shipping .text-area textarea::-webkit-input-placeholder{color:var(--color-grey-9)}.profile-shipping .free-shipping .top{color:var(--color-grey-18);font-weight:600;margin:1.8438rem 0}.profile-shipping .toggle{position:relative;width:2.75rem;height:1.5rem;border-radius:.75rem;background-color:rgba(0,0,0,0);outline:.0938rem solid var(--color-grey-20);display:flex;align-items:center;padding-inline:.1875rem;transition:all .3s ease}.profile-shipping .toggle:has(input:checked){background-color:var(--color-blue-3);outline-color:rgba(0,0,0,0)}.profile-shipping .toggle input{display:none}.profile-shipping .toggle span{width:1.125rem;height:1.125rem;border-radius:.625rem;background-color:var(--color-grey-10);transition:transform .3s ease}.profile-shipping .toggle input:checked+span{transform:translateX(1.3125rem)}@media(max-width: 890px){.profile-shipping .shipping-options{flex-direction:column}.profile-shipping .shipping-container{min-height:initial}.profile-shipping .toggle{width:2.3125rem;height:1.25rem}.profile-shipping .toggle span{width:.9375rem;height:.9375rem}.profile-shipping .toggle input:checked+span{transform:translateX(1rem)}}.profile-purchases .mobile{display:none}.profile-purchases .mobile-table{display:none}.profile-purchases .mobile-table>div{padding-inline:.625rem;display:flex;align-items:center;background-color:var(--color-grey-1);gap:.4375rem;height:4rem;margin-bottom:.1875rem}.profile-purchases .mobile-table>div .left{display:flex;flex-direction:column;flex:1}.profile-purchases .mobile-table>div .left a{font-size:.75rem;font-weight:700}.profile-purchases .mobile-table>div .left .bottom{display:flex;align-items:center;gap:.375rem}.profile-purchases .mobile-table>div .left .bottom img{height:.8125rem}.profile-purchases .mobile-table>div .left .grade{display:flex;align-items:center;font-size:.625rem;font-weight:600}.profile-purchases .mobile-table>div .left .grade img{height:.625rem}.profile-purchases .mobile-table>div .left hr{margin:.375rem 0}.profile-purchases .mobile-table>div .middle{display:flex;flex-direction:column;font-weight:700;font-size:.75rem;text-align:right}.profile-purchases .mobile-table>div .middle small{font-size:.625rem;font-weight:500}.profile-purchases .mobile-table>div .right button{height:2.1875rem;width:4.25rem;font-size:.75rem}@media(max-width: 890px){.profile-purchases table.desktop{display:none}.profile-purchases .mobile,.profile-purchases .mobile-table{display:block}}.profile-reviews{display:flex;gap:.75rem}.profile-reviews .general-review{padding:1.25rem .75rem;background-color:var(--color-grey-1);border-radius:.625rem;flex:1 0 17rem}.profile-reviews .general-review .top{display:flex;gap:1.25rem}.profile-reviews .general-review .top .average{color:var(--color-yellow-5);font-size:3.25rem;font-weight:700}.profile-reviews .general-review .top .total-reviews{display:flex;flex-direction:column;justify-content:center;gap:.625rem}.profile-reviews .general-review .top .stars-container{display:flex;gap:.3125rem}.profile-reviews .general-review .top .stars-container img{width:.8125rem;height:.8125rem}.profile-reviews .general-review .reviews-scores>div{display:flex;gap:.375rem;align-items:center;margin-bottom:1.25rem}.profile-reviews .general-review .reviews-scores .bar{width:100%;background-color:var(--color-grey-9);height:.3125rem;border-radius:.625rem;overflow:hidden}.profile-reviews .general-review .reviews-scores .progress{height:100%;background-color:var(--color-grey-3)}.profile-reviews table{color:var(--color-grey-10)}.profile-reviews table .comment{max-width:initial;line-clamp:2;-webkit-line-clamp:2}.profile-reviews .star-review>span{display:flex;align-items:center;justify-content:center;gap:.25rem;font-weight:600}.profile-reviews .star-review>span img{width:.75rem;height:.75rem}.profile-reviews .bottom .review-characteristics{font-weight:600;color:var(--color-grey-17)}.profile-reviews .bottom .category{margin-top:.9375rem}.profile-reviews .bottom .category span{color:var(--color-grey-3);text-transform:uppercase;font-size:.875rem}.profile-reviews .bottom .stars{background-color:var(--color-grey-11);border-radius:.3125rem;margin-top:.625rem;padding:.3125rem;display:inline-flex;gap:.375rem}.profile-reviews .bottom .stars img{width:1rem}.profile-reviews .mobile{display:none}@media(max-width: 890px){.profile-reviews{flex-direction:column}.profile-reviews .general-review hr{margin:.9375rem 0}.profile-reviews .general-review .reviews-scores>div{margin-bottom:.7813rem}.profile-reviews .bottom .category{display:flex;justify-content:space-between;align-items:center;margin-top:.3125rem}.profile-reviews .bottom .stars{margin-top:initial}.profile-reviews .bottom .stars img{width:.75rem}.profile-reviews .desktop{display:none}.profile-reviews .mobile{display:block}}.profile-wishlist .mobile{display:none}@media(max-width: 890px){.profile-wishlist .desktop{display:none}.profile-wishlist .mobile{display:block}}.search-page .search-box{margin-top:1.875rem;padding:1.25rem;border-radius:.5rem;border:1px solid var(--color-grey-11);background-color:var(--color-grey-1)}.search-page .search-box .top{margin-bottom:.9375rem}.search-page .search-box .top input{height:2.9119rem}.search-page .search-box .bottom{display:flex;gap:.625rem}.search-page .search-box .bottom>div{flex:1}.search-page .search-box .bottom .search-button{height:2.9119rem}.search-page .search-box .bottom .choices__list{font-size:1rem}.search-page .disclaimer{background-color:var(--color-yellow-4);color:var(--color-yellow-3);margin-top:1.25rem;padding:.75rem;font-size:.875rem;border-radius:.625rem}.search-page .results-header{margin-top:2.625rem;margin-bottom:1.375rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.search-page .results-header .left{font-size:1.5rem;font-weight:600}.search-page .results-header .left small{font-size:1rem;font-weight:400;color:var(--color-grey-3)}.search-page .results-header .right{display:flex;align-items:center;gap:.625rem;color:var(--color-grey-3)}.search-page .results-header .right .choices__inner{min-height:2.5rem;padding:.4rem 1rem !important;min-width:12.5rem}.search-page .results-header .right .buttons{display:flex;gap:.375rem}.search-page .results-header .right .buttons button{padding:initial;width:2.5rem;height:2.5rem}.search-page .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.search-page .pagination a{width:2.875rem}.search-page hr{display:none;margin-top:1.875rem;border:0;border-top:1px solid var(--color-grey-4)}@media(max-width: 1040px){.search-page .search-box .bottom{flex-wrap:wrap}.search-page .search-box .bottom .search-button-container{flex:1 0 100%}}@media(max-width: 800px){.search-page .search-box{padding:.625rem}.search-page .search-box .bottom div:not(.search-button-container){display:none}.search-page .results-header{flex-direction:column;align-items:initial;margin-top:1.25rem}.search-page hr{display:block}}.single button.tertiary{padding:.25rem 1rem}.single{margin-top:1.875rem}.single h1{font-size:1.75rem}.single .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.single .header .card-title{display:flex;align-items:flex-end;gap:.625rem}.single .header .card-title span{color:var(--color-grey-12)}.single .header .actions{display:flex;gap:.75rem}.single .card-information{background-color:var(--color-grey-1);border-radius:.625rem;padding:1rem;display:flex;gap:1.875rem}.single .card-container{background-color:var(--color-grey-11);display:flex;justify-content:center;width:20.625rem;height:20.625rem;padding:.25rem 0;border-radius:.4375rem}.single .card-info{flex:1;text-align:left}.single .card-info th,.single .card-info td{color:var(--color-grey-18)}.single .card-info th:first-child,.single .card-info td:first-child{padding-right:1rem}.single .card-info td.set-name{max-width:0;overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis}.single .card-info th{text-wrap:nowrap}.single .price-history{display:flex}.single .price-history img{display:inline-block;width:26.875rem}.single .mobile-wish-sale{display:none;width:100%}.single .mobile-wish-sale button{font-size:.8125rem;font-weight:bold;margin-bottom:.9375rem}.single .mobile-wish-sale button.tertiary{font-weight:500}.single .tabs{border-radius:.4375rem;margin:1.25rem 0;background-color:var(--color-grey-1);display:flex;justify-content:space-between}.single .tabs>a{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:.75rem;border-radius:.5rem;color:var(--color-grey-13);background-color:var(--color-grey-1);text-wrap:nowrap}.single .tabs>a.active{color:var(--color-white);background-color:var(--color-orange-2)}.single .versions{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:1rem}.single .versions a{color:#fff;text-decoration:none;background-color:var(--color-grey-1);border-radius:.625rem}.single .versions img{display:inline-block;width:100%;height:auto}.single .versions .card{display:flex;flex-direction:column;height:100%;text-align:center;padding:1rem .625rem;text-wrap:balance}.single .versions .card .title{flex:1;font-size:1.125rem;font-weight:600}.single .versions .card .subtitle{font-size:initial;color:var(--color-grey-14);font-weight:initial}.single .versions .card .image-container{background-color:var(--color-grey-11);margin:.625rem 0;border-radius:.4375rem;padding-inline:1rem}.single .versions .card .footer{display:flex;justify-content:space-between}.single .versions .card .footer span{font-weight:600}.single .languages{display:flex}.single .for-sale>div{display:flex;gap:1rem;align-items:center;border-top:1px solid #a35f5f}.single .for-sale img{max-width:4rem}@media(max-width: 890px){.single{margin-top:initial}.single .header{display:none}.single .card-information{flex-direction:column;align-items:center}.single .card-container{width:100%}.single .card-info{width:100%;max-width:initial}.single .price-history{display:none}.single .mobile-wish-sale{display:block}.single .tabs{margin:.8125rem 0;padding:.6875rem;background-color:initial;gap:.5rem}.single .tabs>a{height:2.6875rem;font-size:.8125rem;padding:10px}.single .versions{padding:.6875rem}}@media(max-width: 890px){.single .tabs>a{font-size:11px;padding:8px}}.user-profile .banner{height:21.875rem;background-size:cover;background-position:center}.user-profile .profile-top{background:linear-gradient(to bottom, rgba(255, 0, 0, 0) 3.125rem, var(--color-grey-1) 3.125rem)}.user-profile .profile-top>div{display:flex;gap:1.875rem;margin-top:-3.125rem;padding-bottom:1.625rem}.user-profile .profile-image img{max-width:15.625rem;max-height:15.625rem;object-fit:cover;border-radius:19px;border:5px solid var(--color-grey-1);background-color:var(--color-grey-1)}.user-profile h1{text-transform:capitalize;line-height:32px}.user-profile h1 small{font-size:1rem;font-weight:400;color:var(--color-grey-3)}.user-profile .user-data{margin-top:50px;flex:1}.user-profile .user-data .top{margin-top:1.875rem;display:flex;justify-content:space-between}.user-profile .user-data .top a{height:2rem}.user-profile .user-data .send-message img{transform:scaleX(-1)}.user-profile .user-type{display:flex;justify-content:space-between;align-items:center}.user-profile .user-type .user-details{display:flex;gap:.9375rem;margin-top:.9375rem}.user-profile .user-type .user-details>div{display:flex;gap:.9375rem}.user-profile .user-type .free-shipping{color:var(--color-green-1)}.user-profile .tag{height:18px;padding-inline:.375rem;text-transform:uppercase;color:var(--color-black);background-color:var(--color-green-2);font-weight:700;letter-spacing:.0281rem;border-radius:.25rem}.user-profile .tag.seller{background-color:var(--color-yellow-3)}.user-profile .visibility{display:flex;font-weight:500;gap:.375rem}.user-profile .vertical-line{border:.5px solid var(--color-grey-20)}.user-profile .seller-rating{display:flex;gap:.25rem;align-items:center;font-size:.9375rem;font-weight:600;color:var(--color-grey-13)}.user-profile .seller-rating img{width:.875rem;height:.875rem}.user-profile .seller-rating small{font-size:.8125rem;font-weight:500;color:var(--color-grey-3)}.user-profile .sales{font-weight:500}.user-profile .sales span{color:var(--color-yellow-5)}.user-profile .sales .amount{font-weight:700}.user-profile .sales .text{color:var(--color-white);margin-left:.375rem}.user-profile hr{margin:1.25rem 0;border:none;border-top:1.5px solid var(--color-grey-4)}.user-profile .account-stats{display:flex;justify-content:space-between;font-size:.9375rem;gap:1rem}.user-profile .account-stats table{width:219px;max-width:100%;text-align:left}.user-profile .account-stats th{font-weight:700;color:var(--color-grey-18)}.user-profile .account-stats td{color:var(--color-grey-3);text-align:right}.user-profile .account-stats .address{display:flex;padding-top:.125rem;gap:2.8125rem}.user-profile .account-stats .address .left{font-weight:700;font-size:.9375rem}.user-profile .account-stats .address .right{display:flex;flex-direction:column;gap:.25rem;color:var(--color-grey-3)}.user-profile .shipping-options th{display:flex;gap:.4375rem;font-weight:500}.user-profile .navigation{margin:1.875rem auto}.user-profile .navigation ul{border-radius:.5rem;background-color:var(--color-grey-1);display:flex;gap:.625rem;list-style:none;padding:0;overflow-y:auto;scrollbar-width:none}.user-profile .navigation ul::-webkit-scrollbar{display:none}.user-profile .navigation ul>li{flex:1;text-align:center}.user-profile .navigation ul a{background-color:var(--color-grey-1)}.user-profile .navigation ul a.active{background-color:var(--color-orange-2)}@media(max-width: 890px){.user-profile h1{font-size:1.25rem}.user-profile .banner{height:150px}.user-profile .profile-top>div{flex-direction:column;height:initial;gap:0}.user-profile .user-data{margin-top:1.5rem}.user-profile .user-data .top{margin-top:initial}.user-profile .user-data .top .cta{transform:translateY(-3.875rem)}.user-profile .profile-image img{max-width:6.25rem;max-height:6.25rem;border-width:1px}.user-profile .user-type{align-items:initial;flex-direction:column;gap:1.25rem}.user-profile .user-type .user-details{flex-direction:column;gap:7px}.user-profile .user-type .user-details .vertical-line{display:none}.user-profile .account-stats{flex-direction:column-reverse}.user-profile .account-stats .stats{display:none}.user-profile .account-stats .address{flex-direction:column;gap:.375rem}.user-profile .navigation{margin:.9375rem auto}}:root{--font-primary: "Roboto Flex", sans-serif;--font-secondary: "League Gothic", sans-serif}.checkbox-element{display:flex !important;gap:.3125rem;align-items:center}.checkbox-element .checkbox-container{height:1rem}.checkbox-element input{position:absolute;opacity:0;pointer-events:none}.checkbox-element .box{cursor:pointer;display:inline-block;width:1rem;height:1rem;border:1px solid var(--color-grey-3);transition:.2s;border-radius:.25rem}.checkbox-element .box:hover{filter:brightness(1.1)}.checkbox-element .box::after{content:"";height:1rem;background:url("https://s3.tcg.fans/assets/icons/checkbox-check.svg") no-repeat center/contain;display:block;opacity:0;transition:opacity .2s,transform .2s}.checkbox-element input:checked+.box{background:var(--color-blue-1);border-color:var(--color-blue-1)}.checkbox-element input:checked+.box::after{opacity:1;transform:scale(0.7)}.create-account-layout{max-width:45rem;margin:3.125rem auto;text-align:center}.create-account-layout h1{margin-bottom:.5rem}.create-account-layout .breadcrumb{display:flex;justify-content:center;gap:1rem;margin-bottom:2.5rem}.create-account-layout p{margin-bottom:2.5rem}.create-account-layout a{width:100%}.create-account-layout form{text-align:left}.create-account-layout form .error-message{font-size:.75rem}.create-account-layout form span{color:var(--color-grey-5)}.create-account-layout form span.required{color:var(--color-red-1)}.create-account-layout form button{width:100%}.create-account-layout form input,.create-account-layout form .choices{margin-top:.5rem}.create-account-layout form>div{display:flex;gap:1.25rem}.create-account-layout form>div>label{flex:1}.create-account-layout form label>:last-child{margin-bottom:1.25rem}.create-account-layout .ancestor{background-color:var(--color-blue-5);border:1px solid var(--color-blue-4)}.create-account-layout .navigation{display:flex;gap:1.25rem;margin-top:1.25rem}.footer-partial{background-color:var(--color-grey-1);color:var(--color-grey-3);font-size:.9375rem;margin-top:5rem}.footer-partial .top,.footer-partial .bottom{padding:1rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.footer-partial .bottom>div{flex:1}.footer-partial .bottom .terms{text-align:center}.footer-partial .top{border-top:1px solid var(--color-grey-4);border-bottom:1px solid var(--color-grey-4)}.footer-partial .logo{max-width:8rem}.footer-partial .social{display:flex;align-items:center;gap:.625rem}.footer-partial .help-and-support>a{display:flex;gap:.2rem}.footer-partial .help-and-support>a img{filter:brightness(3.5);width:1.1rem}.footer-partial .help-and-support>a:hover img{filter:brightness(5)}@media(max-width: 830px){.footer-partial .terms{display:none}.footer-partial .top,.footer-partial .bottom{padding-inline:1.25rem}}.login-sign-up-layout{max-width:31.875rem !important;margin:3.125rem auto 4.375rem auto;padding:2.625rem 1.875rem;background-color:var(--color-grey-1);border-radius:.625rem;text-align:center}.login-sign-up-layout .logo{margin:0 auto;max-width:8rem}.login-sign-up-layout h1{margin-top:1.875rem;font-weight:700;font-size:1.75rem;text-wrap:nowrap}.login-sign-up-layout p{color:var(--color-grey-10);text-wrap:balance}.login-sign-up-layout label{font-size:.875rem;text-transform:uppercase;text-align:left;margin-bottom:1.25rem;display:block}.login-sign-up-layout label .message{text-transform:initial;margin-top:.25rem;font-size:.75rem;color:var(--color-grey-3)}.login-sign-up-layout input,.login-sign-up-layout button,.login-sign-up-layout a.button-tertiary{width:100%}.login-sign-up-layout .submit{margin-top:1.875rem}.login-sign-up-layout .social-login p,.login-sign-up-layout .social-login div{margin:1rem 0}.login-sign-up-layout .social-login>div{display:flex;gap:.625rem}.login-sign-up-layout form{margin-top:1.875rem}.demo p{margin:.9375rem auto;max-width:21rem;text-wrap:auto}.demo p.disclaimer{color:#b39700}.demo form{margin-top:2.1875rem}.demo .bottom-errors p{color:var(--color-red-1)}.search-bar{position:relative;flex:1}.search-bar input[type=search]{width:100%;height:3rem;border-color:var(--color-grey-1);padding-left:2.75rem}.search-bar input[type=search]:hover{border-color:var(--color-blue-2)}.search-bar input[type=search]:focus{border-color:var(--color-blue-2);outline:none}.search-bar #search-results{position:absolute;top:100%;left:0;right:0;background:var(--color-grey-1);display:block;z-index:1000;border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem;box-shadow:0 .6875rem .8125rem rgba(0,0,0,.6666666667)}.search-bar #search-results img{width:auto;height:auto}.search-bar .bar{position:relative}.search-bar .bar button{position:absolute;right:0;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,0)}.search-bar .bar .magnifying-glass{position:absolute;top:50%;transform:translateY(-50%);left:1rem;height:1.5rem}.search-bar .results-container{max-height:80dvh;overflow-y:auto}.search-bar .result{margin:1.25rem 0;padding-inline:.8438rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.search-bar .result:first-of-type{margin-top:.625rem}.search-bar .result:last-of-type{margin-bottom:.625rem}.search-bar .result>a{display:flex;flex:1;text-decoration:none;color:#000;align-items:center;gap:1rem}.search-bar .result>div{text-align:right;display:flex;flex-direction:column;gap:.2rem;font-size:.9375rem;color:var(--color-white);font-weight:700;padding-left:2.5rem;position:relative;min-width:9.6875rem}.search-bar .result>div::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:60%;width:1px;background-color:var(--color-grey-4)}.search-bar .image-container{display:flex;justify-content:center;height:3.875rem;width:3.875rem;background-color:var(--color-grey-11);border-radius:.125rem;padding:.0625rem;flex:0 0 3.875rem}.search-bar .card-details{display:flex;flex-direction:column;color:var(--color-grey-16);font-size:.9375rem;font-weight:700;gap:.375rem}.search-bar .card-details small{font-size:.8125rem;color:var(--color-grey-15);font-weight:600}.search-bar .result-bottom{text-align:center;padding:.8438rem 0;border-top:1px solid var(--color-grey-4)}.sell-single form>div{display:flex}.sell-single .image-preview img{max-width:5rem}.single-products{display:flex;gap:.75rem}.single-products .product-list{flex:1}.single-products .mobile-table{display:none}@media(max-width: 1000px){.single-products{flex-direction:column}}@media(max-width: 890px){.single-products .desktop-table{display:none}.single-products .mobile-table{display:block}}.single-products-filters{flex:0 0 17rem}.single-products-filters>form{padding:.75rem;background-color:var(--color-grey-1);border-radius:.625rem}.single-products-filters>form label{text-transform:initial}.single-products-filters h2{display:flex;align-items:center;gap:.25rem;font-size:1.125rem;line-height:1}.single-products-filters h2 span{display:none;flex:1;text-align:right}.single-products-filters h2 span img{display:inline;transition:rotate .25s}.single-products-filters h2 span img.open{rotate:90deg}.single-products-filters hr{margin-top:.75rem}.single-products-filters h3{margin:1rem 0;font-size:1rem;font-weight:600;line-height:1}.single-products-filters h4{font-size:.75rem;color:var(--color-grey-3);font-weight:400;text-transform:uppercase;margin-top:1rem;margin-bottom:.625rem;line-height:1}.single-products-filters hr{border:none;border-top:1px solid var(--color-grey-11)}.single-products-filters ul{list-style:none;padding:0}.single-products-filters ul label{display:flex;align-items:center;gap:.3125rem}.single-products-filters ul button{font-size:.875rem}.single-products-filters .choices__inner{padding:.3rem 1rem !important;min-height:38px}.single-products-filters .price{display:flex;gap:.75rem}.single-products-filters .price input{text-align:right;padding:.45rem 1rem}.single-products-filters .languages{display:flex;flex-wrap:wrap;row-gap:.375rem}.single-products-filters .languages>li{flex:0 0 50%}.single-products-filters .extras label{display:flex;align-items:center;justify-content:space-between;margin-bottom:.625rem}.single-products-filters .extras span{display:flex;align-items:center;gap:.125rem}.single-products-filters .extras .choices__inner{width:8rem}.single-products-filters .reset-filters{margin-top:1rem;padding:.25rem 1rem;border-radius:.5rem}@media(max-width: 1000px){.single-products-filters{flex:initial}.single-products-filters h2 span{display:block}}@media(max-width: 890px){.single-products-filters>form{border-radius:0}}.single-sale-history{display:flex;gap:.75rem}.single-sale-history .right{flex:1}.single-sale-history .right .extras{display:flex;gap:.375rem}.single-sale-history .right .extras img{height:.9375rem}.single-sale-history .right .extras .grade img{height:.8125rem}.single-sale-history .date,.single-sale-history .price{font-size:.8125rem}.single-sale-history .quantity{font-size:15px}.single-sale-history table .mobile{padding:.625rem;display:none;gap:1.5rem;align-items:center}.single-sale-history table .left{font-size:.8125rem;flex:1 0 60%;align-items:flex-start;display:flex;flex-direction:column}.single-sale-history table .left hr{margin:.375rem 0;border:0;border-top:1px solid var(--color-grey-4);width:100%}.single-sale-history table .middle{position:initial;width:auto;flex:0 1 3.25rem}.single-sale-history table .middle img{max-width:3.25rem}.single-sale-history table .right{display:flex;flex-direction:column;font-size:.75rem;font-weight:700;align-items:flex-end;min-width:3.75rem}.single-sale-history table .right .quantity{font-size:.625rem;font-weight:500}@media(max-width: 890px){.single-sale-history{flex-direction:column}.single-sale-history table th,.single-sale-history table td:not(.mobile){display:none}.single-sale-history table .mobile{display:flex}}@media(max-width: 425px){.single-sale-history table .mobile{gap:.5rem}}.top-banner{padding:.375rem 2.5rem;color:var(--color-black);background-color:var(--color-white);display:flex;gap:1.5rem}.top-banner .address{flex:1;gap:.25rem;display:flex;align-items:center}.top-banner .address img{filter:invert(100%);height:1.1875rem}.top-banner .language button{display:flex;align-items:center;gap:.375rem;padding:0;color:var(--color-black);background-color:rgba(0,0,0,0)}.top-banner .language .flag{height:1.5rem}.top-banner .language .chevron{filter:brightness(0%)}.top-banner .support a{display:flex;color:var(--color-black);gap:.25rem}.top-banner .support a img{width:1.1rem}.user-menu{display:flex;align-items:center;gap:1rem;position:relative}.user-menu .mobile-menu{display:none}.user-menu .profile{text-align:left;display:flex;gap:.5rem;align-items:center;background-color:var(--color-grey-1);padding:.6rem;min-width:11.875rem}.user-menu .profile:hover{filter:brightness(164%)}.user-menu .profile:hover img{filter:brightness(70%)}.user-menu .mobile-profile{display:none}.user-menu .chevron{flex:1;display:flex;justify-content:flex-end;padding-right:.375rem;filter:invert(100%) brightness(1000%)}.user-menu .username{font-size:.875rem;font-weight:600;text-transform:capitalize;max-width:6.625rem;overflow:hidden;text-overflow:ellipsis}.user-menu .balance{font-size:.625rem;color:var(--color-grey-6)}.user-menu .profile-image{border-radius:.375rem;max-width:2rem}.user-menu .cart.is-open{background-color:var(--color-blue-3)}.user-menu .cart{position:relative}.user-menu .cart span{position:absolute;background:var(--color-red-2);border-radius:57rem;width:.625rem;height:.625rem;font-weight:600;font-size:.5rem;top:.6875rem;right:.5625rem;text-align:center}.user-menu .dropdown{padding:.3125rem;position:absolute;right:0;top:3.5rem;width:11.875rem;border-radius:.5rem;background:var(--color-grey-1);box-shadow:0 .6875rem .8125rem rgba(0,0,0,.6666666667)}.user-menu .dropdown>div{display:flex;flex-direction:column;align-items:center;gap:.3125rem}.user-menu .dropdown a,.user-menu .dropdown button{height:2.0625rem;font-size:.8125rem;border-radius:.3125rem}.user-menu .dropdown form{width:100%}.user-menu .dropdown .mobile{display:none;width:100%;padding-inline:1.375rem}.user-menu .dropdown .mobile .menu-top{display:flex;justify-content:space-between;margin-top:1rem;margin-bottom:4.125rem}.user-menu .dropdown .mobile .menu-top img{height:2.5rem}.user-menu .dropdown .mobile .menu-top button{height:2.5rem;width:2.5rem;padding:initial}.user-menu .dropdown .mobile .menu-top button img{height:1rem}.user-menu .dropdown .mobile ul{display:flex;flex-direction:column;gap:25px}.user-menu .dropdown .mobile ul a{font-size:1rem;color:var(--color-grey-10);width:150px}.user-menu .dropdown .mobile ul button{font-size:1rem}.user-menu .dropdown .mobile ul button.link{height:auto}.user-menu .dropdown .mobile hr{margin:2.5rem 0;border:0;border-top:1px solid var(--color-grey-4)}@media(max-width: 890px){.user-menu{position:initial;gap:.625rem}.user-menu .mobile-menu{display:flex}.user-menu .desktop-menu{display:none}.user-menu .profile{display:none}.user-menu .mobile-profile{display:block}.user-menu .dropdown{left:0;top:0;width:100vw;height:100dvh;background-color:var(--color-black);border-radius:initial}.user-menu .dropdown .desktop{display:none}.user-menu .dropdown .mobile{display:block}}.topbar{background-color:var(--color-black)}.topbar ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:1rem}.topbar .top{padding-inline:2.5rem;display:flex;align-items:center;gap:1rem;height:5rem;border-bottom:solid 1px var(--color-grey-4)}.topbar .top .logo{max-width:9.625rem}.topbar .bottom{display:flex;justify-content:space-between;align-items:center;padding:0rem 2.5rem .25rem 2.5rem;border-bottom:solid 1px var(--color-grey-4)}.topbar .bottom ul{font-size:.9375rem}.topbar .bottom ul a.button-tertiary{height:2rem;font-size:.9375rem}.topbar .bottom ul button{color:var(--color-grey-3);display:flex;align-items:center;gap:.5rem}.topbar .bottom ul button.sell-card{height:2rem;font-size:15px;color:var(--color-white)}.topbar .bottom ul button.sell-card:hover{background-color:var(--color-blue-4)}.topbar .bottom ul button:disabled{color:var(--color-grey-5)}.topbar .bottom ul button:hover{background-color:initial}.topbar .bottom ul button:hover img{filter:invert(100%) brightness(1000%)}.topbar .bottom ul button:hover:not(:disabled){color:var(--color-white)}.topbar .tag{padding:.125rem;font-weight:600;font-size:.5625rem;text-transform:uppercase;border-radius:2px;background-color:var(--color-grey-4);color:var(--color-grey-3)}.topbar .menu-logged-out-mobile{display:none;gap:1rem}.topbar .filler{width:3rem}.topbar .dropdown-menu{position:absolute;top:0;left:0;background-color:var(--color-black);width:100vw;height:100dvh;padding-inline:1.375rem}.topbar .dropdown-menu .menu-top{display:flex;justify-content:space-between;margin-top:1.25rem;margin-bottom:4.125rem}.topbar .dropdown-menu .menu-top img{height:2.5rem}.topbar .dropdown-menu .menu-top button{height:2.5rem;width:2.5rem;padding:initial}.topbar .dropdown-menu .menu-top button img{height:1rem}.topbar .dropdown-menu ul{display:flex;flex-direction:column;gap:25px}.topbar .dropdown-menu ul a{font-size:1rem;color:var(--color-grey-10)}@media(max-width: 890px){.topbar .bar{display:none}.topbar .top{gap:.5rem;padding-inline:1.25rem}.topbar .top .logo{max-width:7.8125rem}.topbar .bottom{display:none}.topbar .menu-logged-out-mobile{display:flex}.topbar .menu-logged-out{display:none}}/*# sourceMappingURL=styles.css.map */
