.wd-products-shop-view {
   display: inline-flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px 0.9em;
   line-height: 1;
}
.wd-products-shop-view button {
   color: var(--color-gray-300);
   background: transparent;
   padding: 0;
   font-size: 16px;
}
.wd-products-shop-view button:hover {
   background: transparent;
   padding: 0;
   color: var(--color-gray-600);
}
.wd-products-shop-view button.current-variation {
   color: var(--color-gray-800);
   cursor: default;
}
.wd-products-shop-view button:before {
   font-size: 180%;
   content: "\e900";
   font-family: "woodmart-font";
}
.wd-products-shop-view .per-row-2:before {
   content: "\e901";
}
.wd-products-shop-view .per-row-3:before {
   content: "\e902";
}
.wd-products-shop-view .per-row-4:before {
   content: "\e903";
}
.wd-products-shop-view .per-row-5:before {
   content: "\e904";
}
.wd-products-shop-view .per-row-6:before {
   content: "\e905";
}
