/*
    Additional CSS Changes and Updates
*/

/********** Brand Page Template CSS **********/


body.page-template-brand-page, body {
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/08/white-paper-texture.jpg);
    background-size: 600px;
}

main#Nighthawk {
    background-color: #11213c;
}

main.brand-page > section {
    padding: 4rem 2rem;
}

main.brand-page > section:first-of-type > article {
    position: relative;
    z-index: 1;
}

div.brand-featured-product {
    padding: 4rem 2rem 1rem;
    margin-bottom: 0;
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/08/beachball.svg);
    background-position: -15% 82%;
    background-size: 23%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    position: relative;
    overflow-x: hidden;
}

div.brand-featured-content {
    padding: 4rem 2rem 1rem;
}

div.brand-featured-product::before {
    content: '';
    display: block;
    width: 100%;
    height: 12%;
    position: absolute;
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/08/brown-paper-texture.jpg);
    bottom: 0;
    left: 0;
    background-size: 600px;
}

div.brand-featured-product::after {
    content: '';
    display: block;
    width: 15%;
    height: auto;
    position: absolute;
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/08/sun.svg);
    top: 2rem;
    right: -1%;
    background-size: contain;
    aspect-ratio: 1;
}

div.brand-featured-product > div:first-of-type figure img {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}

main#Nighthawk > section:first-of-type {
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/06/Night_Stars.svg);
    background-size: 115%;
    background-position: center;
    /*background-attachment: fixed;*/
    padding-top: 9rem;
    position: relative;
    padding-bottom: calc(8vw + 8rem);
}

main#BotaBox > section:first-of-type {
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/01/BotaBox_SummerLawn-Red-307-v2_Background.jpg);
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    padding-top: 9rem;
    position: relative;
    padding-bottom: calc(8vw + 8rem);
}

main#BotaBreeze > section:first-of-type {
    background-color: black;
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/08/BotaBox-Breeze-4SKUs-BeautyShot1.jpg);
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    padding-top: 7rem;
    position: relative;
    padding-bottom: calc(8vw + 22rem);
    overflow-x: hidden;
}

main#BotaBox > section:first-of-type::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    opacity: 0.2;
    top: 0;
    left: 0;
}

main#BotaBox > section:first-of-type::after, .page-id-488 #page-wrapper > section:first-of-type::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 4%;
    right: calc(0% + 40px);
    background-image: url(https://www.botabox.com/wp-content/uploads/2024/01/150-Gold-Medals-Badge_Bota.svg);
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1;
    width: clamp(100px, 20%, 275px);
    opacity: 0;
    -webkit-animation-name: fade;
            animation-name: fade;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}

main#BotaBreeze > section:first-of-type::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 14%;
    right: -40px;
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/08/LowCalsCarbs-Logo.png);
    height: 373px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 360px;
    opacity: 0;
    -webkit-animation-name: fade;
            animation-name: fade;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}

main#Nighthawk > section:first-of-type::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 10%;
    right: calc(0% + 40px);
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/06/BotaBox_Hawk_Animation.gif);
    width: clamp(100px, 33%, 500px);
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 507 / 448;
    -webkit-animation-name: hawk;
            animation-name: hawk;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: scale(1) translate(0, 0);
            -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    opacity: 0;
}

main#Nighthawk > section:nth-of-type(2) {
    background: -o-linear-gradient(top, rgba(3,12,28,1) 50%, rgba(40,65,110,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(3,12,28,1)), to(rgba(40,65,110,1)));
    background: linear-gradient(180deg, rgba(3,12,28,1) 50%, rgba(40,65,110,1) 100%);
    padding-top: 0;
    padding-bottom: calc(8vw + 8rem);
}

main#BotaBox > section:nth-of-type(2) {
    background-color: #AF262E;
}

main#BotaBreeze > section:nth-of-type(2) {
    background-color: #FFD250;
    position: relative;
    overflow-x: hidden;
}

main#BotaBreeze > section:nth-of-type(2)::before {
    content: '';
    display: block;
    width: 264px;
    height: 598px;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    background: url(https://www.botabox.com/wp-content/uploads/2023/08/palm-and-circle.svg);
    background-repeat: no-repeat;
    opacity: 0.6;
}

main#BotaBreeze > section:nth-of-type(2)::after {
    content: '';
    display: block;
    width: 342px;
    height: 342px;
    position: absolute;
    bottom: 2%;
    right: -150px;
    mix-blend-mode: multiply;
    background: #FFD290;
    border-radius: 100%;
    opacity: 0.4;
}

main#Nighthawk > section:last-of-type {
    background: -o-linear-gradient(top, rgba(0,0,0,1) 50%, rgba(17,33,61,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0,0,0,1)), to(rgba(17,33,61,1)));
    background: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(17,33,61,1) 100%);
    padding-top: 0;
}

main#BotaBreeze > div.divider:first-of-type {
    background: -o-linear-gradient(top, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248,248,248,0)), to(rgba(248,248,248,1)));
    background: linear-gradient(180deg, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 100%);
    height: 100px;
    background-position: center top;
    margin-top: -100px;
    position: relative;
}

main#BotaBreeze > div.divider:last-of-type {
    background: url(https://www.botabox.com/wp-content/uploads/2023/08/BotaBreeze-Divider-Background.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: clamp(100px, 15vw, 230px);
    background-position: center;
}

main#BotaBox > div.divider:last-of-type {
    background: url(https://www.botabox.com/wp-content/uploads/2023/08/summer-beach-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: clamp(100px, 15vw, 230px);
    background-position: center;
}

main#Nighthawk > div.divider {
    height: clamp(100px, 16vw, 300px);
    background-position: center top;
    margin-top: -10vw;
    position: relative;
}

main#Nighthawk > div.divider:first-of-type {
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/06/Nighthawk-Mountains.svg);
    background-size: 260%;
}

main#Nighthawk > div.divider:last-of-type {
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/06/Nighthawk-Trees.svg);
    background-size: 150%;
}

main.brand-page img.brand-logo {
    width: clamp(250px, 50%, 500px);
    margin: 0 auto 6rem;
}

main#BotaBox img.brand-logo {
    margin: 2rem auto;
}

main#BotaBreeze img.brand-logo {
    width: clamp(250px, 50%, 420px);
}

main.brand-page h1.brand-tagline {
    margin: 0 auto 3rem;
}

main.brand-page#BotaBox h1.brand-tagline {
    text-transform: uppercase;
    font-style: italic;
    color: white;
    border-bottom-color: white;
    border-bottom-width: 0.4rem;
    display: inline-block;
    line-height: 1.2;
    position: relative;
    font-size: 5rem;
}

main.brand-page#BotaBox h1.brand-tagline::after {
    content: '®';
    font-size: 25%;
    position: relative;
    top: 1.125rem;
    right: 0;
    vertical-align: top;
}

main.brand-page#Nighthawk h1.brand-tagline {
    font-style: italic;
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/06/BotaBox_Nighthawk_White_Tagline.svg);
    background-size: contain;
    width: clamp(300px, 60%, 760px);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}

main.brand-page#BotaBreeze h1.brand-tagline, main.brand-page#BotaBreeze h2.brand-tagline {
    display: none;
}

.botabreeze-tagline img {
    margin: 0 auto 2rem;
    width: 80%;
    max-width: 725px;
}

.botabreeze-nutrition img {
    width: 80%;
    margin: 0 auto 4rem;
    max-width: 1100px;
}

div.brand-featured-content h3 {
    font-family: BarlowCondensed, Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 auto;
}

div.brand-featured-content p {
    max-width: 500px;
    margin: 1rem auto 3rem;
}

div.brand-featured-content p.fineprint {
    max-width: initial;
    margin-bottom: 0;
}

div.brand-featured-product > div {
    position: relative;
}
    
div.brand-featured-product > div:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

div.brand-featured-product > div:last-of-type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

main.brand-page article h2, div.brand-featured-product h2 {
    color: white;
    margin: 0 auto 2rem;
    font-family: BarlowCondensed, Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
}

div.brand-featured-product h2 {
    line-height: 1;
}

main.brand-page#BotaBreeze > section:nth-of-type(2) h2 {
    color: black;
    text-shadow: 2px 2px white;
}

main.brand-page article p, div.brand-featured-product p {
    color: white;
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.125rem;
}

div.brand-featured-product p {
    margin: 0 auto 2rem;
}

main.brand-page article h4, div.brand-featured-product h4, main.brand-page article h3, div.brand-featured-product h3 {
    font-weight: 700;
    font-family: Rubik, Helvetica, Arial, sans-serif;
    color: white;
    letter-spacing: 2px;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin: 1rem auto;
}

div.brand-featured-product h4 {
    margin: 0 auto;
}

div.brand-featured-product .promo-buttons {
    text-align: center;
}

div.brand-featured-product .promo-buttons button, div.brand-featured-product .promo-buttons a, div.brand-featured-product .promo-buttons a:visited {
    display: inline-block;
    margin: 0.5rem 1rem;
    color: #30BCB1;
    border-color: #30BCB1;
    min-width: 200px;
} 

div.brand-featured-product .promo-buttons button:focus, div.brand-featured-product .promo-buttons button:hover, div.brand-featured-product .promo-buttons a:focus, div.brand-featured-product .promo-buttons a:hover {
    background-color: #30BCB1;
    color: white;
}

main#BotaBox > section:last-of-type article h2, main#BotaBox > section:last-of-type article p, main#BotaBox > section:last-of-type article h4, main.brand-page#BotaBreeze > section:nth-of-type(2) p, main.brand-page#BotaBreeze > section:nth-of-type(2) h4, main#BotaBreeze > section:last-of-type article h2, main#BotaBreeze > section:last-of-type article p, main#BotaBreeze > section:last-of-type article h4, main#BotaBreeze .three-across-carousel-styles .product-carousel-name, main#BotaBreeze .three-across-carousel-styles .btn {
    color: black;
}

main#BotaBreeze .three-across-carousel-styles .btn {
    border-color: black;
}

main#BotaBreeze .three-across-carousel-styles .btn:focus, main#BotaBreeze .three-across-carousel-styles .btn:hover {
    background-color: white;
}

main#BotaBreeze [data-bv-show=inline_rating] .bv_main_container .bv_text {
    color: white !important;
}

main#BotaBreeze [data-bv-show="inline_rating"] path {
    fill: white !important;
}

main.brand-page .three-across-carousel-styles {
    margin: 4rem auto 0;
    z-index: 1;
}

main.brand-page .swiper-slide {
    height: auto;
    color: white;
}

main.brand-page .swiper-slide button, main.brand-page .swiper-slide a.btn, main.brand-page .swiper-slide a.btn:visited {
    color: white;
    border-color: white;
    display: block;
}

main.brand-page .swiper-slide > div:first-of-type {
    position: relative;
    cursor: pointer;
}

main.brand-page .swiper-slide > div:first-of-type > div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

main.brand-page .swiper-slide > div:first-of-type:hover > img, main.brand-page .swiper-slide > div:first-of-type:focus > img {
    opacity: 0.5;
}

main.brand-page .swiper-slide > div:first-of-type:hover > div, main.brand-page .swiper-slide > div:first-of-type:focus > div {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

main.brand-page .swiper-slide > div:first-of-type > div button, main.brand-page .swiper-slide > div:first-of-type > div a.btn {
    width: 75%;
    margin: 0 auto;
    max-width: 300px;
}

main.brand-page .swiper-slide > div:first-of-type > div button {
    margin-bottom: 0.5rem;
}

main.brand-page .swiper-slide > div:first-of-type > div a.btn {
    margin-top: 0.5rem;
}

main.brand-page .swiper-slide > div:last-of-type {
    margin-top: auto;
}

main.brand-page .swiper-button-next, main.brand-page .swiper-button-prev {
    color: white;
}

main#BotaBreeze .swiper-button-next, main#BotaBreeze .swiper-button-prev {
    color: #A78368;
}

