/*!
 * Font Awesome Free 6.x.x by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */

:root {
  --primary: #f6e9e6;
  --secondary: #e6c0bd;
  --fontFamily: "Zen Maru Gothic", sans-serif;
}
#Foot,
#Head {
  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.6rem;
}

.headerNav {
  z-index: 3;
  height: 90px;
  background-color: white;
  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;
}
@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;
}
@media (min-width: 480px) {
  .headerNav_extraBanner {
    top: 90px !important;
  }
}

@media (min-width: 480px) {
  .headerNav_extraBanner.is-hidden {
    transform: translateY(-90px);
  }
}

@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 span {
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .secondnaryNav {
    margin-left: auto;
    /* gap: 1rem; */
  }
}

.NavIcon img {
  width: 24px;
  cursor: pointer;
}
.quantityDecrease,
.quantityIncrease {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .menuSVG {
    display: none;
  }
}

.userSVG {
  display: none;
}
@media (min-width: 480px) {
  .userSVG {
    display: block;
  }
}

.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%);
}
.NavSideBarContainer.HBPG {
  transform: translateX(-100%);
}
.NavSideBarContainer .NavsideBarWrap {
  animation: ContentSlideOut 0.25s ease-out forwards;
}
.NavSideBarContainer.switchOn {
  display: block;
  animation: BgFadeIn 0.5s 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%;
  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%;
}

.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;
}

.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;
}

@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%);
  }
}

.footerSearchWrap {
  width: 90%;
  margin: 2rem auto 3rem;
  max-width: 1024px;
}

.footerSearchTitles {
  text-align: center;
  margin: 2rem 0;
}
.footerSearchTitles .mainTitle {
  font-size: 1.5rem;
  margin: 2rem 0;
}
.footerSearchTitles .subTitle {
  line-height: 1.7;
  margin: 2rem 0;
}

