/** Shopify CDN: Minification failed

Line 139:1 Expected "}" to go with "{"

**/
.category-collection-style7 .main-collections-list-wrapper-style2 .swiper-button-next,
.category-collection-style7 .main-collections-list-wrapper-style2 .swiper-button-prev{
  opacity: 0;
}
.category-collection-style7 .main-collections-list-wrapper-style2:hover .swiper-button-next,
.category-collection-style7 .main-collections-list-wrapper-style2:hover .swiper-button-prev{
  opacity: 1;
}
.category-collection-style7 .main-collection-item--left {
  text-align: left;
}
.category-collection-style7 .main-collection-item--center {
  text-align: center;
}
.category-collection-style7 .main-collection-item--right {
  text-align: right;
}
.category-collection-style7 .collection-card__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--media-radius);
}
.category-collection-style7.main-collection-list-item3 .collection-name-wrapper .h3{
  font-size: 26px;
  font-weight: var(--text_weight);
  transition: all .5s ease;
}
.category-collection-style7 .collection-product-count{
  font-size: 16px;
  font-weight: var(--text_weight);
  transition: all .5s ease;
}
.category-collection-style7 .main-collection-item .theme_buttons {
  margin-top: 10px;
}
.category-collection-style7.classic .collection-name-wrapper{
  margin-top: 14px;
}
.category-collection-style7 .category_img.square .media{
  border-radius: var(--media-radius);
}
.category-collection-style7 .category_img.square{
  border-radius: var(--media-radius);
}
.category-collection-style7 .category_img{
  overflow: hidden;
  position: relative;
  transition: all .5s ease;
}
.category-collection-style7.classic .category_img{
  padding: 10px;
}
.category-collection-style7.classic .arrow_btn{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translatey(-50%);
  opacity: 0;
}
.category-collection-style7 .arrow_btn{
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .5s ease;
  margin: 0 auto;
}
.category-collection-style7 .collection-name-wrapper .h3{
  text-transform: var(--text_style);
}
.category-collection-style7 .collection-card__image:hover .arrow_btn{
  opacity: 1;
}
.category-collection-style7 .arrow_btn svg{
  rotate: 180deg;
}

.category-collection-style7 .arrow_btn{
  position: inherit;
  transform: translate(0);
}
.category-collection-style7 .collection-card__image{
  display: flex;
  flex-direction: column;
  padding: 11% 10.85%;
  row-gap: 25px;
}
.category-collection-style7 .category_img .media{
  --ratio-percent: 100% !important;
  border-radius: 50%;
}
.category-collection-style7 .collection-product-countt {
  height: 30px;
  width: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  right: 25px;
  transition: all .5s ease;
}
.category-collection-style7 .collection-card__image .collection-img{
  order: 2;
}
.category-collection-style7 .collection-card__image .collection-name{
  order: 1;
}
.category-collection-style7 .collection-card__image .arrow_btn{
  order: 3;
}
@media screen and (max-width: 1299px){
  .category-collection-style7.main-collection-list-item3 .collection-name-wrapper .h3{
    font-size: 16px;
  }
}
@media screen and (max-width: 1099px){
  .category-collection-style7 .arrow_btn {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 1099px){
.category-collection-style7 .collection-card__image{
  row-gap: 15px;
}
@media screen and (max-width: 1099px){
.category-collection-style7 .collection-product-countt{
  right: 0px;
}