.attribute-block {
    margin: 3rem auto;
    padding: 0 2rem;
}

.attribute-block img {
    max-height: 150px;
    margin: 0 auto 2rem;
    width: auto;
}

#hero .mouse {
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/06/mouse.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 32%;
    width: 100%;
    position: absolute;
    height: 79px;
    margin-top: 50px;
    left: 0;
}

main#BotaBox #hero .mouse, main#BotaBreeze #hero .mouse {
    margin-top: 0;
    bottom: 40px;
    z-index: 10;
}

#hero .mouse .scroll-wheel-circle {
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background-color: #fcf8f2;
    position: absolute;
    top: 35px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-animation: scrollIndicator;
            animation: scrollIndicator;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

main#BotaBreeze #hero .mouse {
    -webkit-filter: invert(1);
            filter: invert(1);
}

.w-1\/2 {
    width: 50%;
}

.w-1\/4 {
    width: 25%;
}

@-webkit-keyframes hawk {
  from { 
        -webkit-transform: scale(3) translate(-50%, -50%); 
                transform: scale(3) translate(-50%, -50%);
        opacity: 0;
    }
  to {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}

@keyframes hawk {
  from { 
        -webkit-transform: scale(3) translate(-50%, -50%); 
                transform: scale(3) translate(-50%, -50%);
        opacity: 0;
    }
  to {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fade {
  from { 
        opacity: 0;
    }
  to {
        opacity: 1;
    }
}

@keyframes fade {
  from { 
        opacity: 0;
    }
  to {
        opacity: 1;
    }
}

@-webkit-keyframes scrollIndicator {
    0% {
        opacity: 0;
    }
    
    40% {
        opacity: 1;
    }
    
    50% {
        top: 35px;
        opacity: 1;
    }
    
    100% {
        top: 45px;
        opacity: 0;
    }
}

@keyframes scrollIndicator {
    0% {
        opacity: 0;
    }
    
    40% {
        opacity: 1;
    }
    
    50% {
        top: 35px;
        opacity: 1;
    }
    
    100% {
        top: 45px;
        opacity: 0;
    }
}


/********** Sustainability Page CSS **********/

body.page-id-1176 {
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/08/white-paper-texture.jpg);
    background-size: 600px;
}

body.page-id-1176 main#page-wrapper div.wp-block-group {
	padding: 4rem 3rem;
}

body.page-id-1176 main#page-wrapper div.wp-block-group.green-block {
    background-color: #236c39;
}

body.page-id-1176 h2 {
	font-family: BarlowCondensed, Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
}

body.page-id-1176 h4 {
	    font-family: BarlowCondensed, Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 auto 2rem;
	max-width: 1100px;
	width: 80%;
}

body.page-id-1176 main#page-wrapper div.wp-block-group.green-block h4, body.page-id-1176 main#page-wrapper div.wp-block-group.green-block p {
    color: white;
}

body.page-id-1176 .wp-block-columns {
	width: 80%;
	max-width: 1100px;
	margin: 2rem auto;
}

body.page-id-1176 .wp-block-columns .wp-block-image img {
	margin: 0 auto 1rem;
}

body.page-id-1176 .wp-block-columns.sustainability-icons .wp-block-image img {
    width: auto;
	max-height: 150px;
}

body.page-id-1176 .wp-block-video {
	margin: 4rem auto 0;
    margin-top: 0;
	max-width: 1100px;
}

body.page-id-1176 main#page-wrapper .wp-block-group.sustainability-infographic {
    background-image: url(https://www.botabox.com/wp-content/uploads/2023/08/brown-paper-texture.jpg);
    background-size: 300px;
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 3rem 4rem 4rem;
}

body.page-id-1176 main#page-wrapper div.wp-block-group.green-block .wp-block-group.sustainability-infographic h4 {
    color: #236c39;
    font-size: 2.125rem;
    line-height: 1;
    margin-bottom: 50px;
}

body.page-id-1176 main#page-wrapper div.wp-block-group.green-block .wp-block-group.sustainability-infographic p {
    color: black;
}

body.page-id-1176 main#page-wrapper div.wp-block-group.green-block .wp-block-group.sustainability-infographic p {
    font-size: 1.125rem;
}

body.page-id-1176 main#page-wrapper div.wp-block-group.green-block .wp-block-group.sustainability-infographic h4, body.page-id-1176 main#page-wrapper div.wp-block-group.green-block .wp-block-group.sustainability-infographic p, body.page-id-1176 .sustainability-infographic .wp-block-columns {
    width: auto;
}

body.page-id-1176 .wp-block-group.sustainability-infographic .wp-block-columns .wp-block-image img {
    margin: 0 auto;
}

body.page-id-1176 .sustainability-infographic :where(.wp-block-columns.is-layout-flex) {
    /*gap: 1em;*/
}

figure.one-in-four img {
    max-width: 165px;
    margin: 0 !important;
}

figure.recycle-bin img {
    max-width: 100px;
}

div.after-border {
    position: relative;
    /*padding-bottom: 40px;*/
}

body.page-id-1176 .sustainability-infographic hr.wp-block-separator {
    height: 2px;
}

div.after-border::after {
    content: '';
    display: none;
    width: 100%;
    height: 2px;
    background: #236c39;
    position: absolute;
    bottom: 0;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    width: 80%;
    -webkit-transform-origin: center;
            -ms-transform-origin: center;
        transform-origin: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}

@media screen and (max-width: 48rem) {
    body.page-id-1176 main > figure {
        margin-top: 81px;
    }
    
    body.page-id-1176 main#page-wrapper div.wp-block-group {
        padding: 3rem 2rem;
    }
    
    body.page-id-1176 main#page-wrapper .wp-block-group.sustainability-infographic {
        padding: 2rem 1.5rem;
    }
    
    body.page-id-1176 main#page-wrapper div.wp-block-group.green-block .wp-block-group.sustainability-infographic h4, body.page-id-1176 main#page-wrapper div.wp-block-group.green-block .wp-block-group.sustainability-infographic p, body.page-id-1176 .sustainability-infographic .wp-block-columns {
        text-align: center;
    }
    
    figure.one-in-four img {
        max-width: 100%;
        margin: 0 auto !important;
    }
}


/********** MEDIA QUERIES **********/
@media screen and (max-width: 64rem) {
    main.brand-page#Nighthawk h1.brand-tagline {
        font-size: 3rem;
        width: clamp(300px, 70%, 760px);
    }
    
    main.brand-page img.brand-logo {
        margin: 0 auto 5rem;
    }
    
    main#Nighthawk > section:first-of-type::after {
        bottom: 5%;
        right: calc(0% + 20px);
    }
    
    div.brand-featured-product::after {
        top: 1%;
        right: -3%;
    }
    
    main#BotaBreeze > section:first-of-type::after {
        top: 0rem;
        -webkit-transform: scale(0.75);
                -ms-transform: scale(0.75);
            transform: scale(0.75);
        right: -5rem;
    }
}

@media screen and (max-width: 48.8125rem) {
    div.brand-featured-product > div:first-of-type {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    
    div.brand-featured-product > div:last-of-type {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}

@media screen and (max-width: 48rem) {
    main#Nighthawk > section:nth-of-type(2) {
        padding-bottom: calc(8vw + 5rem);
    }

    #hero .mouse {
        display: none;
    }
    
    main.brand-page#BotaBox h1.brand-tagline {
        font-size: 4rem;
        line-height: 1;
    }
    
    main.brand-page#BotaBox h1.brand-tagline::after {
        top: 0.5rem;
    }
    
    div.brand-featured-product::after {
        width: 20%;
    }
    
    div.brand-featured-product {
        background-position: -15% 87%;
        background-size: 33%;
    }
}

@media screen and (max-width: 40rem) {
    main#Nighthawk > section:first-of-type {
        background-size: 180%;
    }
    
    main.brand-page#Nighthawk article p {
        max-width: 400px;
    }
    
    main.brand-page#Nighthawk h1.brand-tagline {
        font-size: 2rem;
    }
    
    main.brand-page img.brand-logo {
        margin: 0 auto 4rem;
    }
    
    main#Nighthawk > div.divider {
        margin-top: -15vw;
    }
    
    .sm\:w-full {
        width: 100%;
    }
    
    main#BotaBox > section:first-of-type::after, .page-id-488 #page-wrapper > section:first-of-type::after {
        right: 50%;
        width: clamp(100px, 40%, 150px);
        -webkit-transform: translateX(50%);
                -ms-transform: translateX(50%);
            transform: translateX(50%);
    }
    
    .page-id-488 #page-wrapper > section:first-of-type::after {
        bottom: 13%;
    }
    
    main#BotaBreeze > section:first-of-type::after {
        top: inherit;
        bottom: -13%;
        right: 50%;
        -webkit-transform: scale(0.75) translateX(66%);
                -ms-transform: scale(0.75) translateX(66%);
            transform: scale(0.75) translateX(66%);
    }
}


/********** HWH Branding Updates **********/

/* New Fonts

Superior Title Regular
font-family: "superior-title", serif;
font-weight: 400;
font-style: normal;

Superior Title Italic
font-family: "superior-title", serif;
font-weight: 400;
font-style: italic;

Superior Title Black
font-family: "superior-title", serif;
font-weight: 800;
font-style: normal;

Superior Title Black Italic
font-family: "superior-title", serif;
font-weight: 800;
font-style: italic;

Poppins Regular
font-family: "poppins", sans-serif;
font-weight: 400;
font-style: normal;

Poppins Italic
font-family: "poppins", sans-serif;
font-weight: 400;
font-style: italic;

Poppins SemiBold
font-family: "poppins", sans-serif;
font-weight: 600;
font-style: normal;

Poppins SemiBold Italic
font-family: "poppins", sans-serif;
font-weight: 600;
font-style: italic;

Poppins ExtraBold
font-family: "poppins", sans-serif;
font-weight: 800;
font-style: normal;

Poppins ExtraBold Italic
font-family: "poppins", sans-serif;
font-weight: 800;
font-style: italic;

Goudy Old Style Regular
font-family: "goudy-old-style", serif;
font-weight: 400;
font-style: normal;

Goudy Old Style Regular Italic
font-family: "goudy-old-style", serif;
font-weight: 400;
font-style: italic;

Goudy Old Style Bold
font-family: "goudy-old-style", serif;
font-weight: 700;
font-style: normal;

Goudy Old Style Extra Bold
font-family: "goudy-old-style", serif;
font-weight: 800;
font-style: normal;

*/

body {
    position: relative;
}

html, h4 {
    font-family: "poppins", Rubik, Helvetica, Arial, sans-serif;
}

h1, h2, .find-us-heading {
    font-family: "superior-title", serif;
    font-weight: 800;
    font-style: italic;
}

h1 {
    font-size: 8.5rem;
    text-shadow: 20px 20px 28px rgba(0,0,0,1);
    text-decoration: none;
}

body.page-id-488 h1, body.page-id-1176 h1, body.page-id-1126 h1 {
    text-shadow: 20px 20px 28px rgba(0,0,0,0.7);
}

.find-us-heading {
    margin-top: 8rem;
    text-shadow: none;
    text-transform: none;
}

main.brand-page#Nighthawk h1.brand-tagline {
    font-size: 5rem;
    text-shadow: none;
}

