*Excludes orders under $50. See Terms & Conditions
Save for Later
Want to know when you'll get it? Go

What is “Estimated Delivery Date?”

This is an approximate delivery date and is not a guarantee. Delivery estimates are available only for select items to be delivered in the contiguous United States, excluding APO/FPO addresses and PO boxes. Your final shipping cost will be available at checkout.

Club O Rewards
Earn $7.50 (5%) in
Club O Dollars*
Learn More

Overstock.com MasterCard®

$20 bonus after first use & 0% Intro APR*
No Payments & No Interest on orders over
$150 if you pay in full within 6 months.
Learn More ›

Great Arrivals Gallant Affair Gourmet Food/Chocolate Gift Basket

Today $149.99
Item #: 14297877
    Make a distinct impression with this elegant Gallant Affair gift basket. Includes a wide assortment of gourmet cheeses, crackers, nuts, meats, snacks, cookies, chocolate, candy and more....more
    Make a distinct impression with this elegant Gallant Affair gift basket. Includes a wide assortment of gourmet cheeses, crackers, nuts, meats, snacks, cookies, chocolate, candy and more. Features Godiva, Harry & David, Lindt and Ghirardelli chocolates, and much more.

    • Brand: Great Arrivals
    • Dimensions: 22 inches long x 16 inches wide x 10 inches high
    • Type of basket: Oval dark stained gift basket


    • Basket includesIncludes: Clair de Lune Brie Creamy Cheese Spread, Simply Grand Cheddar Cheese Spread, Three Pepper Blend Water Crackers, Portlock Smoked Salmon, Spanish Marzarillo Olives, Wind & Willow Spinach Parmesan Dip Mix, California Smoked Almonds, Feridies Salted Virginia Peanuts, Cranberry Harvest Medley, East Shore Bavarian Style Dill Seasoned Pretzels, Los Olivos Wine & Cheese Biscuits, Almond Roca Buttercrunch Candy, Harry & David Caramel, Cashew & Almond Moose Munch, Lindt White Chocolate Truffle, Lindt White Chocolate Truffle, Godiva Milk Chocolate Tablet Bar, Ghirardelli Luxe Milk Chocolate Hazelnut Bar, Ghirardelli Chocolate Mint Coffee Brick, Fielding's Fine Belgian Truffles, Chambury European Raspberry Chocolate Truffles, Epicure European Bakery Italian Double Chocolate Raspberry Cake, Chocolate Crunch Cookie, Angelina's Sweet Butter Cookies, Beth's Chocolate Chip Cookies, Primo Dolce Chocolate Truffle Cookies, Lacey's Delicious Dark Chocolate & Crisp Almond Toffee Wafers, Dolcetto Tiramisu Wafer Rolls, Too Good Gourmet Cinnamon English Tea Cookies, Brent & Sam's White Chocolate Macadamia Cookies, Torani Chocolate Milano Biscotti, Kettle Kitchen Peppermint Popcorn Crunch - Butter Toffee Popcorn Sprinkled with Festive Peppermint Pieces, Ernest Hemmingway Highland Select Tea

    Due to the perishable nature of food items, returns are not accepted by state law.

    After adding this item to your cart, Personalized Gift Messaging is available by clicking Edit Cart


'); } this.insertAttributeContainer($container); this.$attributesContainer = $container; }, insertAttributeContainer: function($container){ if(typeof options.insertAttributeContainer === 'function'){ options.insertAttributeContainer($container); } else { jQuery('#details_descMisc').after( $container ); } }, //saves the data and triggers the render fn() if the data is not empty setAttributeList: function(json){ var rowLimit = (!isOpen && options.initialVisibileAttributes) ? options.initialVisibileAttributes : 0; // Verify the returned JSON has some data. if(!jQuery.isEmptyObject(json)){ attributeList = json; this.renderFull(rowLimit); } }, fetchJsonFeatObject: function(lang, callback){ var _this = this; jQuery.ajax({ url: '/jsonAttributeTranslation.html?productId=' + os.Simplicity.productId + '&languageCode=' + lang, dataType: 'json', success: function(data) { if(typeof callback === 'function'){ callback( data ); } } }); }, sortLanguages: function(langs, sortArr){ //TODO: clean this method up var languageList = langs.languageList || []; var notInSortList = []; var sort = sortArr; var item; var sortedIndex; var sortedResult; if(typeof options.sortLanguages === 'function'){ return options.sortLanguages( langs ); } else if( !sortArr || !sortArr.length ){ return langs.languageList; } else { sortedResult = new Array(sort.length); for(var i=0, l=languageList.length; i -1){ sortedResult[sortedIndex] = item; } else { notInSortList.push(item); } } return sortedResult.concat(notInSortList); } }, renderFull: function(limit){ var _this = this; var prod_attr_list = attributeList; var insertAttributeMarkup = options.insertAttributeMarkup; var markup = this.getFullMarkup(prod_attr_list, limit, sortedLanguageDropdownJSON); if (markup.length) { this.$attributesContainer.html(markup); this.afterRenderFull(); } }, getFullMarkup: function(prod_attr_list, limit, prod_attr_dropdown){ //TODO: doT or handlebars template var rowCount = this.getRowCount( prod_attr_list.attributes ); var attributesToShow = ( limit !== undefined ) ? limit : options.initialVisibileAttributes; var attributeListMarkup = this.buildAttributeList( prod_attr_list.attributes, parseInt(attributesToShow) ); var buildToggle = (toggleVisibleAttributes === true && rowCount > options.initialVisibileAttributes ); if( attributeListMarkup.length ){ // Create full table using otag. return this.buildTable(prod_attr_dropdown, prod_attr_list, attributeListMarkup, buildToggle); } //if there are no attributes there is nothing to return return false; }, getRowCount: function(attributes){ var rowCount = 0; for(var index in attributes) { rowCount++; } return rowCount; }, buildToggle: function(){ if(isOpen === true){ return '
Less
'; } else { return '
More
'; } }, buildAttributeList: function(attributes, rowLimit){ //TODO: doT or handlebars template var markup = '
    '; var rowCount = 0; //normalize limit - if(rowLimit === NaN || rowLimit < 0){ rowLimit = 0; } // LOOP OVER THE OBJECT, WRITE LI ROWS FOR EACH AND THE DIV FOR THE LABEL. for(var index in attributes) { markup += '
  • '+ index +'
    '; // LOOP OVER THE VALUES, WRITE ALL VALUES INTO A SINGLE DIV. for(var i=0; i=1) { markup += ', '; } markup += attributes[index][i]; } // CLOSE THE DIV AND LI OPENED EARLIER. markup += '
  • '; // 0 or below is the same as no limit if(rowLimit > 0 && rowCount+1 === rowLimit){ break; } rowCount++; } markup += '
