/*
 * Banner Section Custom Styles
 * This file is intentionally isolated from style.css.
 */

#design_studio_banner_section.sale-banner {
    position: relative;
    overflow: hidden;
    background-color: #29C684;
    background-size: cover !important;
    background-position: center;
    height: 650px;
}

#design_studio_banner_section .asterthemes-wrapper {
	position: relative;
    height: 650px;
	z-index: 1;
}

#design_studio_banner_section .sale-banner__inner {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr) minmax(320px, 1fr);
    gap: 0;
    position: relative;
    align-items: end;
}

.fashion-banner{
	background: #32c78e;
}

#design_studio_banner_section .sale-banner__content {
    position: relative;
    z-index: 3;
    padding-bottom: 30px;
}

#design_studio_banner_section .sale-banner__offer {
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 18px;
	color: #ffffff;
	font-family: var(--font-second);
}

#design_studio_banner_section .sale-banner__heading {
    margin: 0;
    line-height: 0.87;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
	gap: 40px;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1.sale-title.sale-banner__heading-copy.sale-banner__heading{
	z-index: 99;
}

#design_studio_banner_section .sale-banner__heading-primary, 
#design_studio_banner_section .sale-banner__heading-secondary {
    display: block;
    font-size: 240px;
    font-weight: 900;
    color: #ffffff;
    font-family: var(--font-heading);
    text-transform: capitalize;
}

#design_studio_banner_section .sale-banner__heading-secondary {
    position: relative;
    text-transform: uppercase;
    font-family: var(--font-second);
    margin-top: 12px;
    font-size: 180px;
}

h1.sale-title.sale-banner__heading-copy.sale-banner__heading .sale-banner__heading-primary{
    -webkit-text-fill-color: rgba(255, 255, 255, 0.08);
    -webkit-text-stroke: 2px rgba(255, 255, 255);
}

h1.sale-title.sale-banner__heading-copy.sale-banner__heading .sale-banner__heading-secondary{
    -webkit-text-fill-color: rgba(255, 255, 255, 0.08);
    -webkit-text-stroke: 2px rgba(255, 255, 255);
}

#design_studio_banner_section .sale-banner__description {
    max-width: 250px;
    font-size: 17px;
    line-height: 1.45;
    font-family: var(--font-second);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    text-transform: none;
}

#design_studio_banner_section .sale-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    color: #26b87f !important;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-heading);
    line-height: 1;
    text-transform: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.14);
}

#design_studio_banner_section .sale-banner__button:hover,
#design_studio_banner_section .sale-banner__button:focus {
	background: #111111;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

#design_studio_banner_section .sale-banner__button:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 3px;
}

#design_studio_banner_section .sale-banner__media {
	position: relative;
	min-height: 650px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

#design_studio_banner_section .sale-banner__model {
	position: relative;
	z-index: 2;
}

#design_studio_banner_section .sale-banner__model-image, #design_studio_banner_section .sale-banner__model img {
    display: block;
    width: 100%;
    height: 470px;
    object-fit: contain;
    position: relative;
    z-index: 9
}

#design_studio_banner_section .sale-banner__badge {
    position: absolute;
    right: -10px;
    bottom: 28px;
    z-index: 3;
    background: #f4f1eb;
    border-radius: 15px;
    padding: 12px 18px;
    box-shadow: 0 20px 32px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#design_studio_banner_section .sale-banner__badge-value {
    display: block;
    font-size: 27px;
    font-weight: 800;
    line-height: 1;
    color: #000000;
}

.sale-banner__badge-media {
	display: flex;
	align-items: center;
}

.sale-banner__badge-avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	margin-left: -16px;
}

.sale-banner__badge-avatar:first-child {
	margin-left: 0;
}

#design_studio_banner_section .sale-banner__badge-label {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #6b6b6b;
	font-family: var(--font-second);
}

#design_studio_banner_section .sale-banner__badge-media {
    margin-top: 5px;
}

#design_studio_banner_section .sale-banner__badge-image {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 48px;
	object-fit: contain;
}

#design_studio_banner_section .sale-banner__badge-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #32c78e;
    color: #ffffff;
    font-size: 40px;
    border: none;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
}

#design_studio_banner_section .sale-banner__visual {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	justify-self: end;
	z-index: 3;
}

#design_studio_banner_section .sale-banner__stat {
	position: relative;
	padding-bottom: 30px;
}

#design_studio_banner_section .sale-banner__stat:not(.sale-banner__stat--secondary)::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
}

