/**
 * WooCommerce — mobile-first single product + responsive (all viewports).
 */

.single-product {
  overflow-x: hidden;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .woo-single-gallery {
  float: none;
  width: 100%;
  max-width: none;
}

.single-product div.product .summary {
  float: none;
  width: 100%;
}

.woocommerce-message {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100%;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #777 !important;
  border-top: 1px solid #ddd !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ddd !important;
  margin: 30px 0 40px !important;
  padding: 10px 40px !important;
  text-align: left !important;
}

.woocommerce-message::before {
  display: none;
}

/* -------------------------------------------------------------------------
   Single product: gallery
   ------------------------------------------------------------------------- */
.single-product div.product .woo-single-gallery {
  position: relative;
  margin-bottom: 24px;
  width: 45% !important;
}

.single-product .woo-single-gallery__badges {
  position: absolute;
  top: 20px;
  left: 143px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 60px);
  pointer-events: none;
}

.single-product .woo-single-gallery__zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  padding: 0;
}

.single-product .woo-single-gallery__zoom-icon {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  border: 2px solid #333;
  border-radius: 50%;
  position: relative;
  flex: 0 0 12px;
}

.single-product .woo-single-gallery__zoom-icon::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background: #333;
  right: -6px;
  bottom: -2px;
  transform: rotate(45deg);
}

.single-product .woo-single-gallery__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.single-product .woo-gallery-thumbs {
  max-width: 100%;
  box-sizing: border-box;
}

/* Не переопределяем .swiper-wrapper — направление и отступы задаёт Swiper (thumbs). */

.single-product .woo-gallery-thumbs .swiper-slide {
  width: 92px;
  height: 83px;
  box-sizing: border-box;
}

.single-product .woo-gallery-thumbs__btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  border: 1px solid #f4f4f4;
}

.woo-gallery-thumbs__slide.swiper-slide-thumb-active .woo-gallery-thumbs__btn {
  border: 1px solid #000;
}

.single-product .woo-gallery-thumbs__slide.is-active .woo-gallery-thumbs__btn {
  border-color: #2b2b2b;
}

.single-product .woo-gallery-thumbs__btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border: 2px solid transparent;
  border-radius: 16px;
}

.single-product .woo-gallery-main-wrap {
  position: relative;
  width: 100%;
  max-width: 670px;
  min-width: 0;
  aspect-ratio: 1 / 1;
  max-height: min(670px, 92vw);
}

.single-product .woo-gallery-main {
  border-radius: 12px;
  overflow: hidden;
  background: #f4f4f4;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
}

.single-product .woo-gallery-main.swiper {
  max-width: 100%;
  height: 100%;
}

.single-product .woo-gallery-main .swiper-wrapper {
  align-items: stretch;
  height: 100%;
}

.single-product .woo-single-summary__rating:empty {
  display: none;
}

.single-product .woo-gallery-main__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
}

.single-product .woo-gallery-main__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 12px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
}

.single-product .woo-gallery-main__img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: none;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 16px;
}

/* Дизайн как у .swiper-nstock .swiper-button-*; позиционирование прежнее */
.single-product .woo-gallery-main__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
}

.single-product .woo-gallery-main__nav::after {
  content: '';
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
  transition: all 0.2s linear;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
  border: 1px solid #5b5e64;
}

.single-product .woo-gallery-main__nav--prev {
  left: 20px;
}

.single-product .woo-gallery-main__nav--prev::after {
  background-image: url(/wp-content/uploads/2025/07/arrow-left.svg) !important;
}

.single-product .woo-gallery-main__nav--next {
  right: 20px;
}

.single-product .woo-gallery-main__nav--next::after {
  background-image: url(/wp-content/uploads/2025/07/arrow-right.svg) !important;
}

.single-product .woo-gallery-main__nav--prev:focus::after,
.single-product .woo-gallery-main__nav--prev:hover::after {
  background-image: url(/wp-content/themes/oceanwp/assets/img/arrow-right-hover.svg) !important;
}

.single-product .woo-gallery-main__nav--next:focus::after,
.single-product .woo-gallery-main__nav--next:hover::after {
  background-image: url(/wp-content/themes/oceanwp/assets/img/arrow-left-hover.svg) !important;
}

/* Fancybox с товарной галереей: не наследовать transform/layout от Swiper */
body.single-product .woo-gallery-fancybox.fancybox__container {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

body.single-product .woo-gallery-fancybox .fancybox__carousel {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

body.single-product .woo-gallery-fancybox .fancybox__viewport {
  width: 100%;
  height: 100%;
}

body.single-product .woo-gallery-fancybox .fancybox__content {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single-product .woo-gallery-fancybox .fancybox-image {
  max-width: min(100vw, 100%) !important;
  max-height: min(100dvh, 100%) !important;
  object-fit: contain;
}

.single-product .woo-single-gallery__placeholder {
  border-radius: 12px;
  background: #f4f4f4;
  text-align: center;
  padding: 24px;
}

/* -------------------------------------------------------------------------
   Summary
   ------------------------------------------------------------------------- */
.single-product .woo-single-summary__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
}

.single-product .woo-single-summary__title {
  flex: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  max-width: 380px;
  color: var(--color-black);
}

.single-product .woo-single-summary__share-wrap {
  position: relative;
  flex-shrink: 0;
}

.single-product .woo-single-summary__share-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
}

.single-product .woo-single-summary__share-toggle:focus-visible {
  outline: 2px solid var(--color-black, #111);
  outline-offset: 2px;
}

.single-product .woo-single-summary__share-toggle img {
  display: block;
  width: 36px;
  height: auto;
}

.single-product .woo-single-summary__share-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 50;
  min-width: 220px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.single-product .woo-single-summary__share-wrap:not(.is-open) .woo-single-summary__share-panel[hidden] {
  display: none;
}

.single-product .woo-single-summary__share-wrap.is-open .woo-single-summary__share-panel {
  display: block;
}

.single-product .woo-single-summary__share-link {
  display: block;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease;
}

.single-product .woo-single-summary__share-link:hover,
.single-product .woo-single-summary__share-link:focus-visible {
  background: #f5f5f5;
}

.single-product .woo-single-summary__share-copy {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  border: 0;
  border-top: 1px solid #eee;
  margin-top: 4px;
  padding-top: 12px;
  background: transparent;
  cursor: pointer;
}

.single-product .woo-single-summary__share-copy:hover {
  background: #f5f5f5;
}

.single-product .woo-single-summary__rating {
  margin-bottom: 10px;
}

.single-product .woo-product-rating {
  display: none;
  /* display: flex; */
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0;
}

.single-product .woo-product-rating-num {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.4;
}

.single-product .woo-product-rating-stars {
  display: block;
  width: 120px;
  height: auto;
}

.single-product .woo-product-rating__link {
  font-size: 14px;
  color: #666;
}

.single-product .woo-single-summary__brand {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #5b5e64;
  margin-top: 20px;
}

.single-product .woo-single-summary__brand-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s linear;
}

.single-product .woo-single-summary__brand-link:focus,
.single-product .woo-single-summary__brand-link:hover {
  color: var(--n-hard-grey, #333);
  text-decoration: underline;
}

.single-product .woo-single-summary__sku {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #030303;
  opacity: 0.6;
}

.single-product .woo-single-summary__volume {
  margin: 20px 0 0;
}

.single-product .woo-single-summary__volume-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-product .woo-single-summary__volume-tag {
  display: inline-block;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
  background: #fff;
  text-decoration: none;
}

.single-product a.woo-single-summary__volume-tag:hover,
.single-product a.woo-single-summary__volume-tag:focus-visible {
  color: var(--color-black);
  border-color: #bdbdbd;
  text-decoration: none;
}

.single-product .woo-single-summary__volume-tag--active {
  cursor: default;
}

.single-product .woo-single-summary__prices {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
}

.single-product .woo-single-summary__price-new {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-black);
}

.single-product .woo-single-summary__price-new .amount {
  font-weight: 500;
}

.single-product .woo-single-summary__price-old {
  vertical-align: baseline;
  text-decoration: line-through;
  color: #d9d9d9 !important;
}

.single-product .woo-single-summary__price-old .amount {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #d9d9d9 !important;
}

.single-product .woo-single-summary__expiry {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #444;
}

.single-product .woo-single-summary__expiry-value {
  color: #f90000;
}

.single-product .woo-single-summary__stock {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 0;
}

.single-product .woo-single-summary__stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #43a047;
  flex-shrink: 0;
  display: none;
}

