#Head,
.dpN {
  display: none;
}
body {
  touch-action: manipulation;
}
#Contents,
#Wrap,
.wrapBottom,
.wrapTop,
form#aspnetForm {
  all: unset !important;
}
a {
  overflow: visible;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.annoucementContainer {
  width: 100%;
  height: 36px;
  background-color: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.annoucement {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  font-size: 0.8rem;
}

.headerNav {
  z-index: 6;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 1.5rem;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0px;
  top: 36px;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
  background-color: white;
}

@media (min-width: 1024px) {
  .headerNav {
    justify-content: flex-start;
    gap: 3.5rem;
    padding: 20px 48px;
  }
}

.headerNav.is-hidden {
  transform: translateY(-90px);
}
/* .is-hidden {
  transform: translateY(-90px);
} */

.headerNav_extraBanner {
  top: calc(100vh - 54px - 1rem) !important;
  top: calc(100dvh - 54px - 1rem) !important;
}
@media (min-width: 480px) {
  .headerNav_extraBanner {
    top: 90px !important;
  }
}

@media (min-width: 480px) {
  .headerNav_extraBanner.is-hidden {
    transform: translateY(-90px);
  }
}
.headerWrap .headerLogo {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .headerLogo {
    order: -1;
  }
}
.headerLogo img {
  width: 80px;
  max-width: 100%;
  height: auto;
  margin-left: -4px;
}
@media (min-width: 480px) {
  .headerLogo img {
    margin-left: 38px;
  }
}
@media (min-width: 1024px) {
  .headerLogo img {
    margin-left: 0;
  }
}

.PrimaryNav {
  display: none;
}
@media (min-width: 1024px) {
  .PrimaryNav {
    display: flex;
    gap: 3.5rem;
    align-items: center;
  }
}

.secondnaryNav {
  display: flex;
}
.secondnaryNav a:focus {
  overflow: visible;
}
.secondnaryNav span {
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .secondnaryNav {
    margin-left: auto;
    /* gap: 1rem; */
  }
}

.NavIcon img {
  width: 24px;
  cursor: pointer;
}
.quantityDecrease,
.quantityIncrease {
  cursor: pointer;
}
.menuSVG {
  border: 10px solid transparent;
  margin: -10px;
  background-clip: padding-box;
  display: flex;
}
@media (min-width: 1024px) {
  .menuSVG {
    display: none;
  }
}

.userSVG {
  display: none;
}
@media (min-width: 480px) {
  .userSVG {
    display: block;
    transform: translateX(-1rem);
  }
}

.headerNav_extraBanner {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: calc(100vh - 90px);
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
  display: none;
}
@media (min-width: 480px) {
  .headerNav_extraBanner {
    min-height: 90px;
    padding: 16px;
    top: 36px;
    background-color: var(--primary);
  }
}
.headerNav_extraBanner .extraBannerWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (min-width: 480px) {
  .headerNav_extraBanner .extraBannerWrap {
    justify-content: space-between;
  }
}
.headerNav_extraBanner .extraBannerWrap .nameItem,
.headerNav_extraBanner .extraBannerWrap .priceItem {
  font-size: 1rem;
}
.headerNav_extraBanner .extraBannerWrap .prod-info {
  display: none;
}
@media (min-width: 480px) {
  .headerNav_extraBanner .extraBannerWrap .prod-info {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }
}
.headerNav_extraBanner img {
  width: 60px;
}
.headerNav_extraBanner .quickAdd2Cart {
  width: 80%;
  text-align: center;
  padding: 18px;
  background-color: #c82a22;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
}
@media (min-width: 480px) {
  .headerNav_extraBanner .quickAdd2Cart {
    width: 180px;
  }
}
.NavSideBarContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 999;
  top: 0;
  animation: BgFadeOut 0.5s ease-out forwards;
  transform: translateX(0%);
  pointer-events: none;
}
.NavSideBarContainer.switchOn {
  pointer-events: auto;
  display: block;
  animation: BgFadeIn 0.5s ease-out forwards;
}

.NavSideBarContainer.HBPG {
  transform: translateX(-100%);
}
.NavSideBarContainer .NavsideBarWrap {
  animation: ContentSlideOut 0.25s ease-out forwards;
}

.NavSideBarContainer.switchOn .NavsideBarWrap {
  animation: ContentSlideIn 0.25s ease-out forwards;
}
.NavsideBarWrap {
  width: min(90vw, 400px);
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.NavsideBarWrap .clockBlock {
  padding: 1rem;
  height: 2rem;
}
.NavsideBarWrap .clockBlock img {
  height: 100%;
  width: auto;
  margin-left: auto;
}
.NavsideBarWrap .NavsideBarContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  overflow-x: hidden;
  position: relative;
}
.NavsideBarWrap .NavsideBarContent .listItem {
  padding: 0.125rem 0;
}
.NavsideBarWrap .NavsideBarContent .listContent .dropdown {
  justify-content: space-between;
}
.NavsideBarWrap .NavsideBarContent .dropdown {
  display: flex;
}
.NavsideBarWrap .NavsideBarContent .dropdown img {
  height: 50%;
  width: auto;
}
.NavsideBarWrap .listBlock .listItem {
  height: 2.5rem;
  display: flex;
  align-items: center;
}
.NavsideBarWrap .listContent,
.NavsideBarWrap .searchContent {
  position: absolute;
  width: calc(100% - 2rem);
}
.NavsideBarWrap .searchContent .dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  filter: opacity(0.5);
}
.NavsideBarWrap .loginBlock {
  height: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.NavsideBarWrap .loginBlock img {
  height: 100%;
  width: auto;
}

.listContent.hide {
  animation: fadeOutLeft 0.5s ease forwards;
}
.listContent.show {
  animation: fadeInRight 0.5s ease forwards;
}
.listContent.show .listItem {
  opacity: 0;
  animation: slideUpFade 0.1s ease-out forwards;
}
.listContent.show .listItem:nth-child(1) {
  animation-delay: 0.5s;
}
.listContent.show .listItem:nth-child(2) {
  animation-delay: 0.6s;
}
.listContent.show .listItem:nth-child(3) {
  animation-delay: 0.7s;
}
.listContent.show .listItem:nth-child(4) {
  animation-delay: 0.8s;
}
.listContent.show .listItem:nth-child(5) {
  animation-delay: 0.9s;
}
.listContent.show .listItem:nth-child(6) {
  animation-delay: 1s;
}
.listContent.show .listItem:nth-child(7) {
  animation-delay: 1.1s;
}
.listContent.show .listItem:nth-child(8) {
  animation-delay: 1.2s;
}
.listContent.show .listItem:nth-child(9) {
  animation-delay: 1.3s;
}
.listContent.show .listItem:nth-child(10) {
  animation-delay: 1.4s;
}

.searchContent.hide {
  animation: fadeOutRight 0.5s ease forwards;
}
.searchContent.show {
  animation: fadeInLeft 0.5s ease forwards;
}
.searchContent.show .listItem {
  opacity: 0;
  animation: slideUpFade 0.1s ease-out forwards;
}
.searchContent.show .listItem:nth-child(1) {
  animation-delay: 0.5s;
}
.searchContent.show .listItem:nth-child(2) {
  animation-delay: 0.6s;
}
.searchContent.show .listItem:nth-child(3) {
  animation-delay: 0.7s;
}
.searchContent.show .listItem:nth-child(4) {
  animation-delay: 0.8s;
}
.searchContent.show .listItem:nth-child(5) {
  animation-delay: 0.9s;
}
.searchContent.show .listItem:nth-child(6) {
  animation-delay: 1s;
}
.searchContent.show .listItem:nth-child(7) {
  animation-delay: 1.1s;
}
.searchContent.show .listItem:nth-child(8) {
  animation-delay: 1.2s;
}
.searchContent.show .listItem:nth-child(9) {
  animation-delay: 1.3s;
}
.searchContent.show .listItem:nth-child(10) {
  animation-delay: 1.4s;
}
.searchContent.show .listItem:nth-child(11) {
  animation-delay: 1.5s;
}
.searchContent.show .listItem:nth-child(12) {
  animation-delay: 1.6s;
}
.searchContent.show .listItem:nth-child(13) {
  animation-delay: 1.7s;
}
.searchContent.show .listItem:nth-child(14) {
  animation-delay: 1.8s;
}
.searchContent.show .listItem:nth-child(15) {
  animation-delay: 1.9s;
}
.searchContent.show .listItem:nth-child(16) {
  animation-delay: 2s;
}
.searchContent.show .listItem:nth-child(17) {
  animation-delay: 2.1s;
}
.searchContent.show .listItem:nth-child(18) {
  animation-delay: 2.2s;
}
.searchContent.show .listItem:nth-child(19) {
  animation-delay: 2.3s;
}
.searchContent.show .listItem:nth-child(20) {
  animation-delay: 2.4s;
}

@keyframes slideUpFade {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  50% {
    opacity: 0;
  }
  75% {
    transform: translateX(-5%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
    visibility: hidden;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  50% {
    opacity: 0;
  }
  75% {
    transform: translateX(5%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
  }
}
@keyframes BgFadeIn {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes BgFadeOut {
  0% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    display: none;
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes ContentSlideIn {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes ContentSlideOut {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
