.fs-preview-header { display: none; }
body {
overflow-x: hidden;
}
h1 {
margin-block-start: 0;
margin-block-end: 0;
}
p {
margin-block-start: 0;
margin-block-end: 0;
}

button {
background: none;
padding-block: 0;
padding-inline: 0;
border: none;
}

.sp_only {
display: none!important;
}
@media (max-width:768px) {
.pc_only {
display: none!important;
}
.sp_only {
display: block!important;
}
}

.news_wrap {
padding-bottom: 8px;
}

.fs-c-button--secondary {
font-size: 15px;
font-weight: bold;
margin-top: 15px;
display: block;
}

.cat_nav_w {
width: 860px;
height: 40px;
overflow: hidden;
border: none;
}

.product_detail_contents {
font-size: 14px;
}

.fs-c-breadcrumb__list {
font-size: 11.9px;
background: #FFF6EB;
padding: 5px;
margin: 0 0 20px 0;
}

.fs-c-productMainImage__image {
width: 220px;
display: block;
margin: 0 auto;
padding: 10px 0;
}
.fs-c-productMainImage__expandButton {
margin-bottom: 20px;
}

.fs-c-button--guestPurchase {
font-size:15px;
}
.fs-c-textLink {
font-size:14px;
text-align: center;
display: block;
}

.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
padding: 16px 15px;
}

.product_contents {
width: 760px;
}

.fs-l-main {
max-width: 760px;

}
.l-main {
max-width: 760px;
}

.product_detail_samuneiru {
width: 266px;
margin-right: 10px;
}
.fs-c-productNameHeading__name {
font-size: 16.24px;
}
.fs-c-productNumber {
font-size: 14px;
color: #8c8c8c;
}

.sidebar_common {
width: 180px;
}

.sidebar {
width: 180px;
margin: 0 20px 0 0;
}
@media (max-width:768px) {
.fs-l-main {
width: 100%;
}
.sidebar {
display: none;
}
.sidebar_common {
display: none;
}
.product_detail_row {
padding: 0 15px;
}
}

.twocolumns {
display: flex;
justify-content: space-between;
max-width: 1160px;
margin: 50px auto 0;
}
.twocolumns2 {
display: flex;
justify-content: space-between;
max-width: 960px;
margin: 50px auto 40px;
}
.product_detail_row {
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 768px) {
.twocolumns2{
margin-top:0;
}
.product_detail_row {
flex-direction: column;
}
}
.product_detail_contents {
max-width: 470px;
}
@media screen and (max-width: 768px) {
.product_detail_contents {
max-width: 100%;
width: 100%;
}
}

.fs-c-productNameHeading {
color: #000;
}
.fs-c-productNumber {
margin: 0px 0px 5px;
}
.fs-c-productPointDisplay {
font-size: 12px;
color: rgb(255, 51, 0);
padding: 0px;
margin: 0px;
border-bottom: 1px dotted rgb(221, 221, 221);
}

.fs-c-productThumbnail__image {
flex-basis: 42px;
min-width: auto;
margin: 0px 2px 2px 0px;
}

