/* Root */

:root{
    --block-flex-gap: 1em;
    --block-content-padding: 0.75em;
    --block-grid-row-gap: 0.5em;
    --sbar-z-index: 999999999;
}

/* Slidey Bar General */

.slideyb-bar {
    position: fixed;
    top: 0;
    margin: 0px;
    display: none;
    flex-direction: column;
    height: 100%;
    z-index: var(--sbar-z-index); 
    overflow-x: hidden; 
    transition: 0.5s; 
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.19);
    grid-gap: var(--block-flex-gap);
}

/* Text alignment */

.slideyb-bar.left-align h1, .slideyb-bar.left-align h2, .slideyb-bar.left-align h3, .slideyb-bar.left-align h4, .slideyb-bar.left-align h5 {
    text-align: left;
}

.slideyb-bar.center-align h1, .slideyb-bar.center-align h2, .slideyb-bar.center-align h3, .slideyb-bar.center-align h4, .slideyb-bar.center-align h5 {
    text-align: center;
}

.slideyb-bar.right-align h1, .slideyb-bar.right-align h2, .slideyb-bar.right-align h3, .slideyb-bar.right-align h4, .slideyb-bar.right-align h5 {
    text-align: right;
}

/* Shopify Close Button */

.slideyb-close {
    display: flex;
    height: 32px;
    grid-gap: 10px;
}

.slideyb-close a {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 32px;
    height: 32px;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 32px;
    line-height: 0px;
    font-family: 'Zapf Dingbats';
}


.slideyb-bar.left-bar .slideyb-close {
    justify-content: end;
}

.slideyb-bar.right-bar .slideyb-close {
    justify-content: start;
    flex-flow: row-reverse;
}

/* Shopify Bar Open Button */

.sbar-btn-wrapper {
    width: 50px;
    position: fixed;
    top: 0;
    flex-direction: column;
    z-index: calc(var(--sbar-z-index) - 3);
    display: flex;
    justify-content: end;
    pointer-events: none;
}

.sbar-btn-wrapper.top-bar {
    height: 25%;
 }
 
.sbar-btn-wrapper.mid-bar {
   height: 50%;
}
.sbar-btn-wrapper.low-bar {
    height: 80%;
 }
 
.sbar-btn-wrapper.sbtn-large {
    width: 50px;
}

.sbar-btn-wrapper.sbtn-medium {
    width: 40px;
}

.sbar-btn-wrapper.sbtn-small {
    width: 30px;
}

.sbar-btn-wrapper.left-bar {
    left: -4px;
} 

.sbar-btn-wrapper.right-bar {
    right: -4px;
} 

div#sbar-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    z-index: calc(var(--sbar-z-index) - 2);
    writing-mode: vertical-lr;
    padding: 20px 0 20px 0;
    overflow: hidden;
    pointer-events: auto;
    cursor: pointer; 
}

div#sbar-button.right-bar {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

div#sbar-button span {
    white-space: nowrap;
}

div#sbar-button.sbtn-small  {
    font-size: 15px;
}

div#sbar-button.sbtn-medium {
    font-size: 16px;
}

div#sbar-button.sbtn-large  {
    font-size: 18px;
}

/* Shopify Bar Message */

.slideyb-bar.left-bar .slideyb-msg {
    justify-content: left;
}

.slideyb-bar.right-bar .slideyb-msg {
    justify-content: left;
}

/* Shopify Block Alteration */

.slideyb-full-height {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
}

/*  Standard Block */

.slideyb-block {
    display: grid;
    grid-row-gap: var(--block-grid-row-gap);
    width: 100%;
}

/*  Post  */

.slideyb-bar.left-align .slideyb-block .sb-post-card {
    align-items: start;
}

.slideyb-bar.center-align .slideyb-block .sb-post-card {
    align-items: center;
}

.slideyb-bar.right-align .slideyb-block .sb-post-card {
    align-items: end;
}

.slideyb-bar.flex_trad .slideyb-block .sb-post-card {
    width: 100%;
}

