.archive .watches,
.archive .subcategories {
  padding-top: 236px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 769px) {
  .archive .watches,
  .archive .subcategories {
    padding-top: 5px;
  }
}
.archive.is-watch-category .category-heading, .archive.is-strap-category .category-heading, .archive.is-accessory-category .category-heading {
  display: flex;
  align-items: flex-start;
}
.archive.is-watch-category .category-heading .page-heading, .archive.is-strap-category .category-heading .page-heading, .archive.is-accessory-category .category-heading .page-heading {
  width: calc(25% - 7.5px - var(--side-padding));
  padding-left: 0;
  margin-left: var(--side-padding);
  padding-bottom: 12px;
  margin-right: 15px;
}
.archive.is-watch-category .category-heading .search-wrap, .archive.is-strap-category .category-heading .search-wrap, .archive.is-accessory-category .category-heading .search-wrap {
  display: none;
  width: calc(50% - 5px);
  margin-top: 60px;
}
.archive.is-watch-category .category-heading .breadcrumbs, .archive.is-strap-category .category-heading .breadcrumbs, .archive.is-accessory-category .category-heading .breadcrumbs {
  display: flex;
  max-height: none;
  height: auto;
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width: 770px) {
  .archive.is-watch-category .category-heading .breadcrumbs, .archive.is-strap-category .category-heading .breadcrumbs, .archive.is-accessory-category .category-heading .breadcrumbs {
    width: calc(25% - 7.5px - var(--side-padding));
    padding-left: 0;
    margin-left: var(--side-padding);
    padding-bottom: 12px;
    margin-right: 15px;
  }
  .archive.is-watch-category .category-heading .breadcrumbs, .archive.is-watch-category .category-heading .breadcrumbs > *, .archive.is-watch-category .category-heading .breadcrumbs > * > *, .archive.is-strap-category .category-heading .breadcrumbs, .archive.is-strap-category .category-heading .breadcrumbs > *, .archive.is-strap-category .category-heading .breadcrumbs > * > *, .archive.is-accessory-category .category-heading .breadcrumbs, .archive.is-accessory-category .category-heading .breadcrumbs > *, .archive.is-accessory-category .category-heading .breadcrumbs > * > * {
    display: inline;
  }
}
@media only screen and (max-width: 769px) {
  .archive.is-watch-category .category-heading, .archive.is-strap-category .category-heading, .archive.is-accessory-category .category-heading {
    flex-wrap: wrap;
  }
  .archive.is-watch-category .category-heading .search-wrap, .archive.is-strap-category .category-heading .search-wrap, .archive.is-accessory-category .category-heading .search-wrap {
    width: calc(50% - 5px - var(--side-padding));
    display: block;
  }
  .tax-product_cat .archive.is-watch-category .category-heading, .tax-product_cat .archive.is-strap-category .category-heading, .tax-product_cat .archive.is-accessory-category .category-heading {
    top: 0;
    position: sticky;
  }
  .archive.is-watch-category .category-heading .search-container, .archive.is-strap-category .category-heading .search-container, .archive.is-accessory-category .category-heading .search-container {
    display: none;
  }
  .archive.is-watch-category .category-heading .page-heading, .archive.is-strap-category .category-heading .page-heading, .archive.is-accessory-category .category-heading .page-heading {
    box-sizing: border-box;
    padding-bottom: 20px;
    width: calc(50% - 5px - var(--side-padding));
    margin-right: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .archive.tax-product_cat .category-heading {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 424px) {
  .archive.tax-product_cat .category-heading {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 769px) {
  .archive.tax-product_cat .category-banner + .category-heading {
    padding-top: 0px !important;
  }
}

.watches-items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 var(--side-padding);
  row-gap: 10px;
  column-gap: 10px;
}
.watches-items--wish-list {
  padding: 6px var(--side-padding) 150px;
}

.watches-item {
  width: calc(25% - 7.5px);
  background: #f1f1f1;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.watches-item .yith-wcwl-add-to-wishlist {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  margin: 0;
}
.watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item svg.yith-wcwl-icon-svg, .watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg {
  margin: 6px;
}
.watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button, .watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  padding: 9px;
}
@media screen and (max-width: 769px) {
  .watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    padding: 6px;
  }
}
.watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:not(:has(.yith-wcwl-icon)) {
  padding: 0;
}
.watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a svg {
  stroke: #9E9E9E;
}
.watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.delete_item svg {
  fill: #9E9E9E;
}
.watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i {
  margin: 0;
  color: #9E9E9E;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
}
.watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i.fa-heart {
  color: var(--stickyColor);
}
@media screen and (max-width: 769px) {
  .watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
  }
}
.watches-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span {
  display: none;
}
.watches-item .sold-out-label {
  font-weight: 700;
  font-family: var(--f-main-bold);
  text-align: center;
  margin-bottom: 5px;
}
.watches-item.sold-out .img-holder {
  filter: opacity(0.5);
}

