﻿#FlyersLandingContainer {    
    min-height: 100%;
}

#FlyersSwiperContainer {
    width: 500px;
    height: 500px;
}

.shipping-section {
    position: sticky;
    top: calc(60px + 1.5rem); /*Header size plus additional padding*/
    z-index: 999;
}


.select2 .selection .select2-selection.select2-selection--single {
    display: block;
    padding: 8px 20px;
    margin: 0;
    border: 1px solid #cfecf8;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    transition: all .2s;
    width: 100%;
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {    
    height: 100%;
}

label:has(.page-weight-gsm) {
    display: flex;
    flex-direction: column;
}
.page-weight-gsm {
    font-weight: normal;
    font-size: 11px;
}