section.pdp-details-section h1 {
    font-family: "superior-title", serif;
    text-shadow: none;
}

h2 {
    font-size: 2.25rem;
}

h4 {
    font-weight: 600;
    font-size: 1.75rem;
}

.full-bleed-title-text {
    text-decoration: none;
    opacity: 0.85;
    border-bottom: none;
}

.page-section-header {
    font-weight: 800;
    margin-bottom: 1rem;
}

.page-section-header.has-text-align-left {
    text-align: left;
}

.page-section-header.find-wines {
    font-size: 4.5rem;
}

body.home .full-bleed-title.absolute-centered h1.full-bleed-title-text {
    font-size: 6rem;
    font-family: "goudy-old-style", serif;
    font-style: normal;
    text-align: left;
    line-height: 0.9;
    /*word-wrap: break-word;*/
    word-spacing: 2000px;
}

.home .full-bleed-title {
    width: 25%;
}

body.home .full-bleed-title.absolute-centered, body.page-id-488 .full-bleed-title.absolute-centered {
    left: 70px;
    bottom: 20px;
    -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    top: initial;
}

body.page-id-358 .full-bleed-title.absolute-centered {
    right: 70px;
    bottom: 20px;
    -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    top: initial;
    left: initial;
}

body.home .full-bleed-title.absolute-centered {
    bottom: 60px;
}

.site-header .header-nav .menu-list-item > a {
    font-weight: 400;
}

body.home .full-bleed-title.absolute-centered {
    bottom: 0;
    left: 0;
    width: 44%;
    height: auto;
    aspect-ratio: 1;
    max-width: 600px;
} 

body.home .full-bleed-title.absolute-centered .full-bleed-title-inner {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

body.home .full-bleed-title.absolute-centered .full-bleed-title-inner::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://www.botabox.com/wp-content/uploads/2025/06/bota-home-corner-style.svg);
    width: 100%;
    height: 100%;
    background-size: contain;
}

body.home .full-bleed-title.absolute-centered .full-bleed-title-inner::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 30px;
    left: 40px;
    background-image: url(https://www.botabox.com/wp-content/uploads/2025/06/BOTA-slogan.svg);
    width: 65%;
    height: 55%;
    background-size: contain;
    background-repeat: no-repeat;
}

body.home .full-bleed-title.absolute-centered h1.full-bleed-title-text {
    opacity: 0;
    text-shadow: none;
    visibility: hidden;
}

@media screen and (max-width: 48rem) {
    body.home .full-bleed-title.absolute-centered .full-bleed-title-inner::after {
        bottom: 10px;
        left: 20px;
    }
}

.btn, .btn-block a {
    font-family: "poppins", Rubik, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0.75rem 1.5rem 0.5rem;
    letter-spacing: 0;
}

.site-footer .footer-nav-item {
    margin-top: 0;
    margin-bottom: 0;
}

.page-section-content {
    font-size: 1.125rem;
}

.page-section.find-wines, .page-section.has-background {
    padding-top: 3rem;
    background-color: white;
    max-width: 100%;
}

p.max-content {
    max-width: 900px;
    margin: 0 auto;
}

p.nighthawk-tagline {
    margin: -20px auto 40px;
}

.box-icon-height img {
    max-height: 14rem;
}
 
.btn-block.bota.solid a, .btn-block.bota.solid a:visited {
    background-color: #9d2235;
    color: white !important;
    border: none;
}
 
.btn-block.breeze.solid a, .btn-block.breeze.solid a:visited  {
    background-color: #ff0000;
    background-color: #e90000;
    color: white !important;
    border: none;
}
 
.btn-block.nighthawk.solid a, .btn-block.nighthawk.solid a:visited {
    background-color: #1E284D;
    color: white !important;
    border: none;
}
 
.btn-block.gold.solid a, .btn-block.gold.solid a:visited  {
    background-color: #F2A900;
    color: white !important;
    color: black !important;
    border: none;
}
 
.btn-block.bota a, .btn-block.bota a:visited  {
    border-color: #9d2235;
    color: #9d2235 !important;
    color: black !important;
}
 
.btn-block.breeze a, .btn-block.breeze a:visited  {
    border-color: #ff0000;
    color: #ff0000 !important;
}
 
.btn-block.nighthawk a, .btn-block.nighthawk a:visited  {
    border-color: #1E284D;
    color: #1E284D !important;
    color: black !important;
}
 
.btn-block.gold a, .btn-block.gold a:visited  {
    border-color: #F2A900;
    color: #F2A900 !important;
    color: black !important;
}
 
.btn-block.bota a:focus, .btn-block.bota a:hover {
    background-color: #9d2235;
    color: white !important;
}
 
.btn-block.breeze a:focus, .btn-block.breeze a:hover  {
    background-color: #ff0000;
    color: white !important;
}
 
.btn-block.nighthawk a:focus, .btn-block.nighthawk a:hover  {
    background-color: #1E284D;
    color: white !important;
}
 
.btn-block.gold a:focus, .btn-block.gold a:hover  {
    background-color: #F2A900;
    color: white !important;
    color: black !important;
}

.three-across-carousel-styles .btn, .btn, .btn-block a {
    font-size: 1.25rem;
}

.full-bleed-parallax-section {
    margin-bottom: 0;
}

div#bota-box {
    background-color: #AF262E;
    padding-top: 3rem;
}

div#bota-box p, div#bota-box .three-across-carousel-styles .product-carousel-name, #nighthawk .three-across-carousel-styles .product-carousel-name {
    color: white;
}

div#bota-box .three-across-carousel-styles .btn {
    color: white;
    border-color: white;
}

/*.three-across-carousel-styles .Breeze.Cabernet .btn {
    color: #b64d54;
    border-color: #b64d54;
}

.three-across-carousel-styles .Breeze.Grigio .btn {
    color: #e9bb18;
    border-color: #e9bb18;
}

.three-across-carousel-styles .Breeze.Blanc .btn {
    color: #bdc22f;
    border-color: #bdc22f;
}

.three-across-carousel-styles .Breeze.Chardonnay .btn {
    color: #77a351;
    border-color: #77a351;
}

.three-across-carousel-styles .Breeze.Red.Wine .btn {
    color: #c84f41;
    border-color: #c84f41;
}

.three-across-carousel-styles .Breeze.Dry .btn {
    color: #e77e86;
    border-color: #e77e86;
}

.three-across-carousel-styles .Breeze.Cabernet .btn:hover, .three-across-carousel-styles .Breeze.Cabernet .btn:focus {
    color: white;
    background-color: #b64d54;
}

.three-across-carousel-styles .Breeze.Grigio .btn:hover, .three-across-carousel-styles .Breeze.Grigio .btn:focus {
    color: black;
    background-color: #e9bb18;
}

.three-across-carousel-styles .Breeze.Blanc .btn:hover, .three-across-carousel-styles .Breeze.Blanc .btn:focus {
    color: black;
    background-color: #bdc22f;
}

.three-across-carousel-styles .Breeze.Chardonnay .btn:hover, .three-across-carousel-styles .Breeze.Chardonnay .btn:focus {
    color: white;
    background-color: #77a351;
}

.three-across-carousel-styles .Breeze.Red.Wine .btn:hover, .three-across-carousel-styles .Breeze.Red.Wine .btn:focus {
    color: white;
    background-color: #c84f41;
}

.three-across-carousel-styles .Breeze.Dry .btn:hover, .three-across-carousel-styles .Breeze.Dry .btn:focus {
    color: white;
    background-color: #e77e86;
}

.three-across-carousel-styles .Breeze.Cabernet .product-carousel-name {
    color: #b64d54;
}

.three-across-carousel-styles .Breeze.Grigio .product-carousel-name {
    color: #e9bb18;
}

.three-across-carousel-styles .Breeze.Blanc .product-carousel-name {
    color: #bdc22f;
}

.three-across-carousel-styles .Breeze.Chardonnay .product-carousel-name {
    color: #77a351;
}

.three-across-carousel-styles .Breeze.Red.Wine .product-carousel-name {
    color: #c84f41;
}

.three-across-carousel-styles .Breeze.Dry .product-carousel-name {
    color: #e77e86;
}*/



