Aller au contenu
Passer aux informations sur le produit
Description
.accordion { font-size: 14px; width: 100%; } .product-info-description { margin: 10px 0; } .product-info-description-header { font-weight: bold; line-height: 40px; font-size: 15px; border-bottom: solid 1px #ddd; clear: both; } .product-info-description-content { margin-top: 10px; } .product-info-sizechart-table p { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; text-indent: 2em; line-height: 1.2rem; } .product-info-description-table { } .product-info-description-table-item { margin: 5px; } .item-key { display: inline; width: 40%; } .item-value { display: inline; float: right; text-align: left; width: 60%; } .product-info-sizechart-table { border-collapse: collapse; border-spacing: 0; display: none; background: none !important; } .product-info-sizechart-table.active { display: block; } .product-info-sizechart-table-tr thread { color: #222; white-space: nowrap; } .product-info-sizechart-table-tr td { padding: 12px 10px; border: 1px solid #e5e5e5; -webkit-transition: background-color .2s,color .2s; transition: background-color .2s,color .2s; } .product-info-sizechart-table-tr td:first-child { padding: 12px 5px; color: #222; white-space: nowrap; table-layout: fixed; } .product-info-sizechart-table-tr:nth-child(2n) { background: #f6f6f6; } .table-container { width: 100%; overflow-y: auto; _overflow: auto; margin: 0 0 1em; } .table-container::-webkit-scrollbar { -webkit-appearance: none; width: 14px; height: 14px; } .table-container::-webkit-scrollbar-thumb { border-radius: 8px; border: 4px solid #fff; background-color: rgba(0, 0, 0, .3); } .__cm { padding: 10px; border: solid 1px #ddd; } .__cm:hover { background: #222; color: white; } .__cm.active { background: #222; color: white; /* border: solid 2px #222; */ } .__inch { padding: 10px; border: solid 1px #ddd; margin-left: -4px; border-left: none; } .__inch.active { background: #222; color: white; } .__inch:hover { background: #222; color: white; }
jQuery(function () { jQuery(".__cm").on('click', function () { jQuery(this).siblings().removeClass('active'); jQuery(this).addClass('active'); jQuery("table[data-unit='cm']").removeClass('active').addClass('active'); jQuery("table[data-unit='inch']").removeClass('active'); }); jQuery(".__inch").on('click', function () { jQuery(this).siblings().removeClass('active'); jQuery(this).addClass('active'); jQuery("table[data-unit='inch']").removeClass('active').addClass('active'); jQuery("table[data-unit='cm']").removeClass('active'); }); jQuery('.product-info-description-header').on('click', function () { jQuery(this).siblings('.product-info-description-content').toggle('fast', function (d) { var hide = $(this).css('display') == "none" ? true : false; if (hide) { $(this).siblings('.product-info-description-header').children('svg').css('transform', 'scaleY(-1)'); } else { $(this).siblings('.product-info-description-header').children('svg').css('transform', 'scaleY(1)'); } }); }); });
 
Description
Spu:
QZHYC8GvtQ
Season:
Summer
Occasion:
Daily
Pattern Type:
Printed
Style:
Casual
Material:
Polyester
Sleeve Length:
Half Sleeve
Neckline:
Round Neck
Size & Fit
inch cm
Size XS S M L XL
Shoulder 36 37 38 39 40
Bust 92 96 100 104 108
Length 61 62 63 64 65
Sleeve Length 25 36 47 58 69
Size inch XS S M L XL
Shoulder 14.2 14.6 15.0 15.4 15.7
Bust 36.2 37.8 39.4 40.9 42.5
Length 24.0 24.4 24.8 25.2 25.6
Sleeve Length 9.8 14.2 18.5 22.8 27.2

Retro Printed Elbow Sleeve Loose Shirt

Prix ​​habituel $16.99

Expédition Calculé à la caisse

  • Retro Printed Elbow Sleeve Loose Shirt
  • M

Description
.accordion { font-size: 14px; width: 100%; } .product-info-description { margin: 10px 0; } .product-info-description-header { font-weight: bold; line-height: 40px; font-size: 15px; border-bottom: solid 1px #ddd; clear: both; } .product-info-description-content { margin-top: 10px; } .product-info-sizechart-table p { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; text-indent: 2em; line-height: 1.2rem; } .product-info-description-table { } .product-info-description-table-item { margin: 5px; } .item-key { display: inline; width: 40%; } .item-value { display: inline; float: right; text-align: left; width: 60%; } .product-info-sizechart-table { border-collapse: collapse; border-spacing: 0; display: none; background: none !important; } .product-info-sizechart-table.active { display: block; } .product-info-sizechart-table-tr thread { color: #222; white-space: nowrap; } .product-info-sizechart-table-tr td { padding: 12px 10px; border: 1px solid #e5e5e5; -webkit-transition: background-color .2s,color .2s; transition: background-color .2s,color .2s; } .product-info-sizechart-table-tr td:first-child { padding: 12px 5px; color: #222; white-space: nowrap; table-layout: fixed; } .product-info-sizechart-table-tr:nth-child(2n) { background: #f6f6f6; } .table-container { width: 100%; overflow-y: auto; _overflow: auto; margin: 0 0 1em; } .table-container::-webkit-scrollbar { -webkit-appearance: none; width: 14px; height: 14px; } .table-container::-webkit-scrollbar-thumb { border-radius: 8px; border: 4px solid #fff; background-color: rgba(0, 0, 0, .3); } .__cm { padding: 10px; border: solid 1px #ddd; } .__cm:hover { background: #222; color: white; } .__cm.active { background: #222; color: white; /* border: solid 2px #222; */ } .__inch { padding: 10px; border: solid 1px #ddd; margin-left: -4px; border-left: none; } .__inch.active { background: #222; color: white; } .__inch:hover { background: #222; color: white; }
jQuery(function () { jQuery(".__cm").on('click', function () { jQuery(this).siblings().removeClass('active'); jQuery(this).addClass('active'); jQuery("table[data-unit='cm']").removeClass('active').addClass('active'); jQuery("table[data-unit='inch']").removeClass('active'); }); jQuery(".__inch").on('click', function () { jQuery(this).siblings().removeClass('active'); jQuery(this).addClass('active'); jQuery("table[data-unit='inch']").removeClass('active').addClass('active'); jQuery("table[data-unit='cm']").removeClass('active'); }); jQuery('.product-info-description-header').on('click', function () { jQuery(this).siblings('.product-info-description-content').toggle('fast', function (d) { var hide = $(this).css('display') == "none" ? true : false; if (hide) { $(this).siblings('.product-info-description-header').children('svg').css('transform', 'scaleY(-1)'); } else { $(this).siblings('.product-info-description-header').children('svg').css('transform', 'scaleY(1)'); } }); }); });
 
Description
Spu:
QZHYC8GvtQ
Season:
Summer
Occasion:
Daily
Pattern Type:
Printed
Style:
Casual
Material:
Polyester
Sleeve Length:
Half Sleeve
Neckline:
Round Neck
Size & Fit
inch cm
Size XS S M L XL
Shoulder 36 37 38 39 40
Bust 92 96 100 104 108
Length 61 62 63 64 65
Sleeve Length 25 36 47 58 69
Size inch XS S M L XL
Shoulder 14.2 14.6 15.0 15.4 15.7
Bust 36.2 37.8 39.4 40.9 42.5
Length 24.0 24.4 24.8 25.2 25.6
Sleeve Length 9.8 14.2 18.5 22.8 27.2

Customer Reviews

Be the first to write a review
0%
(0)
0%
(0)
0%
(0)
0%
(0)
0%
(0)
Drawer Title

This website uses cookies to ensure you get the best experience on our website.

produits similaires