/** Shopify CDN: Minification failed

Line 12169:20 Unexpected "50%"
Line 12175:15 Expected identifier but found whitespace
Line 12181:15 Expected identifier but found whitespace
Line 12187:15 Expected identifier but found whitespace
Line 14331:3 Expected percentage but found ","

**/
@charset "UTF-8";

/* Secondary buttons */


/* Background */



/* Product quick-buy */

/* image overlay opacity  */

/* Fonts */







/* Sizes */


/* Buttons */

/* Adjust pfs icons */



/* Product grid */

/* Swatches */









/* Label colors */
























:root {
  --page_container_width: 1480px;
  --reading_container_width: 800px;
  --smaller_section_padding: 30px;
  --section_padding: 50px;
  --larger_section_padding: 80px;
  --larger_section_padding_1: 60px;
  --largest_section_padding: 110px;

  --font_col_base: #52554c;
  --font_col_base_1: #e5e6e4;
  --font_col_base_2: rgba(82, 85, 76, 0.2);
  --font_col_base_3: rgba(229, 230, 228, 0.3);
  --font_col_account_navigation_link: #52554c;
  --font_col_link: #20bb8b;
  --font_col_link_hover: #20bb8b;
  --font_col_heads: #054346;
  --font_col_shoptitle: #333333;
  --font_col_sale: #943b64;
  --font_size_base_int: 16px;
  --font_size_base_int_1: 16px;
  --font_size_heading_int: 32px;

  --btn_col: #31daa5;
  --btn_alt_bg: #054346;
  --btn_alt_txt: #333333;
  --btn_col_alt: #31daa5;
  --btn_col_txt: #333333;

  --bg_col: #ffffff;

  --head_bg_col: #ffffff;
  --head_txt_col: #5a5357;

  --head_nav_div_col: #ffffff;
  --font_col_nav: #5a5357;
  --font_col_nav_hov: #3c7a75;
  --panel_nav_bg: #ffffff;
  --nav_featured_col: #943b64;
  --not_shade_bg: #fafafa;

  --head_not_col_bg: #20bb8b;
  --head_not_col_txt1: #ffffff;
  --head_not_col_txt2: #ffffff;

  --cart_discount_content_col: #777777;
  --cart_variant_col: #777777;
  --cart_bin_button_col: #c4c4c4;
  --cart_bin_button_hover_bg: #f4f4f4;

  --image_overlay_text: #010101;
  --image_overlay_text_alpha: rgba(1, 1, 1, 0.5);
  --image_overlay_bg: rgba(33, 43, 54, 0.0);

  --alt_bg_col: #ffffff;
  --alt_bg_text_col: #333333;
  --alt_bg_text_col_alpha: rgba(51, 51, 51, 0.6);
  --prod_hov_bg: #ffffff;
  --prod_thumb_detail_col: #212b36;
  --prod_thumb_detail_col_a: #637381;

  --coll_col_st_txt: #ffffff;
  --coll_col_sale: #943b64;
  --coll_col_sold: #574766;
  --coll_col_gen: #8f8b90;

  --cross_page_promo_bg: #ffffff;
  --cross_page_promo_color: #212b36;

  --foot_bg_col: #cdddd8;
  --foot_text_col: #333333;
  --foot_heading_col: #054346;
  --foot_divider_col: #cdddd8;

  --font_size_nav_int: 14px;
  --font_size_logo_int: 24px;
  --font_size_cart_item_list_mobile: 14px;

  --size_icon_desktop: 28px;
  --size_icon_mobile: 20px;
  --size_icon: 23px;

  --swatch_select_color: #00ac5a;

  --custom_label_color_1: #efb389;
  --custom_label_color_2: #943b64;
  --custom_label_color_3: #943b64;
  --custom_label_color_4: #943b64;

  --dividers_col: #D2D9E3;
  --dividers_col_1: #e9ecf1;

  --prod_thumb_detail_bg: #f0f0f0;

  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.product-layout-benefit-card-tablet-wrapper{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media only screen and (min-width: 480px) and (max-width: 1079px){
  .frontpage-hero-section .container{
    width: 100% !important;
  }
}

@media (min-width: 1080px){

  [data-section-type="header"] #pageheader,
  #content,
  #pagefooter,
  #main-nav
  {
    max-width: 1600px;    
    margin: auto;
  }

  .container-product-page {
    max-width: 1600px;
  }
}@media (min-width: 1072px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .breadcrumbs_product{
    padding-left: 0;
  }
  .breadcrumbs.breadcrumbs_other_pages{
    padding: 32px 40px;
  }
}

@media (max-width: 1072px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-bottom: 10px;
  }

  .breadcrumbs_product{
    padding-left: 16px !important;
  }
  .breadcrumbs_mobile_hidden{
    display: none !important;
  }
}


.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #667085;
  font-size: 14px ;
}
.breadcrumbs__item {
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
}
.breadcrumbs__item:not(:last-child):after {
  border-style: solid;
  border-width: .07em .07em 0 0;
  color: #afafaf;
  font-size: 30px;
  content: '';
  display: inline-block;
  height: .20em;
  margin: 0 6px;
  margin-top: -2;
  position: relative;
  transform: rotate(45deg);
  vertical-align: middle;
  width: .20em;
}
.breadcrumbs__item svg.Icon {
  height: 20px;
  width: 20px;
  color: #667085;
}
.breadcrumbs__link {
  text-decoration: none;
}

.breadcrumbs__link[aria-current="page"] {
  color: #344054;
  font-weight: 600;
}

.breadcrumbs_product_hidden, .breadcrumbs_collection_hidden, .breadcrumbs_other_pages_hidden, .breadcrumbs_collection_header_hidden{
  display: none;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type='checkbox']:not([disabled]),
input[type='checkbox']:not([disabled]) + label {
  cursor: pointer;
}

.sub-text {
  font-size: 10px;
  color: #ddd;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(//wellvita.dk/cdn/shop/t/323/assets/ajax-load.gif?v=62939699503414190391755599793) center center no-repeat;
}

.owl-carousel .owl-video-play-icon {
  background: url(owl.video.play.png) no-repeat;
}

#fancybox-left,
#fancybox-right {
  background: transparent url(//wellvita.dk/cdn/shop/t/323/assets/blank.gif?v=164826798765693215961755599795);
}.template-giftcard {
  background: var(--bg_col);
  text-align: center;
  padding: 15px 0;
}

.giftcard {
  margin: 15px auto;
  max-width: 500px;
  padding: 20px;
}

.giftcard__illustration {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 0;
}

.giftcard__illustration img {
  display: block;
}

.giftcard__code {
  background: #fff;
  border-radius: 0;
  color: #484848;
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translateX(50%);
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1em;
  white-space: nowrap;
}

.giftcard-qr-row {
  margin: 15px 0;
}

.giftcard-qr {
  display: inline-block;
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 0;
}

.giftcard-qr img {
  display: block;
  margin: 0 auto;
}

.giftcard-apple-wallet {
  margin: 15px 0;
}

.apple-wallet-image {
  display: block;
  margin: 0 auto;
}

.giftcard-button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.print-giftcard svg {
  margin-left: -10px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}@media print {
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  html,
  body {
    background-color: #fff;
    color: #000;
  }
  .print-giftcard,
  .apple-wallet {
    display: none;
  }
}

.boost-pfs-search-suggestion-mobile-overlay {
  background:#fff !important;
}

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion {
  background:#fff !important;
}

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header {
  background:#fff !important;
}

.boost-pfs-search-suggestion-mobile.boost-pfs-search-suggestion-wrapper {
  background:#fff !important;
}

.boost-pfs-search-suggestion-wrapper {
  -webkit-transform:translate3d(0,0,0);
}


.main-search {
  text-align: center;
}

.main-search .button.notabutton {
  color: currentColor;
}

.main-search .button.notabutton:hover {
  color: currentColor;
}

.main-product-template-wrapper{
  display: flex;
  justify-content: center;
  padding: 0px 142px;
}

.main-product-template-wrapper #shopify-section-gallery{
  width: 100%;
}

@media (max-width: 480px) { 
  .section-benefit-cards .benefit-card-item {
    margin-left:0;
    margin-right:20px;
  }

}





.section-header .main-search {
  position: fixed;
  z-index: 300;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--font_col_base);
  background: var(--bg_col);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
}

.main-search--loading .main-search__suggestions,
.main-search--has-results .main-search__suggestions {
  display: none;
}

.show-search {
  overflow: hidden;
}

