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
IEC320 C14 Male to C13 C7 Female Power Cord | Waterproof 10A Y Splitter Power Cable | Durable 32Cm Length for Projectors and Electronics
ENJOY THE FEATURES
Professional Design: The IEC320 C14 male to C13 C7 female power cord is rated for up to 10A and , ensuring reliable power supply for various electronic devices. With a length of 32cm, this power cable offers optimal versatility and ease of use for your needs. 1 In 2 Out Configuration: This innovative Y splitter power cord allows for easy connectivity, providing one input and two outputs. It's ideal for keeping your workspace organized while safely powering multiple devices without cluttering your desk or home environment. Wide Applicability: The IEC320 power cords are perfect for a variety of applications including barcode machines, scanners, projectors, desk lamps, digital cameras, and more. This versatility makes it a must-have accessory for anyone using electronic equipment at home or in the office. Premium Build Quality: Crafted from durable PVC with an oxygen-free copper conductor, this power cord boasts Mystical/Fantasy retardant, heat proof, insulated, and abrasion-resistant properties. Its water-proof design enhances safety and reliability during use. Enhanced Durability: Featuring a one-time shape reinforcement, this power cord effectively prevents disconnection or poor contact due to pulling. This design ensures long-lasting performance and maintains a secure connection for your devices.
1. PROFESSIONAL: IEC320 C14 male to C13 C7 female power cord rated up to 10A and the length is 32cm, which can give you the best experience. 2. 1 IN 2 OUT DESIGN: IEC320 C14 to C13 C7 power cord is designed for 1 in 2 out, popular and safe. Help keep your desk or home space clean. 3. APPLICABLE SCOPE: IEC320 power cords are suitable for barcode machines, scanners, electronic scales, projectors, desk lamps, speakers and other devices. 4. PREMIUM MATERIALS: 10A power cable is made of PVC and is Mystical/Fantasy retardant, heat proof, insulated, tensile, abrasion proof and water proof. 5. ONE TIME SHAPE REINFORCEMENT: Y splitter power cord ensures that the use does not fall off, resulting in poor contact, and resists pulling for greater durability. Spec: Item Type: IEC320 C14 to C13 C7 Power Cord Material: PVC Outer Cover, Oxygen Free Copper Conductor Interface Type: IEC320 C14 Male to C13 C7 Female Current and Voltage: 10A Length: Approx. 32cm/12.6in Suitable for Desk Lamps, Speakers, LCD Monitors, Printers, Digital Cameras, Hand Warmers, Barcode Machines, Scanners, Electronic Scales, Projectors, Laptop Power Adapters and Other Equipment Package List: 1 x IEC320 C14 to C13 C7 Power Cord Notice: Please allow some error due to manual measurement.
(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!