/* common-css */

/* all
   ========================================================================== */
html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Outfit", "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #331d0f;
    letter-spacing: .05em;
    font-size: 12px;
}

@media screen and (min-width: 600px) {
    body {
        font-size: 14px;
    }
}

/*footerを下部に下げる*/
.fs-l-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/*footerを下部に下げる*/
main {
    flex: 1;
}

/*パンくずリスト*/
.fs-c-breadcrumb__list {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.fs-c-breadcrumb {
    font-size: 10px;
}

@media screen and (min-width: 600px) {
    .fs-c-breadcrumb__list {
        padding: 0px;
    }

    .fs-c-breadcrumb {
        font-size: 12px;
    }
}

/*パンくずリスト*/
.fs-c-breadcrumb__listItem+.fs-c-breadcrumb__listItem::before {
    padding: 0 10px;
    color: #D4CAC3;
}

.fs-c-panel {
    margin: 20px 0;
}

[type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea{
    border-radius: 0px;
}
/* header
   ========================================================================== */
.fs-l-header {
    padding-top: 0;
}

.fs-l-header__contents>* {
    padding: 0;
}

.fs-p-logo {
    align-items: flex-start;
    max-width: 48px;
    padding: 0;
    line-height: 1;
}

.fs-p-logo a {
    display: block;
}

@media screen and (min-width: 600px) {
    .fs-p-logo__image {
        max-width: 70px;
    }

    .fs-l-header {
        padding: 20px 20px;
    }

    .fs-p-logo {
        width: 100%;
        max-width: 900px;
    }

    .fs-p-logo a {
        width: 90px;
        /*firefoxはsvgにwidth対応*/
    }

    .fs-l-header__contents {
        width: 96px;
    }

    header.fs-l-header {
        padding: 16px 0 16px 20px;
    }
}

header.fs-l-header {
    background-color: rgba(255, 255, 255, 0.6);
    position: sticky;
    top: 0;
    left: 0;
    padding: 16px 0 16px 20px;
    z-index: 10;
}

.fs-l-header__contents {
    display: flex;
}


/* lp
   ========================================================================== */
.fs-l-main {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.mainlp-wrapper {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 600px) {
    .mainlp-wrapper {
        max-width: 640px;
        margin: 0 auto;
    }
}
main.vibiby-original-lp{
    margin: 0;
    padding: 0;
    width: 100%;
}


/* fs商品詳細ページ
   ========================================================================== */
.fs-l-productLayout {
    gap: 40px;
    grid-auto-flow: row;
}

@media screen and (min-width: 600px) {
    .fs-l-productLayout {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: column;
    }
}

.fs-c-productCarouselMainImage__image__caption {
    display: none;
    /*SKU画像内に選択肢名を表示しない*/
}

.fs-c-productCarouselMainImage__thumbnailList {
    flex-wrap: wrap;
    overflow-x: hidden;
}

.fs-c-productCarouselMainImage__expandButton {
    display: none;
    /*拡大鏡表示しない*/
}

figcaption.fs-c-productCarouselMainImage__thumbnail__caption {
    font-size: 10px;
}

.fs-c-productNameHeading {
    color: #331d0f;
}

.fs-c-productNameHeading {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fs-c-productNameHeading__copy {
    font-size: 12px;
    font-weight: 500;
    width: 100%;
}

span.fs-c-productNameHeading__name {
    width: 100%;
    font-size: 20px;
}

span.fs-c-productPrice__main__label {
    font-size: 10px;
}

span.fs-c-price__currencyMark {
    font-size: 14px;
}

.fs-c-variationPanelList__panel--outOfStock {
    border-style: solid;
    opacity: .3;
}

.product-info {
    display: grid;
    gap: 20px;
}

.fs-c-productNumber {
    border: none;
    padding: 0;
}

.fs-c-productNotice--outOfStock,
.fs-c-productNotice--subscriptionOutOfStock {
    padding: 8px;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    padding: 0.5em 1em;
}

.fs-c-button--particular {
    box-shadow: none;
}

.fs-c-slick .slick-next:before {
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    /* border-width: 1px; */
    left: calc(50% - .3rem);
    transform: rotate(135deg);
    border-top: 1px solid;
    border-left: 1px solid;
    position: absolute;
    top: calc(50% - .6em);
    border-color: #331d0f;
}

.fs-c-slick .slick-prev:before {
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    /* border-width: 1px; */
    left: calc(50% - .3rem);
    transform: rotate(-45deg);
    border-top: 1px solid;
    border-left: 1px solid;
    position: absolute;
    top: calc(50% - .6em);
    border-color: #331d0f;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
    background: none;
}

.fs-c-variationPanelList__panel__image img {
    border-radius: 999px;
}

.fs-c-variationPanelList__panel__image {
    width: 32px;
    height: 32px;
    padding-bottom: 0;
}

@media screen and (min-width: 600px) {

    .fs-c-variationPanelList__panel__image {
        width: 54px;
        height: 54px;
        padding-bottom: 0;
    }

}

.fs-c-variationPanelList__panel__content {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    min-height: 40px
}

.fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
    background-color: #D4CAC3;
}

.fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
    background: #D4CAC3;
    color: #331d0f;
}

.fs-c-variationPanelList__radio:checked+.fs-c-variationPanelList__panel:where(:not(.fs-c-variationPanelList__panel--outOfStock)) {
    border-color: #331d0f;
}

.fs-c-variationPanelList__panel__caption,
.fs-c-variationPanelList__panel__stock {
    margin-top: 0;
}

.fs-c-variationPanelList__panel {
    border: 1px solid #958f8e;
}

.fs-c-button--primary {
    width: 100%;
    box-shadow: none;
    letter-spacing: .1em;
    font-size: 16px;
    font-weight: 600;
    padding: 1.2em 1em;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
    margin-left: 4px;
    font-size: 1.2rem;
}

.fs-c-productCarouselMainImage__image {
    cursor: zoom-in;
}

.fs-c-variationPanelList__list {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
}

@media screen and (min-width: 600px) {
    .fs-c-variationPanelList__list {
        grid-auto-flow: column;
        grid-template-columns: repeat(auto-fit, minmax(1em, 1fr));
    }
}

.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
    border-color: #331d0f;
}

.fs-c-productCarouselMainImage__thumbnail__img {
    border: 1px solid transparent;
}

.fs-c-productCarouselMainImage__thumbnailList>li {
    flex-basis: 60px;
}

@media screen and (min-width: 600px) {
    .fs-c-productCarouselMainImage__thumbnailList>li {
        flex-basis: 80px;
    }
}

span.fs-c-productPrice__addon__label {
    font-size: 10px;
    margin-left: 2px;
}

.fs-c-productPrice__addon:where(:not([class*="--listed"]))::before,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::before {
    display: none;
}

.fs-c-productPrice__addon:where(:not([class*="--listed"]))::after,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::after {
    display: none;
}

span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
    position: relative;
}

