.elementor-3002 .elementor-element.elementor-element-4daa391{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-77px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3002 .elementor-element.elementor-element-c35715c{text-align:center;}.elementor-3002 .elementor-element.elementor-element-c80762b{width:100%;max-width:100%;}.elementor-3002 .elementor-element.elementor-element-c80762b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-c80762b *//* CSS TO SKIN ETSY STORE PLUGIN FOR WORDPRESS BY M. CARNOHAN 2/25/21 V.1.0 */

/* OPTIMIZE ALL IMAGES ON ENTIRE WEBSITE - USE CAUTION, CAN CAUSE ISSUES WITH HARDWARE ACCELERATION SETTINGS */
  img {
    -webkit-backface-visibility: hidden; 
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0); }

/* ETSY SHOP CONTAINER */
.etsy-shop-listing-container {
  margin-top: 0px; 
  overflow: visible; 
  justify-content: center !important;}




/* EACH ITEM'S CONTENTS */
.etsy-shop-listing-card {
  background-color: #f6f6f6;
  border: 1px solid #e2e2e2; 
  padding: 12px 12px 10px 12px; 
  margin: 5px; 
  min-width: 94%; 
 }


/* FIXES HEIGHT / WIDTH ISSUE (WHERE IMAGES LOOSE THEIR ASPECT RATIO) */
  .etsy-shop-listing-thumb img {
    height:auto !important;
    filter: drop-shadow(3px 3px 2px #c0c0c0);
  }

/* ITEM TITLE */
.etsy-shop-listing-title {
  font-family: 'Quicksand'; 
  font-size: 15px; 
  color:#3a6da1; 
  line-height: 1.4 !important; 
  font-weight: 700; 
  margin: 3px 0px 3px 0px !important; 
  height: auto;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

/* AVAILABILITY (STRING) */
.etsy-shop-listing-maker {
  text-transform: uppercase; 
  font-size: 20px; 
  font-family: 'Open Sans'; 
  color: #999;}

/* PRICE (BUTTON) */
p.etsy-shop-listing-price {
  margin: -22px 0px 0px 0px; 
  background-color: #e2e2e2; 
  border: 1 px #c0c0c0;
  filter: drop-shadow(2px 2px 2px #c0c0c0);
  color: black;
  padding: 4px 7px 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

/* REMOVE CURRENCY CODE */
  .etsy-shop-currency-code {display: none;}

/* MOBILE */
  @media only screen and (max-width: 600px) {
    
  .crane-sidebar.crane_basic_sidebar {display: none !important; padding-top: 0 !important;}

  .etsy-shop-listing-container {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px !important; 
    padding-bottom: 15px !important; 
    flex-direction: column;} /*flex-direction: column-reverse; */
  
  .etsy-shop-listing {
    width: 250px !important; 
    margin: 10px auto 0px auto !important;}
  
  .etsy-shop-listing-card {
    background-color: #f6f6f6;
    border: 1px solid #e2e2e2;  
    filter: drop-shadow(3px 3px 2px #c0c0c0);
    width: 96% !important; 
    padding-top: 12px !important;}   
    
   /* USE CAN PLAY WITH THIS... IT LET'S YOU SCALE CONTAINER TO FIT WIDTH OF MOBILE SCREEN */
  /* .etsy-shop-listing {transform: scale(1.2); transform-origin: 0 0;}
  .etsy-shop-listing-card {transform: scale(1.2); transform-origin: 0 0;} */
  
  .etsy-shop-listing-thumb img {
    height:auto !important;
    filter: drop-shadow(3px 3px 2px #c0c0c0);
  }
  
  .etsy-shop-listing-title {
    filter: drop-shadow(3px 3px 2px #c0c0c0);    
    font-size: 12.5px !important; 
    height: 33px !important; 
    margin: 2px 0 3px 0 !important;} 

  .etsy-shop-listing-maker {
    font-size: 10px !important; 
    color: #a0a0a0;
  }
  
   p.etsy-shop-listing-price {
     background-color: #e2e2e2;
     filter: drop-shadow(2px 2px 2px #c0c0c0);
     font-size: 11.5px !important; 
     padding: 3px 5px 3px 7px; 
     margin: -18px 0px 0px 0px;}
  
  .etsy-shop-currency-code {display: none;}

 /* END MOBILE SPECIFIC CSS */
}/* End custom CSS */