.greggs-section .elementor-widget-video .elementor-wrapper {
    aspect-ratio: 2.48 !important;
}

.greggs-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26.6%;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 1;
}

.bj_custom_shape,
.products-bg{
	z-index: 1;
}
.bj_custom_shape:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 395px);
clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
background: linear-gradient(180deg, var(--Primery-Deep-Harbour-Blue, rgba(18, 62, 99, 0.90)) 41.25%, var(--Secondary-Warm-Sky-Blue, rgba(155, 191, 214, 0.90)) 132.5%);
z-index: -1;
}
.products-bg::after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 93px);
clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 50% 100%, 0% 50%);
background: linear-gradient(180deg, var(--Primery-Deep-Harbour-Blue, rgba(18, 62, 99, 0.90)) 28.68%, var(--Secondary-Warm-Sky-Blue, rgba(155, 191, 214, 0.90)) 139.45%);
z-index: -1;
}


.pcg-wrap {
    font-family: inherit;
}
.pcg-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 8px;
}
.pcg-heading {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.pcg-count-badge {
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 0.8rem;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
}
.pcg-grid {
    display: grid;
    gap: 20px;
}
.pcg-cols-1 { grid-template-columns: 1fr; }
.pcg-cols-2 { grid-template-columns: repeat(2, 1fr); }
.pcg-cols-3 { grid-template-columns: repeat(3, 1fr); }
.pcg-cols-4 { grid-template-columns: repeat(4, 1fr); }
 
.pcg-card {
    position: relative;
    display: block;
    border-radius: 10px;
    text-decoration: none;
    background: #1a2a3a;
    height: 300px;
    object-fit: cover;
}
.pcg-card img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    filter: brightness(0.82);
    transition: transform 0.45s ease, filter 0.45s ease;
}


.pcg-card:hover img {
    transform: scale(1.05);
}
.pcg-card-overlay {
        position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    pointer-events: none;
    border-radius: 10px;
    transition: transform 0.45s ease, filter 0.45s ease;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pcg-card:hover .pcg-card-overlay {
    transform: scale(1.05);
}
.pcg-card-title {
    color: #F6F3EE;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    line-height: 26px;
    pointer-events: all;
}
.pcg-no-image {
    width: 100%;
    height: 100%;
    background: #2a4a7f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.4);
    font-size: 0.85rem;
}
.cust_h_full_img {
    height: 100%;
}
.grecaptcha-badge{
    z-index: 6 !important;
 }
 .align_carousel .swiper-pagination-bullet{
    opacity: 1 !important;
 }

 /* product-tags start */

 .product-tags-wrapper .product-tags-list {
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.product-tags-wrapper .product-tags-list li {
    list-style: none;
    color:  #123E63;
    font-family: "Poppins", Sans-serif;
    font-size:  14px;
    font-weight: 300;
    line-height:  150% ;
    border-radius: 5px;
    background:  #F6F3EE;
    padding: 10px;
}

 /* product-tags end */

 .product-slider-section .cpt-card-image a {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-slider-section .cpt-card-image a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.product-slider-section .cpt-card-image {
    height: 450px;
    border-radius: 10px;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}

.product-slider-section .cpt-card-image a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, var(--Deep-Harbour-Blue-Alpha10, rgba(18, 62, 99, 0.10)) 39.89%, var(--Deep-Harbour-Blue-950, #031425) 100%);
   opacity: 1;
    transition: 0.3s all;
}
.product-slider-section .cpt-card-image a:hover::after{
opacity: 1;
}
.product-slider-section h3.cpt-card-title a {
    color:  #F6F3EE;
    font-family: "Poppins", Sans-serif;
    font-size:  26px;
    font-weight: 600;
    line-height: 130%;
    display: flex;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-slider-section h3.cpt-card-title {
    margin: 0;
}

.product-slider-section .cpt-card-excerpt {
    color:  #F6F3EE;
    font-family: "Poppins", Sans-serif;
    font-size:  16px;
    font-weight: 300;
    line-height:  140% ; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.product-slider-section .cpt-card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    bottom: 30px;
    padding: 0 30px 0;
    pointer-events: none;
}
.product-slider-section .related-prod-swiper-button-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.product-slider-section .related-prod-swiper-button-prev,
.product-slider-section .related-prod-swiper-button-next
 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-slider-section .related-prod-swiper-button-wrapper svg{
    width: 100%;
}

.product-slider-section .related-prod-swiper-button-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
.product-slider-section .related-prod-swiper-button-next{
    position: absolute;
    right: -60px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
    .product-slider-section .product-box {
        width: calc(100% - 90px);
        margin-inline: auto;
    }
}
@media screen and (max-width: 1280px) {
    .product-slider-section .related-prod-swiper-button-prev,
    .product-slider-section .related-prod-swiper-button-next{
        position: unset;
        transform: unset;
        width: 40px;
        height: 40px;
    }
    .product-slider-section .related-prod-swiper-button-wrapper {
        justify-content: center;
        margin-top: 30px;
    }
    .product-slider-section .product-box {
        width: 100%;
    }
    .product-slider-section h3.cpt-card-title a {
        font-size:  24px;
    }
    .product-slider-section .cpt-card-body{
        padding: 0 20px 0;
    }
}
@media (max-width: 767px) {
    .product-slider-section h3.cpt-card-title a {
        font-size:  22px;
    }
    .pcg-card {
        height: 250px;
    }
    .pcg-cols-3 { grid-template-columns: repeat(2, 1fr); }
    .pcg-cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .pcg-cols-2,
    .pcg-cols-3,
    .pcg-cols-4 { grid-template-columns: 1fr; }
}

