#product-info {
}
#product-info .container-inner {
    background: white;
    padding: 25px;
    gap: 55px;
    margin: 40px auto 24px;
    display: flex;
}

#product-info .album {
    flex-shrink: 0;
}

#product-info .album .preview {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-width: 1px;
    width: 600px;
    height: 600px;
}

#product-info .album .preview .swiper {
}

#product-info .album .preview .swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

#product-info .album .preview .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#product-info .album .preview .swiper .swiper-wrapper .swiper-slide img {
    object-fit: fill;
}

#product-info .album .images {
    margin-top: 0.5rem;
    display: flex;
    gap: 0.5rem;
}

#product-info .album .images .prev-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

#product-info .album .images .next-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

#product-info .album .images .nav-items {
    flex-grow: 1;
    overflow: hidden;
    height: 100px;
    width: 400px;
}

#product-info .album .images .nav-items .swiper {
}

#product-info .album .images .nav-items .swiper .swiper-wrapper {
}

#product-info .album .images .nav-items .swiper .swiper-wrapper .swiper-slide {
    border-width: 1px;
    height: 100px;
}

#product-info .album .images .nav-items .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primary-color);
}

#product-info .album .images .nav-items .swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#product-info .text {
}

#product-info .text .text-wrapper {
    position: relative;
    height: 600px;
}

#product-info .text .main-text {
    padding-top: 10px;
}

#product-info .text .main-text h2 {
    font-size: 24px;
    font-weight: 500;
}

#product-info .text .main-text .desc {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

#product-info .text .box {
    margin-top: 41px;
}

#product-info .text .box .title {
    font-size: 24px;
    position: relative;
}

#product-info .text .box .title:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    background: var(--primary-color);
    width: 100px;
}

#product-info .text .box .content {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

#product-info .text .price {
}

#product-info .text .price .title {
}

#product-info .text .price .content {
    color: red;
    font-size: 36px;
}

#product-info .text .buttons-layout {
    position: absolute;
    bottom: 19px;
    left: 0;
}

#product-info .text .buttons-layout .buttons {
    display: flex;
    gap: 2rem;
}

#product-info .text .buttons-layout .buttons .button-wrapper {
}

#product-info .text .buttons-layout .buttons .button-wrapper a {
}

#product-info .text .buttons-layout .buttons .button-wrapper .primary-btn-wrapper {
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    color: white;
    height: 4rem;
    width: 14rem;
    font-size: 1.5rem;
    line-height: 2rem;
    display: flex;
}

#product-info .text .buttons-layout .buttons .button-wrapper .primary-btn-wrapper i {
}

#product-info .text .buttons-layout .buttons .button-wrapper .second-btn-wrapper {
    height: 4rem;
    width: 14rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border-radius: 0.75rem;
    color: white;
    display: flex;
    position: relative;
}

#product-info .text .buttons-layout .buttons .button-wrapper .second-btn-wrapper i {
    font-size: 32px;
    position: relative;
    top: 4px;
}

#product-info .text .buttons-layout .buttons .button-wrapper .title {
    font-size: 12px;
    line-height: 10px;
    position: relative;
    top: 4px;
}

#product-info .text .buttons-layout .buttons .button-wrapper .tel {
    position: relative;
    top: 1px;
}


#detail-info {
}

#detail-info .container {
    display: flex;
    gap: 24px;
}

#detail-info .content {
    flex: 1;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 28px;
    overflow: hidden;
}

#detail-info .content .header {
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    position: sticky;
    top: 49px;
    background: white;
}

#detail-info .content .header .clickable {
    padding: 18px;
    font-size: 18px;
}

#detail-info .content .items {
}

#detail-info .content .items .content-item {
    margin: 30px;
}

#detail-info .right-side {
    width: 376px;
    flex-shrink: 0;
}

#detail-info .right-side .right-side-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 52px;
}

#detail-info .right-side .right-side-wrapper .card {
}

.relateds {
}

.relateds .header {
    padding: 22px 20px 10px;
    font-size: 18px;
    font-weight: 500;
}

.relateds .content {
    padding: 10px 20px 20px 20px;
}

.relateds .content .item {
    display: flex;
    gap: 20px;
}

.relateds .content .item .cover {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

.relateds .content .item .cover a {
}

.relateds .content .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline;
}

