/*
Theme Name: Frost Npack
Theme URI: https://frostwp.com/
Template: frost
Author: WP Engine
Author URI: https://wpengine.com/
Description: With its clean, minimal design and powerful feature set, Frost enables agencies to build stylish and sophisticated WordPress websites. Frost is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether you’re building a website for your business, personal brand, or creative project, Frost is perfect for anyone looking to launch quickly and efficiently.
Tags: block-patterns,block-styles,custom-colors,custom-logo,custom-menu,editor-style,full-site-editing,one-column,template-editing,threaded-comments,translation-ready,wide-blocks
Version: 1.0.10.1756212493
Updated: 2025-08-26 14:48:13

*/

img.product-image-shortcode {
	border-radius: 5px !important;
}

.desktop-only {
    display: block;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
}

.full-height {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}


/* pełne wypełnienie kolumny lub bloku z klasą full-cover */
.full-cover,
.full-cover figure.wp-block-image {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

/* obraz rozciąga się na całą przestrzeń */
.full-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  display: block;
}