.single-product .woo-single-summary__stock--out .woo-single-summary__stock-dot {
  display: none;
}

.single-product .woo-single-summary__stock-text {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #8d8d8d;
}

.single-product .summary .present__btn__modals,
.single-product .summary .awooc-custom-order-button,
.single-product .summary .awooc-button-js {
  display: none !important;
}

.single-product .woo-single-summary__cart-row {
  display: flex;
  align-items: flex-end;
  gap: 0;
  margin-bottom: 0;
  max-width: 371px;
}

.single-product .woo-single-summary__cart-row form.cart {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  min-width: 0;

  border: none !important;
  padding: 0 !important;
  margin-top: 20px !important;
}

.single-product .woo-single-summary__cart-row form.cart .quantity {
  margin: 0;
  flex: 0 0 auto;
  width: max-content;
  display: block;
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.single-product .woo-single-summary__cart-row form.cart .quantity .minus,
.single-product .woo-single-summary__cart-row form.cart .quantity .plus {
  border: none !important;
  font-size: 18px;
  line-height: 34px;
  color: #000;
}

.single-product .woo-single-summary__cart-row form.cart .quantity > .input-text {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  border: none !important;
}

.single-product .woo-single-summary__cart-row form.cart .woo__present {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex: 1 1 380px;
  gap: 20px;
  min-width: 0;
}

.single-product .woo-single-summary__cart-row form.cart .woo__present .single_add_to_cart_button,
.single-product .woo-single-summary__cart-row form.cart .woo__present button[type='submit'] {
  border-radius: 16px;
  background: #b8d4db;
  border: none;
  color: #fff;
  font-weight: 400;
  padding: 18px 80px;
  width: 314px;
  font-size: 14px;
  line-height: 1;
  transition: all 0.2s linear;
}

.single-product .woo-single-summary__cart-row form.cart .woo__present .single_add_to_cart_button:focus,
.single-product .woo-single-summary__cart-row form.cart .woo__present .single_add_to_cart_button:hover,
.single-product .woo-single-summary__cart-row form.cart .woo__present button[type='submit']:focus,
.single-product .woo-single-summary__cart-row form.cart .woo__present button[type='submit']:hover {
  background-color: var(--n-hard-grey) !important;
}

.woocommerce-message > .button {
  border-radius: 16px;
  background: #b8d4db;
  border: none;
  color: #fff;
  font-weight: 400;
  padding: 18px 30px;
  width: 314px;
  font-size: 14px;
  line-height: 1;
  transition: all 0.2s linear;
}

.woocommerce-message > .button:focus,
.woocommerce-message > .button:hover {
  background-color: var(--n-hard-grey) !important;
}

.single-product .woo-single-summary__cart-row form.cart .woo__present .present__btn__modals {
  flex: 1 0 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 14px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
}

.single-product .woo-single-summary__cart-row form.cart .woo__present .single_add_to_cart_button:hover,
.single-product .woo-single-summary__cart-row form.cart .woo__present button[type='submit']:hover,
.single-product .woo-single-summary__cart-row form.cart .woo__present .button.alt:hover {
  filter: brightness(0.96);
  color: #fff;
}

.single-product .woo-fav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  border-radius: 16px;
  background: #b8d4db;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  padding: 18px;
  margin-left: 0 !important;
  transition: all 0.2s linear;
}

.single-product .woo-single-summary__cart-row .woo-fav-btn:focus,
.single-product .woo-single-summary__cart-row .woo-fav-btn:hover {
  background-color: var(--n-hard-grey) !important;
}

.single-product .woo-single-summary__cart-row .woo-fav-btn.remove_from_sfl_button {
  background-color: var(--n-hard-grey) !important;
}

.single-product .woo-single-summary__cart-row .woo-single-summary-fav__ico {
  line-height: 0;
}

.single-product .woo-single-summary__cart-row .woo-single-summary-fav__ico svg {
  display: block;
  width: 14px;
  height: 14px;
}

.cc-remove-item svg, .remove_from_sfl_button svg {
  width: 34px;
  height: 34px;
  color: var(--cc-icon-color);
}

.single-product .woo-single-summary__cart-row .remove_from_sfl_button svg,
.single-product .woo-single-summary__cart-row .cc_add_product_to_sfl svg,
.single-product .woo-single-summary__cart-row .woo-fav-btn--guest svg {
  width: 14px;
  height: 14px;
}

.single-product .woo-single-summary__cart-row .woo-fav-btn.cc_add_product_to_sfl .woo-single-summary-fav__ico--saved,
.single-product .woo-single-summary__cart-row .woo-fav-btn.remove_from_sfl_button .woo-single-summary-fav__ico--empty {
  display: none !important;
}

.single-product .woo-single-summary__cart-row .woo-fav-btn.cc_add_product_to_sfl .woo-single-summary-fav__ico--empty,
.single-product .woo-single-summary__cart-row .woo-fav-btn.remove_from_sfl_button .woo-single-summary-fav__ico--saved {
  display: block !important;
}

.single-product .woo-single-summary__cart-row .woo-fav-btn.cc_add_product_to_sfl:hover .woo-single-summary-fav__ico--empty,
.single-product .woo-single-summary__cart-row .woo-fav-btn.cc_add_product_to_sfl:focus-visible .woo-single-summary-fav__ico--empty {
  display: none !important;
}

.single-product .woo-single-summary__cart-row .woo-fav-btn.cc_add_product_to_sfl:hover .woo-single-summary-fav__ico--saved,
.single-product .woo-single-summary__cart-row .woo-fav-btn.cc_add_product_to_sfl:focus-visible .woo-single-summary-fav__ico--saved {
  display: block !important;
}

.single-product .woo-single-summary__cart-row .woo-fav-btn--guest .woo-single-summary-fav__ico--saved {
  display: none !important;
}

.single-product .woo-single-summary__cart-row .woo-fav-btn--guest .woo-single-summary-fav__ico--empty {
  display: block !important;
}

.single-product .woo-single-summary__cart-row .woo-fav-btn--guest:hover .woo-single-summary-fav__ico--empty,
.single-product .woo-single-summary__cart-row .woo-fav-btn--guest:focus-visible .woo-single-summary-fav__ico--empty {
  display: none !important;
}

.single-product .woo-single-summary__cart-row .woo-fav-btn--guest:hover .woo-single-summary-fav__ico--saved,
.single-product .woo-single-summary__cart-row .woo-fav-btn--guest:focus-visible .woo-single-summary-fav__ico--saved {
  display: block !important;
}

.single-product .woo-dolami {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  display: none;
}

.dolami__constainer.woo-dolami .dolami__pre {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.1;
  max-width: 285px;
}

.single-product .woo-dolami__btn.dolami {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  justify-content: center;
  padding: 20px 18px;
  border-radius: 14px;
  border: 1px solid #222;
  background: #fff;
  cursor: pointer;
  color: var(--color-black);
  max-width: 300px;
}

.single-product .woo-dolami__btn .dolami__price {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-black);
}

.single-product .woo-single-summary__info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.single-product .woo-pill-link {
  display: block;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #030303;
  font-size: 14px;
  color: #030303;
  text-decoration: none;
  width: 108px;
  text-align: center;
  transition: all 0.2s linear;
}

.single-product .woo-pill-link:focus,
.single-product .woo-pill-link:hover {
  background-color: var(--n-hard-grey) !important;
  color: #fff !important;
}

/* -------------------------------------------------------------------------
   Detail / anchors
   ------------------------------------------------------------------------- */
.single-product .woo-single-detail {
  margin-top: 40px;
  max-width: 800px;
  /* padding-top: 24px; */
  /* border-top: 1px solid #eee; */
}

.single-product .woo-single-detail__nav {
  margin-bottom: 24px;
}

.single-product .woo-single-detail__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
}

.single-product .woo-single-detail__nav-link {
  font-weight: 400;
  color: var(--color-black);
  text-decoration: none;
  padding-bottom: 16px;
  font-size: 14px;
  border-bottom: 1px solid #d9d9d9;
}