.show-search .main-search {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.show-search .page-shade {
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}

.show-search .announcement-bar {
  z-index: 399;
}

.main-search__container.container {
  position: relative;
  max-width: 1200px;
}

.main-search__form {
  position: relative;
  margin: 20px auto;
  max-width: 650px;
}

.store-availabilities-modal {
  z-index: 99999;
}

.store-availabilities-modal small {
  font-size: 0.85em;
}

.store-availabilities-modal .store-availability-small-text {
  margin-bottom: 0.85em;
}

.store-availabilities-modal .cc-icon-available {
  color: #108043;
}

.store-availabilities-modal .cc-icon-unavailable {
  color: #de3618;
}

.store-availabilities-modal .cc-popup-close {
  color:  !important;
}

.store-availabilities-modal .cc-popup-close:hover {
  color:  !important;
}

.store-availabilities-modal .cc-popup-close svg {
  stroke:  !important;
}

.store-availabilities-modal .cc-popup-close svg:hover {
  stroke:  !important;
}

.store-availabilities-modal .cc-popup-modal {
  background-color: #ffffff;
  color: ;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content {
  text-align: left;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content button {
  white-space: nowrap;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .cc-popup-text {
  margin-bottom: 1em;
  padding-right: 20px;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .cc-popup-text .store-availabilities-modal__product-title {
  margin-bottom: 0;
  text-align: left;
  color: ;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item {
  margin-top: 1em;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item:before {
  content: "";
  display: inline-block;
  background-color: ;
  width: 100%;
  height: 1px;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item address {
  font-style: normal;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item a {
  color: ;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location {
  display: flex;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__text {
  flex: 1;
  margin-bottom: 0.2em;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__text strong {
  font-weight: 600;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance {
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
  transition: visibility .4s, opacity .4s;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance.-in {
  opacity: 1;
  visibility: visible;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__location .store-availability-list__location__distance svg {
  position: relative;
  height: 11px;
  width: 11px;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__invalid_address svg {
  height: 14px;
  width: 14px;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-available, .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-unavailable {
  display: inline-block;
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-available svg, .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .cc-icon-unavailable svg {
  height: 13px;
  width: 13px;
}

@media (min-width: 768px) {
  .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--mobile {
    display: none;
  }
}

.store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--desktop {
  display: none;
}

@media (min-width: 768px) {
  .store-availabilities-modal .cc-popup-modal .cc-popup-content .store-availability-list__item .store-availability-list__phone--desktop {
    display: block;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
(Tweaked for CleanCanvas theme)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type='checkbox']:not([disabled]),
input[type='checkbox']:not([disabled]) + label {
  cursor: pointer;
}

.sub-text {
  font-size: 10px;
  color: #ddd;
}

/*! Select2 4.0.6-rc.1 | https://github.com/select2/select2/blob/master/LICENSE.md */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 1em;
  padding-right: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #eaeaea;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Slick slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

/* FOUC */
.slideshow .slide {
  display: none;
}

.slideshow .slide:first-child {
  display: block;
}

/* /FOUC */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide:focus, .slick-slide a:focus {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
      background: #fff url(//wellvita.dk/cdn/shop/t/323/assets/ajax-load.gif?v=62939699503414190391755599793) center center no-repeat;
}

/* Arrows */
.slick-product-prev,
.slick-product-next,
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  min-width: 0;
}

.slick-product-prev.slick-disabled,
.slick-product-next.slick-disabled,
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-product-prev.focus-visible,
.slick-product-next.focus-visible,
.slick-prev.focus-visible,
.slick-next.focus-visible {
  outline:  auto 1px;
  outline: -webkit-focus-ring-color auto 1px;
}

.frontpage-hero .slick-next, .frontpage-hero .slick-prev {
  height: 45px !important;
  width: 30px !important;
}

.frontpage-hero .slick-next-arrow {
  margin-right:0px;
  margin-left:-8px;
}

.frontpage-hero .btn.overlay-text__button {
  background:#31DAA5;
  color:#010101;
  font-size:16px;
  border:0;
  margin-top:20px;
  font-weight: 600;
}

@media (max-width: 480px) {
  .frontpage-hero-section .btn.overlay-text__button{
    font-size:14px;
    height:auto;
    margin-top:0;
  }
}



.slick-prev-arrow{
  margin-left: 8px !important;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover svg, .slick-prev:focus svg,
.slick-next:hover svg,
.slick-next:focus svg {
  opacity: 1;
}

.slick-prev svg,
.slick-next svg {
  width: 80px;
  height: 80px;
  fill: white;
  opacity: 0.75;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
}

.slick-prev svg.feather,
.slick-next svg.feather {
  fill: transparent;
  stroke: white;
  stroke-width: 0.6;
}

.slick-product-prev,
.slick-product-next {
  height: 44px;
  width: 44px;
  background: rgba(255, 255, 255, 0.7);
  color: black;
}

.slick-product-prev:hover, .slick-product-prev:focus,
.slick-product-next:hover,
.slick-product-next:focus {
  background: rgba(255, 255, 255, 0.7);
}

.slick-product-prev:hover svg, .slick-product-prev:focus svg,
.slick-product-next:hover svg,
.slick-product-next:focus svg {
  opacity: 1;
}

.gallery--with-arrows .slick-next, .gallery--with-arrows .slick-prev {
  background: rgba(255, 255, 255, 0.25) !important;
}

.slick-next-arrow, .slick-prev-arrow {
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
}


.slick-next-arrow {
  margin-right: 45px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.slick-prev-arrow {
  margin-left: 45px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

@media (max-width: 767px) {
  .slick-product-prev,
  .slick-product-next {
    top: auto;
    bottom: -4px;
    transform: none;
  }
  .frontpage-hero .btn.overlay-text__button, .gallery .overlay-text__button  {
    padding: 12px;
  }
}

.slick-product-prev svg,
.slick-product-next svg {
  width: 32px;
  height: 32px;
  fill: black;
  background: transparent;
}

.slick-product-prev svg.feather,
.slick-product-next svg.feather {
  fill: transparent;
  stroke: black;
  stroke-width: 1;
}

.slick-prev,
.slick-product-prev {
  left: 0;
}

[dir="rtl"] .slick-prev, [dir="rtl"]
.slick-product-prev {
  left: auto;
  right: 0;
}

.slick-next,
.slick-product-next {
  right: 0;
}

[dir="rtl"] .slick-next, [dir="rtl"]
.slick-product-next {
  left: 0;
  right: auto;
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding-top: 20px;
  width: 100%;
} 

.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  margin-top: -22px;
  border: 0;
  background: transparent;
  display: block;
  height: 44px;
  width: 44px;
  min-width: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: #C4C4C4;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 30px;
  height: 30px;
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  font-size: 71px;
  line-height: 20px;
  text-align: center;
  color: ;
  opacity: 0.5;
  transition: opacity 150ms;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: ;
  opacity: 1;
}



@media (max-width: 480px) {
.slick-slider .slick-arrow {
  display:none !important;
  }
}

/* lazy load */
.slick-slide img {
  opacity: 1;
  transition: opacity 250ms;
}

.slick-slide img.slick-loading {
  opacity: 0;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Override for Owl */
.owl-carousel {
  display: block;
  position: relative;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  line-height: 0px;
  background: rgba(255, 255, 255, 0.7);
}

.owl-carousel .owl-nav button.owl-prev svg.feather,
.owl-carousel .owl-nav button.owl-next svg.feather {
  width: 20px;
  height: 20px;
  stroke: #000;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.25;
}

.owl-carousel .owl-nav button.owl-prev.disabled:focus,
.owl-carousel .owl-nav button.owl-next.disabled:focus {
  outline: none;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.owl-stage--items-fit {
  display: flex;
  margin: 0 auto;
  transform: none !important;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  z-index: 5104;
  display: none;
  background: #fff;
  border-radius: 10px;
}

#fancybox-loading div {
  top: 0 !important;
  border: 4px solid #aaa;
  border-top: 4px solid #333;
  border-radius: 50%;
  margin: 6px;
  width: 38px;
  height: 38px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
  z-index: 5101;
  outline: none;
  display: none;
}

@media (max-width: 767px) {
  #fancybox-wrap {
    padding-top: 55px;
  }
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 20px 20px 20px;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 5102;
}

#fancybox-content > div {
  box-sizing: border-box;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 5101;
}

#fancybox-close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235c5c5c' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' %3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.8)' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' %3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  cursor: pointer;
  z-index: 5103;
  display: none;
}

@media (max-width: 767px) {
  #fancybox-close {
    position: absolute;
    top: -45px;
    right: 0px;
  }
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
    background: transparent url(//wellvita.dk/cdn/shop/t/323/assets/blank.gif?v=164826798765693215961755599795);
  z-index: 5102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 5102;
  display: block;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

#fancybox-left-ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#464749' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.8)' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}

#fancybox-right-ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#464749' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.8)' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}


#fancybox-title {
  font-size: 12px;
  z-index: 5102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  line-height: 1.4em;
  text-align: center;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: #fff;
}

#fancybox-title-float-main {
  color: #999;
  line-height: 29px;
  padding: 0 0 3px 0;
  background: #fff;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: #fff;
}

/* Gallery viewer */
.gallery-viewer {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 250ms ease-out, transform 250ms ease-out;
}

.gallery-viewer--pre-reveal,
.gallery-viewer--transition-out {
  opacity: 0;
  transform: scale(0.97);
}

.gallery-viewer__zoom {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.gallery-viewer__zoom-image {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: 0;
  min-height: 0;
}

.gallery-viewer__thumbs {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
}

.gallery-viewer__thumb {
  display: inline-block;
  padding: 4px;
  background: #fff;
  width: 69px;
}

.gallery-viewer__thumb:not(:first-child) {
  margin-left: -4px;
}

@media (max-width: 600px) {
  .gallery-viewer__thumb {
    width: 50px;
  }
}

.gallery-viewer__thumb--active {
  position: relative;
}

.gallery-viewer__thumb--active::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 4px;
  left: 4px;
  right: 4px;
  height: 3px;
  background: #000;
}

.gallery-viewer__controls {
  position: relative;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.gallery-viewer__button {
  position: absolute;
  pointer-events: auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}

.gallery-viewer__button svg {
  width: 34px;
  height: 34px;
}

.gallery-viewer__button svg.feather {
  stroke: #000;
}

@media (max-width: 600px) {
  .gallery-viewer__button svg {
    width: 26px;
    height: 26px;
  }
}

.gallery-viewer__prev,
.gallery-viewer__next {
  top: calc(50% - 17px);
}

@media (max-width: 600px) {
  .gallery-viewer__prev,
  .gallery-viewer__next {
    top: calc(50% - 13px);
  }
}

.gallery-viewer__prev {
  left: 0;
}

.gallery-viewer__next {
  right: 0;
}

.gallery-viewer__close {
  top: 0;
  right: 0;
}

.gallery-viewer--single-image .gallery-viewer__prev,
.gallery-viewer--single-image .gallery-viewer__next,
.gallery-viewer--single-image .gallery-viewer__thumbs {
  display: none;
}

@media (pointer: coarse) {
  .gallery-viewer-open,
  .gallery-viewer-open body {
    overflow: hidden;
    height: 100%;
  }
}

/*================ Giftcard Template ================*/
.template-giftcard {
  background: #ffffff;
  text-align: center;
  padding: 15px 0;
}

.giftcard {
  margin: 15px auto;
  max-width: 500px;
  padding: 20px;
}

.giftcard__illustration {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 0;
}

.giftcard__illustration img {
  display: block;
}

.giftcard__code {
  background: #fff;
  border-radius: 0;
  color: #484848;
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translateX(50%);
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1em;
  white-space: nowrap;
}

.giftcard-qr-row {
  margin: 15px 0;
}

.giftcard-qr {
  display: inline-block;
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 0;
}

.giftcard-qr img {
  display: block;
  margin: 0 auto;
}

.giftcard-apple-wallet {
  margin: 15px 0;
}

.apple-wallet-image {
  display: block;
  margin: 0 auto;
}

.giftcard-button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.print-giftcard svg {
  margin-left: -10px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  html,
  body {
    background-color: #fff;
    color: #000;
  }
  .print-giftcard,
  .apple-wallet {
    display: none;
  }
}

.boost-pfs-search-suggestion-mobile-overlay {
  /* background:#fff !important; */
  display: none !important;
}

.boost-pfs-search-suggestion-mobile-top-panel {
  display: none !important;
}

.main-search {
  text-align: center;
}

.main-search .button.notabutton {
  color: currentColor;
}

.main-search .button.notabutton:hover {
  color: currentColor;
}

.section-header .main-search {
  position: fixed;
  z-index: 300;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: ;
  background: #ffffff;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
}

.main-search--loading .main-search__suggestions,
.main-search--has-results .main-search__suggestions {
  display: none;
}

.show-search {
  overflow: hidden;
}

.show-search .main-search {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.show-search .page-shade {
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}

.show-search .announcement-bar {
  z-index: 399;
}

.main-search__container.container {
  position: relative;
  max-width: 1200px;
}

.main-search__form {
  position: relative;
  margin: 10px auto;
  max-width: 650px;
}

.main-search__form.with-overlay {
  margin: 60px auto;
}

.navigation__tier-1 .main-search__container {
  padding: 10px 18px;
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 2px;
}

.navigation__tier-1 .main-search__form {
  margin: 0; 
}


@media (max-width: 1000px) {
  .section-header .main-search__form {
    max-width: 450px;
  }
}

.main-search__button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.main-search button.main-search__close {
  position: absolute;
  right: 5px;
  top: -55px;
  padding: 10px;
}

.main-search button.main-search__close svg {
  width: 34px;
  height: 34px;
  stroke-width: 1;
}

@media (min-width: 768px) {
  .main-search button.main-search__close {
    top: -2px;
    right: 50px;
  }
}

.main-search__input-container {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 0 0 0 12px;
}

.main-search__input{
  width: 279px;
  height: 41px;
  border-radius: 8px;
  border: 0.8px solid #52554C;
  padding-left: 40px;
}

.main-search .main-search__input {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  color: inherit;
  font-size: inherit;
  line-height: 1.5em;
  padding: 12px;

  
}

.main-search__results {
  margin: 40px auto;
}

.main-search__results-spinner {
  margin: 20px;
}

.main-search__results__products {
  margin-bottom: 40px;
}

.main-search__results__products .product-list {
  justify-content: center;
}

.main-search--has-results.main-search--results-on-multiple-lines .main-search__results__products .product-list {
  justify-content: flex-start;
}

.main-search__results__pages {
  margin-bottom: 40px;
}

.search-suggestions {
  margin: 40px auto;
}

.search-suggestions__heading {
  margin-top: 1em;
}

.search-suggestions__item-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.search-suggestions__item-row > .search-suggestions__item {
  margin: 0 10px 20px;
  flex: 0 0 calc(50% - 20px);
}

@media (min-width: 768px) {
  .search-suggestions__item-row > .search-suggestions__item {
    flex: 0 0 calc(25% - 20px);
  }
}

@media (min-width: 1000px) {
  .search-suggestions__item-row > .search-suggestions__item {
    margin: 0 15px 30px;
    flex: 0 0 calc(25% - 30px);
  }
}

.search-suggestions__item-row > .search-suggestions__item--with-row {
  flex: 1 0 100%;
  margin: 0 0 30px;
}

.gallery.slick-slider {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  height:100%;
}

.gallery.slick-slider .gallery__item {
  margin-bottom: 0;
}

.gallery__item {
  position: relative;
  flex: 1 1 320px;
  width: 100%;
  transition: background-color 150ms;
}

.gallery__item .gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.gallery__item.lazyload--placeholder {
  background-color: #f4f4f4;
}

@media (min-width: 768px) {
  .gallery {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }  

  .gallery--with-vertical-outer-padding {
    padding-top: 20px;
    /* padding-bottom: 20px; */
  }
  .gallery--with-margins {
    margin-left: 0;
    margin-right: 20px;
  }
  .container > .gallery--with-margins {
    margin-left: -20px;
    margin-right: 0;
  }
  .gallery--with-margins .gallery__row:last-child {
    margin-bottom: -20px;
  }
  .gallery--with-margins .gallery__item {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .gallery__row {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery--grid-1 .gallery__item {
    flex-grow: 1;
  }
  .gallery--grid-2 .gallery__item.gallery__item--enlarged {
    flex-grow: 2;
  }
  .gallery--grid-3 .gallery__item.gallery__item--enlarged {
    flex-grow: 3;
  }
  .gallery--grid-4 .gallery__item {
    flex-basis: 40%;
  }
  .gallery--grid-4 .gallery__item.gallery__item--enlarged {
    flex-grow: 4;
  }
}

@media (min-width: 1200px) {
  .gallery--grid-4 .gallery__item {
    flex-basis: 20%;
  }
}

@media (min-width: 1301px) {
  .gallery--with-margins .gallery__row:last-child {
    margin-bottom: -30px;
  }
  /* .gallery--with-vertical-outer-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  } */
  .gallery--with-margins {
    margin-right: 30px;
  }
  .container > .gallery--with-margins {
    margin-left: -30px;
  }
  .gallery--with-margins .gallery__item {
    margin-left: 30px;
    margin-bottom: 30px;
  }
}

.section-footer .social-links a {
  margin: 0 10px 5px 0;
}

.section-footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 767px) {
  .section-footer__row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.section-footer__row--sub-footer {
  align-items: center;
}

@media (min-width: 767px) {
  .section-footer__row--sub-footer {
    margin-top: 20px;
  }
}

.section-footer__row--sub-footer .section-footer__row__col {
  text-align: center;
}

@media (min-width: 767px) {
  .section-footer__row--sub-footer .section-footer__row__col:nth-child(1) {
    text-align: left;
  }
}

@media (min-width: 767px) {
  .section-footer__row--sub-footer .section-footer__row__col:nth-child(2) {
    text-align: right;
  }
}

.section-footer__row--blocks {
  padding-top: 40px;
  padding-bottom: 40px;
}


@media (min-width: 767px) {
  .section-footer__row--blocks {
    margin-bottom: -50px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .section-footer__row--blocks .section-footer__row__col {
    margin-bottom: 50px;
    max-width: 352px;
  }
  .section-footer__text-block--with-text{
    max-width: 352px;
  }
}

.section-footer__row--blocks .section-footer__row__col:not(:last-child):not(.dropdown) {
  margin-bottom: 40px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .section-footer__row--blocks[data-num-blocks="4"] .section-footer__row__col {
    flex-basis: 50%;
  }
}

@media (min-width: 1024px) {
  .section-footer__row--blocks[data-num-blocks="4"] {
    flex-wrap: nowrap;
  }
}

.section-footer__row__col {
  flex: 0 1 100%;
  padding: 10px 0;
}

@media (min-width: 767px) {
  .section-footer__row__col {
    padding: 0 20px;
    flex-basis: auto;
  }
}


.section-footer__title {
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .section-footer__title {
    margin-bottom: 20px;
  }
}

@media (min-width: 767px) {
  .section-footer__text-block .social-links {
    white-space: nowrap;
  }
  .section-footer__text-block--with-text {
    flex-basis: 350px;
  }
}

@media (min-width: 1024px) {
  .section-footer__row__col {
    max-width: 25%;
    flex-grow: 1;
  }
}

.section-footer__text {
  margin-bottom: 30px;
}

.section-footer__menu-block {
  flex-shrink: 2;
}

.section-footer__menu-block__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-footer__menu-block__menu li {
  margin-bottom: 0.5em;
  list-style: none;
}

@media (min-width: 767px) {
  .section-footer__newsletter-block {
    flex: 0 1 350px;
  }
}

.section-footer__newsletter-block .signup-form {
  margin-left: 0;
}

.section-footer__newsletter-block .signup-form__email {
  width: 100%;
}

.section-footer__text-block__image:not(:last-child) {
  display: inline-block;
  margin-bottom: 20px;
}

.section-footer__text-block__image .rimage-outer-wrapper {
  margin-left: 0;
  max-width: 100%;
}

.section-footer__localization {
  margin-top: 0;
}

.section-footer__localization .selectors-form__item {
  margin: 0 10px 20px 0;
}

.section-footer__lower-menu {
  margin-bottom: 10px;
}

.section-footer__lower-menu__list {
  margin: 0 -10px;
}

@media (min-width: 767px) {
  .section-footer__lower-menu__list {
    text-align: right;
  }
}

.section-footer__lower-menu__list li {
  display: inline-block;
  list-style: none;
  margin: 0 10px 10px;
}

.section-footer__lower-menu__list li a {
  white-space: nowrap;
}

.section-footer__payment-icons {
  margin-bottom: calc(3.8em - 25px);
}

.section-footer__row-container--with-localization .section-footer__payment-icons {
  margin-top: 0.9em;
}

@media (min-width: 767px) {
  .section-footer__payment-icons {
    text-align: right;
  }
}

.section-footer__payment-icons .section-footer__payment-icon {
  margin: 0 7px;
  width: auto;
  height: 25px;
}

.section-footer__payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-footer__sub-footer-menu {
  margin: 0 -10px;
}

.section-footer__sub-footer-menu li {
  display: inline-block;
  margin: 0 10px;
}

.section-footer__row-container {
  border-top: 1px solid var(--foot_divider_col);
}

.section-footer__row-lower {
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: calc(var(--font_size_base_int) * 0.8);
  line-height: 1.4em;
  margin-left:0;
  margin-right:0;
  align-items: center;
}

.section-footer__row-lower .footer-logo-icon {
  height:50px;
}

@media (min-width: 767px) {
  .section-footer__row-lower {
    flex-wrap: nowrap;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-footer__row-lower .section-footer__row__col:first-child {
    order: 1;
  }
}

.disclosure {
  position: relative;
  font-size: var(--font_size_base_int);
  line-height: 1.2em;
}

.disclosure__toggle {
  padding: 0.75em 3em 0.75em 1em;
  border: 1px solid var(--font_col_base_1);
  background-color: var(--bg_col);
  color: var(--font_col_base);
  white-space: nowrap;
  font-size: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  /* ul little triangle*/
}

.disclosure__toggle:hover {
  border: 1px solid var(--font_col_base_1);
  background-color: var(--bg_col);
  color: var(--font_col_base);
}

.disclosure__toggle[aria-expanded="true"]::before, .disclosure__toggle[aria-expanded="true"]::after {
  content: '';
  position: absolute;
  left: 18px;
  top: 0;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  animation: disclosure-reveal-up 150ms ease-out;
}

.disclosure__toggle[aria-expanded="true"]::before {
  border-color: var(--font_col_base_1) transparent transparent transparent;
}

.disclosure__toggle[aria-expanded="true"]::after {
  margin-top: -9px;
  border-color: var(--bg_col) transparent transparent transparent;
}

.disclosure__toggle-arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
}

.disclosure__toggle-arrow svg {
  height: 18px;
  width: 18px;
}

.disclosure-list {
  background-color: var(--bg_col);
  color: var(--font_col_base);
  border: 1px solid var(--font_col_base_1);
  bottom: calc(100% + 8px);
  position: absolute;
  display: none;
  min-height: 40px;
  max-height: 300px;
  overflow-y: auto;
  margin: 0;
}

.disclosure-list--visible {
  display: block;
  animation: disclosure-reveal-up 150ms ease-out;
  position: absolute;
}

@keyframes disclosure-reveal-down {
  0% {
    opacity: 0;
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes disclosure-reveal-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.disclosure-list__item {
  white-space: nowrap;
  text-align: left;
  list-style: none;
}

.disclosure-list__item:first-child .disclosure-list__option {
  padding-top: 12px;
}

.disclosure-list__item:last-child .disclosure-list__option {
  padding-bottom: 12px;
}

.disclosure-list__option {
  display: block;
  padding: 9px 40px 9px 15px;
  line-height: 1.4em;
}

.disclosure-list__option,
#pagefooter .disclosure-list__option {
  color: var(--font_col_base);
}

.disclosure-list__option:focus, .disclosure-list__option:hover,
#pagefooter .disclosure-list__option:focus,
#pagefooter .disclosure-list__option:hover {
  opacity: 1;
  color: var(--font_col_base);
  background-color: rgba(255, 255, 255, 0.94);
}

.disclosure-list__item--current .disclosure-list__option {
  background-color: rgba(255, 255, 255, 0.94);
}

.logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -40px;
}

@media (min-width: 768px) {
  .logo-list {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -50px;
  }
}

.logo-list__logo {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 40px);
  margin: 0 20px 40px;
}

@media (min-width: 400px) {
  .logo-list__logo {
    flex: 0 0 calc(33.3% - 40px);
  }
}

@media (min-width: 768px) {
  .logo-list__logo {
    flex: 0 0 calc(25% - 50px);
    margin: 0 25px 50px;
  }
}

@media (min-width: 1000px) {
  .logo-list__logo {
    flex: 0 0 calc(20% - 50px);
  }
}

@media (min-width: 1300px) {
  .logo-list__logo {
    flex: 0 0 calc(16.6% - 50px);
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  .logo-list--count-4 .logo-list__logo {
    flex: 0 0 calc(50% - 40px);
  }
}

.logo-list__logo-image {
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  margin: 0 auto;
  width: 100%;
  transition: opacity 100ms;
}

.logo-list__logo-image > .rimage-outer-wrapper {
  flex: 1 1 100%;
}

.logo-list__logo-image .placeholder-image {
  width: 100%;
}

.logo-list__logo-title {
  margin-top: 10px;
}

/* Modern box sizing */
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* CSS cross-browser clear fix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

/* Do not use focus outline unless tabbing */
body:not(.tab-used) *:focus {
  outline: none;
}

/* Standard text CSS */
strong, b {
  font-weight: bold;
}

abbr, acronym {
  border-bottom: 1px dotted var(--font_col_base);
  cursor: help;
}

em, i {
  font-style: italic;
}

ul, ol, dl {
  margin: 1em;
  font-size: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ol, ul, dl {
  margin-left: 2em;
}

ol li {
  list-style: decimal outside;
}

ul li {
  list-style: disc outside;
}

dl dd {
  margin-left: 1em;
}

th, td {
  border-bottom: 1px solid var(--dividers_col);
  border-collapse: collapse;
  border-top: 1px solid var(--dividers_col);
  padding: 0.7em;
}

th {
  /*distinguishing table headers from data cells*/
  font-weight: bold;
  text-align: left;
  border-bottom-width: 3px;
}

table.noborders td, table.noborders th {
  border: none;
}

caption {
  margin-bottom: .5em;
  text-align: center;
}

p, fieldset, table {
  margin-bottom: 1em;
}

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 3px double var(--dividers_col);
  height: 9px;
  margin: 1em 0;
}




















/* Fonts */

@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("//wellvita.dk/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=c3bee4196d6aa9b7b14b0b311ec4068225e447a9c4d15a4ad4b06cf2c821f4f6") format("woff2"),
       url("//wellvita.dk/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=58c7d4da7509b1b067218887591552b706b232c9b7491da9c9decbea6bab3e97") format("woff");
}

body {
  
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: normal;
  
}@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("//wellvita.dk/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=a43f93e52b8d6163de6c87e5adf3d96b2ad69b0487a20654ceb383b74517ab27") format("woff2"),
       url("//wellvita.dk/cdn/fonts/inter/inter_n7.6dab87426f6b8813070abd79972ceaf2f8d3b012.woff?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=cd009766ef3000b68cadf032840fe5169412bfced39bce2ef8a56bfc0698eb70") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
  src: url("//wellvita.dk/cdn/fonts/inter/inter_n5.d7101d5e168594dd06f56f290dd759fba5431d97.woff2?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=dfde8377a547101df4b9c91bb62463c1ad70dbe4e04b126895a3a33e3542bdd7") format("woff2"),
       url("//wellvita.dk/cdn/fonts/inter/inter_n5.5332a76bbd27da00474c136abb1ca3cbbf259068.woff?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=5cee7a24097dd68c361d34c079ae6774f8a337a2342dc9e24afe02146b48d998") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("//wellvita.dk/cdn/fonts/inter/inter_i4.feae1981dda792ab80d117249d9c7e0f1017e5b3.woff2?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=02c06759d31a7072c70188e76b0c2c6813e0a8fdd67f700268ee457422f91fc6") format("woff2"),
       url("//wellvita.dk/cdn/fonts/inter/inter_i4.62773b7113d5e5f02c71486623cf828884c85c6e.woff?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=b2b9b508a8f61c87a1003e5f631ecbacfdbe70ef9fe0253bae142ea682734acd") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
  src: url("//wellvita.dk/cdn/fonts/inter/inter_i7.b377bcd4cc0f160622a22d638ae7e2cd9b86ea4c.woff2?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=41f331cdf731593e26f4400fd78d3ee10625dc54b635e1692f29c4b01818e416") format("woff2"),
       url("//wellvita.dk/cdn/fonts/inter/inter_i7.7c69a6a34e3bb44fcf6f975857e13b9a9b25beb4.woff?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=12cd0e6fd634ee2729d1c090d18755cbcf1fb685fd3d1a17d8e2b0c8a42b6b27") format("woff");
}


@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("//wellvita.dk/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=a43f93e52b8d6163de6c87e5adf3d96b2ad69b0487a20654ceb383b74517ab27") format("woff2"),
       url("//wellvita.dk/cdn/fonts/inter/inter_n7.6dab87426f6b8813070abd79972ceaf2f8d3b012.woff?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=cd009766ef3000b68cadf032840fe5169412bfced39bce2ef8a56bfc0698eb70") format("woff");
}

h1, .h1-style, h2, h3, h4, h5, h6, .heading-font {
  
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-style: normal;  
  
}


@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("//wellvita.dk/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=c3bee4196d6aa9b7b14b0b311ec4068225e447a9c4d15a4ad4b06cf2c821f4f6") format("woff2"),
       url("//wellvita.dk/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=58c7d4da7509b1b067218887591552b706b232c9b7491da9c9decbea6bab3e97") format("woff");
}

.pageheader .logotext,
#shoplogo .logotext {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: normal;
}


@font-face {
  font-family: Inter;
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
  src: url("//wellvita.dk/cdn/fonts/inter/inter_n6.771af0474a71b3797eb38f3487d6fb79d43b6877.woff2?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=9dc43de8bc695970a310aeed30be5cd4852977a08fdc33ca9216ceea98523728") format("woff2"),
       url("//wellvita.dk/cdn/fonts/inter/inter_n6.88c903d8f9e157d48b73b7777d0642925bcecde7.woff?h1=d2VsbHZpdGEtc3RvcmUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=d2VsbHZpdGEuZGs&hmac=6b14dac6531bcaecf0831263f4ec4bbf05be2823fb9ff05ee5eed41d0dc821c3") format("woff");
}

.navigation {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* Theme styles */
body {
  font-size: var(--font_size_base_int);
  line-height: 1.6em;
  color: var(--font_col_base);
  background: var(--bg_col);

  

  
    background-repeat: repeat;
  

  

  overflow-y: scroll;
  /* Fonts on Macs look bad without these */
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


  ::selection {
    /* Webkit & Opera */
    background: var(--font_col_heads);
    color: var(--bg_col);
  }

  ::-moz-selection {
    /* Firefox */
    background: var(--font_col_heads);
    color: var(--bg_col);
  }


a,
a:visited {
  color: var(--font_col_link);
  transition: color 100ms, border-color 100ms, opacity 100ms;
  text-decoration: none;
}

a:hover {
  color: var(--font_col_link_hover);
}

select {
  max-width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

input:not([type="radio"]),
select,
textarea {
  font-size: var(--font_size_base_int);
  line-height: var(--font_size_base_int);
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: var(--bg_col);
  color: var(--font_col_base);
  border: 1px solid var(--font_col_base_1);
  padding: 0.8em 15px;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
  box-sizing: border-box;
}

input:focus,
textarea:focus {
  border-color: var(--font_col_base);
}

input[type=checkbox] {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: checkbox;
}

textarea {
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* HTML5 input placeholders */
::-webkit-input-placeholder {
  color: var(--font_col_base);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--font_col_base);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--font_col_base);
}

:-ms-input-placeholder {
  color: var(--font_col_base);
}

.button,
a.button,
.btn,
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: var(--btn_col);
  border: 1px solid var(--btn_col);
  color: var(--btn_col_txt );
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: 1em;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  cursor: pointer;
  padding: 1em 25px 1em;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
  transition: background-color 100ms, color 100ms, border-color 100ms, opacity 100ms;
  display: inline-block;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
}

.boost-pfs-filter-btn-load-previous-page .js-boost-pfs-filter-btn-load-previous-page {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
}

.btn.btn--small {
  font-size: 13px;
  padding: 0.6em 1.4em;
}

.button svg:not(.feather),
a.button svg:not(.feather),
.btn svg:not(.feather),
a.btn svg:not(.feather),
button svg:not(.feather),
input[type="submit"] svg:not(.feather),
input[type="reset"] svg:not(.feather),
input[type="button"] svg:not(.feather) {
  fill: var(--btn_col_txt );
}

.button svg.feather,
a.button svg.feather,
.btn svg.feather,
a.btn svg.feather,
button svg.feather,
input[type="submit"] svg.feather,
input[type="reset"] svg.feather,
input[type="button"] svg.feather {
  fill: transparent;
  stroke: currentColor;
}

.button .icon,
a.button .icon,
.btn .icon,
a.btn .icon,
button .icon,
input[type="submit"] .icon,
input[type="reset"] .icon,
input[type="button"] .icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 1em;
  width: 24px;
}

.button .icon svg,
a.button .icon svg,
.btn .icon svg,
a.btn .icon svg,
button .icon svg,
input[type="submit"] .icon svg,
input[type="reset"] .icon svg,
input[type="button"] .icon svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.button .icon + span,
a.button .icon + span,
.btn .icon + span,
a.btn .icon + span,
button .icon + span,
input[type="submit"] .icon + span,
input[type="reset"] .icon + span,
input[type="button"] .icon + span {
  vertical-align: top;
}

.button:hover,
a.button:hover,
.btn:hover,
a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: var(--btn_col_alt);
  border-color: var(--btn_col_alt);
}

.button.button--large,
a.button.button--large,
.btn.button--large,
a.btn.button--large,
button.button--large,
input[type="submit"].button--large,
input[type="reset"].button--large,
input[type="button"].button--large {
  padding: 15px 25px;
  font-size: var(--font_size_base_int);
}

.button.button--icon {
  width: auto;
  min-width: 0;
  font-size: var(--font_size_base_int);
  padding: 0.8em;
}

.button.altcolour, .product-form .quantity-submit-row.has-spb .button,
.btn.btn--secondary, .btn.btn-altcolour,
button.altcolour,
input[type="submit"].altcolour,
input[type="reset"].altcolour,
input[type="button"].altcolour {
  background: var(--btn_alt_bg);
  color: var(--btn_alt_txt);
  border: 1px solid ;
}

.button.altcolour svg:not(.feather), .product-form .quantity-submit-row.has-spb .button svg:not(.feather),
.btn.btn--secondary svg:not(.feather),
button.altcolour svg:not(.feather),
input[type="submit"].altcolour svg:not(.feather),
input[type="reset"].altcolour svg:not(.feather),
input[type="button"].altcolour svg:not(.feather) {
  fill: var(--btn_alt_txt);
}

.button.altcolour:hover, .product-form .quantity-submit-row.has-spb .button:hover,
.btn.btn--secondary:hover,.btn.btn-altcolour:hover,
button.altcolour:hover,
input[type="submit"].altcolour:hover,
input[type="reset"].altcolour:hover,f
input[type="button"].altcolour:hover {
  background: var(--btn_col_alt);
  color: var(--btn_alt_bg);
  border-color: var(--btn_col_alt);
}

.button.altcolour:hover svg:not(.feather), .product-form .quantity-submit-row.has-spb .button:hover svg:not(.feather),
.btn.btn--secondary:hover svg:not(.feather),
button.altcolour:hover svg:not(.feather),
input[type="submit"].altcolour:hover svg:not(.feather),
input[type="reset"].altcolour:hover svg:not(.feather),
input[type="button"].altcolour:hover svg:not(.feather) {
  fill: var(--btn_alt_bg);
}

.button.notabutton,
a.button.notabutton,
button.notabutton,
input[type="submit"].notabutton {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: none;
  vertical-align: baseline;
  min-width: 0;
  overflow: visible;
  height: auto;
  color: var(--font_col_link);
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

.button.notabutton:hover,
a.button.notabutton:hover,
button.notabutton:hover,
input[type="submit"].notabutton:hover {
  color: var(--font_col_link_hover);
}

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  background: #999 !important;
  color: #fff !important;
  border-color: #999 !important;
}

.button__icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 24px;
  height: var(--font_size_base_int);
}

.button__icon svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.button__icon svg.feather {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1;
}

h1, .h1-style, h2, h3, h4, h5, h6, .heading-font {
  color: var(--font_col_heads);
  line-height: 1.2;
  margin-bottom: 10px;
}

h1 svg, h1 svg g, .h1-style svg, .h1-style svg g, h2 svg, h2 svg g, h3 svg, h3 svg g, h4 svg, h4 svg g, h5 svg, h5 svg g, h6 svg, h6 svg g, .heading-font svg, .heading-font svg g {
  fill: currentColor;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: var(--font_col_link_hover);
}

h1,
.h1-style {
  font-size: var(--font_size_heading_int);
}


h2,
.h2-style {
    font-size: 29px;
}

h3,
.h3-style {
    font-size: 26px;
}

h4,
.h4-style {
    font-size: 24px;
}

h5,
.h5-style {
    font-size: 21px;
}

h6,
.h6-style {
    font-size: 19px;
}

@media (max-width: 767px) {
  h1,
  .h1-style {
    font-size: 26px;
  }
  
  h2,
  .h2-style {
    font-size: 24px;
  }
  h3,
  .h3-style {
    font-size: 22px;
  }
  h4,
  .h4-style {
    font-size: 21px;
  }
  h5,
  .h5-style {
    font-size: 19px;
  }
  h6,
  .h6-style {
    font-size: 17.6px;
  }
}



.title,
.majortitle {
  margin: 0 0 10px;
}

.hometitle {
  line-height: 1em;
  margin: 0 0 30px;
}

@media (max-width: 1300px) {
  .hometitle {
    margin-bottom: 20px;
  }
}

.large-text {
  font-size: 1.35em;
  line-height: 1.6em;
}

@media (max-width: 767px) {
  .large-text {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}

.subheading {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subheading--over {
  margin-bottom: 0.65em;
}

.small-feature-link {
  border-bottom: 1px solid var(--font_col_link);
  padding-bottom: 1px;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: none;
  text-decoration: none;
}

.small-feature-link:hover {
  color: var(--font_col_link_hover);
  border-bottom-color: var(--font_col_link_hover);
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  vertical-align: middle;
  transition: fill 100ms;
}

svg g {
  fill: currentColor;
  transition: fill 100ms;
}

.beside-svg {
  vertical-align: middle;
}

svg.feather {
  fill: transparent;
  stroke: currentColor;
}

.icon-small svg {
  width: 16px;
  height: 16px;
}

.icon-natcol .feather {
  stroke: currentColor;
}

.no-wrap {
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

.mobile-hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #26262c;
  background-color: #fdfdfa;
  padding: 10px;
  z-index: 10000;
  transition: none;
}

/* Lists  */
.container, .container-product-page {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container {
  max-width: 1920px;
}

.template-customers-account .container,
.template-customers-addresses .container,
.template-customers-order .container {
    position: relative;
}
.container-xxl {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1300px) {
  .container, .container-xxl {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.container--no-max {
  max-width: none;
}

.template-index #content > .container,
.template-collection #content > .container,
.template-list-collections #content > .container,
.template-product #content > .container:not(.sticky-cta),
.template-blog #content > .container,
.template-article #content > .container,
.template-page #content > .container,
.template-search #content > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

#content {
  padding-bottom: 60px;
}


  .template-customers-account #content,
  .template-customers-addresses #content,
  .template-customers-order #content {
      margin-top: 0;
  }





/* Header */
.button.mobile-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  color: inherit;
}


  @media (max-width: 767px) {
    .button.mobile-nav-toggle {
      display: inline-block;
    }
  }


.page-shade,
.header-shade {
  pointer-events: none;
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
}

@media (max-width: 767px) {
  .page-shade,
  .header-shade {
    z-index: 7000;
  }
}

.header-shade {
  position: absolute;
}

#main-nav .mobile-social {
  display: none;
}

.section-header {
  position: relative;
  top: 0;
  z-index: 400;
  margin-bottom:10px;
}

.cart-link {
  display: inline-block;
}

@media (max-width: 767px) {
  .cart-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
  }
}

.cart-link__label {
  vertical-align: middle;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .cart-link__label {
    display: none;
  }
}

.cart-link__icon {
  display: inline-block;
  position: relative;
}

.cart-link__count {
  position: absolute;
  top: -3px;
  right: -5px;
  padding: 3px;
  font-size: 9px;
  line-height: 1em;
  font-weight: 500;
  white-space: nowrap;
  min-width: 15px;
  text-align: center;
  background: var(--head_txt_col);
  color: var(--head_bg_col);
  border-radius: 12px;
}

[data-section-type="header"] {
  background: var(--head_bg_col);  
}

.pageheader {
  position: relative;
  background: var(--head_bg_col);
  color: var(--head_txt_col);
  z-index: 4000;
  /* Place above slider for live-search dropdown */
}

.pageheader a {
  color: inherit;
}

.pageheader svg,
.pageheader svg g {
  fill: currentColor;
}

.pageheader svg.feather {
  fill: none;
  stroke: currentColor;
}

/* Override thin icons for retina screens */
.pageheader .disclosure .disclosure__toggle-arrow svg.feather {
  stroke-width: 2;
}

/* logo at the center set to the middle vertically */
.pageheader .logo {
  text-align: center;
  padding: 10px 0;
}

.pageheader .logo a {
  display: inline-block;
  color: var(--font_col_shoptitle);
}

.logo img {
  display: inline-block;
  vertical-align: middle;
}

.pageheader .logo .logotext {
  font-size: var(--font_size_logo_int);
  line-height: 1.4em;
}

.pageheader .logo-area__right .cart-summary {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}


@media (min-width: 768px) {
  .pageheader--layout-inline-permitted .navigation--left {
    visibility: visible;
  }
  .pageheader--layout-inline-permitted .navigation.navigation--left {
    color: inherit;
  }
  .pageheader--layout-inline-permitted .navigation.navigation--left .navigation__link:hover,
  .pageheader--layout-inline-permitted .navigation.navigation--left .menu-promotion__link:hover {
    color: inherit;
  }
  .pageheader--layout-inline-permitted .logo-area__left .show-search-link {
    display: none;
  }
  .pageheader--layout-inline-permitted .logo-area__left::after {
    content: '-';
    visibility: hidden;
  }
  .pageheader--layout-inline-permitted .logo-area__right .show-search-link {
    display: block;
  }
  .pageheader--layout-inline-permitted + #main-nav .navigation--main {
    border: 0;
    visibility: hidden;
  }
  .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-1 {
    height: 0;
  }
  .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-1 > .navigation__item > .navigation__link,
  .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-1 > .navigation__item > .navigation__children-toggle {
    display: none;
  }
  .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-2-container {
    border-top: 0;
  }
  .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-2:not(.navigation__columns) {
    text-align: left;
  }
  .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-2:not(.navigation__columns) > .navigation__item:first-child {
    margin-left: -10px;
  }
}

@media (min-width: 1300px) {
  .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-2:not(.navigation__columns) > .navigation__item:first-child {
    margin-left: -5px;
  }
}

.header-disclosures {
  display: inline-block;
}

.header-disclosures .selectors-form__item {
  margin: 0 0 0 10px;
  white-space: normal;
}

.header-disclosures .disclosure {
  font-size: inherit;
  line-height: inherit;
}

.header-disclosures .disclosure__toggle {
  background: transparent;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0 22px 0 0;
  vertical-align: middle;
}

.header-disclosures .disclosure__toggle:hover {
  background: transparent;
  border: none;
  color: inherit;
}

.header-disclosures .disclosure__toggle[aria-expanded="true"]::before, .header-disclosures .disclosure__toggle[aria-expanded="true"]::after {
  top: auto;
  bottom: -8px;
  margin-top: auto;
  border-width: 0px 8px 8px 8px;
  animation: disclosure-reveal-down 150ms ease-out;
  z-index: 1;
}

.header-disclosures .disclosure__toggle[aria-expanded="true"]::before {
  border-color: transparent transparent var(--font_col_base_1) transparent;
}

.header-disclosures .disclosure__toggle[aria-expanded="true"]::after {
  margin-bottom: -1px;
  border-color: transparent transparent var(--bg_col) transparent;
}

.header-disclosures .disclosure__toggle-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  pointer-events: none;
}

.header-disclosures .disclosure__toggle-arrow svg {
  height: 14px;
  width: 14px;
}

.header-disclosures .disclosure-list {
  top: calc(100% + 8px);
  bottom: auto;
  right: 0;
}

.header-disclosures .disclosure-list--visible {
  animation: disclosure-reveal-down 150ms ease-out;
  overflow: auto;
}

@media (max-width: 767px) {
  .header-disclosures .disclosure__toggle {
    padding: 0 5px 0 0;
    width: 44px;
    height: 44px;
    text-align: right;
  }
  .header-disclosures .disclosure__toggle[aria-expanded="true"]::before, .header-disclosures .disclosure__toggle[aria-expanded="true"]::after {
    left: 4px;
  }
  .header-disclosures .disclosure-list {
    right: -20px;
  }
}

.announcement-bar {
  position: relative;
  z-index: 401;
  font-size: calc(var(--font_size_base_int) * 0.8);
  line-height: 1.4em;
}

.announcement-bar a {
  color: inherit;
  text-decoration: none;
  transition: background 100ms;
}

.announcement-bar a:hover {
  text-decoration: none;
}

.announcement-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.announcement-bar .announcement-bar__left {
  flex: 2 0 0;
}

.announcement-bar .announcement-bar__middle {
  flex: 1 1 auto;
  text-align: center;
}

.announcement-bar .announcement-bar__right {
  flex: 2 0 0;
  text-align: right;
}

.announcement-bar.announcement-bar--align-left .announcement-bar__right {
  flex-basis: auto;
}

.announcement-bar .announcement-bar__inner {
  padding: 6px 0;
}

.announcement-bar .announcement-bar__link > .announcement-bar__inner {
  padding: 0;
}

.announcement-bar .disclosure__toggle {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 767px) {
  .announcement-bar .container {
    /* display: block; */
    text-align: center;
  }
}

.announcement-bar__link {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}

.inline-menu:not(:last-child) {
  margin-right: 2px;
}

.inline-menu__link {
  display: inline-block;
  margin-left: 11px;
  vertical-align: middle;
}

/* Nav */

.home-navigation-container {
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.navigation {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: var(--font_size_nav_int);
  line-height: 1.5;
}

.navigation ul,
.navigation li {
  margin: 0;
  padding: 0;
}

.navigation li {
  list-style: none;
  vertical-align: top;
}

.navigation--left {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  white-space: nowrap;
  visibility: hidden;
}

@media (min-width: 768px) {
  .navigation--left {
    display: block;
  }
}

.navigation--left .navigation__tier-1-container {
  position: absolute;
  top: 50%;
  margin-top: calc(-18px - 0.75em);
  left: -18px;
  width: 100%;
}

.navigation__item a.navigation__link {
  font-size:18px;
  font-weight:400;
  display:block;
  padding:10px 12px;
}

.main-menu li:first-child a.navigation__link {
  padding-left:0;
}

.main-menu li:last-child a.navigation__link {
  padding-right:0;
}

.navigation__item a.navigation__link svg {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  width: 18px;
  height: 18px;
  stroke-width: 2;
}


.navigation__link {
  display: block;
}

.navigation__link[aria-expanded="true"] {
  color: var(--font_col_link_hover);
}

.navigation .navigation__item--with-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navigation .navigation__item--with-children > .navigation__link {
  max-width: calc(100% - 60px);
}

.navigation .navigation__item--with-children .navigation__tier-2-container,
.navigation .navigation__item--with-children .navigation__tier-3-container {
  width: 100%;
}

.navigation .navigation__children-toggle {
  padding: 10px 20px;
  color: inherit;
}

@media screen and (max-width:480px)  {
  .navigation__tier-2 .navigation__item a.navigation__link   {
    font-size:12px;
  }
}



@media screen and (min-width:481px) and (max-width: 1050px) {

  .navigation__item a.navigation__link{
    font-size:12px !important;
  }


}

@media screen and (max-width: 767px) {

  .navigation .navigation__children-toggle {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
  }
}

.navigation .navigation__children-toggle:hover {
  color: inherit;
}

.navigation .navigation__children-toggle .feather {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.navigation .navigation__tier-1 > .navigation__item {
  display: inline-block;
}

.navigation .navigation__tier-2-container,
.navigation .navigation__tier-3-container {
  display: none;
}

.menu-promotion {
  margin: 10px 20px 20px;
}

.menu-promotion__text {
  margin-top: 0.5em;
  text-align: center;
}

.section-header .navigation {
  color: var(--font_col_nav);
}

.section-header .navigation .navigation__tier-1 {
  background: var(--panel_nav_bg);
  padding: 50px 0 10px;
  display: flex;
  align-items: center;  
  min-height:36px;
}

@media (max-width: 767px) {
  .section-header .navigation .navigation__tier-1 {
    display: block;
    overflow: auto;
    padding-bottom: 200px;
    height: 100%;
  }

  .navigation__tier-1-container{
    height: 100%;
  }
}

.section-header .navigation .navigation__tier-1 > .navigation__item {
  display: flex;
}

.section-header .navigation .navigation__tier-1-container > .mobile-nav-toggle {
  position: absolute;
  top: 3px;
  right: 6px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: var(--font_col_nav);
}

.section-header .navigation .navigation__tier-2-container {
  background: var(--panel_nav_bg);
}

.section-header .navigation .navigation__tier-2 {
  font-size: 80%;
}

.section-header .navigation .navigation__tier-2 .navigation__link {
  padding: 7px 30px;
}

.section-header .navigation .navigation__tier-3 .navigation__link {
  opacity: 0.75;
  padding: 7px 40px;
}

.section-header .navigation .navigation__link,
.section-header .navigation .menu-promotion__link {
  display: block;
  text-align: left;
  color: inherit;
}

.section-header .navigation .navigation__link:hover,
.section-header .navigation .menu-promotion__link:hover {
  color: inherit;
}

.section-header .navigation .feather {
  fill: none;
  stroke: currentColor;
}

.section-header .navigation .featured-link > .navigation__link {
  color: var(--nav_featured_col);
}

.section-header .navigation .navigation__item--mobile-open > .navigation__children-toggle > svg {
  transform: rotate(180deg);
}

.section-header .navigation .navigation__item--mobile-open-finished > .navigation__child-tier {
  display: block;
}

.section-header .navigation .navigation__item--mobile-open-finished-bold a{
  font-weight: bold;
}

@media (min-width: 768px) {
  .section-header .navigation {
    border-bottom: 1px solid var(--head_nav_div_col);
    text-align: center;
  }
  .section-header .navigation .navigation__tier-2-container,
  .section-header .navigation .navigation__tier-3-container {
    display: block;
  }
  .section-header .navigation .navigation__link:hover,
  .section-header .navigation .menu-promotion__link:hover {
    color: var(--font_col_nav_hov);
  }
  .section-header .navigation .navigation__children-toggle {
    pointer-events: none;
    width: auto;
    height: auto;
    padding: 0;
  }
  .section-header .navigation .navigation__children-toggle .feather {
    width: 14px;
    height: 14px;
  }
  .section-header .navigation .navigation__item--mobile-open > .navigation__children-toggle > svg {
    transform: none;
  }
  .section-header .navigation .navigation__item--with-children > .navigation__link {
    max-width: none;
  }
  .section-header .navigation .navigation__tier-1 {
    padding: 0;
  }
  .section-header .navigation .navigation__tier-1 > .navigation__item {
    display: inline-block;
  }
  .section-header .navigation .navigation__tier-1 > .navigation__item > .navigation__link {
    display: inline-block;
    white-space: nowrap;
  }

  .section-header .navigation .navigation__tier-2-container {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    border-top: 1px solid var(--head_nav_div_col);
    border-bottom: 1px solid var(--head_nav_div_col);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
    text-align: left;
  }
  .section-header .navigation .navigation__item--show-children .navigation__tier-2-container {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .section-header .navigation .navigation__tier-2 {
    font-size: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: var(--page_container_width);
    padding: 0 20px;
  }
  .section-header .navigation .navigation__tier-2 > .navigation__item {
    display: inline-block;
  }
  .section-header .navigation .navigation__tier-2:not(.navigation__columns) .navigation__link {
    padding: 18px;
  }
  .section-header .navigation .navigation__columns {
    display: flex;
    justify-content: flex-start;
    padding-top: 20px;
  }

  .section-header .navigation .navigation__columns .navigation__column {
    flex: 1 1;
    min-width: 160px;
    max-width: 290px;
    display: block;
    text-align: left;
    margin: 0 10px;
  }
  .section-header .navigation .navigation__columns .navigation__column .navigation__item {
    display: block;
  }
  .section-header .navigation .navigation__columns .navigation__column .navigation__link {
    padding: 0.25em 0;
    line-height: 1.2em;
    white-space: normal;
  }
  .section-header .navigation .navigation__columns .navigation__column .navigation__column-title {
    display: inline-block;
    padding: 0 0 10px;
    color: var(--font_col_link);
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 1;

  }
  .section-header .navigation .navigation__columns .navigation__column .navigation__children-toggle {
    display: none;
  }
  .section-header .navigation .navigation__columns .navigation__column .navigation__tier-3 {
    display: block;
    padding-bottom: 20px;
  }
  .section-header .navigation .navigation__columns .navigation__column .navigation__tier-3 .navigation__link {
    opacity: 1;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: normal;
  }
  .section-header .navigation .navigation__columns .navigation__column--promotion {
    flex: 0 0 100%;
    margin: 0;
    min-width: 0;
    max-width: none;
    display: flex;
    flex-wrap: wrap;
  }
  .section-header .navigation .navigation__columns .navigation__column--promotion-count-1 {
    flex: 1 1 25%;
    max-width: 330px;
  }
  .section-header .navigation .navigation__columns .navigation__column--promotion-count-2 {
    flex: 1 1 45%;
    max-width: 660px;
  }
  .section-header .navigation .navigation__columns .navigation__column--promotion-count-3 {
    flex: 1 1 60%;
    max-width: 960px;
  }
  .section-header .navigation .menu-promotion {
    flex: 1 0 0;
    margin: 0 10px 20px;
  }
}

@media (min-width: 1300px) {
  .section-header .navigation .navigation__tier-2 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-header .navigation .navigation__tier-2 .navigation__column,
  .section-header .navigation .navigation__tier-2 .menu-promotion {
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-header .navigation .navigation__columns:not(.navigation__columns--wraps) {
    justify-content: center;
  }
}

.tags.navigation {
  border-top: 1px solid var(--dividers_col);
  border-bottom: 1px solid var(--dividers_col);
  font-size: var(--font_size_base_int);
  text-transform: capitalize;
}

.tags .active a {
  color: #e94b3f;
}

.tags .active a .x {
  position: relative;
  top: 2px;
  font-weight: bold;
  font-size: 150%;
  line-height: 1px;
  margin: 0 0 0 5px;
}

.multi-tag-row {
  margin-top: -10px;
  margin-bottom: 20px;
}

.multi-tag-row .tags.navigation {
  margin-top: -1px;
}

.multi-tag-row .tags.navigation.height-hidden {
  display: block;
  height: 0;
  overflow: hidden;
  border: none;
  padding: 0;
}

.tags-inline {
  font-size: calc(var(--font_size_base_int) * 0.8);
}

.tags-inline label {
  margin-right: 10px;
}

.tags-inline ul {
  font-style: italic;
}

.tags-inline ul, .tags-inline li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tags-inline li:after {
  content: ',';
}

.tags-inline li:last-child:after {
  content: none;
}

.content-divider {
  display: flex;
}

@media (max-width: 480px) {

  .content-divider {
    display: block;
  }

  .content-left-img-wrapper {
    text-align:center;
  }

}

.content-left{
  position: relative;
}

.content-left h4.product-title-category {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}

.content-divider .content-left-img-wrapper{
  position: relative;
  width: 100%;
}

.content-divider .content-left-img-wrapper .magnifying-glass-image{
  position: absolute;
  bottom: 6px;
  right: 38px;
}

.content-left .product-image{
  position: relative;
  width: auto;
  height: var(--image_height_mobile);

  @media (min-width: 768px) {
    height: var(--image_height_desktop);
  }
}

.product-image-modal, .product-text-modal {
  display: none; 
  position: fixed; 
  justify-content: center;
  align-items: center;
  z-index: 99999999999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9); 
}

.product-image-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.product-image-modal-close {
  position: absolute;
  top: 35px;
  right: 35px;
  color: #f1f1f1;
  font-size: 80px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.product-text-modal .product-text-modal-content{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 0 500px;
  height: 100%;
  flex-flow: column;
}

.product-text-modal .product-text-modal-content-inner p {
  margin-top: 40px;
}

.product-text-modal .product-text-modal-content-inner {
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .product-text-modal .product-text-modal-content{
    padding: 0 30px;
  }
  .product-image-modal-close {
    font-size: 70px;
  }
}



.content-divider .pill-dosing-link {
 font-size: 14px;
 color: #054346;
 text-decoration: underline;
 margin:15px 0;
}
    
/* Store messages */
#store-messages {
    background: var(--head_not_col_bg);
}

#store-messages a {
  color: inherit;
  text-decoration: none;
}

#store-messages .message {
  position: relative;
  text-align: center;
  padding: 12px 0;
}

#store-messages .message > a {
  display: block;
}

#store-messages .message .title,
#store-messages .message .tagline {
  margin: 0 20px;
}

#store-messages .message .title {
  font-size: 100%;
  line-height: 1.3em;
  color: var(--head_not_col_txt1);
}

#store-messages .message .tagline {
  display: block;
  font-size: calc(var(--font_size_base_int) * 0.8);
  line-height: 1.4em;
  color: var(--head_not_col_txt2);
}

#store-messages .message .tagline:nth-child(2) {
  margin-bottom: 4px;
  margin-top: 5px;
}

#store-messages .message .fluff {
  border-left: 1px solid var(--dividers_col);
  width: 1px;
  position: absolute;
  left: 0;
  top: 28%;
  bottom: 29%;
}

#store-messages.messages-2 .message {
  float: left;
  width: 49.5%;
}

#store-messages.messages-3 .message {
  float: left;
  width: 33.33%;
}

#store-messages-mobile {
  display: none;
  padding: 8px 0;
  background: var(--head_not_col_bg);
  color: var(--head_not_col_txt1);
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
}

#store-messages-mobile a, #store-messages-mobile a:hover {
  color: var(--head_not_col_txt1);
}

.store_message_wrapper{
  display: inline-flex;
  position: relative;
  margin: auto;
}

/* Headings above content */
.page-header {
  text-align: center;
  padding: 0 0 20px;
}

.template-page #content .article {
  margin-top: 30px;
}

.page-header .pagetitle {
  margin-bottom: 20px;
}

.page-header .user-content {
  text-align: left;
}

.page-header .filters {
  float: left;
  margin: 10px 0;
}

.page-header .social-area.center {
  float: none;
}

.page-header .social-area .rsslink,
.page-header .social-area .sharing {
  vertical-align: middle;
  display: inline-block;
}

.page-header .social-area .rsslink svg {
  margin-left: 8px;
  width: 15px;
  height: 15px;
  fill: var(--font_col_link);
}

.page-header .filters .tags {
  margin-right: 25px;
  white-space: nowrap;
}

.page-header .filters .sort .styled-select {
  display: inline-block;
  vertical-align: middle;
  margin: -12px 0 -16px 0.5em;
  font-size: var(--font_size_base_int);
  letter-spacing: 0;
}

.page-header .filters .sort select {
  text-transform: none;
}

.logo-area {
  position: relative;
  z-index: 2;
  color: var(--head_txt_col);
  background: var(--head_bg_col);
  border-bottom: 1px solid var(--head_nav_div_col);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: calc(var(--font_size_base_int) * 0.8);
  padding-top: 20px
}

@media (max-width: 767px) {
  .logo-area.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.logo-area__left {
  position: relative;
  flex: 2 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo-area__left .main-search__container {
  padding-left: 0px;
}

.logo-area__left .main-search__input {
  border: 1px solid rgb(189, 184, 184);
  background-color: transparent;
  padding: 5px 0 5px 30px;
  border-radius: 3px;
  line-height: 1em;
}


.logo-area__left .main-search__div {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) scale(0.8) translateX(-50%);
}

.logo-area__left .container {
  margin-left: 0;
}

.main-search__container.mobile-only.home-search-bar {
  width: 100%;
  position: relative;
  margin: auto;
  padding: 0 10px 2px 10px;
  border-bottom: 1px solid #eaeaea;
}

.main-search__container.mobile-only .main-search__input {
  padding: 8px 0 8px 30px;
  width: 100%;
  border: 1px solid rgb(189, 184, 184);
  background-color: white;
  border-radius: 3px;
  line-height: 1em;
  font-size: 14.4px;
}
.main-search__container.mobile-only .main-search__div {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) scale(0.8) translateX(-50%);
}

@media (min-width: 768px) {
  .logo-area__left {
    overflow: hidden;
  }
}

.logo-area__middle {
  flex: 1 1 auto;
  margin: 0 20px;
  text-align: center;
  align-items: center;
}

.logo-area__middle--logo-text {
  flex-grow: 0;
}

.logo-area__right {
  flex: 2 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo-area-mobile{
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-evenly ;
  height: 65px ;
  padding-bottom: 10px;
}

.logo_mobile{
  padding-top: 10px !important;
}

.icon__right_mobile, .icon__left_mobile {
  display: flex;
  width: 33%;
}

.icon__right_mobile {
  justify-content: flex-end;
}

.icon__left__mobile {
  justify-content: flex-start;
}

.icon_text{
  color: #054346;
  line-height: 1.8;
}

.icon__mobile_wrapper{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  min-width: 45px;
  font-size: 10px;
}

.icon__mobile_link{
  display: flex;
  flex-flow: column;
}

.header-account-link-mobile {
  margin-right: 20px;
  vertical-align: middle;
}

.show-search-link {
  white-space: nowrap;
}

.header-link_icon_customized{
  gap: 5px;
  display: flex;
}

.header-link_icon_customized span > img , .header-link_icon_customized >  img {
  height:  var(--size_icon);
}

.logo-area__right .show-search-link {
  margin-right: 15px;
}

.show-search-link__icon {
  margin: 0 4px 0 0;
}

@media (max-width: 767px) {
  .show-search-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    width: 44px;
    height: 44px;
    padding: 0 0 0 2px;
  }
   
  .logo-area__right .show-search-link {
    width: 15px;
  }
}

.show-search-link__icon:last-child {
  margin: 0 0 0 4px;
}

@media (max-width: 767px) {
  .show-search-link__icon:last-child {
    padding: 0 2px 0 0;
  }
}

.show-search-link__text {
  position: relative;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .show-search-link__text {
    display: none;
  }
}

/* Pagination */
.pagination-row {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.pagination__sep {
  margin: 0 4px;
}

.pagination__number {
  margin: 0 4px;
}

.pagination-row.pagination-row-tabular {
  display: table;
  width: 100%;
}

.pagination-row.pagination-row-tabular > .inner {
  display: table-row;
}

.pagination-row.pagination-row-tabular > .inner > * {
  display: table-cell;
  width: 33.33333%;
  vertical-align: bottom;
}

.pagination-row.pagination-row-tabular .prev span, .pagination-row.pagination-row-tabular .next span {
  vertical-align: middle;
}

.pagination-row.pagination-row-tabular .prev {
  text-align: left;
}

.pagination-row.pagination-row-tabular .next {
  text-align: right;
}

/* Main footer */
#pagefooter {
  background: var(--foot_bg_col);
  color: var(--foot_text_col);
}

#pagefooter h1, #pagefooter h2, #pagefooter h3, #pagefooter h4, #pagefooter h5, #pagefooter h6 {
  color: var(--foot_heading_col);
}

#pagefooter a {
  color: inherit;
}

