:root {
    --dark: #141b23;
    --light: #ebebeb;
    --green: #06ba76;
    --font-sans: 'Inter', sans-serif;
    --ss-green: #CBEBD5;
    --ss-green-dark: #3d8256;
}

body {
    font-family: var(--font-sans);
    position: static !important;
}

.columns {
    padding: 0 1rem;
}

.btn-primary {
    background: var(--green);
}

.btn-primary:hover {
    background: var(--green);
}

.text-sm {
    font-size: 0.7rem;
    line-height: 1rem;
}

.age-requirements-top {
    text-align: center;
    padding: 0.5rem 0;
}

.breadcrumbs {
    font-size: 0.8rem;

    .separator {
        padding: 0 0.2rem;
    }
}

.catalog-product-view {
    font-size: 14px;
}

#header {
    background: var(--dark);
    color: var(--light);
    border-color: var(--dark);
}

#header .container > div {
    min-width: 100%;
    justify-content: space-between;
}

a:has(>img.logo-header) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
    width: 60px;
    height: 54px;
    display: block;
    z-index: 21;
}

nav.navigation {
    margin-left: -.25rem;
}

div[x-ref="mobileMenuNavLinks"] button[aria-expanded="false"] svg {
    padding: .25rem;
    transform: rotate(90deg);
    transition: transform .25s;
}

div[x-ref="mobileMenuNavLinks"] button[aria-expanded="true"] svg {
    transform: rotate(-90deg);
    transition: transform .25s;
}

nav.navigation ul ul li svg {
    color: inherit;
}

button#menu-search-icon {
    position: absolute;
    right: 95px;
    display: flex;
    align-items: center;
}

button#menu-search-icon svg {
    width: 1.5rem;
}

.top-container nav {
    background: none;
    box-shadow: none !important;
}

.page-main {
    margin-top: 0;
}

.product-info-main > section {
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.product-info-main > section:nth-child(2) {
    padding: 0;
}

.product-info-main .product {
    padding: 0;
    order: 2;
    margin-bottom: 0;
}

div#gallery {
    order: -1;
    padding-top: 0;
}

.sd-product-info-stock {
    order: 1;
    position: absolute;
    right: 0;
    font-size: 12px;
}

.page-title {
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: left;
}

.product-description {
    font-size: 14px;
    order: 3;
}

ul.prices-tier {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin: 0 -.25rem;
    list-style: none!important;
    padding-left: 0!important;
}

ul.prices-tier li {
    flex-basis: calc(50% - .5rem);
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 .25rem .5rem;
    padding: .5rem;
    position: relative;
    border-radius: 4px;
    /* background: lime; */
    cursor: pointer;
}

.price-container.price-tier_price {
    font-weight: 700;
    justify-content: center;
}

.sd-product-info {
    display: flex;
    flex-wrap: wrap;
    order: 3;
    margin-bottom: 0;
    position: relative;
}

div#product-details {
    order: 4;
    display: none;
}

form#product_addtocart_form {
    order: 5;
}

.sd-product-info-price-add-cart {
    order: 4;
    width: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.tier-price-container {
    order: 3;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
}

ul.prices-tier li span {
    display: block;
}

ul.prices-tier li span.percent {
    position: absolute;
    top: -5px;
    background: red;
    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    right: -5px;
}

ul.prices-tier li span:nth-child(3) {
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.prices-tier li span:nth-child(3) .price {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
}

.products .sd-price-per-can span,
.product_addtocart_form .sd-price-per-can span,
.sd-unit-price,
.sd-unit-price span.price {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 14px !important;
}

ul.prices-tier li.active {
    background: var(--dark);
    border-color: var(--dark);
    color: var(--light);
}

.sd-qty-select input[type=text],
input.sd-sidebar-cart-qty.form-input {
    width: 30px;
    border-radius: 4px;
    border-color: #ddd;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    height: 1.75rem;
    margin-bottom: .25rem;
    min-height: 1.75rem;
}

ul.prices-tier li.sd-qty-select {
    /* background: var(--light); */
    font-size: 11px;
    border: 1px solid transparent;
}

ul.prices-tier li span:nth-child(3) .price-tier_price {
    font-weight: 400;
}

.sd-product-info-price-add-cart div[aria-label="Price"] {
    width: 100%;
}

.price-final_price .price-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
    font-weight: 600;
}

span.price-label,
.sd-product-info-price-add-cart div[x-data="initQtyField()"],
button#product-addtocart-button svg,
section#description > div.container,
.product-info-main > section:last-child,
.related-product-item ul.prices-tier li span:nth-child(2),
.related-product-item ul.prices-tier li span:nth-child(3),
.related-product-item ul.prices-tier li span:nth-child(4),
.products-grid ul.prices-tier li span.price-container.price-tier_price.tax.weee,
.products-grid ul.prices-tier li span.price,
.products-grid ul.prices-tier li span:nth-child(3),
.products-grid ul.prices-tier li span:nth-child(4),
.products-list ul.prices-tier li span.price-container.price-tier_price.tax.weee,
.products-list ul.prices-tier li span.price,
.products-list ul.prices-tier li span:nth-child(3),
.products-list ul.prices-tier li span:nth-child(4),
.product_addtocart_form ul.prices-tier li span:nth-child(2),
.product_addtocart_form ul.prices-tier li span:nth-child(3),
.product_addtocart_form ul.prices-tier li span:nth-child(4),
.sd-qty-field {
    display: none;
}

section.product-info-related ul.prices-tier li.sd-qty-select,
.related-product-item li.tierprice.sd-qty-select,
.products-grid ul.prices-tier li.sd-qty-select,
.products-list ul.prices-tier li.sd-qty-select,
.product_addtocart_form ul.prices-tier li.sd-qty-select,
.sd-product-info-stock .amnotif-container {
    display: none !important;
}

button#product-addtocart-button {
    background: var(--green);
    display: block;
    width: 100%;
}

button#product-addtocart-button .hidden {
    display: block;
    font-weight: 700;
    font-size: 1.25rem;
    padding: .25em 1em;
}

.product-description-mg-pouch {
    order: 2;
    display: block;
    width: 100%;
    font-size: 12px;
    margin: 0.75rem 0;
    grid-column-start: 1;
    font-weight: 600;
}

.sd-product-info-qty-button {
    width: 100%;
    margin-top: 1rem;
}

section#description {
    margin-top: 1.5rem;
}

.product-info-main > section:nth-child(2) {
    padding: 0;
}

section#description {
    margin-top: 1.5rem;
    font-size: 14px;
}

section#description .prose {
    font-size: 14px;
}

section#product\.attributes > .container {
    padding-top: 0;
}

ul.prices-tier li.sd-qty-select.active {
    background: none;
    color: var(--dark);
}

div[x-ref="mobileMenuNavLinks"] {
    color: var(--dark);
    width: calc(100% - 3rem);
    transition: transform .4s;
    transform: translateX(calc(-100% - 3rem));
    display: flex;
}

body[style="position: fixed;"] .page-wrapper {
    /*left: calc(100% - 3rem);*/
    position: static;
    width: 100%;
}

.page-wrapper {
    transition: left 0.4s;
    left: auto;
    position: relative;
}

body[style="position: fixed;"] div[x-ref="mobileMenuNavLinks"],
body[style="overflow: auto; position: fixed;"] div[x-ref=mobileMenuNavLinks] {
    box-shadow: 0 0 40px rgba(0, 0, 0, .25);
    transform: translateX(0);
    left: 0;
    position: fixed;
}

body[style="position: fixed;"] a:has(>img.logo-header) {
    z-index: 1;
}

div[x-ref="mobileMenuNavLinks"] button {
    margin-right: 0;
    background: none;
    /* width: 2rem; */
}

div[x-ref="mobileMenuNavLinks"] button > .border {
    /* background: var(--green); */
    /* border-color: var(--green); */
    border-width: 0;
    width: 1.5rem;
}

div[x-ref="mobileMenuNavLinks"] button[aria-label="Close menu"] svg {
    color: var(--dark);
    height: 2.3rem;
    padding: 0;
}

button[x-ref="mobileMenuTrigger"] svg {
    padding: 0;
}

div[x-ref="mobileMenuNavLinks"] button[aria-label="Close menu"] {
    margin: 0;
    right: 0.1rem;
    top: 0.4rem;
}

ul[aria-label="Site navigation links"],
ul[aria-label="Site navigation links"] ul {
    margin: 0.25rem 0.5rem;
    padding: 0 0 0.5rem 0!important;
    font-size: 14px;
    gap: 0;
    border-top-width: 0;
    list-style: none!important;
}

ul[aria-label="Site navigation links"] ul {
    padding: 0!important;
    margin: 0!important;
}

ul[aria-label="Site navigation links"] a span {
    margin-left: 0;
    font-size: 13px;
}

ul[aria-label="Site navigation links"] a {
    padding: 0.75rem 0 .75rem 2.25rem;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: auto 1.25rem;
    display: block;
    border-bottom: 1px solid rgb(231 231 231/var(--tw-border-opacity));
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: var(--dark);
}

ul[aria-label="Site navigation links"] li:focus-visible,
ul[aria-label="Site navigation links"] li:focus,
ul[aria-label="Site navigation links"] a:focus-visible,
ul[aria-label="Site navigation links"] a:focus,
div[x-ref=mobileMenuNavLinks] div[class*=sd-menuicon-] button:focus-visible,
div[x-ref=mobileMenuNavLinks] div[class*=sd-menuicon-] button:focus {
    outline: none;
}

ul[aria-label="Site navigation links"] a span:before {
    margin-right: 3px;
}

ul[aria-label="Site navigation links"] .sd-menuicon-box a {
    background-image: url(../images/format.svg);
    background-size: auto 0.75rem;
    background-position-x: 3px;
}

ul[aria-label="Site navigation links"] .sd-menuicon-brand a {
    background-image: url(../images/tag.svg);
    background-position: left 1px bottom 12px;
}

ul[aria-label="Site navigation links"] .sd-menuicon-strong a {
    background-image: url(../images/thunder.svg);
    background-position: left 1px bottom 7px;
}

ul[aria-label="Site navigation links"] .sd-menuicon-special a {
    background-image: url(../images/percent.svg);
    background-size: auto 1.5rem;
}

ul[aria-label="Site navigation links"] .sd-menuicon-candy a {
    background-image: url(../images/candy.svg);
    background-size: auto 1.5rem;
}

ul[aria-label="Site navigation links"] .sd-menuicon-blog a {
    background-image: url(../images/blog.svg);
    background-size: auto 1.25rem;
}

ul[aria-label="Site navigation links"] .sd-menuicon-heart a {
    background-image: url(../images/heart.svg);
    background-size: auto 1.25rem;
}

ul[aria-label="Site navigation links"] .sd-menuicon-bell a {
    background-image: url(../images/bell.svg);
    background-size: auto 1.25rem;
}

div[class^="sd-menuicon-"], div[class*=" sd-menuicon-"] {
    position: relative;
    display: flex;
    align-items: center;
}

div[x-ref="mobileMenuNavLinks"] div[class^="sd-menuicon-"] button,
div[x-ref="mobileMenuNavLinks"] div[class*="sd-menuicon-"] button {
    height: 38px;
}

#header .container div#search-content {
    top: 72px;
    left: 0;
    border-width: 0;
}

input#search[x-ref="searchInput"] {
    font-size: 14px;
    border-width: 0;
    background: url(../images/search.svg) no-repeat 0 50% / 1.5rem;
    padding-left: 2rem;
    color: #fff;
}

input#search::placeholder {
    color: #fff;
}

input#search[x-ref="searchInput"]:focus {
    outline: none;
    box-shadow: none !important;
}

#header .container div#search-content div[x-data="initMiniSearch()"] {
    padding: 1rem;
    background: var(--dark);
}

span[x-html="item.product_name"], span[x-html="item.qty"] {
    font-size: 14px;
}

.product-info-main section.product-info-related {
    display: block;
    background: none;
    box-shadow: none !important;
    padding: 0;
}