.single-product .woo-single-detail__nav-link:hover,
.single-product .woo-single-detail__nav-link:focus {
  border-color: #030303;
}

.single-product .woo-single-detail__nav-list > li.active .woo-single-detail__nav-link {
  border-color: #030303;
}

.single-product .woo-single-detail__nav-count {
  font-size: 0.75em;
  font-weight: 600;
  margin-left: 2px;
}

.single-product .woo-single-detail__panel {
  scroll-margin-top: 100px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.woo-pl-row__head {
  margin-bottom: -43px;
}

.section.woo-pl-row.woo-pl-row--cross,
.section.woo-pl-row.woo-pl-row--brand {
  margin-top: 110px;
}

.section.woo-pl-row.woo-pl-row--brand {
  margin-bottom: 110px;
}

.woo-single__top::after {
  display: none;
}

.woo-pl-row__title {
  max-width: 430px;
}

.single-product .woo-single-detail__heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-black);
  margin-bottom: 20px;
}

.single-product .woo-single-detail__acc-icon {
  display: none;
}

.single-product .woo-single-detail__product-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-black);
  margin-bottom: 20px;
  max-width: 453px;
}

.single-product .woo-single-detail__product-sku {
  margin: 0 0 18px;
  font-size: 14px;
  color: #666;
}

.single-product .woo-single-detail__subhead {
  font-size: 1.05rem;
  margin: 24px 0 12px;
}

.single-product .woo-single-detail__subhead--spec {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-black);
  margin-bottom: 20px;
}

.woo-single-detail__content.woo-single-detail__content--acf {
}

.woo-single-detail__content.woo-single-detail__content--acf p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-black);
}

.single-product .woo-spec-table {
  margin: 0;
  padding: 0;
  border-top: 1px dashed #e0e0e0;
  max-width: 400px;
}

.single-product .woo-spec-table__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px 24px;
  padding: 14px 0;
  border-bottom: 1px dashed #e0e0e0;
  font-size: 14px;
  line-height: 1.4;
}

.single-product .woo-spec-table__row dt {
  margin: 0;
  padding: 0;
  color: #888;
  font-weight: 400;
  text-align: left;
  flex: 0 1 auto;
  max-width: 55%;
}

.single-product .woo-spec-table__row dd {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 400;
  text-align: right;
  flex: 0 1 auto;
  max-width: 45%;
}

.single-product .woo-review-card {
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}

.single-product .woo-review-card--hidden {
  display: none;
}

.single-product .woo-review-card__avatar {
  margin-bottom: 8px;
}

.single-product .woo-review-card__avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.single-product .woo-review-card__head {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.single-product .woo-review-card__author {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #000;
}

.single-product .woo-review-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.single-product .woo-review-card__date {
  color: #888;
  font-size: 14px;
}

.single-product .woo-review-card__stars {
  line-height: 0;
}

.single-product .woo-review-card__stars .woo-rating-stars-svg {
  display: block;
  width: 100px;
  height: 20px;
}

.single-product .woo-reviews-more {
  display: block;
  margin: 12px auto 20px;
  padding: 0;
  border: 0;
  background: none;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

.single-product .woo-review-open-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 30px 0 0;
  padding: 18px 30px;
  border: 0;
  border-radius: 14px;
  background: #b8d4db;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

.single-product a.woo-review-open-btn:focus,
.single-product a.woo-review-open-btn:hover,
.single-product .woo-review-open-btn:focus,
.single-product .woo-review-open-btn:hover {
  filter: brightness(0.97);
  background-color: var(--n-hard-grey) !important;
  color: #fff;
}

/* -------------------------------------------------------------------------
   Review modal
   ------------------------------------------------------------------------- */
body.woo-review-modal-open {
  overflow: hidden;
}

.single-product .woo-review-modal[hidden] {
  display: none !important;
}

.single-product .woo-review-modal {
  position: fixed;
  inset: 0;
  z-index: 100050;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 16px 16px;
  overflow-y: auto;
}

.single-product .woo-review-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.single-product .woo-review-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px 24px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.single-product .woo-review-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.single-product .woo-review-modal__title {
  margin: 0 40px 8px 0;
  font-size: 18px;
  line-height: 1;
}

.single-product .woo-review-modal__lead {
  margin: 0 0 20px;
  font-size: 14px;
  color: #666;
}

.single-product .woo-review-modal__notice {
  margin: 0 0 16px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #555;
  background: #f5f5f5;
  border-radius: 14px;
}

.single-product .woo-review-modal__form .woo-review-modal__field {
  margin: 0 0 12px;
}

.single-product .woo-review-modal__form input[type='text'],
.single-product .woo-review-modal__form input[type='email'],
.single-product .woo-review-modal__form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 16px;
  font-size: 15px;
  box-sizing: border-box;
  height: 59px;
}

.single-product .woo-review-modal__form textarea {
  width: 100%;
  min-height: 140px;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 16px;
  font-size: 15px;
  resize: vertical;
  box-sizing: border-box;
}

.single-product .woo-review-modal__consent {
  font-size: 11px;
  line-height: 1.4;
  color: #555;
  margin-top: 8px !important;
}

.single-product .woo-review-modal__consent label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.single-product .woo-review-modal__consent input {
  margin-top: 2px;
  flex-shrink: 0;
}

.single-product .woo-review-modal__consent a {
  color: #0066cc;
  text-decoration: underline;
}

.single-product .woo-review-modal__avatar label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

.single-product .woo-review-modal__avatar input[type='file'] {
  width: 100%;
  font-size: 14px;
  color: #595e64;
}

.single-product .woo-review-modal__avatar input[type='file']::file-selector-button {
  margin-right: 10px;
  padding: 10px 14px;
  border: 1px solid #bfc3c8;
  border-radius: 12px;
  background: #fff;
  color: #3e434c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.single-product .woo-review-modal__avatar input[type='file']::-webkit-file-upload-button {
  margin-right: 10px;
  padding: 10px 14px;
  border: 1px solid #bfc3c8;
  border-radius: 12px;
  background: #fff;
  color: #3e434c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.single-product .woo-review-modal__avatar input[type='file']::file-selector-button:hover,
.single-product .woo-review-modal__avatar input[type='file']::-webkit-file-upload-button:hover {
  background: #f4f6f8;
  border-color: #aab1b8;
}

.single-product .woo-review-modal__submit {
  width: 100%;
  margin-top: 16px;
  padding: 16px 20px;
  border: 0;
  border-radius: 16px;
  background: #52565e;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.single-product .woo-review-modal__submit:hover {
  filter: brightness(1.05);
}

/* -------------------------------------------------------------------------
   Accordion mode (≤565px) — toggled by JS
   ------------------------------------------------------------------------- */
.single-product .woo-single-detail--accordion-mode .woo-single-detail__nav {
  display: none;
}

.single-product .woo-single-detail--accordion-mode .woo-single-detail__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 14px 0;
  font-size: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.single-product .woo-single-detail--accordion-mode .woo-single-detail__acc-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  flex-shrink: 0;
}

.single-product .woo-single-detail--accordion-mode .woo-single-detail__acc-icon::before,
.single-product .woo-single-detail--accordion-mode .woo-single-detail__acc-icon::after {
  content: '';
  position: absolute;
  background: #333;
  transition: transform 0.25s ease;
}

.single-product .woo-single-detail--accordion-mode .woo-single-detail__acc-icon::before {
  width: 14px;
  height: 2px;
  left: 4px;
  top: 10px;
}

.single-product .woo-single-detail--accordion-mode .woo-single-detail__acc-icon::after {
  width: 2px;
  height: 14px;
  left: 10px;
  top: 4px;
}

.single-product .woo-single-detail--accordion-mode .woo-single-detail__panel.is-open .woo-single-detail__acc-icon::after {
  transform: scaleY(0);
}

.single-product .woo-single-detail--accordion-mode .woo-single-detail__acc-body {
  display: none;
  padding: 16px 0 8px;
}

.single-product .woo-single-detail--accordion-mode .woo-single-detail__panel.is-open .woo-single-detail__acc-body {
  display: block;
}

.single-product .woo-single-detail--accordion-mode .woo-single-detail__panel {
  margin-bottom: 0;
  scroll-margin-top: 80px;
}

/* -------------------------------------------------------------------------
   Single product: кросс-селы + линейка бренда (карточки; заголовок/стрелки не трогаем)
   ------------------------------------------------------------------------- */
.single-product .woo-pl-row__slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.single-product .woo-pl-row__slider .swiper-wrapper {
  padding-top: 87px;
}

.single-product .woo-pl-card,
.ncat-archive .woo-pl-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.single-product .woo-pl-card__media,
.ncat-archive .woo-pl-card__media {
  position: relative;
  background: transparent;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ececec;
}

.single-product .woo-pl-card__img-link,
.ncat-archive .woo-pl-card__img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 16px;
  box-sizing: border-box;
}