span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 6px;
    width: 4px;
    height: 4px;
    border-right: 1px solid #331d0f;
    border-bottom: 1px solid #331d0f;
    transform: rotate(45deg);
}

@media screen and (min-width: 600px) {
    span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::after {
        top: 10px;
    }
}

/* 商品グループ
   ========================================================================== */
.fs-c-productList {
    width: 100%;
}

@media screen and (min-width: 600px) {
    .fs-c-productList {
        width: 1200px;
    }
}

.fs-c-productListItem__control.fs-c-buttonContainer {
    display: none;
}

.fs-c-productListItem__viewMoreImageButton {
    display: none;
}

span.fs-c-productName__copy {
    display: none;
}

.fs-c-sortItems__list__item.is-active {
    background: #331d0f;
}

/* footer
   ========================================================================== */
.fs-p-footerCopyright {
    background-color: #331d0f;
    color: #D4CAC3;
    padding: 0;
}

footer.fs-l-footer {
    width: 100%;
}

.footer-navi {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 10px;
}

.footer-navi li {
    position: relative;
}

.footer-navi li::before {
    position: absolute;
    /* 絶対指定 */
    content: "";
    top: 50%;
    /* h2の上から50%の位置 */
    width: 16px;
    /* 横線の幅 */
    height: 1px;
    /* 横線の高さ */
    left: 0px;
    /* h2要素の左から-120px左へずらす */
    background-color: #D4CAC3;
}

.fs-l-footer {
    color: #D4CAC3;
    background-color: #331d0f;
    border-top: none;
    margin-top: 240px;
}

@media screen and (min-width: 600px) {
    .fs-l-footer {
        margin-top: 240px;
    }
}