/*-------------------------------------
itemDetail
--------------------------------------*/
.itemDetail { border-top:1px solid #E1D3BB; border-left:1px solid #E1D3BB; width:100%; margin-bottom:10px; font-size:97%;}
.itemDetail caption { padding:5px; text-align:center; background:#E1D3BB;}
.itemDetail th { width:25%; font-weight:normal; border-bottom:1px solid #E1D3BB; border-right:1px solid #E1D3BB; background:rgba(239,232,218,1); padding:5px;}
.itemDetail td { border-bottom:1px solid #E1D3BB; border-right:1px solid #E1D3BB; background:rgba(255,255,255,1); padding:5px;}

/*価格表記を￥→円に変更*/
.fs-c-price__currencyMark {
display: none;
}
.fs-c-price::after {
content: "円";
color: rgb(0, 0, 153);
font-size: 16px;
font-weight: bold;
}

.fs-c-productPrice__main__label {
font-size: 14px;
}
.fs-c-price__value {
color: rgb(0, 0, 153);
font-size: 18px;
font-weight: bold;
}
.fs-c-productPrice__addon__label {
font-size: 14px;
}
.fs-c-productPostage {
padding-bottom: 10px;
}
.fs-c-productQuantityAndWishlist {
display: flex;
justify-content: flex-start;
align-items: flex-end;
flex-direction: row-reverse;
padding: 10px 0;
justify-content: space-between;
}
.cart_btn {
padding-block: 0!important;
padding-inline: 0!important;
border-width: 0;
}

.shopping_cart_area {
  width: 670px;
  margin-right: 20px;
}
.cart_parts_r {
  width: 270px;
}

.fs-c-productSelection {
margin-top: 20px;
}


.itemDetail th {
text-align: left;
font-size: 14px;
}
.itemDetail td {
text-align: left;
font-size: 14px;
}

.mt30 {
margin-top: 30px;
}

.fs-c-productSelection__label {
font-size: 13px;
}
.fs-c-dropdown__menu {
font-size: 13px;
}

.fs-c-returnedSpecialContract {
display: none;
}

.fs-c-reviewList__item {
padding-bottom: 10px;
}
.fs-c-reviewList__item__info {
display: flex;
flex-direction: column;
border-top: 1px solid #ffb404;
}
.fs-c-reviewInfo__reviewer {
background: #FFF6EB;
display: flex;
padding-top: 5px;
}
.fs-c-reviewInfo__date {
background: #FFF6EB;
display: flex;
justify-content: flex-end;
padding-bottom: 5px;
}
    .fs-c-reviewerStatus {
        background: #FF6600;
        border-radius: 1em;
        color: #ffffff;
        display: inline-block;
        font-size: 1rem;
        line-height: 1;
        margin: 0 4px;
        min-width: 8em;
        padding: 4px 8px;
        text-align: center;
    }
.fs-c-reviewInfo__date > dt:after {
content: "：";
}
@media screen and (max-width: 768px) {
#topSlideRightBanner {
width: 100%!important;
}

.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
flex-wrap: nowrap!important;
}
.swiper-container,
.swiper-subcontainer {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 14px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide img{
width: 100%;
/*height: 64vh;*/
height: auto;
object-fit: contain;
margin: 0;
}
.swiper-slide3 {
  margin-bottom: 20px;
}
.swiper-slide3 p {
  min-height: 100px;
}
.swiper-slide3 a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  background: rgba(153,46,40,1);
}
.swiper-slide3 img{
width: 100%;
height: auto;
xheight: 80vh;
object-fit: contain;
margin: 0 ;
}

.product_detail_samuneiru {
width: 100%;
margin-right: 0;
}
}
@media screen and (max-width: 480px) {
.sp-mask {
width: 100%!important;
min-height: 535px !important;
object-fit: cover; /* 画面にフィットさせる */
}
.sp-button {
width: 10px!important;
height: 10px!important;
border: 1.5px solid #000!important;
}

.top_contents .col_5 li {
margin: 0 10px;
}

.FS2_repeater {
width: 100%!important;
}
.FS2_repeater p {
font-size: 12px!important;
}
}

.wrapper {
width: 760px;
}
.wrap_row {
display: flex;
justify-content: space-between;
}

.fs-c-productList__list {
max-width: 760px;
display: flex;
flex-wrap: wrap;
}
.fs-c-productList__list__item {
width: 32.2%;
margin-left: 1%;
margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
.fs-c-productList__list__item {
width: 49%;
padding: 0 16px;
}
}
.fs-c-button--viewProductDetail {
display: none;
}
.fs-c-button--viewMoreImage {
display: none;
}
.fs-c-productName__name {
font-size: 14px;
font-weight: bold;
text-align: center!important;
}
.fs-c-productListItem__image__image {
width: 220px;
margin: 0px auto 5px !important;
padding: 10px 0;
}
.fs-c-productListItem__control {
font-size: 12px;
font-weight: bold;
text-align: center!important;
margin: 10px auto 0;
display: block;
text-decoration: underline;
}
.fs-c-button__label {
text-decoration: underline;
}
.fs-c-button__label:before {
content: '★';
color: red;
}
.fs-c-sortItems {
display: flex;
justify-content: flex-end;
font-size: 14px;
}
.fs-c-sortItems__list {
display: flex;
font-size: 14px;
}
.fs-c-sortItems__label {
padding: 0 8px 0 5px;
border-right: 1px solid #000;
}
.fs-c-sortItems__list__item {
padding: 0 8px 0 5px;
border-right: 1px solid #000;
}
.fs-c-listControl {
display: flex;
align-items: center;
font-size: 14px;
margin: 20px 0;
padding: 3px 5px;
border-bottom: 2px solid #dadada;
}
.fs-c-pagination__item--prev {
display: none;
}
.fs-c-pagination__item--next {
display: none;
}

input[type="text"] {
width: 80%!important;
}

.product_detail_row {
margin-bottom :40px;
}

.fs-c-productOption__name {
background: #e1d3bb66;
padding: 3px 5px;
}
.fs-c-productSelection__name {
background: #e1d3bb66;
padding: 3px 5px;
}
.cart_btn {
margin: 0 auto;
display: block;
}
.fs-c-modal__inner {
width: 760px!important;
padding: 0;
}
.fs-c-inputTable--inModal {
width: 100%;
}
.fs-c-modal__header {
background: #f7f7f7;
padding: 6px;
}
.fs-c-modal__contents {
padding: 16px;
}
.fs-c-inquiryProduct__productImage {
width: 50px!important;
}
.fs-c-inputTable--inModal > tbody > tr {
padding: 0;
}

.l_main {
max-width: 760px;
width: 100%;
}
.fs-c-productReviewed__image__image {
display: none;
}
.fs-c-productName__name {
font-size: 14px;
font-weight: normal;
text-align: left!important;
}

.fs-p-productDescription--short {
display: none;
}
@media screen and (max-width: 768px) {
.fs-p-productDescription--full {
display: none;
}
.fs-p-productDescription--short {
display: block;
}
}

.head_fixed {
background: #000;
}



@media screen and (max-width: 768px) {
.FS2_repeater {
margin: 0 auto!important;
}
.head_search input {
width: 100%!important;
}
.btn_sr {
width: 80px!important;
}
.header__nav {
top: 204.5px!important;
}
}

.fs-p-productDescription--short {
display: none;
}
@media screen and (max-width: 768px) {
.fs-p-productDescription--full {
display: none;
}
.fs-p-productDescription--short {
display: block;
}
}


.lp_main_2c {
width: 760px;
}

.fs-c-productMarks {
margin: 20px 0;
}

.w1100 {
width: 1100px;
}
.text_high {
color: red;
}
.fs-l-main_system {
max-width: 760px;
margin: 50px auto 100px;
}
.fs-l-main_system960 {
max-width: 960px;
margin: 50px auto 100px;
}
@media screen and (max-width: 768px) {
.fs-l-main_system {
padding: 0 16px;
width: 100%;
}
.fs-l-main_system960 {
padding: 0 16px;
width: 100%;
}
}

.fs-c-inputTable tr {
border: 1px solid #E2DFE5;
}

.fs-c-inputTable__headerCell {
background: #f3f3f3;
font-size: 14px;
font-weight: normal;
padding: 14px 10px;
}
.fs-c-inputTable__dataCell {
}
.fs-c-requiredMark {
overflow: inherit;
width: 28px;
height: 18px;
position: relative;
font-size: 0;
}
.fs-c-productOption__label {
position: relative;
}
.fs-c-requiredMark::before {
background: red;
content: "必須";
display: block;
font-size: 12px;
color: #fff;
text-indent: 0;
text-align: center;
position: absolute;
top: -13px;
right: -10%;
padding: 0px 2px
}

.fs-c-inputTable input[type="text"] {
width: 100%!important;
margin: 0;
}
.fs-c-memberInfoField {
margin-bottom: 30px;
}
.fs-c-checkbox__checkMark::before {
font-size: 13px;
top: 0em;
left: 0em;
}
.fs-c-checkbox__labelText {
font-size: 14px;
}
.fs-c-button__label:before {
display: none;
}
.fs-c-inputTable__headerCell .fs-c-inputTable__dataCell {
padding: 15px 10px;
}
.fs-c-button--primary {
min-width: 240px;
max-width: 300px;
position: relative;
display: block;
padding: 1em 2em;
text-decoration: none;
color: #fff;
background: #E9951F;
border-bottom: solid 2px;
border-radius: 4px;
box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
font-weight: bold;
border: none !important;
font-size: 18px;
margin: 30px auto 0;
text-align: center;
}
.fs-c-button__label {
text-decoration: none;
}

.fs-c-productListItem__control {
display: flex;
flex-direction: column;
}
.fs-c-productName__name {
color: #000;
}

.row_system {
display: flex;
justify-content: space-between;
}
.fs-c-newUsers__message,fs-c-subSection__message {
font-size: 12px;
}
.fs-c-button__label {
display: block;
}
.fs-l-main_w760 {
width: 760px;
margin: 10px auto 0;
padding: 0 0 40px;
}

.fs-c-button--myPageTop {
min-width: 240px;
max-width: 300px;
position: relative;
display: block;
padding: 1em 2em;
text-decoration: none;
color: #fff;
background: #E9951F;
border-bottom: solid 2px;
border-radius: 4px;
box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
font-weight: bold;
border: none !important;
font-size: 20px;
margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
.row_system {
flex-direction: column;
}
.fs-l-main_w760 {
width: 100%;
padding: 0 16px 20px;
}

.sp_itemdetail th {
    width: 25%;
    font-weight: normal;
    border-bottom: 1px solid #E1D3BB;
    border-right: 1px solid #E1D3BB;
    background: rgba(239, 232, 218, 1);
    padding: 5px;
}
.sp_itemdetail td {
    border-bottom: 1px solid #E1D3BB;
    border-right: 1px solid #E1D3BB;
    background: rgba(255, 255, 255, 1);
    padding: 5px;
}
.sp_itemdetail {
    border-top: 1px solid #E1D3BB;
    border-left: 1px solid #E1D3BB;
    width: 100%;
    margin-bottom: 10px;
    font-size: 97%;
}
}

.fs-c-productListItem__outOfStock {
    font-size: 13px;
    color: red;
}
.fs-c-wishlistProduct {
display: none;
}

.fs-c-payWithAmazon__button {
width: 300px!important;
margin: 0 auto;
}

.fs-c-payWithAmazon__message {
margin: 50px auto 10px;
max-width: 500px;
}
.fs-c-continueShopping {
margin-top: 30px;
text-align: center;
}
.fs-c-button--continueShopping {
font-size: 14px;
color: #000; 
}

.fs-c-checkout-customerInfo {
margin-bottom: 10px;
}
.fs-c-cartTable th {
font-size: 14px;
}
.fs-c-cartTable__dataCell--point {
font-size: 14px;
}
.fs-c-cartTable__headerCell--product {
width: 50%;
}
.fs-c-cartTable__productName a {
font-size: 14px;
}
.fs-c-listedProductName__selection {
font-size: 13px;
}
.fs-c-cartTable__productImage {
width: 90px;
}
.fs-c-cartTable__productImage a img {
width: 100%;
}
.fs-c-cartTable__productInfo {
width: 100%;
}
.fs-c-cartTable .fs-c-button--plain {
font-size: 12px;
color: #fff;
background: #2559a8;
margin-top: 5px;
padding: 3px 0;
}
.fs-c-cartDiscountInfo {
font-size: 14px;
margin-bottom: 20px;
}
.fs-c-orderTotalTable {
max-width: 300px;
}
.fs-c-orderTotalTable th {
font-size: 14px;
}
.fs-c-orderTotalTable td {
font-size: 14px;
}
.fs-c-orderTotalTable .fs-c-price {
}

.fs-c-checkout-delivery__title {
font-weight: bold;
border-bottom: 2px solid orange;
margin: 20px 0 10px;
}
.fs-c-checkout-communicationInfo__title {
font-weight: bold;
border-bottom: 2px solid orange;
margin: 20px 0 10px;
}

.fs-c-price__price {
display: inline-block;
}

@media screen and (max-width: 768px) {
.fs-l-cart__contentsArea {
padding: 0 16px;
}
.fs-c-cartTable__dataCell--quantity {
display: flex;
font-size: 12px!important;
}
.fs-c-cartTable__actionButton {
flex-direction: column;
width: 130px;
margin: 0 auto;
}
.fs-c-cartTable__row {
font-size: 14px!important;
}
.fs-c-cartTable tr {
border: 1px solid #ccc;
padding: 10px;
}
}

@media screen and (max-width: 600px) {
.fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
        content: attr(data-cell-label);
        font-weight: bold;
        font-size: 11px;
        margin-right: 8px;
        min-width: 2em;
    }
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    padding: 0;
}
}