.single-product .woo-pl-card__img,
.ncat-archive .woo-pl-card__img {
  width: auto;
  height: auto;
  max-width: 100%;
  height: 250px;
  object-fit: contain;
  display: block;
}

.single-product .woo-pl-card__badges,
.ncat-archive .woo-pl-card__badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 52px);
  pointer-events: none;
}

.single-product .woo-pl-card__badge,
.ncat-archive .woo-pl-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.single-product .woo-pl-card__badge--sale,
.ncat-archive .woo-pl-card__badge--sale {
  background: #b71a1a;
}

.single-product .woo-pl-card__badge--hit,
.ncat-archive .woo-pl-card__badge--hit {
  background: #E3A623;
}

.single-product .woo-pl-card__badge--new,
.ncat-archive .woo-pl-card__badge--new {
  background: #A9B0BA;
}

.single-product .woo-pl-card__wish,
.ncat-archive .woo-pl-card__wish {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 3;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

.single-product .woo-pl-card__wish-svg,
.ncat-archive .woo-pl-card__wish-svg {
  line-height: 0;
}

.single-product .woo-pl-card__wish-svg svg,
.ncat-archive .woo-pl-card__wish-svg svg {
  display: block;
  width: 34px;
  height: 34px;
}

/* Каталог (сетка) и слайдеры: два SVG — Caddy переключает классы на ссылке */
.woo-pl-card__wish.cc_add_product_to_sfl .woo-pl-card__wish-svg--saved,
.woo-pl-card__wish.remove_from_sfl_button .woo-pl-card__wish-svg--empty {
  display: none !important;
}

.woo-pl-card__wish.cc_add_product_to_sfl .woo-pl-card__wish-svg--empty,
.woo-pl-card__wish.remove_from_sfl_button .woo-pl-card__wish-svg--saved {
  display: block !important;
}

.single-product .woo-pl-card__cart-wrap,
.ncat-archive .woo-pl-card__cart-wrap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}

.single-product .woo-pl-card__cart-wrap .add_to_cart_button,
.single-product .woo-pl-card__cart-wrap .button,
.ncat-archive .woo-pl-card__cart-wrap .add_to_cart_button,
.ncat-archive .woo-pl-card__cart-wrap .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #1a1a1a;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.single-product .woo-pl-card__cart-wrap .add_to_cart_button::after,
.single-product .woo-pl-card__cart-wrap .button::after,
.ncat-archive .woo-pl-card__cart-wrap .add_to_cart_button::after,
.ncat-archive .woo-pl-card__cart-wrap .button::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M6 6h15l-1.5 9h-12z'/%3E%3Ccircle cx='9' cy='20' r='1' fill='%23fff' stroke='none'/%3E%3Ccircle cx='18' cy='20' r='1' fill='%23fff' stroke='none'/%3E%3Cpath d='M6 6 5 3H2'/%3E%3C/svg%3E");
}

.single-product .woo-pl-card__body,
.ncat-archive .woo-pl-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.single-product .woo-pl-card__rating,
.ncat-archive .woo-pl-card__rating {
  /* display: flex; */
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
}

.single-product .woo-pl-card__rating-num,
.ncat-archive .woo-pl-card__rating-num {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.4;
}

.single-product .woo-pl-card__rating .star-rating,
.ncat-archive .woo-pl-card__rating .star-rating {
  display: none;
}

.single-product .woo-pl-card__rating-stars,
.ncat-archive .woo-pl-card__rating-stars {
  display: block;
  width: 120px;
  height: auto;
}

.single-product .woo-pl-card__title,
.ncat-archive .woo-pl-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-black);
}

.single-product .woo-pl-card__title a,
.ncat-archive .woo-pl-card__title a {
  color: inherit;
  font-size: 15px;
  text-decoration: none;
}

.single-product .woo-pl-card__doly,
.ncat-archive .woo-pl-card__doly {
  margin: 0;
  display: inline-block;
  align-self: flex-start;
  padding: 10px;
  border: 1px solid #030303;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  color: #030303;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  cursor: pointer;
  text-align: inherit;
}

.woo-pl-card__body .woo-pl-card__doly {
  margin-top: 20px;
  display: none;
}

.woo-pl-card__wish:focus-visible,
.woo-pl-card__wish:hover {
  outline: none;
}

.woo-pl-card__wish.cc_add_product_to_sfl:hover .woo-pl-card__wish-svg--empty,
.woo-pl-card__wish.cc_add_product_to_sfl:focus-visible .woo-pl-card__wish-svg--empty {
  display: none !important;
}

.woo-pl-card__wish.cc_add_product_to_sfl:hover .woo-pl-card__wish-svg--saved,
.woo-pl-card__wish.cc_add_product_to_sfl:focus-visible .woo-pl-card__wish-svg--saved {
  display: block !important;
}

.woo-pl-card__wish--guest .woo-pl-card__wish-svg--saved {
  display: none !important;
}

.woo-pl-card__wish--guest .woo-pl-card__wish-svg--empty {
  display: block !important;
}

.woo-pl-card__wish--guest:hover .woo-pl-card__wish-svg--empty,
.woo-pl-card__wish--guest:focus-visible .woo-pl-card__wish-svg--empty {
  display: none !important;
}

.woo-pl-card__wish--guest:hover .woo-pl-card__wish-svg--saved,
.woo-pl-card__wish--guest:focus-visible .woo-pl-card__wish-svg--saved {
  display: block !important;
}

.single-product .woo-pl-card__price,
.ncat-archive .woo-pl-card__price {
  margin-top: 20px;
  color: var(--color-black);
}

.single-product .woo-pl-card__expiry,
.ncat-archive .woo-pl-card__expiry,
.nshop-main .woo-pl-card__expiry {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #444;
}

.single-product .woo-pl-card__expiry-value,
.ncat-archive .woo-pl-card__expiry-value,
.nshop-main .woo-pl-card__expiry-value {
  color: #f90000;
}

.single-product .woo-pl-card__price del,
.single-product .woo-pl-card__price .woocommerce-Price-amount,
.ncat-archive .woo-pl-card__price del,
.ncat-archive .woo-pl-card__price .woocommerce-Price-amount {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-black);
}

.single-product .woo-pl-card__price ins,
.ncat-archive .woo-pl-card__price ins {
  text-decoration: none;
}

/* Категории и главная витрина /kosmetika: сначала цена со скидкой, затем зачёркнутая (карточка товара не трогаем) */
.ncat-archive .woo-pl-card__price .price,
.nshop-main .woo-pl-card__price .price {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35em 0.5em;
}

.ncat-archive .woo-pl-card__price .price ins,
.nshop-main .woo-pl-card__price .price ins {
  order: 1;
}

.ncat-archive .woo-pl-card__price .price del,
.nshop-main .woo-pl-card__price .price del {
  order: 2;
}

.woo-pl-card__price ins {
  order: 1;
  background: transparent !important;
  font-size: 18px;
  font-weight: 500;
  color: #030303 !important;
  line-height: 1;
}

.woo-pl-card__price del {
  order: 2;
  font-size: 14px;
  font-weight: 500;
  color: #adadad !important;
  line-height: 1;
}

.woo-pl-card__price ins > span.amount {
  font-size: 18px;
  font-weight: 500;
  color: #030303 !important;
  line-height: 1;
}

.woo-pl-card__price del > span.amount {
  font-size: 14px;
  font-weight: 500;
  color: #adadad !important;
  line-height: 1;
}

.woo-pl-row__slider .swiper-button-prev,
.woo-pl-row__slider .swiper-button-next {
  background-image: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 24px;
  /* border: 1px solid #5b5e64; */
}

