#magnets {
	background: #f2f2f2;
	width: 100%;
	padding: 0px;
	position: relative;
	overflow: hidden;
	}

#magnets .align-items {
	height: calc(100vh - 64px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}

.wrapper-top {
	width: 100%;
	height: calc(100vh - 64px);
	margin: 0 auto;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}

.wrapper-top:after {
	clear: both;
	content: '';
	display: table;
	}

.wrapper-bottom {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}

.wrapper-bottom:after {
	clear: both;
	content: '';
	display: table;
	}

/* product image --------------------------------------------------------------*/
#magnets .image {
	background: #f2f2f2;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: calc(100vh - 64px);
	
	padding: 0px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	}

	#magnets .image img {
		max-width: 100%;
		height: auto;
		border: 0px;
		padding: 0px;
		}

/* features -------------------------------------------------------------------*/
#magnets .features {
	position: absolute;
	right: 5%;
	width: 450px;
	padding: 20px 30px 20px 30px;
	
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter:blur(12px);
	-webkit-backdrop-filter:blur(12px);
	border-radius: 6px;
	-webkit-box-shadow: 0px 12px 24px -1px rgba(51,51,51,0.07);
	-moz-box-shadow: 0px 12px 24px -1px rgba(51,51,51,0.07);
	box-shadow: 0px 12px 24px -1px rgba(51,51,51,0.07);
	}

#magnets .features .title-group {
	display: block;
	float: left;
	width: 500px;
	padding: 0px 0px 19px 0px;
	}

#magnets .features .title-group h2 {
	font-size: 50px;
	line-height: 50px;
	padding: 0px;
	margin-top: 20px;
	}

#magnets .features .description {
	margin: 10px 0px 0px;
	float: left;
	position: relative;
	width: 100%;
	}

#magnets .features p {
	padding: 0;
	margin: 0;
	}

#magnets .features .featured-icons {
	float: left;
	display: grid; 
	grid-template-columns: repeat(3, 1fr); 
	grid-template-rows: repeat(2, 60px); 
	grid-column-gap: 20px;
	grid-row-gap: 5px;
	margin: 30px 0 0px;
	padding: 0px;
	text-align: center;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	}

#magnets .features .featured-icons .icon {
	text-align: center;
	margin: 0 auto;
	}

/* button block ---------------------------------------------------------------*/
#magnets #button-block {
	display: inline-block;
	position: relative;
	float: left;
	width: 450px;
	padding: 0px 0px 30px 0px;
	margin: 30px 0px 10px 0px;

	border-bottom: 1px solid #e5e5e5;
	}

#magnets #button-block .price {
	position: absolute;
	left: 1px;
	top: 20px;
	font-family: "Unica One", sans-serif;
	font-size: 36px;
	color: #0a0a0a;
	}

#magnets .button-submit-cart {
	font-family: "Unica One", sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: -0.5px;
	text-align: center;
	
	cursor: pointer;
	outline: none;
	border: 0px;
	
	display: inline-block;
	float: right;
	min-width: 165px;
	padding: 18px 26px 18px 26px;

	color: #fff;

	background: #0a0a0a;

	-webkit-appearance: none;
	-moz-appearance: none;
		
	-webkit-transition: 0.16s linear;
	-moz-transition: 0.16s linear;

	border-radius: 33px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	}

	#magnets .button-submit-cart:hover {
		border: 0px;
		color: #fff;
		opacity: 0.8;
		text-decoration: none;
		-webkit-transition: 0.16s linear;
		-moz-transition: 0.16s linear;
		opacity: 0.9;
		}

		#magnets .button-submit-cart:active {
			position: relative;
			top: 1px;
			outline: none;
			}

			#magnets .button-submit-cart input:disabled,
			#magnets .disabledbutton {
				opacity: 0.8;
				cursor: not-allowed;
				}

/* grid -----------------------------------------------------------------------*/
#magnets .grid {
	background: #0a0a0a;
	width: 100%;
	position: relative;
}

#magnets .block-grid-sm-3 {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

#magnets .block-grid-sm-3 .col {
	flex: 1;
	min-width: 0; /* zapobiega rozciąganiu */
}

#magnets .block-grid-sm-3 .col h4 {
	color: #fff;
	margin-top: 2px;
}

