.swiper.gall-new-det a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.wrap {
    position: relative;
}
@media only screen and (max-width: 896px) {
    .wrap {
        display: flex;
        flex-direction: column;
    }
}
.verh {
    display: grid;
    grid-template-areas: "one three" "subh2 three" "two three";
    position: relative;
    column-gap: 50px;
}
@media only screen and (max-width: 896px) {
    .verh {
        grid-template-areas: "one" "three";
        order: 1;
    }
}
.verh:before {
    position: absolute;
    content: '';
    width: 300%;
    left: -100%;
    right: -100%;
    background: #F6F6F6;
    z-index: -1;
    height: 100%;
    bottom: 0;
}


.right {
    width: 200px;
    justify-self: end;
    margin-right: 60px;
}
@media only screen and (max-width: 1280px) {
    .right {
        margin-right: 0;
    }
}
@media only screen and (max-width: 896px) {
    .right {
        width: 100vw;
        margin-left: -4.3vw;
    }
}
.wrap .otherphoto {
    position: relative;
    padding: 25px 0 15px 60px;
    font-size: 16px;
    line-height: normal;
}
@media only screen and (max-width: 1024px) {
    .wrap .otherphoto {
        padding: 25px 0 15px 0;
    }
}
@media only screen and (max-width: 896px) {
    .wrap .otherphoto {
        display: none;
    }
}
.wrap .otherphoto:before {
    position: absolute;
    content: '';
    width: 300%;
    left: -100%;
    right: -100%;
    background: #F6F6F6;
    z-index: -1;
    height: 100%;
    bottom: 0;
}
.littleswipe .swiper-slide, .gall-new-det .swiper-slide {
    height: 160px;
}
.littleswipe .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.bigswipe .swiper-slide {
    height: 625px;
    text-align: center;
    overflow: hidden;
}
@media only screen and (max-width: 896px) {
    .bigswipe .swiper-slide {
        height: 99.442vw;
    }
}
.bigswipe .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.bigswipe .swiper-button-next {
    right: 0;
}
.bigswipe .swiper-wrapper {

}


.swiper-button-prev:after {
    content: '';
    width: 37px;
    height: 37px;
    background-image: url("/local/templates/dikart-new/images/gall-swiper-arrow.svg");
    transform: rotate(180deg);
    opacity: 0.8;
    background-size: cover;
}
@media only screen and (max-width: 1280px) {
    .swiper-button-prev:after {
        width: 2.225rem;
        height: 2.225rem;
    }
}
@media only screen and (max-width: 896px) {
    .swiper-button-prev:after {
        width: 6.25vw;
        height: 6.25vw;
    }
}
.swiper-button-prev:hover:after {
    opacity: 1;
}
.swiper-button-prev:focus {
    outline: none;
}

.swiper-button-next:after {
    content: '';
    width: 37px;
    height: 37px;
    background-image: url("/local/templates/dikart-new/images/gall-swiper-arrow.svg");
    opacity: 0.8;
    background-size: cover;
}
@media only screen and (max-width: 1280px) {
    .swiper-button-next:after {
        width: 2.225rem;
        height: 2.225rem;
    }
}
@media only screen and (max-width: 896px) {
    .swiper-button-next:after {
        width: 6.25vw;
        height: 6.25vw;
    }
}
.swiper-button-next:hover:after {
    opacity: 1;
}
.swiper-button-next:focus {
    outline: none;
}
.bigswipe-wrap .swiper-button-next {
    right: -40px;
}
@media only screen and (max-width: 896px) {
    .bigswipe-wrap .swiper-button-next {
        right: -2.2321vw;
    }
}
.littleswipe-wrap .swiper-button-prev, .gall-new-det-wrap .swiper-button-prev {
    left: -16px;
}
.littleswipe-wrap .swiper-button-next, .gall-new-det-wrap .swiper-button-next {
    right: -16px;
}

