• Index
  • Core
    • button
    • link
    • base-header
    • base-section
    • base-heading
    • counter
    • img
    • icon
    • modal
    • footer
    • pagination
    • header
    • photogallery
    • cart-navigation
    • listing-navigation
    • listing-switch
    • tabs
  • Sections
    • posts-grid-section
    • post-detail-section
    • posts-list-section
    • usps-section
    • banner-section
    • faq-section
    • signpost-section
    • text-and-media-section
    • events-section
    • calendar-section
    • contact-form-section
    • steps-section
    • newsletter-section
    • hero-slider-section
    • documents-section
    • persons-section
    • testimonials-section
    • pricetable-section
    • priceplan-section
    • jobs-section
    • error-404-section
    • breadcrumbs-section
    • content-section
    • category-list-section
    • intro-section
    • registration-section
    • seo-section
    • team-image-section
    • gallery-section
    • cart-steps-section
    • products-listing-section
    • basket-thank-you-section
    • address-section
    • product-info-section
    • order-detail-section
    • order-section
    • ordered-products-section
    • product-detail
    • individual-print-section
    • filters-section
    • company-references-section
    • person-references-section
    • numbers-section
    • timeline-section
    • contact-boxes-section
    • reviews-section
    • print-configuration-footer-section
    • print-configuration-price-section
    • user-configurations-section
    • products-slider-section
  • Items
    • post-item
    • tag-item
    • alert-item
    • category-item
    • partner-item
    • information-item
    • content-toggle-item
    • product-item
    • product-overview-item
    • price-item
    • availability-item
    • progress-item
    • total-price-item
    • cart-item
    • tooltip-item
    • order-info-item
    • product-order-item
    • print-info-item
    • comparator-item
    • print-variant-item
  • Fields
    • text-field
    • password-field
    • file-field
    • textarea
    • single-select-field
    • single-select-inline-field
    • checkbox-field
    • checkbox-select-field
    • switch-field
    • date-field
    • color-field
    • radio-box-field
    • address-box-field
    • range-slider-field
  • Forms
    • contact-form
    • newsletter-form
    • registration-form
    • discount-form
    • address-form
    • user-info-form
    • review-form
    • send-cv-form
    • print-configuration-form
  • Widgets
    • cart-overview-widget
  • Modals
    • dimesions-modal
    • print-info-modal
    • product-out-of-stock-modal
    • wishlist-share-modal
    • print-method-modal
    • send-cv-modal
    • edit-comparator-name-modal
    • print-configuration-modal
    • delete-comparator-modal
    • delete-comparator-product-modal
    • delete-configuration-modal
  • Aside
    • documents-aside
    • delivery-aside
    • user-panel-aside

