.custom-sorting-links {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.75rem;
  overflow-x: auto;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 1rem;
  scrollbar-width: none;
}

.custom-sorting-links::-webkit-scrollbar {
  display: none;
}

.custom-sorting-links__label {
  flex-shrink: 0;
  color: #212121;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7;
  white-space: nowrap;
}

.custom-sorting-links a {
  flex-shrink: 0;
  padding: 0.5rem 0.875rem;
  color: #68696E;
  background-color: #F2F6F7;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.22s ease;
}

.custom-sorting-links a:hover,
.custom-sorting-links a.active {
  color: #fff;
  background-color: #FC4E02;
}

.o-shop-main {
  width: 100%;
}

.o-shop-main .o-grid--shop-list {
  width: 100%;
}

@media all and (min-width: 992px) {
  .o-shop-main {
    width: 78%;
  }
}

@media all and (min-width: 1120px) {
  .o-shop-main {
    width: 74.60%;
  }
}

.woocommerce-product-gallery {
  position: relative;
}

.c-product-gallery-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  height: clamp(220px, 52vw, 420px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.75rem;
  pointer-events: none;
  direction: ltr;
  transform: translateY(-6%);
}

.c-product-gallery-nav__button {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 0.875rem;
  box-shadow: 0 10px 30px rgba(2, 0, 20, 0.08);
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.22s ease;
}

.c-product-gallery-nav__button:hover {
  background-color: #FC4E02;
  border-color: #FC4E02;
}

.c-product-gallery-nav__button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.c-product-gallery-nav__icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  background: center center / 100% no-repeat;
  transition: filter 0.22s ease;
}

.c-product-gallery-nav__button:hover .c-product-gallery-nav__icon {
  filter: brightness(0) invert(1);
}

.c-product-gallery-nav__button--prev .c-product-gallery-nav__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 15L7.5 10L12.5 5' stroke='%23212121' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.c-product-gallery-nav__button--next .c-product-gallery-nav__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 15L12.5 10L7.5 5' stroke='%23212121' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media all and (min-width: 992px) {
  .c-product-gallery-nav {
    height: clamp(260px, 34vw, 460px);
    padding: 0 1rem;
    transform: translateY(-8%);
  }

  .c-product-gallery-nav__button {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
  }
}
