Guidelines

Layout #

Page architecture #

If this structure will not be keeped, page can break down.
The only exception is .carousel-hp component used in homepage. Where carousel is out of container.

The reason of this is because of flex-column css property. On each .section should be .order-{0-12} class presented.

Sections will be showed as in code ordering, if any section contains order-{0-12} class attribute.
Or section with same order-{0-12} is presented

Benefits of this solution are pulling SEO important content to top, and other less important content down. Let me show example:

We will see in browser as:
- breadcrumb
- product listing
- seo test

Gaps between sections are controlled by bootstrap spacing utility. Because of flex-column property margin adds up. So try to margin it only for bottom side.

Container #

Custom container is user in project. But its behavior is equal to bootstrap one.

Containers are the most basic layout element in Bootstrap and are required when using our default grid system.

Container max widths:

Container usage example:

Grid & responsive #

All grid features are avaliable from Bootstrap documentation here.

Responsive breakpoints are bootstrap's default.

If you styling something, you should style only BS breakpoints {xs|sm|md|lg|xl} and not to care about any else resolutions. All other resolutions will be scaled.

device sizes style in scaling to and develop in
0 - 575 no breakpoint 360 version
576 - 767 media-breakpoint-up(sm) 576 version
768 - 991 media-breakpoint-up(md) 768 version
992 - 1199 media-breakpoint-up(lg) 1200 version
1200+ media-breakpoint-up(xl) no scaling

Rows #

Basic row example. #

Horizontal gap is 6px and vertical is 24px.

col-6
col-6
col-6
col-6

No gutters #

Row with no gutters.

col-6
col-6
col-6
col-6

Custom gutters #

Since bootstrap version 4.2. there are negative margins in spacing utility. Use this classnames to customize row for your needs.

spacer-2
spacer-2
spacer-3
spacer-3
spacer-4
spacer-4
spacer-5
spacer-5
spacer-6
spacer-6

Z indexes #

These higher values start at an arbitrary number, high and specific enough to ideally avoid conflicts.

Z-indexes are bootstrap's defaults

Typography #

Headings #

.h1 through .h6 classes are also available, for when you want to match the font styling of a heading but cannot use the associated HTML element.

h1 heading

h2 heading

h3 heading

h4 heading

h5 heading
h6 heading

Display #

Display 1
Display 2
Display 3
Display 4

Lead #

Make a paragraph stand out by adding .lead.

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.

Inline text elements #

You can use the mark tag to highlight text.

This line of text is meant to be treated as deleted text.

This line of text is meant to be treated as no longer accurate.

This line of text is meant to be treated as an addition to the document.

This line of text will render as underlined

This line of text is meant to be treated as fine print.

This line rendered as bold text.

This line rendered as italicized text.

Text utilities #

Change text alignment, transform, style, weight, and color with our text utilities and color utilities.

External links #

Just add _target classname to element. Element should be classic link in text (not btn or other components). See external btns.

Blockquotes #

For quoting blocks of content from another source within your document. Wrap <blockquote class="blockquote"> around any as the quote.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title

Lists #

Remove the default list-style and left margin on list items (immediate children only). This only applies to immediate children list items, meaning you will need to add the class <ul class="list-unstyled"> for any nested lists as well.

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit
    • Phasellus iaculis neque
    • Purus sodales ultricies
    • Vestibulum laoreet porttitor sem
    • Ac tristique libero volutpat at
  • Faucibus porta lacus fringilla vel
  • Aenean sit amet erat nunc
  • Eget porttitor lorem

  • Lorem ipsum dolor sit amet
    • Phasellus iaculis neque
    • Ac tristique libero volutpat at
  • Eget porttitor lorem

Lists should be styled to not break page flow. If you want to just add some typography text, use .text wrapper.

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit
  • Integer molestie lorem at massa
  • Facilisis in pretium nisl aliquet
    • Phasellus iaculis neque
    • Purus sodales ultricies
    • Vestibulum laoreet porttitor sem
    • Ac tristique libero volutpat at
  • Faucibus porta lacus fringilla vel
  • Aenean sit amet erat nunc
  • Eget porttitor lorem

Buttons #

The .btn classes are designed to be used with the <button> element. However, you can also use these classes on <a> or <input> elements (though some browsers may apply a slightly different rendering).

All official documentation here.

Full color buttons #

Outline buttons #

In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-outline-* ones to remove all background images and colors on any button.

Button external link #

You need to add svg for external link btn

Button sizes #

If you need larger or smaller buttons add class .btn-sm, .btn-md, .btn-lg for additional sizes.

Forms #

All form components are tooken from bootstrap. Look in their docs for more info. All most used form components are listed below.

Input #

Be sure to use an appropriate type attribute on all inputs (e.g., text, email for email address or number for numerical information)

We'll never share your email with anyone else.

Select #

Textarea #

Checkbox #

Radio #

Validation #

For custom Bootstrap form validation messages, you’ll need to add the novalidate boolean attribute to your <form> and needs-validation class name.

Invalid feedback message

Invalid feedback message

Invalid feedback message

Invalid feedback message

Images #

Responsive images #

Most of images are responsive = they have srcset & sizes attributes. Because lazyloading is used, this attributes have data- prefix.

Image html example:

Lazyloading works based on intersection observer functionality. This means our images are loading only if they are visible in user viewport and they are not hidden (tab, window or other hidden content).

I recommend to use imgix image library. It's paid solution but has very much usefull functions. It also can convert images to webp format wich can perform to more page speed and recommended by google.

Bootstrap components #

All components listed below are token from bootstrap and you will find it's documentation in official bootstrap web.
Components which bootstrap offers but not listed here are not used.

Dropdown #

Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They’re made interactive with the included Bootstrap dropdown JavaScript plugin. They’re toggled by clicking, not by hovering; this is an intentional design decision.

Dropdowns are built on a third party library, Popper.js which provides dynamic positioning and viewport detection. Be sure to include popper.min.js before Bootstrap’s JavaScript or use bootstrap.bundle.min.js / bootstrap.bundle.js which contains Popper.js. Popper.js isn’t used to position dropdowns in navbars though as dynamic positioning isn’t required.

If you’re building our JavaScript from source, it requires util.js.

All official documentation here.

Button group #

Wrap a series of buttons with .btn in .btn-group. Add on optional JavaScript radio and checkbox style behavior with our buttons plugin.

Ensure correct role and provide a label
In order for assistive technologies (such as screen readers) to convey that a series of buttons is grouped, an appropriate role attribute needs to be provided. For button groups, this would be role="group", while toolbars should have a role="toolbar".