/*main#BotaBox .three-across-carousel-styles .Pinot.Grigio .btn, main#BotaBox .three-across-carousel-styles .Pinot.Grigio .btn:visited, main.brand-page#BotaBox .swiper-slide.Pinot.Grigio > div:first-of-type > div div.mm-cre.swn-bound {
    color: #f98524;
    border-color: #f98524;
}

main#BotaBox .three-across-carousel-styles .Cabernet.Sauvignon .btn, main#BotaBox .three-across-carousel-styles .Cabernet.Sauvignon .btn:visited, main.brand-page#BotaBox .swiper-slide.Cabernet.Sauvignon > div:first-of-type > div div.mm-cre.swn-bound {
    color: #a83335;
    border-color: #a83335;
}

main#BotaBox .three-across-carousel-styles .Chardonnay .btn, main#BotaBox .three-across-carousel-styles .Chardonnay .btn:visited, main.brand-page#BotaBox .swiper-slide.Chardonnay > div:first-of-type > div div.mm-cre.swn-bound {
    color: #5b8b54;
    border-color: #5b8b54;
}

main#BotaBox .three-across-carousel-styles .RedVolution® .btn, main#BotaBox .three-across-carousel-styles .RedVolution® .btn:visited, main.brand-page#BotaBox .swiper-slide.RedVolution® > div:first-of-type > div div.mm-cre.swn-bound {
    color: #8b3332;
    border-color: #8b3332;
}

main#BotaBox .three-across-carousel-styles .Sauvignon.Blanc .btn, main#BotaBox .three-across-carousel-styles .Sauvignon.Blanc .btn:visited, main.brand-page#BotaBox .swiper-slide.Sauvignon.Blanc > div:first-of-type > div div.mm-cre.swn-bound {
    color: #91bd2c;
    border-color: #91bd2c;
}

main#BotaBox .three-across-carousel-styles .Dry .btn, main#BotaBox .three-across-carousel-styles .Dry .btn:visited, main.brand-page#BotaBox .swiper-slide.Dry > div:first-of-type > div div.mm-cre.swn-bound {
    color: #e06468;
    border-color: #e06468;
}

main#BotaBox .three-across-carousel-styles .Pinot.Noir .btn, main#BotaBox .three-across-carousel-styles .Pinot.Noir .btn:visited, main.brand-page#BotaBox .swiper-slide.Pinot.Noir > div:first-of-type > div div.mm-cre.swn-bound {
    color: #813a44;
    border-color: #813a44;
}

main#BotaBox .three-across-carousel-styles .Merlot .btn, main#BotaBox .three-across-carousel-styles .Merlot .btn:visited, main.brand-page#BotaBox .swiper-slide.Merlot > div:first-of-type > div div.mm-cre.swn-bound {
    color: #2d3a6d;
    border-color: #2d3a6d;
}

main#BotaBox .three-across-carousel-styles .Zinfandel .btn, main#BotaBox .three-across-carousel-styles .Zinfandel .btn:visited, main.brand-page#BotaBox .swiper-slide.Zinfandel > div:first-of-type > div div.mm-cre.swn-bound {
    color: #4f2e3b;
    border-color: #4f2e3b;
}

main#BotaBox .three-across-carousel-styles .Riesling .btn, main#BotaBox .three-across-carousel-styles .Riesling .btn:visited, main.brand-page#BotaBox .swiper-slide.Riesling > div:first-of-type > div div.mm-cre.swn-bound {
    color: #12a7dc;
    border-color: #12a7dc;
}

main#BotaBox .three-across-carousel-styles .Pinot.Grigio .btn:hover, main#BotaBox .three-across-carousel-styles .Pinot.Grigio .btn:focus, main.brand-page#BotaBox .swiper-slide.Pinot.Grigio > div:first-of-type > div div.mm-cre.swn-bound:hover, main.brand-page#BotaBox .swiper-slide.Pinot.Grigio > div:first-of-type > div div.mm-cre.swn-bound:focus {
    color: white;
    background-color: #f98524;
}

main#BotaBox .three-across-carousel-styles .Cabernet.Sauvignon .btn:hover, main#BotaBox .three-across-carousel-styles .Cabernet.Sauvignon .btn:focus, main.brand-page#BotaBox .swiper-slide.Cabernet.Sauvignon > div:first-of-type > div div.mm-cre.swn-bound:hover, main.brand-page#BotaBox .swiper-slide.Cabernet.Sauvignon > div:first-of-type > div div.mm-cre.swn-bound:focus {
    color: white;
    background-color: #a83335;
}

main#BotaBox .three-across-carousel-styles .Chardonnay .btn:hover, main#BotaBox .three-across-carousel-styles .Chardonnay .btn:focus, main.brand-page#BotaBox .swiper-slide.Chardonnay > div:first-of-type > div div.mm-cre.swn-bound:hover, main.brand-page#BotaBox .swiper-slide.Chardonnay > div:first-of-type > div div.mm-cre.swn-bound:focus {
    color: white;
    background-color: #5b8b54;
}

main#BotaBox .three-across-carousel-styles .RedVolution® .btn:hover, main#BotaBox .three-across-carousel-styles .RedVolution® .btn:focus, main.brand-page#BotaBox .swiper-slide.RedVolution® > div:first-of-type > div div.mm-cre.swn-bound:hover, main.brand-page#BotaBox .swiper-slide.RedVolution® > div:first-of-type > div div.mm-cre.swn-bound:focus {
    color: white;
    background-color: #8b3332;
}

main#BotaBox .three-across-carousel-styles .Sauvignon.Blanc .btn:hover, main#BotaBox .three-across-carousel-styles .Sauvignon.Blanc .btn:focus, main.brand-page#BotaBox .swiper-slide.Sauvignon.Blanc > div:first-of-type > div div.mm-cre.swn-bound:hover, main.brand-page#BotaBox .swiper-slide.Sauvignon.Blanc > div:first-of-type > div div.mm-cre.swn-bound:focus {
    color: white;
    background-color: #91bd2c;
}

main#BotaBox .three-across-carousel-styles .Dry .btn:hover, main#BotaBox .three-across-carousel-styles .Dry .btn:focus, main.brand-page#BotaBox .swiper-slide.Dry > div:first-of-type > div div.mm-cre.swn-bound:hover, main.brand-page#BotaBox .swiper-slide.Dry > div:first-of-type > div div.mm-cre.swn-bound:focus {
    color: white;
    background-color: #e06468;
}

main#BotaBox .three-across-carousel-styles .Pinot.Noir .btn:hover, main#BotaBox .three-across-carousel-styles .Pinot.Noir .btn:focus, main.brand-page#BotaBox .swiper-slide.Pinot.Noir > div:first-of-type > div div.mm-cre.swn-bound:hover, main.brand-page#BotaBox .swiper-slide.Pinot.Noir > div:first-of-type > div div.mm-cre.swn-bound:focus {
    color: white;
    background-color: #813a44;
}

main#BotaBox .three-across-carousel-styles .Merlot .btn:hover, main#BotaBox .three-across-carousel-styles .Merlot .btn:focus, main.brand-page#BotaBox .swiper-slide.Merlot > div:first-of-type > div div.mm-cre.swn-bound:hover, main.brand-page#BotaBox .swiper-slide.Merlot > div:first-of-type > div div.mm-cre.swn-bound:focus {
    color: white;
    background-color: #2d3a6d;
}

main#BotaBox .three-across-carousel-styles .Zinfandel .btn:hover, main#BotaBox .three-across-carousel-styles .Zinfandel .btn:focus, main.brand-page#BotaBox .swiper-slide.Zinfandel > div:first-of-type > div div.mm-cre.swn-bound:hover, main.brand-page#BotaBox .swiper-slide.Zinfandel > div:first-of-type > div div.mm-cre.swn-bound:focus {
    color: white;
    background-color: #4f2e3b;
}

main#BotaBox .three-across-carousel-styles .Riesling .btn:hover, main#BotaBox .three-across-carousel-styles .Riesling .btn:focus, main.brand-page#BotaBox .swiper-slide.Riesling > div:first-of-type > div div.mm-cre.swn-bound:hover, main.brand-page#BotaBox .swiper-slide.Riesling > div:first-of-type > div div.mm-cre.swn-bound:focus {
    color: white;
    background-color: #12a7dc;
}

main#BotaBox .three-across-carousel-styles .Pinot.Grigio .product-carousel-name {
    color: #fe8625;
}

main#BotaBox .three-across-carousel-styles .Cabernet.Sauvignon .product-carousel-name {
    color: #a83335;
}

main#BotaBox .three-across-carousel-styles .Chardonnay .product-carousel-name {
    color: #5b8b54;
}

main#BotaBox .three-across-carousel-styles .RedVolution® .product-carousel-name {
    color: #8b3332;
}

main#BotaBox .three-across-carousel-styles .Sauvignon.Blanc .product-carousel-name {
    color: #91bd2c;
}

main#BotaBox .three-across-carousel-styles .Dry .product-carousel-name {
    color: #e06468;
}

main#BotaBox .three-across-carousel-styles .Pinot.Noir .product-carousel-name {
    color: #813a44;
}

main#BotaBox .three-across-carousel-styles .Merlot .product-carousel-name {
    color: #2d3a6d;
}

main#BotaBox .three-across-carousel-styles .Zinfandel .product-carousel-name {
    color: #4f2e3b;
}

main#BotaBox .three-across-carousel-styles .Riesling .product-carousel-name {
    color: #12a7dc;
}*/

div#bota-box .responsive-carousel .swiper-button-next.carousel-pagination-arrows, div#bota-box .responsive-carousel .swiper-button-prev.carousel-pagination-arrows {
    -webkit-filter: invert(1);
            filter: invert(1);
}

div#nighthawk.nighthawk-section {
    background-color: #030C1C;
    background-image: none;
}

div#bota-breeze.bota-breeze-section {
    background-color: #F7F4F2;
    background-image: none;
}

.nighthawk-section .wine-icon {
    display: none;
}

#page-wrapper > div:first-of-type {
    padding-top: 3rem;
}

.page-section-header.about-h2 {
    font-size: 6rem;
    line-height: 0.9;
    color: #9D2235;
}

.page-section-header.about-h2 span {
    font-family: "poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    color: black;
}

.page-section-header.about-h2 sup {
    top: -1.75em;
    font-size: 1.875rem;
    font-family: "poppins";
    font-weight: 400;
    font-style: normal;
    margin-left: -1%;
}

main#BotaBox > section:nth-of-type(2) {
    background-color: white;
}

main#BotaBox article h2, main#BotaBox article p, main#BotaBox .three-across-carousel-styles .product-carousel-name, main#BotaBox p.short-description, main#BotaBox .swiper-button-next:after, main#BotaBox .swiper-button-prev:after {
    color: black;
}

main#BotaBox .swiper-slide a.btn, main#BotaBox .swiper-slide > div:first-of-type > div button, main#BotaBox .swiper-slide a.btn:visited, main#BotaBox .swiper-slide > div:first-of-type > div button:visited {
    color: black;
    border-color: black;
}

main#BotaBox .swiper-slide a.btn:focus, main#BotaBox .swiper-slide > div:first-of-type > div button:focus, main#BotaBox .swiper-slide a.btn:hover, main#BotaBox .swiper-slide > div:first-of-type > div button:hover {
    color: white;
}

main#BotaBox img.brand-logo, main#BotaBox > section:first-of-type::after, main.brand-page#BotaBox h1.brand-tagline::after, #hero .mouse, main#BotaBox > div.divider:last-of-type {
    display: none;
}

main.brand-page#BotaBox h1.brand-tagline, main.brand-page#BotaBox h2.brand-tagline {
    text-transform: none;
    border-bottom: none;
    opacity: 0.85;
    font-size: 8.5rem;
    text-shadow: 20px 20px 28px rgba(0,0,0,1);
    line-height: 0.7;
    margin-bottom: 0;
    position: relative;
    color: white;
}

main.brand-page#BotaBox h1.brand-tagline span, main.brand-page#BotaBox h2.brand-tagline span {
    font-family: "goudy-old-style", serif;
    font-style: normal;
    font-size: 38%;
    position: absolute;
    left: 10%;
    top: 16%;
}

main.brand-page#BotaBox h1.brand-tagline span:last-of-type, main.brand-page#BotaBox h2.brand-tagline span:last-of-type {
    font-family: "poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 36%;
    left: initial;
    right: 10%;
    top: initial;
    bottom: -23%;
    letter-spacing: 0.2rem;
}

main#BotaBox > section:first-of-type {
    height: 95vh;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

main#BotaBox article h2, main#BotaBox > section:last-of-type article h2, main.brand-page article h2, div.brand-featured-product h2, div.brand-featured-content h3 {
    font-family: "superior-title", serif;
    font-weight: 800;
    font-style: italic;
    font-size: 2.25rem;
    text-transform: none;
}

main#BotaBox > section:last-of-type article h2 {
    color: #9D2235;
}

main#BotaBreeze > section:last-of-type {
    background-color: white;
}

main#BotaBreeze > section:last-of-type article h2, main#BotaBreeze > section:last-of-type article h4, main#BotaBreeze > section:last-of-type article h3 {
    color: #F2A900;
    color: black;
}

main#BotaBreeze > section:last-of-type article h4, main#BotaBreeze > section:last-of-type article h3, main#Nighthawk > section:last-of-type article h4, main#Nighthawk > section:last-of-type article h3 {
    font-family: "poppins", Rubik, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    text-transform: uppercase;
    margin: 1rem auto;
}

main#BotaBox > section:last-of-type article h4, main#BotaBox > section:last-of-type article h3 {
    font-family: "poppins", Rubik, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    color: #9D2235;
    text-transform: uppercase;
    margin: 1rem auto;
}

main#BotaBox > section:first-of-type {
    background-image: url(https://www.botabox.com/wp-content/uploads/2024/05/BotaBox_24_Bota-Hero.jpg);
}

body.home::before, body.page-id-358::before, body.page-id-1176::before {
    background-image: url(https://www.botabox.com/wp-content/uploads/2024/05/river-graphic.svg);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    pointer-events: none;
    opacity: 0.3;
    mix-blend-mode: multiply;
}

#page-wrapper div#grappos-locator {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

section.dp-reviews-section {
    background: white;
    padding-top: 1rem;
    margin-top: 5rem;
}

[data-bv-show=inline_rating] .bv_main_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

main#BotaBreeze [data-bv-show=inline_rating] .bv_main_container .bv_text {
    color: black !important;
}

main#bota-box [data-bv-show=inline_rating] .bv_main_container .bv_text, div#bota-box [data-bv-show=inline_rating] .bv_main_container .bv_text, main#Nighthawk [data-bv-show=inline_rating] .bv_main_container .bv_text, div#nighthawk [data-bv-show=inline_rating] .bv_main_container .bv_text {
    color: white !important;
}

div.bota-reasons > div > div.wp-block-columns {
    margin: 3rem auto;
    padding: 0 2rem;
    text-align: center;
}