#magnets .block-grid-sm-3 .col p {
	color: #d4d4d4;
}

#magnets .block-grid-sm-3 .col .info {
	background: #f15025;
	position: relative;
	width: 78px;
	height: 78px;
	margin-top: 7px;
	margin-right: 30px;
	text-align: center;
	border-radius: 6px;
}

#magnets .block-grid-sm-3 .col .info .icon {
	position: absolute;
	width: 78px;
	height: 78px;
	text-align: center;
	top: 27px;
	left: 0;
}

#magnets .block-grid-sm-3 .col .info .material {
	position: relative;
	top: -13px;
	left: -2px;
	padding: 0;
}

#magnets .block-grid-sm-3 .col .info .svg {
	margin: 0 auto;
	position: relative;
	top: -12px;
	left: 0px;
	width: 48px;
	height: 48px;
}

/* --- RESPONSYWNOŚĆ --- */

/* 2 kolumny na tabletach */
@media (max-width: 992px) {
	#magnets .block-grid-sm-3 {
		flex-wrap: wrap;
	}
	#magnets .block-grid-sm-3 .col {
		flex: 0 0 calc(50% - 15px);
	}
}

/* 1 kolumna na telefonach */
@media (max-width: 600px) {
	#magnets .block-grid-sm-3 {
		flex-direction: column;
	}
	#magnets .block-grid-sm-3 .col {
		flex: 1 1 100%;
		margin-bottom: 30px;
	}
}

/* selection ---------------------------------------------------------*/
#magnets .selection-white {
	background: #ffffff;
	width: 100%;
	padding: 0px;
	position: relative;
	display: inline-block;
	float: left;
	}

#magnets .selection-white .content {
	position: relative;
	width: 100%;
	height: 800px;
	}

#magnets .selection-white .content:after {
	clear: both;
	content: '';
	display: table;
	}

#magnets .selection-white .content .title {
	font-family: "Unica One", sans-serif;
	font-size: 40px;
	line-height: 42px;
	text-transform: uppercase;
	color: #0a0a0a;
	margin-bottom: 12px;
	}

#magnets .selection-white .content .featured-text {
	float: left;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 40px;
	vertical-align: top;
	padding: 0px 30px;
	max-width: 560px;
	font-size: 16px;
	}

#magnets .box-left {
	position: relative;
	width: 50%;
	padding: 0px 0px;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

/* photos & gallery --------------------------------------------------*/
#magnets .box-right {
	position: relative;
	width: 50%;
	padding: 0px 0px;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

#magnets .box-left img,
#magnets .box-right img {
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	object-fit: cover;
	object-position: center;
	display: block;
	margin: 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}

/* mobile ---------------------------------------------------------------------*/
@media only screen
  and (min-width: 320px)
  and (max-width: 812px) {
	#magnets .align-items {
		height: auto;
		}	  

	#magnets .breadcrumbs .content {
		width: 90%;
		margin: 0 auto;
		}

	#magnets .wrapper-top {
		width: 100%;
		height: auto;
		}

	.wrapper-top .sale {
		left: 20px;
		top: 20px;
		}

	#magnets .image {
		position: relative;
		height: auto;
		}

	    #magnets .image img {
	        width: 100%;
	        height: 100%;
	        margin: 0px;
			background-position: top center;
	    	}

    #magnets .features {
		position: relative;
        width: 90%;
        margin: 0px 0px 30px;
		left: 0;
		right: 0;
    	}

	#magnets .features .title-group {
		padding: 0px;
		width: 100% !important;
		margin-bottom: 20px;
		border-bottom: 0px;
		}

	#magnets #button-block {
		width: 100%;
		}

	#magnets #button-block .price {
		font-size: 30px;
		}

	#magnets #button-block .button-submit-cart {
		font-size: 18px;
		width: 55%;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		}
	
	#magnets .grid {
		padding: 20px 0px 50px;
		}
	
	#magnets .grid .row {
		width: 100%;
		}

	#magnets .selection-white .content {
		width: 100%;
		margin: 0px;
		}

	#magnets .box-left,
	#magnets .box-right {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0px;
		float: left;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		}
	
	#magnets .gallery_photos {
			width: 100%;
			height: 100%;
			min-height: 900px;
			float: right;
			overflow: hidden;
			background-color: #fbf7f7;
			position: relative;
		}
}