/*  Product  */

.slideyb-block .sb-product-card {
    display: flex;
    flex-direction: column;
    grid-gap: 0.5em;
}

.slideyb-bar.left-align .slideyb-block .sb-product-card {
    align-items: start;
}

.slideyb-bar.center-align .slideyb-block .sb-product-card {
    align-items: center;
}

.slideyb-bar.right-align .slideyb-block .sb-product-card {
    align-items: end;
}

.slideyb-bar.flex_trad .slideyb-block .sb-product-card {
    width: 100%;
}

.slideyb-block a {
    text-decoration: none;
}

.slideyb-block .slideyb-img-wrapper {
    position: relative;
}

.slideyb-block .sb-product-list.img_small .slideyb-img-wrapper {
    width: 100px;
}

.slideyb-block .sb-product-list.img_medium .slideyb-img-wrapper {
    width: 160px;
}

.slideyb-block .sb-product-list.img_large .slideyb-img-wrapper{
    width: 212px;
}

.slideyb-img-wrapper img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    margin: 0px;
    box-shadow: unset !important;
    margin-bottom: 0px !important;
}

.slideyb-block .slideyb-img-wrapper a {
    position: unset;
}

.slideyb-block .slideyb-img-wrapper:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.slideyb-block .sb-buy-button {
    align-items: end;
}

.slideyb-block .sb-text-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 6px;
    margin-top: 0px;
}

.slideyb-bar.left-align .slideyb-block .sb-text-wrapper {
    align-items: left;
    text-align: left;
}

.slideyb-bar.center-align .slideyb-block .sb-text-wrapper {
    align-items: center;
    text-align: center;
}

.slideyb-bar.right-align .slideyb-block .sb-text-wrapper {
    align-items: right;
    text-align: right;
}

.slideyb-block .sb-text-wrapper div:last-child:not(.lai-group-star) {
    display: flex;
    height: 100%;
}

.slideyb-bar.left-align .slideyb-block .sb-text-wrapper div:last-child:not(.lai-group-star) {
    justify-content: flex-start;
}

.slideyb-bar.center-align .slideyb-block .sb-text-wrapper div:last-child:not(.lai-group-star) {
    justify-content: center;
}

.slideyb-bar.right-align .slideyb-block .sb-text-wrapper div:last-child:not(.lai-group-star) {
    justify-content: flex-end;
}

.slideyb-block .sb-text-vendor {
    font-size: 14px;
}

.slideyb-block .sb-rating {
    font-size: 14px;
}

.slideyb-block .sb-coll-desc {
    margin-bottom: 12px;
}

.slideyb-block .sb-image-hover {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.slideyb-block .slideyb-img-wrapper:hover .sb-image-hover {
  opacity: 1;
}

.slideyb-block .sb-image-hover .btn {
  font-size: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.slideyb-block .slideyb-img-wrapper:hover img {
  opacity: 1;
}

.slideyb-block .sb-image-hover-sale {
  position: absolute;
  width: 20%;
  transform: translate(-50%, -50%);
  top: 12%;
  right: -10%;
}

.slideyb-block .sb-image-hover-sale svg {
  width: 100%;
  stroke: white;
  position: relative;
}


/* Image Block */

.slideyb-block  .slideyb-image-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    min-width: 180px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    text-shadow: none;
    display: inline-block;
    transition: all 0.2s linear;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
  } 


  .slideyb-block .slideyb-img-link {
    padding: 0px !important;
    margin: 0px !important;
    display: contents !important;
    position: unset;
  }

  /* Menu Items */

.slideyb-block .slideyb-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.slideyb-block .slideyb-sub-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}


.slideyb-block .slideyb-menu-list.list-layout  {
    white-space: nowrap;
    flex-flow: column;
    grid-gap: 4px;
}

.slideyb-block .slideyb-sub-menu-list.list-layout {
    white-space: nowrap;
    flex-flow: column;
    grid-gap: 4px;
    padding-left: 6px;
}

