@font-face {
  font-family: A2StandardSansRegular;
  src: url('./../../fonts/A2StandardSans-Regular.ttf');
}
@font-face {
  font-family: A2StandardSansMedium;
  src: url('./../../fonts/A2StandardSans-Medium.ttf');
}
@font-face {
  font-family: A2StandardSansBold;
  src: url('./../../fonts/A2StandardSans-BoldWEB.woff2');
}
html, body {
    overflow-x: hidden;
}

:root {
    --A2StandardSansRegular: "A2StandardSansRegular";
    --A2StandardSansMedium: "A2StandardSansMedium";
    --A2StandardSansBold: "A2StandardSansBold";
    --brandColor: #BA0018;
    --colorWhite: #ffffff;
    --colorBlack: #000000;
    --ssBrown: #CCA868;
}
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
a, button {outline:none!important;}
#header-regular {
    display: none!important;
}
/*sidesseason header starts*/
header {
    background: var(--brandColor);
    position: relative;
}
.campbells-logo-sidesseason {
   display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.campbells-logo-sidesseason a {
    display: block;
}
.campbells-logo-sidesseason a img {
    display: block;
    height: 40px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.sidesseason-navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 9px 20px;
}

.menu-toggle-btn {
    display: block;
    position: relative;
    padding: 10px;
}
.menu-toggle-btn span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
}
.hamburger-menu-close {
    width: 33px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}
.hamburger-menu-close img {
    width: 33px;
    max-width: 33px;
}
.sidesseason-nav-links {
    display: none;
    position: absolute;
    top: 60px;
    background: var(--brandColor);
    width: 100%;
    left: 0;
    z-index: 10;
}
.sidesseason-nav-links li {
    list-style-type: none;
    margin: 5px 15px;
    position: relative;
}
.sidesseason-nav-links li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 99;
    background: var(--brandColor);
    margin: 0;
    padding: 0;
    width: 120px;
}

.sidesseason-nav-links li a {
    border: 0;
    outline: 0;
    color: var(--colorWhite);
    font-family: var(--A2StandardSansRegular);
    font-size: 18px;
    text-decoration: none;
    border: none;
    outline: none;
}
.sidesseason-nav-links li a:hover {
    text-decoration: underline;
}
.sidesseason-nav-links li ul li a {
    font-size: 16px;
    text-decoration: none;
}
/*hero caurosel slider css starts*/
.sidesseason-caurosel-wrapper {
    width: 100%;
    background: var(--brandColor);
    padding: 12px 0;
    min-height: 400px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    display: flex;
    position: relative;
    z-index: 2;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .sidesseason-hero-caurosel {
        width: 100% !important;
        height: auto;
        overflow: hidden;
    }
    .sidesseason-hero-caurosel .tns-item {
        box-sizing: border-box;
    }
    .sidesseason-hero-caurosel .tns-item {
        box-sizing: border-box;
    }
    .campbells-logo-sidesseason a img {
        max-width: 170px;
        width: 100%;
    }
}

.slide-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    width: 350px !important;
    height: 230px !important;
    max-width: 100%;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 51, 0.1);
}
.slide-text-wrapper {
    position: relative;
    padding: 0 20px 10px 20px;
    margin-top: 0;
}
.slider-heading-text {
    color: var(--colorWhite);
    font-size: 24px;
    font-family: var(--A2StandardSansMedium);
    line-height: 36px;
}
.slider-text-des {
    color: var(--colorWhite);
    font-size: 14px;
    font-family: var(--A2StandardSansRegular);
    line-height: 18px;
    margin: 20px 0 0 0;
}
.sidesseason-hero-slide {
    height: auto;
    border-radius: 24px;
}
.sidesseason-hero-slide a, .slide-image-wrapper a {
    text-decoration: none;
    cursor: pointer;
}
.sidesseason-hero-slide .slide-image-wrapper img {
    height: 100%;
    border-radius: 24px;
    width: 350px;
    max-width: 100%;
    object-fit: fill;
}
.sidesseason-hero-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, transparent 50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    background-position: bottom center;
    z-index: 10;
    height: 100%;
}
.sidesseason-hero-overlay h2 {
    font-size: 18px;
    line-height: 36px;
    font-family: var(--A2StandardSansMedium);
    color: var(--colorWhite);
    margin-bottom: 20px;
}
.sidesseason-hero-cta-button {
    background-color: var(--colorWhite);
    color: var(--brandColor);
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 20px;
    font-family: var(--A2StandardSansRegular);
    width: auto;
    height: 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding:0 10px;
}
#tns1-mw .tns-nav button {
    border: 1px solid var(--colorBlack);
}
#tns1-mw .tns-nav button.tns-nav-active {
    background-color: var(--colorBlack);
}
#tns1-mw .tns-slide-active:last-child, #tns1-mw .tns-slide-active:first-child {
    display: none!important;
}
/*hero caurosel slider css ends*/