.watches-item::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #9e9e9e;
}

@media only screen and (max-width: 991px) {
  .watches-item {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media only screen and (max-width: 769px) {
  .watches-item {
    width: calc(50% - 5px);
  }
}
.watches-item__heading {
  padding: 3px 50px 3px 3px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.2px;
  min-height: 30px;
  max-height: 30px;
  height: 100%;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 769px) {
  .watches-item__heading {
    font-size: 14px;
    line-height: 17px;
    padding: 3px 30px 3px 3px;
  }
}
.watches-item__heading .name {
  color: #000;
}

.watches-item__heading .name span {
  font-weight: 700;
  font-family: var(--f-main-bold);
}

.watches-item__heading .price {
  color: #9e9e9e;
}

.watches-item .img-holder {
  position: relative;
  max-width: 545px;
  height: calc(25vw - 31px);
  margin: auto;
}

@media only screen and (max-width: 991px) {
  .watches-item .img-holder {
    height: calc(33.3333333333vw - 31px);
  }
}
@media only screen and (max-width: 769px) {
  .watches-item .img-holder {
    height: calc(75vw - 31px);
  }
}
@media (pointer: fine) {
  .watches-item:hover {
    background-color: #fff;
  }
}
.watches-item .img-holder .inner-holder {
  position: relative;
  width: 75%;
  height: 100%;
  margin: auto;
}
.watches-item .img-holder .inner-holder picture,
.watches-item .img-holder .inner-holder img {
  position: absolute;
  top: 7%;
  height: 86%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media only screen and (max-width: 769px) {
  .watches-item .img-holder .inner-holder {
    width: 85%;
  }
}

section.family {
  z-index: 4;
  position: relative;
}

#product-filter-form {
  padding: 15px 0;
}

.filters-container {
  display: none;
  height: 0;
  opacity: 0;
  transition: 1s ease-in-out;
  margin-top: 7px;
  justify-content: space-between;
}

.filters-container.active-filters {
  height: unset;
  opacity: 1;
  transition: 1s ease-in-out;
  display: flex;
  min-height: 116px;
}

.wrap-search {
  display: flex;
  justify-content: space-between;
}

.filter-trigger-wrapper {
  display: flex;
  order: -1;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .filter-trigger-wrapper {
    justify-content: space-between;
    flex: 1 1 auto;
  }
}

.filter-trigger {
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--f-main-medium);
  cursor: pointer;
  color: #9b9b9b;
}

.search-filter::placeholder,
.ais-SearchBox-input::placeholder {
  color: rgba(127, 127, 123, 0.4588235294);
  font-family: var(--f-main-regular);
}

.active-angle > i {
  transform: rotateX(180deg);
}

.filter-trigger.active-angle {
  color: black;
}

.filter-section {
  padding: 10px 0 5px 5px;
  width: calc(75% - 7.5px - var(--side-padding));
}
.filter-section .reset-options {
  display: none;
}
.filter-section.has-filters .reset-options {
  display: flex;
}

#product-filter-form select {
  background-color: white;
  border: none;
  border-top: 1px solid #9b9b9b;
  font-weight: 600;
  font-family: var(--f-main-bold);
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 5px 25px 5px 0;
  color: #9b9b9b;
}

