.custom-collection__item{display:flex;flex-direction:column;align-items:center;justify-content:center}.custom-collection__item--img{display:block;width:100%;height:100%}.custom-collection__item--img img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.custom-collection__item--img.has-slider{position:relative}.custom-collection__item--img.has-slider .swiper-pagination{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50%;height:20px;z-index:1;display:flex;align-items:center;justify-content:center}.custom-collection__item--img.has-slider .swiper-pagination .swiper-pagination-bullet-active{background:#46494d}.custom-collection__item--title{padding:10px;padding-bottom:6px;font-size:12px;line-height:1.2;color:#000;text-decoration:none;text-align:center}.custom-collection__item--price{padding:0;font-size:11px;color:#4d4d4d}.custom-collection__item--colors{width:100%}.custom-collection__item--colors--title{display:flex;align-items:center;justify-content:center;width:100%;font-size:10px;line-height:1.2;color:#4d4d4d;font-style:italic;padding:4px 2px;width:100%}.custom-collection__item--colors--title.is--hidden{display:none}.custom-collection__item--colors--list{padding:4px 2px;align-items:center;justify-content:center;gap:8px;display:none}.custom-collection__item--colors--list.is--visible{display:flex}.custom-collection__item--colors a{border-radius:50%;overflow:hidden;display:block;width:16px;height:16px;transition:all .3s ease;border:1px solid #fff;outline:1px solid #000}.custom-collection__item--colors a span{display:block;width:100%;height:100%}.custom-collection__item--colors a:hover{transform:scale(1.1)}.custom-collection__next,.custom-collection__prev{display:flex;margin:unset;box-shadow:-1px 6px 11.8px 2px rgba(65,65,65,0.2509803922);border-radius:50%;background-color:var(--brown-100);width:40px;height:40px;transition:all .3s ease}@media screen and (width >= 1200px){.custom-collection__next,.custom-collection__prev{opacity:0 !important}}.custom-collection__next:after,.custom-collection__prev:after{display:none}.custom-collection__next svg,.custom-collection__prev svg{width:22px;height:22px}.custom-collection__next:hover,.custom-collection__prev:hover{background:#1b1b1b}.custom-collection__next:hover svg path,.custom-collection__prev:hover svg path{stroke:#fff}.custom-collection__prev svg{transform:rotate(180deg)}.custom-collection__list:hover .custom-collection__next,.custom-collection__list:hover .custom-collection__prev{opacity:1 !important}.custom-collection__next,.custom-collection__prev{transform:translateY(-50%)}