@import url("/assets/theme-port/css/theme-port-entry.css");

.phasec-catalog-page .search-block .search-suggestions,
.phasec-product-page .search-block .search-suggestions {
  background: #fff;
  border: 1px solid var(--grey);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 50;
}

.phasec-catalog-page .search-suggestion,
.phasec-product-page .search-suggestion {
  color: var(--black);
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 14px;
  text-transform: none;
}

.phasec-catalog-page .Product-block .product-img-block .like-product,
.phasec-product-page .Product-block .product-img-block .like-product,
.phasec-product-page .entry-summary .like-product {
  align-items: center;
  display: flex;
  justify-content: center;
}

.phasec-catalog-page .Product-block .product-img-block .like-product button,
.phasec-product-page .Product-block .product-img-block .like-product button,
.phasec-product-page .entry-summary .like-product button {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.phasec-catalog-page .product-wishlist-icon,
.phasec-product-page .product-wishlist-icon {
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.phasec-toast-stack {
  display: grid;
  gap: 10px;
  position: fixed;
  right: 20px;
  top: 24px;
  z-index: 10020;
}

.phasec-toast {
  background: #111;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  max-width: min(320px, calc(100vw - 32px));
  opacity: 0;
  padding: 12px 14px;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.phasec-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.phasec-toast.is-success {
  background: #273b0f;
}

.phasec-toast.is-warning {
  background: #4d3600;
}

.phasec-catalog-page .wishlist-heart,
.phasec-product-page .wishlist-heart {
  background: #111;
  display: block;
  height: 20px;
  -webkit-mask: url("/assets/theme-port/images/heart.svg") center / contain no-repeat;
  mask: url("/assets/theme-port/images/heart.svg") center / contain no-repeat;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: 20px;
}

.phasec-catalog-page .product-wishlist-icon:hover .wishlist-heart,
.phasec-product-page .product-wishlist-icon:hover .wishlist-heart,
.phasec-catalog-page .product-wishlist-icon.is-saved .wishlist-heart,
.phasec-product-page .product-wishlist-icon.is-saved .wishlist-heart,
.phasec-catalog-page .product-wishlist-icon[aria-pressed="true"] .wishlist-heart,
.phasec-product-page .product-wishlist-icon[aria-pressed="true"] .wishlist-heart {
  background: var(--lime);
  transform: scale(1.05);
}

@media (min-width: 992px) and (max-width: 1500px) {
  .phasec-catalog-page .header .header-menu-main,
  .phasec-product-page .header .header-menu-main {
    gap: 14px;
    min-width: 0;
  }

  .phasec-catalog-page .header .menu-wrapper,
  .phasec-product-page .header .menu-wrapper {
    gap: 12px;
    flex-wrap: nowrap;
  }

  .phasec-catalog-page .header .search-block,
  .phasec-product-page .header .search-block {
    flex: 0 0 200px;
    width: 200px;
  }

  .phasec-catalog-page .header .header-icon,
  .phasec-product-page .header .header-icon {
    flex-shrink: 0;
    gap: 16px;
  }
}

.phasec-catalog-page .header-logo img,
.phasec-product-page .header-logo img {
  display: block;
  height: auto;
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
  width: 150px;
}

.phasec-catalog-page .footer-logo img,
.phasec-product-page .footer-logo img {
  display: block;
  height: auto;
  max-height: 96px;
  max-width: 100%;
  object-fit: contain;
  width: 180px;
}

@media (max-width: 767px) {
  .phasec-catalog-page .header-logo img,
  .phasec-product-page .header-logo img {
    max-height: 70px;
    width: 132px;
  }
}

.phasec-catalog-page .footer-bottom img,
.phasec-product-page .footer-bottom img {
  max-width: 280px;
}

.phasec-catalog-main .inner-banner,
.phasec-product-main .inner-banner {
  background-position: center;
  background-size: cover;
}

.phasec-catalog-page ul.products,
.phasec-product-page ul.products {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.phasec-catalog-page .product-list-wrapper .ndr_woocommer_shop_sidebar .category_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.phasec-catalog-page .category_list a.is-active,
.phasec-catalog-page .category_list a:hover {
  color: var(--lime);
}

.phasec-catalog-page .filter-toggle {
  cursor: pointer;
  height: 24px;
  object-fit: contain;
  width: 24px;
}

.phasec-catalog-page .phasec-no-products {
  border-top: 1px solid var(--grey);
  color: var(--grey-text);
  padding-top: 30px;
}

.phasec-catalog-page .Product-block .product-img-block {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.phasec-catalog-page .Product-block .product-img-block img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.phasec-catalog-page .Product-block span.product-price,
.phasec-product-page .Product-block span.product-price {
  color: var(--black);
  margin-top: 14px;
}

.phasec-catalog-page .phasec-price-clean,
.phasec-product-page .phasec-price-clean {
  align-items: baseline;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1.2;
}

.phasec-catalog-page .phasec-price-clean del,
.phasec-product-page .phasec-price-clean del {
  color: #8b8b8b;
  font-size: 15px;
  font-weight: 500;
  text-decoration-thickness: 1px;
}

.phasec-catalog-page .phasec-price-clean ins,
.phasec-product-page .phasec-price-clean ins,
.phasec-catalog-page .phasec-price-clean:not(.phasec-price-clean--sale),
.phasec-product-page .phasec-price-clean:not(.phasec-price-clean--sale) {
  color: var(--lime);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.phasec-product-page .woocommerce-product-gallery__image {
  background: var(--white-50);
  border-radius: 10px;
  overflow: hidden;
}

.phasec-product-page .woocommerce-product-gallery__image img {
  display: block;
  height: auto;
  width: 100%;
}

.phasec-product-page .woocommerce-product-gallery__wrapper {
  touch-action: pan-y;
}

.phasec-product-page .flex-control-thumbs {
  list-style: none;
  padding-left: 0;
}

.phasec-product-page .flex-control-thumbs button {
  background: var(--white-50);
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.phasec-product-page .flex-control-thumbs button.is-active {
  box-shadow: 0 0 0 2px var(--lime);
}

.phasec-product-page .flex-control-thumbs img {
  display: block;
  height: auto;
  width: 100%;
}

.phasec-product-page .woocommerce-product-details__short-description {
  color: var(--grey-text);
  margin-bottom: 28px;
}

.phasec-product-page p.price {
  color: var(--lime);
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 25px;
}

.phasec-product-page .cfvsw-swatches-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.phasec-product-page .cfvsw-swatches-option {
  align-items: center;
  background: #fff;
  border: 1px solid var(--grey);
  border-radius: 8px;
  color: var(--black);
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  min-width: 48px;
  padding: 0 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.phasec-product-page .cfvsw-swatches-option.cfvsw-selected-swatch {
  border-color: var(--lime) !important;
  box-shadow: 0 0 0 2px rgba(140, 197, 62, 0.25);
  transform: translateY(-1px);
}

.phasec-product-page .cfvsw-swatches-container[swatches-attr="attribute_pa_colors"] {
  gap: 12px;
}

.phasec-product-page .cfvsw-swatches-container[swatches-attr="attribute_pa_colors"] .cfvsw-swatches-option {
  background-clip: content-box;
  background-color: #f6f6f6;
  background-image: var(--swatch-image);
  background-position: center;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1 / 1;
  border: 2px solid #fff;
  border-radius: 50% !important;
  box-shadow: 0 0 0 1px var(--grey);
  box-sizing: border-box;
  flex: 0 0 54px;
  height: 54px;
  min-width: 54px;
  overflow: hidden;
  padding: 3px;
  width: 54px;
}

.phasec-product-page .cfvsw-swatches-container[swatches-attr="attribute_pa_colors"] .cfvsw-swatches-option.cfvsw-selected-swatch {
  border-color: #fff !important;
  box-shadow: 0 0 0 2px var(--black), 0 4px 14px rgba(0, 0, 0, 0.16);
}

.phasec-product-page .cfvsw-swatches-container[swatches-attr="attribute_pa_colors"] .cfvsw-swatches-option span {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.phasec-product-page .cart {
  margin-bottom: 28px;
}

.phasec-product-page .woocommerce-variation-add-to-cart {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 150px minmax(180px, 220px) 52px;
  justify-content: start;
}

.phasec-product-page .entry-summary .quantity {
  align-items: center;
  border: 1px solid var(--grey);
  border-radius: 999px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  height: 52px;
  overflow: hidden;
}

.phasec-product-page .entry-summary .quantity span {
  display: block;
  height: 100%;
}

.phasec-product-page .entry-summary .quantity button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--black);
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.phasec-product-page .entry-summary .quantity input {
  border: 0;
  color: var(--black);
  font-weight: 700;
  height: 100%;
  text-align: center;
  width: 100%;
}

.phasec-product-page .entry-summary .quantity input::-webkit-outer-spin-button,
.phasec-product-page .entry-summary .quantity input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.phasec-product-page .entry-summary .quantity .plus-qtn button {
  border-left: 1px solid var(--grey);
}

.phasec-product-page .entry-summary .quantity .minus-qtn button {
  border-right: 1px solid var(--grey);
}

.phasec-product-page .entry-summary .single_add_to_cart_button {
  min-height: 52px;
  width: min(100%, 220px) !important;
}

.phasec-product-page .entry-summary .like-product {
  border: 1px solid var(--grey);
  border-radius: 999px;
  flex: 0 0 52px;
  height: 52px;
  width: 52px;
}

.phasec-product-page .entry-summary .wishlist-heart {
  height: 22px;
  width: 22px;
}

.phasec-product-page .phasec-size-guide-link {
  background: transparent;
  border: 0;
  color: var(--black);
  cursor: pointer;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
}

.phasec-size-guide-modal[hidden] {
  display: none !important;
}

.phasec-size-guide-modal {
  inset: 0;
  position: fixed;
  z-index: 9999;
}

.phasec-size-guide-backdrop {
  background: rgba(0, 0, 0, 0.55);
  inset: 0;
  position: absolute;
}

.phasec-size-guide-dialog {
  background: #fff;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(260px, 1.2fr);
  left: 50%;
  max-width: min(760px, calc(100vw - 32px));
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.phasec-size-guide-close {
  align-items: center;
  background: var(--lime);
  border: 0;
  border-radius: 50%;
  color: var(--black);
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  z-index: 2;
}

.phasec-size-guide-media {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  padding: 34px;
}

.phasec-size-guide-media img {
  max-width: 160px;
  width: 100%;
}

.phasec-size-guide-content {
  padding: 42px 34px 34px;
}

.phasec-size-guide-eyebrow {
  color: var(--lime);
  font-weight: 800;
  text-transform: uppercase;
}

.phasec-size-guide-content h2 {
  color: var(--black);
  font-size: 30px;
  margin: 8px 0 12px;
}

.phasec-size-guide-content table {
  border-collapse: collapse;
  margin-top: 20px;
  width: 100%;
}

.phasec-size-guide-content th,
.phasec-size-guide-content td {
  border-bottom: 1px solid var(--grey);
  padding: 12px 8px;
  text-align: left;
}

.phasec-size-guide-notes {
  color: var(--grey-text);
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 18px;
}

.phasec-product-page .phasec-variation-group--guide-only .size-heading {
  justify-content: flex-start;
}

.phasec-related-products {
  padding: 30px 0 10px;
}

.phasec-related-products__header {
  margin-bottom: 22px;
}

.phasec-related-products__header h2 {
  color: var(--black);
  font-size: 32px;
  line-height: 1.15;
  margin: 0;
}

.phasec-product-page .phasec-related-products ul.products {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.phasec-product-page .phasec-related-products .Product-block .product-img-block {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.phasec-product-page .phasec-related-products .Product-block .product-img-block img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.phasec-product-page .product-attributes-item {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.phasec-product-page .product-attributes-item__label {
  color: var(--black);
  font-weight: 600;
}

@media (max-width: 991px) {
  .phasec-catalog-page .header .search-block,
  .phasec-product-page .header .search-block {
    width: 100%;
  }

  .phasec-product-page .woocommerce-variation-add-to-cart {
    gap: 12px;
    grid-template-columns: 112px minmax(0, 1fr) 48px;
  }

  .phasec-toast-stack {
    left: 16px;
    right: 16px;
    top: 16px;
  }

  .phasec-toast {
    max-width: none;
  }

  .phasec-size-guide-dialog {
    grid-template-columns: 1fr;
  }

  .phasec-size-guide-media {
    display: none;
  }

  .phasec-product-page .phasec-related-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Phase C header branding/layout stability */
.phasec-catalog-page .header .header-wrapper,
.phasec-product-page .header .header-wrapper {
  gap: 24px;
  min-width: 0;
}

.phasec-catalog-page .header .header-logo,
.phasec-product-page .header .header-logo {
  flex: 0 0 172px;
  min-width: 172px;
}

.phasec-catalog-page .header .header-logo a,
.phasec-product-page .header .header-logo a {
  align-items: center;
  display: flex;
}

.phasec-catalog-page .header-logo img,
.phasec-product-page .header-logo img {
  display: block;
  height: auto;
  max-height: none;
  max-width: 172px;
  object-fit: contain;
  width: 172px;
}

.phasec-catalog-page .footer-logo img,
.phasec-product-page .footer-logo img {
  display: block;
  height: auto;
  max-height: none;
  max-width: 190px;
  object-fit: contain;
  width: 190px;
}

.phasec-catalog-page .header .header-menu-main,
.phasec-product-page .header .header-menu-main {
  flex: 1 1 auto;
  gap: 24px;
  justify-content: flex-end;
  min-width: 0;
  order: 2;
}

.phasec-catalog-page .header .nav-menu,
.phasec-product-page .header .nav-menu {
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.phasec-catalog-page .header .menu-wrapper,
.phasec-product-page .header .menu-wrapper {
  flex-wrap: nowrap;
}

.phasec-catalog-page .header .mega-menu,
.phasec-product-page .header .mega-menu {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: min(1180px, calc(100vw - 48px));
}

.phasec-catalog-page .header .search-block,
.phasec-product-page .header .search-block {
  align-items: center;
  flex: 0 0 250px;
  height: 44px;
  margin: 0;
  max-width: 250px;
  width: 250px;
}

.phasec-catalog-page .header .search-block input,
.phasec-product-page .header .search-block input {
  border: 1px solid transparent;
  border-radius: 999px;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  padding: 0 54px 0 18px;
  width: 100%;
}

.phasec-catalog-page .header .search-block .search-btn,
.phasec-product-page .header .search-block .search-btn {
  border-radius: 999px;
  height: 40px;
  padding: 0;
  right: 2px;
  top: 2px;
  width: 40px;
}

.phasec-catalog-page .header .header-icon,
.phasec-product-page .header .header-icon {
  align-items: center;
  display: flex !important;
  flex: 0 0 138px;
  gap: 22px;
  justify-content: flex-end;
  min-width: 138px;
  order: 3;
}

.phasec-catalog-page .header .header-icon a,
.phasec-product-page .header .header-icon a {
  align-items: center;
  display: inline-flex;
  flex: 0 1 auto;
  height: 28px;
  justify-content: center;
  max-width: 96px;
  min-width: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phasec-catalog-page .header .header-icon a img,
.phasec-product-page .header .header-icon a img {
  flex: 0 0 auto;
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.phasec-catalog-page .header a.cart-icon,
.phasec-product-page .header a.cart-icon {
  overflow: visible;
  position: relative;
}

.phasec-catalog-page .header .toggle-menu-icon,
.phasec-product-page .header .toggle-menu-icon {
  align-items: center;
  display: none !important;
  flex-direction: column;
  gap: 7px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.phasec-catalog-page .header .toggle-menu-icon span,
.phasec-product-page .header .toggle-menu-icon span {
  background: var(--black);
  border-radius: 2px;
  display: block;
  height: 2px;
  width: 24px;
}

.phasec-catalog-page .header span.cart-item-count,
.phasec-product-page .header span.cart-item-count {
  min-width: 20px;
  padding: 0 5px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .phasec-catalog-page .header .header-wrapper,
  .phasec-product-page .header .header-wrapper {
    gap: 18px;
  }

  .phasec-catalog-page .header .header-logo,
  .phasec-product-page .header .header-logo {
    flex-basis: 150px;
    min-width: 150px;
  }

  .phasec-catalog-page .header-logo img,
  .phasec-product-page .header-logo img {
    max-width: 150px;
    width: 150px;
  }

  .phasec-catalog-page .header .header-menu-main,
  .phasec-product-page .header .header-menu-main {
    gap: 16px;
  }

  .phasec-catalog-page .header .menu-wrapper,
  .phasec-product-page .header .menu-wrapper {
    gap: 12px;
  }

  .phasec-catalog-page .header .search-block,
  .phasec-product-page .header .search-block {
    flex-basis: 220px;
    max-width: 220px;
    width: 220px;
  }

  .phasec-catalog-page .header .header-icon,
  .phasec-product-page .header .header-icon {
    flex-basis: 126px;
    gap: 18px;
    min-width: 126px;
  }
}

@media (max-width: 991px) {
  .phasec-catalog-page .header .header-wrapper,
  .phasec-product-page .header .header-wrapper {
    gap: 14px;
  }

  .phasec-catalog-page .header .header-logo,
  .phasec-product-page .header .header-logo {
    flex: 0 0 138px;
    min-width: 138px;
  }

  .phasec-catalog-page .header-logo img,
  .phasec-product-page .header-logo img {
    max-width: 138px;
    width: 138px;
  }

  .phasec-catalog-page .header .header-menu-main,
  .phasec-product-page .header .header-menu-main {
    gap: 14px;
    justify-content: flex-end;
  }

  .phasec-catalog-page .header .search-block,
  .phasec-product-page .header .search-block {
    flex: 0 1 220px;
    height: 42px;
    max-width: 220px;
    width: 220px;
  }

  .phasec-catalog-page .header .search-block input,
  .phasec-product-page .header .search-block input {
    height: 42px;
    line-height: 42px;
  }

  .phasec-catalog-page .header .search-block .search-btn,
  .phasec-product-page .header .search-block .search-btn {
    height: 38px;
    width: 38px;
  }

  .phasec-catalog-page .header .header-icon,
  .phasec-product-page .header .header-icon {
    flex: 0 0 auto;
    gap: 16px;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .phasec-product-page .phasec-related-products ul.products {
    grid-template-columns: 1fr;
  }

  .phasec-catalog-page .header .header-wrapper,
  .phasec-product-page .header .header-wrapper {
    align-items: center;
    display: grid !important;
    gap: 10px 12px;
    grid-template-columns: 126px minmax(0, 1fr);
    position: relative;
  }

  .phasec-catalog-page .header .header-logo,
  .phasec-product-page .header .header-logo {
    flex-basis: 126px;
    grid-column: 1;
    grid-row: 1;
    min-width: 126px;
  }

  .phasec-catalog-page .header-logo img,
  .phasec-product-page .header-logo img {
    max-width: 126px;
    width: 126px;
  }

  .phasec-catalog-page .header .search-block,
  .phasec-product-page .header .search-block {
    flex: 1 1 100%;
    height: 42px;
    max-width: none;
    min-width: 0;
    width: 100%;
  }

  .phasec-catalog-page .header .header-menu-main,
  .phasec-product-page .header .header-menu-main {
    display: block !important;
    grid-column: 1 / -1;
    grid-row: 2;
    min-width: 0;
    width: 100%;
  }

  .phasec-catalog-page .header .header-actions,
  .phasec-product-page .header .header-actions {
    align-items: center;
    display: flex !important;
    gap: 12px;
    justify-content: flex-end;
    min-width: 0;
    order: 2;
    position: absolute;
    left: calc(100vw - 258px);
    top: 0;
    width: 148px;
    z-index: 5;
  }

  .phasec-catalog-page .header .header-actions a,
  .phasec-product-page .header .header-actions a {
    align-items: center;
    display: inline-flex;
    flex: 0 0 28px;
    height: 32px;
    justify-content: center;
    min-width: 28px;
    overflow: visible;
    position: relative;
    width: 28px;
  }

  .phasec-catalog-page .header .header-actions a img,
  .phasec-product-page .header .header-actions a img {
    height: 20px;
    object-fit: contain;
    width: 20px;
  }

  .phasec-catalog-page .header .header-actions .toggle-menu-icon,
  .phasec-product-page .header .header-actions .toggle-menu-icon {
    align-items: center;
    display: inline-flex !important;
    flex-direction: column;
    flex: 0 0 32px;
    gap: 7px;
    height: 32px;
    justify-content: center;
    width: 32px;
    z-index: 6;
  }

  .phasec-catalog-page .header .header-actions .toggle-menu-icon span,
  .phasec-product-page .header .header-actions .toggle-menu-icon span {
    background: var(--black);
    border-radius: 2px;
    display: block;
    height: 2px;
    width: 24px;
  }
}