#fs-buyerInfo-container {
padding: 20px 0;
}
#fs-addressInfo-container {
padding: 20px 0;
}
.fs-c-checkout-preview__button .fs-c-checkout-buyerInfo__title {
font-weight: bold;
border-bottom: 2px solid orange;
}
.fs-c-checkout-customerInfo li {
border-bottom: 1px solid #ccc;
font-size: 14px;
padding: 6px;
}
.fs-c-checkout-destination__title {
font-weight: bold;
border-bottom: 2px solid orange;
margin: 20px 0 10px;
}
.fs-c-checkout-paymentInfo__title {
font-weight: bold;
border-bottom: 2px solid orange;
margin: 20px 0 10px;
}

.fs-c-checkout-delivery__method {
font-size: 14px;
margin-bottom: 15px;
}

.fs-c-button--standard {
        background: #ff5252;
        border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1;
        text-decoration: none;
        text-align: center;
        padding: 0.8em 1.6em 0.6em;
        box-shadow: 0 0 2px #b2b2b2;
}

.cart_twocolumns {
display: flex;
}
.fs-c-cartTable__productImage {
display: none;
}
@media screen and (max-width: 768px) {
.cart_twocolumns {
  flex-direction: column;
}
.shopping_cart_area {
  width: 100%;
  margin-right: 0;
}
.cart_parts_r {
  width: 100%;
}
}