.fs-l-footer a {
    color: #D4CAC3;
    margin: 0 0 0 21px;
    /*疑似要素分マージン確保する*/
}

.fs-l-footer__contents {
    max-width: 1200px;
}

.fs-l-footer__contents>* {
    padding: 80px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.fs-p-footerCopyright__text {
    font-size: 1rem;
}

/* page内共通--https://www.vibiby.com/p/hogehoge
   ========================================================================== */
.fs-c-heading--page {
    border-bottom: none;
    color: #331d0f;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    padding: 0;
    margin: 80px 0 40px 0;
}

@media screen and (min-width: 600px) {
    .fs-c-heading--page {
        font-size: 16px;
    }
}

.fs-c-documentArticle {
    padding: 0;
}

.fs-c-documentArticle__heading {
    background: none;
    color: #331d0f;
    padding: 0;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
}

@media screen and (min-width: 600px) {

    .fs-c-documentArticle__heading {
        font-size: 14px;
    }
}

.fs-c-documentColumn__heading {
    color: #331d0f;
    border-color: #D4CAC3;
    border-width: 0 0 0 5px;
    font-size: 12px;
    padding: 0 0 0 10px;
    font-weight: 600;
}

@media screen and (min-width: 600px) {
    .fs-c-documentColumn__heading {
        font-size: 14px;
    }
}

.fs-c-documentArticle+.fs-c-documentArticle {
    margin-top: 40px;
}

.fs-c-orderedList>li::before {
    color: #D4CAC3;
}

.fs-c-orderedList>li .fs-c-orderedList {
    border-left: 1px solid #D4CAC3;
}

*+.fs-c-documentColumn {
    margin-top: 40px;
}

.fs-l-pageMain {
    max-width: 1200px;
    margin: 0 auto;
}

.fs-c-documentColumn__content {
    gap: 5px;
}

.fs-c-list li::before,
.fs-c-localNavigation__list li::before {
    margin: auto 8px 1px -8px;
    border: 1px solid #D4CAC3;
    width: 5px;
    height: 5px;
}

.fs-c-list li,
.fs-c-localNavigation__list li {
    margin-bottom: 5px;
}

.fs-c-explainList dd:not(:last-child) {
    margin-bottom: 0;
}

.fs-c-explainList dt {
    background-color: #fff;
    display: inline-block;
    align-items: center;
    padding: 0px 8px;
    justify-content: flex-start;
    font-weight: 600;
    border: 1px solid #331d0f;
}

@media screen and (min-width: 600px) {
    .fs-c-explainList dt {
        justify-content: center;
    }
}

.fs-c-explainList {
    grid-column-gap: 10px;
}

.fs-c-explainList dd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fs-c-explainList dt[dt*="FAX"] {
    display: none;
}

.fs-c-documentArticle__content {
    padding: 0;
}

.fs-c-note {
    font-weight: 500;
}

.fs-c-postage {
    font-weight: 600;
    font-size: 15px;
}

.fs-c-shippingCarrierInfo {
    gap: 20px;
    padding: 20px 20px;
}

.fs-c-shippingCarrierInfo__content {
    gap: 10px;
    padding: 20px 20px;
}

.fs-c-documentSubContent__heading {
    border-bottom: 2px solid #e5e5e5;
    font-weight: 500;
    padding-bottom: 10px;
}

.fs-c-documentSubContent {
    gap: 0px;
}

th.fs-c-specTable__headerCell {
    font-weight: 500;
}


/* 会員登録ページ
   ========================================================================== */
.fs-c-radio__radio:checked:enabled+label>.fs-c-radio__radioMark {
    border-color: #331d0f;
}

.fs-c-radio__radio:checked:enabled+label>.fs-c-radio__radioMark::before {
    background: #331d0f;
}

.fs-c-checkbox__checkbox:checked+label>.fs-c-checkbox__checkMark {
    border-color: #331d0f;
    background: #331d0f;
}

.fs-c-requiredMark::before {
    content: "必須";
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.fs-c-requiredMark {
    width: 3em;
    color: #958f8e;
}

.fs-c-inputInformation__message {
    justify-content: flex-start;
}

.fs-c-inputInformation__field {
    max-width: 800px;
}

.fs-c-button--standard {
    box-shadow: none;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #331d0f;
}

.fs-c-button--standard:hover,
.fs-c-button--standard:visited,
.fs-c-button--standard:active {
    color: #331d0f;
}


/* マイページ
      ========================================================================== */
.fs-c-accountService {
    justify-content: center;
    gap: 10px;
}


/* ログイン・新規登録ページ
   ========================================================================== */
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
    border: 0;
    color: #331d0f;
    font-size: 14px;
    font-weight: 600;
}

.fs-body-login .fs-c-inputInformation__field {
    padding: 0;
    background: none;
    margin: 0 auto;
}

.fs-c-inputInformation__link {
    font-size: 12px;
    font-weight: 500;
}

.fs-c-fsLogin.fs-c-inputInformation {
    background-color: #f0f0f0;
    padding: 40px 40px;
}

button,
input,
optgroup,
select,
textarea {
    background-color: #fff;
}

h2.fs-c-registeredUsers__title.fs-c-subSection__title {
    margin-bottom: 20px;
    background-color: #fff;
}

h2.fs-c-newUsers__title.fs-c-subSection__title,
h2.fs-c-linkedServiceLogin__title {
    padding-bottom: 20px;
    background-color: #fff;
}

.fs-c-button--primary:hover {
    opacity: .5;
    transition: all .3s ease-out;
}

.fs-c-newUsers__message.fs-c-subSection__message {
    padding: 40px 40px 20px 40px;
}

.fs-c-buttonContainer.fs-c-buttonContainer--memberRegister {
    padding: 0 40px 40px 40px;
}

.fs-c-linkedServiceLogin,
section.fs-c-newUsers.fs-c-subSection {
    background-color: #f0f0f0;
}

.fs-c-linkedServiceLogin__body {
    padding: 40px;
}

input#fs_input_mailAddress,
.fs-c-inputField__field.fs-c-inputGroup {
    min-height: 3em;
}

.fs-body-wishlist-login .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field {
    background: none;
    padding: 0;
    margin: 0 auto;
}

/* カートページ
      ========================================================================== */

@media screen and (min-width: 600px) {
    .fs-body-cart .fs-l-cart__contentsArea {
        grid-template-columns: 1fr 360px;
    }
}

@media screen and (min-width: 600px) {
    .fs-c-cartTableContainer {
        padding: 0;
        border: none;
        border-radius: 0;
    }
}

.fs-c-cartTableContainer>.fs-c-cartTable>thead {
    display: none;
}

.fs-c-cartTable__headerCell,
.fs-c-cartTable__dataCell {
    border: none;
    padding: 0;
}

@media screen and (min-width: 600px) {

    .fs-c-cartTable__headerCell,
    .fs-c-cartTable__dataCell {
        border: none;
        padding: 40px 8px;
    }

}

tr.fs-c-cartTable__row {
    border-bottom: none;
    grid-template-columns: 80px 1fr 10%;
    padding: 20px 0;
    grid-gap: 8px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0;
}

@media screen and (min-width: 600px) {
    tr.fs-c-cartTable__row {
        border-top: 1px solid #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.fs-c-cartTable__dataCell--product {
    padding: 0;
    grid-column: 1/4;
    grid-row: 1;
}

.fs-c-cartTable__dataCell--quantity {

    grid-column: 4/5;
    grid-row: 1;
    justify-content: flex-end;

}

.fs-c-cartTable__dataCell--subtotal,
.fs-c-cartTable__dataCell--unitPrice {

    grid-column: 2/3;
    grid-row: 2;
    justify-content: flex-start;
}

.fs-c-cartTable__dataCell--action {
    grid-column: 4/5;
    grid-row: 2;

}

.fs-c-cartTable__dataCell--point,
.fs-c-cartTable__dataCell--quantity,
.fs-c-cartTable__dataCell--subtotal {
    text-align: left;
}

@media screen and (min-width: 600px) {

    .fs-c-cartTable__dataCell--point,
    .fs-c-cartTable__dataCell--quantity,
    .fs-c-cartTable__dataCell--subtotal {
        text-align: center;
    }
}

.fs-body-cart .fs-l-cart__sideColumn {
    border-radius: 0;
    padding: 0;
}

@media screen and (min-width: 600px) {
    .fs-body-cart .fs-l-cart__sideColumn {
        padding: 40px 20px;
    }
}

.fs-c-orderTotalTable>thead>tr>th,
.fs-c-orderTotalTable>thead>tr td,
.fs-c-orderTotalTable>tfoot>tr>th,
.fs-c-orderTotalTable>tfoot>tr td,
.fs-c-orderTotalTable>tbody>tr>th,
.fs-c-orderTotalTable>tbody>tr td {
    padding: 10px 8px;
}

.fs-c-orderTotalTable>thead>tr>th,
.fs-c-orderTotalTable>tfoot>tr>th,
.fs-c-orderTotalTable>tbody>tr>th {
    font-weight: 500;
}

.fs-c-button--secondary {
    width: 100%;
    box-shadow: none;
    padding: .7em 1.6em .7em;
}

.fs-c-orderTotalTable>thead>tr:last-of-type,
.fs-c-orderTotalTable>tfoot>tr:last-of-type,
.fs-c-orderTotalTable>tbody>tr:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}

.fs-c-orderTotalTable>thead>tr th,
.fs-c-orderTotalTable>thead>tr td,
.fs-c-orderTotalTable>tfoot>tr th,
.fs-c-orderTotalTable>tfoot>tr td,
.fs-c-orderTotalTable>tbody>tr th,
.fs-c-orderTotalTable>tbody>tr td {
    border-top: 1px solid #e5e5e5;
}

.fs-c-button--continueShopping {
    min-width: auto;
}

a.fs-c-button--continueShopping.fs-c-button--standard {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    text-decoration: none;
    border: 0;
}

a.fs-c-button--continueShopping.fs-c-button--standard::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #331d0f;
    border-left: solid 1px #331d0f;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 1px;
    margin: auto;
}

