.root {
    @apply inline-block m-0 items-center w-full font-medium border-b border-solid border-gray-200 h-14;
}

.root .target {
    @apply h-14 text-black inline font-medium m-0 p-0 text-left w-full flex-auto justify-start;
}

.root .item_desc {
    line-height: 1;
    padding: 0 1.25rem;
    padding-bottom: 1rem;
}

.root .item_desc img {
    @apply w-full;
}

.root .item_rich_content {
    line-height: 1.5625rem;
    margin: 0 -0.5rem;
    padding: 0 0 0.625rem;
}

.root .item_rich_content img {
    @apply w-full;
}

.root.view_all a {
    @apply inline italic w-full;
    line-height: 3.5rem;
    min-height: 3.5rem;
}

.root.view_all a span {
    @apply border-b border-solid border-gray-200 font-normal pb-1;
}


/*@Link*/

.root .link {
    @apply block h-full w-full;
    line-height: 3.5rem;
    min-height: 3.5rem;
}

@media screen and (max-width: 767px) {
     :global(.panties-photo) img,
     :global(.lingerie-photo) img {
        @apply w-full;
    }
}