
/* Sigge Marketplace Shop — v1.2.14 */
body.sigge-shop-page{
  background:#f6f4fb!important;
}
body.sigge-shop-page #content,
body.sigge-shop-page #primary,
body.sigge-shop-page main,
body.sigge-shop-page .site-main,
body.sigge-shop-page .woocommerce{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.sigge-shop-page #secondary,
body.sigge-shop-page .widget-area,
body.sigge-shop-page .sidebar{
  display:none!important;
}
body.sigge-shop-page .woocommerce-products-header{
  width:min(1280px,calc(100% - 28px))!important;
  margin:26px auto 14px!important;
}
body.sigge-shop-page .woocommerce-products-header__title.page-title{
  margin:0!important;
  color:#241942!important;
  font-size:30px!important;
  line-height:1.15!important;
  font-weight:900!important;
}
body.sigge-shop-page .woocommerce-result-count,
body.sigge-shop-page .woocommerce-ordering,
body.sigge-shop-page ul.products,
body.sigge-shop-page .woocommerce-pagination,
body.sigge-shop-page .woocommerce-notices-wrapper{
  width:min(1280px,calc(100% - 28px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.sigge-shop-page .woocommerce-result-count{
  color:#75699a!important;
  font-size:13px!important;
  margin-bottom:18px!important;
}
body.sigge-shop-page .woocommerce-ordering{
  display:flex!important;
  justify-content:flex-end!important;
  margin-top:-44px!important;
  margin-bottom:18px!important;
}
body.sigge-shop-page .woocommerce-ordering select{
  min-width:190px!important;
  height:42px!important;
  border:1px solid #ded7f7!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#34265e!important;
  padding:0 12px!important;
}
body.sigge-shop-page ul.products{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  padding:0 0 38px!important;
  list-style:none!important;
}
body.sigge-shop-page ul.products::before,
body.sigge-shop-page ul.products::after{
  display:none!important;
}
body.sigge-shop-page ul.products li.product{
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:0 0 14px!important;
  background:#fff!important;
  border:1px solid #ece8f8!important;
  border-radius:14px!important;
  overflow:hidden!important;
  box-shadow:0 4px 16px rgba(68,46,120,.06)!important;
  transition:.18s ease!important;
}
body.sigge-shop-page ul.products li.product:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 10px 24px rgba(68,46,120,.12)!important;
}
body.sigge-shop-page ul.products li.product img{
  width:100%!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  margin:0 0 12px!important;
}
body.sigge-shop-page ul.products li.product .woocommerce-loop-product__title{
  min-height:42px!important;
  margin:0!important;
  padding:0 12px 6px!important;
  color:#2f2353!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:700!important;
}
body.sigge-shop-page ul.products li.product .price{
  display:block!important;
  margin:0!important;
  padding:0 12px 10px!important;
  color:#7047eb!important;
  font-size:16px!important;
  font-weight:900!important;
}
body.sigge-shop-page ul.products li.product .star-rating{
  margin:0 12px 10px!important;
  color:#f3b21a!important;
}
body.sigge-shop-page ul.products li.product .button,
body.sigge-shop-page ul.products li.product .added_to_cart{
  display:block!important;
  margin:0 12px!important;
  padding:10px 12px!important;
  border-radius:9px!important;
  border:0!important;
  background:#7047eb!important;
  color:#fff!important;
  text-align:center!important;
  font-size:13px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
body.sigge-shop-page ul.products li.product .onsale{
  top:10px!important;
  left:10px!important;
  right:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:5px 8px!important;
  border-radius:7px!important;
  background:#ff5a7a!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
}
body.sigge-shop-page .woocommerce-pagination{
  padding-bottom:42px!important;
}
body.sigge-shop-page .woocommerce-pagination ul.page-numbers{
  display:flex!important;
  justify-content:center!important;
  gap:8px!important;
  border:0!important;
}
body.sigge-shop-page .woocommerce-pagination ul.page-numbers li{
  border:0!important;
}
body.sigge-shop-page .woocommerce-pagination a.page-numbers,
body.sigge-shop-page .woocommerce-pagination span.page-numbers{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:38px!important;
  height:38px!important;
  padding:0 10px!important;
  border:1px solid #e6e0f5!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#5a478a!important;
}
body.sigge-shop-page .woocommerce-pagination .current{
  background:#7047eb!important;
  border-color:#7047eb!important;
  color:#fff!important;
}
@media(max-width:1100px){
  body.sigge-shop-page ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(max-width:850px){
  body.sigge-shop-page ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:620px){
  body.sigge-shop-page .woocommerce-products-header,
  body.sigge-shop-page .woocommerce-result-count,
  body.sigge-shop-page .woocommerce-ordering,
  body.sigge-shop-page ul.products,
  body.sigge-shop-page .woocommerce-pagination,
  body.sigge-shop-page .woocommerce-notices-wrapper{
    width:calc(100% - 18px)!important;
  }
  body.sigge-shop-page .woocommerce-ordering{
    margin-top:0!important;
    justify-content:flex-start!important;
  }
  body.sigge-shop-page .woocommerce-ordering select{width:100%!important;}
  body.sigge-shop-page ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
}


/* v1.2.15 - align all shop product action buttons to the bottom */
body.sigge-shop-page ul.products li.product{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
}

body.sigge-shop-page ul.products li.product > a.woocommerce-LoopProduct-link,
body.sigge-shop-page ul.products li.product > a.woocommerce-loop-product__link{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  width:100%!important;
}

body.sigge-shop-page ul.products li.product .woocommerce-loop-product__title{
  flex:0 0 auto!important;
}

body.sigge-shop-page ul.products li.product .price{
  margin-top:auto!important;
}

/* Woo action buttons always occupy the same bottom area. */
body.sigge-shop-page ul.products li.product > .button,
body.sigge-shop-page ul.products li.product > .added_to_cart{
  margin-top:auto!important;
  margin-left:12px!important;
  margin-right:12px!important;
  width:calc(100% - 24px)!important;
  box-sizing:border-box!important;
}

/* When Woo outputs both Add to Cart and View Cart, keep them neatly stacked at bottom. */
body.sigge-shop-page ul.products li.product > .button + .added_to_cart{
  margin-top:7px!important;
}

/* Keep cards equal-height within every grid row. */
body.sigge-shop-page ul.products{
  align-items:stretch!important;
}


/* v1.2.16 - make /shop product cards match the homepage marketplace cards */
body.sigge-shop-page{
  --sigge-purple:#7047eb;
  --sigge-purple-dark:#5d38d1;
  --sigge-text:#2f2353;
  --sigge-muted:#81769f;
  --sigge-border:#ece8f8;
  --sigge-card:#fff;
}

body.sigge-shop-page ul.products{
  gap:16px!important;
}

body.sigge-shop-page ul.products li.product{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  padding:0!important;
  background:var(--sigge-card)!important;
  border:1px solid var(--sigge-border)!important;
  border-radius:12px!important;
  overflow:hidden!important;
  box-shadow:0 2px 10px rgba(62,42,108,.06)!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}

body.sigge-shop-page ul.products li.product:hover{
  transform:translateY(-2px)!important;
  border-color:#ddd4f7!important;
  box-shadow:0 8px 22px rgba(62,42,108,.11)!important;
}

body.sigge-shop-page ul.products li.product a.woocommerce-LoopProduct-link,
body.sigge-shop-page ul.products li.product a.woocommerce-loop-product__link{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  color:inherit!important;
  text-decoration:none!important;
}

body.sigge-shop-page ul.products li.product img{
  width:100%!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  margin:0!important;
  background:#f8f7fb!important;
}

body.sigge-shop-page ul.products li.product .woocommerce-loop-product__title{
  min-height:44px!important;
  padding:11px 12px 4px!important;
  margin:0!important;
  color:var(--sigge-text)!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.45!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

body.sigge-shop-page ul.products li.product .star-rating{
  order:3!important;
  margin:3px 12px 4px!important;
  font-size:11px!important;
  color:#f2b01e!important;
}

body.sigge-shop-page ul.products li.product .price{
  order:4!important;
  margin-top:auto!important;
  padding:2px 12px 10px!important;
  color:var(--sigge-purple)!important;
  font-size:17px!important;
  line-height:1.2!important;
  font-weight:900!important;
}

body.sigge-shop-page ul.products li.product .price del{
  color:#9d96ad!important;
  font-size:12px!important;
  font-weight:500!important;
  opacity:1!important;
}

body.sigge-shop-page ul.products li.product .price ins{
  color:var(--sigge-purple)!important;
  text-decoration:none!important;
}

body.sigge-shop-page ul.products li.product .onsale{
  top:9px!important;
  right:9px!important;
  left:auto!important;
  z-index:3!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:5px 7px!important;
  border-radius:6px!important;
  background:#ff5f7f!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:none!important;
}

body.sigge-shop-page ul.products li.product > .button,
body.sigge-shop-page ul.products li.product > .added_to_cart{
  width:calc(100% - 24px)!important;
  margin:0 12px 12px!important;
  padding:10px 12px!important;
  border:0!important;
  border-radius:8px!important;
  background:var(--sigge-purple)!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-align:center!important;
  box-shadow:none!important;
}

body.sigge-shop-page ul.products li.product > .button:hover,
body.sigge-shop-page ul.products li.product > .added_to_cart:hover{
  background:var(--sigge-purple-dark)!important;
  color:#fff!important;
}

body.sigge-shop-page ul.products li.product .added_to_cart{
  margin-top:-5px!important;
}

body.sigge-shop-page ul.products li.product .woocommerce-loop-product__link + .button,
body.sigge-shop-page ul.products li.product .woocommerce-loop-product__link + .added_to_cart{
  margin-top:auto!important;
}

/* Homepage-like compact toolbar above the grid. */
body.sigge-shop-page .woocommerce-products-header{
  margin-top:22px!important;
  margin-bottom:12px!important;
}

body.sigge-shop-page .woocommerce-products-header__title.page-title{
  font-size:26px!important;
  font-weight:850!important;
  letter-spacing:-.02em!important;
}

body.sigge-shop-page .woocommerce-result-count{
  color:var(--sigge-muted)!important;
}

body.sigge-shop-page .woocommerce-ordering select{
  border-radius:9px!important;
  border-color:#e5dff6!important;
  background:#fff!important;
  color:#4a3d73!important;
  font-weight:600!important;
}

/* Match homepage density: 6 columns on wide desktop. */
@media(min-width:1280px){
  body.sigge-shop-page ul.products{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
  }
}
@media(max-width:1279px) and (min-width:1000px){
  body.sigge-shop-page ul.products{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
}
@media(max-width:999px) and (min-width:760px){
  body.sigge-shop-page ul.products{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}
@media(max-width:759px) and (min-width:560px){
  body.sigge-shop-page ul.products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:559px){
  body.sigge-shop-page ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  body.sigge-shop-page ul.products li.product .woocommerce-loop-product__title{
    font-size:13px!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  body.sigge-shop-page ul.products li.product .price{
    font-size:15px!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  body.sigge-shop-page ul.products li.product > .button,
  body.sigge-shop-page ul.products li.product > .added_to_cart{
    width:calc(100% - 20px)!important;
    margin-left:10px!important;
    margin-right:10px!important;
    margin-bottom:10px!important;
  }
}


/* v1.2.19 - cleaner centered shop sorting */
body.sigge-shop-page .woocommerce-result-count{
  display:none!important;
}

body.sigge-shop-page .woocommerce-ordering{
  width:min(1280px,calc(100% - 28px))!important;
  margin:8px auto 22px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  float:none!important;
}

body.sigge-shop-page .woocommerce-ordering select{
  width:auto!important;
  min-width:220px!important;
  max-width:100%!important;
  height:44px!important;
  padding:0 42px 0 16px!important;
  margin:0!important;
  border:1px solid #e3dcf6!important;
  border-radius:12px!important;
  background-color:#fff!important;
  color:#4b3b72!important;
  font-size:13px!important;
  font-weight:700!important;
  text-align:center!important;
  text-align-last:center!important;
  box-shadow:0 3px 12px rgba(72,49,124,.06)!important;
  cursor:pointer!important;
  outline:none!important;
}

body.sigge-shop-page .woocommerce-ordering select:hover{
  border-color:#cfc2f4!important;
  box-shadow:0 5px 16px rgba(72,49,124,.10)!important;
}

body.sigge-shop-page .woocommerce-ordering select:focus{
  border-color:#7047eb!important;
  box-shadow:0 0 0 3px rgba(112,71,235,.10)!important;
}

@media(max-width:620px){
  body.sigge-shop-page .woocommerce-ordering{
    width:calc(100% - 18px)!important;
    margin:8px auto 18px!important;
    justify-content:center!important;
  }
  body.sigge-shop-page .woocommerce-ordering select{
    width:100%!important;
    max-width:320px!important;
  }
}


/* v1.2.23 — Shop + Related Products match homepage cards */
body.sigge-shop-page ul.products li.product,
body.sigge-marketplace-product-page .related.products ul.products li.product{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #ebebef!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 2px 8px rgba(48,35,83,.045)!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
body.sigge-shop-page ul.products li.product:hover,
body.sigge-marketplace-product-page .related.products ul.products li.product:hover{
  transform:translateY(-2px)!important;
  border-color:#ddd4f7!important;
  box-shadow:0 7px 18px rgba(70,47,125,.09)!important;
}
body.sigge-shop-page ul.products li.product > a.woocommerce-LoopProduct-link,
body.sigge-marketplace-product-page .related.products ul.products li.product > a.woocommerce-LoopProduct-link{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  color:inherit!important;
  text-decoration:none!important;
}
body.sigge-shop-page ul.products li.product a img,
body.sigge-marketplace-product-page .related.products ul.products li.product a img{
  width:100%!important;
  aspect-ratio:1/1!important;
  height:auto!important;
  margin:0!important;
  object-fit:cover!important;
  border-radius:0!important;
  background:#f7f6fa!important;
}
body.sigge-shop-page ul.products li.product .woocommerce-loop-product__title,
body.sigge-marketplace-product-page .related.products ul.products li.product .woocommerce-loop-product__title{
  display:-webkit-box!important;
  min-height:36px!important;
  margin:0!important;
  padding:9px 10px 3px!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  color:#34275b!important;
  font-size:12px!important;
  font-weight:650!important;
  line-height:1.45!important;
}
body.sigge-shop-page ul.products li.product .star-rating,
body.sigge-marketplace-product-page .related.products ul.products li.product .star-rating{
  margin:4px 10px 2px!important;
  font-size:10px!important;
  color:#7047eb!important;
}
body.sigge-shop-page ul.products li.product .price,
body.sigge-marketplace-product-page .related.products ul.products li.product .price{
  margin:auto 10px 10px!important;
  padding-top:6px!important;
  color:#7047eb!important;
  font-size:14px!important;
  font-weight:850!important;
  line-height:1.25!important;
}
body.sigge-shop-page ul.products li.product .price del,
body.sigge-marketplace-product-page .related.products ul.products li.product .price del{
  color:#9a91aa!important;
  font-size:10px!important;
  font-weight:500!important;
}
body.sigge-shop-page ul.products li.product .price ins,
body.sigge-marketplace-product-page .related.products ul.products li.product .price ins{
  color:#7047eb!important;
  text-decoration:none!important;
}
body.sigge-shop-page ul.products li.product .onsale,
body.sigge-marketplace-product-page .related.products ul.products li.product .onsale{
  top:7px!important;
  right:7px!important;
  left:auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:4px 7px!important;
  border-radius:6px!important;
  background:#7047eb!important;
  color:#fff!important;
  font-size:9px!important;
  font-weight:850!important;
  line-height:1.1!important;
}
/* No add-to-cart/view buttons on these product cards. Entire image/title remains clickable. */
body.sigge-shop-page ul.products li.product .button,
body.sigge-shop-page ul.products li.product .added_to_cart,
body.sigge-marketplace-product-page .related.products ul.products li.product .button,
body.sigge-marketplace-product-page .related.products ul.products li.product .added_to_cart{
  display:none!important;
}


/* v1.2.34 — Empty category vendor opportunity */
.sigge-empty-vendor-cta{
 max-width:900px;
 margin:38px auto 48px;
 padding:30px 34px;
 display:flex;
 align-items:center;
 gap:22px;
 background:linear-gradient(135deg,#faf8ff 0%,#f3edff 100%);
 border:1px solid #e3d9fb;
 border-radius:18px;
 box-shadow:0 8px 28px rgba(73,45,120,.06);
}
.sigge-empty-vendor-cta__icon{
 width:62px;height:62px;flex:0 0 62px;
 display:flex;align-items:center;justify-content:center;
 border-radius:16px;background:#7047eb;color:#fff;
 font-size:30px;font-weight:800;
}
.sigge-empty-vendor-cta__eyebrow{
 display:block;margin-bottom:5px;color:#7047eb;
 font-size:10px;font-weight:850;letter-spacing:.08em;
}
.sigge-empty-vendor-cta h2{
 margin:0 0 7px!important;color:#2f263c!important;
 font-size:23px!important;line-height:1.2!important;font-weight:850!important;
}
.sigge-empty-vendor-cta p{
 max-width:620px;margin:0 0 16px!important;color:#746b7e!important;
 font-size:13px!important;line-height:1.55!important;
}
.sigge-empty-vendor-cta__button{
 display:inline-flex;align-items:center;gap:9px;
 padding:10px 15px;border-radius:9px;
 background:#7047eb;color:#fff!important;text-decoration:none!important;
 font-size:12px;font-weight:800;
 box-shadow:0 4px 12px rgba(112,71,235,.18);
}
.sigge-empty-vendor-cta__button:hover{transform:translateY(-1px);background:#6038dc}
@media(max-width:650px){
 .sigge-empty-vendor-cta{margin:22px 14px 34px;padding:22px;display:block}
 .sigge-empty-vendor-cta__icon{width:48px;height:48px;margin-bottom:14px;font-size:24px}
 .sigge-empty-vendor-cta h2{font-size:20px!important}
}