/*cook-more-wrapper starts*/
.cook-more-caurosel {
    display: flex;
    padding: 0 30px;
    overflow: hidden;
}

.cook-more-caurosel .tns-item {
    box-sizing: border-box;
}

.cook-more-caurosel .tns-outer {
    overflow: visible !important;
}

.cook-more-wrapper {
    background-color: var(--ssBrown);
    position: relative;
    z-index: 1;
    margin-top: -30px;
    padding: 60px 20px 28px 20px ;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}
.cook-more-heading-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.cook-more-heading {
    border-bottom: 1px solid var(--brandColor);
    font-family: var(--A2StandardSansMedium);
    line-height: 36px;
    font-size: 24px;
    width: 69%;
    color: var(--colorBlack);
}
.cook-more-cta-btn {
    background-color: var(--brandColor);
    color: var(--colorWhite);
    text-decoration: none;
    border-radius: 25px;
    font-size: 16px;
    font-family: var(--A2StandardSansRegular);
    cursor: pointer;
    width: 115px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 51, 0.1);
    border: .4px solid #ffffff;
}
.cook-more-cta-btn a, .cook-more-cta-btn a:hover {
    color: var(--colorWhite);
    text-decoration: none;
}
.cook-more-text {
    font-size: 13px;
    line-height: 18px;
    font-family: var(--A2StandardSansRegular);
    color: var(--colorBlack);
    margin: 15px 0;
}

.cook-more-slide {
    border-radius: 25px;
    background-color: var(--colorWhite);
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
    margin: 0 10px 20px 10px;
}
.cook-more-slide-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    margin-bottom: 5px;
}
.cooke-more-slide-heading {
    font-family: var(--A2StandardSansBold);
    font-size: 10px;
    line-height: 18px;
    color: var(--brandColor);
    text-align: left;
}
.cooke-more-slide-text {
    font-size: 14px;
    line-height: 18px;
    color: var(--colorBlack);
    height: 45px;
    vertical-align: middle;
    font-family: var(--A2StandardSansRegular);
    text-align: left;
}
.cooke-more-slide-img {
    border-radius: 15px;
    display: block;
}
.cooke-more-slide-img img {
    max-width: 100%;
    border-radius: 12px;
    min-height: 200px;
    height: 100%;
    max-height: 100%;
    display: inline;
    width: 100%;
    object-fit: cover;
}
.cooke-more-slide-cta-btn {
    display: inline-block;
    padding: 0 16px;
    background-color: var(--brandColor);
    color: var(--colorWhite);
    text-decoration: none;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    font-family: var(--A2StandardSansRegular);
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    display: flex;
}
.cooke-more-slide-cta-btn button {
    color: var(--colorWhite);
    font-size: 14px;
    font-family: var(--A2StandardSansRegular);
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
#tns2 > .tns-item {
    padding-right: 0;
}

#tns2 > .cook-more-slide.tns-item {
    height: 100% !important;
}
/*cook-more-wrapper ends*/

/*ss-juicer-content-wrapper starts*/
.ss-juicer-content-wrapper {
    background: linear-gradient(to bottom, transparent 50%, var(--brandColor) 50%);
    color: var(--colorBlack);
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    margin-top: -20px;
    padding: 60px 20px 28px 20px ;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    position: relative;
    
}
.juicer-content-heading {
    font-size: 25px;
    line-height: 30px;
    font-family: var(--A2StandardSansBold);
    color: var(--colorBlack);
    width: 50%;
    border-bottom: 1px solid var(--brandColor);
    padding-bottom: 30px;
}
.juicer-content-description {
    margin: 30px 0 0 0;
    font-size: 14px;
    line-height: 18px;
    font-family: var(--A2StandardSansRegular);
    color: var(--colorBlack);
}
.ss-social-share-wrapper {
    padding: 20px 0;
}
.social-share-heading-text {
    font-size: 18px;
    line-height: 40px;
    font-family: var(--A2StandardSansBold);
    color: var(--colorWhite);
    text-align: center;
    margin-top: 120px;
}
.ss-social-share-wrapper ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.ss-social-share-wrapper ul li {
    list-style-type: none;
    margin: 0 5px;
}
.ss-social-share-wrapper ul li::before {
    color: transparent !important;
    content:"" !important;
}
.ss-social-share-wrapper ul li a img {
    width: 36px;
    max-width: 100%;
}
/*ss-juicer-content-wrapper ends*/