.woo-pl-card__price {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}

.woo-pl-row__slider .swiper-button-next::after,
.woo-pl-row__slider .swiper-button-prev:after {
  content: '' !important;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
  transition: all 0.2s linear;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
  border: 1px solid #5b5e64;
}

.woo-pl-row__slider .swiper-button-prev {
  left: inherit;
  right: 60px;
}

.woo-pl-row__slider .swiper-button-prev:after {
  background-image: url(/wp-content/uploads/2025/07/arrow-left.svg) !important;
}

.woo-pl-row__slider .swiper-button-next::after {
  background-image: url(/wp-content/uploads/2025/07/arrow-right.svg) !important;
}

.woo-pl-row__slider .swiper-button-prev:focus::after,
.woo-pl-row__slider .swiper-button-prev:hover::after {
  background-image: url(/wp-content/themes/oceanwp/assets/img/arrow-right-hover.svg) !important;
}

.woo-pl-row__slider .swiper-button-next:focus::after,
.woo-pl-row__slider .swiper-button-next:hover::after {
  background-image: url(/wp-content/themes/oceanwp/assets/img/arrow-left-hover.svg) !important;
}

.nshop-pl--promo .woo-pl-row__slider .swiper-button-next::after,
.nshop-pl--promo .woo-pl-row__slider .swiper-button-prev:after {
  border: 0 solid #b71a1a !important;
}

.nshop-pl--promo .woo-pl-row__slider .swiper-button-prev:after {
  background-image: url(/wp-content/themes/oceanwp/assets/img/arrow-left-red.svg) !important;
}

.nshop-pl--promo .woo-pl-row__slider .swiper-button-next::after {
  background-image: url(/wp-content/themes/oceanwp/assets/img/arrow-right-red.svg) !important;
}

.nshop-pl--promo .woo-pl-row__slider .swiper-button-prev:focus::after,
.nshop-pl--promo .woo-pl-row__slider .swiper-button-prev:hover::after {
  background-image: url(/wp-content/themes/oceanwp/assets/img/arrow-left-red-f.svg) !important;
}

.nshop-pl--promo .woo-pl-row__slider .swiper-button-next:focus::after,
.nshop-pl--promo .woo-pl-row__slider .swiper-button-next:hover::after {
  background-image: url(/wp-content/themes/oceanwp/assets/img/arrow-right-red-f.svg) !important;
}

/* -------------------------------------------------------------------------
   Главная витрина магазина (shop-front): без сайдбара, слайдеры как woo-pl-row
   ------------------------------------------------------------------------- */
body.shop-front.content-full-width #primary.content-area {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  padding-left: 0;
  padding-right: 0;
}

.nshop-main__breadcrumbs {
  margin: 20px 0 24px;
}

.nshop-row--brands-slot {
  padding: 0 0 100px;
}

.nshop-pl--hits {
  background: #d4ebf3;
  padding: 112px 0;
  margin: 0;
  border-radius: 16px;
}

.nshop-pl--promo {
  background: #fff;
  padding: 112px 0;
  margin: 0;
}

.nshop-pl--promo .woo-pl-row__head {
  margin-bottom: -42px;
}

.nshop-pl--hits .woo-pl-row__title {
  margin-bottom: -42px;
}

.nshop-pl--promo .woo-pl-row__title {
  color: #b71a1a;
}

.nshop-pl .woo-pl-row__slider .swiper-wrapper {
  padding-top: 87px;
}

.nshop-pl .woo-pl-row__slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.nshop-pl--hits .woo-pl-row__slider .swiper-button-prev,
.nshop-pl--hits .woo-pl-row__slider .swiper-button-next {
  background-image: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 24px;
  /* border: 1px solid #5b5e64; */
}

.nshop-pl--hits .woo-pl-row__slider .swiper-button-next::after,
.nshop-pl--hits .woo-pl-row__slider .swiper-button-prev:after {
  content: '' !important;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
  transition: all 0.2s linear;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
  border: 1px solid #5b5e64;
}

.nshop-pl--hits .woo-pl-row__slider .swiper-button-prev {
  left: inherit;
  right: 60px;
}

.nshop-pl--hits .woo-pl-row__slider .swiper-button-prev:after {
  background-image: url(/wp-content/uploads/2025/07/arrow-left.svg) !important;
}

.nshop-pl--hits .woo-pl-row__slider .swiper-button-next::after {
  background-image: url(/wp-content/uploads/2025/07/arrow-right.svg) !important;
}

.nshop-pl--hits .woo-pl-row__slider .swiper-button-prev:focus::after,
.nshop-pl--hits .woo-pl-row__slider .swiper-button-prev:hover::after {
  background-image: url(/wp-content/themes/oceanwp/assets/img/arrow-right-hover.svg) !important;
}

.nshop-pl--hits .woo-pl-row__slider .swiper-button-next:focus::after,
.nshop-pl--hits .woo-pl-row__slider .swiper-button-next:hover::after {
  background-image: url(/wp-content/themes/oceanwp/assets/img/arrow-left-hover.svg) !important;
}

.nshop-pl .woo-pl-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nshop-pl .woo-pl-card__media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0;
}

.woo-pl-card__media,
.nshop-pl--hits .woo-pl-card__media {
  background: #fff;
  padding: 53px 0;
  /* border: 1px solid #5B5E64; */
}

.nshop-pl--promo .woo-pl-card__media {
  border: 1px solid #ececec;
}

.nshop-pl .woo-pl-card__img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.nshop-pl .woo-pl-card__img {
  width: auto;
  height: auto;
  max-width: 100%;
  height: 250px;
  object-fit: contain;
  display: block;
}

.nshop-pl .woo-pl-card__badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 52px);
  pointer-events: none;
}

.nshop-pl .woo-pl-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
}

.nshop-pl .woo-pl-card__badge--sale {
  background: #b71a1a;
}

.woo-pl-card__badge--hit,
.nshop-pl--hits .woo-pl-card__badge--hit {
  background: #E3A623;
  color: #fff;
}

.nshop-pl .woo-pl-card__badge--new {
  background: #A9B0BA;
}



.nshop-pl .woo-pl-card__wish {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #f7f7f7;
  cursor: pointer;
  text-decoration: none;
}

.nshop-pl .woo-pl-card__wish-svg {
  line-height: 0;
}

.nshop-pl .woo-pl-card__wish-svg svg {
  display: block;
  /* width: 18px;
  height: 18px; */
}

.nshop-pl .woo-pl-card__cart-wrap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}

.nshop-pl .woo-pl-card__cart-wrap .add_to_cart_button,
.nshop-pl .woo-pl-card__cart-wrap .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #1a1a1a;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
  text-indent: -999px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.nshop-pl .woo-pl-card__cart-wrap .add_to_cart_button::after,
.nshop-pl .woo-pl-card__cart-wrap .button::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M6 6h15l-1.5 9h-12z'/%3E%3Ccircle cx='9' cy='20' r='1' fill='%23fff' stroke='none'/%3E%3Ccircle cx='18' cy='20' r='1' fill='%23fff' stroke='none'/%3E%3Cpath d='M6 6 5 3H2'/%3E%3C/svg%3E");
}

.nshop-pl .woo-pl-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  margin-top: 20px;
}



.nshop-pl .woo-pl-card__rating {
  /* display: flex; */
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
}

.nshop-pl .woo-pl-card__rating-num {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.4;
}

.nshop-pl .woo-pl-card__rating .star-rating {
  display: none;
}
.nshop-pl .woo-pl-card__rating-stars {
  display: block;
  width: 120px;
  height: auto;
}

.nshop-pl .woo-pl-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-black);
  font-family: var(--font-family-Montserrat);
  min-height: 70px;
}

.nshop-pl .woo-pl-card__title a {
  color: inherit;
  text-decoration: none;
}

.nshop-pl .woo-pl-card__title a:focus,
.nshop-pl .woo-pl-card__title a:hover {
  color: #666 !important;
}


.ncat-seo_text {
max-width: 570px;
}

.ncat-archive__about {
  margin-top: 40px;
}

