img {
max-width: 100%;
}
body,
html {
overflow-x: hidden;
font-size: 12px;
padding: 0;
margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
span,
ul {
margin: 0;
padding: 0
}
ol,
ul {
list-style: none;
padding-left: 0
}
button,
input {
border: none
}
button:focus,
input:focus {
outline: none
}
::-moz-selection {
background-color: #e18f00;
color: #ffffff
}
::selection {
background-color: #e18f00;
color: #ffffff
}
@media screen and (min-width:768px) {
body,
html {
font-size: 14px
}
}
@media screen and (min-width:992px) {
body,
html {
font-size: 15px
}
}
@media screen and (min-width:1200px) {
body,
html {
font-size: 16px
}
}
.main {
width: 100%;
height: auto;
position: relative;
margin-bottom: 10rem;
}
.main__header {
text-align: center;
position: relative;
margin-bottom: -35%;
}
.main__bg {
position: absolute;
z-index: 1;
width: 100%;
height: auto;
pointer-events: none;
}
.main__content {
position: relative;
z-index: 2;
padding-top: 10vw;
}
@media screen and (min-width:768px) {
.main__header {
margin-bottom: -30%
}
}
@media screen and (min-width:992px) {
.main__header {
margin-bottom: -35%
}
}
.main__content {
max-width: 1600px
}
.main__copy {
position: absolute;
top: 10%;
left: 50%;
-webkit-transform: translate(-50%, -10%);
transform: translate(-50%, -10%)
}
.main__banner {
max-width: 100%
}
.main__title {
font-family: "Arial", sans-serif;
color: #ffffff;
font-size: 3rem
}
@media screen and (min-width:768px) {
.main__title {
font-size: 8rem
}
}
.main__title-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0.5rem 1rem;
border: 0.5rem solid #ffffff;
text-transform: uppercase;
-webkit-filter: drop-shadow(0 0 5px black);
filter: drop-shadow(0 0 5px black)
}
@media screen and (min-width:768px) {
.main__title-wrapper {
border: 1rem solid #ffffff;
padding: 1rem
}
}
.main__subtitle {
font-family: "Arial", sans-serif;
color: #ffffff;
text-transform: uppercase;
font-size: 1.5rem;
letter-spacing: 0.3em;
-webkit-transform: translateX(0.25rem);
transform: translateX(0.25rem);
font-weight: 400;
margin-top: 0.5rem
}
@media screen and (min-width:768px) {
.main__subtitle {
-webkit-transform: translateX(1rem);
transform: translateX(1rem);
font-size: 3rem;
letter-spacing: 0.7em
}
}
.product {
position: relative;
margin: 0 auto;
}
@media screen and (min-width:768px) {
.product {
width: 70%;
margin: 0 auto
}
}
.product__slider {
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
margin: 0 3rem
}
@media screen and (min-width:768px) {
.product__slider {
margin: 0
}
}
.product__arrows-item {
cursor: pointer;
position: absolute;
z-index: 999;
top: 50%;
width: 7%
}
.product__arrows-item:first-child {
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
@media screen and (min-width:768px) {
.product__arrows-item:first-child {
-webkit-transform: translate(-200%, -50%);
transform: translate(-200%, -50%)
}
}
.product__arrows-item:last-child {
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
@media screen and (min-width:768px) {
.product__arrows-item:last-child {
-webkit-transform: translate(200%, -50%);
transform: translate(200%, -50%)
}
}
.product img {
width: 100%;
height: auto;
border: 1rem solid #ffffff
}
.product__info {
width: 70%;
margin: 0 auto;
}
.product__info-title {
text-align: center;
margin: 5rem auto;
font-family: "Arial", sans-serif;
font-size: 2rem;
text-transform: uppercase;
color: #2c2c2c
}
h5.product__info-title {
font-size: 1.5rem;
}
@media screen and (min-width:768px) {
.product__info-title {
font-size: 4.2rem
}
}
.product__info-title--blue {
color: #0072b0
}
.product__info-title--orange {
color: #ff8400
}
.product__info-title--pink {
color: #ff00b4
}
.product__copy {
font-family: "Century Gothic", "Arial", sans-serif
}
.product__copy--alt {
text-align: center;
}
.product__copy+.product__copy {
margin-top: 3rem
}
.product__copy-title {
color: #e18f00;
font-size: 1.5rem;
line-height: 2.5rem;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 1.25rem;
}
@media screen and (min-width:768px) {
.product__copy-title {
font-size: 2.5rem;
line-height: 3.5rem
}
}
.product__copy-text {
font-size: 1.333rem;
text-align: justify;
line-height: 2.333rem;
color: #4b4b4b
}
@media screen and (min-width:768px) {
.product__copy-text {
font-size: 1.875rem;
line-height: 2.875rem
}
}
.product__copy-text+.product__copy-text {
margin-top: 3.5rem
}
.product__copy-text--alt {
font-size: 1rem;
text-align: center;
}
@media screen and (min-width:768px) {
.product__copy-text--alt {
line-height: 2rem
}
}
.info {
position: relative;
}
.info__wrapper {
width: 90%;
margin: 0 auto;
position: relative;
z-index: 2;
padding-bottom: 6rem;
}
.info__payment {
display: block;
margin: 0 auto 5rem auto;
width: 75%;
position: relative;
z-index: 2;
}
@media screen and (min-width:768px) {
.info__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.info__payment {
width: 35%;
}
}
@media screen and (min-width:768px) {
.info__column {
width: 50%;
margin: 0 auto;
}
}
@media screen and (min-width:992px) {
.info__column {
width: 40%;
}
}
@media screen and (min-width:1200px) {
.info__column {
width: 35%;
}
}
.info__column+.info__column {
margin-top: 3rem
}
@media screen and (min-width:768px) {
.info__column+.info__column {
margin-top: 0;
margin-left: 4rem
}
}
.info__bg {
width: 100%;
height: auto;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
pointer-events: none;
}
.contact {
margin: 5rem auto 0 auto;
}
@media screen and (min-width: 992px) {
.contact {
max-width: 400px;
}
}
.contact__list {
width: 100%;
}
@media screen and (min-width: 992px) {
.contact__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.contact__item {
font-family: "Century Gothic", "Arial", sans-serif;
font-size: 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #000000;
font-weight: 400;
width: 100%;
word-break: break-all;
}
.contact__item-icon {
margin-right: 1rem;
width: 2rem;
height: auto
}
.contact__item-icon--alt {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
@media screen and (min-width: 992px) {
.contact__item {
width: 50%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: left;
}
.contact__item-icon--alt {
margin-left: 1rem;
margin-right: 0;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
text-align: right;
}
.contact__item--alt {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
.contact__item-link--alt {
text-align: left;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
@media screen and (min-width: 992px) {
.contact__item-link--alt {
text-align: right;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
.contact__item-link:focus,
.contact__item-link:hover,
.contact__item-link:link,
.contact__item-link:visited {
color: #000000;
text-decoration: none
}
.contact__item+.contact__item {
margin-top: 1.5rem
}
@media screen and (min-width: 992px) {
.contact__item+.contact__item {
margin-top: 0;
}
}
.contact__img-wrapper {
text-align: center;
margin-top: 3rem
}
@media screen and (min-width:768px) {
.contact__img-wrapper {
width: 50%;
margin-top: 0
}
}
.contact__img {
width: 80%
}
ART DRIVES OUR PASSION
Tiny Detail Paint Brushes 30 Pcs Fine Paint Brushes Set with 3 Size #0#00#000 Liner Brush for Miniature 40K Model Crafts Watercolor Acrylics Oil
ENJOY THE FEATURES
🏆【30-Piece Value Set】: Comes with 30 tiny detail paint brushes, sufficient quantity to meet daily crafting needs, suitable for both beginners and professional crafters. 🏆【3 Sizes for Precision】: Includes 3 fine liner brush sizes — #0, #00, #000 — perfect for tiny details, thin lines and intricate painting on miniature 40k models. 🏆【Fine Liner Design】: Ultra-fine brush tips, soft and flexible, ensuring smooth application without smudging, ideal for detailed work on small crafts and models. 🏆【Multi-Medium Compatibility】: Suitable for watercolor, acrylics, oil paints and more, versatile for miniature 40k models, DIY crafts and detailed painting projects. 🏆【Durable & Practical】: Made of high-quality bristles and sturdy handles, easy to clean and reuse, lightweight and easy to hold for long-time detailed painting.
This 30 Pcs tiny detail paint brushes set includes 3 sizes (#0, #00, #000) liner brushes, designed for miniature 40k model crafts, watercolor, acrylics, and oil painting, meeting all fine detail needs. The ultra-fine liner brushes (sizes #0, #00, #000) are perfect for intricate details, precise lines, and delicate painting work, ideal for miniature 40k models and various craft projects. Versatile and durable, these fine paint brushes work seamlessly with watercolor, acrylics, and oil paints, making them a must-have tool for artists, crafters, and model enthusiasts.
Country of Publication
China
Unit Count
1 count
Color
Black
Model Number
GANGTAIADLY-1-70
Manufacturer
GANGTAI
(n/a)
PAYMENT
We accept all payments via Ebay using Credit Cards , PAYPAL , Apple Pay and many others
SHIPPING
We ship Australia-wide only — no international orders at this time.
All orders are processed within 1–2 business days after payment is received. We aim to dispatch your item as quickly as possible so it reaches you without delay.
We use trusted local couriers to ensure fast and reliable delivery. You will receive a tracking number as soon as your order is shipped so you can follow the progress every step of the way.
We'll keep you updated, and you'll be notified when your package is out for delivery and when it's been delivered.
DELIVERY & RETURN POLICY
We want you to shop with confidence.
We offer FREE 30-DAY RETURNS on all orders — no questions asked.
Whether it’s the wrong item, not what you expected, or simply changed your mind, we've got you covered.
Return conditions:
Item must be returned within 30 days of delivery
Product must be in original condition and packaging
No return shipping cost for you – we cover it all
Simply contact us through eBay, and we’ll provide a prepaid return label and full instructions.
We're committed to making your shopping experience smooth and worry-free!