.fs-l-main {
    justify-content: space-around;
}
.fs-c-productMainImage__image{
    width: 550px;
}
.fs-c-productMainImage__expandButton {
    display: none;
}

.fs-c-productNameHeading__copy{
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.fs-c-productNameHeading__name{
    font-size: 18px;
    font-weight: 500;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
    font-size: 28px;
    font-weight: 500;
    color: black;
}
.fs-c-productPointDisplay{
    color: black;
    background: white;
}
.fs-c-productPointDisplay::before{
    content: '[';
    display: inline-block;
}
.fs-c-productPointDisplay::after{
    content: ']';
    display: inline-block;
}
.fs-c-variationCart > li {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    padding: 8px !important;
}
.fs-c-variationCart--withImage > li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px;
}
.fs-c-variationCart__wishlist {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
}
.fs-c-variationCart__cartButton {
    width: 142px;
    height: 40px;
    margin-left: 60px;
}
.fs-c-variationCart--withImage .fs-c-variationCart__cartButton {
    width: 142px;
    height: 40px;
    margin-left: 5px;
}
.fs-c-variationCart__variationName{
    display: block;
    width: 75px;
    flex-grow: 0;
    font-size: 13px;
}
.fs-c-variationCart__cartButton > button {
    height: 100%;
}
.fs-c-variationCart__wishlist .fs-c-button--addToWishList--icon, .fs-c-variationCart__wishlist .fs-c-button--removeFromWishList--icon {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: solid #d4d4d4 1px;
    border-radius: 4px;
    box-shadow: none;
}
.fs-c-button--secondary{
    box-shadow: none;
    border-radius: 4px;
}

.fs-c-button--primary {
    box-shadow: none;
    border-radius: 4px;
}
.fs-c-variationCart > li + li {
    margin-top: 0px;
}
.tab-wrap{
    width:100%;
    margin:20px auto;
    box-sizing: border-box;
}
.tab_area{
    margin:0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(212, 212, 212);
}
.tab_area label{
    width:30%;
    display:inline-block;
    padding:12px 0;
    color:#006db8;
    background:rgb(255, 255, 255);
    text-align:center;
    font-size:13px;
    cursor:pointer;
    transition:ease 0.2s;
}
.tab_area label:hover{
    text-decoration: underline;
}
.panel_area{
    background:#fff;
}
.tab_panel{
    width:100%;
    padding: 20px 12px 40px;
    box-sizing: border-box;
    display:none;
}
.tab_area label{
    position: relative;
    top: 1px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid rgb(212, 212, 212);
}
.tab_area label.active{
    background:#fff;
    color:#000;
    box-sizing: border-box;
    border-top: 1px solid rgb(212, 212, 212);
    border-left: 1px solid rgb(212, 212, 212);
    border-right: 1px solid rgb(212, 212, 212);
    border-bottom: 1px solid white;
}
.tab_panel.active{
    display:block;
}

.fs-p-productDescription--full,.fs-p-productDescription--shor、{
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
.size-table{
    width: 100%;
    border: #dcdcdc solid 1px;
    box-sizing: border-box;
    border-collapse: collapse;
    table-layout: fixed;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.size-table th{
    border-top: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
    border-right: #dcdcdc 1px solid;
    font-size: 14px;
    background: #f3f3f3;
    font-weight: 400;
    padding: 10px 10px;
    box-sizing: border-box;
    text-align: center;
}
.size-table td{
    border-top: #f0f0f0 1px solid;
    border-right: #f0f0f0 1px solid;
    font-size: 13px;
    font-weight: 100;
    text-align: center;
}
.size-table-row td:last-child{
    border-right: #dcdcdc solid 1px;
}
.item-info-detail{
    width: 100%;
    padding: 10px;
    background: #f3f3f3;
    margin-bottom: 10px;
}
.item-info-detail dt{
    clear: both;
    width: 70px;
    float: left;
    font-size: 13px;
}
.item-info-detail span{
    float: right;
}
.item-info-detail dd{
    padding-left: 70px;
    margin-bottom: 10px;
    font-size: 13px;
}
.size-guide{
    font-size: 13px;
    color: #006db8;
    text-decoration: underline;
}
.zoomContainer:after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    z-index: 100;
    border: solid 1px #cccccc;
    border-radius: 25px;
    background: url(https://sputnicks.itembox.design/item/img/zoom.png) no-repeat center center rgba(255,255,255,0.8);
    position: absolute;
    right: 8px;
    bottom: 8px;
    opacity: 1;
    transition: opacity 0.3s 0s ease;
    background-size: 30px;
}