div.bota-reasons > div > div.wp-block-columns h4, div.bota-reasons > div > div.wp-block-columns h3 {
    margin: 1rem auto;
}

div.bota-reasons > div > div.wp-block-columns h3 {
    font-weight: 600;
    font-size: 1.75rem;
    font-family: "poppins", Rubik, Helvetica, Arial, sans-serif;
}

div.bota-reasons > div > div.wp-block-columns p {
    font-size: 1.125rem;
}

div.bota-reasons > div p.max-content {
    max-width: 640px;
    font-size: 1.125rem;
}

@media screen and (max-width: 48.8125rem) {
    h1, body.home .full-bleed-title.absolute-centered h1.full-bleed-title-text {
        font-size: 5rem;
    }
    
    body.page-id-358 .full-bleed-title.absolute-centered, body.page-id-488 .full-bleed-title.absolute-centered {
        left: 50%;
        -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        right: initial;
    }
    
    body.home .full-bleed-title.absolute-centered {
        /*left: 20px;*/
        left: 0;
    }
}

@media screen and (max-width: 40rem) {
    h1, body.home .full-bleed-title.absolute-centered h1.full-bleed-title-text, .page-section-header.find-wines {
        font-size: 3.25rem;
    }
    
    h2, main#BotaBox > section:last-of-type article h2 {
        font-size: 1.75rem;
    }

    h4, main#BotaBox > section:last-of-type article h4 {
        font-size: 1.25rem;
    }
    
    main.brand-page#BotaBox h1.brand-tagline {
        font-size: 5.5rem;
        line-height: 0.9;
    }
    
    .full-bleed-parallax-section .mobile-image {
        height: 75vh;
    }
}


/*** BazaarVoice ***/
section.pdp-reviews-section > div {
    background-color: white;
}

.single-wines .nighthawk {
    background-size: 100%;
    background-repeat: repeat;
    background-image: url(https://www.botabox.com/wp-content/uploads/2024/08/black-texture-background.jpg);
}


/** Media Highlights **/

.page-section.media-highlights {
    padding: 5rem 3rem;
    background: #9d2235;
    margin: 0 auto;
    max-width: 100%;
    color: white;
    gap: 4em;
}

.page-section.media-highlights p {
    text-align: center;
    font-family: "superior-title", serif;
    font-size: 1.375rem;
    font-weight: 400;
}

.page-section.media-highlights figure.media-logo > img {
    max-width: 200px;
    margin: 2rem auto 0;
    fill: white;
}

.page-section.media-highlights div:first-of-type figure.media-logo > img {
    max-width: 300px;
}


/** Notification Banner **/
div.banner-notification {
    background: #9d2235;
    color: white;
    text-align: center;
    font-family: "superior-title", serif;
    font-size: 1.375rem;
    font-weight: lighter;
    font-style: italic;
    padding: 8px 20px;
    line-height: 1;
}

div.banner-notification a {
    text-decoration: underline;
}

@media screen and (max-width: 40rem) {
    div.banner-notification {
        font-size: 1.125rem;
    }
}

/*** Football Page ***/
body.page-id-1690 {
    background-color: #046a38;
    /*background-image: url(https://www.botabox.com/wp-content/uploads/2024/09/Background-Playart-Animated.gif);*/
    background-size: 120%;
    background-position: center;
    background-image: url(https://botabox-staging.go-vip.net/wp-content/uploads/2026/08/Background-Red-Playart-Animated.gif);
}

body.page-id-1690 #page-wrapper .football-hero {
    overflow-x: hidden;
}

.wp-block-group.bota-football, .wp-block-group.bota-football-red, .wp-block-group.bota-football-white {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.wp-block-group.bota-football-red, .wp-block-group.bota-football-white {
    max-width: 100%;
}

.wp-block-group.bota-football h2, .wp-block-group.bota-football h1, .wp-block-group.bota-football-red h2, .wp-block-group.bota-football-white h2, .wp-block-group.football-hero h2 {
    font-size: 9.125rem;
    text-align: center;
    font-family: "alternate-gothic-condensed-a", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: white;
    text-shadow: 10px 10px 10px #0000004d;
    line-height: 0.9;
}

.wp-block-group.bota-football h2, .wp-block-group.bota-football-red h2, .wp-block-group.bota-football-white h2, .wp-block-group.football-hero h2 {
    font-size: 6.125rem;
}

.wp-block-group.bota-football h3, .wp-block-group.bota-football-red h3, .wp-block-group.bota-football-white h3 {
    font-family: Rubik, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1;
    margin: 0 auto 24px;
    color: white;
    text-align: center;
    max-width: 800px;
}

.wp-block-group.bota-football p, .wp-block-group.bota-football-red p, .wp-block-group.bota-football-white p {
    font-size: 1.25rem;
    color: white;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 1rem;
}

ul.wp-block-list.whiteboard, ol.wp-block-list.whiteboard {
    border: 6px solid #cecece;
    border-radius: 3px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    font-size: 1.125rem;
    text-align: center;
    margin: 0 auto 2.5rem;
    color: black;
    background: white;
    padding: 2rem 2rem 1.25rem;
    max-width: 600px;
}

ol.wp-block-list.whiteboard {
    list-style: auto;
}

ul.wp-block-list.whiteboard li, ol.wp-block-list.whiteboard li {
    margin-bottom: 0.75rem;
    font-family: "Marker Felt", "Comic Sans MS", "Patrick Hand", sans-serif;
    font-size: 1.2rem;
}

ul.wp-block-list.whiteboard li::before {
    content: '✓';
    font-size: 1.5rem;
    color: #efa900;
}

ul.wp-block-list.whiteboard li a, .wp-block-group.bota-football p a, .wp-block-group.bota-football-red p a, ol.wp-block-list.whiteboard p a {
    text-decoration: underline;
    text-decoration-color: #efa900;
}

.wp-block-group.bota-football-white h2, .wp-block-group.bota-football-white h3, .wp-block-group.bota-football-white p {
    color: black;
}

.wp-block-group.bota-football-white h2 {
    text-shadow: 6px 4px 10px #00000030;
}

figure.football-headline {
    max-width: 800px;
    margin: 110px auto 0;
    width: 64%;
}

div.tailgate-mvp h2, div.tailgate-mvp p {
    max-width: 800px;
    width: 64%;
    margin: 0 auto;
}

.wp-block-group.football-sweeps {
    margin: 60px auto;
}

.wp-block-group.football-sweeps > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin: 0 auto;
}

.wp-block-group.football-sweeps > div > figure {
    width: 40%;
}

.wp-block-group.football-sweeps > div > div {
    width: 60%;
    text-align: center;
}

.wp-block-group.football-sweeps > div > div h2 {
    font-size: 3.125rem;
    color: white;
    text-shadow: none;
    font-family: "superior-title", serif;
    text-transform: none;
    font-style: italic;
}

.wp-block-group.football-sweeps > div > div h3 {
    font-size: 2rem;
    margin: 0 auto 24px;
}

.wp-block-group.football-sweeps > div > div ul {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 40px;
}

.wp-block-group.football-sweeps > div > div ul li {
    margin-bottom: 20px;
    color: white;
}

.wp-block-group.football-sweeps > div > div .btn-block.bota.solid a, .wp-block-group.football-sweeps > div > div .btn-block.bota.solid a:visited {
    background-color: white;
    color: black !important;
    border: 3px solid white;
}

.wp-block-group.football-tailgate {
    margin-top: 60px;
}

.wp-block-group.football-tailgate > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wp-block-group.football-tailgate > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0 70px;
}

.wp-block-group.football-tailgate figure img {
    max-width: 750px;
    width: 100%;
    -webkit-transform: rotate(-9deg);
        -ms-transform: rotate(-9deg);
            transform: rotate(-9deg);
    border: 16px solid white;
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.wp-block-group.football-tailgate > div > div.btn-block.bota.solid > div {
    margin: 10px auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}

.wp-block-group.football-tailgate > div > div.btn-block.bota.solid > div:first-of-type a, .wp-block-group.football-tailgate > div > div.btn-block.bota.solid > div:first-of-type a:visited, .wp-block-group.football-tailgate > div > div.btn-block.bota.solid > div:first-of-type button {
    background-color: white;
    color: black !important;
    border: 3px solid white;
    border-radius: 0;
    padding: 0.75rem 1.5rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
}

.wp-block-group.football-tailgate > div > div.btn-block.bota.solid > div:last-of-type a, .wp-block-group.football-tailgate > div > div.btn-block.bota.solid > div:last-of-type a:visited {
    background-color: transparent;
    color: white !important;
    border: 3px solid white;
}

.wp-block-group.chef-feature {
    margin: 4rem 0;
}

.wp-block-group.chef-feature > div > div.wp-block-group {
    padding: 5rem 0;
}

.wp-block-group.chef-feature > div > div.wp-block-group > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wp-block-group.chef-feature figure img {
    max-width: 350px;
    width: 100%;
    -webkit-transform: rotate(-9deg);
        -ms-transform: rotate(-9deg);
            transform: rotate(-9deg);
    border: 16px solid white;
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.wp-block-group.chef-feature figure:last-of-type img {
    max-width: 750px;
    width: 100%;
    -webkit-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
            transform: rotate(9deg);
}

.wp-block-columns.chef-recipes {
    padding: 0 25px;
    gap: 20px;
}

.wp-block-columns.chef-recipes > .wp-block-column {
    padding: 30px 20px;
    border-radius: 20px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    
    padding: 20px 15px 10px;
    border-radius: 10px; 
}

.wp-block-columns.chef-recipes > .wp-block-column h3 {
    color: black;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    
    font-size: 1.375rem;
}

.wp-block-columns.chef-recipes > .wp-block-column p {
    color: black;
    font-size: 1.125rem;
}

.wp-block-columns.chef-recipes > .wp-block-column p:last-of-type {
    margin: auto auto 1rem;
}

.wp-block-columns.chef-recipes > .wp-block-column p:last-of-type a, .wp-block-columns.chef-recipes > .wp-block-column p:last-of-type a:visited {
    background-color: black;
    color: white;
    border: 3px solid white;
    border-radius: 0;
    padding: 0.75rem 1.5rem 0.5rem;
    font-size: 1.125rem;
    line-height: 1;
    
    border: none;
    padding: 0.5rem 1.5rem 0.25rem;
    font-size: 1rem;
}

.wp-block-columns > div figure.football-animated img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
}

div#sp-wp-carousel-pro-id-1735 {
    margin: 60px 25px;
    margin: 60px 45px;
}

div#sp-wp-carousel-pro-id-1735 .swiper-wrapper {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}

div#sp-wp-carousel-pro-id-1735 .swiper-slide {
    height: auto;
}

#wpcpro-wrapper-1735 #sp-wp-carousel-pro-id-1735.wpcp-carousel-section.sp-wpcp-1735 .wpcp-single-item {
    border-radius: 20px;
    background: white !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-single-item .wpcp-all-captions {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

div#sp-wp-carousel-pro-id-1735 h2.wpcp-post-title {
    display: none;
}