.nshop-pl .woo-pl-card__doly {
  margin: 0;
  display: inline-block;
  align-self: flex-start;
  padding: 10px;
  border: 1px solid #030303;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  color: #030303;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  cursor: pointer;
  text-align: inherit;
  display: none;
}

.nshop-pl .woo-pl-card__price {
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.woo-pl-card__price .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 500;
  color: #030303 !important;
  line-height: 1;
}

.nshop-pl--promo .woo-pl-card--nshop-promo .woo-pl-card__price {
  color: #b71a1a;
}

.nshop-pl--promo .woo-pl-card--nshop-promo .woo-pl-card__price del,
.nshop-pl--promo .woo-pl-card--nshop-promo .woo-pl-card__price del .woocommerce-Price-amount {
  color: #9e9e9e !important;
  font-weight: 500;
  font-size: 14px;
  opacity: 1;
}

.nshop-pl--promo .woo-pl-card--nshop-promo .woo-pl-card__price ins > span.amount {
  text-decoration: none;
  color: #b71a1a !important;
}

.nshop-pl .woo-pl-card__price ins {
  text-decoration: none;
}

/* -------------------------------------------------------------------------
   Главная витрина: круги брендов (nshop-brand-rings)
   ------------------------------------------------------------------------- */
.nshop-brands {
  padding-bottom: 4px;
}

.nshop-brands__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: 20px;
}

.nshop-brands__title {
  margin: 0;
  text-transform: uppercase;
}

.nshop-brands__all {
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #030303;
  cursor: pointer;
  transition: all 0.2s linear;
}

.nshop-brands__all:focus,
.nshop-brands__all:hover {
  text-decoration: none;
  color: #000;
}

.nshop-brands__track {
  width: 100%;
}

.nshop-brands__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

.nshop-brands__item {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.nshop-brands__link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 142px;
  height: 142px;
  padding: 10px;
  border: 1px solid #b6d3db;
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.nshop-brands__link:hover,
.nshop-brands__link:focus-visible {
  background: #edf6f8;
  outline: none;
}

.nshop-brands__link:focus-visible {
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #b6d3db;
}

.nshop-brands__logo {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.nshop-brands__rule {
  border-top: 1px solid #e0e4e8;
  margin-top: 16px;
}

.nshop-brands__foot {
  display: none;
  margin-top: 40px;
}

@media screen and (max-width: 1440px) {
  .nshop-brands__track {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 20px;
  }

  .nshop-brands__rule {
    border-top: 1px solid #e0e4e8;
    margin-top: 0;
  }
}

@media screen and (min-width: 651px) {
  .nshop-brands__title--desk {
    display: block;
  }

  .nshop-brands__all--desk {
    display: inline;
  }

  .nshop-brands__all--mob {
    display: none !important;
  }

  .nshop-brands__foot {
    display: none !important;
    padding: 0;
  }
}

/* -------------------------------------------------------------------------
   Архив категорий товаров (product_cat)
   ------------------------------------------------------------------------- */
body.oceanwp-cat-archive.content-full-width #primary.content-area {
  width: 100% !important;
  float: none !important;
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
}

.tax-product_cat .nwrapper {
  overflow-x: hidden;
}

/* body.oceanwp-cat-archive #wrap,
body.oceanwp-cat-archive #main,
#content-wrap.ncat-content-wrap,
#content-wrap.ncat-content-wrap #content,
#content-wrap.ncat-content-wrap #primary,
#content-wrap.ncat-content-wrap .entry-content,
.ncat-archive,
.ncat-archive__shell {
	overflow: visible !important;
} */

.ncat-archive__title {
  margin: 12px 0 20px;
}

.ncat-archive__shell {
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 40px;
}

.ncat-archive__aside {
  position: sticky;
  top: 16px;
  align-self: start;
  z-index: 2;
}

.ncat-archive__filter-open {
  display: none;
  align-items: center;
  gap: 8px;
  margin: 0 12px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-black);
  cursor: pointer;
}

.ncat-archive__filter-open-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23111' stroke-width='1.5'%3E%3Cpath d='M4 6h16M4 12h10M4 18h16'/%3E%3Ccircle cx='17' cy='12' r='2' fill='%23111' stroke='none'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.ncat-archive__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1990;
  background: rgba(0, 0, 0, 0.35);
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.ncat-filters {
  background: #fff;
  border: 0;
  border-radius: 12px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.ncat-filters__head {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #e8e8e8;
}

.ncat-filters__head-title {
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ncat-filters__close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E") center / 16px
    no-repeat;
  cursor: pointer;
}

.ncat-filters__inner {
  padding: 12px 16px 16px;
  overflow: visible;
  flex: 0 0 auto;
}

.ncat-filters__actions {
  padding: 12px 16px 16px;
  border-top: 1px solid #e8e8e8;
}

.ncat-filters__apply {
  width: 100%;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  background: #1a1a1a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.ncat-acc {
  /* border-bottom: 2px solid #8D8D8D; */
  margin-top: 35px;
}

.ncat-acc__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0 20px;
  border: 0;
  background: transparent !important;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
  font-family: var(--font-family-Montserrat);
  text-align: left;
  cursor: pointer;
  border-bottom: 2px solid #8d8d8d;
}

.ncat-acc__chev {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.ncat-acc_border {
  border-radius: 50%;
  border: 1px solid #5b5e64;
  padding: 6px 7px 7px;
  width: 24px;
  height: 24px;
  background-color: #5b5e64;
}

.ncat-acc.ncat-acc--open .ncat-acc_border {
  padding: 9px 7px 7px;
  border-color: #5b5e64;
  background-color: transparent;
}

.ncat-acc.ncat-acc--open .ncat-acc__chev {
  border-right: 2px solid #5b5e64;
  border-bottom: 2px solid #5b5e64;
}

.ncat-acc--open .ncat-acc__chev {
  transform: rotate(-135deg);
}

.ncat-acc__panel {
  overflow: visible;
  transition: opacity 0.25s ease;
  margin-top: 20px;
}

.ncat-acc__panel[hidden] {
  display: none !important;
}

.ncat-acc--open .ncat-acc__panel:not([hidden]) {
  display: block;
}

.ncat-price__dual {
  position: relative;
  height: 36px;
  margin-bottom: 14px;
}

.ncat-price__track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: 0;
  background: #d8d8d8;
  border-radius: 2px;
  z-index: 0;
  pointer-events: none;
}

.ncat-price__range {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  top: 50%;
  margin-top: 0px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
  z-index: 1;
}

.ncat-price__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #333;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#ncat-filters > div.ncat-filters__inner > section:nth-child(2) > button {
  padding-bottom: 14px;
  border: none;
}

#ncat-filters > div.ncat-filters__inner > section:nth-child(2) > div {
  margin-top: 0;
}

.ncat-price__range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #333;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.ncat-price__range::-moz-range-track {
  background: transparent;
}

.ncat-price__range--min {
  z-index: 2;
}

.ncat-price__range--max {
  z-index: 3;
}

.ncat-price__inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ncat-price__input {
  flex: 1;
  min-width: 0;
  padding: 7px 12px;
  border: 2px solid #5b5e64;
  border-radius: 16px;
  font-size: 12px;
  text-align: center;
}

.ncat-price__sep {
  width: 2px;
  height: 24px;
  background: #5b5e64;
}

.ncat-opts {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.ncat-opts__item {
  margin: 0 0 10px;
}

.ncat-radio,
.ncat-check {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: #222;
}

.ncat-radio.is-disabled,
.ncat-check.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ncat-radio__input,
.ncat-check__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ncat-radio__ui {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #9e9e9e;
  margin-top: 2px;
  position: relative;
}

.ncat-radio.is-checked .ncat-radio__ui {
  border-color: #1a1a1a;
}

.ncat-radio.is-checked .ncat-radio__ui::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 5px;
  background: #5b5e64;
}

.ncat-check__ui {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #9e9e9e;
  margin-top: 2px;
  position: relative;
}

.ncat-check.is-checked .ncat-check__ui {
  border-color: #1a1a1a;
  background: #1a1a1a;
}

.ncat-check.is-checked .ncat-check__ui::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ncat-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: 40px;
}

.ncat-toolbar__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.ncat-toolbar__count {
  font-size: 16px;
  color: #030303;
  font-weight: 500;
  line-height: 100%;
}

