<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider &gt; * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider &gt; .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/*Custom CSS here..*/

.black-box-btn{
  display: inline-block;
  float: none;
  outline: 0px;
  height: 36px;
  width: auto;
    padding: 0 20px;
  cursor: pointer;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  background: none;
  font-size: 0.75em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border: 1px solid #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
}
.black-box-btn:hover{
	background: #000;
	color: #fff;
}
.hidden {
    opacity: 0;
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    left: -999em;
    visibility: hidden;
}

/* 6.29.2020*/
.project-detail #proj-details.proj_deets .desc,
.project-detail #proj-details.proj_deets .loc, 
.project-detail #proj-details.proj_deets .year, 
.project-detail #proj-details.proj_deets .role,
.project-detail .proj_deets .share-links {
    font-size: 14px;
    font-weight: 400;
}

.about.ver2 p, 
.about.ver2 .text-block p,
.about.ver2 .team-block .team-item .team-info .education,
.about.ver2 .team-block .team-item .team-info h4 ,
.about.ver2 .team-block .team-item .team-info .position,
.about.ver2 .press-block p, 
.about.ver2 .press-block a,
.about.ver2 .text-block h2 ,
.about .team-block .team-item .team-info .education,
.about .team-block .team-item .team-info h4 ,
.about .team-block .team-item .team-info .position,
.about .press-block p, 
.about .press-block a,
.about .text-block h2 ,
.about p, .about .text-block p,
.project-detail #proj-details .desc,
.project-detail #proj-details .loc, 
.project-detail #proj-details .year, 
.project-detail #proj-details .role,
.project-detail .share-links ,
.press .overlay,
#product-detail .detail p,
#product-detail .more ,
#product-detail .section-wrap .share-links,
.project .overlay,
#products-container .product-item p,
#product-detail .detail h6, 
#product-detail .detail .head,
#product-detail .price-tag ,
.about .office-address p, .about .office-address h5,
.about .contact-number,
#ajaxbox p,
.about .careers-block ul li a,
.about .careers-block ul li, .about .services-block ul li{
    font-size: 14px;
    font-weight: 400;
}

#product-detail .detail.options .option[data-value="medium"]:after,
#product-detail .detail.options .option[data-value="small"]:after,
#product-detail .detail.options .option[data-value="large"]:after,
#product-detail .detail.options .option[data-value="hardwired"]:after,
#product-detail .detail.options .option[data-value*="plugin"]:after {
    font-size: 14px;
     font-weight: 400;
}

#product-detail .detail h6 {
    font-size: 14px !important;
}

#product-detail .detail h6, #product-detail .detail .head {
    font-weight: 600;
}

#product-detail .related-images {
    margin-top: 30px;
}

/* end */

/* swatches */
#product-detail .detail.options .option[title="Black Enamel"] {
    background: url(../img/Black-Enamel-Swatch.jpg) no-repeat;
    background-size: 45px 45px;
    background-position: 0 0;
}

#product-detail .detail.options .option[title="White Enamel"] {
    background: url(../img/White-Enamel-Swatch.jpg) no-repeat;
    background-size: 45px 45px;
    background-position: 0 0;
}

#product-detail .detail.options .option[title="Hewn Brass"] {
    background: url(../img/Hewn-Brass_finish.jpg) no-repeat;
    background-size: 45px 45px;
    background-position: 0 0;
}


#product-detail form &gt; .detail.options .option {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 15px;
}


#product-detail form &gt; .detail.options .option + .option {
  margin-left: -4px;
}

#product-detail .more a, #product-detail .more span {
    font-weight: 400;
}
 
 
 #product-detail .detail.options .option[data-value="brass"], 
 #product-detail .detail.options .option[title="Brass"],
 #product-detail .detail.options .option[title="Bronze"]
 #product-detail .detail.options .option[title="Nickel"] {
    width: 60px;
    height: 60px;
 } 
 
#product-detail .detail.options .option[data-value="brass"], #product-detail .detail.options .option[title="Brass"] {
    background-position: -86px 0px;
    background-size: cover;
}
 
#product-detail .detail.options .option[title="Nickel"] {
    background-position: -74px 0px;
    background-size: cover;
}

#product-detail .detail.options .option[title="Bronze"] {
    background-position: -148px 0px;
    background-size: cover;
}