div#sp-wp-carousel-pro-id-1735 h3.wp-block-heading {
    color: black;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content ul {
    margin-bottom: 15px;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content li {
    display: inline-block;
    font-size: 1.125rem;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content a, .wp-block-columns.chef-recipes > .wp-block-column p a, .wp-block-columns.chef-recipes > .wp-block-column h3 a {
    text-decoration: none;
    color: #9d2236;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content a[data-type="wines"], .wp-block-columns.chef-recipes > .wp-block-column p a[data-type="wines"] {
    color: white;
    padding: 5px 6px 2px;
    line-height: 1;
    border-radius: 5px;
    margin-right: 0.3125rem;
    margin-bottom: 0.5rem;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content a[data-id="508"], .wp-block-columns.chef-recipes > .wp-block-column p a[data-id="508"] {
    display: inline-block;
    background-color: #91bd2c;
    color: black;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content a[data-id="515"], .wp-block-columns.chef-recipes > .wp-block-column p a[data-id="515"] {
    display: inline-block;
    background-color: #12a7dc;
    color: black;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content a[data-id="522"], .wp-block-columns.chef-recipes > .wp-block-column p a[data-id="522"] {
    display: inline-block;
    background-color: #e06468;
    color: black;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content a[data-id="510"], .wp-block-columns.chef-recipes > .wp-block-column p a[data-id="510"] {
    display: inline-block;
    background-color: #813a44;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content a[data-id="513"], .wp-block-columns.chef-recipes > .wp-block-column p a[data-id="513"] {
    display: inline-block;
    background-color: #4f2e3b;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content a[data-id="558"], .wp-block-columns.chef-recipes > .wp-block-column p a[data-id="558"] {
    display: inline-block;
    background-color: #b66a37;
    color: black;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content a[data-id="506"], .wp-block-columns.chef-recipes > .wp-block-column p a[data-id="506"] {
    display: inline-block;
    background-color: #5b8b54;
    color: black;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content a[data-id="500"], .wp-block-columns.chef-recipes > .wp-block-column p a[data-id="500"] {
    display: inline-block;
    background-color: #fe8625;
    color: black;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content a[data-id="507"], .wp-block-columns.chef-recipes > .wp-block-column p a[data-id="507"] {
    display: inline-block;
    background-color: #8b3332;
}

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content a[data-id="505"], .wp-block-columns.chef-recipes > .wp-block-column p a[data-id="505"] {
    display: inline-block;
    background-color: #9d2235;
}

/*
91bd2c Sauv Blanc
12a7dc Riesling
e06468 Rose
813a44 Pinot Noir
4f2e3b Zin
b66a37 Malbec
5b8b54 Chard
fe8625 Pinot Grigio
8b3332 RedVolution
9d2235 Cab Sauv
*/

div#sp-wp-carousel-pro-id-1735 .wpcp-post-content p {
    color: black;
    font-size: 1.125rem;
}

div#sp-wp-carousel-pro-id-1735 .wp-block-group.recipe-details {
    margin-top: auto;
}

div#sp-wp-carousel-pro-id-1735 .wp-block-group.recipe-details > div, .wp-block-columns .wp-block-column .wp-block-group.recipe-details > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2rem;
}

div#sp-wp-carousel-pro-id-1735 .wp-block-group.recipe-details > div img, .wp-block-columns .wp-block-column .wp-block-group.recipe-details > div img {
    padding-bottom: 0.5rem;
    display: inline-block;
}

div#sp-wp-carousel-pro-id-1735 .wp-block-group.recipe-details > div p:first-of-type img, .wp-block-columns .wp-block-column .wp-block-group.recipe-details > div p:first-of-type img {
    padding-top: 0.1875rem;
}

div#sp-wp-carousel-pro-id-1735 .wp-block-group.recipe-details > div p, .wp-block-columns .wp-block-column .wp-block-group.recipe-details > div p {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
}

#sp-wp-carousel-pro-id-1735.sp-wpcp-1735 .swiper-button-prev i, #sp-wp-carousel-pro-id-1735.sp-wpcp-1735 .swiper-button-next i {
    color: white;
    font-size: 3rem;
}

.swiper-backface-hidden .swiper-slide:hover, .swiper-backface-hidden .swiper-slide:focus, .wp-block-columns.chef-recipes > .wp-block-column:hover, .wp-block-columns.chef-recipes > .wp-block-column:focus {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.wp-block-group.football-hero > div > figure:nth-of-type(2), .wp-block-group.tailgate-mvp > div > figure:nth-of-type(1) {
    position: absolute;
    top: -25px;
    left: -100px;
    max-width: 350px;
    -webkit-transform: rotate(32deg);
        -ms-transform: rotate(32deg);
            transform: rotate(32deg);
    width: 28%;
    z-index: 1;
}

.wp-block-group.football-hero > div > figure:nth-of-type(3), .wp-block-group.tailgate-mvp > div > figure:nth-of-type(2) {
    position: absolute;
    top: -25px;
    right: -100px;
    max-width: 350px;
    -webkit-transform: rotate(-32deg);
        -ms-transform: rotate(-32deg);
            transform: rotate(-32deg);
    width: 28%;
    z-index: 1;
}

@-webkit-keyframes rightHelmet {
    0% {
        right: -100px;
        top: -25px;
    }
    
    50% {
        right: 27%;
        top: -5px;
    }
    
    100% {
        right: -100px;
        top: -25px;
    }
}

@keyframes rightHelmet {
    0% {
        right: -100px;
        top: -25px;
    }
    
    50% {
        right: 27%;
        top: -5px;
    }
    
    100% {
        right: -100px;
        top: -25px;
    }
}

@-webkit-keyframes leftHelmet {
    0% {
        left: -100px;
        top: -25px;
    }
    
    50% {
        left: 27%;
        top: -5px;
    }
    
    100% {
        left: -100px;
        top: -25px;
    }
}

@keyframes leftHelmet {
    0% {
        left: -100px;
        top: -25px;
    }
    
    50% {
        left: 27%;
        top: -5px;
    }
    
    100% {
        left: -100px;
        top: -25px;
    }
}

@-webkit-keyframes heroText {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    
    80% {
        -webkit-transform: scale(1.125);
                transform: scale(1.125);
    }
    
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes heroText {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    
    80% {
        -webkit-transform: scale(1.125);
                transform: scale(1.125);
    }
    
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

.wp-block-group.football-hero > div > figure:nth-of-type(3), .wp-block-group.tailgate-mvp > div > figure:nth-of-type(2) {
    -webkit-animation-name: rightHelmet;
            animation-name: rightHelmet;
    -webkit-animation-duration: 1500ms;
            animation-duration: 1500ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}

.wp-block-group.football-hero > div > figure:nth-of-type(2), .wp-block-group.tailgate-mvp > div > figure:nth-of-type(1) {
    -webkit-animation-name: leftHelmet;
            animation-name: leftHelmet;
    -webkit-animation-duration: 1500ms;
            animation-duration: 1500ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}

figure.football-headline {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-animation-name: heroText;
            animation-name: heroText;
    -webkit-animation-duration: 750ms;
            animation-duration: 750ms;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.wp-block-group.football-tailgate {
	margin-top: 0;
}

.wp-block-group.football-tailgate > div > div {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 40px);
    max-width: 600px;
	padding: 0;
}

.wp-block-group.football-tailgate > div > div.btn-block.bota.solid > div {
	width: 48% !important;
	min-width: 240px;
}

.wp-block-group.bota-football-red {
    /*background-image: url(https://botabox-staging.go-vip.net/wp-content/uploads/2025/08/Bota-WingIt-Background.jpg);*/
    background-size: 100%;
    background-position: left;
    background-repeat: repeat;
    padding-top: 60px;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    background-image: url(https://botabox-staging.go-vip.net/wp-content/uploads/2026/08/Turf-Texture.jpg);
    border: none;
}

.wp-block-group.bota-football-red > .wp-block-group {
    max-width: 1200px;
    margin: 0 auto;
}

.wp-block-group.white-stripe {
    margin: -1% auto;
}

#tailgate-tour .wpcpro-wrapper .wpcp-carousel-section.wpcp-content-carousel .wpcp-single-content {
    padding: 0;
}

#tailgate-tour #wpcpro-wrapper-2589 #sp-wp-carousel-pro-id-2589.wpcp-carousel-section.sp-wpcp-2589 .wpcp-single-item {
    background-color: rgb(255, 255, 255);
    border: 6px solid #921618;
}

#tailgate-tour .wpcp-single-item p {
    color: black;
    margin-bottom: 0;
    padding: 15px;
}

#tailgate-tour .wpcp-single-item p strong {
    display: block;
    background: #921618;
    padding: 15px;
    line-height: 1;
    color: white;
    font-weight: 600;
    margin: -15px;
}

#page-wrapper > div:first-of-type {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.wp-block-group.bota-football-white {
    padding-top: 60px;
    background-color: white;
}

.wp-block-group.bota-football-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    z-index: 10;
}

ul.wp-block-list.in-page-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: white;
    /*border-radius: 100px;
    max-width: 800px;*/
    margin: 0px auto 0;  
    /*border-top: 4px solid white;*/
}

.in-page-navigation li a {
    padding: 1rem 1.5rem 0.9rem;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.in-page-navigation li span {
    padding: 1rem 1.5rem 0.9rem;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.in-page-navigation li a:hover, .in-page-navigation li a:focus, .in-page-navigation li span:hover, .in-page-navigation li span:focus {
    color: white;
    background: #046a38;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.in-page-navigation li a.active {
    text-decoration: underline;
}

.wp-block-group.wingit-sweeps {
    width: calc(100% - 40px);
    margin: 60px auto;
    background: white;
    color: black;
    /* border-radius: 20px;
    border: 4px solid white; */
    padding-top: 30px;
    max-width: 800px;
    -webkit-box-shadow: 0px 0px 20px #0000007d;
            box-shadow: 0px 0px 20px #0000007d;
    margin-top: 0;
}

.wp-block-group.wingit-sweeps h3 {
    font-size: 1.75rem;
}

.wp-block-group.wingit-sweeps h3, .wp-block-group.wingit-sweeps p {
    color: black;
}

.wp-block-button.contest-button a.wp-block-button__link.wp-element-button {
    padding: 1rem 2rem 0.8rem;
}

.wp-block-image.flavortown {
    margin-bottom: 30px;
}

div.contest-button a {
    cursor: not-allowed;
    pointer-events: none;
}

.wingit-sweeps .wp-block-buttons.btn-block.bota.solid a {
    padding: 1rem 2rem 0.9rem;
    margin-bottom: 30px;
}

.wp-block-group.aos-fade-up.festival-photos {
    padding: 40px 0 20px;
}

.wp-block-group.aos-fade-up.festival-photos > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.wp-block-group.aos-fade-up.festival-photos > div figure {
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
    border: 16px solid white;
    width: 30%;
}

.wp-block-group.aos-fade-up.festival-photos > div figure:nth-of-type(1) {
    -webkit-transform: rotate(354deg);
        -ms-transform: rotate(354deg);
            transform: rotate(354deg);
}

.wp-block-group.aos-fade-up.festival-photos > div figure:nth-of-type(2) {
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
}

.wp-block-group.aos-fade-up.festival-photos > div figure:nth-of-type(3) {
    -webkit-transform: rotate(350deg);
        -ms-transform: rotate(350deg);
            transform: rotate(350deg);
}

#InteractiveMap {
	padding: 2rem 0;
}

#InteractiveMap > div {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

#InteractiveMap > div > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

#InteractiveMap .wp-block-columns > .wp-block-column:hover, #InteractiveMap .wp-block-columns > .wp-block-column:focus {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

#RegionMap > g:nth-of-type(n + 5) {
	cursor: pointer;
}

#West > path, #South > path, #Southeast > path, #Midwest > path, #Northeast > path {
    fill: #f1f2f2;
}

#Buffalo, #Nashville, #Austin, #Atlanta, #LA, #Chicago {
	display: none;
	position: relative;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	        box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

#Buffalo::after, #Nashville::after, #Austin::after, #Atlanta::after, #LA::after, #Chicago::after {
	content: 'x';
	color: #aaa;
	font-size: 1.5rem;
	font-weight: 300;
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
	pointer-events: none;
}

