.preview-slider-with-header-3-across-fullwidth {
    position: relative;
    padding: 40px 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.core-preview-slider-with-header {
    --side-padding: var(--space-5);
    --widget-title-size: var(--text-3xl);
    --slide-title-size: var(--text-2xl);
    position: relative;
    padding: 40px 0px;
    margin-bottom: var(--widget-margin-bottom);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.preview-slider-with-header-3-across-fullwidth:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--2-e-4956, rgba(46,73,86,0.8));
}

.preview-slider-with-header-3-across-fullwidth .widget-header,
.preview-slider-with-header-3-across-fullwidth .slider-cont,
.preview-slider-with-header-3-across-fullwidth .widget-footer {
    position: relative;
    z-index: 2;
}
 
.preview-slider-with-header-3-across-fullwidth .widget-header {
    margin-bottom: 20px;
    padding: 0px 30px;
}

.preview-slider-with-header-3-across-fullwidth .widget-footer {
    padding: 0px 30px;
}

.preview-slider-with-header-3-across-fullwidth .slider-outer {
    /* margin-left: 30px; */
    padding-left: 30px;
}

.preview-slider-with-header-3-across-fullwidth .widget-header .title-top {
    display: block;
    margin-bottom: 6px;
    color: var(--goldrush, #F90);
    font-family: Yellowtail;
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.93;
}

.preview-slider-with-header-3-across-fullwidth .widget-header .widget-title {
    color: var(--white, #FFF8F1);
    font-family: var(--font-display);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.8px;
}

.preview-slider-with-header-3-across-fullwidth .widget-header .widget-view-all {
    display: none;
}

.preview-slider-with-header-3-across-fullwidth .widget-footer {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    margin-top: 25px;
}

.preview-slider-with-header-3-across-fullwidth .widget-footer .widget-view-all {
    padding: var(--space-3);
    font-size: var(--text-sm);
    text-align: center;
}

.preview-slider-with-header-3-across-fullwidth .widget-footer .arrows {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
}

.preview-slider-with-header-3-across-fullwidth.core-preview-slider-with-header .glide__arrows {
    display: none;
}

.preview-slider-with-header-3-across-fullwidth .glide__arrow {
    --arrow-bg-color: transparent;
    margin: 0;
    box-shadow: none;
}

.preview-slider-with-header-3-across-fullwidth .glide__arrow:hover,
.preview-slider-with-header-3-across-fullwidth .glide__arrow:focus {
    background-color: transparent;
    outline: 5px auto -webkit-focus-ring-color;   
}

.preview-slider-with-header-3-across-fullwidth .glide__slide:not(.glide__slide--active) {
    scale: 0.9;
}

.preview-slider-with-header-3-across-fullwidth .glide__slide--active {
    margin-right: 4px !important;
}

.preview-slider-with-header-3-across-fullwidth .mini-date-section {
    --month-size: var(--text-base);
    --day-size: 54px;
    --background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--sw-mini-date-color);
    padding: 30px;
    pointer-events: none;
}

.preview-slider-with-header-3-across-fullwidth .mini-date-section .date-month {
	display: block;
	width: 100%;
	height: 64px;
	padding: 5px 10px;
	color: #000;
	font-family: var(--font-body);
	font-size: var(--month-size);
	font-weight: 900;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2.16px;
	background-color: var(--goldrush, #F90);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 45% 65%, 0 80%);
}

.preview-slider-with-header-3-across-fullwidth .mini-date-section .date-day {
	font-family: var(--font-display);
	font-size: var(--day-size);
	font-weight: 900;
	line-height: var(--leading-none);
}

.preview-slider-with-header-3-across-fullwidth.core-preview-slider-with-header .slide .details {
    margin-top: 5px;
}

.preview-slider-with-header-3-across-fullwidth.core-preview-slider-with-header .slide .details li a {
    text-decoration: none;
    font-size: inherit;
    font-weight: 400;
}

@media (min-width: 40em) {
    .preview-slider-with-header-3-across-fullwidth.core-preview-slider-with-header {
        display: block;
        grid-template: unset;
        gap: var(--space-6);
    }
}

@media (min-width: 720px) {
    .core-preview-slider-with-header .mini-date-section {
        --month-size: var(--text-base);
        --day-size: 48px;
        padding: 15px;
    }

    .preview-slider-with-header-3-across-fullwidth.core-preview-slider-with-header {
        display: grid;
        grid-template: auto / 30% 70%;
        gap: 50px;
    }

    .preview-slider-with-header-3-across-fullwidth .widget-header .widget-view-all {
        display: inline-flex;
        align-items: center;
        font-size: 14px;
    }

    .preview-slider-with-header-3-across-fullwidth .widget-footer .widget-view-all,
    .preview-slider-with-header-3-across-fullwidth .widget-footer .arrows {
        display: none;
    }

    .preview-slider-with-header-3-across-fullwidth.core-preview-slider-with-header .glide__arrows {
        position: relative;
        top: auto !important;
        left: auto;
        right: auto;
        display: flex;
        padding: 25px 0 0;
        justify-content: flex-start;
        gap: 15px;
        height: auto;
        transform: none;
        border-radius: unset;
    }

    .preview-slider-with-header-3-across-fullwidth .widget-footer {
        display: none;
    }
}

@media (min-width: 1024px) {
    .preview-slider-with-header-3-across-fullwidth.core-preview-slider-with-header {
        display: grid;
        grid-template: auto / 25% 75%;
        gap: 50px;
    }

    .core-preview-slider-with-header.preview-slider-with-header-3-across-fullwidth {
        --slide-title-size: var(--text-2xl);
    }

    .preview-slider-with-header-3-across-fullwidth .widget-header .title-top {
        margin-bottom: 12px;
        font-size: 64px;
    }
    .preview-slider-with-header-3-across-fullwidth .widget-header {
        padding-right: 0;
    }

    .preview-slider-with-header-3-across-fullwidth .widget-header .widget-title {
        font-size: 56px;
    }

    .preview-slider-with-header-3-across-fullwidth .widget-header .widget-view-all {
        display: inline-flex;
        height: 64px;
        align-items: center;
        font-size: 18px;
    }

    .preview-slider-with-header-3-across-fullwidth.core-preview-slider-with-header .glide__arrows {
        gap: 32px;
    }

    .core-preview-slider-with-header .mini-date-section {
        --month-size: var(--text-base);
        --day-size: var(--text-5xl);
        padding: 30px;
    }
}

@media (min-width: 1280px) {
    .core-preview-slider-with-header .mini-date-section {
        --month-size: var(--text-base);
        --day-size: var(--text-6xl);
    }

    .core-preview-slider-with-header.preview-slider-with-header-3-across-fullwidth {
        padding: 80px 0px 60px 140px;
        grid-template: auto / 20% 80%;
        gap: 50px;
    }
}