.imgBannerDress img {
    width: 100%;
    height: 65vh;
    object-fit: cover;
    /* object-position: 0px 27%; */
}

.imgBannerDress {
    position: relative;
}

.imgBannerDress::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom:0;
    left:0;
    background-color: rgba(58, 58, 58, 0.7);
    pointer-events: none;
}

.titleBanner {
    position: absolute;
    z-index: 2;
    font-size: 250px;
    pointer-events: none;
    line-height: 198px;
    bottom: -100px;
    max-width: 100%;
    background: linear-gradient(0deg, var(--color-brown) 51%, #FFFFFF 48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.1;
}

.dressInfo {
    position: relative;
    background-color: #F6F4F1;
    padding-top: 50px;
    padding-bottom: 300px;
}

.dressInfo .quote {
    font-size: 16px;
    margin-top: 12px;
    max-width: 818px;
    margin-left: auto;
    margin-right: auto;
}

.collect {
    margin: 30px 0;
}

.collect ul li {
    background-color: transparent;
    border: 1px solid var(--color-brown);
    flex: 0 0 auto;
}

.collect ul li button,
.collect ul li button:hover {
    color: var(--color-brown);
}

.collect .active {
    background-color: var(--color-brown) !important;
    border-radius: unset !important;
}

.view_mode {
    padding-bottom: 240px;
}

.view_mode svg {
    margin: 0 10px;
}

.homeAlbums {
    position: relative;
    /* top: -178px; */
    width: 100%;
    height: 100%;
    margin-top: -300px;
    padding-bottom: 50px;
}
.homeAlbums .item_box_img img{
    height: auto;
}
.homeAlbums .albums {
    position: relative;
    padding-top: 40px;
}

.homeAlbums label.single, .layout-single {
    position: absolute !important;
    transform: translate(-50%,0);
    left: calc(50% - 25px);
    top: 0;
}
.homeAlbums label.two, .layout-column{
    position: absolute !important;
    transform: translate(-50%, 0);
    left: 50%;
    top: 0;
}
.homeAlbums label.three, .layout-card{
    position: absolute !important;
    transform: translate(-50%, 0);
    left: calc(50% + 25px);
    top: 0;
}
input[name="layout"] {
    /* display: none; */
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}
input[name="layout"]:checked + label {
    cursor: default;
}

input[name="layout"]:checked + label rect {
    fill: var(--color-brown);
    opacity: 1;
}

.list_dress {
    margin: 0;
    /* padding: 1em 0 0; */
    list-style: none;
    /* text-align: left; */
    padding: 0;
}
.list_dress li {
    /* min-height: 200px; */
    margin: 0 !important;
    padding: 0;
    width: calc((100% / 3));
    border: 4px solid #f6f4f1;
}
.layout-single:checked ~ .list_dress li {
    margin-top: 2em;
}
.layout-column:checked ~ .list_dress {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* margin-right: calc(-1 * calc(2em / 2)); */
    /* margin-left: calc(-1 * calc(2em / 2)); */
}
.layout-column:checked ~ .list_dress li {
    width: 50%;
    margin-top: 2em;
    margin-right: calc(2em / 2);
    margin-left: calc(2em / 2);
}
.layout-card:checked ~ .list_dress {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: calc(-1 * calc(2em / 2)); */
    /* margin-left: calc(-1 * calc(2em / 2)); */
    justify-content: space-between;
}
.layout-card:checked ~ .list_dress li {
    width: 100%;
    margin-top: 2em;
    margin-right: calc(2em / 2);
    margin-left: calc(2em / 2);
}
/* .albums::after {
    content: "";
    position: absolute;
    width: 100%; 
    height: 100%; 
} */

/* .see_more {
    margin-top: 20px;
}

.see_more a {
    color: var(--color-brown);
    border-bottom: 1px solid var(--color-brown);
    font-size: 16px;
    line-height: 38px;
    padding: 0 32px;
} */

@media (max-width:767px) {
    .list_dress li{
        width: calc((100% / 2));
    }
    .layout-single:checked ~ .list_dress li{
        width: calc((100% / 3));
    }
    .homeAlbums label.single, .layout-single{
        left: 50%;
    }
    .homeAlbums label.two, .layout-column{
            left: calc(50% - 25px);
    }
    .homeAlbums{
        padding-bottom: 50px;
    }
    .imgBannerDress img {
        max-width: 100%;
        height: 35vh;
        object-fit: cover;
        object-position: 0px 27%;
    }
    .titleBanner {
        font-size: 90px;
    }
    .quote {
        font-size: 14px;
    }
    .collect ul {
        flex-wrap: nowrap;
        padding: 0 10px;
        overflow: scroll;
        justify-content: flex-start !important;
    }
}
.album_page .pagination{
    justify-content: center;
    margin-top: 50px;
}
.album_page .pagination li{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    border: 1px solid var(--color-brown);
}
.album_page .pagination li a{
    background: transparent !important;
    border: none;
    color: var(--color-brown);
}
.album_page .pagination li a:focus{
    box-shadow: none;
}
.album_page .pagination li.active{
    background: var(--color-brown);
}