@media screen and (min-width: 600px) {

    a.fs-c-button--continueShopping.fs-c-button--standard::before {
        left: 0;
    }
}

.shopcartarea-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.amazon-login-message {
    font-size: 10px;
    text-align: justify;
}

span.fs-c-cartTable__productName__name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}

.fs-c-cartTable__dataCell--point::before,
.fs-c-cartTable__dataCell--quantity::before,
.fs-c-cartTable__dataCell--subtotal::before {
    display: none;
}

.fs-c-cartTable__actionButton__container>button {
    font-size: 10px;
    text-align: right;
}

.fs-c-price__price {
    align-items: baseline;
}

.fs-c-cartTable__quantity {
    width: 32px;
}

.fs-c-cartTable__quantity.fs-c-quantity.fs-system-assistTarget {
    position: relative;
}

.fs-c-cartTable__quantity.fs-c-quantity.fs-system-assistTarget::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 6px;
    width: 4px;
    height: 4px;
    border-right: 1px solid #331d0f;
    border-bottom: 1px solid #331d0f;
    transform: rotate(45deg);
}

@media screen and (min-width: 600px) {
    .fs-c-cartTable__quantity.fs-c-quantity.fs-system-assistTarget::after {
        top: 10px;
    }
}

select.fs-c-quantity__select.fs-system-quantity-list {
    padding: 0 6px;
    text-align: left;
}