.product-info-main section.product-info-related h2 {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.product-slider .relative .container {
    padding: 0;
    border-width: 0;
}

a.product.product-image-link {
    order: -1;
    margin-top: -5rem;
}

.manufacturer {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.manufacturer + div {
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.manufacturer + div:has(+ :not(.mg-per-pouch)) {
    margin-bottom: 28px;
}

.product-item-link {
    font-size: 12px;
    line-height: 1.6;
    display: block;
}

/*section.product-info-related ul.prices-tier li {
    flex: 1;
    padding: .25rem;
    margin: 0 4px .5rem;
}*/

section.product-info-related ul.prices-tier li span:first-child {
    line-height: 1.3;
}

.product-item-link {
    font-size: 12px;
    line-height: 1.4;
    display: block;
}

.related-product-item ul.prices-tier li,
.products-grid ul.prices-tier li,
.products-list ul.prices-tier li,
.product_addtocart_form ul.prices-tier li {
    flex: 1;
    padding: .25rem;
    margin: 0 2px .5rem;
}

.related-product-item ul.prices-tier li span:first-child,
.products-grid ul.prices-tier li span,
.products-list ul.prices-tier li span,
.product_addtocart_form ul.prices-tier li span {
    line-height: 1.3;
    font-size: 10px;
    max-width: 20px;
    margin: auto;
}

.product-info-main form.product_addtocart_form,
.products ul form,
.products .card-interactive,
.related-product-item form.product_addtocart_form,
.related-product-item .sd-category-item-wrapper,
.product_addtocart_form {
    margin-top: 5rem;
    border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(
            --tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 0 .5rem 1rem;
    height: calc(100% - 5rem);
}

.related-product-item form.product_addtocart_form {
    flex: 1;
}

.related-product-item {
    flex-basis: 50%;
    margin: 0 0 1rem;
    padding: 0 .25rem 1rem;
}

.related-product-item .tier-price-container,
.products-grid .tier-price-container,
.products-list .tier-price-container,
.product_addtocart_form .tier-price-container {
    padding-top: .75rem;
    margin: 0;
}

.js_slides {
    flex-wrap: nowrap;
}

.related-product-item .sd-total-price span.price,
.products .product-item .price-container .price {
    font-size: 11px !important;
    line-height: 1;
    font-weight: 600;
}

.related-product-item .sd-total-price > span,
.products .sd-total-price > span {
    line-height: 1;
    font-size: 14px;
}

.related-product-item .price-final_price .price-container {
    align-items: center;
}

.products li {
    flex-basis: 50%;
    padding: 0 .25rem;
    margin-bottom: 1rem;
}

.products.products-list li {
    flex-basis: 100%;
}

.products ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 0;
}

.products .price-final_price .price-container {
    align-items: center;
}

.related-product-item .sd-product-info-price-add-cart,
.products-grid .sd-product-info-price-add-cart,
.products-list .sd-product-info-price-add-cart {
    margin-top: 0;
}

section.product-info-related .sd-product-info-qty-button button span.hidden {
    font-size: 14px;
}

.sd-product-info-qty-button button span.hidden {
    display: block;
    font-weight: 700;
    margin: auto;
    font-size: 14px;
}

.sd-product-info-qty-button button svg {
    display: none;
}

.sd-product-info-qty-button button {
    width: 100%;
}

.products-grid .product-info,
.related-product-item .product-info {
    justify-content: space-between;
}

.products.products-list ul form {
    flex-direction: row;
    margin-top: 0;
    height: auto;
    padding: .5rem;
}

.products-list a.product.product-image-link {
    flex-basis: 50%;
    margin-top: 0;
}

.products-list .product-info {
    flex-basis: 50%;
}

.filter-wrapper {
    padding: 2rem;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.sd-filter-wrapper .form-wrapper {
    display: flex;
    gap: .5rem;
    padding-bottom: 0.5rem;
}

button.bt-filter {
    border-width: 0;
    border-radius: .25rem;
    padding: 0.5rem 0.75rem 0.5rem 1.75rem;
    background: url(../images/tag.svg) no-repeat .5rem 50% / 16px;
    background-color: #eee;
    cursor: pointer;
    font-size: 12px;
}

button.bt-filter.bt-filter-active,
button.bt-sub.mixitup-control-active {
    background-color: #ddecf2 !important;
}

button.bt-filter.hyva_taste,
button.bt-filter.taste {
    background: url(../images/cherry.svg) no-repeat 10px 10px / 12px;
    background-color: #eee;
}

button.bt-filter.huva_brand {
    background: url(../images/tag.svg) no-repeat 0.7rem 50% / 12px;
    background-color: #eee;
}

button.bt-filter.hyva_format {
    background: url(../images/format.svg) no-repeat 0.6rem 50% / 13px;
    background-color: #eee;
}

.filter-sub {
    border-radius: .25rem;
    padding: 0.5rem 0;
    display: flex;
    gap: .5rem .25rem;
    overflow: hidden;
    flex-wrap: wrap;
}

button.bt-sub {
    border-radius: 30px;
    border-width: 0;
    background: #eee;
    padding: .5rem 1rem;
    font-size: 12px;
    cursor: pointer;
}

button.bt-sub:hover {
    background-color: #ddd;
}

button.bt-duplicated:hover {
    background-color: #cedae4;
}

button.bt-filter:hover {
    background-color: #ddd;
}

.categories {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0 2rem 2rem;
}

.category {
    aspect-ratio: 4/3;
    width: calc(25% - 0.75rem);
    background: #eee;
    border-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
}

.filter-duplicate {
    padding: 0.5rem 0 0;
}

button.bt-duplicated {
    background: #eee url(../images/close.svg) no-repeat .5rem 50% / 12px;
    background-color: aliceblue;
    margin: 0 .5rem .5rem 0;
    padding: .5rem 1rem .5rem 1.5rem;
}

section#product\.attributes {
    border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

section#product\.attributes > div:first-child + .card {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none !important;
    padding: 1rem 0;
}

section#product\.attributes > div:first-child {
    border-width: 0;
    margin-bottom: 0;
    padding: 0;
}

section#product\.attributes > div:first-child h2 {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 600;
}

button#menu-search-icon svg:hover.hover\:text-black {
    color: #fff;
}

div#header > div {
    position: relative;
}

.page-layout-1column-dark {
    .page-wrapper {
        background: var(--dark);
        color: var(--light);
    }
}

.sd-product-infoicons {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
    gap: 0.5rem;
}

.sd-product-infoicons-item {
    padding: 1rem 0;
    text-align: center;
    flex-basis: 25%;
}

.sd-icon-brand {
    background: url(../images/tag.svg) no-repeat 50% 0 / auto 1.5rem;
}

.sd-icon-flavor {
    background: url(../images/cherry.svg) no-repeat 50% 0 / auto 1.5rem;
}

.sd-icon-strength {
    background: url(../images/thunder.svg) no-repeat 50% 0 / auto 1.5rem;
}

.sd-icon-format {
    background: url(../images/format.svg) no-repeat 50% 5px / auto 1rem;
}

.sd-product-infoicons-item p {
    font-size: 11px;
    line-height: 1.25;
}

p.sd-icon-desc {
    color: #aaa;
    margin: 14px 0 3px;
}

.sd-trustpilot {
    width: 100%;
    font-size: 12px;
    margin: 1rem 0;
}

.sd-stars {
    display: flex;
    gap: 1px;
}

.sd-star-on, .sd-star-off {
    width: 1rem;
    height: 1rem;
}

.sd-star-on {
    background: url(../images/star_on.svg) no-repeat 0 0 / auto 1rem;
}

.sd-star-off {
    background: url(../images/star_off.svg) no-repeat 0 0 / auto 1rem;
}

.sd-star-count {
    margin-left: 0.5rem;
    font-weight: 400;
}

.sd-power-puffs ul {
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
}

.sd-power-puffs {
    border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(
            --tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    margin: 1rem 0 -0.5rem;
}

.sd-power-puffs ul li {
    flex-basis: 50%;
    background: url(../images/check.svg) no-repeat 0 50%;
    padding: 0.25rem 0 0.25rem 1.5rem;
}

.old-price {
    flex-basis: 100%;
    justify-content: flex-end;
    margin: 0;
}

.old-price .price {
    font-size: 1.5rem;
}

.old-price > span {
    color: #ccc;
    line-height: 1;
    font-size: 14px;
}

.sd-product-info-price-add-cart .old-price > span {
    /* font-size: 1.5rem; */
}

.sd-price-per-can.final-price {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: .5rem;
    align-items: center;
    line-height: 1;
}

.sd-price-per-can span.sd-price-save-amount,
.sd-price-per-can .sd-price-without-discount-amount {
    flex-basis: 50%;
    font-size: 14px !important;
    line-height: 1.75;
    font-weight: 600;
}

.sd-total-price {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
}

.sd-price-without-discount-amount {
    text-align: right;
}

.sd-total-price .price {
    font-size: 14px;
}

.sd-total-price .price-wrapper {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

.sd-price-per-can span.sd-price-save-amount {
    color: #ff0000;
}

.sd-price-per-can .sd-price-without-discount-amount {
    color: #ccc;
    text-decoration: line-through;
}

.products .sd-price-per-can span.sd-price-save-amount, .products .sd-price-per-can .sd-price-without-discount-amount {
    font-size: 12px !important;
}

.products .sd-price-per-can span.sd-price-save-amount,
.product_addtocart_form .sd-price-per-can span.sd-price-save-amount {
    flex-basis: 57%;
    font-size: 11px !important;
    text-align: left;
    font-weight: 400;
}

.products .sd-price-per-can .sd-price-without-discount-amount,
.product_addtocart_form .sd-price-per-can .sd-price-without-discount-amount {
    flex-basis: 43%;
    font-size: 11px !important;
    font-weight: 400;
}

.btn-sd-addtocart-disabled {
    opacity: 1;
    font-size: 14px;
    justify-content: center;
}

.btn-sd-addtocart-disabled:hover {
    background: #07ba76;
}

.mixitup-page-list {
    display: flex;
    width: 100%;
    gap: 1rem;
    grid-column: 1 / 7;
    justify-content: center;
}

.mixitup-page-list button {
    background: pink;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    background: var(--dark);
    color: var(--light);
}

#maincontent h2,
.amblog-post-content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    padding: 1em 0 .25em;
    text-decoration: underline;
    text-decoration-color: var(--green);
}

#maincontent h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.amblog-post-content h2 a:target,
.amblog-post-content h3 a:target {
    scroll-margin-top: 80px;
}

.amblog-post-content h1 {
    font-size: 1.75rem;
    line-height: 1.25;
}

.amblog-post-content {
    font-size: 14px;
    max-width: 85ch;
}

.amblog-shot {
    font-size: 13px;
}

.amblog-index-post aside,
.amblog-index-index aside,
.amblog-index-index .amblog-features,
.amblog-index-index .tags,
.amblog-dates > .amblog-views {
    display: none;
}

.amblog-dates > .amblog-minread {
    display: block !important;
}

.amblog-footer {
    display: block !important;
}

.amblog-social-container {
    padding-bottom: 2rem;
}

.amblog-content {
    padding: 0 1.5rem 2rem;
}

.amblog-post-title {
    margin-bottom: .5rem;
}

.tags .amblog-tag {
    font-size: 11px;
}

.desktop-block.amblog-element-block p,
.cms-page-view p,
.he-custom-faq p,
.he-text-row p {
    margin-bottom: 1em;
}

.amblog-post-content table,
#maincontent table {
    margin-bottom: 1em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    max-width: calc(100vw - 4rem);
    overflow-x: auto;
    display: block;
}

.amblog-post-content table td,
#maincontent table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: .5rem;
    width: auto;
}

#maincontent table td p {
    margin-bottom: 0;
}

div[aria-label="My Cart"] > div {
    --lightest: #fafafa;
    background: var(--lightest);
    font-size: 14px;
}

div[aria-label="My Cart"] > div > header {
    padding: 0.5rem 1rem;
}

div[aria-label="My Cart"] button[aria-label="Close minicart"] {
    padding: 3px 0.5rem 0;
}

.sd-minicart-rows,
.sd-minicart-subtotal {
    background: var(--lightest);
    gap: 0;
    padding: 0 1rem;
}

div[aria-label="My Cart"] .w-3\/4.space-y-2 {
    display: flex;
    flex-direction: column;
}

.sd-cart-qty {
    display: flex;
    align-items: center;
}

.sd-sidebar-cart-qty-minus {
    width: 20px;
    display: flex;
    text-align: center;
    padding: 0 !important;
    font-size: 1.25rem;
    border: 1px solid #666;
    height: 20px !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--lightest);
    position: relative;
}

.sd-sidebar-cart-qty-minus:after {
    content: '\2013';
    position: absolute;
    color: #333 !important;
    height: 20px;
    display: flex;
    align-items: center;
}

.sd-sidebar-cart-qty-minus:last-child:after {
    content: '+';
    top: -2px;
    left: 2.8px;
}

input.sd-sidebar-cart-qty.form-input {
    margin: 0 .75rem;
    border-color: #666;
    width: 40px;
}

input.sd-sidebar-cart-qty.form-input::-webkit-outer-spin-button,
input.sd-sidebar-cart-qty.form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

div[aria-label="My Cart"] .pt-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
    align-items: center;
}

.sd-cart-qty + p {
    padding-right: 11px;
}

.sd-cart-title-header .btn-primary {
    background: transparent;
    box-shadow: none !important;
    margin-top: -10px;
}

.sd-cart-title-header .btn-primary svg path {
    stroke: #666;
}

.sd-cart-title-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/*.sd-cart-title-header span[x-html="item.product_name"] {
    padding: 0;
}*/

.sd-cart-title-header p, .sd-cart-title-header span {
    font-size: 12px;
}

.sd-minicart-rows > div {
    border-top: 1px solid #ddd;
    border-radius: 0;
    margin: 0 -1rem;
}

.sd-cart-title-header p {
    padding-right: 1.5rem;
}

.sd-minicart-subtotal {
    font-weight: 600;
}

