8 Summer Sun Dresses to Pack For Your Next Italian Beach Vacay (2024)

Shop the Sale to save 25%! Join The Membership and use code SALDIMEMBERS for an extra discount

  • Log in or
    Sign up

  • Log in or
    Sign up
`; var membershipBadgeHTML = `

Member Exclusive

`; var objectList = {}; $(search.selector).each(function(i, el) { var elementURL = $(el).find('a').attr('href'); if ($(this).hasClass('save')) { contentURLs[contentURLs.length] = elementURL; saved++; } else { var set = false; var obj = false; for(var x = index; x < data.items.length; x++) { obj = typeof data.items[x] !== 'undefined' ? data.items[x] : false; obj.url = obj ? '/' + (obj.type === 'article' ? 'blogs/' : (obj.type === 'product' ? 'products/' : 'pages/')) + obj.handle : null; if (!contentURLs.includes(obj.url)) { set = true; index = x; break; } } if (!set) { end = true; } if (end) { obj = false; if (typeof objectList[elementURL] !== false) { obj = objectList[elementURL]; } } if (obj) { objectList[elementURL] = obj; const orient = (function() { if (typeof setImageOrientation !== 'undefined') { setImageOrientation(obj.image, $(el).find('.box-ratio')); } else { setTimeout(orient, 200); } }); orient(); $(el).find('.box-ratio-wide').removeClass('box-ratio-wide'); $(el).find('.box-ratio-ultra-wide').removeClass('box-ratio-ultra-wide'); $(el).find('.box-ratio-vertical').removeClass('box-ratio-vertical'); $(el).find('.box-ratio img').attr('data-original', obj.image); $(el).find('.box-ratio img').attr('data-src', obj.image.replace('400x', '{width}x')); $(el).find('.box-ratio img').removeAttr('srcset'); $(el).find('.box-ratio img').removeAttr('data-srcset'); $(el).find('.box-ratio img').removeClass('lazyloaded','lazyautosizes'); $(el).find('.box-ratio img').addClass('lazyload'); $(el).find('.box-ratio img').attr('alt', obj.alt); $(el).find('[data-favorites]').attr('data-favorite-id', obj.id); const handle = obj.handle.indexOf('/') !== -1 ? obj.handle.split('/')[1] : obj.handle; $(el).find('[data-favorites]').attr('data-favorite-handle', handle); $(el).find(typeof search.title !== 'undefined' ? search.title : '.post-title').text(obj.title); if (typeof search.content !== 'undefined') { $(el).find(search.content).text(obj.content); } if (obj.type === 'product') { products = true; if (typeof search.size !== 'undefined') { if (obj.size && obj.size !== 'Default Title') { $(el).find(search.size).text(obj.size).removeClass('hide'); $(el).find(search.size + '-div').removeClass('hide'); } else { $(el).find(search.size + ', ' + search.size + '-div').addClass('hide'); } } if (typeof search.price !== 'undefined') { $(el).find(search.price).text(obj.price); if (obj.compare && obj.compare != obj.price) { $(el).find('.price-item--regular').text(obj.compare).closest('.price').addClass('price--on-sale'); } else { $(el).find('.price--on-sale').removeClass('price--on-sale'); } } $(el).find('form').attr('data-product-id', obj.id); $(el).find('.formVariantId').val(obj.variantid); $(el).find('.add-to-cart').removeClass().addClass('add-to-cart', 'atc-' + obj.variantid).attr('data-product-title', obj.title).attr('data-item-id', obj.variantid); // selling plan id if (obj.inventory <= 0) { $(el).find('.add-to-cart input').addClass('js-ajax-bis').attr('value', 'Notify Me'); } else if ($(el).find('.add-to-cart .js-ajax-bis').length > 0) { $(el).find('.add-to-cart .js-ajax-bis').removeClass('js-ajax-bis').attr('value', 'Add to Bag'); } $(el).find('.icn').remove(); if (obj.icon) { var icon = obj.icon.replaceAll(''', '"').replaceAll('<', '<').replaceAll('>', '>'); $(el).find('.product-index-inner').prepend(icon); } } else { $lock = $(el).find('.exclusive-lock'); $membershipBadge = $(el).find('.badge'); if (obj.locked && $lock.length === 0) { $(el).find('.js-tile-image').prepend(lockHTML); } else if (!obj.locked && $lock.length > 0) { $lock.remove(); } if (data.search.category !== 'videos') { const customerId = getCustomerId(); if (customerId && gObj.customerTags.includes('member')) { if (obj.is_exclusive_content && $membershipBadge.length === 0) { $(el).find('.js-tile-image').prepend(membershipBadgeHTML); } else if (!obj.is_exclusive_content && $membershipBadge.length > 0) { $membershipBadge.remove(); } } } if (obj.badge) { $(el).find('.article-image__badge-container').removeClass('hide').find('.article-image__badge').html(obj.badge); } else { $(el).find('.article-image__badge-container').addClass('hide').find('.article-image__badge').html(obj.badge); } if (data.search.category !== 'videos') { infoStr = ''; if (obj.recipe && obj.recipe.indexOf('|') !== -1) { var rt = obj.recipe.split('|'); if (rt[0].length > 0) { infoStr += 'PREP: ' + rt[0].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } if (rt[1].length > 0) { infoStr += 'COOK: ' + rt[1].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } } else { if (obj.date) { var d = obj.date.split(/[- :]/); articleDate = new Date(d[0], d[1]-1, d[2], d[3], d[4], d[5]); if (articleDate) { infoStr = articleDate.getDate() + ' ' + monthNames[articleDate.getMonth()] + ' ' + articleDate.getFullYear(); } } if (obj.author.length) { infoStr += (infoStr.length > 0 ? ' - ' : '') + obj.author; } } $(el).find('.posted').html(infoStr); } } $(el).find('a').attr('href', obj.url); $(el).removeClass('hide'); } else if (!end || hide) { $(el).addClass('hide'); } num++; index++; if (num >= data.count.results) { end = true; } } }); var x = 0; $(search.selector).each(function(i, el) { x++; if (x > data.count.results + saved) { $(el).addClass('hide'); } }); if (search.favorites) { initializeFavorites(); setFavorites(search.favorites); } var $carousel = $(search.selector).closest('.flickity-enabled'); if ($carousel.length > 0) { $carousel.flickity('resize'); } if (products && clones) { var config = document.getElementById('cart-config'); config = JSON.parse(config.innerHTML || '{}'); document.querySelectorAll('.js-ajax-submit').forEach((element, i) => { element.addEventListener('click', function (e) { e.preventDefault(); if (this.classList.contains('js-ajax-bis')) { klaviyoBackInStockPopup($(this).parent().data('product-title'), $(this).parent().data('item-id')); } else { Shopify.theme.ajaxCart.addToCart(this.closest('form'), element.parentNode, config, false); } return false; }); }); } var $pagination = $(search.selector).closest(typeof search.parent !== 'undefined' ? search.parent : '.shopify-section').find('#pagination'); if ($pagination.length) { var dots = window.location.search.indexOf('view=all') === -1 && $(window).width() <= 740 ? '•' : false; var c = data.count; var $c = $pagination.find('.count'); var $pw = $pagination.find('.pagination-wrapper'); var pages = Math.ceil(c.total / c.limit); $c.text(c.start + ' - ' + c.end + ' of ' + c.total); if (pages === 1) { $pw.hide(); } else { var html = ''; if (!dots && c.page > 1) { html = ''; } html += '

'; var min = 1; var max = (c.page === 5 ? 5 : (c.page === 4 ? 6 : 4)); if (dots) { max = 15; if (c.page >= 8) { min = c.page - 7; max = c.page + 7; } } else { if (c.page >= 5) { min += c.page - 3; max += c.page - 2; } } max = Math.min(max, pages); if (!dots && min >= 3) { html += '1 ... '; } for(var i=min; i<=max; i++) { if (c.page === i) { html += '' + (dots ? dots : i) + ''; } else { html += '' + (dots ? dots : i) + ''; } } if (!dots && pages > max) { html += (pages > max - 1 ? ' ... ' : '') + '' + pages + ''; } html += '

'; if (!dots && c.page < pages) { html += ''; } $pw.html(html).show().find('a').click(function(e) { e.preventDefault(); search.page = $(this).data('page'); jsonSearch(search); }); } } if (search.hideSection) { $(search.selector).closest(search.hideSection).prev('.noResults').remove(); $(search.selector).closest(search.hideSection).show(); $(search.selector).closest(search.hideSection).find('#pagination').show(); } } else { if (hide && $(search.selector).find('.article-index.save').length === 0) { var $section = $(search.selector).closest(search.hideSection ? search.hideSection : '.shopify-section'); var $pagination = $(search.selector).closest('.shopify-section').find('#pagination'); if ($section.hasClass('remove-hidden')) { $section.remove(); $pagination.remove(); } else { $section.hide(); $pagination.hide(); } } console.error('No results found: ' + surl); if (typeof search.error !== 'undefined' && search.error) { if (search.hideSection) { var $searchResults = $(search.selector).closest(search.hideSection); if ($searchResults.prev('.noResults').length === 0) { $searchResults.before('

No results found!

'); } } else { alert('No results found!'); } } } enable(); if (typeof data.search.tags !== 'undefined') { var tags = ''; var $sidebar = $('li[data-accordion-target="more_filters"]').next().find('.sidebar-filter ul'); for (var type in data.search.tags) { t = data.search.tags[type].split('|'); for(var w = 0; w < t.length; w++) { if ($('.sidebar-filter ul').find('input[value="' + t[w] + '"]').length === 0) { tags += '
  • ' + t[w] + '
  • '; } } } if (tags) { if ($sidebar.hasClass('set')) { $sidebar.append(tags); } else { $sidebar.addClass('set').html(tags); } if (typeof search.filter !== 'undefined') { $sidebar.find('input[type="checkbox"]').each(function() { $(this).prop('checked', (search.filter.indexOf($(this).val()) !== -1)); }); } theme.SearchPage.sidebarFilters(); } } }).fail((err) => { enable(); }); } catch (error) { enable(); }}

    8 Summer Sun Dresses to Pack For Your Next Italian Beach Vacay (5)

    You must be signed in to print this content

    The key to nailing carefree Italian beach style? A chic summer sun dress you can take from day to night.

    Oh summer, how we love you! From vibrant produce to languid weekends, the smell of grilling in the air and aperol spritz to go around, it's the ultimate time of the year for relaxation. And if you happen to be vacationing along the Italian coast this summer, that couldn't be more true! We've given you the download on what to order, and where to eat, but what about attire?
    There are few people that master Italian beach style better than Giada- her secret? Summer sun dresses that easily transition from a day at the beach to glamming it up at aperitivo hour. We got the scoop on her favorite summer sun dress picks for summer 2019!


    Giada's Favorite Summer Dresses









    0 comments

    ' + reply + '

    '); } }); $('.comment-reply-cta').click(function() { $(this).hide().next().slideDown(); });

    Please sign in or create an account to leave a comment.

    More Articles

    • 30 May 2024 - By Melissa Puppo Beyond the Blue Grotto: The 5 Most Gorgeous Caverns in Italy That Locals Love
    • 28 May 2024 - By Giadzy Itinerary: Giada’s Family Weekend in Capri
    • 24 May 2024 - By Regan Hofmann Why Capri Is a Destination for Perfect Handmade Sandals
    • 17 April 2024 - By Michele Becker Meet the Dangerous Beauties That Gave Sorrento Its Name
    • 03 April 2024 - By Michele Becker How to Travel by Ferry Along the Amalfi Coast
    • 13 March 2024 - By Jill Manassee Lecco is the Perfect Place to Enjoy the Local Side of Lake Como
    • 11 March 2024 - By Regan Hofmann The Most Beautiful Villas on Lake Como You Can Visit
    • 04 March 2024 - By Jaclyn DeGiorgio Resta di Como, the Northern Italian Easter Bread You’ve Never Heard Of
    • 21 February 2024 - By Michele Becker 5 Dishes You Must Try in Lake Como
    Access all that Giadzy has to offer with our exclusive member program

    8 Summer Sun Dresses to Pack For Your Next Italian Beach Vacay (24)

    8 Summer Sun Dresses to Pack For Your Next Italian Beach Vacay (25)

    • Shop
    • Gifts
    • Recipes
    • Travel
    • The Magazine
    • The Membership
    • Watch
    • About
    • Corporate Gifts
    • Packaging
    • FAQ
    • Contact Us
    • Terms of Use
    • Privacy Policy
    • Refunds and Returns
    • Shop
    • Gifts
    • Recipes
    • Travel
    • The Magazine
    • Membership
    • Watch
    • About
    • Contact Us
    • FAQs

    Let's stay in touch

    © 2024 Giadzy Privacy Policy Terms of Use Giadzy is a registered trademark. All rights reserved.

    8 Summer Sun Dresses to Pack For Your Next Italian Beach Vacay (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Kerri Lueilwitz

    Last Updated:

    Views: 5643

    Rating: 4.7 / 5 (47 voted)

    Reviews: 94% of readers found this page helpful

    Author information

    Name: Kerri Lueilwitz

    Birthday: 1992-10-31

    Address: Suite 878 3699 Chantelle Roads, Colebury, NC 68599

    Phone: +6111989609516

    Job: Chief Farming Manager

    Hobby: Mycology, Stone skipping, Dowsing, Whittling, Taxidermy, Sand art, Roller skating

    Introduction: My name is Kerri Lueilwitz, I am a courageous, gentle, quaint, thankful, outstanding, brave, vast person who loves writing and wants to share my knowledge and understanding with you.