body{color:#2c2a26;}

.holiday-shop-list li {
    width: 24%;
    display: inline-block;
    transition: ease-in-out 0.3s all;
    margin-right: 0.9%;
    vertical-align: top;
    align-items: normal;
	margin-bottom: 1%;
}
.holiday-shop-list li a{transition:0.2s all ease-in-out;}
.holiday-shop-list li a:hover{color: #ce202e;}
.holiday-shop-list li:hover{opacity:1;}
.holiday-shop-img-block {
    max-height: 420px;
    overflow: hidden;
}
.holiday-shop-list li img{height:420px;}
.xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.red-heading{color:#ce202e;}
.gift-shop-sale-section ul li {
    display: inline-block;
    margin: 0.5%;
    width: 23.9%;
}
.shop-link-border {
    display: inline-block;
    border-bottom: 2px solid #2c2a4e;
}
.gift-shop-sale-section .gift-shop-the-look {
    height:430px;
}
.shop-plus{top:5px}
.holiday-mood-section {
    background: #ce202e;
}
.gift-shop-sale-section.holiday-mood-section .shop-link-border {
    border-bottom: 1px solid #ffffff;
}
.gift-shop-sale-section.holiday-mood-section li {
    margin-bottom: 3%;
}
.gift-shop-sale-section ul li {
    vertical-align: top;
    align-items: normal;
}
.gift-shop-sale-section ul li:first-child {
    margin-left: 0;
}
.gift-shop-sale-section ul li:last-child {
    margin-right: 0;
}
.holiday-shop-list li:last-child {
    margin-right: 0;
}
.product-image img{height:100%;}
.gift-shop-sale-section.holiday-mood-section .gift-shop-the-look {
    height: 526px;
}


.gift-shop-sale-section li a:hover { color: #ce202e;}
.gift-shop-sale-section li .gift-shop-the-look:hover+p a{color:#ce202e}
.gift-shop-sale-section li .gift-shop-the-look:hover+p a span.shop-link-border{border-bottom: 2px solid #ce202e;}
.gift-shop-sale-section li a:hover span.shop-link-border { border-bottom: 2px solid #ce202e;}
section.gift-shop-sale-section.holiday-mood-section li a:hover span.shop-link-border{border-bottom: 1px solid #fff;}

.video-section mux-player {
  width: 100%;
  height: 100vh !important;
  max-height: 100% !important;
}
.product-image img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
	max-width:100%;
}
.product-image {
    position: relative;
    height: 100%;
}

@media (max-width:1023px){
	.holiday-shop-list li{width:23%;}
	.xl\:tw-grid-cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr));}
	.gift-shop-sale-section .gift-shop-the-look { height: 320px;}
	.gift-shop-sale-section li img {opacity: 1;}
	.holiday-shop-list li {opacity: 1;}
}

@media (max-width:767px){
	.product-image img{position:relative}
	.holiday-shop-list li{width:48%; margin-bottom:5%;}
	.xl\:tw-grid-cols-4 {grid-template-columns: repeat(1, minmax(0, 1fr));}
	.product-image img {width: 100%;}
	.gift-shop-sale-section .gift-shop-the-look { height: 280px;}
	.gift-shop-sale-section ul li{ margin-bottom: 5%;width: 48%;}
	.gift-shop-sale-section.holiday-mood-section li {margin-bottom: 7%;}
	.gift-shop-sale-section.holiday-mood-section .gift-shop-the-look {height: 320px;}
	.site-top-bar span.xl\:tw-hidden { right: 20px; position: absolute;}
	.holiday-shop-list li img, .holiday-shop-list li img{height:250px}
}

@media (max-width:479px){
	.gift-shop-sale-section .gift-shop-the-look { height: 220px;}
	.gift-shop-sale-section.holiday-mood-section .gift-shop-the-look {height: 300px;}
}
@media (max-width:375px){
.holiday-shop-list li img, .holiday-shop-list li img{height:200px}
}