'; return (rowCount) ? markup : ''; }, buildTable: function(languageList, attributeJson, attributeMarkup, buildToggle){ //TODO: doT or handlebars template // Create dropdown table using otag. var activeItem =''; var table_markup = ''; var languageItem; attributeMarkup = attributeMarkup || ''; table_markup += '

' + attributeJson.title + '

' if (languageList && languageList.length > 0){ table_markup += ''; if (attributeJson.tooltip != ""){ table_markup += '' } } table_markup += '
'; //insert attribute markup - typically a ul table_markup += attributeMarkup; // LOOP COMPLETE - CLOSE THE UL AND WRITE THE RESULTS TO THE DOM. table_markup += '
'; if(buildToggle === true){ table_markup += this.buildToggle(); } return table_markup; }, //use this to run plugins now that the markup is in the dom afterRenderFull: function(){ var _this = this; jQuery('#prodDescTab').addClass('hasAttributes'); this.attrRunToolTip(); jQuery('#attr-dropdown-select').on('change', function(){ _this.fetchJsonFeatObject(this.value, function(data){ _this.handleLanguageChange(data) }); }); jQuery('.attr-toggle').on('click', function(){ _this.toggleAttributes(); }); }, handleLanguageChange: function(json){ this.setAttributeList(json); s.linkTrackVars = "eVar34"; s.eVar34 = json.languageCode + '-' + os.Simplicity.productId; s.tl(this,'o','Translate Selected'); }, toggleAttributes: function(){ if(isOpen === true){ isOpen = false; this.renderFull(options.initialVisibileAttributes); } else { isOpen = true; this.renderFull(0); //0 shows ALL attributes } }, attrRunToolTip: function(){ os.ToolTips('.attr-icon-trigger', { offset: {x: 1,y: 2}, toolTipContent: function() { var _this = this, defaultMsg = 'Key product features have been translated for your convenience.', data = _this[0].attributes['data-tt-msg'], code = _this[0].attributes['data-tt-code'], msg = (data && data.value != 'undefined') ? data.value : defaultMsg, arCode = (code.value != 'ar') ? 'style="text-align:left"' : 'style="text-align:right"', $tt = jQuery('
' + msg + '
'); return $tt; } }); } }.init(); }; jQuery(document).ready(function(){ // BEGIN ELEMENT: PP_01_ATTR_A os.ProductFeatures({ langDropdownJSON: eval({"languageList":[{"code":"es","name":"Spanish","nativeName":"Español"},{"code":"zh","name":"Chinese","nativeName":"简体中文"},{"code":"ja","name":"Japanese","nativeName":"日本語"},{"code":"fr","name":"French","nativeName":"Français"},{"code":"de","name":"German","nativeName":"Deutsch"},{"code":"ar","name":"Arabic","nativeName":"عربي"},{"code":"pt","name":"Portuguese","nativeName":"Português"},{"code":"en","name":"English","nativeName":"English"}]}), attributeJSON: eval({"attributes":{},"errorMessage":"","languageCode":"en","title":"Features","tooltip":"We're working on getting the whole site translated for you, but in the meantime, key product features have been translated for your convenience.","tooltipUrl":"attr_trans_q_icon.png"}), langSort: ['en','es','fr','pt','de','zh','ja','ar'], containerElement: '#productAttributesContainer' }); });
Was this product information helpful?
Yes No
Thank you for your feedback.
 
 
 
Thank you. Your feedback will help us create the best experience for our customers.

There are currently no product reviews for this product.

Be the first to write a review

Overstock.com values your opinion. Please take a moment and share what you like or don't like about a product.

Product Q&A

Ask a Question

Be the first to ask a question about this product.
Shipping:

Usually leaves our warehouse in 1-2 business days. *

Standard Return Policy:

Items must be returned in new or unused condition and contain all original materials included with the shipment. More details

FINAL SALE EXCLUSION: Items marked as FINAL SALE are not returnable unless the problem you experience is the result of our error.

NOTE:

This item cannot be shipped to Alaska or Hawaii.
More details

Shipping Information:

Our standard shipping method is ground shipping. We also offer expedited shipping for most items. Your final shipping cost and estimated delivery timeframe will be available at checkout.
Standard shipping details
Expedited shipping details

* For your safety, some orders go through our loss prevention department. If we select your order for this process, we will immediately notify you that there may be up to a 3-day delay on your order.

** Most Oversize orders are delivered within 1-4 weeks. Some orders may take 6 weeks to be delivered.