<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
h1,
h1 *,
h2,
h2 *,
h3,
h3 * {
  font-family: "Sharp Grotesk", sans-serif;
  margin: 0 0 0.5407911001em;
}

* {
  font-family: "Geist", sans-serif;
}

/**
* Buttons: Bør flyttes til en egen fil med alt knapper.
* @see https://torn-team.atlassian.net/browse/TORN-1104
 */
button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
.button.disabled,
.button:disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled,
.added_to_cart.disabled,
.added_to_cart:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
  cursor: pointer;
  text-shadow: none;
  -webkit-appearance: none;
  word-break: break-word;
}

/*

@deprecated

Denne brukes kun på product single page.
Main grid

*/
.torn-grid {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 100%;
  column-gap: 1rem;
  position: relative;
}

@media only screen and (min-width: 700px) {
  .torn-grid {
    display: grid;
    grid-template-columns: 250px auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .torn-product-product-header {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .torn-product-page-price-meta {
    grid-column: 2;
  }
  .torn-product-page-add-to-cart {
    grid-column: 2/3;
  }
  .torn-product-page-images {
    grid-column: 1/2;
    grid-row: 1/-1;
  }
  .torn-product-page-description {
    grid-column: 2;
  }
  .torn-product-store-description {
    grid-column: 2;
  }
  .torn-product-page-meta-box,
  .torn-product-page-collapsible {
    grid-column: 2;
  }
}
@media only screen and (min-width: 800px) {
  .torn-grid {
    grid-template-columns: 350px auto;
    column-gap: 2rem;
  }
}
@media only screen and (min-width: 900px) {
  .torn-grid {
    grid-template-columns: 48% 48%;
    padding-right: 0;
    column-gap: 4%;
  }
}
/** Overrides for external themes */
/*
Remove links from bottom of Dokan dash
*/
body:not(.single-product) .storefront-breadcrumb {
  display: none;
}

body:not(.single-product) .torn_wide_banner_area {
  min-height: 28px;
}
@media only screen and (max-width: 650px) {
  body:not(.single-product) .torn_wide_banner_area {
    min-height: 14px;
  }
}

.site {
  overflow-x: visible !important;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.site #content {
  flex-grow: 1;
  width: 100%;
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 0;
  padding-top: 0;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #ec562d;
}

.post-type-archive .content-area,
.archive .content-area {
  margin-top: -0.5rem;
  width: 76%;
  float: right;
}
@media (max-width: 1440px) {
  .post-type-archive .content-area,
  .archive .content-area {
    width: 73%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .post-type-archive .content-area,
  .archive .content-area {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

#kco-order-review table *,
#order_review table * {
  background: none;
}

.klarna-checkout-select-other-wrapper {
  padding-left: 20px;
}

.hentry .entry-content a.button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
}
.hentry .entry-content a.button:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.hentry .entry-content a.button .icon {
  position: relative;
}
.widget_shopping_cart_content {
  display: none;
}

.woocommerce-Price-currencySymbol {
  display: none;
}

.woocommerce-Price-amount::after {
  content: "";
}

h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}

h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

p {
  font-size: 15px;
  line-height: 24px;
}

.title-xl {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}

.title-lg {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.title-md {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

body {
  background-color: #fbf9f3;
}
body.page-template-authentication {
  background-color: #fcfcfc;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus {
  outline: none;
}

a,
a:visited {
  color: #1a0c0c;
}

.required label::after,
.required strong::after,
.required legend::after {
  content: " *";
  color: #ec562d;
}
.required .radio-field &gt; label::after {
  content: "";
}

.widget .widget-title {
  font-size: 1em;
  font-weight: bold;
  color: #1a0c0c;
  border-bottom: none;
  margin-bottom: 0;
}

.widget_product_categories button {
  background-color: #f0c450;
  border-radius: 5px;
}
.widget_product_categories .submit-product-categories-wrapper {
  bottom: 10px;
}
.widget_product_categories.widget.woocommerce li .count {
  float: none;
}
.widget_product_categories .widget-title {
  position: relative;
  top: 80px;
}

.widget-area .widget_search input[type=search],
.widget-area .widget_product_search input[type=search] {
  border: 1px solid black;
  border-radius: 5px;
  padding: 0.7em 1.4em;
  background-color: #ffffff;
}
.widget-area .widget_search form::before,
.widget-area .widget_product_search form::before {
  left: unset;
  right: 1em;
}

.torn-product-category-search-form {
  position: relative;
  top: -40px;
}

.site-main {
  position: relative;
  display: flex;
  flex-flow: column;
}

.vendor-page .site-main {
  padding-top: 25px;
}

#colophon .storefront-handheld-footer-bar {
  display: none;
}

html,
body {
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

textarea {
  padding: 12px 16px;
  border-radius: 12px;
  width: 100%;
  margin-top: 12px;
  border: 1px solid #666666;
}

ol,
ul {
  overflow-wrap: break-word;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

.torn-hypertext {
  text-decoration: underline !important;
}

p {
  overflow-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 1.41575em;
  border-collapse: separate;
}
table td,
table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 3px;
}

/**
 * Theese should probably be placed in component files.
 */
input[type=checkbox],
input[type=radio] {
  min-height: 24px;
  min-width: 24px;
  width: 32px;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: text-bottom !important;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #1a0c0c;
  background-color: white;
  flex-shrink: 0;
  cursor: pointer;
  background-size: 16px;
  margin-right: 6px;
}
input[type=checkbox]:checked, input[type=checkbox][checked=checked]:not(body.woocommerce-cart .gateway-selector ul li input[type=radio][checked=checked]),
input[type=radio]:checked,
input[type=radio][checked=checked]:not(body.woocommerce-cart .gateway-selector ul li input[type=radio][checked=checked]) {
  background-color: #1a0c0c !important;
}
input[type=checkbox]:hover,
input[type=radio]:hover {
  box-shadow: 0 0 0 1px #1a0c0c;
}

input[type=radio] {
  border-radius: 50px;
}

input[type=checkbox] {
  border-radius: 8px;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
select {
  border: 1px solid #666666;
  margin-top: 12px;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 24px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:hover:not([disabled]),
input[type=password]:hover:not([disabled]),
input[type=number]:hover:not([disabled]),
input[type=email]:hover:not([disabled]),
input[type=tel]:hover:not([disabled]),
input[type=url]:hover:not([disabled]),
textarea:hover:not([disabled]),
select:hover:not([disabled]) {
  outline: 1px solid #0f0f0f;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
textarea:disabled,
select:disabled {
  outline: 1px solid #eeeeee;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  outline-width: 2px;
}

label {
  display: block;
}

dd {
  margin: 0 0 1.618em;
}

dt {
  font-weight: 600;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.description {
  font-family: "Geist", sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
  color: #898280 !important;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .description {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.warning-description {
  font-family: "Geist", sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
  color: #f78502 !important;
  margin-top: 12px;
}
@media screen and (min-width: 1920px) {
  .warning-description {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.error-description {
  font-family: "Geist", sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
  color: #ec562d !important;
  margin-top: 12px;
}
@media screen and (min-width: 1920px) {
  .error-description {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

#user_switching_switch_on {
  background-color: white;
  padding: 2px 4px !important;
  border-radius: 8px;
}

.backdrop {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  background-color: #1a0c0c;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 300ms ease-in-out;
}

body.show-navigation-backdrop,
body.show-modal-backdrop {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.show-navigation-backdrop,
  body.show-modal-backdrop {
    padding-right: 15px;
  }
}

body.show-navigation-backdrop .navigation-backdrop,
body.show-modal-backdrop .torn-modal-backdrop {
  opacity: 0.5;
  visibility: visible;
  transition: 0.4s ease 0.25s;
}

.nearby-experiment {
  display: none;
}

.test-frontpage .nearby-experiment {
  display: block;
}
.test-frontpage .nearby-experiment-hide {
  display: none;
}

/* Begin torn-favorites */
.torn-action-box:empty {
  display: none;
}

.torn-action-box {
  position: relative;
  top: -110px;
  left: 50%;
  width: 50%;
  margin-top: 2em;
  margin-bottom: -90px;
  padding: 2em 1.618em 0.1em;
  color: #111;
  border-right: 5px;
  border-radius: 5px;
  background-color: #f0c450;
}

.torn-action-box::before {
  font-size: 40px;
  position: absolute;
  top: -30px;
  left: calc(50% - 0.5em);
  padding-bottom: 1em;
}

.torn-action-box a {
  text-decoration: underline;
  color: inherit;
}

.torn-action-box a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .torn-action-box {
    top: unset;
    left: unset;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 1.618em;
    padding-right: 3.8em;
  }
  .torn-action-box::before {
    top: 0;
    right: 14px;
    left: unset;
  }
}
.tornSaveSearchInputArea {
  display: flex;
  height: 2.75em;
}

.torn_save_search_email_input {
  flex: 1;
  min-width: 150px;
  max-width: 250px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.tornSaveSearchButton {
  flex: 1;
  width: 120px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

/* End torn-favorites */
.favorite-icon {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background-size: 32px;
  transform: scale(1);
  transition: all 0.5s;
}
.favorite-icon.favorite-heart-green {
  background-image: url("/wp-content/themes/torn-theme/assets/heart-outline-torngreen.svg");
}
.favorite-icon.favorite-heart {
  background-image: url("/wp-content/themes/torn-theme/assets/heart-outline.svg");
}
.favorite-icon.favorite-heart.favorite-marked {
  background-image: url("/wp-content/themes/torn-theme/assets/heart.svg");
}
.favorite-icon.favorite-heart-green.favorite-marked {
  background-image: url("/wp-content/themes/torn-theme/assets/heart-torngreen.svg");
}
@media screen and (min-width: 900px) {
  .favorite-icon.favorite-heart-green:hover {
    background-image: url("/wp-content/themes/torn-theme/assets/heart-torngreen.svg");
  }
  .favorite-icon.favorite-heart:hover {
    background-image: url("/wp-content/themes/torn-theme/assets/heart.svg");
  }
}

.loading .favorite-icon {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.footer-torn-circle {
  background-image: url("/wp-content/themes/torn-theme/assets/footer-torn-circle.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-origin: content-box;
}

.icon.cart-icon {
  background-image: url("/wp-content/themes/torn-theme/assets/product-card-cart-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.icon.cart-icon.pending {
  background-image: url("/wp-content/themes/torn-theme/assets/product-card-cart-icon.svg");
  animation: pulse 1s infinite;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon.trash-icon {
  background-image: url("/wp-content/themes/torn-theme/assets/trash.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.unicon-arrow-left {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}

.unicon-user {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/user.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}

.unicon-angle-down,
.torn-hamburger-menu li.closed &gt; .up-or-down-arrow {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/angle-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}

.unicon-angle-down,
.torn-hamburger-menu .up-or-down-arrow {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/angle-up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}

.unicon-angle-right-green {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/angle-right-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}

.unicon-cart {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/cart.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
}

.unicon-info-circle {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/info-circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
}

.AppPageContainer button.loading .icon,
.pending .unicon-cart,
.unicon-cart.pending {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/redo.svg");
  animation: spin-animation 1s infinite;
}

.unicon-search {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}

.unicon-x,
.woocommerce-cart-form__cart-item a.remove,
.tb-close-icon {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
}

.chip-remove {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/remove-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
  background-size: 16px;
}

.login-dialogue input.valid,
.AppPageContainer .field.valid input,
input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=radio][checked=checked]:not(body.woocommerce-cart .gateway-selector ul li input[type=radio][checked=checked]),
input[type=checkbox][checked=checked] {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
  background-size: 1rem;
}

button.toggle-hamburger-menu,
.unicon-menu {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
}

button.toggle-hamburger-menu.open,
.unicon-x {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/x.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
}

.unicon-angle-double-left {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/angle-double-left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
}

.unicon-angle-left {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/angle-left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
}

.unicon-angle-right {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/angle-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
}

.unicon-angle-double-right {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/angle-double-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
}

.unicon-minus {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/minus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
}

.unicon-plus {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
}

.icon-map-marker {
  background-image: url("/wp-content/themes/torn-theme/assets/map-marker.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  text-indent: -9999px;
  min-height: 16px;
  min-width: 16px;
}

.autocomplete-box {
  border: 2px solid #1a0c0c;
  border-top: 1px solid #1a0c0c;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: white;
  position: relative;
  top: -5px;
  z-index: 12;
}
.autocomplete-box ul {
  color: #1a0c0c;
  list-style: none;
  margin: 0;
}
.autocomplete-box ul li {
  border-top: 1px solid #eeeeee;
}
.autocomplete-box ul li a {
  padding: 16px;
  display: block;
}
.autocomplete-box ul li a.last-element:hover, .autocomplete-box ul li a.last-element:focus {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.autocomplete-box ul li a:hover, .autocomplete-box ul li a:focus {
  background-color: #eeeeee;
}
.autocomplete-box ul li a:active {
  background-color: white;
}
.autocomplete-box ul li a span.auto-suggestion-span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .autocomplete-box {
    top: -4px;
  }
}
@media screen and (min-width: 768px) and (min-width: 999px) {
  .autocomplete-box {
    top: 44px;
  }
}

.autocomplete-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #1a0c0c;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 10;
}

@keyframes ball1Move-0 {
  0% {
    transform: translate(0, 0);
  }
  62% {
    transform: translate(-6px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball2Move-0 {
  0% {
    transform: translate(0, 0);
  }
  62% {
    transform: translate(3px, 6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ballHover-0 {
  0% {
    transform: scale(1);
  }
  16% {
    transform: scale(1.016);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes horizontal-move {
  0% {
    transform: scale(2) translateX(0);
    opacity: 1;
    display: flex;
  }
  100% {
    transform: scale(2) translateX(6vw);
    opacity: 0;
    display: none;
  }
}
@keyframes horizontal-move-2 {
  0% {
    transform: translateX(-15vw);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rotate180-0 {
  from {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotate180-1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-180deg);
  }
}
@keyframes rotate180-reverse-0 {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotate180-reverse-1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes slideDown-1 {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes slideUp-0 {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes slideUp-1 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes markChange-0 {
  0% {
    background: unset;
  }
  62% {
    background: #333;
  }
  100% {
    background: unset;
  }
}
@keyframes markChange-1 {}
@keyframes pop-countryselect-1 {
  from {
    transform: scale(1, 0.33) translate(0, 100%);
  }
  to {
    transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes pop-countryselect-0 {
  from {
    transform: scale(1, 1) translate(0, 0);
  }
  to {
    transform: scale(1, 0.33) translate(0, 100%);
  }
}
:root {
  --translatey: 0px;
}

.c-bottom-sheet__content {
  width: 20%;
  min-width: 200px;
  padding: 0 1.2rem calc(1rem + 100px) 1.2rem;
}
@media screen and (max-width: 1440px) {
  .c-bottom-sheet__content {
    width: 27%;
  }
}
@media screen and (max-width: 900px) {
  .c-bottom-sheet__content {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .c-bottom-sheet {
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 15;
    transition: opacity, visibility 0.25s;
    z-index: 2000;
  }
  .c-bottom-sheet.active {
    visibility: visible;
    pointer-events: unset;
  }
  .c-bottom-sheet__scrim {
    opacity: 0;
    display: block;
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s;
    top: 0;
  }
  .active .c-bottom-sheet__scrim {
    opacity: 1;
  }
  .c-bottom-sheet__content {
    overflow: scroll;
    max-height: 90vh;
  }
  .c-bottom-sheet__sheet {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 38vh;
    max-height: 98vh;
    background-color: white;
    border-radius: 12px 12px 0 0;
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(100%);
  }
  .active .c-bottom-sheet__sheet {
    transform: translateY(0);
  }
  .c-bottom-sheet__sheet.active {
    transform: var(--translateY);
  }
  .c-bottom-sheet__handle {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
  }
  .c-bottom-sheet__handle &gt; span {
    display: none;
    height: 2px;
    width: 28px;
    margin-bottom: 2px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
  }
  .c-bottom-sheet__item {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .c-bottom-sheet__item:first-child {
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  .c-bottom-sheet__item.active {
    font-family: sans-serif;
    font-weight: 900;
  }
  .c-bottom-sheet__link {
    display: block;
    padding: 1rem 0;
  }
  .c-bottom-sheet__link:hover,
  .c-bottom-sheet__link:visited {
    color: unset;
    text-decoration: none;
  }
  .c-bottom-sheet__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-bottom-sheet__tick {
    display: none;
    font-size: 24px;
    object-fit: contain;
    vertical-align: middle;
  }
  .c-bottom-sheet__tick:before {
    color: #48af4a;
  }
  .c-bottom-sheet__item.active .c-bottom-sheet__tick {
    display: block;
  }
}
.single_add_to_cart_button,
.add_to_cart_button,
.ajax_add_to_cart,
.wp-block-button__link {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
}
.single_add_to_cart_button:hover,
.add_to_cart_button:hover,
.ajax_add_to_cart:hover,
.wp-block-button__link:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.single_add_to_cart_button .icon,
.add_to_cart_button .icon,
.ajax_add_to_cart .icon,
.wp-block-button__link .icon {
  position: relative;
}
.products li .add_to_cart_button {
  margin-top: 17px;
}

.add_to_cart_button:hover,
.ajax_add_to_cart:hover {
  border: 1px solid #254221;
  background-color: #f0c450;
}

.torn_add_favorite_product_email_question button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
}
.torn_add_favorite_product_email_question button:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.torn_add_favorite_product_email_question button .icon {
  position: relative;
}
.torn_add_favorite_product_email_question.coming-soon button {
  background-color: #eb001b;
  border-radius: 10px;
  border: 1px #eb001b solid;
  color: white;
}
.torn_add_favorite_product_email_question.coming-soon button:hover {
  opacity: 0.8;
  background-color: #eb001b;
  border-radius: 10px;
  border: 1px #eb001b solid;
  color: white;
}

a.torn-button {
  height: 50px;
}

.torn-button {
  color: #1a0c0c;
  text-align: center;
  white-space: nowrap;
  height: auto;
  border-radius: 3.125rem;
  flex-direction: row;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5rem;
  display: flex;
  font-weight: 600;
  border: 1px solid #1a0c0c;
  width: auto;
  position: relative;
}
.torn-button--primary {
  background-color: #25d68a;
  border-color: #25d68a;
}
.torn-button--secondary {
  background-color: transparent;
}
.torn-button--loading {
  color: transparent !important;
}
.torn-button--loading:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.category_banner_image {
  max-height: 170px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 650px) {
  .category_banner_image {
    max-height: 220px;
  }
}
@media only screen and (min-width: 1300px) {
  .category_banner_image {
    max-height: 280px;
  }
}

.torn_content_card {
  position: relative;
  height: auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #25d68a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.torn_content_card.blue {
  background-color: #59c7eb;
}
@media screen and (min-width: 900px) {
  .torn_content_card:hover {
    box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 750px) {
  .torn_content_card {
    width: 100%;
    min-height: 11rem;
    justify-content: center;
    grid-column: 1/span 2;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .torn_content_card label {
    padding: 0;
  }
}
.torn_content_card h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  max-width: 300px;
}
.torn_content_card .content-card-button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #1a0c0c;
  color: #fff;
  white-space: nowrap;
  align-self: flex-start;
}
.torn_content_card .content-card-button:hover:enabled {
  opacity: 0.9;
}
.torn_content_card .content-card-button .icon {
  position: relative;
}
.torn_content_card .content-card-icon {
  margin: 1rem 0;
  opacity: 0.1;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 60%;
}
@media only screen and (max-width: 750px) {
  .torn_content_card .content-card-icon {
    width: 55%;
    right: -2rem;
  }
}

.nmr-vendor_dash_new {
  display: none;
}

.dashv2-enabled .nmr-vendor_dash_new {
  display: list-item;
}
.dashv2-enabled .menu-item-720,
.dashv2-enabled .menu-item-743,
.dashv2-enabled .menu-item-98914,
.dashv2-enabled .menu-item-98915,
.dashv2-enabled .menu-item-98916 {
  display: none;
}

.dokan-label-on-hold {
  background-color: #f0c450;
  color: #1a0c0c;
}
.dokan-label-completed {
  background-color: #5cb85c;
  color: #fbf9f3;
}
.dokan-label-processing {
  background-color: #5bc0de;
  color: #fbf9f3;
}
.dokan-label-torn-invoiced, .dokan-label-pending, .dokan-label-cancelled, .dokan-label-refunded, .dokan-label-failed {
  background-color: #aaaaaa;
  color: #fbf9f3;
}

.dokan-common-links {
  display: none;
}

.dokan-profile-completeness {
  display: none;
}

.dokan-settings-content .dokan-settings-area .dokan-banner {
  margin-left: 24%;
}

.torn-edit-filter-btn {
  display: none;
}

.filter-footer-bar .torn-edit-filter-btn {
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .torn-edit-filter-btn,
  .torn-edit-bottom-filter-btn {
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    right: 80px;
    display: block;
    padding: 3px 12px 2px;
    text-align: left;
    color: #0f0f0f;
    border: 1px solid #0f0f0f;
    border-radius: 3px;
    background-color: white;
  }
  .torn-edit-bottom-filter-btn i.fas {
    margin-top: 4px;
  }
  .torn-edit-filter-btn,
  .torn-edit-bottom-filter-btn {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    border-radius: 100px;
    color: #1a0c0c;
    border: 0;
    flex-direction: row;
    display: flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    transition: background 0.2s ease-out, border 0.2s ease-out;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 20px;
    gap: 10px;
    background-color: #1a0c0c;
    color: #fff;
    float: right;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 !important;
    text-align: center;
  }
  .torn-edit-filter-btn:hover:enabled,
  .torn-edit-bottom-filter-btn:hover:enabled {
    opacity: 0.9;
  }
  .torn-edit-filter-btn .icon,
  .torn-edit-bottom-filter-btn .icon {
    position: relative;
  }
  .torn-edit-filter-btn.active,
  .torn-edit-bottom-filter-btn.active {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    border-radius: 100px;
    color: #1a0c0c;
    border: 0;
    flex-direction: row;
    display: flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    transition: background 0.2s ease-out, border 0.2s ease-out;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 20px;
    gap: 10px;
    background-color: #1a0c0c;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  .torn-edit-filter-btn.active:hover:enabled,
  .torn-edit-bottom-filter-btn.active:hover:enabled {
    opacity: 0.9;
  }
  .torn-edit-filter-btn.active .icon,
  .torn-edit-bottom-filter-btn.active .icon {
    position: relative;
  }
}
@media screen and (max-width: 399px) {
  .site-main &gt; .torn-edit-filter-btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .filter-footer-bar .torn-edit-filter-btn .torn-edit-bottom-filter-btn {
    width: 130px;
  }
}
/*
Start ERP
*/
.tornErpActionCell {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.tornErpActionCellContent {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  width: 100%;
}

.tornErpSvgIcon {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  justify-self: center;
  align-self: center;
  object-fit: contain;
  height: 100%;
  width: 100%;
  max-height: 1.5em;
  max-width: 1.5em;
}

.tornErpListIcon {
  height: 100%;
  width: 100%;
}

.tornErpListButton {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.tornErpTwoLineCell {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.tornErpTwoLineCell .lineTwo {
  color: #b9b9b9;
  font-size: 12px;
  line-height: 18px;
}

/* Line breaks in headers */
.ag-header-cell-label .ag-header-cell-text {
  white-space: normal !important;
}

.ag-header-cell {
  padding-left: 2px !important;
}

.tornErpActionSpinner {
  max-height: 100px;
  max-width: 100px;
}

.torn_erp_product_preview {
  display: flex;
  flex: 1;
  flex-direction: row;
}

.torn_erp_product_preview_title {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
}

.torn_erp_autoimport_title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 1em 0 0;
}

.torn_autoimport_content_block {
  margin: 0.2em 0 1em 0;
  padding: 0.2em 0 0 0;
  color: #1a0c0c;
}

.torn_autoimport_inline_block {
  font-size: 0.9em;
  font-weight: normal;
  padding-left: 1em;
  color: #1a0c0c;
}

.torn_erp_product_preview_info {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.torn_erp_product_preview_description {
  height: 200px;
  overflow: auto;
}

.torn_erp_product_preview_data {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-evenly;
}

.torn_erp_product_preview_sidebar {
  width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1em;
}

.torn_erp_product_preview_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.torn_erp_product_preview_buttons_button {
  display: flex;
  width: 150px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #dddddd;
  border: 1px solid #2c1716;
  border-radius: 15px;
  margin-top: 0.35em;
}

.torn_erp_product_preview_buttons_button:hover {
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.75);
}

.torn_erp_product_preview_buttons_button.button_active {
  cursor: pointer;
  background-color: #ffd35f;
}

.torn_erp_product_autopublish_button {
  cursor: pointer;
  background-color: #ffd35f;
  display: flex;
  width: 130px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  text-align: center;
  margin-top: 1em;
}

.torn_instant_publish_popup_container {
  margin: 24px;
}

.torn_headlines_in_popup {
  text-align: center;
}
.torn_headlines_in_popup h3 {
  font-size: 24px;
  margin: 0;
}

.torn_publish_popup_product {
  margin-left: 8px;
}

.torn_product_title_in_popup {
  font-weight: 500;
  color: #0f0f0f;
}

.torn_identifying_numbers_in_popup {
  font-size: 12px;
  color: #747476;
}

.torn_publish_popup_product_functionality {
  margin-bottom: 16px;
}

.torn_publish_button_active {
  display: inline-flex;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 12px;
  margin-right: 24px;
  color: #0f0f0f;
  background: rgba(240, 196, 80, 0.1);
  border: 1px solid #f0c450;
  border-radius: 6px;
  cursor: pointer;
}
.torn_publish_button_active:hover {
  background: rgba(240, 196, 80, 0.2);
}

.torn_publish_button_inactive {
  display: inline-flex;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 12px;
  margin-right: 24px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}

input.torn_editable_stock {
  display: inline-flex;
  line-height: 24px;
  padding: 4px 10px;
  background: white;
  border: 1px solid #747476;
  border-radius: 6px;
  box-shadow: none;
  width: 65px;
}
input.torn_editable_stock:focus {
  background: white;
}

.torn_unit_text_in_popup {
  margin: 8px;
  color: #0f0f0f;
}

.torn_instant_publish_buttons {
  display: flex;
  justify-content: space-around;
  justify-items: stretch;
  margin-top: 1em;
}
.torn_instant_publish_buttons .torn_instant_publish_button {
  cursor: pointer;
  color: #1a0c0c;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  margin: 0 12px;
}
.torn_instant_publish_buttons #instant_publish_button_no {
  border: 1px solid #747476;
}
.torn_instant_publish_buttons #instant_publish_button_no:hover {
  background: #eeeeee;
}
.torn_instant_publish_buttons #instant_publish_button_yes {
  background: #f0c450;
}
.torn_instant_publish_buttons #instant_publish_button_yes:hover {
  border: 1px solid #f0c450;
  background: rgba(240, 196, 80, 0.2);
}

.instant_publish_product_title {
  color: #1a0c0c;
  margin: 0;
  font-size: 1em;
}

.instant_publish_product_description {
  color: #3a3a3a;
  margin: 0;
  font-size: 1em;
}

.instant_publish_popup_title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 1em 0 0;
}

.torn_erp_product_preview_buttons_button.button_publish {
  cursor: pointer;
  background-color: #254221;
  color: #ded4a0;
  font-weight: bold;
}

.torn_erp_publish_button,
.torn_erp_action_button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: white;
  color: #1a0c0c;
  border: 1px #666666 solid;
  text-transform: none;
  font-weight: bold;
  padding: 3px 10px;
  font-size: 14px;
}
.torn_erp_publish_button:hover:enabled,
.torn_erp_action_button:hover:enabled {
  background-color: #25d68a;
  opacity: 0.8;
  color: #1a0c0c;
}
.torn_erp_publish_button .icon,
.torn_erp_action_button .icon {
  position: relative;
}
.search-button {
  border: 0;
  margin-left: -50px;
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 28px;
  height: 28px;
  background-size: 26px;
  overflow: hidden;
  text-indent: -100px;
}
.search-button.remove-search {
  background-image: url("/wp-content/themes/torn-theme/assets/remove-icon.svg");
}
.search-button:hover {
  border: 0;
  background-color: transparent;
}

.torn_erp_button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: white;
  color: #1a0c0c;
  border: 1px #666666 solid;
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
}
.torn_erp_button:hover:enabled {
  background-color: #25d68a;
  opacity: 0.8;
  color: #1a0c0c;
}
.torn_erp_button .icon {
  position: relative;
}
.torn_erp_button.has-icon {
  padding-right: 40px;
  background-size: 20px;
  background-position: 85% 50%;
  background-repeat: no-repeat;
}
.torn_erp_button.filter-button {
  background-image: url("/wp-content/themes/torn-theme/assets/filter-icon.svg");
}
.torn_erp_button.filter-button.has-filters {
  background-color: #1a0c0c;
  color: #25d68a;
}
.torn_erp_button.export-button {
  background-image: url("/wp-content/themes/torn-theme/assets/export-icon.svg");
}
.torn_erp_button.print-button {
  background-image: url("/wp-content/themes/torn-theme/assets/print-icon.svg");
}

.ag-theme-alpine .ag-paging-panel {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ag-theme-alpine .ag-selection-checkbox {
  margin-left: 5px;
}
.ag-theme-alpine .ag-header-cell &gt; div {
  display: flex;
}
.ag-theme-alpine span.ag-paging-row-summary-panel {
  align-self: start;
  margin-bottom: -25px;
  padding-top: 10px;
}
.ag-theme-alpine .ag-paging-button {
  border: 1px solid #1a0c0c;
  border-radius: 6px;
  padding: 15px;
}
.ag-theme-alpine .ag-paging-button:hover {
  background-color: #25d68a;
}

.torn_erp_product_preview_buttons_button.button_destructive {
  cursor: pointer;
  background-color: #ff5f5f;
}

.torn_erp_product_preview_sidebar img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-top: 1em;
  margin-bottom: 1em;
}

.torn_product_table_wrapper {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 6px 6px;
  position: relative;
}
.torn_product_table_wrapper .remove-from-list {
  display: none;
}
.torn_product_table_wrapper.list-selected .remove-from-list {
  display: inline-block;
}

.torn_erp_product_filters {
  display: none;
  position: absolute;
  width: 385px;
  height: 472px;
  left: 0;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  z-index: 1001;
  font-weight: bold;
}
.torn_erp_product_filters .filters-list {
  display: flex;
  flex-direction: column;
}
.torn_erp_product_filters.visible {
  display: block;
}

.ag-cell-not-inline-editing[col-id=title] .ag-cell-value,
.ag-cell-not-inline-editing[col-id=stock] .ag-cell-value,
.ag-cell-not-inline-editing[col-id=price_inc_vat] .ag-cell-value {
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding: 0 8px;
  background: transparent;
}

.ag-row:hover .ag-cell-not-inline-editing[col-id=title] .ag-cell-value,
.ag-row:hover .ag-cell-not-inline-editing[col-id=stock] .ag-cell-value,
.ag-row:hover .ag-cell-not-inline-editing[col-id=price_inc_vat] .ag-cell-value {
  border: 1px solid #ebebeb;
  background: white;
}

.torn_product_table_header {
  border: 1px #ebebeb solid;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  padding: 18px;
  background: white;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.torn_product_table_header .select-list-dropdown-wrapper {
  margin-left: 25px;
  position: relative;
}
.torn_product_table_header .select-list-dropdown-wrapper .select-list-dropdown {
  border-radius: 6px;
  border: 1px #1a0c0c solid;
  width: 220px;
  text-align: left;
  padding-left: 15px;
  padding-right: 40px;
  background: white url("/wp-content/themes/torn-theme/assets/dropdown-icon.svg") no-repeat 95% 50%;
  background-size: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.torn_product_table_header .select-list-dropdown-wrapper .select-list-dropdown.selected {
  background-color: #1a0c0c;
  color: #f0c450;
  background-image: url("/wp-content/themes/torn-theme/assets/dropdown-icon-yellow.svg");
}
.torn_product_table_header .select-list-dropdown-wrapper .select-list-dropdown-content {
  position: absolute;
  display: none;
  padding: 10px;
  border-radius: 0 0 6px 6px;
  border: 1px #1a0c0c solid;
  border-top: 0;
  background: white;
  width: 220px;
  text-align: left;
}
.torn_product_table_header .select-list-dropdown-wrapper .select-list-dropdown-content a {
  cursor: pointer;
  display: inline-block;
  padding: 3px;
  text-decoration: none;
}
.torn_product_table_header .select-list-dropdown-wrapper .select-list-dropdown-content a:hover {
  background-color: rgba(240, 196, 80, 0.1);
}
.torn_product_table_header .select-list-dropdown-wrapper.open .select-list-dropdown {
  border-radius: 6px 6px 0 0;
}
.torn_product_table_header .select-list-dropdown-wrapper.open .select-list-dropdown-content {
  display: flex;
  flex-direction: column;
  z-index: 2001;
}
.torn_product_table_header input.torn_erp_product_search {
  background: #ffffff;
  border: 1px solid #939395;
  box-sizing: border-box;
  border-radius: 6px;
  width: 250px;
}
.torn_product_table_header .toolbar-left {
  display: flex;
  width: calc(100% - 300px);
  align-items: center;
  gap: 10px;
}
.torn_product_table_header .toolbar-left .filter-wrapper {
  position: relative;
  margin-left: 20px;
}
.torn_product_table_header .toolbar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  gap: 10px;
}
.torn_product_table_header .toolbar-right div,
.torn_product_table_header .toolbar-right button {
  margin-left: 10px;
}
.torn_product_table_header .torn_erp_chips {
  display: flex;
  align-items: center;
}
.torn_product_table_header .torn_erp_chips .chip {
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1a0c0c;
  background-color: rgba(240, 196, 80, 0.1);
  border: 1px solid #f0c450;
  box-sizing: border-box;
  border-radius: 32px;
  padding: 5px 8px;
  margin-left: 10px;
  height: 35px;
}
.torn_product_table_header .torn_erp_chips .chip .chip-remove {
  background-image: url("/wp-content/themes/torn-theme/assets/remove-icon.svg");
  background-size: 16px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  width: 16px;
  cursor: pointer;
  text-decoration: none;
  border: 0;
}
.torn_product_table_header .torn_erp_chips .chip:hover {
  background-color: rgba(240, 196, 80, 0.2);
}

.torn_erp_multi_actions {
  position: absolute;
  display: none;
  top: 95px;
  height: 48px;
  left: 5px;
  padding: 10px;
  border-radius: 6px;
  background-color: #fef9ee;
  border: 1px solid #f0c450;
  z-index: 1001;
  align-items: center;
}
.torn_erp_multi_actions .actions {
  display: flex;
}
.torn_erp_multi_actions .remove-all {
  display: inline-block;
  color: #f0c450;
  background-color: #1a0c0c;
  height: 24px;
  width: 24px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}
.torn_erp_multi_actions .counter {
  margin-right: 10px;
  color: #1a0c0c;
}
.torn_erp_multi_actions button {
  margin-right: 10px;
}
.torn_erp_multi_actions.show-box {
  display: flex;
}

.torn_erp_single_line_actions {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 300px;
  right: 50px;
  width: 150px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  z-index: 1001;
}
.torn_erp_single_line_actions a {
  display: inline;
  padding: 5px;
  text-decoration: none;
}
.torn_erp_single_line_actions.visible {
  display: flex;
}

.erp_select_list_modal {
  padding-top: 20px;
  width: 100%;
}
.erp_select_list_modal th,
.erp_select_list_modal td {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  vertical-align: middle;
}
.erp_select_list_modal .list {
  width: 100%;
}
.erp_select_list_modal .create-list {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.erp_select_list_modal .create-list .new-list-name {
  width: calc(100% - 100px);
  border-radius: 6px 0 0 6px;
  border: 1px #1a0c0c solid;
  background: white;
}
.erp_select_list_modal .create-list .new-list-submit {
  width: 100px;
  border-radius: 0 6px 6px 0;
  background-color: #1a0c0c;
  color: #f0c450;
}
.erp_select_list_modal .add-product-to-list {
  cursor: pointer;
}
.erp_select_list_modal .add-product-to-list:hover {
  background-color: #efefef;
}
.erp_select_list_modal .delete_list_cell {
  width: 50px;
  text-align: right;
}
.erp_select_list_modal .delete_list_button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 12px;
  gap: 8px;
  background-color: white;
  color: #1a0c0c;
  border: 1px #666666 solid;
}
.erp_select_list_modal .delete_list_button .icon {
  background-size: 14px;
  width: 14px;
  height: 14px;
}
.erp_select_list_modal .delete_list_button:hover:enabled {
  background-color: #25d68a;
  opacity: 0.8;
  color: #1a0c0c;
}
.erp_select_list_modal .delete_list_button .icon {
  position: relative;
}
.torn_erp_notices_area span {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1a0c0c;
  background-color: rgba(240, 196, 80, 0.1);
  border: 1px solid #f0c450;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 5px 8px;
  margin-top: 10px;
  height: 35px;
  width: 300px;
}

.hentry .entry-content &gt; p,
.editor-styles-wrapper .is-root-container &gt; p {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 1028px) {
  .hentry .entry-content &gt; p,
  .editor-styles-wrapper .is-root-container &gt; p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hentry .entry-content &gt; h2,
.hentry .entry-content &gt; h1,
.hentry .entry-content &gt; h3,
.hentry .entry-content &gt; h4,
.editor-styles-wrapper .is-root-container &gt; h2,
.editor-styles-wrapper .is-root-container &gt; h1,
.editor-styles-wrapper .is-root-container &gt; h3,
.editor-styles-wrapper .is-root-container &gt; h4 {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 1028px) {
  .hentry .entry-content &gt; h2,
  .hentry .entry-content &gt; h1,
  .hentry .entry-content &gt; h3,
  .hentry .entry-content &gt; h4,
  .editor-styles-wrapper .is-root-container &gt; h2,
  .editor-styles-wrapper .is-root-container &gt; h1,
  .editor-styles-wrapper .is-root-container &gt; h3,
  .editor-styles-wrapper .is-root-container &gt; h4 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hentry .entry-content &gt; ul,
.editor-styles-wrapper .is-root-container &gt; ul {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 1028px) {
  .hentry .entry-content &gt; ul,
  .editor-styles-wrapper .is-root-container &gt; ul {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hentry .entry-content p,
.editor-styles-wrapper .is-root-container p {
  font-size: 18px;
  line-height: 27px;
  color: #1a0c0c;
}
.hentry .entry-content h1,
.editor-styles-wrapper .is-root-container h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  color: #1a0c0c;
}
.hentry .entry-content h2,
.editor-styles-wrapper .is-root-container h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #1a0c0c;
}
.hentry .entry-content h3,
.editor-styles-wrapper .is-root-container h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #1a0c0c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hentry .entry-content h4,
.editor-styles-wrapper .is-root-container h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #1a0c0c;
  text-transform: uppercase;
}
.hentry .entry-content figure.wp-block-image,
.editor-styles-wrapper .is-root-container figure.wp-block-image {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 1028px) {
  .hentry .entry-content figure.wp-block-image,
  .editor-styles-wrapper .is-root-container figure.wp-block-image {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hentry .entry-content ul,
.editor-styles-wrapper .is-root-container ul {
  color: #1a0c0c;
}
.hentry .entry-content ul li,
.editor-styles-wrapper .is-root-container ul li {
  font-size: 18px;
  line-height: 27px;
  margin-left: 32px;
  margin-bottom: 16px;
}
.hentry .entry-content .wp-block-quote,
.editor-styles-wrapper .is-root-container .wp-block-quote {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  border-left: 0;
  text-align: center;
}
@media only screen and (min-width: 1028px) {
  .hentry .entry-content .wp-block-quote,
  .editor-styles-wrapper .is-root-container .wp-block-quote {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hentry .entry-content .wp-block-quote p,
.editor-styles-wrapper .is-root-container .wp-block-quote p {
  color: #e5a600;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1028px) {
  .hentry .entry-content .wp-block-quote p,
  .editor-styles-wrapper .is-root-container .wp-block-quote p {
    font-size: 70px;
    line-height: 125%;
  }
}
.hentry .entry-content .wp-block-quote cite,
.editor-styles-wrapper .is-root-container .wp-block-quote cite {
  text-align: center;
}
.hentry .entry-content .wpforms-container form,
.editor-styles-wrapper .is-root-container .wpforms-container form {
  width: fit-content;
  margin: 0 auto;
}
.hentry .entry-content .is-style-fact-box,
.editor-styles-wrapper .is-root-container .is-style-fact-box {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  background-color: rgba(37, 214, 138, 0.2);
  padding: 32px;
  border-radius: 20px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1028px) {
  .hentry .entry-content .is-style-fact-box,
  .editor-styles-wrapper .is-root-container .is-style-fact-box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.torn-narrow-post #breadcrumbs span {
  display: inline-flex;
  gap: 1rem;
  color: #747476;
}
.torn-narrow-post #breadcrumbs span a {
  text-decoration: underline;
  font-weight: 700;
  color: #1a0c0c;
}
.torn-narrow-post .entry-header {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.torn-narrow-post .entry-content {
  max-width: 600px;
  margin: auto;
  /* Apply styles to the parent &lt;figure&gt; */
}
.torn-narrow-post .entry-content a {
  text-decoration: underline;
  font-weight: 700;
}
.torn-narrow-post .entry-content h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.torn-narrow-post .entry-content h3,
.torn-narrow-post .entry-content h2 {
  margin-top: 3rem;
}
.torn-narrow-post .entry-content .wp-block-group__inner-container:has(p):has(a:nth-child(2), a:nth-child(3)) {
  background-color: rgba(37, 214, 138, 0.2);
  border-radius: 12px;
  margin: 0 auto 3rem;
  padding: 2rem;
}
.torn-narrow-post .entry-content ol,
.torn-narrow-post .entry-content ul {
  background-color: rgba(37, 214, 138, 0.2);
  border-radius: 12px;
  margin: 0 auto 2rem;
  padding: 2rem;
  font-weight: 700;
}
.torn-narrow-post .entry-content ol li,
.torn-narrow-post .entry-content ul li {
  margin: 1rem;
}
.torn-narrow-post .entry-content figure &gt; img {
  border-radius: 12px;
  border: 1px solid #eeeeee;
  margin: auto;
}
.torn-narrow-post .entry-content figure.wp-block-gallery.has-nested-images {
  /* Parent styles here */
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  margin: 0 auto 2rem;
}
.torn-narrow-post .entry-content .gutentor-section,
.torn-narrow-post .entry-content .gutentor-accordion-wrapper {
  margin: 0 auto 2rem;
}
.torn-narrow-post .entry-content .gutentor-section .grid-container,
.torn-narrow-post .entry-content .gutentor-accordion-wrapper .grid-container {
  padding: 0;
}
.torn-narrow-post .entry-content .gutentor-section .grid-container .gutentor-block-header h2,
.torn-narrow-post .entry-content .gutentor-accordion-wrapper .grid-container .gutentor-block-header h2 {
  text-align: start;
}
.torn-narrow-post .entry-content .gutentor-section .grid-container .gutentor-block-header h2 em,
.torn-narrow-post .entry-content .gutentor-accordion-wrapper .grid-container .gutentor-block-header h2 em {
  white-space: pre;
  font-size: 16px;
  font-weight: 200;
  color: #898280;
}
.torn-narrow-post .entry-content .gutentor-section .grid-container .gutentor-block-header h2::before,
.torn-narrow-post .entry-content .gutentor-accordion-wrapper .grid-container .gutentor-block-header h2::before {
  content: "";
  display: none;
}
.torn-narrow-post .entry-content .gutentor-section .grid-container .gutentor-grid-item-wrap,
.torn-narrow-post .entry-content .gutentor-accordion-wrapper .grid-container .gutentor-grid-item-wrap {
  background-color: rgba(37, 214, 138, 0.2);
  padding: 2rem;
  border-radius: 12px;
  max-width: 600px;
  margin: auto;
}
.torn-narrow-post .entry-content .gutentor-section .grid-container .gutentor-grid-item-wrap h3,
.torn-narrow-post .entry-content .gutentor-accordion-wrapper .grid-container .gutentor-grid-item-wrap h3 {
  margin: 0 !important;
  padding: 0;
}
.torn-narrow-post .entry-content .gutentor-section .grid-container .gutentor-grid-item-wrap h3:hover,
.torn-narrow-post .entry-content .gutentor-accordion-wrapper .grid-container .gutentor-grid-item-wrap h3:hover {
  color: #898280;
}
.torn-narrow-post .entry-content .gutentor-section .grid-container .gutentor-grid-item-wrap .gutentor-accordion-heading,
.torn-narrow-post .entry-content .gutentor-accordion-wrapper .grid-container .gutentor-grid-item-wrap .gutentor-accordion-heading {
  border: none;
}
.torn-narrow-post .entry-content .gutentor-section .grid-container .gutentor-grid-item-wrap .gutentor-accordion-body,
.torn-narrow-post .entry-content .gutentor-accordion-wrapper .grid-container .gutentor-grid-item-wrap .gutentor-accordion-body {
  border: none;
}
.torn-narrow-post div &gt; form {
  width: 100% !important;
}

.nearby-experiment {
  display: none;
}

.nearby-stores-widget {
  position: relative;
}
.nearby-stores-widget h2 {
  text-align: center;
}
.nearby-stores-widget__postcode-entry-form {
  margin: auto;
  max-width: 370px;
  margin-bottom: 25px;
}
.nearby-stores-widget__postcode-entry-form .new-postal-code {
  border: 1px black solid;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 5px;
}
.nearby-stores-widget__postcode-entry-form .new-postal-code-submit {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.nearby-stores-widget__postcode-entry-form .new-postal-code-submit:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.nearby-stores-widget__postcode-entry-form .new-postal-code-submit .icon {
  position: relative;
}
.nearby-stores-widget__postcode-entry-form .new-postal-code-submit:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
.nearby-stores-widget__location-info-container {
  margin: 25px auto;
  max-width: 500%;
  text-align: center;
}
.nearby-stores-widget__location-info-container .location-info {
  font-weight: bold;
}
.nearby-stores-widget__location-info-container a.change-location {
  text-decoration: underline !important;
}
.nearby-stores-widget__location-info-container a.change-location:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .nearby-stores-widget__location-info-container a.change-location {
    display: block;
    margin-top: 5px;
  }
}
.nearby-stores-widget__see-more {
  margin: auto;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
  font-weight: bold;
  text-align: center;
}
.nearby-stores-widget__see-more:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.nearby-stores-widget__see-more .icon {
  position: relative;
}
.nearby-stores-widget__store-list {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  min-height: 80px;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 950px) {
  .nearby-stores-widget__store-list {
    flex-direction: column;
  }
}
.nearby-stores-widget .store-card {
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 45px;
  padding: 25px;
  width: calc(50% - 5rem);
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .nearby-stores-widget .store-card {
    width: 100%;
  }
}
.nearby-stores-widget .store-card__card-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 35px;
}
.nearby-stores-widget .store-card__card-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.nearby-stores-widget .store-card h3.store-name {
  text-transform: inherit;
  font-size: 28px;
  font-weight: medium;
  line-height: 1.3;
}
@media (max-width: 1028px) {
  .nearby-stores-widget .store-card h3.store-name {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .nearby-stores-widget .store-card h3.store-name {
    font-size: 24px;
  }
}
.nearby-stores-widget .store-card .store-button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
  font-weight: bold;
  padding: 10px 60px;
}
.nearby-stores-widget .store-card .store-button:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.nearby-stores-widget .store-card .store-button .icon {
  position: relative;
}
.nearby-stores-widget .store-card .store-button:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .nearby-stores-widget .store-card .store-button {
    padding: 5px 20px;
  }
}
.nearby-stores-widget .store-card .store-address-container {
  font-size: 12px;
  margin-bottom: 10px;
}
.nearby-stores-widget .store-card .store-distance-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.nearby-stores-widget .store-card .store-distance-container svg {
  margin-right: 8px;
}
.nearby-stores-widget .store-card .store-map-link-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.nearby-stores-widget .store-card .store-map-link-container svg {
  margin-right: 8px;
}
.nearby-stores-widget .store-card .store-logo {
  border-radius: 75px;
  width: 150px;
  height: 150px;
  min-width: 150px;
}
@media (max-width: 1028px) {
  .nearby-stores-widget .store-card .store-logo {
    border-radius: 60px;
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}
@media (max-width: 480px) {
  .nearby-stores-widget .store-card .store-logo {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}
.nearby-stores-widget .store-card .product-count-container a {
  font-size: 26px;
  font-family: "Sharp Grotesk", sans-serif;
  font-weight: 600;
}
.nearby-stores-widget .store-card .product-count-container a span {
  font-family: "Sharp Grotesk", sans-serif;
}
@media (max-width: 1028px) {
  .nearby-stores-widget .store-card .product-count-container a {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .nearby-stores-widget .store-card .product-count-container a {
    font-size: 22px;
  }
}

/* Basic styles for the spinner */
#nearby-stores-loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #25d68a; /* Blue */
  border-radius: 50%;
  animation: nearby-spin 2s linear infinite;
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  bottom: 0;
  margin-left: -25px;
  margin-top: -25px;
  display: none; /* Hidden by default */
}
@media (max-width: 768px) {
  #nearby-stores-loader {
    width: 30px;
    height: 30px;
  }
}

@keyframes nearby-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cart-postal-code-modal__pickup-points-container fieldset {
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .cart-postal-code-modal__pickup-points-container fieldset {
    gap: 0.625rem;
  }
}
.cart-postal-code-modal__pickup-points-container fieldset .cart-postal-code-modal__pickup-point {
  display: flex;
  gap: 0.625rem;
}
.cart-postal-code-modal__pickup-points-container fieldset .cart-postal-code-modal__pickup-point-address-container {
  padding-top: 0.1875rem;
}
.cart-postal-code-modal__pickup-points-container fieldset .cart-postal-code-modal__pickup-point-address-container label {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .cart-postal-code-modal__pickup-points-container fieldset .cart-postal-code-modal__pickup-point-address-container label {
    gap: 0.25rem;
    line-height: 1.1875rem;
  }
}
.cart-postal-code-modal__pickup-points-container fieldset .cart-postal-code-modal__pickup-point-address-container label span {
  font-weight: normal;
}
.cart-postal-code-modal__pickup-points-buttons {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
@media screen and (max-width: 400px) {
  .cart-postal-code-modal__pickup-points-buttons {
    flex-wrap: wrap;
  }
}
.cart-postal-code-modal__pickup-points-buttons button {
  margin-bottom: 0;
}
@media screen and (max-width: 400px) {
  .cart-postal-code-modal__pickup-points-buttons-confirm {
    margin-top: 0;
  }
}

.torn-modal-container .cart-postal-code-modal__pickup-points-buttons button {
  margin-bottom: 0;
  width: auto;
}

@media screen and (min-width: 600px) {
  #pickup-point-modal {
    max-width: 37.5rem;
  }
}
#pickup-point-modal .modal-headline {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  padding-right: 3.75rem;
}
@media screen and (max-width: 768px) {
  #pickup-point-modal .modal-headline {
    line-height: 1.5625rem;
  }
}

.torn_products_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.75rem;
}
@media screen and (min-width: 750px) {
  .torn_products_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .torn_products_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.torn_products_list .torn_product_card {
  background-color: white;
  overflow: auto;
  padding: 1rem;
  border-radius: 12px;
  position: relative;
  transition: all 0.1s;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.torn_products_list .torn_product_card:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08), 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
}
.torn_products_list .torn_product_card .torn_tags {
  margin-right: 40px;
}
.torn_products_list .torn_product_card .rebate-badge {
  position: absolute;
  padding: 8px 12px;
  background-color: black;
  color: white;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
}
.torn_products_list .torn_product_card .torn_add_favorite.torn_add_favorite_product.torn_add_favorite_product_trigger {
  position: absolute;
  z-index: 10;
  right: 13px;
  top: 13px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  cursor: pointer;
}
.torn_products_list .torn_product_card .torn_add_favorite.torn_add_favorite_product.torn_add_favorite_product_trigger .favorite-icon {
  height: 29px;
  width: 29px;
  background-size: 29px;
}
.torn_products_list .torn_product_card .torn_product_card_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 0.75rem;
}
@media screen and (min-width: 500px) {
  .torn_products_list .torn_product_card .torn_product_card_content {
    gap: 1rem;
  }
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_image_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_image_container .torn_product_card_image {
  width: 100%;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_image_container .torn_product_card_image img {
  aspect-ratio: 3/4;
  width: 100%;
  object-fit: contain;
  height: 6rem;
}
@media screen and (min-width: 1440px) {
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_image_container .torn_product_card_image img {
    height: 8rem;
  }
}
@media screen and (min-width: 1600px) {
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_image_container .torn_product_card_image img {
    height: 10rem;
  }
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_data_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_data_container .torn_product_card_title_and_store {
  margin: 0.5rem 0;
}
@media screen and (min-width: 1440px) {
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_data_container .torn_product_card_title_and_store {
    margin: 1rem 0;
  }
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_data_container .torn_product_card_title_and_store .brand {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_data_container .torn_product_card_title_and_store .product_card_title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  font-family: "Geist", sans-serif;
  text-align: left;
  hyphens: auto;
  text-transform: lowercase;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_data_container .torn_product_card_title_and_store .product_card_title::first-letter {
  text-transform: uppercase;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_data_container .torn_product_card_title_and_store .store-container .torn_product_card_store {
  padding: 0px 0;
  display: block;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_data_container .torn_product_card_title_and_store .store-container .torn_product_card_store .store-title {
  font-weight: 600;
  color: #5d5b53;
  font-size: 14px;
  line-height: 18px;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_data_container .torn_product_card_title_and_store .store-container .torn_product_card_stock {
  font-size: 14px;
  line-height: 18px;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_data_container .torn_product_card_title_and_store .store-container .torn_product_card_stock .torn_store_filter_list_distance {
  color: inherit;
  font-size: inherit;
}
@media screen and (min-width: 1600px) {
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_data_container .torn_product_card_title_and_store .store-container {
    margin-top: 0.7rem;
  }
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section {
  width: 100%;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container {
  white-space: nowrap;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 500px) {
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container {
    align-items: baseline;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 500px) {
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container--low-stock {
    align-items: center;
  }
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container .superpris-badge {
  padding: 0.3rem 0.7rem;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.33%;
  color: #fbf9f3;
  background-color: #1a0c0c;
  width: fit-content;
  border-radius: 100px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1440px) {
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container .superpris-badge {
    font-size: 12px;
    margin-bottom: 1rem;
  }
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container .old_price {
  text-decoration: line-through;
  font-size: 10px;
  color: #898280;
}
@media screen and (min-width: 1600px) {
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container .old_price {
    font-size: 14px;
  }
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container .torn_product_card_price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container .torn_product_card_price .the_price {
  font-size: clamp(24px, 30px - (var(--length, 1) - 1) * 3.33px, 30px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #d6254b;
}
@media screen and (min-width: 750px) {
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container .torn_product_card_price .the_price {
    font-size: clamp(28px, 38px - (var(--length, 1) - 1) * 3.33px, 38px);
  }
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container .torn_product_card_price .the_unit {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #5d5b53;
  overflow: hidden;
  text-transform: lowercase;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container .torn_product_card_stock {
  font-size: 14px;
  line-height: 18px;
  color: #5d5b53;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container .torn_product_card_price_per_item {
  color: #898280;
  font-size: 12px;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container {
  z-index: 10;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button,
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 12px;
  gap: 8px;
  background-color: white;
  border-radius: 100px;
  border: 1px solid #25d68a;
  padding: 0.5rem;
  margin: 0;
  font-weight: 600;
  justify-content: center;
  font-size: 10px;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button .icon,
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch .icon {
  background-size: 14px;
  width: 14px;
  height: 14px;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button:hover, .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button:hover:enabled,
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch:hover,
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch:hover:enabled {
  background-color: #25d68a;
  color: #1a0c0c;
}
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button .icon,
.torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch .icon {
  position: relative;
}
@media screen and (max-width: 370px) {
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button .text,
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch .text {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button,
  .torn_products_list .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch {
    font-size: 11px;
  }
}
.torn_products_list .torn-product-custom-card {
  padding: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .torn_products_list .torn-product-custom-card {
    width: 100%;
    min-height: 11rem;
    grid-column: 1/span 2;
    justify-content: center;
    margin: 0;
  }
}
.torn_products_list .torn-product-custom-card__icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .torn_products_list .torn-product-custom-card__icon {
    width: 35%;
  }
}
.torn_products_list .torn-product-custom-card--byggfaktadocu {
  background-color: #25d68a;
  cursor: default;
  font-weight: 500;
  color: #1a0c0c;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 50px;
  line-height: 1.25;
  padding-top: 60px;
}
@media only screen and (max-width: 750px) {
  .torn_products_list .torn-product-custom-card--byggfaktadocu {
    padding-top: 2rem;
  }
}
.torn_products_list .torn-product-custom-card--byggfaktadocu p {
  font-size: 19px;
  margin: 0;
  line-height: 25px;
  word-break: break-all;
}
@media only screen and (max-width: 750px) {
  .torn_products_list .torn-product-custom-card--byggfaktadocu p {
    font-size: 24px;
    line-height: 30px;
  }
}
.torn_products_list .torn-product-custom-card--byggfaktadocu a {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #1a0c0c;
  color: #fff;
  align-self: flex-start;
}
.torn_products_list .torn-product-custom-card--byggfaktadocu a:hover:enabled {
  opacity: 0.9;
}
.torn_products_list .torn-product-custom-card--byggfaktadocu a .icon {
  position: relative;
}
.torn_products_list.one-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  padding: 1rem;
  width: calc(100% + 40px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: 24vw;
  scroll-padding-left: 18vw;
}
@media screen and (min-width: 750px) {
  .torn_products_list.one-line {
    margin: 0.5rem auto;
    padding: 1rem 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    overflow-x: visible;
    overflow-y: visible;
  }
}
@media screen and (min-width: 900px) {
  .torn_products_list.one-line {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1150px) {
  .torn_products_list.one-line {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1920px) {
  .torn_products_list.one-line {
    grid-template-columns: repeat(5, 1fr);
  }
}
.torn_products_list.one-line .torn_product_card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  height: 100%;
  min-width: 64vw;
}
@media screen and (min-width: 750px) {
  .torn_products_list.one-line .torn_product_card {
    margin: 0;
  }
  .torn_products_list.one-line .torn_product_card:last-child {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .torn_products_list.one-line .torn_product_card:nth-last-child(-n+2) {
    display: none;
  }
}
@media screen and (min-width: 1150px) {
  .torn_products_list.one-line .torn_product_card:nth-last-child(-n+2) {
    display: flex;
  }
  .torn_products_list.one-line .torn_product_card:last-child {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .torn_products_list.one-line .torn_product_card:nth-last-child(-n+2) {
    display: flex;
  }
}
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_image_container .torn_product_card_image &gt; img {
  height: 6rem;
}
@media screen and (min-width: 375px) {
  .torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_image_container .torn_product_card_image &gt; img {
    height: 8rem;
  }
}
@media screen and (min-width: 425px) {
  .torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_image_container .torn_product_card_image &gt; img {
    height: 10rem;
  }
}
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 4px;
}
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container--low-stock {
  align-items: center;
}
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container .superpris-badge {
  font-size: 12px;
  line-height: 16px;
}
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_price_container .old_price {
  font-size: 14px;
  line-height: 18px;
}
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button,
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 12px;
  gap: 8px;
  background-color: white;
  border-radius: 100px;
  border: 1px solid #25d68a;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  border-radius: 100px;
  margin: 0;
}
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button .text,
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch .text {
  display: none;
}
@media screen and (min-width: 500px) {
  .torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button .text,
  .torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch .text {
    display: flex;
  }
}
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button .icon,
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch .icon {
  background-size: 14px;
  width: 14px;
  height: 14px;
}
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button:hover, .torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button:hover:enabled,
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch:hover,
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch:hover:enabled {
  background-color: #25d68a;
  color: #1a0c0c;
}
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button .icon,
.torn_products_list.one-line .torn_product_card .torn_product_card_content .torn_product_card_price_and_button_container .price_and_button_section .torn_button_container .torn_product_card_button_batch .icon {
  position: relative;
}
@media screen and (min-width: 475px) {
  .torn_products_list.one-line .torn_product_card {
    min-width: 55vw;
  }
}
@media screen and (min-width: 600px) {
  .torn_products_list.one-line .torn_product_card {
    min-width: 45vw;
  }
}
@media screen and (min-width: 750px) {
  .torn_products_list.one-line .torn_product_card {
    min-width: auto;
  }
}
.torn_products_list.one-line .torn_product_card:active {
  box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.15);
}
.torn_products_list.one-line::-webkit-scrollbar {
  display: none;
}

.torn_products_list.one-line.save-search-box {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1150px) {
  .torn_products_list.one-line.save-search-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1920px) {
  .torn_products_list.one-line.save-search-box {
    grid-template-columns: repeat(5, 1fr);
  }
}

.torn-price-alert {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  align-items: center;
  margin: 2.5rem 0 1.25rem;
  gap: 0.3125rem;
}
.torn-price-alert__info-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/info.svg");
  background-size: cover;
  cursor: pointer;
}
.torn-price-alert strong + a {
  margin-left: 0;
  font-weight: bold;
}
.torn-price-alert svg {
  color: #25d68a;
  margin-right: 0.3125rem;
}
.torn-price-alert__super-price svg {
  color: #000;
}
.torn-price-alert__super-price strong + a {
  font-weight: normal;
}

.torn_product_card_price_and_button_container .torn-price-alert {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
  width: 100%;
}
.torn_product_card_price_and_button_container .torn-price-alert__cheapest {
  font-weight: normal;
}
.torn_product_card_price_and_button_container .torn-price-alert__cheapest strong {
  font-weight: normal;
}
.torn_product_card_price_and_button_container .torn-price-alert svg {
  width: 18px;
  margin: 0;
}

.torn-product-category-search-form::before {
  /* Search */
  position: absolute;
  top: 10px;
  right: 10px;
  content: "\f002";
}

input#torn-product-category-search {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 20px;
  border: 1px solid black;
  border-radius: 5px;
  background-color: white;
}

.torn_new_product_form input[type=text],
.torn_new_product_form input[type=number],
.torn_new_product_form input[type=email],
.torn_new_product_form input[type=tel],
.torn_new_product_form input[type=url],
.torn_new_product_form input[type=password],
.torn_new_product_form input[type=search],
.torn_new_product_form textarea,
.torn_new_product_form .input-text {
  padding: 0.6180469716em;
  background-color: #ffffff;
  color: #43454b;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
.torn_new_product_form .torn_form_collection {
  padding: 20px;
  margin-bottom: 35px;
  border-radius: 5px;
  border: 2px solid #eeeeee;
  background-color: #fbf9f3;
}
.torn_new_product_form .torn_product_form_part {
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  color: black;
}
.torn_new_product_form .torn_product_form_part label {
  display: inline-block;
}
.torn_new_product_form .torn_product_form_part #bvr_nobb_submit_button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: white;
  color: #1a0c0c;
  border: 1px #666666 solid;
}
.torn_new_product_form .torn_product_form_part #bvr_nobb_submit_button:hover:enabled {
  background-color: #25d68a;
  opacity: 0.8;
  color: #1a0c0c;
}
.torn_new_product_form .torn_product_form_part #bvr_nobb_submit_button .icon {
  position: relative;
}
.torn_new_product_form .torn_price_warning {
  display: none;
  padding: 1em;
  background-color: #f0c450;
  border-radius: 10px;
  max-width: 600px;
}
.torn_new_product_form .torn_product_form_rows {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.torn_new_product_form .torn_product_horizontal_box {
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  min-width: 140px;
}
@media only screen and (max-width: 400px) {
  .torn_new_product_form .torn_product_centered_div {
    align-self: center;
  }
  .torn_new_product_form #tornGalleryPreview {
    margin-top: 25px;
  }
}
.torn_new_product_form #torn_product_form_images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.torn_new_product_form #torn_product_form_nobb_section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.torn_new_product_form .torn_product_field {
  width: 100%;
  border: 1px solid #aaaaaa !important;
}
.torn_new_product_form input:disabled {
  background-color: none !important;
  border: 1px solid rgba(255, 0, 0, 0) !important;
}
.torn_new_product_form .torn_product_field_small {
  max-width: 125px;
}
.torn_new_product_form .torn_product_field_medium {
  max-width: 225px;
}
.torn_new_product_form #torn_package_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.torn_new_product_form .torn_product_package {
  display: flex;
  flex-direction: column;
  width: 110px;
  margin: 15px 10px 15px 0;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
.torn_new_product_form .torn_package_header {
  font-size: 0.6em;
  margin: 0.3em 0.3em 0.1em;
}
.torn_new_product_form .torn_package_data {
  font-size: 0.8em;
  margin: 0.1em 0.3em 0.3em;
  color: black;
}
.torn_new_product_form .torn_product_package:hover,
.torn_new_product_form .torn_product_package_selected {
  background-color: #f0c450;
}
.torn_new_product_form .torn_product_form_button,
.torn_new_product_form .torn_product_form_button input[type=button],
.torn_new_product_form #tornGalleryAddButton,
.torn_new_product_form #tornClearMainImageButton,
.torn_new_product_form #tornMainImageAddButton {
  background-color: #f0c450;
  color: black;
  width: 225px;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  margin-right: 20px;
}
.torn_new_product_form .torn_field_description {
  margin-top: 5px;
  color: #555555;
  font-size: 0.8em;
}
.torn_new_product_form .torn_product_form_featured_image {
  width: 225px;
  height: 225px;
  align-self: center;
  justify-self: center;
  object-fit: contain;
}
.torn_new_product_form #tornGalleryPreview {
  display: flex;
  flex-wrap: wrap;
  height: 225px;
}
.torn_new_product_form .torn_gallery_preview_div {
  height: 80px;
  width: 80px;
  margin: 5px 5px 5px 0;
}
.torn_new_product_form .torn_gallery_preview_image {
  height: 80px;
  width: 80px;
  object-fit: contain;
}
.torn_new_product_form .torn_unit_helper {
  width: auto;
  margin-left: 15px;
}
.torn_new_product_form .torn-required-mustfill {
  background-color: rgba(240, 196, 80, 0.5) !important;
}
.torn_new_product_form .torn_product_nobb_spinner {
  margin-left: 15px;
  height: auto;
  width: 60px;
  display: none;
  max-height: 50px;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/*
Fancy loader effecf
*/
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f0c450;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 45px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #f0c450;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
.torn_favorites_card {
  position: relative;
  height: auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #ad88cd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.torn_favorites_card.hybrid_newsletter {
  background-color: black;
  color: white;
}
@media screen and (min-width: 900px) {
  .torn_favorites_card:hover {
    box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 750px) {
  .torn_favorites_card {
    width: 100%;
    min-height: 11rem;
    justify-content: center;
    grid-column: 1/span 2;
    margin: 0;
  }
}
.torn_favorites_card.status-success {
  align-items: center;
  justify-content: center;
}
.torn_favorites_card.status-success .torn_favorites_widget_done {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  row-gap: 1rem;
  align-items: center;
  justify-content: center;
}
.torn_favorites_card.loading {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .torn_favorites_card label {
    padding: 0;
  }
}
.torn_favorites_card .saved-search-icon {
  margin: 1rem 0;
  opacity: 0.1;
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  transform: rotate(-32deg);
  width: 70%;
}
@media only screen and (max-width: 750px) {
  .torn_favorites_card .saved-search-icon {
    width: 65%;
    right: -2rem;
  }
}
.torn_favorites_card label {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  max-width: 300px;
}
.torn_favorites_card .widget_favorites_input {
  margin-right: 0.5em;
  max-width: 300px;
  width: 70%;
  background-color: #fbf9f3;
}
.torn_favorites_card .widget_favorites_store_button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #1a0c0c;
  color: #fff;
  white-space: nowrap;
  align-self: flex-start;
}
.torn_favorites_card .widget_favorites_store_button:hover:enabled {
  opacity: 0.9;
}
.torn_favorites_card .widget_favorites_store_button .icon {
  position: relative;
}
.torn_favorites_card .signup-form button.widget_hybrid_newsletter_button,
.torn_favorites_card .widget_hybrid_newsletter_button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  white-space: nowrap;
  align-self: flex-start;
  font-weight: bold;
  background-color: #f79e1b;
  color: black;
}
.torn_favorites_card .signup-form button.widget_hybrid_newsletter_button .icon,
.torn_favorites_card .widget_hybrid_newsletter_button .icon {
  position: relative;
}
.torn_favorites_card .signup-form {
  width: 100%;
  z-index: 10;
}
.torn_favorites_card .signup-form input[type=email] {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  border-radius: 12px;
  height: 42px;
  margin: 15px 0;
}
.torn_favorites_card .signup-form button {
  font-size: 18px;
  line-height: 27px;
  background: #232323;
  border: 0;
  box-sizing: border-box;
  color: #fbf9f3;
  border-radius: 100px;
  height: 42px;
  padding: 0 20px;
  margin: 15px 0;
}

/* Begin torn-product-search-and-filter */
h1.torn-search-filter,
h2.torn-search-filter,
h2.torn-search-filter &gt; span {
  color: #232323;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  column-gap: 0.9rem;
}
@media screen and (max-width: 900px) {
  h1.torn-search-filter,
  h2.torn-search-filter,
  h2.torn-search-filter &gt; span {
    display: none;
  }
}

.torn-product-search-tag {
  white-space: nowrap;
}

.torn-product-search-tag .torn-product-search-tag__button {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/x.svg");
  background-color: rgba(173, 136, 205, 0);
  background-position: center;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  border-style: none;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
  align-self: center;
}

.reset-search {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: inline-flex;
  color: #1a0c0c;
  background-color: rgba(173, 136, 205, 0.2);
  border: 1px solid #ad88cd;
  border-radius: 32px;
  padding: 0.7rem 1rem;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  height: 2rem;
  align-items: center;
  background-color: inherit;
}
.reset-search:hover {
  background-color: rgba(173, 136, 205, 0.4);
}
@media screen and (min-width: 900px) {
  .reset-search {
    display: none;
  }
}

h1.torn-search-filter.num-results-0 ~ .torn-product-search-tag:last-child {
  margin-bottom: 55px;
}

header.woocommerce-products-header {
  display: block;
  width: 100%;
  margin-top: 0.6rem;
}

.torn_product_area_widget {
  max-width: 40%;
  align-self: flex-end;
}
@media screen and (max-width: 900px) {
  .torn_product_area_widget {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  header.woocommerce-products-header {
    margin: 1rem 0 0 0;
  }
  header.woocommerce-products-header h1 {
    color: #232323;
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
  }
}
@media screen and (max-width: 289px) {
  header.woocommerce-products-header {
    font-size: 13px;
  }
}
.woocommerce-result-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 1.5rem;
  justify-content: space-between;
  column-gap: 1rem;
}
.woocommerce-result-header.res-0 {
  display: block;
}
@media screen and (max-width: 900px) {
  .woocommerce-result-header.res-0 {
    margin-bottom: 4.5rem;
  }
}
.woocommerce-result-header .no-results {
  font-size: 18px;
  line-height: 27px;
}
.woocommerce-result-header .torn-product-search-tag {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: inline-flex;
  color: #1a0c0c;
  background-color: rgba(173, 136, 205, 0.2);
  border: 1px solid #ad88cd;
  border-radius: 32px;
  padding: 0.7rem 1rem;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  height: 2rem;
  align-items: center;
  display: block;
}
.woocommerce-result-header .torn-product-search-tag:hover {
  background-color: rgba(173, 136, 205, 0.4);
}
.woocommerce-result-header .storefront-sorting {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  order: 2;
}
@media screen and (max-width: 900px) {
  .woocommerce-result-header .storefront-sorting {
    flex: 1 0 calc(50% - 0.5rem);
  }
}
.woocommerce-result-header .storefront-sorting .woocommerce-ordering {
  margin: 0;
  padding: 0;
  width: 100%;
}
.woocommerce-result-header .storefront-sorting .woocommerce-ordering .orderby {
  border-radius: 5px;
  margin: 0;
}
@media (max-width: 599px) {
  .woocommerce-result-header .storefront-sorting .woocommerce-ordering .orderby {
    white-space: normal;
    padding: 0.6rem;
  }
}
@media screen and (max-width: 390px) {
  .woocommerce-result-header .storefront-sorting .woocommerce-ordering {
    min-width: 8.7rem;
  }
  .woocommerce-result-header .storefront-sorting .woocommerce-ordering .orderby {
    font-size: 14px;
  }
}
.woocommerce-result-header button {
  position: static;
  order: 1;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  height: 3rem;
  flex: 1 0 calc(50% - 0.5rem);
}
@media screen and (max-width: 390px) {
  .woocommerce-result-header button {
    min-width: 8.7rem;
    font-size: 14px;
  }
}

.torn-product-search-tag {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: inline-flex;
  color: #1a0c0c;
  background-color: rgba(173, 136, 205, 0.2);
  border: 1px solid #ad88cd;
  border-radius: 32px;
  padding: 0.7rem 1rem;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  height: 2rem;
  align-items: center;
  display: inline-flex;
  width: fit-content;
}
.torn-product-search-tag:hover {
  background-color: rgba(173, 136, 205, 0.4);
}
.torn-product-search-tag span {
  height: 11px;
  line-height: 13px;
}

@media screen and (max-width: 900px) {
  .torn-product-search-tag {
    display: none;
  }
}
.storefront-sorting form.woocommerce-ordering select.orderby {
  padding-left: 1rem;
  padding-right: 4rem;
  height: 3rem;
  border: 1px solid #1a0c0c;
  color: black;
  border-radius: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  background-color: white;
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/angle-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  width: 100%;
  /**
   * To hide the select arrow
   */
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  text-overflow: "";
}
@media screen and (min-width: 900px) {
  .storefront-sorting form.woocommerce-ordering select.orderby {
    width: fit-content;
    float: right;
  }
}

#main &gt; .storefront-sorting {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
#main &gt; .storefront-sorting p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #main &gt; .storefront-sorting {
    flex-flow: column;
    text-align: left;
    font-size: 18px;
  }
  #main &gt; .storefront-sorting nav {
    margin-top: 1rem;
    padding: 0;
  }
}

.torn-modal-container .modal-content .modal-headline .postal-code-modal__headline {
  max-width: 20rem;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto;
  line-height: 125%;
}
.torn-modal-container .modal-content .modal-body .postal-code-modal form {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.torn-modal-container .modal-content .modal-body .postal-code-modal form input#postal-code-modal-input,
.torn-modal-container .modal-content .modal-body .postal-code-modal form button.postal-code-modal_submit {
  width: 7rem;
  margin: 0 0.5rem;
}
@media screen and (min-width: 450px) {
  .torn-modal-container .modal-content .modal-body .postal-code-modal form input#postal-code-modal-input,
  .torn-modal-container .modal-content .modal-body .postal-code-modal form button.postal-code-modal_submit {
    margin: 0 1rem;
  }
}
.torn-modal-container .modal-content .modal-body .postal-code-modal form button.postal-code-modal_submit {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
  border-radius: 12px;
  height: auto;
}
.torn-modal-container .modal-content .modal-body .postal-code-modal form button.postal-code-modal_submit:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.torn-modal-container .modal-content .modal-body .postal-code-modal form button.postal-code-modal_submit .icon {
  position: relative;
}
@media screen and (min-width: 900px) {
  .torn-modal-container .modal-content .modal-body {
    margin-top: 1rem !important;
  }
}

.tag-heading {
  margin-top: 30px;
}
.tag-heading .tag-description {
  max-width: 600px;
}

h2.tag-results,
h2.tag-results &gt; span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  h1.torn-search-filter,
  h2.torn-search-filter {
    font-size: 24px;
    float: left;
    width: 65%;
  }
}
/* End torn-product-search-and-filter */
.header-widget-region .vendor-info {
  margin-bottom: 1rem;
  color: #1a0c0c;
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 900px) {
  .header-widget-region .vendor-info {
    padding-bottom: 2rem;
  }
}
.header-widget-region .vendor-info h1 {
  font-weight: 500;
  font-size: clamp(24px, 2vw + 20px, 32px);
  line-height: 120%;
  margin: 0;
  text-wrap: balance;
}
.header-widget-region .vendor-info h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
.header-widget-region .vendor-info .vendor-banner,
.header-widget-region .vendor-info .vendor-content {
  padding: 0 1.2rem;
}
@media screen and (max-width: 900px) {
  .header-widget-region .vendor-info .vendor-banner,
  .header-widget-region .vendor-info .vendor-content {
    padding: 0;
  }
}
.header-widget-region .vendor-info .vendor-banner {
  padding-bottom: 1.5rem;
}
.header-widget-region .vendor-info .vendor-banner .avatar {
  width: 8rem;
  height: 8rem;
  border: 0.5rem solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 768px) {
  .header-widget-region .vendor-info .vendor-banner .avatar {
    width: 6.5rem;
    height: 6.5rem;
    border: 0.3rem solid #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .header-widget-region .vendor-info .vendor-banner .avatar {
    width: 5rem;
    height: 5rem;
    border: 0.3rem solid #ffffff;
  }
}
.header-widget-region .vendor-info .vendor-banner .vendor-image-and-info-wrapper {
  position: relative;
  flex-basis: 50%;
  margin-bottom: 1.5rem;
}
.header-widget-region .vendor-info .vendor-banner .vendor-image-and-info-wrapper .avatar {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(1.5rem, 1.5rem);
}
@media screen and (max-width: 768px) {
  .header-widget-region .vendor-info .vendor-banner .vendor-image-and-info-wrapper .avatar {
    transform: translate(25%, 25%);
  }
}
.header-widget-region .vendor-info .vendor-banner .vendor-image-and-info-wrapper .banner {
  max-width: 520px;
  width: 100%;
}
.header-widget-region .vendor-info .vendor-content {
  display: flex;
  gap: 2rem;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .header-widget-region .vendor-info .vendor-content {
    flex-direction: column;
  }
}
.header-widget-region .vendor-info .vendor-content .vendor-store-info {
  flex-basis: 50%;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.header-widget-region .vendor-info .vendor-content .vendor-store-info .store-address {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.header-widget-region .vendor-info .vendor-content .vendor-store-info .support-contact a {
  text-decoration: underline;
}
.header-widget-region .vendor-info .vendor-content .opening-hours {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  flex-basis: 50%;
}
.header-widget-region .vendor-info .vendor-content .opening-hours .torn_store_opening_hours_table {
  margin: 0;
}
.header-widget-region .vendor-info .vendor-content .opening-hours .torn_store_opening_hours_table tr td {
  padding: 0.3rem 0rem;
}
.header-widget-region .vendor-info .vendor-content .opening-hours .torn_store_opening_hours_table tr td:first-child {
  min-width: 6rem;
  width: 30%;
}
.header-widget-region .vendor-info .vendor-content .opening-hours .torn_store_opening_hours_table tr td:first-child::first-letter {
  text-transform: capitalize;
}

#torn_store_map {
  width: 100%;
  height: 600px;
  max-height: 80vh;
  background-color: #cccccc;
}

.torn_map_infowindow {
  padding: 0.5em;
}
.torn_map_infowindow div {
  margin-top: 0.5em;
}

.torn_map_infowindow_header {
  font-weight: bold;
  margin-bottom: 0.2em;
}

#secondary .widget_torn_product_context {
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  padding: 0 0;
}
#secondary .widget_torn_product_context:empty {
  display: none;
}
#secondary .widget_torn_product_context .vendor-info {
  margin-bottom: 0;
  color: #1a0c0c;
  display: flex;
  flex-flow: column;
}
#secondary .widget_torn_product_context .vendor-info h1 {
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  margin: 1rem 1rem 1rem 0;
  max-width: 20rem;
}
#secondary .widget_torn_product_context .vendor-info h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
#secondary .widget_torn_product_context .vendor-info .banner-background {
  display: none;
}
#secondary .widget_torn_product_context .vendor-info .vendor-image-and-info-wrapper {
  display: none;
  flex-flow: column;
  position: relative;
}
#secondary .widget_torn_product_context .vendor-info .vendor-image-and-info-wrapper .avatar {
  position: absolute;
  width: 12rem;
  top: -10rem;
  border-radius: 100%;
}
#secondary .widget_torn_product_context .vendor-info .vendor-image-and-info-wrapper .vendor-info-inner {
  margin: 5rem 0 0 0;
}
#secondary .widget_torn_product_context .vendor-info .opening-hours {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 2rem 0 0 0;
}
#secondary .widget_torn_product_context .vendor-info .opening-hours .torn_store_opening_hours_table tr td {
  padding: 0.3rem 0rem;
}
#secondary .widget_torn_product_context .vendor-info .opening-hours .torn_store_opening_hours_table tr td:first-child {
  min-width: 6rem;
  width: 30%;
}
#secondary .widget_torn_product_context .vendor-info .opening-hours .torn_store_opening_hours_table tr td:first-child::first-letter {
  text-transform: capitalize;
}
#secondary .widget_torn_product_context .vendor-info .store-address {
  display: none;
  margin: 2rem 0 2rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
#secondary .widget_torn_product_context .vendor-info .support-contact a {
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  #secondary .widget_torn_product_context .vendor-info .vendor-image-and-info-wrapper {
    display: flex;
  }
  #secondary .widget_torn_product_context .vendor-info .opening-hours {
    display: block;
  }
  #secondary .widget_torn_product_context .vendor-info .store-address {
    display: block;
  }
  #secondary .widget_torn_product_context .vendor-info .support-contact {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  #secondary .widget_torn_product_context .vendor-info .opening-hours {
    font-size: 18px;
  }
  #secondary .widget_torn_product_context .vendor-info .store-address {
    font-size: 18px;
  }
  #secondary .widget_torn_product_context .vendor-info .support-contact {
    font-size: 18px;
  }
}
@media screen and (min-width: 1150px) {
  #secondary .widget_torn_product_context .vendor-info h1 {
    font-size: 32px;
  }
}

/* Customize the label (the container) */
.styled-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.styled-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.styled-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px black solid;
  border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.styled-checkbox:hover input ~ .checkmark {
  background-color: white;
}

/* When the checkbox is checked, add a blue background */
.styled-checkbox input:checked ~ .checkmark {
  background-color: #1a0c0c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.styled-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.styled-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.styled-checkbox input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #f0c450;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.torn_banner_widget_content {
  width: 100%;
  margin-top: 0;
  height: auto;
  padding: 1em 1em 1.5em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #1a0c0c;
}
.torn_banner_widget_content a,
.torn_banner_widget_content a:visited {
  color: unset;
  text-decoration: none;
}
.torn_banner_widget_content .torn_banner_widget_content_div {
  width: 100%;
  text-align: center;
}
.torn_banner_widget_content .torn_banner_widget_title {
  font-size: 1.2em;
  font-weight: bold;
}
.torn_banner_widget_content .torn_banner_widget_main {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.torn_banner_widget_content .torn_banner_widget_sub {
  font-size: 1em;
}

.dealflow-time-container {
  display: none;
}

.torn_store_filter_widget button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 12px;
  gap: 8px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
}
.torn_store_filter_widget button .icon {
  background-size: 14px;
  width: 14px;
  height: 14px;
}
.torn_store_filter_widget button:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.torn_store_filter_widget button .icon {
  position: relative;
}
.torn_store_filter_box {
  display: flex;
  padding: 0;
}

.torn_store_filter_box_centered {
  justify-content: center;
}

#torn_store_filter_zip_input {
  margin: 0;
  margin-right: 3rem;
  border-radius: 12px;
  font-size: 16px;
  display: flex;
  flex: 1;
  height: 3rem;
  padding: 0 1rem;
}

#torn_store_filter_zip_button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  padding: 15px 20px;
  background-color: #1a0c0c;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
}
#torn_store_filter_zip_button:hover:enabled {
  opacity: 0.9;
}
#torn_store_filter_zip_button .icon {
  position: relative;
}
#torn_store_filter_zip_button #store_filter_zip_button_loading {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/spinner_white.svg");
  animation: rotation 2s infinite linear;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 10;
  background-repeat: no-repeat;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.torn_store_filter_widget_open,
.torn_store_filter_widget_close {
  cursor: pointer;
}

.torn_filter_option_empty {
  color: #828282;
}

.torn_store_filter_list_distance {
  color: #888888;
  font-size: 0.8em;
}

.torn_store_filter_filtered_warning {
  display: block;
  margin: 0 0 1em 0;
  padding: 0.5em 0.5em 0.5em 1em;
  background-color: #ffffff;
  justify-content: center;
}

.torn_store_filter_filtered_warning p {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.torn_store_filter_widget {
  margin-bottom: 1em;
}

.torn_store_filter_widget_open {
  display: flex;
  flex-direction: column;
}

.torn_store_filter_box {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  display: flex;
  flex-direction: column;
  padding: 0 0 0.25em 0;
}

.torn_store_filter_box_bottom_actions {
  height: 50px;
  align-items: center;
}

.torn_store_filter_dropdown {
  display: flex;
}

#torn_store_filter_apply {
  margin-right: 1em;
}

.torn_store_filter_reset {
  text-decoration: underline;
  cursor: pointer;
}

.torn_store_filter_trigger {
  text-decoration: underline;
  cursor: pointer;
}

.torn_store_filter_location_reset {
  cursor: pointer;
  text-decoration: underline;
  color: #5f5f5f;
}

#torn_store_filter_zip_input_container {
  display: none;
  width: 100%;
  flex-direction: row;
  height: 3rem;
  column-gap: 1rem;
  justify-content: space-between;
  padding: 0;
  margin: 1rem 0;
}

.top-notice {
  max-width: 500px;
  text-align: center;
  padding: 20px;
  margin: 20px auto auto;
  border-radius: 12px;
  background-color: rgba(240, 196, 80, 0.1);
  border: 1px rgba(240, 196, 80, 0.2) solid;
}
.top-notice .widget-title {
  display: none;
}
.top-notice a {
  text-decoration: underline;
}

[class^=intercom-with-namespace-],
.intercom-lightweight-app-launcher {
  transform: scale(1.2) !important;
}

@media (max-width: 768px) {
  body.single-product.product-page-bottom-bar-active [class^=intercom-with-namespace-],
  body.single-product.product-page-bottom-bar-active .intercom-lightweight-app-launcher {
    bottom: calc(6vh + 20px) !important;
  }
}
@media (max-width: 768px) {
  body.single-product.product-page-bottom-bar-active .intercom-messenger-frame {
    bottom: 150px !important;
  }
}
@media (max-width: 768px) {
  body.archive.product-page-bottom-bar-active [class^=intercom-with-namespace-],
  body.archive.product-page-bottom-bar-active .intercom-lightweight-app-launcher {
    bottom: calc(10vh + 20px) !important;
  }
}
@media (max-width: 768px) {
  body.archive.product-page-bottom-bar-active .intercom-messenger-frame {
    bottom: 190px !important;
  }
}

.torn_tag {
  border-radius: 3px;
  min-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 500;
}
.torn_tag.tag--green {
  background-color: #25d68a;
}
.torn_tag.tag--red {
  background-color: #d6254b;
  color: white;
}
.torn_tag.tag--yellow {
  background-color: #f0c450;
}
.torn_tag.tag--orange-light {
  background-color: #fbe8ce;
}
.torn_tag.tag--low-stock {
  background-color: #f8e3e3;
  color: #d6254b;
}
.torn_tag.tag--large {
  font-size: 14px;
  padding: 6px 10px;
}

.torn_tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  min-height: 24px;
}

#content-404 {
  background-color: #ad88cd;
  height: 70vh;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1028px) {
  #content-404 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 1rem;
  }
}
@media screen and (max-width: 500px) {
  #content-404 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 1rem;
  }
}
#content-404 .col-full {
  grid-column-start: 2;
}
@media screen and (max-width: 1028px) {
  #content-404 .col-full {
    grid-column: span 2/4;
  }
}
@media screen and (max-width: 500px) {
  #content-404 .col-full {
    grid-column-start: 1;
  }
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404,
#content-404 .not-found &gt; .page-content {
  text-align: center;
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 &gt; .page-header h1,
#content-404 .not-found &gt; .page-content &gt; .page-header h1 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  #content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 &gt; .page-header h1,
  #content-404 .not-found &gt; .page-content &gt; .page-header h1 {
    font-size: 40px;
    line-height: 48px;
  }
  #content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 &gt; .page-header h1 span,
  #content-404 .not-found &gt; .page-content &gt; .page-header h1 span {
    width: 100%;
  }
  #content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 &gt; .page-header h1 span:last-of-type,
  #content-404 .not-found &gt; .page-content &gt; .page-header h1 span:last-of-type {
    display: inline;
  }
  #content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 &gt; .page-header h1 span:last-of-type::before,
  #content-404 .not-found &gt; .page-content &gt; .page-header h1 span:last-of-type::before {
    content: "\a";
    white-space: pre;
  }
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 &gt; .page-header h2,
#content-404 .not-found &gt; .page-content &gt; .page-header h2 {
  font-size: 80px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 &gt; .page-header h2,
  #content-404 .not-found &gt; .page-content &gt; .page-header h2 {
    font-size: 60px;
  }
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 p,
#content-404 .not-found &gt; .page-content p {
  font-size: 18px;
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 p:last-of-type,
#content-404 .not-found &gt; .page-content p:last-of-type {
  margin: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  #content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 p,
  #content-404 .not-found &gt; .page-content p {
    font-size: 14px;
  }
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form,
#content-404 .not-found &gt; .page-content .torn-search-form {
  position: relative;
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form #input-torn-search-form,
#content-404 .not-found &gt; .page-content .torn-search-form #input-torn-search-form {
  border: 1px solid #1a0c0c;
  background-color: #fbf9f3;
  border-radius: 50px;
  height: 68px;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  padding: 16px 32px;
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form #input-torn-search-form::placeholder,
#content-404 .not-found &gt; .page-content .torn-search-form #input-torn-search-form::placeholder {
  color: #1a0c0c;
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form #input-torn-search-form:hover,
#content-404 .not-found &gt; .page-content .torn-search-form #input-torn-search-form:hover {
  border: 1px solid #1a0c0c;
  box-shadow: 0 0 0 1px #1a0c0c;
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form #input-torn-search-form:focus,
#content-404 .not-found &gt; .page-content .torn-search-form #input-torn-search-form:focus {
  background-color: white;
  border: 1px solid #1a0c0c;
  box-shadow: 0 0 0 1px #1a0c0c;
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form #input-torn-search-form:focus::placeholder,
#content-404 .not-found &gt; .page-content .torn-search-form #input-torn-search-form:focus::placeholder {
  color: #e4e1dc;
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form #input-torn-search-form.autocomplete-box-open,
#content-404 .not-found &gt; .page-content .torn-search-form #input-torn-search-form.autocomplete-box-open {
  border-radius: 24px 24px 0 0;
}
@media (max-width: 1200px) {
  #content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form #input-torn-search-form,
  #content-404 .not-found &gt; .page-content .torn-search-form #input-torn-search-form {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 335px) {
  #content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form #input-torn-search-form,
  #content-404 .not-found &gt; .page-content .torn-search-form #input-torn-search-form {
    font-size: 4.7vw;
  }
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form #torn-hidden-click-to-search,
#content-404 .not-found &gt; .page-content .torn-search-form #torn-hidden-click-to-search {
  position: absolute;
  height: 100%;
  width: 78px;
  top: 0;
  right: 0;
  cursor: pointer;
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px;
}
@media (max-width: 1200px) {
  #content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form #torn-hidden-click-to-search,
  #content-404 .not-found &gt; .page-content .torn-search-form #torn-hidden-click-to-search {
    background-size: 22px;
    width: 68px;
  }
}
@media screen and (max-width: 364px) {
  #content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form #torn-hidden-click-to-search,
  #content-404 .not-found &gt; .page-content .torn-search-form #torn-hidden-click-to-search {
    display: none;
  }
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form .widget_search form::before,
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form .widget_product_search form::before,
#content-404 .not-found &gt; .page-content .torn-search-form .widget_search form::before,
#content-404 .not-found &gt; .page-content .torn-search-form .widget_product_search form::before {
  top: 16px;
  /* Move search icon from left side of input field to right side: */
  left: unset;
  right: 16px;
}
#content-404 .col-full &gt; .content-area &gt; .site-main &gt; .error-404 .torn-search-form .search-field,
#content-404 .not-found &gt; .page-content .torn-search-form .search-field {
  padding-left: 16px;
  background-color: white;
}