.bigswipe-wrap .swiper-button-prev {
    left: -40px;
}
@media only screen and (max-width: 896px) {
    .bigswipe-wrap .swiper-button-prev {
        left: -2.2321vw;
    }
}
.gall-new-det-wrap, .bigswipe-wrap {
    position: relative;
    width: 850px;
    margin-left: 60px;
}
@media only screen and (max-width: 1400px) {
    .gall-new-det-wrap, .bigswipe-wrap {
        width: 60.71vw;
    }
}
@media only screen and (max-width: 1280px) {
    .gall-new-det-wrap, .bigswipe-wrap {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .gall-new-det-wrap, .bigswipe-wrap {
        margin: 0;
    }
}
@media only screen and (max-width: 896px) {
    .gall-new-det-wrap, .bigswipe-wrap {
        width: calc(100vw - 8.6vw);
    }
}
.littleswipe-wrap {
    position: relative;
    width: calc(100% - 120px);
    max-width: 1130px;
    display: block;
    margin: 0 60px 40px 60px;
}
@media only screen and (max-width: 1280px) {
    .littleswipe-wrap {
        margin: 0 0 40px 0;
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 896px) {
    .littleswipe-wrap {
        display: none;
    }
}
.littleswipe-wrap:before {
    position: absolute;
    content: '';
    width: 300%;
    left: -100%;
    right: -100%;
    background: #F6F6F6;
    z-index: -1;
    height: calc(100% + 40px);
    bottom: -40px;
}
.otherproject {
    padding: 38px 0 15px 60px;
    font-size: 16px;
    line-height: normal;
}
@media only screen and (max-width: 1024px) {
    .otherproject {
        padding: 38px 0 15px 0;
    }
}
#gallery .banner {
    display: block;
    margin: 100px 60px 60px 60px;
    width: calc(100% - 120px);
}
@media only screen and (max-width: 1280px) {
    #gallery .banner {
        margin: 100px 0 60px;
        width: 100%;
    }
}
@media only screen and (max-width: 896px) {
    #gallery .banner {
        order: 4;
        margin: 6.0268vw 0 4.4643vw;
    }
}
#gallery .banner img {
    width: 100%;
    height: 100%;
}
.right h2 {
    font-size: 16px;
    line-height: normal;
    padding: 0 0 37px;
}
@media only screen and (max-width: 896px) {
    .right h2 {
        background-color: #fff;
        padding: 3.683vw 2.4554vw 5.1339vw;
        font-size: 4vw;
    }
}
.right .author {
    font-size: 16px;
    padding: 21px 0 36px;
    display: block;
    line-height: normal;
}
@media only screen and (max-width: 896px) {
    .right .author br {
        display: none;
    }
    .right .author {
        background-color: #fff;
        padding: 1.8973vw 2.4554vw;
        font-size: 3.9vw;
        border-bottom: .6696vw solid #F6F6F6;
    }
}
.right .author a {
    color: #6FC727;
    text-decoration: underline;
}
.right .wrapper {
    padding: 11px 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
}
.wrap > .verh .littleswipe-wrap {
    /*padding-bottom: 43px;*/
}
.gall-new-det-wrap {
    background: #fff;
}
#gallery h1 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-top: 0;
}

a.more-product {
    font-size: 16px;
    text-align: center;
    display: flex;
    color: #fff;
    margin: auto;
    width: 145px;
    height: 40px;
    background: #6FC727;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 896px) {
    a.more-product {
        font-size: 3.9vw;
        width: 33.817vw;
        height: 7.1429vw;
    }
}

a.more-product:hover {
    text-decoration: underline;
}
.more-product-wrap {
    position: relative;
    padding: 60px 0 35px;
}
@media only screen and (max-width: 896px) {
    .more-product-wrap {
        order: 3;
        padding: 6.6964vw 0 3.9062vw;
    }
}
.more-product-wrap:before {
    position: absolute;
    content: '';
    display: block;
    width: 300%;
    height: 100%;
    background-color: #F6F6F6;
    z-index: -1;
    top: 0;
    left: -100%;
    right: -100%;
}


.grid {
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 20px;
    position: relative;
}
@media only screen and (max-width: 1400px) {
    .grid {
        row-gap: 1.71vw;
        column-gap: 2.14vw;
    }
}
@media only screen and (max-width: 896px) {
    .grid {
        order: 2;
        column-gap: 0;
        grid-template-columns: auto;
        row-gap: 5.5804vw;
        padding-top: 5.5804vw;

    }
}

.grid:before {
    position: absolute;
    content: '';
    display: block;
    width: 300%;
    height: 100%;
    background-color: #F6F6F6;
    z-index: -1;
    top: 0;
    left: -100%;
    right: -100%;
}