In addition, groups and toolbars should be given an explicit label, as most assistive technologies will otherwise not announce them, despite the presence of the correct role attribute. In the examples provided here, we use aria-label, but alternatives such as aria-labelledby can also be used.

All official documentation here.

Input group #

Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs, custom selects, and custom file inputs.

Basic example
Place one add-on or button on either side of an input. You may also place one on both sides of an input. Remember to place <label> s outside the input group.

All official documentation here.

@
$
.00
With textarea

Nav #

Navigation available in Bootstrap share general markup and styles, from the base .nav class to the active and disabled states. Swap modifier classes to switch between each style.

The base .nav component is built with flexbox and provide a strong foundation for building all types of navigation components. It includes some style overrides (for working with lists), some link padding for larger hit areas, and basic disabled styling.

The base .nav component does not include any .active state. The following examples include the class, mainly to demonstrate that this particular class does not trigger any special styling.

All official documentation here.

Breadcrumb #

Indicate the current page’s location within a navigational hierarchy that automatically adds separators via CSS.

Accessibility
Since breadcrumbs provide a navigation, it’s a good idea to add a meaningful label such as aria-label="breadcrumb" to describe the type of navigation provided in the <nav> element, as well as applying an aria-current="page" to the last item of the set to indicate that it represents the current page.

For more information, see the Authoring Practices for the breadcrumb pattern.

All official documentation here.

Pagination #

Documentation and examples for showing pagination to indicate a series of related content exists across multiple pages.

Disabled and active states
Pagination links are customizable for different circumstances. Use .disabled for links that appear un-clickable and .active to indicate the current page.

Pagination has 2 types:
- long type - most page uses this one
- short type - used in some pages inside devided page to columns. For example hr listing page. Useful when you need to break pagination earlier.

Official documentation here.

Long type (breaks to column in MD breakpoint)

Short type (breaks to column in LG breakpoint)

Badge #

The badge can be a link or not. Add any of the below mentioned modifier classes to change the appearance of a badge.

All official documentation here.

Primary Secondary Success Danger Warning Info Light Dark

Alert #

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.

Alerts are available for any length of text, as well as an optional dismiss button. For proper styling, use one of the eight required contextual classes (e.g., .alert-success). For inline dismissal, use the alerts jQuery plugin.

All official documentation here.

Modal #

Use Bootstrap’s JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.

  • Modals are built with HTML, CSS, and JavaScript. They’re positioned over everything else in the document and remove scroll from the <body> so that modal content scrolls instead.
  • Clicking on the modal “backdrop” will automatically close the modal.
  • Bootstrap only supports one modal window at a time. Nested modals aren’t supported as we believe them to be poor user experiences.

Modal-header-secondary haven't background and moving the "close" button more up.

All official documentation here.

Tooltip #

  • Tooltips rely on the 3rd party library Popper.js for positioning. You must include popper.min.js before bootstrap.js or use bootstrap.bundle.min.js / bootstrap.bundle.js which contains Popper.js in order for tooltips to work!
  • If you’re building our JavaScript from source, it requires util.js.
  • Tooltips are opt-in for performance reasons, so you must initialize them yourself.
  • Tooltips with zero-length titles are never displayed.

All official documentation here.

Popover #

Popovers are opt-in for performance reasons, so you must initialize them yourself.

All official documentation here.

Spinner #

Bootstrap “spinners” can be used to show the loading state in your projects. They’re built only with HTML and CSS, meaning you don’t need any JavaScript to create them. You will, however, need some custom JavaScript to toggle their visibility. Their appearance, alignment, and sizing can be easily customized with our amazing utility classes.

For accessibility purposes, each loader here includes role="status" and a nested <span class="sr-only">Loading...</span>.

Colors
The border spinner uses currentColor for its border-color, meaning you can customize the color with text color utilities. You can use any of our text color utilities on the standard spinner.

All official documentation here.


Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Spinner open in pop-up window

Tables #

Just add the base class .table to any <table>, then extend with custom styles or our various included modifier classes.

All official documentation here.

TABLE DEFAULT

Add .table-bordered for borders on all sides of the table and cells.

Add .table-borderless for a table without borders.

# First Last Handle
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
TABLE STRIPED
# First Last Handle
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
TABLE DARK

We can use also other background colors for example table-primary, table-secondary, table-success, table-danger.... and more.

We can use more than one the modifier classes for example <table class="table table-striped table-dark">.

# First Last Handle
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
TABLE HEAD OPTIONS

If you want to background color in table head, use these modifiers. <thead class="thead-light"> or <thead class="thead-dark">.

# First Last Handle
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
TABLE ALWAYS RESPONSIVE

Across every breakpoint, use .table-responsive for horizontally scrolling tables.

# Heading Heading Heading Heading Heading Heading Heading Heading Heading
1 Cell Cell Cell Cell Cell Cell Cell Cell Cell
2 Cell Cell Cell Cell Cell Cell Cell Cell Cell
3 Cell Cell Cell Cell Cell Cell Cell Cell Cell

Bootstrap utilities #

All utilities listed below are token from bootstrap and you will find it's documentation in official bootstrap web.
Utilities which bootstrap offers but not listed here are not used.

Colors #

Convey meaning through color with a handful of color utility classes. Includes support for styling links with hover states, too.

All official documentation here.

.bg-primary
.bg-secondary
.bg-success
.bg-danger
.bg-warning

.text-primary

.text-secondary

.text-success

.text-danger

.text-warning

.text-info

Close #

Use a generic close icon for dismissing content like modals and alerts.

Be sure to include text for screen readers, as we’ve done with aria-label.

Display #

Change the value of the display property with our responsive display utility classes. We purposely support only a subset of all possible values or display. Classes can be combined for various effects as you need.

Value for display:
block, none, inline, inline-block, table, table-cell, table-row, flex, inline-flex

Breakpoint:
xs, sm, md, lg, xl more about breakpoints

All official documentation here.

Try to resize the window

I am visible on desktop but hidden in mobile (d-none d-lg-block)
I am visible on mobile but hidden in desktop (d-lg-none)

Flex #

Enable flex behaviors
Apply display utilities to create a flexbox container and transform direct children elements into flex items. Flex containers and items are able to be modified further with additional flex properties.

We can use different combinations of classes.
<div class="d-none d-md-flex d-lg-inline-flex p-2 bg-blue-watercolor">I'm a flexbox container!</div>

All official documentation here

I'm a flexbox container!
I'm an inline flexbox container!

Responsive variations also exist for display flex and inline-flex.

  • .d-flex
  • .d-sm-flex
  • .d-md-flex
  • .d-lg-flex
  • .d-xl-flex
  • .d-inline-flex
  • .d-sm-inline-flex
  • .d-md-inline-flex
  • .d-lg-inline-flex
  • .d-xl-inline-flex