.sd-minicart-subtotal > div:first-child {
    text-align: right;
    padding: 1rem 7px 0 0;
    margin: 0;
}

.sd-minicart-subtotal > div:last-child {
    text-align: right;
    padding: 1.5rem 0;
    margin: 0 -5px 0;
}

.sd-cart-drawer-ymal {
    margin-left: 0 !important;
    text-align: center;
    padding-top: 1rem;
}

.sd-minicart-subtotal > div:last-child .btn-primary {
    background: var(--dark);
}

button[aria-label="My Account"],
button#menu-cart-icon {
    background: url(../images/profile.svg) no-repeat 50% / 21px;
    width: 21px;
    height: 21px;
    margin: 0 .5rem;
}

button[aria-label="My Account"] + nav a {
    color: #333;
}

button#menu-cart-icon {
    background: url(../images/bag.svg) no-repeat 50% / 20px;
    margin-right: 0;
}

span[x-text="cart.summary_count"] {
    padding: 4px;
    background: var(--ss-green-dark);
}

ul.sd-tab {
    display: flex;
    padding: 0!important;
    font-weight: 600;
    list-style: none!important;
}

li.sd-tab-item {
    padding: .5rem 0 .25rem;
    margin: 0 .5rem .25rem;
}

h2#currency-heading {
    margin-top: 1rem;
}

h2#currency-heading + div div button {
    font-size: 14px;
    align-items: center;
    margin-bottom: 1rem;
}

h2#currency-heading + div div button svg {
    padding: 0;
}

.registration-container.registation-container.container.p-0 {
    font-size: 14px;
}

form#accountcreate fieldset {
    margin: 0 0 1rem;
}

form#accountcreate fieldset {
    /* background: pink; */
}

form#accountcreate fieldset + fieldset {
}

.form-create-account legend.contents span {
    font-size: 1rem;
    font-weight: 700;
}

.form-create-account .control input[type=text],
.form-create-account .field.field-reserved.required .control input[type=text],
.form-create-account .field.field-reserved.required .control input[type=email],
.form-create-account .field.field-reserved.required .control input[type=password] {
    width: 100%
}

div#password-strength-meter-container {
    flex-basis: 100%;
}

label[for=password] + .control input[type=text], label[for=password] + .control input[type=password], label[for=password-confirmation] + .control input[type=password] {
    flex-basis: 100%;
}

.password-strength-meter {
    font-size: 12px;
    margin-top: .5rem;
}

label[for=password] + .control, label[for=password-confirmation] + .control {
    position: relative;
    flex-wrap: wrap;
}

label[for=password] + .control input[type=text] + button,
label[for=password] + .control input[type=password] + button,
label[for=password-confirmation] + .control input[type=password] + button {
    position: absolute;
    right: 0;
    top: 0;
}

.btn-primary,
.actions-toolbar .primary button {
    background: var(--dark);
}

.amscroll-load-button {
    background: var(--green)!important;
    border-width: 0!important;
    font-size: 1rem!important;
    font-weight: 600!important;
    margin: 1rem auto!important;
    color: #fff!important;
}

.amscroll-load-button.-before {
    margin: 0 auto 1rem;
}

.page-footer h2#currency-heading {
    margin-top: 0;
}

[data-content-type=tabs] .tabs-navigation {
    display: flex;
    overflow-x: auto;
    border-width: 0;
    box-shadow: none !important;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
}

[data-content-type=tabs] .tabs-navigation li.tab-header,
[data-content-type=tabs] .tabs-navigation li.tab-header.active,
#html-body [data-pb-style=IX169DD] {
    background-color: #fafafa;
    border-width: 0 !important;
}

[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    padding: .5rem;
    font-size: 12px;
}

[data-content-type=tabs] .tabs-navigation li.tab-header span {
    white-space: nowrap;

}

[data-content-type=tabs] .tabs-navigation li.tab-header.active span {
    border-bottom: 2px solid;
    padding-bottom: 0.25rem;
}

.product_addtocart_form, .sd-category-item-wrapper {
    flex: 0 0 calc(50% - 4px);
    height: calc(100% - 5rem);
    margin-top: 5rem;
}

.cms-home .sd-category-item-wrapper.discontinued {
    height: auto;
}

[data-content-type=tabs] .tabs-content {
    background: transparent;
    box-shadow: none !important;
    border-width: 0 !important;
    margin-bottom: 1rem;
}

[data-content-type=tabs] .tabs-content [data-content-type=tab-item] {
    padding: 0;
}

.block-products-list > div > div:has(.product_addtocart_form) {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product_addtocart_form .price-container .price {
    font-size: 14px;
    line-height: 14.5px;
}

.product_addtocart_form .product-info {
    justify-content: space-between;
}

.he-row-banners .pagebuilder-column figure {
    padding: 0 .5rem 1rem !important;
}

.he-row-banners .pagebuilder-column:nth-child(3) {
    display: none !important;
}

.he-row-banners .pagebuilder-column {
    flex: 0 0 50%;
}

.he-row-banners {
    margin: 0 -0.5rem;
}

.he-intro-second-row > .row-full-width-inner,
[data-content-type=row][data-appearance=contained]:has(.he-intro-first-row) {
    padding: 0 !important;
    margin-bottom: 1rem;
}

.he-intro-first-row {
    padding: 0 !important;
}

[data-content-type=row][data-appearance=contained]:has(>[data-pb-style=NF0TBXY]) {
    padding: 0;
    margin: 0;
}

#html-body [data-pb-style=NF0TBXY] {
    padding: 0;
    margin-bottom: 1rem;
}

#html-body [data-pb-style=RG9BHN1] {
    margin: 0 -1rem 1rem;
}

[data-content-type="row"][data-appearance="contained"]:has([data-pb-style]) {
    padding: 0;
    font-size: 14px;
}


[data-content-type=row][data-appearance=contained]:has(.he-text-row),
[data-content-type=row][data-appearance=contained] .he-text-row {
    padding: 0;
    font-size: 14px;
    margin-top: 1rem;
}

.faq-start .flik {
    border-top: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.6;
}

.faq-start .flik summary {
    font-weight: 600;
    padding: 0.35rem 2.5rem .35rem 0;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.faq-start .flik-content {
    padding: 0 0 1rem;
}

.he-custom-faq-wrapper {
    padding: 0 !important;
    margin: 2rem 0 0 !important;
}

.flik summary:before {
    content: '';
    position: absolute;
    top: 13px;
    right: 1rem;
    transition: .5s transform ease;
    width: 10px;
    height: 6px;
    background: transparent url(../images/arrow.svg) no-repeat 50% / 10px 6px;
}

.flik[open] > summary:before {
    transform: rotateX(180deg);
}

.flik summary::-webkit-details-marker {
    display: none;
}

.flik summary:focus {
    outline: none;
}

.faq-start .flik[open] summary {
    color: #000;
}

[data-content-type=row][data-appearance=contained]:has(.he-custom-faq-wrapper) {
    padding: 0;
}

.he-custom-faq-wrapper {
    padding: 0 !important;
    margin: 2rem 0 0 !important;
}

[data-content-type=row][data-appearance=contained]:has(.he-custom-faq-wrapper) {
    padding: 0;
}

[data-content-type=row][data-appearance=contained]:has(.he-products-footer) {
    padding: 0 !important;
}

[data-content-type=row][data-appearance=contained] [data-element=inner]:has(.he-products-footer) {
    padding: 0;
}

.he-banner-footer {
    padding: 0 !important;
    margin-bottom: 1rem !important;
}

[data-content-type=row][data-appearance=contained]:has(.he-banner-footer) {
    padding: 0;
}

#menu-cart-icon.cart-shake {
    animation: shake 150ms ease;
    -moz-animation: shake 150ms ease;
    -webkit-animation: shake 150ms ease;
    -o-animation: shake 150ms ease;
    animation-duration: 3s
}

.products .sd-price-per-can span.sd-price-save-amount,
.products .sd-price-per-can .sd-price-without-discount-amount,
.product_addtocart_form .sd-price-per-can .sd-price-without-discount-amount,
.product_addtocart_form .sd-price-per-can span.sd-price-save-amount {
    height: 15px;
}

.sd-price-per-can span.sd-price-save-amount,
.sd-price-per-can .sd-price-without-discount-amount {
    height: 30px;
}

span[x-html="brand.label"] {
    font-size: 12px;
    color: var(--dark);
}

h3.ambrands-title {
    text-align: center;
}

.ambrands-letters-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.25rem;
    display: flex;
}

.ambrands-letters-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    width: 100%;
}

img.ambrands-image {
    max-width: 100% !important;
}

li.ambrands-brand-item {
    width: calc(50% - 0.5rem);
    margin: 0;
    flex: 1;
    box-shadow: none;
    border-width: 0;
}

ul.ambrands-content {
    gap: 0.25rem;
}

ul.menu-lang {
    display: none;
}

.am-widget-brand-slider .ambrands-slider-container {
    background: none !important;
}

div[data-content-type="row"]:has(.am-widget-brand-slider) {
    background: none !important;
}

.amslider.ambrands-slider .swiper-slide {
    justify-content: center;
}

.sd-sticky-header {
    position: fixed;
    top: 0;
}

div#gallery h1 {
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 1rem;
}

.footer {
    background: var(--dark);
    color: var(--light);
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    gap: 1rem;
}

.catalog-product-view .footer {
    padding-bottom: 10rem;
}

.footer > div {
    flex-basis: 100%;
    text-align: center;
}

.ft-trustpilot {
    order: 1;
    background: #666;
}

.ft-copyright {
    order: 7;
    font-size: 12px;
}

.ft-nav {
    order: 2;
    margin: 0.5rem 0 1rem;
}

.ft-contact {
    order: 3;
    font-size: 11px;
    display: flex;
    justify-content: space-around;
}

.ft-partners {
    order: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.ft-contact a {
    display: flex;
    align-items: center;
    gap: .25rem;
}

.ft-contact img {
    height: 16px;
}

.ft-logo {
    order: 5;
}

.ft-logo img {
    margin: auto;
}

.ft-currency {
    order: 6;
    margin-bottom: 1rem;
}

.ft-currency details {
    border: 1px solid #666;
    border-radius: 5px;
}

.ft-partners img {
    height: 2rem;
}

.ft-partners img:first-child {
    height: 1.5rem;
}

.ft-partners img:last-child {
    height: 0.5rem;
}

.footer details {
    padding: 0.5rem;
    border-bottom: 1px solid #666;
    text-align: left;
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer details a {
    display: block;
    font-size: 13px;
    padding: .25rem 0;
}

.footer .ft-link-wrapper {
    padding: .5rem 0;
}

.footer details summary {
    list-style: none;
    position: relative;
}

.footer details summary:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0.5rem;
    transition: .5s transform ease;
    width: 10px;
    height: 6px;
    background: transparent url(../images/arrow_w.svg) no-repeat 50% / 10px 6px;
}

.footer details[open] > summary:before {
    transform: rotateX(180deg);
}

.footer details summary::-webkit-details-marker,
.footer details summary::marker {
    display: none;
}

.footer details summary:focus {
    outline: none;
}

.ft-nav-dt {
    display: none;
}

.footer-wrapper {
    background: var(--dark);
}

.mg-per-pouch {
    font-size: 11px;
    margin: -0.75rem 0 .5rem;
    text-align: left;
    font-weight: 600;
}

.manufacturer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manufacturer .sd-trustpilot {
    margin: 0;
    width: auto;
}

.sd-stars div:nth-child(2) {
    width: 14px;
    height: 14px;
    background-image: url(../images/star.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 50% 2px;
    border-radius: 3px;
}

.sd-star-gray {
    background-color: #dcdce6;
}

.sd-star-red {
    background-color: #ff3722;
}

.sd-star-orange {
    background-color: #ff8621;
}

.sd-star-yellow {
    background-color: #ffce00;
}

.sd-star-light-green {
    background-color: #72cf10;
}

.sd-star-green {
    background-color: #00b67a;
}

.manufacturer .sd-stars {
    gap: .25rem;
    align-items: center;
}

section#sdtp-reviews {
    margin-top: 1rem;
}

div:has(>div#trustpilot-widget-trustbox-1-wrapper), .sd-tp-widget-area{
    height: 140px;
    display: block!important;
    min-height: 140px;
}

.trustpilot-widget {
    /* margin: 0 0 -2rem; */
}

.sd-trustpilot .trustpilot-widget {
    padding: 0;
    margin: 0;
}

.page-header:has(.sd-sticky-header) + .top-container {
    padding-top: 0;
}

span.minicart-price.sd-price-cart-extra .price {
    color: #ff0000;
    display: block;
}

span.sd-price-cart-crossed {
    text-decoration: line-through;
    color: #999;
}

div#selectCur:has(.select-options[style="display: none;"]) .selected-option-wrapper img,
div#selectLang:has(.select-options[style="display: none;"]) .selected-option-wrapper img {
    transition: transform .25s;
}

div#selectCur:has(.select-options[style="display: block;"]) .selected-option-wrapper img,
div#selectLang:has(.select-options[style="display: block;"]) .selected-option-wrapper img {
    transform: rotate(180deg);
    transition: transform .25s;
}

