*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #2C2C2C;
}
.garamond{
    font-family: 'EB Garamond', serif;
}
.nw-delivery{
    content: url(../img/gemdelivery.svg);
    width: 43px;
}
.toTheHeavens {
    border: 1px solid #e5e5e5;
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding: 10px 15px;
    width: 60px;
    height: 60px;
    background-color: white;
    color: black;
    border-radius: 100%;
    cursor: pointer;
    font-size: 24px;
    z-index: 1000;
    opacity: 0;
    transition: 0.3s cubic-bezier(.55,0,.67,1.25);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.toTheHeavens:hover {
    opacity: 1;
    box-shadow: 0 0 0 5px var(--main-color);
}
.toTheHeavens.show {
    visibility: visible; /* Make visible */
    opacity: 1; /* Make opaque */
}
p, button{
    color: inherit;
}
img{
    max-width: 100%;
    max-height: 100%;
}
[type='text']:focus, [type='checkbox'],[type='radio'], [type='checkbox']:focus,[type='radio']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    --tw-ring-color: #003049!important;
    border-color: #003049!important;
    color: #003049;
}
.socials *{
    color: black;
}
::backdrop {
    --tw-ring-color: rgb(0 48 73 / 0.5)!important;
}
:root{
    --main-color: #003049;
    --hover-color: #204060;
}
.fade-in{
    opacity: 0;
    transition: 2s ease-in-out;
}
.fade-in.loaded{
    opacity: 1;
}
a{
    transition: 300ms ease-in-out;
    text-decoration: none;
    color: #333333;
    transition: 150ms;
}
a:hover{
    color: var(--hover-color);
}
a i:hover{
    color: var(--hover-color);
}
dl, ol, ul {
    padding-left: 1.5rem;
    padding-right: 2rem;
    margin-bottom: 0;
}
#newestParent * ul{
    padding: 0!important;
    margin: 0!important;
}
.dropdown-menu{
    --bs-dropdown-padding-y: 0rem!important;
}
/* navbar */
#bar{
    width: 100%;
    min-height: 32px;
    background-color: var(--main-color);
    display: grid;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 14px;
}
header{
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    z-index: 500;
    transition: none;
}
header.shaddy{
    box-shadow: rgba(17, 12, 46, 0.03) 0px 48px 100px 0px;
}
.heartuser{
    float: right;
}
.bag{
    position: relative;
    top: -5.5px;
    float: right;
}
#logo{
    /* margin: auto; */
    transition: 300ms ease-in-out;
    font: 900;
    font-size: x-large;
    align-items: center;
    justify-content: center;
    display: flex;
}
.searchform, #searchform1{
    transition: 300ms ease-in-out;
    border-bottom: 1px solid #333333;
    height: 35px;
    max-width: 241px;
}
.search, #search1{
    transition: 300ms ease-in-out;
    border: none!important;
    --tw-ring-color: none!important; 
    outline: none;
    background-color: transparent;
    width: 80%;
}
button{
    transition: 300ms ease-in-out;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
#formnya{
    transition: 300ms ease-in-out;
    display: inline-flex;
    /* margin-right: auto; */
    width: auto;
}

#setofnicelilbuttons{
    transition: 300ms ease-in-out;
    float: right;
}
.subbuttonthingy{
    transition: 300ms ease-in-out;
    text-align: center;
    padding: 3px;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-size: 15px;
}
.subbuttonthingy a{
    padding: 14px 10px 16px 10px;
}
#aboutnav .subbuttonthingy, #aboutnav .subbuttonthingy a{
    transition: 300ms ease-in-out;
    text-align: center;
    padding: 3px;
    font-size: 14px;
    color: white;
    padding-bottom: 6px;
    text-transform: uppercase;
    text-shadow: 0;
}
#mobileaboutnav{
    width: 100%;
    color: white;
}
#mobileaboutnav a, #mobileaboutnav button{
    color: white;
}
#aboutnav .subbuttonthingy a:hover{
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px;
}

.mobbuttonthingy{
    transition: 300ms ease-in-out;
    padding: 8px 3px 6px 3px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: 2px;
}