/*ss-in-style-caurosel starts*/
.ss-in-style-caurosel-wrapper {
    width: 100%;
    background: linear-gradient(to bottom, var(--brandColor) 50%, var(--colorWhite) 50%);
    display: inline-block;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    position: relative;
    padding: 0 20px 0 20px;
}
.ss-in-style-heading {
    font-size: 25px;
    line-height: 25px;
    font-family: var(--A2StandardSansMedium);
    display: block;
    padding: 20px 0;
    color: var(--colorWhite);
    width: 85%;
    border-bottom: 1px solid var(--ssBrown);
}
.ss-in-style-desc {
    font-size: 14px;
    line-height: 18px;
    font-family: var(--A2StandardSansRegular);
    display: block;
    padding: 20px 0;
    color: var(--colorWhite);
}
.ss-in-style-caurosel-inner {
    display: inline-block;
	width: 100%;
	position: relative;
}

.in-style-item-wrapper {
    position: relative;
    margin: 0 10px;
    max-width: 100%;
}
#mainSlider-item0 {
    width: 340px;
}
#mainSlider-item0 .custom-poster-img {
    width: 340px;
    cursor: pointer;
}
#mainSlider-item0 iframe, #mainSlider-item0 video {
    width: 340px;
}
#mainSlider > .tns-item {
    width: auto !important;
}
#mainSlider-ow .tns-nav button {
    border: 1px solid var(--colorBlack);
}
#mainSlider-ow .tns-nav button.tns-nav-active {
    background-color: var(--colorBlack);
}
.in-style-item-wrapper img {
    border-radius: 25px;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.in-style-item-wrapper img {
    height: 100%;
}
.in-style-item-wrapper video {
    width: 340px;
    
}

.in-style-item-thumb {
    position: relative;
    margin: 0;
    width: 100px !important;
    height: 100px !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: 5px;
}

.ss-in-style-caurosel-thumb {
    color: inherit;
    width: 100%;
    display: flex;
}



/*ss-in-style-caurosel ends*/

/*cart-products-wrapper starts*/
.cart-products-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--colorWhite);
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    position: relative;
}
.carts-product-inner {
    width: 90%;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.cart-product {
    display: block;
    width: 48%;
    margin: 10px 0 40px 0px;
}
.cart-product-heading {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--A2StandardSansMedium);
    color: var(--colorBlack);
    border-bottom: 1px solid var(--ssBrown);
    padding: 10px 0;
}
.cart-product-img {
    display: block;
    margin: 15px 0;
    position: relative;
}
.cart-product-img img {
    max-width: 100%;
}
.product-active {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.product-coming-soon, .product-outof-stock {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.cart-product-cta-btn {
    display: inline-block;
    padding: 0 16px;
    background-color: var(--brandColor);
    color: var(--colorWhite);
    text-decoration: none;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    font-family: var(--A2StandardSansRegular);
    cursor: pointer;
    margin: 15px 0 0 15px;
}
.cart-product-cta-btn a {
    color: var(--colorWhite);
    text-decoration: none;
    font-size: 14px;
    font-family: var(--A2StandardSansRegular);
}

.cart-product-desc {
    font-size: 14px;
    line-height: 18px;
    font-family: var(--A2StandardSansRegular);
    color: var(--colorBlack);
    padding: 0;
}
/*cart-products-wrapper ends*/

/*state-of-america-wrapper starts*/
.state-of-america-wrapper {
    background-color: #D8CFC4;
    height: max-content;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    position: relative;
    padding: 40px 20px 60px 20px;
}
.state-of-america-heading {
    font-size: 28px;
    line-height: 36px;
    font-family: var(--A2StandardSansMedium);
    color: var(--colorBlack);
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #BA0018;
}
.state-of-america-desc {
    font-size: 14px;
    line-height: 18px;
    font-family: var(--A2StandardSansRegular);
    color: var(--colorBlack);
    margin: 30px 0;
}
.state-of-america-desc2 {
    font-size: 14px;
    line-height: 18px;
    font-family: var(--A2StandardSansRegular);
    color: var(--colorBlack);
    margin: 30px 0;
    padding: 0 20px;
}

.state-of-america-cta-btn {
    background-color: var(--brandColor);
    color: var(--colorWhite);
    text-decoration: none;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    font-family: var(--A2StandardSansRegular);
    cursor: pointer;
    width: 210px;
    margin: 0 auto;
    position: relative;
    bottom: 40px;
    padding: 10px 0;
    top: 15px;
    box-shadow: -2px 0px 9px 0px rgba(0,0,0,0.75);
}
.state-of-america-cta-btn a {
    color: var(--colorWhite);
    text-decoration: none;
    font-size: 16px;
}
.state-of-america-caurosel-wrapper {
    width: 100%;
    display: block;
    padding: 0;
}

.state-of-america-caurosel {
    display: flex;
    padding: 0 30px;
    overflow: hidden;
}

.state-of-america-caurosel .tns-item {
    box-sizing: border-box;
}

.state-of-america-caurosel .tns-outer {
    overflow: visible !important;
}
.state-of-america-caurosel-slide {
    border-radius: 24px;
    background-color: var(--colorWhite);
}
.state-of-america-caurosel-slide img {
    border-radius: 12px;
    width: 100%;
    max-width: 100%;
}
.state-of-america-caurosel-heading {
    color: #E07A5F;
    font-size: 77px;
    line-height: 77px;
    display: inline-block;
    text-align: left;
}
.state-of-america-count {
    font-size: 77px;
    font-family: var(--A2StandardSansMedium);
    color: var(--brandColor);
    line-height: 77px;
    padding: 20px;
}
#tns3-ow .tns-nav button {
	border:1px solid #000;
}
#tns3-ow .tns-nav button.tns-nav-active {
	background-color: #000;
}
#tns3 > .tns-item {
    padding-right: 0;
    margin: 0 20px;
}
/*state-of-america-wrapper ends*/

