img,
video {
    width: 100%;
    /* or specific fixed width */
    height: auto;
    /* Maintain aspect ratio */
}

html::-webkit-scrollbar {
    display: none;
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

sup {
  font-size: 0.5em!important;
  line-height: 0!important;
  vertical-align: super;
}

body.woocommerce-checkout {
    font-family: 'Inter' !important;
}

.single-product {
    background: #fff7ea !important;
}

.et_pb_preload,
.et_pb_section.et_pb_section_video.et_pb_preload {
    background-color: #FFF7EA !important;
}

.et_pb_preload:before {
    display: none !important;
}

.woocommerce-variation-price .price {
    color: #502c1d !important;
}

.et_pb_wc_add_to_cart form.cart .variations td.value span::after {
    display: none !important;
}

.home-tabs .slick-slide {
    margin: 10px;
}

/* ------------------------------ */

.woocommerce .woocommerce-message {
    color: #502c1e !important;
    background: transparent !important;
    margin: 0 !important;
    font-family: 'Inter';
    margin-bottom: 0 !important;
}

.woocommerce-message a {
    color: #502c1e !important;
    font-family: 'Inter';
}

.wcpay-express-checkout-wrapper {
    margin-top: 16px;
}

/* ------------------------------ */

.et_pb_wc_cart_notice div {
    margin-bottom: 4px !important;
}

#ResponsiveMenu.et_mobile_menu,
.et-db #et-boc .et-l .et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu {
    border-top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 112%;
    margin-left: -6%;
    margin-top: -95px;
    padding-top: 95px;
    z-index: -1000 !important;
}

.et_pb_column_4_tb_header {
    z-index: 10 !important;
}

.bc_menu_cart,
.et_mobile_nav_menu {
    z-index: 100 !important;
}

#ResponsiveMenu .et_mobile_menu,
.et-db #et-boc .et-l .et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu,
#ResponsiveMenu #mobile_menu2 {
    background-color: #FFF7EA !important;
}

#ResponsiveMenu li {
    border-bottom: 1px dashed #502C1D;
}

#ResponsiveMenu li:first-child {
    padding-top: 20px;
}

#menu-main-menu li a {
    font-size: 24px !important;
}

/* ---------------------- BLURBS */

#blurb-tabs .et_pb_column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#blurb-tabs .tab-title {
    width: 20%;
}

@media (max-width: 767px) {
    #blurb-tabs .tab-title {
        width: 20%;
    }
}

@media (max-width: 479px) {
    #blurb-tabs .tab-title {
        width: 100%;
    }

    .svg text,
    #text-path {
        font-size: 60px !important;
    }
}

/* Hover Styles for Blurb Tabs - Titles */

#blurb-tabs .tab-title {
    transition: all 0.3s ease-in-out;
}

#blurb-tabs .tab-title:hover {
    cursor: pointer;
    text-decoration: underline;
}

#blurb-tabs .tab-title.active-tab .et_pb_blurb_container h4 a {
    text-decoration: underline;
    /* Active tab title color */
    text-transform: uppercase;
    color: #502C1D !important;
}

/* Hide the tabs content/sections */

.tab-content {
    display: none;
}

.tab-open {
    display: block;
}

.et-fb .tab-content {
    display: block;
}

.tab-content .bc-link-whole-grid-card .et_pb_column {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.svgtext {
    flex: none;
    position: relative;
    left: -10%;
}

.svgtext text {
    fill: #fff;
    font-size: 42px;
}

.svgtext--1 text {
    fill: #fff;
}

.svgtext--2 text {
    fill: #8569c2;
}

.svgtext--3 text {
    font-size: 32px;
}

.svgtext--4 {
    position: absolute;
}

.svgtext--4 text {
    font-size: 48px;
    fill: #f9e9a4;
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    width: 100vw;
}

#FirstImage img {
    object-fit: cover;
}

#Logo {
    transition: all 0.3s;
    z-index: 100 !important;
}

.largeLogo {
    width: 90%;
}

.smallLogo {
    width: 15%;
}

#main-header {
    background-color: transparent !important;
    box-shadow: none !important;
}

#main-header.scrolled {
    background-color: #FFF7EA !important;
}

#main-header.scrolled ul li a {
    color: #502c1d !important;
}

.dashedButton {
    border-style: dashed !important;
}

.et_pb_button_module_wrapper a {
    line-height: 0.8;
}

.et_pb_blurb.active-tab {
    background-color: #F2DAB2 !important;
}

.footerLogo img {
    width: 100% !important;
}

#HomeLoop h4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#HomeLoop .fullwidth-button {
    border-top: 1px dashed #502C1D;
    border-bottom: 1px dashed #502C1D;
}

#HomeLoop .et_pb_row {
    height: auto;
}

#HomeLoop .ajax_add_to_cart,
#HomeLoop .out-of-stock {
    line-height: 0.8 !important;
    padding: 10px 0 0 !important;
}

#HomeLoop .fullwidth-button .et_pb_module_inner {
    width: 100px;
    line-height: 1;
    margin: 0 auto;
}