.amlabel-text {
    left: 50%;
    font-size: 11px;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
}

.sd-category-item-wrapper:has(.sd-discontinued) {
    height: calc(100% - 5rem);
}

.btn-sd-addtocart-alternative {
    font-weight: 600;
    font-size: 12px;
    margin: .5rem 0 0;
    display: flex;
    text-align: center;
    padding: .5rem 0;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ddd;
    color: inherit;
    justify-content: center;
}

.btn-sd-addtocart-alternative:before {
    content: '';
    background: url(../images/arrow-back.svg) no-repeat 0 0 / 14px;
    width: 14px;
    height: 14px;
    margin-right: .5rem;
}

.btn-sd-addtocart-alternative:hover {
    background: none;
    box-shadow: none;
    color: inherit;
}

.sd-alert-me {
    margin: 0.5rem 0 0;
    font-size: 12px;
    color: var(--dark);
    box-shadow: none !important;
    border: 1px solid #ccc;
    padding: .5rem 0;
    font-weight: 600;
    background-color: #fff;
}

.sd-alert-me:before {
    content: '';
    background: url(../images/bell.svg) no-repeat 0 0 / 12px;
    height: 12px;
    width: 12px;
    margin-right: .25rem;
}

button.btn-sd-addtocart-disabled.sd-discontinued {
    font-weight: 600;
}

.sd-category-item-wrapper > .product-item {
    height: 100%;
    padding: 0 .5rem 1rem !important;
    /* box-shadow: none!important; */
}

.related-product-item > .sd-category-item-wrapper {
    flex: 1;
    padding: 0;
}

.related-product-item > .sd-category-item-wrapper > .product-item {
    padding: 0 .5rem 1rem;
    margin-top: 0;
}

.related-product-item a.product.product-image-link {
    padding-left: 0;
}

.sd-category-item-wrapper .product-item {
    /* padding-left: 0; */
}

.sd-category-item-wrapper > .product-item > .product-info {
    justify-content: space-between;
}

.sd-product-info-qty-button button.sd-oos,
button.btn-sd-addtocart-disabled.sd-discontinued,
.btn-sd-addtocart-disabled {
    margin: 1rem 0 0;
    width: 100%;
}

button.sd-oos:hover,
button.btn-sd-addtocart-disabled.sd-discontinued {
    background: var(--dark);
    color: #fff;
    box-shadow: none !important;
}

.sd-product-info-qty-button .sd-oos {
    background: #fff;
    color: #666;
    box-shadow: none !important;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
}

.card-interactive:hover {
    background: #fff;
}

.hover\:shadow-md:hover, .hover\:shadow-sm:hover {
    box-shadow: none !important;
}

.sd-category-read-more {
    overflow: hidden;
    padding: 0 1.5rem;
    font-size: 14px;
}

.sd-category-read-more p {
    overflow: hidden;

}

.sd-category-read-more img {
    display: none;
}

.sd-category-read-more-link a {
    display: inline-block;
    border-radius: 10px;
    font-size: 14px;
    padding: 0;
    margin: 0.5rem 0;
    font-weight: 600;
}

.sd-category-read-more-link {
    align-self: flex-start;
    padding: .5rem 1.5rem;
}

.mixitup-load-more-button {
    background: var(--dark);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: .5rem 1.5rem;
    cursor: pointer;
}

.toolbar-products:has(.mixitup-load-more) {
    display: flex;
    flex-wrap: wrap;
}

.mixitup-load-more {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sd-top-nicotine-warning {
    border: 3px solid;
    padding: .5rem;
    text-align: center;
}

.cms-new-homepage-hyva .product_addtocart_form,
.cms-new-homepage-hyva .sd-category-item-wrapper,
.cms-no-route .product_addtocart_form {
    height: auto;
}

.discontinued .product-image-photo,
.img-sd-discontinued .sd-product-view-image {
    filter: grayscale(1);
}

.sd-productpage-disc-wrapper {
    width: 100%;
    order: 6;
    margin-top: 2rem;
}

.sd-productpage-disc-wrapper .btn-sd-addtocart-alternative,
.sd-productpage-disc-wrapper .sd-alert-me {
    width: 100%;
    margin: 2rem auto auto;
    font-size: 14px;
    background-position: 2.5rem 12px;
}

.sd-productpage-disc-wrapper .sd-alert-me {
    background-size: 14px;
    background-position: 24% 50%;
}

.sd-productpage-disc-wrapper .sd-discontinued,
.sd-productpage-disc-wrapper .sd-oos {
    width: 100%;
    margin: auto auto 2rem;
    font-size: 1.25rem;
    padding: 1em 0 !important;
    color: #fff;
    font-weight: 600;
    height: auto !important;
}

.sd-product-info-price-add-cart:has(+ div + .sd-productpage-disc-wrapper) {
    display: none;
}

.sd-discontinued:hover {
    background: var(--dark) !important;
}

td.col.col-method-carrier .title {
    font-weight: 600;
    margin-bottom: .5rem;
}

.sd-product-info-stock-discontinued:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--dark);
    border-radius: 50%;
    position: absolute;
    left: -19px;
    top: 3px;
}

#category-view-container:has(.sd-category-read-more) {
    align-items: flex-start;
    padding-top: 0;
}

.sd-category-read-more h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .25rem;
}

button.btn.btn-primary.btn-sd-addtocart-disabled.sd-oos {
    background: #fff;
    box-shadow: none;
    color: #ccc;
    border: 1px solid #ddd;
    font-weight: 600;
}

button.btn-sd-addtocart-disabled.sd-discontinued, button.btn.btn-primary.btn-sd-addtocart-disabled.sd-oos {
    padding: 0;
    height: 36px;
    margin-top: 1.25rem;
}

a#read-more:target:before {
    content: '';
    display: block;
    padding-top: 92px;
}

ul.sd-tab:has(+.hidden) li:last-child,
ul.sd-tab:has(+div +.hidden) li:first-child {
    border-bottom: 2px solid;
    display: block;
}

.sd-scroll-to-top.sd-scroll-to-top-active {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 2rem;
    height: 2rem;
    z-index: 999;
}

.sd-scroll-to-top.sd-scroll-to-top-active a {
    display: flex;
    height: 100%;
    background: #fff url(../images/arrow.svg) no-repeat 50%;
    transform: rotate(180deg);
    border-radius: 50%;
    border: 1px solid #ddd;
}

div[x-ref="geoip-redirect-popup"] {
    background: #fff;
    padding: 2rem 1rem;
    font-size: 14px;
    margin: 0 2rem;
    width: auto;
}

div:has(>button[x-show="decline"]) {
    justify-content: center;
}

div[x-ref="geoip-redirect-popup"] .btn-primary {
    background: #00ba76;
    order: 2;
}

div[x-ref="geoip-redirect-popup"] .btn-primary:focus {
    outline: 0px solid transparent;
    box-shadow: none;
}

div[x-ref="geoip-redirect-popup"] .modal-title {
    margin: 0 0 0.5rem;
}

.sd-category-read-more-content h2,
.sd-category-read-more-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.sd-category-read-more-content ul + h2,
.sd-category-read-more-content ul + h3,
.sd-category-read-more-content p + h2,
.sd-category-read-more-content p + h3 {
    margin-top: 2rem;
}

.sd-category-read-more-content p {
    margin-bottom: 1rem;
}

.sd-category-read-more-content .amshopby-descr h3 {
    font-size: 1.25rem;
    margin: 1.5rem 0 .5rem;
}

.sd-support-questions {
}

.sd-support-questions {
}

.sd-support-questions {
    padding: 1.5rem 1.5rem .75rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    font-size: 13px;
    line-height: 1.3;
}

.sd-support-questions h3 {
    margin: 0 0 .5rem;
    font-size: 18px;
}

.sd-support-questions p {
    margin: 0;
}

.sd-support-contact {
    padding: .75rem 1.5rem .75rem;
}

.sd-support-contact span {
    display: block;
    font-size: 13px;
    padding: .5rem 0;
}

.sd-support-contact span.email a {
    text-decoration: none;
    color: inherit;
    background: url(../images/email2.svg) no-repeat 0 50% / auto 1rem;
    padding-left: 1.5rem;
}

.sd-support-contact span.phone {
    padding-left: 1.5rem;
    background: url(../images/iphone.svg) no-repeat -2px 50% / auto 1.25rem;
}

.sd-alertme-container {
    position: relative;
    border-color: transparent;
    max-width: clamp(300px, 90%, 400px);
    padding: 2rem;
}

.sd-alertme-container .sd-alertme-title h2 {
    border-width: 0;
    text-align: left;
    padding: 0!important;
    text-decoration: none!important;
}

.sd-alertme-container .input {
    border: 1px solid #ddd;
    font-size: 14px;
    width: 100%;
    margin-bottom: .75rem;
}

.sd-alertme-content {
    font-size: 14px;
    text-wrap: pretty;
}

.sd-alertme-button button {
    background: var(--green);
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
}

.sd-alertme-container .sd-clode-modal {
    font-size: 1px;
    color: #fff;
}

.sd-alertme-container .sd-clode-modal:after {
    content: '';
    background: url(/images/close.svg) no-repeat 0 0 / cover;
    width: 2rem;
    height: 2rem;
    display: block;
    cursor: pointer;
}

.sd-clode-modal {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.sd-clode-modal + div {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.sd-alertme-container div:nth-child(5) {
    margin-top: 1rem;
}

.product_addtocart_form ul.prices-tier li:not(ul.prices-tier li.active):hover {
    background: #fafafa;
    cursor: pointer;
}

.home-service-banner {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1rem;
    text-align: center;
}

.home-service-banner img {
    display: block;
    margin: 0 auto .75rem;
}

.home-service-banner strong {
    font-weight: 400;
}

.sd-category-read-more-content a,
.amblog-post-content a,
.pagebuilder-column a,
.contact-index-index
.card a[href^="mailto:"],
.prose :where(a):not(:where([class~=not-prose] *)),
.cms-page-view a {
    .maincontent {
        color: var(--green);
        text-decoration: none;
    }
}

.ws-sweetsven.sd-category-read-more-content a,
.ws-sweetsven.amblog-post-content a,
.ws-sweetsven.pagebuilder-column a,
.ws-sweetsven.contact-index-index
.ws-sweetsven.card a[href^="mailto:"],
.ws-sweetsven.prose :where(a):not(:where([class~=not-prose] *)),
.ws-sweetsven.cms-page-view a {
    .maincontent {
        color: var(--ss-green-dark);
    }
}

.amblog-post-content h3 {
    font-size: 20px;
    margin: 1.5rem 0 .5rem;
    line-height: 1.25;
    font-weight: 700;
}

.amblog-post-content h4 {
    font-size: 16px;
    margin: 1.5rem 0 .5rem;
}

.amblog-content {
    padding: 0 0 2rem;
}

[data-content-type="row"]:has(.sd-blog-widget) {
    padding: 0;
}

[data-content-type=row] .sd-blog-widget {
    padding: 1.5rem 0 0;
}

.sd-blog-widget .post-item {
    padding: 0;
}

.amblog-index-index .post-item {
    padding-top: 1rem;
}

span.post-title.amblog-headline {
    padding-top: 1rem;
    display: block;
    word-break: normal;
}

.tag-list a {
    font-size: 12px;
}

ul.amblog-categories.-level1 {
    font-size: 14px;
}

div#amblog_sidebar_author {
    display: none;
}

h3#amblog-sidebar-recent-post-title {
    font-size: 18px;
    font-weight: 600;
}

.amblog-index-post.page-layout-3columns .columns .sidebar-main .post-item-info {
    margin-top: 1.5rem;
}

.amblog-index-post.page-layout-3columns .columns .sidebar-main a.post-title.amblog-headline {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding-top: .5rem;
}

.amblog-swipe,
.amblog-index-post .page-title {
    display: none;
}

.sd-blog-widget .amblog-title,
.amblog-index-index .amblog-title {
    margin-bottom: 0;
}

.amblog-post-container {
    padding: 1rem 1rem 0;
    position: relative;
}

.amblog-post-container .amblog-post-title {
    margin: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.25;
    word-break: normal;
}

.amblog-post-title {
    /* text-decoration: underline; */
    /* text-decoration-color: var(--green); */
    font-size: 28px;
    line-height: 1.25;
    display: block;
    margin-bottom: 1rem;
}

.amblog-content .tags {
    margin: 0;
}

.sd-blog-pager {
    margin: 1rem auto;
    flex-basis: 100%;
}

.sd-table-of-content-wrapper {
    font-size: 14px;
    margin: 2rem 0;
    color: #fafafa;
    padding: 1rem;
    background: #131B23;
    border-width: 0;
}

.sd-table-of-content-wrapper h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: .5rem;
}

.sd-table-of-content-wrapper ul > ul {
    list-style: decimal;
    padding-left: 18px;
}

.sd-table-of-content-wrapper ul > ul > ul,
.amblog-post-content ul {
    list-style-type: disc;
}