#pagefooter a:hover {
  opacity: 0.75;
}

#pagefooter .cross-page-promos {
  background: var(--cross_page_promo_bg);
  padding-top: 20px;
  padding-bottom: 20px;
}

#pagefooter .cross-page-promos, #pagefooter .cross-page-promos a, #pagefooter .cross-page-promos h6 {
  color: var(--cross_page_promo_color);
}

#pagefooter .cross-page-promos a {
  display: block;
}

#pagefooter .cross-page-promos svg {
  stroke: var(--cross_page_promo_color);
}

.selectors-form__item {
  display: inline-block;
}

/* Social links */
.social-links ul, .social-links li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 15px;
}

.social-links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

.social-links a svg {
  width: 15px;
  height: 15px;
  vertical-align: top;
}

.social-links a img {
  height: 15px;
  width: auto;
  vertical-align: top;
}

.social-links.social-links--large ul, .social-links.social-links--large li {
  line-height: 23px;
}

.social-links.social-links--large a svg {
  width: 23px;
  height: 23px;
}

.social-links.social-links--large a img {
  height: 23px;
}

.sharing {
  display: inline;
}

.sharing .sharing-label {
  vertical-align: middle;
  font-size: calc(var(--font_size_base_int) * 0.8);
}

.sharing ul {
  vertical-align: middle;
}

.sharing ul, .sharing li {
  line-height: 15px;
}

.sharing a svg {
  width: 15px;
  height: 15px;
}

.sharing a svg, .sharing a svg g {
  fill: var(--font_col_link);
}

.sharing a:hover svg, .sharing a:hover svg g {
  fill: var(--font_col_link_hover);
}

ul.plain li {
  list-style: none;
}

ul.inline,
ul.inline li {
  margin: 0;
  display: inline;
}

/* Product listing */
.product-block {
  text-align: left;
}

.product-block .block-inner .vendor {
  margin: 1em 0 0.4em;
  font-size: calc(var(--font_size_base_int) * 0.8);
  line-height: 1.3em;
}

.product-block .block-inner .rimage__image {
  object-fit: contain;
}



.product-block .block-inner {
  position: relative;
  margin: 0 0 30px;
}

@media (max-width: 1300px) {
  .product-block .block-inner {
    margin: 0 0 20px;
  }
}

.product-block .product-link {
  display: block;
  position: relative;
}

.product-block .product-link:not(.button) {
  color: inherit;
}

.product-block .image-cont {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.product-block .image-cont .placeholder-image {
  width: 100%;
  max-width: 100%;
}

.image-cont.with-secondary-image .secondary-image {
  display: none;
}

@media (min-width: 960px) {
  .image-cont.with-secondary-image .secondary-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 0.5px);
    height: calc(100% + 0.5px);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms;
  }
  .image-cont.with-secondary-image .primary-image {
    transition: opacity 250ms;
  }
  .image-cont.with-secondary-image:hover .primary-image {
    opacity: 0;
  }
  .image-cont.with-secondary-image:hover .secondary-image {
    opacity: 1;
  }
  .image-cont.with-secondary-image.same-aspect-ratio .primary-image {
    transition: opacity 0ms 0ms;
  }
  .image-cont.with-secondary-image.same-aspect-ratio:hover .primary-image {
    transition: opacity 50ms 250ms;
  }
}

.product-block .image-label-wrap {
  position: relative;
}