/*ss-holidays-wrapper starts*/
.ss-holidays-wrapper {
    background: linear-gradient(to bottom, var(--colorWhite) 50%, var(--brandColor) 50%);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    height: max-content;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    position: relative;
}
.ss-holidays-heading {
    font-size: 28px;
    line-height: 36px;
    font-family: var(--A2StandardSansMedium);
    color: var(--colorBlack);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--brandColor);
}
.ss-holidays-desc {
    font-size: 14px;
    line-height: 18px;
    font-family: var(--A2StandardSansRegular);
    color: var(--colorBlack);
    padding: 10px 0;
}
.ss-holidays-video-wrapper {
    width: 100%;
    display: block;
    padding: 20px 0;
    order: 2;
}
.ss-holidays-mobile-video {
    display: flex;
    
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}
.ss-holidays-mobile-video iframe {
    width: 390px;
    
    margin: 0 auto;
}


.ss-holidays-desktop-video {
    display: none;
}
.ss-holidays-mobile-video video {
    width: 390px;
    
    margin: 0 auto;
}
.ss-holidays-text-block {
    width: 100%;
    order: 1;
}

/*ss-holidays-wrapper ends*/
/*newsletter signup starts*/
.ss-newsletter-content-wrapper {
    color: var(--colorBlack);
    padding: 40px;
    background: var(--colorWhite);
    height: max-content;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    position: relative;
}
.ss-newsletter-content-heading {
    font-size: 28px;
    line-height: 40px;
    font-family: var(--A2StandardSansMedium);
    color: #000;
    width: 100%;
    border-bottom: 1px solid #BA0018;
    padding-bottom: 30px;
}
.ss-newsletter-inner {
    display: flex;  
    flex-wrap: wrap;
    justify-content: space-between;
}
.ss-newsletter-inner-left {
    width: 100%;
    order: 2;
}
.ss-newsletter-inner-right {
    width: 100%;
    order: 1;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.ss-form-text {
    font-family: var(--A2StandardSansRegular);
    font-size: 14px;
    line-height: 20px;
    color: var(--colorBlack);
    margin-top: 50px;
}
.ss-form-text-bottom {
    font-family: var(--A2StandardSansRegular);
    font-size: 12px;
    line-height: 20px;
    color: var(--colorBlack);
}
/*newsletter signup ends*/
.ss-new-footer {
    width: 100%;
    background: var(--brandColor);
    padding: 20px;
    display: flex;
    position: relative;
    z-index: 2;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    flex-wrap: wrap;
}

.ss-new-footer ul {
    margin: 0;
    padding: 0;
    padding-left: 0!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.ss-new-footer ul li {
    list-style-type: none;
    padding: 0 20px;
    border-right: 1px solid #fff;
    margin: 0 5px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
}
.ss-new-footer ul li:last-child {
    border-right: none ;
}
.ss-new-footer ul li a {
    color: var(--colorWhite);
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    font-family: var(--A2StandardSansRegular);
}
 
.ss-new-footer ul li::before {
    color: transparent;
}
.footer-copyright-text {
    font-size: 12px;
    color: var(--colorWhite);
    font-family: var(--A2StandardSansRegular);
    text-align: center;
    width: 100%;
}
.footer-bottom-text {
    font-size: 12px;
    color: var(--colorWhite);
    width: 100%;
    font-family: var(--A2StandardSansRegular);
}
.image-mobile {
    display: block !important;
}
.image-desktop {
    display: none !important;
}

/*product popup starts*/
.ss-popup-drop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
}
.ss-close-popup {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--colorWhite);
    margin-top: -50px;
    position: relative;
    right: 50px;
    background: var(--colorBlack);
    position: absolute;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ss-popup-content-wrapper {
    position: fixed;
    top: 15%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    display: none;
}
.ss-popup-content-inner {
    width: 390px;
    margin: 0 auto;
    background: var(--colorWhite);
    border-radius: 50px;
    height: 700px;
    position: relative;
}

/* Handle on hover */
.ss-popup-content-inner::-webkit-scrollbar-thumb:hover {
  background: #333333; 
}
.ss-popup-content-inner iframe {
    width: 100%;
    border-radius: 50px;
    padding: 10px;
}
.ss-popup-content-inner iframe > header, .ss-popup-content-inner iframe > footer {
    display: none;
}
.ss-popup-content-inner iframe .ab-overlay-drop.open {
    display: none;
}
.ss-popup-content-inner iframe .ab-overlay-container.open {
    display: none;
}
/*product popup ends*/

/*buy now caurosel wrapper starts*/

.buy-now-content-wrapper {
    width: 100%;
    padding: 70px 114px;
    margin: 0 auto;
    position: relative;
    display: flex;
}
.buy-now-caurosel-wrapper {
    width: 50%;
}
.buy-now-text-wrapper {
    width: 50%;
}

.buy-now-item-wrapper {
    position: relative;
    margin: 0 10px;
    max-width: 100%;
}
.buy-now-item-thumb {
    position: relative;
    margin: 0;
    width: 100px !important;
    height: 100px !important;
    max-width: 100%;
}

.ss-buy-now-caurosel-thumb {
    color: inherit;
    width: 100%;
}


.buy-now-heading {
    font-family: var(--A2StandardSansMedium);
    font-size: 36px;
    line-height: 25px;
}
.buy-now-description {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.product-desc-text {
    font-size: 18px;
    line-height: 25px;
    font-family: var(--A2StandardSansRegular);
    margin-bottom: 20px;
}
.product-desc-sub-text {
    font-size: 14px;
    color: #6F6F6F;
}
.product-desc-sub-text span {
    font-weight: bold;
}
.buy-now-price {
    margin-top: 100px;
    font-size: 24px;
    line-height: 32px;
    font-family: var(--A2StandardSansRegular);
}
.buy-now-btn {
    width: 350px;
}
/*buy now caurosel wrapper ends*/
.cart-btn-disable {
    background: #595656;
    width: 160px;
    border-radius: 25px;
    text-align: center;
    pointer-events: none;
    color: #ffff;
    margin: 20px 0 !important;
    padding: 12px 0;
	font-family: Arial, sans-serif;
    font-size: 13px;
}
.custom-poster-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    object-fit: cover;
    border-radius: 25px;
}
.shopify-buy__btn  {
    width: 190px !important;
}
.tns-controls button, .tns-nav button.tns-nav-active, .tns-nav button {
    outline: none !important;
}
#tns1 .tns-item {
    height: calc(100% - 50px) !important;
}
#mainSlider #video-container {
    height: 99.98%;
    position: relative;
}
#mainSlider iframe#slider-video {
    height: 100%;
    border-radius: 30px;
}
@media screen and (max-width: 767px) {
    .sidesseason-hero-caurosel {
        width: 100% !important;
        height: auto;
        overflow: hidden;
    }
    .sidesseason-hero-caurosel .tns-item {
        box-sizing: border-box;
    }
    .ss-in-style-caurosel-wrapper .tns-nav {
        display: none;
    }
    .sidesseason-caurosel-wrapper {
        display: block;
    }
    .sidesseason-caurosel-wrapper .tns-outer {
        display: inline-table;
        text-align: center;
        width: 100%;
    }

    .sidesseason-caurosel-wrapper .tns-outer .tns-nav {
        display: table;
        margin-top: 20px;
        margin-bottom: 15px;
        position: relative;
        left: calc(7% - 10px);
    }

    #mainSlider #video-container {  
        position: relative;
        overflow: hidden;
        width: 340px;
        height: calc(100% - 100px) !important;
    }

    #mainSlider-item0 .custom-poster-img {
        height: calc(100% - 100px) !important;
    }

    .in-style-item-wrapper img {
        height: calc(100% - 100px) !important;
    }

    .ss-in-style-caurosel-thumb {
        margin-top: -50px;
    }

    .in-style-item-thumb .tns-nav-active {
        border: 2px solid #000;
    }
}
@media only screen and (min-width: 1025px) {
    .ss-in-style-caurosel-thumb {
        display: none;
    }
    .custom-poster-img {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 10;
    width: 770px;
    
}
    .image-mobile {
    display: none !important;
    }
    .image-desktop {
        display: block !important;
    }
    .sidesseason-nav-links {
        display: flex;
        z-index: auto;
        justify-content: end;
    }
    .sidesseason-nav-links li:last-child {
        margin: 5px 0 5px 15px;
    }
    .menu-toggle-btn {
        display: none;
    }
    .sidesseason-nav-links {
        position: relative;
        top: auto;
        background: var(--brandColor);
        width: 85%;
    }

     .sidesseason-nav-links ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        align-items: center;
    }

    /*hero caurosel slider css starts*/
    .sidesseason-hero-overlay {
        bottom: 0;
        width: 100%;
        justify-content: flex-end;
        padding: 0 0 0 40px;
    }
    .sidesseason-hero-overlay h2 {
        width: 80%;
        font-size: 36px;
        line-height: 36px;
    }
    .sidesseason-hero-cta-button {
        margin-right: 50px;
        font-size: 14px;
    }
    .slide-image-wrapper {
        width: 100%!important;
        height: auto!important;
    }
    .slide-text-wrapper {
        position: relative;
        padding: 10px 70px;
        margin-top: 0;
    }
    
    .slider-heading-text {
        font-size: 44px;
        font-family: var(--A2StandardSansBold);
    }
    .slider-text-des {
        font-size: 18px;
        line-height: 24px;
        width: 70%;
    }
    
    .sidesseason-hero-slide {
        margin: 0 auto;
    }
    .sidesseason-hero-slide .slide-image-wrapper img {
        height: 100%;
        border-radius: 24px;
        width: 100%;
        max-width: 100%;
    }
    /*hero caurosel slider css ends*/

    /*cook more slider starts*/
    .cook-more-heading {
        margin-top: 30px;
        font-size: 44px;
        width: 36%;
        padding-bottom: 30px;
        color: var(--colorBlack);
        line-height: 52px;
        font-family: var(--A2StandardSansBold);
    }
    .cook-more-heading-wrapper {
        justify-content: flex-start;
        align-items: center;
    }

    .cook-more-cta-btn {
        line-height: normal;
        padding: 8px 24px;
        white-space: nowrap;
        font-size: 16px;
    }
    .cook-more-text {
        font-size: 18px;
        line-height: 24px;
        color: var(--colorBlack);
        width: 70%;
    }

    .cook-more-heading-wrapper {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
        padding: 0 50px;
    }
    
    .cooke-more-slide-cta-btn button {
        color: var(--colorWhite);
        font-size: 16px;
        font-family: var(--A2StandardSansRegular);
        border: 0;
        outline: 0;
        cursor: pointer;
    }   
    .cooke-more-slide-heading {
        font-size: 18px;
    }
    .cooke-more-slide-text {
        font-size: 20px;
        line-height: 20px;
    }
    .cook-more-slide {
        margin-right: 20px;
    }

    #tns2-ow .tns-controls button[data-controls="prev"]  {
        left: 25px;
        background: url('../../../assets/images/arrow-dropleft.svg') no-repeat 0 0;
        width: 41px;
        height: 41px;
        z-index: 99;
        text-indent: -10000px;
        color: transparent;
        position: absolute;
        top: 67%;
        transform: translateY(-70%);
    }
    
   #tns2-ow .tns-controls button[data-controls="next"] {
        right: 25px;
        background: url('../../../assets/images/arrow-dropright.svg') no-repeat 0 0;
        width: 41px;
        height: 41px;
        z-index: 99;
        text-indent: -10000px;
        color: transparent;
        position: absolute;
        top: 67%;
        transform: translateY(-70%);
    }

    /*cook more slider ends*/

    /*juicer conent starts*/
    
    .juicer-content-heading {
        font-size: 44px;
        line-height: 52px;
        width: 30%;
    }
    .juicer-content-description {
            font-size: 18px;
            line-height: 24px;
            width: 70%;
    }
    .ss-social-share-wrapper ul li a img {
        width: 60px;
        max-width: 100%;
    }
    .ss-juicer-content-wrapper {
        padding: 70px 70px 0 70px;
        border-bottom: 1px solid var(--ssBrown);
    }
    .social-share-heading-text {
        margin-top: 120px;
        font-size: 18px;
        line-height: 40px;
    }
    .ss-social-share-wrapper ul {
        margin-top: 5px;
    }
    /*juicer content ends*/

    /*ss-holidays-wrapper starts*/
    .ss-holidays-text-block {
        width: 50%;
        order: 2;
        padding-top: 50px;
    }
    .ss-holidays-video-wrapper {
        width: 45%;
        order: 1;
        margin-right: 30px;
    }
    .ss-holidays-mobile-video {
        display: none;
    }
     .ss-holidays-desktop-video {
        width: 560px;
        
        display: block;
    }
    .state-of-america-cta-btn {
        position: absolute;
        top: 60px;
        left: 50%;
        height: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: 210px;
    }
    /*ss-holidays-wrapper ends*/

    /*in style caurosel starts*/
    .ss-in-style-caurosel-inner {
        display: inline-block;
		width: 100%;
		position: relative;
    }

    #mainSlider-ow .tns-controls button[data-controls="prev"]  {
        left: 25px;
        background: url('../../../assets/images/arrow-dropleft.svg') no-repeat 0 0;
        width: 41px;
        height: 41px;
        z-index: 99;
        text-indent: -10000px;
        color: transparent;
        position: absolute;
        top: 38%;
        transform: translateY(-45%);
    }
    
   #mainSlider-ow .tns-controls button[data-controls="next"] {
        right: 25px;
        background: url('../../../assets/images/arrow-dropright.svg') no-repeat 0 0;
        width: 41px;
        height: 41px;
        z-index: 99;
        text-indent: -10000px;
        color: transparent;
        position: absolute;
        top: 38%;
        transform: translateY(-45%);
    }
    .ss-in-style-caurosel-wrapper {
        padding: 40px 50px 40px 35px;
    }
    .ss-in-style-heading {
        font-size: 44px;
        line-height: 52px;
        width: 50%;
        padding: 20px 0;
        margin-left: 45px;
    }
    .ss-in-style-desc {
        font-size: 18px;
        line-height: 24px;
        width: 70%;
        padding: 20px 0;
        margin-left: 45px;
    }
    #mainSlider-item0 {
    width: 770px !important;
    
    }
    #mainSlider-item0 .custom-poster-img {
        width: 770px !important;
       
    }
    #mainSlider-item0 iframe, #mainSlider-item0 video {
        width: 770px !important;
        border-radius: 25px;
    }

    /*in style caurosel ends*/

    /*thumb caurosel*/
    .cart-product-cta-btn a {
        font-size: 16px;
    }
    .cart-product-heading {
        font-size: 36px;
        padding: 10px 0;
    }

    .state-of-america-heading {
        font-size: 44px;
        width: 50%;
        line-height: 52px;
    }
    .state-of-america-desc {
        width: 70%;
        font-size: 18px;
        line-height: 24px;
    }
    .state-of-america-desc2 {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }
    .state-of-america-caurosel {
        padding: 0;
    }

    
    .state-of-america-wrapper { 
        padding: 40px 70px;
    }
    .state-of-america-count {
        font-size: 77px;
        line-height: 77px;
        color: var(--brandColor);
    }
 
    #tns3 > .tns-item {
        padding: 0!important;
        margin-right: 10px!important;
        height: auto !important;
        padding-bottom: 50px !important;
    }
    #tns3-ow .tns-controls button[data-controls="prev"]  {
        left: 25px;
        background: url('../../../assets/images/arrow-dropleft.svg') no-repeat 0 0;
        width: 41px;
        height: 41px;
        z-index: 99;
        text-indent: -10000px;
        color: transparent;
        position: absolute;
        top: 65%;
        transform: translateY(-65%);
    }
    
   #tns3-ow .tns-controls button[data-controls="next"] {
        right: 25px;
        background: url('../../../assets/images/arrow-dropright.svg') no-repeat 0 0;
        width: 41px;
        height: 41px;
        z-index: 99;
        text-indent: -10000px;
        color: transparent;
        position: absolute;
        top: 65%;
        transform: translateY(-65%);
    }
    #tns3-iw {
        margin: 0;
    }
    /*cart*/
    .cart-product {
        width: 48%;
    }
    .cart-products-wrapper {
        justify-content: space-around;
    }
    .carts-product-inner {
        width: 100%;
        max-width: 1080px;
        justify-content: space-around;
    }
    .cart-product-desc {
        font-size: 18px;
        line-height: 24px;
    }
    /*video*/
    .ss-holidays-wrapper {
        padding: 30px;
    }
    .ss-holidays-desktop-video iframe, .ss-holidays-desktop-video video {
        width: 560px;
        
        margin: 0 auto;
    }
    /*signup form*/
    .ss-newsletter-inner-left {
        width: 45%;
        order: 1;
        line-height: 20px;
    }
    .ss-newsletter-inner-right {
        width: 45%;
        order: 2;
    }
    .ss-form-text {
        font-family: var(--A2StandardSansRegular);
        font-size: 18px;
        line-height: 24px;
        color: var(--colorBlack);
    }
    .ss-form-text-bottom {
        font-family: var(--A2StandardSansRegular);
        font-size: 12px;
        line-height: 20px;
        color: var(--colorBlack);
    }
    .ss-newsletter-content-heading {
        width: 50%;
        color: var(--colorBlack);
        font-size: 44px;
        line-height: 36px;
    }
    .ss-holidays-heading {
        font-size: 44px;
        line-height: 36px;
    }
    .ss-holidays-desc {
        font-size: 18px;
        line-height: 18px;
    }
    /*signup form*/
    /*footer css*/
    .ss-new-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ss-new-footer ul {
        display: flex;
    }
    .ss-new-footer ul li {
        border-right: 1px solid #fff;
        padding: 0 15px;
        height: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ss-new-footer ul li:last-child {
        border-right: 1px solid #fff;
    }
    .ss-new-footer ul li a {
        text-decoration: underline;
    }
    .footer-copyright-text {
        text-align: center;
        position: relative;
        margin-top: -2px;
        margin-left: 15px;
        width: auto;
    }
    .footer-bottom-text {
        text-align: center;
    }
    .ss-popup-content-inner {
        width: 1100px;
        height: 500px;
    
    }

    .ss-close-popup {
        right: 50px;
    }
    .in-style-item-wrapper img {
        height: calc(100% - 100px);
    }
    #mainSlider #video-container {
        height: calc(100% - 100px);
        position: relative;
    }
    #mainSlider-ow .tns-nav {
        position: relative;
        top: -50px;
    }
    .cart-btn-disable {
    background: #595656;
    width: 260px;
    border-radius: 25px;
    text-align: center;
    pointer-events: none;
    color: #ffff;
    margin: 20px 0 !important;
    padding: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    }
}
/*sidesseason header ends*/

.state-of-america-caurosel-slide.tns-item {
    height: 100% !important;
    padding-bottom: 50px;
}