.grid .line {
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.grid .line .top {
    position: relative;
    height: 378px;
}
@media only screen and (max-width: 1400px) {
    .grid .line .top {
        height: 24.29vw;
    }
}
@media only screen and (max-width: 896px) {
    .grid .line .top {
        height: 50vw;
    }
}
.grid .line .top img {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
    object-fit: cover;
    object-position: center;
}
.grid .line .top div {
    position: absolute;
    background: #6FC727;
    padding: 12px 50px 12px 20px;
    color: white;
    bottom: 30px;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
}
@media only screen and (max-width: 1374px) {
    .grid .line .top div {
        bottom: 2.18vw;
    }
}
@media only screen and (max-width: 1024px) {
    .grid .line .top div {
        padding: 10px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 896px) {
    .grid .line .top div {
        padding: 1.8973vw 10.4911vw 1.8973vw 1.8973vw;
        font-size: 3.9vw;
        bottom: 3.9062vw;
    }
}
.grid .line .bottom {
    background: #fff;
    color: #442C22;
    padding: 16px 0;
    position: relative;
    height: calc(100% - 378px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 5px solid #F6F6F6;
}
@media only screen and (max-width: 1400px) {
    .grid .line .bottom {
        height: calc(100% - 24.29vw);
    }
}
@media only screen and (max-width: 1374px) {
    .grid .line .bottom {
        padding: 1.16vw 0 ;
    }
}
@media only screen and (max-width: 896px) {
    .grid .line .bottom {
        padding:  0;
    }
}
.grid .line .bottom .one-line {

}
.grid .line .bottom .one-line a {
    color: #6fc727;
}
.grid .line .bottom .one-line a:hover {
    color: #333;
}
.grid .line .bottom .two-line {
    display: flex;
    gap: 15px;
    padding: 16px 22px 0;
    border-top: 5px solid #F6F6F6;
}
@media only screen and (max-width: 1374px) {
    .grid .line .bottom .two-line {
        padding: 1.16vw 1.60vw 0;
        gap: 1.09vw;
    }
}
@media only screen and (max-width: 896px) {
    .grid .line .bottom .two-line {
        padding: 1.8973vw 2.2321vw;
        gap: 1.09vw;
    }
}
.grid .line .bottom p {
    font-size: 15px;
    padding: 0 22px 16px;
}
@media only screen and (max-width: 1374px) {
    .grid .line .bottom p {
        padding: 0 1.60vw 1.16vw;
    }
}
@media only screen and (max-width: 896px) {
    .grid .line .bottom p {
        font-size: 3.9vw;
        padding: 1.8973vw 2.2321vw;
    }
}
.grid .line .bottom a {
    color: #442C22;
    font-size: 16px;
    text-decoration: underline;
}
@media only screen and (max-width: 896px) {
    .grid .line .bottom a {
        font-size: 3.9vw;
    }
}
.grid .line .bottom span {
    font-size: 14px;
}
@media only screen and (max-width: 896px) {
    .grid .line .bottom span {
        font-size: 3.9vw;
    }
}
.grid .line .bottom .eye, .grid .line .bottom .favor {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width: 1374px) {
    .grid .line .bottom .eye, .grid .line .bottom .favor {
        gap: 2.2321vw;
    }
}
.grid .line .bottom .eye {
    border-right: 1px solid #ccc;
    padding-right: 15px;
}
@media only screen and (max-width: 1374px) {
    .grid .line .bottom .eye {
        padding-right: 1.09vw;
    }
}
@media only screen and (max-width: 896px) {
    .grid .line .bottom .eye {
        padding-right: 2.2321vw;
        border-right: .2532vw solid #ccc;
    }
}
.grid .line .bottom .eye img {
    width: 21px;
}
@media only screen and (max-width: 896px) {
    .grid .line .bottom .eye img {
        width: 4.4643vw;
    }
}
.grid .line .bottom .favor img {
    width: 16px;
}
@media only screen and (max-width: 896px) {
    .grid .line .bottom img {
        width: 4.2411vw;
    }
}
.gallery-detail-text {
    padding: 40px 60px 0;
}
@media only screen and (max-width: 896px) {
    .gallery-detail-text {
        order: 2;
        padding: 0 0 4.4604vw 0;
    }
}
.gallery-detail-text p {
    font-size: 16px;
    line-height: normal;
    padding: 10px 0;
}
@media only screen and (max-width: 896px) {
    .gallery-detail-text p {
        font-size: 3.9vw;
        padding: 1.12vw 0;
    }
}
.gallery-detail-text h2 {
    padding-bottom: 10px;
}
@media only screen and (max-width: 896px) {
    .gallery-detail-text h2 {
        padding-bottom: 1.12vw;
        font-size: 4vw;
    }
}
#gallery .gallery-detail-text ~ .banner {
    margin-top: 40px;
}
@media only screen and (max-width: 896px) {
    #gallery .gallery-detail-text ~ .banner {
        margin-top: 4.48vw;
    }
}
.gallery-detail-text strong {
    font-weight: 600;
}
.gallery-detail-text a {
    color: #6fc727;
}
.gallery-detail-text a:hover {
    color: #333;
}


.more-product-wrap {
    grid-column: 1 / span 3;
}
@media only screen and (max-width: 896px) {
    .more-product-wrap {
        grid-column: 1;
        order: 3;
        padding: 6.6964vw 0 3.9062vw;
    }
}