#content article:not(.post-8497, .full-width) h1 {
  margin-top: 16px;
}
@media only screen and (max-width: 480px) {
  #content article:not(.post-8497, .full-width) h1 {
    margin-top: 8px;
    font-size: 8vw;
  }
}

#content article.post-8497 {
  padding: 20px;
}

.torn-narrow-post h1 {
  margin-top: 40px;
}

.wp-block-video {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 15px;
}
@media screen and (min-width: 900px) {
  .wp-block-video {
    padding: 15px 0;
  }
}
.wp-block-video video {
  width: 100%;
}

.woocommerce-cart .list-item-radio {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  gap: 12px;
  margin: 15px 0 !important;
}
.woocommerce-cart .list-item-radio.list-item-radio_hidden {
  display: none;
}
.woocommerce-cart .list-item-radio:first-child {
  margin-top: 0 !important;
}
.woocommerce-cart .list-item-radio:last-child {
  margin-bottom: 0 !important;
}
.woocommerce-cart .list-item-radio .list-item-input {
  position: relative;
  margin: 0;
}
.woocommerce-cart .list-item-radio .list-item-input:checked {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/check.svg");
  background-position: center center;
  background-size: 16px;
}
.woocommerce-cart .list-item-radio .list-item-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 42px);
}
.woocommerce-cart .list-item-radio .list-item-content .list-single-item-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .list-item-radio .list-item-content .list-single-item-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .list-item-radio .list-item-content {
    display: block;
  }
}
.woocommerce-cart .list-item-radio .list-item-label_container {
  font-size: 18px;
  line-height: 1.35;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .list-item-radio .list-item-label_container {
    font-size: 13px;
  }
}
.woocommerce-cart .list-item-radio .list-item-label_container .list-item-label {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .list-item-radio .list-item-label_container .list-item-label {
    justify-content: space-between;
  }
}
.woocommerce-cart .list-item-radio .list-item-label_container .list-item-label .list-item-label_logo {
  height: calc(100% - 42px);
}
.woocommerce-cart .list-item-radio .list-item-label_container .list-item-label .list-item-label_bring {
  padding: 3px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  background-color: #ffffff;
  font-size: 11px;
  font-weight: 700;
}
.woocommerce-cart .list-item-radio .list-item-label_container .list-item-description {
  font-size: 15px;
  line-height: 24px;
}
.woocommerce-cart .list-item-radio .list-item-aside {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .woocommerce-cart .list-item-radio .list-item-aside {
    font-size: 13px;
  }
}
.woocommerce-cart .list-item-radio .list-item-input:checked ~ .list-item-content &gt; .list-single-item-content {
  font-weight: 700;
}
.woocommerce-cart .list-item-radio .list-item-input:not(:checked) ~ .list-item-content:has(.list-item_pickup-location-container) .list-item_pickup-location-container {
  display: none;
}
.woocommerce-cart .list-item-radio .list-item-sublabel {
  font-weight: 400;
}
.woocommerce-cart .list-item-radio .list-item_pickup-location-container {
  background-color: #ffffff;
  border: 1px solid #666666;
  border-radius: 5px;
  padding: 12px 16px;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .list-item-radio .list-item_pickup-location-container {
    margin: 1rem 0 1rem -2.81rem;
  }
}
.woocommerce-cart .list-item-radio .list-item_pickup-location-container .list-item_pickup-location {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.woocommerce-cart .list-item-radio .list-item_pickup-location-container .list-item_pickup-location a {
  text-decoration: underline;
}
.woocommerce-cart .list-item-radio .list-item_pickup-location-container .list-item_pickup-location-address {
  font-weight: normal;
  color: #898280;
  text-transform: uppercase;
}
.woocommerce-cart form.woocommerce-cart-form .table_wrapper table td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.woocommerce-cart form.woocommerce-cart-form .table_wrapper table td.product-price .quantity {
  display: none;
}
.woocommerce-cart form.woocommerce-cart-form .table_wrapper table thead td {
  text-align: left;
  padding: 0 0 10px 20px !important;
}
.woocommerce-cart form.woocommerce-cart-form .table_wrapper table tbody tr:nth-child(n) td {
  vertical-align: middle;
}
.woocommerce-cart form.woocommerce-cart-form .table_wrapper table td.product-subtotal,
.woocommerce-cart form.woocommerce-cart-form .table_wrapper table td.shipping-subtotal,
.woocommerce-cart form.woocommerce-cart-form .table_wrapper table td.product-shipping-subtotal {
  text-align: right;
  white-space: nowrap;
}
.woocommerce-cart form.woocommerce-cart-form .table_wrapper table td.product-shipping-subtotal {
  font-weight: bold;
}
.woocommerce-cart form.woocommerce-cart-form .table_wrapper table td.product-remove {
  padding-right: 20px;
  padding-left: 20px;
}
.woocommerce-cart form.woocommerce-cart-form .table_wrapper table td.product-remove a.remove {
  height: 16px;
  width: 16px;
  text-indent: -9999px;
}
.woocommerce-cart form.woocommerce-cart-form {
  width: calc(67% - 20px);
  max-width: 880px;
  float: left;
  color: black;
  margin-bottom: 0;
  /* Quantity input, which has type=number, should not display up/down arrows since we have buttons for counting up/down */
}
.woocommerce-cart form.woocommerce-cart-form dl.variation {
  display: grid;
  grid-template-columns: max-content auto;
  margin: 0;
}
.woocommerce-cart form.woocommerce-cart-form dl.variation dt {
  grid-column-start: 1;
  font-weight: normal;
}
.woocommerce-cart form.woocommerce-cart-form dl.variation dd {
  grid-column-start: 2;
  margin-left: 5px;
}
.woocommerce-cart form.woocommerce-cart-form .woocommerce-Price-amount {
  white-space: nowrap;
}
.woocommerce-cart form.woocommerce-cart-form .cart_item .product-name a:hover {
  text-decoration: underline;
}
.woocommerce-cart form.woocommerce-cart-form .icon {
  cursor: pointer;
}
.woocommerce-cart form.woocommerce-cart-form .product-quantity input::-webkit-outer-spin-button,
.woocommerce-cart form.woocommerce-cart-form .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart form.woocommerce-cart-form .product-quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-cart form.woocommerce-cart-form .product-quantity .quantity {
  display: inline-block;
}
.woocommerce-cart form.woocommerce-cart-form .product-quantity {
  white-space: nowrap;
}
.woocommerce-cart form.woocommerce-cart-form .product-quantity .icon {
  margin: 8px;
  height: 32px;
  width: 20px;
  background-size: contain;
  vertical-align: middle;
}
.woocommerce-cart form.woocommerce-cart-form .product-quantity .fas {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.woocommerce-cart form.woocommerce-cart-form .product-quantity .fa-minus-circle {
  margin-right: 3px;
}
.woocommerce-cart form.woocommerce-cart-form .product-quantity .fas-plus-circle {
  margin-left: 3px;
}
.woocommerce-cart .cart-items__table-wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #d0f2de;
  margin-bottom: 20px;
  padding-bottom: 30px;
  /*
    Reset &lt;table /&gt; styling

    We have to leave HTML tables in place for WooCommerce to work properly, 
    but we also want to have `flex` control over the layout of the table.
  */
}
.woocommerce-cart .cart-items__table-wrapper:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
@media screen and (max-width: 480px) {
  .woocommerce-cart .cart-items__table-wrapper {
    margin-bottom: 4px;
  }
}
.woocommerce-cart .cart-items__table-wrapper .hidden {
  display: none;
}
.woocommerce-cart .cart-items__table-wrapper button.select-vendor {
  border-radius: 100px;
  background-color: #25d68a;
  border: 2px solid #25d68a;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  padding: 16px 32px;
  color: #1a0c0c;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
.woocommerce-cart .cart-items__table-wrapper button.select-vendor:hover {
  background-color: #25d68a;
  opacity: 0.8;
  color: #1a0c0c;
  border: 2px solid darkgreen;
}
@media screen and (max-width: 480px) {
  .woocommerce-cart .cart-items__table-wrapper button.select-vendor {
    font-size: 16px;
    padding: 16px;
  }
}
.woocommerce-cart .cart-items__table-wrapper table {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .cart-items__table-wrapper table thead {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woocommerce-cart .cart-items__container {
  margin-bottom: 20px;
  position: relative;
}
.woocommerce-cart .cart-items__container .cart-items__product {
  display: flex;
  flex-direction: row;
  padding: 30px;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-cart .cart-items__container .cart-items__thumbnail {
  display: inline-flex;
}
.woocommerce-cart .cart-items__container .cart-items__thumbnail img {
  width: 74px !important;
  height: 74px !important;
}
.woocommerce-cart .cart-items__container .cart-items__product-info {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  max-width: 172px;
}
.woocommerce-cart .cart-items__container .cart-items__product-vendor {
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce-cart .cart-items__container .cart-items__product-name {
  font-weight: 700;
}
.woocommerce-cart .cart-items__container table th {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
  font-size: 20px;
  text-align: left;
}
.woocommerce-cart .cart-items__container table td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.woocommerce-cart .cart-items__container table td.product-price .quantity {
  display: none;
}
.woocommerce-cart .cart-items__container table thead th {
  padding-left: 20px;
}
.woocommerce-cart .cart-items__container table thead td {
  text-align: left;
  padding: 0 0 10px 20px !important;
}
.woocommerce-cart .cart-items__container table tbody tr:nth-child(n) td {
  vertical-align: middle;
}
.woocommerce-cart .cart-items__container table td.product-subtotal,
.woocommerce-cart .cart-items__container table td.shipping-subtotal,
.woocommerce-cart .cart-items__container table td.product-shipping-subtotal {
  text-align: right;
  white-space: nowrap;
}
.woocommerce-cart .cart-items__container table td.product-shipping-subtotal {
  font-weight: bold;
}
.woocommerce-cart .cart-items__container table td.product-remove {
  padding-right: 20px;
  padding-left: 20px;
}
.woocommerce-cart .cart-items__container table td.product-remove a.remove {
  height: 16px;
  width: 16px;
  text-indent: -9999px;
}
.woocommerce-cart .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-item {
    position: relative;
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 24px 16px;
  }
}
.woocommerce-cart .cart-item td {
  padding: 0 !important;
}
@media screen and (max-width: 420px) {
  .woocommerce-cart .cart-item td:nth-last-child(1) {
    order: 6;
  }
  .woocommerce-cart .cart-item td:nth-last-child(3) {
    order: 5;
  }
  .woocommerce-cart .cart-item td:nth-last-child(2) {
    width: 100%;
    text-align: left;
  }
}
.woocommerce-cart .cart-item .cart-item__meta {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-item .cart-item__meta {
    width: 100%;
    justify-content: flex-start;
  }
}
.woocommerce-cart .cart-item .cart-item__product-name {
  display: flex;
  flex-direction: column;
  width: 150px;
  color: #0f0f0f;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-item .cart-item__product-name {
    width: unset;
  }
}
.woocommerce-cart .cart-item .cart-item__product-name .cart-item__brand {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-cart .cart-item .cart-item__product-name .cart-item__product-titles {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .cart-item .cart-item__product-name .cart-item__product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.1em;
}
.woocommerce-cart .cart-item .cart-item__product-name .cart-item__product-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
.woocommerce-cart .cart-item .cart-item__remove-btn {
  display: flex;
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-item .cart-item__remove-btn {
    position: absolute;
    top: 35px;
    right: 10px;
  }
}
.woocommerce-cart .cart-item .cart-item__thumbnail {
  padding: 0 !important;
  height: 90px !important;
  width: 90px !important;
  background-color: white;
  display: flex;
  align-items: center;
}
.woocommerce-cart .cart-item .cart-item__thumbnail img {
  max-height: 90px !important;
  max-width: 90px !important;
}
@media only screen and (max-width: 480px) {
  .woocommerce-cart .cart-item .cart-item__thumbnail img {
    max-height: 60px !important;
    max-width: 60px !important;
  }
}
.woocommerce-cart .cart-item .cart-item__mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-item .cart-item__mobile {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0;
    margin-top: 26px;
    justify-content: space-between;
    margin-bottom: 24px;
  }
}
.woocommerce-cart .cart-item .cart-item__price {
  display: flex;
  flex-direction: column;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-item .cart-item__price {
    display: inline-flex;
    width: auto;
    min-width: 50px;
  }
}
.woocommerce-cart .cart-item .cart-item__price .cart-item__unit {
  color: #747476;
  font-size: 14px;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-item .cart-item__quantity {
    display: inline-flex;
  }
}
.woocommerce-cart .cart-item .cart-item__subtotal {
  text-align: right;
  white-space: nowrap;
  padding: 0;
  flex-direction: column;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-item .cart-item__subtotal {
    width: auto;
    display: inline-flex;
    flex-direction: row;
  }
}
.woocommerce-cart .cart-item .cart-item__subtotal span {
  white-space: nowrap;
}
.woocommerce-cart .cart-item__shipping-pick-up {
  margin-top: -10px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 16px 24px;
  display: flex;
  gap: 18px;
  height: auto !important;
}
.woocommerce-cart .cart-item__shipping-pick-up td {
  padding: 8px 0;
}
.woocommerce-cart .cart-item__shipping-pick-up td:first-child {
  max-width: 90px;
  width: 100%;
  text-align: center;
}
.woocommerce-cart .cart-item__pick-up-tag {
  padding: 5px 6px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  background: #fbe8ce;
  white-space: nowrap;
}
.woocommerce-cart .cart-item__pick-up-text {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}
.woocommerce-cart .cart-quantity-selector {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-quantity-selector {
    gap: 10px;
  }
}
.woocommerce-cart .cart-quantity-selector .cart-quantity-selector__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #1a0c0c;
  border-radius: 50%;
  cursor: pointer;
}
.woocommerce-cart .cart-quantity-selector .cart-quantity-selector__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce-cart .cart-quantity-selector .cart-quantity-selector__button.cart-quantity-selector__button--add {
  background-color: #1a0c0c;
}
.woocommerce-cart .cart-quantity-selector .cart-quantity-selector__button.cart-quantity-selector__button--add path {
  fill: #fbf9f3;
}
.woocommerce-cart .cart-quantity-selector .cart-quantity-selector__input {
  position: relative;
}
.woocommerce-cart .cart-quantity-selector .cart-quantity-selector__input .cart-quantity-selector__stock {
  position: absolute;
  left: -50px;
  right: -50px;
  bottom: -22px;
  text-align: center;
  width: auto;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-quantity-selector .cart-quantity-selector__input .cart-quantity-selector__stock {
    display: none;
  }
}
.woocommerce-cart .cart-quantity-selector .cart-quantity-selector__input .cart-quantity-selector__stock--last-item {
  color: #f78502;
}
.woocommerce-cart .cart-quantity-selector .quantity input {
  width: 60px;
  height: 48px;
  padding: 12px 4px !important;
  margin: 0 !important;
  border: 2px solid #1a0c0c;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}
.woocommerce-cart .cart-shipping-row {
  display: flex;
  padding: 0px 24px;
  justify-content: space-between;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 1em;
  /*&amp;:not(:last-child, .cart-shipping-row--borderless) {
    border-top: 1px solid $torn-grey-medium;
  }*/
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-shipping-row {
    padding: 0px 16px;
    font-size: 16px;
  }
}
.woocommerce-cart .cart-shipping-row:first-of-type {
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method {
  padding-top: 20px;
  padding-bottom: 20px;
}
.woocommerce-cart .cart-shipping-row .cart_postal_code_entry_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  line-height: 1;
}
.woocommerce-cart .cart-shipping-row .cart_postal_code_entry_wrapper::before {
  content: "";
  background: url("/wp-content/themes/torn-theme/assets/unicons/info-circle.svg") no-repeat center;
  background-size: 32px;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
.woocommerce-cart .cart-shipping-row td {
  padding: 0 !important;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method {
  background: #d0f2de;
  border-bottom: none;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method td {
  width: 100%;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method .cart-shipping-method__list {
  list-style: none;
  margin: 24px 0 10px;
  font-weight: 400;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method--local-pickup {
  background: #fbe8ce;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method--local-pickup .cart-shipping-method__list {
  list-style: none;
  margin: 0;
  font-weight: 400;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method--local-pickup .list-item-radio {
  align-items: center;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method--local-pickup .list-item-radio label {
  cursor: default !important;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method--local-pickup .list-item-radio .list-item-input {
  cursor: default;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method--local-pickup .list-item-radio .list-item-input:checked {
  background: url("/wp-content/themes/torn-theme/assets/unicons/info-circle.svg") no-repeat center;
  background-size: 32px;
  width: 32px;
  height: 32px;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method--local-pickup .list-item-radio input[type=radio] {
  background-color: transparent !important;
  min-width: 32px;
  min-height: 32px;
  outline: none;
  border: none;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method--local-pickup .list-item-radio input[type=radio]:hover {
  border: none;
  outline: none;
  box-shadow: none;
}
.woocommerce-cart .cart-shipping-row.cart-shipping-method--local-pickup .list-item-aside {
  font-weight: 400;
}
.woocommerce-cart .cart-shipping-row .cart-shipping__sum {
  text-align: end;
}
.woocommerce-cart .cart-shipping-method--overweight-info {
  position: relative;
  margin-top: -20px;
  padding-bottom: 19px;
  display: flex;
  background: #fbe8ce;
}
.woocommerce-cart .cart-shipping-method--overweight-info td {
  padding: 1em 74px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-shipping-method--overweight-info td {
    padding: 1em 20px;
  }
}
.woocommerce-cart .cart-totals.cart_totals th {
  padding: 0;
  font-weight: 400;
}
.woocommerce-cart .cart-totals.cart_totals td {
  padding: 0;
  font-weight: 700;
}
.woocommerce-cart .cart-totals.cart_totals .cart-total-price {
  align-items: end;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 45px !important;
  gap: 0.875rem;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 365px) {
  .woocommerce-cart .cart-totals.cart_totals .cart-total-price {
    align-items: center;
  }
  .woocommerce-cart .cart-totals.cart_totals .cart-total-price .cart-total-price-header {
    max-width: 140px;
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .woocommerce-cart .cart-totals.cart_totals .cart-total-price .woocommerce-Price-amount {
    font-size: 21px;
  }
  .woocommerce-cart .cart-totals.cart_totals .cart-total-price .cart-total-vat .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.woocommerce-cart .cart-totals.cart_totals .cart-total-price-header {
  font-weight: 700;
  flex: 1;
}
.woocommerce-cart .cart-totals.cart_totals .cart-total-subprice {
  padding-bottom: 0 !important;
  justify-content: space-between;
}
.woocommerce-cart .cart-totals.cart_totals .cart-total-subprice:last-child {
  padding-bottom: 20px !important;
}
.woocommerce-cart .cart-totals.cart_totals .cart-total-vat {
  position: absolute;
  bottom: 20px;
  right: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #1a0c0c;
}
.woocommerce-cart .woocommerce-cart-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 33%;
  position: relative;
  float: right;
  margin-left: 1.25rem;
}
.woocommerce-cart .woocommerce .cart-collaterals--inner {
  position: sticky;
  top: 1.25rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table {
  background-color: #ffffff;
  border-radius: 20px;
  color: #000;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .cart-header__container {
  text-align: center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .cart-header__container .cart-header__heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .cart-header__container .cart-header__information {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table tr {
  width: 100%;
  padding: 20px 16px;
  display: flex;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table tr:has(td) {
  justify-content: space-between;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table tr:not(:has(td)) th {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table th:last-child {
  border: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping {
  background-color: #f4f3f3;
  align-items: center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping td {
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping {
    flex-direction: column;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-warehouse {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-warehouse th {
  text-align: center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-warehouse th .cart-warehouse-distance {
  font-weight: 400;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__title-content {
  display: flex;
  align-content: center;
  align-items: center;
  column-gap: 24px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__title-content img {
  width: 55px !important;
  height: 55px !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__title-content .cart-totals-item__main-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__title-content .cart-totals-item__main-title .cart-totals-item__sub-title {
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__price-content {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  font-weight: normal;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__price-content .cart-totals-item__product_subtotal {
  font-weight: bold;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping-information th {
  font-size: 14px;
  line-height: 18px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping-information th .cart-shipping-information__label {
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  display: flex;
  align-content: center;
  column-gap: 5px;
  margin-top: 2px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping-information th .cart-shipping-information__label .unicon-info-circle {
  height: 24px;
  width: 24px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping-information td {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-total .cart-total__description,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-total .cart-total__vat {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #1a0c0c;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-total .cart-total__description {
  text-align: left;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-total td {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-total td .cart-total__vat {
  text-align: right;
  white-space: nowrap;
}
.woocommerce-cart .woocommerce .cart-collaterals .woocommerce-shipping-calculator p {
  line-height: 16px;
  font-size: inherit;
}
.woocommerce-cart .woocommerce .cart-collaterals input[type=number] {
  -moz-appearance: textfield;
  border: 1px solid #0f0f0f;
  border-radius: 12px;
  padding: 12px 16px;
  width: 90px;
  font-size: inherit;
}
.woocommerce-cart .woocommerce .cart-collaterals input::-webkit-outer-spin-button,
.woocommerce-cart .woocommerce .cart-collaterals input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .web-shop-info {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.woocommerce-cart .woocommerce .cart-collaterals .web-shop-info .payment-icons {
  margin-top: 12px;
}
.woocommerce-cart .woocommerce .cart-collaterals .web-shop-info .payment-icons img {
  display: inline;
  height: 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals .web-shop-info .payment-icons img.vipps, .woocommerce-cart .woocommerce .cart-collaterals .web-shop-info .payment-icons img.klarna {
  height: 34px;
}
.woocommerce-cart .woocommerce .cart-collaterals .web-shop-info .payment-icons img.visa, .woocommerce-cart .woocommerce .cart-collaterals .web-shop-info .payment-icons img.mastercard {
  margin-right: 16px;
  margin-bottom: 7px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals.cart-totals .cart_totals_table .shop_table .cart-total-subprice {
  justify-content: space-between;
}
.woocommerce-cart .woocommerce.cart-collaterals .cart_totals .shop_table .cart-total-subprice {
  justify-content: space-between;
}
.woocommerce-cart .woocommerce.cart-collaterals.cart_totals {
  width: 100%;
}
.woocommerce-cart .woocommerce.cart-collaterals.cart_totals h2 {
  font-size: 24px;
}
.woocommerce-cart .woocommerce.cart-collaterals.cart_totals .shipping-calculator-button {
  margin-left: 10px;
  font-size: inherit;
}
.woocommerce-cart .woocommerce.cart-collaterals.cart_totals .shipping-calculator-button.not-set {
  margin-left: 0;
}
.woocommerce-cart .woocommerce.cart-collaterals.cart_totals .shipping-calculator-button:before {
  content: none;
}
.woocommerce-cart .woocommerce.cart_totals table:not(.has-background) th,
.woocommerce-cart .woocommerce.cart_totals table:not(.has-background) td {
  background-color: inherit;
  vertical-align: middle;
}
.woocommerce-cart .woocommerce.cart_totals table td,
.woocommerce-cart .woocommerce.cart_totals table th {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart .woocommerce.cart_totals table th {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    font-size: 15px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 20px;
  }
}
.woocommerce-cart .vouchers {
  margin-top: -20px;
  border-top: 1px solid #eee;
  padding: 20px;
}
.woocommerce-cart .vouchers__head {
  margin-bottom: 20px;
  cursor: pointer;
}
.woocommerce-cart .vouchers__title {
  display: flex;
  justify-content: space-between;
}
.woocommerce-cart .vouchers__title .torn-collapsable--button {
  padding: 0 10px;
}
.woocommerce-cart .vouchers__title .torn-collapsable--button::after {
  right: -16px;
}
.woocommerce-cart .vouchers__input {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 450px) {
  .woocommerce-cart .vouchers__input {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.woocommerce-cart .vouchers__input input {
  margin: 0;
  flex-grow: 1;
  flex-shrink: 1;
  width: 240px;
}
.woocommerce-cart .vouchers__input--invalid input {
  border: 1px solid #e24242;
}
.woocommerce-cart .vouchers__valid-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-cart .vouchers__button {
  height: 46px;
  border-color: #25d68a;
  background-color: transparent;
}
.woocommerce-cart .vouchers__input-and-details--empty {
  display: none;
}
.woocommerce-cart .vouchers__error {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #e24242;
}
.woocommerce-cart .cart-edit-post-code {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  padding: 1.06rem 1.25rem 1.18rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1180px) {
  .woocommerce-cart .cart-edit-post-code[data-mq=desktop] {
    display: none;
  }
}
.woocommerce-cart .cart-edit-post-code[data-mq=mobile] {
  display: none;
}
@media screen and (min-width: 1180px) {
  .woocommerce-cart .cart-edit-post-code[data-mq=mobile] {
    display: flex;
  }
}
.woocommerce-cart .cart-edit-post-code .map-marker {
  width: 24px;
  height: 24px;
}
.woocommerce-cart .cart-edit-post-code .title {
  display: flex;
  gap: 5px;
  width: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .woocommerce-cart .cart-edit-post-code .title {
    font-size: 14px;
  }
}
.woocommerce-cart .cart-edit-post-code .edit-post-code-link {
  text-decoration: underline;
}
.woocommerce-cart .cart-postal-code-notification {
  justify-content: space-between;
  padding: 16px;
  background-color: #ffffff;
  font-size: 18px;
  margin-bottom: 33px;
  display: none;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-postal-code-notification {
    display: flex;
  }
}
.woocommerce-cart .cart-postal-code-notification span {
  font-weight: 700;
}
.woocommerce-cart .cart-postal-code-notification a {
  text-decoration: underline;
}
.woocommerce-cart .cart-undo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 0;
}
.woocommerce-cart .cart-undo .cart-undo-name {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-cart .cart-undo .cart-undo-name a {
  text-decoration: underline;
}
.woocommerce-cart .cart-undo .cart-undo-name .cart-undo-name_remove-all {
  font-weight: bold;
}
.woocommerce-cart .cart-undo .cart-undo-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/x-circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}
.woocommerce-cart .container-header__container {
  display: flex;
  padding: 0;
}
.woocommerce-cart .container-header__container.border {
  border-bottom: 1px solid #d9d9d9;
}
.woocommerce-cart .container-header__container .container-header {
  padding: 2rem 0 1.875rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .container-header__container .container-header {
    padding: 22px 16px 14px;
    text-align: center;
  }
}
.woocommerce-cart .container-header__title {
  font-size: 22px;
  line-height: 1.35;
  font-family: "Sharp Grotesk", sans-serif;
  font-weight: 500;
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 480px) {
  .woocommerce-cart .container-header__title {
    font-size: 16px;
  }
}
.woocommerce-cart .container-header__title a {
  font-family: "Sharp Grotesk", sans-serif;
  text-decoration: underline;
}
.woocommerce-cart .container-header__subtitle {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}
.woocommerce-cart .container-header__subtitle a {
  text-decoration: underline;
}
.woocommerce-cart .container-header__distance {
  text-wrap: nowrap;
}
.woocommerce-cart .gateway-selector {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  border-radius: 20px;
  padding: 20px;
  background-color: #ffffff;
}
.woocommerce-cart .gateway-selector ul {
  margin: 0 0 0.9375rem;
}
.woocommerce-cart .gateway-selector .gateway-selector__button a.checkout-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 100px;
  padding: 16px 32px;
  color: #1a0c0c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.woocommerce-cart .gateway-selector .gateway-selector__button--disabled a {
  pointer-events: none;
  opacity: 0.5;
}
.woocommerce-cart .gateway-selector .gateway-selector__link {
  align-self: center;
  margin-top: 1rem;
  font-size: 1rem;
  text-decoration: underline;
  text-wrap: wrap;
  text-align: center;
}
.woocommerce-cart .storefront-breadcrumb {
  display: none;
}
.woocommerce-cart h1.entry-title {
  text-align: center;
  /* margin-bottom: rem(10); */
}
.woocommerce-cart .woocommerce-cart__summary {
  text-align: center;
  margin-bottom: 2px;
  margin-bottom: 1.625rem;
}
.woocommerce-cart header.entry-header {
  text-align: center;
  padding: 0;
  /* padding: 40px 0 20px 0; */
}
.woocommerce-cart__summary {
  position: relative;
  top: -10px;
  margin-top: -16px;
}
@media screen and (max-width: 600px) {
  .woocommerce-cart .torn-modal-container.full {
    max-width: 99vw;
  }
}
.woocommerce-cart .torn-modal-container.narrow {
  min-width: 240px;
}

.shipping-calculator-form .button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #eeeeee;
  border: 1px #666666 solid;
}
.shipping-calculator-form .button:hover:enabled {
  background-color: #eeeeee;
  opacity: 0.8;
  color: #1a0c0c;
}
.shipping-calculator-form .button .icon {
  position: relative;
}
form.woocommerce-cart-form button[name=update_cart] {
  visibility: hidden;
}

@media screen and (max-width: 1179px) {
  .woocommerce-cart-form {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
  .woocommerce .cart-collaterals {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .cart-collaterals .checkout-button {
    font-size: 15px;
  }
}
.torn-cannot-calculate-shipping {
  color: #ec562d;
}

.torn-modal-container {
  background-color: #fbf9f3 !important;
  padding: 2rem 1rem !important;
  top: 50% !important;
}
@media screen and (min-width: 600px) {
  .torn-modal-container {
    column-gap: 1rem;
  }
}
@media screen and (min-width: 900px) {
  .torn-modal-container {
    padding: 4rem !important;
  }
}
@media screen and (max-width: 600px) {
  .torn-modal-container {
    width: 100% !important;
  }
}
.torn-modal-container button.close {
  border: 2px solid #1a0c0c !important;
  border-radius: 100%;
}
.torn-modal-container .modal-content .modal-headline .cart-postal-code-modal__headline {
  padding-right: 25px;
  max-width: 20rem;
  float: left;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 125%;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal {
  display: flex;
  flex-direction: column;
  float: left;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: left;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__input_label {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__input_error {
  color: #ec562d;
  padding-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 21px;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__input_wrapper {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 1rem;
}
@media screen and (min-width: 600px) {
  .torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__input_wrapper {
    column-gap: 2rem;
  }
}
@media screen and (max-width: 350px) {
  .torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__input_wrapper {
    flex-wrap: wrap;
  }
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__submit {
  border-radius: 100px !important;
  margin-top: 12px;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__input_cancel {
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__input,
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__submit {
  width: 7rem;
  margin: 0;
}
@media screen and (max-width: 350px) {
  .torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__input {
    width: 100%;
  }
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__submit {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
  border-radius: 12px;
  height: auto;
  position: relative;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__submit:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__form .cart-postal-code-modal__submit .icon {
  position: relative;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__information {
  font-weight: bold;
  line-height: 27px;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__information .cart-postal-code-modal__information-list {
  padding: 0 1.5rem;
  margin-top: 0;
  font-weight: normal;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__warning {
  font-size: 16px;
  font-style: italic;
  display: flex;
  align-items: flex-start;
  column-gap: 0.25rem;
  width: 100%;
  line-height: 20px;
  margin-top: 1rem;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__warning .unicon-info-circle {
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 900px) {
  .torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__warning {
    width: 50%;
  }
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__pickup-points-container .cart-postal-code-modal__pickup-points {
  padding: 0;
  border: none;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__pickup-points-container .cart-postal-code-modal__pickup-points .cart-postal-code-modal__pickup-point {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__pickup-points-container .cart-postal-code-modal__pickup-points .cart-postal-code-modal__pickup-point:not(:first-child) {
  margin-top: 1rem;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__pickup-points-container .cart-postal-code-modal__pickup-points .cart-postal-code-modal__pickup-point .cart-postal-code-modal__pickup-point-address-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.5rem;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__pickup-points-container .cart-postal-code-modal__pickup-points .cart-postal-code-modal__pickup-point .cart-postal-code-modal__pickup-point-address-container .cart-postal-code-modal__pickup-point-address-label {
  margin: 0;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__pickup-points-container .cart-postal-code-modal__pickup-points-buttons {
  display: flex;
  justify-items: flex-end;
  column-gap: 1rem;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__pickup-points-container .cart-postal-code-modal__pickup-points-buttons .cart-postal-code-modal__pickup-points-buttons-cancel {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: white;
  color: #1a0c0c;
  border: 1px #666666 solid;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__pickup-points-container .cart-postal-code-modal__pickup-points-buttons .cart-postal-code-modal__pickup-points-buttons-cancel:hover:enabled {
  background-color: #25d68a;
  opacity: 0.8;
  color: #1a0c0c;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__pickup-points-container .cart-postal-code-modal__pickup-points-buttons .cart-postal-code-modal__pickup-points-buttons-cancel .icon {
  position: relative;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__pickup-points-container .cart-postal-code-modal__pickup-points-buttons .cart-postal-code-modal__pickup-points-buttons-confirm {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__pickup-points-container .cart-postal-code-modal__pickup-points-buttons .cart-postal-code-modal__pickup-points-buttons-confirm:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.torn-modal-container .modal-content .modal-body .cart-postal-code-modal .cart-postal-code-modal__pickup-points-container .cart-postal-code-modal__pickup-points-buttons .cart-postal-code-modal__pickup-points-buttons-confirm .icon {
  position: relative;
}
@media screen and (min-width: 900px) {
  .torn-modal-container .modal-content .modal-body {
    margin-top: 1rem !important;
  }
}

@media screen and (max-width: 399px) {
  .shipping-calculator-form {
    position: relative;
  }
  .shipping-summary-wrapper {
    position: relative;
    margin-bottom: 30px;
  }
}
.cart-related-products {
  padding-top: 25px;
  clear: both;
}
.cart-related-products h2:not(.product_card_title) {
  font-size: 24px !important;
  padding: 20px;
  line-height: 1.35;
}
@media screen and (max-width: 480px) {
  .cart-related-products h2:not(.product_card_title) {
    font-size: 18px !important;
    padding: 16px 16px;
    text-align: center;
  }
}
.cart-related-products a {
  text-decoration: none !important;
}

.woocommerce-cart-form td .batch-select {
  margin: 0 auto;
  display: flex;
  border: 2px solid #1a0c0c;
  width: fit-content;
  cursor: pointer;
}
.woocommerce-cart-form td .batch-select:focus-visible {
  outline: none;
}
.woocommerce-cart-form td .unicon-minus.single_quantity_minus_button,
.woocommerce-cart-form td .unicon-plus.single_quantity_plus_button {
  cursor: pointer;
  margin: 0 0.5rem;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.woocommerce-cart-form td .unicon-minus.single_quantity_minus_button.disabled,
.woocommerce-cart-form td .unicon-plus.single_quantity_plus_button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.archive #content {
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
}
.archive #content .tax-product_cat h1 {
  font-size: 36px;
}

.archive .torn_store_header_area {
  padding: 0;
}

@media screen and (min-width: 900px) {
  .archive .storefront-breadcrumb {
    padding-bottom: 25px;
  }
}

.torn-category-decription {
  margin-bottom: 2rem;
}
.torn-category-decription h1 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 48px;
}
.torn-category-decription .read-more {
  font-weight: bold;
  text-decoration: underline;
}
.torn-category-decription .term-description {
  font-size: 18px;
  line-height: 27px;
  margin: 16px 0;
}
.torn-category-decription .term-description a {
  text-decoration: underline;
}
.torn-category-decription .term-description .read-more {
  cursor: pointer;
}
.torn-category-decription .term-description .more-text {
  display: none;
}

@media screen and (min-width: 900px) {
  #main .torn-category-decription {
    display: none;
  }
}

#secondary .widget_torn_category_description {
  display: none;
}
@media screen and (min-width: 900px) {
  #secondary .widget_torn_category_description {
    display: block;
    max-width: 20%;
  }
}

form.checkout::before,
form.checkout::after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce-checkout .entry-title {
  font-weight: 400;
  text-align: center;
}
.woocommerce-checkout.storefront-full-width-content .entry-header {
  text-align: center;
  padding: 40px 0 20px 0;
}

form.woocommerce-checkout .woocommerce-checkout-review-order-table td,
form.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  padding: 0 0px 15px 10px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-total,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item .product-total {
  text-align: right;
  line-height: 24px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item * {
  color: #1a0c0c;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  width: auto !important;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation {
  margin-top: 3px;
  margin-bottom: 0px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dt,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dd,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name dl.variation dd p {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount {
  display: block;
  white-space: nowrap;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .includes_tax,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal .includes_tax {
  margin-top: 3px;
  display: flex;
  justify-content: flex-end;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .includes_tax .woocommerce-Price-amount,
form.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal .includes_tax .woocommerce-Price-amount {
  margin-left: 5px;
  margin-right: 5px;
}
form.woocommerce-checkout .torn-checkout-summary {
  font-size: 0.875rem;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  padding: 0.875rem 0;
}
form.woocommerce-checkout .torn-checkout-summary table {
  margin-bottom: 0;
}
form.woocommerce-checkout .torn-checkout-summary table tr:last-of-type {
  border: 0;
}
form.woocommerce-checkout .torn-checkout-summary__store-wrapper {
  margin: 20px 20px;
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 12px;
}
form.woocommerce-checkout .torn-checkout-summary__store-name {
  margin-bottom: 20px;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
}
@media screen and (max-width: 480px) {
  form.woocommerce-checkout .torn-checkout-summary__store-name {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
form.woocommerce-checkout .torn-checkout-summary__item {
  line-height: 1.5;
  position: relative;
}
form.woocommerce-checkout .torn-checkout-summary__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background-color: #eee;
}
form.woocommerce-checkout .torn-checkout-summary__item--name {
  font-size: 14px;
  font-weight: 700;
}
form.woocommerce-checkout .torn-checkout-summary__item--quntity {
  font-weight: 700;
}
form.woocommerce-checkout .torn-checkout-summary__item--total {
  font-weight: bold;
}
@media (max-width: 450px) {
  form.woocommerce-checkout .torn-checkout-summary__item--total {
    flex: 0 0 85px;
    text-align: right;
  }
}
form.woocommerce-checkout .torn-checkout-summary__item--meta {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
}
form.woocommerce-checkout .torn-checkout-summary__item--last {
  border-bottom: 0;
}
form.woocommerce-checkout .torn-checkout-summary__item--last:after {
  content: none;
}
form.woocommerce-checkout .torn-checkout-summary__shipping {
  display: flex;
  margin: 10px -20px;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: flex-end;
  font-style: italic;
  background: #d0f2de !important;
  gap: 1rem;
}
form.woocommerce-checkout .torn-checkout-summary__shipping--local-pickup {
  background-color: #fbe8ce !important;
}
form.woocommerce-checkout .torn-checkout-summary__shipping--local-pickup .torn-checkout-summary__shipping--name span {
  display: block;
}
form.woocommerce-checkout .torn-checkout-summary__shipping .woocommerce-Price-amount {
  line-height: 1.5;
  font-weight: 700;
}
form.woocommerce-checkout .torn-checkout-summary__shipping--name {
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
form.woocommerce-checkout .torn-checkout-summary__shipping--name span {
  font-weight: normal;
}
form.woocommerce-checkout .torn-checkout-summary__total {
  display: flex;
  line-height: 1.5;
  align-items: flex-end;
  justify-content: space-between;
}
form.woocommerce-checkout .torn-checkout-summary__total-price {
  width: 80px;
  flex: 0 0 80px;
  text-align: right;
}
form.woocommerce-checkout .torn-checkout-summary__total-price .woocommerce-Price-amount {
  line-height: 1.5;
  font-weight: 700;
}
form.woocommerce-checkout #payment .payment_methods li {
  list-style: none !important;
  margin-left: 0;
  position: relative;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
}
form.woocommerce-checkout #payment .payment_methods li input.input-radio {
  margin: 23px;
}
form.woocommerce-checkout #payment .payment_methods li:hover {
  background-color: #f0f0f0;
}
form.woocommerce-checkout #payment .payment_methods li label {
  display: block;
  padding: 23px 23px 23px 0;
  cursor: pointer;
  flex: 1 0 auto;
}
form.woocommerce-checkout #payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  max-height: 1.618em;
}
form.woocommerce-checkout #payment .payment_methods li div.payment_box {
  padding: 0 20px 0;
}
form.woocommerce-checkout #payment .payment_methods li div.payment_box p {
  font-size: 14px;
  line-height: 18px;
}
form.woocommerce-checkout #payment .place-order {
  padding: 20px;
}
form.woocommerce-checkout #payment .place-order button#place_order {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  padding: 15px 20px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
  width: 100%;
  display: block;
}
form.woocommerce-checkout #payment .place-order button#place_order:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
form.woocommerce-checkout #payment .place-order button#place_order .icon {
  position: relative;
}
form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper,
form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p,
form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper p {
  padding: 0;
  margin: 0;
}
form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row,
form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row {
  margin-bottom: 20px;
}
form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-first,
form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-wide,
form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row-first,
form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row-wide {
  margin-right: 20px;
}
form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-wide,
form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row-wide {
  flex: 1 0 100%;
}
form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-first,
form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-last,
form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row-first,
form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row-last {
  flex: 1 0 auto;
}
form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper label,
form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper label,
form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper {
  display: block;
  margin: 0;
}
form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper input,
form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper input {
  width: 100%;
}
form.woocommerce-checkout abbr.required {
  border: none !important;
  text-decoration: none !important;
  color: #b79177;
}
form.woocommerce-checkout .form-row.hidden {
  display: none !important;
}
form.woocommerce-checkout .input-text {
  background: #ffffff;
  /* tørn GRÅ */
  border: 1px solid #898280;
  box-sizing: border-box;
  border-radius: 12px;
  margin: 12px 0px;
}
form.woocommerce-checkout #billing_postcode_field,
form.woocommerce-checkout #shipping_postcode_field {
  max-width: 150px;
  float: left;
  margin-right: 25px;
}
form.woocommerce-checkout #billing_city_field,
form.woocommerce-checkout #shipping_city_field {
  max-width: 150px;
  float: left;
  clear: none;
}
form.woocommerce-checkout #billing_city_field .input-text,
form.woocommerce-checkout #shipping_city_field .input-text {
  border: 0;
  background: inherit;
  box-shadow: none;
}
form.woocommerce-checkout #billing_city_field label,
form.woocommerce-checkout #shipping_city_field label {
  opacity: 0;
}
form.woocommerce-checkout #billing_phone_field,
form.woocommerce-checkout #shipping_phone_field {
  max-width: 200px;
}
form.woocommerce-checkout .company-toggle {
  cursor: pointer;
}
@media (min-width: 768px) {
  form.woocommerce-checkout #customer_details {
    width: 52.9411764706%;
    float: left;
    margin-right: 5.8823529412%;
  }
}
@media (min-width: 768px) {
  form.woocommerce-checkout #order_review_heading,
  form.woocommerce-checkout #order_review {
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
    clear: right;
  }
}
form.woocommerce-checkout #kco-wrapper {
  display: flex;
  grid-column-gap: 20px;
  justify-content: space-between;
}
form.woocommerce-checkout #kco-order-review {
  width: 33%;
  position: relative;
  padding-right: 0;
  font-size: 1em;
  margin-left: 0;
}
form.woocommerce-checkout #kco-iframe {
  width: calc(67% - 20px);
  max-width: 880px;
  color: #000;
  margin-bottom: 0;
  padding-left: 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.torn-collapsable--button {
  margin-left: auto;
  padding: 0.875rem;
  font-weight: bold;
  padding-right: 2.8125rem;
  position: relative;
  font-size: 0.875rem;
}
.torn-collapsable--button:after {
  content: "";
  position: absolute;
  right: 0.875rem;
  top: 0;
  height: 100%;
  width: 2rem;
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/angle-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 150ms ease-in-out;
}
.torn-collapsable--button.closed:after {
  transform: rotate(180deg);
}

.torn-checkout .cart-edit-post-code {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  padding: 1.06rem 1.25rem 1.18rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1180px) {
  .torn-checkout .cart-edit-post-code[data-mq=desktop] {
    display: none;
  }
}
.torn-checkout .cart-edit-post-code[data-mq=mobile] {
  display: none;
}
@media screen and (min-width: 1180px) {
  .torn-checkout .cart-edit-post-code[data-mq=mobile] {
    display: flex;
  }
}
.torn-checkout .cart-edit-post-code .map-marker {
  width: 24px;
  height: 24px;
}
.torn-checkout .cart-edit-post-code .title {
  display: flex;
  gap: 5px;
  width: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .torn-checkout .cart-edit-post-code .title {
    font-size: 14px;
  }
}
.torn-checkout .cart-edit-post-code .edit-post-code-link {
  text-decoration: underline;
}
.torn-checkout .cart-postal-code-notification {
  justify-content: space-between;
  padding: 16px;
  background-color: #ffffff;
  font-size: 18px;
  margin-bottom: 33px;
  display: none;
}
@media screen and (max-width: 767px) {
  .torn-checkout .cart-postal-code-notification {
    display: flex;
  }
}
.torn-checkout .cart-postal-code-notification span {
  font-weight: 700;
}
.torn-checkout .cart-postal-code-notification a {
  text-decoration: underline;
}
.torn-checkout .cart-totals.cart_totals th {
  padding: 0;
  font-weight: 400;
}
.torn-checkout .cart-totals.cart_totals td {
  padding: 0;
  font-weight: 700;
}
.torn-checkout .cart-totals.cart_totals .cart-total-price {
  align-items: end;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 45px !important;
  gap: 0.875rem;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 365px) {
  .torn-checkout .cart-totals.cart_totals .cart-total-price {
    align-items: center;
  }
  .torn-checkout .cart-totals.cart_totals .cart-total-price .cart-total-price-header {
    max-width: 140px;
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .torn-checkout .cart-totals.cart_totals .cart-total-price .woocommerce-Price-amount {
    font-size: 21px;
  }
  .torn-checkout .cart-totals.cart_totals .cart-total-price .cart-total-vat .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.torn-checkout .cart-totals.cart_totals .cart-total-price-header {
  font-weight: 700;
  flex: 1;
}
.torn-checkout .cart-totals.cart_totals .cart-total-subprice {
  padding-bottom: 0 !important;
  justify-content: space-between;
}
.torn-checkout .cart-totals.cart_totals .cart-total-subprice:last-child {
  padding-bottom: 20px !important;
}
.torn-checkout .cart-totals.cart_totals .cart-total-vat {
  position: absolute;
  bottom: 20px;
  right: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #1a0c0c;
}
.torn-checkout .woocommerce-cart-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.torn-checkout .woocommerce .cart-collaterals {
  width: 33%;
  position: relative;
  float: right;
  margin-left: 1.25rem;
}
.torn-checkout .woocommerce .cart-collaterals--inner {
  position: sticky;
  top: 1.25rem;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table {
  background-color: #ffffff;
  border-radius: 20px;
  color: #000;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .cart-header__container {
  text-align: center;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .cart-header__container .cart-header__heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .cart-header__container .cart-header__information {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 0;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table {
  width: 100%;
  border-collapse: collapse;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table tr {
  width: 100%;
  padding: 20px 16px;
  display: flex;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table tr:has(td) {
  justify-content: space-between;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table tr:not(:has(td)) th {
  width: 100%;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table th:last-child {
  border: none;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping {
  background-color: #f4f3f3;
  align-items: center;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping td {
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping {
    flex-direction: column;
  }
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-warehouse {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-warehouse th {
  text-align: center;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-warehouse th .cart-warehouse-distance {
  font-weight: 400;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__title-content {
  display: flex;
  align-content: center;
  align-items: center;
  column-gap: 24px;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__title-content img {
  width: 55px !important;
  height: 55px !important;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__title-content .cart-totals-item__main-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
  flex-direction: column;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__title-content .cart-totals-item__main-title .cart-totals-item__sub-title {
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__price-content {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  font-weight: normal;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__price-content .cart-totals-item__product_subtotal {
  font-weight: bold;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping-information th {
  font-size: 14px;
  line-height: 18px;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping-information th .cart-shipping-information__label {
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  display: flex;
  align-content: center;
  column-gap: 5px;
  margin-top: 2px;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping-information th .cart-shipping-information__label .unicon-info-circle {
  height: 24px;
  width: 24px;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-shipping-information td {
  width: 100%;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-total .cart-total__description,
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-total .cart-total__vat {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #1a0c0c;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-total .cart-total__description {
  text-align: left;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-total td {
  width: 100%;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals_table .shop_table .cart-total td .cart-total__vat {
  text-align: right;
  white-space: nowrap;
}
.torn-checkout .woocommerce .cart-collaterals .woocommerce-shipping-calculator p {
  line-height: 16px;
  font-size: inherit;
}
.torn-checkout .woocommerce .cart-collaterals input[type=number] {
  -moz-appearance: textfield;
  border: 1px solid #0f0f0f;
  border-radius: 12px;
  padding: 12px 16px;
  width: 90px;
  font-size: inherit;
}
.torn-checkout .woocommerce .cart-collaterals input::-webkit-outer-spin-button,
.torn-checkout .woocommerce .cart-collaterals input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.torn-checkout .woocommerce .cart-collaterals .web-shop-info {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.torn-checkout .woocommerce .cart-collaterals .web-shop-info .payment-icons {
  margin-top: 12px;
}
.torn-checkout .woocommerce .cart-collaterals .web-shop-info .payment-icons img {
  display: inline;
  height: 20px;
}
.torn-checkout .woocommerce .cart-collaterals .web-shop-info .payment-icons img.vipps, .torn-checkout .woocommerce .cart-collaterals .web-shop-info .payment-icons img.klarna {
  height: 34px;
}
.torn-checkout .woocommerce .cart-collaterals .web-shop-info .payment-icons img.visa, .torn-checkout .woocommerce .cart-collaterals .web-shop-info .payment-icons img.mastercard {
  margin-right: 16px;
  margin-bottom: 7px;
}
.torn-checkout .woocommerce .cart-collaterals .cart_totals.cart-totals .cart_totals_table .shop_table .cart-total-subprice {
  justify-content: space-between;
}
.torn-checkout .woocommerce.cart-collaterals .cart_totals .shop_table .cart-total-subprice {
  justify-content: space-between;
}
.torn-checkout .woocommerce.cart-collaterals.cart_totals {
  width: 100%;
}
.torn-checkout .woocommerce.cart-collaterals.cart_totals h2 {
  font-size: 24px;
}
.torn-checkout .woocommerce.cart-collaterals.cart_totals .shipping-calculator-button {
  margin-left: 10px;
  font-size: inherit;
}
.torn-checkout .woocommerce.cart-collaterals.cart_totals .shipping-calculator-button.not-set {
  margin-left: 0;
}
.torn-checkout .woocommerce.cart-collaterals.cart_totals .shipping-calculator-button:before {
  content: none;
}
.torn-checkout .woocommerce.cart_totals table:not(.has-background) th,
.torn-checkout .woocommerce.cart_totals table:not(.has-background) td {
  background-color: inherit;
  vertical-align: middle;
}
.torn-checkout .woocommerce.cart_totals table td,
.torn-checkout .woocommerce.cart_totals table th {
  padding-left: 0;
  padding-right: 0;
}
.torn-checkout .woocommerce.cart_totals table th {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .torn-checkout .woocommerce .cart-collaterals .cart_totals {
    font-size: 15px;
  }
  .torn-checkout .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 20px;
  }
}
.torn-checkout .cart-edit-post-code--warning {
  background-color: #fbe8ce;
  border-radius: 1.5625rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.25rem 1.25rem 3.75rem;
  font-size: 1.125rem;
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/info-circle.svg");
  background-position: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-size: 1.6875rem;
}
.torn-checkout .cart-edit-post-code--warning h5 {
  margin: 0;
}
.torn-checkout .cart-edit-post-code--warning p {
  margin: 0 0 0.625rem 0;
}
.torn-checkout .cart-edit-post-code--warning a {
  font-size: 0.875rem;
  text-decoration: underline;
}
.torn-checkout__wrapper {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .torn-checkout__wrapper {
    flex-direction: column;
  }
}
.torn-checkout__main {
  width: calc(67% - 20px);
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 1000px) {
  .torn-checkout__main {
    width: 100%;
    order: 2;
  }
}
.torn-checkout__main .woocommerce-privacy-policy-text {
  background-color: #fff;
  border-radius: 25px;
  padding: 1.25rem;
}
.torn-checkout__main .woocommerce-privacy-policy-text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25rem;
}
.torn-checkout__sidebar {
  width: 33%;
}
@media (max-width: 1000px) {
  .torn-checkout__sidebar {
    display: flex;
    flex-direction: column;
    width: 100%;
    order: 1;
  }
}
.torn-checkout__sidebar .cart_totals_table {
  background-color: #ffffff;
  border-radius: 20px;
  color: #000;
}
.torn-checkout__sidebar .cart_totals_table .cart-header__container {
  text-align: center;
}
.torn-checkout__sidebar .cart_totals_table .cart-header__container .cart-header__heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}
.torn-checkout__sidebar .cart_totals_table .cart-header__container .cart-header__information {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 0;
}
.torn-checkout__sidebar .cart_totals_table .shop_table {
  width: 100%;
  border-collapse: collapse;
}
.torn-checkout__sidebar .cart_totals_table .shop_table tr {
  width: 100%;
  padding: 20px 16px;
  display: flex;
}
.torn-checkout__sidebar .cart_totals_table .shop_table tr:has(td) {
  justify-content: space-between;
}
.torn-checkout__sidebar .cart_totals_table .shop_table tr:not(:has(td)) th {
  width: 100%;
}
.torn-checkout__sidebar .cart_totals_table .shop_table th:last-child {
  border: none;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-shipping {
  background-color: #f4f3f3;
  align-items: center;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-shipping td {
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .torn-checkout__sidebar .cart_totals_table .shop_table .cart-shipping {
    flex-direction: column;
  }
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-warehouse {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-warehouse th {
  text-align: center;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-warehouse th .cart-warehouse-distance {
  font-weight: 400;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__title-content {
  display: flex;
  align-content: center;
  align-items: center;
  column-gap: 24px;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__title-content img {
  width: 55px !important;
  height: 55px !important;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__title-content .cart-totals-item__main-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
  flex-direction: column;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__title-content .cart-totals-item__main-title .cart-totals-item__sub-title {
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__price-content {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  font-weight: normal;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-totals-item__container .cart-totals-item__price-content .cart-totals-item__product_subtotal {
  font-weight: bold;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-shipping-information th {
  font-size: 14px;
  line-height: 18px;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-shipping-information th .cart-shipping-information__label {
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  display: flex;
  align-content: center;
  column-gap: 5px;
  margin-top: 2px;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-shipping-information th .cart-shipping-information__label .unicon-info-circle {
  height: 24px;
  width: 24px;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-shipping-information td {
  width: 100%;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-total .cart-total__description,
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-total .cart-total__vat {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #1a0c0c;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-total .cart-total__description {
  text-align: left;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-total td {
  width: 100%;
}
.torn-checkout__sidebar .cart_totals_table .shop_table .cart-total td .cart-total__vat {
  text-align: right;
  white-space: nowrap;
}
.torn-checkout__sidebar .cart_totals .cart-total-price .cart-total-price-header {
  max-width: 100%;
}
.torn-checkout__sidebar .cart_totals .cart-total-price td {
  flex: none !important;
}
.torn-checkout__sidebar .cart_totals .cart-total-price .cart-total-price-header,
.torn-checkout__sidebar .cart_totals .cart-total-price td {
  line-height: 1.25;
  font-size: 16px !important;
}
@media screen and (max-width: 480px) {
  .torn-checkout__sidebar .cart_totals .cart-total-price .cart-total-price-header .woocommerce-Price-amount,
  .torn-checkout__sidebar .cart_totals .cart-total-price td .woocommerce-Price-amount {
    font-size: 16px !important;
  }
}
.torn-checkout__sidebar .cart_totals .cart-total-price td {
  flex: 0 0 130px;
  text-align: right;
}
.torn-checkout__sidebar .woocommerce-checkout-payment {
  display: none;
  background-color: #fff;
  margin-top: 1.25rem;
  padding: 1.25rem;
  border-radius: 1.25rem;
}
.torn-checkout__sidebar .woocommerce-checkout-payment__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.torn-checkout__sidebar .woocommerce-checkout-payment__heading h3 {
  font-size: 1.125rem;
  text-transform: none;
  font-weight: 500;
  margin: 0;
}
.torn-checkout__sidebar .woocommerce-checkout-payment__heading .torn-collapsable--button {
  padding-right: 1.875rem;
}
.torn-checkout__sidebar .woocommerce-checkout-payment__heading .torn-collapsable--button:after {
  right: 0;
}
.torn-checkout .torn-send-order-button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
  width: 80%;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 20px;
  justify-content: center;
  margin: auto;
}
.torn-checkout .torn-send-order-button:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.torn-checkout .torn-send-order-button .icon {
  position: relative;
}
@media (max-width: 1000px) {
  .torn-checkout.cod .torn-checkout__main {
    order: 1;
  }
}
@media (max-width: 1000px) {
  .torn-checkout.cod .torn-checkout__sidebar {
    order: 2;
  }
}

form.woocommerce-checkout #payment .payment_methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  margin: 0;
}
form.woocommerce-checkout #payment .payment_methods li {
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0;
}
form.woocommerce-checkout #payment .payment_methods li:hover {
  background-color: transparent;
}
form.woocommerce-checkout #payment .payment_methods li input.input-radio {
  margin: 0;
}
form.woocommerce-checkout #payment .payment_methods li label {
  padding: 0;
}

.woocommerce-checkout.sp-distraction-free-checkout.page-template-default .content-area {
  width: 100% !important;
  max-width: 1200px;
}

.shipping-location {
  margin-top: 5px;
  border: 1px solid #000;
  padding: 5px;
  display: flex;
  flex-direction: column;
  width: fit-content;
}

#pay-in-store-container,
#klarna-checkout-container,
#dintero-express-wrapper,
#vippscheckoutframe {
  border-radius: 25px;
  background-color: #fff;
  padding: 2em 0;
}

#pay-in-store-container {
  padding: 2em;
}
#pay-in-store-container #customer_details {
  width: 100%;
}

#torn_saved_search_toggle {
  text-decoration: none;
  color: black;
}

.icon-on,
.icon-off {
  margin-right: 1em;
}

.icon-on:before {
  font-family: "dashicons";
  content: "\f12a";
  color: green;
  font-size: 2em;
}

.icon-off:before {
  font-family: "dashicons";
  content: "\f153";
  color: rgba(255, 0, 0, 0.5333333333);
  font-size: 2em;
}

.torn_saved_word_form {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}

.torn_saved_search_word_list,
.torn_saved_search_categories_list,
.torn_saved_search_brand_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em 0 1em 0;
  padding: 0;
  list-style: none none;
}

.torn_saved_search_brand_list_brand,
.torn_saved_search_categories_list_category {
  padding: 0.5em 1em;
  background-color: aliceblue;
  border-radius: 0.5em;
  margin: 0.5em 0.5em 0.5em 0;
  cursor: pointer;
  color: black;
}

.torn_saved_search_categories_list_category_active,
.torn_saved_search_brand_list_brand_active {
  background-color: rgba(240, 196, 80, 0.5);
}

.torn_saved_search_word_list_delete_button {
  margin-left: 0.5em;
  color: #888888;
  font-size: 1em;
}

.torn_saved_search_word_list_word {
  padding: 0.5em 1em;
  background-color: rgba(240, 196, 80, 0.5);
  border-radius: 10px;
  margin: 0.5em 0.5em 0.5em 0;
  cursor: pointer;
  color: black;
}

.torn_saved_search_no_words {
  margin: 1em 0 2em 0;
  padding: 1em;
  border: 1px solid #555555;
  background-color: rgba(240, 196, 80, 0.5);
  border-radius: 10px;
  color: black;
}

#torn_saved_search_button_word,
#torn_saved_search_button_cat {
  background-color: #f0c450;
  border: 1px solid #555555;
  border-radius: 10px;
  margin-left: 1em;
}

#torn_saved_search_add_word_input {
  border: 1px solid #555555;
  border-radius: 10px;
  padding-left: 1.5em;
}

.torn_favorites_product_list_product {
  display: flex;
  flex-direction: row;
  padding: 5px;
}

.torn_favorites_product_list_product_image {
  object-fit: contain;
}

.torn_favorites_product_list_product_link {
  display: flex;
  flex: 1;
  padding-left: 1em;
  align-items: center;
}

.torn-saved-search-wrapper {
  width: 100%;
  max-width: 800px;
  display: flex;
  border-bottom: 1px #efefef solid;
  justify-content: space-between;
  flex-direction: row;
  padding: 20px 0;
}
.torn-saved-search-wrapper button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 12px;
  gap: 8px;
  background-color: #1a0c0c;
  color: #fff;
  margin-bottom: 20px;
  white-space: nowrap;
}
.torn-saved-search-wrapper button .icon {
  background-size: 14px;
  width: 14px;
  height: 14px;
}
.torn-saved-search-wrapper button:hover:enabled {
  opacity: 0.9;
}
.torn-saved-search-wrapper button .icon {
  position: relative;
}
.torn-saved-search-wrapper .tags {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
}
.torn-saved-search-wrapper .saved-search-attr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #0f0f0f;
  box-sizing: border-box;
  border-radius: 32px;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .torn-saved-search-wrapper .saved-search-attr {
    font-size: 12px;
    line-height: 18px;
  }
}
.torn-saved-search-wrapper .actions {
  width: 130px;
  text-align: right;
}
.torn-saved-search-wrapper .actions a {
  white-space: nowrap;
}

@media only screen and (max-width: 600px) {
  .torn_saved_search_categories_list_category,
  .torn_saved_search_brand_list_brand,
  .torn_saved_search_word_list_word {
    margin: 0.2em 0.2em 0.2em 0;
    padding: 0.2em 0.5em;
    border: 1px solid #1a0c0c;
    border-radius: 0.2em;
  }
}
.torn-front-page-section {
  margin-bottom: clamp(3rem, 8vw, 5rem);
}
.torn-front-page-section:last-child {
  margin-bottom: 0;
}

.torn-front-page {
  /* Basic styles for the spinner */
}
.torn-front-page .torn-location-container {
  position: relative;
}
.torn-front-page .torn-location-container.hidden {
  display: none;
}
.torn-front-page .torn-location-widget {
  position: relative;
  margin: 0 auto 80px;
  max-width: 42px;
}
.torn-front-page .torn-location-widget .zip-input-container {
  display: flex;
  align-items: center;
  position: relative;
  margin: auto;
}
@media (min-width: 768px) {
  .torn-front-page .torn-location-widget .zip-input-container {
    margin: 0;
  }
}
.torn-front-page .torn-location-widget .zip-input-container.sticky {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 90%;
  z-index: 100;
  background-color: white; /* Ensure it has a background */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow to stand out */
  padding: 10px 0;
}
.torn-front-page .torn-location-widget .zip-input-container &gt; svg {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  fill: #888;
}
.torn-front-page .torn-location-widget .zip-input-container input {
  width: 100%;
  padding: 15px 50px 15px 40px;
  border: 1px solid #dcd9d0;
  border-radius: 8px;
  outline: none;
  margin: 0;
}
.torn-front-page .torn-location-widget .zip-input-container button {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #25d68a;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.torn-front-page .torn-location-widget .divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  color: #828282;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
}
.torn-front-page .torn-location-widget .divider::before, .torn-front-page .torn-location-widget .divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #dcd9d0;
  margin: 0 10px;
}
.torn-front-page .torn-location-widget .torn-get-location {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
  border-radius: 8px;
  justify-content: center;
  width: 100%;
}
.torn-front-page .torn-location-widget .torn-get-location:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.torn-front-page .torn-location-widget .torn-get-location .icon {
  position: relative;
}
.torn-front-page .torn-location-widget.pull-up {
  position: relative;
  margin-top: -160px;
  z-index: 3;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0392156863);
  padding: 30px;
  background: white;
  border-radius: 8px;
  display: block;
  max-width: 420px;
}
.torn-front-page .torn-location-info {
  background-color: white;
  border-radius: 8px;
  width: 350px;
  margin: 0 auto 80px;
}
.torn-front-page .torn-location-info__inner {
  margin: auto;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  gap: 10px;
}
.torn-front-page .torn-location-info__inner &gt; div {
  padding: 8px 15px;
  background: white;
  border-radius: 8px;
  color: #007a41;
  cursor: pointer;
  border: 1px solid #dcd9d0;
}
.torn-front-page .torn-location-info__inner &gt; div svg {
  margin-right: 3px;
}
.torn-front-page .torn-location-info.pull-up {
  position: relative;
  margin-top: -67px;
  z-index: 3;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0392156863);
}
.torn-front-page #torn-location-loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid black; /* Blue */
  border-radius: 50%;
  animation: nearby-spin 2s linear infinite;
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  bottom: 0;
  margin-left: -25px;
  margin-top: -25px;
  display: none; /* Hidden by default */
}
@media (max-width: 768px) {
  .torn-front-page #torn-location-loader {
    width: 30px;
    height: 30px;
  }
}
@keyframes nearby-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.torn-front-page a {
  font-weight: normal;
  text-decoration: none;
}
.torn-front-page:not(:has(.torn-hero)) a {
  font-weight: bold;
  text-decoration: underline;
}
.torn-front-page .wp-block-button .wp-block-button__link {
  font-weight: normal;
  text-decoration: none;
}
.torn-front-page .gutentor-about-content a {
  font-weight: bold;
  text-decoration: underline;
}
.torn-front-page .gutentor-about-content .gutentor-button {
  font-weight: normal;
  text-decoration: none;
}
.torn-front-page .torn-hero {
  position: relative;
}
.torn-front-page .torn-hero__inner {
  text-align: center;
  max-width: 920px;
  margin: auto;
  padding: 7rem 0;
  position: relative;
  z-index: 2;
}
.torn-front-page .torn-hero__inner p {
  font-size: clamp(18px, 3vw, 19px);
  line-height: 1.25;
  margin: 16px auto 32px auto;
  color: #5d5b53;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-hero__inner p {
    margin: 14px auto 24px auto;
  }
}
@media only screen and (max-width: 768px) {
  .torn-front-page .torn-hero__inner {
    max-width: 720px;
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-hero__inner {
    padding: 3.5rem 0;
  }
}
.torn-front-page .torn-hero .wp-block-button .wp-block-button__link {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(15px, 3vw, 17px);
  padding: 11px 24px 13px 24px;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-hero .wp-block-button .wp-block-button__link {
    padding: 9px 20px 11px 20px;
  }
}
.torn-front-page .torn-hero h1.main-slogan {
  text-align: center;
  font-size: clamp(28px, 5vw, 56px);
  line-height: clamp(125%, 5vw, 115%);
  margin-top: 10px !important;
  margin-bottom: 0;
  text-wrap: balance;
}
.torn-front-page .torn-hero.has-background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 calc(50% - 50vw) 32px;
}
.torn-front-page .torn-hero.has-background-image h1.main-slogan {
  color: white;
}
.torn-front-page .torn-hero.has-background-image p {
  color: white;
}
.torn-front-page .torn-hero.has-background-image .torn-hero__inner {
  margin-top: 0;
  padding: 80px 0;
}
.torn-front-page .torn-hero.has-background-image.no-location .torn-hero__inner {
  max-width: 750px;
  padding: 80px 0 80px;
}
.torn-front-page .torn-hero.has-background-image .torn-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(26, 12, 12, 0.4), rgba(26, 12, 12, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  /* Ensures that the gradient overlay is above the background but below the text */
}
.torn-front-page .wp-block-embed-wordpress {
  margin: 0;
  width: 100%;
}
.torn-front-page .wp-block-embed-wordpress .wp-block-embed__wrapper {
  width: 100%;
}
.torn-front-page .wp-block-embed-wordpress .wp-block-embed__wrapper iframe {
  width: 100%;
}
.torn-front-page .wp-block-embed-wordpress .torn-hero {
  text-align: center;
}

.torn-front-page .wp-block-buttons {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.torn-front-page .torn_frontpage_search_block .wp-block-columns {
  display: flex;
  gap: 2em;
  flex-wrap: nowrap;
  align-items: center;
}

.torn-front-page &gt; h2.has-text-align-center,
.torn-front-page .wp-block-group__inner-container &gt; h2.has-text-align-center {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .torn-front-page &gt; h2.has-text-align-center,
  .torn-front-page .wp-block-group__inner-container &gt; h2.has-text-align-center {
    font-size: 24px;
  }
}

.torn-front-page .wp-block-spacer {
  height: 25px;
}

@media only screen and (max-width: 768px) {
  .torn-front-page .torn_frontpage_banner_block .wp-block-spacer.reduce-mobile:last-child {
    height: 3rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .torn-front-page .wp-block-spacer.reduce-mobile {
    height: 0.5em !important;
  }
}

@media only screen and (max-width: 768px) {
  .torn-front-page .wp-block-spacer.remove-mobile {
    height: 0 !important;
  }
}

.torn-front-page .front-main-categories .menu {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .torn-front-page .front-main-categories .menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .torn-front-page .front-main-categories .menu {
    grid-gap: 0.5rem;
  }
}
.torn-front-page .front-main-categories .menu .category-card {
  display: block;
  background-color: #efede7;
  padding: 40px 16px;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .front-main-categories .menu .category-card {
    padding: 16px 12px;
  }
}
.torn-front-page .front-main-categories .menu .category-card__title {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .front-main-categories .menu .category-card__title {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.torn-front-page .front-main-categories .menu .category-card__count {
  color: #5d5b53;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .front-main-categories .menu .category-card__count {
    font-size: 14px;
    line-height: 1.3;
  }
}
.torn-front-page .front-main-categories .menu .category-card__images {
  margin-bottom: 5rem;
  height: clamp(4.5rem, 8vw, 8rem);
  position: relative;
  flex-grow: 1;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .front-main-categories .menu .category-card__images {
    height: 3.5rem;
  }
}
.torn-front-page .front-main-categories .menu .category-card__image {
  background-color: #ffffff;
  width: clamp(4.5rem, 8vw, 8rem);
  height: clamp(4.5rem, 8vw, 8rem);
  left: calc(50% - clamp(4.5rem, 8vw, 8rem) / 2);
  border-radius: 12px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease-out;
  position: absolute;
  top: 0;
  overflow: hidden;
  padding: 6px;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .front-main-categories .menu .category-card__image {
    width: 4rem;
    height: 4rem;
    left: calc(50% - 4rem / 2);
  }
}
.torn-front-page .front-main-categories .menu .category-card__image:first-child {
  transform: rotate(-8deg) translate(-50%, 8px);
}
@media only screen and (max-width: 480px) {
  .torn-front-page .front-main-categories .menu .category-card__image:first-child {
    transform: rotate(-8deg) translate(-32%, 12px);
  }
}
.torn-front-page .front-main-categories .menu .category-card__image:last-child {
  transform: rotate(10deg) translate(50%, 40px);
}
@media only screen and (max-width: 480px) {
  .torn-front-page .front-main-categories .menu .category-card__image:last-child {
    transform: rotate(10deg) translate(40%, 34px);
  }
}
.torn-front-page .front-main-categories .menu .category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.torn-front-page .front-main-categories .menu .category-card:hover .category-card__image:first-child {
  transform: rotate(-14deg) translate(-52%, -12px);
}
@media only screen and (max-width: 480px) {
  .torn-front-page .front-main-categories .menu .category-card:hover .category-card__image:first-child {
    transform: rotate(-14deg) translate(-34%, 0px);
  }
}
.torn-front-page .front-main-categories .menu .category-card:hover .category-card__image:last-child {
  transform: rotate(16deg) translate(52%, 24px);
}
@media only screen and (max-width: 480px) {
  .torn-front-page .front-main-categories .menu .category-card:hover .category-card__image:last-child {
    transform: rotate(16deg) translate(42%, 24px);
  }
}

.torn-front-page .torn-usp__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .torn-front-page .torn-usp__grid {
    grid-gap: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .torn-front-page .torn-usp__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .torn-front-page .torn-usp__grid &gt; *:nth-child(3) {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-usp__grid {
    grid-template-columns: 1fr;
  }
  .torn-front-page .torn-usp__grid &gt; *:nth-child(3) {
    grid-column: auto;
  }
}
.torn-front-page .torn-usp .torn-usp-card {
  background-color: #fbe8ce;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-usp .torn-usp-card {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
  .torn-front-page .torn-usp .torn-usp-card:nth-child(3) {
    flex-direction: row;
    text-align: left;
  }
  .torn-front-page .torn-usp .torn-usp-card:nth-child(3) .torn-usp-card__content {
    padding: 2rem;
  }
}
.torn-front-page .torn-usp .torn-usp-card__image {
  flex-grow: 1;
  width: 100%;
}
.torn-front-page .torn-usp .torn-usp-card__image img {
  width: 100%;
}
.torn-front-page .torn-usp .torn-usp-card__image--partners {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .torn-front-page .torn-usp .torn-usp-card__image--partners {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-usp .torn-usp-card__image--partners {
    padding-top: 0rem;
  }
}
.torn-front-page .torn-usp .torn-usp-card__image--partners img, .torn-front-page .torn-usp .torn-usp-card__image--payment img, .torn-front-page .torn-usp .torn-usp-card__image--products img {
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1)) drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.04));
}
.torn-front-page .torn-usp .torn-usp-card__image--products, .torn-front-page .torn-usp .torn-usp-card__image--payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.torn-front-page .torn-usp .torn-usp-card__image--products {
  padding: 10%;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-usp .torn-usp-card__image--products {
    padding: 1rem 8% 10% 8%;
  }
}
.torn-front-page .torn-usp .torn-usp-card__image--payment {
  padding: 2rem;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-usp .torn-usp-card__image--payment {
    padding: 1rem 1.5rem 2rem 1.5rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
  .torn-front-page .torn-usp .torn-usp-card__image--payment {
    align-items: end;
    padding-left: 0;
  }
}
.torn-front-page .torn-usp .torn-usp-card__image--payment img {
  width: clamp(200px, 100%, 280px);
}
@media only screen and (max-width: 768px) {
  .torn-front-page .torn-usp .torn-usp-card__image--payment img {
    width: clamp(200px, 100%, 220px);
  }
}
.torn-front-page .torn-usp .torn-usp-card__content {
  max-width: 340px;
  text-wrap: balance;
  padding: 3rem 1rem 0 1rem;
}
@media only screen and (max-width: 1028px) {
  .torn-front-page .torn-usp .torn-usp-card__content {
    padding: 2.5rem 1rem 0 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .torn-front-page .torn-usp .torn-usp-card__content {
    padding: 2rem 1rem 0 1rem;
  }
}
.torn-front-page .torn-usp .torn-usp-card__title {
  margin-bottom: 8px;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.2;
}
.torn-front-page .torn-usp .torn-usp-card__description {
  margin: 0;
  color: #5d5b53;
  font-size: 16px;
  line-height: 1.375;
}

.torn-front-page .torn-social-proof {
  background-color: #ffffff;
  padding: 4rem 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  margin: 0 -20px;
}
@media screen and (min-width: 1600px) {
  .torn-front-page .torn-social-proof {
    margin: 0;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .torn-front-page .torn-social-proof {
    padding: 3rem 20px;
    gap: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-social-proof {
    gap: 2rem;
  }
}
.torn-front-page .torn-social-proof__title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-social-proof__title {
    font-size: 22px;
  }
}
.torn-front-page .torn-social-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem;
}
@media only screen and (max-width: 1028px) {
  .torn-front-page .torn-social-proof__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .torn-front-page .torn-social-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-social-proof__grid {
    grid-gap: 0.5rem;
  }
}
.torn-front-page .torn-social-proof__trustpilot img {
  max-width: clamp(96px, 16vw, 126px);
}
.torn-front-page .torn-social-proof .torn-social-proof-card {
  background-color: #fbf9f3;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 1028px) {
  .torn-front-page .torn-social-proof .torn-social-proof-card:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .torn-front-page .torn-social-proof .torn-social-proof-card {
    padding: 2rem 1rem;
    gap: 1rem;
  }
  .torn-front-page .torn-social-proof .torn-social-proof-card:last-of-type {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-social-proof .torn-social-proof-card {
    padding: 1.5rem 0.75rem;
    gap: 0.75rem;
  }
}
.torn-front-page .torn-social-proof .torn-social-proof-card p {
  margin: 0;
}
.torn-front-page .torn-social-proof .torn-social-proof-card__text {
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.4;
  flex-grow: 1;
}
.torn-front-page .torn-social-proof .torn-social-proof-card__customer {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .torn-front-page .torn-social-proof .torn-social-proof-card__customer {
    font-size: 14px;
  }
}
.torn-front-page .torn-social-proof .torn-social-proof-card__stars {
  display: flex;
  gap: 2px;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .torn-social-proof .torn-social-proof-card__stars {
    gap: 0;
  }
  .torn-front-page .torn-social-proof .torn-social-proof-card__stars &gt; img {
    width: 16px;
    height: 16px;
  }
}
.torn-front-page .torn-social-proof .torn-social-proof-card__star {
  display: none;
}
.torn-front-page .torn-social-proof .torn-social-proof-card__star.is-active {
  display: block;
}

.torn-front-page .front-product-header {
  display: flex;
  justify-content: space-between;
  align-items: last baseline;
  gap: 8px;
  /*.wp-block-column {
    flex-basis: 50%;
    @media only screen and (max-width: 1024px) {
      flex-basis: 100%;
    }
  }*/
}
.torn-front-page .front-product-header h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .front-product-header h2 {
    font-size: 22px;
  }
}
.torn-front-page .front-product-header .wp-block-column:last-child {
  text-align: right;
}
.torn-front-page .front-product-header .wp-block-column:last-child a {
  font-size: 15px;
  color: #007a41;
  text-decoration: none;
  text-wrap: balance;
}
.torn-front-page .front-product-header .wp-block-column:last-child a:hover {
  text-decoration: underline;
}
.torn-front-page .front-product-header .wp-block-column:last-child p {
  margin: 0;
  line-height: 1.3;
}
@media screen and (min-width: 750px) {
  .torn-front-page .front-product-header .wp-block-column:last-child p {
    padding: 0 0.5rem;
  }
}

.torn-front-page .front-product-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  border-radius: 20px;
  padding: var(--wp--preset--spacing--20);
  background: url("/wp-content/themes/torn-theme/assets/torn-front-decor-1.svg ") 0 10% no-repeat, url("/wp-content/themes/torn-theme/assets/torn-front-decor-2.svg ") 100% center no-repeat; /* Move the right image partly outside */
  background-color: #59c7eb;
  background-size: auto; /* Adjust size as needed */
  background-origin: border-box; /* Ensure that the background respects the borders */
}
@media only screen and (max-width: 768px) {
  .torn-front-page .front-product-group {
    border-radius: 0;
    background: #59c7eb url("/wp-content/themes/torn-theme/assets/torn-front-decor-1.svg ") no-repeat 0 10%;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.torn-front-page .front-product-group .wp-block-column {
  padding: 30px;
  padding-top: 36px;
}
@media only screen and (max-width: 768px) {
  .torn-front-page .front-product-group .wp-block-column {
    padding: 10px;
    padding-top: 32px;
  }
}
.torn-front-page .front-product-group h2 {
  text-align: center;
  margin-bottom: 0.25rem;
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  .torn-front-page .front-product-group h2 {
    font-size: 22px;
  }
}
.torn-front-page .front-product-group p {
  max-width: 360px;
  text-align: center;
  margin: auto;
}
.torn-front-page .front-product-group .wp-block-button {
  margin: 1rem auto;
}
.torn-front-page .front-product-group .wp-block-button a {
  background-color: #1a0c0c;
  font-weight: 500;
  border-radius: 8px;
  color: white;
  border: 0;
}
.torn-front-page .front-product-group .torn_products_list.one-line {
  padding: 1rem 20px;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

.torn-video-block figure {
  flex-basis: 120%;
}
@media only screen and (max-width: 1024px) {
  .torn-video-block figure {
    margin: 10px;
    padding: 10px 0;
    flex-basis: auto;
  }
}
.torn-video-block .wp-block-video {
  padding: 15px;
  max-width: 800px;
}
@media only screen and (max-width: 1024px) {
  .torn-video-block .wp-block-video {
    margin: auto;
    width: 100%;
  }
}
.torn-video-block .wp-block-heading {
  align-self: start;
}
@media only screen and (max-width: 1024px) {
  .torn-video-block .wp-block-heading {
    align-self: center;
  }
}
.torn-video-block .is-layout-flex {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .torn-video-block .is-layout-flex {
    display: block;
  }
}
.torn-video-block div.wp-block-column {
  padding: 40px 25px 40px 10px;
  align-items: center;
  justify-content: left;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .torn-video-block div.wp-block-column {
    padding: 20px;
  }
}
.torn-video-block .wp-block-buttons {
  width: 100%;
  justify-content: left !important;
}
@media only screen and (max-width: 1024px) {
  .torn-video-block .wp-block-buttons {
    justify-content: center !important;
  }
}
.torn-video-block .wp-block-button__link {
  background-color: black;
  color: white;
  border: 0px;
  border-radius: 10px;
}

.torn-trustpilot-link {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.torn-trustpilot-link a {
  text-decoration: underline;
  font-size: 14px;
}
.torn-trustpilot-link img {
  margin-left: 5px;
}

.torn_login_screen {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.torn_login_screen h3 {
  margin-top: 20px;
}

.torn_login_form {
  flex: 1;
  width: 360px;
  min-width: 320px;
  margin: 1rem;
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 670px) {
  .torn_login_form {
    margin: 1rem 0;
  }
}

.torn_login_form_section {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}

.torn_login_form_social {
  display: flex;
  align-items: center;
  flex: 1;
  flex-direction: column;
}

.torn_brand {
  font-size: 1.5em;
}

.torn_grid_row {
  width: 100%;
}

.torn_grid_cell {
  height: 100%;
}

.woocommerce-form-login__submit {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
}
.woocommerce-form-login__submit:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.woocommerce-form-login__submit .icon {
  position: relative;
}
.woocommerce-form-register__submit {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
}
.woocommerce-form-register__submit:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.woocommerce-form-register__submit .icon {
  position: relative;
}
.alternative-login {
  color: #828282;
  font-size: 15px;
  line-height: 24px;
}
.alternative-login a {
  color: #828282;
  text-decoration: underline;
}

body.woocommerce-order-received,
body.woocommerce-order-received a,
body.woocommerce-order-received a:hover {
  color: #222;
}

body.woocommerce-order-received {
  font-size: 12px;
}

body.woocommerce-order-received .card h2,
body.woocommerce-order-received .card h2 a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

body.woocommerce-order-received .card h2 a:hover {
  text-decoration: underline;
}

body.woocommerce-order-received .card .product {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #ddd;
  box-shadow: none;
}

body.woocommerce-order-received .card .image {
  min-width: 100px;
  max-width: 100px;
}

body.woocommerce-order-received .card .info {
  margin-left: 10px;
  text-align: end;
}

body.woocommerce-order-received .card .summary .row {
  overflow: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 125%;
}

body.woocommerce-order-received .order-number label {
  margin-right: 4px;
  cursor: text;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-family: "Sharp Grotesk";
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #1a0c0c;
}

body.woocommerce-order-received .card {
  margin: 0px;
  background-color: white;
  border-radius: 1.5rem;
  padding: 2rem;
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 335px) {
  body.woocommerce-order-received .card {
    width: unset;
    max-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  body.woocommerce-order-received .card {
    margin-right: 0;
  }
}
body.woocommerce-order-received .cards-wrapper .summary .value {
  float: right;
  padding-left: 6px;
  text-align: right;
}

body.woocommerce-order-received .cards-wrapper .summary .value .includes_tax {
  display: block;
}

body.woocommerce-order-received .cards-wrapper .summary &gt; div {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #ddd;
}

body.woocommerce-order-received .cards-wrapper .summary &gt; div:last-child {
  padding-bottom: 0;
}

body.woocommerce-order-received .cards-wrapper .summary-card {
  margin-bottom: 1rem;
  background-color: #eaeaea;
}

body.woocommerce-order-received .cards-wrapper {
  display: grid;
  grid-template-columns: auto;
  gap: 2rem;
}
body.woocommerce-order-received .cards-wrapper .card img {
  max-height: 7rem;
}
body.woocommerce-order-received .cards-wrapper .summary-card-wrapper {
  padding-bottom: 2rem;
}
@media screen and (min-width: 800px) {
  body.woocommerce-order-received .cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1150px) {
  body.woocommerce-order-received .cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

body.woocommerce-order-received .cards-wrapper .card .shipping-info .local-pickup {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 6px;
  border: 2px dotted #f0c450;
  background-color: #f0c450;
}

body.woocommerce-order-received .cards-wrapper .card .shipping-info h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

body.woocommerce-order-received .cards-wrapper .card .shipping-info .local-pickup p {
  margin-bottom: 0;
}

body.woocommerce-order-received .cards-wrapper .card .shipping-info .shipping-address {
  margin-bottom: 1.42em;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-order-details {
  display: none;
}

body.woocommerce-order-received .order-number {
  display: none;
}
body.woocommerce-order-received .entry-header {
  padding: 0px !important;
}

.torn-thankyou-wrapper {
  margin: auto;
  width: 684px;
  background-color: white;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
}
.torn-thankyou-wrapper .torn-confirmation {
  /*
  background-color: $torn-green;
  border-radius: 25px;
  padding: 10px;
  margin: 20px 0;
  */
}
.torn-thankyou-wrapper .torn-confirmation__message {
  font-size: 16px;
  line-height: 20px;
}
.torn-thankyou-wrapper .torn-confirmation p {
  font-size: 16px;
  line-height: 20px;
}
.torn-thankyou-wrapper .torn-confirmation h2 {
  /*
  text-align: center;
  font-weight: 500;
  max-width: 210px;
  margin: auto;
  margin-top: 0;
  font-size: 24px;
  line-height: 38px;
  background-image: url($asset_dir + "tornaround.svg");
  background-position: center;
  background-size: 125px;
  background-repeat: no-repeat;
  padding: 20px;
  */
}
.torn-thankyou-wrapper .torn-confirmation ol {
  padding: 0;
}
.torn-thankyou-wrapper .torn-confirmation .download-invoice-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 32px;
  border: 1px solid var(--Colors-Border-Primary, rgb(227, 225, 216));
  border-radius: 8px;
  background: transparent;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}
.torn-thankyou-wrapper .torn-confirmation .download-invoice-link:hover {
  background-color: var(--Colors-Border-Primary, rgb(227, 225, 216));
}
.torn-thankyou-wrapper .feedback-form-wrapper {
  margin: 20px auto;
  max-width: 800px;
}

.page-template-editorial header.entry-header,
.post-template-default.single-post header.entry-header {
  width: 100%;
  background: #1a0c0c;
  margin-top: -1px;
}
.page-template-editorial .header-content,
.post-template-default.single-post .header-content {
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
  color: white;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .page-template-editorial .header-content,
  .post-template-default.single-post .header-content {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .page-template-editorial .header-content h1,
  .post-template-default.single-post .header-content h1 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 900px) {
  .page-template-editorial .header-content,
  .post-template-default.single-post .header-content {
    padding-bottom: 100px;
  }
}
@media (max-width: 599px) {
  .page-template-editorial .header-content,
  .post-template-default.single-post .header-content {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .page-template-editorial .header-content h1,
  .post-template-default.single-post .header-content h1 {
    font-size: 40px;
    padding: 0;
  }
}
.page-template-editorial .header-content .with-featured-image,
.post-template-default.single-post .header-content .with-featured-image {
  padding-bottom: 100px;
  margin-bottom: 0;
}
.page-template-editorial .header-content .slogan,
.post-template-default.single-post .header-content .slogan {
  color: #ec562d;
  font-size: 18px;
  line-height: 27px;
}
@media only screen and (min-width: 1028px) {
  .page-template-editorial .header-content .slogan,
  .post-template-default.single-post .header-content .slogan {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-editorial .header-content .slogan,
  .post-template-default.single-post .header-content .slogan {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.page-template-editorial .header-content a,
.post-template-default.single-post .header-content a {
  color: #25d68a;
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  width: fit-content;
  text-align: center;
  letter-spacing: 0.03em;
  margin: 0 auto 2rem auto;
  text-decoration: underline;
}
@media (max-width: 599px) {
  .page-template-editorial .header-content a,
  .post-template-default.single-post .header-content a {
    font-size: 20px;
    margin: 0 auto 1rem auto;
  }
}
.page-template-editorial .header-content a:hover,
.post-template-default.single-post .header-content a:hover {
  color: #1fb775;
}
.page-template-editorial .header-content h1,
.post-template-default.single-post .header-content h1 {
  color: white;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media only screen and (min-width: 1028px) {
  .page-template-editorial .header-content h1,
  .post-template-default.single-post .header-content h1 {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-editorial .header-content h1,
  .post-template-default.single-post .header-content h1 {
    font-size: 90px;
    line-height: 1.1;
  }
}
.page-template-editorial .header-content p,
.post-template-default.single-post .header-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
  max-width: 800px;
  margin: auto;
}
@media only screen and (min-width: 1028px) {
  .page-template-editorial .header-content p,
  .post-template-default.single-post .header-content p {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-editorial .header-content p,
  .post-template-default.single-post .header-content p {
    font-size: 40px;
    line-height: 1.2;
  }
}
.page-template-editorial .featured-image,
.post-template-default.single-post .featured-image {
  max-width: 1240px;
  margin-top: -78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-editorial .featured-image img,
.post-template-default.single-post .featured-image img {
  object-fit: cover;
  max-height: 750px;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .page-template-editorial .featured-image img,
  .post-template-default.single-post .featured-image img {
    max-height: 550px;
  }
}
@media (max-width: 900px) {
  .page-template-editorial .featured-image img,
  .post-template-default.single-post .featured-image img {
    max-height: 450px;
  }
}
@media (max-width: 599px) {
  .page-template-editorial .featured-image img,
  .post-template-default.single-post .featured-image img {
    max-height: 350px;
  }
}
.page-template-editorial .entry-content,
.post-template-default.single-post .entry-content {
  max-width: 1000px;
  margin: auto;
}
.page-template-editorial .entry-content .wpforms-container,
.post-template-default.single-post .entry-content .wpforms-container {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 1028px) {
  .page-template-editorial .entry-content .wpforms-container,
  .post-template-default.single-post .entry-content .wpforms-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-editorial .entry-content h2,
.post-template-default.single-post .entry-content h2 {
  margin-top: 60px;
  font-size: 40px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .page-template-editorial .entry-content h2,
  .post-template-default.single-post .entry-content h2 {
    margin-top: 40px;
    font-size: 32px;
  }
}
.page-template-editorial .entry-content p,
.post-template-default.single-post .entry-content p {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .page-template-editorial .entry-content p,
  .post-template-default.single-post .entry-content p {
    font-size: 18px;
  }
}
.page-template-editorial .entry-content figcaption,
.post-template-default.single-post .entry-content figcaption {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .page-template-editorial .entry-content figcaption,
  .post-template-default.single-post .entry-content figcaption {
    font-size: 15px;
    line-height: 150%;
    color: #747476;
  }
}
.page-template-editorial .entry-content blockquote.wp-block-quote,
.post-template-default.single-post .entry-content blockquote.wp-block-quote {
  max-width: initial;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-template-editorial .entry-content blockquote.wp-block-quote p,
.post-template-default.single-post .entry-content blockquote.wp-block-quote p {
  color: #25d68a;
  font-family: "Sharp Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 125%;
  text-align: center;
  letter-spacing: -0.01em;
}
@media (max-width: 1200px) {
  .page-template-editorial .entry-content blockquote.wp-block-quote p,
  .post-template-default.single-post .entry-content blockquote.wp-block-quote p {
    font-size: 55px;
  }
}
@media (max-width: 900px) {
  .page-template-editorial .entry-content blockquote.wp-block-quote p,
  .post-template-default.single-post .entry-content blockquote.wp-block-quote p {
    font-size: 40px;
  }
}
@media (max-width: 599px) {
  .page-template-editorial .entry-content blockquote.wp-block-quote p,
  .post-template-default.single-post .entry-content blockquote.wp-block-quote p {
    font-size: 32px;
  }
}
.page-template-editorial .hentry .entry-header,
.post-template-default.single-post .hentry .entry-header {
  margin-bottom: 0;
}
.page-template-editorial.sp-max-width .site-content .col-full,
.post-template-default.single-post.sp-max-width .site-content .col-full {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0;
  display: block;
}
.page-template-editorial:not(.single-product) .torn_wide_banner_area,
.post-template-default.single-post:not(.single-product) .torn_wide_banner_area {
  min-height: 0;
  margin-bottom: 0;
}

.size_guide-template-default .entry-content a {
  cursor: pointer;
  font-weight: 400;
  text-decoration: underline;
}
@media (max-width: 599px) {
  .size_guide-template-default .entry-content a {
    font-size: 20px;
    margin: 0 auto 1rem auto;
  }
}

.page-template-page_narrow .entry-content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.page-template-page_narrow .entry-content .wp-block-group {
  margin: 1rem 0;
}
.page-template-page_narrow .entry-content .wp-block-group .wp-block-buttons {
  margin-top: 2rem;
}

.storefront-breadcrumb {
  display: none;
  padding-top: 30px;
  padding-bottom: 10px;
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .storefront-breadcrumb {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: -5px;
  }
}
.storefront-breadcrumb .woocommerce-breadcrumb {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  font-size: 0;
  color: transparent;
  line-height: 1;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.storefront-breadcrumb .woocommerce-breadcrumb::-webkit-scrollbar {
  display: none;
}
.storefront-breadcrumb .woocommerce-breadcrumb a {
  color: #1a0c0c;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  line-height: 24px;
  margin: 0 6px;
}
@media only screen and (max-width: 768px) {
  .storefront-breadcrumb .woocommerce-breadcrumb a {
    font-size: 12px;
    margin: 0 2px;
  }
}
.storefront-breadcrumb .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
.storefront-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator::after {
  content: "›";
  display: inline-block;
  margin: 0 4px;
  color: #1a0c0c;
  font-size: 15px;
  line-height: 24px;
}
.storefront-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator:last-of-type {
  display: none;
}

body.single-product .storefront-breadcrumb,
body.tax-pa_brand .storefront-breadcrumb,
body.tax-product_cat .storefront-breadcrumb {
  display: block;
}

img[data-action=zoom] {
  cursor: zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 1006;
  transition: all 300ms;
}

img.zoom-img {
  cursor: zoom-out;
}

.zoom-overlay {
  cursor: zoom-out;
  z-index: 1005;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

.coming-soon-wrapper {
  margin: 30px 0;
}
.coming-soon-wrapper .coming-soon-already-subscribed {
  display: none;
}
.coming-soon-wrapper.favorite-marked .coming-soon-already-subscribed {
  display: block;
}
.coming-soon-wrapper.favorite-marked button {
  display: none;
}
.coming-soon-wrapper.favorite-marked &gt; p {
  display: none;
}
.coming-soon-wrapper p.coming-soon-info {
  font-size: 13px;
}
.coming-soon-wrapper .red {
  color: #eb001b;
  font-weight: bold;
}
.coming-soon-wrapper button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #1a0c0c;
  color: #fff;
  background-color: #eb001b;
  border-radius: 10px;
  color: white;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  max-width: 340px;
  cursor: pointer;
  transition: opacity 1s ease-out, background-color 1s ease-out, color 1s ease-out;
}
.coming-soon-wrapper button:hover:enabled {
  opacity: 0.9;
}
.coming-soon-wrapper button .icon {
  position: relative;
}
.coming-soon-wrapper button.loading {
  opacity: 0.5;
  background-color: #d3d3d3; /* Light grey background */
  color: #a9a9a9; /* Dark grey text */
  cursor: not-allowed;
}
.coming-soon-wrapper button svg {
  max-width: 22px;
  max-height: 22px;
}

.size-selector {
  margin: 20px 0;
  display: flex;
  gap: 25px;
}
.size-selector label {
  margin-bottom: 10px;
}
.size-selector .main-size {
  max-width: 100px;
}
.size-selector .main-size .size {
  display: inline-block;
  font-size: 40px;
  text-align: center;
  padding: 5px;
  width: 100%;
}
.size-selector .other-sizes ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.size-selector .other-sizes li {
  padding: 5px;
  position: relative;
}
.size-selector .other-sizes a {
  display: flex;
  background-color: rgba(37, 214, 138, 0.2);
  font-size: 20px;
  min-width: 30px;
  height: 30px;
  padding: 7px;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
.size-selector .other-sizes a:hover {
  background-color: #25d68a;
}
.size-selector .other-sizes a.other-vendor {
  background-color: #b9b9b9;
}

.torn_product_page_main_div {
  /* Quantity input, which has type=number, should not display up/down arrows since we have buttons for counting up/down */
  /** Center product images and scale correctly */
  /** Center product images and scale correctly */
}
.torn_product_page_main_div .torn-product-page-collapsible {
  color: #1a0c0c;
  cursor: pointer;
  padding: 1rem 0;
  width: 100%;
  text-align: left;
  outline: none;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  -webkit-tap-highlight-color: transparent;
}
.torn_product_page_main_div .torn-product-page-meta-box {
  border-bottom: 1px solid #1a0c0c;
}
.torn_product_page_main_div .torn-product-page-meta-box .torn-product-page-collapsible-content h4,
.torn_product_page_main_div .torn-product-page-meta-box .torn-product-page-collapsible-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px !important;
  font-family: "Geist", sans-serif;
}
.torn_product_page_main_div .torn-product-page-meta-box:first-child {
  margin-top: 2rem;
  border-top: 1px solid #1a0c0c;
}
.torn_product_page_main_div .torn-product-page-meta-box .meta-info-wrapper .torn-product-page-meta-info {
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .torn_product_page_main_div .torn-product-page-meta-box .meta-info-wrapper {
    font-size: 16px;
  }
}
.torn_product_page_main_div .torn-product-page-collapsible-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  color: #1a0c0c;
}
.torn_product_page_main_div .torn-product-page-collapsible-content ul,
.torn_product_page_main_div .torn-product-page-collapsible-content ol {
  margin-left: 0;
  list-style-position: inside;
}
@media (max-width: 900px) {
  .torn_product_page_main_div .torn-product-page-collapsible-content ul,
  .torn_product_page_main_div .torn-product-page-collapsible-content ol {
    font-size: 16px;
  }
}
.torn_product_page_main_div .torn-product-page-collapsible-content h3 {
  font-size: 18px;
  margin-top: 18px;
}
.torn_product_page_main_div .torn-product-page-collapsible-content h3:first-child {
  margin-top: 0;
}
@media (max-width: 900px) {
  .torn_product_page_main_div .torn-product-page-collapsible-content h3 {
    font-size: 18px;
  }
}
.torn_product_page_main_div .torn-product-page-collapsible-content table.attributes {
  font-size: 18px;
  max-width: 1000px;
  margin-top: 18px;
}
@media (max-width: 599px) {
  .torn_product_page_main_div .torn-product-page-collapsible-content table.attributes {
    min-width: 0;
    width: 100vw;
  }
}
.torn_product_page_main_div .torn-product-page-collapsible-content table.attributes th {
  border-bottom: 1px solid #898280;
  border-right: 1px solid #898280;
  color: #1a0c0c;
  margin-left: 0;
}
.torn_product_page_main_div .torn-product-page-collapsible-content table.attributes td {
  border-bottom: 1px solid #898280;
  color: #1a0c0c;
  margin-left: 0;
}
@media (max-width: 599px) {
  .torn_product_page_main_div .torn-product-page-collapsible-content table.attributes td {
    font-size: 16px;
  }
}
.torn_product_page_main_div .torn-product-page-collapsible-content table.attributes tr:last-child th,
.torn_product_page_main_div .torn-product-page-collapsible-content table.attributes tr:last-child td {
  border-bottom: none;
}
.torn_product_page_main_div .torn-product-page-collapsible-content table.attributes th.bvr_nobb_product_attribute_list_name {
  padding-left: 0;
  width: 33%;
}
@media (max-width: 599px) {
  .torn_product_page_main_div .torn-product-page-collapsible-content table.attributes th.bvr_nobb_product_attribute_list_name {
    font-size: 16px;
  }
}
.torn_product_page_main_div .torn-product-page-collapsible-content p.ingress {
  margin-top: 0;
}
@media (max-width: 599px) {
  .torn_product_page_main_div .torn-product-page-collapsible-content p.ingress {
    font-size: 16px;
  }
}
.torn_product_page_main_div .torn-product-page-collapsible-content p {
  max-width: 1000px;
}
@media (max-width: 599px) {
  .torn_product_page_main_div .torn-product-page-collapsible-content p {
    font-size: 16px;
  }
}
.torn_product_page_main_div .torn-product-page-collapsible-content table.torn_store_opening_hours_table {
  margin-top: 1em;
  margin-bottom: 0;
}
.torn_product_page_main_div .torn-product-page-collapsible-content table.torn_store_opening_hours_table td {
  padding: 0.3em 1em 0.3em 1em;
}
.torn_product_page_main_div .torn-product-page-collapsible-content table.torn_store_opening_hours_table td:first-child {
  font-weight: bold;
  width: 100px;
  padding-left: 0;
  text-transform: capitalize;
  border-right: 1px solid #ddd;
}
.torn_product_page_main_div .torn-product-page-collapsible-content table.torn_store_opening_hours_table tr:not(:last-child) td {
  border-bottom: 1px solid #ddd;
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block {
  min-width: 336px;
  max-width: 768px;
  margin-right: 25px;
}
@media (max-width: 900px) {
  .torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block {
    margin-right: 5%;
  }
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block h4 {
  border-bottom: 1px solid #666666;
  margin-bottom: 10px;
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .comparison-table {
  margin-left: 0;
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .comparison-table td {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .comparison-table .comparison-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .comparison-table .comparison-link a {
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666666;
  border-radius: 10px;
  height: 40px;
  min-width: 100px;
  text-decoration: none;
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .comparison-table .comparison-link a.torn-price-comparison-torn-link {
  background-color: #f0c450;
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .comparison-table .comparison-link .competitor-link-icon {
  margin-left: 1em;
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .extremes {
  display: flex;
}
@media (max-width: 900px) {
  .torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .extremes {
    flex-direction: column;
  }
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .extremes .extreme {
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .extremes .extreme .small {
    display: flex;
    height: 50px;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .extremes .extreme .big {
  font-size: 18px;
  font-weight: bold;
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .extremes .extreme .lowest {
  color: #5cb85c;
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .extremes .extreme .highest {
  color: #ec562d;
}
.torn_product_page_main_div .torn-product-page-collapsible-content .price_comparison .comparison-content .comparison-block .extremes .extreme .tornprice {
  color: #f0c450;
}
.torn_product_page_main_div .torn-product-page-collapsible-active + .torn-product-page-collapsible-content {
  padding-bottom: 2.5rem;
  max-width: 1000px;
}
@media (max-width: 900px) {
  .torn_product_page_main_div .torn-product-page-collapsible-active + .torn-product-page-collapsible-content {
    font-size: 16px;
  }
}
.torn_product_page_main_div .torn-product-page-collapsible:after {
  content: "";
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/plus.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  float: right;
  width: 1rem;
  height: 1rem;
}
.torn_product_page_main_div .torn-product-page-collapsible-active:after {
  transform: rotate(-45deg);
}
.torn_product_page_main_div .product-page-section.main-info {
  position: relative;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .torn_product_page_main_div .product-page-section.main-info {
    margin-top: 0;
    gap: 1.25rem;
  }
}
.torn_product_page_main_div .store-info {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media only screen and (max-width: 480px) {
  .torn_product_page_main_div .store-info {
    padding: 0.75rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.torn_product_page_main_div .store-info__avatar {
  width: 32px;
  height: 32px;
  border-radius: 5px;
}
.torn_product_page_main_div .store-info__location {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-grow: 1;
}
.torn_product_page_main_div .store-info__location p {
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
}
.torn_product_page_main_div .store-info__location a:hover {
  text-decoration: none;
}
.torn_product_page_main_div .store-info__tags {
  white-space: nowrap;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
@media only screen and (max-width: 480px) {
  .torn_product_page_main_div .store-info__tags {
    flex-direction: row-reverse;
  }
}
.torn_product_page_main_div .store-info__tags .no-shipping-info {
  background-image: url("/wp-content/themes/torn-theme/assets/icon-location.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.25;
}
.torn_product_page_main_div .store-info__tags .no-shipping-info a:hover {
  text-decoration: none;
}
.torn_product_page_main_div .product-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
.torn_product_page_main_div .product-header h4.product-brand {
  font-size: 16px;
  line-height: 1.25;
}
.torn_product_page_main_div .product-header h4.product-brand a {
  color: #5d5b53;
}
.torn_product_page_main_div .product-header h4.product-brand a:hover {
  text-decoration: none;
}
.torn_product_page_main_div .product-header h1.product-title {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.25;
  font-weight: 500;
  text-transform: lowercase;
}
.torn_product_page_main_div .product-header h1.product-title::first-letter {
  text-transform: uppercase;
}
.torn_product_page_main_div .product-header h1.product-title,
.torn_product_page_main_div .product-header h4.product-brand {
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 480px) {
  .torn_product_page_main_div .product-header h1.product-title,
  .torn_product_page_main_div .product-header h4.product-brand {
    margin: 0 32px 0 0;
  }
}
.torn_product_page_main_div .product-header .price-and-stock-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.torn_product_page_main_div .product-header .price-and-stock-info .price-info .price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 6px;
  margin-top: 4px;
}
.torn_product_page_main_div .product-header .price-and-stock-info .price-info .new_price {
  width: 100%;
}
.torn_product_page_main_div .product-header .price-and-stock-info .price-info .new_price {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #d6254b;
}
.torn_product_page_main_div .product-header .price-and-stock-info .price-info .per_unit,
.torn_product_page_main_div .product-header .price-and-stock-info .price-info .unit_explanation,
.torn_product_page_main_div .product-header .price-and-stock-info .price-info .torn-price-small {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #5d5b53;
  letter-spacing: 0;
  text-transform: lowercase;
}
.torn_product_page_main_div .product-header .price-and-stock-info .price-info .unit_explanation::before {
  content: "(";
}
.torn_product_page_main_div .product-header .price-and-stock-info .price-info .unit_explanation::after {
  content: ")";
}
.torn_product_page_main_div .product-header .price-and-stock-info .stock-info {
  white-space: nowrap;
}
.torn_product_page_main_div .product-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.torn_product_page_main_div .torn-price-small,
.torn_product_page_main_div .torn-price-small .woocommerce-Price-amount * {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.torn_product_page_main_div .torn-price-small bdi,
.torn_product_page_main_div .torn-price-small .woocommerce-Price-amount * bdi {
  font-family: DM Sans, sans-serif;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}
.torn_product_page_main_div .stock-status {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
.torn_product_page_main_div .stock-status span {
  display: inline-block;
  background-color: black;
  color: white;
  border-radius: 8px;
  padding: 2px 4px;
}
.torn_product_page_main_div .perks-wrapper ul {
  margin: 0;
}
.torn_product_page_main_div .perks-wrapper li {
  list-style-type: none;
  margin: 0.5rem 0;
  font-size: 14px;
  line-height: 1.25;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 25px;
}
.torn_product_page_main_div .perks-wrapper li.checkmark {
  background-image: url("/wp-content/themes/torn-theme/assets/icon-checkmark.svg");
}
.torn_product_page_main_div .perks-wrapper li.stores {
  background-image: url("/wp-content/themes/torn-theme/assets/icon-stores.svg");
}
.torn_product_page_main_div a.ask-seller-button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
  background-color: white;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 700;
  padding: 4px 15px;
  margin: 10px 0;
}
.torn_product_page_main_div a.ask-seller-button:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.torn_product_page_main_div a.ask-seller-button .icon {
  position: relative;
}
.torn_product_page_main_div a.ask-seller-button .new {
  background-color: black;
  color: white;
  font-size: 12px;
  border-radius: 20px;
  padding: 3px 6px;
  margin-left: 3px;
  width: 40px;
  text-align: center;
}
.torn_product_page_main_div .torn-grid form .single_product_cart_status {
  font-size: 12px;
  line-height: 1.25;
  color: #5d5b53;
  margin-top: 0.5rem;
}
.torn_product_page_main_div .torn-grid form .single_product_cart_status a {
  text-decoration: underline;
  color: #5d5b53;
}
.torn_product_page_main_div .torn-grid form .single_product_cart_status a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .torn_product_page_main_div .torn-grid {
    column-gap: 3rem;
  }
}
.torn_product_page_main_div .product-page-section {
  margin: 1rem 0 2.5rem;
}
@media only screen and (max-width: 700px) {
  .torn_product_page_main_div .product-page-section {
    margin: 0.5rem 0 1.5rem;
  }
}
.torn_product_page_main_div .product-page-section.torn-product-rebate {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 13px;
  font-weight: 700;
  background-color: #1a0c0c;
  color: #fbf9f3;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .torn_product_page_main_div .product-page-section.torn-product-rebate {
    font-size: 18px;
  }
}
.torn_product_page_main_div .product-page-section .product-title-secondary {
  font-family: "Sharp Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  .torn_product_page_main_div .product-page-section h2 {
    font-size: 24px;
  }
}
.torn_product_page_main_div .product-page-section h4.sizeguide-title {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
}
.torn_product_page_main_div .product-page-section h4.sizeguide-title a {
  font-style: normal;
  font-weight: 400;
}
.torn_product_page_main_div .product-page-section h4.sizeguide-title a:hover {
  text-decoration: none;
}
.torn_product_page_main_div .product-page-section h4 {
  font-family: "Sharp Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  margin: 3rem 0 1rem 0;
}
.torn_product_page_main_div .product-page-section h4:first-child {
  margin-top: 0;
}
.torn_product_page_main_div .product-page-section h4.product-seller {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
}
.torn_product_page_main_div .product-page-section h4.product-seller a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
}
@media screen and (max-width: 700px) {
  .torn_product_page_main_div .product-page-section h4 {
    font-size: 20px;
  }
}
.torn_product_page_main_div .product-page-section a {
  text-decoration: underline;
}
.torn_product_page_main_div .product-page-section .product-blurb {
  font-size: 16px;
  line-height: 1.5;
  color: #5d5b53;
}
.torn_product_page_main_div .product-page-section .product-blurb .more-text {
  display: none;
}
.torn_product_page_main_div .product-page-section .product-blurb .read-more {
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .torn_product_page_main_div .product-page-section .product-blurb {
    font-size: 16px;
  }
}
.torn_product_page_main_div .product-page-section .product-old-price {
  color: #ec562d;
  margin-top: 5px;
}
.torn_product_page_main_div .product-page-section .product-price {
  font-weight: bold;
  font-size: 1.5em;
}
.torn_product_page_main_div .product-page-section .cheaper-alternative {
  font-size: 15px;
  line-height: 24px;
  text-decoration: underline;
  display: block;
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
.torn_product_page_main_div .product-page-bottom-bar {
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.160784);
  color: #1a0c0c;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  animation-name: fadeInBottom;
  animation-duration: 250ms;
  animation-fill-mode: both;
}
.torn_product_page_main_div .product-page-bottom-bar #torn_product_page_search {
  font-size: 16px;
  font-weight: 500;
  background-color: #fbf9f3;
  height: 40px;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #666666;
  padding-left: 1.2rem;
}
.torn_product_page_main_div .product-page-bottom-bar #torn_product_page_search::placeholder {
  color: #1a0c0c;
}
.torn_product_page_main_div .product-page-bottom-bar #torn_product_page_search:hover {
  border: 1px solid #1a0c0c;
  box-shadow: 0 0 0 1px #1a0c0c;
}
.torn_product_page_main_div .product-page-bottom-bar #torn_product_page_search:focus {
  border: 1px solid #1a0c0c;
  box-shadow: 0 0 0 1px #1a0c0c;
  background-color: white;
}
.torn_product_page_main_div .product-page-bottom-bar #torn_product_page_search:focus::placeholder {
  color: #e4e1dc;
}
@media screen and (max-width: 360px) {
  .torn_product_page_main_div .product-page-bottom-bar #torn_product_page_search {
    font-size: 15.3px;
  }
}
.torn_product_page_main_div .product-page-bottom-bar form {
  width: 100%;
  margin-bottom: 0;
}
.torn_product_page_main_div .product-page-bottom-bar #torn-hidden-click-to-search {
  position: absolute;
  height: 100%;
  width: 78px;
  top: 0;
  right: 1rem;
  cursor: pointer;
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px;
}
@media (max-width: 1200px) {
  .torn_product_page_main_div .product-page-bottom-bar #torn-hidden-click-to-search {
    background-size: 22px;
    width: 68px;
  }
}
@media screen and (max-width: 360px) {
  .torn_product_page_main_div .product-page-bottom-bar #torn-hidden-click-to-search {
    display: none;
  }
}
.torn_product_page_main_div .images ol {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  cursor: pointer;
  margin-top: 0.5rem;
  justify-content: flex-start;
  gap: 0.5rem;
}
.torn_product_page_main_div .images li {
  width: 7rem;
  height: 7rem;
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.torn_product_page_main_div .images li:has(img):has(.flex-active) {
  outline: #25d68a solid 2px;
}
@media screen and (max-width: 1366px) {
  .torn_product_page_main_div .images li {
    padding: 1rem;
    width: 5.6rem;
    height: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .torn_product_page_main_div .images li {
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media screen and (max-width: 700px) {
  .torn_product_page_main_div .images li {
    width: 2.98rem;
    height: 2.98rem;
    padding: 0;
  }
}
.torn_product_page_main_div .images li:hover {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
}
.torn_product_page_main_div .images li img {
  object-fit: scale-down;
}
.torn_product_page_main_div .torn-product-page-images {
  width: 100%;
  max-width: 100%;
}
.torn_product_page_main_div .torn-product-page-images .product-age-text {
  position: absolute;
  left: 18px;
  top: 30px;
  display: inline-block;
  background-image: url("/wp-content/themes/torn-theme/assets/icon-clock.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 13px;
  padding: 4px;
  padding-left: 18px;
  font-size: 12px;
  line-height: 14px;
  z-index: 1;
}
.torn_product_page_main_div .torn-product-page-images .woocommerce-product-gallery__wrapper {
  border-radius: 10px;
  width: 100% !important;
  background-color: white;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.torn_product_page_main_div .torn-product-page-images .woocommerce-product-gallery__wrapper:has(.flex-active-slide) {
  width: fit-content !important;
}
.torn_product_page_main_div .woocommerce-product-gallery .flex-viewport {
  border-radius: 10px;
  background-color: white;
  min-height: 36rem;
  max-height: 36rem;
  display: flex;
}
@media only screen and (max-width: 1536px) {
  .torn_product_page_main_div .woocommerce-product-gallery .flex-viewport {
    min-height: 25rem;
    max-height: 25rem;
  }
}
@media only screen and (max-width: 700px) {
  .torn_product_page_main_div .woocommerce-product-gallery .flex-viewport {
    padding: 0;
    min-height: 15rem;
    max-height: 15rem;
  }
}
.torn_product_page_main_div .torn-product-page-images .woocommerce-product-gallery__image img {
  width: calc(100% - 2rem);
  object-fit: contain;
  height: 33rem;
  margin: auto;
}
@media only screen and (max-width: 1536px) {
  .torn_product_page_main_div .torn-product-page-images .woocommerce-product-gallery__image img {
    height: 23rem;
  }
}
@media screen and (max-width: 700px) {
  .torn_product_page_main_div .torn-product-page-images .woocommerce-product-gallery__image img {
    height: 14rem;
  }
}
.torn_product_page_main_div .torn-product-location-based {
  font-size: 15px;
  line-height: 24px;
  display: none;
  padding: 18px 0;
  min-height: 85px;
}
.torn_product_page_main_div .torn-product-location-based p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.torn_product_page_main_div .torn-product-location-based .error {
  color: #ec562d;
}
.torn_product_page_main_div .torn-product-location-based .current-post-code {
  font-size: 1em;
  margin-right: 20px;
  text-transform: uppercase;
}
.torn_product_page_main_div .torn-product-location-based .change-post-code {
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
}
.torn_product_page_main_div .torn_postcode_entry span {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .torn_product_page_main_div .torn_postcode_entry span {
    font-weight: 500;
  }
}
@media screen and (max-width: 410px) {
  .torn_product_page_main_div .torn_postcode_entry span {
    font-weight: 500;
    font-size: 3.792vw;
  }
}
.torn_product_page_main_div .torn_postcode_entry_field,
.torn_product_page_main_div .torn_shipping_submit {
  font-style: normal;
  font-size: 18px;
  color: #1a0c0c;
  line-height: 24px;
  margin-top: 12px;
  height: 48px;
  padding: 0.5em 1em 0.5em 1em;
  text-align: center;
  border-radius: 50px;
}
.torn_product_page_main_div .torn_postcode_entry_field {
  background: #ffffff;
  border: 1px solid #ad88cd;
  min-width: 80px;
  width: 100px;
  margin-right: 16px;
  font-weight: normal;
  text-align: left;
}
.torn_product_page_main_div .torn_shipping_submit {
  width: fit-content;
  font-weight: 500;
  background: #ad88cd;
  border: 1px solid #ad88cd;
}
.torn_product_page_main_div .torn-product-page-price {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 450px) {
  .torn_product_page_main_div .torn-product-page-price {
    width: 100%;
  }
}
.torn_product_page_main_div .torn-product-page-price .price {
  display: inline-block;
}
.torn_product_page_main_div .torn-product-page-price .price .old_price,
.torn_product_page_main_div .torn-product-page-price .price .old_price .woocommerce-Price-amount bdi {
  font-size: 15px;
  line-height: 24px;
  color: #0f0f0f;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.torn_product_page_main_div .torn-product-page-price .price .old_price::after {
  content: "\a";
  /* Line-break */
  white-space: pre;
}
.torn_product_page_main_div .torn-product-page-price .price .new_price,
.torn_product_page_main_div .torn-product-page-price .price .woocommerce-Price-amount bdi {
  font-size: 42px;
  line-height: 48px;
  margin-left: 0;
  color: #25d68a;
  font-weight: 900;
  vertical-align: middle;
}
.torn_product_page_main_div .torn-product-page-price .price .per_unit {
  font-size: 18px;
  line-height: 22px;
  color: #747476;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 1rem;
}
.torn_product_page_main_div .torn-product-page-price .price .woocommerce-Price-currencySymbol {
  display: none;
}
.torn_product_page_main_div .torn-product-page-price .price sup.m2 {
  font-size: 12px;
  line-height: 18px;
}
.torn_product_page_main_div .torn-product-page-price .price .unit_explanation {
  padding: 16px 0 0 0;
}
.torn_product_page_main_div .torn-product-page-price .torn-price {
  font-size: 20px;
  line-height: 30px;
}
.torn_product_page_main_div .torn-product-page-price .superpris-badge {
  float: right;
  margin-left: 4rem;
  height: 78px;
  width: 78px;
  background-size: 78px;
  background-image: url("/wp-content/themes/torn-theme/assets/superpris-badge-v2.svg");
}
@media only screen and (max-width: 650px) {
  .torn_product_page_main_div .torn-product-page-price .superpris-badge {
    height: 78px;
    width: 78px;
    background-size: 78px;
  }
}
@media only screen and (max-width: 450px) {
  .torn_product_page_main_div .torn-product-page-price .superpris-badge {
    margin-left: 0;
  }
}
.torn_product_page_main_div .torn-product-page-price.is-superprice {
  min-height: 75px;
}
.torn_product_page_main_div input[type=number] {
  -moz-appearance: textfield;
}
.torn_product_page_main_div input::-webkit-outer-spin-button,
.torn_product_page_main_div input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.torn_product_page_main_div form.cart .find-same-product {
  display: inline-block;
  text-decoration: underline;
  color: #828282;
  margin: -1rem auto 3rem auto;
}
.torn_product_page_main_div form.cart .quantity {
  display: inline-block;
}
.torn_product_page_main_div form.cart .quantity input {
  border: 1px solid #1a0c0c;
  background-color: inherit;
  box-shadow: none;
  padding: 5px 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  text-align: center;
  margin: 0 0.7em;
}
.torn_product_page_main_div form.cart .single_quantity_plus_button,
.torn_product_page_main_div form.cart .single_quantity_minus_button {
  float: left;
  width: 20px;
  height: 20px;
  color: #1a0c0c;
  font-size: 20px;
  border: 1px black solid;
  padding: 5px;
  border-radius: 50%;
}
.torn_product_page_main_div form.cart .single_quantity_plus_button:hover,
.torn_product_page_main_div form.cart .single_quantity_minus_button:hover {
  cursor: pointer;
}
.torn_product_page_main_div form.cart .single_quantity_plus_button.disabled,
.torn_product_page_main_div form.cart .single_quantity_minus_button.disabled {
  color: #666666;
  cursor: not-allowed;
  opacity: 0.3;
}
.torn_product_page_main_div form.cart .single_quantity_plus_button {
  margin-left: 3px;
}
.torn_product_page_main_div form.cart .single_quantity_minus_button {
  padding-left: 0;
  margin-right: 3px;
}
.torn_product_page_main_div form.cart.pending .single_add_to_cart_button,
.torn_product_page_main_div form.cart.pending .single_quantity_plus_button,
.torn_product_page_main_div form.cart.pending .single_quantity_minus_button {
  color: gray;
}
.torn_product_page_main_div form.cart.pending .quantity input {
  background-color: lightgrey;
}
.torn_product_page_main_div form.cart button.single_add_to_cart_button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
  border-radius: 10px;
  font-weight: 600;
  justify-content: center;
  width: 100%;
}
.torn_product_page_main_div form.cart button.single_add_to_cart_button:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.torn_product_page_main_div form.cart button.single_add_to_cart_button .icon {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .torn_product_page_main_div form.cart button.single_add_to_cart_button {
    width: 100%;
  }
}
.torn_product_page_main_div form.cart button.single_add_to_cart_button * {
  vertical-align: middle;
}
.torn_product_page_main_div form.cart button.single_add_to_cart_button i {
  margin-left: 10px;
  margin-top: 4px;
  float: right;
  padding: 0;
  color: #1a0c0c;
  font-size: 20px;
}
.torn_product_page_main_div form.cart .single_product_cart_status {
  display: none;
}
.torn_product_page_main_div .add-to-cart-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
@media only screen and (max-width: 800px) {
  .torn_product_page_main_div .add-to-cart-row {
    flex-wrap: wrap;
  }
}
.torn_product_page_main_div .add-to-cart-row .add-to-cart-wrapper {
  flex-grow: 1;
}
@media only screen and (max-width: 800px) {
  .torn_product_page_main_div .add-to-cart-row .add-to-cart-wrapper {
    width: 100%;
  }
}
.torn_product_page_main_div .add-to-cart-row .select-quantity-wrapper {
  flex-grow: 1;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .torn_product_page_main_div .add-to-cart-row .select-quantity-wrapper {
    display: flex;
    justify-content: left;
    width: calc(100% - 100px);
  }
}
.torn_product_page_main_div .add-to-cart-row .select-quantity-wrapper .single_quantity_subtract_button,
.torn_product_page_main_div .add-to-cart-row .select-quantity-wrapper .single_quantity_add_button {
  text-indent: -9999px;
  min-height: 40px;
  min-width: 40px;
  background-image: url("/wp-content/themes/torn-theme/assets/quantity-minus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}
.torn_product_page_main_div .add-to-cart-row .select-quantity-wrapper .single_quantity_subtract_button.single_quantity_add_button,
.torn_product_page_main_div .add-to-cart-row .select-quantity-wrapper .single_quantity_add_button.single_quantity_add_button {
  background-image: url("/wp-content/themes/torn-theme/assets/quantity-plus.svg");
}
.torn_product_page_main_div .add-to-cart-row .cart-payment-icons {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (max-width: 380px) {
  .torn_product_page_main_div .add-to-cart-row .cart-payment-icons {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .torn_product_page_main_div .add-to-cart-row .cart-payment-icons {
    margin-top: 0;
  }
}
.torn_product_page_main_div .add-to-cart-row .cart-payment-icons img {
  width: 64px;
  padding: 3px;
}
.torn_product_page_main_div .add-to-cart-row .stock-status {
  margin-left: 2.5em;
  padding: 0;
}
@media screen and (max-width: 380px) {
  .torn_product_page_main_div .add-to-cart-row .stock-status {
    margin-left: 1rem;
  }
}
.torn_product_page_main_div .add-to-cart-row .stock-status .in-stock {
  margin: 0;
  padding: 0;
  justify-content: center;
  align-self: center;
}
.torn_product_page_main_div .add-to-cart-row .batch-select {
  margin: 0;
  cursor: pointer;
}
.torn_product_page_main_div .torn_add_favorite_product {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.torn_product_page_main_div .torn_add_favorite_product .favorite-heart {
  float: right;
  width: 28px;
  height: 28px;
  background-size: 28px;
}
@media only screen and (max-width: 480px) {
  .torn_product_page_main_div .torn_add_favorite_product .favorite-heart {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
.torn_product_page_main_div div.stock-status {
  display: inline-block;
}
.torn_product_page_main_div div.stock-status .in-stock {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  clear: both;
  padding-top: 5px;
  margin-right: 10px;
  color: #0f834d;
}
.torn_product_page_main_div div.stock-status .in-stock::before {
  content: "";
  display: none;
}
.torn_product_page_main_div .outofstock-warning {
  padding: 8px 16px 8px 16px;
  background: #fef9ee;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}
.torn_product_page_main_div .torn-product-page-collapsible-content {
  position: relative;
}
@media only screen and (min-width: 600px) {
  .torn_product_page_main_div .superprice-content-wrapper {
    display: flex;
  }
}
.torn_product_page_main_div .superprice-content-wrapper .superprice-content-badge {
  align-self: center;
}
.torn_product_page_main_div .superprice-content-wrapper .superprice-content-badge .superpris-badge {
  width: 150px;
  height: 150px;
  background-size: 150px;
  margin: auto;
}
@media only screen and (min-width: 600px) {
  .torn_product_page_main_div .superprice-content-wrapper .superprice-content-badge .superpris-badge {
    width: 180px;
    height: 180px;
    background-size: 180px;
    margin-left: 40px;
  }
}
.torn_product_page_main_div .superpris {
  color: #25d68a;
}
.torn_product_page_main_div .full-width-area {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.torn_product_page_main_div .product-page-products {
  padding: 30px 0;
}
@media only screen and (max-width: 750px) {
  .torn_product_page_main_div .product-page-products {
    padding: 10px 0;
  }
}
.torn_product_page_main_div .product-page-products h2:not(.product_card_title) {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 480px) {
  .torn_product_page_main_div .product-page-products h2:not(.product_card_title) {
    font-size: 18px;
    line-height: 27px;
  }
}
.torn_product_page_main_div .product-page-products .torn_products_list {
  margin-top: 2rem;
  justify-content: space-around;
}
@media only screen and (max-width: 750px) {
  .torn_product_page_main_div .product-page-products .torn_products_list.one-line {
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.torn_product_page_main_div .product-page-products .more-products-link {
  text-align: center;
  margin: 2.5rem 0;
}
.torn_product_page_main_div .product-page-products .more-products-link a {
  text-decoration: underline;
  font-size: 18px;
}
.torn_product_page_main_div .wc-prl-page-custom h2.wc-prl-title {
  text-align: center;
  font-size: 2em;
}
.torn_product_page_main_div .wc-prl-page-custom .torn_products_list {
  justify-content: center;
}
.torn_product_page_main_div .wc-block-grid img,
.torn_product_page_main_div .attachment-woocommerce_thumbnail,
.torn_product_page_main_div .size-woocommerce_thumbnail {
  width: 300px;
  height: 300px;
  object-fit: contain;
  object-position: 50% 50%;
}
.torn_product_page_main_div .wc-block-grid img,
.torn_product_page_main_div .attachment-woocommerce_thumbnail,
.torn_product_page_main_div .size-woocommerce_thumbnail {
  width: 300px;
  height: 300px;
  object-fit: contain;
  object-position: 50% 50%;
}
.torn_product_page_main_div p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 410px) {
  .torn_product_page_main_div p {
    font-size: 13px;
  }
}
.torn_product_page_main_div p a {
  text-decoration: underline;
}

.product-page-info-banner {
  background-color: #f79e1b;
  margin: 40px -20px;
  display: flex;
  justify-content: center;
}
.product-page-info-banner &gt; div {
  max-width: 650px;
  padding: 60px 30px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .product-page-info-banner &gt; div {
    padding: 40px 30px;
    max-width: 500px;
  }
}
.product-page-info-banner h3 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .product-page-info-banner h3 {
    font-size: 30px;
    line-height: 37.5px;
  }
}
.product-page-info-banner a.button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
  background-color: white;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border: none;
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/black-arrow-right.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 10px;
  padding: 10px 40px;
}
.product-page-info-banner a.button:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.product-page-info-banner a.button .icon {
  position: relative;
}
/** Single store page */
.torn_single_store_header {
  width: 100%;
  margin-right: 1em;
  margin-bottom: 1.24em;
  margin-left: 0.5em;
  margin-top: 3em;
}

.torn_single_store_header h4,
.torn_single_store_header div {
  margin-bottom: 0.3em;
}

.torn_store_opening_hours_link {
  cursor: pointer;
}

.torn_store_opening_hours_content {
  display: none;
}

.torn-location-single-shop-heading {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .torn-location-single-shop-heading {
    white-space: nowrap;
  }
}
.torn-location-single-shop-heading ~ .torn-search-filter {
  display: none;
}

.torn-widget-centered {
  max-width: 600px;
  margin: auto;
  padding: 0 30px 0 30px;
}

/** Store directory/listing page */
.entry-header {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .entry-header {
    margin-bottom: 0;
  }
}

#dokan-store-listing-filter-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #dokan-store-listing-filter-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
#dokan-store-listing-filter-wrap .right {
  display: flex;
  align-items: flex-end;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #dokan-store-listing-filter-wrap .right {
    justify-content: space-between;
    width: 100%;
  }
}
#dokan-store-listing-filter-wrap .right .toggle-view {
  display: none;
}
#dokan-store-listing-filter-wrap .right .dokan-store-list-filter-button {
  border: none;
  background-color: #25d68a;
  margin-top: 12px;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 24px;
}
#dokan-store-listing-filter-wrap .right .dokan-store-list-filter-button:hover {
  background-color: #1fb775;
}

#dokan-store-listing-filter-form-wrap {
  padding-top: 1rem;
}

.store-search-input {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#dokan-seller-listing-wrap.grid-view .dokan-seller-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5em;
  list-style: none;
  padding: 0;
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  #dokan-seller-listing-wrap.grid-view .dokan-seller-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1em;
  }
}
@media screen and (max-width: 480px) {
  #dokan-seller-listing-wrap.grid-view .dokan-seller-wrap {
    gap: 0.75em;
  }
}
#dokan-seller-listing-wrap .dokan-single-seller {
  margin: 0;
}
#dokan-seller-listing-wrap .store-wrapper {
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}
#dokan-seller-listing-wrap .store-wrapper .store-header .store-banner {
  height: 150px;
}
#dokan-seller-listing-wrap .store-wrapper .store-header .store-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#dokan-seller-listing-wrap .store-wrapper .store-content {
  padding: 1em;
}
@media screen and (max-width: 480px) {
  #dokan-seller-listing-wrap .store-wrapper .store-content {
    padding: 0.75em;
  }
}
#dokan-seller-listing-wrap .store-wrapper .store-content .dokan-store-is-open-close-status {
  display: none;
}
#dokan-seller-listing-wrap .store-wrapper .store-content .store-data h2 {
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 480px) {
  #dokan-seller-listing-wrap .store-wrapper .store-content .store-data h2 {
    font-size: 15px;
    line-height: 24px;
  }
}
#dokan-seller-listing-wrap .store-wrapper .store-content .store-data .store-address,
#dokan-seller-listing-wrap .store-wrapper .store-content .store-data .store-phone {
  display: none;
}
#dokan-seller-listing-wrap .store-wrapper .store-footer {
  padding: 0 1em 1em 1em;
}
@media screen and (max-width: 480px) {
  #dokan-seller-listing-wrap .store-wrapper .store-footer {
    padding: 0 0.75em 0.75em 0.75em;
  }
}
#dokan-seller-listing-wrap .store-wrapper .store-footer .seller-avatar img {
  border-radius: 4px;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 480px) {
  #dokan-seller-listing-wrap .store-wrapper .store-footer .seller-avatar img {
    width: 32px;
    height: 32px;
  }
}

.pagination-container {
  margin-top: 3em;
}
.pagination-container .pagination-wrap {
  display: flex;
  justify-content: center;
}
.pagination-container .pagination-wrap .pagination {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 0.5em;
}
.pagination-container .pagination-wrap .pagination li {
  margin: 0;
}
.pagination-container .pagination-wrap .pagination li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2em;
  height: 2em;
  padding: 0 0.5em;
  border: 1px solid #747476;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
}
.pagination-container .pagination-wrap .pagination li .page-numbers.current {
  background: #25d68a;
  border-color: #25d68a;
}
.pagination-container .pagination-wrap .pagination li .page-numbers:hover:not(.current):not(.dots) {
  background: #ffffff;
}
.pagination-container .pagination-wrap .pagination li .page-numbers.prev, .pagination-container .pagination-wrap .pagination li .page-numbers.next {
  font-size: 0;
  padding: 0;
  width: 32px;
  height: 100%;
}
.pagination-container .pagination-wrap .pagination li .page-numbers.prev::before, .pagination-container .pagination-wrap .pagination li .page-numbers.next::before {
  font-size: 16px;
}
.pagination-container .pagination-wrap .pagination li .page-numbers.prev::before {
  content: "←";
}
.pagination-container .pagination-wrap .pagination li .page-numbers.next::before {
  content: "→";
}

.widget_torn_product_filter {
  /* Begin Adjustments to torn-checkbox */
  /* Customize the label (the container) */
}
.widget_torn_product_filter .cat-child-list {
  margin-bottom: 0;
}
.widget_torn_product_filter .cat-list-item,
.widget_torn_product_filter .shipping-alternative,
.widget_torn_product_filter .torn-superprice {
  width: 95%;
  margin: 1em 0 1em 0;
}
@media only screen and (min-width: 1440px) {
  .widget_torn_product_filter .cat-list-item,
  .widget_torn_product_filter .shipping-alternative,
  .widget_torn_product_filter .torn-superprice {
    white-space: nowrap;
  }
}
.widget_torn_product_filter .torn-category-name,
.widget_torn_product_filter .torn-shipping-name,
.widget_torn_product_filter .torn-superprice-name {
  font-size: 14px;
  cursor: pointer;
}
.widget_torn_product_filter ul.product-categories,
.widget_torn_product_filter ul.torn-shipping-alternatives,
.widget_torn_product_filter ul.torn-superprice-list,
.widget_torn_product_filter .superprice-input-container {
  font-size: 12px;
  line-height: 18px;
  color: #0f0f0f;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .widget_torn_product_filter ul.product-categories,
  .widget_torn_product_filter ul.torn-shipping-alternatives,
  .widget_torn_product_filter ul.torn-superprice-list,
  .widget_torn_product_filter .superprice-input-container {
    font-size: 15px;
    line-height: 24px;
  }
}
.widget_torn_product_filter ul.product-categories .torn-checkmark,
.widget_torn_product_filter ul.torn-shipping-alternatives .torn-checkmark,
.widget_torn_product_filter ul.torn-superprice-list .torn-checkmark,
.widget_torn_product_filter .superprice-input-container .torn-checkmark {
  top: -5px;
  width: 24px;
  height: 24px;
  border: 1px solid black;
  border-radius: 8px;
  background-color: #ffffff;
}
@media only screen and (max-width: 500px) {
  .widget_torn_product_filter ul.product-categories .torn-checkmark,
  .widget_torn_product_filter ul.torn-shipping-alternatives .torn-checkmark,
  .widget_torn_product_filter ul.torn-superprice-list .torn-checkmark,
  .widget_torn_product_filter .superprice-input-container .torn-checkmark {
    top: 0;
  }
}
.widget_torn_product_filter ul.product-categories .torn-checkbox,
.widget_torn_product_filter ul.torn-shipping-alternatives .torn-checkbox,
.widget_torn_product_filter ul.torn-superprice-list .torn-checkbox,
.widget_torn_product_filter .superprice-input-container .torn-checkbox {
  padding-left: 32px;
  font-size: inherit;
}
.widget_torn_product_filter ul.product-categories .torn-checkbox input:checked ~ .torn-checkmark,
.widget_torn_product_filter ul.product-categories .torn-checkbox input:indeterminate ~ .torn-checkmark,
.widget_torn_product_filter ul.torn-shipping-alternatives .torn-checkbox input:checked ~ .torn-checkmark,
.widget_torn_product_filter ul.torn-shipping-alternatives .torn-checkbox input:indeterminate ~ .torn-checkmark,
.widget_torn_product_filter ul.torn-superprice-list .torn-checkbox input:checked ~ .torn-checkmark,
.widget_torn_product_filter ul.torn-superprice-list .torn-checkbox input:indeterminate ~ .torn-checkmark,
.widget_torn_product_filter .superprice-input-container .torn-checkbox input:checked ~ .torn-checkmark,
.widget_torn_product_filter .superprice-input-container .torn-checkbox input:indeterminate ~ .torn-checkmark {
  background-color: black;
}
.widget_torn_product_filter ul.product-categories .torn-checkbox:hover input ~ .torn-checkmark,
.widget_torn_product_filter ul.torn-shipping-alternatives .torn-checkbox:hover input ~ .torn-checkmark,
.widget_torn_product_filter ul.torn-superprice-list .torn-checkbox:hover input ~ .torn-checkmark,
.widget_torn_product_filter .superprice-input-container .torn-checkbox:hover input ~ .torn-checkmark {
  box-shadow: 0 0 0 1px #1a0c0c;
}
.widget_torn_product_filter ul.product-categories .torn-checkbox .torn-checkmark:after,
.widget_torn_product_filter ul.torn-shipping-alternatives .torn-checkbox .torn-checkmark:after,
.widget_torn_product_filter ul.torn-superprice-list .torn-checkbox .torn-checkmark:after,
.widget_torn_product_filter .superprice-input-container .torn-checkbox .torn-checkmark:after {
  left: 7px;
  top: 2px;
}
.widget_torn_product_filter .widget_product_categories ul li::before {
  content: none;
}
.widget_torn_product_filter .torn-checkbox {
  display: block;
  position: relative;
  margin-top: 12px;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.widget_torn_product_filter .torn-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.widget_torn_product_filter .torn-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eeeeee;
}
.widget_torn_product_filter .torn-checkbox input:checked ~ .torn-checkmark:after {
  display: block;
}
.widget_torn_product_filter .torn-checkbox .torn-checkmark:after {
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #25d68a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget_torn_product_filter .torn-checkbox input:indeterminate ~ .torn-checkmark:after {
  top: -1px;
  width: 9px;
  border-width: 0 0 3px 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
}
.widget_torn_product_filter .torn-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.widget_torn_product_filter .price-filter .filter-subtitle,
.widget_torn_product_filter .quantity-filter .filter-subtitle {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.widget_torn_product_filter .price-filter .input-container,
.widget_torn_product_filter .quantity-filter .input-container {
  display: flex;
  align-items: baseline;
}
.widget_torn_product_filter .price-filter .input-container &gt; div,
.widget_torn_product_filter .quantity-filter .input-container &gt; div {
  flex: 1 1 auto;
  margin-right: 8px;
}
.widget_torn_product_filter .price-filter .input-container &gt; div:last-child,
.widget_torn_product_filter .quantity-filter .input-container &gt; div:last-child {
  flex: revert;
  margin-right: 0;
}
.widget_torn_product_filter .price-filter .input-container #quantity-input,
.widget_torn_product_filter .quantity-filter .input-container #quantity-input {
  width: 120px;
}
.widget_torn_product_filter .price-filter .input-container input,
.widget_torn_product_filter .quantity-filter .input-container input {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  padding-right: 5px;
}
.widget_torn_product_filter .price-filter .input-container label,
.widget_torn_product_filter .quantity-filter .input-container label {
  font-size: 14px;
}
.widget_torn_product_filter .price-filter .input-container button,
.widget_torn_product_filter .quantity-filter .input-container button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  padding: 15px 20px;
  background-color: #1a0c0c;
  color: #fff;
  height: 3rem;
}
.widget_torn_product_filter .price-filter .input-container button:hover:enabled,
.widget_torn_product_filter .quantity-filter .input-container button:hover:enabled {
  opacity: 0.9;
}
.widget_torn_product_filter .price-filter .input-container button .icon,
.widget_torn_product_filter .quantity-filter .input-container button .icon {
  position: relative;
}
.widget_torn_product_filter .price-filter .input-container input,
.widget_torn_product_filter .price-filter .input-container button,
.widget_torn_product_filter .quantity-filter .input-container input,
.widget_torn_product_filter .quantity-filter .input-container button {
  height: 48px;
}
.widget_torn_product_filter .torn-filter-button-wrapper {
  padding: 16px;
  bottom: 0;
  position: absolute;
  z-index: 200;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.160784);
}
@media only screen and (min-width: 900px) {
  .widget_torn_product_filter .torn-filter-button-wrapper {
    display: none !important;
  }
}
.widget_torn_product_filter .torn-filter-button-wrapper .torn-filter-button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #1a0c0c;
  color: #fff;
  z-index: 4;
  width: calc(100% - 80px);
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding: 12px;
  border-radius: 5px;
}
.widget_torn_product_filter .torn-filter-button-wrapper .torn-filter-button:hover:enabled {
  opacity: 0.9;
}
.widget_torn_product_filter .torn-filter-button-wrapper .torn-filter-button .icon {
  position: relative;
}
.widget_torn_product_filter .torn-filter-button-wrapper .torn-filter-button.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.widget_torn_product_filter #torn-radius-filter-container {
  margin-top: 4rem;
}
.widget_torn_product_filter #torn-radius-filter-container .torn-filter-title {
  font-family: "DM Sans", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 18px;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-button-container .radius-filter-subtitle {
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  color: #666;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-button-container .radius-filter-postcode-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-button-container .radius-filter-postcode-input #torn_distance_radius_filter_zip_input {
  width: 120px;
  margin: 0;
  height: 48px;
  margin-right: 0rem;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-button-container .radius-filter-postcode-input #torn_distance_radius_filter_zip_button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  padding: 15px 20px;
  background-color: #1a0c0c;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-button-container .radius-filter-postcode-input #torn_distance_radius_filter_zip_button:hover:enabled {
  opacity: 0.9;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-button-container .radius-filter-postcode-input #torn_distance_radius_filter_zip_button .icon {
  position: relative;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-button-container .radius-filter-postcode-input #torn_distance_radius_filter_zip_button #distance_radius_filter_zip_button_loading {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/spinner_white.svg");
  animation: rotation 2s infinite linear;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 10;
  background-repeat: no-repeat;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.widget_torn_product_filter #torn-radius-filter-container #torn_store_radius_filter_map,
.widget_torn_product_filter #torn-radius-filter-container #torn_store_radius_filter_map__static {
  margin: 1rem 0 1rem;
  border-radius: 12px;
  height: auto;
  aspect-ratio: 1/1;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider {
  /* Chrome */
  /* Firefox */
  /* IE */
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider .filter-slider-text-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-size: 11px;
  line-height: 24px;
  color: #666;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider {
  -webkit-appearance: none;
  width: 335px;
  background: transparent;
  cursor: pointer;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider:focus {
  outline: none;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider::-webkit-slider-runnable-track {
  height: 4px;
  background: #1a0c0c;
  border: none;
  border-radius: 3px;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #1a0c0c;
  margin-top: -10px; /* To center the thumb on the track */
  transition: border 0.2s ease-in-out;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider::-webkit-slider-thumb:hover {
  border: 5px solid #1a0c0c;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider::-moz-range-track {
  height: 4px;
  background: #1a0c0c;
  border: none;
  border-radius: 3px;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #1a0c0c;
  transition: border 0.2s ease-in-out;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider::-moz-range-thumb:hover {
  border: 5px solid #1a0c0c;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider::-ms-track {
  height: 4px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider::-ms-fill-lower {
  background: #1a0c0c;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider::-ms-fill-upper {
  background: #1a0c0c;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider::-ms-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #1a0c0c;
  transition: border 0.2s ease-in-out;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider::-ms-thumb:hover {
  border: 5px solid #1a0c0c;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider:focus::-ms-fill-lower {
  background: #1a0c0c;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #radiusSlider:focus::-ms-fill-upper {
  background: #1a0c0c;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #sliderTooltip {
  position: fixed;
  background-color: #333;
  color: white;
  text-align: center;
  border-radius: 4px;
  padding: 5px 10px;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #sliderTooltip #tooltipValue {
  display: block;
}
.widget_torn_product_filter #torn-radius-filter-container .radius-filter-slider #sliderTooltip #tooltipPointer {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333; /* match with tooltip color */
  margin: 0 auto;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px); /* centers the pointer relative to the tooltip */
}
.widget_torn_product_filter #torn-brand-container,
.widget_torn_product_filter #torn-store-container,
.widget_torn_product_filter #torn-price-container,
.widget_torn_product_filter #torn-categories-container,
.widget_torn_product_filter #torn-shipping-container,
.widget_torn_product_filter #torn-superprice-container,
.widget_torn_product_filter #torn-quantity-container {
  margin-top: 4rem;
}
.widget_torn_product_filter #torn-shipping-container .filter-subtitle strong {
  font-size: 15px;
  color: #1a0c0c;
}
.widget_torn_product_filter .torn-filter-container {
  width: 99%;
  margin: auto;
}
.widget_torn_product_filter .torn-filter-container .filter-subtitle {
  font-size: 11px;
  line-height: 24px;
}
.widget_torn_product_filter .torn-filter-container .filter-subtitle:not(.torn_store_filter_trigger) {
  color: #666666;
}
.widget_torn_product_filter .torn-filter-container .torn_store_filter_box {
  justify-content: space-between;
  color: #666666;
  font-size: 11px;
}
.widget_torn_product_filter .torn-filter-container .torn_store_filter_box span.select2 {
  font-size: 15px;
}
.widget_torn_product_filter .torn-filter-container .input-container div {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.widget_torn_product_filter .torn-filter-container .input-container div input::-webkit-outer-spin-button,
.widget_torn_product_filter .torn-filter-container .input-container div input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.widget_torn_product_filter .torn-filter-container .input-container div input[type=number] {
  -moz-appearance: textfield;
}
.widget_torn_product_filter .torn-filter-title {
  font-size: 23px;
  line-height: 18px;
  color: #1a0c0c;
  font-weight: 700;
  padding-bottom: 10px;
  display: block;
}
.widget_torn_product_filter #torn-brand-container,
.widget_torn_product_filter #torn-quantity-container,
.widget_torn_product_filter #torn-price-container,
.widget_torn_product_filter #torn-superprice-container {
  margin-top: 2rem;
}
.widget_torn_product_filter #torn-brand-container .torn-filter-title,
.widget_torn_product_filter #torn-quantity-container .torn-filter-title,
.widget_torn_product_filter #torn-price-container .torn-filter-title,
.widget_torn_product_filter #torn-superprice-container .torn-filter-title {
  font-size: 15px;
}
.widget_torn_product_filter .space-at-the-bottom {
  height: 10px;
}
.widget_torn_product_filter ul {
  list-style: none;
}
.widget_torn_product_filter ul ul {
  margin-left: 1.618em;
}
.widget_torn_product_filter .active .c-bottom-sheet__handle div {
  position: absolute;
  right: 10px;
  top: 12vh;
  padding: 20px;
  border-radius: 50%;
  z-index: 10;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.widget_torn_product_filter .active .c-bottom-sheet__handle i.close {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  position: absolute;
  background-size: 20px;
  background-image: url("/wp-content/themes/torn-theme/assets/remove-icon.svg");
  background-repeat: no-repeat;
}
.widget_torn_product_filter .torn-brand-pills &gt; .pills,
.widget_torn_product_filter .torn-store-pills &gt; .pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.3rem;
  align-items: center;
}
.widget_torn_product_filter .torn-brand-pills &gt; .pills .select2-selection__choice,
.widget_torn_product_filter .torn-store-pills &gt; .pills .select2-selection__choice {
  height: 2rem;
  line-height: 1.9rem;
  width: fit-content;
  white-space: nowrap;
  font-size: 14px;
  background-color: #ebe2eb;
  border-radius: 32px;
  border: 1px solid #ad88cd;
  padding: 0 0.5rem 0 1rem;
  display: flex;
  column-gap: 0.5rem;
}
.widget_torn_product_filter .torn-brand-pills &gt; .pills .select2-selection__choice:hover,
.widget_torn_product_filter .torn-store-pills &gt; .pills .select2-selection__choice:hover {
  background-color: #d6c2d6;
}
.widget_torn_product_filter .torn-brand-pills &gt; .pills .select2-selection__choice .select2-selection__choice__remove,
.widget_torn_product_filter .torn-store-pills &gt; .pills .select2-selection__choice .select2-selection__choice__remove {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/x.svg");
  background-color: rgba(173, 136, 205, 0);
  background-position: center;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  border-style: none;
  align-self: center;
}
.widget_torn_product_filter .torn-brand-pills &gt; .pills .select2-selection__choice .select2-selection__choice__remove.select2-selection__choice__remove--loading,
.widget_torn_product_filter .torn-store-pills &gt; .pills .select2-selection__choice .select2-selection__choice__remove.select2-selection__choice__remove--loading {
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/spinner.svg");
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.widget_torn_product_filter .select2-container {
  height: 3rem;
}
.widget_torn_product_filter .select2-container ul {
  height: inherit;
  padding: 0 !important;
}
.widget_torn_product_filter .select2-container ul .select2-search--inline {
  height: inherit;
  margin: 0 auto !important;
  padding: 0 1rem !important;
}
.widget_torn_product_filter .select2-container ul .select2-search--inline input {
  height: 3rem;
  padding: 0 !important;
  width: 100% !important;
}
@media screen and (max-width: 1200px) {
  .widget_torn_product_filter .select2-container ul .select2-search--inline {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .widget_torn_product_filter .select2-container ul .select2-search--inline {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .widget_torn_product_filter .select2-container ul .select2-search--inline input {
    font-size: 16px;
  }
}
.widget_torn_product_filter .select2-container .selection {
  height: inherit;
}
.widget_torn_product_filter .select2-container .selection .select2-selection--multiple {
  height: inherit;
  border-radius: 12px;
  border: 1px solid #898280;
  border: none;
  box-shadow: 0px 0px 0px 1px #898280;
}
.widget_torn_product_filter .select2-container .selection .select2-selection--multiple:hover {
  box-shadow: 0px 0px 0px 2px #1a0c0c;
}
.widget_torn_product_filter .select2-container .selection .select2-selection--multiple:hover::before {
  border-left: 2px solid #1a0c0c !important;
}
.widget_torn_product_filter .select2-container .selection .select2-selection--multiple:before {
  content: " ";
  position: absolute;
  background-image: url("/wp-content/themes/torn-theme/assets/dropdown-icon.svg");
  background-color: white;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 12px 12px 0;
  width: 3rem !important;
  height: 3rem !important;
  top: 0 !important;
  right: 0 !important;
  border-left: 1px solid #898280 !important;
  border-right: none;
  cursor: pointer;
}
.widget_torn_product_filter .select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: none;
}
.widget_torn_product_filter .select2-container.select2-container--open .selection .select2-selection--multiple {
  box-shadow: 0px 0px 0px 2px #1a0c0c;
}
.widget_torn_product_filter .select2-container.select2-container--open .selection .select2-selection--multiple:before {
  content: " ";
  border-left: none !important;
  border-right: 2px solid #1a0c0c !important;
  border-radius: 12px 0px 0px 12px;
  transform: rotate(180deg);
  cursor: pointer;
}
.widget_torn_product_filter .select2-container.select2-container--open .select2-dropdown {
  box-shadow: 0px 0px 0px 2px #1a0c0c;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.widget_torn_product_filter .select2-container.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.widget_torn_product_filter .select2-container.select2-container--open .select2-dropdown .select2-results {
  padding: 0.2rem 0.2rem 0.2rem 0;
}
.widget_torn_product_filter .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options {
  max-height: none;
  height: 13rem;
}
.widget_torn_product_filter .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  margin: 0 auto !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 2rem);
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #606060;
  line-height: 36px;
}
.widget_torn_product_filter .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true], .widget_torn_product_filter .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  position: relative;
  width: 100% !important;
  padding: 0 1rem !important;
  top: -1px;
}
.widget_torn_product_filter .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option .torn-store-filter-dropdown__option {
  padding: 0.7rem 0;
  display: flex;
  flex-direction: column;
}
.widget_torn_product_filter .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option .torn-store-filter-dropdown__option p {
  margin: 0;
}
.widget_torn_product_filter .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option .torn-store-filter-dropdown__info {
  display: flex;
  justify-content: space-between;
}
.widget_torn_product_filter .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option .torn-store-filter-dropdown__info p {
  font-size: 12px;
}
.widget_torn_product_filter .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option .torn-store-filter-dropdown__name {
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#colophon {
  padding: 4rem 0;
  background-color: #1a0c0c;
}
#colophon * {
  color: #fbf9f3;
}
@media (max-width: 900px) {
  #colophon {
    padding: 3rem 20px;
  }
}
@media (max-width: 599px) {
  #colophon {
    padding: 0;
    z-index: 20;
  }
}
#colophon .col-full {
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 900px) {
  #colophon .col-full {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 599px) {
  #colophon .col-full {
    align-items: left;
    flex-direction: column;
  }
}
#colophon .col-full .footer-logo-container {
  flex: 0 0 50%;
}
@media (max-width: 900px) {
  #colophon .col-full .footer-logo-container {
    order: 2;
    height: auto;
    align-self: center;
  }
}
@media (max-width: 599px) {
  #colophon .col-full .footer-logo-container {
    order: 2;
    height: auto;
    align-self: center;
    margin-left: 20px;
  }
}
#colophon .col-full .footer-logo-container .footer-torn-circle {
  width: 30rem;
  height: 30rem;
}
@media (max-width: 900px) {
  #colophon .col-full .footer-logo-container .footer-torn-circle {
    width: 25rem;
    height: 25rem;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 599px) {
  #colophon .col-full .footer-logo-container .footer-torn-circle {
    width: 80vw;
    margin: 0;
    padding: 0;
  }
}
#colophon .col-full .footer-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 900px) {
  #colophon .col-full .footer-menu-container {
    align-items: flex-start;
  }
}
@media (max-width: 599px) {
  #colophon .col-full .footer-menu-container {
    align-items: flex-start;
  }
}
#colophon .col-full .footer-menu-container .menu-menu_footer_1-container {
  margin: 0.4rem 0 3rem 0;
}
#colophon .col-full .footer-menu-container .menu-menu_footer_1-container ul {
  font-family: "Sharp Grotesk Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  list-style-type: none;
  text-align: right;
  margin: 0;
}
@media (max-width: 900px) {
  #colophon .col-full .footer-menu-container .menu-menu_footer_1-container ul {
    text-align: left;
  }
}
@media (max-width: 599px) {
  #colophon .col-full .footer-menu-container .menu-menu_footer_1-container ul {
    text-align: left;
    padding-left: 20px;
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
}
#colophon .col-full .footer-menu-container .menu-menu_footer_1-container ul li {
  line-height: 3.3rem;
}
#colophon .col-full .footer-menu-container .footer-socialmedia-icons {
  display: flex;
  flex-direction: row;
  justify-content: right;
  margin-bottom: 1.5rem;
}
#colophon .col-full .footer-menu-container .footer-socialmedia-icons a {
  margin: 0 8px;
}
#colophon .col-full .footer-menu-container .footer-socialmedia-icons a img {
  width: 24px;
  height: 24px;
}
#colophon .col-full .footer-menu-container .footer-socialmedia-icons a:last-child {
  margin-right: 0;
}
@media (max-width: 900px) {
  #colophon .col-full .footer-menu-container .footer-socialmedia-icons a:first-child {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  #colophon .col-full .footer-menu-container .footer-socialmedia-icons {
    margin-left: 1rem;
    justify-content: left;
  }
}
#colophon .col-full .footer-menu-container .trustpilot-widget {
  margin: 0.5rem -10px;
}
@media (max-width: 900px) {
  #colophon .col-full .footer-menu-container .trustpilot-widget {
    margin: 0.5rem -10px;
  }
}
@media (max-width: 599px) {
  #colophon .col-full .footer-menu-container .trustpilot-widget {
    margin: 0.5rem 10px;
  }
}
#colophon .col-full .footer-menu-container .menu-menu_footer_2-container {
  margin: 1.5rem 0;
}
@media (max-width: 900px) {
  #colophon .col-full .footer-menu-container .menu-menu_footer_2-container {
    margin: 3rem 0 0 0;
  }
}
@media (max-width: 599px) {
  #colophon .col-full .footer-menu-container .menu-menu_footer_2-container {
    display: flex;
    flex-direction: column;
    margin: 3rem 0 0 0;
  }
}
#colophon .col-full .footer-menu-container .menu-menu_footer_2-container ul {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  text-align: right;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  flex-wrap: nowrap;
}
@media (max-width: 900px) {
  #colophon .col-full .footer-menu-container .menu-menu_footer_2-container ul {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
@media (max-width: 599px) {
  #colophon .col-full .footer-menu-container .menu-menu_footer_2-container ul {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
#colophon .col-full .footer-menu-container .menu-menu_footer_2-container ul li {
  margin-left: 40px;
}
@media (max-width: 900px) {
  #colophon .col-full .footer-menu-container .menu-menu_footer_2-container ul li {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  #colophon .col-full .footer-menu-container .menu-menu_footer_2-container ul li {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
#colophon .col-full .footer-menu-container a.new-login {
  padding-left: 20px;
}

.torn-hamburger-menu-wrapper {
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  z-index: 25;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .torn-hamburger-menu-wrapper {
    z-index: 35;
  }
}
.torn-hamburger-menu-wrapper .fill-white-to-the-left {
  display: none;
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  bottom: 0;
}
.torn-hamburger-menu-wrapper .fill-white-to-the-left::before {
  content: " ";
  width: 1000px;
  height: 100%;
  background-color: white;
  left: -1000px;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 599px) {
  .torn-hamburger-menu-wrapper .fill-white-to-the-left {
    top: 4.5rem;
    width: 100%;
  }
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu {
  background-color: white;
  width: 374px;
  position: absolute;
  height: 100%;
  padding: 13em 32px 32px 20px;
  bottom: 0;
  top: 0;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu &gt; ul {
  min-width: 322px;
}
@media (max-width: 599px) {
  .torn-hamburger-menu-wrapper .torn-hamburger-menu {
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 20px 20px 100px;
    margin: 0;
  }
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu .bottom-of-hamburger-menu {
  display: block;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu .bottom-of-hamburger-menu a,
.torn-hamburger-menu-wrapper .torn-hamburger-menu .top-of-hamburger-menu a {
  font-family: "Sharp Grotesk", sans-serif;
  font-size: 20px;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu .bottom-of-hamburger-menu a:hover,
.torn-hamburger-menu-wrapper .torn-hamburger-menu .top-of-hamburger-menu a:hover {
  color: #25d68a;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu .bottom-of-hamburger-menu a span,
.torn-hamburger-menu-wrapper .torn-hamburger-menu .top-of-hamburger-menu a span {
  font-family: inherit;
  color: #25d68a;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu.open {
  display: block;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  cursor: pointer;
  min-height: 45px;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu li span:first-child {
  flex: 1;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu li.top-level-item {
  border-top: 1px solid #1a0c0c;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu li.top-level-item .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu li.top-level-item:hover .label {
  color: #25d68a;
}
@media screen and (max-width: 355px) {
  .torn-hamburger-menu-wrapper .torn-hamburger-menu li.top-level-item {
    width: 89vw;
  }
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu ul.sub-menu li {
  border-top: 1px solid #eeeeee;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu li li {
  margin-left: 20px;
  font-weight: 400;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu li li:hover {
  background-color: rgba(37, 214, 138, 0.2);
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu li li.show-all {
  font-weight: 500;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu li li a {
  flex: 1;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu .sub-menu {
  width: 100%;
  max-height: 999px;
  overflow: hidden;
  transition-property: max-height;
  transition-duration: 500ms;
  transition-delay: 0s;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu .closed .sub-menu {
  max-height: 0 !important;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu a {
  font-size: 16px;
  padding: 8px;
}
.torn-hamburger-menu-wrapper .torn-hamburger-menu .menu-item .count {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
  display: block;
  padding-right: 40px;
  padding-left: 16px;
  margin-right: 10px;
  background-position: right center;
  background-size: 24px;
  flex: none;
}

#masthead {
  /* Global styling for product search */
  margin-bottom: 0;
  z-index: 30;
  padding: 20px 0 20px !important;
  background-color: white !important;
  border: none;
}
#masthead #storefront_header_cart {
  margin-top: 0;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  #masthead #storefront_header_cart {
    margin: 0;
  }
}
@media (max-width: 599px) {
  #masthead #storefront_header_cart {
    height: 40px;
  }
}
#masthead #storefront_header_cart .site-header-cart,
#masthead #storefront_header_cart .link-to-my-page,
#masthead #storefront_header_cart .toggle-hamburger-menu {
  border-radius: 50px;
  border: 2px solid #1a0c0c;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
  margin-left: 20px;
}
@media (max-width: 599px) {
  #masthead #storefront_header_cart .site-header-cart,
  #masthead #storefront_header_cart .link-to-my-page,
  #masthead #storefront_header_cart .toggle-hamburger-menu {
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    background-size: 16px;
  }
}
#masthead #storefront_header_cart .site-header-cart:hover,
#masthead #storefront_header_cart .link-to-my-page:hover,
#masthead #storefront_header_cart .toggle-hamburger-menu:hover {
  border-color: #25d68a;
}
#masthead #storefront_header_cart .link-to-my-page,
#masthead #storefront_header_cart .toggle-hamburger-menu {
  width: 48px;
  min-width: 48px;
}
#masthead #storefront_header_cart .link-to-my-page .icon,
#masthead #storefront_header_cart .toggle-hamburger-menu .icon {
  height: 20px;
  width: 20px;
}
@media (max-width: 599px) {
  #masthead #storefront_header_cart .link-to-my-page .icon,
  #masthead #storefront_header_cart .toggle-hamburger-menu .icon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 599px) {
  #masthead #storefront_header_cart .link-to-my-page,
  #masthead #storefront_header_cart .toggle-hamburger-menu {
    min-width: 40px;
    width: 40px;
  }
}
#masthead #storefront_header_cart .site-header-cart {
  width: fit-content;
  min-width: fit-content;
  float: unset;
}
#masthead #storefront_header_cart .site-header-cart li {
  display: block;
}
#masthead #storefront_header_cart .site-header-cart li:first-child {
  text-align: left;
}
#masthead #storefront_header_cart .site-header-cart .cart-contents {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  border: inherit;
}
#masthead #storefront_header_cart .site-header-cart .cart-contents &gt; * {
  vertical-align: middle;
}
#masthead #storefront_header_cart .site-header-cart .cart-contents .count {
  font-size: 24px;
  color: #1a0c0c;
  font-weight: bold;
  line-height: 43px;
  opacity: 1;
  float: right;
  margin-left: 8px;
}
@media (max-width: 599px) {
  #masthead #storefront_header_cart .site-header-cart .cart-contents .count {
    line-height: 37px;
    font-size: 16px;
  }
}
#masthead #storefront_header_cart .site-header-cart .cart-contents .icon {
  height: 20px;
  width: 20px;
  display: inline-block !important;
}
@media (max-width: 599px) {
  #masthead #storefront_header_cart .site-header-cart .cart-contents .icon {
    width: 16px;
    height: 16px;
  }
}
#masthead #storefront_header_cart .site-header-cart .cart-contents::after {
  content: none;
}
@media (max-width: 599px) {
  #masthead #storefront_header_cart .site-header-cart .cart-contents {
    padding: 0 10px;
  }
}
#masthead #storefront_header_cart .site-header-cart .count {
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
#masthead .hamburger-menu-toggle-container {
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 0 0 0 !important;
  padding: 0 !important;
  flex: 0 0 20%;
}
#masthead button.toggle-hamburger-menu {
  background-color: white !important;
}
#masthead button.toggle-hamburger-menu.desktop {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  padding: 15px 20px;
  background-color: #eeeeee;
  border: 1px #666666 solid;
  font-family: "Sharp Grotesk", sans-serif;
  font-weight: 400;
  line-height: 18px;
  background-position: 12px center;
  border: 2px solid #1a0c0c;
  height: 48px;
  background-size: 24px;
  padding: 0 15px 0 45px;
  text-indent: 0;
}
#masthead button.toggle-hamburger-menu.desktop:hover:enabled {
  background-color: #eeeeee;
  opacity: 0.8;
  color: #1a0c0c;
}
#masthead button.toggle-hamburger-menu.desktop .icon {
  position: relative;
}
@media (max-width: 900px) {
  #masthead button.toggle-hamburger-menu.desktop {
    margin-top: -48px;
  }
}
@media (max-width: 599px) {
  #masthead button.toggle-hamburger-menu.desktop {
    display: none;
  }
}
#masthead button.toggle-hamburger-menu.mobile {
  display: none;
  text-indent: 100px;
  overflow: hidden;
}
@media (max-width: 599px) {
  #masthead button.toggle-hamburger-menu.mobile {
    display: block;
  }
}
#masthead #storefront_site_branding {
  z-index: 13;
}
#masthead #storefront_site_branding span.torn-site-logo {
  background-image: url("/wp-content/themes/torn-theme/assets/header-logo-no-text.svg");
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  pointer-events: none;
  cursor: default;
  height: 48px;
  width: 117px;
  background-size: contain;
}
@media (max-width: 599px) {
  #masthead #storefront_site_branding span.torn-site-logo {
    height: 40px;
    width: 97px;
  }
}
@media screen and (max-width: 325px) {
  #masthead #storefront_site_branding span.torn-site-logo {
    width: 110px;
  }
}
#masthead .logo_text {
  padding-top: 10px;
  font-size: 14px;
  line-height: 125%;
  font-weight: 500;
  max-width: 17ch;
  margin: 0 0 0 1rem;
}
@media (max-width: 900px) {
  #masthead .logo_text {
    display: block;
    margin: 0px;
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  #masthead .logo_text {
    text-align: center;
    margin: 0px;
    max-width: 100%;
  }
}
#masthead #site-navigation {
  padding-top: 20px;
  font-weight: bold !important;
}
@media (max-width: 900px) {
  #masthead #site-navigation {
    padding: 0px 20px;
    display: none;
  }
}
#masthead #site-navigation .main-categories-menu {
  display: block;
}
#masthead #site-navigation .main-categories-menu ul {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: fit-content;
  list-style: none;
}
#masthead #site-navigation .main-categories-menu ul.menu {
  padding-left: 0;
  max-height: none;
  overflow: visible;
  transition: none;
}
@media only screen and (max-width: 1075px) {
  #masthead #site-navigation .main-categories-menu ul.menu li:nth-last-child(1) {
    display: none;
  }
}
#masthead #site-navigation .main-categories-menu li {
  position: relative;
}
#masthead #site-navigation .main-categories-menu li a {
  font-family: "Sharp Grotesk", sans-serif;
  font-weight: 400;
  color: #1a0c0c;
  padding: 16px;
  text-decoration: none;
  display: block;
}
#masthead #site-navigation .main-categories-menu li li a {
  font-family: "Geist", sans-serif;
}
#masthead #site-navigation .main-categories-menu ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 9999;
  padding: 0 40px 40px;
  width: 400px;
  margin-top: 0;
}
#masthead #site-navigation .main-categories-menu ul.sub-menu.open {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease 0.25s;
  top: 6rem;
}
#masthead #site-navigation .main-categories-menu ul.sub-menu li {
  background-color: white;
  padding-left: 24px;
}
#masthead #site-navigation .main-categories-menu ul.sub-menu li:first-child {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding-top: 16px;
}
#masthead #site-navigation .main-categories-menu ul.sub-menu li:first-child:before {
  content: "\a";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: -10px;
  left: 145px;
}
#masthead #site-navigation .main-categories-menu ul.sub-menu li:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-bottom: 16px;
}
#masthead #site-navigation .main-categories-menu ul.sub-menu a {
  font-weight: 500 !important;
  padding: 8px !important;
}
#masthead #site-navigation .main-categories-menu ul.sub-menu a:hover {
  color: #25d68a !important;
}
#masthead #site-navigation .main-categories-menu li.menu-item:hover &gt; a {
  color: #25d68a !important;
}
#masthead #storefront_product_search {
  margin: 0 auto;
}
@media (max-width: 900px) {
  #masthead #storefront_product_search {
    min-width: 170px;
    width: 60%;
  }
}
#masthead #storefront_product_search .site-search {
  width: 100%;
  float: none;
  position: relative;
  z-index: 11;
  display: block;
}
#masthead #storefront_product_search .torn-search-form {
  color: #666666;
}
#masthead #storefront_product_search #input-torn-search-form {
  border: 1px solid #1a0c0c;
  background-color: #fbf9f3;
  border-radius: 50px;
  height: 68px;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  padding: 16px 32px;
}
#masthead #storefront_product_search #input-torn-search-form::placeholder {
  color: #1a0c0c;
}
#masthead #storefront_product_search #input-torn-search-form:hover {
  border: 1px solid #1a0c0c;
  box-shadow: 0 0 0 1px #1a0c0c;
}
#masthead #storefront_product_search #input-torn-search-form:focus {
  background-color: white;
  border: 1px solid #1a0c0c;
  box-shadow: 0 0 0 1px #1a0c0c;
}
#masthead #storefront_product_search #input-torn-search-form:focus::placeholder {
  color: #e4e1dc;
}
#masthead #storefront_product_search #input-torn-search-form.autocomplete-box-open {
  border-radius: 24px 24px 0 0;
}
@media (max-width: 1200px) {
  #masthead #storefront_product_search #input-torn-search-form {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 335px) {
  #masthead #storefront_product_search #input-torn-search-form {
    font-size: 4.7vw;
  }
}
#masthead #storefront_product_search #torn-hidden-click-to-search {
  position: absolute;
  height: 100%;
  width: 78px;
  top: 0;
  right: 0;
  cursor: pointer;
  background-image: url("/wp-content/themes/torn-theme/assets/unicons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px;
}
@media (max-width: 1200px) {
  #masthead #storefront_product_search #torn-hidden-click-to-search {
    background-size: 22px;
    width: 68px;
  }
}
#masthead #storefront_product_search .widget_search form::before,
#masthead #storefront_product_search .widget_product_search form::before {
  top: 16px; /* Move search icon from left side of input field to right side: */
  left: unset;
  right: 16px;
}
#masthead #storefront_product_search .search-field {
  padding-left: 16px;
  background-color: white;
}
#masthead .secondary-menu-desktop ul,
#masthead .secondary-menu-desktop li {
  list-style: none;
  padding-left: 0;
  clear: both;
  max-height: none;
  overflow: visible;
  transition: none;
}
#masthead .secondary-menu-desktop ul a:hover,
#masthead .secondary-menu-desktop li a:hover {
  color: #25d68a;
}
#masthead .secondary-menu-desktop ul {
  display: flex;
  font-size: 18px;
  line-height: 24px;
}
#masthead .secondary-menu-desktop li {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  #masthead .secondary-menu-desktop {
    display: none;
  }
}
#masthead .link-to-my-page {
  display: block;
  cursor: pointer;
}
#masthead .link-to-my-page .initials {
  font-size: 24px;
  color: #1a0c0c;
  font-weight: bold;
  line-height: 43px;
  opacity: 1;
  float: right;
  margin-left: 8px;
  display: none;
}
@media (max-width: 599px) {
  #masthead .link-to-my-page .initials {
    line-height: 36px;
    font-size: 20px;
  }
}
#masthead .link-to-my-page.has-initials .initials {
  display: none;
}
@media screen and (min-width: 378px) {
  #masthead .link-to-my-page.has-initials {
    width: fit-content !important;
    min-width: fit-content !important;
    padding: 0 15px;
  }
  #masthead .link-to-my-page.has-initials .initials {
    display: inline-block;
  }
}
@media (max-width: 900px) {
  #masthead {
    height: auto;
    padding-bottom: 20px;
  }
}
#masthead #header-top {
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#masthead #header-top .logo-container {
  display: flex;
  width: 32%;
}
@media screen and (max-width: 1200px) {
  #masthead #header-top .logo-container {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  #masthead #header-top .logo-container .logo_text {
    display: none;
  }
}
#masthead #header-top .logo_text__mobile {
  font-size: 3.39vw;
  line-height: 140%;
  white-space: nowrap;
  order: 2;
  width: 100%;
  text-align: left;
  margin: 0.8rem 0 0.3rem 0;
}
@media screen and (min-width: 600px) {
  #masthead #header-top .logo_text__mobile {
    display: none;
  }
}
#masthead #header-top #storefront_product_search {
  flex: 0 0 33%;
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 1250px) {
  #masthead #header-top #storefront_product_search #torn-hidden-click-to-search {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #masthead #header-top #storefront_product_search #torn-hidden-click-to-search {
    display: inline-block;
  }
}
@media screen and (max-width: 1005px) {
  #masthead #header-top #storefront_product_search #torn-hidden-click-to-search {
    display: none;
  }
}
#masthead #header-top #storefront_header_cart {
  width: 32%;
  order: 2;
}
@media screen and (max-width: 1200px) {
  #masthead #header-top #storefront_header_cart {
    width: 20%;
  }
}
@media (max-width: 900px) {
  #masthead #header-top #storefront_header_cart {
    flex: 1;
  }
}
@media (max-width: 900px) {
  #masthead #header-top {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #masthead #header-top .logo_text {
    margin-left: 1ch;
    max-width: 25ch;
    align-self: flex-start;
    margin-right: auto;
  }
  #masthead #header-top #storefront_product_search {
    padding-top: 15px;
    flex: 0 0 60%;
    order: 4;
    margin-right: 0;
  }
  #masthead #header-top #storefront_product_search #torn-hidden-click-to-search {
    display: inline-block;
  }
  #masthead #header-top .logo_text {
    margin-left: 1rem;
    font-size: 14px;
    line-height: 125%;
  }
}
@media (max-width: 599px) {
  #masthead #header-top {
    padding: 0 20px;
    justify-content: space-between;
  }
  #masthead #header-top #storefront_product_search {
    padding-top: 10px;
    flex: 1 0 100%;
    margin: 0 auto;
  }
  #masthead #header-top #storefront_product_search #torn-hidden-click-to-search {
    display: inline-block;
  }
}
@media screen and (max-width: 599px) and (max-width: 364px) {
  #masthead #header-top #storefront_product_search #torn-hidden-click-to-search {
    display: none;
  }
}
@media (max-width: 599px) {
  #masthead #header-top .logo_text {
    font-size: 3.4vw;
    order: 3;
    white-space: nowrap;
    margin-left: 0;
  }
}
#masthead #site-navigation {
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#masthead #site-navigation .main-categories-menu {
  white-space: nowrap;
  flex: 0 0 60%;
}
#masthead #site-navigation .alignment_helper {
  flex: 0 0 20%;
}
@media screen and (max-width: 1075px) {
  #masthead #site-navigation .alignment_helper {
    flex: 0;
  }
}
@media (max-width: 900px) {
  #masthead #site-navigation .main-categories-menu {
    display: none;
  }
}