#design_studio_banner_section .sale-banner__stat-value {
    margin: 0;
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    font-family: var(--font-heading);
    text-transform: uppercase;
}

#design_studio_banner_section .sale-banner__stat-label {
    margin: 6px 0 0;
    max-width: 170px;
    font-size: 18px;
    line-height: 1.3;
    font-family: var(--font-second);
    color: rgba(255, 255, 255, 0.95);
    text-transform: none;
}

#design_studio_banner_section .sale-banner__bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 14px 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(3px);
}

#design_studio_banner_section .sale-banner__bottom p {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

@media only screen and (max-width: 1700px) {
	#design_studio_banner_section .sale-banner__model-image, #design_studio_banner_section .sale-banner__model img {
		height: 480px;
	}
}

@media only screen and (max-width: 1250px) {
	#design_studio_banner_section .sale-banner__model-image, #design_studio_banner_section .sale-banner__model img {
		height: 480px;
	}
	#design_studio_banner_section .sale-banner__heading-primary, #design_studio_banner_section .sale-banner__heading-secondary{
		font-size: 180px;
	}
	#design_studio_banner_section .sale-banner__heading-secondary{
		font-size: 140px;
	}
	#design_studio_banner_section .asterthemes-wrapper,#design_studio_banner_section.sale-banner {
		height: 590px;
	}
	#design_studio_banner_section .sale-banner__inner {
		margin-top: -60px;
	}
	#design_studio_banner_section .sale-banner__model-image, #design_studio_banner_section .sale-banner__model img {
        height: 460px;
		object-fit: cover;
    }
}

@media only screen and (max-width: 1050px) {
	#design_studio_banner_section .sale-banner__inner {
		grid-template-columns: minmax(200px, 1fr) minmax(380px, 1fr) minmax(200px, 1fr);
	}
	#design_studio_banner_section .sale-banner__heading-primary, #design_studio_banner_section .sale-banner__heading-secondary{
		font-size: 160px;
	}
	#design_studio_banner_section .sale-banner__heading-secondary{
		font-size: 120px;
	}
	#design_studio_banner_section .sale-banner__description{
		max-width: 230px;
	}
}

@media only screen and (max-width: 950px) {
	#design_studio_banner_section .sale-banner__inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}
	#design_studio_banner_section .sale-banner__visual {
		flex-direction: row;
		align-items: center;
		justify-self: center;
	}
	#design_studio_banner_section .asterthemes-wrapper,#design_studio_banner_section.sale-banner {
		height: 740px;
	}
	#design_studio_banner_section .sale-banner__media{
		min-height: 550px;
	}
	body.home .banner-enabled .header-main-wrapper {
		position: relative;
	}
	.sale-banner__content {
        order: 2;
        max-width: 100%;
        text-align: center;
		padding-bottom: 0;
    }
	#design_studio_banner_section .sale-banner__description {
        max-width: 100%;
		text-align: center;
    }
	#design_studio_banner_section .sale-banner__stat {
		padding-bottom: 0;
	}
	#design_studio_banner_section .sale-banner__stat:not(.sale-banner__stat--secondary)::after{
		content: none;
	}
}

@media only screen and (max-width: 600px) {
	#design_studio_banner_section .sale-banner__model-image, #design_studio_banner_section .sale-banner__model img {
        height: 300px;
        object-fit: cover;
    }
	#design_studio_banner_section .sale-banner__media {
        min-height: 500px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
	#design_studio_banner_section .sale-banner__badge {
		position: relative;
		right: unset;
		bottom: unset;
		z-index: unset;
	}
	#design_studio_banner_section .sale-banner__inner {
        margin-top: 00px;
    }
	#design_studio_banner_section .asterthemes-wrapper, #design_studio_banner_section.sale-banner {
        height: 800px;
    }
	#design_studio_banner_section .sale-banner__heading-secondary {
        font-size: 60px;
    }
	#design_studio_banner_section .sale-banner__heading-primary, #design_studio_banner_section .sale-banner__heading-secondary {
        font-size: 90px;
    }
	#design_studio_banner_section .sale-banner__visual {
        gap: 0;
    }
}

@media only screen and (max-width: 390px) {
	#design_studio_banner_section .sale-banner__heading-secondary {
        font-size: 50px;
    }
	#design_studio_banner_section .sale-banner__heading-primary, #design_studio_banner_section .sale-banner__heading-secondary {
        font-size: 70px;
    }
}