.relateds .content .item .info {
    position: relative;
    flex-grow: 1;
}

.relateds .content .item .info .name {
}

.relateds .content .item .info .more-detail {
    position: absolute;
    bottom: 6px;
}

@media screen and (max-width: 768px) {
    #product-info {
    }
    #product-info .container{
    padding: 0;
    }

    #product-info .container-inner {
    flex-direction: column;
    padding: 0;
    gap: 8px;
    margin-top: 20px;
    }

    #product-info .album {
    }

    #product-info .album .preview {
    width: 100%;
    height: 375px;
    border: 0;
    }

    #product-info .album .preview .swiper {
    }

    #product-info .album .preview .swiper .swiper-wrapper {
    }

    #product-info .album .preview .swiper .swiper-wrapper .swiper-slide {
    }

    #product-info .album .preview .swiper .swiper-wrapper .swiper-slide img {
    }

    #product-info .album .images {
    }

    #product-info .album .images .prev-btn {
    }

    #product-info .album .images .next-btn {
    }

    #product-info .album .images .nav-items {
    }

    #product-info .album .images .nav-items .swiper {
    }

    #product-info .album .images .nav-items .swiper .swiper-wrapper {
    }

    #product-info .album .images .nav-items .swiper .swiper-wrapper .swiper-slide {
    }

    #product-info .album .images .nav-items .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
        border-color: var(--primary-color);
    }

    #product-info .album .images .nav-items .swiper .swiper-wrapper .swiper-slide img {
    }

    #product-info .text {
    }

    #product-info .text .text-wrapper {
    padding: 0 18px;
    height: auto;
    }

    #product-info .text .main-text {
    }

    #product-info .text .main-text h2 {
    }

    #product-info .text .main-text .desc {
    }

    #product-info .text .box {
    }

    #product-info .text .box .title {
    font-size: 20px;
    }

    #product-info .text .box .title:after {
    width: 83px;
    height: 3px;
    }

    #product-info .text .box .content {
    font-size: 14px;
    }

    #product-info .text .price {
    }

    #product-info .text .price .title {
    }

    #product-info .text .price .content {
    }

    #product-info .text .buttons-layout {
    position: static;
    margin-top: 38px;
    margin-bottom: 20px;
    }

    #product-info .text .buttons-layout .buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
    }

    #product-info .text .buttons-layout .buttons .button-wrapper {
    }

    #product-info .text .buttons-layout .buttons .button-wrapper a {
    }

    #product-info .text .buttons-layout .buttons .button-wrapper .primary-btn-wrapper {
    width: 100%;
    height: 40px;
    font-size: 16px;
    border-radius: 8px;
    }

    #product-info .text .buttons-layout .buttons .button-wrapper .primary-btn-wrapper i {
    }

    #product-info .text .buttons-layout .buttons .button-wrapper .second-btn-wrapper {
    width: 100%;
    height: 40px;
    font-size: 13px;
    border-radius: 8px;
    }

    #product-info .text .buttons-layout .buttons .button-wrapper .second-btn-wrapper i {
    }

    #product-info .text .buttons-layout .buttons .button-wrapper .title {
    top: 7px;
    }

    #product-info .text .buttons-layout .buttons .button-wrapper .tel {
    }


    #detail-info {
    }

    #detail-info .container {
    flex-direction: column;
    padding: 0;
    }

    #detail-info .content {
    }

    #detail-info .content .header {
    top: 46px;
    }

    #detail-info .content .header .clickable {
    }

    #detail-info .content .items {
    }

    #detail-info .content .items .content-item {
    margin: 14px;
    overflow: hidden;
    }

    #detail-info .content .items .content-item * {
        max-width:100%;
    }


    #detail-info .right-side {
    width: 100%;
    }

    #detail-info .right-side .right-side-wrapper {
    }

    #detail-info .right-side .right-side-wrapper .card {
    }

    .relateds {
    }

    .relateds .header {
    }

    .relateds .content {
    }

    .relateds .content .item {
    }

    .relateds .content .item .cover {
    }

    .relateds .content .item .cover a {
    }

    .relateds .content .item img {
    }

    .relateds .content .item .info {
    }

    .relateds .content .item .info .name {
    }

    .relateds .content .item .info .more-detail {
    }

}
