/** Shopify CDN: Minification failed

Line 45:25 Expected ")" to go with "("
Line 45:52 Unexpected ")"

**/
/*

Please add any custom CSS code in here, it will be easier to transfer if updating themes.

We highly recommend labelling changes, or App installs, so these can also be updated or removed as needed.

*/
.swym-wishlist-image{width:100%}
.swym-delete-btn{
  
  border-radius: 50%;
    padding: 2px 6px !important;
}
.swym-button-bar{display:none !important}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item{border: 1px solid #ccc !important;}

#insta-feed h2{font-size:24px;
  margin-top:30px}

.tabs{
  list-style-type:none;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  padding-left:0;}

.tabs li {
 display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #000;
  flex-basis:33%;
  padding:8px 0;
  cursor:pointer;
  flex-grow:1;

}

.tabs li:nth-last-child(2,.tabs li:nth-last-child(3)) {
border-right:none;}
.tabs li:hover{
background:#dadada;
}
.tabs li a {

    width: 100%;
    height: 100% ;
    display: flex !important;
    align-items: center;
    justify-content: center;
}