Myth Mapping

.cust-prod-img { max-height: 400px; padding: 0px; }

θΡΑΚΗ

National Geographic’s wall map of Greece and the Aegean is one of the largest and most detailed maps of the area. The signature Classic style design uses a bright, easy-to-read color palette and stunning shaded relief. Coverage includes mainland Greece along with areas of bordering Albania, North Macedonia, Bulgaria and Turkey. Surrounding waterways, like the Aegean and Ionian Seas are shown with depth curves and soundings along with hundreds of islands, including Crete, Rhodes and Euboea. Also shown are thousands of place names, accurate boundaries, national parks, ruins and major infrastructure networks such as roads, highways, airports, railroads, canals and ferry routes.
document.addEventListener('DOMContentLoaded', function() { const qtyContainer = document.querySelector('.quantity'); if (!qtyContainer) return; // Create buttons const minusBtn = document.createElement('button'); minusBtn.type = 'button'; minusBtn.className = 'qty-nav minus'; minusBtn.innerHTML = '−'; // Minimalist minus sign const plusBtn = document.createElement('button'); plusBtn.type = 'button'; plusBtn.className = 'qty-nav plus'; plusBtn.innerHTML = '+'; // Insert into DOM const input = qtyContainer.querySelector('input.qty'); qtyContainer.insertBefore(minusBtn, input); qtyContainer.appendChild(plusBtn); // Click Logic qtyContainer.addEventListener('click', function(e) { if (e.target.classList.contains('qty-nav')) { const currentVal = parseFloat(input.value) || 0; const step = parseFloat(input.getAttribute('step')) || 1; const min = parseFloat(input.getAttribute('min')) || 1; if (e.target.classList.contains('plus')) { input.value = currentVal + step; } else if (e.target.classList.contains('minus') && currentVal > min) { input.value = currentVal - step; } // Trigger change event so WooCommerce knows value updated input.dispatchEvent(new Event('change', { bubbles: true })); } }); }); button.single_add_to_cart_button.button.alt { max-height: 50px; } button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed { max-height: 50px; } .quantity { border: 1px solid #e0e0e0; } .elementor-element-78d6116 select#options { border-radius: 10px ! IMportant; margin-bottom: 0px !important; } :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty { width: 100%; } form.variations_form.cart { float: right; } .quantity { border-radius: 10px!important; min-height: 50px!important; } .quantity { border-radius: 10px!important; } button.qty-nav { border-radius: 50px; } button.qty-nav { background-color: white ! Important; border: 0px !important; color: black !important; } input#quantity_69aeda9896133 { width: 100%important; } :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button:where(:not(:first-child)), :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button:where(:not(:first-child)) { margin: 0px !important; } body .elementor-element-78d6116 select#options { margin-bottom: 0px ! Important; border-radius: 10px ! Important; } select#options { margin: 0px ! Important; } .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th { padding: 0px ! Important; } a.reset_variations { display: none ! Important; } button.single_add_to_cart_button.button.alt { border-radius: 50px ! Important; } form.variations_form.cart { width: 400px; border-radius: 20px ! Important; box-shadow: 10px 10px #e5e5e5 ! Important; } th.label { display: none !important; } .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th { background-color: white; } /* --- New Elementor Add to Cart Styling --- */ /* 1. The Container Box */ .elementor-element-78d6116 .variations_form.cart { background: #ffffff !important; border: 1px solid #e0e0e0 !important; padding: 2rem !important; display: flex !important; flex-direction: column !important; gap: 0px !important; } /* 2. Variation Select Styling */ .elementor-element-78d6116 select#options { width: 100% !important; height: 50px !important; border: 1px solid #e0e0e0 !important; border-radius: 0 !important; padding: 0 15px !important; font-family: 'Inter', sans-serif !important; font-size: 12px !important; text-transform: uppercase !important; letter-spacing: 0.1em !important; appearance: none !important; background-color: #fff !important; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important; background-repeat: no-repeat !important; background-position: right 15px center !important; margin-bottom: 20px !important; } /* 3. The Quantity & Button Wrapper */ .elementor-element-78d6116 .e-atc-qty-button-holder { display: flex !important; flex-direction: column !important; gap: 15px !important; } /* 4. Quantity Input Styling */ .elementor-element-78d6116 .quantity { display: grid !important; grid-template-columns: 50px 1fr 50px !important; height: 55px !important; width: 100% !important; padding: 0 !important; } .elementor-element-78d6116 .quantity input.qty { border: none !important; border-left: 1px solid #eee !important; border-right: 1px solid #eee !important; text-align: center !important; font-family: 'Inter', sans-serif !important; font-weight: 600 !important; background: transparent !important; } /* 5. The Add to Cart Button */ .elementor-element-78d6116 button.single_add_to_cart_button { height: 60px !important; background: #000 !important; color: #fff !important; border: none !important; border-radius: 0 !important; text-transform: uppercase !important; letter-spacing: 0.2em !important; font-weight: 700 !important; font-size: 12px !important; transition: all 0.3s ease !important; cursor: pointer !important; } .elementor-element-78d6116 button.single_add_to_cart_button:hover:not(:disabled) { background: #333 !important; transform: translateY(-2px); } /* Disabled State (when options aren't selected yet) */ .elementor-element-78d6116 button.single_add_to_cart_button.disabled { background: #ccc !important; color: #fff !important; cursor: not-allowed !important; } /* Hide the "Options" label for a cleaner look if preferred */ .elementor-element-78d6116 .variations label { display: none !important; } .woocommerce .elementor-607 .elementor-element.elementor-element-75ec6a1.elementor-wc-products .products > h2 { margin-bottom: 80px; } .woocommerce .elementor-607 .elementor-element.elementor-element-d8653bc h2 { text-align: center; } .woocommerce table.shop_attributes{ border:0px!important; } td.woocommerce-product-attributes-item__value { margin: auto ! Important; } html body table.shop_attributes tr, table.woocommerce-product-attributes tr * { background-color: white !important; border-radius: 20px ! Important; } html body table.shop_attributes tr, table.woocommerce-product-attributes tr { background-color: white; border-radius: 20px ! Important; } tr.woocommerce-product-attributes-item:hover { box-shadow: 5px 5px #e5e5e5 ! Important; transition-duration: 500ms; } tr.woocommerce-product-attributes-item { transition-duration: 500ms; } .elementor-607 .elementor-element.elementor-element-d092b27 .woocommerce-breadcrumb > a:hover { color: #4E5D29; } /* --- Horizontal & Responsive Product Specs --- */ /* 1. Turn the table body into a flex container */ html body table.shop_attributes tbody, table.woocommerce-product-attributes tbody { display: flex !important; flex-wrap: wrap !important; /* This allows items to jump to the next line */ gap: 30px 40px !important; /* Space between the "tags": Vertical gap / Horizontal gap */ justify-content: center !important; /* Centers the whole block */ padding: 20px 0 !important; } /* 2. Turn each Row into an inline block */ html body table.shop_attributes tr, table.woocommerce-product-attributes tr { display: flex !important; flex-direction: column !important; /* Label on top of Value for a modern look */ align-items: flex-start !important; border-bottom: none !important; /* Remove the horizontal lines */ padding: 0 !important; min-width: 120px; /* Ensures items don't get too squashed */ flex: 0 1 auto; } /* 3. Style the Label (The small gray text) */ html body table.shop_attributes th, .woocommerce-product-attributes-item__label { font-family: 'Inter', sans-serif !important; font-size: 9px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.1em !important; color: #999 !important; border: none !important; padding: 20px 0px !important; } /* 4. Style the Value (The elegant serif text) */ html body table.shop_attributes td, .woocommerce-product-attributes-item__value { font-family: 'Cormorant Garamond', serif !important; font-size: 1.1rem !important; font-style: italic !important; color: #000 !important; border: none !important; padding: 0 !important; text-align: left !important; } /* 5. Responsive Adjustment for Mobile */ @media (max-width: 600px) { html body table.shop_attributes tbody { gap: 20px 20px !important; /* Tighter gap on small screens */ justify-content: flex-start !important; /* Align left on mobile */ } html body table.shop_attributes tr { min-width: 40%; /* Roughly 2 items per row on tiny screens */ } } div#photoswipe-fullscreen-dialog { display: none !important; } .woocommerce table.shop_attributes td p { font-family: cermorant; } /* --- Pin-Style Horizontal Attributes (San Pinzes) --- */ /* 1. Το container που κρατάει όλα τα στοιχεία */ html body table.shop_attributes tbody, table.woocommerce-product-attributes tbody { display: flex !important; flex-wrap: wrap !important; gap: 40px 30px !important; justify-content: center !important; padding: 40px 0 !important; /* Χώρος για να φαίνονται οι πινέζες */ border: none !important; } /* 2. Κάθε "καρφιτσωμένο" στοιχείο */ html body table.shop_attributes tr, table.woocommerce-product-attributes tr { display: flex !important; flex-direction: column !important; align-items: center !important; /* Κεντράρισμα για την πινέζα */ position: relative !important; background: #ffffff !important; /* Λευκό "χαρτάκι" */ padding: 25px 20px 15px 20px !important; min-width: 150px !important; box-shadow: 5px 5px 15px rgba(0,0,0,0.05) !important; /* Απαλή σκιά για βάθος */ border: 1px solid #f0f0f0 !important; flex: 0 1 auto; } /* 4. Labels (ISBN, Scale κλπ) */ html body table.shop_attributes th, .woocommerce-product-attributes-item__label { font-family: 'Inter', sans-serif !important; font-size: 9px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.1em !important; color: #999 !important; margin-bottom: 5px !important; border: none !important; padding: 0 !important; background: none !important; text-align: center !important; } /* 5. Values (Τα δεδομένα) */ html body table.shop_attributes td, .woocommerce-product-attributes-item__value { font-family: 'Cormorant Garamond', serif !important; font-size: 1.1rem !important; font-style: italic !important; color: #000 !important; border: none !important; padding: 0 !important; text-align: center !important; } /* Καθαρισμός margins από τα p tags */ .woocommerce-product-attributes-item__value p { margin: 0 !important; } /* Responsive για κινητά */ @media (max-width: 600px) { html body table.shop_attributes tr { min-width: 130px !important; margin-bottom: 10px !important; } }/* --- Pin-Style Attributes with "Hole" and Custom SVG Pin --- */ /* 1. Το Container */ html body table.shop_attributes tbody, table.woocommerce-product-attributes tbody { display: flex !important; flex-wrap: wrap !important; gap: 50px 25px !important; justify-content: center !important; padding: 60px 0 !important; border: none !important; } /* 2. Το "Χαρτάκι" */ html body table.shop_attributes tr, table.woocommerce-product-attributes tr { display: flex !important; flex-direction: column !important; align-items: center !important; position: relative !important; background: #ffffff !important; padding: 35px 20px 15px 20px !important; min-width: 140px !important; box-shadow: 4px 4px 12px rgba(0,0,0,0.04) !important; border: 1px solid #f2f2f2 !important; flex: 0 1 auto; transform: rotate(-1deg); } html body table.shop_attributes tr:nth-child(even) { transform: rotate(1.2deg); } /* 3. Η Τρύπα στο Χαρτί (The Hole) */ html body table.shop_attributes tr::after { content: '' !important; position: absolute !important; top: 8px !important; /* Θέση της τρύπας στο πάνω μέρος του λευκού πλαισίου */ left: 50% !important; transform: translateX(-50%) !important; width: 10px !important; height: 10px !important; background: #faf9f6 !important; /* Το χρώμα του φόντου σου */ border-radius: 50% !important; box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1) !important; /* Εσωτερική σκιά για βάθος τρύπας */ z-index: 5; } html body table.shop_attributes tr:nth-child(even):hover { transform: rotate(0deg); } html body table.shop_attributes tr:nth-child(odd):hover { transform: rotate(0deg); } .woocommerce-breadcrumb, .woocommerce-result-count{display:block!important}

Additional Information

ISBN

9780792286523

UPC

749717004832

Folded Size

No

Flat Size

30.25" x 23.5"

Scale

1:1,494,000

Weight Oz

2

Dim Thickness

No

Page Count

1

Case Quantity

200

Options

Laminated, Tubed

Our Choices