.amblog-post-content ul,
.amblog-post-content ol {
    padding-left: 18px;
}

.amblog-index-post .amblog-post-content ol {
    list-style: decimal;
}

.amshopby-descr ul,
.amshopby-descr ol,
.cms-page-view ul,
.cms-page-view ol,
.he-custom-faq ul,
.he-custom-faq ol,
.he-text-row ul,
.he-text-row ol,
.sd-category-read-more-content ul,
.sd-category-read-more-content ol {
    padding-left: 18px;
    list-style: disc;
}

.amshopby-descr ol,
.cms-page-view ol,
.he-custom-faq ol,
.he-text-row ol,
.sd-category-read-more-content ol {
    list-style: decimal;
}

.amblog-post-content ul + p {
    margin-top: 1rem;
}

.sd-table-of-content-wrapper ul > ul > li {
    padding: .25rem 0;
    font-weight: 600;
}

.sd-table-of-content-wrapper ul > ul > li > a {
    color: inherit;
}

.sd-table-of-content-wrapper ul > ul > ul > li {
    font-weight: 400;
    padding: 0;
}

.amblog-index-post .amblog-post-title {
    margin-left: 0;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1rem;
    word-break: normal;
}

.amblog-post-content .sd-widget-product-card ul,
.amblog-post-content .sd-widget-product-card ol {
    list-style: none;
}

.featured-products-wrapper {
    margin: 2rem 0;
}

.featured-products-wrapper .products li {
    flex-basis: 100%;
    margin-bottom: 0;
}

.featured-products-wrapper .sd-unit-price {
    display: flex;
    white-space: nowrap;
}

.featured-products-wrapper .products-grid ul.prices-tier li span {
    max-width: 25px;
}

.featured-products-wrapper .products ul form, .products .card-interactive {
    box-shadow: none;
}

.featured-products-wrapper .sd-widget-product-card > section#product-list {
    padding: 1rem 0 0;
}

.amblog-post-content .featured-products-wrapper a {
    color: var(--dark);
    flex-basis: 50%;
}

.sd-trust-mg {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sd-trust-mg .sd-trustpilot {
    order: 2;
    margin: 0 0 0 auto;
    flex: 1;
    max-width: 162px;
}

.sd-trust-mg .product-description-mg-pouch {
    order: 1;
    margin: 1px 0 0;
    flex: 1;
    max-width: 100px;
    line-height: 1;
}

.catalog-product-view .product-info-main section[id*=related_posts] {
    display: none;
}

div#trustpilot-widget-trustbox-0-wrapper {
    background: #fff;
    margin: 1rem 0 0 !important;
    padding: 2rem 0;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

div#trustpilot-widget-trustbox-0-wrapper .trustpilot-widget {
    padding: 0.5rem 0 0;
    margin: 0;
}

.amblog-dates {
    margin: .5rem 0;
    gap: .75rem;
}

.amblog-dates .amblog-date, .amblog-dates .amblog-minread {
    margin: 0;
    font-size: 11px;
}

.amblog-footer {
    display: block !important;
    padding: 0 0 .5rem;
}

.amblog-footer .btn-primary {
    font-size: 14px;
}

.sd-widget-product-short-description {
    padding: .5rem 0;
}

.featured-products-wrapper .sd-category-item-wrapper.discontinued .sd-product-info-small-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.featured-products-wrapper .sd-category-item-wrapper.discontinued .sd-product-info-small-wrapper div:nth-child(1) {
    order: 1;
}

.featured-products-wrapper .sd-category-item-wrapper.discontinued .sd-product-info-small-wrapper div:nth-child(2) {
    order: 2;
}

.featured-products-wrapper .sd-category-item-wrapper.discontinued .sd-product-info-small-wrapper div:nth-child(3) {
    order: 3;
    margin-top: 0
}

.featured-products-wrapper .sd-category-item-wrapper.discontinued .sd-product-info-small-wrapper button:nth-child(4) {
    order: 5;
}

.featured-products-wrapper .sd-category-item-wrapper.discontinued .sd-product-info-small-wrapper div:nth-child(5) {
    order: 4;
}

.featured-products-wrapper .btn-sd-addtocart-disabled {
    margin-top: 0;
}

.rating-summary,
span.minimal-price-link {
    display: none;
}

.amblog-related-grid button svg {
    display: none;
}

.amblog-related-grid button {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    width: 100%;
    line-height: 1.5;
}

.amblog-index-post .container:has(h1.title-font) {
    margin: 0;
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 3px, 0);
        transform: translate3d(0, 3px, 0);
    }
}

/* hyva checkout */

.hyva_checkout-index-index {
    background: #fff;
}

.hyva_checkout-index-index img.logo-header {
    position: static;
    transform: none;
    margin: auto;
}

.hyva_checkout-index-index header.page-header {
    background: var(--dark);
    padding: 0.5rem 0.5rem 0;
    color: var(--light);
    margin-bottom: 2rem;
}

.ws-sweetsven.hyva_checkout-index-index header.page-header {
    background: var(--ss-green);
}

.hyva_checkout-index-index nav#breadcrumbs {
    position: absolute;
    top: 0;
    color: var(--light);
    border-color: transparent;
    right: 1rem;
    top: .5rem;
}

.hyva_checkout-index-index header.page-header a:has(.logo-header) {
    position: static;
    transform: none;
    margin: auto;
}

.hyva_checkout-index-index #shipping-details .col-span-12,
.hyva_checkout-index-index #billing-details .col-span-12 {
    margin-bottom: 0.5rem;
}

.sd-shipping-method-logo {
    flex: 0 0 3rem;
}

#billing-details address {
    font-size: 13px;
    margin-bottom: 1rem;
    font-style: normal;
    color: #777;
}

.sd-payment-method-logo img {
    max-width: 4rem;
}

.sd-shipping-method-logo img {
    max-width: 2rem;
    max-height: 3rem;
}

.sd-shipping-method-description span {
    display: block;
    font-weight: 400;
}

span.sd-shipping-method-description-title {
    font-weight: 600;
    word-break: normal;
    text-wrap: balance;
}

span.sd-shipping-method-description-text {
    line-height: 1.4;
    font-size: 13px;
    color: #777;
    word-break: normal;
    text-wrap: balance;
}

.sd-shipping-methods-below {
    margin: 1rem 0 0;
}

div#checkout-coupon-code-details label {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem;
}

div#checkout-coupon-code-details {
    display: block;
}

div#checkout-coupon-code-details label input[type=text] {border-right-width: 1px;border-radius: .375rem;}

div#checkout-coupon-code-details label+.btn-secondary {
    border-radius: .375rem;
    width: 100%;
    margin-bottom: 1rem;
}

.sd-checkout-note-container {
    margin: 2rem 0 1rem;
    color: #999;
}

div#hyva-checkout-container,
textarea#order-comment,
div#hyva-checkout-container input.form-input {
    font-size: 14px;
}

div#hyva-checkout-container > div.flex {
    gap: 2rem;
}

form#shipping label,
form#billing label,
.checkout-form-elements label {
    font-weight: 400;
    display: block;
    position: absolute;
    top: -7px;
    z-index: 900;
    left: 9px;
    transition: all .3s ease;
    margin: 0;
    cursor: text;
    padding: 0;
    background: #fff;
    padding: 0 3px;
    font-size: 12px;
    color: #999;
}

form#shipping .field-type-select,
form#billing .field-type-select {
    position: relative;
}

form#shipping select,
form#shipping input,
form#billing select,
form#billing input {
    font-size: 14px;
}

div#form-tooltip-email_address,
div#form-tooltip-telephone {
    z-index: 999;
}

form#shipping > div,
form#billing > div {
    /* display: flex; */
    /* flex-wrap: wrap; */
}

form#billing > div .col-span-12 {
    /*flex-basis: calc(50% - 0.5rem);*/
}

form#shipping > div .col-span-12.field-alias-street,
form#billing > div .col-span-12.field-alias-street {
    flex-basis: 100%;
}

form#shipping > div .col-span-12.field-type-hidden,
form#billing > div .col-span-12.field-type-hidden {
    display: none;
}

label[for="billing-as-shipping"] span {
    font-size: 14px;
    font-weight: 400;
}

#hyva-checkout-main #quote-summary > .price-summary {
    background: none;
    padding: 0;
}

.hyva_checkout-index-index .btn-place-order {
    background: var(--green);
    justify-content: center;
}

nav:has(.btn-place-order) {
    background: none;
    padding: .5rem 0 0;
}

#hyva-checkout-main .adyen-checkout__input {
    min-height: 44px;
    border-radius: .375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding-left: 12px;
}

.adyen-checkout__label__text {
    margin: 0 0 -12px 10px;
    position: relative;
    z-index: 9;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    color: #999;
}

.z-50.w-full.fixed.top-0.right-0 {
    z-index: 9000;
}

div#magewire-loader {
    z-index: 9000;
}

.hyva_checkout-index-index #header {
    border-width: 0;
}

.hyva_checkout-index-index nav#breadcrumbs .text-base.leading-8 {
    display: flex;
    line-height: 1.5;
    font-size: 12px;
}

.hyva_checkout-index-index .age-requirements-top {
    padding: 1.5rem 0 0;
    display: none;
}

.hyva_checkout-index-index .total-segments {
    margin-bottom: 1rem;
}

.hyva_checkout-index-index #checkout-cart-details img {
    border-radius: 0;
}

.hyva_checkout-index-index #checkout-cart-details img+span {
    right: 0.5rem;
    top: 0;
    box-shadow: none;
    transform: translateX(0);
    left: auto;
}

.hyva_checkout-index-index #checkout-cart-details {
    margin: -1px 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: .75rem;
}

.hyva_checkout-index-index #checkout-cart-details>.flex {
    margin: .5rem 0;
}

.hyva_checkout-index-index #checkout-cart-details>.flex>.relative {
    gap: 0;
}

.hyva_checkout-index-index button[aria-controls="checkout-cart-details"],
.hyva_checkout-index-index button[aria-controls="checkout-coupon-code-details"],
.checkout-cart-index button#shipping-estimate-toggle {
    padding: .5rem !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fafafa;
}

.hyva_checkout-index-index button[aria-controls="checkout-coupon-code-details"] {
    padding: .75rem .5rem !important;
    margin: .5rem 0 1rem;
}

.hyva_checkout-index-index .field.field-wrapper-inner {
    position: relative;
}

.label-email_address+.input-group {
    display: block;
}

.label-email_address+.input-group .form-input-addon {
    position: absolute;
    left: .5rem;
    top: 0.8rem;
}

.label-email_address+.input-group input[type=email] {
    padding-left: 2rem;
}

.ts-wrapper.single .ts-control {
    border-width: 0;
}

.ts-wrapper {
    padding-left: .25rem;
}

.ts-dropdown {
    z-index: 9999;
}

.hyva_checkout-index-index button[aria-controls="checkout-cart-details"] span span.top-0 {
    top: -.25rem;
}

.sd-checkout-edit-cart {
    background: var(--dark);
    display: inline-flex;
    border-radius: 40px;
    color: #fff;
    padding: .25rem.5rem;
    margin-left: auto;
    margin-right: 0;
}

.checkout-cart-index #block-shipping:has(button#shipping-estimate-toggle) {
    border-width: 0;
}

#block-summary[aria-labelledby="block-shipping-heading"] {
    margin-top: -1px;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    text-wrap: balance;
}

.checkout-cart-index button#shipping-estimate-toggle {
    background: #fff;
    padding: .75rem .75rem .75rem 1rem!important;
    align-items: center;
}

.checkout-cart-index a#checkout-link-button {
    font-size: 16px;
    font-weight: 600;
    padding: .5rem;
}

.checkout-cart-index #block-summary[aria-labelledby="block-shipping-heading"] p.field.note {
    margin-bottom: 1rem;
}

.checkout-cart-index #block-summary[aria-labelledby="block-shipping-heading"] select,
.checkout-cart-index #block-summary[aria-labelledby="block-shipping-heading"] input[type=text] {
    font-weight: 400;
    font-size: 14px;
    margin-top: .25rem;
}

.checkout-cart-index #block-summary[aria-labelledby="block-shipping-heading"] .label {
    font-size: 12px;
    font-weight: 600;
}

.checkout-cart-index .flex:has(+.cart-summary) {
    display: none
}

.checkout-cart-index .flex:has(+.cart-summary) {
    display: none
}

.checkout-cart-index .container:has(h1) {
    margin: 1rem 0 0.5rem;
    padding: 0 0 0 1rem;
}

.checkout-cart-index .container h1 {
    text-align: left;
}

.checkout-cart-index .cart-summary {
    font-size: 14px;
}

.checkout-cart-index .cart-summary #block-shipping-title {
    font-size: 14px;
}

.checkout-cart-index table#shopping-cart-table .product-image-photo {
    max-width: 7rem;
    padding: 0;
}

.checkout-cart-index .cart.table-wrapper {
    background: #fff;
    border-radius: 4px;
}

.checkout-cart-index table#shopping-cart-table [data-th="Item"] .product-item-details {
    flex: 0 0 50%;
    text-wrap: balance;
}

