/* @group LAYOUT: theme.liquid */

#container {}
#kopf { border: 1px solid gray; padding: 5px; margin-bottom: 5px; }
#warenkorb { border: 1px solid gray; padding: 5px; margin-bottom: 5px; }
#inhalt { border: 1px solid gray; padding: 5px; margin-bottom: 5px; }

/* <BODY CLASS="..." */

.template_index {}
.template_collection {}
.template_product {}
.template_page {}
.template_cart {}

/* NAVIGATION */

#haupt-navigation { border: 1px solid blue; padding: 5px; margin-bottom: 5px; }
#seiten-navigation { border: 1px solid blue; padding: 5px; margin-bottom: 5px; }
#fuss-navigation { border: 1px solid blue; padding: 5px; margin-bottom: 5px; }

/* SUCHE */

#suche_container { border: 1px solid gray; padding: 5px; margin-bottom: 5px; }
#suche_formular {}
#suche_eingabefeld {}
#suche_button {}

/* @end */


/* @group LAYOUT: index.liquid */

.produkt_liste_container { border: 1px dotted gray; padding: 5px; margin-bottom: 5px; }
.produkt_liste_objekt { border: 1px solid #eaeaea; padding: 5px; margin-bottom: 5px; }
.produkt_liste_bild {}
.produkt_liste_text {}

.artikel_neu_aktion {}
.artikel_neu {}
.artikel_aktion {}

/* @end */


/* @group PRODUKT-ÜBERSICHT: collection.liquid */

.produkt_liste_container {}
.produkt_liste_objekt {}
.produkt_liste_bild {}
.produkt_liste_text {}

.artikel_neu_aktion {}
.artikel_neu {}
.artikel_aktion {}


/* PAGINIERUNG: « 1 2 3 4 ... 9 10 11 12 » */
.pagination_container {}
.pagination span.pagination_current_page {} /* Aktuelle Seite */
.pagination span.previous {} /* Zurück: « */
.pagination span.pagination_page {} /* z.B.: 4 */
.pagination span.deco {} /* ... */
.pagination span.next {} /* Weiter: » */

/* @end */


/* @group PRODUKT-DETAIL: product.liquid */

.produkt_bilder_container { border: 1px dotted gray; padding: 5px; margin-bottom: 5px; }
.produkt_bild_bevorzugt {}
.produkt_bilder_weitere {}
.produkt_beschreibung_container { border: 1px dotted gray; padding: 5px; margin-bottom: 5px; }
.produkt_preis_container { border: 1px dotted gray; padding: 5px; margin-bottom: 5px; }
.produkt_kaufen_container {}

.produkt_varianten_container { border: 1px dotted gray; padding: 5px; margin-bottom: 5px; }
.produkt_variante_objekt { border: 1px solid #eaeaea; padding: 5px; margin-bottom: 5px; }
.produkt_variante_bild {}
.produkt_variante_text {}

.produkt_empfehlungen_container { border: 1px dotted gray; padding: 5px; margin-bottom: 5px; }
.produkt_empfehlung_objekt { border: 1px solid #eaeaea; padding: 5px; margin-bottom: 5px; }
.produkt_empfehlung_bild {}
.produkt_empfehlung_text {}


/* @end */


/* @group REDAKTIONELLER INHALT: page.liquid */



/* @end */


/* @group WARENKORB: cart.liquid */

.warenkorb_container { border: 1px dotted gray; padding: 5px; margin-bottom: 5px; }
.warenkorb_tabelle { width: 100%; }

.position_gerade {}
.position_ungerade {}

.warenkorb_aktion_artikel_loeschen {}
.warenkorb_aktion_neu_berechnen {}
.warenkorb_aktion_artikel_bestellen {}

/* @end */