Flex-direction: ROW

Set the direction of flex items in a flex container with direction utilities. In most cases you can omit the horizontal class here as the browser default is row. However, you may encounter situations where you needed to explicitly set this value (like responsive layouts).

Use .flex-row to set a horizontal direction (the browser default), or .flex-row-reverse to start the horizontal direction from the opposite side.

Flex item 1
Flex item 2
Flex item 3
Flex item 1
Flex item 2
Flex item 3

Responsive variations also exist for flex-direction row and row-reverse.

  • .flex-row
  • .flex-sm-row
  • .flex-md-row
  • .flex-lg-row
  • .flex-xl-row
  • .flex-row-reverse
  • .flex-sm-row-reverse
  • .flex-md-row-reverse
  • .flex-lg-row-reverse
  • .flex-xl-row-reverse

Flex-direction: COLUMN

Use .flex-column to set a vertical direction, or .flex-column-reverse to start the vertical direction from the opposite side.

Flex item 1
Flex item 2
Flex item 3
Flex item 1
Flex item 2
Flex item 3

Responsive variations also exist for flex-direction column and column-reverse.

  • .flex-column
  • .flex-sm-column
  • .flex-md-column
  • .flex-lg-column
  • .flex-xl-column
  • .flex-column-reverse
  • .flex-sm-column-reverse
  • .flex-md-column-reverse
  • .flex-lg-column-reverse
  • .flex-xl-column-reverse

Flex / Justify content

Use justify-content utilities on flexbox containers to change the alignment of flex items on the main axis (the x-axis to start, y-axis if flex-direction: column). Choose from start (browser default), end, center, between, or around.

Flex item 1
Flex item 2
Flex item 3

Flex item 1
Flex item 2
Flex item 3

Flex item 1
Flex item 2
Flex item 3

Flex item 1
Flex item 2
Flex item 3

Flex item 1
Flex item 2
Flex item 3

Responsive variations also exist for justify-content start/end and center/between.

  • .justify-content-start
  • .justify-content-sm-start
  • .justify-content-md-start
  • .justify-content-lg-start
  • .justify-content-xl-start
  • .justify-content-end
  • .justify-content-sm-end
  • .justify-content-md-end
  • .justify-content-lg-end
  • .justify-content-xl-end
  • .justify-content-between
  • .justify-content-sm-between
  • .justify-content-md-between
  • .justify-content-lg-between
  • .justify-content-xl-between
  • .justify-content-around
  • .justify-content-sm-around
  • .justify-content-md-around
  • .justify-content-lg-around
  • .justify-content-xl-around

Flex / Align items

Use align-items utilities on flexbox containers to change the alignment of flex items on the cross axis (the y-axis to start, x-axis if flex-direction: column). Choose from start, end, center, baseline, or stretch (browser default).

Flex item 1
Flex item 2
Flex item 3
Flex item 1
Flex item 2
Flex item 3
Flex item 1
Flex item 2
Flex item 3
Flex item 1
Flex item 2
Flex item 3
Flex item 1
Flex item 2
Flex item 3

Responsive variations also exist for align-items start/end/center and baseline/stretch.

  • .align-items-start
  • .align-items-sm-start
  • .align-items-md-start
  • .align-items-lg-start
  • .align-items-xl-start
  • .align-items-end
  • .align-items-sm-end
  • .align-items-md-end
  • .align-items-lg-end
  • .align-items-xl-end
  • .align-items-center
  • .align-items-sm-center
  • .align-items-md-center
  • .align-items-lg-center
  • .align-items-xl-center
  • .align-items-baseline
  • .align-items-sm-baseline
  • .align-items-md-baseline
  • .align-items-lg-baseline
  • .align-items-xl-baseline
  • .align-items-stretch
  • .align-items-sm-stretch
  • .align-items-md-stretch
  • .align-items-lg-stretch
  • .align-items-xl-stretch

Position #

Use these shorthand utilities for quickly configuring the position of an element.

All official documentation here.

More info in official docs

Sizing #

Width and height utilities are generated from the $sizes Sass map in _variables.scss. Includes support for 25%, 50%, 75%, 100%, and auto by default. Modify those values as you need to generate different utilities here.

All official documentation here.

Width 25%
Width 50%
Width 75%
Width 100%
Width auto
Height auto
Height 25%
Height 50%
Height 75%
Height 100%

Spacing #

Bootstrap includes a wide range of shorthand responsive margin and padding utility classes to modify an element’s appearance.

All official documentation here.

Assign responsive-friendly margin or padding values to an element or a subset of its sides with shorthand classes. Includes support for individual properties, all properties, and vertical and horizontal properties. Classes are built from a default Sass map ranging from .25rem to 3rem.

Spacing utilities that apply to all breakpoints, from xs to xl, have no breakpoint abbreviation in them. This is because those classes are applied from min-width: 0 and up, and thus are not bound by a media query. The remaining breakpoints, however, do include a breakpoint abbreviation.

Avaliable spacers listed below:

Where property is one of:

  • m - for classes that set margin
  • p - for classes that set padding

Where sides is one of:

  • t - for classes that set margin-top or padding-top
  • b - for classes that set margin-bottom or padding-bottom
  • l - for classes that set margin-left or padding-left
  • r - for classes that set margin-right or padding-right
  • x - for classes that set both *-left and *-right
  • y - for classes that set both *-top and *-bottom
  • When we can use margin or padding on all 4 sides of the element (m-$spacers, p-$spacers) > (m-2, p-4).

Here are some representative examples of these classes:

Horizontal centering

Additionally, Bootstrap also includes an .mx-auto class for horizontally centering fixed-width block level content—that is, content that has display: block and a width set—by setting the horizontal margins to auto.

Centered element

Text #

Easily realign text to components with text alignment classes.

All official documentation here.

Left aligned text on all viewport sizes.

Center aligned text on all viewport sizes.

Right aligned text on all viewport sizes.

Lowercased text.

Uppercased text.

CapiTaliZed text.

Custom web components #

Accessories #

Accessories are used on product detail pages and should be pointed to #main-product

Account-menu #

The "account-menu" component was created is used to customize css styles. Is situated in header. "account-menu" component is embedded in the "popover".

Action price #

Karta výhod dr.max -70 Kč

Akční cena 107

Karta výhod dr.max Pro členy

Akční cena 299

Karta výhod dr.max - 107 Kč

Akční cena pro členy 299

Add to favorite #

Alphabet #

Small characters of basic alphabet without any diacritics. These components can be seen in filter when you click the "Refine listing" button.