.product-block .productlabel-wrap.boost-pfs-filter-product-item-label {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-block .productlabel-wrap.boost-pfs-filter-product-item-label .productlabel.boost-pfs-filter-label {
  position: absolute;
  
    top: 10px;
    left: 10px;
  
  text-align: center;
}

.custom-content__product-grid__item .product-block .productlabel-wrap.boost-pfs-filter-product-item-label .productlabel.boost-pfs-filter-label {
  
}


.product-block .productlabel-wrap.boost-pfs-filter-product-item-label.style2 .productlabel.boost-pfs-filter-label {
  
    top: 0;
    left: 0;
  
}

.productlabel > span {
  display: inline-block;
  padding: 10px 20px;
  background: var(--coll_col_sale);
  color: var(--coll_col_st_txt);
  font-size: var(--font_size_base_int);
  line-height: 1.2em;
  vertical-align: top;
}

.productlabel.soldout > span {
    background: var(--coll_col_sold);
}

.productlabel.general > span {
    background: var(--coll_col_gen);
}

.product-block .product-info {
  display: block;
  color: inherit;
  margin: 5px 5px 0;
}

.product-block .product-info .dash {
  display: none;
}

.product-price__compare,
.product-block .product-info .reducedfrom {
  margin: 0 0.3333em;
  display: inline;
  opacity: 0.8;
}

.product-price__compare,
.product-block .product-info .reducedfrom .amount {
  text-decoration: line-through;
}

.product-block .product-info .price {
  margin: 0 5px;
}

.product-price__from,
.product-block .product-info .price .from {
  font-size: calc(var(--font_size_base_int) * 0.8);
}

.product-price__amount--on-sale,
.product-block .product-info .price .on-sale {
    color: var(--font_col_sale);
}

.product-block .product-info .unit-price {
  font-size: calc(var(--font_size_base_int) * 0.8);
}

@media only screen and (min-width: 1025px) {
  .collection-listing .product-block.detail-mode-hover .product-info {
    position: absolute;
    margin: 0;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 100ms;
  }
  .collection-listing .product-block.detail-mode-hover .product-info .dash {
    display: block;
  }
  .collection-listing .product-block.detail-mode-hover .product-info:before {
    content: '';
    background: var(--prod_hov_bg);
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .collection-listing .product-block.detail-mode-hover:hover .product-info,
  .collection-listing .product-block.detail-mode-hover.expanded .product-info {
    opacity: 1;
  }
  .collection-listing .product-block.detail-mode-hover .product-info .reducedfrom {
    display: block;
  }
  .collection-listing .product-block.detail-mode-hover .product-info > .inner {
    position: relative;
    z-index: 10;
    padding: 0 20px;
    height: 100%;
  }
  .collection-listing .product-block.detail-mode-hover .product-info > .inner > .innerer {
    height: 100%;
  }
  .collection-listing .product-block.detail-mode-hover .product-info .product-link {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}

.product-block.expanded .block-inner::after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  border-bottom-color: var(--prod_thumb_detail_bg);
  border-width: 15px;
  left: 50%;
  margin: 1px 0 0 -15px;
}

.collection-listing-stream .product-block.expanded .block-inner::after {
  margin-top: -9px;
}

@media (max-width: 1300px) {
  .product-block.expanded .block-inner::after {
    margin-top: -9px;
  }
}

.product-block.detail-mode-permanent .product-info > .inner {
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
}

/* Collection blocks - in style of product block */
.collection-slider .carousel .product-block.collection-block {
  margin-bottom: 0;
}

.collection-slider .carousel .product-block.collection-block .block-inner,
.collection-slider .carousel .product-block.collection-block .product-info {
  margin-bottom: 0;
}

.product-block.collection-block .image-cont {
  padding-bottom: 0;
}

div .best-fit-size-chart {
  width: auto;
}

.collection-slider-row.for-collections {
  margin-bottom: var(--section_padding);
}

.collection-slider-row.for-collections.use-alt-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: var(--section_padding);
}

.use-alt-bg {
  background-color: var(--alt_bg_col);
  color: var(--alt_bg_text_col);
}

.use-alt-bg h1, .use-alt-bg .h1-style, .use-alt-bg h2, .use-alt-bg h3, .use-alt-bg h4, .use-alt-bg h5, .use-alt-bg h6,
.use-alt-bg a:not(.btn), .use-alt-bg a:not(.btn):visited, .use-alt-bg a:not(.btn):hover {
  color: inherit;
}

.use-alt-bg .small-feature-link {
  border-bottom-color: var(--alt_bg_text_col_alpha);
}

.use-alt-bg .small-feature-link:hover {
  border-bottom-color: var(--alt_bg_text_col);
}

.use-alt-bg svg.feather {
  stroke: currentColor;
}

/* Search results */
.product-block.page-block .article-image {
  margin: 0 0 1em;
}

.product-block.page-block .block-inner {
  overflow: hidden;
}

.product-block.page-block .block-inner .text-cont {
  overflow: hidden;
  text-align: left;
}

.product-block .small {
  font-size: 0.75em;
}

.product-block .spr-badge {
  margin-top: 5px;
  font-size: 0.75em;
  line-height: 1.7em;
}

.product-block .spr-badge[data-rating="0.0"] {
  visibility: hidden;
}

.spr-icon {
  margin-right: 0.1em;
}

.spr-icon-star,
.spr-icon-star-half-alt {
  color: #f6c446;
}

.spr-badge-caption {
  white-space: nowrap;
}

/* Product detail */

.product-detail-alt__desc {
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .product-detail {
    display: flex;
    justify-content: center;
  }

  .product-detail .product-column-left,
  .product-detail-alt .product-detail-alt__desc {
    flex: 0 0 auto;
    width: 50%;
  }

  .product-detail .product-column-right {
    flex: 1 1 auto;
    
      margin-left: 10%;
    
    max-width: 477px;
  }
}

@media (min-width: 1040px) {
  .product-detail .gallery-size-small,
  .product-detail-alt .gallery-size-small {
    width: 35%;
  }
  
  .product-detail .gallery-size-medium,
  .product-detail-alt  .gallery-size-medium {
    
      width: 45%;
    
  }
  .product-detail .gallery-size-large,
  .product-detail-alt .gallery-size-large {
    width: 60%;
  }
}

.product-detail .gallery {
  position: relative;
}

.product-detail .gallery .slick-dots {
  box-sizing: border-box;
  padding: 20px 44px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.product-detail .gallery .slick-dots li {
  flex: 0 1 40px;
  display: flex;
  justify-content: center;
}

.product-detail .gallery .slick-dots li button::before {
  left: 4px;
  width: 32px;
  height: 2px;
  content: '';
  background-color: var(--font_col_base);
  opacity: 0.25;
  transition: opacity 150ms;
}

.product-detail .gallery .slick-dots .slick-active button:before {
  color: var(--font_col_base);
  opacity: 0.85;
}

.product-detail .gallery .main-image {
  margin: 0 0 20px 0;
  width: 100%;
  text-align: center;
  position: relative;
}

.slideshow-container {
  position: relative;
}

@media (max-width: 767px) {
  .product-detail .gallery .main-image {
    margin: 0 -20px 20px;
    width: auto;
  }
}

.slideshow--custom-initial:not(.slick-initialized) .slide {
  display: none;
}

.slideshow--custom-initial:not(.slick-initialized) .slide--custom-initial {
  display: block;
}

.slideshow-controls {
  position: static;
}

.signup-form__inline-container {
  display: inline-flex;
}

.signup-form__inline-container input {
  width: 300px;
}

@media (max-width: 767px) {
  .signup-form__inline-container {
    display: block;
  }
  .signup-form__inline-container input {
    margin-bottom: 20px;
    width: 100%;
  }
}

.view-in-space {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: var(--font_col_base);
  border: none;
  background: ;
}

.view-in-space:hover {
  color: var(--font_col_base);
  border: none;
  background: ;
}

.view-in-space[data-shopify-xr-hidden] {
  display: none;
}

.view-in-space .icon {
  height: 1.8em;
  width: 1.8em;
  fill: transparent;
  vertical-align: middle;
}

.view-in-space .icon .icon-3d-badge-full-color-outline,
.view-in-space .icon .icon-video-badge-full-color-outline {
  display: none;
}

.view-in-space .icon .icon-3d-badge-full-color-element,
.view-in-space .icon .icon-video-badge-full-color-element {
  fill: currentColor;
}

.view-in-space .view-in-space__text {
  vertical-align: middle;
}

.thumbnails {
  white-space: nowrap;
  overflow: auto;
}

.thumbnails .thumbnail {
  display: inline-block;
  width: calc(16.6% - 4px);
  max-width: 100%;
  margin: 0 0 5px 5px;
  position: relative;
  vertical-align: top;
}

.thumbnails .thumbnail::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  opacity: 0;
  transition: opacity .2s;
}

.thumbnails .thumbnail.selected::after {
  opacity: 1;
}

.thumbnails.owl-carousel {
  margin-left: -5px;
  padding-right: 8.33333%;
  overflow: hidden;
  width: calc(100% - (100% / 12) + 5px);
  white-space: normal;
  box-sizing: content-box;
}

.thumbnails.owl-carousel:not(.owl-loaded) {
  white-space: nowrap;
}

.thumbnails.owl-carousel:not(.owl-loaded) .thumbnail {
  display: inline-block;
  width: calc(100% / 6.5 - 1px);
}

.thumbnails.owl-carousel.owl-loaded .thumbnail {
  display: block;
  width: 100%;
  margin-top: 2px;
}

.thumbnails.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.thumbnail__badge {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 6px;
  top: 6px;
  pointer-events: none;
}

.thumbnail__badge .icon {
  fill: var(--bg_col);
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}

.thumbnail__badge .icon .icon-3d-badge-full-color-outline,
.thumbnail__badge .icon .icon-video-badge-full-color-outline {
  stroke: ;
}

.thumbnail__badge .icon .icon-3d-badge-full-color-element,
.thumbnail__badge .icon .icon-video-badge-full-color-element {
  fill: var(--font_col_base);
}

@media only screen and (min-width: 750px) {
  .thumbnail__badge .product-single__thumbnail-badge {
    width: 26px;
    height: 26px;
  }
}

@media only screen and (min-width: 1041px) {
  .product-detail .gallery.gallery-layout-beside {
    display: flex;
    align-items: flex-start;
  }
  .product-detail .gallery.gallery-layout-beside.has-thumbnails .main-image {
    order: 1;
    width: calc(100% - 140px);
  }
  .product-detail .gallery.gallery-layout-beside .thumbnails {
    margin-left: 0;
    padding-right: 40px;
    width: 140px;
    white-space: normal;
    overflow: visible;
  }
  .product-detail .gallery.gallery-layout-beside .thumbnails .thumbnail {
    display: block;
    margin: 0 0 10px;
    width: auto;
  }
}

@media only screen and (max-width: 959px) {
  .product-detail .gallery.gallery-layout-beside {
    display: flex;
    flex-direction: column;
  }
  .product-detail .gallery.gallery-layout-beside.has-thumbnails .main-image {
    width: auto;
  }
  .product-detail .gallery.gallery-layout-beside .thumbnails {
    order: 1;
    width: auto;
  }
  .product-detail .gallery.gallery-layout-beside .thumbnails .thumbnail {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .gallery.gallery-layout-beside.has-thumbnails .main-image {
    float: none;
    width: auto;
  }
}

.product-detail .spr-badge {
  margin-top: 0.2em;
  font-size: 0.875em;
}

.product-detail .detail {
  text-align: left;
  position: relative;
}

.product-detail .detail .title-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}



.product-detail .detail .title {
  margin: 0 0 0.5em;
}

.product-detail-label {
  margin-top: 7px;
  font-size: var(--font_size_base_int);
  line-height: 1.4em;
  margin-bottom: 8px;
}

.price-container {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .price-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .price-container .price-area {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.price-area .h4-style {
  font-family: inherit;
}

.price-area .was-price {
  margin-left: 10px;
  text-decoration: line-through;
}

.price-area .on-sale .current-price {
  color: var(--font_col_sale);
}

.product-policies {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

.product-detail .detail .productlabel-container {
  flex: 0 0 auto;
}

.product-detail .detail .productlabel {
  position: static;
  margin: 0 0 0 10px;
}

.product-description {
  margin-top: 50px;
  margin-bottom: 50px;
}

.product-detail .product-form .input-row .original-selector {
  display: none;
}

#original-selector-variants{
  display: none;
}

.no-js .product-detail .product-form .option-selectors {
  display: none;
}

.no-js .product-detail .product-form .original-selector {
  display: inline;
}

.product-form .input-row {
  margin: 25px 0;
  clear: both;
}

.product-detail .input-row label, .product-detail .color-selection label {
  display: block;
  margin-top: 7px;
  font-size: var(--font_size_base_int);
  line-height: 1.4em;
  margin-bottom: 8px;
  font-weight: 700;
}

.product-form .selector-wrapper {
  margin-bottom: 20px;
}

.product-form .input-row input[name=quantity] {
  margin-right: 10px;
  margin-left: 10px;
  flex-shrink: 1;
}

.product-form .quantity-submit-row {
  margin-bottom: 0;
}

.product-form .quantity-submit-row .product-inventory-notice {
  position: absolute;
  display: inline;
  margin-left: 0.4em;
}

.product-form .quantity-submit-row .product-inventory-notice::before {
  content: '—';
  margin-right: 0.4em;
  opacity: 0.5;
}

.product-form .quantity-submit-row .quantity-submit-row__submit {
  margin-top: 40px;
  margin-bottom: 20px;
}

.product-form .quantity-submit-row .quantity-submit-row__submit.small-margin {
  margin-bottom: 10px;
}

.product-form .quantity-submit-row .quantity-submit-row__submit input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
}

.product-form .quantity-wrapper {
  display: flex;
  text-align: center;
}

.product-form .quantity-wrapper input.disabled,
.cart-item__quantity-input.disabled {
  pointer-events: none;
}

.product-form .quantity-wrapper a {
  border: 0px solid var(--font_col_base_1);
  height: 48px;
  width: 48px;
  min-width: 48px;
  color: inherit;
  font-size: inherit;
  box-sizing: border-box;
  line-height: 48px;
  background-color: var(--bg_col);
}

.product-form .quantity-wrapper a:hover {
  border-color: var(--font_col_base);
}

.product-form .quantity-wrapper a svg {
  margin-bottom: 4px;
}

.product-form .quantity-wrapper input[name=quantity] {
  text-align: center;
  width: 48px;
  padding: 0;
  height: 48px;
}

.product-form .quantity-submit-row.has-spb .button {
  min-height: 48px;
  box-sizing: border-box;
  width: 100%;
}

.product-form .quantity-submit-row.has-spb .shopify-payment-button__button {
  min-height: 48px;
  font-size: var(--font_size_base_int);
  line-height: var(--font_size_base_int);
  box-sizing: border-box;
}

.product-form .quantity-submit-row.has-spb .shopify-payment-button__button--unbranded {
  background: var(--btn_col);
  border: 1px solid var(--btn_col);
  color: var(--btn_col_txt );
  padding: 15px 25px;
}

.product-form .quantity-submit-row.has-spb .shopify-payment-button__button--unbranded:hover {
  background: var(--btn_col_alt);
  border-color: var(--btn_col_alt);
}

.shopify-payment-button {
  transition: opacity 150ms;
}

.shopify-payment-button .shopify-payment-button__button {
  border-radius: 0;
}

.shopify-payment-button .shopify-payment-button__more-options {
  box-sizing: border-box;
  color: inherit;
  text-transform: none;
  padding: 0 10%;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0;
}

.shopify-payment-button .shopify-payment-button__more-options:hover {
  background: transparent;
}

.shopify-payment-button .shopify-payment-button__more-options[disabled] {
  background: transparent !important;
}

.product-form .backorder {
  margin-top: 1em;
}

.variant-status--unavailable .quantity-wrapper {
  opacity: 0.7;
  pointer-events: none;
}

.variant-status--unavailable .shopify-payment-button {
  opacity: 0;
}

.product-detail .sharing {
  margin-top: 20px;
}

.sku--no-sku,
.product-inventory-notice--no-inventory {
  display: none !important;
}

/* Slide-out product detail, i.e. home, collection */
.quickbuy-container {
  height: 0;
  overflow: hidden;
  position: relative;
  background: var(--prod_thumb_detail_bg);
  line-height: 1.6em;
  text-align: center;
}

.quickbuy-container .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.quickbuy-container .product-detail {
  color: var(--prod_thumb_detail_col);
}

.quickbuy-container .product-detail .gallery .main-image .slide a {
  display: block;
}

.quickbuy-container .product-detail .title,
.quickbuy-container .product-detail .title a,
.quickbuy-container .product-detail h1.majortitle,
.quickbuy-container .product-detail h2,
.quickbuy-container .product-detail h3,
.quickbuy-container .product-detail h4,
.quickbuy-container .product-detail h5,
.quickbuy-container .product-detail h6 {
  color: var(--prod_thumb_detail_col);
}

.quickbuy-container .product-detail .styled-select label {
  color: inherit;
}

.quickbuy-container .product-detail .vendor a,
.quickbuy-container .product-detail .more,
.quickbuy-container .product-detail .user-content a,
.quickbuy-container .product-detail .size-chart-link {
  color: var(--prod_thumb_detail_col_a);
}

.quickbuy-container .product-detail a.button {
  background-color: var(--prod_thumb_detail_col_a);
  color: #fff;
}

.quickbuy-container .product-detail a.button:hover {
  background-color: var(--prod_thumb_detail_col_a);
}

.quickbuy-container .product-detail .gallery .main-image {
  margin-right: 0;
}

.quickbuy-container .close-detail {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
}

.quickbuy-container .close-detail .feather {
  width: 34px;
  height: 34px;
  stroke-width: 1;
  stroke: #5c5c5c;
}

/* Collection slider specific */
.collection-slider-row {
  overflow: hidden;
}

.collection-slider-row.add_top_margin{
  margin-top: var(--section_padding);
}

.collection-slider-row.use-alt-bg .view-all:not(:hover) {
  opacity: 0.75;
}

.collection-slider .collection-listing {
  overflow: hidden;
  position: relative;
}

.collection-slider .collection-listing .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.collection-slider .collection-listing .product-list {
  margin-left: 0;
  margin-right: 0;
}

.collection-slider .collection-listing .product-block {
  padding-bottom: 0;
}

.collection-slider .collection-listing .product-block .product-info {
  margin-bottom: 30px;
}

.collection-slider .product-block.detail-mode-permanent.expanded .block-inner::after {
  margin-top: 1px;
}

.collection-slider .collection-listing .product-block .product-detail {
  display: none;
}

.collection-slider .product-block {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.collection-slider .product-block .image-cont .image-link {
  height: auto;
}

.collection-slider .product-list.carousel:not(.owl-carousel) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.collection-slider .product-list.carousel:not(.owl-carousel) .product-block {
  flex: 0 0 auto;
}

.collection-slider .product-list.carousel.carousel--fixed-grid-mode {
  margin-bottom: 0;
  margin-left: -30px;
  width: auto;
}

@media (max-width: 1300px) {
  .collection-slider .product-list.carousel.carousel--fixed-grid-mode {
    margin-left: -20px;
  }
}

@media (max-width: 767px) {
  .container--not-mobile .collection-slider .product-list.carousel.carousel--fixed-grid-mode {
    margin-left: 0;
    padding-right: 20px;
  }
}

.collection-slider .product-list.carousel.carousel--fixed-grid-mode .product-block {
  display: block;
  width: auto !important;
}

.container--no-max .collection-slider .collection-listing {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container--no-max .collection-slider .collection-listing {
    margin-left: -40px;
    margin-right: -40px;
  }
  .container--no-max .collection-slider .product-list.carousel {
    width: auto;
  }
}

@media (min-width: 1301px) {
  .container--no-max .collection-slider .collection-listing {
    padding-right: 30px;
  }
}

.collection-slider .product-list.carousel {
  display: block;
  margin-bottom: 0;
}

/* Product grid specific */
.collection-listing {
  text-align: center;
}

.collection-listing .product-block {
  margin-bottom: 20px;
  padding-left: 30px;
}

@media (max-width: 1300px) {
  .collection-listing .product-block {
    padding-left: 20px;
  }
}

.collection-listing .product-list {
  margin-left: -30px;
  margin-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1300px) {
  .collection-listing .product-list {
    margin-left: -20px;
  }
}

.collection-slider-row .collection-listing .product-detail {
  position: relative;
  height: auto;
  margin-top: 0;
}

.collection-listing .product-list--image-shape-natural .image-cont .secondary-image {
  background-position: top center;
}

.collection-listing .quickbuy-container,
.collection-listing-stream .quickbuy-container {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 0;
}

.collection-listing .quickbuy-container .spr-badge,
.collection-listing-stream .quickbuy-container .spr-badge {
  display: none;
}

.collection-listing .product-list--per-row-2 .product-block {
  width: 50%;
}

.collection-listing .product-list--per-row-3 .product-block {
  width: 33.33%;
}

.collection-listing .product-list--per-row-4 .product-block {
  width: 25%;
}

.collection-listing .product-list--per-row-5 .product-block {
  width: 20%;
}

.collection-slider .product-list--per-row-2 .product-block {
  width: calc(92vw / 2);
}

.collection-slider .product-list--per-row-3 .product-block {
  width: calc(92vw / 3);
}

.collection-slider .product-list--per-row-4 .product-block {
  width: calc(92vw / 4);
}

.collection-slider .product-list--per-row-5 .product-block {
  width: calc(92vw / 5);
}

@media (max-width: 767px) {
  .collection-listing .product-list .product-block {
    width: 50%;
  }
}

.product-block-buttons {
  display: none;
}

/* Collection page stream-mode */
@media (min-width: 768px) {
  .collection-listing-stream {
    /* copying .container */
    max-width: var(--page_container_width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (min-width: 1301px) {
  .collection-listing-stream {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .collection-listing-stream .product-block {
    text-align: left;
    width: auto;
  }
  .collection-listing-stream .product-block:not(:first-child) {
    border-top: 1px solid var(--dividers_col);
  }
  .collection-listing-stream .product-block .block-inner {
    margin: 20px 0;
  }
  .collection-listing-stream .product-block .product-info .price {
    margin: 0;
  }
  .collection-listing-stream .block-inner-inner {
    display: flex;
    align-items: center;
  }
  .collection-listing-stream .image-cont {
    flex: 0 0 auto;
    margin: 0 40px 0 0;
    width: 200px;
  }
  .collection-listing-stream .image-cont .rimage-outer-wrapper {
    max-height: 200px;
  }
  .collection-listing-stream .image-cont .rimage__image {
    max-height: 200px;
    object-fit: contain;
  }
  .collection-listing-stream .product-info {
    flex: 1 1 auto;
    margin: 0 40px 0 0;
  }
  .collection-listing-stream .product-block-buttons {
    display: block;
    flex: 0 0 auto;
  }
}

/* View-all under title on homepage */
.view-all {
  text-align: center;
  margin: -25px 0 20px;
}

@media (max-width: 1300px) {
  .view-all {
    margin-top: -15px;
  }
}

.collection-slider .has-paging .prev,
.collection-slider .has-paging .next {
  font-size: 80%;
  line-height: 1em;
  margin: -10px 20px;
  padding: 10px;
  vertical-align: middle;
  display: inline-block !important;
}

.collection-slider .has-paging .prev.slick-hidden,
.collection-slider .has-paging .next.slick-hidden {
  display: none !important;
}

.has-paging__title {
  vertical-align: middle;
}

.owl-btn-disabled {
  visibility: hidden;
}

/* Collection page items */
.view-as {
  white-space: nowrap;
  display: inline-block;
}

#view-as-tiles,
#view-as-stream {
  padding-left: 25px;
  position: relative;
  margin-left: 15px;
}

#view-as-tiles div,
#view-as-stream div {
  background: var(--font_col_link);
  position: absolute;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  margin-top: 2px;
}

#view-as-tiles.active,
#view-as-stream.active {
  color: var(--font_col_link_hover);
}

#view-as-tiles.active div,
#view-as-stream.active div {
  background: var(--font_col_link_hover);
  position: absolute;
}

#view-as-tiles:hover div,
#view-as-stream:hover div {
  background: var(--font_col_link_hover);
}

#view-as-tiles div {
  height: 6px;
  width: 6px;
}

#view-as-tiles .fluff1 {
  left: 0;
  top: 0;
}

#view-as-tiles .fluff2 {
  left: 8px;
  top: 0;
}

#view-as-tiles .fluff3 {
  left: 0;
  top: 8px;
}

#view-as-tiles .fluff4 {
  left: 8px;
  top: 8px;
}

#view-as-stream div {
  left: 0;
  width: 14px;
  height: 6px;
}

#view-as-stream .fluff1 {
  top: 0;
}

#view-as-stream .fluff2 {
  top: 8px;
}

/* Blog / articles */
.article-list .article {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid var(--dividers_col);
}

.article-list .article:first-child {
  border-top: none;
  padding-top: 20px;
}

@media (min-width: 767px) {
  .article-list.article-layout--columns {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -var(--section_padding);
  }
  .article-list.article-layout--centered {
    justify-content: center;
  }
  .article-list.article-layout--columns .article {
    display: flex;
    box-sizing: border-box;
    padding: 0 50px;
    margin: 0 0 var(--section_padding);
    border: none;
    width: 50%;
  }
 
  .article-list.article-layout--columns .article__inner {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  }

  .article-list.article-layout--columns .article__inner .article-image {
    margin-top: auto;
  }

  .article-list.article-layout--columns.article-layout--one-row .article:nth-child(3) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .article-list.article-layout--columns .article {
    width: 33.33%;
  }

  .article-list.article-layout--columns .article:nth-child(3n), .article-list.article-layout--columns .article:last-child {
    border-right: 0;
  }
  .article-list.article-layout--columns.article-layout--one-row .article:nth-child(3) {
    display: flex;
  }
}

.container.container--reading-width,
.article .container,
#comments.container,
.container .shopify-policy__container {
  max-width: var(--reading_container_width);
}

.article .meta {
  margin-top: 1em;
  font-style: italic;
  font-size: 90%;
}

.article .meta .time {
  display: block;
}

.article .meta .tags .label {
  font-style: normal;
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  margin: 1em 0 15px;
}

.user-content a {
  text-decoration: underline;
}

.user-content a:not(.image-link) {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid currentColor;
}

.user-content > p:last-child {
  margin-bottom: 0;
}

.user-content iframe {
  max-width: 100%;
}

/* Meta info */
.meta .iconmeta {
  margin-right: 10px;
  line-height: 1.4em;
  display: inline-block;
  font-size: calc(var(--font_size_base_int) * 0.8);
}

.meta .iconmeta a {
  white-space: nowrap;
}

.meta .tags a:after {
  content: ',';
}

.meta .tags a:last-child:after {
  content: none;
}

/* Cart */
.delivery-time-info {
  display: inline-block;
  width: auto;
  background-color: #eeeeee;
  color: #333333;
  border-radius: 4px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0;
  padding: 10px 25px;
}

.cart-item .theme-money {
  font-weight: 500;
}

.cart-item-list {
  margin: 10px 0 40px;
  width: 100%;
}

.cart-item-list__head,
.cart-item,
.cart-item__not-image {
  display: flex;
}

.cart-item-list-heading,
.cart-item__column {
  flex-shrink: 0;
}

.cart-item-list-heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.cart-item {
  border-bottom: 0.5px solid var(--dividers_col);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  align-items: center;
}

.cart-item:last-child {
  border-bottom: 0;
}

.cart-item__not-image {
  flex-grow: 1;
}

.cart-item-list-heading--product {
  flex: 1 1;
}

.cart-item-list-heading--price,
.cart-item__price {
  text-align: right;
  padding-right: 30px;
  width: 230px;
}

.cart-item-list-heading--quantity,
.cart-item__quantity {
  text-align: center;
  padding-right: 30px;
  width: calc(2em + 99px);
}

.cart-item-list-heading--total,
.cart-item__total {
  text-align: right;
  width: 150px;
}

.cart-item__image {
  width: 130px;
}

.cart-item__image a {
  display: block;
}

.cart-item__description {
  flex: 1 1;
  padding-right: 30px;
}

.cart-item__description .variant {
  color: var(--cart_variant_col);
  font-style: italic;
}

.cart-item__not-image .custom {
  display: none;
}

.buttoned-input {
  white-space: nowrap;
  border: 1px solid var(--font_col_base_1);
  background: var(--bg_col);
  color: var(--font_col_base);
  border-radius: 4px;
}

.buttoned-input a {
  display: inline-block;
  padding: 0 5px 0 10px;
}

.buttoned-input a:last-child {
  padding: 0 10px 0 5px;
}

.buttoned-input svg {
  width: var(--font_size_base_int);
  height: var(--font_size_base_int);
  margin-left: -5px;
  margin-right: -5px;
}

.buttoned-input input {
  background: transparent;
  border: none;
  width: 2em;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  box-sizing: content-box;
}

.buttoned-input .unusable {
  visibility: hidden;
  pointer-events: none;
}

.cart-item .remove {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 6px;
  border-radius: 50%;
}

.cart-item .remove:hover {
  background-color: var(--cart_bin_button_hover_bg);
}

.cart-item .remove svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
}

.cart-item .remove svg > path,
  .cart-item .remove svg > line {
    stroke: var(--cart_bin_button_col);
}

.cart-item .unit-price {
  font-size: calc(var(--font_size_base_int) * 0.8);
}

#cartform .checkout-note {
  margin-bottom: 1em;
}

#cartform .checkout-note textarea {
  width: 100%;
  height: 70px;
  margin-top: 10px;
}

.checkout-subtotal-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.checkout-subtotal-container__left, 
.checkout-subtotal-container__right {
  flex: 1 1 300px;
  position: relative;
}

.checkout-subtotal-container__right {
  text-align: right;
}

.checkout-subtotal-container__right.flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#shopify-section-cart-template {
  padding: 0 40px;
}

@media (max-width: 768px) {
  #shopify-section-cart-template .page-header {
    padding: 0;
  }
  #shopify-section-cart-template .majortitle {
    font-size: 20px;
    text-align: left;
  }
  .checkout-subtotal-container__right{
    width: 100%;
    text-align: left;
  }  
  .struck-out-price {
    display: inline-block;
    margin-right: 5px;
  }
  .cart-item__final-price {
    display: inline-block;
  }
  .cart-item__total .theme-money {
    font-weight: 700;
  }
  .cart-discount__label{
    display: inline-block;
  }
  .cart-discount__amount{
    display: inline-block;
  }
  #cartform .subtotal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

#cartform .subtotal {
  margin: 14px 0 30px 0;
}

#cartform .checkout-col {
  margin: 20px 0 0;
}

#cartform .checkout-col .button {
  min-width: 200px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #cartform .checkout-col .button {
    width: 100%;
  }
}

.additional-checkout-buttons {
  margin-top: 30px;
}

[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}

.update-cart-container {
  display: none;
  margin-bottom: 5px;
}

.no-js .update-cart-container,
[data-ajax-update="false"] .update-cart-container {
  display: inline;
}

#cartform .termsagreement {
  margin-bottom: 5px;
}

#cartform .termsagreement label {
  vertical-align: middle;
  font-size: 1.1rem;
}

#cartform .termsagreement #terms{
  width: 1.1rem;
  height: 1.1rem;
  margin-right: .5rem;
}

.continue-shopping {
  display: block;
  margin-top: 20px;
}

#shipping-calculator {
  margin-top: 20px;
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#cartform #shipping-calculator .inputrow {
  flex: 1 1 auto;
  width: calc(50% - 30px);
  padding: 0 30px 20px 0;
}

#cartform #shipping-calculator .inputrow label {
  display: block;
  float: none;
  font-size: var(--font_size_base_int);
  line-height: 1.4em;
  margin-bottom: 8px;
}

#cartform #shipping-calculator .inputrow input[type=text] {
  box-sizing: border-box;
  width: 100%;
}

#cartform #shipping-calculator #wrapper-response {
  margin: 20px 0;
  width: 100%;
  flex: 0 0 auto;
}

.struck-out-price {
  text-decoration: line-through;
  opacity: 0.6;
}

.cart-discount-list {
  margin: 14px 0 0;
  color: var(--cart_discount_content_col);
  font-size: 14px;
}

.cart-discount-list .cart-discount {
  display: flex;
  justify-content: space-between;
}

.cart-discount {
  list-style: none;
}

.cart-discount:not(:last-child) {
  margin-bottom: 0.5em;
}

.cart-discount__icon svg {
  width: 18px;
  height: 18px;
}

.cart-discount__amount::before {
  content: '-';
}

.cart-discount--inline .cart-discount__label {
  margin-right: 1em;
}

/** Forms **/
.input-row select,
.inputrow select {
  padding: 0.8m 15px;
  border: 1px solid var(--dividers_col);
}

#template .template_header {
  margin: 10px 0 0;
}

.small-form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 460px;
}
.small-form--normal {
  width: 100%;
  max-width: 540px;
}

.small-form .title {
  text-align: center;
}

@media (max-width: 767px) {
  .small-form {
    box-sizing: border-box;
  }
}

#template input[type=email],
#template input[type=text],
#template input[type=number],
#template input[type=password],
#template textarea,
#template .styled-select,
.small-form input[type=email],
.small-form input[type=text],
.small-form input[type=number],
.small-form input[type=password],
.small-form textarea,
.small-form .styled-select {
  width: 100%;
}

.text-over-input {
  position: relative;
}

.text-over-input__text {
  margin-top: 1em;
}

@media (min-width: 400px) {
  .text-over-input__text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    line-height: 1em;
    margin-top: 0;
    font-size: calc(var(--font_size_base_int) * 0.8);
  }
}

#template label,
.edit_address label {
  display: block;
  font-size: var(--font_size_base_int);
  line-height: 1.4em;
  margin-bottom: 8px;
}

form.custom-form .input-row label {
  color: var(--btn_col);
}
form.custom-form .input-row input:not([type="checkbox"]) {
  width: 100%;
}

.input-row {
  margin-bottom: 20px;
}

#template .action_bottom {
  margin-top: 27px;
}

#template .note {
  display: block;
  margin: 10px 0;
}

.errors {
  margin: 20px 0;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.error-message {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

#template .errors ul {
  margin: 0;
}

#template .errors li {
  list-style: none;
}

#template.lefty-form {
  text-align: left;
}

.righty-form input[type="text"],
.righty-form input[type="email"],
.righty-form textarea {
  width: 100%;
}

#address_tables {
  margin-top: 40px;
}

.address_table {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
}

@media (min-width: 800px) {
  #address_tables {
    display: flex;
    flex-wrap: wrap;
  }
  .address_table {
    width: calc(50% - 20px);
    margin-right: 20px;
    box-sizing: border-box;
  }
  .address_table:nth-child(2n) {
    margin-left: 20px;
    margin-right: 0;
  }
}

.edit_address .small-form {
  margin-left: 0;
}

#admin_header {
  margin: 0 0 40px;
}

#admin_header .title {
  text-align: center;
}

#admin_header .action_return {
  margin-bottom: 20px;
}

.opposing-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.opposing-items.centered {
  justify-content: center;
}


#customer_detail .address p,
.address_table .view_address p,
#order_address .address p {
  margin-bottom: 0;
}

#customer_orders {
  float: right;
  width: 60%;
}

#order_details {
  clear: both;
  width: 100%;
}

@media (max-width: 767px) {
  #order_details .price,
  #order_details .sku,
  #order_details .unit-price {
    visibility: hidden;
    padding: 0;
    font-size: 0;
  }
  #order_details .price .cart-discount__label {
    display: none;
  }
}

.order-table-container {
  overflow: auto;
}

.order-table .price,
.order-table .total,
.order-table tfoot td:last-child {
  text-align: right;
}

.order-table tfoot tr:first-child td {
  border-top-width: 3px;
  border-top-style: double;
}

.order-table .unit-price {
  font-size: calc(var(--font_size_base_int) * 0.8);
}

#comments .comment {
  padding-top: 20px;
  border-top: 1px solid var(--dividers_col);
}

#comments .comment.first {
  border-top: 0;
}

#comments .comment .gravatar {
  float: left;
  width: 60px;
  border-radius: 100%;
  overflow: hidden;
}

#comments .comment .gravatar img {
  vertical-align: top;
}

#comments .comment .detail {
  margin-left: 80px;
}

ul.taglist {
  margin: 0;
}

ul.taglist li {
  display: inline;
  white-space: nowrap;
}

table.noborders,
table.noborders tr,
table.noborders th,
table.noborders td {
  border: 0;
}

.simple-popup {
  position: absolute;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid var(--dividers_col);
  color: var(--head_txt_col);
  background: var(--head_bg_col);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 0 #888;
  -moz-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
  text-align: center;
}

/* quick hacks for Facebook button */
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.fb_iframe_widget iframe {
  max-width: none;
}

.slide {
  position: relative;
}

.slide img {
  width: 100%;
}

.height--full .rimage-outer-wrapper,
.height--full .placeholder-image {
  height: 100vh;
}

.image-overlay {
  position: relative;
  color: var(--image_overlay_text);
}

.image-overlay--bg-full::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--image_overlay_bg);
  z-index: 1;
  pointer-events: none;
  transition: opacity 350ms;
}


.image-overlay--bg-box .overlay-text .overlay-text__text {
  background: var(--bg_col);
  color: var(--font_col_base);
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  min-width: 50%;
}

.image-overlay--bg-box .overlay-text .overlay-text__text {
  background: var(--bg_col);
  color: var(--font_col_base);
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  min-width: 50%;
}

.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__title {
  color: var(--font_col_heads);
}

.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__rte a {
  border-bottom-color: ;
}

.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__rte a:hover {
  border-bottom-color: var(--font_col_base);
}

.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__button-row--link {
  margin-bottom: -5px;
}

.image-overlay--bg-box .overlay-text .overlay-text__text .small-feature-link {
  color: var(--font_col_link);
  border-bottom-color: var(--font_col_link);
}

.image-overlay--bg-box .overlay-text .overlay-text__text .small-feature-link:hover {
  color: var(--font_col_link_hover);
  border-bottom-color: var(--font_col_link_hover);
}

.image-overlay--bg-box .overlay-text .overlay-text__text .video-container__play svg {
  stroke: currentColor;
}

.image-overlay--bg-box .overlay-text .overlay-text__text .video-container__play polygon {
  fill: currentColor;
}

.image-overlay--bg-box.image-overlay--edge-boxes .overlay-text__inner {
  padding: 0;
}


.image-overlay--bg-half_background  .overlay-text__inner, .product-card  .overlay-text__inner{
  display: flex !important;
  width: 50% !important ;
  height: 100% !important;
  align-items: center !important;
}

.overlay-text__heading{
  font-size: 50px;
  line-height: 110%;
  font-weight: 600;
  color: #010101;
}

.half_background.image-overlay--bg- .overlay-text__subheading{
  color: #fff;
  margin-top: 10px;
  font-size: 24x;
  letter-spacing: 4%;
  font-weight: 400;
}

.overlay-text__icon{
  margin-bottom: 15px ;
}

.overlay-layout-product .overlay-text__subheading{
  text-transform: uppercase;
  font-weight: 400;
  font-size:20px;
  color: #434343;
}

.overlay-layout-product .overlay-text__button, .overlay-layout-testimonial .overlay-text__button, .overlay-layout-usp  .overlay-text__button{
  margin-top: 47px;
}

.overlay-layout-usp ul  {
  margin: 0;
}

.overlay-layout-usp ul li {
  list-style-type: none;
  margin-bottom: 30px;
}

.overlay-layout-usp .usp_img_icon_container  {
  align-items: center;
  display: flex;
  gap: 21px;
  font-size: 24px;
  font-weight: 700;
}

.image-overlay__over {
  z-index: 1;
}

.image-overlay__image-link {
  display: block;
  height: 100%;
}

.image-overlay__image-link, .image-overlay__image-link:visited, .image-overlay__image-link:hover {
  color: inherit;
}

/* Overlays over slider and ad on homepage */
.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 2;
}

.overlay-text .overlay-text__rte a, .overlay-text .overlay-text__rte a:hover, .overlay-text .overlay-text__rte a:visited {
  color: inherit;
  border-bottom-color: var(--image_overlay_text_alpha);
}

.overlay-text .overlay-text__rte a:hover {
  border-bottom-color: var(--image_overlay_text);
}

.overlay-text .small-feature-link {
  border-bottom-color: var(--image_overlay_text_alpha);
}

