.lyhias-collection-toolbar { display:flex; align-items:center; justify-content:space-between; gap:20px; margin:0; padding:3px 0 17px; border-bottom:1px solid rgba(var(--color-text),.18); }.lyhias-collection-toolbar > div { display:flex; align-items:baseline; gap:14px; }.lyhias-collection-toolbar__title { margin:0; font-size:20px; font-weight:500; letter-spacing:.08em; line-height:1.15; text-transform:uppercase; }.lyhias-collection-toolbar__count { margin:0; color:rgba(var(--color-text),.7); font-size:16px; letter-spacing:.04em; }.lyhias-collection-toolbar__sort { display:flex; align-items:center; gap:10px; font-size:13px; white-space:nowrap; }.lyhias-collection-toolbar__sort select { min-width:150px; padding:9px 28px 9px 10px; border:1px solid rgb(var(--color-entry-line)); background:rgb(var(--color-page-background)); color:rgb(var(--color-text)); }.lyhias-collection-quick-filters { display:flex; flex-wrap:wrap; gap:8px; padding:12px 0 14px; margin:0 0 12px; }.lyhias-related-collection-links { display:contents; }.lyhias-collection-quick-filters button,.lyhias-collection-quick-filters a,.lyhias-ships-filter { border:0; border-radius:2px; background:rgba(var(--color-text),.055); color:rgb(var(--color-text)); padding:8px 12px; font-size:12px; line-height:1; cursor:pointer; text-decoration:none; }.lyhias-ships-filter { display:inline-flex; align-items:center; gap:7px; }.lyhias-ships-filter input { width:14px; height:14px; margin:0; accent-color:rgb(var(--color-text)); }.lyhias-collection-quick-filters button:hover,.lyhias-collection-quick-filters a:hover { background:rgba(var(--color-text),.12); text-decoration:underline; text-underline-offset:3px; }.lyhias-color-navigation { display:flex; flex-wrap:wrap; justify-content:center; gap:12px 23px; align-items:flex-start; padding:17px 0 20px; margin-bottom:20px; border-bottom:1px solid rgba(var(--color-text),.14); }.lyhias-color-family { position:relative; }.lyhias-color-navigation button { display:inline-flex; align-items:center; gap:7px; border:0; background:transparent; padding:0; color:rgb(var(--color-text)); font-size:13px; cursor:pointer; }.lyhias-color-family-trigger { width:58px; flex-direction:column; gap:7px !important; }.lyhias-color-family-trigger span { font-size:11px; line-height:1.1; text-align:center; white-space:nowrap; letter-spacing:.02em; text-transform:uppercase; }.lyhias-color-family-trigger b { display:none; }.lyhias-color-navigation i { width:50px; height:50px; transition:transform .16s ease,box-shadow .16s ease; }.lyhias-color-family-trigger:hover i,.lyhias-color-family-trigger[aria-expanded="true"] i { transform:scale(1.08); box-shadow:0 0 0 3px rgb(var(--color-page-background)),0 0 0 4px rgb(var(--color-text)); }.lyhias-color-dropdown { position:absolute; z-index:12; top:100%; left:50%; width:330px; max-height:310px; overflow-y:auto; padding:13px 16px 17px; border:1px solid rgba(var(--color-text),.18); border-radius:6px; background:rgb(var(--color-page-background)); box-shadow:0 10px 24px rgba(0,0,0,.14); transform:translateX(-50%); }.lyhias-color-dropdown[hidden] { display:none; }.lyhias-color-select-all { display:flex; align-items:center; gap:7px; padding:0 0 12px; margin:0 0 12px; border-bottom:1px solid rgba(var(--color-text),.12); color:rgba(var(--color-text),.72); font-size:11px; letter-spacing:.04em; text-transform:uppercase; cursor:pointer; }.lyhias-color-select-all input { appearance:none; width:16px; height:16px; margin:0; border:1px solid rgba(var(--color-text),.45); border-radius:2px; background:#fff; cursor:pointer; }.lyhias-color-select-all input:checked { border-color:#201d22; background:#201d22; }.lyhias-color-select-all:hover { color:rgb(var(--color-text)); }.lyhias-color-select-all:hover input { border-color:#201d22; box-shadow:0 0 0 3px rgba(32,29,34,.14); transform:scale(1.08); }.lyhias-color-select-all input:checked::after { content:'✓'; display:block; color:#fff; font-size:13px; font-weight:700; line-height:14px; text-align:center; }.lyhias-color-choice-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:13px 9px; }.lyhias-color-navigation .lyhias-color-dropdown button { display:flex; flex-direction:column; align-items:center; width:52px; min-height:74px; padding:0; }.lyhias-color-navigation .lyhias-color-dropdown .lyhias-color-choice i { width:44px; height:44px; border-radius:6px; background:var(--lyhias-choice-color); }.lyhias-color-navigation .lyhias-color-dropdown .lyhias-color-choice.is-selected i { position:relative; box-shadow:0 0 0 2px #fff,0 0 0 3px #201d22; }.lyhias-color-navigation .lyhias-color-dropdown .lyhias-color-choice.is-selected i::after { content:'✓'; position:absolute; inset:0; display:grid; place-items:center; color:#fff; font-size:24px; font-weight:700; line-height:1; text-shadow:0 1px 3px rgba(0,0,0,.55); }.lyhias-color-navigation .lyhias-color-dropdown .lyhias-color-choice span { width:58px; overflow:hidden; color:rgba(var(--color-text),.72); font-size:10px; line-height:1.18; text-align:center; text-overflow:ellipsis; white-space:nowrap; }.lyhias-color-family-trigger.has-selected i { position:relative; box-shadow:0 0 0 3px rgb(var(--color-page-background)),0 0 0 4px rgb(var(--color-text)); }.lyhias-color-family-trigger.has-selected i::after { content:'\2713'; position:absolute; inset:0; display:grid; place-items:center; color:#fff; font-size:26px; font-weight:700; line-height:1; text-shadow:0 1px 3px rgba(0,0,0,.65); }.lyhias-color-navigation .lyhias-color-dropdown button:hover i { transform:scale(1.12); box-shadow:0 0 0 2px rgb(var(--color-page-background)),0 0 0 3px rgb(var(--color-text)); }.lyhias-color-navigation button:hover span { text-decoration:underline; text-underline-offset:4px; }.lyhias-color-navigation i { display:block; border:1px solid rgba(var(--color-text),.22); border-radius:50%; background:#d9d0c6; }.lyhias-color-navigation [data-color-family="As Picture"] i { background:linear-gradient(135deg,#ecb1a6,#f6df89,#8bb7d8,#aa93c8); }.lyhias-color-navigation [data-color-family="Black"] i {background:repeating-linear-gradient(120deg,#111 0 5px,#202020 5px 10px)}.lyhias-color-navigation [data-color-family="Neutral"] i {background:repeating-linear-gradient(110deg,#ebd9c3 0 6px,#dfcbb6 6px 12px)}.lyhias-color-navigation [data-color-family="Blue"] i {background:repeating-linear-gradient(110deg,#b1c2d3 0 6px,#91a9be 6px 12px)}.lyhias-color-navigation [data-color-family="Green"] i {background:repeating-linear-gradient(110deg,#d5ecdd 0 6px,#bddbc8 6px 12px)}.lyhias-color-navigation [data-color-family="Purple"] i {background:repeating-linear-gradient(110deg,#c3a5bb 0 6px,#ad8eaa 6px 12px)}.lyhias-color-navigation [data-color-family="Pink"] i {background:repeating-linear-gradient(110deg,#f8c3c6 0 6px,#e9aeb4 6px 12px)}.lyhias-color-navigation [data-color-family="Red"] i {background:repeating-linear-gradient(110deg,#dd122b 0 6px,#ba1127 6px 12px)}.lyhias-color-navigation [data-color-family="Yellow"] i {background:repeating-linear-gradient(110deg,#fdf4cc 0 6px,#f6e8b7 6px 12px)}.lyhias-color-navigation [data-color-family="Gold"] i {background:repeating-linear-gradient(110deg,#efcc93 0 6px,#dfb978 6px 12px)}.lyhias-color-navigation [data-color-family="Orange"] i {background:repeating-linear-gradient(110deg,#fd956a 0 6px,#ef7d56 6px 12px)}.lyhias-color-navigation [data-color-family="Brown"] i {background:repeating-linear-gradient(110deg,#765449 0 6px,#5b3f36 6px 12px)}.lyhias-color-navigation [data-color-family="White"] i {background:repeating-linear-gradient(110deg,#fff 0 6px,#f1f0ec 6px 12px)}.lyhias-color-navigation [data-color-family="Gray"] i {background:repeating-linear-gradient(110deg,#d0d0d3 0 6px,#babdc1 6px 12px)}.lyhias-filter-hidden { display:none !important; }.filter-folder-con:has(.filter-color-item-con) { display:none !important; }/* Keep the wishlist heart and remove the separate Similar Product magnifier. */.product-card-wrapper .similar-product-entry,.product-card-wrapper .seed-similar-product-entry {  display: none !important;}/* The wishlist owns the card corner; purchasing remains available on product pages. */.product-card-wrapper .quick-add {  display: none !important;}/* Collection cards: keep the plugin intact, show three swatches and its own total. */#ProductListContainer .product-card-wrapper .plugin-color-board {  justify-content: center !important;}#ProductListContainer .product-card-wrapper .plugin-color-board .color-board__main {  flex: 0 0 auto;  width: auto !important;}#ProductListContainer .product-card-wrapper .plugin-color-board .color-board__box {  width: 108px !important;  min-width: 108px !important;  max-width: 108px !important;}#ProductListContainer .product-card-wrapper .plugin-color-board .color-board__col:nth-of-type(n+4) {  display: none !important;}#ProductListContainer .product-card-wrapper .plugin-color-board::after {  content: attr(data-first-fold-num) '+';  display: inline-flex;  align-items: center;  min-width: 32px;  height: 36px;  margin-left: 5px;  color: rgb(var(--color-text));  font-size: 12px;  font-weight: 500;  line-height: 1;  white-space: nowrap;}#ProductListContainer .product-card-wrapper .plugin-color-board[data-first-fold-num='1']::after,#ProductListContainer .product-card-wrapper .plugin-color-board[data-first-fold-num='2']::after,#ProductListContainer .product-card-wrapper .plugin-color-board[data-first-fold-num='3']::after {  display: none;}.lyhias-filter-panel { padding-top:0; }#main-collection-filters { padding-top:0 !important; transform:none !important; }.lyhias-filter-panel .filter-selected-con { display:none !important; }.lyhias-filter-heading { margin:133px 0 18px !important; padding:3px 0 24px !important; border-bottom:1px solid rgba(var(--color-text),.18); color:rgb(var(--color-text)); font-size:20px; font-weight:500; letter-spacing:.08em; line-height:1.15; text-transform:none; }.lyhias-visual-filter .filter-tags-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; }.lyhias-visual-filter .filter-checkbox-con { display:block; min-height:94px; margin:0; padding:8px; border:1px solid rgba(var(--color-text),.14); border-radius:3px; cursor:pointer; }.lyhias-visual-filter .filter-checkbox-con:hover { border-color:rgb(var(--color-text)); }.lyhias-visual-filter .filter-checkbox-title { display:flex; height:100%; flex-direction:column; align-items:center; justify-content:center; gap:6px; text-align:center; font-size:12px; }.lyhias-visual-filter .filter-checkbox-icon { display:none; }.lyhias-visual-filter .filter-checkbox-count { display:block; margin-top:5px; font-size:11px; text-align:center; opacity:.62; }.lyhias-filter-illustration { display:block; width:44px; height:48px; border-radius:2px; background:linear-gradient(140deg,#f3ece7 0 48%,#d6c3b4 49% 51%,#f8f5f2 52%); position:relative; overflow:hidden; }.lyhias-filter-illustration::before { content:''; position:absolute; left:16px; top:8px; width:12px; height:29px; background:#8f6b57; clip-path:polygon(36% 0,64% 0,74% 22%,100% 100%,0 100%,26% 22%); }.lyhias-filter-illustration--image { width:72px; height:76px; background:#fff; }.lyhias-filter-illustration--image::before,.lyhias-filter-illustration--image::after { display:none !important; }.lyhias-filter-illustration--image img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; }.lyhias-visual-filter--length [data-visual-value*='train'] .lyhias-filter-illustration::before { transform:scaleY(1.2); transform-origin:top; }.lyhias-visual-filter--length [data-visual-value*='short'] .lyhias-filter-illustration::before,.lyhias-visual-filter--length [data-visual-value*='knee'] .lyhias-filter-illustration::before { transform:scaleY(.62); transform-origin:top; }.lyhias-visual-filter--neckline .lyhias-filter-illustration::before { clip-path:polygon(28% 0,72% 0,76% 100%,24% 100%); }.lyhias-visual-filter--neckline [data-visual-value*='v-neck'] .lyhias-filter-illustration::after { content:''; position:absolute; z-index:1; left:18px; top:8px; width:8px; height:10px; background:#f3ece7; clip-path:polygon(0 0,100% 0,50% 100%); }.lyhias-color-select-all input:checked::after { content:'\2713'; display:block; color:#fff; font-size:13px; font-weight:700; line-height:14px; text-align:center; }.lyhias-color-navigation .lyhias-color-dropdown .lyhias-color-choice.is-selected i::after { content:'\2713'; position:absolute; inset:0; display:grid; place-items:center; color:#fff; font-size:24px; font-weight:700; line-height:1; text-shadow:0 1px 3px rgba(0,0,0,.55); }@media(max-width:749px){.lyhias-collection-toolbar{align-items:flex-start;flex-direction:column;margin-bottom:10px}.lyhias-collection-toolbar>div{gap:8px;flex-wrap:wrap}.lyhias-collection-toolbar__title{font-size:17px}.lyhias-collection-toolbar__count{font-size:13px}.lyhias-collection-toolbar__sort{width:100%;justify-content:space-between}.lyhias-collection-toolbar__sort select{flex:1;max-width:220px}.lyhias-color-navigation{justify-content:flex-start;gap:12px 8px;padding-top:8px}.lyhias-color-family-trigger{width:52px}.lyhias-color-navigation i{width:40px;height:40px}.lyhias-color-family-trigger span{font-size:9px}.lyhias-color-dropdown{left:0;transform:none;width:300px}.lyhias-color-choice-grid{grid-template-columns:repeat(5,1fr)}.lyhias-collection-quick-filters{padding-top:10px}.lyhias-filter-panel{padding-top:0}.lyhias-filter-heading{margin:0 0 18px!important}#main-collection-filters{padding-top:0!important;transform:none!important}.lyhias-visual-filter .filter-tags-list{grid-template-columns:repeat(3,minmax(0,1fr));}.lyhias-visual-filter .filter-checkbox-con{min-height:82px;padding:5px}.lyhias-filter-illustration{transform:scale(.82);margin:-3px}.lyhias-filter-illustration--image{transform:none;margin:0}.lyhias-visual-filter .filter-checkbox-title{font-size:10px;gap:2px}}

/* Center product review stars and review count below collection card images. */
#ProductListContainer .product-card-wrapper .product-plugin-comment-rate-star {
  justify-content: center !important;
  margin: 6px auto 4px !important;
}
