HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/nomor.creativefellows.nl/public/scss/_rows.scss
.row{}

.row__product-intro
{	
	position:relative;
	padding-top:1.5rem;
	padding-bottom:4.5rem;

	h1{line-height:4rem;font-weight:100;}
	h3{color:$black;margin:0;}
	
    @include breakpoint(medium down) {
		padding-bottom:3rem;
		
		h1{font-size:2.5rem;line-height:2.5rem;text-align:left;}
		h3{text-align:left;}
    }

}

.row__material-price{
	
	position:relative;
	
	h3{
		line-height:2rem;
		color:$black;margin:0;
		strong{font-weight:600;}
		margin-bottom:1.5rem;
	}
	h4{color:$black;margin:0;}
	
	&::after{
		content:"";
		background:$white;
		right:0;
		top:0;
		bottom:0;
		width:1.5rem;
		position:absolute;
	}
	
	 @include breakpoint(medium down) {
		 padding-top:3rem;
		 &::after{display:none;}
	 }
}


.row__product-images{
	
	/*border:solid 1px red;
	position:absolute;
	left:0;
	right:0;
	max-width:90rem;
	margin:auto;*/
	
	
	.grid-container{margin:0;padding:0;max-width:none;}
	.cell:nth-child(2){
		transform:translateY(4.5rem);
	    @include breakpoint(small only) {
			transform:translateY(0);
	    }
	}

	p{margin:0;}
	a{display:block;position:relative;}
	
}