@charset "utf-8";
/* CSS Document */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  shape-rendering: crispEdges;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

#shop_infopage56 {
	background:#f3f3f3;
	margin:0;
}

.clearFix { clear:both; }

/* top */

.top {
	max-width: 1440px;
    margin: 18px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 8px;
}

.top .scandic-sofa-logo img {
	height:50px;
}

a.green-btn {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 16px 24px;
	background: #6B8476;
	box-shadow: 0px 4px 16px rgba(63, 96, 80, 0.5);
	border-radius: 40px;
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color:#ffffff;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
	text-decoration:none;
	align-items: center;
    justify-content: center;
}

a.green-btn:hover {
	background: #333333;
}
/* end top */

/* header */
#header {
	max-width:1440px;
	margin:54px auto;
}

#header h1 {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 80px;
	color:#1c1c1c;
	text-align:center;
}

#header a.blank-btn {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6B8476;
	margin: 0 auto;
    display: block;
    text-decoration: none;
	text-align:center;
}
/* end header */


/* section 6 */
#about-us {
	max-width:1312px;
	margin: 100px auto 0 auto;
	background:#fff;
	border-radius:24px;
	z-index:3;
	position:relative;
}

#about-us-bottom {
	display: flex;
    max-width: 1090px;
    margin: 92px auto 0 auto;
    padding-bottom: 192px;
}

#about-us-bottom h4 {
	font-family: 'Public Sans';
	font-weight:600;
	font-size:34px;
	color:#1c1c1c;
	line-height:40px;
	margin-top:90px;
}

#about-us-bottom p {
	font-family: 'Public Sans';
	font-weight:400;
	font-size:19px;
	color:#1c1c1c;
	line-height:26px;
	margin-right:40px;
}

/* end section 6 */

/* Reset i podstawowe style */
.resetcss, .innerbox {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  padding: 20px;
  margin: auto;
}

/* Nagłówek FAQ */
.boxhead {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Linia oddzielająca */
.grey-line {
  height: 2px;
  background-color: #ccc;
  margin-bottom: 20px;
}

/* Styl sekcji (np. ZAKUPY) */
.home-faq-boxhead {
  font-size: 1.5rem;
  margin-bottom: 15px;
  margin-top: 20px;
  color: #333;
}

/* Lista FAQ */
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Styl pytania */
.faq_question_wrapper h2 {
  font-size: 1.1rem;
  background: #f1f1f1;
  margin: 0;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  border: 1px solid #ddd;
  transition: background 0.3s ease;
}

.faq_question_wrapper h2:hover {
  background-color: #eaeaea;
}

/* Odpowiedzi domyślnie schowane (przygotowane do animacji) */
.faq_question_wrapper div[itemprop="acceptedAnswer"] {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-top: none;
}

/* Pokazywana odpowiedź */
.faq_question_wrapper.active div[itemprop="acceptedAnswer"] {
  max-height: 1000px; /* wystarczająco dużo na pełną treść */
  padding: 15px 20px;
}

/* Styl punktów w odpowiedziach */
.faq-point {
  font-weight: bold;
  margin-top: 10px;
}

/* Styl linków */
.faq_question_wrapper a {
  color: #0066cc;
  text-decoration: underline;
}


/* footer */
footer {
	max-width:1392px;
	margin:100px auto 24px auto;
	background:#fff;
	border-radius:24px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
}

footer .scandic-sofa-logo-footer img {
	height:24px;
	margin-top:6px;
}

footer a.blank-btn {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6B8476;
	margin: 0 auto;
    display: block;
    text-decoration: none;
	text-align:center;
	padding: 12px;
    border-radius: 24px;
	-webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}


footer a.blank-btn:after {
	content:'';
	display:inline-block;
	width:14px;
	height:14px;
	background:url('https://scandicsofa.pl/skins/user/rwd_shoper_23/images/user/arte-arrow-up.svg');
	background-repeat:no-repeat;
	background-size: 14px;
    margin-left: 8px;
	-webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

footer a.blank-btn:hover {
	background:#f3f3f3;
}

footer a.blank-btn:hover:after {
  	transform: translateY(-3px);
}
/* end footer */

/* mobile */
@media screen and (max-width: 767px) {
	.top {
   		margin: 18px;
		padding:0px;
	}
	.top .scandic-sofa-logo img {
    	height: 16px;
	}
	
	.top a.green-btn {
	    padding: 12px 14px;
	}
	
		#header h1 {
		font-size: 44px;
		margin-top: 110px;
	}
	
	#img-fade img {
		position: absolute;
		left: 0;
		top: -50px;
		width: 100%;
	}
	
	#img-fade {
		position: relative;
		height: auto;
		width: 90%;
		margin-top: -68px;
	}
	
	#about-us {
	    margin: 100px auto 0 auto;
	}
	
	
	
	#about-us-bottom {
		display: block;
		max-width: 100%;
		margin: 92px 30px 0 30px;
		padding-bottom: 30px;
	}
	
	
	
	footer {
		max-width: 100%;
		margin: 24px 30px 24px 30px;
	}
	
	footer .scandic-sofa-logo-footer img {
		height: 14px;
		margin-top: 6px;
	}
	
	#section3 .firstImg h5 {
		display:none;
	}
	
}

#shoper-foot { display:none; }