Dimensions modal

  • id:
  • figma
  • Preview
  • Twig
  • Html
  • Open

    Jak fungují rozměry ?

    Rozměry tašek jsou udávány v cm (šířka x hloubka x výška), např. 22x10x35.

    Ilustrace šířky tašky

    Šířka tašky

    Rozměr spodní hrany tašky na přední straně. Šířku měříme zleva doprava na složené tašce.

    Ilustrace hloubky tašky

    Hloubka tašky

    Složené dno na zadní straně tašky definuje její hloubku. Hloubku měříme na dně složené tašky.

    Ilustrace výšky tašky

    Výška tašky

    Rozměr boční hrany tašky na přední straně. Výšku měříme zespoda nahoru na složené tašce. Výška tašky je vždy uvedena bez uší.

  •         {% set modal_id = "dimmensions-modal" %}
    
    {% include "@Components/button/button.twig" with {props: {
        title: "Open",
        data: {
          "modal-target": modal_id
        }
      }
    } %}
    
    {% include "@Components/modals/dimesions-modal/dimesions-modal.twig" with {props: {
      modal_id: modal_id
    }} %}
    
          
  •           
    <a class="btn u-posr u-cursor-pointer d-inline-flex gap-1 align-items-center justify-content-center flex-nowrap flex-shrink-0 --primary" href='#' data-modal-target="dimmensions-modal">
          <span class="btn__title u-z-index-1">
          Open
        </span>
          
      
      </a>
    
      <div class="c-modal   --hidden" id="dimmensions-modal">
      <div class="c-modal__dialog">
    
        <div class="c-modal__content u-rounded-4">
          <div class="c-modal__inner d-flex flex-column">
    
                      <header class="c-modal__header d-flex flex-column gap-1">
                <h2 class="u-h3 c-modal__heading">Jak fungují rozměry ?</h2>
                              <p class="c-modal__perex">Rozměry tašek jsou udávány v cm (šířka x hloubka x výška), např. 22x10x35.</p>
                          </header>
            
            <div class="c-modal__body ">
                  <div class="c-modal__dimesions-content">
          <div class="d-flex gap-2">
            <div class="c-modal__dimesions-img flex-shrink-0">
              <div class="img u-posr overflow-hidden">
      <picture>
        
        <img src="" data-src="/images/content/dimensions/width.svg" alt="Ilustrace šířky tašky" width="63" height="80" draggable="false">
      </picture>
    </div>
            </div>
            <div class="d-flex flex-column">
              <h3 class="u-fz-xl mb-1">Šířka tašky</h3>
              <p>Rozměr spodní hrany tašky na přední straně. Šířku měříme zleva doprava na&nbsp;složené tašce.</p>
            </div>
          </div>
          <div class="w-100 u-border-top u-border--tertiary-500 pb-5 mt-5"></div>
    
          <div class="d-flex gap-2">
            <div class="c-modal__dimesions-img flex-shrink-0">
              <div class="img u-posr overflow-hidden">
      <picture>
        
        <img src="" data-src="/images/content/dimensions/depth.svg" alt="Ilustrace hloubky tašky" width="63" height="80" draggable="false">
      </picture>
    </div>
            </div>
            <div class="d-flex flex-column">
              <h3 class="u-fz-xl mb-1">Hloubka tašky</h3>
              <p>Složené dno na zadní straně tašky definuje její hloubku. Hloubku měříme na dně složené tašky.</p>
            </div>
          </div>
          <div class="w-100 u-border-top u-border--tertiary-500 pb-5 mt-5"></div>
    
          <div class="d-flex gap-2">
            <div class="c-modal__dimesions-img flex-shrink-0">
              <div class="img u-posr overflow-hidden">
      <picture>
        
        <img src="" data-src="/images/content/dimensions/height.svg" alt="Ilustrace výšky tašky" width="80" height="64" draggable="false">
      </picture>
    </div>
            </div>
            <div class="d-flex flex-column">
              <h3 class="u-fz-xl mb-1">Výška tašky</h3>
              <p>Rozměr boční hrany tašky na přední straně. Výšku měříme zespoda nahoru na&nbsp;složené tašce. Výška tašky je vždy uvedena bez uší.</p>
            </div>
          </div>
        </div>
              </div>
    
            
            <div class="c-modal__button-container">
              <button class="btn u-posr u-cursor-pointer d-inline-flex gap-1 align-items-center justify-content-center flex-nowrap flex-shrink-0 --transparent --sm    --icon-only     c-modal__close c-modal__close-cross" aria-label="close modal">
      
          <span class="btn__icon d-flex align-items-center justify-content-center">
            
      <span class="icon d-flex align-items-center justify-content-center  --lg">
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#15324F" fill-rule="evenodd" d="M10.869 12 5.435 6.565l1.13-1.13L12 10.867l5.435-5.434 1.13 1.131L13.133 12l5.434 5.434-1.131 1.131L12 13.131l-5.434 5.434-1.131-1.13L10.869 12Z" clip-rule="evenodd"/></svg>      </span>
        </span>
      
      </button>
            </div>
    
          </div>
        </div>
    
      </div>
    
    </div>