/* BASIC css start */
/* Ä«Åå ¹öÆ°  */
.visualNavPromotion {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 5rem 0;
}
.visualNavPromotionBtn {
    padding: 0.875rem 3rem;
    border-radius: 1.5rem;
    background-color: var(--black);
    color: var(--white);
}
.visualNavPromotionBtn:hover {
    transition: 0.2s;
    background-color: var(--white);
    color: var(--black);
}
.visualNavPromotion h5 {
    text-align: center;
}
/*  */
.listTitle {
    text-align: center;
    font-weight: 700;
    margin: 5rem 0 1rem 0;
}
/* collection Page */
.collectionHead {
    text-align: center;
    padding: 1.5rem 0;
    background-color: #00000008;
    width: 100%;
    min-width: 100vw;
}
.collectionTittle {
    /* color: var(--darkgrey); */
    font-size: 1.25rem;
}
.lookbookImg {
    width: 100%;
}

.lookbookImg img {
    width: 100%;
}

/* depth 1 */
.listHead {
    padding: 0.75rem 0 0.75rem 0.75rem;
    width: 100%;
    margin-right: auto;
}
.listHeadTitle {
    font-size: 1.5rem;
}
.listHeadTitle span {
    font-size: 1rem;
    margin: 0 0.5em;
    font-weight: 400;
}
.listCategory {
    width: 100%;
}
.listCategory p {
    margin: 1em 0.5em 0.5em 0.5em;
}
.listCategory2 {
    line-height: 5rem;
    display: flex;
    gap: 0.75rem;
    padding: 0.5rem 0;

    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.listCategory2::-webkit-scrollbar {
    display: none;
}
.listCategory2 a {
    text-align: center;
    min-width: max-content;
    padding: 0 0.75rem;
    line-height: 2rem;
    font-size: 0.75rem;
    font-weight: 400;
    border-radius: 2.5rem;

    box-shadow: 1px 2px 7px #00000020;
    color: var(--black);
    background-color: var(--white);
}

#allfinder-layer {
    display: none;
}

/* depth 1 */
.listContents {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.listContent {
    margin-bottom: 1rem;
    width: 50%;

    padding: 0 calc(var(--smallgap) / 4);
}
.contentImgWrapper {
    width: 100%;
    aspect-ratio: 3/4;
    box-shadow: 1px 1px 5px #00000020;
    margin-bottom: 0.5em;
}
.contentImg {
    width: 100%;
    height: 100%;
}
.contentImg > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.contentBtnsWrapper {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
    z-index: 2;
}

.contentBtn span {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 3rem;
    background: #ffffffdd;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 7px #00000020;
}
.contentBtn span svg {
    width: 1rem;
    height: 1rem;
}

.btnWish path {
    stroke: var(--black);
    fill: #ffffff00;
}
.btnWish:hover path {
    transition: 0.3s;
    fill: var(--brandcolor);
}
.wish-on path {
    fill: var(--brandcolor);
    stroke: var(--brandcolor);
}
.btnOption path {
    stroke: var(--black);
    fill: #ffffff00;
}
.contentMeta h5 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.contentMeta p {
    color: var(--darkgrey);
    margin-top: 0.375em;
}
.contentSoldout {
    color: var(--brandcolor);
}

/* BASIC css end */