.footerSearchBlocks {
  flex-wrap: wrap;
  row-gap: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerSearchBlocks .block {
  width: 100%;
}
@media (min-width: 480px) {
  .footerSearchBlocks .block {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .footerSearchBlocks .block {
    width: 32%;
  }
}
.footerSearchBlocks .block img {
  width: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.footerTop {
  background-color: #fff;
  padding: 2.5rem 1.5rem;
}

.footerCard {
  background: #d0c5ae url(/AB/common/ec_hp/images/bg.png) no-repeat center
    center;
  background-size: cover;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 48px 24px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1024px;
  margin: auto;
}
.footerCard .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  width: 40%;
}
@media (min-width: 480px) {
  .footerCard .item {
    width: 20%;
  }
}
.footerCard .item .icon {
  width: 24px;
  margin-bottom: 1rem;
}
.footerCard .item .icon img {
  width: 100%;
}
.footerCard .item .content {
  line-height: 1.7;
}

.footerInfo .infoItem {
  font-size: 0.9rem;
}

.footerInfoWrap {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  width: 90%;
  margin: auto;
  gap: 3rem;
}
@media (min-width: 480px) {
  .footerInfoWrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    column-gap: 6rem;
    /* justify-content: space-between; */
    justify-content: flex-start;
  }
}
.footerInfoWrap .infoBlock {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footerInfoWrap .infoBlock .infoItem {
  line-height: 1.7;
  color: rbga(28, 28, 28, 0.65);
}
.footerInfoWrap .logo {
  width: 150px;
}
.footerInfoWrap .logo img {
  width: 100%;
}
.footerInfoWrap .subscriptionBox {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 2rem;
  line-height: 1.7;
  max-width: 400px;
}
@media (min-width: 1024px) {
  .footerInfoWrap .subscriptionBox {
    width: 250px;
  }
}
@media (min-width: 1920px) {
  .footerInfoWrap .subscriptionBox {
    width: 400px;
  }
}
.footerInfoWrap .subscriptionBlock {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
}
.footerInfoWrap .subscriptionBlock .title {
  color: rgb(230, 157, 164);
  width: 100%;
}
.footerInfoWrap .subscriptionBlock .input {
  width: 100%;
  text-align: start;
  border-width: 1px;
  transition: border-color 0.1s ease-in-out;
  padding: 1rem 0.5rem;
}
.footerInfoWrap .subscriptionBlock .subButton {
  width: 100%;
}
.footerInfoWrap .subscriptionBlock .subButton button {
  background-color: rgb(203, 43, 43);
  height: 60px;
  width: 100%;
  border: none;
  color: #fff;
  padding: 16px 0;
  border-radius: 2.5rem;
}
.footerInfoWrap .subscriptionBlock .lineFriend {
  width: 100%;
}
.footerInfoWrap .subscriptionBlock .lineFriend img {
  width: 100%;
}
.footerInfoWrap .socialMedia {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  flex-wrap: wrap;
}
.footerInfoWrap .socialMedia .block {
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .footerInfoWrap .socialMedia {
    justify-content: flex-start;
  }
  .footerInfoWrap .socialMedia .block {
    width: 36px;
    height: 36px;
  }
}
.footerInfoWrap .copyRightANDpayment {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.footerInfoWrap .copyRightANDpayment .payment {
  display: flex;
  gap: 2rem;
}
.footerInfoWrap .copyRightANDpayment .block {
  width: 100px;
  margin: auto;
}
.footerInfoWrap .copyRightANDpayment img {
  width: 100%;
}
@media (min-width: 1024px) {
  .footerInfoWrap .copyRightANDpayment {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footerBottom {
  width: 100%;
}
.footerBottom img {
  height: 100%;
  width: 100%;
}

.infoContainer.force-scroll-active {
  position: static;
  display: block;
}

.subSlideContainer.force-scroll-active {
  position: static;
  display: block;
}

@media (min-width: 1024px) {
  .sliderWrap.force-scroll-active {
    /* height: 1500px; */
    height: auto;
  }
}

.sliderContainer {
  flex: 1;
  margin: 0 auto;
  max-width: 100%;
}

.sliderWrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .sliderWrap {
    flex-direction: row-reverse;
    height: auto;
    overflow: hidden;
    gap: 5rem;
  }
}

.sliderMainBox {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  width: 100%;
  order: 1;
}
@media (min-width: 1024px) {
  .sliderMainBox {
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1;
    height: 100%;
    min-width: 0;
    min-height: 0;
    gap: 1.5rem;
  }
}
.sliderMainBox img,
.sliderMainBox video {
  margin: 1rem 1rem 0;
  width: calc(100% - 2rem);
  border-radius: 32px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (min-width: 1024px) {
  .sliderMainBox img,
  .sliderMainBox video {
    margin: 1rem 1rem 0;
    width: calc(100% - 2rem);
    border-radius: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}

.sliderSubBox {
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  scrollbar-width: none;
  width: 90%;
  margin: auto;
  gap: 1rem;
  opacity: 1;
  order: 2;
}
@media (min-width: 1024px) {
  .sliderSubBox {
    opacity: 0;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    width: 50px;
    height: 100%;
    margin: 0;
    align-items: center;
  }
}
.sliderSubBox img,
.sliderSubBox video {
  width: 3.5rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .sliderSubBox img,
  .sliderSubBox video {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.sliderMainBox::-webkit-scrollbar,
.sliderSubBox::-webkit-scrollbar {
  display: none;
}

.sliderMainItem {
  flex: 0 0 100%;
  scroll-snap-align: center;
}
@media (min-width: 1024px) {
  .sliderMainItem {
    height: 100%;
    width: 100%;
    flex: 1;
    scroll-snap-align: start;
  }
}

.subSlideContainer {
  display: none;
}
@media (min-width: 1024px) {
  .subSlideContainer {
    display: block;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    display: none;
  }
}

.sliderSubBox {
  display: flex;
  order: 2;
}
@media (min-width: 1024px) {
  .sliderSubBox {
    display: none;
    order: 4;
    position: sticky;
    top: 20px;
  }
}

.infoContainer {
  order: 3;
}

.purchesWrap {
  margin: 2rem auto;
}

.purchesTypeBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.purchesTypeBlock {
  box-sizing: border-box;
  position: relative;
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding: 20px 20px 20px;
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid black;
}
.purchesTypeBlock.chcked {
  background-color: #d8f7d5;
  border: 2px solid #04a40a;
}
.purchesTypeBlock img {
  width: 100%;
  max-width: 50px;
}

.hookBlock {
  display: none;
  position: absolute;
  width: 24px;
  top: 0.5rem;
  right: 0.5rem;
}

.add2CartButton {
  margin-top: 2rem;
  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;
}

.purchesTypeBlock[data-checked="true"] {
  background-color: #d8f7d5;
  color: #04a40a;
  border: solid 3px #04a40a;
}
.purchesTypeBlock[data-checked="true"] .hookBlock {
  display: block;
}
.purchesTypeBlock[data-checked="true"] * {
  scale: 1.2;
}

.purchesTypeBlock[data-checked="true"] img {
  filter: invert(40%) sepia(100%) saturate(500%) hue-rotate(90deg)
    brightness(80%);
}

body {
  background-color: var(--primary);
  /* min-height: 5000px; */
  font-family: var(--fontFamily);
}

#container {
  margin-top: 90px;
}

.upperContentWrap {
  display: flex;
  max-width: 1000px;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .upperContentWrap {
    padding: 48px 0 64px;
    gap: 4rem;
    margin: 0 auto;
    flex-direction: row;
  }
}

@media (min-width: 480px) {
  .infoContainer {
    position: sticky;
    top: -600px;
    align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .infoContainer {
    flex: 1;
  }
}

.infoWrap {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .infoWrap {
    width: 100%;
    margin-left: -2.5%;
  }
}

.nameItem {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.18rem;
  font-weight: 700;
}

.hrLine hr {
  margin: 2rem 0;
}

.textContentItem {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

.tagBox {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tagItem {
  color: #cb2b2b;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  padding: 0 8px;
  border-radius: 12px;
  border: 2px solid;
  display: inline-block;
}

.unusedIngredientBox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-left: 0;
  margin-top: 16px;
  margin-bottom: 32px;
}
.unusedIngredientBox span {
  color: #cb2b2b;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.unusedIngredientBox img {
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
}

.unusedIngredientItem {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 0.5rem;
}

.specialBannerBox {
  width: 100%;
  margin: 2rem 0;
}
.specialBannerBox img {
  width: 100%;
}

.sizeBox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.sizeItemTitle {
  width: 100%;
}

.sizeItem {
  padding: 0.875rem;
  border: 1px solid black;
}

.quantityBox {
  width: 122px;
  border: 1px solid black;
  margin-top: 2rem;
}

.quantityItem {
  display: flex;
}
.quantityItem > * {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantityItem img {
  width: 50%;
}

.priceBox {
  margin-top: 2rem;
}

.priceItem {
  font-size: 1.5rem;
}

.extraInfo {
  padding-top: 40px;
  border-radius: 40px 40px 0 0;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .extraInfo {
    padding-top: 96px;
    border-radius: 80px 80px 0 0;
  }
}

.extraInfoWrap {
  max-width: 1024px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.extraInfoBox {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.extraInfoBanner img {
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 32px;
}

.extraInfoTitle {
  color: #cb2b2b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .extraInfoTitle {
    font-size: 32px;
  }
}

.extraInfoAllergicTable {
  display: grid;
  border: 0.5px solid #e1d5d3;
  border-radius: 8px;
  margin-top: 24px;
  overflow: clip;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .extraInfoAllergicTable {
    grid-template-columns: repeat(7, 1fr);
  }
}

.allergen-item {
  padding: 12px 18px;
  text-align: center;
  border: 0.5px solid #e1d5d3;
}

.allergen-item.include {
  background: #f38484;
}

.extraInfoNutrition {
  display: grid;
  grid-template-columns: 2fr 3fr;
  border-top: 1px solid #e1d5d3;
  border-left: 1px solid #e1d5d3;
  border-radius: 1rem;
}
@media (min-width: 480px) {
  .extraInfoNutrition {
    grid-template-columns: 2fr 3fr 2fr 3fr;
  }
}
.extraInfoNutrition .title {
  opacity: 0.6;
  line-height: 1.7;
  letter-spacing: 0.18rem;
  padding: 12px 20px;
  background-color: #f6e9e6;
  border-right: 1px solid #e1d5d3;
  border-bottom: 1px solid #e1d5d3;
  display: flex;
  align-items: center;
}
.extraInfoNutrition .info {
  display: flex;
  align-items: center;
  border-right: 1px solid #e1d5d3;
  border-bottom: 1px solid #e1d5d3;
  padding: 12px 20px;
}

/* new/1209 */
.NavSearchTrigger {
  padding: calc(45px - 0.5rem) 0;
}
.NavSearchTrigger:hover .NavSearchList {
  display: block;
}
.NavSearchTrigger:hover .ListItem {
  animation: slideUpFade 0.2s ease forwards;
}
.NavSearchList {
  width: 8rem;
  position: absolute;
  top: 100%;
  background: #fff;
  display: none;
}
.NavSearchList .ListItem {
  opacity: 0;
  padding: 1rem 1.5rem;
}
.NavSearchList .ListItem:nth-child(1) {
  animation-delay: 0s;
}
.NavSearchList .ListItem:nth-child(2) {
  animation-delay: 0.15s;
}
.NavSearchList .ListItem:nth-child(3) {
  animation-delay: 0.3s;
}
.NavSearchList .ListItem:nth-child(4) {
  animation-delay: 0.45s;
}
.NavSearchList .ListItem:nth-child(5) {
  animation-delay: 0.6s;
}

.navItem {
  position: relative;
  padding: calc(45px - 0.5rem) 0;
}
.navItem::after {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  height: 2px;
  width: 8rem;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.PrimaryNav > :nth-child(2) .navItem::after {
  width: 100px;
}
.PrimaryNav > :nth-child(3) .navItem::after {
  width: 64px;
}

.navItem:hover::after {
  transform: scaleX(1);
}

.reviewContainer {
  padding: 3rem 0 6rem;
}
#dvProductReviewImage .title a {
  color: #cb2b2b;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  margin: 32px 0;
}
.title.empty,
.info.empty {
  display: none;
}

/* 購物車跳動 */
.cartSVG {
  position: relative;
}
/* .cartSVG.cartNumJump .cartNum {
  animation: NumJump 1s ease forwards;
} */

.cartNum {
  display: flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  background-color: #ffea84;
  border-radius: 50%;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: -50%;
  right: -50%;
}

/* @keyframes NumJump {
  0% {
    top: 15%;
    scale: 1;
  }
  50% {
    top: 30%;
    scale: 1.1;
  }
  100% {
    top: 15%;
    scale: 1;
  }
} */

.priceText {
  display: inline-block;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .priceText {
    font-size: 16px;
  }
}