.overlay-text .small-feature-link:hover {
  color: inherit;
  border-bottom-color: var(--image_overlay_text);
}

.overlay--h-left {
  text-align: left;
}

.overlay--h-right {
  text-align: right;
}

.overlay--v-top {
  align-items: flex-start;
}

.overlay--v-bottom {
  align-items: flex-end;
}

.height--full-minus-header-height .slick-list,
.height--full-minus-header-height .slick-track,
.height--full-minus-header-height .slide,
.height--full-minus-header-height .rimage-outer-wrapper,
.height--full-minus-header-height .placeholder-image {
  height: 100% !important;
}

.slideshow--navigation-arrows .overlay-text {
  left: 40px;
  right: 40px;
  width: auto;
}

@media (max-width: 767px) {
  .slideshow--navigation-arrows .overlay-text {
    left: 10px;
    right: 10px;
  }
  .overlay-text--for-banner.overlay--h-left, .overlay-text--for-banner.overlay--h-right {
    text-align: center;
  }
  .overlay-text--for-banner.overlay--v-top, .overlay-text--for-banner.overlay--v-bottom {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .image-overlay--bg-box .overlay-text--for-banner .overlay-text__text {
    padding: 30px 45px;
  }
}

@media (min-width: 1100px) {
  .image-overlay--bg-box .overlay-text--for-banner .overlay-text__text {
    padding: 40px 60px;
  }
}

.overlay-text__inner {
  display: block;
  width: 100%;
  padding: 40px 40px 40px 60px;
}

#shopify-section-1651755246c8fbe385 .overlay-text__inner {
  padding:20px;
}

@media (min-width: 768px) {
  .overlay-text--for-banner .overlay-text__inner {
    padding: 50px;
  }
}

@media (min-width: 1100px) {
  .overlay-text--for-banner .overlay-text__inner {
    padding: 70px;
  }
}

.overlay-text__title {
  line-height: 1.1em;
  color: inherit;
}

.overlay-text__title + .overlay-text__button-row--link {
  margin-top: -0.1em;
}

.overlay-text__title:last-child {
  margin-bottom: 0;
}

.image-overlay--bg-no_background:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,
.image-overlay--bg-no_background:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn,
.image-overlay--bg-full:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,
.image-overlay--bg-full:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn {
  border: none !important;
}

@media (min-width: 768px) {
  .overlay-text-parent--mobile-stack.image-overlay--bg-no_background .overlay-text__button.button,
  .overlay-text-parent--mobile-stack.image-overlay--bg-no_background .overlay-text__button.btn, .overlay-text-parent--mobile-stack.image-overlay--bg-full .overlay-text__button.button,
  .overlay-text-parent--mobile-stack.image-overlay--bg-full .overlay-text__button.btn {
    border: none !important;
  }
}

.overlay-text__button-row--primary,
.overlay-text__button-row--secondary {
  margin-top: 1em;
}

.slick-dotted.slick-slider-overlay-dots .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.slick-dotted.slick-slider-overlay-dots .slick-dots li button::before {
  color: var(--image_overlay_text);
  opacity: 0.5;
}

.slick-dotted.slick-slider-overlay-dots .slick-dots li.slick-active button::before {
  color: var(--image_overlay_text);
  opacity: 1;
}

.slick-dotted.slick-slider-overlay-dots .overlay-text__inner {
  padding-bottom: 50px;
}

@media (min-width: 1100px) {
  .slick-dotted.slick-slider-overlay-dots .overlay-text--for-banner .overlay-text__inner {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .slick-dotted.slick-slider-overlay-dots-desktop .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .slick-dotted.slick-slider-overlay-dots-desktop .slick-dots li button::before {
    color: var(--image_overlay_text);
    opacity: 0.5;
  }
  .slick-dotted.slick-slider-overlay-dots-desktop .slick-dots li.slick-active button::before {
    color: var(--image_overlay_text);
    opacity: 1;
  }
  .slick-dotted.slick-slider-overlay-dots-desktop .overlay-text__inner {
    padding-bottom: 50px;
  }
}

.image-block {
  overflow: hidden;
  position: relative;
}

.image-block .img-cont {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.image-block .heading-font {
  margin: 0;
  color: inherit;
}

.image-block .second-line {
  font-size: var(--font_size_base_int);
  line-height: 1.6em;
}

.image-block a {
  display: block;
}

.image-block img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.image-block.no-stretch img {
  width: auto;
}

/* Onboarding placeholder */
.placeholder-image {
  position: relative;
  padding-top: 100%;
  height: 0px;
  overflow: hidden;
  background: #f4f4f4;
}

.placeholder-image.dark {
  background: #c6c7c8;
}

.placeholder-image.dark svg, .placeholder-image.dark svg g {
  fill: #a3a6a9;
}

.placeholder-image.landscape {
  padding-top: 55%;
}

.placeholder-image.placeholder--banner {
  padding-top: 600px;
}

@media (max-width: 767px) {
  .placeholder-image.placeholder--banner {
    padding-top: 55%;
  }
}

.placeholder-image.fixed-height-item {
  padding-top: 0;
}

.placeholder-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.placeholder-image svg, .placeholder-image svg g {
  fill: #c8cbcd;
}

.align-center,
.align-centre {
  text-align: center;
}

.align-right {
  text-align: right;
}

a .state {
  display: inline-block;
  width: 1em;
  text-align: center;
}

.video-container__video,
.product-media--frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container__video {
  z-index: 1;
}

.video-container__video iframe,
.video-container__video object,
.video-container__video embed,
.video-container__video video,
.video-container__video model-viewer,
.video-container__video .shopify-model-viewer-ui,
.video-container__video .media-item,
.video-container__video .plyr,
.product-media--frame iframe,
.product-media--frame object,
.product-media--frame embed,
.product-media--frame video,
.product-media--frame model-viewer,
.product-media--frame .shopify-model-viewer-ui,
.product-media--frame .media-item,
.product-media--frame .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container__video .plyr__video-wrapper,
.product-media--frame .plyr__video-wrapper {
  height: 100%;
}

.video-container {
  position: relative;
}

.video-container--background {
  background: #000;
  overflow: hidden;
}

.video-container--background .video-container__video {
  position: relative;
  height: 100%;
  max-width: none;
  padding: 0 !important;
}

.video-container--background div.video-container__video-element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.video-container--background video {
  object-fit: cover;
  object-position: 50% 50%;
}

.video-container__stop {
  display: none;
}

@media (max-width: 767px) {
  .video-container--modal-mobile {
    padding-bottom: 0 !important;
    height: auto;
  }
  .video-container--modal-mobile::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    pointer-events: none;
    background: #000;
    opacity: 0;
    transition: opacity 350ms;
  }
  .video-container--modal-mobile .video-container__video {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    background: #000;
    transition: opacity 350ms;
  }
  .video-container--modal-mobile .video-container__stop {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 10002;
    padding: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 350ms;
  }
  .video-container--modal-mobile .video-container__stop svg {
    stroke: currentColor;
  }
  .video-container--modal-mobile .overlay-text {
    position: relative;
    height: auto;
    padding-top: var(--section_padding);
    padding-bottom: var(--section_padding);
  }
  .video-container--modal-mobile.video-container--playing::before,
  .video-container--modal-mobile.video-container--playing .video-container__video,
  .video-container--modal-mobile.video-container--playing .video-container__stop {
    opacity: 1;
    pointer-events: auto;
  }
}

.video-container__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-container__cover .rimage-outer-wrapper,
.video-container__cover .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-size: cover;
  background-position: center center;
}

.video-container--playing .video-container__cover {
  opacity: 0 !important;
  pointer-events: none;
}

.video-container--playing .video-container__cover + .overlay-text {
  opacity: 0 !important;
  pointer-events: none;
}

.video-container--playing.image-overlay--bg-full::after {
  opacity: 0;
}

.video-container__play {
  display: inline-block;
  transition: transform 150ms;
}

.video-container__play svg {
  width: 80px;
  height: 80px;
  fill: transparent;
  stroke: var(--image_overlay_text);
  transition: stroke 150ms;
}

.video-container__play svg polygon {
  fill: var(--image_overlay_text);
  transition: fill 150ms;
}

.video-container__play:hover {
  transform: scale(1.1);
}

.video-container__play:hover svg {
  fill: transparent;
}

.video-container__fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 250ms;
}

.video--play-started .video-container__fallback {
  opacity: 0 !important;
}

.product-media--video[data-video-type="external"]::before, .product-media--video[data-video-type="external"]::after {
  content: '';
  position: absolute;
  top: 50px;
  bottom: 70px;
  width: calc(50% - 50px);
  z-index: 1;
}

.product-media--video[data-video-type="external"]::before {
  left: 0;
}

.product-media--video[data-video-type="external"]::after {
  right: 0;
}

.plyr.plyr--full-ui.plyr--video {
  color: var(--font_col_base);
  background-color: transparent;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}

.plyr.plyr--full-ui.plyr--video .plyr__poster,
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--bg_col);
  border-color: ;
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: ;
}

.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: var(--bg_col);
  border-color: ;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--bg_col);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--bg_col);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--bg_col);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0),  var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-track {
  background-color: ;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-fill-upper {
  background-color: ;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px ;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px ;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px ;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px ;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-ms-thumb {
  box-shadow: 0 0 0 3px ;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px ;
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--font_col_base);
  color: var(--bg_col);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(--font_col_base);
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg,  25%, transparent 25%, transparent 50%,  50%,  75%, transparent 75%, transparent);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'] {
  color: var(--bg_col);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--font_col_base);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--font_col_base);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--font_col_base);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(255, 255, 255, 0.6) var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-track, .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.6);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.slick-slider .plyr.plyr__tab-focus,
.slick-slider model-viewer.focus-visible {
  outline: none;
}

.slick-slider .plyr.plyr__tab-focus::after,
.slick-slider model-viewer.focus-visible::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 1px 1px var(--font_col_base) inset;
}

/* hack for some model-viewer 'quirks' */
model-viewer {
  text-align: left;
}

model-viewer .container {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.shopify-model-viewer-ui button[hidden] {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--bg_col);
  border-color: ;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--font_col_base);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: ;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: ;
  background: ;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: ;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--bg_col);
  border-color: ;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: ;
}

/* Content and content layouts */
.spaced-row {
  margin-bottom: var(--section_padding);
}

.spaced-row-above {
  margin-top: var(--section_padding);
}

.fully-spaced-row,
.fully-spaced-row--small {
  margin-top: var(--section_padding);
  margin-bottom: var(--section_padding);
}

.strongly-spaced-row,
.fully-spaced-row--medium {
  margin-top: 40px!important;
  /* margin-bottom: var(--larger_section_padding); */
}

@media (max-width: 767px) {
  .strongly-spaced-row,
  .fully-spaced-row--medium {
    margin-top: var(--larger_section_padding_1);
    margin-bottom: var(--larger_section_padding_1);
  }
}

.fully-spaced-row--large {
  margin-top: var(--largest_section_padding);
  margin-bottom: var(--largest_section_padding);
}

.lightly-spaced-row-above {
  margin-top: 1.75em;
}

.lightly-spaced-row {
  margin-bottom: 1em;
}

.fully-padded-row--extra-small {
  padding-top: var(--smaller_section_padding);
  padding-bottom: var(--smaller_section_padding);
}

.padded-row,
.fully-padded-row--small {
  padding-top: var(--section_padding);
  padding-bottom: var(--section_padding);
}

.fully-padded-row--medium {
  padding-top: var(--larger_section_padding);
  padding-bottom: var(--larger_section_padding);
}

@media (max-width: 767px) {
  .fully-padded-row--medium {
    padding-top: var(--larger_section_padding);
    padding-bottom: var(--larger_section_padding);
  }
}

.fully-padded-row--large,
.strongly-padded-row {
  padding-top: var(--largest_section_padding);
  padding-bottom: var(--largest_section_padding);
}

@media (max-width: 767px) {
  .fully-padded-row--not-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .fully-spaced-row--not-mobile {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.content img,
.content iframe,
.content embed,
.content object {
  max-width: 100%;
  height: auto;
}

.layout-column-half-left {
  float: left;
  width: 45%;
}

.layout-column-half-right {
  float: right;
  width: 45%;
}

.layout-content-with-image-left.valign-top .image-cont, .layout-content-with-image-left.valign-top .content,
.layout-content-with-image-right.valign-top .image-cont,
.layout-content-with-image-right.valign-top .content {
  vertical-align: top;
}

.layout-content-with-image-left.valign-middle .image-cont, .layout-content-with-image-left.valign-middle .content,
.layout-content-with-image-right.valign-middle .image-cont,
.layout-content-with-image-right.valign-middle .content {
  vertical-align: middle;
}

.layout-content-with-image-left.valign-bottom .image-cont, .layout-content-with-image-left.valign-bottom .content,
.layout-content-with-image-right.valign-bottom .image-cont,
.layout-content-with-image-right.valign-bottom .content {
  vertical-align: bottom;
}

.layout-content-with-image-left .image-cont,
.layout-content-with-image-right .image-cont {
  display: inline-block;
  width: 33.333%;
  text-align: center;
}

.layout-content-with-image-left .content,
.layout-content-with-image-right .content {
  display: inline-block;
  width: 60%;
  margin-right: 6.666%;
}

.layout-content-with-image-left .content {
  margin-left: 5%;
  margin-right: 0;
}

.layout-content-with-image--large-image .image-cont {
  width: 60%;
}

.layout-content-with-image--large-image .content {
  width: 33.333%;
}

.text-column__image {
  margin-left: auto;
  margin-right: auto;
}

.text-column__button-row {
  margin-top: 1em;
}

.text-column__button-row--link {
  margin-top: 0.5em;
}

.text-column__title + .text-column__button-row--link {
  margin-top: -0.1em;
}

.styled-select.has-clickyboxes {
  display: block;
}

.clickyboxes {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -10px;
}

.clickyboxes li {
  display: block;
  margin: 0 10px 10px 0;
}

.clickyboxes li a {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  min-width: 4.5em;
  height: 48px;
  line-height: 46px;
  border: 1px solid var(--font_col_base_1);
  background: var(--bg_col);
  color: var(--font_col_base);
  position: relative;
  text-align: center;
  border-radius: 4px;
}

.clickyboxes li a:hover {
  color: var(--font_col_base);
  border-color: var(--font_col_base);
}

.clickyboxes li a.unavailable {
  color: ;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='var(--font_col_base_2)' stroke-width='0.4' preserveAspectRatio='none' %3E%3Cline x1='24' y1='0' x2='0' y2='24'%3E%3C/line%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.clickyboxes li a.unavailable.active, .clickyboxes li a.unavailable.active:hover {
  border-color: ;
}

.clickyboxes li a.active, .clickyboxes li a.active:hover {
  border-color: var(--font_col_base);
}

.styled-select {
  display: block;
}

.styled-select > select {
  margin: 0;
  height: 3.3em;
  padding: 0 4.5em 0 1em;
  font-size: inherit;
  border: 1px solid var(--font_col_base_1);
  background-color: var(--bg_col);
  color: var(--font_col_base);
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}

.styled-select .select2-container {
  color: var(--font_col_base);
  text-transform: none;
  text-align: left;
}

.styled-select .select2-container .select2-selection {
  border: 1px solid var(--font_col_base_1);
  background: var(--bg_col);
  height: 3em;
  display: flex;
  align-items: center;
}

.styled-select .select2-container .select2-selection:focus {
  outline: none;
}

.styled-select .select2-container .select2-selection__arrow {
  top: 0;
  height: 100%;
}

.styled-select .select2-container .select2-selection__arrow b {
  position: absolute;
  margin: -8px 8px 0 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  width: 18px;
  height: 18px;
  left: auto;
  right: 0;
  top: 50%;
  pointer-events: none;
  border: none;
}

.styled-select .select2-container .select2-selection__rendered {
  color: var(--font_col_base);
  line-height: 1.4em;
}

.styled-select--inline {
  display: inline-block;
}

.styled-select--inline > select {
  width: auto;
}

.styled-select--label-small label {
  display: block;
  font-size: calc(var(--font_size_base_int) * 0.8);
}

.styled-select--label-inside {
  position: relative;
}

.styled-select--label-inside label {
  position: absolute;
  left: 13px;
  top: 8px;
  transition: all 100ms;
  cursor: text;
  pointer-events: none;
  opacity: 0.7;
}

.styled-select--label-inside .select2-container .select2-selection__rendered {
  padding-top: 20px;
  padding-left: 13px;
}

.lightly-styled-select {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
    height: 42px;
  overflow: hidden;
  position: relative;
  background: var(--bg_col);
  border: 1px solid var(--font_col_base_1);
}

.lightly-styled-select::after {
  pointer-events: none;
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 28px;
  height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg fill='' height='18' width='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 1px center;
  background-color: var(--bg_col);
}

.lightly-styled-select select {
  background: transparent !important;
  color: var(--font_col_base);
  border: none !important;
  font-size: var(--font_size_base_int) !important;
  height: 100% !important;
      line-height: 40px!important;
  padding: 0 30px 0 15px !important;
  /* If you add too much padding here, the options won't show in IE */
  width: 268px !important;
  width: calc(100% + 28px) !important;
  max-width: none !important;
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 767px) {
  .lightly-styled-select select {
    font-size: 16px!important;
  }
}

.swatches .clickyboxes {
  display: flex;
  flex-wrap: wrap;
}

select[data-listed][data-colour-swatch="true"] + .clickyboxes li {
  position: relative;
  min-width: calc((100% / 3) - 10px);
}

select[data-listed][data-colour-swatch="true"] + .clickyboxes a {
  padding-left: 48px;
  min-width: 100%;
  white-space: nowrap;
  text-align: left;
}

select[data-listed][data-colour-swatch="true"] + .clickyboxes a::before {
  box-sizing: border-box;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 24px;
  width: 24px;
  left: 11px;
  top: 11px;
  background-color: #ddd;
  background-position: center;
  background-size: cover;
}



@media only screen and (max-width: 1280px) {
  select[data-listed][data-colour-swatch="true"] + .clickyboxes li {
    min-width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  select[data-listed][data-colour-swatch="true"] + .clickyboxes li {
    min-width: calc((100% / 3) - 10px);
  }
}

@media only screen and (max-width: 530px) {
  select[data-listed][data-colour-swatch="true"] + .clickyboxes li {
    min-width: calc(50% - 10px);
  }
}

.swatch-option {
  padding-left: 1.8em;
  position: relative;
  line-height: 1.3em;
}

.swatch-option__nugget {
  box-sizing: border-box;
  position: absolute;
  display: block;
  width: 1.2em;
  height: 1.2em;
  left: 0;
  top: calc(50% - 0.6em);
  border-radius: 100%;
  background-position: center;
  background-size: cover;
}

.variant-option-title::before {
  content: '- ';
}

.responsive-table {
  width: 100%;
}

.responsive-table .responsive-table__cell-label,
.responsive-table .responsive-table__cell-head__icon,
.responsive-table .responsive-table__more {
  display: none;
}

.responsive-table tr {
  border-bottom: 1px solid var(--dividers_col);
}
.responsive-table .tr-spacer{
  height: 15px;
  padding: 5px;
}
.responsive-table tfoot tr {
  border-bottom: 0;
}
.responsive-table tfoot tr.total_amount td:not(:first-child) {
  border-bottom: 1px solid var(--font_col_base);
  font-weight: 700;
}

@media (max-width: 767px) {

  .responsive-table tfoot {
    display: block;
  }
  .responsive-table tfoot tr:not(.table_footer) {
    display: flex;
    justify-content: space-between;
  }
  .customer_order_table tfoot td:first-child {
    display: none;
  }
  .responsive-table td.responsive-table__first-mobile-cell {
    padding-top: 20px;
  }
  .responsive-table tr.expanded td:last-child {
    padding-bottom: 20px;
  }
  .responsive-table tfoot tr.total_amount {
    border-bottom: 1px solid var(--font_col_base);
  }
  .responsive-table tfoot tr.total_amount td:not(:first-child) {
    border-bottom: 0;
  }

  .responsive-table .responsive-table__cell-head a {
    color: inherit;
  }
  .responsive-table .responsive-table__cell-head__icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .responsive-table .responsive-table__cell-label {
    display: inline;
    font-weight: bold;
  }
  .responsive-table .responsive-table__cell-label:after {
    content: ':';
  }
  .responsive-table .responsive-table__more {
    display: block;
    margin-top: 1em;
  }
  .responsive-table .desktop-only {
    display: none !important;
  }
  .responsive-table .expanded .responsive-table__cell-head__icon {
    transform: rotate(90deg) translate(-50%, 0);
  }
  .responsive-table .expanded td {
    display: block;
    padding-bottom: 10px;
  }
}


  .account-page-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }


.account-page-header.boost-pfs-filter-collection-header-wrapper{
  padding: 0;
}

.flexible-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}


  .b2b-dashboard {
    margin-top: 180px;
  }


.flexible-layout.valign-middle > .column {
  align-self: center;
}

.flexible-layout.valign-bottom > .column {
  align-self: flex-end;
}

.flexible-layout .column {
  margin-bottom: 30px;
  flex: 0 0 auto;
}

[data-section-type="custom-row"] > .flexible-layout .column  {
  margin-bottom: 0px !important;
}

.flexible-layout .column.column--stretch {
  flex: 1 1 0px;
}

.flexible-layout .column--one-fifth {
  width: 20%;
  flex: 0.2;
}

.flexible-layout .column--quarter {
    width: 25%;
}

.flexible-layout .column--third {
  width: 33.3333%;
}

.flexible-layout .column--four-tenths {
  width: 40%;
}

.flexible-layout .column--half {
  width: 50%;
  }
  
.flexible-layout .column--six-tenths {
  width: 60%;
}
  
.flexible-layout .column--two-thirds {
  width: 66.6666%;
}

.flexible-layout .column--three-quarters {
  width: 75%;
}

.flexible-layout .column--seventeen-twenties {
  width: 85%;
}

.flexible-layout .column--nine-tenths {
  width: 90%;
}

.flexible-layout .column--full {
  width: 100%;
}
  
@media screen and (min-width: 769px) {
  .section-custom-row .flexible-layout .column--one-fifth {
    min-width: calc(20% - var(--custom-row-gap))
  }

  .section-custom-row .flexible-layout .column--quarter {
      max-width: 25%;
      min-width: calc(25% - var(--custom-row-gap));
  }

  .section-custom-row .flexible-layout .column--third {
    max-width: 33.3333%;
    min-width: calc(33.3333% - var(--custom-row-gap))
  }

  .section-custom-row .flexible-layout .column--four-tenths {
    max-width: 40%;
    min-width: calc(40% - var(--custom-row-gap))
  }

  .section-custom-row .flexible-layout .column--half {
    max-width: 50%;
    min-width: calc(50% - var(--custom-row-gap));
    }
    
  .section-custom-row .flexible-layout .column--six-tenths {
    max-width: 60%;
    min-width: calc(60% - var(--custom-row-gap));
  }
    
  .section-custom-row .flexible-layout .column--two-thirds {
    max-width: 66.6666%;
    min-width: calc(66.6666% - var(--custom-row-gap));
  }

  .section-custom-row .flexible-layout .column--three-quarters {
    max-width: 75%;
    min-width: calc(75% - var(--custom-row-gap));
  }

  .section-custom-row .flexible-layout .column--seventeen-twenties {
    max-width: 85%;
    min-width: calc(85% - var(--custom-row-gap));
  }

  .section-custom-row .flexible-layout .column--nine-tenths {
    max-width: 90%;
    min-width: calc(90% - var(--custom-row-gap));
  }
} 
  
  



.flexible-layout .column .card + .card {
  margin-top: 30px;
}

.flexible-layout--align-center {
  justify-content: center;
}

.flexible-layout--variable-columns {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}

.flexible-layout--variable-columns .column {
  flex: 1 0 auto;
}

@media (max-width: 768px) { 
  .carousel-container-on {
    display:flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }

  .carousel-container-on .carousel-item-on {
    scroll-snap-align: start;
    display: inline-block;
    margin-right: 35px;
  }
}

@media (min-width: 769px) { 
  .carousel-container-on {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
  }

  .carousel-container-on .carousel-item-on {
    flex: 1 0 auto;
  }
}

.flexible-layout--variable-columns.flexible-layout--columns-4 .column {
  width: 50%;
}

.flexible-layout .column--four-fifths {
  width: 80%;
}

@media (max-width: 1300px) {
  .flexible-layout {
    margin-left: -20px;
  }
  .flexible-layout .column.custom-content__product-grid {
    padding-left: 0;
  }
  .flexible-layout--variable-columns .column {
    width: 33%;
    max-width: 50%;
  }
  .flexible-layout--variable-columns.flexible-layout--columns-4 .column {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .flexible-layout {
    margin-left: auto;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .flexible-layout .column {
    padding-left: 0;
    width: 100% !important;
    max-width: none;
  }
  .flexible-layout .column:last-child {
    margin-bottom: 0;
  }
  .flexible-layout.layout-all-quarters {
    flex-direction: row;
    margin-left: -20px;
    margin-bottom: -20px;
  }
  .flexible-layout.layout-all-quarters .column {
    margin-bottom: 20px;
    padding-left: 20px;
    width: 50% !important;
  }
  .flexible-layout.layout-all-quarters .column:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .flexible-layout.layout-all-quarters {
    flex-direction: column;
    margin-left: auto;
    margin-bottom: 0;
  }
  .flexible-layout.layout-all-quarters .column {
    margin-bottom: 40px;
    padding-left: 0;
    width: 100% !important;
  }
  .flexible-layout.layout-all-quarters .column:last-child {
    margin-bottom: 0;
  }
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  .column--order-push-desktop {
    order: 1;
  }
}

.size-chart-link {
  display: block;
  font-size: var(--font_size_base_int);
  line-height: 1.2em;
  text-decoration: underline;
  color: #5a5257!important;
  font-style: italic;
  margin-top: 12px!important;
}

.size-chart {
  padding: 40px;
  max-width: 84vw;
  width: 700px;
}

@media (max-width: 767px) {
  .size-chart {
    padding: 20px;
  }
  .size-chart table {
    display: flex;
    overflow: auto;
    width: 100%;
  }
}

form#edit_account .d-flex {
  display: flex;
  align-items: center;
}

form#edit_account input#accepts_marketing {
  width: 18px;
  height: 18px;
}

form#edit_account .d-flex > label {
  padding-left: 8px;
}

form#edit_account .d-flex > label a {
  color: inherit;
  text-decoration: underline;
}

form#edit_account .d-flex > label a:hover {
  color: var(--font_col_base);
}

.size-chart__inner {
  width: 100%;
  overflow: auto;
}

.article-image {
  margin-top: 0;
  margin-bottom: 1em;
  position:relative;
}

.article-image-headline {
  position: absolute;
  top: 50%; 
  left: 50%; 
  width:100%;
  transform: translate(-50%, -50%);
}

.article-image-headline h1 {
  font-size: 50px;
  color:#fff;
  padding:40px;

}



.icon-with-caption .icon-with-caption__text {
  margin: 0.5em 0 0;
  white-space: pre-line;
}

.icon-with-caption__image-icon {
  margin: 0 auto;
  width: 34px;
}

/* Just-added-to-cart summary */
.cart-summary-overlay {
  position: fixed;
  z-index: 8001;
  height: fit-content;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px;
  background: var(--not_shade_bg);
  border-bottom: 1px solid var(--dividers_col);
  font-size: calc(var(--font_size_base_int) * 0.8);
  line-height: 1.4;
}

.cart-summary-overlay__row-head,
.cart-summary-overlay__row-body {
  display: flex;
}

.cart-summary-overlay__row-head {
  margin-bottom: 15px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid var(--dividers_col);
}

.cart-summary-overlay__column-image {
  width: 85px;
}

.cart-summary-overlay__column-item {
  margin-left: 15px;
  width: 280px;
}

.cart-summary-overlay__column-price-region {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  width: 280px;
  max-width: 100%;
}

.cart-summary-overlay__column-price-region .cart-discount-list {
  margin-bottom: 4em;
  flex: 1 1 100%;
  text-align: right;
}

.cart-summary-overlay__column-price {
  margin-left: 15px;
  width: 95px;
  text-align: right;
}

.cart-summary-overlay__column-quantity {
  margin-left: 15px;
  width: 50px;
  text-align: right;
}

.cart-summary-overlay__column-total {
  margin-left: 15px;
  width: 90px;
  text-align: right;
}

.cart-summary-overlay__column-subtotal {
  flex-grow: 1;
  text-align: right;
  width:100%;
}

.cart-summary-overlay__column-subtotal .cart-summary-overlay__column-title {
  margin-right: 0;
  padding-right: 0;
}

.cart-summary-overlay__column-subtotal .cart-summary-overlay__subtotal-mobile-title {
  display: none;
}

.cart-summary-overlay__note {
  font-style: italic;
}