.navigation-backdrop {
  z-index: 20;
}

body.show-navigation-backdrop .site-header {
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
  transition: 0.4s ease 0.25s;
}

@media screen and (min-width: 900px) {
  .c-bottom-filter__wrapper {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .c-bottom-filter__wrapper {
    visibility: hidden;
    z-index: 20;
    width: 100%;
    height: 10vh;
    bottom: 0;
    position: fixed;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.160784);
  }
  .c-bottom-filter__handle {
    width: 100%;
    top: 2px;
    position: absolute;
    display: flex;
    justify-content: center;
  }
  .c-bottom-filter__handle &gt; span {
    display: block;
    height: 4px;
    width: 28px;
    margin: 8px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
  }
  .c-bottom-filter__items-counter &gt; span:first-child {
    font-weight: 700;
  }
}
/**
Contains the modal imported to the globalscope... because at some point we want to let that take over.

 */
.torn-modal-backdrop {
  z-index: 40;
}

.torn-modal-container {
  position: fixed;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 50;
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  width: auto;
  max-width: 80vw;
  max-width: 80dvw;
  max-height: 90vh;
  max-height: 90dvh;
  overflow: auto;
}
@media screen and (min-width: 900px) {
  .torn-modal-container {
    top: 50%;
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .torn-modal-container {
    max-height: 95vh;
    max-width: 99vw;
    max-width: 99dvw;
  }
}
@media screen and (max-width: 600px) {
  .torn-modal-container.narrow {
    width: 100%;
  }
}
.torn-modal-container .modal-content .modal-body {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .torn-modal-container .modal-content .modal-body {
    margin-top: 1em;
  }
}
.torn-modal-container .modal-content .modal-body button,
.torn-modal-container .modal-content .modal-body a.button {
  width: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .torn-modal-container .modal-content .modal-body button,
  .torn-modal-container .modal-content .modal-body a.button {
    margin-top: 1em;
  }
}
.torn-modal-container.medium {
  padding: 32px;
  width: 755px;
}
.torn-modal-container label {
  text-align: left;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .torn-modal-container label {
    margin-bottom: 12px;
  }
}
.torn-modal-container td {
  padding: 0;
}
.torn-modal-container input[type=password],
.torn-modal-container input[type=number],
.torn-modal-container input[type=tel],
.torn-modal-container input[type=text],
.torn-modal-container input[type=email],
.torn-modal-container button {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .torn-modal-container input[type=password],
  .torn-modal-container input[type=number],
  .torn-modal-container input[type=tel],
  .torn-modal-container input[type=text],
  .torn-modal-container input[type=email],
  .torn-modal-container button {
    margin-bottom: 24px;
  }
}
.torn-modal-container button {
  justify-content: center;
}
.torn-modal-container button.close {
  position: absolute;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  right: 1.875rem;
  top: 1.875rem;
  height: 2.5rem;
  width: 2.5rem;
  background-size: 1.25rem;
}
.torn-modal-container .modal-headline {
  font-family: "Sharp Grotesk", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #1a0c0c;
  margin: 0;
  padding-right: 1.875rem;
}
@media screen and (min-width: 900px) {
  .torn-modal-container .modal-headline {
    padding-bottom: 16px;
  }
}
.torn-modal-container .separator {
  border-bottom: 1px solid #e4e1dc;
  text-align: center;
  margin-bottom: 2rem;
}
.torn-modal-container .separator .text {
  color: #727272;
  margin: 0 auto;
  background-color: white;
  padding: 0 13px;
  position: relative;
  top: 8px;
  font-size: 14px;
}

body.show-modal-backdrop .torn-modal-container {
  display: flex;
  flex-direction: column;
}

.login-dialogue {
  text-align: center;
}
.login-dialogue input {
  display: block;
}
.login-dialogue input:focus {
  border-color: black;
}
.login-dialogue input.valid {
  text-indent: 0;
  border-color: green;
  background-position: right 16px center !important;
  background-size: 20px;
}
.login-dialogue button.continue,
.login-dialogue button.login,
.login-dialogue button.reset-pass-submit {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
}
.login-dialogue button.continue:hover,
.login-dialogue button.login:hover,
.login-dialogue button.reset-pass-submit:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.login-dialogue button.continue .icon,
.login-dialogue button.login .icon,
.login-dialogue button.reset-pass-submit .icon {
  position: relative;
}
.login-dialogue button.forgotten {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: white;
  color: #1a0c0c;
  border: 1px #666666 solid;
}
.login-dialogue button.forgotten:hover:enabled {
  background-color: #25d68a;
  opacity: 0.8;
  color: #1a0c0c;
}
.login-dialogue button.forgotten .icon {
  position: relative;
}
.login-dialogue a {
  cursor: pointer;
  text-decoration: underline;
}
.login-dialogue div.alternative-login {
  margin: 0;
  color: #828282;
  display: flex;
  flex-direction: column;
}
.login-dialogue div.message {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 150%;
}
.login-dialogue div.error-message {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 150%;
}

.require-login-modal button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 10px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
}
.require-login-modal button:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.require-login-modal button .icon {
  position: relative;
}
.torn_modal_container .modal-content,
.c-bottom-sheet__content .modal-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.torn_modal_container .modal-content h3,
.c-bottom-sheet__content .modal-content h3 {
  text-align: center;
  margin: 0;
}
.torn_modal_container .modal-content label,
.c-bottom-sheet__content .modal-content label {
  font-weight: bold;
  color: #1a0c0c;
}
.torn_modal_container .modal-content input,
.c-bottom-sheet__content .modal-content input {
  border-radius: 12px;
  border: 1px solid #898280;
  padding: 12px 16px;
  background-color: white;
}
.torn_modal_container .modal-content button,
.c-bottom-sheet__content .modal-content button {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  padding: 15px 20px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
  font-size: 20px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  margin-top: 12px;
}
.torn_modal_container .modal-content button:hover,
.c-bottom-sheet__content .modal-content button:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.torn_modal_container .modal-content button .icon,
.c-bottom-sheet__content .modal-content button .icon {
  position: relative;
}
.torn_modal_container.pending input,
.torn_modal_container.pending button,
.c-bottom-sheet__content.pending input,
.c-bottom-sheet__content.pending button {
  background-color: lightgrey;
}

