.property-single {
max-width: 1200px;
margin: 0 auto;
font-family: inherit;
line-height: 1.6;
overflow-x: hidden;
box-sizing: border-box;
}
.property-single *,
.property-single *::before,
.property-single *::after {
box-sizing: border-box;
} .property-single__carousel {
position: relative;
width: 100%;
height: 500px;
overflow: hidden;
background: #f5f5f5;
margin-bottom: 2rem;
}
.carousel__track {
display: flex;
height: 100%;
transition: transform 0.4s ease-in-out;
}
.carousel__slide {
min-width: 100%;
height: 100%;
}
.carousel__slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
.carousel__nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 50px;
height: 50px;
background: #3faaf6d6;
border: none;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
color: #fff;
transition: background 0.2s, transform 0.2s;
z-index: 10;
}
.carousel__nav:hover {
background: #3faaf6;
transform: translateY(-50%) scale(1.1);
}
.carousel__nav--prev {
left: 1rem;
}
.carousel__nav--next {
right: 1rem;
}
.carousel__counter {
position: absolute;
bottom: 1rem;
right: 1rem;
background: rgba(0, 0, 0, 0.7);
color: #fff;
padding: 0.5rem 1rem;
border-radius: 4px;
font-size: 0.875rem;
}
.carousel__dots {
position: absolute;
bottom: 1rem;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 0.5rem;
}
.carousel__dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: #3faaf691;
border: none;
cursor: pointer;
transition: background 0.2s;
}
.carousel__dot.active,
.carousel__dot:hover {
background: #3faaf6;
} .property-single__header {
display: flex;
flex-direction: column;
gap: 2rem;
margin-bottom: 2rem;
padding: 1.5rem;
background: #f8f9fa;
border-radius: 8px;
}
.property-single__facts {
flex: 1;
min-width: 0;
}
.property-single__reference {
font-size: 0.875rem;
color: #666;
margin-bottom: 0.5rem;
}
.property-single__title {
font-size: 1.75rem;
font-weight: 700;
margin: 0 0 1rem;
color: #333;
}
.property-single__badges {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 1rem;
}
.property-single__badge {
display: inline-block;
padding: 0.25rem 0.75rem;
background: #1676c6;
color: #fff;
border-radius: 4px;
font-size: 0.875rem;
font-weight: 500;
}
.property-single__badge--category {
background: #28a745;
}
.property-single__meta {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
}
.property-single__meta-item {
display: flex;
align-items: center;
gap: 0.5rem;
color: #555;
}
.property-single__meta-item svg {
width: 20px;
height: 20px;
fill: currentColor;
}
.property-single__meta-value {
font-weight: 600;
} .property-single__price {
min-width: 0;
text-align: right;
}
.property-single__price-main {
margin-bottom: 0.5rem;
font-size: 2rem;
font-weight: 700;
color: #1676c6;
text-align: left;
}
.property-single__price-period {
font-size: 1rem;
font-weight: 400;
color: #666;
}
.property-single__price-details {
font-size: 0.875rem;
color: #666;
}
.property-single__price-details p {
margin: 0.25rem 0;
}
.property-single__availability {
margin-top: 0.5rem;
padding: 0.5rem;
background: #e8f5e9;
border-radius: 4px;
font-size: 0.875rem;
color: #2e7d32;
text-align: left;
} .property-single__description {
margin-bottom: 2rem;
padding: 1.5rem;
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
}
.property-single__description h2 {
font-size: 1.25rem;
font-weight: 600;
margin: 0 0 1rem;
color: #333;
}
.property-single__description-content {
text-align: justify;
hyphens: auto;
color: #444;
}
.property-single__description-content p {
margin-bottom: 1rem;
}
.property-single__description-content p:last-child {
margin-bottom: 0;
} .property-single__row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
margin-bottom: 2rem;
}
.property-single__section {
padding: 1.5rem;
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
}
.property-single__section h3 {
font-size: 1.125rem;
font-weight: 600;
margin: 0 0 1rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid #1676c6;
color: #333;
} .property-single__specs {
margin-bottom: 2rem;
}
.property-single__specs dl {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.5rem 1rem;
margin: 0;
}
.property-single__specs dt {
color: #666;
font-size: 0.875rem;
}
.property-single__specs dd {
margin: 0;
font-weight: 500;
color: #333;
} .property-single__energy {
margin-bottom: 2rem;
overflow-x: auto;
min-width: 0;
}
.property-single__energy-costs {
margin-top: 1rem;
} .property-single__heating {
margin-bottom: 2rem;
}
.property-single__heating dl {
margin: 0;
}
.property-single__heating dt {
color: #666;
font-size: 0.875rem;
margin-top: 0.75rem;
}
.property-single__heating dt:first-child {
margin-top: 0;
}
.property-single__heating dd {
margin: 0.25rem 0 0;
font-weight: 500;
color: #333;
} .property-single__services {
margin-bottom: 2rem;
}
.property-single__services ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.property-single__services li {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
background: #e8f4fd;
border-radius: 20px;
font-size: 0.875rem;
color: #1676c6;
}
.property-single__services li::before {
content: "✓";
font-weight: bold;
} .property-single__areas {
margin-bottom: 2rem;
overflow-x: auto;
}
.property-single__areas table {
width: 100%;
border-collapse: collapse;
min-width: 280px;
}
.property-single__areas th,
.property-single__areas td {
padding: 0.75rem;
text-align: left;
border-bottom: 1px solid #e0e0e0;
}
.property-single__areas th {
background: #f8f9fa;
font-weight: 600;
color: #333;
}
.property-single__areas tr:last-child td {
border-bottom: none;
}
.property-single__areas tfoot {
font-weight: 600;
background: #f8f9fa;
} .property-single__map {
margin-bottom: 2rem;
}
.property-single__map-container {
height: 400px;
border-radius: 8px;
overflow: hidden;
}
.property-single__address {
margin-top: 1rem;
padding: 1rem;
background: #f8f9fa;
border-radius: 8px;
color: #555;
}
.property-single__address strong {
color: #333;
} .property-single__agent {
display: flex;
gap: 1.5rem;
padding: 1.5rem;
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
margin-bottom: 2rem;
}
.property-single__agent-photo {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
}
.property-single__agent-photo--placeholder {
background: #e0e0e0;
display: flex;
align-items: center;
justify-content: center;
color: #999;
font-size: 2rem;
}
.property-single__agent-info {
flex: 1;
}
.property-single__agent-name {
font-size: 1.25rem;
font-weight: 600;
margin: 0 0 0.5rem;
color: #333;
}
.property-single__agent-contact {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.property-single__agent-contact a {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: #1676c6;
text-decoration: none;
}
.property-single__agent-contact a:hover {
text-decoration: underline;
} .property-single__contact-placeholder {
padding: 2rem;
background: #f8f9fa;
border: 2px dashed #ccc;
border-radius: 8px;
text-align: center;
color: #666;
} @media (max-width: 992px) {
.property-single__row {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.property-single {
padding: 0 1rem;
}
.property-single__carousel {
height: 300px;
}
.property-single__header {
flex-direction: column;
padding: 1rem;
}
.property-single__section {
padding: 1rem;
}
.property-single__description {
padding: 1rem;
}
.property-single__price {
text-align: left;
}
.property-single__title {
font-size: 1.5rem;
}
.property-single__price-main {
font-size: 1.75rem;
}
.property-single__agent {
flex-direction: column;
align-items: center;
text-align: center;
padding: 1rem;
}
.property-single__specs dl {
grid-template-columns: 1fr;
}
.carousel__nav {
width: 40px;
height: 40px;
font-size: 1.25rem;
} .property-single__areas table,
.property-single__areas thead,
.property-single__areas tbody,
.property-single__areas tfoot,
.property-single__areas tr,
.property-single__areas th,
.property-single__areas td {
display: block;
width: 100%;
border: none;
}
.property-single__areas thead {
display: none;
}
.property-single__areas tbody tr {
padding: 0.75rem 0;
border-bottom: 1px solid #e0e0e0;
}
.property-single__areas tbody tr:last-child {
border-bottom: none;
}
.property-single__areas td {
padding: 0.125rem 0;
}
.property-single__areas td::before {
content: attr(data-label);
display: block;
font-size: 0.75rem;
font-weight: 600;
color: #999;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.property-single__areas tfoot {
margin-top: 0.5rem;
border-top: 2px solid #1676c6;
padding-top: 0.75rem;
}
.property-single__areas tfoot td[colspan] {
display: none;
}
.property-single__areas tfoot td:last-child {
font-size: 1rem;
font-weight: 700;
}
}
@media (max-width: 480px) {
.property-single {
padding: 0 0.75rem;
}
.property-single__carousel {
height: 250px;
}
.property-single__title {
font-size: 1.25rem;
}
.property-single__price-main {
font-size: 1.5rem;
}
.property-single__meta {
flex-direction: column;
gap: 0.75rem;
}
.property-single__section {
padding: 0.75rem;
}
.property-single__header {
padding: 0.75rem;
}
}