html,
body {
    overflow-x: hidden;
}
body:not(.home) header{
    margin-bottom: 160px;
}
#ast-desktop-header {
    position: fixed;
    width: 100%;
}
.woocommerce-products-header, .woocommerce-breadcrumb{
    display: none;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove{
    top: 0.1em !important;
}
#metaslider-id-18 {
    overflow: hidden;
}

#metaslider-id-18 img {
    height: 800px !important;
    object-fit: cover;
}

#hero {
    text-align: center;
    height: 800px;
    background: #ffffff;
}

#hero_logo {
    width: 500px;
    position: relative;
    bottom: 685px;
}

.ast-single-post.ast-page-builder-template .site-main > article,
.woocommerce.ast-page-builder-template .site-main,
.ast-page-builder-template .post-navigation {
    padding: 0;
}

.home_stripe {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 50px;
}

/*.stripe3_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}*/

.stripe5_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 2.7em;
}

#cool_bg {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

#cool_bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://thebattlebrand.com/wp-content/uploads/2025/11/550846172_18090203116837903_2204056882852760167_n.jpg);
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

#stripe2,
#stripe4,
#stripe5,
#stripe6,
#stripe7,
#product_stripe {
    background: #ffffff;
}

.stripe3_grid_item {
    padding: 10px;
}

#stripe3 h2,
.stripe3_grid_item {
    background-color: #ffffff;
    border-radius: 10px;
}

.stripe3_grid {
    margin-bottom: .7em;
}

#stripe3 h2 {
    padding: 10px;
    text-align: center;
}

#stripe8 {
    background: #05336a;
    padding-bottom: 100px;
}

#stripe1 .home_stripe {
    padding: 20px;
}

#stripe1 {
    background: #05336a;
}

#stripe1 h2 {
    color: #ffffff;
    margin-bottom: 0;
}

#stripe8 h2 {
    color: #ffffff;
}

#stripe6 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.home_ccakephoto {
    flex: 1 1 0;
    max-width: 33.33%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}

.home_ccakephoto:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.map {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    box-shadow: 0 6px 18px;
    border-radius: 8px;
}

#stripe4,
#stripe5,
#stripe7 {
    padding-bottom: 10px;
}

#stripe7 p {
    margin-bottom: 0;
}

.stripe5_grid_item {
    box-shadow: 0 6px 18px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .custom-logo-link img {
    transition: max-width 0.3s ease;
}

.ti-widget.ti-goog .ti-widget-container {
    margin-bottom: 0;
}

.ast-primary-header-bar,
.main-header-bar {
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease;
}
.ast-builder-menu-1.ast-builder-menu.ast-flex.ast-builder-menu-1-focus-item.ast-builder-layout-element.site-header-focus-item[data-section="section-hb-menu-1"],
.ast-builder-layout-element.ast-flex.site-header-focus-item[data-section="section-hb-social-icons-1"] {
    transition: opacity 0.3s ease;
}



.product_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 260px;
    padding: 20px;
    border-radius: 28px;
    position: relative;
    transition: background-color 0.6s ease, color 0.6s ease;
}

.product_card.nyc:hover,
.product_card.nyc:focus {
    background: #FFFFB8;
}

.product_card.saltc:hover,
.product_card.saltc:focus {
    background: #C68642;
}

.product_card.cnc:hover,
.product_card.cnc:focus {
    background: #BEBEBE;
}

.product_card.nanap:hover,
.product_card.nanap:focus {
    background: #F3E5AB;
}

.cheesecake_img_holder {
    position: relative;
    flex-shrink: 0;
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cheesecake_hp_img {
    position: relative;
    height: 240px;
    width: auto;

    transform: translateY(0);
    transition: transform 0.3s ease;
}

.product_card:hover .cheesecake_hp_img {
    transform: translateY(-6px);
}

.product_card:hover .cheesecake_hp_desc .the_btn {
    color: #ffffff;
    background-color: #000000;
    width: 200px;
}

.product_card:hover .cheesecake_hp_desc .the_btn:hover {
    background: transparent !important;
    color: #000000 !important;
}

.cheesecake_hp_desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
    padding-left: 20px;
    max-width: 600px;
    align-items: center;
}

.cheesecake_hp_desc h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
    transition: color 0.3s ease;
    color: #000000;
}

.cheesecake_hp_desc p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
}

.the_btn {
    text-decoration: none !important;
    color: #000000;
    border: 1px solid black;
    border-radius: 30px;
    width: 140px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: 0.6s ease;
}
.the_btn2 {
    text-decoration: none !important;
    color: #000000;
    border: 1px solid black;
    border-radius: 30px;
    width: 140px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: 0.6s ease;
}
.the_btn2:hover{
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
}

.product_card.in-view.nyc {
    background: #FFFFB8;
}