.c-bottom-sheet__content .modal-content {
  padding-bottom: 25px;
}

.tb-close-icon {
  width: 24px;
  height: 24px;
}
.tb-close-icon:before {
  content: unset;
}

#TB_ajaxContent {
  height: fit-content !important;
  padding: 0 60px 60px;
}

#TB_ajaxContent,
#TB_window {
  width: 455px !important;
  margin: 0;
}

#TB_window.book-shipping {
  width: 100% !important;
  max-width: 755px;
  margin: 0;
}
#TB_window.book-shipping #TB_ajaxContent {
  width: 100% !important;
  max-width: 755px;
  margin: 0;
}

#TB_window,
#TB_title {
  border-radius: 24px;
}

.tornModalContainer {
  display: none;
}

.tornModalContent {
  display: flex;
  height: 100%;
  width: 100%;
}

#TB_window #TB_title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  border-bottom: 0;
  background-color: white;
  text-align: center;
  padding: 24px 0 24px !important;
  color: #1a0c0c;
}
#TB_window #TB_ajaxWindowTitle {
  padding: 0 !important;
  float: none !important;
  width: auto !important;
}
#TB_window #TB_closeAjaxWindow {
  right: 15px;
  position: absolute;
  top: 15px;
}

.torn-confirm-modal {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
}
.torn-confirm-modal h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}
.torn-confirm-modal .button-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.torn-confirm-modal .button-container .confirm {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  border-radius: 100px;
  color: #1a0c0c;
  border: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease-out, border 0.2s ease-out;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  padding: 15px 20px;
  background-color: #25d68a;
  border: 1px solid #25d68a;
}
.torn-confirm-modal .button-container .confirm:hover {
  background-color: #1fb775;
  border-color: #1fb775;
  color: #1a0c0c;
}
.torn-confirm-modal .button-container .confirm .icon {
  position: relative;
}
.torn-confirm-modal button.cancel-click {
  background: transparent;
  color: #1a0c0c;
  border: 0;
}

