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
Rigger Artist Paint Brush 6 Piece Set, Extra Long Fine Point Liner Tip for Scale Models Nail Acrylic Oil Watercolor #000#00#0#1#2#3
ENJOY THE FEATURES
BRUSH TYPE: Rigger brush is also called a liner or script brush. SIZE: 6 different sizes are included in this set. #000 #00 #0 #1 #2 #3. APPLICATION: They are designed for making fine, smooth, hassle free long lines. MATERIALS: The brush head is made from high elastic nylon fibers. PAINT TYPE: Oil Acrylic Watercolor.
Unleash your creativity and elevate your painting experience with the XDT Art Supplies Detail Paint Brushes Set. Designed for acrylic, watercolor, and oil painting, this brush set offers versatility and reliability. One of the standout features of these brushes is their ability to secure the bristles firmly, minimizing bristle shedding and ensuring a smooth painting process. You can focus on creating your masterpiece without worrying about bristles getting stuck in your artwork. The easy grip handles provide optimal control, allowing you to create precise and expressive strokes. Crafted with solid birch wood, the handles are smooth painted and ergonomically designed for a comfortable grip. The short handle with a big belly offers improved control and maneuverability. Not only are these brushes practical and functional, but they are also sustainable and durable. The high-quality materials and craftsmanship ensure that these brushes will accompany you on your artistic journey for a long time to come. Perfect for artists of all levels, the XDT Art Supplies Micro Paint Brushes Set is an essential addition to any art paintbrush collection. Whether you're a professional artist or just starting out, these brushes will help you bring your artistic vision to life. Invest in the XDT Art Supplies Fine Detail Brushes Set and experience the joy of painting with reliable, high-quality brushes that deliver outstanding results. Get ready to unleash your creativity and make your artwork shine with this exceptional brush set.
Unit Count
6.0 count
Color
Black
Material Type
Nylon
Bristle Type
Flagged Bristle
Size
#0000, #000, #00, #0
Paint Type
Oil Acrylic Watercolor
(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!