

/* Start:/bitrix/templates/yourBrand/components/sopdu/template.part/modal.add2cart/style.css?1726127263350*/
.product-cartPopup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    transition: all .2s ease-in-out;
}

.product-cartPopupHidden {
    opacity: 0;
    pointer-events: none;
}
/* End */


/* Start:/bitrix/templates/yourBrand/components/bitrix/catalog.section/.default/style.css?17230465421382*/
.catalog-banner {
    margin: 30px 0;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.catalog-banner:hover {
    opacity: .8;
}

.catalog-banner__img {
    max-width: 100%;
}

.catalog-bannerMobile__img {
    width: 100%;
}

.catalogGrid__sections{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

@media screen and (max-width: 576px) {
    .catalogGrid__sections{
        margin-top: 10px !important;
    }
}

.catalogGrid__section {
    align-items: center;
    display: flex;
    align-self: center;
    border-radius: 3px;
    border: 1px solid #EFECEC;
    padding: 23px 26px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 68px;
}

.catalogGrid__section:hover {
    background-color: #F7F7F7;
}

@media screen and (max-width: 576px) {
    .catalogGrid__section {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }
}

.catalogGrid__sectionIcon{
    width: 44px;
    height: 44px;
    background: no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 20px;
    flex: none;
}

.catalogGrid__sectionText{
    color: #000;
    font-size: 18px;
}

@media screen and (max-width: 576px) {
    .catalogGrid__sectionText{
        font-size: 16px !important;
    }
}
/* End */


/* Start:/bitrix/templates/yourBrand/components/bitrix/system.pagenavigation/.default/style.css?17230340751378*/
/* ----- Pagination Box -----*/

.catalogGrid__paginationBox {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 576px) {
    .catalogGrid__paginationBox {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 50px;
    }
}

.catalogGrid__paginationBox-pages {
    display: flex;
}

.catalogGrid__paginationBox-pages-item {
    height: 45px;
    width: 45px;
    font-weight: 500;
    font-size: 16px;
    border: none;
    background-color: transparent;
    border-radius: 3px;
    color: black !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.catalogGrid__paginationBox-pages-item:hover {
    background-color: #F5F5F5;
}

.catalogGrid__paginationBox-pages-itemActive {
    background-color: #F5F5F5;
}

.catalogGrid__paginationBox-pages-nextPageBtn {
    height: 45px;
    border: none;
    padding: 0 20px;
    background-color: transparent;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    color: black !important;
}

.catalogGrid__paginationBox-pages-nextPageBtn:hover {
    background-color: #F5F5F5;
}

.catalogGrid__paginationBox-pages-nextPageBtn.prev img{
    transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/templates/yourBrand/components/bitrix/catalog.section.list/.default/style.css?1720948263588*/
.catalogGrid__sections{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.catalogGrid__section{
    display: flex;
    align-self: center;
    border-radius: 3px;
    border: 1px solid #EFECEC;
    padding: 17px 26px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.catalogGrid__sectionIcon{
    width: 44px;
    height: 44px;
    background: no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 20px;
    flex: none;
}

.catalogGrid__sectionText{
    color: #000;
    font-size: 20px;
}
/* End */


/* Start:/bitrix/templates/yourBrand/components/bitrix/catalog.smart.filter/.default/style.css?172925848010357*/
.catalog-filters {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: flex-end;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .catalog-filters {
    justify-content: flex-start;
  }
}

.catalog-filters__content {
  background-color: white;
  max-width: 562px;
  width: 100%;
  padding: 10px 30px;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .catalog-filters__content {
    max-width: 90vw;
    padding: 8px 16px 0 16px;
  }
}

.catalog-filters__content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalog-filters__content-header-title {
  font-size: 40px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .catalog-filters__content-header-title {
    font-size: 25px;
  }
}

.catalog-filters__content-header-icon {
  width: 46px;
  height: 46px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .catalog-filters__content-header-icon {
    width: 38px;
    height: 38px;
  }
}

.catalog-filters__content-body {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.catalog-filters__content-body-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .catalog-filters__content-body-section {
    font-size: 16px;
  }
}

.catalog-filters__content-body-section-title {
  font-size: 25px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .catalog-filters__content-body-section-title {
    font-size: 20px;
  }
}

.catalog-filters__content-body-section-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* ----- SIZE FILTERS -----*/
.catalog-filters__content-body-section-filters-sizeItem {
  display: flex;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .catalog-filters__content-body-section-filters-sizeItem {
    font-size: 14px;
  }
}

.catalog-filters__content-body-section-filters-sizeItem-input {
  display: none;
}

.catalog-filters__content-body-section-filters-sizeItem-input + label {
  color: black;
  background-color: transparent;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #666666;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .catalog-filters__content-body-section-filters-sizeItem-input + label {
    width: 40px;
    height: 40px;
  }
}

.catalog-filters__content-body-section-filters-sizeItem-input:checked + label {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 3px;
  border: 1px solid black;
  cursor: pointer;
}

/* ----- COLOR FILTERS -----*/
.catalog-filters__content-body-section-filters-colorItem {
  position: relative;
  max-height: 45px;
}

.catalog-filters__content-body-section-filters-colorItem-input {
  display: none;
}

.catalog-filters__content-body-section-filters-colorItem-input + label {
  width: 45px;
  height: 45px;
  border: 1px solid #666666;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .catalog-filters__content-body-section-filters-colorItem-input + label {
    width: 30px;
    height: 30px;
  }
}

.catalog-filters__content-body-section-filters-colorItem-input:checked + label {
  border: 3px solid black;
}

.catalog-filters__content-body-section-filters-colorItem-tooltip {
  opacity: 0;
  padding: 5px 11px;
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 4px;
  pointer-events: none;
  transition: all .2s ease-in-out;
  position: absolute;
  z-index: 1;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}

.catalog-filters__content-body-section-filters-colorItem-tooltip:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  height: 11px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid black;
}

.catalog-filters__content-body-section-filters-colorItem:hover
.catalog-filters__content-body-section-filters-colorItem-tooltip {
  opacity: 1;
}

/* ----- CHECKBOX TAGLIKE FILTERS -----*/
.catalog-filters__content-body-section-filters-checkboxItem {
  width: fit-content;
}

.catalog-filters__content-body-section-filters-checkboxItem-input {
  display: none;
}

.catalog-filters__content-body-section-filters-checkboxItem-label {
  cursor: pointer;
  color: #666666;
}

.catalog-filters__content-body-section-filters-checkboxItem-input:checked + label {
  background-color: black;
  color: white;
  padding-left: 10px;
  display: flex;
  align-items: center;
  border-radius: 2px;
}

.catalog-filters__content-body-section-filters-checkboxItem-input:checked + label:after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.hidden-item{
  display: none;
}

.filter-show-hide-wrap{
  text-decoration: underline;
}

.show-items-btn{
  color: #000;
  display: block;
}

.hide-btn{
  display: none;
}

.open .hidden-item{
  display: block;
}

.open .hide-btn{
  display: block;
}

.open .show-btn{
  display: none;
}

.catalogGrid__filters.inline{
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .catalogGrid__filters{
    width: 100%;
    justify-content: center;
  }
}

.catalogGrid__filtersSelect{
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .catalogGrid__filtersSelect{
    display: none;
  }
}

.catalogGrid__filtersSelectSort{
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.catalogGrid__filtersSelectContent{
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 3px;
  border: 1px solid #EFECEC;
  background: #fff;
  color: #000;
  cursor: pointer;
}

.catalogGrid__filtersSelectContent:hover {
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7
}


.catalogGrid__filtersSelectName{
  font-size: 15px;
}

.catalogGrid__filtersSelectIcon{
  width: 15px;
  height: 15px;
  flex: none;
  background: url('/bitrix/templates/yourBrand/components/bitrix/catalog.smart.filter/.default/img/dropdown.svg') no-repeat center;
  transition: .3s;
  margin-left: 12px;
}

.catalogGrid__filtersSelect.open .catalogGrid__filtersSelectIcon, .catalogGrid__filtersSelect.active .catalogGrid__filtersSelectIcon{
  transform: rotate(-180deg);
}

.catalogGrid__filtersSelectDropdown{
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 100%;
  min-width: 220px;
  background: #fff;
  z-index: 1;
  box-shadow: 0 10px 45px 0 rgba(164, 164, 164, 0.20);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.catalogGrid__filtersSelect.open .catalogGrid__filtersSelectDropdown{
  opacity: 1;
  pointer-events: inherit;
}

.catalogGrid__filtersSelectDropdownItem, .catalogGrid__filtersSelectDropdownItemSort{
  padding: 6px 6px;
  color: #000;
  font-size: 15px;
  transition: .3s;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.catalogGrid__filtersSelectDropdownItem:hover, .catalogGrid__filtersSelectDropdownItemSort:hover{
  background: #EFECEC;
}

.catalogGrid__filterCheckbox{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  flex: none;
  background: #EFECEC;
}

.catalogGrid__filtersColor{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  flex: none;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  background-position: center !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.catalogGrid__filtersSelectDropdownItem.checked .catalogGrid__filterCheckbox, .catalogGrid__filtersSelectDropdownItemSort.checked .catalogGrid__filterCheckbox{
  background: url('/bitrix/templates/yourBrand/components/bitrix/catalog.smart.filter/.default/img/chevron.svg') no-repeat center #000;
}

.catalogGrid__filtersSelectDropdownItem.checked .catalogGrid__filtersColor, .catalogGrid__filtersSelectDropdownItemSort.checked .catalogGrid__filtersColor{
  border-color: inherit;
}

.catalogGrid__filtersSelect.active .catalogGrid__filtersSelectContent{
  background: #000;
  color: #fff
}

.catalogGrid__filtersSelect.active .catalogGrid__filtersSelectIcon{
  background: url('/bitrix/templates/yourBrand/components/bitrix/catalog.smart.filter/.default/img/filter-close.svg');
  cursor: pointer;
}

.catalogGrid__filtersWrap{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .catalogGrid__filtersWrap{
    width: 100%;
  }
}

.catalogGrid__filters{
  margin-right: 20px;
}

.catalogGrid__filters.inline{
  border-radius: 3px;
  border: 1px solid #F7F7F7;
  background: #F7F7F7;
  color: #000;
  font-size: 15px;
  padding: 8px 15px;
  margin-top: 0;
  margin-bottom: 6px;
  height: 40px;
  margin-right: 0;
}

.catalogGrid__manageWrap{
  display: flex;
  justify-content: space-between;
}

.catalogGrid__viewsWrap{
  display: flex;
  padding: 2px;
  border-radius: 3px;
  background: #F7F7F7;
  margin-left: 20px;
  height: 42px;
  margin-right: 10px;
}

.catalogGrid__view{
  width: 38px;
  height: 38px;
  /*margin-right: 2px;*/
  border-radius: 3px;
  background: no-repeat center;
  cursor: pointer;
}

.catalogGrid__view.active{
  background-color: #fff;
}
.catalogGrid__manageWrap{
  display: flex;
  justify-content: space-between;
}

.catalogGrid__viewsWrap{
  display: flex;
  padding: 2px;
  border-radius: 3px;
  background: #EFECEC;
  margin-left: 20px;
  height: 45px;
}

.catalogGrid__view{
  width: 40px;
  height: 40px;
  margin-right: 2px;
  border-radius: 3px;
  background: no-repeat center;
  cursor: pointer;
}

.catalogGrid__view.active{
  background-color: #fff;
}

.catalogGrid__view.block{
  background-image: url("/bitrix/templates/yourBrand/components/bitrix/catalog.smart.filter/.default/img/view-block.svg");
}

.catalogGrid__view.table{
  background-image: url("/bitrix/templates/yourBrand/components/bitrix/catalog.smart.filter/.default/img/view-table.svg");
}

.catalogGrid__filtersblock{
  display: flex;
  align-items: center;
}
/* End */
/* /bitrix/templates/yourBrand/components/sopdu/template.part/modal.add2cart/style.css?1726127263350 */
/* /bitrix/templates/yourBrand/components/bitrix/catalog.section/.default/style.css?17230465421382 */
/* /bitrix/templates/yourBrand/components/bitrix/system.pagenavigation/.default/style.css?17230340751378 */
/* /bitrix/templates/yourBrand/components/bitrix/catalog.section.list/.default/style.css?1720948263588 */
/* /bitrix/templates/yourBrand/components/bitrix/catalog.smart.filter/.default/style.css?172925848010357 */