.checkout-cart-index table#shopping-cart-table [data-th="Item"] {
    gap: 1rem;
    align-items: center;
    border-width: 0;
}

.checkout-cart-index table#shopping-cart-table tr.item-info {

}

.checkout-cart-index table#shopping-cart-table [data-th="Item"] .product-item-details strong {
    word-break: normal;
}

.checkout-cart-index table#shopping-cart-table [data-th="Item"] .product-item-details strong a {
    line-height: 1;
}

.checkout-cart-index table#shopping-cart-table {
    font-size: 14px;
    border: 1px solid #ddd;
    display: table;
    max-width: 100%;
}

.checkout-cart-index table#shopping-cart-table thead,
.checkout-cart-index table#shopping-cart-table tbody{
    width: 100%;
}

.checkout-cart-index table#shopping-cart-table [data-th="Item"]+td,
.checkout-cart-index table#shopping-cart-table [data-th="Item"]+td~td {
    text-align: right;
    border-bottom-width: 0;
    padding: .5rem 1rem;
    flex: 1;
}

.checkout-cart-index table#shopping-cart-table [data-th="Item"]+td {
    border-left-width: 0;
}

.checkout-cart-index table#shopping-cart-table .price-excluding-tax,
.checkout-cart-index table#shopping-cart-table .price-including-tax {
    padding-top: 6px;
    display: block;
}

.checkout-cart-index table#shopping-cart-table td.qty:has(span.lg\:hidden.font-bold) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
}

.checkout-cart-index table#shopping-cart-table td.qty .field.qty,
.checkout-cart-index table#shopping-cart-table td.qty .field.qty label {
    margin: 0;
}

.checkout-cart-index table#shopping-cart-table td.qty .field.qty label input[type=number] {
    font-size: 14px;
    min-height: 34px;
    padding: 0;
    width: 3rem;
}

/* sweet sven */

.ws-sweetsven #header {
    background: var(--ss-green);
    box-shadow: none;
}

.ws-sweetsven button[x-ref="mobileMenuTrigger"] svg path,
.ws-sweetsven button#menu-search-icon svg path {
    stroke: var(--ss-green-dark);
}

.ws-sweetsven .sd-product-info-qty-button button {
    background: var(--ss-green-dark);
    color: #fff;
}

.ws-sweetsven .page-footer,
.ws-sweetsven .footer-wrapper,
.ws-sweetsven .footer {
    background: var(--ss-green);
    color: var(--ss-green-dark);
}

.ws-sweetsven ul.prices-tier li.active {
    background: var(--ss-green);
    color: var(--main-color);
    border-color: var(--ss-green-dark);
}

.ws-sweetsven .age-requirements-top {
    background: lightgoldenrodyellow;
}

.ws-sweetsven .ft-nav {
    padding-top: 1rem;
}

.ws-sweetsven .footer details {
    border-color: var(--ss-green-dark);
}

.ws-sweetsven button[aria-label="My Account"] {
    background: url(../images/profile_ss.svg) no-repeat 50% / 21px;
}

.ws-sweetsven button#menu-cart-icon {
    background: url(../images/bag_ss.svg) no-repeat 50% / 20px;
}

.ws-sweetsven #header .container div#search-content div[x-data="initMiniSearch()"] {
    background: var(--ss-green);
}

.ws-sweetsven input#search[x-ref="searchInput"] {
    color: var(--dark);
    background: url(../images/search_ss.svg) no-repeat 0 50% / 1.5rem;
}

.ws-sweetsven input#search::placeholder {
    color: var(--dark);
}

section#sd-footer-add-to-cart {
    position: fixed;
    left: 0;
    right: 0;
    background: hsl(0deg 0% 100% / 95%);
    z-index: 9999999999;
    bottom: 0;
    padding: .75rem 1rem;
    /* border-top: 1px solid; */
    box-shadow: 0 0 10px hsl(0deg 0% 0% / 10%);
}

section#sd-footer-add-to-cart .price-row {
    font-size: 1rem;
    font-weight: 600;
}

section#sd-footer-add-to-cart select {
    font-size: 13px;
    border-radius: .5rem;
    background-color: var(--dark);
    color: #fff;
    background: var(--dark) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E") no-repeat right 5px top 50% / 1.5rem auto;
    border-color: var(--dark);
    line-height: 1;
    height: 35.5px;
    width: 100%;
}

section#sd-footer-add-to-cart .price-row, section#sd-footer-add-to-cart .quantity-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: .5rem;
}

.price-row .price-each {
    color: #C2620F;
}

section#sd-footer-add-to-cart .quantity-row div {
    flex: 1;
}

section#sd-footer-add-to-cart .button button {
    background: var(--green);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: .5rem 1rem;
    border-radius: .5rem;
    width: 100%;
}

.sd-newsletter-signup-footer {
    order: 4;
    color: #fff;
}

.sd-newsletter-signup-footer>div {
    max-width: 400px;
    margin: 1rem auto 2rem;
    text-align: left;
    width: 100%;
}

.sd-newsletter-signup-footer h2 {
    color: #fff;
}

.sd-newsletter-signup-footer input[type=email] {
    font-size: 14px;
    flex: 1;
    color: var(--dark);
}

.sd-newsletter-signup-footer h2 + div {
    flex-wrap: nowrap;
    min-width: 311px;
}

.sd-newsletter-signup-footer .btn-primary {
    background: var(--green);
    font-size: 14px;
}

div#amscroll-counter {
    background: var(--dark) !important;
    border-radius: .5rem 0 0 .5rem;
    font-size: 13px;
    bottom: 4rem;
    padding: 0 .5rem;
}

/* css for newsletter plugin */

.sd-newsletter-signup-footer button {
    background: var(--green)!important;
    font-size: 16px!important;
    font-weight: 600!important;
    padding: 0 1rem!important;
    border-radius: .5rem!important;
    width: 100%;
    font-family: var(--font-sans)!important;
    height: 45px!important;
}

.sd-newsletter-signup-footer div[component="[object Object]"]>div {
    align-self: auto!important;
}

.sd-newsletter-signup-footer input[type=email],
.sd-newsletter-signup-footer input[type=email]::placeholder {
    font-family: var(--font-sans)!important;
    font-size: 1rem!important;
    border-radius: .5rem!important;
    border-width: 0!important;
}

/* free shipping bar */

.snusdaddy-free-shipping-bar {
    background: #131b23;
    padding: 0.5rem 1rem 1.25rem;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    position: sticky;
    top: 72px;
    z-index: 21;
    flex-direction: column;
}

.fsb-container {
    background: var(--green);
    height: 6px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    max-width: 992px;
    margin: auto;
}

.fsb-count {
    width: 0%;
    height: 6px;
    background: none;
    border-radius: 10px 0 0 10px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
}

.fsb-count.active {
    background: #04613E;
}

.fsb-count:after {
    content: '';
    border-radius: 50%;
    border: 1px solid #00b371;
    width: 12px;
    height: 12px;
    display: block;
    background: #00ba76;
    margin-right: -10px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}

.fsb-count.active:after {
    display: none;
}

.fsb-count.filled:after {
    background: #03623e;
    border-color: #03623e;
}

span.fsb-count-status {
    font-size: 12px;
    bottom: 1rem;
    position: absolute;
    right: 0;
    transform: translateX(50%);
    white-space: nowrap;
    padding: 0;
    font-weight: 500;
    color: var(--dark);
}

.fsb-count.active span.fsb-count-status:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    /* content: ""; */
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #06BA76;
    border-width: 5px;
    margin-left: -5px;
}

.fsb-message {
    color: #fff;
    font-size: 12px;
    display: flex;
    margin: 13px auto 0;
    text-align: center;
    background: var(--dark);
    padding: 0 .5rem;
    flex-direction: column;
    max-width: 300px;
    position: relative;
}

.fsb-message .fsb-tooltip-icon {
    position: absolute;
    right: 0;
    z-index: 9999;
    top: 0;
}

.fsb-message .fsb-tooltip-icon {
    background: url(../images/sd-shippingbar-info.svg) no-repeat 0 0 / 1rem;
    width: 1rem;
    height: 1rem;
}

.fsb-tooltip-content {
    background: #333;
    position: absolute;
    text-align: left;
    padding: .25rem .5rem;
    font-size: 11px;
    white-space: normal;
    top: 1.5rem;
    width: auto;
    right: 0;
}

.fsb-tooltip-content a {
    color: var(--green);
    white-space: nowrap;
    display: block;
}

.fsb-message span {display: block;}

.sd-mega-menu-dropdown,
.sd-mega-menu-dropdown-wrapper {
    display: none;
}

.sd-mega-menu-dropdown-wrapper {
    position: absolute!important;
    top: calc(100% + 71px);
    left: 0;
    right: 0;
}

.sd-mega-menu-dropdown-wrapper.is-open {
    display: block;
}

.sd-mega-menu-dropdown.active {
    display: block;
}

.sd-mega-menu .submenu-wrapper {
    display: flex;
    gap: 2rem;
    margin: 0;
    align-items: center;
    font-size: 14px;
    background: var(--dark);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    padding: 0 2rem 2rem;
}

.search-profile-cart {
    display: flex;
    gap: 1rem;
}

#header .menu-wrapper {
    position: absolute;
    top: 100%;
    background: var(--dark);
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sd-mega-menu.is-mobile-open nav.main-menu {
    display: block;
    padding: 1rem 1.25rem;
    position: relative;
}

.sd-mega-menu.is-mobile-open nav.main-menu ul {
    display: flex;
    gap: 0.75rem;
    margin: 0;
    flex-wrap: wrap;
}

.sd-mega-menu.is-mobile-open nav.main-menu>ul>li {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    /* flex: 1; */
}

.sd-mega-menu.is-mobile-open .submenu-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem 1.5rem;
}

.sd-mega-menu.is-mobile-open .submenu-wrapper a {
    color: #ffffffb3;
}

.sd-mega-menu.is-mobile-open ul.menu-lang {
    list-style: none;
    margin: 0;
    padding: 0;
    position: static;
    left: 1rem;
    top: 1rem;
    display: flex;
    gap: 1rem;
    font-size: 14px;
    flex-direction: column;
}

.selected-option-wrapper {
        display: flex;
        align-items: center;
        gap: .5rem;
    }

.selected-option-wrapper img {
    width: .5rem;
}

.custom-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #ffffffb3;
}

.select-options {
    display: none;
    /* position: absolute; */
    background-color: var(--dark);
    z-index: 999;
    margin-left: -0.75rem;
    padding: .75rem 0;
}

.sd-mega-col h3 {
    font-size: 14px;
    font-weight: 400;
}

.sd-mega-menu.is-mobile-open .sd-mega-menu-dropdown {
    /* position: absolute; */
    left: 0;
    top: 100%;
    z-index: 50;
    background: var(--dark);
    padding: 0 1.25rem;
}

.sd-mega-col-main-links {
    padding: 0.5rem 0 1rem;
}

.select-options div {
    padding: .25rem 1.75rem .25rem .75rem;
    font-size: 13px;
}

@media (max-width: 1023px) {
    .sd-mega-menu-dropdown {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
        opacity: 1;
        box-shadow: none;
        border-top: 0;
    }

    .sd-mega-menu-dropdown.active {
        display: block;
    }

    .sd-mega-menu.is-mobile-open .sd-mega-menu-dropdown-wrapper.is-open {
        display: block;
    }

    .sd-mega-menu.is-mobile-open .sd-mega-menu-dropdown:not(.active) {
        display: none;
    }

    .sd-mega-menu.is-mobile-open .sd-mega-menu-dropdown .sd-mega-col h3 {
        cursor: pointer;
        /* background: #353b41; */
        padding: .75rem 0;
        border-radius: .25rem;
        margin: 0;
        display: flex;
        justify-content: space-between;
        gap: .75rem;
    }

    .sd-mega-menu.is-mobile-open .sd-mega-menu-dropdown .sd-mega-col.is-open h3 {
        /* background: #666b6f; */
    }

    .sd-mega-menu.is-mobile-open .sd-mega-menu-dropdown .sd-mega-col ul {
        display: none;
    }

    .sd-mega-menu.is-mobile-open .sd-mega-menu-dropdown .sd-mega-col.is-open ul {
        display: flex;
        /* gap: .75rem; */
        padding-bottom: .5rem;
    }
}

.sd-mega-menu ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.sd-mega-menu ul a {
    font-size: 14px
}

.sd-mega-menu-banners {
    display: flex;
    gap: 1.25rem;
}

.sd-mega-menu img.logo-header {
    width: 100%;
    height: auto;
}

.sd-mega-menu {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem .5rem .5rem;
    align-items: center;
    position: relative;
}

.sd-mega-menu a {
    color: #fff;
    text-decoration: none;
}

nav.main-menu {
    display: none;
}

button.mobile-menu-trigger {
    background: none;
    border-width: 0;
    cursor: pointer;
}

.sd-mega-menu .main-menu a {
    display: flex;
    padding: .75rem 1rem;
    border-radius: 4px;
    background: #ffffff24;
    gap: 0.5rem;
    line-height: 1;
    font-size: 14px;
    /* justify-content: center; */
}

