/*
    Summer Flash Sale
*/

section[data-pagebuilder="section"].inset {
    background: #F2E5DB !important;
}

@media(min-width:1600px){
    section.max-contained-banner-top > [data-pagebuilder="section-container"] {
        max-width: 1540px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

section[data-pagebuilder="section"].section-product-carousel .product-slider a.widget-inner {
    border: 0 !important;
    box-shadow: none !important;
}

section[data-pagebuilder="section"].section-product-carousel .product-slider .product-title,
section[data-pagebuilder="section"].section-product-carousel .product-slider .product-price {
    text-align: center !important;
    color: var(--bs-dark) !important;
    font-weight: normal !important;
}

section[data-pagebuilder="section"].section-product-carousel .product-slider .wishlist-btn-container {
    display: none !important;
}

/*normal bg images*/

[data-widget-element="widgetBgImageSrc"] {
    position: relative !important;
}

[data-widget-element="widgetBgImageSrc"].image-inner-border::before {
    content: "" !important;
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    right: 0 !important;
    bottom: 0 !important;
    width: calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.9) !important;
    border-radius: 0 !important;
    z-index: 1 !important;
}

/*inside grid bg images*/

.image-inner-border-container [data-widget-element="widgetBgImageSrc"] .image-inner-border {
    position: static !important;
}

.image-inner-border-container [data-widget-element="widgetBgImageSrc"] .widget-text-overlay {
    min-height: 60px !important;
    height: 60px !important;
    padding: 0 !important;
}

.image-inner-border-container [data-widget-element="widgetBgImageSrc"] .image-inner-border::before {
    content: "" !important;
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    right: 0 !important;
    bottom: 0 !important;
    width: calc(100% - 40px) !important;
    height: calc(100% - 100px) !important;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.9) !important;
    border-radius: 0 !important;
    z-index: 1 !important;
}


/* Countdown Timer */

#countdownTimer h6 {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0.5em;
}
.time-card {
	display: inline-flex;
	flex-direction: column;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.9), 0 0 0 1px rgba(0,0,0,0.9);
	font-size: 8vw;
	font-weight: bold;
	border-radius: .1em;
	position: relative;
	margin: 0 0.25rem;
	line-height: 1;
}
.time-card .top,
.time-card .top-flip {
	height: .75em;
	line-height: .9em;
	padding: .25em;
	overflow: hidden;
	width: 8vw;
	display: flex;
	justify-content: center;	
}
.time-card .bottom,
.time-card .bottom-flip {
	height: .75em;
	line-height: 1.1em;
	padding: .25em;
	overflow: hidden;
	width: 8vw;
	display: flex;
	justify-content: center;
}
@media(min-width:768px){
	.time-card {
		font-size: 6vw;
	}
	.time-card .top,
	.time-card .bottom,
	.time-card .top-flip,
	.time-card .bottom-flip {
		width: 6vw;
	}
	#countdownTimer h6 {
		font-size: 14px;
		letter-spacing: 0.1rem;
	}
}
.time-card .top,
.time-card .top-flip {	
	background: #282828;
	color: #cccccc;
	border-top-left-radius: .1em;
	border-top-right-radius: .1em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.time-card .bottom,
.time-card .bottom-flip {
	background: #181818;
	color: #ffffff;	
	display: flex;
	align-items: flex-end;
	border-bottom-left-radius: .1em;
	border-bottom-right-radius: .1em;
}
.time-card .top-flip {
	position: absolute;
	width: 100%;
	animation: flip-down 350ms ease-in;
	transform-origin: bottom;
}
@keyframes flip-down {
	100% {
		transform: rotateX(90deg);
	}
}
.time-card .bottom-flip {
	position: absolute;
	bottom: 0;
	width: 100%;
	animation: flip-bottom 350ms ease-out 350ms;
	transform-origin: top;
	transform: rotateX(90deg);
}
@keyframes flip-bottom {
	100% {
		transform: rotateX(0deg);
	}
}
section.default .time-card {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.1);
}
section.default .time-card .top,
section.default .time-card .top-flip {
	background: #f7f7f7;
	color: #373737;
}
section.default .time-card .bottom,
section.default .time-card .bottom-flip {
	background: #ffffff;
	color: #111111;
}




/*
 * Countdown Timer - Summer Flash Sale: Overrides
 */

section.default .time-card .top, 
section.default .time-card .top-flip {
    background: #e8b364 !important;
    color: #f3e2c8 !important;
}

section.default .time-card .bottom, 
section.default .time-card .bottom-flip {
    background: #d8ab67 !important;
    color: #ffffff !important;
}

#countdownTimer h6 {
    color: #ffffff !important;
}