.pum-container &gt; .popmake-title {
  font-family: "Sharp Grotesk", sans-serif !important;
  font-weight: 600 !important;
  line-height: 40px !important;
}

.torn-newsletter-banner {
  margin: 0 auto !important;
  max-width: 1612px;
  padding-right: 20px;
  padding-left: 20px;
  padding: 3rem 0 0 0;
}
.torn-newsletter-banner .torn-newsletter-content {
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #25d68a;
  text-align: left;
  border-radius: 10px;
  padding: 60px;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.torn-newsletter-banner .torn-newsletter-content li:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
}
.torn-newsletter-banner .torn-newsletter-content li:has(input[type=checkbox]) input[type=checkbox] {
  margin: 5px 5px 5px 0;
}
.torn-newsletter-banner .torn-newsletter-content li:has(input[type=radio]) {
  display: flex;
  align-items: center;
}
.torn-newsletter-banner .torn-newsletter-content li:has(input[type=radio]) input[type=radio] {
  margin: 5px 5px 5px 0;
}
.torn-newsletter-banner .torn-newsletter-content .newsletter-torn-logo {
  z-index: 0;
}
.torn-newsletter-banner .torn-newsletter-content .newsletter-torn-logo__mobil {
  display: none;
}
.torn-newsletter-banner .torn-newsletter-content .wpforms-container {
  margin: 0;
  max-width: 50%;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  .torn-newsletter-banner .torn-newsletter-content .wpforms-container {
    max-width: 100%;
  }
  .torn-newsletter-banner .torn-newsletter-content .wpforms-container h2 {
    color: #1a0c0c;
    font-size: 2.7vw;
    font-weight: 700;
  }
}
@media only screen and (max-width: 900px) {
  .torn-newsletter-banner .torn-newsletter-content {
    height: 42rem;
  }
  .torn-newsletter-banner .torn-newsletter-content .newsletter-torn-logo {
    display: none;
  }
  .torn-newsletter-banner .torn-newsletter-content .newsletter-torn-logo__mobil {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .torn-newsletter-banner .torn-newsletter-content {
    padding: 17px;
  }
}
@media only screen and (max-width: 515px) {
  .torn-newsletter-banner .torn-newsletter-content {
    height: 47rem;
  }
  .torn-newsletter-banner .torn-newsletter-content .newsletter-torn-logo__mobil {
    display: block;
    position: absolute;
    bottom: -3.5vw;
    left: 0;
  }
  .torn-newsletter-banner .torn-newsletter-content .newsletter-torn-logo__mobil.newsletter-torn-logo__se {
    scale: 0.8;
    left: -10vw;
    bottom: -24.5vw;
  }
}
.torn-newsletter-banner .torn-newsletter-content .wpforms-field-container {
  margin-right: 24px;
}
.torn-newsletter-banner .torn-newsletter-content .newsletter-torn-logo {
  position: absolute;
  right: 4%;
  top: -13%;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  .torn-newsletter-banner .torn-newsletter-content .newsletter-torn-logo {
    right: 1%;
    top: -13%;
  }
}
@media screen and (max-width: 1055px) {
  .torn-newsletter-banner .torn-newsletter-content .newsletter-torn-logo {
    top: -7%;
  }
}
.torn-newsletter-banner h2 {
  color: #1a0c0c;
  font-size: 2.7vw;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .torn-newsletter-banner h2 {
    font-size: 30px;
  }
}
.torn-newsletter-banner .wpforms-head-container .wpforms-description {
  color: #1a0c0c;
  font-size: 20px;
  padding-bottom: 18px;
}
@media only screen and (min-width: 1520px) {
  .torn-newsletter-banner {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1028px) {
  .torn-newsletter-banner {
    padding-top: 3rem;
  }
  .torn-newsletter-banner h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1028px) and (max-width: 1300px) {
  .torn-newsletter-banner h2 {
    font-size: 2.7vw;
  }
}
@media only screen and (min-width: 1028px) {
  .torn-newsletter-banner .wpforms-head-container .wpforms-description {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1028px) and (max-width: 1300px) {
  .torn-newsletter-banner .wpforms-head-container .wpforms-description {
    font-size: 1.5vw;
  }
}
.torn-newsletter-banner .wpforms-form:last-child {
  align-items: flex-end;
}
.torn-newsletter-banner .wpforms-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.torn-newsletter-banner .wpforms-form input,
.torn-newsletter-banner .wpforms-form button {
  font-size: 1.5em;
}
.torn-newsletter-banner .wpforms-form input[type=email] {
  height: 60px !important;
  border: 1px solid #747476;
  box-sizing: border-box;
  border-radius: 12px !important;
}
@media only screen and (min-width: 768px) {
  .torn-newsletter-banner .wpforms-form input[type=email] {
    height: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .torn-newsletter-banner .wpforms-form input[type=email] {
    width: 200px;
  }
}
.torn-newsletter-banner .wpforms-form .wpforms-head-container {
  z-index: 1;
  width: 100%;
}
.torn-newsletter-banner .wpforms-form .wpforms-field-container {
  width: 50% !important;
  min-width: 200px;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .torn-newsletter-banner .wpforms-form .wpforms-field-container {
    width: 350px;
  }
}
@media only screen and (max-width: 500px) {
  .torn-newsletter-banner .wpforms-form .wpforms-field-container {
    width: 100% !important;
    min-width: unset;
    margin: 0;
  }
}
.torn-newsletter-banner .wpforms-form .wpforms-field-checkbox ul &gt; li input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.torn-newsletter-banner .wpforms-form .wpforms-field-radio ul &gt; li input[type=radio] {
  width: 24px;
  height: 24px;
}
.torn-newsletter-banner .wpforms-form .wpforms-field-label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.torn-newsletter-banner .wpforms-form .wpforms-submit-container {
  width: 150px;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .torn-newsletter-banner .wpforms-form .wpforms-submit-container {
    width: 200px;
  }
}
.torn-newsletter-banner .wpforms-form .wpforms-submit-container .wpforms-submit-spinner {
  position: absolute;
  top: 16px;
  display: none;
}
@media only screen and (max-width: 500px) {
  .torn-newsletter-banner .wpforms-form .wpforms-submit-container {
    width: 50% !important;
    min-width: unset;
    margin: 20px 0 0;
  }
}
.torn-newsletter-banner .wpforms-form .wpforms-submit {
  color: #fff !important;
  font-weight: bold;
  line-height: 28px;
  width: 100%;
  height: 60px;
  background-color: #1a0c0c !important;
  border-radius: 30px;
  border: none !important;
  font-size: 20px !important;
  padding: 5px 15px;
  margin-bottom: 10px !important;
}
.torn-newsletter-banner .wpforms-form .wpforms-submit:hover {
  background-color: gray !important;
}
@media only screen and (min-width: 768px) {
  .torn-newsletter-banner .wpforms-form .wpforms-submit {
    width: 200px;
    font-size: 1.3em;
    padding: 8px 25px;
  }
}
@media only screen and (max-width: 390px) {
  .torn-newsletter-banner .wpforms-form .wpforms-submit {
    font-size: 0.9em !important;
  }
}

.woocommerce-info,
.woocommerce-message {
  border-radius: 12px;
  border: 1px solid #1f9f3c;
  background-color: #e6f9ea;
  padding: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.woocommerce-notices-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
}

.content-aware-checkoutmessage {
  margin-bottom: -50px;
}

.woocommerce-pagination {
  padding-right: 3%;
}
.woocommerce-pagination div.page-numbers {
  display: flex;
  vertical-align: middle;
}
.woocommerce-pagination div.page-numbers a {
  background-color: white;
  height: 48px;
  width: 48px;
  display: block;
  border-radius: 50px;
  border: 1px solid #1a0c0c;
  text-indent: -999999px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .woocommerce-pagination div.page-numbers a {
    height: 40px;
    width: 40px;
  }
}
.woocommerce-pagination div.page-numbers .disabled {
  border-color: gray;
  opacity: 0.5;
  cursor: unset;
}
.woocommerce-pagination div.page-numbers a:hover:not(.disabled) {
  border-color: #25d68a;
}
.woocommerce-pagination div.page-numbers a,
.woocommerce-pagination div.page-numbers span {
  white-space: nowrap;
  margin-left: 16px;
  line-height: 48px;
}
@media (max-width: 599px) {
  .woocommerce-pagination div.page-numbers a,
  .woocommerce-pagination div.page-numbers span {
    margin-left: 8px;
    line-height: 40px;
    font-size: 14px;
  }
}

#payment-method-icons-404-page {
  margin-top: 0;
}

.payment-method-icons {
  background-color: white;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  padding: 20px;
  margin-top: 3rem;
}
.payment-method-icons .payment-icons {
  display: flex;
  flex-direction: row;
  margin: 20px auto 0;
  max-width: 400px;
  justify-content: center;
}
.payment-method-icons .payment-icons .payment-icon {
  height: 34px;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-origin: content-box;
  max-height: 34px;
}
.payment-method-icons .payment-icons .vipps {
  background-image: url("/wp-content/themes/torn-theme/assets/payment_vipps_logo_rgb-300x121.png");
}
.payment-method-icons .payment-icons .klarna {
  background-image: url("/wp-content/themes/torn-theme/assets/payment_klarna.png");
}
.payment-method-icons .payment-icons .visa {
  background-image: url("/wp-content/themes/torn-theme/assets/payment_visa-300x122.png");
}
.payment-method-icons .payment-icons .mastercard {
  background-image: url("/wp-content/themes/torn-theme/assets/payment_mastercard-300x233.png");
}

.torn-toaster-container {
  position: fixed;
  height: fit-content;
  bottom: -120px;
  width: 100%;
  z-index: 99;
  padding: 20px 80px 20px 20px;
  transition: bottom 500ms;
  background-color: rgba(0, 0, 0, 0);
}
.torn-toaster-container.active {
  bottom: 0px;
}
.torn-toaster-container .box {
  color: #1a0c0c;
  margin: 0 auto !important;
  height: fit-content;
  display: flex;
  align-items: center;
  max-width: 800px;
  border-radius: 12px;
  border: 1px solid #f0c450;
  padding: 16px 24px 16px 24px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
@media only screen and (max-width: 480px) {
  .torn-toaster-container .box {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 12px;
  }
}
.torn-toaster-container .box.success {
  background-color: #e6f9ea;
  border-color: #1f9f3c;
}
.torn-toaster-container .box.error {
  background-color: #ffe4e2;
  border-color: #d02e24;
  white-space: normal;
}
.torn-toaster-container .box.warning {
  background-color: #fef9ee;
  border-color: #f0c450;
}
.torn-toaster-container .box.info {
  background-color: #e4f0ff;
  border-color: #3074c1;
}
.torn-toaster-container .box .content {
  flex: 1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .torn-toaster-container .box .content {
    font-size: 16px;
    line-height: 20px;
  }
}
.torn-toaster-container .box .button {
  flex: 0 0 fit-content;
  border: 1px solid #1a0c0c;
  border-radius: 50px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

#pum-51426,
#pum-147087,
#pum-58202 {
  background-color: rgba(255, 255, 255, 0.627);
}
#pum-51426 .pum-container,
#pum-147087 .pum-container,
#pum-58202 .pum-container {
  background-color: #fbf9f3;
  position: relative;
}
#pum-51426 .pum-container .image1,
#pum-51426 .pum-container .image2,
#pum-147087 .pum-container .image1,
#pum-147087 .pum-container .image2,
#pum-58202 .pum-container .image1,
#pum-58202 .pum-container .image2 {
  background-image: url("/wp-content/themes/torn-theme/assets/xmas-calendar/image1.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  inset: -5.44rem auto auto -2.5rem;
  border-radius: 1.5rem;
  width: 10rem;
  height: 20rem;
  z-index: -99;
}
@media screen and (max-width: 668px) {
  #pum-51426 .pum-container .image1,
  #pum-51426 .pum-container .image2,
  #pum-147087 .pum-container .image1,
  #pum-147087 .pum-container .image2,
  #pum-58202 .pum-container .image1,
  #pum-58202 .pum-container .image2 {
    width: 8rem;
  }
}
@media screen and (max-width: 450px) {
  #pum-51426 .pum-container .image1,
  #pum-51426 .pum-container .image2,
  #pum-147087 .pum-container .image1,
  #pum-147087 .pum-container .image2,
  #pum-58202 .pum-container .image1,
  #pum-58202 .pum-container .image2 {
    width: 6rem;
  }
}
#pum-51426 .pum-container .image2,
#pum-147087 .pum-container .image2,
#pum-58202 .pum-container .image2 {
  background-image: url("/wp-content/themes/torn-theme/assets/xmas-calendar/image2.png");
  inset: -5.44rem -4.66rem auto auto;
}
@media screen and (max-width: 668px) {
  #pum-51426 .pum-container .image2,
  #pum-147087 .pum-container .image2,
  #pum-58202 .pum-container .image2 {
    inset: -5.44rem -2.66rem auto auto;
  }
}
@media screen and (max-width: 450px) {
  #pum-51426 .pum-container .image2,
  #pum-147087 .pum-container .image2,
  #pum-58202 .pum-container .image2 {
    inset: -5.44rem -2.46rem auto auto;
  }
}
#pum-51426 .pum-container .xmas-calendar,
#pum-147087 .pum-container .xmas-calendar,
#pum-58202 .pum-container .xmas-calendar {
  z-index: 999;
  padding: 0;
  width: 75%;
  margin: auto;
  font-family: "DM Sans", sans-serif;
}
#pum-51426 .pum-container .xmas-calendar h2,
#pum-147087 .pum-container .xmas-calendar h2,
#pum-58202 .pum-container .xmas-calendar h2 {
  font-weight: 400;
  margin-top: 3rem;
  max-width: 45rem;
}
@media screen and (max-width: 1475px) {
  #pum-51426 .pum-container .xmas-calendar h2,
  #pum-147087 .pum-container .xmas-calendar h2,
  #pum-58202 .pum-container .xmas-calendar h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
#pum-51426 .pum-container .xmas-calendar p,
#pum-147087 .pum-container .xmas-calendar p,
#pum-58202 .pum-container .xmas-calendar p {
  font-size: 1.5rem;
}
@media screen and (max-width: 668px) {
  #pum-51426 .pum-container .xmas-calendar p,
  #pum-147087 .pum-container .xmas-calendar p,
  #pum-58202 .pum-container .xmas-calendar p {
    font-size: 0.75rem;
  }
}
#pum-51426 .pum-container .xmas-calendar button,
#pum-147087 .pum-container .xmas-calendar button,
#pum-58202 .pum-container .xmas-calendar button {
  background-color: #ad88cd;
  border-radius: 2rem;
  padding: 0 1rem;
  height: 4rem;
  font-size: 1.5rem;
  margin-top: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 668px) {
  #pum-51426 .pum-container .xmas-calendar button,
  #pum-147087 .pum-container .xmas-calendar button,
  #pum-58202 .pum-container .xmas-calendar button {
    height: 3rem;
    font-size: 1rem;
  }
}
#pum-51426 .pum-container .pum-close,
#pum-147087 .pum-container .pum-close,
#pum-58202 .pum-container .pum-close {
  background-color: #e4e1dc;
  color: black;
}