#Buffalo.region-selected, #Nashville.region-selected, #Austin.region-selected, #Atlanta.region-selected, #LA.region-selected, #Chicago.region-selected {
	display: block;
	opacity: 0;
}

#CA:hover > path, #TX:hover > path, #IL:hover > path, #GA:hover > path, #NY:hover > path, #TN:hover > path, #CA:focus > path, #TX:focus > path, #IL:focus > path, #GA:focus > path, #NY:focus > path, #TN:focus > path {
	/*fill: #d7bc23;
	fill: #e8ff70;*/
	fill: #a31b1e;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#KoreanStyle:hover > g:first-of-type > path:last-of-type, #LemonPepper:hover > g:first-of-type > path:last-of-type, #SmokedBBQ:hover > g:first-of-type > path:last-of-type, #MildSauce:hover > g:first-of-type > path:last-of-type, #ClassicBuffalo:hover > g:first-of-type > path:last-of-type, #NashvilleHot:hover > g:first-of-type > path:last-of-type, #KoreanStyle:focus > g:first-of-type > path:last-of-type, #LemonPepper:focus > g:first-of-type > path:last-of-type, #SmokedBBQ:focus > g:first-of-type > path:last-of-type, #MildSauce:focus > g:first-of-type > path:last-of-type, #ClassicBuffalo:focus > g:first-of-type > path:last-of-type, #NashvilleHot:focus > g:first-of-type > path:last-of-type {
	fill: #fbdc29;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

body.page-id-1690 .football-hero {
	position: relative;
}

@-webkit-keyframes wingPairing {
    0% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
}

@keyframes wingPairing {
    0% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
}

#Buffalo.region-selected, #Nashville.region-selected, #Austin.region-selected, #Atlanta.region-selected, #LA.region-selected, #Chicago.region-selected {
    -webkit-animation-name: wingPairing;
            animation-name: wingPairing;
    -webkit-animation-duration: 200ms;
            animation-duration: 200ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}

/*.wp-block-group.football-hero > div > figure {
    display: none;
}

body.page-id-1690 #page-wrapper .football-hero {
    overflow-x: auto;
}*/

body.page-id-1690 #page-wrapper .football-hero p {
    font-size: 1.25rem;
    color: white;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 1rem;
}

@media screen and (max-width: 59rem) {
    .wp-block-group.football-hero > div > figure {
        display: none;
    }
}

@media screen and (max-width: 48rem) {
    .wp-block-group.football-hero > div > figure:nth-of-type(2), .wp-block-group.tailgate-mvp > div > figure:nth-of-type(1) {
        left: -30px;
        top: -20px;
    }
    
    .wp-block-group.football-hero > div > figure:nth-of-type(3), .wp-block-group.tailgate-mvp > div > figure:nth-of-type(2) {
        right: -30px;
        top: -20px;
    }
    
    figure.football-headline {
        margin: 70px auto 0;
    }
    
    @-webkit-keyframes leftHelmet {
        0% {
            left: -30px;
            top: -20px;
        }

        50% {
            left: 27%;
            top: 50px;
        }

        100% {
            left: -30px;
            top: -20px;
        }
    }
    
    @keyframes leftHelmet {
        0% {
            left: -30px;
            top: -20px;
        }

        50% {
            left: 27%;
            top: 50px;
        }

        100% {
            left: -30px;
            top: -20px;
        }
    }

    @-webkit-keyframes rightHelmet {
        0% {
            right: -30px;
            top: -20px;
        }

        50% {
            right: 27%;
            top: 50px;
        }

        100% {
            right: -30px;
            top: -20px;
        }
    }

    @keyframes rightHelmet {
        0% {
            right: -30px;
            top: -20px;
        }

        50% {
            right: 27%;
            top: 50px;
        }

        100% {
            right: -30px;
            top: -20px;
        }
    }
    
    .wp-block-group.football-sweeps {
        margin: 40px auto;
    }
    
    .wp-block-group.bota-football h2 {
        font-size: 5.125rem;
    }
    
    .wp-block-group.football-tailgate > div figure {
        width: 70%;
    }
    
    .wp-block-group.wingit-sweeps div p {
        padding: 0 20px;
    }
    
    .wp-block-group.football-tailgate figure img, .wp-block-group.chef-feature figure img {
        border: 10px solid white;
    }
    
    ul.wp-block-list.in-page-navigation {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-radius: 0;
        /*background: none;*/
        border: none;
    }
    
    ul.wp-block-list.in-page-navigation > li {
        background: white;
        margin-right: 1px;
        margin-bottom: 1px;
    }
}

@media screen and (max-width: 40rem) {
    figure.football-headline {
        width: 95%;
        margin: 60px auto 0;
    }
    
    .wp-block-group.bota-football .wp-block-group.tailgate-mvp h2, .wp-block-group.bota-football .wp-block-group.tailgate-mvp p {
        width: 80%;
    }
    
    .wp-block-group.football-hero > div > figure:nth-of-type(2), .wp-block-group.tailgate-mvp > div > figure:nth-of-type(1) {
        left: -18%;
        top: 15px;
    }
    
    .wp-block-group.football-hero > div > figure:nth-of-type(3), .wp-block-group.tailgate-mvp > div > figure:nth-of-type(2) {
        right: -18%;
        top: 15px;
    }
    
    @-webkit-keyframes leftHelmet {
        0% {
            left: -18%;
            top: 15px;
        }

        50% {
            left: 27%;
            top: 85px;
        }

        100% {
            left: -18%;
            top: 15px;
        }
    }
    
    @keyframes leftHelmet {
        0% {
            left: -18%;
            top: 15px;
        }

        50% {
            left: 27%;
            top: 85px;
        }

        100% {
            left: -18%;
            top: 15px;
        }
    }

    @-webkit-keyframes rightHelmet {
        0% {
            right: -18%;
            top: 15px;
        }

        50% {
            right: 27%;
            top: 85px;
        }

        100% {
            right: -18%;
            top: 15px;
        }
    }

    @keyframes rightHelmet {
        0% {
            right: -18%;
            top: 15px;
        }

        50% {
            right: 27%;
            top: 85px;
        }

        100% {
            right: -18%;
            top: 15px;
        }
    }
    
    .wp-block-group.football-sweeps > div, .wp-block-group.football-tailgate > div {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .wp-block-group.football-sweeps > div > figure, .wp-block-group.football-sweeps > div > div {
        width: 100%;
    }
    
    .wp-block-group.football-sweeps {
        margin: 40px auto;
    }
    
    .wp-block-group.bota-football h2 {
        font-size: 3.125rem;
    }
    
    .wp-block-group.football-sweeps > div > div h2 {
        font-size: 2.125rem;
    }
    
    .wp-block-group.football-sweeps > div > div h3, .wp-block-group.bota-football h3 {
        font-size: 1.25rem;
    }
    
    .wp-block-group.football-sweeps > div > div ul, .wp-block-group.bota-football p, div#sp-wp-carousel-pro-id-1735 .wp-block-group.recipe-details > div p {
        font-size: 1rem;
    }
    
    .wp-block-group.football-tailgate {
        margin-top: 30px;
    }
    
    .wp-block-group.football-tailgate > div figure {
        margin-bottom: 40px;
    }
    
    .wp-block-group.football-tailgate > div > div {
        padding: 0;
    }
    
    body.page-id-1690 .wp-block-spacer {
        height: 20px !important;
    }
    
    body.page-id-1690 .wp-block-spacer.top-spacer {
        height: 60px !important;
    }
    
    .wp-block-group.aos-fade-up.festival-photos > div figure {
        border: 8px solid white;
        width: 33%;
    }
	
	#InteractiveMap > div > div {
		width: 100%;
	}

    .flavortown > figure {
        padding: 40px 20px;
    }

	body.page-id-1690 .wp-block-spacer {
        height: 60px !important;
    }
	
	.wp-block-group.chef-feature {
		margin: 40px auto 0;
	}
}

@media screen and (max-width: 25rem) {
    div#sp-wp-carousel-pro-id-1735 .wp-block-group.recipe-details > div {
        gap: 0.2rem;
    }
    
    .wp-block-group.chef-feature > div > div.wp-block-group > div {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .wp-block-group.chef-feature > div > div.wp-block-group {
        padding: 1rem 0 4rem;
    }
}

@media screen and (min-width: 78.125rem) {
    
    @-webkit-keyframes leftHelmet {
        0% {
            left: -100px;
            top: -75px;
        }

        50% {
            left: calc(50% - 300px);
            top: -5px;
        }

        100% {
            left: -100px;
            top: -75px;
        }
    }
    
    @keyframes leftHelmet {
        0% {
            left: -100px;
            top: -75px;
        }

        50% {
            left: calc(50% - 300px);
            top: -5px;
        }

        100% {
            left: -100px;
            top: -75px;
        }
    }

    @-webkit-keyframes rightHelmet {
        0% {
            right: -100px;
            top: -75px;
        }

        50% {
            right: calc(50% - 300px);
            top: -5px;
        }

        100% {
            right: -100px;
            top: -75px;
        }
    }

    @keyframes rightHelmet {
        0% {
            right: -100px;
            top: -75px;
        }

        50% {
            right: calc(50% - 300px);
            top: -5px;
        }

        100% {
            right: -100px;
            top: -75px;
        }
    }
}

.wp-block-tabs.football-tabs {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#faq .wp-block-tabs.football-tabs {
    background: rgba(255, 255, 255, 0.7);
}

#faq .wp-block-group.bota-football-red h3 {
    font-weight: normal;
    color: black;
}

#faq .wp-block-group.bota-football-red p {
    color: black;
}

.wp-block-tabs.football-tabs .wp-block-tab-list {
    background: white;
    border-radius: 10px 10px 0 0;
    justify-content: center;
}

.wp-block-tabs.football-tabs .wp-block-tab-list button {
    padding: 20px;
}

.wp-block-tabs.football-tabs .wp-block-tab-list button[aria-selected="true"] {
    font-weight: 600;
}

:where(.wp-block-tab-list button)[aria-selected=true]:before {
    border: 3px solid #efa900;
}

.wp-block-tabs.football-tabs .wp-block-tab-panel .wp-block-accordion-item {
    padding: 0 0 40px;
}

.wp-block-tabs.football-tabs .wp-block-tab-panel .wp-block-accordion-item {
    padding: 20px 40px;
    border-bottom: 1px solid white;
}

.wp-block-tabs.football-tabs .wp-block-tab-panel .wp-block-accordion-item:last-of-type {
    border-bottom: none;
}

.wp-block-group.bota-football-red h3.wp-block-accordion-heading {
    font-weight: normal;
    color: black;
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1;
}

.wp-block-group.bota-football-red .wp-block-accordion-panel p {
    color: black;
}

