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
Pointed Triangle Paint Brushes Set - 6 Pcs Professional Synthetic Sable Paint Brushes for Unique Texture Painting Perfect for Artists Acrylic, Watercolor and Oil | Excellent Flow Control
ENJOY THE FEATURES
Precision Triangular Tip, Perfect for Watercolor Painting - The unique triangular tip design offers exceptional control, making it ideal for detailed work such as floral designs and fine lines. Whether you're working on intricate details or larger areas, this brush ensures unmatched precision to bring your artistic vision to life. Durable Triangular Copper Ferrule - Featuring a robust triangular copper ferrule, this design enhances the brush's strength and prevents bristle shedding or deformation over time. Even with extended use, the brush maintains its stability, ensuring consistent, reliable performance in every stroke. Synthetic Sable Bristles, Perfect for Watercolor - The brush uses synthetic sable bristles, combining flexibility and durability to meet the demands of watercolor painting. With excellent water retention and smooth flow, it delivers even color transitions and precise control. It also performs brilliantly with acrylics and gouache, making it versatile for various techniques. Ultimate Versatility for Multiple Mediums - Designed specifically for watercolor, this brush is also suitable for acrylics and gouache, allowing seamless transitions between different mediums. Whether you're working on detailed watercolor layers or bold acrylic strokes, this brush easily adapts to various creative needs. Frosted Handle, Comfortable Grip - The frosted handle design offers an excellent grip, ensuring comfort even during extended painting sessions. Whether you're adding fine details or covering large areas, the ergonomic handle provides superior control and stability, allowing you to focus entirely on your art.
Product Description
(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!