/* banner */
.row{
    transition: 300ms ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner{
    transition: 300ms ease-in-out;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}
.bannerParent{
    transition: 300ms ease-in-out;
    width: 100%;
}
.actualbanner{
    transition: 300ms ease-in-out;
    aspect-ratio: 16/5;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bannerButtons{
    transition: 300ms ease-in-out;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}
.bannerButtons .container{
    transition: 300ms ease-in-out;
    max-width: 100%;
}
.bannerButton{
    transition: 300ms ease-in-out;
    display: inline-block;
    color: black;
    margin-right: .5rem;
    margin-bottom: .5rem;
    width: 47%;
    height: 44px;
    font-weight: 400;
    padding: 9px;
    border-radius: 1px;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--main-color);
}
.bannerText{
    transition: 300ms ease-in-out;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}
.bannerButtons .bannerButton{
    font-size: 14px;
}
.bannerButton:hover{
    color: white;
    background-color: black;
}
.highlighted{
    background-color: var(--main-color);
    color: white;
}
.highlighted:hover{
    background-color: var(--hover-color);
    color: white;
}
.active{
    background-color: #1a5188!important;
}

/* categories & other stuff */
.epiccontainer{
    transition: 300ms ease-in-out;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 77%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(32,64,96, .25);
    border-color: #002e47;
}
#newestParent{
    transition: 300ms ease-in-out;
    background-color: white; 
    border-bottom: 1px solid rgb(238, 238, 238);
}
#newestParent .subbuttonthingy{
    width: 20%!important;
}
#aboutnav{
    padding: 9px 0 5px 0;
    transition: 300ms ease-in-out;
    background-color: white; 
    box-shadow: rgba(17, 12, 46, 0.2) 0px 48px 100px 0px;
    letter-spacing: 1px;
}
.carousel {
    transition: 300ms ease-in-out;
    /* background: #EEE; */
}
.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px var(--main-color);
}

.remindbar{
    transition: 300ms ease-in-out;
    width: 100%;
    margin-top: 7rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    background-color: var(--main-color);
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    letter-spacing: 1px;
}
.remindbar:hover{
    background-color: var(--hover-color);
}
/* footer */
footer{
    transition: 300ms ease-in-out;
    border-top: 1px solid rgb(199, 199, 199);
    margin: 5rem 0 2rem 0;
    display: block;
}
footer *{
    transition: 300ms ease-in-out;
}
footer ul li{
    list-style: none;
    font-size: 13px;
    margin: 7px 0 7px 0;
    font-weight: 400!important;
}
footer ul li a{
    margin: 0 0 0 8px;
}
footer ul li h6{
    font-size: 14px;
    margin-bottom: 15px;
    list-style: none;
    text-transform: uppercase;
}
#men li form input{
    font-size: 13px;
    height: 35px;
    padding: 10px 16px;
    width: 100%;
    border-radius: 0!important;
}
.bpoint-email li form input{
    font-size: 13px;
    height: 35px;
    padding: 10px 16px;
    width: 100%;
    border-radius: 0!important;
}
.input-group-btn .btn{
    height: 35px;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 10px 17px;
    background-image: url(../img/arrow-email-search.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    text-transform: uppercase;
}
.b{
    height: 35px;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 10px 66px 32px 66px;
    text-transform: uppercase;
    color: white;
}
#accordionItemThree li form input{
    font-size: 13px;
    height: 35px;
    padding: 10px 16px;
    width: 100%;
    border-radius: 0!important; 
}
.btn-success{
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.btn-success:hover{
    background-color: var(--hover-color);
    border-color: var(--hover-color);    
}
.btn-success:focus{
    background-color: var(--hover-color);
    border-color: var(--hover-color);    
}
.btn-success:active{
    background-color: var(--hover-color);
    border-color: var(--hover-color);    
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: var(--hover-color);
    border-color: var(--main-color);
}
.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--hover-color);
    border-color: var(--main-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(var(--hover-color), .5);
}
.row>* {
    padding: 0;
}