Also-bought--single #

  • Centrum Plus Ženšen & Ginkgo

    ACETYLCYSTEIN 600mg, 20 tablet

    36 tablet, 400mg

    Acetylcystein Dr.Max 600 mg, šumivé tablety se užívají při akutních onemocněních dýchacích cest doprovázených …

    Registrovaný léčivý přípravek

    Acetylcystein Dr.Max 600 mg, šumivé tablety se užívají při akutních onemocněních dýchacích cest doprovázených …

    • Akce -15%

Also-bought with added modifikator "also-bought--single".

Also-bought

  • Centrum Plus Ženšen & Ginkgo

    ACETYLCYSTEIN 600mg, 20 tablet

    36 tablet, 400mg

    Acetylcystein Dr.Max 600 mg, šumivé tablety se užívají při akutních onemocněních dýchacích cest doprovázených …

    Registrovaný léčivý přípravek

    Acetylcystein Dr.Max 600 mg, šumivé tablety se užívají při akutních onemocněních dýchacích cest doprovázených …

    • Akce -15%
  • Centrum Plus Ženšen & Ginkgo

    Dr.Max Vitamin C long effect

    30 + 30 tablet

    Vyvážené složení vitaminů a minerálů obohacené o výtažky z ženšenu…

    Registrovaný léčivý přípravek

    Vyvážené složení vitaminů a minerálů obohacené o výtažky z ženšenu…

Also-bought has default two products.

Also-bought--three

  • Centrum Plus Ženšen & Ginkgo

    ACETYLCYSTEIN 600mg, 20 tablet

    36 tablet, 400mg

    Acetylcystein Dr.Max 600 mg, šumivé tablety se užívají při akutních onemocněních dýchacích cest doprovázených …

    Registrovaný léčivý přípravek

    Acetylcystein Dr.Max 600 mg, šumivé tablety se užívají při akutních onemocněních dýchacích cest doprovázených …

    • Akce -15%
  • Centrum Plus Ženšen & Ginkgo

    Dr.Max Vitamin C long effect

    30 + 30 tablet

    Vyvážené složení vitaminů a minerálů obohacené o výtažky z ženšenu…

    Registrovaný léčivý přípravek

    Vyvážené složení vitaminů a minerálů obohacené o výtažky z ženšenu…

    • Akce -30 Kč v košíku
  • Centrum Plus Ženšen & Ginkgo

    Centrum Plus Ženšen & Ginkgo

    30 + 30 tablet

    Vyvážené složení vitaminů a minerálů obohacené o výtažky z ženšenu…

    Registrovaný léčivý přípravek

    Vyvážené složení vitaminů a minerálů obohacené o výtažky z ženšenu…

Also-bought with add modifikator "also-bought--three". We can also add other fourth product.

Alternative #

ACETYLCYSTEIN 600mg, 20 tablet

Acetylcystein Dr.Max 600 mg, šumivé tablety se užívají při akutních onemocněních dýchacích cest doprovázených tvorbou vazkého hlenu a obtížným vykašláváním u dospívajících od 14 let a dospělých.

Registrovaný léčivý přípravek

ACETYLCYSTEIN 600mg, 20 tablet

Acetylcystein Dr.Max 600 mg, šumivé tablety se užívají při akutních onemocněních dýcha…

  • Akce -5%

Alternative are used on product detail pages and should be pointed to #main-product

Answer #

Dotaz z 22.4.2019:

Dobrý den, pořídila jsem si radu Effaclar od La roche posay na problematickou pleť v tehotenstvi (konkrétně effaclar mycí gel, effaclar duo a effaclar a.i), dle výrobce lze bezpečně používat v tehotenstvi, nicméně všimla jsem si, ze tyto produkty obsahují kyselinu salicylovou a na internetu je se dočitam, ze kyselina salicylova by se v tehotenstvi neměla užívat. Chci se tedy zeptat, kde je pravda a zdali jsou tyto přípravky bezpečně v tehotenstvi? Děkuji moc a přeji pěkný den.

Všechny vitamíny

Na dotaz odpovídá: Mgr. Daniela Vondráčková
Těhotenství, péče o děti

Dobrý den, ano, kyselina salicylová se obecně v těhotenství nedoporučuje, ale když výrobce vysloveně uvádí, že je koncentrace kyseliny v produktu bezpečná, tak nemějte obavy, její vliv na vývoj embrya bude v tomto případě zanedbatelný. Loučí se Daniela

Articles #

  • Horečka je normální reakce organismu

    Horečka je normální reakce organismu

    • Horečka u dětí

    Už jste slyšeli o naší nové trvalé odměně Karty výhod Dr.Max? Nyní máte trvale 5% slevu z doplatku na veškerouhormonální antikon…

    • Horečka u dětí
  • Tuto službu klientů Karty výhod Dr.Maxe poskytuje partnerská společnost uLékaře.cz, s.r.o., 2x ročně můžete využít jejich online lékařské poradny.

Articles--temats

Articles with added modifikator "articles--temats"

Avaliability #

Skladem na e-shopu nebo okamžitě k rezervaci ve 34 lékárnách

Box-content #

Health is the ability of a biological system to acquire, convert, allocate, distribute, and utilize energy sustainably. The World Health Organization (WHO) defined human health in a broader sense in its 1948 constitution as "a state of complete physical, mental and social well-being and not merely the absence of disease or infirmity." This definition has been subject to controversy, in particular as lacking operational value, the ambiguity in developing cohesive health strategies and because of the problem created by use of the word "complete", which makes it practically impossible to achieve.

Šumivé tablety ACC Long
Health is the ability of a biological system to acquire, convert, allocate, distribute, and utilize energy sustainably. The World Health Organization (WHO) defined human health in a broader sense …

Health is the ability of a biological system to acquire, convert, allocate, distribute, and utilize energy sustainably. The World Health Organization (WHO) defined human health in a broader sense in its 1948 constitution as "a state of complete physical, mental and social well-being and not merely the absence of disease or infirmity." This definition has been subject to controversy, in particular as lacking operational value, the ambiguity in developing cohesive health strategies and because of the problem created by use of the word "complete", which makes it practically impossible to achieve.

Dávkování

Dospělí a dospívající od 14 let užívají 1x denně 1 šumivou tabletu. Mladším 14 let se přípravek vzhledem k množství léčivé látky v šumivé tabletě nepodává.

Upozornění

Přípravek ACC LONG obsahuje sodík a laktózu. Nutno vzít v úvahu u pacientů na dietě s nízkým obsahem sodíku a při nesnášenlivosti některých cukrů.

Léčivý přípravek.

Čtěte pozorně příbalový leták.

Box #

Box is just a wrapper element with padding, border and box-shadow styles

Brands #

Card-offer #