.ncat-filters_group {
  display: flex;
  justify-content: flex-start;
  gap: 7px;
  align-items: center;
}

.ncat-filters_group span {
  font-size: 16px;
  color: #030303;
  font-weight: 500;
  line-height: 100%;
}

.ncat-toolbar__right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ncat-toolbar__select {
  min-width: 200px;
  padding: 7px 10px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  font-size: 14px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E") right 12px
    center / 10px no-repeat;
  appearance: none;
  cursor: pointer;
  height: 37px;
  outline: none;
}

.ncat-toolbar__views {
  display: flex;
  gap: 8px;
}

.ncat-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
}

.ncat-view-btn.is-active {
  border-color: #5b5e64;
  background: #f5f5f5;
}

.ncat-view-btn__grid {
  width: 18px;
  height: 18px;
  background:
    linear-gradient(#000, #000) 0 0 / 7px 7px no-repeat,
    linear-gradient(#000, #000) 11px 0 / 7px 7px no-repeat,
    linear-gradient(#000, #000) 0 11px / 7px 7px no-repeat,
    linear-gradient(#000, #000) 11px 11px / 7px 7px no-repeat;
  opacity: 0.5;
}

.ncat-view-btn.is-active .ncat-view-btn__grid {
  opacity: 0.9;
}

.ncat-view-btn__list {
  width: 18px;
  height: 14px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  position: relative;
  opacity: 0.35;
}

.ncat-view-btn__list::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #333;
}

.ncat-view-btn.is-active .ncat-view-btn__list {
  opacity: 0.85;
}

.ncat-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ncat-grid--grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ncat-grid--list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ncat-grid.ncat-grid--list .woo-pl-card__title {
  max-width: 350px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-black);
}

.ncat-grid--list .woo-pl-card--cat-list {
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr) !important;
}

.ncat-grid--list .ncat-archive .woo-pl-card__img {
  height: 300px !important;
}

.ncat-grid--list .woo-pl-card__media {
  padding: 9px 0 !important;
}

.ncat-grid__item {
}

.ncat-grid--list .ncat-grid__item {
  width: 100%;
}

.ncat-archive .woo-pl-card--cat-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ncat-archive .woo-pl-card--cat-list .woo-pl-card__media {
  margin-bottom: 0;
}

.ncat-archive .woo-pl-card--cat-list .woo-pl-card__body {
  flex: 1;
}

.ncat-pagination {
  margin: 32px 0 8px;
}

.ncat-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ncat-pagination li span,
.ncat-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px !important;
  min-width: auto !important;
  padding: 0;
  border-radius: 50% !important;
  font-size: 14px !important;
  font-weight: 400;
  text-decoration: none;
  color: var(--color-black) !important;
  border: 1px solid #5b5e64 !important;
  background: #fff;
  margin: 0 !important;
}

#content > article > div > div > div.ncat-archive__shell > div.ncat-archive__main > nav > ul > li:nth-child(4) > span {
  border: 1px solid #5b5e64 !important;
}

.ncat-pagination li span.current {
  background: #5b5e64;
  color: #fff !important;
  border-color: #5b5e64 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ncat-pagination .page-numbers > li {
}

.prev.page-numbers,
.next.page-numbers span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers a,
.page-numbers span:not(.elementor-screen-only),
.page-links span {
  border: none !important;
}

.ncat-archive__about-wrap {
  margin-top: 48px;
  padding-top: 32px;
  /* border-top: 1px solid #e8e8e8; */
}

.ncat-archive__about-wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-black);
}

.ncat-archive__about-title {
  margin: 0 0 40px !important;
  max-width: 300px;
}

.ncat-archive__about {
  max-width: 1015px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-black);
}

.ncat-archive__about > *:first-child {
  margin-top: 0;
}

body.ncat-filters-open {
  overflow: hidden;
}

.nshop-h1__title {
    margin-bottom: 40px !important;
}

.woo-single-summary__title-brand-link {
  color: #999;
}



@media screen and (max-width: 1920px) {
  .ncat-grid--grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1500px) {
  .single-product div.product .woo-single-gallery {
    width: 50% !important;
  }
}

@media screen and (max-width: 1440px) {
  .ncat-grid--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .single-product div.product .woo-single-gallery {
    width: 55% !important;
  }

  .woo-single__top .summary.entry-summary.woo-single__summary {
    width: 45% !important;
  }
}

@media (max-width: 1300px) {
  .nshop-hero {
    background-position: 0 -156px;
  }
}

@media (max-width: 1200px) {
  .single-product div.product .woo-single__top {
    flex-direction: column !important;
  }

  .single-product div.product .woo-single-gallery {
    width: 100% !important;
  }

  .woo-single__top .summary.entry-summary.woo-single__summary {
    width: 100% !important;
    margin-top: 40px;
  }

  .single-product div.product .woo-single-gallery__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .woo-gallery-thumbs .swiper-wrapper {
    flex-direction: row !important;
  }

  .single-product .woo-gallery-thumbs {
    width: 100%;
    flex-shrink: 0;
    height: auto;
    max-height: inherit;
    box-sizing: border-box;
  }

  .single-product div.product .woo-single-gallery__inner {
    flex-direction: column !important;
  }

  .single-product .woo-gallery-thumbs {
    width: auto !important;
    max-height: inherit !important;
  }

  .single-product div.product .woo-single-gallery__inner {
    gap: 20px !important;
  }

  .single-product .woo-single-gallery__zoom {
    top: 20px;
    right: 50%;
    transform: translateX(312px);
  }

  .single-product .woo-single-gallery__badges {
    top: 20px;
    left: 50%;
    transform: translateX(-314px);
  }

  .woo-gallery-thumbs .swiper-wrapper {
    gap: 5px;
    justify-content: flex-start;
  }

  .single-product div.product .woo-single__top {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 1200px) {
  .ncat-archive__shell {
    grid-template-columns: 1fr;
  }

  .ncat-archive__aside {
    position: fixed;
    z-index: 99999;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    pointer-events: none;
  }

  .ncat-archive__filter-open {
    display: inline-flex;
  }

  .ncat-filters {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: min(100%, 420px);
    max-width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
    border: 0;
    transform: translateX(-105%);
    transition: transform 0.3s ease;
    pointer-events: auto;
    box-shadow: 8px 0 32px rgba(0, 0, 0, 0.12);
    z-index: 2000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ncat-filters.is-open {
    transform: translateX(0);
  }

  .ncat-filters__head {
    display: flex;
  }

  .ncat-grid--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nshop-row--brands-slot {
    padding: 0px 0 60px;
  }

  .nshop-pl .woo-pl-card__title {
    min-height: auto;
  }

  .woo-pl-card__media,
  .nshop-pl--hits .woo-pl-card__media {
    padding: 20px 0;
  }

  .nshop-pl .woo-pl-card__img {
    height: 190px;
  }

  .nshop-pl--hits {
    padding: 60px 0;
  }

  .nshop-pl--promo {
    padding: 60px 0;
  }

  .nshop-pl--hits .woo-pl-row__title {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1201px) {
  .ncat-archive__aside {
    position: sticky;
    inset: auto;
    display: block;
    width: auto;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    align-self: start;
  }

  .ncat-filters {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    z-index: auto;
    transform: none;
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 12px;
    border: 0;
    box-shadow: none;
    transition: none;
    overflow: visible;
  }

  #ncat-filters-actions {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .woo-single__top .woo-single-gallery.images {
    width: 50% !important;
  }

  .ncat-grid--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .ncat-grid--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 375px) {
  .ncat-grid--grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 651px) {
  .ncat-archive .woo-pl-card--cat-list {
    display: grid;
    grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
    gap: 24px;
    align-items: flex-start;
  }

  .ncat-archive .woo-pl-card--cat-list .woo-pl-card__media {
    margin-bottom: 0;
  }

  .ncat-archive .woo-pl-card--cat-list .woo-pl-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .ncat-archive .woo-pl-card--cat-list .woo-pl-card__cart-wrap {
    /* position: static; */
    margin-top: 8px;
  }
}

.cc-compass {
  bottom: 237px !important;
  right: 54px !important;
  z-index: 999 !important;
}

.cc_cart_items_list svg,
.cc_saved_items_list svg {
  width: 28px !important;
  height: 28px !important;
}

.nheader-mobile-item .cc_cart_items_list svg,
.nheader-mobile-item .cc_saved_items_list svg {
  width: 34px !important;
  height: 34px !important;
}

.nheader-mobile_card .cc_cart_count.nheader-ctl__badge,
.nheader-ctl__media .cc_saved_count.nheader-ctl__badge {
  /* color: #fff !important; */
}

.ncat-archive__filter-open {
  background-color: transparent !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.ncat-archive__filter-open-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.price,
.amount {
  color: var(--color-black) !important;
}

.cc_item_total_price .price {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-black) !important;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.cc-product-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.cc-product-thumb {
  margin-right: 3px !important;
}

.cc_item_total_price .price .cc-sale-price-wrapper {
  order: 2;
}

.cc_item_total_price .price .woocommerce-Price-amount.amount {
  order: 1;
}

.cc_item_total_price .cc_saved_amount {
  color: #e32323 !important;
}

.cc-cart-actions .cc-totals .cc-total-text {
  font-size: 18px;
  font-weight: 500;
}

.cc-cart-actions .cc-totals .cc-total-amount {
  font-size: 18px;
  font-weight: 500;
}

.nheader-auch,
a.nheader-auch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  background: #595e64;
  border-radius: 50%;
}

.nheader-mobile__auch,
a.nheader-mobile__auch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  border-radius: 50%;
}

.home .nheader-auch,
.woocommerce-shop .nheader-auch {
  background: transparent;
}

.woocommerce-privacy-policy-link:focus,
.woocommerce-privacy-policy-link:hover,
.oceanwp-regv-verify__cancel a:focus,
.oceanwp-regv-verify__cancel a:hover,
.woocommerce-LostPassword.lost_password a:focus,
.woocommerce-LostPassword.lost_password a:hover {
  color: var(--n-color-blue) !important;
}

.payment_method_cod::before {
  color: var(--n-color-blue) !important ;
}

#respond .comment-form-author {
  width: 100%;
  padding: 0;
}

