<divclass="product-details full-height row right clearfix transition">
<divclass="product-details full-height row right clearfix transition">
<formclass="variations_form cart left row"method="post"enctype='multipart/form-data'data-product_id="<?phpechoabsint($product->get_id());?>"data-product_variations="<?phpechohtmlspecialchars(wp_json_encode($available_variations))?>">
<formclass="variations_form cart left row"method="post"enctype='multipart/form-data'data-product_id="<?phpechoabsint($product->get_id());?>"data-product_variations="<?phpechohtmlspecialchars(wp_json_encode($available_variations))?>">
<pclass="stock out-of-stock"><?php_e('This product is currently out of stock and unavailable.','woocommerce');?></p>
<pclass="stock out-of-stock"><?php_e('This product is currently out of stock and unavailable.','woocommerce');?></p>
<?phpelse:?>
<?phpelse:?>
<divclass="variations"cellspacing="0">
<divclass="variations"cellspacing="0">
<?php
<?php
$i=0;
$i=0;
foreach($attributesas$name=>$options):?>
foreach($attributesas$name=>$options):?>
<divclass="list row <?phpecho$name;?> left border-l center">
<divclass="list row <?phpecho$name;?> left border-l center <?phpif($i==0)echo"first_attr";?>">
<divclass="product-header center font-small label">
<divclass="product-header center font-small label">
<labelfor="<?phpechosanitize_title($name);?>"class = "chevron bottom"><?phpif($i==0)/*echo 'choix de la '*/;else/*echo 'choix du '*/;?><?phpechostrtolower(wc_attribute_label($name));?></label>
<labelfor="<?phpechosanitize_title($name);?>"class = "chevron bottom"><?phpif($i==0)/*echo 'choix de la '*/;else/*echo 'choix du '*/;?><?phpechostrtolower(wc_attribute_label($name));?></label>