/**
 * Kopiert fra https://loading.io/css/
 */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1a0c0c;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.tippy-box {
  position: relative;
  background-color: #fff;
  color: #000;
  border-radius: 0.375rem;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
.tippy-box[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box:after {
  content: "✕";
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  z-index: 9;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  display: block;
}
.tippy-box.tippy-box[data-placement^=top] &gt; .tippy-arrow {
  bottom: 0;
}
.tippy-box.tippy-box[data-placement^=top] &gt; .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box.tippy-box[data-placement^=top] &gt; .tippy-arrow:after {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  z-index: -1;
  bottom: -6px;
  left: 0;
  transform: rotate(45deg);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2509803922);
}
.tippy-box.tippy-box[data-placement^=bottom] &gt; .tippy-arrow {
  top: 0;
}
.tippy-box.tippy-box[data-placement^=bottom] &gt; .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box.tippy-box[data-placement^=left] &gt; .tippy-arrow {
  right: 0;
}
.tippy-box.tippy-box[data-placement^=left] &gt; .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box.tippy-box[data-placement^=right] &gt; .tippy-arrow {
  left: 0;
}
.tippy-box.tippy-box[data-placement^=right] &gt; .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box.tippy-box[data-placement^=right] &gt; .tippy-arrow:after {
  left: -7px;
  width: 16px;
  height: 16px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  box-sizing: border-box;
  transform: rotate(45deg);
  z-index: -1;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-box .tippy-arrow {
  width: 16px;
  height: 16px;
  color: #fff;
}
.tippy-box .tippy-arrow:before, .tippy-box .tippy-arrow:after {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-box .tippy-content {
  position: relative;
  padding: 0.9375rem;
  z-index: 1;
  background-color: #fff;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: normal;
}</pre></body></html>