#product-detail .detail.options .option[title="Black Enamel"] {
    background: url("../img/color-swatches-bg/Black Enamel.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
     width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detail .detail.options .option[title="Hewn Brass"] {
    background: url("../img/color-swatches-bg/Hewn Brass.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
     width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detail .detail.options .option[title="Hand Finished Bronze"] {
    background: url("../img/color-swatches-bg/Hand Finished Bronze.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
     width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detail .detail.options .option[title="Brushed Nickel"] {
    background: url("../img/color-swatches-bg/Brushed Nickel.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
     width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detail .detail.options .option[title="Industrial Black"] {
    background: url("../img/color-swatches-bg/Industrial Black.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
     width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detail .detail.options .option[title="Natural Oak"] {
    background: url("../img/color-swatches-bg/Natural Oak.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detail .detail.options .option[title="Oxidized Oak"] {
    background: url("../img/color-swatches-bg/Oxidized Oak.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detail .detail.options .option[title="Black Enamel"] {
    background: url("../img/color-swatches-bg/Black Enamel.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
     width: 72px;
    height: 72px;
}

#product-detail .detail.options .option[title="Painted White"] {
    background: url("../img/color-swatches-bg/Painted White Oak.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
     width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detail .detail.options .option[title="Painted Yellow"] {
    background: url("../img/color-swatches-bg/Painted Yellow Oak.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
     width: 60px;
    height: 60px;
    margin-right: 15px;
}

#product-detail .detail.options .option[title="Painted Gray"] {
    background: url("../img/color-swatches-bg/Painted Gray Oak.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
     width: 72px;
    height: 72px;
}

#product-detail .detail.options .option[title="White Enamel"] {
    background: url("../img/color-swatches-bg/White Enamel.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
     width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detal .detail.options .option[title="Hand Finished Bronze"] {
    background: url("../img/color-swatches-bg/Hand Finished Bronze.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
     width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detal .detail.options .option[title="Brushed Nickel"] {
    background: url("../img/color-swatches-bg/Brushed Nickel.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
     width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detal .detail.options .option[title="Industrial Black"] {
    background: url("../img/color-swatches-bg/Industrial Black.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detal .detail.options .option[title="Natural Oak"] {
    background: url("../img/color-swatches-bg/Natural Oak.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detal .detail.options .option[title="Oxidized Oak"] {
    background: url("../img/color-swatches-bg/Oxidized Oak.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 72px;
    height: 72px;
    margin-right: 15px;
}


#product-detal .detail.options .option[title="Black Enamel"] {
    background: url("../img/color-swatches-bg/Black Enamel.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detal .detail.options .option[title="Painted White"] {
    background: url("../img/color-swatches-bg/Painted White Oak.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detal .detail.options .option[title="Painted Yellow"] {
    background: url("../img/color-swatches-bg/Painted Yellow Oak.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detal .detail.options .option[title="Painted Gray"] {
    background: url("../img/color-swatches-bg/Painted Gray Oak.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detal .detail.options .option[title="White Enamel"] {
    background: url("../img/color-swatches-bg/White Enamel.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 72px;
    height: 72px;
    margin-right: 15px;
}

#product-detail .detail.options .option[title="Brushed Aluminum"] {
    background-position: -150px 0px;
    background-size: cover;
}

#product-detail .detail.options .option[title="Bone Enamel"] {
    background-position: 0px 0px;
    background-size: cover;
}

#product-detail .detail {
    margin: 43px 0;
}

#product-detail .section-wrap .detail  h6 {
    margin-top: 43px;
}


.about .text-block h2 {
    margin-bottom: 27px;
}

.press .resource-cat .press-list-wrap .press-item &gt; a {
    display: block;
    position: relative;
}

.press #footer-links .overlay {
    position: relative;
    opacity: 1;
}
.press .resource-groups .resource .press-title {
    color: #000;    
}

.resource-groups .resource .overlay:hover {
    opacity: 1;
}

#product-detail .add-to-cart {
     font-size: 14px;
     width: 208px;
     height: 46px;
     color: #000;
}
#product-detail form &gt; .detail.options .option,
#product-detail .add-to-cart {
     -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

#ajaxbox{ 
    min-height: 100%;
}

.product #site-footer,
.shop #site-footer,
.pres #site-footer  {
    padding-right: 24px;
    padding-left: 24px;
}

.purchased-links {
    padding-left: 16px;
}

.purchased-links li a {
    color: #000;
    font-weight: 100;
    text-decoration: none;
}

.project-images .cycle-slideshow .cycle-slide {
  height: calc(100% - 48px);
  width: 100%;
}

.project-images .cycle-slideshow .cycle-slide video {
    /* height: calc(100% - 48px); */
    /* width: 100%; */
    /* position: absolute; */
    /* top: 0; */
    object-fit: cover;
    /* z-index: 9999; */
}

.pi__2.project-detail .next-slide,
.pi__2.project-detail .prev-slide {
    height: auto;
    width: auto;
}

.plyr--video {
    height: 100%;
}

.plyr__control--overlaid {
    background: #000 !important;
    opacity: 1;
}

.plyr--full-ui input[type=range] {
    color: #000 !important;
}

.plyr__controls .plyr__controls__item:first-child,
.plyr--video .plyr__controls {
    background: transparent !important;
}

.product-gallery-slider {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  display: block;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

#product-detail {
  background: #fff;
}

.product-gallery-slider.__show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.product-gallery-slider .slide {
  height: 100%;
  width: 100%;
}

.product-gallery-slider img,
.product-gallery-slider video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.m-pg-slider,
.m-pg-slider &gt; div {
  height: 100% !important;
  width: 100%;
}

.m-pg-slider .flickity-prev-next-button.next {
      background: url(../img/arrow_right.svg) no-repeat;
    background-size: cover;
    width: 25px;
    height: 48px;
    right: 48px;

}

.m-pg-slider .flickity-prev-next-button.previous {
      background: url(../img/arrow_left.svg) no-repeat;
    background-size: cover;
    left: 48px;
}

.m-pg-slider .flickity-prev-next-button {
  width: 25px;
    height: 48px;
    border-radius" 0;

}

.m-pg-slider .flickity-prev-next-button svg {
  display: none !important;
}

.product-gallery-slider .pg-slider-close{
  position: absolute;
  top: 24px;
  right: 48px;
      width: 35px;
    height: 34px;
    background: url(../img/workstead-colorbox-controls@2x.png) no-repeat;
    z-index: 99999;
    background-size: 92px 46px;
    background-position: -57px -6px;
}

.product-gallery-slider .pg-slider-close:hover {
    cursor: pointer;
}

#footer-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#footer-links ul li:before {
  display: none;  
}


#footer-links ul li + li {
  margin-left: 46px;
}

/* General Content */
.general-content {
    padding: 175px 0;
}

.general-content .page-content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}

.general-content .page-content h1 {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Gotham Narrow A", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 2.65px;
  text-transform: uppercase;
}

.general-content .page-content .content {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Gotham Narrow A", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.68px;
  font-size: 12px;
  font-weight: 400;
}


#cart-content form .item &gt; div button {
  font-family: "Gotham Narrow Medium",sans-serif;
  background: none;
  border: none;
  color: #fff;
  margin: 0 5px;
  
}

#cart-modal.open { display: block !important; }



#minicart .item span &gt; span  {
  width: 100% !important;
  text-align: left !important;
}

.product-added-popup {
  font-family: "Gotham Narrow SSm A",sans-serif;
  position: fixed;
  top: 68px;
  right: 20px;
  z-index: 999;
  width: 404px;
  color: #fff;
  background: #000;
  padding: 15px;
  box-sizing: border-box;
}

.product-added-popup * {
  box-sizing: border-box;
}

.product-added-popup &gt; h3 {
  font-family: "Gotham Narrow SSm A",sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.68px;
  margin: 0 0 25px;
}

.product-added-popup &gt; div {
  font-family: "Gotham Narrow SSm A",sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.68px;

  display: flex;
  justify-content:space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 21px;
}

.product-added-popup &gt; a {
  font-family: "Gotham Narrow SSm A",sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.68px;
  text-decoration: none;
  color: #fff;
  float: right;
  border: 1px solid #fff;
  padding: 3px 10px;
  transition: all .3s ease-in-out;
}

.product-added-popup &gt; a:hover {
  background: #fff;
  color: #000;
}

#product-detail .detail.options .option[data-type="cord"] {
    position: relative;
    text-align: center;
    border: 1px solid #000000;
    text-transform: uppercase;
}

#product-detail .detail.options .option[data-val="Beige Cord"]:after, 
#product-detail .detail.options .option[data-val="Black Cord"]:after, 
#product-detail .detail.options .option[data-value="Fixed Cord"]:after {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

#product-detail .detail.options .option[data-type="cord"]:after {
    left: 0px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-indent: 0px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    line-height: 1.15;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    margin: auto;
    top: 0;
        content: attr(title);

} 

#product-detail .detail.options .option[data-type="cord"]:hover {
  background: #000;
}

#product-detail .detail.options .option[data-type="cord"]:hover:after {
  color: #fff;
}

/* #product-detail .detail.options .option[data-val="Beige Cord"]:after {
  content: "Beige Cord";
  
}

#product-detail .detail.options .option[data-val="Black Cord"]:after {
  content: "Black Cord";
}

#product-detail .detail.options .option[data-val="Fixed Rod"]:after {
  content: "Fixed Rod";
} */

#product-detail .detail.options .option[data-type="cord"].selected {
  background: #000;
}

#product-detail .detail.options .option[data-type="cord"].selected:after {
  color: #fff;
}

/* cart */

.c-cart-items-form input[type="text"] {
  border: none;
}

.c-cart-items-form ._c-cart-items ._c-cart-header &gt; span {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.68px;
}

.c-checkout-cart {
  padding-top: 143px;
}

.c-cart-coupon-form {
  /* display: none; */
}

.c-cart-totals &gt; div &gt; div:last-child {
  margin-top: 25px;
}

.c-cart-coupon-form &gt; div {
  display: flex;
  max-width: 550px;
  column-gap: 10px;
}

/* .c-cart-totals  .c-cart-totals-label-discount {
  margin-bottom: 25px;
} */

.element input[type="text"], 
.element input[type="email"]{ 
  padding-left: 0 !important; 
  
}

[data-welcome-modal] {
  display: none;
  
}

[data-welcome-modal] &gt; div &gt; div {
  height: auto;
}

[data-welcome-modal]  {
  font-family: "Gotham Narrow SSm A",sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.68px;
}

[data-welcome-modal] p a {
  color: #fff;
}

[data-welcome-modal] ul {
    padding-left: 15px;
    line-height: 1rem;
  margin: 20px 0;
}

.loggedin &gt; ul &gt; li:nth-child(2) &gt; ul li.last {
  display: none !important;
}

.options._hide { display: none !important; }

.product .flickity-button {
      width: 25px;
    height: 45px;
}

.product .flickity-button.next {
  right: 14px;
    /* background-position: -30px -1px; */
    background: url(../img/arrow_right.svg) no-repeat;
  background-size: contain;
}

.product .flickity-button.previous {
  left: 14px;
    /* background-position: -30px -1px; */
    background: url(../img/arrow_left.svg) no-repeat;
    background-size: contain;
}

.product .flickity-button svg {
  display: none;
}

#product-slider {
  position: relative;
}

#product-slider .wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.product ._placeholder {
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
}

/* .book #product-slider .wrap {
  position: static;
} */

.book .flickity-viewport {
  height: 100% !important;
}


.slide._video span{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


._video iframe {
  position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 115vh;
    transform: translate(-50%, -50%);
}

.slide._video .iframe-wrap {
      position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

[data-traders] &gt; ul &gt; li:nth-child(1),
[data-traders] &gt; ul &gt; li:nth-child(3),
[data-traders] &gt; ul &gt; li:nth-child(4),
._traders-portal .mobile-menu &gt; ul &gt; li:nth-child(1),
._traders-portal .mobile-menu &gt; ul &gt; li:nth-child(3),
._traders-portal .mobile-menu &gt; ul &gt; li:nth-child(4){
  display: none !important;
}

#site-navigation &gt; ul &gt; li.has-child.first .sub-menu li:first-child, #site-navigation &gt; ul &gt; li.has-child:nth-child(2) .sub-menu li:first-child {
  display: block !important;
}

@media (min-aspect-ratio: 16 / 9) {
  ._video iframe {
    height: 70vw;
  }
}


@media (max-aspect-ratio: 16 / 9) {
  ._video iframe {
      width: 177.78vh;
  }
}

@media (max-width: 1150px) {
  
  #footer-links ul:last-child {
    display: none !important;
  }
}

@media screen and (max-width: 667px) {
    #product-detail .detail.options .option[title="Black Enamel"],
    #product-detail .detail.options .option[title="Hewn Brass"] ,
    #product-detail .detail.options .option[title="Hand Finished Bronze"] ,
    #product-detail .detail.options .option[title="Brushed Nickel"],
    #product-detail .detail.options .option[title="Industrial Black"],
    #product-detail .detail.options .option[title="Natural Oak"],
    #product-detail .detail.options .option[title="Oxidized Oak"],
    #product-detail .detail.options .option[title="Black Enamel"],
    #product-detail .detail.options .option[title="Painted White"],
    #product-detail .detail.options .option[title="Painted Yellow"],
    #product-detail .detail.options .option[title="Painted Gray"],
    #product-detail .detail.options .option[title="White Enamel"] {
        width: 60px;
        height: 60px;
        margin-right: 9px;
    }
    
    .product-added-popup {
        top: 57px;
        right: 10px;
        width: calc(100% - 20px);
    }
    
    .cart-item &gt; div &gt; .name &gt; div:first-child {
      display: none !important;
    }
}

@media screen and (max-width: 420px) {
    #product-slider {
        overflow: hidden;
    }

}</pre></body></html>