.WI_collecitonHeader_main{width: 100%;height: auto;margin-bottom: 20px;}
.WI_collecitonHeader_in{max-width: 1400px;height: auto;display: flex;justify-content: left;gap: 10px;flex-wrap: wrap;}
.WI_collecitonHeader_heading{width: 100%;height: auto;}
.WI_collecitonHeader_heading h1{width: 100%;margin: 0;font-size:28px;color: #000;}
.WI_collecitonHeader_description{max-width: 720px;height: auto;}
.WI_collecitonHeader_description p{width: 100%;margin: 0;font-size: 14px;color: #000;}
.WI_collecitonHeader_pills{width: 100%;height: auto;display:flex;justify-content: left;align-items: center;gap: 20px;overflow: auto;padding: 5px 0;}
.WI_collecitonHeader_pills::-webkit-scrollbar{width: 0;height: 0;}
.WI_collecitonHeader_pills a{margin: 0;padding:5px 15px;border: 1px solid #000;border-radius: 20px;font-size: 14px;color: #000;text-decoration: none;flex-shrink: 0;}

/* Layout for collections with category_groups */
.WI_collecitonHeader_main--with-categories{overflow: hidden;}
.WI_collecitonHeader_top{margin-bottom: 24px;}
.WI_collecitonHeader_top h1{margin: 0 0 8px;font-size: 28px;font-weight: 700;color: #000;}
.WI_collecitonHeader_subtitle{margin: 0;font-size: 14px;color: #000;line-height: 1.5;max-width: 720px;}
.WI_categoryGroups{display: flex;gap: 20px;overflow-x: auto;padding-bottom: 8px;margin-bottom: 24px;-webkit-overflow-scrolling: touch;scrollbar-width: none;cursor: grab;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;flex: 1;min-width: 0;justify-content: safe center;}
.WI_categoryGroups::-webkit-scrollbar{display: none;}
.WI_categoryGroups.is-grabbing{cursor: grabbing;}
.WI_categoryGroups.is-grabbing .WI_categoryGroup_item{pointer-events: none;}
.WI_categoryGroup_item{display: block;text-decoration: none;color: #000;cursor: pointer;flex-shrink: 0;width: 125px;text-align: center;}
.WI_categoryGroup_item:hover img{opacity: 0.85;}
.WI_categoryGroup_item--active{position: relative;}
.WI_categoryGroup_item--active img{outline: 3px solid #000;outline-offset: -3px;}
.WI_categoryGroup_item--active::after{content: '';position: absolute;top: 10px;right: 10px;width: 28px;height: 28px;background: #fff;border-radius: 50%;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle stroke='%23000' stroke-width='1' fill='none' cx='8' cy='8' r='6.67'/%3E%3Cpath stroke='%23000' stroke-width='1' fill='none' d='M11 6L7 10 5 8.18'/%3E%3C/svg%3E");background-size: 100% 100%;}
.WI_categoryGroup_item img{width: 100%;height: auto;display: block;aspect-ratio: 3 / 4;object-fit: cover;border-radius: 8px;transition: opacity 0.2s ease;}
.WI_categoryGroup_item_title{padding: 12px 4px 0;font-size: 15px;line-height: 1.3;}
.WI_categoryGroup_item--active .WI_categoryGroup_item_title{font-weight: 600;}

/* Navigation arrows */
.WI_categoryGroups_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}
.WI_categoryGroups_arrow{
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  margin-bottom: 40px;
}
.WI_categoryGroups_arrow--prev{
  order: -1;
  background: #f0f0f0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23000' d='m24.5 0.932 4.3 4.38-14.5 14.6 14.5 14.5-4.3 4.4-14.6-14.6-4.4-4.3 4.4-4.4 14.6-14.6z'/%3E%3C/svg%3E") no-repeat center / 12px 12px !important;
}
.WI_categoryGroups_arrow--prev:hover{
  background: #d8d8d8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23000' d='m24.5 0.932 4.3 4.38-14.5 14.6 14.5 14.5-4.3 4.4-14.6-14.6-4.4-4.3 4.4-4.4 14.6-14.6z'/%3E%3C/svg%3E") no-repeat center / 12px 12px !important;
}
.WI_categoryGroups_arrow--next{
  order: 1;
  background: #f0f0f0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23000' d='m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z'/%3E%3C/svg%3E") no-repeat center / 12px 12px !important;
}
.WI_categoryGroups_arrow--next:hover{
  background: #d8d8d8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23000' d='m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z'/%3E%3C/svg%3E") no-repeat center / 12px 12px !important;
}
.WI_categoryGroups_arrow:disabled{
  visibility: hidden;
}

@media screen and (max-width: 1024px) and (min-width: 769px){
  .WI_categoryGroups_wrapper{gap: 12px;}
  .WI_categoryGroups_arrow{width: 36px;height: 36px;}
}

@media screen and (max-width: 768px){
    .WI_collecitonHeader_pills{gap: 10px;}
    .WI_collecitonHeader_top{margin-bottom: 16px;}
    .WI_categoryGroups{gap: 12px;margin-bottom: 16px;}
    .WI_categoryGroup_item{width: calc(28vw - 12px);}
    .WI_categoryGroups_arrow{display: none;}
}

@media (min-width: 1024px) {
  .pills-wrapper--centered {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  
  .WI_collecitonHeader_subtitle, .WI_collecitonHeader_description {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.WI_collectionHeader_top-centered {
  text-align: center;
}

.WI_collectionHeader-no-max {
  max-width: none !important;
}

.WI_collectionHeader-padding {
  padding: 0 clamp(20px, 4vw, 40px);
}