.search-container {
  position: relative;
  flex: 0 0 auto;
  width: 33%;
}
@media only screen and (max-width: 769px) {
  .search-container {
    width: calc(50% - 10px);
  }
}

#reset-button {
  display: none;
  background: #e4e3e4;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--f-main-bold);
}

.select-style {
  border-top: 1px solid #9e9e9e;
  color: #9e9e9e;
  display: flex;
  justify-content: space-between;
  padding-top: 3px;
  cursor: pointer;
  font-weight: 500;
  font-family: var(--f-main-medium);
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.filters-container-selected {
  display: flex;
  justify-content: space-between;
}

.container-f {
  width: 19.36%;
}
.container-f .dropdowns {
  width: 100%;
  position: static;
  height: auto;
}

@media only screen and (min-width: 770px) {
  .is-strap-category .container-f {
    width: 24.4%;
  }
}
.active-f {
  color: black;
  border-top: 1px solid #000;
}

.active-f i {
  transform: rotate(180deg);
  transform-origin: center 7px;
}

span.count {
  font-size: 13px;
}

.selected-options {
  display: flex;
  cursor: pointer;
  font-weight: 600;
  font-family: var(--f-main-bold);
  padding-top: 5px;
  margin-bottom: 20px;
  min-height: 45px;
}
.selected-options .content {
  flex: 1 1 auto;
}
.selected-options .reset {
  font-size: 13px;
  padding: 0 10px;
  margin-right: -10px;
}
@media only screen and (max-width: 769px) {
  .selected-options:not(.bordert) {
    display: none;
  }
}
.selected-options .reset {
  display: none;
}

.bordert {
  border-top: 1px solid #000;
  color: #000;
}
.bordert .reset {
  display: initial;
}

.dropdowns {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 5px;
  padding-top: 18px;
  z-index: 3;
  height: 0;
  flex-wrap: wrap;
}

.container-d {
  width: 100%;
  background-color: white;
  display: none;
  position: relative;
}
@media only screen and (min-width: 770px) {
  .container-d {
    min-height: calc((100vh - 230px) * 0.9);
  }
}

.active-d {
  display: flex;
}

.filter-list {
  width: 16%;
}

.filter-image {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: auto;
}
.filter-image::before {
  display: block;
  content: "";
  padding-top: 55%;
}
.filter-image picture,
.filter-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .filter-image {
    display: none;
  }
}

.is-strap-category .filter-list {
  width: 24.4%;
}

.filter-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-top: 1px solid #000;
  padding-top: 3px;
  cursor: pointer;
  font-weight: 500;
  font-family: var(--f-main-medium);
}
.filter-list li > .label {
  flex: 1 1 auto;
}
.filter-list li > .label a {
  display: block;
}
.filter-list.filter-list-product_cat > li {
  flex-wrap: wrap;
}
.filter-list.filter-list-product_cat > li i {
  transform: rotateX(180deg);
  transition: all 200ms;
  transform-origin: center 7px;
}
.filter-list.filter-list-product_cat > li ul {
  margin-top: 12px;
  width: 100%;
  color: #bbb;
  font-size: 0.8em;
}
.filter-list.filter-list-product_cat > li ul li {
  border-top: 1px solid #bbb;
  margin-bottom: 10px;
}
@media (pointer: fine) {
  .filter-list.filter-list-product_cat > li ul li:hover {
    color: #000;
  }
}
.filter-list.filter-list-product_cat > li.collapsed ul {
  display: none;
}
.filter-list.filter-list-product_cat > li.collapsed i {
  transform: none;
}
.filter-list.filter-list-product_cat > li.all a {
  align-items: center;
  background: #000;
  color: #fff;
  min-width: 100%;
  padding: 3px 0 0 3px;
  text-align: center;
}
.filter-list .filter-image {
  position: absolute;
  width: 70%;
  max-width: 584px;
  height: 0;
  padding-top: 54.778157%;
  right: var(--side-padding);
  top: var(--side-padding);
}