/* 注文完了ページ
      ========================================================================== */
h2.fs-c-checkoutSuccess__title.fs-c-subSection__title {
    font-size: 25px;
    letter-spacing: .2em;
    margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
    h2.fs-c-checkoutSuccess__title.fs-c-subSection__title {
    font-size: 36px;
}
}


.fs-c-checkoutSuccess__code {
    font-weight: 700;
}

.fs-p-announcement {
    border: 1px solid #331d0f;
    margin: 40px auto;
    padding: 40px 20px;
}
@media screen and (min-width: 600px) {
    .fs-p-announcement {
        max-width: 650px;
    }
}


h2.fs-p-announcement__title {
    font-size: 14px;
    margin-bottom: 20px;
}

.fs-c-list li,
.fs-c-localNavigation__list li {
    margin-bottom: 10px;
}
section.fs-c-checkoutSuccess.fs-c-subSection{
    text-align: center;
    margin: 80px auto 0 auto;
}

/* 20250514 商品ページ下にLP追加 */

#lp-load-1{
    margin-top: 10%;
    max-width: 750px;
    margin: 0 auto;
}

.lp-load-1{
    margin:  0 auto;
}

.settlement_section{
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.item_image_area, .cart_area{
    width: 50%;
}

.cart_area{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fs-l-productLayout{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
}

@media screen and (max-width: 600px) {
    .settlement_section{
        flex-direction: column;
    }

    .item_image_area,.cart_area{
        width: 100%;
    }
}
