/** Shopify CDN: Minification failed

Line 14:12 Expected identifier but found whitespace
Line 14:14 Unexpected "{"
Line 14:24 Expected ":"
Line 14:63 Expected ":"
Line 19:14 Expected identifier but found whitespace
Line 19:16 Unexpected "{"
Line 19:26 Expected ":"
Line 19:52 Expected ":"

**/
.collection-item__title {
  font-size: {{ settings.type_collection_size | times: 0.8 }}px;
}

@media screen and (min-width: 769px) {
  .collection-item__title {
    font-size: {{ settings.type_collection_size }}px;
  }
}
.page-width.text-leftRight {
  background: #000;
  padding: 30px;
}
div#index-section-junk_jewellery {
  max-width: 800px;
  margin: 60px auto 0;
  width:100%
}
.page-width.text-leftRight .grid__item p, .page-width.text-leftRight .grid__item a {
  color: #fff;
}
.page-width.text-leftRight .grid__item {
  text-align: center;
}
.page-width.text-leftRight .grid__item p {
  margin-bottom: 6px;
}
#shopify-section-junk_jewellery a.view_all_col_btn {
  padding: 5px 30px;
  color: #000;
  border: 1px solid #e8e8e1;
  background-color: #e0d4b8;
}
body#juniker-jewelry-event .medium-up--three-quarters {left: auto;width: 100%;padding: 0;float: left;}

body#juniker-jewelry-event .grid {margin: 0;}
body#juniker-jewelry-event div#index-section-image-withTxt {
  background: #e0d4b8;
  padding: 60px 0;
}
body#juniker-jewelry-event .feature-row__item.feature-row__text p.h5 {
  margin: 0 !important;
}
body#juniker-jewelry-event .feature-row__item.feature-row__text p.h3 {
  margin: 15px 0;
}

body#juniker-jewelry-event .index-section-junk_jewellery .feature-row .grid {margin: 0;display: inline-block;width: 100%;float: left;}

body#juniker-jewelry-event .index-section-junk_jewellery .feature-row {padding: 0 6%;display: inline-block;width: 100%;margin: 0;}

body#juniker-jewelry-event .index-section-junk_jewellery .feature-row .grid .grid__item {width: 50%;float: left;padding: 0;}

body#juniker-jewelry-event .index-section-junk_jewellery .page-width.text-leftRight {padding: 40px;}
.powerby-txt {
  color: #fff !important;
}
.powerby-txt a {
  color: #fff !important;
}

@media only screen and (max-width: 767px) {

  body#juniker-jewelry-event .index-section-junk_jewellery .feature-row .grid .grid__item {width: 100%;}
  body#juniker-jewelry-event .index-section {text-align: center;}
  body#juniker-jewelry-event .index-section-junk_jewellery .feature-row .grid .grid__item {text-align: center;}
  div#event-form-section {
    max-width: 80% !important;
  }
  .index-section-junk_jewellery .grid__item {
    margin: 20px 0;
  }
  div#shopify-section-footer-promotions .grid__item {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  div#event-form-section {
    max-width: 100% !important;
  }
}
#eapps-form-1 .eapps-form-layout-boxed .eapps-form-header {
  background-color: rgb(224, 212, 184);
  margin: 0 auto;
  justify-content: center;
}
#eapps-form-1 .eapps-form-layout-boxed {
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
div#event-form-section {
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
}

div#shopify-section-16496881025b942a3c .promo-grid__content {
    display: none;
}

.toolbar__menu li a {
  
  font-size: 20px !important;
}
h2.ProductMeta__Vendor.Heading.u-h6 {
    display: none;
}

/* ====================================================
   Custom Mega Menu Styles
   ==================================================== */

.meganav--custom {
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e2e2e2;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
  padding: 0;
  overflow-x: hidden;
}

.meganav ul,
.meganav li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-wrap: auto;
  white-space: normal;
  word-wrap: break-word;
}

.meganav__inner--custom {
  display: flex;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
  gap: 30px;
}

.meganav__left-content {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 30px;
  padding: 45px 0 55px 0;
  overflow: hidden;
  flex: 1 1 auto;
  min-width: 0;
  align-items: start;
}

.meganav__column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
  overflow: hidden;
}

.meganav__column > .meganav__item-group {
  width: 100%;
  flex: 0 0 auto;
  min-width: 0;
}

.meganav__column .meganav__list {
  width: 100%;
  min-width: 0;
}

.meganav__right-panel {
  background-color: var(--wrapper-bg, #f5f5f5);
  flex: 0 0 auto;
  max-width: 480px;
  width: 100%;
  padding: 45px 35px 55px 30px;
  position: relative;
  margin-right: -40px;
  margin-left: 0;
}

.meganav__right-panel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 50vw;
  background-color: inherit;
}

.meganav__right-panel-content {
  display: flex !important;
  flex-direction: row !important;
  gap: 15px;
  align-items: flex-start;
  width: 100%;
}

.meganav__column--last {
  flex: 1 1 auto;
  min-width: 0;
}

.meganav__item-group {
  display: block;
  width: 100%;
  margin-bottom: 22px;
  flex-shrink: 0;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.meganav__item-group:last-child {
  margin-bottom: 0;
}

.meganav__heading {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000;
  display: block;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-decoration: none;
}

.meganav__heading:hover {
  color: #000;
}

.meganav__link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 13px;
  color: #444;
  padding: 3px 0;
  transition: color 0.2s ease;
  line-height: 1.5;
}

.meganav__link:hover {
  color: #000;
}

.meganav__link span {
  text-transform: capitalize;
}

.meganav__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.shop-all-link {
  text-decoration: underline;
  margin-top: 20px;
}

.meganav__list {
  width: 100%;
}

.meganav__list--two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  flex-shrink: 0;
  overflow: visible;
}

.meganav__list--two-col .meganav__list-item {
  min-width: 0;
  overflow: hidden;
  max-width: 100%;
}

.meganav__list--two-col .meganav__list-item--shop-all-span {
  grid-column: 1 / -1;
}

.meganav__column:has(> .meganav__item-group > ul.meganav__list--two-col) {
  margin-right: 50px !important;
}

.meganav__right-panel .meganav__heading {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 14px;
}

.meganav__right-panel .meganav__item-group {
  margin-bottom: 18px;
}

.meganav__right-panel .meganav__link {
  font-size: 14px;
  color: #000;
  max-width: 160px;
}

.meganav__promo {
  flex: 0 0 180px !important;
  flex-basis: 180px !important;
  max-width: 180px !important;
  width: 180px !important;
  display: block;
  position: relative !important;
  float: none !important;
}

.meganav__promo-link {
  text-decoration: none;
  display: block;
}

.meganav__promo-image {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  display: block;
  position: relative !important;
}

.meganav__promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  position: static !important;
  float: none !important;
}

.meganav__promo:hover .meganav__promo-image img {
  transform: scale(1.02);
}

.meganav__promo-text {
  margin-top: 12px;
  font-size: 13px;
  color: #000;
  text-align: center;
  font-weight: 500;
}

/* Hide custom meganav on mobile - mobile drawer handles navigation */
@media only screen and (max-width: 768px) {
  .meganav--custom {
    display: none;
  }
}