/* Generated by scripts/build-legacy-css.mjs from legacy/templates/product/index.html. */

/* legacy/templates/product/index.html */
.top-youtubers {
        margin: 0 10px;
    }
    
    .top-youtuber {
        margin: 10px 0;
    }

    .top-youtuber-info {
        display: flex; 
        align-items: center;
        margin-bottom: 8px;
    }

    .top-youtuber-image {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        margin-right: 7px;
    }

    .top-youtuber-comment {
        background: #f5f5f5;
        border-radius: 3px;
        padding: 10px;
        font-style: italic;
        flex-grow: 1;
    }

    .product-title {
        font-weight: bold;
        font-size: 1.0rem;
        margin: 15px 10px 2px;
        line-height: 1.4rem;
    }

    .product-subtitle {
        font-size: 0.8rem;
        margin: 3px 10px 5px;
        line-height: 1.2rem;
    }

    .product-brand {
        margin: 0 10px;
        font-weight: bold;
    }

    .product-price {
        color: #A09697;
        margin: 3px 10px 10px;
    }

    .product-description {
        margin: 5px 10px 0;
    }

    .product-image-container {
        margin: 10px 10px 20px;
    }

    .product-image {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 350px;
    }


    .seller {
        display: flex;
        padding: 5px 10px;
    }


    .seller .seller-image {
        height: 40px;
        padding-bottom: 10px;
    }

    .seller .seller-name {
        font-weight: bold;
        line-height: 30px;
        height: 30px;
        font-size: 1.2rem;
        padding-bottom: 8px;
    }

    .seller-link {
        background: #E3939C;
        color: white;
        padding: 0 15px;
        border-radius: 3px;
        line-height: 38px;
        height: 38px;
        margin-left: auto;
    }

    .seller-link-amazon {
        background: #f9aa46;
    }

    .seller-link-yahoo {
        background: #F13E56;
    }

    .seller-link-rakuten {
        background: #b31b22;
    }

    .video {
        margin: 0 10px;
    }

    .youtuber {
        display: flex;
        align-items: center;
    }

    .youtuber-left {
        width: 65px;
        height: 65px;
    }

    .youtuber-thumbnail {
        width: 65px;
        height: 65px;
        display: block;
        border-radius: 3px;
    }

    .youtuber-right {
        margin-left: 10px;
        height: 65px;
        overflow: hidden;
    }

    .youtuber-name {
        font-weight: bold;
        margin-bottom: 2px;
    }

    .youtuber-title {
        overflow: hidden;
    }

    .youtuber-title a {
        color: #444;
    }

    .youtuber-comment {
        background: #f5f5f5;
        border-radius: 3px;
        padding: 10px;
        font-style: italic;
        margin: 10px 0;
    }

    .product-tags {
        padding: 0 10px 20px;
    }

    .product-tag {
        background: #eee;
        padding: 3px 5px;
        border-radius: 4px;
        font-size: 12px;
        display: inline-block;
        margin-right: 5px;
        color: #352F30;
    }

    .purchase-banner-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.08);
        padding: 8px;
        max-width: 750px;
        margin: 0 auto;
    }

    .purchase-banner {
        text-decoration: none;
        color: #fff;
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0.8px;
        color: #fff;
        font-weight: 500;
        display: block;
        text-align: center;
        padding: 6px 0;
        background: #FF7676;
        border-radius: 8px;
        cursor: pointer;
    }

    .purchase-banner-dialog-container {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.25);
        padding: 80px 25px 0;
    }

    .purchase-banner-dialog {
        background: white;
        border-radius: 8px;
        padding: 20px;
        position: relative;
        max-width: 750px;
        margin: 0 auto;
    }

    .purchase-banner-dialog svg {
        position: absolute;
        right: 20px;
        top: 22px;
        width: 12px;
        height: 12px;
        fill: #aaa;
        cursor: pointer;
    }

    .purchase-banner-dialog-title {
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .purchase-banner-dialog .seller .seller-link {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .show-videos-button {
        font-size: 14px;
        width: 200px;
        color: white;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        height: 40px;
        border-radius: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background: #E3939C;
        border-bottom: 2px solid #D57983;
        cursor: pointer;
    }

    .show-ranking-button {
        margin-bottom: 30px;
    }

    .product-rank-list-product-link {
        border-bottom: none;
    }

    .video-youtuber-list {
        display: flex;
        flex-direction: row;
        padding: 0 15px;
        width: 100%;
        overflow: scroll;
        box-sizing: border-box;
    }

    .video-youtuber {
        margin: 0 10px;
    }

    .video-youtuber img {
        display: block;
        margin: 0 auto;
        width: 80px;
        height: 80px;
        border-radius: 14px;
        margin-right: 5px;
    }

    .video-youtuber {
        width: 120px;
        text-align: center;
        margin-top: 3px;
    }

    .top-description {
        padding: 0 10px;
    }