Máte už Kartu výhod?

In this component is add css properties for picture and his animation. This component include two content blocks with text and button. When you need, you can use just 1 text block.

Categories #

.categories--single

Category menu #

Category menu which is same in mobile and desktop.

Category menu which looks like tabs in desktop.

If you want both of the bottom corners not rounded on the desktop version, add a category-menu modifier - nobottom.

Category menu separated #

Separated category menu has 2 levels. First is with picture, second without.

Commercial #

Default commercial list

Commercial list with caption + description and benefit card image.

Commercial list which will no wrap = will always show in one line and scroll appended

Commercial list with description box

Commercial list with nowrap only for mobile.

Content-items #

  • Co skutečně snižuje účinek antikoncepce?

    Už jste slyšeli o naší nové trvalé odměně Karty výhod Dr.Max? Nyní máte trvale 5% slevu z doplatku na veškerou hormonální antikoncepci, tak nezapomeňte využít maximum výhod, které Vám Karta výhod Dr.Max nabízí. Těšíme se na Vás!

    • Prevence
    • Tipy a triky
    Co skutečně snižuje účinek antikoncepce?
    • Prevence
    • Tipy a triky
  • Tuky a zdraví

    Tuky naše tělo nezbytně potřebuje. Jsou základními stavebními součástmi každé naší buňky, jsou potřebné pro správnou funkci mozku a znamenají pro nás i bohatou zásobárnu energie.

    • Prevence
    • Tipy a triky
    Tuky a zdraví
    • Prevence
    • Tipy a triky
  • Ušetřete s Dr.Max DIA

    • Sleva až polovina z doplatku na recept. Pro každého. Každý den.
    • Slevové kupóny na vybrané skupiny přípravků zaslané až k Vám domů
    Tuky a zdraví

Default content items listing

Content items listing with bigger image (srcset & sizes changed)

    • Chřipka
    • Nachlazení
    • Tipy a triky

    Je tu únor a s ním i období chřipkových epidemií. Chřipka není jen banální nachlazení. Kromě rýmy, kašle či bolesti v krku jsou hlavními příznaky horečka, zimnice a bolesti svalů, kloubů a hlavy. K tomu se přidává velká únava.

    Únor: Připravte se na chřipku!
    • Aktuálně

Commercial hero list. Large image and subclasses.

Cookie-law is fixed to bottom screen.

Counter #

A larger or smaller counter size can be used.

Coupons #

  • Registrovaný léčivý přípravek

    Vyvážené složení vitaminů a minerálů obohacené o výtažky z ženšenu…

    100 Kč sleva při nákupu 2ks
    Karta výhod dr.max -70 Kč

    Akční cena 107

    Cena za 1 ks se slevovým kuponem.
    (100 ml = 293,38 Kč; 1 tob = 6,65 Kč)

    Platnost kuponu od 8. 1. do 31. 1. 2018 nebo do vyprodání zásob. Kupon se vztahuje na LIPO C ASKOR 60 měkkých tobolek a LIPO C ASKOR tekutý lipozomální vitamin C 136 ml. Kupon lze uplatnit v kterékoli kamenné lékárně Dr.Max v ČR nebo v e-shopu www.drmax.cz.

  • Registrovaný léčivý přípravek

    zklidňující balzám, hydratuje a chrání rty

    100 Kč sleva při nákupu 2ks

    Akční cena 107

    Cena za 1 ks se slevovým kuponem.
    (100 ml = 293,38 Kč; 1 tob = 6,65 Kč)

    Platnost kuponu od 8. 1. do 31. 1. 2018 nebo do vyprodání zásob. Kupon se vztahuje na LIPO C ASKOR 60 měkkých tobolek a LIPO C ASKOR tekutý lipozomální vitamin C 136 ml. Kupon lze uplatnit v kterékoli kamenné lékárně Dr.Max v ČR nebo v e-shopu www.drmax.cz.

Discounts #

  • Akce -5%

Discounts component can be inserted in any component. To margin or padding from sides please use bootstrap utilities (example: m-2 m-lg-4)

Division #

Vaše Karta výhod

Vaše Karta výhod
č. 997 240 731872 je aktivní

Odběr témat s rozšířeným informačním servisem

(novinky, rady a tipy, slevové akce z oblastí)

Dia péče Nepřihlášeno
Matka a dítě Přihlášeno
Dermo péče Přihlášeno

Souhlasy se zasílaním obchodních sdělení

Klientský program E-shop Dr.Max
E-maily Aktivní Aktivní
Pošta Aktivní Neaktivní
SMS Aktivní Aktivní

Členství v programu

Přihlášeno

Division component can be inserted in any component. If you need a border and an offset from the sides.

Division--notop

Added modifier division--on top haven't border-top and border-radius in desktop version.

Drugstores #

Embed-pdf #

Error-page #

Stránku jsme nenašli (404)

  • podívejte se, jestli jste adresu napsali správně
  • začněte znovu na úvodní stránce drmax.cz
  • zkuste použít vyhledávání
Zpět na úvodní stránku
404 - Stránku jsme nenašli

Error-page with modifikator class "error-page--500".

Centering text and the picture has other css properties.


500 - Omlouváme se, ale naše internetové stránky jsou momentálně nedostupné

Omlouváme se, ale naše internetové stránky
jsou momentálně nedostupné (500)

Právě probíhá přechod na vyšší verzi systému, budeme zpět za několik minut

V případě dotazů můžete kontaktovat naši zákaznickou linku e-mailem na info@drmax.cz a nebo telefonicky na 516 770 100
Děkujeme za pochopení, Váš tým Dr.Max

FAQ #

Dostupnost zboží

Plastová karta slouží k identifikaci zákazníka jako člena klientského programu.

Plastová karta slouží k identifikaci zákazníka jako člena klientského programu. Plastovou kartu klient předkládá při nákupu v lékárnách Dr.Max.

Ceny zboží

Plastová karta slouží k identifikaci zákazníka jako člena klientského programu. Plastovou kartu klient předkládá při nákupu v lékárnách Dr.Max. Na zadní straně karty je uveden čárový kód (třináctimístný). Dále tzv. KÓD karty (čtyřmístný), který slouží jako PIN pro první registraci do internetového účtu klienta.

Plastová karta slouží k identifikaci zákazníka jako člena klientského programu. Plastovou kartu klient předkládá při nákupu v lékárnách Dr.Max. Na zadní straně karty je uveden čárový kód (třináctimístný). Dále tzv. KÓD karty (čtyřmístný), který slouží jako PIN pro první registraci do internetového účtu klienta.

FAQ with added modifikator "faq--row".

Další kontakty