.fs-c-reviewer__name__nickname::after {
content: "さん";
}
.fs-c-aggregateRating {
font-size: 14px;
}
.fs-c-reviewer__name {
font-size: 14px;
}
.fs-c-reviewList__item__body {
font-size: 14px;
}
.fs-c-reviewer__profile {
font-size: 14px;
}
.fs-c-reviewInfo__date {
font-size: 13px;
}

.fs-c-productNotice--outOfStock {
font-weight: bold;
font-size: 18px;
color: #9b2e28;
}

.fs-c-featuredProduct {
display: none;
}

.fs-c-reviwewProduct__image__image {
width: 180px;
}

.fs-c-agreementConfirmation__password {
width: 320px;
}

.fs-c-orderTotalTable {
width: 100%;
}
.amazonpay-button-view1 {
width: 250px;
}


.inner_row {
max-width: 330px;
margin: 0 auto;
}
.fs-c-linkedServiceLogin {
margin-top: 40px;
}

.head .fs-clientInfo {
    display: none;
    font-size: 13px;
    width: 1200px;
    margin: -10px auto 20px auto;
    text-align: right;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px) {
.fs-clientInfo {
width: 100%;
margin: 0 auto 5px;
padding: 0 8px;
flex-direction: column;
align-items: flex-start;
font-size: 12px!important;
}
.fs-clientInfo p {
font-size: 12px!important;
}

.attentionword {
width: 220vw!important;
animation: scrollAnime 23s linear infinite!important;
}
}