.wp-block-group.bota-football .wp-block-table {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.wp-block-group.bota-football .wp-block-table tr {
    border-bottom: 2px solid black;
}

.wp-block-group.bota-football .wp-block-table tr:last-of-type {
    border: none;
}

.wp-block-group.bota-football .wp-block-table tr:first-of-type td {
    color: black;
    background: white;
    border-radius: 10px 0 0 0;
    font-weight: 800;
    padding: 15px;
}

.wp-block-group.bota-football .wp-block-table tr:first-of-type td:nth-of-type(2) {
    border-radius: 0;
}

.wp-block-group.bota-football .wp-block-table tr:first-of-type td:last-of-type {
    border-radius: 0 10px 0 0;
}

.wp-block-group.bota-football .wp-block-table td {
    border: none;
    color: white;
    padding: 15px;
}

.atcb-initialized {
    width: auto;
}

.atcb-button {
    width: 100%;
}

.atcb-icon {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.atcb-text {
    margin: 0 10px;
    font-size: 1rem;
}

.atcb-checkmark {
    display: none;
}

.atcb-dropdown {
    left: 0;
    background: white;
    border: 1px solid black;
    width: 100%;
    padding: 10px;
}


/*** Pickleball Page ***/
body.page-id-1867 {
    background-color: white;
    background-image: url(https://www.botabox.com/wp-content/uploads/2024/12/court-background.jpg);
    background-size: 70%;
    background-blend-mode: hard-light;
}

body.page-id-1867 #page-wrapper {
    overflow-x: hidden;
}

body.page-id-1867 #page-wrapper > div:first-of-type {
    padding-top: 0;
}

.bota-pickleball .wp-block-video {
    margin-bottom: 0;
}

.bota-pickleball .wp-block-video.pickleball-hero {
    padding-top: 85px;
}

.wp-block-group.pickleball-hero {
    background-color: #307390;
    background-blend-mode: multiply;
    background-image: url(https://www.botabox.com/wp-content/uploads/2024/12/court-background.jpg);
    background-size: 70%;
    padding: 9rem 0 3rem;
}

.pickleball-hero > div {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.pickleball-hero > div > figure:nth-of-type(1) {
    position: relative;
    width: 43%;
    left: 7%;
    margin-bottom: 2%;
    -webkit-animation-name: textFadeIn;
            animation-name: textFadeIn;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
}

.pickleball-hero > div > figure:nth-of-type(2) {
    -webkit-animation-name: textFadeIn;
            animation-name: textFadeIn;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
}

@-webkit-keyframes textFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes textFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.pickleball-hero > div > figure:nth-of-type(3) {
    position: relative;
    width: 29%;
    margin-top: 2%;
    left: 67%;
    -webkit-animation-name: textFadeIn;
            animation-name: textFadeIn;
    -webkit-animation-delay: 4.5s;
            animation-delay: 4.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0;
}

.pickleball-hero > div > figure:nth-of-type(4) {
    position: absolute;
    top: 0;
    right: 0;
    width: 13%;
}

.wp-block-group.pickleball-intro {
    /*padding-top: 5rem;*/
}

.wp-block-group.pickleball-court {
    padding: 3.5rem 0;
}

.wp-block-group.pickleball-court > div {
    background-color: #307390;
    background-blend-mode: multiply;
    background-image: url(https://www.botabox.com/wp-content/uploads/2024/12/court-background.jpg);
    background-size: 70%;
    position: relative;
}

.wp-block-group.pickleball-court > div::after {
    content: '';
    background-image: url(https://www.botabox.com/wp-content/uploads/2024/12/Pickleball_Net.svg);
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.wp-block-group.pickleball-court > div > .wp-block-columns {
    gap: 20rem;
    margin-bottom: 0;
}

.wp-block-group.pickleball-court > div > .wp-block-columns:first-of-type {
    border-bottom: 0.5rem;
    border-color: white;
    border-style: solid;
}

.wp-block-group.pickleball-court > div > .wp-block-columns .wp-block-column {
    padding: 2rem;
}

.wp-block-group.pickleball-court > div > .wp-block-columns .wp-block-column:first-of-type {
    border-right: 0.5rem solid white;
}

.wp-block-group.pickleball-court > div > .wp-block-columns .wp-block-column:last-of-type {
    border-left: 0.5rem solid white;
}

.wp-block-columns > div figure.pickleball-animated img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
}

.wp-block-group.pickleball-court .wp-block-columns h3 {
    font-family: "superior-title", serif;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.2;
    margin: 0 auto 12px;
    color: white;
    text-align: center;
    font-style: italic;
}

.wp-block-group.pickleball-intro > div, .wp-block-group.pickleball-schedule > div {
    padding: 3rem;
    background-image: url(https://www.botabox.com/wp-content/uploads/2024/12/court-background.jpg);
    background-size: 70%;
    
    background-color: #3f898f;
    background-color: #307390;
    /*background-blend-mode: soft-light;*/
}

.wp-block-group.pickleball-intro > div h2, .wp-block-group.pickleball-intro > div p, .wp-block-group.pickleball-schedule > div h2, .wp-block-group.pickleball-schedule > div p, .wp-block-group.pickleball-court > div p, .wp-block-group.pickleball-intro > div h4 {
    color: white;
}

.wp-block-group.pickleball-intro > div p, .wp-block-group.pickleball-schedule > div p, .wp-block-group.pickleball-court > div p {
    font-size: 1.25rem;
    color: white;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 1rem;
}

.wp-block-group.pickleball-intro > div h4 {
    max-width: 700px;
    margin: 0 auto 1rem;
}

#wpcpro-wrapper-1871 #sp-wp-carousel-pro-id-1871.wpcp-carousel-section.sp-wpcp-1871 .wpcp-single-item {
    width: 90%;
}

#wpcpro-wrapper-1871 #sp-wp-carousel-pro-id-1871.sp-wpcp-1871 .wpcp-all-captions .wpcp-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

#sp-wp-carousel-pro-id-1871 h3 {
    font-family: "superior-title", serif;
    font-weight: 800;
    font-style: italic;
    font-size: 1.5rem !important;
    color: #15516a !important;
    margin: 10px auto 15px;
}

#sp-wp-carousel-pro-id-1871 p:nth-of-type(1) {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

#sp-wp-carousel-pro-id-1871 p:nth-of-type(2) {
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}

#sp-wp-carousel-pro-id-1871 p:nth-of-type(3) {
    font-family: 'Superior-Title', serif;
    font-size: 1.5rem !important;
    color: #82c6cf !important;
    color: #3f898f !important;
    margin-top: auto;
    border-top: #f5d376 solid;
    padding-top: 15px;
    margin-bottom: 0;
}

.wp-block-group.pickleball-intro > div > div.wp-block-group.pickleball-images {
    padding: 5rem 0;
}

.wp-block-group.pickleball-intro > div > div.wp-block-group.pickleball-images > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wp-block-group.pickleball-intro > div > div.wp-block-group.pickleball-images figure img {
    max-width: 350px;
    width: 100%;
    -webkit-transform: rotate(-9deg);
        -ms-transform: rotate(-9deg);
            transform: rotate(-9deg);
    border: 16px solid white;
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.wp-block-group.pickleball-intro > div > div.wp-block-group.pickleball-images figure:last-of-type img {
    max-width: 750px;
    width: 100%;
    -webkit-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
            transform: rotate(9deg);
}

.pickleball-intro .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    border-radius: 0;
    background: #f4d476;
    border: 3px solid white;
    color: black !important;
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem 0.5rem;
    line-height: 1;
}

.pickleball-intro .wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 220px;
    width: 100%;
}

.wp-block-group.bouncing-ball > div {
    position: relative;
}

.wp-block-group.bouncing-ball > div > figure {
    position: absolute;
    bottom: 0;
    width: 20%;
    left: -20%;
    -webkit-animation-name: bouncingBall;
            animation-name: bouncingBall;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    
}

@-webkit-keyframes bouncingBall {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        bottom: 36%;
        left: -20%;
    }
    12.5% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        bottom: 0%;
        left: 10%;
    }
    25% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
        bottom: 36%;
        left: 40%;
    }
    37.5% {
        -webkit-transform: rotate(540deg);
                transform: rotate(540deg);
        bottom: 0%;
        left: 70%;
    }
    50% {
        -webkit-transform: rotate(720deg);
                transform: rotate(720deg);
        bottom: 36%;
        left: 100%;
    }
    51% {
        -webkit-transform: rotate(720deg);
                transform: rotate(720deg);
        bottom: 0%;
        left: 100%;
    }
    100% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        bottom: 0%;
        left: 10%;
    }
}

@keyframes bouncingBall {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        bottom: 36%;
        left: -20%;
    }
    10% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        bottom: 0%;
        left: 10%;
    }
    20% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
        bottom: 36%;
        left: 40%;
    }
    30% {
        -webkit-transform: rotate(540deg);
                transform: rotate(540deg);
        bottom: 0%;
        left: 70%;
    }
    40% {
        -webkit-transform: rotate(720deg);
                transform: rotate(720deg);
        bottom: 36%;
        left: 100%;
    }
    60% {
        -webkit-transform: rotate(720deg);
                transform: rotate(720deg);
        bottom: 0%;
        left: 100%;
    }
    100% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        bottom: 0%;
        left: 10%;
    }
}

@media screen and (max-width: 64rem) {
    .bota-pickleball .wp-block-video.pickleball-hero {
        padding-top: 82px;
    }
    
    .wp-block-group.pickleball-court > div > .wp-block-columns {
        gap: 12rem;
    }
}

@media screen and (max-width: 48.875rem) {
    .wp-block-group.pickleball-court > div > .wp-block-columns .wp-block-column:first-of-type {
        border-right: none;
    }
    
    .wp-block-group.pickleball-court > div > .wp-block-columns .wp-block-column:last-of-type {
        border-left: none;
    }
    
    .wp-block-group.pickleball-court > div > .wp-block-columns:first-of-type {
        border-bottom: 0.5rem;
        border-color: white;
        border-style: solid;
        margin-bottom: 10rem;
    }
    
    .wp-block-group.pickleball-court > div > .wp-block-columns:last-of-type {
        border-top: 0.5rem;
        border-color: white;
        border-style: solid;
    }
    
    .wp-block-group.pickleball-court > div > .wp-block-columns {
        gap: 0;
    }
    
    .wp-block-group.pickleball-court > div::after {
        background-image: url(https://www.botabox.com/wp-content/uploads/2024/12/Pickleball_Net-Rotate.svg);
    }
    
    .wp-block-group.pickleball-intro > div > div.wp-block-group.pickleball-images figure img {
        border: 10px solid white;
    }
}

@media screen and (max-width: 21rem) {
    .wp-block-group.pickleball-intro > div > div.wp-block-group > div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@supports (-webkit-touch-callout: none) {
    body.page-id-1867, .wp-block-group.pickleball-court > div {
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    body.page-id-1867 .three-across-carousel-styles {
        background-color: white;
        background-image: url(https://www.botabox.com/wp-content/uploads/2024/12/court-background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: hard-light;
        max-width: 100%;
        padding: 0 3%;
    }
}

#skip > a, #back-to-top > a {
    display: block;
    position: absolute;
    left: -999px;
    top: -999px;
}
 
#skip > a:focus, #skip > a:focus-visible {
    left: 0;
    top: 0;
    padding: 3px;
    background-color: black;
    border: 1px solid #990000;
    width: 100%;
    height: 40px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
    color: white;
    text-decoration: underline;
}

#back-to-top {
    display: block;
    position: absolute;
    left: -999px;
    top: -999px;
}
 
#back-to-top > a:focus, #back-to-top > a:focus-visible {
    left: 0;
    bottom: 0;
    padding: 3px;
    background-color: black;
    border: 1px solid #990000;
    width: 100%;
    height: 40px;
    z-index: 100;
    top: inherit;
    text-align: center;
    line-height: 40px;
    color: white;
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .group:focus-visible .group-hover\:lg\:block {
        display: block;
    }
}

li.has-dropdown.open > div.header-nav-dropdown.hidden.group-hover\:lg\:block.lg\:absolute.z-10 {
    display: block;
}

li.has-dropdown button:focus-visible {
    opacity: 1;
    color: white;
}

li.has-dropdown button {
    opacity: 0;
}

/*
li.has-dropdown:has(a:focus) > div.header-nav-dropdown {
    display: block;
}
*/