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
Artify Detail Paint Brushes, 100% Kolinsky Sable Micro Paint Brushes - Master Series, Ultra Fine Tips Paint Brush Set, High Precision for Models/Crafts, Detailing for Acrylic/Oil/Watercolor (Red)
ENJOY THE FEATURES
【100% Kolinsky Sable Excellence】Crafted with premium 100% natural Kolinsky sable bristles for ultra-smooth flow control, this Master Series brushes maintain sharp precision points after repeated use with acrylics and oils. What’s more, this Kolinsky sable hair also offers stronger absorption for water-based paints like watercolors, effectively preventing blurry detail lines.—Making them the ultimate choice for detail painting and model painting. 【High Tip Retention】 The kolinsky sable hair, handcrafted with high-density bristle bonding, achieves high tip retention. Featuring 3/0 (0.25mm), 2/0 (0.5mm), 0 (1mm), 1 (1.5mm), and 2 (2mm) sizes. These micro paint brushes hold their ultra-fine tips, ensuring fine lines for miniature details on models, crafts. 【No-Shedding Bristle】 Double-sealed ferrule prevents hair shedding. The springy and flexible hairs glide effortlessly without fraying, delivering flawless detailing on canvas, paper, resin, plastic, and ceramic surfaces. 【Ergonomic Hex Brush Handle】 Hexagonal handle allow 360° precise rotation control. Weight-balanced construction reduces hand fatigue during long sessions. The hexagonal design can also prevent slipping when the brushes are placed on desk. 【Anti-Rust Ferrules】 Multiple-layer plating ferrule resist paint buildup and oxidation. The seamless design withstands cleaning solvents, making these anti-rust & corrosion-resistant brushes durable for all painting occasion.
Hair Material: 100% Kolinsky Sable
Handle Material: Quality Wood
Handle Design: Hexagonal
Application: Model, Craft, Acrylic/ Oil/ Watercolor
Colour Name
Red
Color
Red
Material Type
Animal Hair
Model Number
KSDPB5
Bristle Type
Round Pointed Bristle
Paint Type
Watercolour
(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!