Description ► Elevate your golf game with the AWGO Golf Skort in Coral from the AWGO Golf Spring Summer 2024 Women's Golf Clothing Collection! Our uniquely designed golf skorts are tailored specifically for female golfers who demand both style and performance on the course. Our Skorts boast a sleek high-waisted silhouette that accentuates your curves while ensuring unrestricted movement with its stretchy fabric composition. Our Skorts feature strategically placed, easily accessible pockets, perfect for stashing all your on-course essentials - from tees and balls to even a separate back welt pocket designed specifically for your glove. Product Details ► Main fabric: 87% Polyester, 13% Elastane Under Short Fabric: 80% Polyester, 20% Elastane Size and Fit ► Our Size UK Europe X Small 4-6 32-34 Small 8-10 36-38 Medium 12-14 40-42 Large 14-16 42-44 Note: Runs small. Model wears size Small. var descriptionDetails = document.getElementById('description-details'); var productDetailsDetails = document.getElementById('product-details-details'); var sizeAndFitDetails = document.getElementById('size-and-fit-details'); descriptionDetails.addEventListener('toggle', function() { toggleArrow('description-arrow', descriptionDetails.open); }); productDetailsDetails.addEventListener('toggle', function() { toggleArrow('product-details-arrow', productDetailsDetails.open); }); sizeAndFitDetails.addEventListener('toggle', function() { toggleArrow('size-and-fit-arrow', sizeAndFitDetails.open); }); function toggleArrow(arrowId, open) { var arrow = document.getElementById(arrowId); arrow.innerHTML = open ? '▼' : '►'; }