.slideyb-block  .slideyb-sub-menu-list.list-layout a:before {
    content: " ";
} 

.slideyb-block .slideyb-menu-list.tag-layout  {
    white-space: nowrap;
    flex-flow: wrap;
    grid-gap: 4px;
}

.slideyb-bar.left-align .slideyb-menu-list.tag-layout  {
    justify-content: flex-start;
}

.slideyb-bar.center-align .slideyb-menu-list.tag-layout  {
    justify-content: center;
}

.slideyb-bar.right-align .slideyb-menu-list.tag-layout  {
    justify-content: flex-end;
}

.slideyb-block .slideyb-sub-menu-list.tag-layout  {
    white-space: nowrap;
    flex-flow: wrap;
    grid-gap: 4px;
}

.slideyb-bar.left-align .slideyb-sub-menu-list.tag-layout {
    justify-content: flex-start;
}

.slideyb-bar.center-align .slideyb-sub-menu-list.tag-layout {
    justify-content: center;
}

.slideyb-bar.right-align .slideyb-sub-menu-list.tag-layout {
    justify-content: flex-end;
}

.slideyb-block .slideyb-menu-list li {
    white-space: break-spaces;
    border-radius: 12px;
}

.slideyb-block .slideyb-sub-menu-list li {
    white-space: break-spaces;
    border-radius: 12px;
}

.slideyb-block .slideyb-menu-list li:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.01);
}

/* Tags */

.slideyb-block .slideyb-tag-list.list-layout  {
    white-space: nowrap;
    flex-flow: column;
    grid-gap: 4px;
}

.slideyb-block .slideyb-tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 4px;
}

.slideyb-bar.left-align .slideyb-tag-list {
    justify-content: flex-start;
}

.slideyb-bar.center-align .slideyb-tag-list {
    justify-content: center;
}

.slideyb-bar.right-align .slideyb-tag-list {
    justify-content: flex-end;
}

.slideyb-block .slideyb-tag-list li {
    white-space: normal;
    border-radius: 12px;
}

.slideyb-block .slideyb-tag-list li:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.01);
}

/* Search */

.slideyb-block .slideyb-search-input {
    font-size: 14px;
    border-radius: 0.5em;
    border: 0.5px solid;
    font-weight: 400;
    height: 100%;
    letter-spacing: normal;
    line-height: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    padding: 0.75rem;
    text-transform: none;
    width: 100%;
}

/* Collection List */

.sb-coll-stack {
    display: flex;
    flex-flow: column;
}

.slideyb-bar.flex_trad .sb-product-list {
    flex-flow: column;
}

.slideyb-bar.flex_ultra .sb-product-list {
    flex-flow: wrap;
}

.slideyb-bar.left-align.flex_ultra .sb-product-list {
    justify-content: flex-start;
}

.slideyb-bar.center-align.flex_ultra .sb-product-list {
    justify-content: center;
}

.slideyb-bar.right-align.flex_ultra .sb-product-list {
    justify-content: flex-end;
}


/* Post List */

.slideyb-bar.flex_trad .sb-post-list {
    flex-flow: column;
}

.slideyb-bar.flex_ultra .sb-post-list {
    flex-flow: wrap;
    justify-content: flex-start;
}
.slideyb-bar.left-align.flex_ultra .sb-post-list {
    justify-content: flex-start;
}
.slideyb-bar.center-align.flex_ultra .sb-post-list {
    justify-content: center;
}
.slideyb-bar.right-align.flex_ultra .sb-post-list {
    justify-content: flex-end;
}


.sb-text-wrapper {
    max-width: 210px;
}


/* link button */

.slideyb-bar.left-align .slideyb-button-wrapper{
    justify-content: flex-start;
}

.slideyb-bar.center-align .slideyb-button-wrapper {
    justify-content: center;
}

.slideyb-bar.right-align .slideyb-button-wrapper {
    justify-content: flex-end;
}