Plastová karta slouží k identifikaci zákazníka jako člena klientského programu.

Plastová karta slouží k identifikaci zákazníka jako člena klientského programu. Plastovou kartu klient předkládá při nákupu v lékárnách Dr.Max.

Kontakty na kanceláře

ČESKÁ LÉKÁRNA HOLDING, a.s.
Nové sady 996/25, Staré Brno, 602 00 Brno
IČO: 285 11 298
DIČ: CZ 285 11 298

Společnost je zapsána v OR vedeném Krajským soudem v Brně oddíl B vložka 6919

ČESKÁ LÉKÁRNA HOLDING, a.s.
Florentinum, budova D
Na Florenci 2116/15, 110 00 Praha 1
tel. 222 811 999

Faq in two column. Columns cannot have another sizes.

Component "Fast-links" we can use ONLY in footer.

Options / Options-search / Options-sortby /Filter #

Řadit
Filtry výpisu

Značka

Produktová řada

Pro koho

Příchuť

Složení

Zaměření

Obsahuje klíčová slova

Akce a slevy

  • Vichy
  • Pro muže
  • Péče o vlasy

Final-instruction #

The "footer" component encompasses additional components -> footer-contacts / footer-links / footer-social / footer-verify.

Fullwidth-overflow #

This component will never wrap in more than 1 line and will be overflowed.

This component is addon for components which items are not wrapped in mobile. This component will add overflow-scroll behavior and will stretch component to full width of screen.

Gift #

K tomuto produktu NAVÍC kapesníčky Olynth Akce platí do 28. 2. 2019 nebo do vyprodání zásob Podmínky akce

Navíc dárek kapsičky Hamé

více informací

Header #

Header-search / main-search

Header--simplified #

When we add indicator header--simplified, in desktop version is not visible megamenu and is add green line in the bottom.

Header--simplified with slogan "first choice pharmacy" #

Help & Alert #

Toto hledání funguje uvnitř výpisu. Pokud chcete hledat v celém katalogu, použijte ikonu lupy nahoře v liště.
Toto hledání funguje uvnitř výpisu. Pokud chcete hledat v celém katalogu, použijte ikonu lupy nahoře v liště.
Toto hledání funguje uvnitř výpisu. Pokud chcete hledat v celém katalogu, použijte ikonu lupy nahoře v liště.

Christmas aside #


Insert the code right before <main/> tag.

Images are called from CSS code. Change the path in CSS code and commit this change in your work branch (not for static templates). Or you can change its path manual in the <style> inline css.

Code should be inserted in each page, except this ones:

After campaign ends, just remove below marckup.

Icon #

Icon can change its color based on color css property from css or one of our theme colors.

Example of clean svg icon

Icon usage example


Image-rounded #

Diagnostika pleti
Diagnostika pleti
Diagnostika pleti
Diagnostika pleti

Image-rounded sizes: xs, sm,lg, xl. To margin or padding from sides please use bootstrap utilities (example: m-2 m-lg-4)

Info #

Doručujeme pouze do České republiky

Doručujeme pouze do České republiky

Info can be with text or just alone icon.

To other colored, font-sizes, margin or padding from sides please use bootstrap utilities ,(example: m-2 m-lg-4, text-success, text-body, h1-h6, font-weight-bold...)

Inline-buttons #

The inline-buttons are default on the right. We can use any number of buttons side by side, also just alone button.

To other backgrounds, margin from sides please use bootstrap utilities ,(example: m-2 m-lg-4, justify-content-start, justify-content-center)

Inline-buttons--nowrap #

This buttons are not below each other and still centered to the right.

Inline-products #

List-contacts #

Map & search-pharmacy #

The map can be enlarged by clicking on the zoom button. After clicking the button zoom is the map open enlarged in modal.

Map with add modifikator "map--big" is different just in max-height: 85vh and min-height: 80vh and border-radius.

Megamenu #

Mega Menu categories can have picture or just links. Also top product and the bottom of some text.

Microsite #

Page with microsite under filters must have products.

Navigation-main #


Navigation-main is located inside the header. Brief code in components.

Navigation-main - all of code navigation.

Navigation-specat #

Navigation default styles = NO css variable settings

Only 2 lvls

Only 1 lvl

Navigation can have other colors and can have 1 or 2 or 3 levels.

Opening-hours #

Dr.Max, Švehlova 1391/32, Praha 10 - Hostivař
Středa 9:00 - 21:00
Čtvrtek 9:30 - 19:30
Pátek 9:30 - 19:30
Sobota 9:30 - 19:30
Neděle 9:30 - 19:30
Pondělí 9:30 - 19:30
Úterý 9:30 - 19:30

Packages #

Pharmacist #

  • Zeptejte se lékárníka
  • Zeptejte se lékárníka
  • Zeptejte se lékárníka
  • Zeptejte se lékárníka
  • Zeptejte se lékárníka
  • Zeptejte se lékárníka
  • Zeptejte se lékárníka

Pharmacy #

O lékarně

534 444 312

Dr.Max, Švehlova 1391/32, Praha 10 - Hostivař Dr.Max, Švehlova 1391/32, Praha 10 - Hostivař Dr.Max, Švehlova 1391/32, Praha 10 - Hostivař

Mgr. David Čech, zástupce lékárny

Product-box #

307 ušetříte 26 Kč

Původní cena 333 Kč, sleva 10%

Cena za kus: 15 Kč

Akční cena 299

Běžná cena 322 Kč

Sleva 10%

307 ušetříte 26 Kč

Původní cena 333 Kč, sleva 10%

Velikost balení

321
Běžná cena
307 Kč / ks Během 6 měsíců ušetříte 143 Kč

Původní cena 333 Kč, sleva 10%

Jak předplatné funguje?

All variants we can view on the page "product-all-variants".

Product-info #

Mineralizující termální voda Vichy

Mineralizující termální voda Vichy

je přírodní síla zrozena v oblasti francouzských vulkánů. Vůbec poprvé laboratoře Vichy dosáhly její výjimečné 89% koncentrace ve spojení s kyselinou hyaluronovou, známým zdrojem přírodní hydratace. Minéral 89 posiluje funkci kožní bariéry a působí tak protivnějším i vnitřním agresorům jako je znečištění, stres nebo únava. Den po dni je pleť více hydratovaná, tonizovaná a jasnější...jako kdyby zářila zdravím.

89% Mineralizující termální voda + kyselina hyaluronová

Aplikujte ráno a večer 1-2 pumpičky dle potřeby (lze pouze ráno nebo pouze večer) na čistou pleť ideálně jako první krok vaší každodenní péče. Může se aplikovat i samostatně.

Product info - default. Can be used on all pages.

Product-info in products.