#CartTotal table.shop_table,
#order_review tr,
#order_review th {
    border: 1px dashed #502C1D !important;
}

svg.svgwave {
    width: 100%;
    height: auto;
    overflow: visible;
}

svg.svgwave path {
    fill: transparent;
    stroke: transparent;
    stroke-width: 1px;
}

svg.svgwave text {
    font-size: 12px;
    fill: #502C1D;
    font-family: 'ITC Garamond Condensed Light' !important;
}

.cart-icon svg {
    display: none;
}

.cart-icon,
body .column-cart .et_pb_module .cart-icon {
    padding: 2px 5px;
    border: 1px solid #502C1D;
    border-radius: 5px;
    margin-left: 20px;
    top: auto !important;
    margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li,
.woocommerce-product-gallery .flex-viewport {
    border: 1px dashed #502C1D !important;
    border-style: dashed !important;
}

.scrolledCart {
    border: 1px solid #502C1D !important;
}

.scrolledIcon {
    fill: #502C1D !important;
}

.cart-icon svg {
    display: block !important;
}

.pswp__top-bar {
    background-color: transparent;
}

.pswp__bg {
    background: #FFF7EA;
}

.pswp__caption {
    display: none;
}

.pswp__counter {
    font-family: 'Nichrome Dark';
    color: #502C1D !important;
}

.footer-brown svg {
    fill: #F2DAB2;
}

.woocommerce div.product,
#main-content {
    background: #FFF7EA !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 200px;
    border: 1px dashed #FFF7EA;
    margin-right: 10px;
}

.et_pb_db_product_carousel_275856.et_pb_carousel_wrapper .slick-prev::before {
    font-size: 16px !important;
    text-shadow: none !important;
}

.et_pb_gutters2 .bc_product_grid,
.et_pb_gutters2 .default-style ul.products,
.et_pb_gutters2 .et_pb_db_crosssell ul.products,
.et_pb_gutters2 .et_pb_db_related_products ul.products,
.et_pb_gutters2 .et_pb_db_upsell ul.products {
    grid-row-gap: 3%;
}

.woocommerce table.shop_table td {
    border: 0.5px dashed #502C1D !important;
}

a.et-cart-info {
    font-family: 'Nichrome Dark', Helvetica, Arial, Lucida, sans-serif;
    color: #502C1D;
}

.out-of-stock {
    line-height: 40px !important;
}

.outofstock .et_pb_wc_add_to_cart {
    display: none;
}

.scrolledItems {
    color: #502C1D !important;
}

.single-product h6 {
    margin-top: 10px;
    color: #502c1e;
}

.scrolled {
    background-color: #FFF7EA !important;
}

#packlink-drop-off-picker {
    font-family: 'Nichrome Dark';
    color: #502c1e;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
}

#packlink-drop-off-picker:hover {
    background-color: #FFF7EA !important;
}

#packlink-drop-off-picker:after {
    content: "\45";
    font-size: 18px;
    line-height: 38px;
}

#pl-picker-modal .lp-location-wrapper > * {
    color: white;
}

#pl-picker-modal .lp-content {
    background-color: #502c1e;
}

#pl-picker-modal .lp-input-wrapper > .input > .label {
    color: #502c1e;
}

#pl-picker-modal .lp-working-hours-btn {
    color: #F5E27B;
}

#pl-picker-modal .lp-select-button {
    border: 1px solid #F5E27B;
}

#pl-picker-modal .lp-select-button:hover {
    background-color: #F5E27B;
    color: #502c1e;
}

#shipping_method li:has(> input.shipping_method:checked) {
    background: rgb(255, 247, 234);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #502c1d;
}

.add-cart-btn button {
    color: #fff7ea !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 5px;
    border: none !important;
    font-size: 1.2rem !important;
    padding: 10px !important;
    font-family: 'Nichrome Black', Helvetica, Arial, Lucida, sans-serif !important;
    line-height: 1.7rem !important;
    background-color: #502c1d !important;
}

.home .add-cart-btn button {
    padding: 12px !important;
}

.add-cart-btn button:hover {
    color: #502c1d !important;
    background-color: #ED6C24 !important;
    cursor: pointer;
}

.add-cart-btn button:after {
    display: none !important;
}

.woocommerce-order {
    font-family: 'Inter' !important;
    color: #502c1d !important;
}

body.woocommerce span.onsale,
body.woocommerce-page span.onsale,
body.single-product span.onsale,
body ul.products li.product .onsale {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    width: 50px !important;
    height: 50px !important;
    left: auto !important;
    right: 10px !important;
    top: 10px !important;
}

body.woocommerce span.onsale:before,
body.woocommerce-page span.onsale:before {
    content: '' !important;
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    background: url('https://nutsnats.com/wp-content/uploads/2022/05/sale-nats.png') center / contain no-repeat !important;
}

.free-tester-selector select {
    font-family: inherit !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.free-tester-selector {
    margin-top: 8px;
}

@media (max-width: 479px) {
    #blurb-tabs .tab-title {
        width: 100%;
    }

    .svg text,
    #text-path {
        font-size: 60px !important;
    }
}