Dark Light

Avery Industrial Farmhouse Rustic Iron/Glass Linear LED Pendant


$191.43

Compare

JS Bin

JS Bin

Index

.head-menu-a:hover{
color: #e86e24 !important;
}
.slick-prev:before,
.slick-next:before
{
font-family: FontAwesome;
font-size: 35px;
line-height: 1;
opacity: .75;
color: #000;
}
.slick-prev
{
left: 6%;
z-index:99;
}
.slick-prev:before
{
content: ‘f104’;
}

.slick-next
{
right: 6%;
}
.slick-next:before
{
content: ‘f105’;
}
@media (min-width: 992px) and (max-width: 1199px){
.monyback-img-div{
width: 15% !important;
}
.monyback-text-div{
width: 85% !important;
}
.prd-des-img-div img{
max-width: 80% !important;
}
.slick-prev{
left: 3%;
}
.slick-next {
right: 3%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.top-header{
padding: 20px 0 !important;
}
.prd-main-div{
display: block !important;
}
.prd-des-div{
width: 100% !important;
margin: 0 auto 20px !important;
}
.slick-prev
{
left: 8%;
z-index:9;
}
.slick-next{
right: 8%;
}
.monyback-img-div{
width: 20% !important;
}
.monyback-text-div{
width: 80% !important;
}
.logo-img{
width: 20% !important;
}
.head-logo-div{
width: 60% !important;
}
.head-logo-div img{
width: 45% !important;
}
.head-shop-btn{
width: 30% !important;
}
.head-desk-menu {
display: none !important;
}
.menu-icon {
display: block !important;
width: 10%;
font-size: 30px;
text-align: right;
}
.mobmenu{
display: block !important;
}
.mobmenu{
position: fixed;
top:0;
left:-100%;
background-color: #fff;
width: 75%;
height: 100%;
transition:.7s;
z-index: 99;
overflow-x: hidden;
overflow-y: auto;
}
.mob_menu{
text-align: left;
width: 100%;
padding: 0;
}
.mob_menu li{
display: block;
}
.mob_menu li a{
display: block;
padding: 12px 20px;
color: #000;
font-size: 18px;
text-decoration: none;
}
.close-icon i{
color:#000;
font-size: 20px;
border-bottom: 1px solid #efefef;
width: 93%;
padding: 10px 10px;
text-align: right;
}
.mobmenu_active{
left: 0;
}
}
@media (max-width: 767px) {
.top-header{
padding: 20px 0 !important;
}
.prd-main-div{
display: block !important;
}
.prd-des-div{
width: 100% !important;
margin: 0 auto 20px !important;
}
.slick-prev
{
left: 8%;
z-index:9;
}
.slick-next{
right: 8%;
}
.icon_box {
width: calc(100% / 3 – 10px) !important;
text-align: center;
}
.monyback-img-div{
width: 20% !important;
}
.monyback-text-div{
width: 80% !important;
}
.logo-img{
width: 20% !important;
}
.head-logo-div{
width: 60% !important;
}
.head-logo-div img{
width: 45% !important;
}
.head-shop-btn{
width: 30% !important;
}
.head-desk-menu{
display: none !important;
}
.menu-icon{
display: block !important;
width: 10%;
font-size: 28px;
text-align: right;
}
.mobmenu{
display: block !important;
}
.mobmenu{
position: fixed;
top:0;
right:-100%;
background-color: #fff;
width: 75%;
height: 100%;
transition:.7s;
z-index: 99;
overflow-x: hidden;
overflow-y: auto;
}
.mob_menu{
text-align: left;
width: 100%;
padding: 0;
}
.mob_menu li{
display: block;
}
.mob_menu li a{
display: block;
padding: 12px 20px;
color: #000;
font-size: 18px;
text-decoration: none;
}
.close-icon i{
color:#000;
font-size: 20px;
border-bottom: 1px solid #efefef;
width: 93%;
padding: 10px 10px;
text-align: left;
}
.mobmenu_active{
right: 0;
}
}
@media (max-width: 480px) {
.monyback-img-div{
width: 25% !important;
}
.monyback-text-div{
width: 75% !important;
font-size: 15px !important;
}
.logo-img{
width: 45% !important;
}
.head-logo-div{
width: 50% !important;
}
.head-logo-div img{
width: 85% !important;
}
.head-shop-btn{
width: 35% !important;
}
.menu-icon {
width: 15%;
}
.head-shop-btn-inner{
padding: 8px 6px !important;
font-size: 14px !important;
}
.prd-des-img-div img{
max-width: 100% !important;
}
.slick-prev {
left: -1%;
}
.slick-next{
right: -1%;
}
}
@media (max-width: 375px) {
.prd-des-div-h1{
font-size: 30px !important;
line-height: 30px !important;
}
.slick-prev {
left: -2%;
}
.slick-next{
right: -2%;
}
}
@media (max-width: 320px) {
.head-shop-btn-inner {
padding: 8px 12px !important;
font-size: 13px !important;
}
.prd-des-div-h1{
font-size: 26px !important;
line-height: 26px !important;
}
}

.CSSgal{
position: relative;
overflow: hidden;
height: 100%; /* Or set a fixed height */
}

/* SLIDER */
.CSSgal .slider{
height: 100%;
white-space: nowrap;
font-size: 0;
transition: 0.8s;
}

/* SLIDES */
.CSSgal .slider > *{
font-size: 1rem;
display: inline-block;
vertical-align: top;
height: 100%;
width: 100%;
background: none 50% no-repeat;
background-size: cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */
.CSSgal .prevNext{
position: absolute;
z-index: 1;
top: 50%;
width: 100%;
height: 0;
}
.CSSgal .prevNext > div+div{
visibility: hidden; /* Hide all but first P/N container */
}
.CSSgal .prevNext a{
background: #fff;
position: absolute;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
opacity: 0.7;
text-decoration: none;
-webkit-transform: translateY( -50% );
transform: translateY( -50% );
}
.CSSgal .prevNext a:hover{
opacity: 1;
}
.CSSgal .prevNext a+a{
right: 0px;
}

/* NAVIGATION */
.CSSgal .bullets{
position: absolute;
z-index: 2;
bottom: 0;
padding: 10px 0;
width: 100%;
text-align: center;
}
.CSSgal .bullets > a{
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
text-decoration: none;
text-align: center;
border-radius: 50%;
background: rgba(255,255,255,1);
}
.CSSgal .bullets > a+a{
background: rgba(255,255,255,0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover{
background: rgba(0,255,255,0.9);
}

/* ACTIVE NAVIGATION ANCHOR */
.CSSgal >s:target ~ .bullets >* { background: rgba(255,255,255,0.5); }
#s1:target ~ .bullets >*:nth-child(1){ background: rgba(255,255,255, 1); }
#s2:target ~ .bullets >*:nth-child(2){ background: rgba(255,255,255, 1); }
#s3:target ~ .bullets >*:nth-child(3){ background: rgba(255,255,255, 1); }
#s4:target ~ .bullets >*:nth-child(4){ background: rgba(255,255,255, 1); }

/* PREV/NEXT CONTAINERS VISIBILITY */
.CSSgal >s:target ~ .prevNext >* { visibility: hidden; }
#s1:target ~ .prevNext >*:nth-child(1){ visibility: visible; }
#s2:target ~ .prevNext >*:nth-child(2){ visibility: visible; }
#s3:target ~ .prevNext >*:nth-child(3){ visibility: visible; }
#s4:target ~ .prevNext >*:nth-child(4){ visibility: visible; }

/* SLIDER ANIMATION POSITIONS */
#s1:target ~ .slider{ transform: translateX( 0%); -webkit-transform: translateX( 0%); }
.slider img{width: 100%;}


1

JONATHAN Y 37.5″ Industrial Farmhouse Rustic Iron/Glass LED Pendant Bronze/Clear

JYL7588A

PRODUCT DETAILS

At just over three-feet long, this linear pendant chandelier is perfectly sized for hanging over a kitchen island, small dining room, or study room. It features three Edison-style LED bulbs with clear glass shades arranged on a vintage style frame. This versatile ceiling light is a fine addition for your modern farmhouse, rustic kitchen, or traditional interior design.

At a Glance

Fade Resistant

FadeResistant

High Traffic

HighTraffic

Indoor

Indoor

Kid Pet Friendly

KidPetFriendly

Non Shedding

NonShedding

Outdoor

Outdoor

DESCRIPTION

  • Our farmhouse style linear chandelier has Edison bulbs and clear globes, finished with vintage oil-rubbed bronze
  • Adjustable-height pendant works best for ceilings up to twelve-feet high
  • Replace outdated chandeliers with our farmhouse-inspired linear pendant for an instant update
  • Eco-friendly 4W LED bulb included
  • Takes 3 bulbs and compatible with TYPE “A” 40W or CFL 13W or LED 9W
  • Color Temperature: 2700K
  • CRI: 80

CARE INSTRUCTIONS

  • Before cleaning any lamp shade or fixture, disconnect the power source. Wipe with a soft, dry cloth. Avoid the use of chemicals and household cleaners as they may damage the finish.

SHIPPING & RETURNS

  • Within 30 days, if you are not completely satisfied, items may be returned for any reason. (We will not refund shipping cost, unless items are defective or damaged.)

ABOUT US

JONATHAN Y is a style-savvy collection of lighting, area rugs and accent furniture created with design enthusiasts in mind. Inspired by our love of iconic design styles, we’ve combined smart pricing with high-end finishes that elevate your space. You’ll love how we’ve streamlined sourcing, from quality construction to eco-friendly packaging and fast, free delivery from the east coast. Let JONATHAN Y take your home from ordinary to extraordinary – whether that home is a Bohemian loft, modern farmhouse, or classic mid-century ranch.

SKU: 305013113563 Category:

Based on 0 reviews

0.0 overall
0
0
0
0
0

Only logged in customers who have purchased this product may leave a review.

There are no reviews yet.

X