.sliderDiv .uk-position-relative > a.uk-position-center-left,
.sliderDiv .uk-position-relative > a.uk-position-center-right{
    background-color: rgba(0,0,0,.10);
    padding:20px;
    border-radius: 100%;
}
.sliderDiv .uk-position-relative > a.uk-position-center-left:hover,
.sliderDiv .uk-position-relative > a.uk-position-center-right:hover{
    background-color: rgba(0,0,0,.20);
}

.sliderDiv .hero-slideshow {
    aspect-ratio: 15 / 5;
}

.sliderDiv .uk-slideshow-items {
    min-height: 100%;
}

.sliderDiv .uk-slideshow-items > li > a {
    display: block;
    height: 100%;
}

.sliderDiv .hero-slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.gsdf46 .row .col img{
    width:100%;
    cursor: pointer;
}


/* NEW SALE DESIGN */
.newSaleContainer .newSaleContainer-left .image{
    /* background-color: #FF9922; */
    height:384px;
    text-align: center;
    justify-content: center;
    align-items: center;  
    display: flex;
    background-image: url('../../../images/bg/sale-bg-yellow.webp');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.newSaleContainer .newSaleContainer-left .image:hover {
    transform: scale(1.02);
}

.newSaleContainer .newSaleContainer-left .image h3{
    display: block;
    font-size: 55px;
    text-shadow: 3px 1px 6px rgb(27, 27, 26);
}

.newSaleContainer .newSaleContainer-left .image a{
    position: absolute;
    margin-top: 180px;
    padding:10px 30px;
    font-size: 20px;
    transition: all 0.3s ease;
}

.newSaleContainer .newSaleContainer-left .image a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Elegant styling for ON SALE ITEMS product cards */
.newSaleContainer .onSaleItems .uk-slider-items > li {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	overflow: hidden;
	margin: 0 8px;
	display: flex;
	flex-direction: column;
}

.newSaleContainer .onSaleItems .uk-slider-items > li:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.newSaleContainer .onSaleItems .uk-slider-items > li > a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	height: 100%;
	flex: 1;
}

.newSaleContainer .onSaleItems .uk-slider-items > li > a > div:first-child {
	position: relative;
}

/* Square image container for sale items */
.newSaleContainer .onSaleItems .ukMySliderDivImg {
	height: 0;
	padding-bottom: 100%; /* Makes it square (1:1 aspect ratio) */
	position: relative;
	overflow: hidden;
	background: #ffffff;
	border-radius: 12px 12px 0 0;
	box-sizing: border-box;
	margin: 0;
}

.newSaleContainer .onSaleItems .ukMySliderDivImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	transition: transform 0.3s ease;
}

.newSaleContainer .onSaleItems .uk-slider-items > li:hover .ukMySliderDivImg img {
	transform: translate(-50%, -50%) scale(1.05);
}