.filter-list li > span:nth-child(2) {
  color: #9b9b9b;
}

.active-dd {
  opacity: 1;
  height: 100vh;
  background: #fff;
}

.active-dd li {
  display: flex;
}

.active-blur {
  position: relative;
}
@media only screen and (min-width: 770px) {
  .active-blur::after {
    display: block;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.9;
    background-color: #fff;
    z-index: 5;
  }
}

.reset-options {
  width: 100%;
  border: none;
  background: #000;
  color: white;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--f-main-medium);
  padding: 5px 5px 2px;
  display: none;
  margin-top: -9px;
  margin-bottom: -5px;
}
@media screen and (min-width: 770px) {
  .reset-options {
    position: absolute;
    right: var(--side-padding);
    bottom: 30px;
    left: auto;
    width: auto;
  }
}
@media (pointer: fine) {
  .reset-options:hover {
    background: #f2f2f1;
  }
}
.reset-options .mobile {
  display: none;
  font-size: 1.2em;
}
@media only screen and (max-width: 769px) {
  .reset-options {
    background: none transparent;
    flex: 0 1 auto;
    width: auto;
  }
  .reset-options .btn-text {
    display: none;
  }
  .reset-options .mobile {
    display: inline-block;
    padding: 5px 12px;
    margin: -5px 0;
    background: #fff;
    color: #000;
  }
}

.space {
  width: 0.8%;
  padding-top: 27.5%;
  background: #fff;
}

.white-border-top {
  background: #fff;
  border-top: 1px solid black;
}

@media only screen and (max-width: 769px) {
  .filter-section {
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .search-container {
    margin: 10px 5px;
  }
  .filters-container,
  .filter-trigger {
    margin: 10px var(--side-padding);
  }
  .search-filter,
  .ais-SearchBox-input {
    width: 100%;
  }
  .filters-container.active-filters {
    flex-wrap: wrap;
  }
  .is-strap-category .container-f,
  .container-f {
    width: calc(50% - 5px);
  }
  .dropdowns {
    flex-wrap: wrap;
  }
  .active-dd {
    width: 100%;
  }
  .filter-list {
    width: 100%;
  }
  .is-strap-category .filter-list {
    width: 100%;
  }
  .white-border-top {
    display: none;
  }
  .space {
    display: none;
  }
  .bordert {
    border: 0;
  }
  .family-menu {
    display: none;
  }
  .container-d {
    height: auto;
  }
  #selected-function {
    border-bottom: 1px solid #9e9e9e;
  }
  #selected-price {
    border-bottom: 1px solid #9e9e9e;
  }
}
.subcategories .subcats-items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 var(--side-padding);
  row-gap: 10px;
  column-gap: 10px;
}

.subcat {
  width: calc(25% - 7.5px);
  background: #f1f1f1;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .subcat {
    width: calc(33% - 5px);
  }
}
@media only screen and (max-width: 769px) {
  .subcat {
    width: calc(50% - 5px);
  }
}
.subcat::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #9e9e9e;
}
.subcat h2.custom-h2.cat-title {
  display: flex;
  flex-direction: column;
  --hover-color: currentcolor;
}
.subcat h2.custom-h2.cat-title .title {
  text-transform: uppercase;
}
.subcat h2.custom-h2.cat-title .counts {
  font-size: 0.9em;
  opacity: 0.6;
}
@media (pointer: fine) {
  .subcat:hover h2.custom-h2.cat-title span {
    color: var(--hover-color) !important;
  }
}
.subcat .cat-content {
  padding: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.subcat .cat-bg {
  z-index: 1;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.subcat .cat-bg picture,
.subcat .cat-bg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  color: transparent;
  font-size: 0.001px;
}

li.no-results {
  cursor: default;
  color: #9f9f9f;
}

#yith-wcwl-popup-message {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/*# sourceMappingURL=watches.css.map */