.stageimage_1 {
	position: relative;
	margin-left: 20px;
}
.stageimage_1::before {
	content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('https://endo.itembox.design/item/common/rankicon_platina.png');
  background-position: center;
  background-size: cover;
	position: absolute;
	left: -18px;
}
.stageimage2 {
	position: relative;
	margin-left: 20px;
}
.stageimage_2::before {
	content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('https://endo.itembox.design/item/common/rankicon_gold.png');
  background-position: center;
  background-size: cover;
	position: absolute;
	left: -18px;
}
.stageimage_3 {
	position: relative;
	margin-left: 20px;
}
.stageimage_3::before {
	content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('https://endo.itembox.design/item/common/rankicon_regular.png');
  background-position: center;
  background-size: cover;
	position: absolute;
	left: -18px;
}

.fs-c-accountService li {
  border-bottom: 2px solid orange;
  margin-bottom: 30px;
}
.fs-c-accountService li a {
  font-size: 14px;
  font-weight: bold;
}

.fs-c-creditCardIcons {
display: flex;
}
.fs-c-modal__close::before {
font-size: 2.5em;
}

.fs-body-cart .fs-c-noResultMessage__title{
font-size: 14px;
}
.fs-c-memberInfoField .fs-c-inputTable {
width: 100%;
}
.fs-c-memberInfoField .fs-c-inputTable .fs-c-inputTable__headerCell {
width: 30%;
}