.socials{
    margin-top: 15px;
    font-size: x-large;
}
.socials i{
    margin-right: 4px;
}
.footer-serves a{
    transition: none;
}
.footer-serves a:hover{
    text-decoration: underline!important;
}
#bar{
    letter-spacing: 1px;
}
#mission{
    background-color: #002e47;
    color: white!important;
}
#mission h1, #mission hr, #mission p{
    background-color: #002e47;
    color: white!important;
}
.sorter{
    width: 100%;
    height: auto;
}
#buttonSorter{
    width: 100%;
}
.sorter button:hover{
    background-color: #18416b;
}
.mission-hero{
    margin-top: 0px;
    background-color: #e5e5e5;
    aspect-ratio: 16/9;
    width: 100%;
    margin-left: auto;
}
.missionOutput *{
    transition: 300ms ease-in-out;
}
.sigma{
    background-color: #EEE;
}
.carousel-cell{
    font-weight: 400; 
    font-size: 18px;
    aspect-ratio: 4/5;
}
.carousel-cell img{
    background-color: transparent;
    width: 100%;
    height: 90%;
    margin-bottom: 8px;
}
.carousel-cell:hover{
    color: var(--hover-color);
}
#crafting{
    width: 100%;
}
.designVideo{
    display: flex;
    position: relative;
}
.overlay{
    background: linear-gradient(360deg, rgba(2,0,36,1) 0%, rgba(9,9,121,0.35) 35%, rgba(0,212,255,0) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    transition: background 0.5s ease-in-out; /* Transition applied */
    left: 0;
    top: 0;
}
.DesignText{
    transition: 300ms ease-in-out;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}
.DesignText:hover{
    opacity: 0;
    cursor: default;
}
.form-controls {
    font-size: 13.5px;
    letter-spacing: .5px;
    height: 36px;
    padding: 4px 15px;
    box-shadow: none;
    border-color: #ccc;
    border-radius: 0!important;
    display: block;
    width: 100%;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* Megamenu */
.sm-menu{
    border-radius: 0px;
    border: 0px;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
        font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	/* padding: 15px; */
}
.megamenu .row .megamenucol{
	padding: 30px;
}
.megamenu .row .megamenucol ul li{
	font-size: 13.3px;
    font-weight: 200;
    letter-spacing: .7px;
    text-transform: none;
}
.megamenu .row .megamenucol ul{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.megamenu .row{
	align-items: stretch;
}
.megamenu h6{
    margin-left: 21px;
}
.megamenu i{
    width: 20px;
}
/* Megamenu */

.breadcrumb {
    font-size: 12px;
    letter-spacing: -0.31em;
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 15px 0 0px;
    margin-bottom: 0;
    border-radius: 4px;
    list-style: none;
}
.breadcrumb li, .breadcrumb li a {
    letter-spacing: normal;
    display: inline-block;
    color: #333333;
    font-weight: 200;
}
.breadcrumb>li+li:before {
    color: var(--dark-grey);
    padding: 0 4px 0 4px;
    content: "/";
    letter-spacing: normal;
}
.item img{
    aspect-ratio: auto 250 / 250;
    max-width: 100%;
    background-color: #f9f9f9;
}
.crisp-edges{
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
.griddy{
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Creates a 3-column grid */
    gap: 2.5rem;
}
.item{
    width: 100%;
    max-width: 100%;
}
.caret{
    margin-left: 2px;
    border: none;
    height: 10px;
    width: 10px;
    background: url(../img/caretdown.svg) center center no-repeat;
    background-size: 11px auto;
    image-rendering: crisp-edges;
    display: inline-block;
    transform: translateY(2px);
}
.caretright{
    margin-left: 2px;
    border: none;
    height: 14px;
    width: 10px;
    background: url(../img/caretright.svg) center center no-repeat;
    background-size: 11px auto;
    image-rendering: crisp-edges;
    display: inline-block;
    transform: translateY(2px);
}
.filter{
    font-size: 13px;
}
#filter-toggle-button {
    padding: 10px 20px;
    background-color: #003049; /* pastel blue */
    color: white;
    border: none;
    border-radius: 4px; /* sharp edges */
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    display: flex;
}

#filter-toggle-button:hover{
    background-color: #00507a;
}

.promo-1{
    grid-area:2 / 1 / span 1 / span 2;
}
.promo-2{
    grid-area:5 / -3 / span 2 / -1;
}
.fa-fakesolid{
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.dropdown-content{
    flex-direction: column;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 10;
    position: absolute;
    margin-top: 26px;
    width: 160px;
    right: 0px;
    display: none;
}
.dropdown-toggle{
    padding: 10px 10px 15px 15px;
}
.sort-option{
    display: block;
    padding: 0;
}
.dropdown-toggle:hover + .dropdown-content,
  .dropdown-content:hover {
    display: inline-flex;
  }
.dropdown-toggle::after {
    display: none;
}
#dropdownSortByMenu{
    z-index: 10;
    padding: 0;
}
.dropdown-content dd{
    padding: 5px 21px 5px 20px;
    display: block!important;
}
.sort-bar{
    width: 100%;
    height: auto;
    padding: 6px;
    font-size: 15px;
    text-align: center;
    position: relative;
    background-color: #f8f8f8;
}
.filter{
    z-index: 10;
}
.thumbnail{
    width: 100%;
    aspect-ratio: auto 250 / 250;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.caption{
    margin-top: 0.5rem;
    font-size: 15px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 300;
}
.caption-price{
    margin-top: 2px;
    font-size: 14px;
    text-align: center;
    color: #2C2C2C;
    font-weight: 300;
    letter-spacing: 2px;
    width: 100%;
}
.caption-price a:hover{
    color: #2c2c2c;
    cursor: default;
}
.caption-price a{
    color: #2c2c2c;
    cursor: default;
    font-weight: 300;
    font-size: 14px;
}
.checked-price{
    margin-top: 2px;
    font-size: 14px;
    text-align: center;
    color: #2C2C2C;
    font-weight: 300;
    letter-spacing: 2px;
    width: 100%;
}
.checked-price a:hover{
    color: #2c2c2c;
    cursor: default;
}
.checked-price a{
    color: #2c2c2c;
    cursor: default;
    font-weight: 300;
    font-size: 14px;
}
.quickaddtocart{
    color: #616161;
    font-size: 14px;
    padding: .35em .8em .35em .8em;
    border-radius: 50em;
    background: white;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    text-align: center;
    cursor: pointer;
    outline: 1px solid #ccc;
    white-space: nowrap;
    text-align: center;
    height: 30px;
    z-index: 2;
    transition: 100ms ease-in-out;
}
.noheadbodyarmslegsskinearsfaceheartisconnected{
    margin-left: 16px;
}
.itemtip{
    font-size: 10px; 
    letter-spacing: .5px; 
    font-weight: 400; 
    cursor: default;
}
.itemtipbox{
    position: absolute;
    background-color: white;
    border-radius: 9999px;
    top: 0.5rem;
    right: 1rem;
    padding: 7px 10px 6px 10px;
    display: none;
}
.quickaddtocart:hover{
    color: var(--hover-color);
    outline: 1px solid var(--hover-color);
}
.categoryflavor{
    text-align: center;
    color: #2c2c2c;
    opacity: .9;
}
.categoryPreFlavor{
    font-size: 44px;
    font-weight: 300;
    text-align: center;
}
.product-details h1{
    font-weight: normal;
    font-size: 20px;
    width: 100%;
}
.product-details{
    padding-right: 45px;
}
.product-price{
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: inline;
}
.dot:after{
    position: absolute;
    padding: 0 8px 4px 8px;
    top: 45%; /* Centers vertically */
    transform: translateY(-50%); /* Ensures vertical centering */
    color: var(--dark-grey);
    content: "•";
    letter-spacing: normal;
    font-size: 36px;
    font-weight: 400;
}
.dotbefore:before{
    position: absolute;
    padding: 0 8px 4px 8px;
    top: 45%; /* Centers vertically */
    transform: translateY(-50%); /* Ensures vertical centering */
    color: var(--dark-grey);
    content: "•";
    letter-spacing: normal;
    font-size: 36px;
    font-weight: 400;
}
.product-rating{
    font-size: 20px;
    margin-left: 26px;
    margin-bottom: 2px;
}

.gemstone-carousel {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    transition: transform .3s ease-in-out;
    left: 0;
    margin-left: 50px;
}

.gemstone-option, .material-option{
    border-radius: 100%;
    margin: 20px 16px 20px 3px;
    padding: 1px;
}
.gemstone-option.selected, .material-option.selected{
    box-shadow: 0 0 0 2.5px #00507a;
}

.gemstone-option:hover, .material-option:hover {
    box-shadow: 0 0 0 2.5px #d9d9d9;
}
.zoomable-image {
    cursor: zoom-in;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.zoomed {
    cursor: zoom-out;
    transform: scale(2.75); /* Adjust scale as needed */
    z-index: 10;
}

.zoom-container {
    overflow: hidden;
    position: relative;
}

.material-option.selected:hover, .gemstone-option.selected:hover{
    box-shadow: 0 0 0 2.5px #00507a;
}
.material-carousel {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    transition: transform .3s ease-in-out;
    left: 0;
    margin-left: 50px;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; /* Ensures buttons are above carousel items */
    cursor: pointer;
    background-color: rgba(250, 250, 250, 0.7); /* Example background */
    border-radius: 100%; /* Optional: Rounds corners */
    padding: 7px; /* Adjusts size around icon */
}

.prev {
    left: 10px; /* Positions on the left */
}

.next {
    right: 10px; /* Positions on the right */
}

.disabled{
    display: none;
}

/* Suggestions Box */
.suggestions-box {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 300px; /* Adjust as needed */
    overflow-y: auto;
    margin-top: 5px;
    padding: 0;
}

/* Individual Suggestion Items */
.suggestions-box .suggestion-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s ease;
}

.suggestions-box .suggestion-item:last-child {
    border-bottom: none;
}

.suggestions-box .suggestion-item:hover {
    background-color: #f5f5f5;
}

/* Image within Suggestion */
.suggestions-box .suggestion-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
}

/* Text Content within Suggestion */
.suggestions-box .suggestion-details {
    display: flex;
    flex-direction: column;
}

.suggestions-box .suggestion-details .suggestion-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.suggestions-box .suggestion-details .suggestion-price {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}
.fa-solid{
    color: black;
}
/* Submenu (hidden by default) */


/* Back Button */
.back-button {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

.back-button {
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}

#menu {
    transition: left 300ms ease-in-out;
    width: 80%;
    height: 120vh;
    position: fixed;
    left: -100%; /* Main menu remains visible */
    z-index: 80;
    background-color: white;
    padding: 10px;
    top: 169px;
}
#menu.open {
    left: 0; /* Slides the menu into view */
}

.submenu {
    position: absolute; /* Ensure proper positioning */
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh; /* Set a fixed height */
    overflow-y: auto; /* Enable vertical scrolling */
    background-color: white;
    padding: 10px;
    z-index: 90;
    transition: transform 300ms ease-in-out;
    transform: translateX(-100%); /* Initially positioned off-screen */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional for better UI */
}
.submenu-header{
    padding-left: 1.5rem;
}
.submenu ul li{
    letter-spacing: .05em;
    padding: 9px 0 9px 0;
    font-size: 14px;
}
.back-button {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

.cart-count-badge {
    position: absolute;
    top: 8px;
    right: -12px;
    background-color: white;
    opacity: 9;
    color: #666;
    outline: 1px solid #ccc;
    border-radius: 50%;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 400;
}

#toast:hover {
    background-color: #204060; /* Slightly lighter blue on hover */
    transform: scale(1.05); /* Pop up a little when hovered */
    transition: all 0.3s ease;
}

@keyframes bounceShort {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.animate-bounce-short {
    animation: bounceShort 0.3s ease;
}

#menuButton{
    transition: 300ms ease-in-out;
    display: inline;
}

.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    width: min(92%, 720px);
    background: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
    z-index: 9999;
    padding: 18px;
    border-radius: 14px;
}