.sd-mega-col h3 {
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    margin: 0 0 0.5rem;
    padding-bottom: 0.5rem;
}

.sd-mega-col.is-open h3 {
    color: #06ba76;
}

.sd-mega-menu .main-menu a.active {
    background: rgba(255, 255, 255, 0.35);
}

.sd-mega-menu .main-menu a.active:after,
.sd-mega-menu.is-mobile-open .sd-mega-menu-dropdown .sd-mega-col.is-open h3::after{
    transform: rotate(180deg);
}

.sd-mega-menu.is-mobile-open .sd-mega-menu-dropdown .sd-mega-col h3::after{
    content: '';
    background: url(/images/arrow_w.svg) no-repeat 0 0 / cover;
    width: 10px;
    height: 6px;
    display: block;
    margin-top: 5px;
}

.sd-mega-menu .sd-mega-col ul li a,
.sd-mega-col-main-links a{
    color: #ffffffb3;
    text-decoration: none;
    transition: color 0.2s ease;
    display: block;
    padding: .5rem 0;
    background: none;
}

.sd-mega-menu .sd-mega-menu-banners a {
    background: none;
    padding: 0;
}

.sd-mega-menu.is-mobile-open .sd-mega-menu-dropdown ul {
    flex-direction: column;
    gap: 0;
}

.sd-mega-menu-content {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    padding-bottom: 1rem;
}

.mega-spacer {
    height: 0;
    transition: height .25s ease;
}

.mega-spacer.is-active {
    height: var(--mega-height, 0px);
}



@media (min-width: 768px) and (max-width: 1024px) {
    div#hyva-checkout-container > .flex > div:nth-child(2),
    div#hyva-checkout-container > .flex > div:nth-child(3) {
        margin-left: 0;
    }

    .sd-shipping-method-logo {
        flex: 1;
    }

    .sd-shipping-method-logo img {
        margin-left: auto;
    }
}


@media (min-width: 768px) {

    .amblog-content {
        padding: 0 1.5rem 2rem;
    }

    .amblog-index-index .amblog-content {
        padding: 0 0 5rem;
    }

    .page-products.page-layout-2columns-left .columns {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .page-products.page-layout-2columns-left .columns .main {
        grid-column-start: 1 !important;
        grid-column: span 4/span 4;
    }

    .page-products .products li,
    .related-product-item {
        flex-basis: 25%;
    }

    .product-info-main .product {
        order: 2;
        flex-direction: column;
        padding-left: 1.5rem;
    }

    .sd-product-info {
        position: relative;
        padding: 1.5rem;
    }

    div#gallery {
        grid-row-start: 1;
    }

    nav.navigation {
        display: block;
    }

    .navigation:has(div[x-ref="nav-desktop"]) {
        display: none;
    }

    .sd-product-info-qty-button button {
        width: 100%;
        margin: 1em 0 0 auto;
    }

    .catalog-product-view .sd-product-info-qty-button button {
        padding: 0.5em 1.5em;
    }

    .sd-product-infoicons {
        gap: 1rem;
        padding: 0 2rem;
    }

    .products .sd-product-info-qty-button button {
        margin: auto;
        width: 100%;
    }

    .product-image-photo {
        padding: 1rem;
    }

    .amblog-index-post.page-layout-3columns .columns {
        grid-template-columns: repeat(5, 1fr);
        gap: 0;
        grid-template-rows: auto;
    }

    .amblog-index-post.page-layout-3columns .columns .main,
    .amblog-index-index.page-layout-3columns .columns .main {
        grid-column: 1 / 6 !important;
    }

    .amblog-index-post.page-layout-3columns .columns .main {
        grid-row: 1 / span 3 !important;
    }

    .amblog-index-post.page-layout-3columns .columns .sidebar-main,
    .amblog-index-post.page-layout-3columns .columns .sidebar-additional {
        display: none;
    }

    .amblog-dates {
        margin: .5rem 0;
    }

    .amblog-index-post .amblog-dates {
        margin: 1rem 0;
    }

    .amblog-index-post .amblog-dates .amblog-date, .amblog-index-post .amblog-dates .amblog-minread {
        font-size: 13px;
    }


    .amblog-index-post.page-layout-3columns .columns .sidebar-additional {
        grid-row: 2;
    }

    .amblog-post-container {
        flex-basis: calc(50% - 2rem);
        margin: 0 1rem 2rem;
    }

    .amblog-container-list-inner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1rem;
        padding-top: 1rem;
    }

    .sd-cart-title-header p, .sd-cart-title-header span {
        font-size: 14px;
    }

    .sd-cart-title-header .btn-primary {
        margin-top: -8px;
    }

    .he-row-banners .pagebuilder-column:nth-child(3) {
        display: flex !important;
    }

    .he-row-banners .pagebuilder-column {
        flex: 0 0 33.33%;
    }

    [data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
        font-size: 15px;
    }

    [data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
        font-size: 15px;
    }

    .product_addtocart_form, .sd-category-item-wrapper {
        flex: 0 0 calc(25% - 6px);
    }

    .product_addtocart_form .btn-sd-addtocart {
        margin: 0;
        width: 100%;
    }

    .faq-start .flik summary {
        font-size: 1rem;
    }

    .flik summary:before {
        top: 1rem;
    }

    .sd-product-info-qty-button button.sd-alert-me {
        font-size: 13px;
        width: 100%;
        background-position: .3rem 50%;
    }

    .sd-product-info-qty-button button.sd-oos {
        width: 100%;
    }

    .page-products #category-view-container,
    .page-products .container:has(h1) {
        max-width: 736px;
    }

    .page-products .container:has(h1) {
        padding-left: 0;
    }

    nav.breadcrumbs .container {
        padding-left: 1rem;
    }

    .sd-category-read-more {
        padding: 0;
    }

    .sd-category-read-more {
        max-width: 776px;
    }

    .sd-category-read-more-link {
        padding: .5rem 0;
    }

    .sd-top-nicotine-warning {
        font-size: 1.5rem;
        padding: 2rem;
    }

    .btn-sd-addtocart-disabled.sd-discontinued {
        width: 100%;
    }

    .sd-productpage-disc-wrapper button.btn-sd-addtocart-disabled.sd-discontinued,
    .sd-productpage-disc-wrapper .sd-alert-me {
        width: 100%;
        padding: 1rem 0;
        height: auto;
    }

    .sd-productpage-disc-wrapper .btn-sd-addtocart-alternative {
        background-position: 4.5rem 12px;
    }

    .sd-productpage-disc-wrapper .sd-alert-me {
        background-position: 25% 50%;
        cursor: pointer;
    }

    .sd-price-per-can span.sd-price-save-amount,
    .sd-price-per-can .sd-price-without-discount-amount {
        font-size: 1.5rem !important;
        margin-bottom: 0.75rem;
    }

    .sd-product-info .sd-unit-price,
    .sd-product-info .sd-unit-price span.price,
    .sd-product-info .sd-total-price .price {
        font-size: 1rem !important;
    }

    .home-service-banner {
        font-size: 12px;
        gap: 1.25rem;
    }

    body[class*=amblog-index-] .page-title {
        font-size: 1.5rem;
    }

    .sd-blog-widget .amblog-post-list {
        padding: 1.5rem;
    }

    .sd-blog-widget .post-item {
        padding: 0 .75rem;
    }

    .amblog-index-index .post-item {
        padding: 1rem 1rem 0;
    }

    .sd-blog-widget .amblog-title {
        margin: 0 .75rem 1rem;
    }

    .amblog-index-index .columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .amblog-index-index .amblog-title {
        margin: 0 1rem;
    }

    .amblog-index-index .amblog-post-list {
        padding: 1rem 0;
    }

    .amblog-index-index .amblog-list {
        padding: 0;
    }

    .amblog-post-title {
        font-size: 34px;
    }

    .featured-products-wrapper #blog-featured-product {
        display: flex;
    }

    .featured-products-wrapper #blog-featured-product .grid img {
        max-height: 370px;
    }

    body.amblog-index-post .columns .main {
        grid-column: span 3 / span 3;
    }

    .sd-widget-product-card {
        width: 100%;
    }

    .amblog-footer {
        padding-left: 24px;
    }

    .amblog-index-index .amblog-post-container .amblog-footer {
        padding: 0;
        position: absolute;
        bottom: 1rem;
        width: 100%;
        left: 1rem;
    }

    .amblog-footer .btn-primary {
        margin-bottom: 0;
        width: calc(100% - 2rem);
    }

    .checkout-cart-index .container:has(h1) {
        margin: 1rem auto;
    }


}