Product #

Šumivé tablety ACC Long
20 tablet, 600mg

Registrovaný léčivý přípravek

Navíc dárek kapsičky Hamé

více informací

3 za cenu 2

více informací

Skladem na e-shopu nebo okamžitě k rezervaci ve 34 lékárnách

307 ušetříte 26 Kč

Původní cena 333 Kč, sleva 10%

In the "product" component there is a "product-info" component that has many variants.

Product not found

Šumivé tablety ACC Long
20 tablet, 600mg

Registrovaný léčivý přípravek

Produkt již není dostupný Tento produkt je vyprodaný a není na skladě dodavatele

In gallery is add modifikator "carousel-products--disabled" and in "availability" is icon and text colored to grey (bg-secondary, text-secondary).

Products #

The product component - default.

Products--line & Slick-arrow

Produktová řada

NEOVADIOL

Ibalgin

36 tablet, 400 mg

Registrovaný léčivý přípravek

K léčbě bolesti různého původu, horečky a příznaků chřipky a nachlazení

  • 3 za 2
Ibalgin

36 tablet, 400 mg

Registrovaný léčivý přípravek

K léčbě bolesti různého původu, horečky a příznaků chřipky a nachlazení

  • 3 za 2

Products__item--leader

Component "products__item--leader" are in "wrapper-products" in the left block.

Products__item--commercial

Component "products__item--commercial".

Quora #

Rating #

  • Vynikající, zabírá, chutná a tady na drmax.cz je asi nejllevnější

  • Výborně funguje a chuťově úžasný

  • Můj známý, majitel lékárny mi dobře poradil. Je to stejná účinná látka, ale větší koncentrace a hlavně příjemnější cena! Perfektní na kašel.

Shopping #

Shopping component can be inserted in any component.

This component is in the table on the "account-shopping-history" page.

Image-rounded sizes: xs, sm,lg, xl. To margin or padding from sides please use bootstrap utilities (example: m-2 m-lg-4)

Short-article #

Rozšiřujeme DIA péči

Rozšiřujeme DIA péči

Počet pacientů, u nichž je zjištěn diabetes, každým rokem roste velkou rychlostí. Jen v České republice žije v současné době téměř jeden milion diabetiků. Diabetes je onemocnění, které vyžaduje od pacientů velkou kázeň a zodpovědný přístup. Je totiž nutné dodržovat předepsanou léčbu, dietní a pohybová doporučení. Tím se významně zvýší úspěšnost léčby. Ať už jste diabetik, nebo má toto onemocnění někdo z Vašich blízkých, věříme, že Dr.Max DIA se stane rádcem pro snadnější a informovanější život s diabetem. Dr.Max DIA může platit pro každého držitele Karty výhod Dr.Max.

Mám zájem o rady z Dr.Max DIA

Diagnostika pleti

Diagnostika pleti

Suchá, mastná, smíšená? Vrásky nebo pigmentové skvrny? Jakou pleť vlastně máte? Přijďte na diagnostiku pleti do našich Dermocenter a zjistěte pravdu o své vlastní pleti.

Poradenství v péči o pleť

Poradenství v péči o pleť

Vyzkoušejte si naši dermokosmetiku doslova na vlastní kůži. Jen tak si budete při nákupu jisti, že přípravek se snese s vaší pletí, má příjemnou texturu a krásnou vůni.

Short-article in default state and in 2 column.

Image-rounded sizes: xs, sm,lg, xl. To margin or padding from sides please use bootstrap utilities (example: m-2 m-lg-4)

Signature #

Tuky a zdraví

Děkujeme za Vaši přízeň a přejeme hodně zdraví a pohody

MUDr. Gabriel Pallay, CSc. manažer odborného vzdělávání

Similar #

Similar--secondary

  • Sleva 17 Kč, pokud koupíte společně

Social-networks #

SSO mobile #

Lékárny

Lékárník asistent

Lékárny

Lékárník asistent

Lékárny

Lékárník asistent

Stepper #


Stepper component with all the content on this site: Registration1-4

This component is created with bootstrap component (nav, nav-link) but we was need have changed active state with we created a new component "tab-links".

This component is part of filtering. For example, you can find it on this page "listing-simple" after click on the button "refine listing".

TABLE table-doctor #

  • Zeptejte se lékárníka
  • Zeptejte se lékárníka
  • Zeptejte se lékárníka

TABLE table-history

Datum Číslo obj. a stav Košík Sleva Cena celkem
DNES - Připravujeme obj.č. 551 656 125 612 Zásilka se balí

Allnature Proteinová tyčinka 32% kokos
Weleda Čaj pro kojící ženy nálevové sáčky
Uriage Xémose relipidační krém

Sleva: 5 Kč 165 Kč
27. 12. 2019 obj.č. 551 656 125 612

Dr.Max Vitamin C long effect
Dr. weiss STOPKAŠEL pro děti sirup 200

Sleva: 165 Kč 1 465 Kč
27. 4. 2018 obj.č. 551 656 125 612

Allnature Aloe Vera BIO 100%
Dr.Max Náplast na rány hypoalergenní Sensitive

Sleva: 34 Kč 221 Kč

TABLE table-hr

Lékárník asistent Praha - centrála Kraj: Hlavní město Praha
Operátor/ka kontaktního centra Mělník Kraj: Středočeský kraj
Regionální obchodní manager Praha - centrála Kraj: Hlavní město Praha
Lékárník asistent Praha - centrála Kraj: Hlavní město Praha

TABLE table-invoice + price

Ks Zboží Cena za kus Cena celkem
1 x
Allnature Proteinová tyčinka 32% kokos
Allnature Proteinová tyčinka 32% kokos Cena za kus: 173 Kč 173 Kč
2 x
WELEDA Čaj pro kojící ženy - porcovaný 20x2g
WELEDA Čaj pro kojící ženy - porcovaný 20x2g Cena za kus: 59 Kč 118 Kč
1 x
URIAGE Xémose créme 400ml
URIAGE Xémose créme 400ml Cena za kus: 114 Kč 114 Kč

307

ušetříte 26 Kč

Původní cena 333 Kč, sleva 10%

TABLE table-pharmacy

TABLE table-params

Léčivé látky
Acetylcystein 600 mg /sáček
Pomocné látky
Kyselina askorbová
Dihydrát sodné soli sacharinu
Sacharóza
Citronové aroma
Tekuté medové aroma
Parametry
Značka ACC
Pro koho Od 14 let
SUKL 181093
Způsob užití Vnitřní
Farmakoterapeutická skupina expektorancia, mukolytika
EAN 4030855494682
Přílohy
Příbalová informace PDF
Správné užívání Youtube