#respond .comment-form-email {
  width: 100%;
  padding: 0;
}

#respond .form-submit {
  width: 100%;
}

.ncat-archive__about ul {
  list-style: circle !important;
  margin: 0;
  padding: 0 0 0 20px !important;
}

.ncat-archive__about ol {
  list-style: auto !important;
  margin: 0;
  padding: 0 0 0 20px !important;
}


@media screen and (max-width: 1200px) {
  .nshop-brands {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .single-product .woo-gallery-main-wrap {
    max-height: min(560px, 92vw);
  }

  .single-product .woo-gallery-thumbs {
    width: 100% !important;
  }
}

@media (max-width: 1080px) {
  .cc-compass {
    bottom: 203px !important;
    right: 52px !important;
    width: 18px !important;
    height: 18px !important;
  }
}

@media (max-width: 991px) {
  .single-product .woo-single-summary__title {
  }

  .single-product .woo-gallery-main-wrap {
    max-height: min(100vw, 480px);
    aspect-ratio: 1 / 1;
  }

  .nshop-hero {
    height: 400px !important;
    max-height: 420px !important;
    background-position: 0 -100px !important;
  }
}

@media (max-width: 767px) {
  .nshop-hero {
    background-position: 0 -35px !important;
  }

  .single-product .woo-single-summary__price-new {
    font-size: 1.5rem;
  }
  .ncat-archive__title {
    margin: 40px 0 0 !important;
  }

  .woo-pl-card__title {
    font-size: 16px;
  }

  .woocommerce-message {
    flex-direction: column;
    gap: 15px;
    margin: 20px 0 20px !important;
    padding: 10px 20px !important;
  }
}

@media (max-width: 700px) {
  .single-product .woo-single-gallery__badges {
    left: 20px;
    transform: inherit;
  }

  .single-product .woo-single-gallery__zoom {
    top: 20px;
    right: 20px;
    transform: inherit;
  }
}

@media (max-width: 650px) {
  .ncat-archive .woo-pl-card--cat-list {
    display: flex;
    flex-direction: column;
  }

  .ncat-archive .woo-pl-card--cat-list .woo-pl-card__media {
    width: 100%;
  }

  .nshop-brands__head {
    margin-bottom: 16px;
    justify-content: flex-start;
  }

  .nshop-brands__foot {
    display: block;
  }

  .nshop-brands__all--mob {
    display: inline;
  }

  .nshop-brands__link {
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  .nshop-brands__all.nshop-brands__all--desk {
    display: none !important;
  }

  .single-product .woo-gallery-main__nav {
    width: 34px;
    height: 34px;
  }

  .single-product .woo-gallery-main__nav::after {
    width: 34px !important;
    height: 34px !important;
  }

  .nshop-pl--promo {
    padding: 60px 0 0;
  }
}

@media (min-width: 565px) {
  .woo-single-detail__panels .woo-single-detail__panel:nth-child(1) .woo-single-detail__heading {
    display: none !important;
  }
}

@media (max-width: 565px) {
  .nshop-hero {
    background-position: 0 !important;
  }
  .woo-single-detail__heading {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    color: var(--color-black) !important;
    margin-bottom: 0px !important;
  }

  .single-product .woo-single-detail__panel {
    margin-top: 0;
    border-bottom: 1px solid rgb(3, 3, 3, 0.6);
  }

  .single-product .woo-single-detail--accordion-mode .woo-single-detail__heading {
    padding: 18px 0;
    border-bottom: transparent;
  }

  .single-product .woo-single-detail--accordion-mode .woo-single-detail__acc-body {
    padding: 16px 0 14px;
  }

  .woo-single-detail__panel.is-open .woo-single-detail__heading {
    opacity: 0.6;
  }

  .woo-pl-row__head {
    margin-bottom: 0;
  }

  .single-product .woo-gallery-thumbs .swiper-slide {
    width: 80px;
    height: 83px;
  }

  .single-product div.product .woo-single-gallery__inner {
    gap: 5px !important;
  }

  .woo-gallery-thumbs .swiper-wrapper {
    gap: 0;
  }

  .cc-cart-actions .cc-totals .cc-total-text {
    font-size: 16px;
    font-weight: 500;
  }
  .ncat-archive__filter-open {
    min-width: 90px;
  }
  .ncat-archive__filter-open-text {
    display: none;
  }
  .ncat-grid.ncat-grid--list .woo-pl-card__title {
    font-size: 16px;
  }
  .single-product .woo-pl-card__img,
  .ncat-archive .woo-pl-card__img {
    height: 370px;
  }
  .ncat-toolbar__sort {
    display: none;
  }

  .ncat-toolbar__left {
    gap: 100px;
  }

  .single-product .woo-single-detail__nav-list {
    gap: 10px;
  }

  .nshop-pl .woo-pl-row__slider .swiper-wrapper {
    padding-top: 80px;
  }

  .woo-pl-row__title {
    margin-bottom: 0;
  }

  .woo-pl-row__slider {
    margin-top: 20px;
  }

  .woo-pl-row__slider .swiper-button-prev {
    left: 20px !important;
    right: inherit !important;
  }

  .woo-pl-row__slider .swiper-button-next {
    right: inherit;
    left: 65px;
  }

  .nshop-pl--promo .woo-pl-row__head {
    margin-bottom: 0;
  }

  .woo-pl-card__body {
    margin-top: 10px;
    padding-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .ncat-toolbar__left {
    gap: 46px;
    row-gap: 100px;
    column-gap: 40px;
  }
  .single-product .woo-pl-card__img,
  .ncat-archive .woo-pl-card__img {
    height: 200px;
  }

  .nshop-hero {
    height: 237px !important;
    max-height: 420px !important;
    background-position: 0 0 !important;
  }
}

@media (max-width: 430px) {
  .ncat-toolbar__left {
    gap: 20px;
  }

  .single-product .woo-gallery-main__img {
    height: 250px;
  }

  .single-product .woo-single-summary__cart-row form.cart .woo__present {
    margin-right: 5px;
}

.single-product .woo-single-summary__cart-row form.cart .woo__present .single_add_to_cart_button, .single-product .woo-single-summary__cart-row form.cart .woo__present button[type='submit'] {
  padding: 18px 30px;
  width: 100%;
}
}