@media screen and (max-width: 768px) {
.fs-c-memberInfoField .fs-c-inputTable .fs-c-inputTable__headerCell {
width: 100%;
}
.fs-c-inputTable {
width: 100%;
}
.fs-c-inputTable tr {
display: flex;
flex-direction: column;
}
.fs-c-inputTable__headerCell {
text-align: left;
}
}

.fs-c-noResultMessage__title {
font-size: 14px;
}
.fs-c-confirmation__data {
font-size: 14px;
}
.fs-c-list {
font-size: 13px;
}

@media screen and (max-width: 768px) {
.top_sec_tb h3 {
font-size: 21px!important;
}
.top_contents .col_5, .top_contents .col_2, .top_contents .col_4 {
padding: 0 16px;
}
.top_contents .col_2 li {
width: 100%!important;
}
.top_contents .col_4 li {
width: 32%!important;
}


.twocolumns {
margin: -40px auto 0;
}
.bnr-box {
padding: 0 16px 20px;
}
}

.fs-body-cart .fs-c-noResultMessage__title{
font-size: 14px;
}
.fs-c-input--zipCode {
font-size: 14px;
}
.fs-system-assistedItem {
font-size: 14px;
}

.otoiawase_wrap {
padding: 0 16px;
}
.otoiawase_wrap a img {
width: 560px;
}
@media screen and (max-width: 768px) {
.otoiawase_wrap a img {
width: 100%;
}

.lp_main_2c {
padding: 0 16px;
}
}

.fs-c-button--confirmOrder {
margin: 20px 0 10px!important;
display: block;
max-width: 300px;
width: 100%;
}
.fs-c-checkout-orderInfo__body .fs-c-cartTable {
margin-bottom: 10px;
}
.fs-c-checkout-communicationInfo__body .fs-c-checkout-communicationInfo__info {
margin-bottom: 10px;
}


/* パスワード入力欄 */
.fs-c-button--particular{
    border-left: 1px solid #ddd;
    border-radius: 0 3px 3px 0;
}
.fs-c-button--hidePassword.fs-c-button--particular:after {
    display: block;
    font-family: 'FontAwesome';
    content: "\f070";
}
.fs-c-button--displayPassword.fs-c-button--particular:after {
    display: block;
    font-family: 'FontAwesome';
    content: "\f06e";
}
input[type="text"][name="password"]{
    width: 100% !important;
}


.fs-body-product .fs-c-productImageModalCarousel__figure__image{
    width: auto;
}