Table-items in POPOVER

Table can be in popover. Popover is bounded with shade and arrow. To which different content is deposited.

Tabs #

O produktu

Health is the ability of a biological system to acquire, convert, allocate, distribute, and utilize energy sustainably. The World Health Organization (WHO) defined human health in a broader sense in its 1948 constitution as "a state of complete physical, mental and social well-being and not merely the absence of disease or infirmity." This definition has been subject to controversy, in particular as lacking operational value, the ambiguity in developing cohesive health strategies and because of the problem created by use of the word "complete", which makes it practically impossible to achieve.

Health is the ability of a biological system to acquire, convert, allocate, distribute, and utilize energy sustainably. The World Health Organization (WHO) defined human health in a broader sense in its 1948 constitution as "a state of complete physical, mental and social well-being and not merely the absence of disease or infirmity."

Health is the ability of a biological system to acquire, convert, allocate, distribute, and utilize energy sustainably. The World Health Organization (WHO) defined human health in a broader sense in its 1948 constitution as "a state of complete physical, mental and social well-being and not merely the absence of disease or infirmity." This definition has been subject to controversy, in particular as lacking operational value, the ambiguity in developing cohesive health strategies and because of the problem created by use of the word "complete", which makes it practically impossible to achieve.

Health is the ability of a biological system to acquire, convert, allocate, distribute, and utilize energy sustainably. The World Health Organization (WHO) defined human health in a broader sense in its 1948 constitution as "a state of complete physical, mental and social well-being and not merely the absence of disease or infirmity."

It is possible to insert various content, not only text content, into the "card" component. Such as articles, categories, products, etc.

On this page "listing-categories-with-tabs" we can see various content on the page. Or product detail page.

Tabs--tab-desktop-opened

Tabs are in the state when they are open and don't have "tabs__nav".

Tags #

Tags can be used in all components. They are used, for example, in products. articles.

To other backgrounds, margin from sides please use bootstrap utilities ,(example: m-2 m-lg-4, h4, h5, h6..., justify-content-start, justify-content-center)

  • Chřipka
  • Nachlazení
  • Tipy a triky

Tags--category

Tags--products

  • Akce -15%

Tags--temats

Tags--top-right

  • Prevence
  • Tipy a triky

Text #

Článek 1. Úvodní ustanovení

1.1. Provozovatelem internetového obchodu umístěného na internetové adrese www.drmax.cz je ČESKÁ LÉKÁRNA HOLDING, a.s., se sídlem Nové sady 996/25, Staré Brno, 602 00 Brno, IČ: 28511298, DIČ: CZ28511298, zapsaná v obchodním rejstříku vedeném Krajským soudem v Brně, oddíl B, vložka 6919 (dále jen „prodávající“).

Kontaktní údaje prodávajícího:
a) doručovací adresa: Dr.Max Lékárna, Košuličova 629/10, 619 00 Brno,
b) telefon: +420 734 860 262 a +420 547 210 901
c) e-mail: eshop@drmax.cz

Horečka je zvýšená tělesná teplota. Samotná není nemoc, ale značí, že se něco děje s naším imunitním systémem.

  • Dětské nemoci
  • Horečka
  • Bolest

.text-primary

.text-secondary

.text-success

.text-danger

.text-warning

TEXT WITH ADDED CLASS "TEXT--COLUMN"

vichy

Přední značka v péči o pokožku a celé tělo. Vichy patří mezi světově rozšířené značky. Její počátky spadají do roku 1931, kde byla společnost založena ve francouzském městě Vichy, po kterém převzala i svůj název. Termální lázeňská mineralizující voda z horkých pramenů tohoto města je jediným zdrojem vodních bází, které jsou ve formulích výrobků využity.

Péče o tělo, pleť i vlasy

Termální voda dokáže divy. Vyzkoušejte si výrobky Vichy doslova na vlastní kůži. Vyberte si z bohaté nabídky produktů podle svého typu pleti ty, které vám nejlépe vyhovují a pomůžou pleť hydratovat a zbavit nedokonalostí. Již po několika týdnech používání si všimnete příznivých změn.

Ochrana pro muže

Samozřejmostí je, že mužská pokožka je stejně citlivá a náchylná k podráždění a poškození jako kůže u žen. Chraňte ji pravidelným užíváním výrobků z řady Vichy HOMME. Najdete zde produkty vhodné pro hydratační péči, čisticí péči i přípravky usnadňující holení a zmírňující podráždění pleti po holení.

Termální mineralizující voda Vichy

Přípravky Vichy jsou obohaceny o přírodou vytvořenou termální vodu, která v sobě ukrývá 15 vzácných blahodárných minerálů. Ty zajišťují, že pravidelným používáním těchto produktů obnovíte přirozenou sílu a pružnost pokožky a přivedete ji zpět do rovnováhy, aby lépe odolávala nepříznivým vlivům počasí nebo ovzduší a rychleji se regenerovala.


TITLE h1

TITLE h2

TITLE h3

TITLE h4

TITLE h5
TITLE h6

SMALL TEXT - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec iaculis gravida nulla. Proin pede metus, vulputate nec, fermentum fringilla, vehicula vitae, justo. Aliquam erat volutpat. Ut tempus purus at lorem. Nam

  • Do 38 °C není nutné teplotu snižovat
  • Nad 38 °C užijte lék na snížení teploty
  • Užití léků na snížení teploty je pro plod menší riziko, než horečka
  • Užívejte je ale jen krátkodobě a v doporučeném dávkování

Co můžete dělat bez léků

  1. Doplňujte neustále po lžičkách tekutiny.
  2. Vhodné nápoje jsou voda a čaj s hroznovým cukrem.
  3. Držte dítě v posteli, po poklesu teploty může vykonávat klidné činnosti.
  4. Hodně větrejte.
  5. Přikryjte dítě lehkou přikrývkou.
  6. Zkuste zábaly, omývání žínkou, sprchování.
Horečka u dětí

Not only text content but also buttons are inserted into the text component.

To margin or padding from sides please use bootstrap utilities (example: m-2 m-lg-4, justify-content-start, pt-5, text-success, h2...)

We can include this component for example:

div, a, table (tr,td,th), row (col), form, input, h1-h6, ul,ol, p, small, button, img, strong, b, br, hr, i, u, dl (dt, dd)

Tooltip #

The description can be as icon or text. Clicking on the icon or text will display the information text in the arrow box.

K tomuto produktu NAVÍC kapesníčky Olynth Akce platí do 28. 2. 2019 nebo do vyprodání zásob Podmínky akce

Top-products + Wrapper-products #

Component "top-products" are in the right block.

The "wrapper-products" component divides the content into left and right blocks.