.product_card.in-view.saltc {
    background: #C68642;
}

.product_card.in-view.cnc {
    background: #BEBEBE;
}

.product_card.in-view.nanap {
    background: #F3E5AB;
}

.the_btn.in-view {
    color: #ffffff;
    background-color: #000000;
    width: 200px;
}

.the_btn.in-view:hover {
    background: transparent !important;
    color: #000000 !important;
}

.product_card,
.the_btn {
    transition: background-color 0.6s ease, color 0.6s ease, width 0.6s ease;
}

.stripe3_btn {
    margin: 0 auto;
    background-color: #ffffff;
    border-color: #ffffff;
    width: 240px;
}

.story_cont {
    color: #ffffff;
}

.story_cont img {
    max-width: 350px;
    float: left;
    margin-right: 20px;
}

.story_p {
    text-align: left;
}

footer {
    margin-top: -40px;
}

.order_cheesecake {
    width: 500px;
    margin: 0 auto;
}

.order_now {
    padding: 40px;
}

#pp, #tos, #contactform{
    width: 80%;
    margin: 0px auto 60px;
    border: 2px solid black;
    padding: 20px;
    border-radius: 10px;
}
#contactform{
    text-align: center;
}
#firstfield, #orderissueselect, #orderissueoptions{
    display: flex;
    justify-content: center;
    align-items: center;
}
#wpcf7-f592-p39-o1{
    max-width: 600px;
    margin: 0 auto;
}
#submitbtn{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#submitbtn input{
    width: 100%;
}
.wpcf7-response-output{
    border: none !important;
}
.cf7flavorlist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
}
.wpcf7-validates-as-number {
    max-width: none !important;
}

body.page-id-43 [data-section="section-above-footer-builder"] {
    display: none !important;
}
#post-101{
    margin-bottom: 60px;
}

span.flatpickr-weekday{
    color: #000000 !important;
}
span.flatpickr-day{
    color: #ffffff !important;
    border-radius: 0 !important;
    background-color: #0c6bce !important;
}
span.nextMonthDay{
    color: #ffffff !important;
    border-radius: 0 !important;
    background-color: rgba(12, 107, 206, 0.65) !important;
}
span.flatpickr-disabled{
    color: rgba(57, 57, 57, 0.1) !important;
    background: transparent !important;
    border-color: transparent !important;
}
.woocommerce-Tabs-panel {
    width: 80%;
    margin: 0 auto !important;
}

@media (min-width: 1024px) {
    .product_card {
        min-height: 420px;
        padding: 50px;
        border-radius: 40px;
    }

    .cheesecake_img_holder {
        width: 480px;
    }

    .cheesecake_hp_desc h3 {
        font-size: 56px;
    }
}

@media (max-width: 921px) {
    .home_stripe {
        width: 100%;
    }

    .stripe3_grid,
    .stripe5_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ast-header-break-point #ast-mobile-header {
        position: fixed;
        width: 100%;
    }

    #stripe6 {
        flex-direction: column;
        gap: 0;
    }

    .home_ccakephoto {
        max-width: 100%;
        border-radius: 0;
    }

    .product_card {
        align-items: center;
        justify-content: center;
        border-radius: 0;
    }

    .home_stripe {
        padding: 0;
    }

    .cheesecake_img_holder {
        width: 360px;
        transform: translateX(-7%);
    }

    .cheesecake_hp_desc h3 {
        font-size: 42px;
    }

    .cheesecake_hp_desc p {
        font-size: 18px;
    }

    .cheesecake_hp_desc {
        padding-left: 0;
        position: relative;
        right: 23%;
        z-index: 1;
        width: 50%;
    }

    .reverse_product_card_mobile .cheesecake_hp_desc {
        left: 23%;
    }

    .reverse_product_card_mobile .cheesecake_img_holder {
        transform: translateX(7%);
    }

    .hp_prod_desc {
        display: none;
    }

    .stripe5_grid,
    .map {
        max-width: 80%;
        margin: 40px auto;
    }

    .story_cont {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .story_p {
        text-align: center;
    }

    .story_cont img{
        margin-right: 0;
        float: none;
    }

    .mbl_span {
        display: block;
    }

    .dt_span {
        display: none;
    }

    .order_cheesecake {
        width: 300px;
    }

    #firstfield{
        flex-direction: column;
        align-items: flex-start;
    }

    #orderissueselect, #orderissueoptions{
        flex-direction: column;
        align-items: flex-start;
        margin-right: 10%;
    }

    .cf7flavorlist{
        grid-template-columns: repeat(1, 1fr);
    }

    #stripe8{
        padding-top: 60px; 
    }

    .woocommerce-Tabs-panel{
        width: 100%;
        margin: 0 0 1.2em !important;
    }
}

@media (max-width: 544px) {
    .stripe3_grid,
    .stripe5_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