.cookie-banner-content p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.5;
    color: #222;
}

.cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.cookie-banner-actions button {
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 600;
}

#accept-analytics {
    background: #003049;
    color: white;
}

#reject-analytics {
    background: #eeeeee;
    color: #222;
}

.cookie-banner-actions a {
    color: #003049;
    text-decoration: underline;
    font-weight: 600;
}

/* media screen stuff */
@media (min-width: 0px) {
    .doublestuffed .col-12{
        width: 100%;
    }
    #footermobile{
        display: inline;
    }
    #logo img{
        width: 260px;
        margin: 14px 0 20px 0;
    }
    .title{
        margin: 0 0 0 8px;
    }
    .pillarcontainer{
        width: 100%;
    }
    .epiccontainer{
        width: 90%!important;
    }
}
@media (max-width: 575px) {
    .cart-count-badge {
        position: absolute;
        top: 8px;
        background-color: white;
        opacity: 9;
        color: #666;
        outline: 1px solid #ccc;
        border-radius: 50%;
        padding: 2px 8px;
        font-size: 12px;
        font-weight: 400;
    }
    .epiccontainer .mt-20 .inline p{
        font-size: 14px;
    }
    #aboutnav{
        display: none;
    }
    #men{
        display: none;
    }
    .search{
        width: 85%!important;
    }
    footer ul li{
        font-size: 16px;
    }
    #bar{
        font-size: 12px;
        letter-spacing: normal;
    }
    .remindbar{
        letter-spacing: normal;
    }
    .carousel-cell {
        aspect-ratio: 384 / 445 !important;
        transition: none;
        width: 80%;
        margin-right: 10px;
        border-radius: 5px;
        counter-increment: gallery-cell;
        display: block;
        align-items: center;
         
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-size: cover; /* Scale the background image to cover the entire cell */
    } 
    .sorter ul li{
        display: block;
    }
    .sorter button{
        background-color: #204060;
        padding: 10px;
        border-radius: 2px;
        color: white;
        width: 100%;
        margin: 2px 0 2px 0;
    }
    header{
        position: sticky;
        top: 0px;
    }
    #logo img {
        width: 180px;
        margin: 14px 0 20px 0;
    }
    .container{
        max-width: 95%!important;
        padding: 0px;
    }
    .sort-bar{
        text-align: left;
    }
    #filter-container{
        width: 90%!important;
    }
    #menu{
        width: 100%;
    }
    #setofnicelilbuttons{
        margin-right: 28px;
    }
}
@media (min-width: 576px) {
    header .sticky{
        position: static;
    }
    .carousel-cell {
        aspect-ratio: 384 / 445 !important;
        transition: none;
        width: 50%;
        margin-right: 10px;
        border-radius: 5px;
        counter-increment: gallery-cell;
        display: block;
        align-items: center;
         
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-size: cover; /* Scale the background image to cover the entire cell */
    } 
    #pcfooter{
        display: block;
    }
    #aboutnav{
        display: block;
    }
    #mobilefooter{
        display: none;
    }
    #mobileaboutnav{
        display: none;
    }
    .bpoint-email{
        display: inline-block;
        margin-top: 25px;
        width: 100%;
    }
    #bar{
        font-size: 14px;
    }
    #footermobile{
        display: none;
    }
    #menuButton{
        display: none;
    }
    #newestParent{
        display: block;
        letter-spacing: 1px;
    }
    .title{
        margin: 0 0 0 8px;
    }
    .sorter ul li{
        display: inline;
    }
    .sorter button{
        background-color: #204060;
        padding: 10px;
        border-radius: 2px;
        color: white;
        width: 24%;
    }
    .container{
        max-width: 680px!important;
        padding: 0 30px 0 30px;
    }
    #logo img{
        width: 200px;
    }
}
@media (min-width: 768px) {
    #logo img{
        width: 230px;
    }
    #menu{
        left: -100%;
    }
    .footer-serves{
        font-size: 12px!important;
        font-weight: 100!important;
        margin-top: 40px;
        line-height: 25px;
    }
    #copyright{
        float: left;
    }
    #copyright li{
        display: inline;
        border-right: 1px solid black;
        padding-right: 1.8em;
        padding-left: .9em;
    }
    #story{
        scroll-margin: 15rem;
    }
    #mission{
        scroll-margin: 2rem;
    }
    #newestParent .container, #megma .container{
        width: 70%!important;
        max-width: 100%;
    }
    .container{
        max-width: 900px;
    }
    .categoryflavor{
        width: 70%;
    }
}
@media (max-width: 767px) {
    #pcfooter{
        display: none;
    }
    #mobilefooter{
        display: block;
    }
    #mobileaboutnav{
        display: block;
    }
    #setofnicelilbuttons .fa-heart{
        display: none;
    }
    #menuButton{
        display: inline;
    }
    #newestParent{
        display: none;
    }
    #story{
        scroll-margin: 3rem;
    }
    #mission{
        scroll-margin: 5rem;
    }
    /* .epiccontainer{
        width: 100%!important;
    } */
    .footer-serves{
        font-weight: 100!important;
        margin-top: 0px;
        line-height: 25px;
    }
    #copyright{
        float: left;
    }
    #copyright li{
        display: inline;
        border-right: 1px solid black;
        padding-right: .9em;
        padding-left: -.5rem;
        font-size: 13px;
    }
    .call * {
        text-align: center;
    }
    .mus {
        text-align: center;
        margin-top: 40px;
    }
    #newestParent .container, #megma .container{
        width: 100%!important;
        max-width: 100%;
    }
    .categoryPreFlavor{
        font-size: 32px;
    }
    .categoryflavor{
        width: 100%;
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .container{
        max-width: 840px!important;
        padding: 0 30px 0 30px;
    }
}
@media (min-width: 768px) and (max-width: 940px) {
    #newestParent .container, #megma .container{
        width: 80%!important;
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .actualbanner{
        aspect-ratio:  6 / 5;
        background-position: -30px;
    }
    .aboutsection .container .row .col-6, .aboutsection .container .row .col-5{
        width: 100%;
    }
    .bannerButtons{
        display: none;
    }
    .bootlegBannerButtons{
        display: block;
    }
    #bar{
        min-height: 39px;
    }
    .griddy{
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}
@media (min-width: 1024px) {
    .container{
        max-width: 1000px!important;
    }
    /* header .container{
        max-width: 80%!important;
    } */
    .bannerButtons{
        display: flex;
        align-items: center;
    }
    .bootlegBannerButtons{
        display: none;
    }
    #bar{
        min-width: 32px;
    }
    .gap-4 .col-lg-6, .doublestuffed .col-lg-6{
        width: 46%;
    }
}
@media (max-width: 1200px) {
    .searchform{
        border-bottom: none;
        height: 35px;
        width: 100%;
        max-width: 100%;
    }
    #formnya{
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid #e5e5e5;
        padding: 5px 0px 10px 10px;
    }
    #colol2{
        width: 100%;
        display: block;
    }
    #colol1{
        display: none;
    }
    .search{
        width: 94%;
    }
    #burner{
        display: block;
    }
    #men{
        display: none;
    }
    .bpoint-email{
        display: inline;
    }
}
@media (min-width: 1200px) {
    #logo img{
        width: 240px;
    }
    .container{
        max-width: 1300px!important;
        padding: 0 40px 0 40px;
    }
    #men{
        display: inline-block;
        margin-top: 25px;
        width: 100%;
    }
    .bpoint-email{
        display: none;
    }
    .carousel-cell {
        width: 30%;
        margin-right: 10px;
        /* background: #e5e5e5; */
        border-radius: 5px;
        counter-increment: gallery-cell;
        display: block;
        align-items: center;
         
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-size: cover; /* Scale the background image to cover the entire cell */
    } 
    .searchform{
        border-bottom: 1px solid #333333;
        height: 35px;
        max-width: 241px;
    }
    #formnya{
        display: inline-flex;
        /* margin-right: auto; */
        width: auto;
    }
    #colol1 #formnya{
        width: auto;
        display: block;
    }
    #colol2{
        display: none;
    }
    .search{
        width: 80%;
    }
    #burner{
        display: none;
    }
}
@media (min-width: 1400px) {
    .categoryflavor{
        width: 50%;
    }
}