<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.h-p-img .second-img,.h-p-img:hover .first-img{opacity:0;}
.h-p-img{padding-bottom:125.43%;}
.h-p-img:hover .second-img{opacity:1;}
.highlighted_collection_top{align-items:center;justify-content:space-between;}
.highlighted_collection_top p{margin:0;font-size:12px;font-family:var(--BTN-FONT-STACK);font-weight:400;}
.highlighted_collection_top p,.h-p-content p{line-height:140%;}
.h-p-content p{font-size:12px;font-weight:300;margin:0;}
.h-p-content{display:grid;}

@media (min-width: 992px){
  .highlight-collection-list{width:calc(25% - 8px* 3 / 4);}
  .highlighted_collection_bottom{gap:8px;}
  .highlighted_collection_top{padding:0 24px 16px;}
  .h-p-content{padding-top:12px;gap:8px;text-align:center;}
}
@media (max-width: 991px){
  .b-btn .view-all{display:block;width:fit-content;margin-top:40px;}
  .highlighted_collection_bottom{flex-wrap:wrap;gap:4px;row-gap:24px;}
  .b-btn{text-align:center;justify-content:center;display:flex;}
  .highlight-collection-list{width:calc(50% - 4px* 1 / 2);}
  .highlighted_collection_top{padding:0 16px 24px;}
  .h-p-content{padding-top:8px;gap:4px;}
  .highlighted_collection_bottom .highlight-collection-list:nth-child(odd) .h-p-content{padding-left:8px;}
}
</pre></body></html>