.cart-summary-overlay__actions {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.cart-summary-overlay__divider {
  padding: 10px 0 0 0;
  margin: 25px 0 0 0;
  text-align: center;
  font-size: 17px;
  border-top: 1px solid var(--dividers_col);
}

.cart-summary-overlay__divider p {
  margin: 0;
}

.cart-summary-overlay__actions .button:last-child {
  margin-left: 10px;
}

.cart-summary-overlay__title {
  margin: -0.25em 0 10px;
  font-size: var(--font_size_base_int);
}

.cart-summary-overlay__variant {
  margin-bottom: 0.2em;
}

.cart-summary-overlay__variant-option:not(:empty) {
  margin-right: 0.5em;
}

.cart-summary-overlay__mobile-price-row {
  display: none;
}

.cart-summary-overlay__note {
  margin-top: 10px;
}

.cart-summary-overlay__title,
.cart-summary-overlay__variant-option,
.cart-summary-overlay__line-price,
.cart-summary-overlay__mobile-line-price,
.cart-summary-overlay__subtotal-amount {
  color: var(--font_col_heads);
}

@media (max-width: 900px) {
  .cart-summary-overlay__column-item {
    width: 200px;
  }
}

.cart-summary-overlay {
  padding: 30px 20px;
}
.cart-summary-overlay__row-head,
.cart-summary-overlay__row-body {
  flex-wrap: wrap;
}
.cart-summary-overlay__row-head .cart-summary-overlay__column-subtotal {
  display: none;
}
.cart-summary-overlay__column-item {
  width: calc(100% - 100px);
}
.cart-summary-overlay__mobile-price-row {
  display: flex;
}
.cart-summary-overlay__mobile-unit-price {
  width: 33%;
  flex-grow: 1;
}
.cart-summary-overlay__mobile-quantity {
  margin-left: 20px;
  text-align: center;
}
.cart-summary-overlay__mobile-quantity .cart-summary-overlay__quantity {
  margin-left: 0.5em;
}
.cart-summary-overlay__mobile-line-price {
  display: none;
}
.cart-summary-overlay__column-price,
.cart-summary-overlay__column-quantity,
.cart-summary-overlay__column-total {
  display: none;
}
.cart-summary-overlay__column-subtotal {
  margin: 15px 0;
  padding: 15px 0 0;
  width: 100%;
  border-top: 1px solid var(--dividers_col);
}
.cart-summary-overlay__column-subtotal .cart-summary-overlay__column-title {
  display: none;
}
.cart-summary-overlay__column-subtotal .cart-summary-overlay__subtotal-mobile-title {
  display: inline;
}
.cart-summary-overlay__note {
  margin-top: 10px;
}
.cart-summary-overlay__actions {
  position: static;
  width: 100%;
}
.cart-summary-overlay__actions .button {
  box-sizing: border-box;
  width: calc(50% - 5px);
}
.cart-summary-overlay__actions .button:last-child {
  margin: 0 0 0 10px;
}

@media (max-width: 400px) {
  .cart-summary-overlay__actions .button {
    margin: 0;
    width: 100%;
  }
  .cart-summary-overlay__actions .button:last-child {
    margin: 10px 0 0;
  }
}

/* Map section */
.map-section {
  position: relative;
}

.map-section--map-constrained .map-section__wrapper {
  position: relative;
}

.map-section__wrapper {
  display: flex;
}

.map-section__wrapper .errors {
  padding: 80px 40px;
}

.map-section__text {
  box-sizing: border-box;
  padding: 80px 40px 80px 0;
  width: 50%;
}

.map-section__feature {
  width: 33.333%;
  display: flex;
}

.map-section__feature-image {
  flex-grow: 1;
  background-size: cover;
  background-position: center;
}

.map-section__feature-image.placeholder-image {
  height: auto;
  padding-top: 0;
}

.map-section__map {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
}

.map-section__map-image {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.map-section--display-map .map-section__map-image {
  display: none !important;
}

.map-section__placeholder {
  height: 100%;
  padding: 0;
}

.map-section--display-map .map-section__placeholder {
  display: none !important;
}

.map-section__map-container {
  height: 100%;
}

.map-section--has-feature-image .map-section__text {
  width: 25%;
}

.map-section--has-feature-image .map-section__map {
  width: calc(50% - 89.5px);
}

@media (max-width: 1160px) {
  .map-section--has-feature-image .map-section__map {
    width: calc((100% - 80px) * 0.41666 + 40.5px);
  }
}

@media (max-width: 959px) {
  .map-section .container {
    padding: 0;
  }
  .map-section__wrapper {
    flex-wrap: wrap;
  }
  .map-section__text {
    width: 50%;
    padding: 80px 40px;
  }
  .map-section__map {
    width: 50%;
  }
  .map-section--has-feature-image .map-section__text,
  .map-section--has-feature-image .map-section__feature {
    width: 50%;
  }
  .map-section--has-feature-image .map-section__text {
    padding-right: 40px;
  }
  .map-section--has-feature-image .map-section__map {
    position: static;
    width: 100%;
    height: 55vh;
  }
}

@media (max-width: 767px) {
  .map-section__wrapper {
    display: block;
  }
  .map-section__text,
  .map-section--has-feature-image .map-section__text {
    width: auto;
    padding: 40px 20px;
  }
  .map-section__feature,
  .map-section__map {
    position: static;
    width: auto;
    height: 55vh;
  }
  .map-section--has-feature-image .map-section__text,
  .map-section--has-feature-image .map-section__feature,
  .map-section--has-feature-image .map-section__map {
    width: auto;
  }
  .map-section__feature,
  .map-section__placeholder,
  .map-section__map-container {
    height: 55vh;
  }
}

/* Responsive images */
.rimage-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rimage-wrapper {
  position: relative;
  transition: background 150ms;
}

.rimage-wrapper.lazyload--placeholder {
  background: #f4f4f4;
}

.rimage-wrapper .rimage__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rimage-wrapper .rimage__image.blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.rimage-wrapper .rimage__image.blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.rimage-wrapper .rimage__image.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}

.rimage-wrapper .rimage__image.fade-in.lazyloaded {
  opacity: 1;
}

.rimage-wrapper .rimage__image.cover {
  object-fit: cover;
}

.rimage-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.rimage-background[data-parent-fit="contain"] {
  background-size: contain;
}

.rimage-background.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}

.rimage-background.fade-in.lazyloaded {
  opacity: 1;
}

.theme-product-reviews > a {
  display: inline-block;
}

.theme-product-reviews-full #shopify-product-reviews {
  margin: 4.5em 0 2em;
}

.theme-product-reviews-full .spr-container {
  padding: 0;
  border-color: var(--font_col_base_2);
}

.theme-product-reviews-full .spr-header {
  padding: 20px;
}

.theme-product-reviews-full .spr-form {
  margin: 0;
  padding: 20px;
  border-top: 1px solid var(--font_col_base_2);
}

.theme-product-reviews-full .spr-reviews {
  margin: 0;
  padding: 0 0 20px;
  border-top: 1px solid var(--font_col_base_2);
}

.theme-product-reviews-full .spr-review {
  box-sizing: border-box;
  margin: 0;
  padding: 20px 20px 0;
  border: 0;
}

.theme-product-reviews-full .spr-review .spr-icon {
  font-size: 100%;
}

.theme-product-reviews-full .spr-review:first-child {
  margin-top: 0;
}

.theme-product-reviews-full .spr-review-header-title {
  font-size: 18px;
}

.theme-product-reviews-full .spr-review-header-byline {
  display: block;
  margin: 0.1em 0 0.6em;
  font-size: 15px;
  line-height: 1.4em;
  font-style: normal;
  opacity: 0.6;
}

.theme-product-reviews-full .spr-review-header-byline strong {
  font-weight: normal;
}

.theme-product-reviews-full .spr-review-content-body {
  font-size: 15px;
  line-height: 1.4em;
}

.theme-product-reviews-full .spr-review-reportreview {
  font-size: 80%;
}

@media (min-width: 800px) {
  .theme-product-reviews-full .spr-reviews {
    display: flex;
    flex-wrap: wrap;
  }
  .theme-product-reviews-full .spr-reviews .spr-review {
    width: 50%;
  }
}

.theme-product-reviews-full .spr-pagination {
  width: 100%;
  margin-top: 20px;
  padding: 20px 0 0;
  border-top-color: var(--font_col_base_2);
}

.theme-product-reviews-full .spr-pagination .spr-pagination-page {
  margin: 0 5px;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-page.is-active {
  font-weight: normal;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-prev {
  left: 20px;
}

.theme-product-reviews-full .spr-pagination .spr-pagination-next {
  right: 20px;
}

.theme-money {
  white-space: nowrap;
}

.loading-spinner {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid transparent;
  border-left-color: currentColor;
  animation: loadingSpinner 1s linear infinite;
}

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.image-overlap {
  display: flex;
  margin: 0 auto;
}

.image-overlap .image-overlap__image {
  flex: 1 0 50%;
}

.image-overlap .image-overlap__product-image-left:not(:last-child) {
  position: relative;
  margin-top: 45px;
  z-index: 1;
}

.image-overlap .image-overlap__product-image-right {
  margin-right: -45px;
  transform: translate3d(-45px, 0, 0);
}

.image-overlap .placeholder-image {
  box-shadow: 0 0 0 5px var(--bg_col);
}

@media (min-width: 768px) {
  .feature-text-paired {
    margin-left: 15%;
    margin-right: 15%;
  }
}

.block-link {
  display: block;
}

/* mobile visibility utilities */
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
  
}

.mobile-only-ib {
  display: none;
}

/* sticky buttons */
.sticky-container{
  position:fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #ffffff;
  padding: 15px 20px;
  transition: 0.5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1);
}

.u-hidden {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}


  @media only screen and (max-width: 767px) {
    .navigation--main .main-menu {
      display: none !important;
    }
  }


/* Roughly tablet size */
@media only screen and (max-width: 959px) {
  .layout .col-third {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }
  #customer_orders {
    float: none;
    display: block;
    width: auto;
    margin: 20px 0;
  }
  .cart-item-list-heading--price,
  .cart-item__price {
    width: 140px;
  }
  .cart-item-list-heading--total,
  .cart-item__total {
    width: 100px;
  }
  #template button,
  #template input,
  #template textarea {
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* Phone sizes typically start here */
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .mobile-only-ib {
    display: inline-block;
  }
  .desktop-only {
    display: none !important;
  }
  /* iOS zoom workaround */
  input,
  select,
  textarea {
    font-size: 16px;
    line-height: 1em;
  }
  .styled-select select {
    font-size: 16px !important;
    line-height: 1em !important;
  }
  .align-left-mobile {
    text-align: left;
  }
  /* General layout */
  .container, .container-product-page {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container--not-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .strongly-padded-row {
    padding-top: var(--section_padding);
    padding-bottom: var(--section_padding);
  }
  .strongly-spaced-row {
    margin-top: var(--section_padding);
    margin-bottom: var(--section_padding);
  }
  .layout-column-half-left,
  .layout-column-half-right {
    float: none;
    width: auto;
  }
  .layout-column-half-left {
    margin-bottom: var(--section_padding);
  }
  .layout-content-with-image-left .content,
  .layout-content-with-image-left .image-cont,
  .layout-content-with-image-right .content,
  .layout-content-with-image-right .image-cont {
    display: block;
    width: auto;
    margin: 20px 0;
  }
  .layout-content-with-image-mobile-above {
    display: flex;
    flex-direction: column;
  }
  .layout-content-with-image-mobile-above .content {
    order: 2;
  }
  .layout-content-with-image-mobile-above .image-cont {
    order: 1;
  }
  .layout-content-with-image-mobile-below {
    display: flex;
    flex-direction: column;
  }
  .layout-content-with-image-mobile-below .content {
    order: 1;
  }
  .layout-content-with-image-mobile-below .image-cont {
    order: 2;
  }
  #template.lefty-form {
    text-align: center;
  }
  #store-messages {
    display: none;
  }
  #store-messages-mobile {
    display: block;
  }
  .page-header .filters {
    float: none;
    display: flex;
    flex-wrap: wrap;
  }
  .page-header .filters .tags {
    margin: 0 13px;
    float: none;
    flex: 1;
    order: 2;
  }
  .page-header .filters .tags.sort {
    margin: 10px 0 26px;
    display: block;
    flex: 100%;
    order: 1;
  }
  .page-header .filters .tags.sort select {
    width: 180px;
  }
  .page-header .social-area {
    margin-top: 20px;
    float: none;
  }
  .collection-slider .has-paging {
    display: flex;
  }
  .collection-slider .has-paging .prev,
  .collection-slider .has-paging .next {
    margin: -10px 0;
  }
  .collection-slider .has-paging .next {
    left: auto;
    right: 10px;
  }
  .collection-slider .has-paging .has-paging__title {
    flex-grow: 1;
  }
  /* Undo stream view */
  .collection-listing-stream {
    text-align: center;
    line-height: 0;
  }
  .collection-listing-stream .product-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .collection-listing-stream .product-block {
    display: inline-block;
    vertical-align: top;
    line-height: 1.6em;
    width: 50%;
  }
  .collection-listing-stream .block-inner {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .collection-listing-stream .product-detail {
    display: none;
  }
  .collection-slider .carousel .product-block {
    width: 200px;
  }
  .product-block.page-block .block-inner {
    width: auto;
  }
  .blog-row .layout .article.col-third:not(:last-child) {
    margin-bottom: 60px;
  }
  .cart-item-list {
    font-size: var(--font_size_cart_item_list_mobile);
  }
  .cart-item-list__head {
    display: none;
  }
  .cart-item {
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
  }
  .cart-item__column {
    text-align: left;
    width: auto;
    padding: 0;
  }
  .cart-item__image {
    width: 105px;
  }
  .cart-item__not-image {
    display: block;
  }
  .cart-item__price {
    display: none;
  }
  .cart-item__quantity {
    text-align: center;
  }
  .cart-item__total {
    grid-row: 2;
    grid-column: 2;
    text-align: right;
  }
  #cartform #shipping-calculator {
    margin-right: 0;
    display: block;
  }
  #cartform #shipping-calculator .inputrow {
    width: auto;
    padding-right: 0;
  }
  #cartform #shipping-calculator .inputrow .button {
    box-sizing: border-box;
    width: 100%;
  }
  #cartform .checkout-col {
    width: auto;
  }
  .page-header .social-area {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    border-top: 1px dotted var(--dividers_col_1);
    border-bottom: 1px dotted var(--dividers_col_1);
  }
  .page-header .social-area .rsslink svg {
    margin-left: 20px;
  }
  .sharing {
    display: block;
  }
  .sharing a {
    margin-left: 20px;
  }
  .sharing svg {
    width: 20px;
    height: 20px;
  }
  .sharing li:last-child a {
    margin-right: 0;
  }
  .template-collection #content .page-header,
  .template-blog #content .page-header {
    display: flex;
    flex-direction: column;
  }
  .template-collection #content .page-header .majortitle,
  .template-blog #content .page-header .majortitle {
    order: 1;
  }
  .template-collection #content .page-header .user-content,
  .template-blog #content .page-header .user-content {
    order: 1;
  }
  .template-collection #content .page-header .filters,
  .template-blog #content .page-header .filters {
    order: 3;
  }
  .template-collection #content .page-header .social-area,
  .template-blog #content .page-header .social-area {
    order: 2;
  }
  .template-product #content {
    margin-top: 0;
    padding-bottom: 0;
  }
  .product-detail {
    display: flex;
    flex-direction: column;
  }
  .product-detail .detail .title {
    min-width: 0;
  }
  .product-detail .product-form .input-row select {
    font-size: 16px !important;
  }
  .product-meta {
    border-top: 1px solid var(--dividers_col_1);
  }
  .product-meta .product-meta-row {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted var(--dividers_col_1);
  }
  .product-meta .product-meta-row:last-child {
    border-bottom: none;
  }
  .product-meta .further-nav > .container {
    display: flex;
    flex-wrap: nowrap;
    font-size: calc(var(--font_size_base_int) * 0.8);
  }
  .product-meta .further-nav > .container > * {
    flex-grow: 1;
    float: left;
    width: 33.3%;
    box-sizing: content-box;
  }
  .product-meta .further-nav > .container .prev {
    padding-right: 1em;
  }
  .product-meta .further-nav > .container .see-more {
    text-align: center;
  }
  .product-meta .further-nav > .container .next {
    text-align: right;
    padding-left: 1em;
  }
  .template-article .article .meta {
    border-top: 1px solid var(--dividers_col_1);
  }
  .template-article .article .meta .iconmeta {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted var(--dividers_col_1);
  }
  .template-article .article .pagination-row {
    margin-top: 0;
    padding: 10px 0;
    border-bottom: 1px solid var(--dividers_col_1);
  }
  .reveal-mobile-nav .page-shade,
  .reveal-mobile-nav .header-shade {
    height: 100%;
    opacity: 1;
    pointer-events: auto;
  }
  .pageheader .logo {
    padding: 10px 0;
    pointer-events: none;
  }
  .pageheader .logo a {
    pointer-events: auto;
  }
  .pageheader .logo .logotext {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    font-size: 15px;
    line-height: 1em;
  }
  .section-header {
    z-index: 8000;
  }
  #main-nav {
    position: fixed;
    box-sizing: border-box;
    text-align: left;
    background: var(--panel_nav_bg);
    border-right: 1px solid var(--head_nav_div_col);
    left: -1px;
    width: 82%;
    top: 0;
    height: 100%;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    z-index: 8000;
    transition: transform 700ms cubic-bezier(0.75, 0.03, 0.52, 1);
    font-size: 17px;
    letter-spacing: 0;
  }
  #main-nav .navigation {
    font-size: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    height: 100%;
  }
  #main-nav .navigation a.mobile-expanded {
    color: var(--font_col_nav);
  }
  #main-nav .navigation a:hover {
    color: var(--font_col_nav_hov);
  }
  #main-nav .navigation ul li {
    padding: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  #main-nav .navigation .mobile-expanded {
    background: var(--panel_nav_bg);
    border-top: 1px solid var(--head_nav_div_col);
    border-bottom: 1px solid var(--head_nav_div_col);
  }
  #main-nav .navigation .mobile-expanded > a {
    display: block;
  }
  #main-nav .navigation .mobile-expanded > ul {
    display: block;
  }
  .reveal-mobile-nav #main-nav {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .navigation .mobile-social {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid var(--head_nav_div_col);
  }
  .navigation .mobile-social ul li {
    display: inline-block;
    border: none;
    vertical-align: middle;
  }
  .navigation .mobile-social a {
    display: inline-block;
    padding-left: 0;
    line-height: 15px;
  }
  #comments .comment .gravatar {
    width: 40px;
  }
  #comments .comment .detail {
    margin-left: 55px;
  }
  #pagefooter .copyright .copy {
    white-space: normal;
  }
  .overlay-text-parent--mobile-stack {
    color: inherit;
  }
  .overlay-text-parent--mobile-stack .overlay-text {
    position: static;
    padding: 30px 20px 20px;
    width: auto;
    text-align: center;
  }
  .slick-dotted .overlay-text-parent--mobile-stack .overlay-text {
    padding-bottom: 5px;
  }
  .overlay-text-parent--mobile-stack .overlay-text .overlay-text__inner,
  .overlay-text-parent--mobile-stack .overlay-text .overlay-text__text {
    padding: 0;
  }
  .overlay-text-parent--mobile-stack .overlay-text .overlay-text__title {
    color: var(--font_col_heads);
  }
  .overlay-text-parent--mobile-stack .overlay-text .overlay-text__text a, .overlay-text-parent--mobile-stack .overlay-text .overlay-text__text a:visited {
    border-bottom-color: var(--font_col_base);
  }
  .overlay-text-parent--mobile-stack .overlay-text .button {
    margin-bottom: 10px;
  }
  .overlay-text-parent--mobile-stack.image-overlay--bg-full::after {
    content: none;
  }
  .pagination-row.pagination-row-tabular {
    display: block;
  }
  .pagination-row.pagination-row-tabular > .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .pagination-row.pagination-row-tabular > .inner > * {
    display: block;
    width: 50%;
    order: 1;
  }
  .pagination-row.pagination-row-tabular > .inner > .back {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 360px) {
  #cartform .item .image {
    margin-left: 0;
    width: 50px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: none;
    /* Prevent iOS font scaling */
  }
}

/* thinner icons on high-dpi screens */
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  #pagefooter .cross-page-promos svg.feather {
    stroke-width: 1;
  }
}

/* Animations */
@-webkit-keyframes reveal {
  0% {
    margin-left: -999px;
    opacity: 0;
  }
  1% {
    margin-left: 0;
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(-15px);
  }
  80% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes reveal {
  0% {
    margin-left: -999px;
    opacity: 0;
  }
  1% {
    margin-left: 0;
    opacity: 0;
    transform: scale(0.98) translateY(-15px);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: translateY(0);
  }
}

/*****************************/
/***** PRODUCT LABELS *****/
/*****************************/
.product-label-container {
  position: absolute;
  
  
    bottom: 0px;
  
  
  
    right: 0px;
  
  z-index: 5;
  padding: 10px;
  line-height: 9px;
}

.filter-label-container{
  position: absolute;
  top: 3px;
  right: 30px;
  z-index: 5;
  max-width: 20%;
}

.product-label {
  width: 100%;
  height: 100%;
  max-width: var(--size_icon_desktop);
}

.filter-label {
  width: 100%;
  height: 100%;
  max-width: 52px;
}.card {
  background-color: #fbfbfb;
  padding: 20px;
}
.card--medium {
  padding: 20px;
}
.card--fullHeight {
  height: 100%;
}
.card--content p:last-child {
  margin-bottom: 0;
}
.Icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}
.Icon.Icon--logout {
  fill: none;
}
.title-underline.welcome_message {
  text-transform: capitalize;
}
.title-header:not(:last-child) {
  margin-bottom: 40px;
}
.title-underline {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.title-underline--dark {
  border-bottom: 1px solid var(--font_col_base);
}
.title-underline--flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.color--primary {
  color: var(--btn_col);
}
.title-underline.color--primary,
.title-underline--flexed.color--primary {
  color: var(--btn_col);
  border-bottom: 1px solid var(--btn_col);
}
.title-underline--flexed.color--primary svg {
  width: 21px;
  height: 21px;
  transform: rotate(5.96deg);
}
.title-underline--flexed.color--primary a {
  color: var(--btn_col);
}
.title-underline--flexed a {
  text-decoration: 1px underline;
  text-underline-offset: 1px;
}
.title-underline--flexed a:hover {
  opacity: 0.8;
}
.title-underline--flexed.color--primary svg > path {
  stroke: var(--btn_col);
}
.segment--small + .segment--small {
  margin-top: 15px;
}
a.account_navigation-link {
  color: var(--font_col_account_navigation_link);
}
a.account_navigation-link:hover {
  color: var(--font_col_link_hover);
}
a.account_navigation-link:hover .title-underline,
a.account_navigation-link:hover .title-underline--flexed {
  border-bottom: 1px solid var(--font_col_link_hover);
}
a.account_navigation-link.selected {
  color: var(--font_col_base);
}
a.account_navigation-link.selected .title-underline,
a.account_navigation-link.selected .title-underline--flexed {
  border-bottom: 1px solid var(--font_col_base);
}
a.account_navigation-link > span > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .b2b-dashboard .column + .column {
    margin-left: 40px;
  }
  .card--medium {
    padding: 45px;
  }
}

@media screen and (min-width: 1240px) {
  .b2b-dashboard .column + .column {
    margin-left: 80px;
  }
  .title-underline.welcome_message {
    font-size: 18px;
  }
  .title-header:not(:last-child) {
    margin-bottom: 50px;
  }
  .segment--small + .segment--small {
    margin-top: 25px;
  }
}.customer_orders_table:not(.wellvita-club-table) th {
  border-bottom: 0;
  border-top: 0;
  font-weight: 400;
  color: #DDDDDD;
  text-align: center;
  padding-bottom: 20px;
}
.customer_orders_table td {
  border-top: 0;
  text-align: center;
}
.customer_orders_table tbody tr td:first-child {
  font-weight: 700;
}
.customer_orders_table tbody td > a {
  text-decoration: 1px underline;
  text-underline-offset: 1px;
}.customer_order_table th {
  border-bottom: 0;
  border-top: 0;
  font-weight: 400;
  color: var(--btn_col);
  text-align: center;
  padding-bottom: 20px;
}
.customer_order_table th.price {
  text-align: left;
  padding-left: 0;
}
.customer_order_table th:first-child {
  text-align: left;
  padding-left: 0;
}
.customer_order_table td {
  border-top: 0;
  border-bottom: 0;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}
.customer_order_table td.price {
  text-align: left;
}
.customer_order_table tbody td:first-child {
  text-align: left;
  display: flex;
  align-items: center;
}
.customer_order_table tbody td:first-child > a:first-child {
  margin-right: 10px;
}
.customer_order_table tfoot td:nth-child(2) {
  text-align: left;
}
.customer_order_table tfoot tr.shipping_label td:nth-child(2) {
  padding-bottom: 0;
}

/*****************************/
/***** PASSWORD TEMPLATE *****/
/*****************************/
html.template-password {
  min-height: 100%;
}

html.template-password body {
  min-height: 100%;
  font-size: 15px;
  line-height: 1.3em;
  text-align: center;
  background: var(--bg_col);
  
  
    background-repeat: repeat;
  
  
}

html.template-password .password-container {
  display: table;
  height: 100%;
  width: 100%;
}

html.template-password .password-store-name,
html.template-password .password-main,
html.template-password .password-footer {
  display: table-row;
}

html.template-password .password-store-name-inner,
html.template-password .password-main-inner,
html.template-password .password-footer-inner {
  display: table-cell;
  padding: 20px;
}

html.template-password .password-store-name {
  height: 1px;
}

html.template-password .password-main {
  height: 100%;
}

html.template-password .password-main-inner {
  vertical-align: middle;
}

html.template-password .password-footer {
  height: 1px;
}

html.template-password .password-login-link {
  margin: 20px 0 40px;
  text-align: right;
}

html.template-password .password-login-link svg {
  width: 10px;
  height: 12px;
  margin-right: 4px;
  vertical-align: middle;
}

html.template-password .password-login-link svg path {
  -webkit-transition: fill 100ms;
  -ms-transition: fill 100ms;
  -moz-transition: fill 100ms;
  -o-transition: fill 100ms;
  transition: fill 100ms;
}

html.template-password .password-login-link.mobile-only {
  margin: 20px 20px 40px;
  text-align: center;
}

html.template-password .password-login-link-label {
  vertical-align: middle;
}

html.template-password h1, html.template-password h2, html.template-password h3, html.template-password h4, html.template-password h5, html.template-password h6, html.template-password a, html.template-password a:hover {
  color: inherit;
}

html.template-password h1 {
  font-size: 2em;
}

html.template-password h1 a:hover {
  text-decoration: none;
}

html.template-password h2 {
  font-size: 4em;
}

html.template-password input[type=text], html.template-password input[type=email], html.template-password input[type=password] {
  margin: 0 5px 0 0;
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

html.template-password input[type=submit] {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  min-width: 0;
  cursor: pointer;
  border-radius: 3px;
}

html.template-password #shoplogo {
  margin: 0 auto;
}

html.template-password #shoplogo .logotext {
  font-size: var(--font_size_heading_int);
  line-height: 1em;
}

html.template-password .shopify-name {
  display: none;
}

html.template-password .password-message {
  margin-bottom: 2em;
}

html.template-password .password-signup {
  margin-bottom: 4em;
}

html.template-password .password-signup input[type=email] {
  box-sizing: content-box;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  padding: 4px 18px;
  margin-right: -1px;
  width: 250px;
  -webkit-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

html.template-password .password-signup input[type=submit] {
  box-sizing: content-box;
  font-size: 13px;
  line-height: 36px;
  height: 36px;
  padding: 4px 18px;
  border: 1px solid var(--btn_col);
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

html.template-password .password-signup input[type=submit]:hover {
  background-color: var(--btn_col_alt);
}

@media only screen and (max-width: 420px) {
  html.template-password .password-signup input[type=email] {
    width: 90%;
  }
  html.template-password .password-signup input[type=email],
  html.template-password .password-signup input[type=submit] {
    margin: 0 0 10px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
}

html.template-password .password-social li {
  display: inline-block;
  white-space: nowrap;
}

html.template-password .password-social a {
  color: #fff;
  margin: 10px;
  display: inline-block;
  padding: 2px 12px 4px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

html.template-password .password-social a span {
  vertical-align: middle;
}

html.template-password .password-social a:hover {
  color: #fff;
  opacity: 0.9;
}

html.template-password .password-social a:hover, html.template-password .password-social a:hover span {
  text-decoration: none;
}

html.template-password .password-social a svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  height: 15px;
  width: 15px;
}

html.template-password .password-social a svg, html.template-password .password-social a svg g {
  fill: #fff;
}

html.template-password .password-social .password-social-item-facebook {
  background: #3b5998;
}

html.template-password .password-social .password-social-item-twitter {
  background: #00aced;
}

html.template-password .password-footer-inner {
  padding-top: 100px;
  line-height: 2em;
}

html.template-password .password-footer-inner .powered-by, html.template-password .password-footer-inner svg {
  vertical-align: middle;
}

html.template-password .password-footer-inner svg {
  margin: 0 0 0 5px;
  width: 80px;
  height: 23px;
}

html.template-password #password-login {
  width: 300px;
  padding: 1em;
  color: var(--font_col_base);
}

html.template-password #password-login label {
  display: block;
  margin: 0 0 0.5em;
}

html.template-password #password-login input[type=password] {
  width: 150px;
}