@media (min-width: 1024px) {
    div[x-ref="mobileMenuNavLinks"] {
        transform: none;
    }

    section#product\.attributes {
        margin-top: 1.5rem;
    }

    section#description > .card {
        height: 100%;
    }

    .sd-trustpilot {
        margin-top: 0;
    }

    .sd-product-info-stock {
        top: 8px;
        right: 2rem;
    }

    .sd-product-view-image {
        padding: 0 2rem;
    }

    .sd-product-infoicons-item {
        background-size: auto 2rem;
    }

    .sd-icon-format {
        background-size: auto 1.2rem;
    }

    .sd-product-infoicons-item p {
        font-size: 13px;
    }

    p.sd-icon-desc {
        margin: 1.5rem 0 3px;
    }

    .sd-power-puffs ul li {
        flex: 1;
        font-size: 1rem;
    }

    .sd-power-puffs ul {
        padding: 0 3rem;
    }

    .products .sd-price-per-can span.sd-price-save-amount,
    .products .sd-price-per-can .sd-price-without-discount-amount,
    .related-product-item .sd-total-price span.price,
    .products .product-item .price-container .price,
    .product_addtocart_form .sd-price-per-can span.sd-price-save-amount,
    .product_addtocart_form .sd-price-per-can .sd-price-without-discount-amount {
        font-size: 14px !important;
    }

    .products .sd-product-info-qty-button button {
        margin: auto;
    }

    .mixitup-page-list {
        grid-column: 3 / 7;
    }

    .amblog-post-content h1 {
        font-size: 2.25rem;
    }

    .amblog-post-content h2 {
        font-size: 30px;
    }

    .amblog-post-content h3 {
        font-size: 26px;
    }

    .amblog-post-content h4 {
        font-size: 22px;
    }

    .amblog-post-title {
        /* font-size: 2rem; */
        margin: 0 1.5rem 1rem;
    }

    .amblog-index-post .amblog-post-title {
        margin-left: 0;
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .amblog-post-content {
        max-width: 85ch;
        font-size: 1rem;
    }

    div[x-ref="mobileMenuNavLinks"] {
        display: flex;
        max-width: 100%;
        position: static;
        background: transparent;
        border-width: 0;
        overflow: hidden;
        /* margin-top: 9px; */
        margin: 9px auto 0;
    }

    button[x-ref="mobileMenuTrigger"] {
        display: none;
    }

    nav.navigation {
        width: auto;
        order: 4;
        flex-basis: 100%;
        margin: .5rem 0 0;
    }

    ul.sd-tab {
        display: none;
    }

    ul[aria-label="Site navigation links"] {
        border-width: 0;
        flex-direction: row;
        justify-content: center;
        gap: .75rem;
        list-style: none;
    }

    ul[aria-label="Site navigation links"] a, ul[aria-label="Site navigation links"] .sd-menuicon-box a, ul[aria-label="Site navigation links"] .sd-menuicon-strong a, ul[aria-label="Site navigation links"] .sd-menuicon-special a, ul[aria-label="Site navigation links"] .sd-menuicon-candy a, ul[aria-label="Site navigation links"] .sd-menuicon-bell a, ul[aria-label="Site navigation links"] .sd-menuicon-heart a {
        color: #fff;
        font-weight: 600;
        background: no-repeat;
        text-align: center;
        padding: .5rem 0 0.05rem;
        border-bottom: 1px solid transparent;
    }

    .ws-sweetsven ul[aria-label="Site navigation links"] a,
    .ws-sweetsven ul.menu-lang a,
    .ws-sweetsven .custom-select {
        color: var(--ss-green-dark);
    }

    ul[aria-label="Site navigation links"] a:hover {
        border-color: #ccc;
    }

    ul[aria-label="Site navigation links"] a.underline {
        text-decoration: none;
        border-color: #ccc;
    }

    div[x-ref="mobileMenuNavLinks"] button {
        display: none;
    }

    ul[aria-label="Site navigation links"] li:last-child {
        display: none;
    }

    ul[aria-label="Site navigation links"] li:has(h2#currency-heading) {
        display: none;
    }

    button#menu-search-icon {
        top: 12px;
    }

    ul[aria-label="Site navigation links"] a span {
        color: #fff;
        text-align: left;
        margin: 0;
        font-weight: 400;
        border-bottom: 1px solid transparent;
    }

    ul[aria-label="Site navigation links"] a:hover span {
        border-color: #ccc;
    }

    ul[aria-label="Subcategories"],
    ul[aria-label="Popular brands"] {
        position: absolute;
        background: #131b23;
        z-index: 9;
        margin-left: -0.75rem;
    }

    ul[aria-label="Subcategories"] a,
    ul[aria-label="Popular brands"] a {
        text-align: left;
        padding: .25rem 1.75rem .25rem .75rem;
        font-size: 13px;
        border-width: 0;
        outline: none;
    }

    ul[aria-label="Subcategories"] li:first-child a,
    ul[aria-label="Popular brands"] li:first-child a {
        padding-top: 0.75rem;
    }

    ul[aria-label="Subcategories"] li:last-child a,
    ul[aria-label="Popular brands"] li:last-child a {
        padding-bottom: 1rem;
    }

    ul[aria-label="Subcategories"] li:last-child,
    ul[aria-label="Popular brands"] li:last-child {
        display: block;
    }

    [data-content-type=row][data-appearance=contained]:has(.he-text-row),
    [data-content-type=row][data-appearance=contained] .he-text-row {
        margin: 2rem auto;
    }

    .he-text-row {
        /* max-width: 640px; */
        margin: 0 auto;
    }

    .faq-start {
        max-width: 640px;
        margin: 1rem auto;
    }

    .products .sd-price-per-can span.sd-price-save-amount,
    .products .sd-price-per-can .sd-price-without-discount-amount,
    .product_addtocart_form .sd-price-per-can span.sd-price-save-amount,
    .product_addtocart_form .sd-price-per-can .sd-price-without-discount-amount {
        height: 18px;
    }

    .ambrands-letters-list {
        gap: 0.25rem;
        display: flex;
    }

    ul.ambrands-content {
        gap: 0.5rem;
    }

    ul.menu-lang a {
        color: #ffffffb3;
        text-decoration: none;
    }

    .selected-option-wrapper {
        display: flex;
        align-items: center;
        gap: .5rem;
    }

    .selected-option-wrapper img {
        width: .5rem;
    }

    .custom-select {
        position: relative;
        display: inline-block;
        cursor: pointer;
        font-size: 14px;
        color: #ffffffb3;
    }

    .ws-sweetsven .select-options {
        background-color: var(--ss-green-dark);
        color: var(--ss-green);
    }

    .select-options div:hover {
        background: #333;
    }

    .ft-nav {
        order: 1;
        display: flex;
        flex-basis: calc(60% - 0.5rem) !important;
        gap: 2rem;
        margin-top: 0;
    }

    .ft-contact {
        order: 2;
    }

    .ft-trustpilot {
        order: 3;
        position: absolute;
        left: 60%;
        top: 6rem;
    }



    .footer details {
        flex-basis: 50%;
    }

    .ft-contact {
        flex-basis: calc(40% - 0.5rem) !important;
        justify-content: space-between;
    }

    .footer {
        align-items: flex-start;
        position: relative;
        max-width: 730px;
        margin: auto;
        padding: 4rem 2rem;
    }

    .footer details {
        display: none;
    }

    .ft-nav-dt {
        display: block;
        flex-basis: 50%;
        text-align: left;
    }

    .footer-wrapper {
        background: var(--dark);
    }

    .ft-nav-dt a {
        display: block;
        padding: 3px 0;
        color: #fff;
    }

    .ws-sweetsven .ft-nav-dt a {
        color: var(--ss-green-dark);
    }

    .ft-nav-dt strong {
        text-transform: uppercase;
    }

    section#sdtp-reviews {
        margin-top: 2rem;
    }

    section#sdtp-reviews .sd-trustpilor-reviews {
        padding: 1.5rem;
    }

    .sd-product-info-qty-button button.sd-alert-me {
        font-size: 14px;
        width: 100%;
        background-position: 1.75rem 50%;
        background-size: 14px;
        cursor: pointer;
    }

    .btn-sd-addtocart-alternative {
        font-size: 14px;
    }

    .sd-product-info-qty-button button.sd-oos {
        width: 100%;
        margin-bottom: 4rem;
    }

    button.btn-sd-addtocart-disabled.sd-discontinued {

    }

    button.sd-alert-me:hover,
    a.btn-sd-addtocart-alternative:hover {
        background: var(--green) !important;
        color: #fff !important;
        border-color: var(--green);;
    }

    button.sd-alert-me:hover:before {
        background-image: url(../images/bell_w.svg);
    }

    .btn-sd-addtocart-alternative:hover:before {
        background-image: url(../images/arrow-back_w.svg);
    }

    .page-products #category-view-container {
        max-width: 992px;
    }

    .page-products .container:has(h1) {
        padding-left: 0;
        max-width: 992px;
    }

    a#read-more:target:before {
        content: '';
        display: block;
        padding-top: 161px;
    }

    li.ambrands-brand-item {
        width: calc(20% - 0.5rem);
        margin: 0;
        flex: 0 0 calc(20% - 0.5rem);
    }

    .sd-product-info-qty-button button span.hidden {
        font-size: 16px;
    }

    .amblog-index-index .columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .amblog-post-container {
        flex-basis: calc(33.3% - 2rem);
        margin: 0 1rem 2rem;
        padding-top: 1rem;
    }

    .sd-table-of-content-wrapper {
        font-size: 1rem;
        padding: 2rem;
    }

    .sd-table-of-content-wrapper h2 {
        font-size: 30px;
    }

    .amblog-post-content h2 a:target,
    .amblog-post-content h3 a:target,
    .faq-start:has(p:target) {
        scroll-margin-top: 120px;
    }

    .featured-products-wrapper .product-info.flex.flex-col.grow {
        flex: 0 0 50%;
        padding-right: 1rem;
    }

    .featured-products-wrapper .products ul form,
    .featured-products-wrapper .sd-category-item-wrapper.discontinued .card-interactive {
        flex-direction: row;
        align-items: center;
        margin: 2rem 0 0;
        padding-bottom: 0;
    }

    .featured-products-wrapper .sd-category-item-wrapper.discontinued {
        margin: 0;
    }

    .featured-products-wrapper #blog-featured-product .grid img {
        max-height: 370px;
        padding: 0 1rem 0 0;
    }

    .amblog-post-content .featured-products-wrapper a {
        margin-top: 0;
    }

    .widget.amblog-post-list.amblog-element-block.card,
    .block.widget.amblog-element-block.amblog-related-wrapper.-related-products.card,
    .amblog-comments-wrapper.top-comments-wrapper.card {
        margin: 0 1rem 2rem;
    }

    body.amblog-index-post.page-layout-2columns-right .columns {
        grid-column: span 4 / span 4;
    }

    .hyva_checkout-index-index .age-requirements-top {
        padding: 0.25rem 0;
    }

    .hyva_checkout-index-index .product-price {
        flex: 0 0 3.5rem;
    }

    .checkout-cart-index table#shopping-cart-table td.qty:has(span.lg\:hidden.font-bold) {
        display: table-cell;
    }

    .checkout-cart-index table#shopping-cart-table [data-th="Item"] {
        padding: .5rem 1rem;
        border-left-width: 0;
        border-top-width: 1px;
    }

    .ws-sweetsven ul[aria-label="Subcategories"],
    .ws-sweetsven ul[aria-label="Popular brands"] {
        background: var(--ss-green-dark);
    }

    section#sd-footer-add-to-cart .price-row,
    section#sd-footer-add-to-cart .quantity-row {
        max-width: 400px;
        margin: 0 auto;
    }

    section#sd-footer-add-to-cart .price-row {
        margin-bottom: .5rem;
    }

    .snusdaddy-free-shipping-bar {
        padding: 0.5rem 2rem 1rem;
    }

    .fsb-count:after {
        /* width: 17px; */
        /* height: 17px; */
    }

    .fsb-count.active span.fsb-count-status {
        font-size: 14px;
        bottom: 1.25rem;
        background: #06BA76;
        padding: .5rem .5rem;
        color: #fff;
        font-weight: 500;
    }

    .fsb-count.active span.fsb-count-status:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #06BA76;
        border-width: 5px;
        margin-left: -5px;
    }

    .snusdaddy-free-shipping-bar {
        top: 101px;
    }

    #header .menu-wrapper {
        display: flex;
        margin: 0 auto;
        position: static!important;
        flex: 0 1 auto;
        background: none;
        border-width: 0;
    }

    .sd-mega-menu a:has(>img.logo-header) {
        transform: none;
        position: static;
    }

    nav.main-menu {
        display: block;
        /* padding-right: 6rem; */
    }

    button.mobile-menu-trigger {
        display: none;
    }

    .sd-mega-menu .submenu-wrapper,
    .search-profile-cart {
        display: flex;
    }

    .sd-mega-menu .main-menu ul {
        display: flex;
        gap: 1rem;
        margin: 0;
    }

    .sd-mega-menu .sd-mega-col ul li a,
    .sd-mega-col-main-links a {
        padding: .5rem 1.5rem .5rem 0;
        border-radius: .25rem;
        gap: 0.5rem;
        line-height: 1;
        display: block;
    }

    .search-profile-cart {
        gap: 1rem;
        margin-left: 2rem;
    }

    .sd-mega-menu .submenu-wrapper ul.menu-lang {
        display: flex;
        gap: 1rem;
    }

    .search-profile-cart span {
        display: flex;
    }

    /* Mega Menu Dropdown Styles */
    .sd-mega-menu-dropdown {
        /* position: absolute!important; */
        left: 0;
        right: 0;
        top: 100%;
        background: var(--dark);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 100;
        display: none;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.25s ease, transform 0.25s ease;
        width: 100%;
    }

    .sd-mega-menu-dropdown.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
        align-items: flex-start;
    }

    .sd-mega-menu-content {
        display: flex;
        gap: 2rem;
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .sd-mega-menu-dropdown-wrapper {
        position: absolute !important;
        top: 100%;
    }

    .sd-mega-col-main-links {
        padding: 1.5rem 2rem 2rem;
        white-space: nowrap;
    }

    .sd-mega-col {
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
    }

    .sd-mega-col:not(:last-child) {
        border-width: 0;
    }

    .sd-mega-col h3 {
        color: #fff;
        font-size: .75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.075em;
        margin: 0 0 0.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sd-mega-menu .main-menu .sd-mega-col ul {
        margin: 0;
        padding: 0;
        list-style: none;
        flex-direction: column;
        gap: 0;
    }

    .sd-mega-col ul li a:hover, .sd-mega-col-main-links a:hover {
        color: #fff;
    }

    .sd-mega-col ul li a:has(strong) {
        color: rgba(255, 255, 255, 0.8)
    }

    .sd-mega-col ul li a:has(strong):after {
        content: '';
    }

    .sd-mega-menu .main-menu .sd-mega-col ul li a:hover {
        color: #fff;
    }

    /* Active state for menu links when mega menu is open */

    .sd-mega-menu-banners {
        display: flex;
        align-items: center;
        gap: 2rem;
        padding: 2rem;
    }
    
    .sd-mega-menu-banners img {
        display: block;
    }

    /* Header needs position relative for absolute positioning of dropdown */
    #header.sd-mega-menu {
        position: relative;
        padding: 1rem 2rem;
    }

    .mega-spacer.is-active {
        display: none !important;
    }

}

@media (min-width: 1280px) {
    .page-products .container:has(h1),
    .page-products #category-view-container {
        padding-left: 0;
        max-width: 1248px;
    }

    .sd-productpage-disc-wrapper .sd-alert-me {
        background-position: 35% 50%;
    }

    .amblog-index-post .columns {
        max-width: 1020px;
    }

    .fsb-container {
        max-width: 1248px;
    }
}

@media (min-width: 1400px) {
    .page-products.page-layout-2columns-left .columns {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .page-products.page-layout-2columns-left .columns .main {
        grid-column: span 5/span 5;
    }

    .page-products .products li,
    .related-product-item {
        flex-basis: 20%;
    }

    .page-title {
        font-size: 2rem;
    }

    ul.prices-tier {
        font-size: 14px;
    }

    .sd-product-view-image {
        padding: 0 2rem;
        /*max-width: 75%;*/
    }

    .page-products #category-view-container,
    .page-products .container {
        max-width: 1248px;
        padding-left: 1rem;
    }

    .page-products .container:has(h1) {
        padding-left: 0;
    }

    .page-products h1.page-title {
        padding-left: 1rem;
    }
}

@media (min-width: 1536px) {
    .columns {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    body.checkout-cart-index .container:has(.page-title) {
        max-width: 1280px;
        padding: 0 1rem;
    }
}

.amblog-index-index {
    .amblog-post-title {
        text-decoration: none !important;
    }
}

.checkout-onepage {
    h2 {
        text-decoration: none !important;
    }

    label.label {
        z-index: 30 !important;
    }
}

.sd-tp-disabled {
    background-color: #f0f0f0;
}

.snusdaddy-free-shipping-bar {
    background: #131b23;
    padding: .5rem 1.5rem 1rem 1rem;
    display: flex;
    position: sticky;
    top: 72px;
    z-index: 25;
    flex-direction: column;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .snusdaddy-free-shipping-bar {
        padding: .5rem 0 1rem;
        top: 102px;
    }
}
