﻿.page-net-super-favorites .content-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.page-net-super-favorites .app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-net-super-favorites .bottom-image {
  margin-top: auto;
}

.page-net-super-favorites .section {
  margin-top: 12px;
}

.page-net-super-favorites .top-tools + .content-wrap {
  padding-top: 14px;
}

/* Header spacing is shared via net_super_header.css */
.page-net-super-favorites .top-tools + .content-wrap {
  padding-top: 10px;
}

.page-net-super-favorites .popular-products-section {
  margin-top: 0 !important;
}

.page-net-super-favorites .popular-products-section .product-grid,
.page-net-super-favorites .popular-products-section .empty-message {
  margin-top: 12px;
}

.empty-message {
  margin: 0;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.return-wrap {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.return-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  max-width: 378px;
  min-height: 44px;
  padding: 0.4rem 0.75rem !important;
  margin-top: 0;
  border-radius: 6px;
  border: 0;
  background: #7f7070;
  color: #fff;
  font-size: 16px !important;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.store-top-button-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.store-top-button-label::before {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/dammy/store_top_button_icon.svg") center / contain no-repeat;
}

.return-button:hover,
.return-button:focus {
  color: #fff;
  text-decoration: none;
  background: #7f7070;
}

@media (min-width: 521px) {
  .page-net-super-favorites .app {
    width: 100% !important;
    max-width: none !important;
  }

  .page-net-super-favorites .top-bar,
  .page-net-super-favorites .top-tools {
    width: 100%;
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-net-super-favorites .top-bar-inner {
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .page-net-super-favorites .top-title {
    display: block !important;
  }

  .page-net-super-favorites .top-right-tools {
    display: inline-flex !important;
    margin-left: auto !important;
  }

  .page-net-super-favorites .top-tools {
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .page-net-super-favorites .search-wrap {
    flex: 0 0 auto !important;
    width: 320px !important;
    max-width: 320px !important;
  }

  .page-net-super-favorites .head-icons {
    margin-left: auto !important;
  }

  .page-net-super-favorites .head-icons .navbar-nav {
    justify-content: flex-end !important;
    gap: 10px !important;
  }
}

@media (min-width: 768px) {
  .page-net-super-favorites .content-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-net-super-favorites .top-tools + .content-wrap {
    padding-top: 12px;
  }
}

@media (min-width: 992px) {
  .page-net-super-favorites .product-grid {
    margin-top: 0;
  }

  .page-net-super-favorites .top-tools + .content-wrap {
    padding-top: 12px;
  }

  .page-net-super-favorites .top-bar,
  .page-net-super-favorites .top-tools {
    width: 56vw !important;
    max-width: 760px !important;
    min-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-net-super-favorites .top-tools {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-net-super-favorites .search-wrap {
    flex: 0 0 320px !important;
    width: 320px !important;
    max-width: 320px !important;
  }

  .page-net-super-favorites .head-icons {
    margin-left: auto !important;
  }

  .page-net-super-favorites .head-icons .navbar-nav {
    gap: 20px !important;
    justify-content: flex-end !important;
  }

  .page-net-super-favorites .head-icons .nav-item {
    flex: 0 0 auto;
  }

  .page-net-super-favorites .top-tools .head-icons .iconatag {
    width: auto;
    min-width: 52px;
  }

  .page-net-super-favorites .top-tools .head-icons .header-icon-slot {
    width: 32px;
    height: 32px;
  }

  .page-net-super-favorites .top-tools .head-icons .home-header-img {
    width: 47px;
    height: 32px;
  }

  .page-net-super-favorites .top-tools .head-icons .header-icon-label {
    font-size: 11px;
  }

  .page-net-super-favorites .content-wrap {
    width: 56vw;
    max-width: 760px;
    min-width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .return-wrap {
    width: 56vw;
    max-width: 760px;
    min-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .return-button {
    width: 100% !important;
    max-width: none;
    min-height: 44px;
    border: 0 !important;
    border-radius: 6px !important;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3) !important;
    font-size: 18px !important;
    padding: 0.4rem 0.75rem !important;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #7f7070 !important;
    color: #fff !important;
  }

  .return-button:hover,
  .return-button:focus,
  .return-button:active {
    background: #7f7070 !important;
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  .page-net-super-favorites .content-wrap {
    padding-left: 10px;
    padding-right: 10px;
    transform: none !important;
  }

  .page-net-super-favorites .top-tools + .content-wrap {
    padding-top: 10px;
  }

  .page-net-super-favorites .product-grid {
    margin-top: 0;
  }

  .page-net-super-favorites .top-tools .head-icons .header-icon-label {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  .page-net-super-favorites .top-tools .head-icons .home-item .home-header-label {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  .page-net-super-favorites .section {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .empty-message {
    font-size: 13px;
  }

  .return-wrap {
    margin-top: 36px;
    margin-bottom: 0;
  }

  .return-button {
    min-width: 188px;
    height: 40px;
    font-size: 13px;
  }

  .head-icons .iconatag.has-count-badge .top-count-badge {
    background: #e60012 !important;
    color: #fff !important;
    box-shadow: 0 0 0 1px #fff !important;
  }
}

@media (max-width: 430px) {
  .page-net-super-favorites .top-tools .head-icons .header-icon-label,
  .page-net-super-favorites .top-tools .head-icons .home-item .home-header-label {
    font-size: 10px !important;
  }
}

@media (max-width: 380px) {
  .page-net-super-favorites .top-tools .head-icons .header-icon-label,
  .page-net-super-favorites .top-tools .head-icons .home-item .home-header-label {
    font-size: 9px !important;
  }
}

@media (max-width: 520px) {
  .page-net-super-favorites .content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 400px) {
  .page-net-super-favorites .content-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 991px) {
  .return-button {
    width: 100% !important;
    max-width: 378px;
    min-height: 44px;
    border: 0 !important;
    border-radius: 6px !important;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    padding: 0.4rem 0.75rem !important;
    gap: 0;
  }
}