html.template-password #password-login .password-owner {
  margin-top: 2em;
}

html.template-password .password-login__input-row {
  display: flex;
}

html.template-password .password-login__button {
  flex-grow: 1;
  padding: 10px;
  border-radius: 3px;
}

.giftcard-header {
  text-align: center;
}

.giftcard-header .logo {
  max-height: none;
}

.shopify-challenge__container {
  padding-top: 60px;
  padding-bottom: 40px;
}

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/

/* Spacing uility classes*/




  
  
    
    
      .p-0 {
          padding: 00px;}
    
      .p-1 {
          padding: 10px;}
    
      .p-2 {
          padding: 20px;}
    
      .p-3 {
          padding: 30px;}
    
      .p-4 {
          padding: 40px;}
    
      .p-5 {
          padding: 50px;}
    
  
    
    
      .pt-0 {padding-top: 00px;
        }
    
      .pt-1 {padding-top: 10px;
        }
    
      .pt-2 {padding-top: 20px;
        }
    
      .pt-3 {padding-top: 30px;
        }
    
      .pt-4 {padding-top: 40px;
        }
    
      .pt-5 {padding-top: 50px;
        }
    
  
    
    
      .pb-0 {padding-bottom: 00px;
        }
    
      .pb-1 {padding-bottom: 10px;
        }
    
      .pb-2 {padding-bottom: 20px;
        }
    
      .pb-3 {padding-bottom: 30px;
        }
    
      .pb-4 {padding-bottom: 40px;
        }
    
      .pb-5 {padding-bottom: 50px;
        }
    
  
    
    
      .pl-0 {padding-left: 00px;
        }
    
      .pl-1 {padding-left: 10px;
        }
    
      .pl-2 {padding-left: 20px;
        }
    
      .pl-3 {padding-left: 30px;
        }
    
      .pl-4 {padding-left: 40px;
        }
    
      .pl-5 {padding-left: 50px;
        }
    
  
    
    
      .pr-0 {padding-right: 00px;
        }
    
      .pr-1 {padding-right: 10px;
        }
    
      .pr-2 {padding-right: 20px;
        }
    
      .pr-3 {padding-right: 30px;
        }
    
      .pr-4 {padding-right: 40px;
        }
    
      .pr-5 {padding-right: 50px;
        }
    
  

  
  
    
    
      .m-0 {
          margin: 00px;}
    
      .m-1 {
          margin: 10px;}
    
      .m-2 {
          margin: 20px;}
    
      .m-3 {
          margin: 30px;}
    
      .m-4 {
          margin: 40px;}
    
      .m-5 {
          margin: 50px;}
    
  
    
    
      .mt-0 {margin-top: 00px;
        }
    
      .mt-1 {margin-top: 10px;
        }
    
      .mt-2 {margin-top: 20px;
        }
    
      .mt-3 {margin-top: 30px;
        }
    
      .mt-4 {margin-top: 40px;
        }
    
      .mt-5 {margin-top: 50px;
        }
    
  
    
    
      .mb-0 {margin-bottom: 00px;
        }
    
      .mb-1 {margin-bottom: 10px;
        }
    
      .mb-2 {margin-bottom: 20px;
        }
    
      .mb-3 {margin-bottom: 30px;
        }
    
      .mb-4 {margin-bottom: 40px;
        }
    
      .mb-5 {margin-bottom: 50px;
        }
    
  
    
    
      .ml-0 {margin-left: 00px;
        }
    
      .ml-1 {margin-left: 10px;
        }
    
      .ml-2 {margin-left: 20px;
        }
    
      .ml-3 {margin-left: 30px;
        }
    
      .ml-4 {margin-left: 40px;
        }
    
      .ml-5 {margin-left: 50px;
        }
    
  
    
    
      .mr-0 {margin-right: 00px;
        }
    
      .mr-1 {margin-right: 10px;
        }
    
      .mr-2 {margin-right: 20px;
        }
    
      .mr-3 {margin-right: 30px;
        }
    
      .mr-4 {margin-right: 40px;
        }
    
      .mr-5 {margin-right: 50px;
        }
    
  


.product-detail .detail .title {
  font-size:36px;
  font-weight: 700;
  margin-bottom:0px;
}

.title.bolded {
  font-weight: bold;
}

.see-more-container {
  display: block;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

#section-id-160699697800512fef {
  padding-right:0;
}

.cart-item-list-heading {
  font-weight:700;
}

.gallery .overlay-text:hover {
  background-color:rgba(0, 0, 0, 0.5);
}

.gallery .overlay-text.overlay-no-hover:hover {
  background-color: unset;
}

.boost-pfs-filter-top-sorting-wrapper {
  padding:8px 0
}

.boost-pfs-filter-top-sorting-wrapper span {
  line-height:100% !important; 
  font-size: 16px;
  font-weight: 700;  
}

.clear {
  clear:both;
}

.boost-pfs-filter-wrapper .collection-promo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.collection-promo-link {
  position: relative;
}

.collection-promo-text {
  position: absolute;
  text-align:center;
  color:#fff;
}

.collection-promo-text-placement-center_center {
  top:50%;
  left: 50%;
  width:80%;
  transform: translate(-50%, -50%);
}
.collection-promo-text-placement-bottom_center {
  bottom:40px;
  width:80%;
  left: 50%;
  transform: translateX(-50%);
  text-align:center;
}

.collection-promo-text-placement-bottom_left {
  bottom:40px;
  width: calc(100% - 40px);
  padding-left:20px;
  text-align:left;
}

.collection-promo-text-placement-bottom_right {
  bottom:40px;
  width: 80%;
  right: 10%;
  text-align:right;
}

@media (min-width: 320px) and (max-width: 480px) {
  .collection-promo-text-placement-bottom_left, .collection-promo-text-placement-bottom_right  {
    text-align:center;
    padding-left:0;
    padding-right:0;
  }
}

.collections-product-color {
  display: block;
  color: rgb(125, 125, 125);
  font-size: 14px;
}


.cart-summary-overlay {
  top: 45px;
  bottom: inherit;
  width: 450px;
  right: 30px;
  left: inherit;
  border:1px solid #ddd;
}

.blog-fm-post {
  position: relative;
  background: #fff;
  width: 90%;
  margin-top: -70px;
  z-index: 1;
  margin: auto;
  margin-top: -70px;
  padding: 29px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  min-height:350px;
  display:flex;
  flex-direction:column;
}



.blog-fm-post h2 {
  font-size:24px;
  margin-bottom:10px;
}

.blog-fm-post-date {
  margin-bottom:15px;
  text-transform: uppercase;
  font-size:13px;
  font-weight:bold;
}

.blog-fm-post-excerpt {
  font-size:13px;
  line-height: 140%;
}

.blog-fm-post-excerpt p{
  margin-bottom:0;
}

.blog-fm-post-more {
  font-size:13px;
  margin-top:auto;
}

@media (max-width: 480px) {
  .blog-fm-post {
    min-height:auto;
  }

  .blog-fm-post-more {
    margin-top:20px;
  }
}



.navigation li.lr-mega-menu-shape {
  width:calc(50% - 20px);
  float:left;
  background:#f7f7f7;
  margin-right: 20px;
  margin-bottom: 20px;
  padding:10px;
  font-size:12px;
  text-align:center;
}

.navigation li.lr-mega-menu-shape a{
  text-align: center !important;
}

.lr-mega-menu-strength li {
  float:left;
  margin-right:20px;
  margin-bottom:20px;
  width:50px;
  height:50px;
  text-align:center;
  padding:0;
  background:#f7f7f7;
}

.lr-mega-menu-strength li a{
  display: flex !important;
  flex-direction: row;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.color-selection a {
  display: inline-block;
  width:35px;
  height:35px;
  margin-right: 3px;
  
    border-radius: 50px;
  
}

.color-selection a:last-child {
  margin-right: 0;
}

.color-selection a img {
  
    border-radius: 50px;
  
}

.template-collection .color-selection,
.template-search .color-selection {
  position: absolute;
  bottom: 5px;
  
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
  
  z-index: 3;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .template-collection #swatch_align_wrapper_under .color-selection,
  .template-search #swatch_align_wrapper_under .color-selection {
    
  }
}

@media only screen and (min-width: 767px) {
  .template-collection #swatch_align_wrapper_under .color-selection,
  .template-search #swatch_align_wrapper_under .color-selection {
    
  }
}


.template-collection .color-selection a,
.template-search .color-selection a {
  
    width:20px;
    height:20px;
  
  
    cursor: pointer;
  
}

.color-selection .selected, .color-selection .option:hover {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 3px var(--swatch_select_color);
}

.try-on-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
  background: #fff;
  z-index: 9999;
}

.try-on-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  background-color:rgba(0, 0, 0, 0.7);
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
}

.close-try-on-drawer {
  cursor: pointer;
}

.try-on-times {
  position:absolute;
  top:10px;
  right:10px;
}

#my-fitmix-container {
  width: 100%; /* Change to desired width*/
  height: 75%; /* Change to desired height */
}

.saso-volumes, .saso-cart-item-upsell-notes {
  display:none !important;
}

.columns {
  display:flex;
}

.column.is-6 {
  width:50%;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) {
    .columns {
      display:block;
    }
    .column.is-6 {
      width:100%;
    }
  }

/*LUXREADERS*/
.luxreaders-product-description {
  padding:80px 50px;
}



@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) {
    .luxreaders-product-description {
      padding:40px 20px;
    }
}

/*sizes*/
.glasses_length, .glasses_width, .glasses_height, .glasses_bridge {
  position: absolute;
  min-width: 60px;
  width: 7%;
  height: 5%;
  text-align: center;
  line-height: 19px;
  font-weight: bolder;
  color: #5a5a5a;
}

.glasses_length {
  top: auto;
  bottom: 12%;
  left: 42%;
  right: auto;
}

.glasses_width {
  top: auto;
  left: 42%;
  right: auto;
  bottom: 12%;
}

.glasses_height {
  top: auto;
  left: auto;
  right: 0%;
  bottom: 49%;
}

.glasses_bridge {
  top: auto;
  left: 42%;
  top: 14%;
  right: auto;
}

@media only screen and (max-device-width: 480px) {
  .product-detail .detail .title {
    font-size:24px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #section-id-160699697800512fef {
    padding-right:20px;
  }
  .gallery__item {
    float:left;
    width:50%;
  }
  .gallery__item .overlay-text__inner {
    padding:5px;
  }
  
  .mobile-menu .menu-promotion .menu-promotion__text {
    position: absolute;
    top: 50%;
    left: 50%;
    width:80%;
    transform: translate(-50%, -50%);
    color:#fff; 
    font-size: 20px;
  }
  .cart-summary-overlay {
    bottom:0;
    top: inherit;
    right: 0;
    width: 100%;
    height: auto;
  }
  .article-image img {
    object-fit: cover;
    height: 400px;    
    margin-bottom: 0;
  }
}

/* BULLET SECTION */
.bullet-section {
  padding: 0 20px !important;
  margin-left: auto;
  margin-right: auto;
}

.bullet-section > h2 {
  margin-bottom: 40px;
}

.bullet-section ul {
  margin: 0;
}

.bullet-item {
  list-style-type: none;
}

.bullet-item > h5 {
  font-weight: unset;
  cursor: pointer;    
  padding: 5px 0 10px 0;
  border-bottom: solid 1px #dedede;
}

.bullet-item > h5:before {
  content: attr(data-content);
  margin-right: 10px;
  margin-left: -20px;
  width:15px;
  display:inline-block;
  line-height: 90%;
}

.bullet-item.opened > h5 {
  border-bottom: none;
}

.bullet-item.opened > h5:before {
  content: attr(data-content);
  font-weight: 400;
}

.bullet-item > div {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s;
}

.bullet-item.opened > div{
  max-height: 1600px;
  padding: 5px 0 15px 0;
}      

@media (max-width: 768px) {
  .bullet-section {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
  }
  .bullet-item > h5 {
    width: 85%;
    margin: auto;
    padding: 10px 0;
  }
  .bullet-item > div {
    margin: auto;
    width: 95%;
  }
  .product-label-container {
    padding: 6px;
  }
  .product-label {
    max-width: var(--size_icon_mobile);
  }
  .template-collection .color-selection a {
    
      width:16px;
      height:16px;
    
  }
  .try-on-drawer {
    width:100%;
  }
}

/* DELIVERY TIME */

.delivery-time-btn {
  width: 100%;
  margin: 10px 0;
  background-color: #f1f1f1;
  color: #5a5a5a;
  font-weight: 400;
  pointer-events: initial;
  border: 0;
}

#shopify-section-cart-template .delivery-time-btn {
  width: auto;
}

.button.button--large.delivery-time-btn:hover {
  background-color: #f1f1f1;
  cursor: inherit;
}

/*--- FOOTER DROPDOWNS ---*/

@media screen and (min-width: 1025px) {
  .section-footer__title .feather{
      display: none;
  }    
}

@media screen and (max-width: 1025px ){
  .section-footer__menu-block.dropdown .section-footer__menu-block__menu {
    height: 0;
    overflow: hidden;
  }
  .section-footer__title {
    display: flex;
    align-items: center;
  }

  .section-footer__title a {
    margin-left:8px;
  }

  .section-footer__title .feather{
    margin-left: auto;
    stroke-width: 1.5;
  }
  .section-footer__title .feather-minus {
    display: none;
  }
  .section-footer__menu-block.opened .section-footer__title .feather-plus{
    display: none;
  }
  .section-footer__menu-block.opened .section-footer__title .feather-minus{
    display: inherit;
  }
  .section-footer__menu-block.opened .section-footer__menu-block__menu{
    height: fit-content;
  }
  .section-footer__menu-block.opened li {
    margin-left: 30px;
  }
}


  .boost-pfs-filter-product-item-image-link img.boost-pfs-filter-product-item-main-image,
  .boost-pfs-filter-product-item-image-link img.boost-pfs-filter-product-item-flip-image,
  .image-cont .product-link .rimage__image,
  .image-cont .product-link .secondary-image,
  .product-media .rimage__image,
  .thumbnail .rimage__image {
    background-color: rgba(0,0,0,0);
  }


.custom-content__product-grid {
  display: grid; 
  height: 100%; 
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 50%); 
  padding: 10px; 
  grid-gap: 5px; 
  place-items: end center;
}

.custom-content__product-grid__item {
  max-width: 300px;  
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  place-self: normal;  
}

/* LABEL COLORS */

.product-label.Spar 50% på første levering ,
.boost-pfs-filter-label.Spar 50% på første levering, 
.boost-pfs-filter-product-item-label.Spar 50% på første levering{
  background-color: var(--custom_label_color_1) !important;
}

.product-label. ,
.boost-pfs-filter-label.,
.boost-pfs-filter-product-item-label.{
  background-color: var(--custom_label_color_2) !important;
}

.product-label. ,
.boost-pfs-filter-label.,
.boost-pfs-filter-product-item-label.{
  background-color: var(--custom_label_color_3) !important;
}

.product-label. ,
.boost-pfs-filter-label.,
.boost-pfs-filter-product-item-label.{
  background-color: var(--custom_label_color_4) !important;
}

/* GIFT WRAPPING */
.gift-wrapping-img {
  max-height: 100px;
  max-width: 100px;
}


/* POWERSTEP */
.powerstep__content .continue-shopping {
    background-color: #B0C9DD;
    border: solid 1px #B0C9DD;
}

.powerstep__content .continue-shopping:hover {
    background-color: #A0B5CA;
}


.powerstep__product-price .current-price {
    color: #943b64;
}

.powerstep__btn-container {
  background-color: #ffffff;
}


@media (max-width: 767px) {

  #swatch_align_wrapper_above.inpicture_mobil .boost-custom-html .color-selection{
    bottom: 4px !important;
  }

 #swatch_align_wrapper_under.underprice, #swatch_align_wrapper_above.inpicture{
    display: none ;
    bottom: -2px;
  }
  #swatch_align_wrapper_under.underprice_mobil.underprice, #swatch_align_wrapper_above.inpicture_mobil.inpicture{
    display: block !important ;
    bottom: -2px;
  }
} 

@media (min-width: 767px) {
  #swatch_align_wrapper_under , #swatch_align_wrapper_above {
    display: none;
  }

  #swatch_align_wrapper_under.underprice, #swatch_align_wrapper_above.inpicture {
    display: block;
    bottom: -2px;
  }
  

  .luxreaders-boost-pfs-filter-product-item-grid{
    padding-top: 20px;
  }

} 

.lux_swatch_under_price .color-selection{
  margin-bottom: -81px;
}

.lux_swatch_under_price{
  padding: 7px;
}

.reorder-btn-wrapper{
  display: flex;
  direction: ltr;
  margin-top: 21px;
}

.luxreaders-boost-pfs-filter-product-item-grid{
  padding-top: 25px;
}

.custom-buy-box .custom-buy-box-top-menu{
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.custom-buy-box .satisfaction-guarantee-btn{
  width: 197px;
  border-radius: 5px;
  border: none;
  background: #C7ECE0;
  color: #054346;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  cursor: pointer;
}

.custom-buy-box .satisfaction-guarantee-btn .read-more-text {
  text-align: center;
}
.custom-buy-box .discount-wrapper {
  width: 197px;
  border-radius: 5px;
  background: #1e1e1e;
  border: 2px solid #00bd83;
  height: auto;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  cursor: pointer;
}
.custom-buy-box .image-wrapper {
  width: 197px;
  height: auto;
  background: none;
  padding: 0;
}
.custom-buy-box .placeholder-image {
  width: 100%;
}
.custom-buy-box .discount-wrapper .label-discount-text{
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  color: #00bd83;
  margin-bottom: 0;
}
.custom-buy-box .discount-wrapper .label-text-up,
.custom-buy-box .discount-wrapper .label-text-down {
  line-height: 1;
  color: #ffffff;
}
.custom-buy-box .discount-wrapper .label-text-up {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.custom-buy-box .discount-wrapper .label-text-down {
  font-size: 14px;
  font-weight: 500;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .custom-buy-box .discount-wrapper .label-text-up {
    font-size: 14px;
  }
  .custom-buy-box .satisfaction-guarantee-btn.image-wrapper {
    min-width: 150px;
    padding: 0;
  }
}
@media (max-width: 380px) {
  .custom-buy-box .satisfaction-guarantee-btn.image-wrapper {
    min-width: 100px;
  }
}
@media (max-width: 350px) {
  .custom-buy-box .satisfaction-guarantee-btn.image-wrapper {
    max-width: 75px;
  }
}

.custom-buy-box .satisfaction-guarantee-btn .read-more-text-cta {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 451px) {
  .custom-buy-box .satisfaction-guarantee-btn .read-more-text-cta {
    font-size: 10px; 
  }
}

.custom-buy-box .satisfaction-guarantee-icon{
  margin-bottom: 5px;
}

.subscription-purchase.hidden {
  display: none;
}


#subscription-purchase .subscription-purchase-icons-wrapper .product-usp-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.custom-buy-box .payment-headline > span:first-of-type {
  max-width: 80%;
}

.subscription-purchase-toggled .buy-box-subscription-save-headline{
  color: #F47822 !important;
}

.custom-buy-box .custom-buy-box-top-menu .buy-box-subscription-headline-wrapper {
  display: flex;
  flex-flow: column;
}

.custom-buy-box .custom-buy-box-top-menu .buy-box-subscription-headline-wrapper > span {
  margin-bottom: 5px;
}

/* S I N G L E     P U R C H A S E - C U S T O M   B U Y   B O X */ 

.custom-buy-box .buy-box-subscription-text, .custom-buy-box .buy-box-price-wrapper{
  font-weight: 700;
  font-size: 16px;
}
.custom-buy-box .tablets-information{
  margin-left: 20px;
  font-weight: 500;
  font-size: 13px;
}


.custom-buy-box .orange{
  color: var(--font_col_heads);
}


.custom-buy-box .custom-buy-box-top-menu .buy-box-price-wrapper{
  display: flex;
  flex-direction: column;
}

.custom-buy-box .custom-buy-box-top-menu .buy-box-price-wrapper > span{
  text-align: right;
}

.custom-buy-box .custom-buy-box-top-menu .buy-box-price-wrapper > span:first-child{
  font-size: 16px;
  font-weight: bold;
}

.custom-buy-box .custom-buy-box-payment-wrapper .payment-headline{
  display: flex;
  justify-content: space-between;
}

.custom-buy-box .custom-buy-box-payment-wrapper > .payment-option{
  display: flex;
  justify-content: space-between;
}

#single-purchase .custom-buy-box-payment-wrapper .payment-option{margin-left: 20px; width: 98%;}

.button--medium{
  background-color: #F47822 !important;
  width: 235px !important;
  border: none !important;

}

.button--center{
  display: flex;
  width: 100% !important;
  justify-content: center;
}


.custom-buy-box .usp_img_icon_container  {
  align-items: center;
  display: flex;
  gap: 21px;
}

.custom-buy-box .custom-buy-box-payment-wrapper ul li {
  text-decoration: none;
  text-decoration-line: none;
  list-style-type: none;
}

.custom-buy-box .custom-buy-box-payment-wrapper ul {
  margin: 0;
}

.custom-buy-box.subscription-purchase-toggled  .satisfaction-guarantee-btn{
  display: none;
}

.custom-buy-box .custom-buy-box-footer{
  text-align: center;
}

.custom-buy-box .custom-buy-box-footer .price-by-day-info{
  margin-top: 8px;
  margin-bottom: 13px;
}

.payment-wrapper{
  max-width: 477px;
}

.scroll-to-top-element{
  margin-right: 10px;
  margin-left: auto;
  cursor: pointer;
  z-index:100;
}

.scroll-to-top-btn-wrapper{
  height: 66px;
  width: 66px;
  border-radius: 50%;
  background-color: #054346;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.scroll-to-top-sticky-btn-wrapper {
  float: right;
  position: sticky;
  position: -webkit-sticky;
  bottom: 20px;
  right: 50px;
  transition: opacity 0.3s;
  margin-top: -75px;
  z-index: 300;
  
}

@media (max-width: 450px){
  .custom-buy-box .satisfaction-guarantee-btn{
    min-width: 120px;
    max-width: 120px; 
    font-size: 11px;
    font-weight: 700;
    padding: 12px;
  }
  .custom-buy-box .custom-buy-box-top-menu{
    gap: 10px;
  }

  .custom-buy-box{
    padding: 10px;
  }
}

@media (max-width: 767px) {

  .scroll-to-top-element{
    justify-content: center;
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: center;
  }
  .scroll-to-top-sticky-btn-wrapper{
    right: 0px ;
  }  
  .scroll-to-top-btn-wrapper {
    height: 50px;
    width: 50px;
  }

  .scroll-to-top-txt{
    font-size: 14px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}

.scroll-to-top-txt{
  margin-left: -35px;
  margin-top: 10px;
}

.arrow {
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 9px;
  transform: rotate(-135deg);
  margin-top: 14px;
}
.transparent{
  display: none;
}

.package-leaflet{
  scroll-margin-top: 100px;
  column-count: 2;
  column-gap: 43px;
  background: #FAFAFA;
  border: 1px solid;
  padding: 70px 92px;
  color: #000 ;
}

.package-leaflet .package-leaflet-title{
  font-weight: 700;
  font-size: 24px !important;
}

.package-leaflet > p:first-of-type:not(:empty){ 
  font-size: 64px;
}

.package-leaflet table {
  width: 100%;
}

.package-leaflet table,
.package-leaflet td,
.package-leaflet th {
  border: none !important;
  font-size: 18px !important;
  line-height: 120% !important;
}



.package-leaflet td
{
  padding: 0 !important;
}


#package_section_target{
  position:absolute;
  z-index:-1;
  left:0;
  margin-top:-145px;
}

@media (max-width: 767px) {
  .package-leaflet{
    column-count: 1;
    padding: 27px 13px;
  }

  .column--package-leaflet{
    padding: 0 21px !important;
  }

  .package-leaflet table {
    width: 100%;
  }
  #package_section_target{
    margin-top:-80px;
  }
  
}

.phone_number_wrapper .phone_number_header_text span.phone-number{
  font-weight: 900;
  font-size: 32.91px;
  color: #20BB8B !important;
}

@media (max-width: 1200px ){
  .phone_number_wrapper .phone_number_header_text span.phone-number{
    font-size: 22px;
  }
}

@media (max-width: 1080px ){
  .phone_number_wrapper .phone_number_header_text span.phone-number{
    display: block;
  }
  .phone_number_wrapper .phone_number_header_text span:first-of-type{
    font-size: 14px;
  }
}


.phone_number_wrapper .phone_number_header_text span:first-of-type{
  font-weight: 400;
  font-size: 16.45px;
  text-transform: uppercase;
  color: #20BB8B;
  margin-right: 10px;
}


.navigation_link--icon-subscription, .navigation_link--icon-cart{  
  height: 36px;
}

.navigation_link--icon-subscription{

  width: 36px;
  background: url(//wellvita.dk/cdn/shop/t/323/assets/icon-subscription.svg?v=16655268883014496481755599905) center no-repeat;

}

.navigation_link--icon-cart{
  width: 36px;
  background: url(//wellvita.dk/cdn/shop/t/323/assets/icon-cart.svg?v=133851827609217640781755599902) center no-repeat ;
}

.navigation_link_wrapper .navigation__link{
  padding: 0;
}

@media (max-width: 480px) {
  .section-with-padding-mobile {
    margin:0 10px;
  }
}


.product-layout--column {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top:20px;
}

.product-layout--column .product-title-category {
  font-size:24px;
  font-weight:500;
}

.product-layout--column .user-content p {
  font-size:14px;
  line-height:130%;
  margin-bottom:0
}

@media (min-width: 768px) and (max-width: 1079px) {
  .title-container{
    display: flex;
  }
}

.custom-content-custom-buybox .custom-buy-box--trustpilot-custom-script,
.product-layout--column .custom-buy-box--trustpilot-custom-script {
  max-height: 40px;
  max-width: 250px;
  margin-left: -13px;
  margin-bottom: 20px;
}

.pill-dosing-link {
  float:right;
}

@media (max-width: 480px) {
  .product-layout--column {
    padding:0;
  }
}

.product-layout--column form {
  width:100%;
}

#product-layout.product-layout--row .content-divider {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1278px){
  #product-layout.product-layout--row{
    padding: 0 50px !important;
    gap: 20px !important;
  }
}
@media(max-width: 840px){
  .product-layout{
    margin-top: 30px;
  }
}

@media (max-width: 1080px){
  #product-layout.product-layout--row{
    flex-flow: column;
  }
}

#product-layout.product-layout--row  {
  display: flex;
  padding: 163px;
  gap: 131px;
}

#product-layout.product-layout--row  img.product-image {
  max-width: 530px;
}

#product-layout.product-layout--row  img.magnifying-glass-image, #product-layout.product-layout--row .pill-dosing-link {
  display: none;
}

#product-layout.product-layout--row .content-divider {
  border-bottom: none;
}




/* #product-layout, #content-wrapper{
  max-width: 477px !important;
} */

.navigation_link_wrapper{
  display: flex;
  align-items: center;
  gap: 7px;
}
  
.benefit-cards {
  margin: 20px auto;
}

@media (min-width: 768px){
  .benefit-cards {
    width: 98%;
    margin-left: 10px;
  }

  .section-with-benefit-cards h4 {
    margin: 0 0 20px 6px;
  }
}

@media (max-width: 768px){
  .section-with-benefit-cards {
    margin-top:40px;
  }
}

.section-with-benefit-cards h4 {
  color: #054346;
  font-weight: 700;
  font-size: 18px;
}

.benefit-card-item{
  width: 33%;
}

.section-with-benefit-cards-wrapper .slick-track {
  justify-content: space-between;
}

.section-with-benefit-cards-wrapper .slick-track .benefit-card-item:last-child {
  margin-right: 0;
}

.benefit-card-image{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 145px;
  width: 100%;
  position: relative;
}


.benefit-card-image img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.benefit-card-item .benefit-card-headline{
  margin-top: 20px;
}

.benefit-card-item .BenefitText-card-text{
  margin-top: 15px;
}

.benefit-card-item{
  padding: 18px 18px 5px;
  border: 1px solid #666666;
  box-sizing: border-box;
  border-radius: 4px;
}

.benefit-card-item {
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .benefit-card-item {
    margin-right: 0;
    margin-left: 30px;
  }

}

.benefit-card-item h1{
  font-weight: 700;
  font-size: 20px;
}

.benefit-card-item p {
  font-weight: 400;
  font-size: 14px;
}

.main-product-template-gallery-cards-wrapper{
  width: 65%;
  gap: 10px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}

.main-product-template-wrapper .gallery-layout-under.gallery-size-medium.product-column-left{
  display: none !important;
}

.main-product-template-gallery-cards-wrapper .strongly-spaced-row,
.main-product-template-gallery-cards-wrapper .fully-spaced-row--medium {
  margin-top: 0 !important;

}