/* Elegant pricing section for sale items - improved visibility */
.newSaleContainer .onSaleItems .ukMySliderDivPrice {
	background: #F86EC0 !important;
	background-color: #F86EC0 !important;
	padding: 14px 15px;
	margin: 0;
	border-radius: 0 0 12px 12px;
	text-align: center;
	box-shadow: 0 -2px 8px rgba(248, 110, 192, 0.2);
	min-height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.newSaleContainer .onSaleItems .uk-slider-items > li .ukMySliderDivPrice,
.newSaleContainer .onSaleItems .uk-slider-items > li > a > .ukMySliderDivPrice {
	background: #F86EC0 !important;
	background-color: #F86EC0 !important;
}

.newSaleContainer .onSaleItems .ukMySliderDivPrice .new-price {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff !important;
	display: block;
	line-height: 1.3;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	margin: 0;
}

.newSaleContainer .onSaleItems .ukMySliderDivPrice .new-price.sale {
	color: #ffffff !important;
}

.newSaleContainer .onSaleItems .ukMySliderDivPrice .old-price {
	font-size: 15px;
	color: #ffffff !important;
	opacity: 0.9;
	text-decoration: line-through;
	display: block;
	margin-top: 5px;
	font-weight: 400;
	line-height: 1.2;
}

/* Elegant product labels for sale items - positioned to not hide image */
.newSaleContainer .onSaleItems .product-label {
	position: absolute;
	z-index: 10;
	border-radius: 6px;
	font-weight: 600;
	font-size: 10px;
	padding: 5px 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	letter-spacing: 0.3px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.newSaleContainer .onSaleItems .product-label.free-shipping {
	top: 8px;
	left: 8px;
	background: #FF4757;
	color: #ffffff;
	font-size: 10px;
}

.newSaleContainer .onSaleItems .product-label.fetchLoadProdDiscPriceDiv {
	bottom: 8px;
	right: 8px;
	top: auto;
	background: #2ed573;
	color: #ffffff;
	font-size: 10px;
}

.newSaleContainer .onSaleItems .uk-slider-items > li:hover .product-label {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Product name styling - improved visibility */
.newSaleContainer .onSaleItems .ukMySliderDivName {
	padding: 12px 15px;
	color: #2F3337;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	word-break: break-word;
	background: #ffffff;
	border-top: 1px solid #f0f0f0;
}

/* NEW POWELL BRAND DESIGN */
.newPowellBrandContainer .newSaleContainer-left .image{
    /* background-color: #FF9922; */
    height:384px;
    text-align: center;
    justify-content: center;
    align-items: center;  
    display: flex;
    background-image: url('../../../images/bg/powell_brand_bg-yellow.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.newPowellBrandContainer .newSaleContainer-left .image h3{
    display: block;
    font-size: 55px;
    text-shadow: 3px 1px 6px rgb(27, 27, 26);
}

.newPowellBrandContainer .newSaleContainer-left .image a{
    position: absolute;
    margin-top: 180px;
    padding:10px 30px;
    font-size: 20px;
}

/* Powell items slider – same design as On Sale items */
.newPowellBrandContainer .onSaleItems .uk-slider-items > li {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	overflow: hidden;
	margin: 0 8px;
	display: flex;
	flex-direction: column;
}

.newPowellBrandContainer .onSaleItems .uk-slider-items > li:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.newPowellBrandContainer .onSaleItems .uk-slider-items > li > a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	height: 100%;
	flex: 1;
}

.newPowellBrandContainer .onSaleItems .uk-slider-items > li > a > div:first-child {
	position: relative;
}

.newPowellBrandContainer .onSaleItems .ukMySliderDivImg {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background: #ffffff;
	border-radius: 12px 12px 0 0;
	box-sizing: border-box;
	margin: 0;
}

.newPowellBrandContainer .onSaleItems .ukMySliderDivImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	transition: transform 0.3s ease;
}

.newPowellBrandContainer .onSaleItems .uk-slider-items > li:hover .ukMySliderDivImg img {
	transform: translate(-50%, -50%) scale(1.05);
}

.newPowellBrandContainer .onSaleItems .ukMySliderDivPrice,
.newPowellBrandContainer .onSaleItems .uk-slider-items > li .ukMySliderDivPrice,
.newPowellBrandContainer .onSaleItems .uk-slider-items > li > a > .ukMySliderDivPrice {
	background: #F86EC0 !important;
	background-color: #F86EC0 !important;
	padding: 14px 15px;
	margin: 0;
	border-radius: 0 0 12px 12px;
	text-align: center;
	box-shadow: 0 -2px 8px rgba(248, 110, 192, 0.2);
	min-height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.newPowellBrandContainer .onSaleItems .ukMySliderDivPrice .new-price {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff !important;
	display: block;
	line-height: 1.3;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	margin: 0;
}

.newPowellBrandContainer .onSaleItems .ukMySliderDivPrice .new-price.sale {
	color: #ffffff !important;
}

.newPowellBrandContainer .onSaleItems .ukMySliderDivPrice .old-price {
	font-size: 15px;
	color: #ffffff !important;
	opacity: 0.9;
	text-decoration: line-through;
	display: block;
	margin-top: 5px;
	font-weight: 400;
	line-height: 1.2;
}

.newPowellBrandContainer .onSaleItems .product-label {
	position: absolute;
	z-index: 10;
	border-radius: 6px;
	font-weight: 600;
	font-size: 10px;
	padding: 5px 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	letter-spacing: 0.3px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.newPowellBrandContainer .onSaleItems .product-label.free-shipping {
	top: 8px;
	left: 8px;
	background: #FF4757;
	color: #ffffff;
	font-size: 10px;
}

.newPowellBrandContainer .onSaleItems .product-label.fetchLoadProdDiscPriceDiv {
	bottom: 8px;
	right: 8px;
	top: auto;
	background: #2ed573;
	color: #ffffff;
	font-size: 10px;
}

.newPowellBrandContainer .onSaleItems .uk-slider-items > li:hover .product-label {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.newPowellBrandContainer .onSaleItems .ukMySliderDivName {
	padding: 12px 15px;
	color: #2F3337;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	word-break: break-word;
	background: #ffffff;
	border-top: 1px solid #f0f0f0;
}


.newArrivalsContainer .ukMySliderDivImg{
    overflow: hidden;
}
.newArrivalsContainer .ukMySliderDivImg img{
    object-fit: fill;
	width:100%;
	height:100%;
}

.newArrivalsContainer .ukMySliderDivPrice{
    margin-left: 10px;
}
.newArrivalsContainer .ukMySliderDivPrice .new-price{
    font-weight: bold;
}
.newArrivalsContainer .ukMySliderDivName{
    margin-left: 10px;
    margin-bottom: 5px;
    color:#2F3337;
    font-size: 15px;
}

/* LATEST FASION */
.discoverLatestFashion .uk-slideshow-items div{
    margin-top:25%;
    margin-left:17%;
    display:relative;
}
.discoverLatestFashion .uk-slideshow-items a h3{
    padding:10px !important;
}


/* TODAYS BEST DEAL */
.todaysBestDealDiv{
	padding:50px;
	background-image: linear-gradient(#FA0000, white);
	background-size: 100%;
}

.todaysBestDealDiv h3{
	color:white;
}
.todaysBestDealDiv h3 b{
	color:white;
	text-shadow: 1px 1px 5px yellow;
}

.todaysBestDealDiv .carousel-cell{
	width:30% !important;
	height:auto !important;
	border:1px solid #EAEAEA;
	padding:2px;
}
.todaysBestDealDiv .todaysBestDealDivSpan{
	background-image: linear-gradient(#FA0000, white);
}
/* Elegant product card design */
.todaysBestDealDiv .ukMySliderDiv .uk-slider-items > li {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	overflow: hidden;
	margin: 0 8px;
	display: flex;
	flex-direction: column;
}

.todaysBestDealDiv .ukMySliderDiv .uk-slider-items > li:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.todaysBestDealDiv .ukMySliderDiv .uk-slider-items > li > a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	height: 100%;
	flex: 1;
}

.todaysBestDealDiv .ukMySliderDiv .uk-slider-items > li > a > div:first-child {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
}

/* Make image container square and center images */
.todaysBestDealDiv .ukMySliderDivImg{
	height: 0;
	padding-bottom: 100%; /* Makes it square (1:1 aspect ratio) */
	position: relative;
	overflow: hidden;
	background: #ffffff;
	border-radius: 12px 12px 0 0;
	box-sizing: border-box;
	margin: 0;
}

.todaysBestDealDiv .ukMySliderDivImg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	transition: transform 0.3s ease;
}

.todaysBestDealDiv .ukMySliderDiv .uk-slider-items > li:hover .ukMySliderDivImg img {
	transform: translate(-50%, -50%) scale(1.05);
}

.todaysBestDealDiv .carousel-cell label{
	color:#B87199;
	font-size: 22px;
}

/* Elegant pricing section - fixed height for all cards - consistent light pink background */
.todaysBestDealDiv .ukMySliderDivPrice {
	background: #F86EC0 !important;
	background-color: #F86EC0 !important;
	padding: 15px;
	margin: 0;
	border-radius: 0 0 12px 12px;
	text-align: center;
	box-shadow: 0 -2px 8px rgba(248, 110, 192, 0.2);
	min-height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

/* Force light pink background for all pricing boxes - override any other styles */
.todaysBestDealDiv .uk-slider-items > li .ukMySliderDivPrice,
.todaysBestDealDiv .uk-slider-items > li > a > .ukMySliderDivPrice,
.todaysBestDealDiv .ukMySliderDiv .uk-slider-items > li .ukMySliderDivPrice,
.todaysBestDealDiv .uk-slider-items > li:not(:has(.sale)) .ukMySliderDivPrice,
.todaysBestDealDiv .uk-slider-items > li:not(:has(.old-price)) .ukMySliderDivPrice {
	background: #F86EC0 !important;
	background-color: #F86EC0 !important;
}

.todaysBestDealDiv .ukMySliderDiv .new-price{
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.todaysBestDealDiv .ukMySliderDiv .new-price.sale{
    color: #ffffff;
}
.todaysBestDealDiv .ukMySliderDiv .old-price{
    font-size: 16px;
    color: #ffffff !important;
    opacity: 0.85;
    text-decoration: line-through;
    display: block;
    margin-top: 4px;
    font-weight: 400;
}

/* 
 * Show 5 items in "Today's BEST DEALS" slider on larger screens
 * NOTE: This ONLY affects .todaysBestDealDiv section and will NOT affect:
 * - NEW ARRIVALS section (uses Semantic UI cards, not UIKit slider)
 * - Any other sliders on the page
 */
.todaysBestDealDiv .ukMySliderDiv .uk-slider-items > li,
.todaysBestDealDiv .uk-slider-items.uk-child-width-1-2\@s.uk-child-width-1-3\@m > li {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 0 !important;
}

/* Elegant product labels */
.todaysBestDealDiv .product-label {
	position: absolute;
	z-index: 10;
	border-radius: 6px;
	font-weight: 600;
	font-size: 11px;
	padding: 6px 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.todaysBestDealDiv .product-label.free-shipping {
	top: 12px;
	left: 12px;
	background: #FF4757;
	color: #ffffff;
}

.todaysBestDealDiv .product-label.fetchLoadProdDiscPriceDiv {
	top: 12px;
	right: 12px;
	background: #2ed573;
	color: #ffffff;
}

.todaysBestDealDiv .ukMySliderDiv .uk-slider-items > li:hover .product-label {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Override UIKit responsive classes specifically for best deals slider only */
.todaysBestDealDiv .uk-slider-items.uk-child-width-1-2\@s > li,
.todaysBestDealDiv .uk-slider-items.uk-child-width-1-3\@m > li {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

/* Responsive: 3 items on tablets */
@media (max-width: 959px) {
    .todaysBestDealDiv .ukMySliderDiv .uk-slider-items > li {
        width: 33.333% !important;
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }
}

/* Responsive: 2 items on mobile */
@media (max-width: 639px) {
    .todaysBestDealDiv .ukMySliderDiv .uk-slider-items > li {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}


.ui.five.doubling.cards .card{
	height:440px !important;
}
.ui.five.doubling.cards .card .ukMySliderDivImg{
	height:320px !important;
}
.ui.five.doubling.cards .card .ukMySliderDivImg img{
	object-fit:cover !important;
	width: 100% !important;
}


/* WEVE GOT YOU STYLE */
.weveGotYourStyleDivBox .weveGotYourStyleDivBoxDesc{
    background-color: #F5F5F5;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
    padding-top: 15px;
}



/* DESKTOP 1 */
@media screen and (max-width: 1440px) {
	.todaysBestDealDiv .ukMySliderDivImg{
        height:369px;
    }
	.todaysBestDealDiv .ukMySliderDivImg img{
        object-fit:cover !important;
	    width: 400%;
    }

    .ui.five.doubling.cards .card{
        height:370px !important;
    }
    .ui.five.doubling.cards .card .ukMySliderDivImg{
        height:252px !important;
    }
}

/* DESKTOP 3 */
@media screen and (max-width: 1280px) {
    .todaysBestDealDiv .ukMySliderDivImg{
        height:328px;
    }
	.todaysBestDealDiv .ukMySliderDivImg img{
        object-fit:cover !important;
	    width: 400%;
    }

    .ui.five.doubling.cards .card{
        height:342px !important;
    }
    .ui.five.doubling.cards .card .ukMySliderDivImg{
        height:225px !important;
    }
}


/*MOBILE SIZE*/
@media only screen and (max-width: 467px) {
    .ui.five.doubling.cards .card{
        height:242px !important;
    }
    .ui.five.doubling.cards .card .ukMySliderDivImg{
        height:147px !important;
    }
}


.ukMySliderDiv .uk-slidenav-previous{
    background-color: rgba(224,57,151,.90) !important;
    padding: 40px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left:-5px;
    z-index: 2;
    border-right:2px dotted rgba(255,255,255,.50);
}

.ukMySliderDiv .uk-slidenav-next{
    background-color: rgba(224,57,151,.90);
    padding: 40px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    right:-10px;
    z-index: 2;
    border-left:2px dotted rgba(255,255,255,.50);
}

.ui.five img{
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}