@media (max-width: 768px) {
  #product-layout.product-layout--row img.product-image {
    max-width: 316px;
  }

  #product-layout.product-layout--row{
    gap: 0;
    flex-flow: column;
    padding: 0px 10px !important;
  }

  .main-product-template-wrapper{
    padding: 0 10px;
    align-items: center;
    flex-flow: column;
  }
  .main-product-template-gallery-cards-wrapper{
    gap: 10px !important;
    width: 100% !important;
  }

  .section-with-benefit-cards::-webkit-scrollbar {
      margin-bottom: 10px;
      width: 8px;
      height: 8px;
  }

  .section-with-benefit-cards::-webkit-scrollbar-track-piece {
    background: #888
  }
  .section-with-benefit-cards::-webkit-scrollbar-thumb {
    background: #eee
  }​
 
  .content-divider div:first-of-type{
    flex-basis: 33%;
  }
  .content-divider div:last-of-type{
    flex-basis: 66%;
  }
 
}

.section-with-benefit-cards-arrow{
  background-color: red;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.main-product-layout{
  justify-content: center;
  flex-direction: row-reverse;
}


@media (max-width: 1079px){
  .main-product-layout{
    gap: 0 !important;
    align-items: center;
  }

  .content-left .product-image{
    min-width: 130px;
    max-width: 168px;
  }

  #product-layout{
    margin-top: 15px;
    width: 100% !important;
    padding: 0 !important;
  }
  .payment-wrapper{
  max-width: 100% !important;
  }
  
}

.main_product_section_gallery {
  width: 100%;
}

.ingredients-section{
  padding: 0 80px;
  display: flex;
  width: 100%; 
  justify-content: center;
}

.ingredients-section > div{
  flex-basis: 420px;
}
.ingredients-section .ingredient-block{
  width: 420px;
  height: 420px;
}

.ingredients-section .ingredients-text-body {
  padding: 30px 41px;
  color: #054346;
  text-align: left;
  font-size: 16px;
  letter-spacing: 4%;
}

.ingredients-section .ingredients-text-body  h1{
  font-size: 30px;
  font-weight: 700;
}

.ingredients-section .ingredients-text-body  a{
  text-decoration: underline;
}

.ingredients-section .ingredients-img-body, .ingredients-section .ingredients-text-body{
  width: 100%;
  height: 100%;
}

.ingredients-section .ingredients-img-body{
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


@media (max-width: 550px) {
  .ingredients-section{
    overflow-x: scroll;
    justify-content: normal !important;
    padding: 0 !important;
  }
  .ingredients-section .ingredient-block{
    width: 85vw !important;
  }
  .ingredients-section > div{
    flex-basis:100vw;
  }
}

@media only screen and (min-width: 550px) and (max-width: 830px) {

  .ingredients-section{
    overflow-x: scroll;
    justify-content: normal !important;
    padding: 0 !important;
  }
  .ingredients-section > div{
    flex-basis: 320px !important;
  }
  
  .ingredients-section .ingredient-block{
    width: 320px !important;
  }
}



@media (max-width: 1320px) {
  .ingredients-section > div{
    flex-basis: 320px;
  }
  .ingredients-section .ingredient-block{
    width: 320px;
  }
}

@media (max-width: 1000px) {
  .ingredients-section > div{
    flex-basis: 270px;
  }
  .ingredients-section .ingredient-block{
    width: 270px ;
    scroll-snap-align: center;
  }

  .ingredients-section {
    scroll-snap-type: x mandatory;
  }
}



.user-content-wrapper{
  position:relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  flex-grow: 1;
  justify-content: space-between;
}

.user-content-inner {
  justify-content: space-between;
  height: auto;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  background: white;
  padding: 48px 36px 16px 48px;
}

#shopify-section-16491594565acc6edf .user-content-inner {
  background: none
}

.user-content-inner h3 {
  font-weight: 700;
  font-size: 24px;
  color: #054346;
  margin-top: 15px;
}

.user-content-inner span {
  font-weight: 400;
  font-size: 14px;
  color: #054346;
}

.user-content-inner-info{
  padding: 0 5px;
  font-size: 9px;
  line-height: 13px;
  padding: 5px;
}

#shopify-section-16491594565acc6edf .user-content-inner-info{
padding:0 48px;
}

.product-cards-wrapper .user-content-info-wrapper{
  display: flex;
  position: relative;
  width: 100%;
  height: 50px;
  align-content: center;
  background: #F9F9F9;
}

.product-cards-wrapper .user-content-info-wrapper .user-content-inner-info {
  height: 100%;
  display: flex;
  justify-content: center;
}

.user-content-inner-info .info-text {
  background: #F9F9F9;
  margin-bottom: 5px;
}


.blog-button-wrapper{
  background: #054346;
  color:#fff;
  text-align:center;
  font-weight:bold;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 600;
  width:100%;
}

.blog-product-title{
  right: 13px;
  top: 15px;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #054346;
  box-sizing: border-box;
  border-radius: 23px;
  padding: 0 5px;
  font-size: 11px;
}

.blog-product-image-wrapper{
  left: 4px;
  top: -98px;
  position: absolute;
  height: auto;
  width: auto;
}

.blog-section-bottom-text{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

@media (max-width: 1450px) {
  .user-content-inner {
    padding: 48px 36px 16px 48px;
  }

  
  .user-content-inner h3 {
    font-size: 20px;
  }
  .article-list .article{
    padding: 0 15px !important;
  }
 
}


@media (max-width: 768px) {
  .blog-product-image-wrapper .blog-product-image {
    margin-top: 20px;
  }

  .user-content-inner {
    padding: 38px 29px 29px 29px;
  }

  #shopify-section-16491594565acc6edf .user-content-inner-info {
    padding:0 29px;
  }



  .blog-product-image-wrapper{
    left: -8px;
    top: -100px;
  }
  
  .blog-product-image img{
    display: block;
    max-height: 120px;
  }

  .blog-product-title{
    display: block;
    padding: 0 3px;
    font-size: 10px;
  }

  /* .blog-product-title-mobile-only span{
    display: inline;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #054346;
    box-sizing: border-box;
    border-radius: 23px;
    padding: 8px 18px;
  } */
  .article-list .article {
    padding: 0 !important;
    margin-bottom: 37px;
  }

  .blog-section-bottom-text{
    margin-top: 0;
  }

}

.text-column__title {
  margin: 0;
  font-size: 18px;
  color: var(--font_col_heads) !important;
  font-weight: bold;
}

.text-column__text {
  padding-bottom: 30px;
  font-size: 14px;
}

.frontpage-hero-section .gallery-text-section{
  padding: 45px 65px;
  height: auto;
  background-color: #edefe8;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}



.gallery-text-section .headline-wrapper {
  text-align: center;
}

.gallery-text-section .gallery-text-section-bottom-wrapper{
  width: 100%;
  padding:10px 10px 0;
}

.gallery-text-section .gallery-text-section-bottom-wrapper a{
  width: 100%;
  font-size:18px;
  font-weight:bold;
  padding: 24px;
  /* min-height: 67px; */
}



.gallery-text-section .company-motto{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gallery-text-section .usp-container ul {
  margin:20px 10px 10px;
}

.gallery-text-section .usp-container ul li {
  display: inline;
  text-decoration: none;
}

.gallery-text-section .usp_img_icon_container{
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
  font-size:18px;
}

.frontpage-hero-section .container{
  width: 66%;
  padding: 0 !important;
}

.frontpage-hero-section {
  width: 100%;
  display: flex;
  background:#e6f1f1;
}

.gallery-text-section .trustpilot-widget {
  padding-top: 50px;
}

@media (max-width: 1112px) {
  .frontpage-hero-section{
    flex-flow: column;
  }
}

@media (max-width: 768px){
  .gallery-text-section .usp_img_icon_container{
    margin-bottom: 35px;
  }
  .gallery-text-section .company-motto{
    font-size: 25px;
  }

  .gallery-text-section .usp-container ul{
    margin-left: 0;
    margin-right: 0;
  }


  .frontpage-hero-section .container{
    width: 100%;
  }
  .overlay-text__icon{
    height: 25px !important;
  }
  .slick-prev{
    margin-left: 0 !important;
  }
  .overlay-text__heading{
    font-size: 22px;
    line-height: 27px;
  }
  .overlay-text__subheading{
    font-size: 14px;
    margin-top: 15px;
  }
  .frontpage-hero .overlay-text__inner{
    padding: 10px;
  }
  .overlay-layout-product .overlay-text__button, .overlay-layout-testimonial .overlay-text__button, .overlay-layout-usp .overlay-text__button{
    margin-top: 5px;
  }
  .overlay-layout-usp .usp_img_icon_container{
    gap: 10px;
    font-size: 14px;
  }
  .overlay-layout-usp .usp_img_icon_container img{
    height: 30px;
  }
}

@media (max-width: 1450px){

  .frontpage-hero-section .gallery-text-section {
    padding: 45px 25px;
  }
}
.boost-pfs-filter-product-item-metafield-sales-description {
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  min-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
          line-clamp: 3; 
  -webkit-box-orient: vertical;
}

.boost-pfs-filter-product-item-metafield-claim-text {
  color: #3C5068;
  background-color: white; 
  font-size: 9px;
  min-height: 43px;
  padding: 10px 10px 0 10px;
  margin: 0;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 11px;     /* fallback */
  max-height: 53px;      /* fallback */
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.collection-product-btn {
  background: #31DAA5;
  width: 100%;
}

.collection-product-btn > a {
color: #FFF !important; 
}

.slick-track{
  display: flex !important;
  justify-content: flex-start;
  padding-bottom: 1px;
}

.benefit-card-item {
  height: inherit !important;
}

/* Product cards */ 

.product-cards-wrapper{
  width: 100%;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
  grid-template-rows: auto;
  column-gap: 24px;
}

.product-card{
  margin-top: 75px;
  width: 100%;
  height: 342px;
  position: relative;
}

.product-card .overlay-text__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.product-card .overlay-text__subheading {
  font-size: 15px;
  font-weight: 700;
  color: #90ddc5;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 0;
}

.product-card img{
  width: 100%;
  height: 100%;
}

.product-card .user-content-inner-info {
  margin: 0;
}


.product-card .overlay-text__icon{
  height: 50px;
  width: auto;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media (max-width: 768px) {
  .product-cards-wrapper{
    grid-template-columns: 1fr;
    column-gap: 24px;
    row-gap: 70px;
  }

  .product-cards-wrapper .product-card:nth-of-type(3){
    grid-column: auto;
    width: 100%;
  }

  
  .product-card{
    margin-top: 32px;
    width: 100%;
    height: auto;
    min-height: 250px;
  }
  .product-cards-wrapper {
    margin-bottom: 60px;
  }
  .product-card:last-of-type{
    margin-bottom: 62px;
  
  }
  .product-card .overlay-text__icon{
    height: 50px !important;
    width: auto;
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  .page-header-content {
    max-width: 2100px;
    margin: 0 auto;
  }

}

.page-header-content > .col-1 {
  padding: 4vh 4vw;
  align-self: center;
}

.page-header-content .page-header-text-title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 45px;
  margin: 10px 0 20px 0;
}

.page-header-content .page-header-text-title.w-subh {
  margin: 10px 0 -1px 0;
}

.page-header-content .page-header-text-subheader{
  font-size: 16px;
  color: #000;
  font-weight: 100;
  margin: 0 0 20px 0;
  font-style: italic;
}

@media (min-width: 768px) {
  .page-header-content .page-header-text-title {
    margin: 10px 0 30px 0;
  }
  
  .page-header-content .page-header-text-title.w-subh {
    margin: 10px 0 10px 0;
  }
  
  .page-header-content .page-header-text-subheader{
    font-size: 18px;
    margin: 0 0 20px 0;
  }
}

.page-header-content .page-header-text-content {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.col-2 {
  display: none;
}

@media (min-width: 768px) {
  .page-header-content {
    display: flex;
  }

  .col-1 {
    flex: 1;
  }

  .col-1 .page-header-text-title {
    font-size: 40px;
    margin: 10px 0 40px 0;
  }

  .col-2 {
    flex: 1;
    display: inline-block;
  }

  .page-header-desktop-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* metafield labels */

.metafield-label-container {
  position: absolute;
  left: 0;
  top: 0;
}

.splash-enabled.metafield-label {
  background-image: url("\/\/cdn.shopify.com\/s\/files\/1\/0552\/7171\/8991\/files\/Spring-free-freight_Blank.png?v=1690286697"); 
  background-size: 100% 100%;
}

.splash-enabled.metafield-label span {
  color: #ffffff;
}

.metafield-label {
  position: absolute;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  left: 25px;
  top: 10px;

  border-radius: 50%;
  padding: 10px;

  width: 12vw;
  height: 12vw;
  min-width: 50px;
  min-height: 50px;

  max-width: 100px;
  max-height: 100px;

  font-size: 13px;
  line-height: 16px;

  z-index: 50;
}

.metafield-label span {
  color: white;
  font-weight: bold;
  transform: translateZ(0);
}

@media screen and (max-width: 767px) {
  .metafield-label {
    font-size: 13px;
    min-width: 100px;
    min-height: 100px;
    max-width: 150px;
    max-height: 150px;
    width: 25vw;
    height: 25vw;
  }
}

@media screen and (min-width: 768px) and(max-width: 1199px) {
  .metafield-label {
    width: 9vw;
    height: 9vw;
    font-size: 12px;
    min-width: 70px;
    min-height: 70px;
  }
}
/* end metafield labels */

/* custom hero */

.custom-hero {
  position: relative;
  width: 100%;
  padding: 40px 10px;
  overflow: hidden;
}

.custom-hero h1, .custom-hero h3 {
  font-weight: 700;
  font-size: 30px;
}

.custom-hero .left .top-section, .custom-hero .left .heading {
  color: white;
}

.custom-hero p {
  font-size: 18px;
}

.custom-hero .wrapper {
  margin: 0 auto;
}

.custom-hero .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.custom-hero .bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  background:rgba(5, 67, 70);
}

.custom-hero .top-section {
  overflow: hidden;
  position: relative;
}

.custom-hero .product {
  position: relative;
  width: 120%;
  left: -10%;
  text-align: center;
}

.custom-hero .image-section {
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
}

.rimage-outer-wrapper {
  margin: 0;
}

.image-section .product-image-left {
  position: relative;
  display: inline-block;
  width: 55%;
  vertical-align: bottom;
  left: 3%;
  z-index: 99;
}

.product-image-left .rimage-outer-wrapper {
  top: 10px;
}

.product-image-left .trustpilot-container {
  position: relative;
  width: 72%;
  left: 20%;
}

.custom-hero .trustpilot-container .trustpilot-widget {
  overflow: visible;
  padding: 10px;
  background: white;
  filter: drop-shadow(0px 6px 5px rgb(150, 147, 147));
}

.custom-hero .trustpilot-container .trustpilot-widget > iframe {
  height: 100px !important;
}

@media (min-width: 420px) {
  .custom-hero .trustpilot-container .trustpilot-widget > iframe {
    height: 120px !important;
  }
}

.image-section .product-image-right {
  position: relative;
  display: inline-block;
  width: 45%;
  vertical-align: bottom;
  right: 13%;
  margin: 0 auto;
}

.product-image-right .rimage-outer-wrapper {
  top: 65px;
}

.product-image-right .bubble-container {
  position: relative;
  padding-top: 77%;
  width: 77%;
  right: -30%;
}

.bubble-container .sales {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #20BB8B;
}

.bubble-container .sales .text {
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
}

.bubble-container .sales .text h2, .bubble-container .sales .text p {
  font-weight: 700;
  color: white;
}

.bubble-container .sales .text h2 {
  font-size: 40px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.bubble-container .sales .text p {
  font-size: 20px;
  line-height: 1.5;
}

.bg .wave {
  position: absolute;
  height: 78%;
  width: 100%;
  bottom: 0;
  left: 0;
}

.ipad-up-only {
  display: none;
}

.bottom-section .product-original-price {
  text-decoration: line-through;
}

.bottom-section .product-sale-price {
  font-size: 30px;
}

.bottom-section .btn {
  width: auto;
}

@media (min-width: 768px) {
  .custom-hero .trustpilot-container .trustpilot-widget > iframe {
    height: 80px !important;
  }

  /* resizing */
  .image-section .product-image-left {
    width: 50%;
  }
  
  .image-section .product-image-right {
    width: 50%;
  }

  .product-image-left .trustpilot-container {
    left: 30%;
  }

  .product-image-right .bubble-container {
    padding-top: 52%;
    width: 52%;
    right: -45%;
  }

  .custom-hero {
    padding: 34px 20px;
  }

  .custom-hero h1 {
    font-size: 18px;
  }

  .custom-hero p {
    font-size: 12px;
  }

  .bg .wave {
    height: 65%;
  }

  .custom-hero .product {
    position: relative;
    flex: 1;
    width: 100%;
    left: 0;
  }

  .bubble-container .sales .text h2 {
    font-size: 15px;
  }
  
  .bubble-container .sales .text p {
    font-size: 7px;
  }

  .ipad-up-only {
    display: block;
  }

  .wrapper {
    display: flex;
  }

  .wrapper .left {
    flex: 1;
    display: flex;
    flex-direction: column
  }

  .wrapper .left .top-section {
    flex: 1;
  }

  .wrapper .left .bottom-section {
    flex: 1;
  }

  .wrapper .product {
    flex: 1;
  }
}

@media (min-width: 830px) {
  .custom-hero .trustpilot-container .trustpilot-widget > iframe {
    height: 100px !important;
  }
}

.desktop-downwards-only {
  display: block;
}

.desktop-up-only {
  display: none;
}

@media (min-width: 1000px) {
  .custom-hero h1 {
    font-size: 36px;
  }

  .custom-hero p {
    font-size: 24px;
  }

  .bubble-container .sales .text h2 {
    font-size: 20px;
  }
  
  .bubble-container .sales .text p {
    font-size: 10px;
  }
}

@media (min-width: 1200px) {

  .custom-hero h1 {
    font-size: 34px;
  }

  .custom-hero p {
    font-size: 20px;
  }

  .wrapper .left .top-section {
    flex: 1;
  }

  .wrapper .left .bottom-section {
    flex: 1.5;
  }

  /* resizing  */

  .image-section .product-image-left {
    width: 55%;
  }
  
  .image-section .product-image-right {
    width: 45%;
  }

  .custom-hero {
    padding: 50px 97px;
  }

  .desktop-downwards-only {
    display: none;
  }

  .product-image-left .bubble-container {
    position: absolute;
    padding-top: 40.3%;
    width: 40.3%;
    height: auto;
    top: 40%;
    z-index: 99;
  }

  .product-image-right .trustpilot-container {
    position: relative;
    width: 76%;
    left: 15%;
    background: white;
    filter: drop-shadow(0px 6px 5px rgb(150, 147, 147));
  }

  .desktop-up-only {
    display: block;
  }

  .product-image-left .rimage-outer-wrapper {
    top: 0;
  }

  .product-image-right .rimage-outer-wrapper {
    top: 40px;
  }

  .bubble-container .sales .text h2 {
    font-size: 15px;
  }
  
  .bubble-container .sales .text p {
    font-size: 8px;
  }
}

@media (min-width: 1340px) {
  .custom-hero .trustpilot-container .trustpilot-widget > iframe {
    height: 120px !important;
  }

  .bubble-container .sales .text h2 {
    font-size: 21px;
  }
  
  .bubble-container .sales .text p {
    font-size: 11px;
  }
}

/* resizing text */

@media (max-width: 600px) {
  .bubble-container .sales .text h2 {
    font-size: 30px;
  }
  
  .bubble-container .sales .text p {
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .bubble-container .sales .text h2 {
    font-size: 20px;
  }
  
  .bubble-container .sales .text p {
    font-size: 12px;
  }
}


.created-by-text {
  font-weight: 600;
  cursor: pointer;
}

.created-by-text:hover {
  border-bottom: 1px solid white;
}


.email-check-wrapper {
  position: fixed;
  z-index: 50;
  bottom: 20%;
  transform: translate(0, 0);
  z-index: 999;
}

.email-check-wrapper h1 {
  font-weight: 600;
  width: 85%;
}

.email-check-wrapper .email-check-popup-btn[data-email-check-popup-btn] {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--font_col_link);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  transition: 0.3s transform;
  padding: 0 10px;
  animation: shake 1.5s infinite;
  animation-delay: .1s;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  line-height: 13px;
  text-align: center;
  row-gap: 5px;
  position: absolute;
  right: -62px;
  top: 38px;
}

.email-check-wrapper [data-email-check-popup-btn] {
  cursor: pointer;
  transition: 0.3s transform;
  animation: shake 1.5s infinite;
  animation-delay: .1s;
}


.email-check-popup-img{
  width: 130px;
  height: auto;
}

.email-check-wrapper .email-check-popup-btn[data-email-check-popup-btn] > span {
  color: #fff;
}

.email-check-wrapper .email-check-popup-btn[data-email-check-popup-btn] > span:first-child {
  font-weight: 700;
  text-transform: uppercase;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(10px);
  }
  25% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}


.email-check-wrapper.not-active [data-email-check-popup-btn]{
  animation: none;
}

.email-check-wrapper .email-check-popup-btn[data-email-check-popup-btn]:after {
  position: absolute;
  content: '1';
  top: 0;
  right:0;
  color: white;
  padding: 0 5px;
  text-align: center;
  background-color: red;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.email-check-wrapper .email-check-popup-btn[data-email-check-popup-btn] svg {
  margin: auto;
  display: block;
  stroke: white;
  transform: scale(1.6);
  transform-origin: center;
  pointer-events: none;
}

.email-check-wrapper .email-check-popup-btn[data-email-check-popup-btn] p {
  color: var(--font_col_link);
  margin-top: 35px;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-10%);
}


.email-check-wrapper:hover [data-email-check-popup-btn] {
  -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
  transform: scale(1.1);
  animation: none;
}

.email-check-wrapper [data-email-check-popup] {
  top: -75%;
  right: 56%;
  position: absolute;
  padding: 45px 30px;

  border-radius: 4px;

  max-width: 800px;
  min-width: 600px;
  width: 35vw;
  
  z-index: 50;

  background-color: #F2F8F8;
  transform: translate(100%, -70%);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}


.email-check-wrapper [data-email-check-popup]:not(.hidden) {
  transform-origin: top;
  animation: fadeIn 0.3s ease-in-out;
}

.email-check-wrapper:not(.loading) .loading-spinner {
  display: none;
}

.email-check-wrapper .input-container {
  position: relative;
  margin: 14px 0 30px;
  display: flex;
}

.email-check-wrapper.loading .input-container *:not(.loading-spinner) {
  opacity: 0;
}

.email-check-wrapper .input-container .loading-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.email-check-wrapper .add-product, 
.email-check-wrapper .not-add-product {
  display: grid;
  grid-template-columns: 40px auto;
  place-items: start center;
  gap: 10px;
  margin: 15px 0;
}

.email-check-wrapper .add-product h5
.email-check-wrapper .not-add-product h5 {
  place-self: center;
}

.email-check-wrapper .Icon.Icon--checkmark {
  width: 30px;
  height: 30px;
  padding: 5px;
  
  background-color: var(--font_col_link);
  border-radius: 50%;

  cursor: pointer;
}

.email-check-wrapper .Icon.Icon--checkmark polygon {
  fill: white;
}

@keyframes fadeIn {
  0% {
    opacity: 0.5;
  },
  100% {
    opacity: 1;
  }
}

.email-check-wrapper [data-email-check-popup] > div {
  position: relative;
  display: grid;
  grid-template-columns: 66% 33%;
  align-items: center;
  gap: 20px;
}

.email-check-wrapper [data-email-check-popup] .right {
  height: 100%;
  display: flex;
  align-items: center;
}

.email-check-wrapper [data-email-check-popup] .right img {
  max-width: none;
  width: 100%;
}

.email-check-wrapper [data-email-check-input] {
  width: 100%;
  margin: 10px 0;
}

.email-check-wrapper label{
  display: block;
  line-height: 1.2;
  margin-left: 10px;
  text-align: left;
}

.email-check-wrapper input:valid{
  border: solid var(--font_col_link) 1px;
}

.email-check-wrapper input::placeholder{
  color: lightgray;
}

.email-check-wrapper input:invalid:not(:placeholder-shown){
  border: solid red 1px;
}

.email-check-wrapper .icon.feather-x {
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
  stroke: black;
  background-color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px black;
}

@media screen and (max-width: 767px ) {
  .email-check-wrapper [data-email-check-popup] > div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .email-check-wrapper label{
    font-size: 12px;
  }

  .email-check-popup-content .left{
    order: 2;
  }
  .email-check-popup-content .right{
    order: 1;
  }

  .email-check-wrapper [data-email-check-popup] {
    left: 0;
    top: unset;
    bottom: 25px;

    transform: translate(0);

    min-width: auto;

    padding: 25px 20px;
    pointer-events: all;

    width: 100%;
    height: min-content;
  }

  .email-check-wrapper .input-container {
    font-size: 12px;
  }

  .email-check-wrapper [data-email-check-popup] .right img {
    height: 170px;
    width: auto;
    margin: auto;
  }

  .email-check-wrapper {
    z-index: 8000;
    position: relative;
    left: 0;
    bottom: -103px;
    height: 100%;
    width: 100%;

    pointer-events: none;
  }

  .email-check-wrapper .email-check-popup-btn[data-email-check-popup-btn] {
    position: absolute;
    bottom: 11px;
    left: 120px;
    pointer-events: all;
    top: unset;
    right: unset;
  }

  .email-check-popup-img {
    position: absolute;
    bottom: 7%;
    left: 5%;
    pointer-events: all;
  }

  .email-check-wrapper h1 { 
    width: 100%;
  }

  .email-check-wrapper .email-check-popup-btn[data-email-check-popup-btn] p {
    display: none;
  }
}

@media screen and (min-width: 768px) { 
  .cart-template { 
    position: relative; 
  }

  .cart-template .email-check-wrapper { 
      position: absolute; 
      top: calc(100% - 8rem); 
      right: 32rem;
    } 
}

#coitable {
  max-width: var(--reading_container_width);
  margin: 0 auto;
}

@media (max-width: 1300px) {
  #coitable {
    padding-left: 30px;
    padding-right: 30px;
  }
}



#campaignbar {
  width: 100%;
  background-color: #fefcdd;
  border: 1px solid #7f7e6e;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0;
}






/* NO buy box redesign */
.no-restyle.custom-buy-box .usp_img_icon_container {
	gap: 9px;
}

.no-restyle.custom-buy-box .usp_img_icon_container img {
  width: 24px;
}


.no-restyle.custom-buy-box .custom-buy-box-payment-wrapper ul li {
  margin-top: 0!important;
  flex: 1;
}

#subscription-purchase.no-restyle .subscription-purchase-icons-wrapper .product-usp-text {
  line-height: 120%;
  font-size: 12px;
}


.no-restyle.custom-buy-box hr {
  width: 100%;
}


.no-restyle.custom-buy-box .custom-buy-box-footer .price-by-day-info {
  margin: 0;
  font-size: 10px;
}

.no-restyle.custom-buy-box .subscription-explanation {
  text-align: left;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 22px;
  margin-top: 10px;
}

.no-restyle.custom-buy-box .custom-buy-box-payment-wrapper .payment-headline {
  gap: 10px
}

.no-restyle.custom-buy-box .custom-buy-box-payment-wrapper>.payment-option {
  font-style: italic;
  color: #767676;
}

.no-price-wrapper {
  font-size: 15px;
  color: #F47822 !important;
  flex: 1 0 auto;
  font-size: 10px;
  text-align: right;
}

.no-price-wrapper .no-amount-wrapper {
  font-size: 17px;
}



@media (max-width: 1079px){
  .no-restyle.custom-buy-box .custom-buy-box-top-menu .buy-box-subscription-information-headline {
    font-size: 10px;
  }

  .no-restyle.custom-buy-box .buy-box-subscription-save-headline {
    font-size: 10px;
  }

  .no-restyle.custom-buy-box .custom-buy-box-top-menu .buy-box-subscription-headline-wrapper>span {
    margin-bottom: 2px;
  }

  .no-restyle.custom-buy-box .satisfaction-guarantee-btn {
    width: auto;
    padding: 8px;
    font-size: 12px;
    max-width: unset !important;
  }

  .no-restyle.custom-buy-box .satisfaction-guarantee-icon {
    width: 24px;
  }

  .no-restyle.custom-buy-box-wrapper .buy-box-price-wrapper span {
    font-size: 12px;
  }
}

@media (min-width: 1080px){
  .no-restyle.custom-buy-box .usp_img_icon_container img {
    width: 27px;
  }

  .no-restyle.custom-buy-box .subscription-explanation {
    font-size: 12px;
    line-height: 24px;
  }

  #subscription-purchase.no-restyle .subscription-purchase-icons-wrapper .product-usp-text {
    font-size: 14px;
  }

  .no-restyle.custom-buy-box .product-usp-text br {
    display: none;
  }

  .no-price-wrapper {
    font-size: 16px;
  }

  .no-price-wrapper .no-amount-wrapper {
    font-size: 24px;
  }

  .no-price-wrapper {
    font-size: 12px;
  }

  .no-restyle.custom-buy-box .custom-buy-box-footer .price-by-day-info {
    font-size: 12px;
  }

}
