@charset "UTF-8";
html,
body,
div,
form,
fieldset,
legend,
caption,
label,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

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

th,
td {
  text-align: left;
  vertical-align: top;
}

img {
  border: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

:focus {
  outline: none;
}

input {
  border-radius: 0;
}

textarea, input[type=text] {
  -webkit-appearance: none;
}

@media only screen and (max-width: 1023px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14px;
  background-color: #F5F5F6;
}
@media only screen and (max-width: 1023px) {
  body.full-modal-open {
    overflow-y: hidden;
  }
}

button {
  font-family: "DM Sans", sans-serif !important;
  background-color: #fff;
  border: none;
  padding: 0;
}
button span {
  font-family: "DM Sans", sans-serif !important;
}

input {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
}

input::placeholder {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 1024px) {
  .container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1440px;
  }
}

.breadcrumbs {
  padding-left: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  background-color: #f7f7f8;
}
@media only screen and (min-width: 1024px) {
  .breadcrumbs {
    padding-left: 40px;
    line-height: 40px;
  }
}
.breadcrumbs a {
  font-size: 10px;
  text-transform: uppercase;
  color: #adadad;
  letter-spacing: 0.7px;
}
.breadcrumbs a:before {
  content: "/";
  color: #adadad;
  margin: 0 5px 0 1px;
  position: relative;
}
.breadcrumbs a:first-child:before {
  content: " ";
  margin: 0;
}

.btn-bordered {
  display: block;
  border: solid 1px #000;
  font-size: 13px;
  letter-spacing: -0.1px;
  text-align: center;
  line-height: 33px;
}

button {
  cursor: pointer;
}

#cookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #000;
  font-size: 10px;
  padding: 20px;
  box-sizing: border-box;
  line-height: 16px;
  z-index: 104;
}
@media only screen and (min-width: 1024px) {
  #cookieConsent {
    bottom: 40px;
    right: 40px;
    width: auto;
    padding: 40px;
    font-size: 13px;
    line-height: 20px;
  }
}
#cookieConsent .text {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  #cookieConsent .text {
    max-width: 420px;
  }
}
#cookieConsent .controls {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  #cookieConsent .controls {
    margin-top: 40px;
  }
}
#cookieConsent .controls a {
  color: #fff;
}
#cookieConsent .controls .accept {
  font-family: "DM Sans", sans-serif;
}
#cookieConsent .controls .read-more {
  font-family: "DM Sans", sans-serif;
}

.hide-cookieConsent {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .mobile-menu-visible .container:after, .mobile-menu-visible .searchcover-inner:after, .quick-buy-visible .container:after, .quick-buy-visible .searchcover-inner:after, .category-filter-mobile-visible .container:after, .category-filter-mobile-visible .searchcover-inner:after {
    transition: opacity 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.54;
    z-index: 112;
  }
}

.product-details.product-added-modal-visible .container:after {
  transition: opacity 1s;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.54;
  z-index: 112;
}

@media only screen and (max-width: 1023px) {
  .display-more-products-visible.product-added-modal-visible .container:after {
    transition: opacity 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.54;
    z-index: 112;
  }
}

/*.container:after {
    opacity: 0;
    transition: opacity ease 1s;
    content: '';
}*/
.quick-cart-visible .container:after {
  transition: opacity ease 1s;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.6;
  z-index: 112;
}

.quick-cart-visible, .mobile-menu-visible, .category-filter-mobile-visible, .search-modal-open, .quick-favourites-visible {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

@media only screen and (max-width: 1023px) {
  .quick-buy-visible {
    overflow: hidden;
  }
}

.modal-menu-right, .modal-menu-left {
  position: fixed;
  width: 320px;
  top: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 114;
  background-color: #fff;
  max-height: 100%;
}
@media only screen and (min-width: 1024px) {
  .modal-menu-right, .modal-menu-left {
    width: 433px;
  }
}
.modal-menu-right header, .modal-menu-left header {
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #eae9e7;
  flex-shrink: 0;
  /*flex-basis: content;*/
}
@media only screen and (min-width: 1024px) {
  .modal-menu-right header, .modal-menu-left header {
    padding-left: 40px;
  }
}
.modal-menu-right header h4, .modal-menu-left header h4 {
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.14px;
}
.modal-menu-right header .close-button, .modal-menu-left header .close-button {
  padding: 16px;
  margin: 1px 0;
  padding-right: 20px;
}
@media only screen and (min-width: 1024px) {
  .modal-menu-right header .close-button, .modal-menu-left header .close-button {
    padding: 40px;
  }
}
.modal-menu-right header .close-button img, .modal-menu-left header .close-button img {
  height: 25px;
  vertical-align: middle;
}

.modal-menu-right {
  transition: right 0.25s ease-in;
  box-shadow: -4px 4px 4px -4px rgba(0, 0, 0, 0.5);
  right: -335px;
}
@media only screen and (min-width: 1024px) {
  .modal-menu-right {
    right: -440px;
  }
}

.modal-menu-left {
  transition: left 0.25s ease-in;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  left: -335px;
}
@media only screen and (min-width: 1024px) {
  .modal-menu-left {
    left: -440px;
  }
}

.related-categories {
  padding: 0 20px 20px 20px;
  border-top: 1px solid #eae9e7;
}
@media only screen and (min-width: 1024px) {
  .related-categories {
    border-top: none;
    padding: 10px 40px 40px 40px;
  }
}
@media only screen and (min-width: 1224px) {
  .related-categories {
    padding: 10px 120px 40px 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .related-categories {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.related-categories .related-category-grouping .text-center {
  padding-top: 10px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .related-categories .related-category-grouping .text-center {
    padding-top: 20px;
  }
}
.related-categories .related-category-grouping .related-categories-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
.related-categories .related-category-grouping .related-categories-items a {
  width: 50%;
  line-height: 22px;
}
@media only screen and (min-width: 1024px) {
  .related-categories .related-category-grouping .related-categories-items a {
    width: 25%;
    line-height: 18px;
  }
}
.related-categories .related-category-grouping .related-categories-items {
  /*align-items: center;*/
}
@media only screen and (min-width: 1624px) {
  .related-categories .related-category-grouping .related-categories-items {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .product-details .related-categories {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .product-details .related-category-grouping .text-center {
    padding-top: 0;
  }
}

.trustpilot-wrapper {
  font-size: 10px;
  text-align: center;
}
.trustpilot-wrapper .tp-widget-wrapper {
  position: relative;
}
.trustpilot-wrapper .tp-widget-wrapper .tp-widget-trustscore {
  padding-right: 5px;
  display: inline-block;
}
.trustpilot-wrapper .tp-widget-wrapper .tp-widget-stars {
  position: relative;
  width: 70px;
  height: 12px;
  display: inline-block;
  vertical-align: text-top;
}
.trustpilot-wrapper .tp-widget-wrapper .widget-info {
  font-size: 9px;
  text-align: right;
  padding-top: 2px;
  text-align: center;
}
.trustpilot-wrapper .tp-widget-wrapper .widget-info .tp-widget-logo {
  position: relative;
  height: 12px;
  display: inline-block;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox img {
  position: absolute;
  top: -1px;
  margin: auto;
  height: 20px;
}
.custom-checkbox img.checked {
  display: none;
}
.custom-checkbox img.unchecked {
  display: inline;
}
.custom-checkbox input:checked ~ .checked {
  display: inline;
}
.custom-checkbox input:checked ~ .unchecked {
  display: none;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox span {
  padding-left: 25px;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-bottom: 1px solid #eae9e7;
  background-color: #fff;
}
.sitemessage-visible .header {
  margin-top: 40px;
}
.header {
  /*Temp for christmas*/
}
.header .jul .mega-menu-show {
  background-color: #f50b2c;
  color: #fff;
  border-radius: 3px;
}
@media only screen and (min-width: 1024px) {
  .header {
    position: relative;
    /*height: 100px;*/
    flex-wrap: nowrap;
    padding: 0 30px 0 40px;
    position: sticky;
    top: 0;
    z-index: 4;
    max-height: 101px;
    transition: max-height 0.5s;
  }
  .scrolledheader .header {
    max-height: 55px;
  }
  .sitemessage-visible .header {
    top: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 104;
  }
}
.header .icon-description {
  font-size: 8px;
  line-height: 8px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}
.header .icon-description.filled {
  color: #d23a3a;
}
.header .logo {
  line-height: 49px;
}
.header .logo img {
  height: 17px;
  padding-left: 20px;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .header .logo img {
    line-height: normal;
    height: 20px;
    padding: 40px 0;
  }
}
.header .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  margin: 0 10px;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .header .links {
    display: none;
  }
}
@media only screen and (min-width: 1424px) {
  .header .links {
    margin-left: 140px;
    margin-right: 90px;
  }
}
.header .links a {
  display: block;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.14px;
  padding: 0 10px;
  margin: 0 -5px;
}
.header .icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 35px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .header .icons {
    display: none;
  }
}
.header .icons a {
  /*line-height: 49px;*/
  /*padding-right: 20px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;*/
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.header .icons a img {
  vertical-align: middle;
  height: 24px;
}
.header .icons a.mobile-menu-open-button {
  padding-right: 20px;
}
.header .icons a.mobile-menu-open-button img {
  height: 18px;
  padding-top: 3px;
}
.header .icons-desktop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .header .icons-desktop {
    display: none;
  }
}
.header .icons-desktop {
  /*input {
      margin-right: 30px;
      height: 40px;
      width: 360px;
  }*/
}
.header .icons-desktop .open-search-div {
  height: 100%;
  margin-right: 30px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 28px;
  padding-bottom: 25px;
  width: 260px;
  border-left: 1px solid #eae9e7;
  border-right: 1px solid #eae9e7;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1224px) {
  .header .icons-desktop .open-search-div {
    width: 355px;
  }
}
@media only screen and (min-width: 1024px) {
  .header .icons-desktop .open-search-div {
    transition: padding 0.5s;
  }
  .scrolledheader .header .icons-desktop .open-search-div {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.header .icons-desktop .open-search-div .open-search-btn {
  height: 40px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 13px;
  line-height: 1.54;
  background-color: #fff;
  text-align: left;
  padding-left: 0;
}
.header .icons-desktop .open-search-div .open-search-btn img {
  vertical-align: bottom;
  margin-right: 10px;
  height: 24px;
}
.header .icons-desktop .open-search-div .open-search-btn span {
  line-height: 24px;
}
.header .icons-desktop .cart-toggler {
  cursor: pointer;
  padding: 10px;
  text-align: center;
}
.header .icons-desktop .cart-toggler img {
  vertical-align: middle;
}
.header .payment-hide {
  display: none;
}
.header .quick-cart2 {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 40px;
  background-color: #ddd;
  width: 0;
  height: 100vh;
  z-index: 11;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .header .quick-cart2 {
    margin-right: 0;
  }
}
.header .show-quick-cart2 {
  width: 30%;
}
@media only screen and (max-width: 1023px) {
  .header .show-quick-cart2 {
    width: 90%;
  }
}

.mobile-search {
  width: 100%;
  /*padding: 0 $padding-mobile-side;*/
  padding-top: 50px;
  border-bottom: 1px solid #eae9e7;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .mobile-search {
    display: none;
  }
}
.sitemessage-visible .mobile-search {
  padding-top: 90px;
}

.mobile-search-form-wrapper, .desktop-search-form-wrapper {
  margin: 0px 20px 10px 20px;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .mobile-search-form-wrapper, .desktop-search-form-wrapper {
    margin: 2px 0 2px 0;
  }
}
.mobile-search-form-wrapper .header-search-form, .desktop-search-form-wrapper .header-search-form {
  /*padding-left: 20px;
      padding-right: 10px;*/
  border-bottom: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  height: 40px;
}
@media only screen and (min-width: 1024px) {
  .mobile-search-form-wrapper .header-search-form, .desktop-search-form-wrapper .header-search-form {
    height: 43px;
  }
}
.mobile-search-form-wrapper .header-search-form input, .desktop-search-form-wrapper .header-search-form input {
  border: 1px solid #000;
  margin: 0;
  padding: 0 0 0 20px;
  flex-grow: 1;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1224px) {
  .mobile-search-form-wrapper .header-search-form input, .desktop-search-form-wrapper .header-search-form input {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-search-form-wrapper .header-search-form input, .desktop-search-form-wrapper .header-search-form input {
    padding: 0 0 0 5px;
  }
}
.mobile-search-form-wrapper .header-search-form input::placeholder, .desktop-search-form-wrapper .header-search-form input::placeholder {
  color: #000;
  font-family: "DM Sans", sans-serif;
}
.mobile-search-form-wrapper .header-search-form .submit-button, .desktop-search-form-wrapper .header-search-form .submit-button {
  background-color: #000;
  border-radius: 0;
  width: 40px;
  padding: 7px;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .mobile-search-form-wrapper .header-search-form .submit-button, .desktop-search-form-wrapper .header-search-form .submit-button {
    width: 43px;
    padding: 10px;
  }
}
.mobile-search-form-wrapper .header-search-form img, .desktop-search-form-wrapper .header-search-form img {
  vertical-align: middle;
}
.mobile-search-form-wrapper .header-search-form .close-search-button, .desktop-search-form-wrapper .header-search-form .close-search-button {
  position: absolute;
  right: 55px;
  top: 11px;
}
@media only screen and (min-width: 1024px) {
  .mobile-search-form-wrapper .header-search-form .close-search-button, .desktop-search-form-wrapper .header-search-form .close-search-button {
    display: none;
  }
}
.mobile-search-form-wrapper .header-search-form .close-search-button img, .desktop-search-form-wrapper .header-search-form .close-search-button img {
  height: 15px;
}

.payment-backgroung {
  background-color: #f7f7f8;
}

.open-search-btn-header {
  opacity: 0;
  transition: opacity 0.5s;
}
.open-search-btn-header img {
  height: 20px !important;
  padding-top: 3px;
}
.product-details .open-search-btn-header, .fdesk .open-search-btn-header {
  opacity: 1;
}
.scrolled .open-search-btn-header {
  opacity: 1;
  transition: opacity 2s;
}

.cart-toggler {
  position: relative;
}
.cart-toggler img {
  width: 26px !important;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .cart-toggler img {
    width: 25px;
    margin-bottom: -8px;
  }
}
.cart-toggler .cart-count {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 9px;
  width: 100%;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .cart-toggler .cart-count {
    bottom: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .cart-toggler .icon-description {
    margin-bottom: -5px;
    margin-top: 10px;
  }
}

.perfume .department-perfume {
  border-bottom: 1px solid #000;
}

.haircare .department-haircare {
  border-bottom: 1px solid #000;
}

.skincare .department-skincare {
  border-bottom: 1px solid #000;
}

.makeup .department-makeup {
  border-bottom: 1px solid #000;
}

.brands .department-brands {
  border-bottom: 1px solid #000;
}

.startpage .department-startpage {
  border-bottom: 1px solid #000;
}

.news .department-news {
  border-bottom: 1px solid #000;
}

.product-details.search-expanded, .fdesk.search-expanded {
  /*padding-top: 0;*/
}
@media only screen and (max-width: 1023px) {
  .product-details .header, .fdesk .header {
    border-bottom: 1px solid #eae9e7;
  }
  .product-details.search-expanded .header, .fdesk.search-expanded .header {
    border-bottom: none;
  }
}

.product-details .favourite-button img {
  height: 25px;
}

.product-details .mobile-search, .fdesk .mobile-search {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height ease 0.2s;
}
@media only screen and (max-width: 1023px) {
  .search-expanded .mobile-search {
    max-height: 50px;
    /*padding-top: 50px;*/
  }
}

.product {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .product {
    padding-bottom: 40px;
  }
}
.product .incoming-wrapper {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .product .incoming-wrapper {
    width: 400px;
  }
}
.product .freshipping-usp {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin-left: -6px;
  margin-bottom: 5px;
}
.product .freshipping-usp img {
  height: 25px;
}
@media only screen and (min-width: 1024px) {
  .product .grid {
    display: flex;
  }
  .product .grid > div {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .product .grid > :nth-child(2) {
    border-left: 1px solid #eae9e7;
  }
}
.product .grid .desktop-brand {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .product .grid .desktop-brand {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .product .grid .phone-brand {
    display: none;
  }
}
.product .grid .image {
  grid-column-start: 1;
  text-align: center;
  background-color: #f7f7f8;
  padding: 70px 0 0 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .product .grid .image {
    padding: 70px 0 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .sitemessage-visible .product .grid .image {
    margin-top: 40px;
  }
}
.product .grid .image .slideshow {
  display: none;
}
.product .grid .image .slideshow.visible {
  display: block;
}
.product .grid .image .slideshow .padding-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.product .grid .image .slideshow .padding-wrapper .slide-move {
  background-color: transparent;
  position: absolute;
  top: 50%;
  z-index: 100;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .image .slideshow .padding-wrapper .slide-move {
    display: none;
  }
}
.product .grid .image .slideshow .padding-wrapper .slide-move img {
  height: 25px;
}
.product .grid .image .slideshow .padding-wrapper .slide-move.slide-left {
  left: 0;
  transform: rotate(180deg);
}
.product .grid .image .slideshow .padding-wrapper .slide-move.slide-right {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .product .grid .image .slideshow .padding-wrapper {
    width: 330px;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
  }
}
.product .grid .image .slideshow .padding-wrapper .swiper-container {
  height: 100%;
}
.product .grid .image .slideshow .padding-wrapper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.product .grid .image .slideshow .padding-wrapper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.product .grid .image .slideshow .padding-wrapper .slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f7f7f8;
  background-blend-mode: darken;
}
@media only screen and (max-width: 1023px) {
  .product .grid .image .slideshow .padding-wrapper .slide {
    padding-top: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .product .grid .image .slideshow .padding-wrapper .slide {
    height: 100%;
    width: 100%;
  }
}
.product .grid .image .slideshow .spacer {
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .image .slideshow .spacer {
    padding-top: 40px;
  }
}
.product .grid .image .slideshow .scroll-wrapper {
  width: 100%;
  overflow-x: auto;
}
.product .grid .image .slideshow .scroll-wrapper .thumb-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-top: 20px;
  border-top: 1px solid #eae9e7;
}
@media only screen and (max-width: 1023px) {
  .product .grid .image .slideshow .scroll-wrapper .thumb-container {
    border-bottom: 1px solid #eae9e7;
    margin-top: 20px;
  }
}
.product .grid .image .slideshow .scroll-wrapper .thumb-container .thumb {
  display: block;
  opacity: 0.5;
  border-right: 1px solid #eae9e7;
  padding: 5px;
}
.product .grid .image .slideshow .scroll-wrapper .thumb-container .thumb.active {
  opacity: 1;
}
.product .grid .image .slideshow .scroll-wrapper .thumb-container .thumb .thumb-img {
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f7f7f8;
  background-blend-mode: darken;
}
.product .grid .image .breadcrumbs {
  position: absolute;
  top: 15px;
  font-size: 10px;
  line-height: 10px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .image .breadcrumbs {
    display: none;
  }
}
.product .grid .image .brandimg {
  position: absolute;
  top: 32px;
  left: 20px;
  font-family: "DM Sans", sans-serif;
}
.product .grid .image .brandimg img {
  max-width: 150px;
  max-height: 42px;
}
@media only screen and (max-width: 1023px) {
  .product .grid .image .brandimg img {
    max-width: 100px;
    max-height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .product .grid .image .brandimg {
    left: 40px;
    top: 20px;
  }
}
.product .grid .image .percent_gt_25 {
  position: absolute;
  right: 15px;
  top: 10px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .product .grid .image .percent_gt_25 {
    height: 50px;
    width: 50px;
    line-height: 50px;
    top: 30px;
    font-size: 13px;
  }
}
.product .grid .image .percent_gt_25 span {
  text-align: center;
  font-style: italic;
}
.save25 .product .grid .image .percent_gt_25 {
  display: flex;
}
.product .grid .image .product-imagebubble {
  position: absolute;
  right: 15px;
  top: 10px;
  height: 60px;
  width: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .product .grid .image .product-imagebubble {
    height: 50px;
    width: 50px;
    top: 30px;
  }
}
.product .grid .image .product-imagebubble img {
  max-width: 100%;
  max-height: 100%;
}
.product .grid .image .product-imagebubble.displaybubble {
  display: flex;
}
.product .grid .image .product-imagebubble-ac {
  position: absolute;
  right: 15px;
  top: 10px;
  height: 60px;
  width: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .product .grid .image .product-imagebubble-ac {
    height: 50px;
    width: 50px;
    top: 30px;
  }
}
.product .grid .image .product-imagebubble-ac img {
  max-width: 100%;
  max-height: 100%;
}
.product .grid .image .product-imagebubble-ac.displaybubble-ac {
  display: flex;
}
.product .grid .image .item-tester {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 60px;
  left: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  font-size: 11px;
  z-index: 1;
  background-color: #000;
  color: #fff;
}
.product .grid .image .item-tester.longtext {
  font-size: 10px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .image .item-tester {
    font-size: 12px;
    left: 30px;
    width: 60px;
    height: 60px;
    line-height: 0.77;
  }
}
.product .grid .image .item-tester span {
  text-align: center;
  line-height: 1.11;
  font-style: italic;
}
.product .grid .image .prod-vegan {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .image .prod-vegan {
    width: 60px;
    height: 60px;
  }
}
.product .grid .image .prod-vegan img {
  width: 100%;
  height: 100%;
}
.product .grid .image .prod-vegan.multi {
  bottom: 75px !important;
}
.product .grid .image .pinch-icon {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .image .pinch-icon {
    display: none;
  }
}
.product .grid .image .pinch-icon img {
  width: 100%;
  height: 100%;
}
.product .grid .image .pinch-icon.multi {
  bottom: 75px !important;
}
.product .grid .image .prod-lowerleft {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 66px;
  height: 66px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .image .prod-lowerleft {
    width: 81px;
    height: 81px;
    right: 30px;
  }
}
.product .grid .image .prod-lowerleft img {
  height: 100%;
}
.product .grid .image .prod-lowerleft {
  /*                &.multi {
      bottom: 75px !important;
  }*/
}
.product .grid .buy {
  grid-column-start: 2;
  box-sizing: border-box;
  padding: 15px 20px 0 20px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy {
    padding: 20px 40px 0 40px;
  }
}
.product .grid .buy .breadcrumbs {
  display: none;
  padding-left: 0;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .breadcrumbs {
    display: block;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .name span {
    display: block;
  }
}
.product .grid .buy .name .brand-name {
  font-family: "DM Sans", sans-serif;
  line-height: 22px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .name .space {
    display: none;
  }
}
.product .grid .buy .name .product-name {
  font-family: "DM Sans", sans-serif;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .name .product-name {
    font-size: 20px;
  }
}
.product .grid .buy .newprice-findation-wrapper {
  display: flex;
}
.product .grid .buy .newprice-findation-wrapper .newprice {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 22px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .newprice-findation-wrapper .newprice {
    line-height: 24px;
  }
}
.product .grid .buy .newprice-findation-wrapper .newprice .our-price-original-price-wrapper {
  margin: 7px 0 5px 0;
}
.product .grid .buy .newprice-findation-wrapper .newprice .our-price, .product .grid .buy .newprice-findation-wrapper .newprice .orginal-price {
  font-family: "DM Sans", sans-serif;
  font-size: 1.5em;
}
.product .grid .buy .newprice-findation-wrapper .newprice .our-price.red {
  color: #d23a3a;
}
.product .grid .buy .newprice-findation-wrapper .newprice .orginal-price {
  text-decoration: line-through;
  margin-left: 3px;
}
.product .grid .buy .newprice-findation-wrapper .newprice .rek-price {
  color: #9c9c9c;
  margin-right: 20px;
  margin-bottom: 5px;
}
.product .grid .buy .newprice-findation-wrapper .newprice .giftbox-value {
  font-size: 1.2em;
  font-weight: 600;
  color: #787878;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .newprice-findation-wrapper .newprice .giftbox-value {
    margin-bottom: 0;
  }
}
.product .grid .buy .newprice-findation-wrapper .newprice .thirtyd-price {
  color: #9c9c9c;
  margin-right: 20px;
}
.product .grid .buy .newprice-findation-wrapper .newprice .thirtyd-price.nosale {
  display: none;
}
.product .grid .buy .newprice-findation-wrapper .newprice .rek-percent {
  color: #9c9c9c;
}
.product .grid .buy .newprice-findation-wrapper .newprice .campaign-banner {
  text-align: center;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .product .grid .buy .newprice-findation-wrapper .newprice .campaign-banner {
    right: 20px;
    /*bottom: 50px;*/
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .product .grid .buy .newprice-findation-wrapper .newprice .campaign-banner {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .newprice-findation-wrapper .newprice .campaign-banner {
    right: 40px;
  }
}
.product .grid .buy .newprice-findation-wrapper .newprice .campaign-banner .campaign-banner-inner {
  padding: 5px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 15px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .newprice-findation-wrapper .newprice .campaign-banner .campaign-banner-inner {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .product .grid .buy .newprice-findation-wrapper .newprice .campaign-banner .campaign-banner-inner {
    padding: 5px 4px;
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .product .grid .buy .newprice-findation-wrapper .newprice .campaign-banner .campaign-banner-inner {
    padding: 5px 8px;
  }
}
.product .grid .buy .coming-soon {
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  background-color: #f7f7f8;
  color: #d23a3a;
  width: 400px;
  margin-top: 20px;
  border: 1px solid #eae9e7;
}
@media only screen and (max-width: 1023px) {
  .product .grid .buy .coming-soon {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
    padding-top: 10px;
  }
}
.product .grid .buy .coming-soon .coming-soon-msg {
  display: flex;
  justify-content: center;
  color: #000;
  margin-bottom: 5px;
}
.product .grid .buy .coming-soon .coming-soon-timer {
  display: flex;
  text-align: center;
  width: 100%;
}
.product .grid .buy .coming-soon .coming-soon-timer div {
  width: 25%;
}
.product .grid .buy .coming-soon .coming-soon-txt {
  display: flex;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .product .grid .buy .coming-soon .coming-soon-txt {
    padding-bottom: 10px;
  }
}
.product .grid .buy .coming-soon .coming-soon-txt div {
  width: 25%;
}
.product .grid .buy .coming-soon.campaign {
  color: #000;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .variants {
    width: 320px;
    margin-top: 25px;
  }
}
.product .grid .buy .variants .variant-selected {
  display: none;
}
.product .grid .buy .variants .checked {
  display: none;
}
.product .grid .buy .variants .variant-selected:checked + label {
  background-color: #f3f3f3;
  border: 2px solid #d23a3a;
  padding: 0 6px;
}
.product .grid .buy .variants .variant-selected:checked + label .checked {
  display: inline;
  z-index: 1;
}
.product .grid .buy .variants .variant-selected:checked + label .unchecked {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .variants .variant-selected:checked + label.color-variant {
    padding: 3px 6px;
  }
  .product .grid .buy .variants .variant-selected:checked + label.color-variant .custom-color {
    width: 20px;
    height: 20px;
    top: 5px;
  }
  .product .grid .buy .variants .variant-selected:checked + label.color-variant .custom-color.custom-color-palette {
    width: 25px;
    height: 25px;
    top: 3px;
  }
  .product .grid .buy .variants .variant-selected:checked + label.color-variant .color-variant-size {
    padding-left: 12px;
  }
}
.product .grid .buy .variants .variant-selected:checked + label.color-variant {
  padding-left: 25px;
}
.product .grid .buy .variants .variant {
  border: 1px solid #000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  line-height: 36px;
  padding: 0 7px;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .variants .variant {
    line-height: 24px;
  }
}
.product .grid .buy .variants .variant.out-of-stock {
  opacity: 0.4;
}
.product .grid .buy .variants .variant img {
  height: 20px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .variants .variant img {
    height: 17px;
  }
}
.product .grid .buy .variants .variant .variant-size {
  flex-grow: 1;
  padding-left: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .grid .buy .variants .variant .variant-price {
  color: #000;
  font-family: "DM Sans", sans-serif;
}
.product .grid .buy .variants .variant .variant-outofstock {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75em;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .variants .variant.color-variant {
    padding: 3px 6px;
  }
  .product .grid .buy .variants .variant.color-variant .custom-color {
    width: 20px;
    height: 20px;
    top: 5px;
  }
  .product .grid .buy .variants .variant.color-variant .custom-color.custom-color-palette {
    width: 25px;
    height: 25px;
    top: 3px;
  }
  .product .grid .buy .variants .variant.color-variant .color-variant-size {
    padding-left: 12px;
  }
}
.product .grid .buy .variants .variant.color-variant {
  padding-left: 25px;
}
@media only screen and (max-width: 1023px) {
  .product .grid .buy .doftkort {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #eae9e7;
    border-bottom: 1px solid #eae9e7;
    background-color: #f7f7f8;
  }
}
.product .grid .buy .doftkort .doftkort-btn {
  background-color: #f7f7f8;
  width: 150px;
  display: flex;
  justify-content: space-around;
  line-height: 36px;
  cursor: pointer;
  user-select: none;
}
@media only screen and (max-width: 1023px) {
  .product .grid .buy .doftkort .doftkort-btn {
    width: 100%;
    justify-content: space-between;
  }
}
.product .grid .buy .doftkort .doftkort-btn .sign::before {
  content: "+";
}
.product .grid .buy .doftkort .doftkort-form {
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #f7f7f8;
  transition: all 0s ease-out;
}
.product .grid .buy .doftkort .doftkort-form .form-row {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .product .grid .buy .doftkort .doftkort-form .form-row {
    flex-direction: column;
  }
}
.product .grid .buy .doftkort .doftkort-form .form-row .form-group {
  width: 100%;
}
.product .grid .buy .doftkort .doftkort-form .form-row .form-group .form-control {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.product .grid .buy .doftkort .doftkort-form .form-row .form-group + .form-group {
  margin-left: 10px;
}
@media only screen and (max-width: 1023px) {
  .product .grid .buy .doftkort .doftkort-form .form-row .form-group + .form-group {
    margin-left: 0;
    margin-top: 10px;
  }
}
.product .grid .buy .doftkort .doftkort-form .doftkort-form-submit {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 200px;
  height: calc(2.25rem + 2px);
}
@media only screen and (max-width: 1023px) {
  .product .grid .buy .doftkort .doftkort-form .doftkort-form-submit {
    width: 100%;
  }
}
.product .grid .buy .doftkort .doftkort-msg {
  display: none;
  background-color: #f7f7f8;
  line-height: 36px;
  color: #d23a3a;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .doftkort .doftkort-msg {
    padding: 10px;
  }
}
.product .grid .buy .doftkort.open .sign::before {
  content: "-";
}
.product .grid .buy .doftkort.open .doftkort-form {
  height: auto;
  opacity: 1;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1023px) {
  .product .grid .buy .doftkort.open .doftkort-form {
    padding: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .doftkort.open .doftkort-form {
    padding: 10px;
  }
}
.product .grid .buy .longdescription {
  margin: 20px 0 20px 0;
  line-height: 20px;
  letter-spacing: 0.14px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .longdescription {
    margin-bottom: 40px;
    max-width: 320px;
  }
}
.product .grid .buy .longdescription.long {
  overflow: hidden;
  max-height: 60px;
  position: relative;
  cursor: pointer;
}
.product .grid .buy .longdescription.long::after {
  content: "+";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 20px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
}
.product .grid .buy .longdescription.expanded {
  max-height: 1000px;
  transition: max-height ease-out 0.3s 0.2s, max-width ease-out 0.3s;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .longdescription.expanded {
    column-count: 2;
  }
}
.product .grid .buy .longdescription.expanded::after {
  content: "-";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  /*width: 20%;*/
  height: 20px;
  background: none;
}
.product .grid .buy .testerdescription {
  margin: 20px 0 20px 0;
  line-height: 20px;
  letter-spacing: 0.14px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .testerdescription {
    max-width: 320px;
  }
}
.product .grid .buy .sample-information {
  margin: 10px 0 0 0;
}
.product .grid .buy .add-to-cart-button {
  background-color: #111;
  font-family: "DM Sans", sans-serif !important;
  text-transform: uppercase;
  line-height: 75px;
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  border-radius: 0;
}
@media only screen and (min-width: 1024px) {
  .product .grid .buy .add-to-cart-button {
    margin-top: 20px;
  }
}
.product .grid .buy .add-to-cart-button img {
  vertical-align: middle;
  margin-bottom: 8px;
  margin-right: 5px;
}
.product .grid .buy .usps {
  margin-top: 18px;
  line-height: 22px;
}
.product .grid .info {
  grid-column-start: 2;
  box-sizing: border-box;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .info {
    /*padding-right: $padding-desktop-side;*/
  }
}
.product .grid .info .info-wrapper {
  border-top: 1px solid #eae9e7;
  border-bottom: 1px solid #eae9e7;
  margin-top: -1px;
}
.product .grid .info .info-wrapper.open .info-content {
  max-height: 5000px;
  transition: max-height ease-in 2s;
}
.product .grid .info .info-wrapper .info-header {
  line-height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
.product .grid .info .info-wrapper .info-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px 0 20px;
  transition: max-height ease-in 0.5s;
}
@media only screen and (min-width: 1024px) {
  .product .grid .info .info-wrapper .info-content {
    padding: 0 40px 0 40px;
  }
}
.product .grid .info .info-wrapper .info-content dl {
  max-width: 320px;
}
.product .grid .info .info-wrapper .info-content dl dt, .product .grid .info .info-wrapper .info-content dl dd {
  line-height: 23px;
  padding: 0;
  margin: 0;
}
.product .grid .info .info-wrapper .info-content dl dt {
  float: left;
  font-family: "DM Sans", sans-serif;
}
.product .grid .info .info-wrapper .info-content dl dd a {
  text-decoration: underline;
}
.product .grid .info .info-wrapper.product-extra-text .info-content > div {
  padding-bottom: 10px;
}
.product .grid .info .info-wrapper.product-extra-text .info-content > div ul {
  margin-top: 5px;
}
.product .grid .info .info-wrapper.product-extra-text .info-content > div ul li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 10px;
}
.product .grid .info .packages {
  padding: 0 20px 20px 20px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .info .packages {
    padding: 0 40px 40px 40px;
  }
}
.product .grid .info .packages .package-wrapper {
  display: block;
  padding-top: 40px;
}
.product .grid .info .packages .package-wrapper.package-count-2 .product-img-wrapper {
  width: 50%;
}
.product .grid .info .packages .package-wrapper.package-count-3 .product-img-wrapper {
  width: 33.333%;
}
.product .grid .info .packages .package-wrapper .img-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.product .grid .info .packages .package-wrapper .img-wrapper .product-img-wrapper {
  position: relative;
  text-align: center;
}
.product .grid .info .packages .package-wrapper .img-wrapper .product-img-wrapper a img {
  height: 100px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .info .packages .package-wrapper .img-wrapper .product-img-wrapper a img {
    height: 130px;
  }
}
.product .grid .info .packages .package-wrapper .img-wrapper .product-img-wrapper a span {
  display: block;
  font-family: "DM Sans", sans-serif;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  margin-top: 10px;
}
.product .grid .info .packages .package-wrapper .img-wrapper .plus-sign {
  height: 17px;
  margin-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .info .packages .package-wrapper .img-wrapper .plus-sign {
    height: 33px;
    margin-top: 57px;
  }
}
.product .grid .info .packages .package-wrapper button {
  color: #d23a3a;
  border: 1px solid #d23a3a;
  text-align: center;
  margin-top: 20px;
  line-height: 38px;
  font-family: "DM Sans", sans-serif !important;
  width: 100%;
}
.product .grid .brand {
  grid-column-start: 1;
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid #eae9e7;
  padding-top: 20px;
}
.product .grid .brand .logo {
  max-width: 150px;
  max-height: 50px;
  margin-bottom: 20px;
}
.product .grid .brand .logo-text {
  font-family: "DM Sans", sans-serif;
}
.product .grid .brand .banner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.product .grid .brand .banner-wrapper .banner {
  width: 100%;
}
.product .grid .brand .brand-link {
  display: flex;
  flex-direction: row;
  padding: 0 20px 0 20px;
  justify-content: space-between;
  border-top: 1px solid #eae9e7;
  border-bottom: 1px solid #eae9e7;
  line-height: 36px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .reviews .reviews-items-wrapper {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.product .grid .reviews .reviews-items-wrapper .reviews-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .product .grid .reviews .reviews-items-wrapper .reviews-items {
    padding: 40px;
    padding-bottom: 0;
  }
}
.product .grid .reviews .reviews-items-wrapper .reviews-items > :nth-child(n+3) {
  display: none;
}
.product .grid .reviews .reviews-items-wrapper .reviews-items > :nth-child(odd) {
  padding-right: 10px;
}
.product .grid .reviews .reviews-items-wrapper .reviews-items > :nth-child(even) {
  padding-left: 10px;
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review {
  box-sizing: border-box;
  width: 50%;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .reviews .reviews-items-wrapper .reviews-items .review {
    padding-bottom: 40px;
  }
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review .based-on {
  margin-top: 20px;
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review .name-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .product .grid .reviews .reviews-items-wrapper .reviews-items .review .name-date {
    justify-content: flex-start;
  }
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review .name-date .name {
  font-family: "DM Sans", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review .name-date .date, .product .grid .reviews .reviews-items-wrapper .reviews-items .review .name-date .name {
  white-space: nowrap;
  line-height: 22px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .reviews .reviews-items-wrapper .reviews-items .review .name-date .date, .product .grid .reviews .reviews-items-wrapper .reviews-items .review .name-date .name {
    line-height: 28px;
  }
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review .name-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review .name-stars .stars {
  margin-top: -2px;
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review .name-stars .name {
  font-family: "DM Sans", sans-serif;
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review .stars {
  white-space: nowrap;
  width: 100%;
  font-size: 13px;
  line-height: 13px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .reviews .reviews-items-wrapper .reviews-items .review .stars {
    margin-top: -7px;
  }
}
.summary .product .grid .reviews .reviews-items-wrapper .reviews-items .review .stars {
  width: auto;
  margin-top: 0;
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review .stars img {
  height: 12px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .reviews .reviews-items-wrapper .reviews-items .review .stars {
    font-size: 18px;
    line-height: 18px;
  }
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review .text {
  margin-top: 5px;
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review .text .name-stars {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review.summary {
  position: relative;
}
.product .grid .reviews .reviews-items-wrapper .reviews-items .review.summary .trustpilot-logo-desktop {
  position: absolute;
  height: 20px;
  top: -22px;
}
@media only screen and (min-width: 1024px) {
  .product .grid .reviews .reviews-items-wrapper .reviews-items .review.summary .trustpilot-logo-desktop {
    display: block;
  }
}
.product .grid .reviews .display-all-header, .product .grid .reviews .display-less-header {
  line-height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .product .grid .reviews .display-all-header, .product .grid .reviews .display-less-header {
    padding: 0 40px;
  }
}
.product .grid .reviews .display-less-header {
  display: none;
}
.product .grid .reviews.open .reviews-items > :nth-child(n+3) {
  display: block;
}
.product .grid .reviews.open .display-all-header {
  display: none;
}
.product .grid .reviews.open .display-less-header {
  display: flex;
}
.product .inspiration {
  border-top: 1px solid #eae9e7;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .product .inspiration {
    padding: 20px;
    border-top: none;
  }
}
.product .inspiration .product-extra-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  max-width: 1290px;
  line-height: 1.54;
}
@media only screen and (max-width: 1023px) {
  .product .inspiration .product-extra-row {
    width: 100%;
    flex-wrap: wrap;
  }
}
.product .inspiration .product-extra-row .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product .inspiration .product-extra-row .info img {
  width: 100%;
  height: 100%;
}
.product .inspiration .product-extra-row .info h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  width: 100%;
}
.product .inspiration .product-extra-row .info p {
  max-width: 100%;
}
.product .inspiration .product-extra-row .info.video-wrapper .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.product .inspiration .product-extra-row .info.video-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product .inspiration .product-extra-row .info + .info {
  margin-left: 10px;
}
@media only screen and (max-width: 1023px) {
  .product .inspiration .product-extra-row .info + .info {
    margin-left: 0;
    margin-top: 10px;
  }
}
.product .inspiration .product-extra-row .info:first-child:nth-last-child(1),
.product .inspiration .product-extra-row .info:first-child:nth-last-child(1) ~ .info {
  width: 100%;
}
.product .inspiration .product-extra-row .info:first-child:nth-last-child(2),
.product .inspiration .product-extra-row .info:first-child:nth-last-child(2) ~ .info {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .product .inspiration .product-extra-row .info:first-child:nth-last-child(2),
  .product .inspiration .product-extra-row .info:first-child:nth-last-child(2) ~ .info {
    width: 100%;
  }
}
.product .inspiration .product-extra-row .info:first-child:nth-last-child(3),
.product .inspiration .product-extra-row .info:first-child:nth-last-child(3) ~ .info {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1023px) {
  .product .inspiration .product-extra-row .info:first-child:nth-last-child(3),
  .product .inspiration .product-extra-row .info:first-child:nth-last-child(3) ~ .info {
    width: 100%;
  }
}
.product .inspiration .product-extra-row + .product-extra-row {
  border-top: 1px solid #eae9e7;
  padding-top: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .product .inspiration .product-extra-row + .product-extra-row {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.product .recommended, .product .previous {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .product .recommended, .product .previous {
    flex-wrap: nowrap;
  }
}
.product .recommended .hero-block, .product .previous .hero-block {
  width: 100%;
}
.product .recommended .prod-item, .product .previous .prod-item {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .product .recommended > :nth-child(even), .product .previous > :nth-child(even) {
    border-right: 1px solid #eae9e7;
  }
  .product .recommended > :nth-child(n+2), .product .previous > :nth-child(n+2) {
    border-bottom: 1px solid #eae9e7;
  }
}
@media only screen and (min-width: 1024px) {
  .product .recommended > :nth-child(n+2), .product .previous > :nth-child(n+2) {
    border-left: 1px solid #eae9e7;
    border-bottom: 1px solid #eae9e7;
    border-top: 1px solid #eae9e7;
  }
}
@media only screen and (min-width: 1024px) {
  .product .recommended .hero-block, .product .recommended .prod-item, .product .previous .hero-block, .product .previous .prod-item {
    box-sizing: border-box;
    width: 20%;
  }
}
.product .recommended .hero-block, .product .previous .hero-block {
  background-color: #f7f7f8;
  font-family: "DM Sans", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .product .recommended .hero-block, .product .previous .hero-block {
    padding: 40px;
  }
}
.product .recommended .hero-block img, .product .previous .hero-block img {
  display: none;
  transform: rotate(180deg);
  height: 63px;
}
@media only screen and (min-width: 1024px) {
  .product .recommended .hero-block img, .product .previous .hero-block img {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .product .previous > :nth-child(n+2) {
    border-top: none;
  }
  .product .previous.productcount-1 > :nth-child(2) {
    border-right: 1px solid #eae9e7;
  }
  .product .previous.productcount-2 > :nth-child(3) {
    border-right: 1px solid #eae9e7;
  }
  .product .previous.productcount-3 > :nth-child(4) {
    border-right: 1px solid #eae9e7;
  }
}
.product .add-productreminder-form {
  border: 1px solid #eae9e7;
  position: relative;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  .product .add-productreminder-form {
    max-width: 300px;
  }
}
.product .add-productreminder-form .fields {
  display: none;
}
.product .add-productreminder-form.expanded .fields {
  display: block;
}
.product .add-productreminder-form.expanded .reminder-expand {
  display: none;
}
.product .add-productreminder-form .description {
  line-height: 22px;
  padding-bottom: 5px;
}
.product .add-productreminder-form .added-message, .product .add-productreminder-form .error-message {
  max-height: 0;
  transition: all ease-in 0.5s;
  overflow: hidden;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
.product .add-productreminder-form .added-message {
  color: green;
}
.product .add-productreminder-form .error-message {
  color: #d23a3a;
}
.product .add-productreminder-form.error .error-message {
  padding-bottom: 5px;
  max-height: 40px;
}
.product .add-productreminder-form.added .added-message {
  padding-bottom: 5px;
  max-height: 40px;
}
.product .add-productreminder-form .accept-wrapper {
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 0.8em;
}
.product .add-productreminder-form .accept-wrapper a {
  text-decoration: underline;
}
.product .add-productreminder-form .accept-wrapper input[type=checkbox] {
  margin-left: 0;
}
.product .add-productreminder-form button {
  border: none;
  line-height: 30px;
  font-family: "DM Sans", sans-serif !important;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
}
.product .add-productreminder-form input[type=email] {
  display: block;
  height: 30px;
  width: 100%;
  border: 1px solid #adadad;
  padding: 2px 3px;
  box-sizing: border-box;
}
.product .stock-usps {
  margin-top: 20px;
  line-height: 14px;
}
.product .stock-usps img {
  height: 12px;
}
@media only screen and (min-width: 1024px) {
  .product .stock-usps {
    max-width: 320px;
    /*.review-row {
        display: none;
    }*/
  }
}
.product .stock-usps dt {
  clear: left;
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}
.product .stock-usps dd {
  text-align: right;
  padding-bottom: 5px;
}
.product .stock-usps :after {
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .product .name-review-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .product .name-review-wrapper .name {
    flex-grow: 1;
  }
  .product .name-review-wrapper .reviews-usp {
    padding-left: 5px;
    white-space: nowrap;
  }
}
.product .reviews-usp {
  line-height: 12px;
  margin-top: 3px;
}
@media only screen and (min-width: 1024px) {
  .product .reviews-usp {
    margin: 7px 0;
  }
}
.product .reviews-usp img {
  height: 12px;
}
.product .reviews-usp .no {
  color: #adadad;
  font-family: "DM Sans", sans-serif;
}
.product .reviews-usp .trustpilot-logo-mobile {
  height: 20px;
}
@media only screen and (min-width: 1024px) {
  .product .reviews-usp .trustpilot-logo-mobile {
    display: none;
  }
}
.product.superbeautydealsrek .variant-price, .product.superbeautydealsrek .our-price {
  color: #c62828 !important;
}
.product .saveboth.nosave {
  display: none !important;
}

.gwp .gwp-img {
  align-self: center;
  width: 30%;
  min-width: 30%;
  /*padding: 5px;*/
}
.gwp .gwp-img img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .gwp .gwp-img {
    width: 10%;
    padding: 10px;
  }
}
.gwp .gwp-desc {
  align-self: center;
  flex-grow: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .gwp .gwp-desc {
    padding-left: 50px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .gwp .gwp-desc .gwp-desc-text {
    max-width: 320px;
  }
}
.gwp .gwp-price {
  align-self: center;
  font-family: "DM Sans", sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 10px;
}
.gwp .gwp-price img {
  height: 20px;
  margin-bottom: 10px;
}
.gwp .gwp-price {
  /*        @include respond-to(desktop) {
      width: 20%;
  }*/
}

.display-reminder {
  display: none;
}

.reminder-active .display-instock {
  display: none;
}
.reminder-active .display-reminder {
  display: block;
}

.bubble-asterisk-text {
  color: #adadad;
  display: none;
}
.bubble-asterisk-text .bubble-asterisk-text-aterisk {
  vertical-align: top;
}

.bubble-asterisk {
  display: none;
}

.displaybubble-prod .bubble-asterisk-text {
  display: block;
}
.displaybubble-prod .bubble-asterisk {
  display: inline;
  font-size: 1.5em;
}

.category-body {
  box-sizing: border-box;
  background-color: #fff;
}
.category-body .category-float-right {
  float: right;
}
.category-body .category-hide-me {
  height: 0;
}
.category-body .productlist-title {
  box-sizing: border-box;
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  background-color: #d05a53;
  width: 100%;
  letter-spacing: 0.14px;
  font-size: 13px;
  font-family: "DM Sans", sans-serif;
  border-top: 1px solid #eae9e7;
}
@media only screen and (max-width: 1023px) {
  .category-body .productlist-title {
    padding-left: 20px;
  }
}
.category-body .brand-bestsellers {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #f7f7f8;
}
@media only screen and (max-width: 1023px) {
  .category-body .brand-bestsellers {
    height: auto;
  }
}
.category-body .brand-bestsellers .scroll-btn {
  width: 20%;
  background-color: #d05a53;
}
@media only screen and (max-width: 1023px) {
  .category-body .brand-bestsellers .scroll-btn {
    width: 100%;
    height: 38px;
  }
}
.category-body .brand-bestsellers .scroll-btn ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.14px;
}
@media only screen and (max-width: 1023px) {
  .category-body .brand-bestsellers .scroll-btn ul {
    justify-content: left;
  }
}
@media only screen and (max-width: 1023px) {
  .category-body .brand-bestsellers .scroll-btn ul .scroll-btn-text {
    padding-left: 20px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1023px) {
  .category-body .brand-bestsellers .scroll-btn ul .scroll-btn-text span {
    display: none;
  }
}
.category-body .brand-bestsellers .scroll-btn ul .sign {
  transform: rotate(-45deg);
  font-size: 50px;
  margin-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .category-body .brand-bestsellers .scroll-btn ul .sign {
    display: none;
  }
}
.category-body .brand-bestsellers .bestsellers-product {
  box-sizing: border-box;
  width: 20%;
  border-left: 1px solid #f7f7f8;
  border-bottom: 1px solid #f7f7f8;
}
@media only screen and (max-width: 1023px) {
  .category-body .brand-bestsellers .bestsellers-product {
    width: 50%;
  }
}
.category-body .title-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f8;
}
@media only screen and (min-width: 1024px) {
  .category-body .title-wrapper {
    flex-direction: row;
  }
}
.category-body .title-wrapper .leftcol {
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .category-body .title-wrapper .leftcol {
    width: 30%;
    display: flex;
    flex-direction: row;
    padding: 50px 40px;
  }
}
.category-body .title-wrapper .leftcol img {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .category-body .title-wrapper .leftcol img {
    height: 45px;
    padding-right: 40px;
  }
}
.category-body .title-wrapper .leftcol .longdescription-wrapper h1 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14px;
}
.category-body .title-wrapper .leftcol .longdescription-wrapper .longdescription {
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.14px;
}
.category-body .title-wrapper .leftcol .longdescription-wrapper .longdescription .long {
  display: none;
}
.category-body .title-wrapper .leftcol .longdescription-wrapper .longdescription .short {
  display: block;
}
.category-body .title-wrapper .rightcol {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .category-body .title-wrapper .rightcol {
    width: 70%;
    padding: 50px;
    display: block;
  }
}
.category-body .title-wrapper .rightcol .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 500px;
}
.category-body .title-wrapper .rightcol .btn-wrapper .btn-bordered {
  height: 35px;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  flex-basis: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 144px;
}
.category-body .title-wrapper .rightcol .btn-wrapper .btn-bordered:hover {
  font-weight: 600;
}
.category-body .productlist-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.category-body .productlist-wrapper .anchortarget {
  display: block;
  position: relative;
  top: 38px;
  visibility: hidden;
}
.category-body .productlist-wrapper .sort-filter-header {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background-color: #f7f7f8;
}
@media only screen and (min-width: 1024px) {
  .category-body .productlist-wrapper .sort-filter-header {
    display: none;
  }
}
.category-body .productlist-wrapper .sort-filter-header .header-filter {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.category-body .productlist-wrapper .sort-filter-header .header-filter h2 {
  font-family: "DM Sans", sans-serif;
}
.category-body .productlist-wrapper .sort-filter-header .header-filter img {
  height: 17px;
  transform: rotate(90deg);
}
.category-body .productlist-wrapper .sort-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: sticky;
  top: 49px;
  background-color: #fff;
  z-index: 3;
  border-bottom: 1px solid #eae9e7;
}
@media only screen and (min-width: 1024px) {
  .category-body .productlist-wrapper .sort-filter {
    top: auto;
    position: relative;
    z-index: 3;
  }
}
@media only screen and (max-width: 1023px) {
  .category-body .productlist-wrapper .sort-filter {
    background-color: #f7f7f8;
    padding-top: 10px;
  }
  .sitemessage-visible .category-body .productlist-wrapper .sort-filter {
    top: 88px;
  }
}
.category-body .productlist-wrapper .sort-filter .filter-col, .category-body .productlist-wrapper .sort-filter .sort-col {
  letter-spacing: 0.14px;
  text-align: center;
  box-sizing: border-box;
  width: 50%;
}
.category-body .productlist-wrapper .sort-filter .filter-col button, .category-body .productlist-wrapper .sort-filter .sort-col button {
  border: 1px solid #000;
  padding: 8px 10px;
  width: 100%;
  text-transform: uppercase;
  border-radius: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
}
.category-body .productlist-wrapper .sort-filter .filter-col button img, .category-body .productlist-wrapper .sort-filter .sort-col button img {
  width: 25px;
}
.category-body .productlist-wrapper .sort-filter .filter-col {
  padding: 10px 20px;
  padding-right: 10px;
}
@media only screen and (min-width: 1024px) {
  .category-body .productlist-wrapper .sort-filter .filter-col {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .category-body .productlist-wrapper .sort-filter .filter-col {
    padding-top: 0;
  }
}
.category-body .productlist-wrapper .sort-filter .filter-col .filter-col-div {
  display: flex;
  justify-content: space-between;
}
.category-body .productlist-wrapper .sort-filter .sort-phone-backgroung {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 101;
  background-color: rgba(50, 50, 50, 0.5);
}
.category-body .productlist-wrapper .sort-filter .sort-col {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .category-body .productlist-wrapper .sort-filter .sort-col {
    order: 2;
    width: 100%;
  }
}
.category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div {
  box-sizing: border-box;
  position: absolute;
  z-index: 102;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div {
    top: 0;
    left: 10px;
    right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div {
    top: 11px;
    right: 40px;
    width: 200px;
  }
}
.category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div .sort-col-link {
  /*display: flex;
  justify-content: space-between;
  margin-top: 0px;*/
}
.category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div .sort-col-link .sign:before {
  content: "-";
}
.category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div .sort-list {
  padding-left: 20px;
  line-height: 1.85;
  padding-bottom: 10px;
  text-align: left;
}
.category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div .sort-list .sort-option {
  display: none;
}
.category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div .sort-list .product-sort-label {
  display: block;
}
.category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div .sort-list .product-sort-label, .category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div .sort-list .product-sort-label:before {
  cursor: pointer;
}
.category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div .sort-list .sort-option:checked + .product-sort-label:before {
  content: "✓";
}
.category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div .sort-list .sort-option:not(:checked) + .product-sort-label:before {
  content: "✓";
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .category-body .productlist-wrapper .sort-filter .sort-col .sort-col-div.sort-with-brand {
    top: 25px;
  }
}
.category-body .productlist-wrapper .sort-filter .sort-col .hide-sort-list .sort-list {
  display: none;
}
.category-body .productlist-wrapper .sort-filter .sort-col .hide-sort-list .sort-col-link .sign:before {
  content: "+";
}
.category-body .productlist-wrapper .sort-filter .sort-col .add-border .sort-list {
  border: 1px solid #000;
  border-top: none;
}
.category-body .productlist-wrapper .count-col {
  width: 100%;
  color: #c3c3c3;
  line-height: 30px;
  border-bottom: 1px solid #eae9e7;
  padding-left: 20px;
  background-color: #fff;
  z-index: 2;
  /*> span {


      @include respond-to(desktop) {
          padding-left: $padding-desktop-side;
      }
  }*/
}
@media only screen and (min-width: 1024px) {
  .category-body .productlist-wrapper .count-col {
    display: flex;
    flex-direction: row;
    padding: 16px 40px;
    padding-right: 280px;
    /*position: sticky;
    top: 99px;*/
  }
}
@media only screen and (min-width: 1024px) {
  .category-body .productlist-wrapper .count-col .count-col-phone {
    display: none;
  }
}
.category-body .productlist-wrapper .count-col .count-col-desktop {
  color: #000;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .category-body .productlist-wrapper .count-col .count-col-desktop {
    display: none;
  }
}
.category-body .productlist-wrapper .count-col .count-col-desktop .count-col-title {
  font-family: "DM Sans", sans-serif;
}
.category-body .productlist-wrapper .count-col .count-col-desktop .count-col-title .filter-total-count {
  color: #adadad;
}
@media only screen and (min-width: 1024px) {
  .category-body .productlist-wrapper .count-col .count-col-desktop .count-col-title.count-col-title-nobrand {
    font-family: "DM Sans", sans-serif;
    color: #adadad;
  }
}
@media only screen and (min-width: 1024px) {
  .category-body .productlist-wrapper .count-col.filter-brand-bg {
    background-color: #f7f7f8;
  }
}
@media only screen and (max-width: 1023px) {
  .category-body .productlist-wrapper .show-sort-phone-background .sort-phone-backgroung {
    display: block;
  }
}

.filter-products-wrapper {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
}
.filter-products-wrapper .product-container {
  flex: 1;
  text-align: center;
}
.filter-products-wrapper .product-container .product-container-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .filter-products-wrapper .product-container .product-container-2 {
    /*border-top: 1px solid $color-divider-grey;*/
    padding-right: 1px;
  }
}
.filter-products-wrapper .product-container .product-container-2 .product-list-item2 {
  width: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #eae9e7;
  border-left: 1px solid #eae9e7;
}
@media only screen and (max-width: 1023px) {
  .filter-products-wrapper .product-container .product-container-2 .product-list-item2 {
    width: 50%;
    padding-bottom: 0px;
  }
}

.display-more-products {
  display: none;
  text-align: center;
  padding: 10px;
  border: 1px solid #000;
  margin: 20px 0;
}
.display-more-products-visible .display-more-products {
  display: inline;
}
@media only screen and (min-width: 1024px) {
  .display-more-products {
    margin: 40px 0;
  }
}

.landing-page-description-wrapper {
  box-sizing: border-box;
  display: flex;
  font-size: 13px;
  background-color: #f7f7f8;
  padding: 20px 40px 40px 40px;
  letter-spacing: 0.14px;
  line-height: 1.54;
}
@media only screen and (max-width: 1023px) {
  .landing-page-description-wrapper {
    padding: 20px;
  }
}
.landing-page-description-wrapper .img-sec {
  height: 50px;
  margin-right: 40px;
  align-self: center;
}
@media only screen and (max-width: 1023px) {
  .landing-page-description-wrapper .img-sec {
    display: none;
  }
}
.landing-page-description-wrapper .longdescription-sec {
  width: 43%;
  align-self: center;
}
@media only screen and (max-width: 1023px) {
  .landing-page-description-wrapper .longdescription-sec {
    width: 100%;
  }
}
.landing-page-description-wrapper .longdescription-sec .discount-added-message {
  margin: 0 0 10px 0;
  font-family: "DM Sans", sans-serif;
}
.landing-page-description-wrapper .longdescription-sec h1, .landing-page-description-wrapper .longdescription-sec h2, .landing-page-description-wrapper .longdescription-sec h3, .landing-page-description-wrapper .longdescription-sec h4 {
  font-family: "DM Sans", sans-serif;
}
.landing-page-description-wrapper .longdescription-sec .description.long {
  overflow: hidden;
  max-height: 60px;
  position: relative;
  cursor: pointer;
}
.landing-page-description-wrapper .longdescription-sec .description.long::after {
  content: "+";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 20px;
  background: linear-gradient(to right, rgba(247, 247, 248, 0), rgb(247, 247, 248) 50%);
}
.landing-page-description-wrapper .longdescription-sec .description.expanded {
  max-height: 1000px;
  transition: max-height ease-out 0.4s;
}
.landing-page-description-wrapper .longdescription-sec .description.expanded ul {
  padding-left: 20px;
  margin: 10px 0;
}
.landing-page-description-wrapper .longdescription-sec .description.expanded ul li {
  list-style: disc;
}
.landing-page-description-wrapper .longdescription-sec .description.expanded p {
  margin: 3px 0;
}
.landing-page-description-wrapper .longdescription-sec .description.expanded::after {
  content: "-";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  /*width: 20%;*/
  height: 20px;
  background: none;
}
.landing-page-description-wrapper .type-sec {
  box-sizing: border-box;
  width: 50%;
  padding-left: 50px;
  align-self: center;
}
@media only screen and (max-width: 1023px) {
  .landing-page-description-wrapper .type-sec {
    display: none;
  }
}
.landing-page-description-wrapper .type-sec .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 500px;
}
.landing-page-description-wrapper .type-sec .btn-wrapper .btn-bordered {
  white-space: nowrap;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  flex-basis: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 144px;
  line-height: 35px;
}
.landing-page-description-wrapper .type-sec .btn-wrapper .btn-bordered:hover {
  font-weight: 600;
}

.landing-page-description-wrapper-phone {
  padding: 5px 20px 0 20px;
  background-color: #f7f7f8;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .landing-page-description-wrapper-phone {
    display: none !important;
  }
}
.landing-page-description-wrapper-phone .link-wrapper {
  display: grid;
  /*flex-direction: row;
  flex-wrap: wrap;
  gap*/
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
.landing-page-description-wrapper-phone .link-wrapper .btn-bordered {
  /*box-sizing: border-box;*/
  /*width: 33.33%;*/
  font-size: 11px;
  /*padding: 2px;*/
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 5px;
}

.filters-active .landing-page-description-wrapper-phone {
  display: none;
}

.image1-wrapper .description.long {
  overflow: hidden;
  max-height: 40px;
  position: relative;
  cursor: pointer;
  line-height: 1.5em;
}
@media only screen and (max-width: 1023px) {
  .image1-wrapper .description.long {
    max-height: 75px;
  }
}
.image1-wrapper .description.long::after {
  content: "+";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 16px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
}
.image1-wrapper .description.expanded {
  max-height: 1000px;
  transition: max-height ease-out 0.4s;
}
.image1-wrapper .description.expanded::after {
  content: "-";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  /*width: 20%;*/
  height: 20px;
  background: none;
}

.category-body .promo, .searchcover-inner .promo {
  display: flex;
  flex-wrap: wrap;
}
.category-body .promo > div, .searchcover-inner .promo > div {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .category-body .promo, .searchcover-inner .promo {
    border-top: 1px solid #eae9e7;
  }
}
@media only screen and (max-width: 1023px) {
  .category-body .promo, .searchcover-inner .promo {
    border-top: 1px solid #eae9e7;
  }
  .category-body .promo > :nth-child(odd), .searchcover-inner .promo > :nth-child(odd) {
    border-right: 1px solid #eae9e7;
  }
  .category-body .promo > :nth-child(n+2), .searchcover-inner .promo > :nth-child(n+2) {
    border-bottom: 1px solid #eae9e7;
  }
  .category-body .promo.second > :nth-last-child(1), .category-body .promo.second > :nth-last-child(2), .searchcover-inner .promo.second > :nth-last-child(1), .searchcover-inner .promo.second > :nth-last-child(2) {
    border-bottom: none;
  }
  .category-body .promo > :nth-child(n+5), .searchcover-inner .promo > :nth-child(n+5) {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .category-body .promo > :nth-child(n+1), .searchcover-inner .promo > :nth-child(n+1) {
    border-right: 1px solid #eae9e7;
    /*border-top: $border-grey;*/
  }
  .category-body .promo, .searchcover-inner .promo {
    /*> :nth-child(n+1) {
        border-top: $border-grey;
    }*/
  }
  .category-body .promo > :last-child, .searchcover-inner .promo > :last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 1024px) {
  .category-body .promo, .searchcover-inner .promo {
    padding: 0;
    flex-wrap: nowrap;
  }
  .category-body .promo > div, .searchcover-inner .promo > div {
    box-sizing: border-box;
    width: 20%;
  }
  .category-body .promo > :nth-child(6), .searchcover-inner .promo > :nth-child(6) {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .category-body .promo.second, .searchcover-inner .promo.second {
    border-top: 1px solid #eae9e7;
  }
}
.category-body .promo .hero-block, .searchcover-inner .promo .hero-block {
  box-sizing: border-box;
  background-color: #f7f7f8;
  font-family: "DM Sans", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .category-body .promo .hero-block, .searchcover-inner .promo .hero-block {
    width: 20%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .category-body .promo .hero-block, .searchcover-inner .promo .hero-block {
    border-bottom: 1px solid #eae9e7;
    width: 50%;
  }
}
.category-body .promo .hero-block .hero-block-top, .category-body .promo .hero-block .hero-block-bottom, .searchcover-inner .promo .hero-block .hero-block-top, .searchcover-inner .promo .hero-block .hero-block-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-body .promo .hero-block .hero-block-top img, .category-body .promo .hero-block .hero-block-bottom img, .searchcover-inner .promo .hero-block .hero-block-top img, .searchcover-inner .promo .hero-block .hero-block-bottom img {
  width: 30px;
}
.category-body .promo .hero-block .hero-block-top span, .searchcover-inner .promo .hero-block .hero-block-top span {
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .category-body .promo .hero-block .hero-block-bottom .block-bottom-text, .searchcover-inner .promo .hero-block .hero-block-bottom .block-bottom-text {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .category-body .promo .hero-block .hero-block-bottom .block-bottom-text .left-arrow, .searchcover-inner .promo .hero-block .hero-block-bottom .block-bottom-text .left-arrow {
    display: none;
  }
}
.category-body .promo .hero-block .hero-block-bottom img, .searchcover-inner .promo .hero-block .hero-block-bottom img {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1023px) {
  .category-body .promo .hero-block .hero-block-bottom img, .searchcover-inner .promo .hero-block .hero-block-bottom img {
    display: none;
  }
}

.desktop-filter-col {
  display: none;
  /*border-top: 1px solid $color-divider-grey;*/
}
@media only screen and (min-width: 1024px) {
  .desktop-filter-col {
    display: block;
    min-width: 288px;
  }
}
.desktop-filter-col .filter-header-desktop {
  background-color: #f7f7f8;
  text-transform: uppercase;
  padding: 10px 20px 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
}
.desktop-filter-col .filter-header-desktop img {
  width: 20px;
}
.desktop-filter-col .filter-control {
  padding-left: 40px;
  padding-right: 20px;
}
.desktop-filter-col .filter-control .filter-title {
  margin-top: 10px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}
.desktop-filter-col .filter-control .filter-title .expand-filter-title {
  position: absolute;
  top: 0;
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 13px;
  margin-right: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-search input {
  border: 1px solid #adadad;
  padding: 2px 3px;
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-search button {
  color: #adadad;
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-list {
  max-height: 125px;
  overflow: hidden;
  overflow-x: hidden;
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-list .filter-checkbox-label {
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-list .filter-checkbox-label .count {
  opacity: 0.32;
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-list .filter-checkbox-label .sms {
  /*position: absolute;
  left: 10px;*/
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-list ul {
  padding-left: 4px;
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-list ul li {
  line-height: 20px;
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-list ul li .expand-subfilters {
  position: absolute;
  top: 0;
  right: 10px;
  background-color: transparent;
  border: none;
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-list ul li ul {
  padding-left: 20px;
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-list .ul-collapsed .has-subfilters {
  position: relative;
}
.desktop-filter-col .filter-control .filter-control-container .filter-multi-list .show-more {
  background: 0 0;
  border: none;
  font-size: 10px;
  text-decoration: underline;
  display: none;
  cursor: pointer;
}

.expanded .show-more, .searching .show-more {
  display: none !important;
}

.expanded .collapsed, .searching .collapsed {
  display: list-item !important;
}

.category-filter-mobile-visible #category-filter-mobile {
  transition: left 0.5s ease-out;
  left: 0;
}

#category-filter-mobile {
  display: flex;
  flex-direction: column;
}
#category-filter-mobile .filter-header-desktop {
  display: none;
}
#category-filter-mobile #category-filter-mobile-body {
  flex-grow: 1;
  padding: 10px 0 20px 20px;
  overflow-y: auto;
}
#category-filter-mobile #category-filter-mobile-body .show-more {
  display: none;
}
#category-filter-mobile #category-filter-mobile-body .filter-control .filter-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 35px;
}
#category-filter-mobile #category-filter-mobile-body .filter-control .filter-title button {
  font-size: 12px;
}
#category-filter-mobile #category-filter-mobile-body .filter-control .filter-title button span {
  padding: 0 20px;
}
#category-filter-mobile #category-filter-mobile-body .filter-control .filter-control-container .filter-multi-search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  color: #adadad;
  padding-right: 20px;
}
#category-filter-mobile #category-filter-mobile-body .filter-control .filter-control-container .filter-multi-search input {
  border: 1px solid #adadad;
}
#category-filter-mobile #category-filter-mobile-body .filter-control .filter-control-container .filter-multi-search button {
  color: #adadad;
}
#category-filter-mobile #category-filter-mobile-body .filter-control .filter-control-container .filter-multi-list .filter-checkbox-label {
  flex-grow: 1;
}
#category-filter-mobile #category-filter-mobile-body .filter-control .filter-control-container .filter-multi-list ul {
  padding-right: 40px;
  max-height: 350px;
  overflow-y: auto;
}
#category-filter-mobile #category-filter-mobile-body .filter-control .filter-control-container .filter-multi-list ul li {
  line-height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#category-filter-mobile #category-filter-mobile-body .filter-control .filter-control-container .filter-multi-list ul li .filter-checkbox-title {
  flex-grow: 1;
}
#category-filter-mobile #category-filter-mobile-body .filter-control .filter-control-container .filter-multi-list ul li .count {
  color: #adadad;
}
#category-filter-mobile #category-filter-mobile-body .filter-control .filter-control-container .filter-multi-list ul li ul {
  padding-left: 20px;
  width: 100%;
}
#category-filter-mobile #category-filter-mobile-footer {
  padding: 10px 20px 20px 20px;
  border-top: 1px solid #eae9e7;
}
#category-filter-mobile #category-filter-mobile-footer #active-filter-list {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  margin-left: -10px;
}
#category-filter-mobile #category-filter-mobile-footer #active-filter-list button {
  border: 1px solid #eae9e7;
  color: #adadad;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 3px 5px;
}
#category-filter-mobile #category-filter-mobile-footer #active-filter-list button span {
  margin-left: 5px;
}
#category-filter-mobile #category-filter-mobile-footer #category-filter-mobile-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 32px;
  margin-top: 5px;
  font-size: 10px;
}
#category-filter-mobile #category-filter-mobile-footer #category-filter-mobile-controls #category-filter-mobile-controls-counter {
  color: #c3c3c3;
}
#category-filter-mobile #category-filter-mobile-footer #category-filter-mobile-controls button {
  line-height: 30px;
  border: 1px solid #000;
  padding: 0 8px;
  letter-spacing: -0.07px;
  flex-grow: 1;
}
#category-filter-mobile #category-filter-mobile-footer #category-filter-mobile-controls button:nth-of-type(1) {
  margin-right: 5px;
}
#category-filter-mobile #category-filter-mobile-footer #category-filter-mobile-controls button:nth-of-type(2) {
  margin-left: 5px;
}
#category-filter-mobile #category-filter-mobile-footer #category-filter-mobile-controls #clear-filters-button {
  display: none;
}
#category-filter-mobile #category-filter-mobile-footer #category-filter-mobile-controls #clear-filters-button.visible {
  display: block;
}

.filter-control .filter-title .expand-filter-title .subfilters-expanded {
  display: none;
}
.filter-control .filter-control-container {
  display: none;
}
.filter-control .filter-control-container .filter-multi-list ul li .expand-subfilters .subfilters-expanded {
  display: none;
}
.filter-control .filter-control-container .filter-multi-list ul li ul {
  display: none;
}
.filter-control .filter-control-container .filter-multi-list ul li.show-subfilters ul {
  display: block;
}
.filter-control .filter-control-container .filter-multi-list ul li.show-subfilters .expand-subfilters .subfilters-expanded {
  display: block;
}
.filter-control .filter-control-container .filter-multi-list ul li.show-subfilters .expand-subfilters .subfilters-collapsed {
  display: none;
}
.filter-control .filter-control-container .filter-multi-list .ul-collapsed .filter-checkbox-label input {
  display: none;
}
.filter-control .filter-control-container .filter-multi-list .ul-collapsed .filter-checkbox-label .smu {
  opacity: 0;
}
.filter-control .filter-control-container .filter-multi-list .ul-collapsed .filter-checkbox-label .smg {
  opacity: 0.5;
}
.filter-control .filter-control-container .filter-multi-list .ul-collapsed .collapsed {
  display: none;
}
.filter-control .filter-control-container .filter-multi-list .ul-collapsed .hidden {
  display: none !important;
}
.filter-control.uncollapsed .filter-title .expand-filter-title .subfilters-collapsed {
  display: none;
}
.filter-control.uncollapsed .filter-title .expand-filter-title .subfilters-expanded {
  display: block;
}
.filter-control.uncollapsed > .filter-control-container {
  display: block;
}
.filter-control.isfother {
  display: none !important;
}

#clear-filters-button-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #clear-filters-button-desktop {
    padding: 0 10px;
    margin-left: 20px;
    margin-top: -3px;
    margin-bottom: -3px;
    height: 40px;
  }
  #clear-filters-button-desktop.visible {
    display: block;
  }
  #clear-filters-button-desktop.btn-bordered-brand {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.footer {
  background-color: #fff;
}
.footer .trust {
  background-color: #f7f7f8;
  padding: 4px 0;
}
.footer .trust ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 42px;
}
@media only screen and (max-width: 1023px) {
  .footer .trust ul {
    flex-direction: column;
    height: 108px;
    align-items: flex-start;
    justify-content: normal;
  }
}
.footer .trust ul li {
  margin: 0 20px;
  font-size: 13px !important;
  letter-spacing: 0.14px;
  height: 18px;
  line-height: 1.54;
}
@media only screen and (max-width: 1023px) {
  .footer .trust ul li {
    height: 20px;
    margin: 4px 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .hide-me-in-desktop {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .hide-me-in-phone {
    display: none;
  }
}
.footer .footer-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 36px;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-info {
    line-height: 40px;
  }
  .footer .footer-info > :nth-child(odd) {
    border-bottom: 1px solid #eae9e7;
    border-right: 1px solid #eae9e7;
  }
  .footer .footer-info > :nth-child(even) {
    border-bottom: 1px solid #eae9e7;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .footer-info > a {
    border-bottom: 1px solid #eae9e7;
  }
}
.footer .footer-info a {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-info a {
    width: 50%;
    padding: 0 33px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .footer-info a:last-of-type {
    border-bottom: none;
  }
}
.footer .footer-social {
  background-color: #f7f7f8;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #f7f7f8;
  padding: 20px;
  font-size: 13px;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-social {
    flex-wrap: nowrap;
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .footer-social {
    padding: 18px 20px;
  }
}
.footer .footer-social .column .column-header {
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
}
.footer .footer-social .nyhetsbrev {
  box-sizing: border-box;
  width: 100%;
}
.footer .footer-social .nyhetsbrev .nyhetsbrev-form {
  margin-top: 5px;
}
.footer .footer-social .nyhetsbrev .nyhetsbrev-form input[type=email] {
  display: block;
  height: 30px;
  width: 100%;
  border: 1px solid #adadad;
  padding: 2px 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.footer .footer-social .nyhetsbrev .nyhetsbrev-form label {
  margin: 10px 0;
}
.footer .footer-social .nyhetsbrev .nyhetsbrev-form button {
  display: block;
  border: none;
  line-height: 30px;
  font-family: "DM Sans", sans-serif !important;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  margin-top: 10px;
}
.footer .footer-social .nyhetsbrev .nyhetsbrev-form .must-accept-terms-info {
  display: none;
  padding-top: 5px;
  color: #d23a3a;
}
.footer .footer-social .nyhetsbrev .nyhetsbrev-form.must-accept .must-accept-terms-info {
  display: block;
}
.footer .footer-social .nyhetsbrev .nyhetsbrev-form .subscribed-info {
  padding: 10px;
  display: none;
  text-align: center;
}
.footer .footer-social .nyhetsbrev .nyhetsbrev-form .subscribed-info .subscribed-header {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
}
.footer .footer-social .nyhetsbrev .nyhetsbrev-form.submitted .subscribed-info {
  display: block;
}
.footer .footer-social .nyhetsbrev .nyhetsbrev-form.submitted .subscribe-form {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-social .nyhetsbrev {
    width: auto;
  }
}
.footer .footer-social .betygsatt {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-social .betygsatt {
    padding: 0 40px;
    flex-grow: 2;
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .footer-social .betygsatt .betygsatt-list > li {
    margin-top: 15px;
  }
  .footer .footer-social .betygsatt .betygsatt-list > li:nth-child(2) {
    width: 50%;
  }
  .footer .footer-social .betygsatt .betygsatt-list > li:nth-child(3) {
    width: 50%;
  }
  .footer .footer-social .betygsatt .betygsatt-list > li:nth-child(1) {
    width: 100%;
    margin-top: 0;
  }
}
.footer .footer-social .betygsatt .betygsatt-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer .footer-social .betygsatt .betygsatt-list > li {
  width: 33%;
}
.footer .footer-social .betygsatt .betygsatt-list > li > ul > li:nth-child(3) {
  color: #adadad;
}
.footer .footer-social .folj-oss, .footer .footer-social .byt-butik {
  box-sizing: border-box;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-social .folj-oss, .footer .footer-social .byt-butik {
    width: 140px;
  }
}
.footer .footer-social .folj-oss ul, .footer .footer-social .byt-butik ul {
  display: flex;
  flex-direction: row;
}
.footer .footer-social .folj-oss {
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-social .folj-oss {
    padding: 0;
  }
}
.footer .footer-social .folj-oss img {
  width: 35px;
  max-height: 35px;
  margin-right: 20px;
}
.footer .footer-social .byt-butik {
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-social .byt-butik {
    padding: 0;
  }
}
.footer .footer-social .byt-butik ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .footer-betala-info {
  padding: 20px 20px;
}
@media only screen and (min-width: 1024px) {
  .footer .footer-betala-info {
    border: 1px solid #f7f7f8;
    padding: 30px 40px;
  }
}
.footer .footer-betala-info .till_topen_btn {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  border: none;
  line-height: 35px;
  font-size: 13px;
  font-family: "DM Sans", sans-serif !important;
}
.footer .footer-betala-info .copyright {
  text-align: center;
}
.footer .footer-betala-info .copyright p {
  padding: 2px 0;
}
.footer .footer-betala-info .copyright p a {
  text-decoration: underline;
}
.footer .partner-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .footer .partner-list {
    flex-wrap: wrap;
    padding: 40px;
    gap: 50px;
  }
}
@media only screen and (min-width: 1424px) {
  .footer .partner-list {
    flex-wrap: nowrap;
    padding: 40px;
    gap: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .partner-list {
    zoom: 0.5;
    gap: 4px;
  }
}
.footer .partner-list {
  /*        @include respond-to(phone){
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }*/
}
.footer .partner-list a.partner {
  background-image: url("https://e7cbb2c9-bb84-4880-8504-79f06f158221.svc.edge.scw.cloud/design/footer/partners_2023-02-04_01.png");
  height: 69px;
  display: inline-block;
  text-indent: -9999px;
}
.footer .partner-list a.partner.klarna {
  width: 84px;
  background-position: -21px 50%;
}
.footer .partner-list a.partner.visa {
  width: 75px;
  background-position: -164px 50%;
}
.footer .partner-list a.partner.mastercard {
  width: 65px;
  background-position: -306px 50%;
}
.footer .partner-list a.partner.nordea {
  width: 87px;
  background-position: -432px 50%;
}
.footer .partner-list a.partner.seb {
  width: 72px;
  background-position: -574px 50%;
}
.footer .partner-list a.partner.swedbank {
  width: 86px;
  background-position: -705px 50%;
}
.footer .partner-list a.partner.handelsbanken {
  width: 89px;
  background-position: -840px 50%;
}
.footer .partner-list a.partner.posten {
  width: 53px;
  background-position: -996px 50%;
}
.footer .partner-list a.partner.trygg-ehandel {
  width: 54px;
  background-position: -1132px 50%;
}
.footer .partner-list a.partner.aaa {
  width: 80px;
  background-position: -1256px 50%;
}
.footer .partner-list a.partner.qliro {
  background-image: url("https://assets.qliro.com/shared/se/sv/logo/1/logo_text_mint.png") !important;
  width: 84px;
  background-position: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .partner-list a.partner.dhl {
  width: 87px;
  background-position: -986px 50%;
}
.footer .partner-list a.partner.instabox {
  width: 124px;
  background-position: -1553px 50%;
}
.footer .partner-list a.partner.postnord {
  width: 121px;
  background-position: -1718px 50%;
}
.footer .partner-list a.partner.budbee {
  width: 123px;
  background-position: -1389px 50%;
}
.footer .partner-list a.partner.earlybird {
  width: 113px;
  background-position: -1890px 50%;
}
.footer .partner-list.partner-fifi a.partner {
  background-image: url("https://e7cbb2c9-bb84-4880-8504-79f06f158221.svc.edge.scw.cloud/design/footer/partners-fi.png");
}
.footer .partner-list.partner-fifi a.partner.poppankki {
  width: 99px;
  background-position: -569px 50%;
}
.footer .partner-list.partner-fifi a.partner.danskebank {
  width: 121px;
  background-position: -716px 50%;
}
.footer .partner-list.partner-fifi a.partner.aktia {
  width: 89px;
  background-position: -872px 50%;
}
.footer .partner-list.partner-fifi a.partner.krumelur {
  width: 53px;
  background-position: -1000px 50%;
}
.footer .partner-list.partner-fifi a.partner.tree {
  width: 54px;
  background-position: -1114px 50%;
}
.footer .partner-list.partner-fifi a.partner.posti {
  width: 80px;
  background-position: -1222px 50%;
}

.rulemailer-email-check {
  display: none !important;
}

.payment {
  background-color: #f7f7f8;
}
@media only screen and (max-width: 1023px) {
  .payment .header {
    border-bottom: 1px solid #eae9e7;
  }
}
.payment .mobile-search {
  display: none;
}
.payment .usps-main {
  display: none;
}
.payment .open-search-btn {
  display: none;
}
.payment .cart-toggler {
  display: none;
}
.payment .icons-desktop {
  display: none !important;
}
.payment .mega-menu {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .payment .header {
    height: 70px;
    justify-content: left;
  }
  .payment .header .logo {
    position: absolute;
  }
  .payment .header .links {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

.payment-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F2F1EC;
  box-sizing: border-box;
}
.payment-wrapper .payment-wrapper-inner {
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap: 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper .payment-wrapper-inner {
    width: 800px;
  }
}
.payment-wrapper .payment-panel {
  box-sizing: border-box;
  background-color: #fff;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper .payment-panel {
    padding: 3rem;
  }
}
.payment-wrapper .payment-panel-upsell {
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper .payment-panel-upsell {
    padding-bottom: 3rem;
  }
}
.payment-wrapper .payment-panel-divider {
  border-top: 1px solid #e4e4e4;
}
.payment-wrapper h1 {
  font-family: "Larken";
  font-size: 1.5625rem;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper h1 {
    font-size: 2.1875rem;
  }
}
.payment-wrapper h2 {
  font-family: "Larken";
  font-size: 1.125rem;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper h2 {
    text-align: center;
    font-size: 1.5rem;
  }
}
.payment-wrapper .cart .item {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #e4e4e4;
  padding: 0.5rem 0;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper .cart .item {
    padding: 1rem 0;
  }
}
.payment-wrapper .cart .item .picture {
  text-align: center;
  background-blend-mode: darken;
  background-color: #F2F1EC;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper .cart .item .picture {
    width: 6rem;
    height: 6rem;
  }
}
.payment-wrapper .cart .item .picture img {
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
}
.payment-wrapper .cart .item .right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 15px;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper .cart .item .right {
    padding-top: 4px;
  }
}
.payment-wrapper .cart .item .right .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.payment-wrapper .cart .item .right .top .brand-and-name {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.payment-wrapper .cart .item .right .top .brand-and-name .brand-name {
  text-transform: uppercase;
}
.payment-wrapper .cart .item .right .top .brand-and-name .product-name {
  letter-spacing: 0;
  font-family: "Larken";
  font-size: 1.125rem;
}
.payment-wrapper .cart .item .right .top .brand-and-name .savepercent {
  display: none;
  color: #adadad;
  letter-spacing: 0.14px;
}
.payment-wrapper .cart .item .right .top .brand-and-name .savepercent .rek-price {
  margin-right: 10px;
}
.payment-wrapper .cart .item .right .top .remove {
  padding: 10px;
  opacity: 0.5;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper .cart .item .right .top .remove {
    margin-top: -7px;
  }
}
.payment-wrapper .cart .item .right .top .remove img {
  height: 12px;
}
.payment-wrapper .cart .item .right .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.payment-wrapper .cart .item .right .bottom .price {
  line-height: 40px;
  letter-spacing: 0.14px;
  padding-right: 10px;
  /*color: variables.$color-bg-red;*/
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.payment-wrapper .cart .item .right .bottom .price .hasdiscount {
  color: #d23a3a;
}
.payment-wrapper .cart .item .right .bottom .price .price_original {
  text-decoration: line-through;
}
.payment-wrapper .cart .item .right .bottom .price.free {
  text-decoration: line-through;
}
.payment-wrapper .cart .item .right .bottom .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: -10px;
}
.payment-wrapper .cart .item .right .bottom .wrapper .cart-update-button {
  padding: 5px 10px 5px 10px;
}
.payment-wrapper .cart .item .right .bottom .wrapper .cart-update-button img {
  height: 12px;
}
.payment-wrapper .cart .item .right .bottom .wrapper .quantity {
  text-align: center;
  line-height: 12px;
  padding: 5px 0 7px 0;
}
.payment-wrapper #payment-total {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper #payment-total {
    gap: 1.5rem;
  }
}
.payment-wrapper .summary {
  padding: 0.5rem 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #111;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper .summary {
    padding: 1rem 0;
  }
}
.payment-wrapper .summary .shipping .right.gratis {
  color: #42A512;
}
.payment-wrapper .summary .total .left, .payment-wrapper .summary .total .right {
  font-size: 1rem;
}
.payment-wrapper .summary .summary-row {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.payment-wrapper .summary .summary-row .summary-save {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  /*border-top: 1px solid variables.$color-divider-grey;*/
}
.payment-wrapper .summary .summary-row .summary-save img {
  height: 22px;
}
.payment-wrapper .summary .summary-row .summary-save span {
  margin-left: 10px;
  color: #d23a3a;
}
.payment-wrapper .summary .discount-item .left, .payment-wrapper .summary .discount-item .right {
  color: #d23a3a;
}
.payment-wrapper .yousave, .payment-wrapper .prembrands {
  display: flex;
  flex-direction: row;
  background-color: #A1E9FF;
  padding: 1rem;
  gap: 0.5rem;
  font-size: 0.75rem;
  align-items: center;
}
.payment-wrapper .yousave svg, .payment-wrapper .prembrands svg {
  height: 1rem;
}
.payment-wrapper .yousave span, .payment-wrapper .prembrands span {
  flex-grow: 1;
}
.payment-wrapper .discount .right {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
}
.payment-wrapper .payment-discount-wrapper {
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.payment-wrapper .payment-discount-wrapper .discount-opener {
  width: 100%;
  color: #111;
  font-size: 12px;
  border: 1px solid #111;
  padding: 8px 20px;
  display: inline-block;
  box-sizing: border-box;
  text-transform: uppercase;
}
.payment-wrapper .payment-discount-wrapper .discount-input-wrapper {
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  /*box-sizing: border-box;*/
}
.payment-wrapper .payment-discount-wrapper .discount-input-wrapper.open {
  max-height: 100px;
  transition: max-height ease 0.5s;
}
.payment-wrapper .payment-discount-wrapper .discount-input-wrapper {
  transition: max-height ease 0.5s;
}
.payment-wrapper .payment-discount-wrapper .discount-input-wrapper #discount-result-wrapper {
  /*margin-top: -20px;*/
  margin-top: 5px;
}
.payment-wrapper .payment-discount-wrapper .discount-input-wrapper #discount-result-wrapper .fail {
  color: red;
}
.payment-wrapper .payment-discount-wrapper .discount-input-wrapper #discount-result-wrapper .success {
  color: green;
}
.payment-wrapper .payment-discount-wrapper .discount-input-wrapper #add-discount-code-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.payment-wrapper .payment-discount-wrapper .discount-input-wrapper #add-discount-code-form input {
  flex-grow: 1;
  border: 1px solid #111;
  font-size: 12px;
  padding: 8px;
  margin-right: 20px;
}
.payment-wrapper .payment-discount-wrapper .discount-input-wrapper #add-discount-code-form button {
  font-size: 13px;
  letter-spacing: -0.07px;
  border: 1px solid #111;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper .payment-discount-wrapper .discount-input-wrapper #add-discount-code-form button {
    padding: 5px 30px;
  }
}
.payment-wrapper .newsletter {
  font-size: 0.8rem;
  line-height: 1.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.payment-wrapper .newsletter label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.payment-wrapper .newsletter label img {
  top: 0;
}
.cart-empty-wrapper {
  max-width: 800px;
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .cart-empty-wrapper {
    padding: 40px;
  }
}
.cart-empty-wrapper h1 {
  font-size: 30px;
}

.payment__voyadopromotions__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: #F2F1EC;
  justify-content: space-between;
  min-height: 1px;
  width: 80%;
  min-width: 80%;
  box-sizing: border-box;
  scroll-snap-align: start;
}
@media only screen and (min-width: 768px) {
  .payment__voyadopromotions__item {
    width: 100%;
    min-width: 100%;
    padding: 1rem;
  }
}
.payment__voyadopromotions__item__top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.payment__voyadopromotions__item__top__heading {
  font-family: "Larken";
  font-size: 0.9rem;
}
@media only screen and (min-width: 1024px) {
  .payment__voyadopromotions__item__top__heading {
    font-size: 1.125rem;
  }
}
.payment__voyadopromotions__item__actions button {
  background-color: #F2F1EC;
  color: #111;
  border: 1px solid #111;
  text-transform: uppercase;
  padding: 0;
  line-height: 2.2rem;
  font-size: 0.75rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.payment__voyadopromotions__item__actions button img {
  height: 2.2rem;
}

.payment-wrapper .payment-messages {
  display: grid;
  grid-template-columns: 20px auto;
  background-color: #A1E9FF;
  border: 1px solid #44D2FF;
  padding: 0.5rem;
  gap: 0.5rem;
  line-height: 170%;
}
.payment-wrapper .payment-messages__icon img {
  width: 100%;
}
.prod-item {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*a {
      display: flex;
      flex-grow: 1;
      flex-direction: column;
  }*/
}
@media only screen and (min-width: 1024px) {
  .prod-item:hover .prod-item-img img {
    transform: scale(1.2);
  }
  .prod-item:hover .prod-item-buy-btn span, .prod-item:hover .prod-item-preorder-btn span, .prod-item:hover .prod-item-reminderlink-btn span {
    transition: all ease 0.5s;
    font-family: "DM Sans", sans-serif !important;
    background-color: #111;
    color: #fff;
  }
}
.prod-item .prod-item-buy-btn, .prod-item .prod-item-preorder-btn, .prod-item .prod-item-reminderlink-btn {
  letter-spacing: -0.07px;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px 20px 20px;
  text-align: center;
}
.prod-item .prod-item-buy-btn span, .prod-item .prod-item-preorder-btn span, .prod-item .prod-item-reminderlink-btn span {
  background-color: #fff;
  border: 1px solid #111;
  color: #c62828;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  line-height: 18px;
  font-family: "DM Sans", sans-serif !important;
  background-color: #111;
  color: #fff;
  /*transition: all ease .5s;*/
}
@media only screen and (min-width: 1024px) {
  .prod-item .prod-item-buy-btn, .prod-item .prod-item-preorder-btn, .prod-item .prod-item-reminderlink-btn {
    padding: 10px 30px 20px 30px;
  }
}
.prod-item .prod-item-preorder-btn {
  font-size: 10px;
}
@media only screen and (min-width: 1024px) {
  .prod-item .prod-item-preorder-btn {
    font-size: 13px;
  }
}
.prod-item .giftbox-value {
  order: 5;
}
.prod-item .item-note, .prod-item .item-tester {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  font-size: 13px;
  z-index: 1;
  background-color: #000;
  color: #fff;
}
.prod-item .item-note.longtext, .prod-item .item-tester.longtext {
  font-size: 10px;
}
@media only screen and (min-width: 1024px) {
  .prod-item .item-note, .prod-item .item-tester {
    width: 50px;
    height: 50px;
    top: 20px;
    left: 20px;
    line-height: 0.77;
  }
}
.prod-item .item-note span, .prod-item .item-tester span {
  text-align: center;
  line-height: 1.11;
  font-style: italic;
}
.prod-item .item-imagebubble {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .prod-item .item-imagebubble {
    width: 50px;
    height: 50px;
    top: 20px;
    left: 20px;
  }
}
.prod-item .item-imagebubble img {
  max-width: 100%;
  max-height: 100%;
}
.prod-item .item-tester {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 10px;
  font-size: 0.8em;
}
.prod-item .item-note-gwp {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media only screen and (min-width: 1024px) {
  .prod-item .item-note-gwp {
    top: 20px;
    left: 20px;
  }
}
.prod-item .item-note-gwp img {
  height: 20px;
}
.prod-item .prod-item-link {
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.prod-item .prod-item-link .prod-item-img {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .prod-item .prod-item-link .prod-item-img {
    margin-top: 37px;
    margin-bottom: 5px;
  }
}
.prod-item .prod-item-link .prod-item-img img {
  height: 125px;
}
@media only screen and (min-width: 1024px) {
  .prod-item .prod-item-link .prod-item-img img {
    height: 155px;
    transition: transform 0.5s ease;
  }
}
.prod-item .prod-item-link .prod-item-img .item-vegan {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 50px;
  height: 50px;
}
.prod-item .prod-item-link .prod-item-img .item-vegan img {
  width: 100%;
  height: 100%;
}
.prod-item .prod-item-link .prod-item-img .item-lowerleft {
  position: absolute;
  left: 10px;
  bottom: 0px;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 1024px) {
  .prod-item .prod-item-link .prod-item-img .item-lowerleft {
    left: 20px;
    width: 60px;
    height: 60px;
  }
}
.prod-item .prod-item-link .prod-item-img .item-lowerleft img {
  height: 100%;
}
.prod-item .prod-item-link .prod-item-info {
  padding: 20px 20px 0 20px;
  padding-top: 10px;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .prod-item .prod-item-link .prod-item-info {
    padding: 10px 30px 0px 30px;
  }
}
.prod-item .prod-item-link .prod-item-info .name {
  font-family: "DM Sans", sans-serif;
  margin-top: 6px;
}
@media only screen and (max-width: 1023px) {
  .prod-item .prod-item-link .prod-item-info .name {
    margin-top: 2px;
  }
}
.prod-item .prod-item-link .prod-item-info .reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 320px) {
  .prod-item .prod-item-link .prod-item-info .reviews {
    font-size: 10px;
  }
}
.prod-item .prod-item-link .prod-item-info .reviews .stars img {
  height: 10px;
}
.prod-item .prod-item-link .prod-item-info .reviews .average {
  padding: 0 5px;
}
.prod-item .prod-item-link .prod-item-info .reviews .no {
  color: #adadad;
  font-family: "DM Sans", sans-serif;
}
.prod-item .prod-item-sizes {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 20px 0 20px;
}
@media only screen and (min-width: 1024px) {
  .prod-item .prod-item-sizes {
    padding: 5px 30px 0px 30px;
  }
}
.prod-item .prod-item-sizes .variant-size {
  background-color: #f7f7f8;
  margin-right: 5px;
  padding: 3px;
  color: #adadad;
  font-size: 11px;
  font-family: "DM Sans", sans-serif;
}
.prod-item .item-variants {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}
.prod-item .item-variants .prod-item-sizes {
  padding-top: 0;
  height: 18px;
  flex-wrap: nowrap;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
.prod-item .item-variants .prod-item-sizes .custom-color {
  border: none;
  position: relative;
  background-color: #ccc;
  justify-content: center;
  align-items: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
}
.prod-item .item-variants .prod-item-sizes .custom-color.rotate-img {
  transform: rotate(180deg);
}
.prod-item .item-variants .prod-item-sizes .custom-color img {
  position: absolute;
  top: -4px;
  left: 5px;
  width: 10px;
}
.prod-item .item-variants .prod-item-sizes .variant-color {
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.prod-item .sizes-without-color {
  cursor: pointer;
  overflow: hidden;
  max-height: 20px;
}
.prod-item .product-info-newprice,
.prod-item .product-info-price {
  padding: 10px 20px 0 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .prod-item .product-info-newprice,
  .prod-item .product-info-price {
    padding: 10px 30px 0 30px;
  }
}
.prod-item .product-info-newprice .price,
.prod-item .product-info-price .price {
  font-family: "DM Sans", sans-serif;
  text-align: left;
}
.prod-item .product-info-newprice .rek,
.prod-item .product-info-price .rek {
  text-align: center;
}
.prod-item .product-info-newprice .save,
.prod-item .product-info-price .save {
  text-align: right;
}
.prod-item .product-info-newprice .rek, .prod-item .product-info-newprice .save,
.prod-item .product-info-price .rek,
.prod-item .product-info-price .save {
  color: #adadad;
}
.prod-item .product-info-newprice .price, .prod-item .product-info-newprice .rek, .prod-item .product-info-newprice .save,
.prod-item .product-info-price .price,
.prod-item .product-info-price .rek,
.prod-item .product-info-price .save {
  font-size: 12px;
  /*            flex: 1;*/
}
@media only screen and (min-width: 1024px) {
  .prod-item .product-info-newprice .price, .prod-item .product-info-newprice .rek, .prod-item .product-info-newprice .save,
  .prod-item .product-info-price .price,
  .prod-item .product-info-price .rek,
  .prod-item .product-info-price .save {
    flex: 1;
    font-size: 13px;
  }
}
@media only screen and (max-width: 375px) {
  .prod-item .product-info-newprice .price, .prod-item .product-info-newprice .rek, .prod-item .product-info-newprice .save,
  .prod-item .product-info-price .price,
  .prod-item .product-info-price .rek,
  .prod-item .product-info-price .save {
    font-size: 11px;
  }
}
@media only screen and (max-width: 320px) {
  .prod-item .product-info-newprice .rek,
  .prod-item .product-info-price .rek {
    display: none;
  }
}
.prod-item .product-info-newprice .red,
.prod-item .product-info-price .red {
  color: #c62828;
}
@media only screen and (min-width: 1024px) {
  .prod-item .product-info-newprice .mobile,
  .prod-item .product-info-price .mobile {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .prod-item .product-info-newprice .desktop,
  .prod-item .product-info-price .desktop {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .prod-item .product-info-newprice .price,
  .prod-item .product-info-price .price {
    order: 2;
    text-align: right;
  }
  .prod-item .product-info-newprice .rek,
  .prod-item .product-info-price .rek {
    order: 1;
    text-align: left !important;
  }
}
@media only screen and (min-width: 1024px) {
  .prod-item .product-info-newprice .price,
  .prod-item .product-info-price .price {
    order: 2;
    text-align: center;
  }
  .prod-item .product-info-newprice .rek,
  .prod-item .product-info-price .rek {
    order: 1;
    text-align: left !important;
  }
  .prod-item .product-info-newprice .save,
  .prod-item .product-info-price .save {
    order: 3;
  }
}
.prod-item .product-info-newprice {
  flex-direction: column;
}
.prod-item .product-info-newprice .price {
  font-size: 1.15em;
}
.prod-item .product-info-newprice .price .red {
  color: #c62828;
}
.prod-item .product-info-newprice .price {
  order: 1;
  text-align: left;
}
.prod-item .product-info-newprice .price .original-price {
  color: #000;
  text-decoration: line-through;
  margin-left: 3px;
}
.prod-item .gender-symbol {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .prod-item .gender-symbol {
    right: 20px;
    top: 20px;
  }
}
.prod-item .gender-symbol .symbol {
  width: 20px;
}
.prod-item .gender-symbol .symbol.female {
  width: 16px;
}
.prod-item.superbeautydealsrek .price {
  color: #c62828 !important;
}

.product-container-2 {
  width: 100%;
  max-width: 100%;
  min-width: 1px;
}
.product-container-2 .prod-item {
  border-bottom: 1px solid #eae9e7;
}
@media only screen and (max-width: 1023px) {
  .product-container-2 .prod-item {
    width: 50%;
  }
  .product-container-2 > :nth-child(odd) {
    border-right: 1px solid #eae9e7;
  }
}
@media only screen and (min-width: 1024px) {
  .product-container-2 .prod-item {
    width: 33.33333%;
    max-width: 33.33333%;
    box-sizing: border-box;
    border-right: 1px solid #eae9e7;
  }
  .product-container-2 > :nth-child(odd) {
    border-right: 1px solid #eae9e7;
  }
  .product-container-2 > :nth-child(3n+1) {
    border-left: 1px solid #eae9e7;
  }
  .product-container-2 > :nth-child(3) {
    border-right: none;
  }
}
@media only screen and (min-width: 1224px) {
  .product-container-2 .prod-item {
    width: 25%;
    max-width: 25%;
    box-sizing: border-box;
  }
  .product-container-2 > :nth-child(3) {
    border-right: 1px solid #eae9e7;
  }
  .product-container-2 > :nth-child(3n+1) {
    border-left: none;
  }
  .product-container-2 > :nth-child(4n+1) {
    border-left: 1px solid #eae9e7;
  }
  .product-container-2 > :nth-child(4) {
    border-right: none;
  }
}

.mobile-menu-visible #mobile-menu {
  transition: right 0.5s ease-out;
  right: 0;
}

#mobile-menu {
  display: flex;
  flex-direction: column;
}
#mobile-menu .mobile-menu-main-list {
  flex-grow: 1;
  margin-top: 5px;
  padding: 0 20px;
  letter-spacing: 0.14px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  /*Temp for christmas*/
}
#mobile-menu .mobile-menu-main-list .jul .item-name {
  color: #f50b2c;
}
#mobile-menu .mobile-menu-main-list .mobile-menu-main-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 38px;
}
#mobile-menu .mobile-menu-main-list .mobile-menu-main-list-item .item-name {
  flex-grow: 1;
}
#mobile-menu .mobile-menu-main-list .mobile-menu-main-list-item .greater-than {
  padding: 8px 18px;
  margin-right: -20px;
  font-size: 16px;
}
#mobile-menu .mobile-menu-main-list .mobile-menu-main-list-item .child-menu {
  z-index: 1;
  position: absolute;
  width: 320px;
  right: -320px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  transition: right 0.25s ease-in;
  overflow-y: auto;
  overflow-x: hidden;
}
#mobile-menu .mobile-menu-main-list .mobile-menu-main-list-item .child-menu .child-top button {
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
}
#mobile-menu .mobile-menu-main-list .mobile-menu-main-list-item .child-menu .child-top button img {
  height: 26px;
  margin-right: 12px;
}
#mobile-menu .mobile-menu-main-list .mobile-menu-main-list-item .child-menu .child-top button span {
  color: #adadad;
}
#mobile-menu .mobile-menu-main-list .mobile-menu-main-list-item .child-menu .visa-alla {
  font-family: "DM Sans", sans-serif;
  display: block;
  padding-left: 20px;
}
#mobile-menu .mobile-menu-main-list .mobile-menu-main-list-item .child-menu .child-child-menu {
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  line-height: 34px;
}
#mobile-menu .mobile-menu-main-list .mobile-menu-main-list-item .child-menu .child-child-menu .title {
  font-family: "DM Sans", sans-serif;
}
#mobile-menu .mobile-menu-main-list .mobile-menu-main-list-item .child-menu .child-child-menu .spacer {
  height: 5px;
}
#mobile-menu .mobile-menu-main-list .mobile-menu-main-list-item .child-menu .child-child-menu a {
  flex-grow: 1;
}
#mobile-menu .mobile-menu-main-list .divider hr {
  height: 1px;
  border: none;
  border-top: 1px solid #eae9e7;
  margin-left: -20px;
  margin-right: -20px;
}
#mobile-menu .trustpilot-widget {
  margin-top: 20px;
}
#mobile-menu .trustpilot-widget iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}

.quick-cart-visible #quick-cart {
  transition: right 0.5s ease-out;
  right: 0;
}

#quick-cart {
  display: flex;
  flex-direction: column;
}
#quick-cart .quick-cart-cartlist {
  flex-grow: 1;
  overflow-y: auto;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #eae9e7;
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  #quick-cart .quick-cart-cartlist .quick-cart-cartlist-item {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 29px;
  }
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .picture {
  display: block;
  text-align: center;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .picture img {
  width: 75px;
  height: 75px;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .info {
  display: flex;
  flex-direction: column;
  /*padding-top: 9px;*/
  padding-left: 15px;
  font-size: 13px;
  line-height: 14px;
  justify-content: space-between;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  #quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .info {
    padding-top: 4px;
    font-size: 13px;
    line-height: 17px;
  }
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .info .brand-and-name .product-name {
  padding-top: 3px;
  letter-spacing: 0.14px;
  font-family: "DM Sans", sans-serif;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .info .price {
  letter-spacing: 0.14px;
  padding-bottom: 5px;
  font-family: "DM Sans", sans-serif;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .info .price.free {
  color: #c62828;
  text-decoration: line-through;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .controls {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .controls .pusher {
  text-align: right;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .controls .pusher button {
  padding: 10px;
  margin-top: -10px;
  opacity: 0.5;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .controls .pusher button img {
  height: 12px;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .controls .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .controls .wrapper .cart-update-button {
  padding: 10px 10px 5px 10px;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .controls .wrapper .cart-update-button img {
  height: 12px;
}
#quick-cart .quick-cart-cartlist .quick-cart-cartlist-item .controls .wrapper .quantity {
  text-align: center;
  line-height: 12px;
  padding: 10px 0 7px 0;
}
#quick-cart .quick-cart-finish-div {
  border-top: 1px solid #f7f7f8;
  padding: 20px;
  bottom: 0px;
  font-size: 13px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  #quick-cart .quick-cart-finish-div {
    padding: 40px;
  }
}
#quick-cart .quick-cart-finish-div .quick-cart-result {
  letter-spacing: 0.14px;
}
#quick-cart .quick-cart-finish-div .quick-cart-result .frakt {
  color: #adadad;
}
#quick-cart .quick-cart-finish-div .quick-cart-result div {
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}
#quick-cart .quick-cart-finish-div .quick-cart-result div .red-price {
  font-family: "DM Sans", sans-serif;
}
#quick-cart .quick-cart-finish-div .quick-cart-finish-btn {
  display: block;
  text-align: center;
  background-color: #d23a3a;
  text-transform: uppercase;
  border: none;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 80px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
#quick-cart .quick-cart-finish-div .divider {
  padding-top: 5px;
  padding-bottom: 2px;
  margin-left: -20px;
  margin-right: -20px;
  height: 0px;
  border-top: 1px solid #eae9e7;
}
#quick-cart .quick-cart-finish-div .trustpilot-widget iframe {
  margin-left: auto;
  margin-right: auto;
}
#quick-cart h4 {
  text-transform: uppercase;
}
#quick-cart .freshippingin {
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
}
#quick-cart .freshippingin .free {
  font-weight: bold;
  /*font-family: $font-bd;*/
}

.qliro-widget-wrapper {
  text-align: center;
}

.brands-wrapper {
  background-color: #fff;
  padding-bottom: 20px;
}
.brands-wrapper .brands-content .sort-wrapper {
  border-bottom: 1px solid #eae9e7;
}
.brands-wrapper .brands-content .sort-wrapper .minus {
  display: none;
}
.brands-wrapper .brands-content .sort-wrapper.open .sort-content {
  max-height: 200px;
  transition: max-height ease-in 0.5s;
}
.brands-wrapper .brands-content .sort-wrapper.open .plus {
  display: none;
}
.brands-wrapper .brands-content .sort-wrapper.open .minus {
  display: inline;
}
.brands-wrapper .brands-content .sort-wrapper .sort-header {
  line-height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brands-wrapper .brands-content .sort-wrapper .sort-header {
    display: none;
  }
}
.brands-wrapper .brands-content .sort-wrapper .sort-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-in 0.2s;
}
@media only screen and (min-width: 1024px) {
  .brands-wrapper .brands-content .sort-wrapper .sort-content {
    max-height: none;
  }
}
.brands-wrapper .brands-content .letter-list {
  border-top: 1px solid #eae9e7;
  background-color: #f7f7f8;
}
@media only screen and (min-width: 1024px) {
  .brands-wrapper .brands-content .letter-list {
    width: 100%;
    background-color: #fff;
    border-top: none;
  }
}
.brands-wrapper .brands-content .letter-list button {
  background-color: #f7f7f8;
}
.brands-wrapper .brands-content .letter-list .letters {
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .brands-wrapper .brands-content .letter-list .letters {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", sans-serif;
  }
}
.brands-wrapper .brands-content .letter-list .letters a {
  width: 12.5%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.brands-wrapper .brands-content .letter-list .letters a.disabled {
  color: #adadad;
}
@media only screen and (min-width: 1024px) {
  .brands-wrapper .brands-content .letter-list .letters a {
    width: auto;
    flex-direction: row;
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 55px;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .brands-wrapper .brands-content .filter-and-brand-list-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .brands-wrapper .brands-content .filter-and-brand-list-wrapper .filter {
    box-sizing: border-box;
    padding-right: 80px;
    border-right: 1px solid #eae9e7;
    border-bottom: none;
  }
}
.brands-wrapper .brands-content .filter-and-brand-list-wrapper .filter .sort-content .links {
  padding: 0 20px 20px 20px;
}
@media only screen and (min-width: 1024px) {
  .brands-wrapper .brands-content .filter-and-brand-list-wrapper .filter .sort-content .links {
    padding: 40px;
  }
}
.brands-wrapper .brands-content .filter-and-brand-list-wrapper .filter .sort-content .links .desktop-links-header {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .brands-wrapper .brands-content .filter-and-brand-list-wrapper .filter .sort-content .links .desktop-links-header {
    display: block;
  }
}
.brands-wrapper .brands-content .filter-and-brand-list-wrapper .filter .sort-content .links a {
  display: block;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  white-space: nowrap;
}
.brands-wrapper .brands-content .filter-and-brand-list-wrapper .filter .sort-content .links a span {
  visibility: hidden;
}
.brands-wrapper .brands-content .filter-and-brand-list-wrapper .filter .sort-content .links a span.selected {
  visibility: visible;
}
.brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section {
  display: flex;
  flex: 1;
}
.brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section .brand-list {
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section .brand-list {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section .brand-list {
    box-sizing: border-box;
    flex: 1;
    padding-left: 120px;
    padding-top: 20px;
  }
}
.brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section .brand-list .letter {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}
.brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section .brand-list .anchortarget {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}
.brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section .brand-list .brands {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section .brand-list .brands a {
  line-height: 30px;
  min-width: 50%;
}
@media only screen and (min-width: 1024px) {
  .brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section .brand-list .brands a {
    min-width: 25%;
    width: 25%;
  }
}
.brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section .brand-list .brands a span {
  font-family: "DM Sans", sans-serif;
  font-style: italic;
}
@media only screen and (min-width: 1024px) {
  .brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section .brand-section-letters {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section .brand-section-letters {
    align-self: start;
    margin-top: 10px;
    position: sticky;
    top: 60px;
    padding: 0 5px;
    text-align: center;
    font-weight: 600;
    min-height: 88vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sitemessage-visible .brands-wrapper .brands-content .filter-and-brand-list-wrapper .brand-section .brand-section-letters {
    top: 90px;
    min-height: 85vh;
  }
}

/*.header-search-form {
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px 5px 5px 0;
    position: relative;

}*/
.search-modal-open #desktop-search-autocomplete {
  transition: right 0.5s ease-out;
  right: 0;
}

.autocomplete-wrapper .autocomplete-content {
  background-color: #fff;
  /*box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);*/
  z-index: 3000;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .autocomplete-wrapper .autocomplete-content {
    padding-right: 50px;
  }
}
.autocomplete-wrapper .autocomplete-content .close-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .autocomplete-wrapper .autocomplete-content .close-button {
    padding-right: 40px;
  }
}
.autocomplete-wrapper .autocomplete-content .close-button img {
  height: 25px;
  vertical-align: middle;
}
.autocomplete-wrapper .autocomplete-content h5 {
  margin: 20px 0 5px 20px;
}
.autocomplete-wrapper .autocomplete-content h5 span {
  font-family: "DM Sans", sans-serif;
}
.autocomplete-wrapper .autocomplete-content {
  /*@include respond-to(phone) {
      margin-top: 2px;
      position: absolute;
      border-top: none;
      top: 100%;
      left: 0;
      right: 0;
  }*/
}
@media only screen and (min-width: 1024px) {
  .autocomplete-wrapper .autocomplete-content {
    height: 100%;
    width: 100%;
    padding-top: 1px;
  }
}
.autocomplete-wrapper h2 {
  font-family: "DM Sans", sans-serif;
  padding-left: 20px;
  margin: 0;
}
.autocomplete-wrapper .autocomplete-suggestions, .autocomplete-wrapper .autocomplete-brands, .autocomplete-wrapper .autocomplete-categories {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
  max-height: 58px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .autocomplete-wrapper .autocomplete-suggestions, .autocomplete-wrapper .autocomplete-brands, .autocomplete-wrapper .autocomplete-categories {
    margin-bottom: 15px;
  }
}
.autocomplete-wrapper .autocomplete-suggestions li, .autocomplete-wrapper .autocomplete-brands li, .autocomplete-wrapper .autocomplete-categories li {
  z-index: 50;
  margin-top: 3px;
  margin-right: 5px;
}
.autocomplete-wrapper .autocomplete-suggestions li a, .autocomplete-wrapper .autocomplete-brands li a, .autocomplete-wrapper .autocomplete-categories li a {
  background-color: #fff;
  border: 1px solid #000;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
.autocomplete-wrapper .autocomplete-products {
  padding: 20px;
  padding-top: 0;
}
.autocomplete-wrapper .autocomplete-products .item-wrapper {
  height: 75px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .autocomplete-wrapper .autocomplete-products .item-wrapper {
    height: 60px;
  }
}
.autocomplete-wrapper .autocomplete-products .item-wrapper .name {
  line-height: 30px;
}
@media only screen and (max-width: 1023px) {
  .autocomplete-wrapper .autocomplete-products .item-wrapper .name {
    line-height: 18px;
  }
}
.autocomplete-wrapper .autocomplete-products .item-wrapper .name, .autocomplete-wrapper .autocomplete-products .item-wrapper .price {
  font-family: "DM Sans", sans-serif;
}
.autocomplete-wrapper .autocomplete-products .item-wrapper img {
  width: 55px;
  height: 55px;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
@media only screen and (min-width: 1024px) {
  .autocomplete-wrapper .autocomplete-products .item-wrapper img {
    width: 70px;
    height: 70px;
  }
}
.autocomplete-wrapper .autocomplete-products .item-wrapper > div {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.autocomplete-wrapper .autocomplete-products .item-wrapper > div > span {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.autocomplete-wrapper .autocomplete-products .item-wrapper > div {
  margin-left: 20px;
}

#desktop-search-autocomplete {
  top: 95px;
  width: 100%;
  right: -110%;
  z-index: 3000;
}
@media only screen and (max-width: 1023px) {
  #desktop-search-autocomplete {
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  #desktop-search-autocomplete {
    top: 91px;
    /*top: 101px;*/
    width: 419px;
    right: -517px;
    box-shadow: -4px 4px 4px -4px rgba(0, 0, 0, 0.5), -4px 4px 4px -4px #fff;
  }
}
@media only screen and (min-width: 1224px) {
  #desktop-search-autocomplete {
    width: 515px;
  }
}

.sitemessage-visible #desktop-search-autocomplete {
  top: 135px;
}
@media only screen and (min-width: 1024px) {
  .sitemessage-visible #desktop-search-autocomplete {
    top: 131px;
  }
}

@media only screen and (min-width: 1024px) {
  .search-modal-open .header {
    z-index: 3001;
  }
  .search-modal-open #desktop-search-autocomplete {
    display: block;
  }
}

.close-search-button {
  display: none;
}
.close-search-button img {
  height: 16px;
}

.search-modal-open .close-search-button {
  display: block;
}

.custom-color {
  /*display: inline-block;*/
  /*float: left;*/
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  /*left: 4px;
  top: 6px;*/
  /*@include breakpoints.respond-to(desktop) {*/
  /*left: 7px;
      top: 4px;*/
  /*height: 18px;
      width: 18px;
  }*/
}
.custom-color .palette .palette-color {
  border-radius: 0;
  position: absolute;
  width: 13px;
  height: 26px;
  overflow: hidden;
  left: 13px;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.custom-color .palette .palette-color > span {
  content: "";
  position: absolute;
  width: 13px;
  height: 26px;
  left: -13px;
  border-radius: 1.25rem 0 0 1.25rem;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  display: block;
}
.custom-color .palette .palette-color[data-start="60"] {
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.custom-color .palette .palette-color[data-start="72"] {
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.custom-color .palette .palette-color[data-start="90"] {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.custom-color .palette .palette-color[data-start="120"] {
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.custom-color .palette .palette-color[data-start="144"] {
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.custom-color .palette .palette-color[data-start="180"] {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-color .palette .palette-color[data-start="216"] {
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.custom-color .palette .palette-color[data-start="240"] {
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.custom-color .palette .palette-color[data-start="270"] {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.custom-color .palette .palette-color[data-start="288"] {
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.custom-color .palette .palette-color[data-start="300"] {
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
.custom-color .palette .palette-color[data-value="16"] > span {
  -moz-transform: rotate(61deg);
  -ms-transform: rotate(61deg);
  -webkit-transform: rotate(61deg);
  -o-transform: rotate(61deg);
  transform: rotate(61deg);
}
.custom-color .palette .palette-color[data-value="20"] > span {
  -moz-transform: rotate(73deg);
  -ms-transform: rotate(73deg);
  -webkit-transform: rotate(73deg);
  -o-transform: rotate(73deg);
  transform: rotate(73deg);
}
.custom-color .palette .palette-color[data-value="25"] > span {
  -moz-transform: rotate(91deg);
  -ms-transform: rotate(91deg);
  -webkit-transform: rotate(91deg);
  -o-transform: rotate(91deg);
  transform: rotate(91deg);
}
.custom-color .palette .palette-color[data-value="33"] > span {
  -moz-transform: rotate(121deg);
  -ms-transform: rotate(121deg);
  -webkit-transform: rotate(121deg);
  -o-transform: rotate(121deg);
  transform: rotate(121deg);
}
.custom-color .palette .palette-color[data-value="50"] > span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*input:checked ~ label{
    &:before {
        width: 32px;
        height: 32px;
        border: solid 1px #000;
        left: -4px;
        top: -4px;
        background: transparent;
        border-radius: 50%;
        position: relative;
        background: transparent;
        content: "";
        display: block;
    }
}

input:checked ~ .custom-color-palette{
    &:before {
        position: absolute;
        width: 32px;
        height: 32px;
        left: -4px;
        top: -4px;
    }
}*/
.prod-item {
  overflow: hidden;
}
.prod-item .quick-item-buy {
  position: fixed;
  bottom: -600px;
  z-index: 113;
  width: 100%;
  overflow: hidden;
  transition: bottom 0.25s ease-in;
  background-color: #fff;
  font-size: 13px;
  line-height: 18px;
  left: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .prod-item .quick-item-buy {
    position: absolute;
    bottom: -300px;
    display: none;
  }
}
.prod-item .quick-item-buy.visible {
  bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .prod-item .quick-item-buy.visible {
    display: block;
    bottom: 0;
  }
}
.prod-item .quick-item-buy header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.prod-item .quick-item-buy header h4 {
  font-family: "DM Sans", sans-serif;
  padding-left: 20px;
}
.prod-item .quick-item-buy header button {
  padding: 20px 20px 20px 20px;
}
@media only screen and (min-width: 1024px) {
  .prod-item .quick-item-buy header button img {
    height: 15px;
  }
  .prod-item .quick-item-buy header button {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .prod-item .quick-item-buy header {
    border-bottom: 1px solid #eae9e7;
  }
}
@media only screen and (max-width: 1023px) {
  .prod-item .quick-item-buy header .desktop-header {
    display: none;
  }
}
.prod-item .quick-item-buy header .phone-header {
  display: flex;
  padding: 10px 0 10px 20px;
}
@media only screen and (min-width: 1024px) {
  .prod-item .quick-item-buy header .phone-header {
    display: none;
  }
}
.prod-item .quick-item-buy header .phone-header .phone-header-img img {
  width: 70px;
}
.prod-item .quick-item-buy header .phone-header .phone-header-info {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  padding-left: 10px;
}
.prod-item .quick-item-buy header .phone-header .phone-header-info .info-brand {
  text-transform: uppercase;
}
.prod-item .quick-item-buy header .phone-header .phone-header-info .info-name {
  font-family: "DM Sans", sans-serif;
}
.prod-item .quick-item-buy header .phone-header .phone-header-info .info-choose {
  margin-top: 10px;
  font-family: "DM Sans", sans-serif;
  color: #d23a3a;
  text-transform: uppercase;
}
.prod-item .quick-item-buy .product-variants {
  max-height: 300px;
  overflow-y: auto;
  padding: 0 20px 10px 20px;
}
@media only screen and (min-width: 1024px) {
  .prod-item .quick-item-buy .product-variants {
    max-height: 100px;
    padding: 10px 10px 20px 20px;
    margin-right: 10px;
  }
}
.prod-item .quick-item-buy .product-variants .variant-selected {
  display: none;
}
.prod-item .quick-item-buy .product-variants .checked {
  display: none;
}
.prod-item .quick-item-buy .product-variants .variant-selected:checked + label {
  background-color: #f3f3f3;
}
.prod-item .quick-item-buy .product-variants .variant-selected:checked + label .checked {
  display: inline;
  z-index: 1;
}
.prod-item .quick-item-buy .product-variants .variant-selected:checked + label .unchecked {
  display: none;
}
.prod-item .quick-item-buy .product-variants .variant {
  border: 1px solid #000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 36px;
  padding: 0 7px;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .prod-item .quick-item-buy .product-variants .variant {
    line-height: 25px;
    margin-bottom: 5px;
  }
}
.prod-item .quick-item-buy .product-variants .variant img {
  height: 17px;
}
.prod-item .quick-item-buy .product-variants .variant .variant-size-and-price {
  display: flex;
  flex-grow: 1;
}
.prod-item .quick-item-buy .product-variants .variant .variant-size-and-price .variant-size {
  flex-grow: 1;
  padding-left: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.prod-item .quick-item-buy .product-variants .variant .variant-size-and-price .variant-price {
  color: #000;
  font-family: "DM Sans", sans-serif;
  text-align: right;
}
.prod-item .quick-item-buy .free-shipping-usp {
  text-align: center;
  font-size: 14px;
  /*margin-top: -18px;*/
  /*margin-bottom: -10px;*/
}
@media only screen and (min-width: 1024px) {
  .prod-item .quick-item-buy .free-shipping-usp {
    display: none;
  }
}
.prod-item .quick-item-buy .quick-item-btn-group {
  padding: 20px 20px 10px 20px;
  /*border-top: $border-grey;*/
}
@media only screen and (min-width: 1024px) {
  .prod-item .quick-item-buy .quick-item-btn-group {
    padding: 20px;
  }
}
.prod-item .quick-item-buy .quick-item-btn-group .quick-buy-button {
  line-height: 70px;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #111;
  text-transform: uppercase;
  font-size: 15px;
}
@media only screen and (min-width: 1024px) {
  .prod-item .quick-item-buy .quick-item-btn-group .quick-buy-button {
    line-height: 40px;
    text-transform: none;
    font-size: 13px;
  }
}
.prod-item .quick-item-buy .product-info-link-wrapper {
  text-align: center;
  padding-bottom: 7px;
}
.prod-item .quick-item-buy .product-info-link-wrapper .product-info-link {
  color: #adadad;
  padding-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .prod-item .quick-item-buy .product-info-link-wrapper {
    display: none;
  }
}

.product-added-modal {
  position: fixed;
  bottom: -310px;
  right: 0;
  left: 0;
  z-index: 3600;
  transition: bottom 1s ease-out;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1024px) {
  .product-added-modal {
    position: absolute;
    display: none;
  }
  .product-details .product-added-modal {
    position: absolute;
    top: 101px;
    right: 0;
    left: auto;
    bottom: auto;
  }
}
.product-added-modal header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.product-added-modal header h4 {
  font-family: "DM Sans", sans-serif;
  padding-left: 20px;
}
.product-added-modal header button {
  padding: 20px 20px 20px 20px;
}
.product-added-modal .body-wrapper {
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .product-added-modal .body-wrapper {
    padding: 0 20px 20px 20px;
  }
}
.product-added-modal .body-wrapper .image-wrapper {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-added-modal .body-wrapper .image-wrapper #product-added-modal-name {
  line-height: 30px;
}
.product-added-modal .body-wrapper .image-wrapper #product-added-modal-name, .product-added-modal .body-wrapper .image-wrapper #product-added-modal-price {
  font-family: "DM Sans", sans-serif;
}
.product-added-modal .body-wrapper .image-wrapper #product-added-modal-images {
  height: 100%;
  display: flex;
  justify-content: space-evenly;
}
.product-added-modal .body-wrapper .image-wrapper #product-added-modal-images img {
  height: 100%;
}
.product-added-modal .body-wrapper .image-wrapper #product-added-modal-info-wrapper {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-added-modal .body-wrapper .image-wrapper #product-added-modal-info-wrapper > span {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.product-added-modal .body-wrapper .image-wrapper #product-added-modal-info-wrapper {
  margin-left: 20px;
}
.product-added-modal .body-wrapper a {
  margin-top: 20px;
  display: block;
  line-height: 50px;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #d23a3a;
  text-transform: uppercase;
  font-size: 15px;
}
.product-added-modal .body-wrapper a .btn-checkout {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.product-added-modal .body-wrapper a .btn-checkout img {
  width: 20px;
}
.product-added-modal .body-wrapper a .btn-checkout span {
  margin-left: 10px;
}
.product-added-modal .body-wrapper .close-button {
  width: 100%;
  padding: 15px;
  color: #adadad;
}
@media only screen and (min-width: 1024px) {
  .product-added-modal .body-wrapper .close-button {
    display: none;
  }
}
.product-added-modal .multiple-header {
  display: none;
}
.product-added-modal.multiple .single-header {
  display: none;
}
.product-added-modal.multiple .multiple-header {
  display: block;
}
.product-added-modal.multiple #product-added-modal-info-wrapper {
  display: none !important;
}
.product-added-modal.multiple #product-added-modal-images {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .product-added-modal-block .product-added-modal {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .product-added-modal-block.product-details .product-added-modal {
    transform: scale(0);
    transform-origin: top right;
    transition: transform ease-out 0.3s;
  }
}

.product-added-modal-visible .product-added-modal {
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .product-added-modal-visible .product-added-modal {
    bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .product-added-modal-visible.product-details .product-added-modal {
    bottom: auto !important;
    transform: scale(1);
    transform-origin: top right;
    transition: transform ease-out 0.6s;
    width: 40%;
    top: 250px;
    right: 40px;
  }
  .product-added-modal-visible.product-details .product-added-modal #product-added-modal-price {
    display: none;
  }
}

.testfreaks-section {
  display: none;
}

.testfreaks-section-loaded {
  display: block;
}

.sticky-product-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, 0.15);
  transform: scaleY(0);
  transition: transform 0.2s ease;
  transform-origin: bottom;
  z-index: 2;
}
.buy-button-above .sticky-product-footer {
  transform: scaleY(1);
  transition: transform 0.6s ease;
  transform-origin: bottom;
}
.sticky-product-footer .wrapper {
  padding: 20px;
  height: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #fff;
}
.sticky-product-footer .wrapper img {
  height: 100%;
}
.sticky-product-footer .wrapper .middle {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
.sticky-product-footer .wrapper .middle .brand {
  font-size: 10px;
  text-transform: uppercase;
}
.sticky-product-footer .wrapper .middle .name {
  font-family: "DM Sans", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
  line-height: 30px;
}
.sticky-product-footer .wrapper .right {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sticky-product-footer .wrapper .right .our-price {
  line-height: 30px;
}
.sticky-product-footer .wrapper .right button {
  background-color: #d23a3a;
  /*line-height: 25px;*/
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .sticky-product-footer {
    display: none;
  }
}

.reminder-active .sticky-product-footer {
  display: none;
}

.mega-menu {
  display: none;
  margin-bottom: 20px;
  box-shadow: 0 14px 14px -14px rgba(0, 0, 0, 0.15);
  transform-origin: top;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 105;
  padding-top: 42px;
}
@media only screen and (min-width: 1024px) {
  .mega-menu {
    transition: padding 0.5s;
  }
  .scrolledheader .mega-menu {
    padding-top: 18px;
  }
}
.mega-menu .mega-menu-columns {
  box-sizing: border-box;
  padding: 40px 40px 40px 40px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.mega-menu .mega-menu-columns .mega-menu-columns-col {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.mega-menu .mega-menu-columns .mega-menu-columns-col .mega-menu-columns-col-title {
  font-family: "DM Sans", sans-serif;
}
.mega-menu .mega-menu-columns .mega-menu-columns-col .mega-menu-columns-col-title:nth-child(n+1) {
  margin-top: 5px;
}
.mega-menu .mega-menu-columns .mega-menu-columns-col .spacer {
  height: 5px;
}

@media only screen and (min-width: 1024px) {
  .mega-menu-wrapper:hover .mega-menu {
    display: block;
  }
}

.module-categorywithicons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
  flex-wrap: wrap;
  background-color: #f7f7f8;
  border-top: 1px solid #eae9e7;
}
@media only screen and (min-width: 1024px) {
  .module-categorywithicons {
    padding: 20px;
    /*        padding: $padding-desktop-side;
    justify-content: space-evenly;
    flex-wrap: nowrap;*/
  }
}
@media only screen and (max-width: 1023px) {
  .module-categorywithicons > :nth-child(odd) {
    padding-right: 10px;
  }
  .module-categorywithicons > :nth-child(even) {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-categorywithicons {
    /*        > :not(:last-child) {
        padding-right: $padding-desktop-side;
    }*/
  }
}
.module-categorywithicons li {
  width: 50%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .module-categorywithicons li {
    width: 33%;
    margin-bottom: 5px;
  }
}
.module-categorywithicons li a {
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  flex-direction: row;
  padding: 5px;
  align-items: center;
  font-size: 12px;
}
@media only screen and (max-width: 375px) {
  .module-categorywithicons li a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 320px) {
  .module-categorywithicons li a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-categorywithicons li a {
    padding: 10px;
    font-size: 13px;
  }
}
.module-categorywithicons li a img {
  height: 45px;
}
@media only screen and (max-width: 375px) {
  .module-categorywithicons li a img {
    height: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .module-categorywithicons li a img {
    height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-categorywithicons li a img {
    height: 40px;
  }
}
.module-categorywithicons li a span {
  line-height: 50px;
  flex-grow: 1;
  text-align: center;
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 1024px) {
  .module-categorywithicons li a span {
    line-height: 40px;
  }
}

.module-categorywithiconspictures-wrapper {
  padding: 20px;
  overflow: hidden;
}
.module-categorywithiconspictures-wrapper .module-categorywithiconspictures {
  display: grid;
  grid-auto-flow: column;
  box-sizing: border-box;
  overflow-x: scroll;
  gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .module-categorywithiconspictures-wrapper .module-categorywithiconspictures {
    overflow-x: unset;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.module-categorywithiconspictures-wrapper .module-categorywithiconspictures li {
  /*margin-bottom: $padding-mobile-side;*/
  box-sizing: border-box;
  width: 23vw;
}
@media only screen and (min-width: 1024px) {
  .module-categorywithiconspictures-wrapper .module-categorywithiconspictures li {
    width: auto;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1224px) {
  .module-categorywithiconspictures-wrapper .module-categorywithiconspictures li {
    padding: 10px;
  }
}
@media only screen and (min-width: 1424px) {
  .module-categorywithiconspictures-wrapper .module-categorywithiconspictures li {
    padding: 20px;
  }
}
.module-categorywithiconspictures-wrapper .module-categorywithiconspictures li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 375px) {
  .module-categorywithiconspictures-wrapper .module-categorywithiconspictures li a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 320px) {
  .module-categorywithiconspictures-wrapper .module-categorywithiconspictures li a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  .module-categorywithiconspictures-wrapper .module-categorywithiconspictures li a {
    padding: 10px;
    font-size: 13px;
  }
}
.module-categorywithiconspictures-wrapper .module-categorywithiconspictures li a img {
  max-width: 100%;
  max-height: 100%;
}
.module-categorywithiconspictures-wrapper .module-categorywithiconspictures li a span {
  font-size: 1.1em;
  text-align: center;
}

.module-categorywithouticons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 20px;
}
.module-categorywithouticons a {
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media only screen and (min-width: 1024px) {
  .module-categorywithouticons {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding: 40px;
    /*        display: flex;
    justify-content: space-evenly;*/
  }
}

.module-lightwidget {
  border-top: 1px solid #eae9e7;
  background-color: #f7f7f8;
}
.module-lightwidget h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  .module-lightwidget h2 {
    margin-bottom: 40px 0;
  }
}

.module-logolist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 5px;
  border-top: 1px solid #eae9e7;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .module-logolist {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .module-logolist {
    padding: 0 25px;
    padding-right: 20px;
    margin-right: 0;
  }
}
.module-logolist .module-logolist-item-wrapper {
  width: 20%;
  height: 50px;
  padding-right: 8px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .module-logolist .module-logolist-item-wrapper {
    width: 10%;
    height: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .module-logolist .module-logolist-item-wrapper:nth-child(6), .module-logolist .module-logolist-item-wrapper:nth-child(7), .module-logolist .module-logolist-item-wrapper:nth-child(8), .module-logolist .module-logolist-item-wrapper:nth-child(9), .module-logolist .module-logolist-item-wrapper:nth-child(10) {
    display: none;
  }
}
.module-logolist .module-logolist-item-wrapper picture {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.module-logolist .module-logolist-item-wrapper a {
  text-align: center;
  background-color: #fff;
  display: flex;
  height: 100%;
  padding: 7px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .module-logolist .module-logolist-item-wrapper a {
    padding: 15px;
  }
}
.module-logolist .module-logolist-item-wrapper a img {
  max-height: 100%;
  max-width: 100%;
  /*flex: 1;*/
  height: auto;
  width: auto;
}

.module-productlistwithheader {
  display: flex;
  flex-wrap: wrap;
}
.module-productlistwithheader > div {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .module-productlistwithheader {
    /*border-bottom: $border-grey;*/
    border-top: 1px solid #eae9e7;
    /*border-right: $border-grey;*/
  }
}
@media only screen and (max-width: 1023px) {
  .module-productlistwithheader > :nth-child(even) {
    border-right: 1px solid #eae9e7;
  }
  .module-productlistwithheader > :nth-child(n+2) {
    border-bottom: 1px solid #eae9e7;
  }
  .module-productlistwithheader > :nth-last-child(1), .module-productlistwithheader > :nth-last-child(2) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1024px) {
  .module-productlistwithheader > :nth-child(n+1) {
    border-right: 1px solid #eae9e7;
  }
  .module-productlistwithheader > :nth-child(n+5) {
    border-right: none;
  }
}
@media only screen and (min-width: 1024px) {
  .module-productlistwithheader {
    padding: 0;
    flex-wrap: nowrap;
  }
  .module-productlistwithheader > div {
    box-sizing: border-box;
    width: 20%;
  }
  .module-productlistwithheader > :nth-child(6) {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .module-productlistwithheader.second {
    border-top: 1px solid #eae9e7;
  }
}
.module-productlistwithheader .hero-block {
  width: 100%;
  /*margin-left: -20px;
      margin-right: -20px;*/
  background-color: #f7f7f8;
  font-family: "DM Sans", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .module-productlistwithheader .hero-block {
    width: 20%;
    padding: 40px;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .module-productlistwithheader .hero-block {
    border-top: 1px solid #eae9e7;
    border-bottom: 1px solid #eae9e7;
  }
}
.module-productlistwithheader .hero-block img {
  display: none;
  transform: rotate(180deg);
  height: 63px;
}
@media only screen and (min-width: 1024px) {
  .module-productlistwithheader .hero-block img {
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  .module-visuals .middle-section-img {
    border-bottom: none !important;
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .module-visuals.even > a:nth-last-child(1), .module-visuals.even > a:nth-last-child(2) {
    border-bottom: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .module-visuals.odd > a:nth-last-child(2), .module-visuals.odd > a:nth-last-child(3) {
    border-bottom: none !important;
  }
  .module-visuals.odd > a:nth-last-child(1) {
    display: none;
  }
}

.module-longtext {
  padding: 1rem;
  text-align: center;
  background-color: #FAFAF8;
}
@media only screen and (min-width: 1024px) {
  .module-longtext {
    padding: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .module-longtext {
    padding: 4.5rem;
  }
}
.module-longtext h1 {
  color: #111;
  font-family: Larken;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.05rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .module-longtext h1 {
    margin-bottom: 2rem;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.07rem;
  }
}
.module-longtext p {
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media only screen and (min-width: 1024px) {
  .module-longtext p {
    font-size: 1rem;
  }
}
.module-longtext p a {
  text-decoration: underline;
}

.home-wrapper {
  display: flex;
  flex-direction: column;
  /*    & > div {
      order: 2;
  }

  .module-categorywithicons {
      order: 1;

      @include respond-to(desktop) {
          order: 2;
      }
  }

  .module-categorywithiconspictures-wrapper {
      order: 1;

      @include respond-to(desktop) {
          order: 2;
      }
  }

  .module-categorywithouticons {
      order: 1;

      @include respond-to(desktop) {
          order: 2;
      }
  }*/
}
@media only screen and (min-width: 1024px) {
  .home-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.module-bannerflow {
  /*    padding: $padding-mobile-side;

  @include respond-to(desktop) {
      padding: $padding-desktop-side;
  }*/
}
@media only screen and (max-width: 1023px) {
  .module-bannerflow.desktop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .module-bannerflow.phone {
    display: none;
  }
}

.module-scrollingcategories {
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 2.25rem;
}
.module-scrollingcategories h2 {
  color: #000;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 2.25rem 0;
}
@media only screen and (min-width: 1024px) {
  .module-scrollingcategories h2 {
    font-size: 1.5rem;
    letter-spacing: -0.03rem;
    color: #111;
    padding: 4.5rem 0 3rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .module-scrollingcategories {
    padding-bottom: 6rem;
  }
}
.module-scrollingcategories__batches {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .module-scrollingcategories__batches {
    gap: 2rem;
  }
}
.module-scrollingcategories__batches__batch__wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .module-scrollingcategories__batches__batch__wrapper {
    gap: 2.5rem;
  }
}
.module-scrollingcategories__batches__batch__wrapper__item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .module-scrollingcategories__batches__batch__wrapper__item {
    gap: 1.5rem;
  }
}
.module-scrollingcategories__batches__batch__wrapper__item__img {
  height: 3rem;
}
@media only screen and (min-width: 1024px) {
  .module-scrollingcategories__batches__batch__wrapper__item__img {
    height: 5.5rem;
  }
}
.module-scrollingcategories__batches__batch__wrapper__item__img img {
  height: 100%;
}
.module-scrollingcategories__batches__batch__wrapper__item__name {
  white-space: nowrap;
  color: #111;
  text-align: center;
  font-family: Larken;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-decoration-line: underline;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .module-scrollingcategories__batches__batch__wrapper__item__name {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}

.module-slidervisuals {
  padding: 1rem;
  overflow: auto;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .module-slidervisuals {
    display: grid;
    grid-auto-flow: column;
    /*overflow: unset;*/
    /*        display: grid;
    grid-auto-columns: 1fr;*/
  }
}
.module-slidervisuals__item {
  display: block;
}
.module-slidervisuals__item img {
  width: 70vw;
}
@media only screen and (min-width: 1024px) {
  .module-slidervisuals__item img {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .module-slidervisuals-fade.monly {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .module-slidervisuals-fade.donly {
    display: none;
  }
}
.module-slidervisuals-fade .module-slidervisuals-fade-wrapper {
  /*position: relative;*/
  display: grid;
}
.module-slidervisuals-fade .module-slidervisuals-fade-wrapper__item {
  /*position: absolute;*/
  grid-row: 1;
  grid-column: 1;
  left: 0;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 0;
}
.module-slidervisuals-fade .module-slidervisuals-fade-wrapper__item img {
  width: 100%;
  display: block;
}
.module-slidervisuals-fade .module-slidervisuals-fade-wrapper__item.active {
  opacity: 1;
  z-index: 1;
}

.pfour-productslider {
  padding: 1.5rem 0 0.5rem 1rem;
  background-color: #F2F1EC;
}
@media only screen and (min-width: 1024px) {
  .pfour-productslider {
    padding: 4.5rem 0 4.5rem 4.5rem;
  }
}
.pfour-productslider.inverted {
  background-color: #fff;
}
.pfour-productslider__top {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  padding-right: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-productslider__top {
    margin-bottom: 2rem;
    padding-right: 4.5rem;
  }
}
.pfour-productslider__top__header {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #FF965A;
  color: #111;
  text-align: center;
  font-family: Larken;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-productslider__top__header {
    display: block;
    font-size: 1.125rem;
    letter-spacing: 0.06875rem;
  }
}
.pfour-productslider__top__displayall {
  /*display: none;*/
  font-family: "DM Sans", sans-serif;
  display: flex;
  display: block;
  padding: 1.5rem 1.5rem 1.2rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #111;
}
.pfour-productslider__items {
  display: grid;
  gap: 0.75rem;
  overflow-x: scroll;
  grid-auto-flow: column;
  padding-bottom: 1rem;
  justify-content: flex-start;
}
@media only screen and (min-width: 1024px) {
  .pfour-productslider__items {
    gap: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-productslider__items {
    padding-right: 4.5rem;
  }
}
.pfour-productslider__items .pfour-prod-item {
  width: 60vw;
}
@media only screen and (min-width: 1024px) {
  .pfour-productslider__items .pfour-prod-item {
    width: 18rem;
  }
}

@media only screen and (min-width: 1024px) {
  .pfour-productslider__items::-webkit-scrollbar-track {
    /*height: 20px;*/
    /*background: #f2f1ec;*/
    background-color: #f2f1ec;
  }
  .pfour-productslider.inverted .pfour-productslider__items::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .pfour-fancy-imagelist-wrapper::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .pfour-productslider__items::-webkit-scrollbar, .pfour-fancy-imagelist-wrapper::-webkit-scrollbar {
    background-color: #DBDBD7;
    height: 16px;
  }
  .pfour-fancy-imagelist-wrapper::-webkit-scrollbar {
    background-color: #fff;
  }
  .pfour-productslider__items::-webkit-scrollbar-thumb {
    background: #111;
    /*height: 2px;*/
    border: 7px #f2f1ec solid;
    border-left: 200px #f2f1ec solid;
    border-right: 200px #f2f1ec solid;
  }
  .pfour-productslider.inverted .pfour-productslider__items::-webkit-scrollbar-thumb {
    /*height: 2px;*/
    border: 7px #fff solid;
    border-left: 200px #fff solid;
    border-right: 200px #fff solid;
  }
  .pfour-fancy-imagelist-wrapper::-webkit-scrollbar-thumb {
    background: #111;
    /*height: 2px;*/
    border: 7px #fff solid;
    border-left: 200px #fff solid;
    border-right: 200px #fff solid;
  }
  .pfour-chatbot-slider .pfour-productslider__items::-webkit-scrollbar-thumb {
    border-left: 1px #f2f1ec solid;
    border-right: 1px #f2f1ec solid;
  }
}
@-moz-document url-prefix() {
  .pfour-productslider__items {
    scrollbar-width: thin;
    scrollbar-color: #111 #f2f1ec;
  }
}
.flowbox-home {
  padding: 1.5rem 0;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .flowbox-home {
    padding: 4.5rem 0 0 0;
  }
}
.flowbox-home__header {
  padding: 0 1rem 8.5px 1rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .flowbox-home__header {
    padding: 0 1rem 3.5rem 1rem;
  }
}
.flowbox-home__header__site {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.035rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .flowbox-home__header__site {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}
.flowbox-home__header__message {
  color: #000;
  font-family: larken;
  font-size: 1.9375rem;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.03875rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .flowbox-home__header__message {
    font-size: 2.6875rem;
  }
}
.flowbox-home__content {
  padding: 0 8.5px;
}
@media only screen and (min-width: 1024px) {
  .flowbox-home__content {
    padding: 0;
  }
}

.receipt-wrapper {
  /*padding-top: $padding-mobile-side;*/
  max-width: 864px;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}
.receipt-wrapper .qliro, .receipt-wrapper .reviews {
  padding: 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .receipt-wrapper .qliro, .receipt-wrapper .reviews {
    padding: 0;
  }
}
.receipt-wrapper h2 {
  margin-top: 20px;
  font-family: "DM Sans", sans-serif;
  padding: 20px;
  background-color: #f7f7f8;
}
@media only screen and (min-width: 1024px) {
  .receipt-wrapper h2 {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .receipt-wrapper h2 {
    margin-top: 40px;
  }
}

.orderstatus-wrapper .orderhistory {
  /*max-width: 800px;*/
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.orderstatus-wrapper .orderhistory h4 {
  text-align: center;
  margin: 20px 0;
  font-family: "DM Sans", sans-serif;
}
.orderstatus-wrapper .orderhistory p {
  text-align: center;
}
.orderstatus-wrapper .orderhistory a {
  text-align: center;
  margin: 20px 0;
  text-decoration: underline;
}

.login-promo {
  padding: 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .login-promo {
    padding: 0;
  }
}
.login-promo .login-promo__inner {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  text-align: center;
  /*        @include respond-to(desktop) {
      padding: 25px;
  }*/
  /*border-bottom: 1px solid $pfour-ui-warmgrey;*/
}
.login-promo .login-promo__inner .login-promo-sendemailform .login-promo-sendemailbutton__notsent {
  display: block;
}
.login-promo .login-promo__inner .login-promo-sendemailform .login-promo-sendemailbutton__sent {
  display: none;
}
.login-promo .login-promo__inner .login-promo-sendemailform.sent .login-promo-sendemailbutton__notsent {
  display: none;
}
.login-promo .login-promo__inner .login-promo-sendemailform.sent .login-promo-sendemailbutton__sent {
  display: block;
}
.login-promo .login-promo__inner .login-promo-sendemailform .login-promo-sendemailbutton {
  width: 100%;
  padding: 16px 24px 16px 24px;
  color: #111;
  background-color: #A1E9FF;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.brand-template-1-2 .top {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f8;
  padding: 10px 20px 20px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .top {
    flex-direction: row;
    width: 100%;
    /*flex-wrap: wrap;*/
    padding: 40px;
  }
}
.brand-template-1-2 .top .brand-header {
  margin-bottom: 10px;
  /*h1 {
      font-family: $font-bd;
      font-size: 24px;
      line-height: 24px;
      margin: 0 0 10px 0;
      white-space: nowrap;
  }*/
}
.brand-template-1-2 .top .brand-header .img-wrapper {
  width: 100%;
  text-align: center;
}
.brand-template-1-2 .top .brand-header .img-wrapper img {
  max-height: 64px;
  max-width: 60%;
}
.brand-template-1-2 .top .brand-header {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .top .brand-header {
    display: none;
  }
}
.brand-template-1-2 .top .desc {
  margin-top: 10px;
  order: 4;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .top .desc {
    margin-top: 20px;
    order: 1;
    width: 30%;
    padding-right: 80px;
    margin-top: 0;
  }
}
.brand-template-1-2 .top .desc h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 24px;
  /*display: none;*/
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .top .desc h1 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .top .desc .longdescription {
    margin-top: 20px;
  }
}
.brand-template-1-2 .top .desc .longdescription .description {
  line-height: 22px;
}
.brand-template-1-2 .top .desc .longdescription .description ul {
  padding-left: 20px;
  margin: 10px 0;
}
.brand-template-1-2 .top .desc .longdescription .description ul li {
  list-style: disc;
}
.brand-template-1-2 .top .desc .longdescription .description h2 {
  font-weight: 800;
  font-size: 1.1em;
  margin: 5px 0 2px 0;
}
.brand-template-1-2 .top .desc .longdescription .description.long {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  max-height: 60px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .top .desc .longdescription .description.long {
    max-height: 200px;
  }
}
.brand-template-1-2 .top .desc .longdescription .description.long::after {
  content: "+";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 20px;
  background: linear-gradient(to right, rgba(247, 247, 248, 0), rgb(247, 247, 248) 50%);
}
.brand-template-1-2 .top .desc .longdescription .description.expanded {
  max-height: 1000px;
  transition: max-height ease-out 0.5s, max-width ease-out 0.3s;
}
.brand-template-1-2 .top .desc .longdescription .description.expanded::after {
  content: "-";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  /*width: 20%;*/
  height: 20px;
  background: none;
}
.brand-template-1-2 .top .img {
  order: 1;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .top .img {
    order: 2;
    width: 70%;
  }
}
.brand-template-1-2 .top .img img {
  width: 100%;
}
.brand-template-1-2 .top .allproducts-wrapper {
  padding-top: 20px;
  order: 5;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .top .allproducts-wrapper {
    display: none;
  }
}
.brand-template-1-2 .top .allproducts-wrapper .allproducts-btn {
  margin: 0 auto;
  width: 80%;
  background-color: #c62828;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-template-1-2 .top .allproducts-wrapper .allproducts-btn .button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.brand-template-1-2 .top .allproducts-wrapper .allproducts-btn .button span {
  color: #fff;
}
.brand-template-1-2 .top .allproducts-wrapper .allproducts-btn .button img {
  height: 17px;
  transform: rotate(90deg);
  margin-left: 10px;
}
.brand-template-1-2 .top .logo {
  order: 3;
  text-align: center;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .top .logo {
    display: none;
  }
}
.brand-template-1-2 .top .logo img {
  max-height: 75px;
  max-width: 100%;
}
.brand-template-1-2 .top .logo {
  /*max-height: 100px;*/
}
.brand-template-1-2 .links {
  overflow-x: auto;
  white-space: nowrap;
  overflow-x: auto;
  line-height: 55px;
  border-bottom: #eae9e7;
}
.brand-template-1-2 .links a {
  padding: 10px 20px;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .links {
    text-align: center;
    padding: 0;
    overflow-x: unset;
  }
  .brand-template-1-2 .links a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.brand-template-1-2 .bottom-section {
  padding: 20px;
  box-sizing: border-box;
  background-color: #f7f7f8;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .bottom-section {
    padding: 40px;
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (max-width: 1023px) {
  .brand-template-1-2 .bottom-section {
    border-bottom: 1px solid #eae9e7;
  }
}
.brand-template-1-2 .bottom-section .bottom-section-video-wrapper-custom, .brand-template-1-2 .bottom-section .bottom-section-text, .brand-template-1-2 .bottom-section .bottom-section-video-wrapper, .brand-template-1-2 .bottom-section .bottom-section-img {
  width: 100%;
  box-sizing: border-box;
}
.brand-template-1-2 .bottom-section .bottom-section-img img {
  max-width: 100%;
  max-height: 100%;
}
.brand-template-1-2 .bottom-section .bottom-section-text {
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .bottom-section .bottom-section-text {
    padding: 0 40px 0 0;
  }
}
.brand-template-1-2 .bottom-section .bottom-section-text h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
}
.brand-template-1-2 .bottom-section .bottom-section-text p {
  margin-top: 10px;
  line-height: 22px;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .bottom-section .bottom-section-text p {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .bottom-section .bottom-section-video-wrapper, .brand-template-1-2 .bottom-section .bottom-section-video-wrapper-custom {
    padding: 0 0 0 40px;
  }
}
.brand-template-1-2 .bottom-section .bottom-section-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.brand-template-1-2 .bottom-section .bottom-section-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .bottom-section .bottom-section-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33%;
  }
  .brand-template-1-2 .bottom-section .bottom-section-video-wrapper-custom, .brand-template-1-2 .bottom-section .bottom-section-video-wrapper, .brand-template-1-2 .bottom-section .bottom-section-img {
    width: 67%;
  }
  .brand-template-1-2 .bottom-section .bottom-section-text {
    order: 1;
  }
  .brand-template-1-2 .bottom-section .bottom-section-video-wrapper-custom, .brand-template-1-2 .bottom-section .bottom-section-video-wrapper, .brand-template-1-2 .bottom-section .bottom-section-img {
    order: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .brand-template-1-2 .promo {
    border-top: none;
    border-bottom: 1px solid #eae9e7;
  }
}
@media only screen and (max-width: 1023px) {
  .brand-template-1-2 .promo {
    border-top: none;
  }
}

.breadcrumbs .brand-logo {
  height: 25px;
  float: right;
  margin-top: 9px;
  margin-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs .brand-logo {
    display: none;
  }
}

.middle-section, .module-visuals {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .middle-section, .module-visuals {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 1023px) {
  .middle-section > a:nth-of-type(odd), .module-visuals > a:nth-of-type(odd) {
    border-right: 1px #eae9e7 solid;
  }
  .middle-section > a:nth-of-type(n+1), .module-visuals > a:nth-of-type(n+1) {
    border-bottom: 1px #eae9e7 solid;
  }
  .middle-section > a:nth-of-type(-n+2), .module-visuals > a:nth-of-type(-n+2) {
    border-top: 1px #eae9e7 solid;
  }
}
@media only screen and (min-width: 1024px) {
  .middle-section > a:nth-of-type(-n+5), .middle-section > div:nth-of-type(-n+5), .module-visuals > a:nth-of-type(-n+5), .module-visuals > div:nth-of-type(-n+5) {
    border-right: 1px #eae9e7 solid;
    border-top: 1px #eae9e7 solid;
    border-bottom: 1px #eae9e7 solid;
  }
  .middle-section > div:first-of-type, .module-visuals > div:first-of-type {
    border-left: none;
    border-top: 1px #eae9e7 solid;
    border-bottom: 1px #eae9e7 solid;
  }
  .middle-section > div:last-of-type, .module-visuals > div:last-of-type {
    border-right: none;
    border-top: 1px #eae9e7 solid;
    border-bottom: 1px #eae9e7 solid;
  }
}
.middle-section .middle-section-img, .module-visuals .middle-section-img {
  box-sizing: border-box;
  padding: 20px;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .middle-section .middle-section-img, .module-visuals .middle-section-img {
    width: 20%;
  }
}
.middle-section .middle-section-img img, .module-visuals .middle-section-img img {
  width: 100%;
}
.middle-section .middle-section-img .middle-section-text, .module-visuals .middle-section-img .middle-section-text {
  font-family: "DM Sans", sans-serif;
  text-align: center;
  padding: 20px 0 0 0;
}
.middle-section .middle-section-links, .module-visuals .middle-section-links {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .middle-section .middle-section-links, .module-visuals .middle-section-links {
    padding: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .middle-section .middle-section-links, .module-visuals .middle-section-links {
    border-bottom: 1px #eae9e7 solid;
  }
}
.middle-section .middle-section-links .small-links, .module-visuals .middle-section-links .small-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .middle-section .middle-section-links .small-links, .module-visuals .middle-section-links .small-links {
    max-height: 160px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1023px) {
  .middle-section .middle-section-links .small-links, .module-visuals .middle-section-links .small-links {
    max-height: 100px;
    overflow: hidden;
  }
}
.middle-section .middle-section-links .small-links a, .module-visuals .middle-section-links .small-links a {
  display: block;
  padding: 5px 0;
}
@media only screen and (min-width: 1024px) {
  .middle-section .middle-section-links .small-links a, .module-visuals .middle-section-links .small-links a {
    display: block;
    padding: 10px 0;
  }
}
.middle-section .middle-section-links .popular-category-btn, .module-visuals .middle-section-links .popular-category-btn {
  box-sizing: border-box;
  border: 1px #000 solid;
  padding: 10px 10px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .middle-section.items-count-1 .middle-section-links, .middle-section.items-count-3 .middle-section-links, .middle-section.items-count-5 .middle-section-links, .module-visuals.items-count-1 .middle-section-links, .module-visuals.items-count-3 .middle-section-links, .module-visuals.items-count-5 .middle-section-links {
    width: 50%;
  }
  .middle-section.items-count-1 .small-link, .middle-section.items-count-3 .small-link, .middle-section.items-count-5 .small-link, .module-visuals.items-count-1 .small-link, .module-visuals.items-count-3 .small-link, .module-visuals.items-count-5 .small-link {
    width: 100%;
  }
  .middle-section.items-count-2 .middle-section-links, .middle-section.items-count-4 .middle-section-links, .module-visuals.items-count-2 .middle-section-links, .module-visuals.items-count-4 .middle-section-links {
    border-bottom: 1px #eae9e7 solid;
  }
  .middle-section.items-count-2 .small-links, .middle-section.items-count-4 .small-links, .module-visuals.items-count-2 .small-links, .module-visuals.items-count-4 .small-links {
    width: 100%;
    padding: 20px 0;
  }
  .middle-section.items-count-2 .small-link, .middle-section.items-count-4 .small-link, .module-visuals.items-count-2 .small-link, .module-visuals.items-count-4 .small-link {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .middle-section.items-count-1 .small-link, .module-visuals.items-count-1 .small-link {
    width: 25%;
  }
  .middle-section.items-count-2 .small-link, .module-visuals.items-count-2 .small-link {
    width: 25%;
  }
  .middle-section.items-count-3 .small-link, .module-visuals.items-count-3 .small-link {
    width: 25%;
  }
  .middle-section.items-count-4 .small-link, .module-visuals.items-count-4 .small-link {
    width: 50%;
  }
  .middle-section.items-count-5, .module-visuals.items-count-5 {
    display: none;
  }
}

.hb-video-wrapper .hb-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  /*@include respond-to(desktop) {
      height: 300px;
  }*/
}

.newsletter .newsletter-body {
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .newsletter .newsletter-body {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
}
.newsletter .newsletter-body p {
  margin: 20px 0;
}
.newsletter .newsletter-body h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
}
.newsletter .newsletter-body input {
  display: block;
  height: 30px;
  width: 100%;
  border: 1px solid #adadad;
  padding: 2px 3px;
  box-sizing: border-box;
}
.newsletter .newsletter-body button {
  border: none;
  margin-top: 16px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif !important;
  width: 109px;
  background-color: #000000;
  color: #ffffff;
}
.discount-wrapper {
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .discount-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
}
.discount-wrapper div {
  margin: 20px 0;
}
.discount-wrapper h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
}

.information-wrapper .information {
  padding: 0 20px;
}
.information-wrapper .information img {
  width: 100%;
  margin: 10px auto;
}
@media only screen and (min-width: 1024px) {
  .information-wrapper .information {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    /*padding: 20px $padding-desktop-side;*/
  }
}
.information-wrapper .information .content a {
  text-decoration: underline;
}
.information-wrapper .information .content p {
  margin: 8px 0 8px 0;
  line-height: 22px;
}
.information-wrapper .information h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
}
.information-wrapper .information h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  margin-top: 5px;
}
.information-wrapper .information h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  margin-top: 5px;
}
.information-wrapper .information ul li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
}

.allcategories .categories-wrapper .group-wrapper {
  border-bottom: 1px solid #eae9e7;
  line-height: 22px;
  font-family: "DM Sans", sans-serif;
}
.allcategories .categories-wrapper .group-wrapper .group {
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .allcategories .categories-wrapper .group-wrapper .group {
    padding: 40px;
  }
}
.allcategories .categories-wrapper .group-wrapper .group h2 {
  font-family: "DM Sans", sans-serif;
}
.allcategories .categories-wrapper .group-wrapper .group ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.allcategories .categories-wrapper .group-wrapper .group ul li {
  box-sizing: border-box;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .allcategories .categories-wrapper .group-wrapper .group ul li {
    width: 25%;
  }
}
.allcategories .categories-wrapper .level_1 li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
}
.allcategories .categories-wrapper .level_1 li {
  width: 100% !important;
  display: list-item !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 1023px) {
  .header {
    border-bottom: none;
  }
}

@media only screen and (max-width: 1023px) {
  .scrolled .header {
    border-bottom: 1px solid #eae9e7;
  }
}

.usps-main {
  background-color: #f7f7f8;
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  justify-content: space-between;
  border-bottom: 1px solid #eae9e7;
}
@media only screen and (min-width: 1024px) {
  .usps-main {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 40px;
    border-bottom: 1px solid #eae9e7;
  }
}
@media only screen and (min-width: 1624px) {
  .usps-main {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.usps-main .item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .usps-main .item {
    width: auto;
    margin-right: 80px;
    flex-direction: row;
    align-items: center;
  }
}
.usps-main .item img {
  height: 10px;
}
@media only screen and (min-width: 1024px) {
  .usps-main .item img {
    height: 12px;
  }
}
.usps-main .item div {
  margin-top: 5px;
  font-size: 9px;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .usps-main .item div {
    font-size: 11px;
    margin-top: 0;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .usps-main.b {
    align-items: center;
    justify-content: space-evenly;
  }
}
.usps-main.b {
  /*@include respond-to(desktopx) {
      font-size: 13px;
  }*/
}
@media only screen and (min-width: 1024px) {
  .usps-main.b .item {
    margin-right: 0;
  }
}
.usps-main.b .item img {
  height: 12px;
}
@media only screen and (min-width: 1024px) {
  .usps-main.b .item img {
    height: 17px;
  }
}
.usps-main.b .item div {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .usps-main.b .item div {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .usps-main.b .item.trustpilot img {
    height: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .usps-main.b .item.teh img {
    height: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .product-details .usps-main {
    display: none;
  }
}

.usps-banner {
  background-color: #fff;
  padding: 0;
  text-align: center;
}
.usps-banner a {
  display: block;
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .product-details.sitemessage-visible .usps-banner {
    margin-top: 58px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .product-details.sitemessage-visible.search-expanded .usps-banner {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .usps-banner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.usps-banner img {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}

.header-payment {
  display: flex;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #eae9e7;
}
@media only screen and (min-width: 1024px) {
  .header-payment {
    justify-content: space-between;
  }
}
.header-payment__logo {
  position: absolute;
}
.header-payment__logo img {
  width: 125px;
}
.header-payment__leftsec {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header-payment__leftsec {
    width: auto;
    margin: 0 auto;
    justify-content: normal;
  }
}
.header-payment__leftsec .back-link, .header-payment__leftsec .payment-support {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .header-payment__leftsec .back-link, .header-payment__leftsec .payment-support {
    display: block;
    padding-right: 40px;
  }
}
.header-payment__leftsec .payment-support {
  text-align: center;
  border-left: 1px solid #eae9e7;
  border-right: 1px solid #eae9e7;
  padding-left: 40px;
  padding-right: 40px;
}
.header-payment__leftsec .testfreaks-all-reviews-badge {
  display: flex;
  padding-right: 1rem;
}
@media only screen and (min-width: 1024px) {
  .header-payment__leftsec .testfreaks-all-reviews-badge {
    padding-right: 0;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-payment__leftsec .phone-back-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 9px;
  color: #adadad;
}
@media only screen and (min-width: 1024px) {
  .header-payment__leftsec .phone-back-link {
    display: none;
  }
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 0;
  width: 80%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .footer-wrapper {
    width: 100%;
    padding: 10px;
  }
}
.footer-wrapper .footer-help {
  width: 100%;
  display: none;
  justify-content: flex-end;
}
@media only screen and (min-width: 1024px) {
  .footer-wrapper .footer-help {
    display: flex;
  }
}
.footer-wrapper .footer-help p {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #eae9e7;
  background: #eae9e7;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 50%;
}
.footer-wrapper .footer-trust {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .footer-wrapper .footer-trust {
    margin-top: 10px;
    width: 100%;
    padding-top: 0;
  }
}
.footer-wrapper .footer-trust .trust-sec {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .footer-wrapper .footer-trust .trust-sec {
    width: 50%;
    margin-top: 20px;
    font-size: 13px;
  }
}
.footer-wrapper .footer-trust .trust-sec img {
  width: 60px;
  margin-bottom: 10px;
}
.footer-wrapper .footer-trust .trust-sec .img-file {
  width: 50px;
}
.footer-wrapper .footer-trust .trust-sec .trust-qliro img, .footer-wrapper .footer-trust .trust-sec .trust-walley img {
  width: 45px;
}
.footer-wrapper .footer-trust .trust-sec .trust-stars {
  width: 140px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.footer-wrapper .footer-footer {
  width: 100%;
  line-height: 50px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .footer-wrapper .footer-footer {
    display: none;
  }
}
.footer-wrapper .footer-footer a {
  width: 10%;
  text-align: center;
  color: #adadad;
}
.footer-wrapper .footer-footer .payment-support {
  border-left: 1px solid #eae9e7;
}

.site-message-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: block;
  width: 100%;
}
.site-message-container .site-message {
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}
@media only screen and (max-width: 1023px) {
  .site-message-container .site-message {
    justify-content: space-between;
    padding: 0 20px;
    font-size: 10px;
  }
}
.site-message-container .site-message .message-left {
  display: flex;
  align-items: center;
}
.site-message-container .site-message .message-left .message-text {
  /*white-space: nowrap;*/
}
.site-message-container .site-message .message-left .message-link {
  text-decoration: none;
  color: #fff;
  padding: 3px 10px;
  border: 1px solid #fff;
  text-align: center;
  margin-left: 20px;
}
.site-message-container .site-message .message-left .message-link span {
  white-space: nowrap;
}
.site-message-container .site-message .message-right .site-message-close {
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
}

.campaign-special-banners {
  display: flex;
  flex-direction: row;
  padding: 10px;
  flex-wrap: wrap;
  /*display: none;*/
}
@media only screen and (min-width: 1024px) {
  .campaign-special-banners {
    justify-content: space-between;
    padding: 30px;
    flex-wrap: nowrap;
  }
}
.campaign-special-banners a {
  box-sizing: border-box;
  width: 50%;
  display: block;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  .campaign-special-banners a {
    width: auto;
  }
}
.campaign-special-banners a img {
  max-width: 100%;
  max-height: 100%;
}

.bf2020-wrapper .bf2020-content {
  padding: 10px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.bf2020-wrapper .bf2020-content .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bf2020-wrapper .bf2020-content .items .bf2020-item {
  box-sizing: border-box;
  width: 50%;
  padding: 10px;
  min-height: 200px;
}
@media only screen and (min-width: 1024px) {
  .bf2020-wrapper .bf2020-content .items .bf2020-item {
    width: 20%;
    min-height: 180px;
  }
}
.bf2020-wrapper .bf2020-content .items .bf2020-item a {
  border: 1px solid #000;
  height: 100%;
  display: flex;
  position: relative;
  text-align: center;
  /*padding: 20px 0px;*/
  justify-content: center;
  align-items: center;
}
.bf2020-wrapper .bf2020-content .items .bf2020-item a img {
  max-width: 80%;
  height: auto;
  max-height: 100px;
  flex: 1;
}
.bf2020-wrapper .bf2020-content .items .bf2020-item a .brandname {
  flex: 1;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
}
.bf2020-wrapper .bf2020-content .items .bf2020-item a .bf2020-item-save {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 4px 6px;
  padding-top: 6px;
}
@media only screen and (min-width: 1024px) {
  .bf2020-wrapper .bf2020-content .items .bf2020-item a .bf2020-item-save {
    padding: 3px 3px;
    padding-top: 2px;
    right: -1px;
  }
}
.bf2020-wrapper .bf2020-content .items .bf2020-item a .bf2020-item-buynow {
  position: absolute;
  bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .bf2020-wrapper .bf2020-content .items .bf2020-item a .bf2020-item-buynow {
    bottom: 6px;
  }
}
.bf2020-wrapper .bf2020-content .items .bf2020-item a .bf2020-item-buynow span {
  background-color: #d23a3a;
  color: #fff;
  padding: 6px;
  font-family: "DM Sans", sans-serif;
  padding-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .bf2020-wrapper .bf2020-content .items .bf2020-item a .bf2020-item-buynow span {
    padding: 4px;
    padding-top: 4px;
    /*font-family: $font-family-primary;*/
  }
}
@media only screen and (max-width: 1023px) {
  .bf2020-wrapper .bf2020-content .items .bf2020-item2 {
    display: none;
  }
}

.gladje {
  flex-wrap: wrap;
}
.gladje a {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .gladje a {
    width: 16.6666666%;
  }
}
.gladje a.double {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .gladje a.double {
    width: 33.333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .hajuvesifi .gladje a {
    width: 25%;
  }
}

.grid2 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
.grid2 .grid2-row {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px 10px 20px;
  flex-direction: column;
}
.grid2 .grid2-row .grid2-row-header {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .grid2 .grid2-row .grid2-row-header {
    padding-bottom: 20px;
  }
}
.grid2 .grid2-row .grid2-row-header img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.grid2 .grid2-row .grid2-row-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .grid2 .grid2-row .grid2-row-items {
    gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .grid2 .grid2-row .grid2-row-items.desktopcolumncount-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid2 .grid2-row .grid2-row-items.desktopcolumncount-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid2 .grid2-row .grid2-row-items.desktopcolumncount-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid2 .grid2-row .grid2-row-items.desktopcolumncount-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid2 .grid2-row .grid2-row-items.desktopcolumncount-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid2 .grid2-row .grid2-row-items.desktopcolumncount-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid2 .grid2-row .grid2-row-items.desktopcolumncount-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid2 .grid2-row .grid2-row-items.desktopcolumncount-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid2 .grid2-row .grid2-row-items.desktopcolumncount-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid2 .grid2-row .grid2-row-items.desktopcolumncount-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .grid2 .grid2-row .grid2-row-items a.desktop-size-1 {
    grid-column: span 1;
  }
  .grid2 .grid2-row .grid2-row-items a.desktop-size-2 {
    grid-column: span 2;
  }
  .grid2 .grid2-row .grid2-row-items a.desktop-size-3 {
    grid-column: span 3;
  }
  .grid2 .grid2-row .grid2-row-items a.desktop-size-4 {
    grid-column: span 4;
  }
  .grid2 .grid2-row .grid2-row-items a.desktop-size-5 {
    grid-column: span 5;
  }
  .grid2 .grid2-row .grid2-row-items a.desktop-size-6 {
    grid-column: span 6;
  }
  .grid2 .grid2-row .grid2-row-items a.desktop-size-7 {
    grid-column: span 7;
  }
  .grid2 .grid2-row .grid2-row-items a.desktop-size-8 {
    grid-column: span 8;
  }
  .grid2 .grid2-row .grid2-row-items a.desktop-size-9 {
    grid-column: span 9;
  }
  .grid2 .grid2-row .grid2-row-items a.desktop-size-10 {
    grid-column: span 10;
  }
}
.grid2 .grid2-row .grid2-row-items a img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 1624px) {
  .fdesk .breadcrumbs {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fdesk-wrapper {
  width: 100%;
}
.fdesk-wrapper .fdesk-search {
  background-color: #FDBFD5;
  padding: 3rem 2rem;
}
@media only screen and (min-width: 1024px) {
  .fdesk-wrapper .fdesk-search {
    padding: 6.5rem 19rem;
  }
}
.fdesk-wrapper .fdesk-search .search-result-title {
  font-size: 30px;
  margin-bottom: 10px;
  color: #757575;
  margin-left: 10px;
}
.fdesk-wrapper .fdesk-search .search-title-and-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .fdesk-wrapper .fdesk-search .search-title-and-search {
    gap: 0.75rem;
  }
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-title, .fdesk-wrapper .fdesk-search .search-title-and-search .search-sub-title {
  color: #111;
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-title {
  font-family: larken;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.1875rem;
  line-height: 2.40625rem;
  /*margin: $padding-mobile-side 0 0 0;*/
}
@media only screen and (min-width: 1024px) {
  .fdesk-wrapper .fdesk-search .search-title-and-search .search-title {
    font-size: 4.875rem;
    line-height: 5.3625rem;
  }
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-sub-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7rem;
}
@media only screen and (min-width: 1024px) {
  .fdesk-wrapper .fdesk-search .search-title-and-search .search-sub-title {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-title-and-search__announcement-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: "DM Sans", sans-serif;
  align-items: center;
  margin-top: 1rem;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.45rem;
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-form-wrapper {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .fdesk-wrapper .fdesk-search .search-title-and-search .search-form-wrapper {
    margin-top: 2.25rem;
  }
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-form-wrapper .search-form {
  width: 100%;
  box-sizing: border-box;
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-form-wrapper .search-form .input-group .form-control {
  position: relative;
  border: none;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 2.45rem;
  color: #111;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .fdesk-wrapper .fdesk-search .search-title-and-search .search-form-wrapper .search-form .input-group .form-control {
    line-height: 3.5rem;
    text-align: left;
  }
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-form-wrapper .search-form .input-group .form-control::placeholder {
  color: #bbb;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .fdesk-wrapper .fdesk-search .search-title-and-search .search-form-wrapper .search-form .input-group .form-control::placeholder {
    text-align: left;
    line-height: 3.5rem;
  }
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-form-wrapper .search-form .autocomplete {
  position: relative;
  margin: auto;
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-form-wrapper .search-form .autocomplete .autocomplete-items {
  position: absolute;
  border-bottom: none;
  border-left: none;
  border-right: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  /*margin-top: 2px;*/
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-form-wrapper .search-form .autocomplete .autocomplete-items > :first-child {
  border-top: 1px solid #F2F1EC;
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-form-wrapper .search-form .autocomplete .autocomplete-items a {
  color: #111;
  display: block;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #F2F1EC;
}
.fdesk-wrapper .fdesk-search .search-title-and-search .search-form-wrapper .search-form .autocomplete .autocomplete-items a:hover {
  background-color: #e9e9e9;
}
.fdesk-wrapper .announcement-wrapper {
  text-align: center;
  padding: 10px 20px;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 1024px) {
  .fdesk-wrapper .announcement-wrapper {
    border: 1px solid #000;
  }
}
.fdesk-wrapper .announcement-wrapper h3 {
  font-size: 16px;
}
.fdesk-wrapper .announcement-wrapper .text {
  font-size: 14px;
}

.fdesk-menu {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  padding: 1rem;
  padding-right: 0;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .fdesk-menu {
    padding: 1.5rem;
    justify-content: center;
    border-bottom: 1px solid #dbdbdb;
  }
}
.fdesk-menu__item {
  white-space: nowrap;
  padding: 0.25rem 0.75rem;
  font-family: larken !important;
  font-size: 1.125rem;
  line-height: 1.575rem;
  font-weight: 300;
  color: #111;
}
.fdesk-menu__item.active {
  border: 1px solid #000;
}
@media only screen and (min-width: 1024px) {
  .fdesk-menu__item {
    justify-content: center;
  }
}

.fdesk-panels {
  background-color: #fff;
  padding: 1rem 0;
}
@media only screen and (min-width: 1024px) {
  .fdesk-panels {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.fdesk-panels__panel {
  display: none;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .fdesk-panels__panel {
    max-width: 53.75rem;
    width: 100%;
  }
}
.fdesk-panels__panel.active {
  display: flex;
}
.fdesk-panels__panel {
  /*        > :first-child {
      border-top: 1px solid $pfour-ui-coldgreylight;
  }*/
}
.fdesk-panels__panel__article {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 1.5rem;
}
.fdesk-panels__panel__article__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.3rem 0;
  gap: 0.75rem;
  color: #111;
  text-align: left;
}
.fdesk-panels__panel__article__header__title {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.625rem;
  line-height: 0.75rem;
  text-transform: uppercase;
}
.fdesk-panels__panel__article__header__icon {
  transform: rotate(-90deg);
  width: 0.75rem;
}
.fdesk-panels__panel__article__content {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "DM Sans", sans-serif;
  display: none;
  padding-bottom: 0.5rem;
}
.fdesk-panels__panel__article__content br {
  content: "";
  margin: 0.35rem 0;
  display: block;
}
.fdesk-panels__panel__article__content p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "DM Sans", sans-serif;
}
.fdesk-panels__panel__article.active .fdesk-panels__panel__article__content {
  display: block;
}

.fdesk-contactfooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem;
  background-color: #fff;
  gap: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .fdesk-contactfooter {
    gap: 2rem;
  }
}
.fdesk-contactfooter h2 {
  margin: 0;
  font-weight: 800;
  font-family: "DM Sans", sans-serif;
  font-size: 1.375rem;
  color: #111;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .fdesk-contactfooter h2 {
    font-size: 1.75rem;
  }
}
.fdesk-contactfooter a {
  background-color: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .fdesk-contactfooter a {
    font-size: 0.75rem;
    padding: 1.25rem 2.5rem;
  }
}
.fdesk-contactfooter__people {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .fdesk-contactfooter__people {
    gap: 3rem;
  }
}
.fdesk-contactfooter__people__person {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fdesk-contactfooter__people__person__title {
  font-family: "DM Sans", sans-serif;
  font-size: 0.5625rem;
  line-height: 0.75rem;
  font-weight: 600;
  line-height: 1.2rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.fdesk-contactfooter__people__person__name {
  margin-top: 0.5rem;
  font-family: "larken";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2rem;
}
.fdesk-contactfooter__people__person img {
  display: block;
  width: 100%;
  filter: grayscale(100%);
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .fdesk-contactfooter__people__person img {
    width: 8.75rem;
  }
}

.fdesk-search-result {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .fdesk-search-result {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.fdesk-search-result h2 {
  padding: 1rem 1rem 0 1rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-style: italic;
}

.fdesk-search-result-item-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  align-items: center;
}

.fdesk-search-result-item {
  padding: 2rem 1rem 0 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .fdesk-search-result-item {
    max-width: 53.75rem;
    width: 100%;
  }
}
.fdesk-search-result-item h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.25rem;
}
.fdesk-search-result-item > div {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-family: "DM Sans", sans-serif;
  padding: 0.5rem 0;
}
.fdesk-search-result-item > div p {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-family: "DM Sans", sans-serif;
}

.fdesk-backbutton-wrapper {
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #F2F1EC;
}

.fdesk-backbutton {
  margin: 5px 0 20px 0;
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 6px 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .fdesk-backbutton {
    margin-left: 10px;
    margin-top: 10px;
  }
}

.ordertracking-wrapper {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ordertracking-wrapper {
    max-width: 1000px;
  }
}
.ordertracking-wrapper .title-area {
  width: 100%;
}
.ordertracking-wrapper .title-area img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.ordertracking-wrapper .title-area h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.2rem;
}
@media only screen and (min-width: 1024px) {
  .ordertracking-wrapper .title-area h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.ordertracking-wrapper .shipping-timeline-wrapper {
  background-color: #fff;
}
.ordertracking-wrapper .shipping-timeline-wrapper .shipping-timeline {
  position: relative;
  display: flex;
  /*justify-content: space-evenly;*/
}
.ordertracking-wrapper .shipping-timeline-wrapper .shipping-timeline .progress-bar-wrapper {
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  bottom: 20px;
  z-index: 1;
  height: 20px;
}
.ordertracking-wrapper .shipping-timeline-wrapper .shipping-timeline .progress-bar-wrapper .progress-bar {
  background-color: #a6a6a6;
  height: 100%;
  border-radius: 10px;
}
.ordertracking-wrapper .shipping-timeline-wrapper .shipping-timeline .event {
  z-index: 2;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 25%;
}
.ordertracking-wrapper .shipping-timeline-wrapper .shipping-timeline .event .event-name {
  /*color: #fff;*/
  padding: 10px;
  text-align: center;
}
.ordertracking-wrapper .shipping-timeline-wrapper .shipping-timeline .event .event-checkbox {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background-color: #a6a6a6;
  padding: 10px;
  box-sizing: border-box;
}
.ordertracking-wrapper .shipping-timeline-wrapper .shipping-timeline .event .event-checkbox.checked .event-checkbox-inner {
  box-sizing: border-box;
  background-image: url("https://e7cbb2c9-bb84-4880-8504-79f06f158221.svc.edge.scw.cloud/design/icons/fa/check-solid-white.svg");
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.ordertracking-wrapper .statusbox-wrapper {
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  margin-bottom: 10px;
}
.ordertracking-wrapper .statusbox-wrapper > :nth-child(2) {
  -ms-grid-column: 2;
}
.ordertracking-wrapper .statusbox-wrapper > :nth-child(3) {
  -ms-grid-column: 3;
}
@media only screen and (min-width: 1024px) {
  .ordertracking-wrapper .statusbox-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    /*-ms-grid-columns: 1fr 1fr 1fr;*/
    grid-column-gap: 10px;
  }
}
.ordertracking-wrapper .statusbox-wrapper .statusbox {
  display: flex;
  flex-direction: column;
  padding: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .ordertracking-wrapper .statusbox-wrapper .statusbox {
    border: 1px solid #000;
    border-radius: 20px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ordertracking-wrapper .statusbox-wrapper .statusbox {
    /*border-radius: 0;*/
    margin-right: 5px;
    margin-left: 5px;
  }
}
.ordertracking-wrapper .statusbox-wrapper .statusbox .statusbox-row {
  border-bottom: 1px solid #eae9e7;
}
.ordertracking-wrapper .statusbox-wrapper .statusbox .statusbox-row:last-child {
  border-bottom: none;
}
.ordertracking-wrapper .statusbox-wrapper .statusbox .statusbox-row .title {
  padding: 2px 0 10px 0;
  font-weight: 600;
}
.ordertracking-wrapper .statusbox-wrapper .statusbox h2 {
  font-weight: 600;
  text-align: center;
}
.ordertracking-wrapper .statusbox-wrapper .statusbox.items .items-wrapper {
  column-gap: 5px;
}
.ordertracking-wrapper .statusbox-wrapper .statusbox.items .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 5px;
  border-bottom: 1px solid #eae9e7;
  padding: 10px 0;
}
.ordertracking-wrapper .statusbox-wrapper .statusbox.items .item .image-wrapper {
  width: 20%;
}
.ordertracking-wrapper .statusbox-wrapper .statusbox.items .item .image-wrapper img {
  width: 100%;
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ordertracking-wrapper .statusbox-wrapper .statusbox.items .item .image-wrapper img {
    width: 45px;
  }
}
.ordertracking-wrapper .statusbox-wrapper .statusbox.items .item .info-wrapper .name {
  font-weight: 600;
}
.ordertracking-wrapper .statusbox-wrapper .statusbox.items .item .info-wrapper {
  width: 60%;
}
.ordertracking-wrapper .statusbox-wrapper .statusbox.items .item .sum-wrapper {
  width: 20%;
  text-align: right;
}
.ordertracking-wrapper .statusbox-wrapper .statusbox .sum {
  padding: 10px 0 0 0;
  display: grid;
  grid-template-columns: 50% min-content;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  text-align: right;
  white-space: nowrap;
}
.ordertracking-wrapper .statusbox-wrapper .statusbox .sum :nth-child(even) {
  font-weight: 600;
}
.ordertracking-wrapper .statusbox-wrapper .statusbox .sum .bold {
  font-weight: 600;
}
.ordertracking-wrapper .tracking-wrapper {
  font-size: 1.1em;
  text-align: center;
  padding: 10px 0;
}
.ordertracking-wrapper .tracking-wrapper a {
  font-weight: 600;
  text-decoration: underline;
}
.ordertracking-wrapper .item-sum-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.account-top {
  display: grid;
  grid-template-columns: 1fr;
  height: 33vw;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .account-top {
    height: 350px;
  }
}
.account-top > div {
  grid-column: 1;
  grid-row: 1;
}
.account-top__bg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-top: -5%;
}
.account-top__bg img {
  width: 100%;
  mix-blend-mode: darken;
}
.account-top__overlay {
  background-color: #000;
  opacity: 0.66;
  z-index: 1;
}
.account-top__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.account-top__text img {
  width: 50%;
}

.account-outerwrapper {
  display: flex;
  align-items: center;
  background-color: #fafaf8;
  flex-direction: column;
  padding-bottom: 4rem;
}

.account-innerwrapper {
  max-width: 800px;
  display: flex;
  gap: 48px;
  flex-direction: column;
  box-sizing: border-box;
}
.account-innerwrapper.fullwidth {
  max-width: none;
  width: 100%;
}
.account-innerwrapper .pfour-itemswrapper-standard {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .account-innerwrapper .pfour-itemswrapper-standard {
    padding: 4.5rem;
  }
}

.account-header {
  background-color: #44D2FF;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  padding: 1rem;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .account-header {
    padding: 1.5rem 4.5rem;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem;
  }
}
.account-header__img {
  display: none;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .account-header__img {
    display: flex;
  }
}
.account-header__img img {
  display: block;
}
.account-header__controls {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .account-header__controls {
    justify-content: center;
    gap: 48px;
  }
}
.account-header__controls__info {
  display: flex;
  flex-direction: column;
  color: #111;
  gap: 4px;
  min-width: 1px;
}
@media only screen and (min-width: 1024px) {
  .account-header__controls__info {
    gap: 8px;
  }
}
.account-header__controls__info__message {
  font-size: 8px;
  leading-trim: both;
  text-edge: cap;
  font-family: "Area Normal";
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .account-header__controls__info__message {
    font-size: 10px;
  }
}
.account-header__controls__info__username {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  leading-trim: both;
  text-edge: cap;
  font-family: Larken;
  font-style: italic;
  font-weight: 500;
  line-height: 19px;
}
@media only screen and (min-width: 1024px) {
  .account-header__controls__info__username {
    font-size: 19px;
  }
}
.account-header__controls__logout a {
  padding: 0.75rem 1rem;
  background-color: #111;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .account-header__controls__logout a {
    padding: 1rem 1.5rem;
  }
}

.account-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  padding: 0.75rem 0 0.75rem 1rem;
  /*margin-bottom: .25rem;*/
  flex-wrap: nowrap;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .account-nav {
    padding: 24px 0;
    gap: 12px;
    justify-content: center;
  }
}
.account-nav a {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  color: #111;
  font-family: Larken;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  white-space: nowrap;
}
.account-nav a.active {
  border-bottom: 2px solid #111;
}
@media only screen and (min-width: 1024px) {
  .account-nav a.active {
    border: 1px solid #111;
  }
}

.account-message {
  background-color: #FDBFD5;
  padding: 16px;
  font-family: "DM Sans", sans-serif;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  max-block-size: 800px;
  text-align: center;
  box-sizing: border-box;
  line-height: 160%;
}
.account-message a {
  text-decoration: underline;
}
.account-message.account-message-soft {
  text-transform: none;
}

.fancy-simple-text-header {
  display: flex;
  padding: 1rem;
  background-color: #FAFAF8;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .fancy-simple-text-header {
    padding: 56px 0 48px 0;
  }
}
.fancy-simple-text-header h1 {
  color: #111;
  text-align: center;
  font-family: Larken;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.12px;
}
@media only screen and (min-width: 1024px) {
  .fancy-simple-text-header h1 {
    font-size: 56px;
  }
}
.fancy-simple-text-header > div, .fancy-simple-text-header p {
  color: #111;
  text-align: center;
  font-family: Larken;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 39px */
  max-width: 800px;
}
@media only screen and (min-width: 1024px) {
  .fancy-simple-text-header > div, .fancy-simple-text-header p {
    font-size: 26px;
  }
}

.account-orderhistorywrapper {
  background-color: #fafaf8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 96px;
  gap: 1rem;
  min-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .account-orderhistorywrapper {
    min-width: 800px;
    gap: 1.5rem;
  }
}
.account-orderhistorywrapper__order {
  border: 1px solid #e4e4e4;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.account-orderhistorywrapper__order__header {
  box-sizing: border-box;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 1024px) {
  .account-orderhistorywrapper__order__header {
    display: flex;
    flex-direction: row;
    flex-direction: row;
    width: 800px;
    padding: 1.5rem;
  }
}
.account-orderhistorywrapper__order__header__id {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width: 1024px) {
  .account-orderhistorywrapper__order__header__id {
    flex-direction: row;
  }
}
.account-orderhistorywrapper__order__header__id__desc {
  color: #111;
  font-family: Larken;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .account-orderhistorywrapper__order__header__id__desc {
    font-size: 25px;
  }
}
.account-orderhistorywrapper__order__header__id__val {
  color: #111;
  font-family: Larken;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .account-orderhistorywrapper__order__header__id__val {
    font-size: 25px;
  }
}
.account-orderhistorywrapper__order__header__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .account-orderhistorywrapper__order__header__info {
    gap: 36px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.account-orderhistorywrapper__order__header__info__date, .account-orderhistorywrapper__order__header__info__status, .account-orderhistorywrapper__order__header__info__sum {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .account-orderhistorywrapper__order__header__info__date, .account-orderhistorywrapper__order__header__info__status, .account-orderhistorywrapper__order__header__info__sum {
    justify-content: flex-start;
  }
}
.account-orderhistorywrapper__order__header__info__date__val, .account-orderhistorywrapper__order__header__info__status__val, .account-orderhistorywrapper__order__header__info__sum__val {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.account-orderhistorywrapper__order__header__controls {
  display: flex;
  align-items: center;
  padding: 5px;
  margin-right: -5px;
  cursor: pointer;
  justify-content: end;
}
.account-orderhistorywrapper__order__header__controls img {
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
}
.open .account-orderhistorywrapper__order__header__controls img {
  transform: rotate(270deg);
}
.account-orderhistorywrapper__order__body {
  display: none;
  flex-direction: column;
  gap: 24px;
  padding: 0 1rem 1rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .account-orderhistorywrapper__order__body {
    padding: 0 24px 24px 24px;
  }
}
.open .account-orderhistorywrapper__order__body {
  display: flex;
}
.account-orderhistorywrapper__order__body .divider {
  border-top: 1px solid #A2A8AA;
  flex-grow: 1;
  /*margin: 24px 0;*/
  /*height: 1px;*/
}
.account-orderhistorywrapper__order__body__basicinfo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account-orderhistorywrapper__order__body__basicinfo__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: Larken;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
}
.account-orderhistorywrapper__order__body__addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.account-orderhistorywrapper__order__body__addresses__address {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account-orderhistorywrapper__order__body__addresses__address__header {
  font-family: Larken;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.account-orderhistorywrapper__order__body__addresses__address__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23.8px;
}
.account-orderhistorywrapper__order__body__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account-orderhistorywrapper__order__body__items__header {
  font-family: Larken;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.account-orderhistorywrapper__order__body__items__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account-orderhistorywrapper__order__body__items__body__item {
  display: grid;
  grid-template-columns: 96px auto;
  gap: 16px;
}
.account-orderhistorywrapper__order__body__items__body__item__img {
  background-color: #F2F1EC;
  background-blend-mode: darken;
  box-sizing: border-box;
  padding: 16px;
}
.account-orderhistorywrapper__order__body__items__body__item__img img {
  max-height: 100%;
  max-width: 100%;
  mix-blend-mode: darken;
}
.account-orderhistorywrapper__order__body__items__body__item__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.account-orderhistorywrapper__order__body__items__body__item__info__names {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account-orderhistorywrapper__order__body__items__body__item__info__names__brand {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 12px;
}
.account-orderhistorywrapper__order__body__items__body__item__info__names__name {
  font-family: Larken;
  font-weight: 400;
  font-size: 18px;
  line-height: 19.8px;
}
.account-orderhistorywrapper__order__body__items__body__item__info__names__variant {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 16.5px;
}
.account-orderhistorywrapper__order__body__items__body__item__info__price {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}
.account-orderhistorywrapper__order__body__sums {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account-orderhistorywrapper__order__body__sums__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.account-orderhistorywrapper__order__body__sums__row div {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
}
.account-orderhistorywrapper__order__body__sums__row__val {
  text-align: right;
}
.account-orderhistorywrapper__order__body__sums__row.total div {
  font-weight: 800;
  font-size: 16px;
}

.account-promotionswrapper {
  width: 100%;
  background-color: #F2F1EC;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .account-promotionswrapper {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 4rem;
  }
}
.account-promotionswrapper__promotion {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 6px;
}
@media only screen and (min-width: 1024px) {
  .account-promotionswrapper__promotion {
    padding: 2rem;
    gap: 20px;
  }
}
.account-promotionswrapper__promotion__left {
  align-content: center;
}
.account-promotionswrapper__promotion__left img {
  width: 100%;
}
.account-promotionswrapper__promotion__right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  box-sizing: border-box;
}
.account-promotionswrapper__promotion__right__top__name {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
}
.account-promotionswrapper__promotion__right__top__desc {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
}
.account-promotionswrapper__promotion__right__exp {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.account-transactions {
  width: 100%;
  padding: 24px;
  flex-grow: 1;
  background-color: #fff;
  box-sizing: border-box;
}
.account-transactions__header {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}
.account-transactions__table {
  display: table;
  width: 100%;
}
.account-transactions__table__row {
  display: table-row;
}
.account-transactions__table__row > div {
  display: table-cell;
  padding: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.account-transactions__table__row > div.tableheader {
  font-family: larken;
  font-weight: 400;
  font-size: 14px;
  background-color: #fff;
  padding: 16px 12px;
}
@media only screen and (min-width: 1024px) {
  .account-transactions__table__row > div.tableheader {
    font-size: 25px;
  }
}
.account-transactions__table__row > div.tableright {
  text-align: right;
}
.account-transactions__table__row:nth-child(odd) {
  background-color: #FAFAF8;
}

/*.account-overviewwrapper {
    display: flex;
    justify-content: center;
    background-color: $pfour-ui-warmgrey-ligth;
    padding-bottom: 4rem;
}*/
.account-pointsgraphic {
  background-color: #111;
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.account-pointsgraphic__header {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 16px;
  text-align: left;
}
.account-pointsgraphic__body {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #A2A8AA;
  border-bottom: 1px solid #A2A8AA;
}
@media only screen and (min-width: 1024px) {
  .account-pointsgraphic__body {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
  }
}
.account-pointsgraphic__footer {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  gap: 12px;
}
.account-pointsgraphic__footer__pointsrow {
  font-family: Larken;
  font-size: 35px;
  font-weight: 400;
  line-height: 38.5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #A1E9FF;
}
.account-pointsgraphic__footer__nextbonusrow {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: uppercase;
}

.points-circle__percent {
  font-family: Larken;
  font-weight: 400;
  fill: #44D2FF;
  font-size: 7px;
}

.points-circle__subline {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  fill: #fff;
  text-transform: uppercase;
  font-size: 2px;
}

.points-circle__circle {
  animation: circle-chart-fill 2s reverse;
  transform: rotate(-90deg);
  transform-origin: center;
}

.points-circle__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.account-detailswrapper {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 16px;
}
@media only screen and (min-width: 1024px) {
  .account-detailswrapper {
    padding: 48px 24px;
  }
}
.account-detailswrapper__part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.account-detailswrapper__part__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 48px;
}
@media only screen and (min-width: 1024px) {
  .account-detailswrapper__part__form {
    grid-template-columns: 1fr 1fr;
  }
  .account-detailswrapper__part__form label:has(> input[name=Street]) {
    grid-column: span 2;
  }
}
.account-detailswrapper__part__form__passwordlabel a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  text-decoration: underline;
}
.account-detailswrapper__part h3 {
  font-family: Larken;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #111;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.account-detailswrapper__part h3 > div {
  flex-grow: 1;
  border-bottom: 1px solid #A2A8AA;
  height: 0px;
}

.engage-voucher {
  background-color: #44D2FF;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background-image: url("https://e7cbb2c9-bb84-4880-8504-79f06f158221.svc.edge.scw.cloud/design/account/voucherbg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  /*@include respond-to(desktop) {
      width: 350px;
      height: 280px;
  }*/
  /*    &__img {
      box-sizing: border-box;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      grid-column: 1;
      grid-row: 1;
      justify-content: center;
      padding: 50px;

      img {
          width: 100%;
      }
  }*/
}
.engage-voucher__innerwrapper {
  box-sizing: border-box;
  border: 1px dashed #111;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 17px;
  flex-grow: 1;
  gap: 30px;
}
.engage-voucher__innerwrapper__top {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
  font-weight: 800;
}
.engage-voucher__innerwrapper__middle {
  box-sizing: border-box;
  font-family: Larken;
  font-size: 70px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  line-height: 140%;
}
.engage-voucher__innerwrapper__bottom {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.account-orderhistoryairecommendations {
  gap: 1rem;
  margin-bottom: 0.8rem;
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 160%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.account-orderhistoryairecommendations .ailink img {
  height: 1rem;
}
@media only screen and (min-width: 1024px) {
  .account-orderhistoryairecommendations {
    padding: 4rem;
  }
}
.account-orderhistoryairecommendations h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: left;
  color: #111;
}
.account-orderhistoryairecommendations ol {
  padding-left: 1rem;
  margin: 0;
  margin-left: 1rem;
}
.account-orderhistoryairecommendations ol li {
  list-style-type: decimal;
}
.account-orderhistoryairecommendations ol li ul {
  padding-left: 1rem;
}
.account-orderhistoryairecommendations ol li ul li {
  list-style-type: disc;
}

.payment_new {
  background-color: #f7f7f8;
}
@media only screen and (max-width: 1023px) {
  .payment_new .header {
    border-bottom: 1px solid #eae9e7;
  }
}
.payment_new .mobile-search {
  display: none;
}
.payment_new .usps-main {
  display: none;
}
.payment_new .open-search-btn {
  display: none;
}
.payment_new .cart-toggler {
  display: none;
}
.payment_new .icons-desktop {
  display: none !important;
}
.payment_new .mega-menu {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .payment_new .header {
    height: 70px;
    justify-content: left;
  }
  .payment_new .header .logo {
    position: absolute;
  }
  .payment_new .header .links {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

.payment-wrapper_new {
  max-width: 864px;
  background-color: #f7f7f8;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper_new {
    padding-top: 40px;
    padding-bottom: 20px;
    max-width: none;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (min-width: 1224px) {
  .payment-wrapper_new {
    width: 90%;
  }
}
@media only screen and (min-width: 1424px) {
  .payment-wrapper_new {
    width: 80%;
  }
}
@media only screen and (max-width: 1023px) {
  .payment-wrapper_new {
    padding: 10px;
  }
}
.payment-wrapper_new h1, .payment-wrapper_new h2 {
  font-family: "DM Sans", sans-serif;
  padding: 10px 20px;
  background-color: #f7f7f8;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper_new h1, .payment-wrapper_new h2 {
    padding: 20px 20px;
  }
}
.payment-wrapper_new h1 {
  text-transform: uppercase;
  /*border-top: $border-grey;*/
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper_new h1 {
    border-top: none;
  }
}
@media only screen and (max-width: 1023px) {
  .payment-wrapper_new h2 {
    border-top: 1px solid #eae9e7;
    border-bottom: 1px solid #eae9e7;
  }
}
.payment-wrapper_new .summary {
  padding: 5px 20px;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper_new .summary {
    padding: 20px;
  }
}
.payment-wrapper_new .summary .shipping {
  color: #adadad;
}
.payment-wrapper_new .summary .shipping .right {
  /*font-family: $font-md;*/
}
.payment-wrapper_new .summary .shipping .right.gratis {
  /* color: #388e3c;*/
}
.payment-wrapper_new .summary .total .left {
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}
.payment-wrapper_new .summary .total .right {
  font-family: "DM Sans", sans-serif;
  color: #d23a3a;
}
.payment-wrapper_new .summary .yousave {
  text-align: center;
  margin-top: 10px;
  display: block !important;
}
.payment-wrapper_new .summary .summary-row {
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}
.payment-wrapper_new .summary .summary-row .summary-save {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  border-top: 1px solid #eae9e7;
}
.payment-wrapper_new .summary .summary-row .summary-save img {
  height: 22px;
}
.payment-wrapper_new .summary .summary-row .summary-save span {
  margin-left: 10px;
  color: #d23a3a;
}
.payment-wrapper_new .summary .discount-item .left, .payment-wrapper_new .summary .discount-item .right {
  color: #d23a3a;
}
.payment-wrapper_new .discount .right {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
}
.payment-wrapper_new .qliro-snippet-wrapper {
  padding: 20px;
}
.payment-wrapper_new .payment-discount-wrapper {
  text-align: center;
  background-color: #fff;
  padding: 5px 5px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper_new .payment-discount-wrapper {
    /*text-align: right;*/
    /*padding-right: 5px;*/
    padding: 20px;
    padding-top: 0;
  }
}
.payment-wrapper_new .payment-discount-wrapper .discount-opener {
  color: #646464;
  font-size: 10px;
  border: 1px solid #646464;
  padding: 5px 20px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper {
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  /*box-sizing: border-box;*/
}
.payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper.open {
  max-height: 100px;
  transition: max-height ease 0.5s;
}
.payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper {
  transition: max-height ease 0.5s;
}
.payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper #discount-result-wrapper {
  /*margin-top: -20px;*/
  margin-top: 7px;
}
.payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper #discount-result-wrapper .fail {
  color: red;
}
.payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper #discount-result-wrapper .success {
  color: green;
}
.payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper #discount-result-wrapper {
  padding: 0 20px 0 20px;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper #discount-result-wrapper {
    padding: 0 40px 0 40px;
  }
}
.payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper #add-discount-code-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper #add-discount-code-form input {
  font-size: 12px;
  flex-grow: 1;
  border: 1px solid #adadad;
  font-size: 13px;
  padding: 5px;
  margin-right: 20px;
}
.payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper #add-discount-code-form button {
  font-size: 13px;
  letter-spacing: -0.07px;
  border: 1px solid #000;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper #add-discount-code-form button {
    padding: 5px 30px;
  }
}
.payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper .premiumbrandsinfo {
  display: none;
  padding-top: 10px;
}
.payment-wrapper_new .payment-discount-wrapper .discount-input-wrapper.display-no-premium-brands-message .premiumbrandsinfo {
  display: block;
}
.payment-wrapper_new .payment-card {
  position: relative;
  display: flex;
  align-items: start;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper_new .payment-card {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .payment-wrapper_new .payment-card:after {
    position: absolute;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #eae9e7;
    border-right: 2px solid #eae9e7;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    content: "";
    transform: rotate(45deg);
    margin-top: -10px;
    background: #fff;
  }
}
.payment-wrapper_new .payment-card .card-sec {
  display: flex;
  align-items: end;
  width: 100%;
}
.payment-wrapper_new .payment-card .card-sec .left-sec {
  position: relative;
  width: 95%;
}
@media only screen and (max-width: 1023px) {
  .payment-wrapper_new .payment-card .card-sec .left-sec {
    width: 100%;
  }
}
.payment-wrapper_new .payment-card .card-sec .left-sec h1 {
  color: #fff;
  background: #000;
}
.payment-wrapper_new .payment-card .card-sec .left-sec .payment-card-wrapper {
  border: 1px solid #eae9e7;
  border-top: none;
  background-color: #fff;
}
.payment-wrapper_new .payment-card .card-sec .right-sec {
  position: relative;
  text-align: center;
  width: 5%;
  padding-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .payment-wrapper_new .payment-card .card-sec .right-sec {
    display: none;
  }
}
.payment-wrapper_new .payment-card .card-sec .right-sec img {
  width: 25px;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper_new .payment-qliro {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .payment-wrapper_new .payment-qliro {
    margin-top: 20px;
  }
}
.payment-wrapper_new .payment-qliro h2 {
  color: #fff;
  background: #000;
  border: none;
}
.payment-wrapper_new .payment-qliro .payment-qliro-wrapper {
  border: 1px solid #eae9e7;
  border-top: none;
  background-color: #fff;
}
.payment-wrapper_new .discountmessages {
  padding: 20px;
  border-top: 1px solid #eae9e7;
}
@media only screen and (max-width: 1023px) {
  .payment-wrapper_new .discountmessages {
    padding: 5px 20px;
  }
}
.payment-wrapper_new .discountmessages ul li {
  font-size: 11px;
  font-weight: 800;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.payment-wrapper_new .discountmessages ul li img {
  height: 18px;
  padding: 0 10px 0 0;
}
.payment-wrapper_new .premiumbrandsinfo {
  font-size: 0.8em;
  padding: 0 20px 20px 20px;
  margin-top: -5px;
}
@media only screen and (min-width: 1024px) {
  .payment-wrapper_new .premiumbrandsinfo {
    margin-top: -10px;
  }
}
.payment-wrapper_new .no-items-for-code {
  font-weight: 600;
  text-align: center;
  padding: 4px 10px 10px 10px;
  background-color: #fff;
}

.payment-wrapper_new .cart {
  border-top: 1px solid #eae9e7;
}
.payment-wrapper_new .cart .item {
  display: flex;
  flex-direction: row;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #eae9e7;
}
@media only screen and (min-width: 1224px) {
  .payment-wrapper_new .cart .item {
    padding: 10px 0 9px 30px;
  }
}
.payment-wrapper_new .cart .item .gwp-icon {
  height: 20px;
  /*height: 20px;
  margin: 10px;*/
}
.payment-wrapper_new .cart .item .picture {
  text-align: center;
}
.payment-wrapper_new .cart .item .picture img {
  width: 80px;
  height: 80px;
}
.payment-wrapper_new .cart .item .right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 15px;
}
@media only screen and (min-width: 1224px) {
  .payment-wrapper_new .cart .item .right {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1224px) {
  .payment-wrapper_new .cart .item .right .top, .payment-wrapper_new .cart .item .right .bottom {
    width: 50%;
  }
}
.payment-wrapper_new .cart .item .right .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.payment-wrapper_new .cart .item .right .top .brand-and-name .product-name {
  letter-spacing: 0.14px;
  font-family: "DM Sans", sans-serif;
  padding-top: 3px;
}
.payment-wrapper_new .cart .item .right .top .brand-and-name .savepercent {
  display: none;
  color: #adadad;
  letter-spacing: 0.14px;
  padding-top: 3px;
}
.payment-wrapper_new .cart .item .right .top .brand-and-name .savepercent .rek-price {
  margin-right: 10px;
}
.payment-wrapper_new .cart .item .right .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .payment-wrapper_new .cart .item .right .bottom {
    margin-top: 10px;
  }
}
.payment-wrapper_new .cart .item .right .bottom .remove-wrapper {
  width: 100%;
  text-align: right;
  display: block;
}
@media only screen and (min-width: 1224px) {
  .payment-wrapper_new .cart .item .right .bottom .remove-wrapper {
    display: flex;
    width: 10%;
    align-items: flex-end;
    height: 100%;
  }
}
.payment-wrapper_new .cart .item .right .bottom .remove-wrapper .remove {
  padding: 10px 4px 0 10px;
  opacity: 0.5;
}
@media only screen and (min-width: 1224px) {
  .payment-wrapper_new .cart .item .right .bottom .remove-wrapper .remove {
    padding: 10px 7px 0 7px;
    /*padding: 10px;*/
  }
}
.payment-wrapper_new .cart .item .right .bottom .remove-wrapper .remove img {
  height: 12px;
}
.payment-wrapper_new .cart .item .right .bottom .ord-price {
  text-align: center;
  letter-spacing: 0.14px;
  font-family: "DM Sans", sans-serif;
}
.payment-wrapper_new .cart .item .right .bottom .ord-price.discounted {
  text-decoration: line-through;
}
.payment-wrapper_new .cart .item .right .bottom .price {
  letter-spacing: 0.14px;
  font-family: "DM Sans", sans-serif;
  text-align: right;
}
.payment-wrapper_new .cart .item .right .bottom .price.discounted {
  font-size: 1.1em;
  color: #d23a3a;
}
.payment-wrapper_new .cart .item .right .bottom .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.payment-wrapper_new .cart .item .right .bottom .wrapper .cart-update-button {
  height: 22px;
  width: 22px;
  border: 1px solid #000;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-wrapper_new .cart .item .right .bottom .wrapper .cart-update-button img {
  height: 12px;
}
.payment-wrapper_new .cart .item .right .bottom .wrapper .quantity {
  text-align: center;
  line-height: 12px;
  /*margin: 0 5px;*/
}
.payment-wrapper_new .cart .item .right .bottom .ord-price, .payment-wrapper_new .cart .item .right .bottom .price, .payment-wrapper_new .cart .item .right .bottom .wrapper {
  width: 33%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1224px) {
  .payment-wrapper_new .cart .item .right .bottom .ord-price, .payment-wrapper_new .cart .item .right .bottom .price, .payment-wrapper_new .cart .item .right .bottom .wrapper {
    width: 30%;
    text-align: center;
  }
}
.payment-wrapper_new .cart .item .right .bottom.gwp {
  display: block;
  text-align: right;
  box-sizing: border-box;
}
@media only screen and (min-width: 1224px) {
  .payment-wrapper_new .cart .item .right .bottom.gwp {
    padding: 10px;
  }
}

body.searchcover-visible {
  overflow-y: hidden;
}

#searchcover {
  display: none;
}

.searchcover-visible #searchcover {
  display: block;
}
.searchcover-visible .header {
  z-index: 3001;
}
.searchcover-visible .searchcover-inner {
  position: fixed;
  margin-top: 91px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3500;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (min-width: 1024px) {
  .searchcover-visible .searchcover-inner {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1624px) {
  .searchcover-visible .searchcover-inner {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .searchcover-visible .searchcover-inner.isdefault .search-cover-header button {
    position: absolute;
    right: 0;
    top: 2px;
    padding: 12px 20px 10px 20px;
  }
}
.searchcover-visible .searchcover-inner .search-cover-header {
  display: flex;
  justify-content: right;
}
.searchcover-visible .searchcover-inner .search-cover-header button {
  padding: 10px 20px;
}
@media only screen and (max-width: 1023px) {
  .searchcover-visible .searchcover-inner .search-cover-header button {
    padding: 12px 20px 10px 20px;
  }
}
.searchcover-visible .searchcover-inner .search-cover-header .suggestions {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .searchcover-visible .searchcover-inner .search-cover-header .suggestions {
    flex-grow: 1;
  }
}
.searchcover-visible .searchcover-inner .search-cover-header .suggestions .suggestions-inner a {
  border: 1px solid #000;
  padding: 3px;
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 0;
}
@media only screen and (min-width: 1024px) {
  .searchcover-visible .searchcover-inner .search-cover-header .suggestions .suggestions-inner a {
    margin: 0;
  }
}
.searchcover-visible .searchcover-inner .search-cover-header .suggestions .suggestions-inner a.brand {
  background-color: #d23a3a;
  color: #fff;
  border-color: #d23a3a;
}
.searchcover-visible .searchcover-inner .search-cover-header .suggestions .suggestions-inner .search-hint-desktop {
  display: none;
  border: 0;
  font-weight: 600;
}
.searchcover-visible .searchcover-inner .search-cover-header .suggestions .suggestions-inner .search-hint-phone {
  width: 100%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
  .searchcover-visible .searchcover-inner .search-cover-header .suggestions .suggestions-inner {
    text-align: right;
  }
  .searchcover-visible .searchcover-inner .search-cover-header .suggestions .suggestions-inner .search-hint-desktop {
    display: inline-block;
  }
  .searchcover-visible .searchcover-inner .search-cover-header .suggestions .suggestions-inner .search-hint-phone {
    display: none;
  }
}
.searchcover-visible .searchcover-inner .default-header {
  text-align: center;
  font-size: 1.5em;
  margin: 10px 0 10px 0;
}
@media only screen and (min-width: 1024px) {
  .searchcover-visible .searchcover-inner .default-header {
    margin-top: -30px;
    margin-bottom: 20px;
    font-size: 2em;
  }
}
.searchcover-visible .searchcover-inner .product-container-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #eae9e7;
}
@media only screen and (min-width: 1024px) {
  .searchcover-visible .searchcover-inner .product-container-2 {
    /*border-top: 1px solid $color-divider-grey;*/
    padding-right: 1px;
  }
}
.searchcover-visible .searchcover-inner .product-container-2 {
  /*        .prod-item {
      width: 25%;
      box-sizing: border-box;
      border-bottom: 1px solid $color-divider-grey;
      border-left: 1px solid $color-divider-grey;
      //padding-bottom: 30px;
      @include respond-to(phone) {
          width: 50%;
          padding-bottom: 0px;
      }
  }*/
}

.sitemessage-visible.searchcover-visible .searchcover-inner {
  margin-top: 131px;
}
@media only screen and (min-width: 1024px) {
  .sitemessage-visible.searchcover-visible .searchcover-inner {
    margin-top: 140px;
  }
}

.fancy-wrapper {
  padding: 20px;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (min-width: 1024px) {
  .fancy-wrapper {
    padding: 0;
    padding-top: 20px;
  }
}
.fancy-wrapper .row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eae9e7;
}
.fancy-wrapper .row:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .fancy-wrapper .row:last-child {
    padding-bottom: 20px;
  }
}
.fancy-wrapper h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .fancy-wrapper h1 {
    font-size: 34px;
    margin: 20px 0;
  }
}
.fancy-wrapper h2 {
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 5px 0;
}
@media only screen and (min-width: 1024px) {
  .fancy-wrapper h2 {
    margin: 0 0 5px 0;
  }
}
.fancy-wrapper .fancy-text-wrapper {
  line-height: 20px;
  padding: 0 10px 0 20px;
}
.fancy-wrapper .fancy-text-wrapper p {
  margin-bottom: 10px;
}
.fancy-wrapper .fancy-text-wrapper p a {
  text-decoration: underline;
}
.fancy-wrapper .fancy-imagelist-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .fancy-wrapper .fancy-imagelist-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
  }
}
.fancy-wrapper .fancy-imagelist-wrapper a {
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.fancy-wrapper .fancy-imagelist-wrapper a img {
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .fancy-wrapper .fancy-imagelist-wrapper a {
    width: auto;
    height: auto;
    /*height: 240px;*/
    /*padding: 10px;*/
  }
}
.fancy-wrapper .fancy-imagetextortextimage-wrapper {
  line-height: 20px;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1024px) {
  .fancy-wrapper .fancy-imagetextortextimage-wrapper {
    grid-template-columns: 1fr 1fr;
    line-height: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .fancy-wrapper .fancy-imagetextortextimage-wrapper div:first-child {
    padding: 0 10px 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .fancy-wrapper .fancy-imagetextortextimage-wrapper div:last-child {
    padding: 0 20px 0 10px;
  }
}
.fancy-wrapper .fancy-imagetextortextimage-wrapper .image {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .fancy-wrapper .fancy-imagetextortextimage-wrapper .image {
    /*padding: 0 20px 0 10px;*/
  }
}
.fancy-wrapper .fancy-imagetextortextimage-wrapper .image img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .fancy-wrapper .fancy-imagetextortextimage-wrapper .image img {
    max-height: 700px;
    width: auto;
    max-width: 100%;
  }
}
.fancy-wrapper .fancy-imagetextortextimage-wrapper .text {
  display: flex;
  align-items: center;
}
.fancy-wrapper .fancy-imagetextortextimage-wrapper .text div {
  text-align: center;
  width: 100%;
  padding: 10px 10px 20px 10px;
}
@media only screen and (max-width: 1023px) {
  .fancy-wrapper .fancy-imagetextortextimage-wrapper .text div.long {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    max-height: 60px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1024px) {
  .fancy-wrapper .fancy-imagetextortextimage-wrapper .text div.long {
    max-height: 200px;
  }
}
@media only screen and (max-width: 1023px) {
  .fancy-wrapper .fancy-imagetextortextimage-wrapper .text div.long::after {
    content: "+";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
  }
  .fancy-wrapper .fancy-imagetextortextimage-wrapper .text div.expanded {
    max-height: 1000px;
    transition: max-height ease-out 0.5s, max-width ease-out 0.3s;
  }
  .fancy-wrapper .fancy-imagetextortextimage-wrapper .text div.expanded::after {
    content: "-";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    /*width: 20%;*/
    height: 20px;
    background: none;
  }
}

.giftcard .giftcard-banner {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1624px) {
  .giftcard .breadcrumbs {
    max-width: 1960px;
    margin-left: auto;
    margin-right: auto;
  }
}
.giftcard h2 {
  color: #fff;
  background: #000;
  padding: 20px 20px;
  text-transform: uppercase;
  margin-top: 10px;
}
.giftcard .giftcard-wrapper {
  /*        @include respond-to(desktopxxx) {
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
  }*/
  background-color: #FAFAF8;
}
.giftcard .giftcard-wrapper .description {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .giftcard .giftcard-wrapper .description {
    padding: 2rem 0;
    gap: 2rem;
  }
}
.giftcard .giftcard-wrapper .description ul {
  padding-left: 40px;
  /*margin: 10px 0;*/
}
@media only screen and (min-width: 1024px) {
  .giftcard .giftcard-wrapper .description ul {
    margin-top: -30px;
  }
}
.giftcard .giftcard-wrapper .description li {
  display: list-item;
  list-style: disc;
  /*margin: .25rem 0;*/
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23.8px;
}
@media only screen and (min-width: 1024px) {
  .giftcard .giftcard-wrapper .description li {
    font-size: 16px;
    line-height: 27.2px;
  }
}
.giftcard .giftcard-wrapper .description p {
  font-family: Larken;
  font-family: Larken;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
@media only screen and (min-width: 1024px) {
  .giftcard .giftcard-wrapper .description p {
    font-size: 26px;
    line-height: 39px;
  }
}
.giftcard .giftcard-wrapper .description h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #111;
  background: none;
}
@media only screen and (min-width: 1024px) {
  .giftcard .giftcard-wrapper .description h2 {
    font-size: 16px;
  }
}
.giftcard .giftcard-wrapper h1 {
  font-family: Larken;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  color: #111;
}
@media only screen and (min-width: 1024px) {
  .giftcard .giftcard-wrapper h1 {
    font-size: 56px;
  }
}
.giftcard .giftcard-wrapper .purchase .input-form {
  display: flex;
  flex-direction: column;
  background-color: #FAFAF8;
}
@media only screen and (min-width: 1024px) {
  .giftcard .giftcard-wrapper .purchase .input-form {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .giftcard .giftcard-wrapper .purchase .input-form .inputs {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.giftcard .giftcard-wrapper .purchase .input-form .inputs .simplelabel, .giftcard .giftcard-wrapper .purchase .input-form .inputs .radios-label {
  font-weight: 600;
  font-size: 0.9em;
  padding-top: 10px;
  margin-bottom: 3px;
  display: block;
}
.giftcard .giftcard-wrapper .purchase .input-form .inputs .topaymentbutton {
  color: #fff;
  background-color: #d23a3a;
  text-align: center;
  padding: 10px 20px;
  width: 100%;
  margin-top: 20px;
}
.giftcard .giftcard-wrapper .purchase .input-form .inputs .radios-wrapper .radios label {
  font-size: 14px;
  display: flex;
  padding: 5px;
}
.giftcard .giftcard-wrapper .purchase .input-form .inputs input[type=text],
.giftcard .giftcard-wrapper .purchase .input-form .inputs input[type=date],
.giftcard .giftcard-wrapper .purchase .input-form .inputs input[type=time],
.giftcard .giftcard-wrapper .purchase .input-form .inputs input[type=number],
.giftcard .giftcard-wrapper .purchase .input-form .inputs input[type=email],
.giftcard .giftcard-wrapper .purchase .input-form .inputs textarea,
.giftcard .giftcard-wrapper .purchase .input-form .inputs select {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  border-radius: 15px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #adadad;
  margin-top: 5px;
}
.giftcard .giftcard-wrapper .purchase .input-form .inputs input[type=radio] {
  height: 20px;
  width: 20px;
  margin: 0 5px;
}
.giftcard .giftcard-wrapper .purchase .input-form .inputs textarea {
  height: 100px;
  padding-top: 10px;
}
.giftcard .giftcard-wrapper .purchase .input-form .inputs, .giftcard .giftcard-wrapper .purchase .input-form .info {
  box-sizing: border-box;
  padding: 20px;
}
.giftcard .giftcard-wrapper .purchase .input-form .validation-message {
  display: none;
  color: #d23a3a;
}
.giftcard .giftcard-wrapper .purchase .input-form .validation-message.error {
  display: inline;
}
.giftcard .giftcard-wrapper .payment .back-form {
  background-color: #fff;
}
.giftcard .giftcard-wrapper .payment .back-form .back-button {
  padding: 10px;
  color: #adadad;
}
.giftcard .giftcard-wrapper .payment .back-form .back-button :hover {
  text-decoration: underline;
}
.giftcard .giftcard-wrapper.infoentry .qliro-back-wrapper {
  display: none;
}
.giftcard .giftcard-wrapper.payment .infoentry-wrapper {
  display: none;
}
.giftcard .giftcard-wrapper.receipt .infoentry-wrapper {
  display: none;
}
.giftcard .giftcard-wrapper.receipt .back-button {
  display: none;
}
.giftcard .giftcard-status {
  margin-bottom: 20px;
}
.giftcard .giftcard-status .giftcard-status-result-wrapper {
  padding: 0 20px;
  text-align: center;
}
.giftcard .giftcard-status #giftcard-status-error {
  color: #d23a3a;
  font-weight: 600;
}
.giftcard .giftcard-status #giftcard-status-sum, .giftcard .giftcard-status #giftcard-status-expiration {
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .giftcard .giftcard-status .giftcard-status-input-wrapper {
    /*max-width: 500px;*/
  }
}
.giftcard .giftcard-status .giftcard-status-input-wrapper .giftcard-status-input-wrapper-inner {
  padding: 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .giftcard .giftcard-status .giftcard-status-input-wrapper .giftcard-status-input-wrapper-inner {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.giftcard .giftcard-status .giftcard-status-input-wrapper .giftcard-status-input-wrapper-inner input {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  border-radius: 15px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #adadad;
  text-align: center;
}
.giftcard .giftcard-status .giftcard-status-input-wrapper .giftcard-status-input-wrapper-inner button {
  color: #fff;
  background-color: #000;
  text-align: center;
  border-radius: 15px;
}
.giftcard .giftcard-status #spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pfour-slidemenu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  transition: 0.3s linear;
  z-index: 200;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .pfour-slidemenu {
    width: 31rem;
  }
}
.pfour-slidemenu__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.pfour-slidemenu__header img {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.62rem;
}
.pfour-slidemenu__header__title {
  color: #111;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 1.375rem */
  letter-spacing: -0.0275rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}
.pfour-slidemenu__header__closer {
  padding: 1rem 2rem;
  display: block;
  background-color: transparent;
}
.pfour-slidemenu__header__closer img {
  height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-slidemenu__header__closer {
    padding: 2rem 3rem;
  }
}

.pfour-slidemenu-left {
  left: -100%;
  border-right: 1px solid #F2F1EC;
}
@media only screen and (min-width: 768px) {
  .pfour-slidemenu-left {
    left: -31rem;
  }
}

.pfour-slidemenu-right {
  right: -100%;
  border-left: 1px solid #F2F1EC;
}
@media only screen and (min-width: 768px) {
  .pfour-slidemenu-right {
    right: -31rem;
  }
}

.pfour-quickcart-visible .pfour-quickcart {
  right: 0;
}

.pfour-addedtocart-visible .pfour-addedtocart {
  right: 0;
}

.pfour-brand-descmenu-visible .pfour-brand-descmenu {
  right: 0;
}

.pfour-product-detail-descmenu-visible .pfour-product-detail-descmenu {
  right: 0;
}

.pfour-product-detail-infomenu-visible .pfour-product-detail-infomenu {
  right: 0;
}

.pfour-product-detail-scentmenu-visible .pfour-product-detail-scentmenu {
  right: 0;
}

.pfour-product-detail-ingredientsmenu-visible .pfour-product-detail-ingredientsmenu {
  right: 0;
}

.pfour-product-detail-reviewmenu-visible .pfour-product-detail-reviewmenu {
  right: 0;
}

.pfour-variantpicker-visible .pfour-variantpicker {
  right: 0;
}

.pfour-template-descmenu-visible .pfour-template-descmenu {
  right: 0;
}

.pfour-product-detail-info-shortmenu-visible .pfour-product-detail-info-shortmenu {
  right: 0;
}

.pfour-product-detail-info-tipsmenu-visible .pfour-product-detail-info-tipsmenu {
  right: 0;
}

.pfour-product-detail-info-usagemenu-visible .pfour-product-detail-info-usagemenu {
  right: 0;
}

.pfour-product-detail-info-benefitsmenu-visible .pfour-product-detail-info-benefitsmenu {
  right: 0;
}

.pfour-product-detail-info-ingredientsmenu-visible .pfour-product-detail-info-ingredientsmenu {
  right: 0;
}

.pfour-variantpickerdetails-visible .pfour-variantpickerdetails {
  right: 0;
}

.pfour-product-detail-gwpinfo-visible .pfour-product-detail-gwpinfo {
  right: 0;
}

.pfour-favmenu-visible .pfour-favmenu {
  right: 0;
}

.pfour-chatbot-slider-visible .pfour-chatbot-slider {
  right: 0;
}

.pfour-brand-contactmenu-visible .pfour-brand-contactmenu {
  right: 0;
}

.pfour-filtermenu-visible .pfour-filtermenu {
  left: 0;
}

.pfour-menu-visible .pfour-menu {
  left: 0;
}

.pfour-filtermenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-filtermenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-menu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-menu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-quickcart-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-quickcart-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-addedtocart-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-addedtocart-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-brand-descmenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-brand-descmenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-product-detail-descmenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-product-detail-descmenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-product-detail-infomenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-product-detail-infomenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-product-detail-scentmenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-product-detail-scentmenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-product-detail-ingredientsmenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-product-detail-ingredientsmenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-product-detail-reviewmenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-product-detail-reviewmenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-variantpicker-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-variantpicker-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-template-descmenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-template-descmenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-product-detail-info-shortmenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-product-detail-info-shortmenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-product-detail-info-tipsmenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-product-detail-info-tipsmenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-product-detail-info-usagemenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-product-detail-info-usagemenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-product-detail-info-benefitsmenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-product-detail-info-benefitsmenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-product-detail-info-ingredientsmenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-product-detail-info-ingredientsmenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-variantpickerdetails-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-variantpickerdetails-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-product-detail-gwpinfo-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-product-detail-gwpinfo-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-favmenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-favmenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-chatbot-slider-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-chatbot-slider-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-brand-contactmenu-visible {
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .pfour-brand-contactmenu-visible .container:after {
    transition: opacity ease 1s;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.4;
    z-index: 112;
  }
}

.pfour-quicksearch-visible {
  overflow-y: hidden;
}
.pfour-quicksearch-visible .container:after {
  transition: opacity ease 1s;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.4;
  z-index: 112;
}

.pfour-usps {
  color: #fff;
  background-color: #111;
  display: flex;
  padding: 0.25rem 0.75rem;
  box-sizing: border-box;
}
.pfour-usps .largeonly {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-usps .largeonly {
    display: block;
  }
}
.pfour-usps__arrowright {
  transform: rotateY(180deg);
}
@media only screen and (min-width: 1024px) {
  .pfour-usps {
    padding: 0.5rem 0.75rem;
  }
  .pfour-usps__arrowright, .pfour-usps__arrowleft {
    display: none;
  }
}
.pfour-usps__itemwrapper {
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: flex;
  flex: 1 0;
  overflow: hidden;
  align-items: center;
  align-content: center;
  padding: 3px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .pfour-usps__itemwrapper {
    align-items: flex-start;
    font-size: 0.5625rem;
    justify-content: space-evenly;
    gap: 0.5rem;
  }
}
.pfour-usps__itemwrapper__ul {
  display: flex;
  align-items: center;
  align-content: center;
  flex: 1 0;
}
.pfour-usps__itemwrapper__ul__li {
  /*    display: block;
  float: left;*/
  flex: 1 0 100%;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (min-width: 1024px) {
  .pfour-usps__itemwrapper__ul__li {
    flex: 1 0 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
  }
}
.pfour-usps__itemwrapper__ul__li__starscontainer {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  font-weight: 600;
  align-items: center;
}
.pfour-usps__itemwrapper__ul__li__starscontainer__stars {
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  align-items: center;
  margin-top: -2px;
}

.pfour-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-content: center;
  background-color: #fff;
  box-sizing: border-box;
  align-items: center;
  padding: 0;
  height: 3.25rem;
  border-bottom: 1px solid #e4e4e4;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (min-width: 1024px) {
  .pfour-header {
    padding: 1.25rem 2rem;
    height: auto;
  }
}
.pfour-header .pfour-header_left {
  display: flex;
  padding: 0.1875rem 0;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .pfour-header .pfour-header_left {
    gap: 1.5rem;
  }
}
.pfour-header .pfour-header_left a {
  display: none;
}
.pfour-header .pfour-header_left button {
  padding: 0.75rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-header .pfour-header_left a {
    display: flex;
    padding: 5px 0.5rem 2px 0.5rem;
    align-items: center;
    gap: 0.625rem;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
  }
}
.pfour-header .pfour-header_left :nth-child(2) {
  margin-left: -0.75rem;
  background-color: #FF965A;
}
.pfour-header .pfour-header_left__loginbutton {
  display: block !important;
  margin-left: 0 !important;
  background-color: transparent !important;
}
@media only screen and (min-width: 1024px) {
  .pfour-header .pfour-header_left__loginbutton {
    display: none !important;
  }
}
.pfour-header .pfour-header_center {
  align-content: center;
}
.pfour-header .pfour-header_center a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pfour-header .pfour-header_center a :nth-child(2) {
  height: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-header .pfour-header_center a :nth-child(2) {
    height: 0.75rem;
  }
}
.pfour-header .pfour-header_center img {
  height: 1rem;
}
.pfour-header .pfour-header_center img.logo-swe {
  height: 1.75rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-header .pfour-header_center img {
    height: 1.5rem;
  }
  .pfour-header .pfour-header_center img.logo-swe {
    height: 2.5rem;
  }
}
.pfour-header__right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-header__right {
    padding-right: 0;
  }
}
.pfour-header__right button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pfour-header__right img {
  padding: 0.75rem 0.5rem 0.75rem 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-header__right img {
    padding: 0.75rem 1rem 0.75rem 0.5rem;
  }
}
.pfour-header__right__searchbutton {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
body.scrolledsearch .pfour-header__right__searchbutton {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .pfour-header__right__searchbutton img {
    padding-right: 0.5rem;
  }
}
.pfour-header__right__searchbutton span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-header__right__searchbutton span {
    display: block;
    padding-right: 1rem;
    font-size: 1rem;
    /*font-weight: 600;*/
  }
}
.pfour-header__right__loginbutton {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .pfour-header__right__loginbutton {
    display: block !important;
  }
}

.pfour-usps__itemwrapper__ul {
  animation-name: slide-in;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@media only screen and (min-width: 1024px) {
  .pfour-usps__itemwrapper__ul {
    animation-name: slide-in-desktop;
    animation-timing-function: linear;
  }
}

#pfour-cart-toggler, #pfour-favourites-toggler {
  position: relative;
}
#pfour-cart-toggler span, #pfour-favourites-toggler span {
  right: 0;
  position: absolute;
  background-color: #111;
  aspect-ratio: 1/1;
  display: flex;
  top: 0;
  color: white;
  border-radius: 9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  /*line-height: 18px;*/
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  color: #fff;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  #pfour-cart-toggler span, #pfour-favourites-toggler span {
    right: 0.5rem;
  }
}

@keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  1% {
    transform: translateX(-5%);
  }
  2% {
    transform: translateX(2%);
  }
  3% {
    transform: translateX(0%);
  }
  17% {
    transform: translateX(0%);
  }
  18% {
    transform: translateX(-105%);
  }
  19% {
    transform: translateX(-98%);
  }
  20% {
    transform: translateX(-100%);
  }
  37% {
    transform: translateX(-100%);
  }
  38% {
    transform: translateX(-205%);
  }
  39% {
    transform: translateX(-198%);
  }
  40% {
    transform: translateX(-200%);
  }
  57% {
    transform: translateX(-200%);
  }
  58% {
    transform: translateX(-305%);
  }
  59% {
    transform: translateX(-298%);
  }
  60% {
    transform: translateX(-300%);
  }
  77% {
    transform: translateX(-300%);
  }
  78% {
    transform: translateX(-405%);
  }
  79% {
    transform: translateX(-398%);
  }
  80% {
    transform: translateX(-400%);
  }
  99% {
    transform: translateX(-400%);
  }
  100% {
    transform: translateX(-500%);
  }
}
@keyframes slide-in-desktop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.pfour-header {
  position: sticky;
  top: 0;
  z-index: 4;
}

.pfour-search-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #FAFAF8;
  border: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.04);
  padding: 0 1rem;
  cursor: pointer;
  font-family: "Larken";
  color: #111;
  box-sizing: border-box;
}
.pfour-search-row__input {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 44px;
  justify-content: center;
}
.pfour-search-row__placeholder {
  font-style: italic;
  font-size: 15px;
  letter-spacing: -0.01em;
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pfour-search-row svg {
  flex-shrink: 0;
}

.pfour-menu {
  display: flex;
  overflow: hidden;
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  .pfour-menu {
    display: grid;
    grid-template-columns: 31rem 31rem 31rem;
  }
}
.pfour-menu__levela {
  flex: 1 0 100%;
  display: grid;
  grid-template-columns: 3rem auto;
  background-color: #fff;
  height: 100%;
  transition: transform 0.5s;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .pfour-menu__levela {
    grid-template-columns: 5rem auto;
    overflow-y: auto;
  }
}
.pfour-menu__levela__aibutton {
  background-color: #E5C4FF;
  font-size: 1.25rem;
  line-height: 2rem;
  padding: 0.25rem 1rem;
  margin: 0 2rem;
  font-weight: 600;
}
.pfour-menu__levela__left {
  display: flex;
  padding: 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .pfour-menu__levela__left {
    padding: 2rem;
  }
}
.pfour-menu__levela__left img {
  box-sizing: border-box;
  width: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-menu__levela__left img {
    width: 1.5rem;
  }
}
.pfour-menu__levela__right {
  display: flex;
  flex-direction: column;
  min-height: 1px;
}
.pfour-menu__levela__right__nav {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
.pfour-menu__levela__right__nav__item {
  font-family: "larken";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.8rem;
  letter-spacing: -0.0325rem;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-menu__levela__right__nav__item {
    padding: 1rem 2.5rem;
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.04rem;
    color: #111;
  }
}
.pfour-menu__levela__right__nav__item__count {
  display: none;
  color: #000;
  font-family: Larken;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  text-transform: uppercase;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .pfour-menu__levela__right__nav__item__count {
    color: #111;
  }
}
.pfour-menu__levela__right__nav .pfour-menu-small:first-of-type {
  margin-top: 5rem;
}
.pfour-menu__levela__right__nav .pfour-menu-small :first-of-type {
  margin-top: 5rem;
}
.pfour-menu__levela__right__nav .pfour-menu-small:before {
  content: "■";
  font-size: 10px;
  line-height: 1rem;
  vertical-align: 22%;
  margin-right: 0.75rem;
}
.pfour-menu__levela__right__nav .pfour-menu-small span {
  display: none;
}
.pfour-menu__levela__right__nav .pfour-menu-small {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pfour-menu__levela__right__nav .pfour-menu-medium {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-menu__levela__right__nav .pfour-menu-medium {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.pfour-menu__levelb {
  position: relative;
}
.pfour-menu__levelb .pfour-menu-gradient {
  display: block;
}
.pfour-menu__levelc {
  position: relative;
}
.pfour-menu__levelb, .pfour-menu__levelc {
  flex: 1 0 100%;
  transition: transform 0.5s;
  display: flex;
  flex-direction: column;
}
.pfour-menu__levelb a, .pfour-menu__levelc a {
  padding: 0.5rem 2rem;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  font-size: 1rem;
}
.pfour-menu__levelb a, .pfour-menu__levelb h4, .pfour-menu__levelc a, .pfour-menu__levelc h4 {
  align-items: center;
}
.pfour-menu__levelb h4, .pfour-menu__levelc h4 {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0 1rem 2rem;
}
.pfour-menu__levelb h4 .title, .pfour-menu__levelc h4 .title {
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.pfour-menu__levelb h4 .all, .pfour-menu__levelc h4 .all {
  text-align: center;
  font-size: 0.5625rem;
  font-style: normal;
  letter-spacing: 0.02813rem;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.pfour-menu__levelb > div, .pfour-menu__levelc > div {
  display: none;
  flex-direction: column;
}
.pfour-menu__levelb > .visible, .pfour-menu__levelc > .visible {
  display: flex;
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
.pfour-menu__levelb__header, .pfour-menu__levelc__header {
  display: flex;
  justify-content: space-between;
}
.pfour-menu__levelb__header button, .pfour-menu__levelc__header button {
  background-color: transparent;
  padding: 1rem 2rem;
}
.pfour-menu__levelb__header button img, .pfour-menu__levelc__header button img {
  width: 1.5rem;
}
.pfour-menu__levelb .pfour-menu-small :first-of-type, .pfour-menu__levelc .pfour-menu-small :first-of-type {
  margin-top: 5rem;
}
.pfour-menu__levelb .pfour-menu-small:before, .pfour-menu__levelc .pfour-menu-small:before {
  content: "■";
  font-size: 10px;
  line-height: 1rem;
  vertical-align: 22%;
  margin-right: 0.75rem;
}
.pfour-menu__levelb .pfour-menu-small span, .pfour-menu__levelc .pfour-menu-small span {
  display: none;
}
.pfour-menu__levelb .pfour-menu-small, .pfour-menu__levelc .pfour-menu-small {
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pfour-menu-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1/1;
  right: 0;
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
  transition: background-size ease-out 1s;
}

.pfour-menu__levelc .pfour-menu-gradient {
  display: block;
}

.pfour-menu-visible .pfour-menu-gradient-a {
  background-size: 200% 200%;
  transition: background-size ease-out 1s;
}

@media only screen and (max-width: 1023px) {
  .pfourmenu-levelb .pfour-menu__levela {
    transform: translateX(-100%);
  }
  .pfourmenu-levelb .pfour-menu__levelb {
    transform: translateX(-100%);
  }
  .pfourmenu-levelb .pfour-menu__levelc {
    transform: translateX(-100%);
  }
}
@media only screen and (min-width: 1024px) {
  .pfourmenu-levelb .pfour-menu {
    width: 62rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pfourmenu-levelb .pfour-slidemenu__header__closer {
    visibility: hidden;
  }
}
.pfourmenu-levelb .pfour-menu-gradient-b {
  background-size: 200% 200%;
}

@media only screen and (max-width: 1023px) {
  .pfourmenu-levelc .pfour-menu__levela {
    transform: translateX(-200%);
  }
  .pfourmenu-levelc .pfour-menu__levelb {
    transform: translateX(-200%);
  }
  .pfourmenu-levelc .pfour-menu__levelc {
    transform: translateX(-200%);
  }
}
@media only screen and (min-width: 1024px) {
  .pfourmenu-levelc .pfour-menu {
    width: 93rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pfourmenu-levelc .pfour-slidemenu__header__closer {
    visibility: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .pfourmenu-levelc .pfour-slidemenu-closer-levelb {
    display: none;
  }
}
.pfourmenu-levelc .pfour-menu-gradient-c {
  background-size: 200% 200%;
}

.pfour-menu-bannerflow {
  width: 100%;
  max-width: 100%;
}

.pfour-menu-image {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.pfour-menu-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.pfour-brand-template__title {
  margin-left: auto;
  margin-right: auto;
  background-color: #111;
  padding: 0.5rem 0;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template__title {
    padding: 1.5rem 0;
  }
}
.pfour-brand-template__title__wrapper {
  color: #F2F1EC;
  text-transform: uppercase;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template__title__wrapper {
    color: #fff;
  }
}
.pfour-brand-template__title__wrapper__name, .pfour-brand-template__title__wrapper__dash {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 108%;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template__title__wrapper__name, .pfour-brand-template__title__wrapper__dash {
    letter-spacing: -0.04rem;
    font-size: 2rem;
  }
}
.pfour-brand-template__title__wrapper__slogan {
  font-family: Larken;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 108%;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template__title__wrapper__slogan {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-info {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 3rem 4.5rem;
  }
}
.pfour-brand-template .pfour-brand-info__img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-info__img {
    order: 2;
    padding-left: 7.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
}
.pfour-brand-template .pfour-brand-info__img img {
  width: 100%;
}
.pfour-brand-template .pfour-brand-info__desc {
  padding: 2rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-info__desc {
    order: 1;
  }
}
.pfour-brand-template .pfour-brand-info__desc h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}
.pfour-brand-template .pfour-brand-info__desc hr {
  border-top: 1px solid #111;
  margin: 1.5rem 0;
}
.pfour-brand-template .pfour-brand-info__desc__img {
  height: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-info__desc__img {
    height: 3rem;
  }
}
.pfour-brand-template .pfour-brand-info__desc__img img {
  max-height: 100%;
  max-width: 100%;
}
.pfour-brand-template .pfour-brand-info__desc__longdesc__text {
  color: #111;
  font-family: Larken;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}
.pfour-brand-template .pfour-brand-info__desc__longdesc__text__readmore {
  font-family: Area Variable;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.06875rem;
  text-decoration-line: underline;
  text-transform: uppercase;
  cursor: pointer;
}
.pfour-brand-template .pfour-brand-info__desc__longdesc__toproducts {
  margin-top: 1.25rem;
  display: inline-block;
  border: 1px solid #111;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.pfour-brand-template .pfour-brand-subcats {
  display: grid;
  padding: 1rem;
  margin-bottom: 3rem;
  gap: 1rem;
  overflow-x: scroll;
  grid-template-columns: 75vw 75vw 75vw 75vw;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-subcats {
    padding-top: 0;
    overflow: unset;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.pfour-brand-template .pfour-brand-subcats .pfour-brand-subcat {
  display: flex;
  flex-direction: column;
  width: 75vw;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-subcats .pfour-brand-subcat {
    width: 100%;
  }
}
.pfour-brand-template .pfour-brand-subcats .pfour-brand-subcat img {
  width: 100%;
}
.pfour-brand-template .pfour-brand-subcats .pfour-brand-subcat {
  /*            img {
      width: 100%;

      @include respond-to(phone) {
          width: auto;
          height: 20.625rem;
      }
  }*/
}
.pfour-brand-template .pfour-brand-subcats .pfour-brand-subcat .pfour-brand-subcat-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-subcats .pfour-brand-subcat .pfour-brand-subcat-info {
    gap: 1rem;
    padding: 2rem 1.5rem;
  }
}
.pfour-brand-template .pfour-brand-subcats .pfour-brand-subcat .pfour-brand-subcat-info .pfour-brand-subcat-cat {
  color: #111;
  font-feature-settings: "ss08" on;
  font-family: Larken;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-subcats .pfour-brand-subcat .pfour-brand-subcat-info .pfour-brand-subcat-cat {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}
.pfour-brand-template .pfour-brand-subcats .pfour-brand-subcat .pfour-brand-subcat-info .pfour-brand-subcat-name {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 108%;
  letter-spacing: -0.0275rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-subcats .pfour-brand-subcat .pfour-brand-subcat-info .pfour-brand-subcat-name {
    leading-trim: both;
    text-edge: cap;
    font-size: 1.625rem;
    letter-spacing: -0.0325rem;
  }
}
.pfour-brand-template .pfour-brand-video {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 2rem 1rem;
  align-items: center;
  gap: 1.5rem;
  background: #FF965A;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4.5rem;
    gap: 7.5rem;
  }
}
.pfour-brand-template .pfour-brand-video iframe, .pfour-brand-template .pfour-brand-video video {
  width: 100%;
}
.pfour-brand-template .pfour-brand-video__yt {
  width: 100%;
  box-sizing: border-box;
}
.pfour-brand-template .pfour-brand-video__yt__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.pfour-brand-template .pfour-brand-video__yt__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pfour-brand-template .pfour-brand-video .bottom-section-text h3 {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.03rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-video .bottom-section-text h3 {
    font-size: 1.875rem;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -0.0375rem;
  }
}
.pfour-brand-template .pfour-brand-video .bottom-section-text p {
  margin-top: 1rem;
  color: #111;
  font-family: Larken;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; /* 1.9125rem */
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-video .bottom-section-text p {
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 140%; /* 1.75rem */
  }
}
.pfour-brand-template .pfour-brand-video .bottom-section-img img {
  width: 100%;
}
.pfour-brand-template .pfour-brand-popularly {
  display: flex;
  flex-direction: column;
  background-color: #FAFAF8;
}
.pfour-brand-template .pfour-brand-popularly h3 {
  padding: 2rem 1.5rem;
  color: #000;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-popularly h3 {
    padding: 4.5rem 0;
    color: #111;
    font-size: 0.875rem;
    letter-spacing: 0.0625rem;
  }
}
.pfour-brand-template .pfour-brand-popularly__items {
  overflow: hidden;
}
.pfour-brand-template .pfour-brand-popularly__items__scrollwrapper {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-popularly__items__scrollwrapper {
    gap: 2.5rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
  }
}
.pfour-brand-template .pfour-brand-popularly__items__scrollwrapper__item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-popularly__items__scrollwrapper__item {
    gap: 1.5rem;
  }
}
.pfour-brand-template .pfour-brand-popularly__items__scrollwrapper__item__img {
  height: 4.5rem;
  background: #FAFAF8;
  background-blend-mode: darken;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-popularly__items__scrollwrapper__item__img {
    height: 5.5rem;
  }
}
.pfour-brand-template .pfour-brand-popularly__items__scrollwrapper__item__img img {
  height: 100%;
  mix-blend-mode: darken;
}
.pfour-brand-template .pfour-brand-popularly__items__scrollwrapper__item__name {
  white-space: nowrap;
  color: #111;
  text-align: center;
  font-family: Larken;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 108%;
  letter-spacing: -0.025rem;
  text-decoration-line: underline;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-popularly__items__scrollwrapper__item__name {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}
.pfour-brand-template .pfour-brand-productstitle {
  padding: 3rem 0 1.5rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  justify-items: center;
  gap: 5px;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-productstitle {
    justify-content: flex-start;
    padding-left: 4.5rem;
  }
}
.pfour-brand-template .pfour-brand-productstitle__title {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-productstitle__title {
    color: #111;
    font-size: 1.375rem;
    letter-spacing: -0.0275rem;
  }
}
.pfour-brand-template .pfour-brand-productstitle__count {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-brand-template .pfour-brand-productstitle__count {
    padding-top: 2px;
    display: inline;
    color: #111;
    font-family: Larken;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
  }
}

.pfour-brand-descmenu__text, .pfour-brand-descmenu__body, .pfour-template-descmenu__text, .pfour-template-descmenu__body, .pfour-product-detail-descmenu__text, .pfour-product-detail-descmenu__body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  box-sizing: border-box;
  color: #111;
  font-family: Larken;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  overflow-y: auto;
}
.pfour-brand-descmenu__text p, .pfour-brand-descmenu__body p, .pfour-template-descmenu__text p, .pfour-template-descmenu__body p, .pfour-product-detail-descmenu__text p, .pfour-product-detail-descmenu__body p {
  margin-bottom: 1rem;
}
.pfour-brand-descmenu__text h2, .pfour-brand-descmenu__body h2, .pfour-template-descmenu__text h2, .pfour-template-descmenu__body h2, .pfour-product-detail-descmenu__text h2, .pfour-product-detail-descmenu__body h2 {
  font-weight: 600;
  font-size: 1.2rem;
}
.pfour-brand-descmenu__text ul, .pfour-brand-descmenu__body ul, .pfour-template-descmenu__text ul, .pfour-template-descmenu__body ul, .pfour-product-detail-descmenu__text ul, .pfour-product-detail-descmenu__body ul {
  padding-left: 20px;
  margin: 10px 0;
}
.pfour-brand-descmenu__text ul li, .pfour-brand-descmenu__body ul li, .pfour-template-descmenu__text ul li, .pfour-template-descmenu__body ul li, .pfour-product-detail-descmenu__text ul li, .pfour-product-detail-descmenu__body ul li {
  list-style: disc;
}

.pfour-footer .pfour-footer-top {
  display: flex;
  padding: 4.5rem;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-top {
    padding: 2rem 1rem;
  }
}
.pfour-footer .pfour-footer-top .sec-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  align-items: center;
  gap: 1.5rem;
  align-self: stretch;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-top .sec-1 {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: center;
  }
}
.pfour-footer .pfour-footer-top .sec-1 .sec-1-text {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.0275rem;
  text-transform: uppercase;
}
.pfour-footer .pfour-footer-top .sec-1 .sec-1-trustpilot {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pfour-footer .pfour-footer-top .sec-1 .sec-1-trustpilot .sec-1-trustpilot-1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-top .sec-1 .sec-1-trustpilot .sec-1-trustpilot-1 {
    width: 100%;
  }
}
.pfour-footer .pfour-footer-top .sec-1 .sec-1-trustpilot .sec-1-trustpilot-1 .stars-text {
  display: flex;
  gap: 0.44444rem;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-top .sec-1 .sec-1-trustpilot .sec-1-trustpilot-1 .stars-text {
    display: none;
  }
}
.pfour-footer .pfour-footer-top .sec-1 .sec-1-trustpilot .sec-1-trustpilot-2 {
  display: flex;
  gap: 0.1875rem;
  align-items: center;
}
.pfour-footer .pfour-footer-top .sec-1 .sec-1-trustpilot .sec-1-trustpilot-2 .stars-text {
  display: flex;
  gap: 0.44444rem;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .pfour-footer .pfour-footer-top .sec-1 .sec-1-trustpilot .sec-1-trustpilot-2 .stars-text {
    display: none;
  }
}
.pfour-footer .pfour-footer-top .sec-1 .sec-1-trustpilot .sec-1-trustpilot-2 .stars-text .text {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 0.77775rem;
  font-style: normal;
  font-weight: 800;
  line-height: 0.88888rem;
}
.pfour-footer .pfour-footer-top .sec-1 .sec-1-trustpilot .sec-1-trustpilot-2 .trustpilot-2-1 {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.pfour-footer .pfour-footer-top .sec-1 .sec-1-trustpilot .sec-1-trustpilot-2 .trustpilot-2-2 {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration-line: underline;
}
.pfour-footer .pfour-footer-top .sec-2 {
  width: 100%;
  position: relative;
}
.pfour-footer .pfour-footer-top .sec-2 .sec-2-customers {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
}
.pfour-footer .pfour-footer-top .sec-2 .sec-2-customers .sec-2-customer {
  border: 1px solid #e4e4e4;
  background: #FAFAF8;
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 1 0 0;
  align-self: stretch;
}
.pfour-footer .pfour-footer-top .sec-2 .sec-2-customers .sec-2-customer .name-rate {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pfour-footer .pfour-footer-top .sec-2 .sec-2-customers .sec-2-customer .name-rate .name {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-top .sec-2 .sec-2-customers .sec-2-customer .name-rate .name {
    color: #000;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1rem;
  }
}
.pfour-footer .pfour-footer-top .sec-2 .sec-2-customers .sec-2-customer .name-rate .rate {
  color: #111;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-top .sec-2 .sec-2-customers .sec-2-customer .name-rate .rate {
    color: #000;
  }
}
.pfour-footer .pfour-footer-top .sec-2 .sec-2-customers .sec-2-customer .recommended {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-top .sec-2 .sec-2-customers .sec-2-customer .recommended {
    color: #000;
    line-height: 1.5rem;
  }
}
.pfour-footer .pfour-footer-top .sec-2 .sec-2-customers .sec-2-customer .date {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-top .sec-2 .sec-2-customers .sec-2-customer + .sec-2-customer {
    display: none;
  }
}
.pfour-footer .pfour-footer-top .sec-2 .sec-2-prev {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: -40px;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-top .sec-2 .sec-2-prev {
    left: -10px;
    top: calc(50% - 1rem);
  }
}
.pfour-footer .pfour-footer-top .sec-2 .sec-2-prev svg {
  fill: #fff;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.pfour-footer .pfour-footer-top .sec-2 .sec-2-next {
  position: absolute;
  top: calc(50% - 1.5rem);
  right: -40px;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-top .sec-2 .sec-2-next {
    right: -10px;
    top: calc(50% - 1rem);
  }
}
.pfour-footer .pfour-footer-top .sec-2 .sec-2-next svg {
  fill: var(--UI-White, #FFF);
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.pfour-footer .pfour-footer-down {
  display: flex;
  width: 100%;
  padding-bottom: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  background: #111;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pfour-footer .pfour-footer-down .down-container {
  display: flex;
  padding: 0rem 4.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  align-self: stretch;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container {
    padding: 0rem 2rem 1rem 1rem;
    gap: 0;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-1 {
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 0;
    align-items: baseline;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left {
    width: 100%;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-1 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.0275rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-1 {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.025rem;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-2 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-3 {
  width: 100%;
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-3 .register-form {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-3 .register-form {
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-3 .register-form input {
  background: #111;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  border: none;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-3 .register-form input {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5rem;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-3 .register-form .btn {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  background: #111;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-3 .register-form .btn {
    color: #FFF;
    font-feature-settings: "case" on;
    line-height: 1.5rem;
    letter-spacing: 0.0625rem;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-4 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-4 {
    color: #FFF;
    line-height: 1.5rem;
    font-size: 1rem;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-4 a {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-left .left-4 a {
    color: #FFF;
    line-height: 1.5rem;
    font-size: 1rem;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  align-self: stretch;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right {
    flex-direction: column;
    gap: 0;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right .title {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right a {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  white-space: nowrap;
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right .right-1, .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right .right-2, .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right .right-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 1 0 0;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right div {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right.desktop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right.phone {
    display: none;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right.phone .title {
  display: flex;
  padding: 0.75rem 0rem;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right.phone .title + .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.pfour-footer .pfour-footer-down .down-container .sec-1 .sec-1-right.phone .pfour-collaps-content {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: -20px;
  margin-bottom: 10px;
}
.pfour-footer .pfour-footer-down .down-container .sec-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-2 {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
  }
  .pfour-footer .pfour-footer-down .down-container .sec-2 svg {
    width: 100%;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-2 .vector-mastercard {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pfour-footer .pfour-footer-down .down-container .sec-2 .vector-mastercard svg {
  fill: rgba(255, 255, 255, 0.4);
}
.pfour-footer .pfour-footer-down .down-container .sec-3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-3 {
    gap: 2rem;
    padding-top: 3rem;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-3 .sec-3-1 {
  color: #fff;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: flex;
  /*width: 11.9375rem;*/
  align-items: center;
  gap: 0.75rem;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-3 .sec-3-1 {
    order: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-3 .sec-3-2 {
    width: 100%;
    text-align: center;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-3 .sec-3-2 img {
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-3 .sec-3-2 .sec-3-2-1 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-footer .pfour-footer-down .down-container .sec-3 .sec-3-2 .sec-3-2-2 {
    display: none;
  }
}
.pfour-footer .pfour-footer-down .down-container .sec-3 .sec-3-3 {
  display: flex;
  align-items: flex-start;
  gap: 2.0625rem;
}
@media only screen and (max-width: 1023px) {
  .pfour-footer .pfour-footer-down .down-container .sec-3 .sec-3-3 {
    order: 2;
  }
}

.pfour-prod-item {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  background: #fff;
  min-width: 1px;
}
.pfour-prod-item .favourite-button {
  height: 1rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
}
.pfour-prod-item .pfour-prod-item-link {
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.pfour-prod-item .pfour-prod-item-link .prod-item-img {
  background: #FAFAF8;
  padding: 1rem;
  background-blend-mode: darken;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .pfour-prod-item .pfour-prod-item-link .prod-item-img {
    padding: 2rem 3.5rem;
  }
}
.pfour-prod-item .pfour-prod-item-link .prod-item-img img {
  width: 100%;
  mix-blend-mode: darken;
  aspect-ratio: 1/1;
}
.pfour-prod-item .pfour-prod-item-link .prod-item-img__dynbanners {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: -0.75rem;
  z-index: 1;
  container-type: inline-size;
}
.pfour-prod-item .pfour-prod-item-link .prod-item-img__dynbanners__banner {
  line-height: 0.55rem;
  text-align: center;
  padding: 0.15rem 0.15rem;
  font-size: 0.45rem;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .pfour-prod-item .pfour-prod-item-link .prod-item-img__dynbanners__banner {
    font-size: 0.65rem;
    line-height: 1rem;
  }
}
.pfour-prod-item .pfour-prod-item-link .prod-item-img__dynbanners__banner.bcblue {
  background-color: #A1E9FF;
  /*background-color: #0080A9;*/
  color: #000;
}
.pfour-prod-item .pfour-prod-item-link .prod-item-img__dynbanners__banner.bcpink {
  background-color: #FDBFD5;
}
.pfour-prod-item .pfour-prod-item-link .prod-item-img__dynbanners__banner.bcblack {
  background-color: #000;
  color: #fff;
}
.pfour-prod-item .pfour-prod-item-link .prod-item-img__dynbanners__banner.bcpurple {
  background-color: #9C48F4;
  color: #fff;
}
.pfour-prod-item .pfour-prod-item-link .pfour-prod-item-info {
  padding: 1rem 1rem 0 1rem;
}
.pfour-prod-item .pfour-prod-item-link .pfour-prod-item-info .brand {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-prod-item .pfour-prod-item-link .pfour-prod-item-info .brand {
    font-weight: 800;
  }
}
.pfour-prod-item .pfour-prod-item-link .pfour-prod-item-info .name {
  color: #111;
  font-family: Larken;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media only screen and (min-width: 1024px) {
  .pfour-prod-item .pfour-prod-item-link .pfour-prod-item-info .name {
    font-size: 18px;
  }
}
.pfour-prod-item .pfour-prod-item-link .pfour-prod-item-info .reviews {
  display: flex;
  flex-direction: row;
  padding-top: 0;
}
.pfour-prod-item .pfour-prod-item-link .pfour-prod-item-info .reviews .star {
  height: 12px;
}
.pfour-prod-item .pfour-prod-item-link .pfour-prod-item-info .reviews .average {
  margin-left: 6px;
}
.pfour-prod-item .pfour-prod-item-link .pfour-prod-item-info .reviews .average, .pfour-prod-item .pfour-prod-item-link .pfour-prod-item-info .reviews .no {
  color: #111;
  /* Desktop/Body X-Small */
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16.5px */
}
.pfour-prod-item .product-info-price {
  padding: 0.25rem 1rem 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #111;
}
@media only screen and (min-width: 1024px) {
  .pfour-prod-item .product-info-price {
    padding: 1rem;
  }
}
.pfour-prod-item .product-info-price .memberpricelabel {
  display: none;
  color: #DD2A43;
  padding: 0.1rem 0;
  font-size: 0.8rem;
  font-style: italic;
  font-family: larken;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  /*font-family: variables.$font-family-primary;*/
  font-weight: 600;
}
.pfour-prod-item .product-info-price .price {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}
.pfour-prod-item .product-info-price .price .price-span {
  font-size: 14px;
}
.pfour-prod-item .product-info-price .price .original-price-span {
  text-decoration: line-through;
}
.pfour-prod-item .product-info-price .rekprice {
  display: none;
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 400;
  gap: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-prod-item .product-info-price .rekprice {
    padding: 0.5rem 0 0 0;
  }
}
.pfour-prod-item .product-info-price .valueprice {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  gap: 0.5rem;
  padding: 0.5rem 0 0 0;
}
.pfour-prod-item .product-info-price.displayparfymclubprice .memberpricelabel {
  display: flex;
}
.pfour-prod-item .product-info-price.discounted .price-span, .pfour-prod-item .product-info-price.displayparfymclubprice .price-span {
  color: #DD2A43;
}
.pfour-prod-item .product-info-price.pfour-displayrekprice .rekprice {
  display: flex;
}
.pfour-prod-item__variants {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  padding: 0 1rem 0 0;
}
.pfour-prod-item__variants__wrapper {
  padding: 0.5rem 0 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  overflow: hidden;
  flex-wrap: wrap;
  max-height: 1.25rem;
}
.pfour-prod-item__variants__wrapper input {
  display: none;
}
.pfour-prod-item__variants__wrapper input:checked + label {
  border: 1px solid #111;
}
.pfour-prod-item__variants__wrapper a, .pfour-prod-item__variants__wrapper label {
  display: block;
  line-height: 1.25rem;
  cursor: pointer;
}
.pfour-prod-item__variants__wrapper .pfour-varianttype-text {
  padding: 0 0.5rem;
  border: 1px solid #e4e4e4;
  color: #111;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
}
.pfour-prod-item__variants__wrapper .pfour-varianttype-color {
  border-radius: 1.25rem;
}
.pfour-prod-item__variants__wrapper .pfour-varianttype-color span {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 1.25rem;
  display: block;
}
.pfour-prod-item__variants__wrapper .pfour-varianttype-color span .palette .palette-color {
  width: 0.625rem;
  height: 1.25rem;
  left: 10px;
}
.pfour-prod-item__variants__wrapper .pfour-varianttype-color span .palette .palette-color > span {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 1.25rem;
  left: -0.625rem;
  /*border-radius: 1rem 0 0 1rem;*/
}
.pfour-prod-item__variants__wrapper .pfour-varianttype-color span {
  /*                    &.custom-color {
      height: 24px;
      width: 24px;
  }*/
}
.pfour-prod-item__variants__wrapper .pfour-varianttype-image img {
  height: 1.25rem;
  width: 1.25rem;
  display: block;
}
.pfour-prod-item__variants__morebutton {
  color: #111;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 0 0.5rem;
  border-radius: 6.25rem;
  border: 1px solid #111;
  height: 1.25rem;
}
.pfour-prod-item__variants .noplus {
  display: none;
}
.pfour-prod-item__buy__wrapper {
  padding: 0.5rem;
  box-sizing: border-box;
}
.pfour-prod-item__buy__wrapper a, .pfour-prod-item__buy__wrapper button {
  color: #111;
  text-align: center;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  background-color: #FF965A;
  display: block;
}
.pfour-prod-item__variantpicker {
  display: none;
}
.pfour-prod-item__description {
  padding: 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* Number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111;
}

.pfour-itemswrapper-standard {
  width: 100%;
  max-width: 100%;
  min-width: 1px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-itemswrapper-standard {
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0 4.5rem;
    gap: 1.5625rem 1rem;
  }
}
.pfour-variantpicker__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 1px;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker {
  flex-grow: 1;
  display: flex;
  padding: 0 1.5rem 0 1.5rem;
  box-sizing: border-box;
  flex-direction: column;
  min-height: 1px;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__head {
  display: flex;
  flex-direction: column;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__head .topwrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 1.62rem;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__head .topwrapper .pfour-prod-item__variantpicker__head__img {
  height: 4.5rem;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__head .topwrapper .pfour-prod-item__variantpicker__head__img img {
  height: 100%;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__head .topwrapper .pfour-prod-item__variantpicker__head__text {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__head .topwrapper .pfour-prod-item__variantpicker__head__text .pfour-prod-item__variantpicker__head__text__brand {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__head .topwrapper .pfour-prod-item__variantpicker__head__text .pfour-prod-item__variantpicker__head__text__name {
  color: #111;
  font-family: larken;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__head .bottomwrapper {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__variants {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  box-sizing: border-box;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__variants .pfour-prod-item__variantpicker__variants__wrapper {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid #e4e4e4;
  line-height: 140%;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__variants .pfour-prod-item__variantpicker__variants__wrapper .pfour-prod-item__variantpicker__variants__wrapper__left {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__variants .pfour-prod-item__variantpicker__variants__wrapper .pfour-prod-item__variantpicker__variants__wrapper__left > span {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 1.25rem;
  display: block;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__variants .pfour-prod-item__variantpicker__variants__wrapper .pfour-prod-item__variantpicker__variants__wrapper__left > span.custom-color {
  height: 24px;
  width: 24px;
  border-radius: 24px;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__variants .pfour-prod-item__variantpicker__variants__wrapper .pfour-prod-item__variantpicker__variants__wrapper__left img {
  height: 1.25rem;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__variants .pfour-prod-item__variantpicker__variants__wrapper.outofstock .pfour-prod-item__variantpicker__variants__wrapper__left {
  color: #727272;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__variants .pfour-prod-item__variantpicker__variants__wrapper .pfour-prod-item__variantpicker__variants__wrapper__right {
  font-family: "DM Sans", sans-serif;
  color: #282828;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  box-sizing: border-box;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__variants input {
  display: none;
}
.pfour-variantpicker__body .pfour-prod-item__variantpicker .pfour-prod-item__variantpicker__variants input:checked + label {
  border: 1px solid #111 !important;
}
.pfour-variantpicker__footer {
  padding: 0.75rem 1.5rem 1.5rem 1.5rem;
}
.pfour-variantpicker__footer button {
  width: 100%;
  padding: 0.5rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  background-color: #111;
}

.pfour-prod-item__banners, .pfour-product-detail__banners, .item-mini__banners {
  position: absolute;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pfour-prod-item__banners__dynbanners, .pfour-product-detail__banners__dynbanners, .item-mini__banners__dynbanners {
  gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.pfour-prod-item__banners__dynbanners__banner, .pfour-product-detail__banners__dynbanners__banner, .item-mini__banners__dynbanners__banner {
  padding: 0.3rem 0.5rem;
  text-transform: uppercase;
  line-height: 0.75rem;
  background-color: #FDBFD5;
  color: #111;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02813rem;
  text-transform: uppercase;
}
.pfour-prod-item__banners__dynbanners__banner.bcblue, .pfour-product-detail__banners__dynbanners__banner.bcblue, .item-mini__banners__dynbanners__banner.bcblue {
  background-color: #44D2FF;
  /*background-color: #0080A9;*/
  color: #000;
}
.pfour-prod-item__banners__dynbanners__banner.bcpink, .pfour-product-detail__banners__dynbanners__banner.bcpink, .item-mini__banners__dynbanners__banner.bcpink {
  background-color: #FDBFD5;
}
.pfour-prod-item__banners__dynbanners__banner.bcblack, .pfour-product-detail__banners__dynbanners__banner.bcblack, .item-mini__banners__dynbanners__banner.bcblack {
  background-color: #000;
  color: #fff;
}
.pfour-prod-item__banners__dynbanners__banner.bcpurple, .pfour-product-detail__banners__dynbanners__banner.bcpurple, .item-mini__banners__dynbanners__banner.bcpurple {
  background-color: #9C48F4;
  color: #fff;
}
.pfour-prod-item__banners__banner, .pfour-product-detail__banners__banner, .item-mini__banners__banner {
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
  line-height: 0.75rem;
}
.pfour-prod-item__banners__banner.discountbanner, .pfour-product-detail__banners__banner.discountbanner, .item-mini__banners__banner.discountbanner {
  background-color: #FDBFD5;
  color: #111;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02813rem;
  text-transform: uppercase;
}
.pfour-prod-item__banners__banner.autocouponbanner, .pfour-prod-item__banners__banner.autocouponbannerclub, .pfour-product-detail__banners__banner.autocouponbanner, .pfour-product-detail__banners__banner.autocouponbannerclub, .item-mini__banners__banner.autocouponbanner, .item-mini__banners__banner.autocouponbannerclub {
  background-color: #44D2FF;
  color: #111;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02813rem;
  text-transform: uppercase;
}
.pfour-prod-item__banners__banner.discountbanner, .pfour-prod-item__banners__banner.autocouponbanner, .pfour-prod-item__banners__banner.autocouponbannerclub, .pfour-product-detail__banners__banner.discountbanner, .pfour-product-detail__banners__banner.autocouponbanner, .pfour-product-detail__banners__banner.autocouponbannerclub, .item-mini__banners__banner.discountbanner, .item-mini__banners__banner.autocouponbanner, .item-mini__banners__banner.autocouponbannerclub {
  display: none;
  z-index: 1;
}
.pfour-prod-item__banners__banner.goodpricebanner, .pfour-product-detail__banners__banner.goodpricebanner, .item-mini__banners__banner.goodpricebanner {
  background-color: #000;
  color: #fff;
  font-size: 0.6875rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.06875rem;
  display: none;
  z-index: 1;
}
.pfour-prod-item__banners__banner.giftbanner, .pfour-product-detail__banners__banner.giftbanner, .item-mini__banners__banner.giftbanner {
  background-color: #000;
  color: #fff;
  font-size: 0.6875rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.06875rem;
  display: none;
  z-index: 1;
}
.pfour-prod-item__banners__banner.veganbanner, .pfour-product-detail__banners__banner.veganbanner, .item-mini__banners__banner.veganbanner {
  background-color: #000;
  color: #fff;
  font-size: 0.6875rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.06875rem;
  display: none;
  z-index: 1;
}
.pfour-prod-item__banners.displaydiscount .discountbanner, .pfour-product-detail__banners.displaydiscount .discountbanner, .item-mini__banners.displaydiscount .discountbanner {
  display: block;
}
.pfour-prod-item__banners.displaygoodprice .goodpricebanner, .pfour-product-detail__banners.displaygoodprice .goodpricebanner, .item-mini__banners.displaygoodprice .goodpricebanner {
  display: block;
}
.pfour-prod-item__banners.displaygiftbanner .giftbanner, .pfour-product-detail__banners.displaygiftbanner .giftbanner, .item-mini__banners.displaygiftbanner .giftbanner {
  display: block;
}
.pfour-prod-item__banners.displayautocouponbanner .autocouponbanner, .pfour-product-detail__banners.displayautocouponbanner .autocouponbanner, .item-mini__banners.displayautocouponbanner .autocouponbanner {
  display: block;
}
.pfour-prod-item__banners.displayautocouponbannerclub .autocouponbannerclub, .pfour-product-detail__banners.displayautocouponbannerclub .autocouponbannerclub, .item-mini__banners.displayautocouponbannerclub .autocouponbannerclub {
  display: block;
}

.pfour-prod-item__banners {
  top: 0.5rem;
  left: 0.5rem;
}

.pfour-product-detail__banners {
  top: 1rem;
  left: 1rem;
}

@media only screen and (min-width: 1024px) {
  .pfour-productlist-wrapper__controlbar {
    padding: 0 4.5rem;
    margin-top: 0.75rem;
  }
}
.pfour-productlist-wrapper__controlbar__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (min-width: 1024px) {
  .pfour-productlist-wrapper__controlbar__inner {
    padding: 1.5rem 0;
  }
}
.pfour-productlist-wrapper__controlbar__inner__count {
  display: none;
  color: #111;
  text-align: center;
  font-family: Larken;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media only screen and (min-width: 1024px) {
  .pfour-productlist-wrapper__controlbar__inner__count {
    display: block;
  }
}
.pfour-productlist-wrapper__controlbar__inner button {
  display: flex;
  align-items: center;
  line-height: 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  gap: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-productlist-wrapper__controlbar__inner button {
    color: #111;
    line-height: 1rem;
  }
}
.pfour-productlist-wrapper__controlbar__inner button .pfour-currentsort {
  font-family: "DM Sans", sans-serif;
  color: #111;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
}
.pfour-productlist-wrapper__controlbar__inner button img {
  height: 1.25rem;
}
.pfour-productlist-wrapper__controlbar__mobilecount {
  color: #000;
  text-align: center;
  font-family: Larken;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375rem;
  padding: 0.5rem;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (min-width: 1024px) {
  .pfour-productlist-wrapper__controlbar__mobilecount {
    display: none;
  }
}
.pfour-productlist-wrapper__displaymore {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-productlist-wrapper__displaymore {
    margin-top: 3.5rem;
    padding-bottom: 4.5rem;
  }
}
.pfour-productlist-wrapper__displaymore button {
  color: #111;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  border: 1px solid #111;
  padding: 1rem 1.5rem;
}
.pfour-productlist-wrapper__displaymore__img {
  margin: 1rem 0 1.5rem 0;
}
@media only screen and (min-width: 1024px) {
  .pfour-productlist-wrapper__displaymore__img {
    margin: 1rem 0 2rem 0;
  }
}
.pfour-productlist-wrapper__displaymore__productcountinfo {
  color: #000;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-productlist-wrapper__displaymore__productcountinfo {
    color: #111;
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    line-height: 170%;
  }
}

.pfour-product-detail.pfour-notyetreleased .hidefor-notyetreleased {
  display: none;
}
.pfour-product-detail.pfour-notinstock .hidefor-notinstock {
  display: none;
}
.pfour-product-detail.pfour-instock .hidefor-available, .pfour-product-detail.pfour-fewinstock .hidefor-available {
  display: none;
}
.pfour-product-detail.pfour-displayrekprice .pfour-product-detail__wrapper__info__topwithpadding__rekprice {
  display: flex;
}
.pfour-product-detail.pfour-displayasterisk .pfour-product-detail__wrapper__info__topwithpadding__usps__asterisk {
  display: block;
}
.pfour-product-detail.pfour-displayasterisk .pfour-product-detail__wrapper__info__topwithpadding__price__asterisk {
  display: block;
}
.pfour-product-detail.pfour-displayasterisk .pfour-product-detail__wrapper__info__topwithoutpadding__phoneasterisk {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail.pfour-displayasterisk .pfour-product-detail__wrapper__info__topwithoutpadding__phoneasterisk {
    display: none;
  }
}
.pfour-product-detail__wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper {
    display: grid;
    grid-template-columns: 1fr 39rem;
  }
}
.pfour-product-detail__wrapper hr {
  border-top: 1px solid #e4e4e4;
  margin: 1rem 0;
}
.pfour-product-detail__wrapper__breadcrumbs {
  padding: 4px 16px 4px 16px;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__breadcrumbs {
    display: none;
  }
}
.pfour-product-detail__wrapper__imagewrapper {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  position: relative;
  background-color: #F2F1EC;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__imagewrapper {
    padding: 3rem;
  }
}
.pfour-product-detail__wrapper__info {
  background-color: #FAFAF8;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info {
    overflow-y: auto;
    height: 0;
    min-height: 100%;
    box-sizing: border-box;
    padding-bottom: 4.5rem;
  }
}
.pfour-product-detail__wrapper__info__campaignlink, .pfour-product-detail__wrapper__info__testerinfo {
  padding: 0.5rem 1rem 0 1rem;
  box-sizing: border-box;
  width: 100%;
}
.pfour-product-detail__wrapper__info__campaignlink a, .pfour-product-detail__wrapper__info__campaignlink div, .pfour-product-detail__wrapper__info__testerinfo a, .pfour-product-detail__wrapper__info__testerinfo div {
  line-height: 100%;
  padding: 0.5rem 0.5rem;
  background-color: #FDBFD5;
  color: #111;
  display: flex;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__campaignlink, .pfour-product-detail__wrapper__info__testerinfo {
    display: none;
  }
}
.pfour-product-detail__wrapper__info__testerinfo div {
  background-color: #FFF496;
}
.pfour-product-detail__wrapper__info__topwithpadding {
  padding: 1.5rem 1rem 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding {
    padding: 1.5rem 4.5rem 0 4.5rem;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__breadcrumbs {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__breadcrumbs {
    display: block;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__dynbanners__banner {
  text-align: center;
  padding: 0.25rem 0.75rem;
  font-size: 0.65rem;
  margin-top: 1rem;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__dynbanners__banner {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__dynbanners__banner.bcblue {
  background-color: #A1E9FF;
  /*background-color: #0080A9;*/
  color: #000;
}
.pfour-product-detail__wrapper__info__topwithpadding__dynbanners__banner.bcpink {
  background-color: #FDBFD5;
}
.pfour-product-detail__wrapper__info__topwithpadding__dynbanners__banner.bcblack {
  background-color: #000;
  color: #fff;
}
.pfour-product-detail__wrapper__info__topwithpadding__dynbanners__banner.bcpurple {
  background-color: #9C48F4;
  color: #fff;
}
.pfour-product-detail__wrapper__info__topwithpadding__sizedescription {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  padding: 0 0 0.5rem 0;
}
.pfour-product-detail__wrapper__info__topwithpadding__sizedescription__title {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  line-height: 1rem;
}
.pfour-product-detail__wrapper__info__topwithpadding__sizedescription__value {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.pfour-product-detail__wrapper__info__topwithpadding__brandandrating {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__brandandrating {
    margin-top: 1.5rem;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__brandandrating__brand {
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__brandandrating__brand {
    font-size: 0.6875rem;
    letter-spacing: 0.03438rem;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__brandandrating__rating {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  cursor: pointer;
}
.pfour-product-detail__wrapper__info__topwithpadding__brandandrating__rating__count {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.6875rem;
  text-decoration-line: underline;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__brandandrating__rating__count {
    font-size: 0.6875rem;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__brandandrating__rating__stars {
  display: flex;
  gap: 0.12rem;
}
.pfour-product-detail__wrapper__info__topwithpadding__brandandrating__rating__stars img {
  height: 0.75rem;
  width: 0.75rem;
}
.pfour-product-detail__wrapper__info__topwithpadding__name {
  margin-top: 0.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__name {
    font-size: 1.875rem;
    letter-spacing: -0.0375rem;
    line-height: 130%;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding .memberpricelabel {
  display: none;
  color: #DD2A43;
  padding: 0.1rem 0;
  font-size: 0.8rem;
  font-style: italic;
  font-family: larken;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  /*font-family: variables.$font-family-primary;*/
  font-weight: 600;
}
.pfour-product-detail__wrapper__info__topwithpadding__price {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 1rem;
}
.pfour-product-detail__wrapper__info__topwithpadding__price .pfour-product-detail-priceoutwrapper {
  display: flex;
  gap: 0.25rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 1.35rem */
  text-transform: uppercase;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__price .pfour-product-detail-priceoutwrapper {
    flex-wrap: nowrap;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__price__asterisk {
  display: none;
  margin-left: -0.25rem;
}
.pfour-product-detail__wrapper__info__topwithpadding__price__old {
  display: none;
  color: #111;
  text-decoration: line-through;
}
.pfour-product-detail__wrapper__info__topwithpadding__price__thirtydprice {
  width: 100%;
  display: none;
  margin-top: 0.25rem;
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__price__thirtydprice {
    width: auto;
    text-align: right;
    margin: 0;
    align-self: end;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__giftboxvalue {
  margin-top: 10px;
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  gap: 0.5rem;
}
.pfour-product-detail__wrapper__info__topwithpadding__aibutton {
  background-color: #E5C4FF;
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  grid-column: 2;
}
.pfour-product-detail__wrapper__info__topwithpadding__rekprice {
  display: none;
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  gap: 0.5rem;
  /*padding: 1rem 0 0 0;*/
}
.pfour-product-detail__wrapper__info__topwithpadding .rekprice_aiwrapper {
  padding: 0.5rem 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  /*justify-content: space-between;*/
}
.pfour-product-detail__wrapper__info__topwithpadding__variants {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.pfour-product-detail__wrapper__info__topwithpadding__variants__morebutton {
  padding: 0 1rem;
  border: 1px solid #111;
  border-radius: 3.125rem;
  white-space: nowrap;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  height: 2.2rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__variants__morebutton {
    border-radius: 2.5rem;
    height: 2rem;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__variants__morebutton.noplus {
  display: none;
}
.pfour-product-detail__wrapper__info__topwithpadding__variants__wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
  max-height: 2.2rem;
  overflow: hidden;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__variants__wrapper {
    max-height: 2rem;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__variants__wrapper input {
  display: none;
}
.pfour-product-detail__wrapper__info__topwithpadding__variants__wrapper label {
  border: 1px solid transparent;
  cursor: pointer;
}
.pfour-product-detail__wrapper__info__topwithpadding__variants__wrapper input:checked + label {
  border: 1px solid #000;
}
.pfour-product-detail__wrapper__info__topwithpadding__variants__wrapper .pfour-varianttype-text {
  border: 1px solid #e4e4e4;
  display: flex;
  padding: 0.375rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  text-align: center;
  /*font-family: variables.$font-family-primary;*/
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  cursor: pointer;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__variants__wrapper .pfour-varianttype-text {
    padding: 0.25rem 1rem;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__variants__wrapper .pfour-varianttype-color {
  border-radius: 1.25rem;
  padding: 1px;
}
.pfour-product-detail__wrapper__info__topwithpadding__variants__wrapper .pfour-varianttype-color span {
  height: 26px;
  width: 26px;
  border-radius: 1.25rem;
  display: block;
  /*                                &.custom-color {
      height: 24px;
      width: 24px;
  }*/
}
.pfour-product-detail__wrapper__info__topwithpadding__variants__wrapper .pfour-varianttype-image {
  padding: 1px;
}
.pfour-product-detail__wrapper__info__topwithpadding__variants__wrapper .pfour-varianttype-image img {
  height: 26px;
  width: 26px;
  display: block;
}
.pfour-product-detail__wrapper__info__topwithpadding__buywrapper {
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.pfour-product-detail__wrapper__info__topwithpadding__buywrapper__buy {
  flex-grow: 1;
  border: 1px solid #FF965A;
  background: #FF965A;
  padding: 1.19rem 0;
  text-transform: uppercase;
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__buywrapper__buy {
    padding: 1.25rem;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__buywrapper__fav {
  width: 58px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pfour-product-detail__wrapper__info__topwithpadding__stockinfo {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  color: #000;
  font-style: normal;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__stockinfo {
    color: #111;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__stockinfo__spacer {
  border-right: 1px solid #E5E5E5;
  width: 1px;
  height: 1rem;
  max-height: 1rem;
}
.pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock, .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__shipping {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
.pfour-product-detail__wrapper__info__topwithpadding__stockinfo__asterisk {
  width: 100%;
}
.pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock__stockstatus {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
.pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock__statusicon span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1.5rem;
  background-color: #00BF2A;
}
.pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock__fewinstock, .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock__notinstock {
  display: none;
}
.pfour-product-detail__wrapper__info__topwithpadding__stockinfo__shipping__shippingtime {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
.pfour-product-detail__wrapper__info__topwithpadding__stockinfo__shipping__notshipping {
  display: none;
}
.pfour-product-detail__wrapper__info__topwithpadding__usps {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__usps {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__usps__asterisk {
  display: none;
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
}
.pfour-product-detail__wrapper__info__topwithpadding__usps__shipping {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 21px;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithpadding__usps__shipping {
    gap: 0.5rem;
  }
}
.pfour-product-detail__wrapper__info__topwithpadding__usps__shipping img {
  height: 1.25rem;
  width: 1.25rem;
}
.pfour-product-detail__wrapper__info__topwithpadding__usps__payment {
  flex-grow: 1;
}
.pfour-product-detail__wrapper__info__topwithoutpadding {
  padding: 0 0 1rem 0;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithoutpadding {
    padding: 0 4.5rem 0 4.5rem;
  }
}
.pfour-product-detail__wrapper__info__topwithoutpadding__phoneasterisk {
  display: none;
  /*font-size: 1.2rem;*/
}
.pfour-product-detail__wrapper__info__topwithoutpadding__phoneasterisk__text {
  padding: 0 1rem 0 1rem;
  color: #111;
}
.pfour-product-detail__wrapper__info__topwithoutpadding__longdesc {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__wrapper__info__topwithoutpadding__longdesc {
    padding: 0.5rem 0;
    line-height: 170%;
    padding-bottom: 1.5rem;
  }
}
.pfour-product-detail__wrapper__info__topwithoutpadding__longdesc__readmore {
  text-decoration-line: underline;
  cursor: pointer;
  display: none;
}
.pfour-product-detail__wrapper__info__topwithoutpadding__longdesc__dots {
  display: none;
}
.pfour-product-detail__wrapper__info__topwithoutpadding__longdesc.islong .pfour-product-detail__wrapper__info__topwithoutpadding__longdesc__readmore, .pfour-product-detail__wrapper__info__topwithoutpadding__longdesc.islong .pfour-product-detail__wrapper__info__topwithoutpadding__longdesc__dots {
  display: inline;
}
.pfour-product-detail__desktopreviews {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail__desktopreviews {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 4.5rem;
    gap: 1.5rem;
  }
}
.pfour-product-detail__desktopreviews__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.pfour-product-detail__desktopreviews__header__title {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.0275rem;
  text-transform: uppercase;
}
.pfour-product-detail__desktopreviews__header__summary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: right;
}
.pfour-product-detail__desktopreviews__header__summary__stars {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  flex-direction: row;
  gap: 0.12rem;
  justify-content: right;
}
.pfour-product-detail__desktopreviews__header__summary__stars span {
  margin-right: 0.38rem;
}
.pfour-product-detail__desktopreviews__header__summary__stars img {
  width: 1.125rem;
  height: 1.125rem;
}
.pfour-product-detail__desktopreviews__header__summary__description {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-align: right;
  text-decoration: underline;
  display: block;
}
.pfour-product-detail__desktopreviews__reviews {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
}
.pfour-product-detail__desktopreviews__reviews__review {
  border: 1px solid #e4e4e4;
  background: #FAFAF8;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pfour-product-detail__desktopreviews__reviews__review__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.pfour-product-detail__desktopreviews__reviews__review__title__name {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.pfour-product-detail__desktopreviews__reviews__review__title__stars {
  display: flex;
  flex-direction: row;
  gap: 0.12rem;
  align-items: center;
}
.pfour-product-detail__desktopreviews__reviews__review__title__stars img {
  height: 1rem;
  width: 1rem;
}
.pfour-product-detail__desktopreviews__reviews__review__text {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  flex-grow: 1;
}
.pfour-product-detail__desktopreviews__reviews__review__date {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.pfour-product-detail .autocouponwrapper {
  margin-top: 1rem;
  display: none;
}
.pfour-product-detail .displayautocouponbanner .autocouponwrapper {
  display: flex;
}

.pfour-product-detail-infoheader {
  display: none;
  flex-direction: row;
  padding: 0.75rem 1rem;
  border-top: 1px solid #e4e4e4;
  align-items: center;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.03438rem;
  text-transform: uppercase;
  gap: 0.5rem;
  cursor: pointer;
}
.pfour-product-detail-infoheader.hastext {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-infoheader {
    letter-spacing: 0.06875rem;
    line-height: 0.75rem;
    padding: 1rem 0;
  }
}
.pfour-product-detail-infoheader__icon {
  height: 1.25rem;
  width: 1.25rem;
  display: block;
}
.pfour-product-detail-infoheader__title {
  flex-grow: 1;
}
.pfour-product-detail-infoheader__arrow {
  width: 1rem;
  height: 1rem;
}

.pfour-product-detail-reviewmenu__body {
  padding: 0 1.5rem;
  color: #111;
  font-family: "DM Sans", sans-serif;
  overflow-y: auto;
}
.pfour-product-detail-reviewmenu__body hr {
  border-top: 1px solid #e4e4e4;
  margin: 1.5rem 0;
}
.pfour-product-detail-reviewmenu__body__intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pfour-product-detail-reviewmenu__body__intro__stars {
  display: flex;
  flex-direction: row;
  gap: 0.12rem;
}
.pfour-product-detail-reviewmenu__body__intro__stars img {
  width: 1.25rem;
  height: 1.25rem;
}
.pfour-product-detail-reviewmenu__body__intro__points {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.pfour-product-detail-reviewmenu__body__intro__points__number {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.75rem;
}
.pfour-product-detail-reviewmenu__body__intro__points__basedon {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  align-self: end;
}
.pfour-product-detail-reviewmenu__body__review__nameandstars {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.pfour-product-detail-reviewmenu__body__review__nameandstars__name {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1rem;
}
.pfour-product-detail-reviewmenu__body__review__nameandstars__stars {
  display: flex;
  gap: 0.12rem;
  flex-direction: row;
}
.pfour-product-detail-reviewmenu__body__review__nameandstars__stars img {
  height: 1rem;
}
.pfour-product-detail-reviewmenu__body__review__text {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  margin: 1rem 0;
}
.pfour-product-detail-reviewmenu__body__review__date {
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem; /* 133.333% */
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.pfour-product-detail.pfour-thirtydayprice .pfour-product-detail__wrapper__info__topwithpadding__price__thirtydprice {
  display: block;
}

.pfour-product-detail.displayparfymclubprice .memberpricelabel {
  display: flex;
}

.pfour-product-detail.pfour-redprice .pfour-product-detail__wrapper__info__topwithpadding__price__current, .pfour-product-detail.displayparfymclubprice .pfour-product-detail__wrapper__info__topwithpadding__price__current {
  color: #DD2A43;
}
.pfour-product-detail.pfour-redprice .pfour-product-detail__wrapper__info__topwithpadding__price__old, .pfour-product-detail.displayparfymclubprice .pfour-product-detail__wrapper__info__topwithpadding__price__old {
  display: block;
}

.pfour-product-detail.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock__statusicon span {
  background-color: #DD2A43;
}
.pfour-product-detail.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock__notinstock, .pfour-product-detail.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__shipping__notshipping {
  display: block;
}
.pfour-product-detail.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__shipping__shipping,
.pfour-product-detail.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock__instock,
.pfour-product-detail.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock__fewinstock {
  display: none;
}

.pfour-product-detail.pfour-fewinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock__statusicon span {
  background-color: #FFCC00;
}
.pfour-product-detail.pfour-fewinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock__notinstock,
.pfour-product-detail.pfour-fewinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock__instock,
.pfour-product-detail.pfour-fewinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__shipping__notshipping {
  display: none;
}
.pfour-product-detail.pfour-fewinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__shipping__shipping,
.pfour-product-detail.pfour-fewinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo__stock__fewinstock {
  display: block;
}

.pfour-breadcrumbs {
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
  color: #111;
}
@media only screen and (min-width: 1024px) {
  .pfour-breadcrumbs {
    font-size: 0.75rem;
    line-height: 170%;
  }
}
.pfour-breadcrumbs a:before {
  content: "/";
  margin: 0 4px 0 1px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .pfour-breadcrumbs a:before {
    margin: 0 0.5rem 0 0.2rem;
  }
}
.pfour-breadcrumbs a:first-child:before {
  content: " ";
  margin: 0;
}
.pfour-breadcrumbs a:last-child {
  opacity: 1;
  font-weight: 600;
}

.pfour-product-detail-image {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-image {
    overflow: hidden;
  }
}
.pfour-product-detail-image__variant {
  display: none;
  flex-direction: row;
  width: 100%;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-image__variant {
    transition: all 1s ease;
    overflow: unset;
    padding-bottom: 0;
  }
  .pfour-product-detail-image__variant.imgindex_1 {
    transform: translate3d(-100%, 0, 0);
  }
  .pfour-product-detail-image__variant.imgindex_2 {
    transform: translate3d(-200%, 0, 0);
  }
  .pfour-product-detail-image__variant.imgindex_3 {
    transform: translate3d(-300%, 0, 0);
  }
  .pfour-product-detail-image__variant.imgindex_4 {
    transform: translate3d(-400%, 0, 0);
  }
  .pfour-product-detail-image__variant.imgindex_5 {
    transform: translate3d(-500%, 0, 0);
  }
  .pfour-product-detail-image__variant.imgindex_6 {
    transform: translate3d(-600%, 0, 0);
  }
  .pfour-product-detail-image__variant.imgindex_7 {
    transform: translate3d(-700%, 0, 0);
  }
  .pfour-product-detail-image__variant.imgindex_8 {
    transform: translate3d(-800%, 0, 0);
  }
  .pfour-product-detail-image__variant.imgindex_9 {
    transform: translate3d(-900%, 0, 0);
  }
  .pfour-product-detail-image__variant.imgindex_10 {
    transform: translate3d(-1000%, 0, 0);
  }
}
.pfour-product-detail-image__variant__imgwrapper {
  scroll-snap-align: start;
  width: 100%;
  flex-shrink: 0;
  background-color: #F2F1EC;
  background-blend-mode: darken;
}
.pfour-product-detail-image__variant__imgwrapper img {
  display: block;
  width: 100%;
  mix-blend-mode: darken;
  aspect-ratio: 1/1;
}
.pfour-product-detail-image__variant__imglist {
  display: none;
  gap: 0.5rem;
  margin-top: 3rem;
}
.pfour-product-detail-image__variant__imglist img {
  height: 3.5rem;
  width: 3.5rem;
}

.pfour-slide-left, .pfour-slide-right {
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .pfour-slide-left, .pfour-slide-right {
    display: none;
  }
}
.pfour-slide-left img, .pfour-slide-right img {
  height: 1.5rem;
  width: 1.5rem;
  display: block;
}
.pfour-slide-left.hidden, .pfour-slide-right.hidden {
  display: none;
}

.pfour-slide-left {
  left: 0;
}

.pfour-slide-right {
  right: 0;
}

.pfour-product-detail-infomenu__body {
  overflow-y: auto;
  padding: 0 1.5rem 1.5rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.pfour-product-detail-infomenu__body > div {
  border-top: 1px solid #e4e4e4;
  padding: 1.5rem 0;
}
.pfour-product-detail-infomenu__body > :nth-child(odd) {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
  line-height: 1.375rem;
}
.pfour-product-detail-infomenu__body > :nth-child(even) {
  color: #111;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}
.pfour-product-detail-infomenu__body > :nth-child(even) a {
  white-space: nowrap;
}

.pfour-product-detail-gwpinfoshort {
  display: flex;
  flex-direction: column;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  gap: 0.5rem;
  box-sizing: border-box;
  background-color: #FDBFD5;
  cursor: pointer;
  margin: 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-gwpinfoshort {
    margin: 0;
  }
}
.pfour-product-detail-gwpinfoshort__imgtext {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
}
.pfour-product-detail-gwpinfoshort__imgtext__img {
  width: 4.5rem;
  height: 4.5rem;
  box-sizing: border-box;
  padding: 0.75rem;
  background-color: #fff;
  aspect-ratio: 1/1;
}
.pfour-product-detail-gwpinfoshort__imgtext__img img {
  width: 100%;
}
.pfour-product-detail-gwpinfoshort__imgtext__text {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.pfour-product-detail-gwpinfoshort__value {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pfour-product-detail-gwpinfoshort__value__curr {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.pfour-product-detail-gwpinfoshort__value__free {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.pfour-product-detail-gwpinfo {
  background-color: #FDBFD5;
}
.pfour-product-detail-gwpinfo__body {
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem;
}
.pfour-product-detail-gwpinfo__body__img {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem;
  background-color: #fff;
}
.pfour-product-detail-gwpinfo__body__img img {
  width: 100%;
  display: block;
}
.pfour-product-detail-gwpinfo__body__title {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.03rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.pfour-product-detail-gwpinfo__body__descshort, .pfour-product-detail-gwpinfo__body__desclong {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 1rem;
}
.pfour-product-detail-gwpinfo__body__descshort {
  font-style: italic;
}
.pfour-product-detail-gwpinfo__body__curr {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.0225rem;
}

.pfour-product-detail-brandbanner {
  box-sizing: border-box;
  display: block;
}
.pfour-product-detail-brandbanner img {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .pfour-product-detail-inspiration::-webkit-scrollbar-track {
    /*height: 20px;*/
    /*background: #f2f1ec;*/
    background-color: #f2f1ec;
  }
  .pfour-product-detail-inspiration::-webkit-scrollbar {
    background-color: #DBDBD7;
    /*color: $pfour-black;*/
    /*display: none;*/
    height: 16px;
    /*width: 100px;*/
  }
  .pfour-product-detail-inspiration::-webkit-scrollbar-thumb {
    background: #111;
    /*height: 2px;*/
    border: 7px #f2f1ec solid;
    border-left: 100px #f2f1ec solid;
    border-right: 100px #f2f1ec solid;
  }
}
@-moz-document url-prefix() {
  .pfour-product-detail-inspiration {
    scrollbar-width: thin;
    scrollbar-color: #111 #f2f1ec;
  }
}
.pfour-add-productreminder {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #A1E9FF;
  gap: 0.5rem;
  margin-top: 1rem;
  border: 1px solid #44D2FF;
}
.pfour-add-productreminder__description {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.pfour-add-productreminder label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pfour-add-productreminder__buttonwrapper {
  padding: 0 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.pfour-add-productreminder__buttonwrapper__fav {
  width: 58px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pfour-add-productreminder__buttonwrapper__submit {
  flex-grow: 1;
  border: 1px solid #000;
  background: #000;
  padding: 1.19rem 0;
  text-transform: uppercase;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.pfour-add-productreminder input[type=email] {
  font-size: 1rem;
  line-height: 1.5rem;
  border: none;
  padding: 0.3rem 1rem;
}
.pfour-add-productreminder .pfour-added-message, .pfour-add-productreminder .pfour-error-message {
  max-height: 0;
  transition: all ease-in 0.5s;
  overflow: hidden;
  padding: 0 0 0 0;
  box-sizing: border-box;
  font-size: 1rem;
  font-style: normal;
}
.pfour-add-productreminder .pfour-added-message {
  color: #42A512;
}
.pfour-add-productreminder .pfour-error-message {
  color: #DD2A43;
}
.pfour-add-productreminder.error .pfour-error-message {
  max-height: 40px;
}
.pfour-add-productreminder.added .pfour-added-message {
  max-height: 40px;
}
.pfour-add-productreminder a {
  text-decoration: underline;
}

/*.js-flowbox-flow-details-wrapper {
    background-color: #fff;
    padding: 8.5px;
    box-sizing: border-box;

    @include respond-to(desktop) {
        padding: 4.5rem;
    }

    #js-flowbox-flow-details {
    }
}*/
/*
#js-flowbox-flow-details:empty {
    display: none;
}
*/
/*.js-flowbox-flow-details-wrapper:has(> :empty) {
    display: none;
}
*/
.linear-wipe {
  text-align: center;
  background: linear-gradient(to right, #111 20%, #FFD700 40%, #FFD700 60%, #111 80%);
  background-size: 200% auto;
  /*color: #000;*/
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 4s linear infinite;
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.pfour-filtermenu__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 1px;
  flex-grow: 1;
}
.pfour-filtermenu__wrapper .last {
  border-bottom: 1px solid #F2F1EC;
}
.pfour-filtermenu__wrapper__footer {
  border-top: 1px solid #F2F1EC;
}
.pfour-filtermenu__wrapper__footer__controls {
  padding: 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
.pfour-filtermenu__wrapper__footer__controls__clearfiltersbutton {
  padding: 1rem 1.5rem;
  border: 1px solid #111;
  color: #111;
  text-align: center;
  /* Desktop/Label Large */
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.pfour-filtermenu__wrapper__footer__controls__closebutton {
  padding: 1rem 1.5rem;
  gap: 0.5rem;
  flex: 1 0 0;
  background: #111;
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  flex-grow: 1;
}
.pfour-filtermenu__wrapper__filters {
  overflow-y: auto;
  padding: 0 1.5rem;
}

.pfour-filter-control__title {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 1px solid #F2F1EC;
  cursor: pointer;
}
.pfour-filter-control__title__icon {
  height: 100%;
}
.pfour-filter-control__title__icon img {
  width: 12px;
}
.pfour-filter-control__title__icon .pfour-subfilters-expanded {
  transform: rotate(180deg);
  display: none;
}
.pfour-filter-control.uncollapsed {
  /*&__title {*/
  /*            .expand-filter-title {
          .subfilters-collapsed {
              display: none;
          }

          .subfilters-expanded {
              display: block;
          }
      }*/
  /*}*/
}
.pfour-filter-control.uncollapsed > .pfour-filter-control__container {
  display: block;
}
.pfour-filter-control__container {
  display: none;
}
.pfour-filter-control__container__search {
  width: 100%;
  display: flex;
  padding: 0 0.5rem;
  border: 1px solid #e4e4e4;
  gap: 0.5rem;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.pfour-filter-control__container__search img {
  height: 1rem;
}
.pfour-filter-control__container__search input, .pfour-filter-control__container__search input::placeholder {
  flex-grow: 1;
  border: none;
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
  padding-top: 3px;
}
.pfour-filter-control.isfother {
  display: none !important;
}

.pfour-filter-checkbox-label {
  display: flex;
  flex-direction: row;
}
.pfour-filter-checkbox-label .pfsmg {
  opacity: 0.5;
}
.pfour-filter-checkbox-label input {
  display: none;
}
.pfour-filter-checkbox-label img {
  vertical-align: bottom;
}
.pfour-filter-checkbox-label__title {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-left: 0.5rem;
}
.pfour-filter-checkbox-label__count {
  color: #727272;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-left: 0.25rem;
}

.pfour-sort-filter-items {
  color: #111;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.pfour-filter-multi-list__items {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.pfour-filter-multi-list__items .hidden {
  display: none !important;
}
.pfour-filter-multi-list__items li {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pfour-filter-multi-list__items li .pfour-subfilters-expanded {
  transform: rotate(180deg);
  display: none;
}
.pfour-filter-multi-list__items li ul {
  width: 100%;
  display: none;
}
.pfour-filter-multi-list__items li.show-subfilters ul {
  display: block !important;
  padding-left: 1rem;
}
.pfour-filter-multi-list__items li.show-subfilters {
  /*            .pfour-subfilters-expanded {
      display: block;
  }

  .pfour-subfilters-collapsed {
      display: none;
  }*/
}

.pfour-filtermenu__wrapper__filters {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.pfour-filtermenu__wrapper__filters.fade {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.pfour-display-more-products {
  display: none;
}

.display-more-products-visible .pfour-display-more-products {
  display: block;
}

.pfour-quickcart hr, .pfour-favmenu hr {
  border-top: 1px solid #e4e4e4;
}
.pfour-quickcart__body, .pfour-favmenu__body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: -1rem;
  flex-grow: 1;
  overflow: auto;
}
.pfour-quickcart__body__freeshippingin, .pfour-favmenu__body__freeshippingin {
  padding: 0.5rem 0 0 0;
}
.pfour-quickcart__body__freeshippingin__text, .pfour-favmenu__body__freeshippingin__text {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.pfour-quickcart__body__freeshippingin__wrapper, .pfour-favmenu__body__freeshippingin__wrapper {
  position: relative;
  display: flex;
  margin-top: 0.5rem;
}
.pfour-quickcart__body__freeshippingin__wrapper__barouter, .pfour-favmenu__body__freeshippingin__wrapper__barouter {
  background-color: #E8E8E9;
  z-index: 1;
  height: 0.375rem;
  border-radius: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  right: 0;
}
.pfour-quickcart__body__freeshippingin__wrapper__barouter__barinner, .pfour-favmenu__body__freeshippingin__wrapper__barouter__barinner {
  width: 0%;
  height: 100%;
  border-radius: 1.25rem;
  background-color: #FC0;
}
.pfour-quickcart__body__secondhr, .pfour-favmenu__body__secondhr {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.pfour-quickcart__body__items__item__wrapper, .pfour-favmenu__body__items__item__wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.pfour-quickcart__body__items__item__wrapper__img, .pfour-favmenu__body__items__item__wrapper__img {
  width: 6rem;
  padding: 1rem;
  background-color: #e4e4e4;
  background-blend-mode: darken;
  /*                        display: flex;
  align-items: center;*/
  box-sizing: border-box;
}
.pfour-quickcart__body__items__item__wrapper__img img, .pfour-favmenu__body__items__item__wrapper__img img {
  width: 100%;
  mix-blend-mode: darken;
}
.pfour-quickcart__body__items__item__wrapper__info, .pfour-favmenu__body__items__item__wrapper__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.pfour-quickcart__body__items__item__wrapper__info__names, .pfour-favmenu__body__items__item__wrapper__info__names {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pfour-quickcart__body__items__item__wrapper__info__names__brand, .pfour-favmenu__body__items__item__wrapper__info__names__brand {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.05625rem;
  text-transform: uppercase;
}
.pfour-quickcart__body__items__item__wrapper__info__names__name, .pfour-favmenu__body__items__item__wrapper__info__names__name {
  color: #111;
  font-family: Larken;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.pfour-quickcart__body__items__item__wrapper__info__names__variantname, .pfour-favmenu__body__items__item__wrapper__info__names__variantname {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75rem;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__price, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__price {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__price__discountedprice, .pfour-quickcart__body__items__item__wrapper__info__controlsandprice__price__oldprice, .pfour-quickcart__body__items__item__wrapper__info__controlsandprice__price__normalprice, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__price__discountedprice, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__price__oldprice, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__price__normalprice {
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__price__oldprice, .pfour-quickcart__body__items__item__wrapper__info__controlsandprice__price__normalprice, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__price__oldprice, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__price__normalprice {
  color: #111;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__price__oldprice, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__price__oldprice {
  text-decoration: line-through;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__price__discountedprice, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__price__discountedprice {
  color: #DD2A43;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__controls, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls {
  display: flex;
  flex-direction: row;
  padding: 0 0.5rem;
  gap: 1rem;
  align-items: center;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__controls__plusminus, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls__plusminus {
  border: 1px solid #e4e4e4;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 5rem;
  justify-content: space-between;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__controls__plusminus__quantity, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls__plusminus__quantity {
  color: #111;
  text-align: center;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__controls__plusminus button, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls__plusminus button {
  padding: 0.5rem;
  display: flex;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__controls__plusminus button img, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls__plusminus button img {
  width: 0.5625rem;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__controls__delete, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls__delete {
  height: 1rem;
  width: 1rem;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__controls__buyfav, .pfour-quickcart__body__items__item__wrapper__info__controlsandprice__controls__purchased, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls__buyfav, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls__purchased {
  background-color: #000;
  height: 32px;
  color: #fff;
  text-align: center;
  /* Desktop/Label Small */
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem; /* 160% */
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  padding: 0.5rem 1.5rem;
}
.pfour-quickcart__body__items__item__wrapper__info__controlsandprice__controls__buyfav img, .pfour-quickcart__body__items__item__wrapper__info__controlsandprice__controls__purchased img, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls__buyfav img, .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls__purchased img {
  height: 100%;
}
.pfour-quickcart__body__items__item__hr, .pfour-favmenu__body__items__item__hr {
  margin: 1rem 0;
}
.pfour-quickcart__footer, .pfour-favmenu__footer {
  padding: 1.5rem;
  background-color: #FDBFD5;
  display: flex;
  flex-direction: column;
}
.pfour-quickcart__footer.favfooter, .pfour-favmenu__footer.favfooter {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  padding: 0 1.5rem 0.5rem 1.5rem;
}
.pfour-quickcart__footer__total, .pfour-favmenu__footer__total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.pfour-quickcart__footer__total__sum, .pfour-quickcart__footer__total__title, .pfour-favmenu__footer__total__sum, .pfour-favmenu__footer__total__title {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.pfour-quickcart__footer__gotocart, .pfour-favmenu__footer__gotocart {
  margin: 1.5rem 0 1rem 0;
  background-color: #111;
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.pfour-quickcart__footer__partners, .pfour-favmenu__footer__partners {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls__purchased {
  display: none;
}
.pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls.added .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls__purchased {
  padding: 0 1.5rem;
  display: flex;
}
.pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls.added .pfour-favmenu__body__items__item__wrapper__info__controlsandprice__controls__buyfav {
  display: none;
}

.favourite-button .checked {
  display: none;
}

.favourite-button.favved .checked {
  display: block;
}
.favourite-button.favved .unchecked {
  display: none;
}

.favourite-button.favved.anim .checked {
  animation: heartbeat 1s linear 0.5;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pfour-favmenu__footer .add-fav-to-cart-gotocheckout {
  display: none;
}
.pfour-favmenu__footer.added .add-fav-to-cart {
  display: none;
}
.pfour-favmenu__footer.added .add-fav-to-cart-gotocheckout {
  color: #000;
  background-color: #FF965A;
  display: block;
  animation: buttonflash 1s ease-in;
}

@keyframes buttonflash {
  0% {
    background-color: #000;
    color: #FF965A;
  }
  100% {
    color: #000;
    background-color: #FF965A;
  }
}
.pfour-addedtocart {
  z-index: 201;
}
.pfour-addedtocart header {
  min-height: 1px;
}
.pfour-addedtocart__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 1px;
}
.pfour-addedtocart__body__top {
  overflow-y: auto;
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin-top: -0.75rem;
}
.pfour-addedtocart__body__top__message {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.pfour-addedtocart__body__top__message img {
  height: 1.5rem;
  width: 1.5rem;
}
.pfour-addedtocart__body__top__message span {
  overflow: hidden;
  color: #111;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.025rem;
}
.pfour-addedtocart__body__top__items {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.pfour-addedtocart__body__top__items__item {
  background-color: #FDBFD5;
  padding: 1rem;
}
.pfour-addedtocart__body__top__items__item__wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.pfour-addedtocart__body__top__items__item__wrapper__img {
  width: 7rem;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #fff;
}
.pfour-addedtocart__body__top__items__item__wrapper__img img {
  width: 100%;
}
.pfour-addedtocart__body__top__items__item__wrapper__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.pfour-addedtocart__body__top__items__item__wrapper__info__names {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pfour-addedtocart__body__top__items__item__wrapper__info__names__brand {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.pfour-addedtocart__body__top__items__item__wrapper__info__names__name {
  color: #111;
  font-family: Larken;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}
.pfour-addedtocart__body__top__items__item__wrapper__info__price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pfour-addedtocart__body__top__items__item__wrapper__info__price__prices {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}
.pfour-addedtocart__body__top__items__item__wrapper__info__price__prices__discountedprice, .pfour-addedtocart__body__top__items__item__wrapper__info__price__prices__oldprice, .pfour-addedtocart__body__top__items__item__wrapper__info__price__prices__normalprice {
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.pfour-addedtocart__body__top__items__item__wrapper__info__price__prices__oldprice, .pfour-addedtocart__body__top__items__item__wrapper__info__price__prices__normalprice {
  color: #111;
}
.pfour-addedtocart__body__top__items__item__wrapper__info__price__prices__oldprice {
  text-decoration: line-through;
}
.pfour-addedtocart__body__top__items__item__wrapper__info__price__prices__discountedprice {
  color: #DD2A43;
}
.pfour-addedtocart__body__top__items__item__wrapper__info__price__variantname {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
}
.pfour-addedtocart__body__top__items__item__hr {
  margin: 1rem 0;
}
.pfour-addedtocart__body__top__recommended__title {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.pfour-addedtocart__body__top__recommended__items {
  background-color: #e4e4e4;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.pfour-addedtocart__body__top__recommended__items__item {
  background-color: #FAFAF8;
  padding: 1rem;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__img {
  width: 6rem;
  padding: 1rem;
  background-color: #F2F1EC;
  background-blend-mode: darken;
  /*                        display: flex;
  align-items: center;*/
  box-sizing: border-box;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__img img {
  width: 100%;
  mix-blend-mode: darken;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__names {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__names__brand {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.05625rem;
  text-transform: uppercase;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__names__name {
  color: #111;
  font-family: Larken;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__names__variantname {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75rem;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__price {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__price__discountedprice, .pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__price__oldprice, .pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__price__normalprice {
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__price__oldprice, .pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__price__normalprice {
  color: #111;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__price__oldprice {
  text-decoration: line-through;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__price__discountedprice {
  color: #DD2A43;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__controls {
  display: flex;
  flex-direction: row;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__controls button {
  min-width: 60px;
  background-color: #111;
  padding: 0 1rem;
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  min-height: 2rem;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__controls button img {
  height: 1.5rem;
}
.pfour-addedtocart__body__top__recommended__items__item__hr {
  margin: 1rem 0;
}
.pfour-addedtocart__body__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.5rem;
  border-top: #F2F1EC;
}
.pfour-addedtocart__body__footer__shop {
  padding: 1rem 1.5rem;
  text-align: center;
  border: 1px solid #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  flex-grow: 1;
  color: #111;
}
.pfour-addedtocart__body__footer__cart {
  background: #111;
  padding: 1rem 1.5rem;
  text-align: center;
  border: #111;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  flex-grow: 1;
}
.pfour-addedtocart__body__footercheckout {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 1.5rem 1.5rem 0 1.5rem;
  border-top: #F2F1EC;
}
.pfour-addedtocart__body__footercheckout__shop {
  padding: 0.75rem 0.5rem;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  color: #FAFAF8;
  color: #111;
}
.pfour-addedtocart__body__footercheckout__cart {
  background: #FF965A;
  padding: 1.5rem 1.5rem;
  text-align: center;
  border: #111;
  color: #111;
  /*font-family: variables.$font-family-primary;*/
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  flex-grow: 1;
}

.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__controls .pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__controls__purchased {
  display: none;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__controls.added .pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__controls__purchased {
  display: flex;
}
.pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__controls.added .pfour-addedtocart__body__top__recommended__items__item__wrapper__info__controlsandprice__controls__purchase {
  display: none;
}

.cart-promo {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  background-color: #F2F1EC;
}
.cart-promo.mediaonly {
  grid-template-columns: 1fr;
}
.cart-promo__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-promo__media video, .cart-promo__media img {
  width: 100%;
}
.cart-promo__text {
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pfour-quicksearch {
  background-color: #fff;
  transition: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-quicksearch {
    top: -300px;
    bottom: auto;
    left: calc(50% - 550px);
    width: 1100px;
    border: 1px solid #e4e4e4;
    max-height: 95vh;
  }
}
.pfour-quicksearch__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 1px;
}
@media only screen and (min-width: 1024px) {
  .pfour-quicksearch__wrapper {
    padding: 2rem 3rem;
    padding-bottom: 0;
  }
}
.pfour-quicksearch__wrapper__header {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e4e4e4;
  justify-content: space-between;
  margin: 0 1.5rem 0 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-quicksearch__wrapper__header {
    padding: 0;
    flex-direction: row;
  }
}
.pfour-quicksearch__wrapper__header__qwrapper {
  flex-grow: 1;
}
.pfour-quicksearch__wrapper__header__qwrapper form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.pfour-quicksearch__wrapper__header__qwrapper__q::placeholder {
  font-size: 1.25rem;
  color: #111;
  font-style: normal;
  font-weight: 400;
  padding: 0.56rem 0;
}
@media only screen and (min-width: 1024px) {
  .pfour-quicksearch__wrapper__header__qwrapper__q::placeholder {
    color: #B8B8B8;
    font-size: 1.5rem;
  }
}
.pfour-quicksearch__wrapper__header__qwrapper__q {
  color: #111;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  padding: 0.56rem 0;
  border: none;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .pfour-quicksearch__wrapper__header__qwrapper__q {
    font-size: 1.5rem;
    order: 1;
  }
}
.pfour-quicksearch__wrapper__header__qwrapper button {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.0625rem;
  text-decoration-line: underline;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-quicksearch__wrapper__header__qwrapper button {
    display: none;
  }
}
.pfour-quicksearch__wrapper__header__closer {
  align-self: flex-end;
  padding: 1rem 2rem 0 1rem;
  margin-right: -1.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-quicksearch__wrapper__header__closer {
    margin: 0;
    order: 2;
  }
}
.pfour-quicksearch__wrapper__header__closer img {
  height: 2rem;
}
.pfour-quicksearch__wrapper__body {
  flex-grow: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  min-height: 1px;
}
.pfour-quicksearch__wrapper__body__hints {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .pfour-quicksearch__wrapper__body__hints {
    flex-direction: row;
    justify-content: space-between;
  }
}
.pfour-quicksearch__wrapper__body__hints__earlier, .pfour-quicksearch__wrapper__body__hints__popular {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pfour-quicksearch__wrapper__body__hints__earlier__title, .pfour-quicksearch__wrapper__body__hints__popular__title {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
.pfour-quicksearch__wrapper__body__hints__earlier__items, .pfour-quicksearch__wrapper__body__hints__popular__items {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.pfour-quicksearch__wrapper__body__hints__earlier__items a, .pfour-quicksearch__wrapper__body__hints__popular__items a {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  text-decoration-line: underline;
}
.pfour-quicksearch__wrapper__body__autocomplete {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pfour-quicksearch__wrapper__body__autocomplete__title {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem; /* 120% */
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
.pfour-quicksearch__wrapper__body__autocomplete__items {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  gap: 0.5rem;
  padding: 1rem 0;
  overflow-x: auto;
}
.pfour-quicksearch__wrapper__body__autocomplete__items a {
  padding: 0 0.5rem;
  border: 1px solid #000;
  color: #000;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.pfour-quicksearch__wrapper__body__autocomplete__items a.brand {
  background-color: #FF965A;
}
.pfour-quicksearch__wrapper__body__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1.5rem;
  gap: 0.5rem;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .pfour-quicksearch__wrapper__body__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
}
.pfour-quicksearch__wrapper__body__suggestionswrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.pfour-quicksearch__wrapper__body__suggestionswrapper__suggestions__header {
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 9px;
  color: #111;
  margin-bottom: 5px;
}
.pfour-quicksearch__wrapper__body__suggestionswrapper__suggestions__items {
  display: flex;
  flex-direction: column;
}
.pfour-quicksearch__wrapper__body__suggestionswrapper__suggestions__items a {
  font-weight: 600;
  padding: 3px 0;
}
.pfour-quicksearch__wrapper__body__suggestionswrapper__suggestions__items a span {
  font-weight: 400;
}
.pfour-quicksearch__wrapper__body__suggestionswrapper__suggestions__items a.selected {
  background-color: #FAFAF8;
  padding: 5px;
}
.pfour-quicksearch__wrapper__footer {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-quicksearch__wrapper__footer {
    display: flex;
    padding: 1.5rem 0 0 0;
    justify-content: center;
  }
  .pfour-quicksearch__wrapper__footer a {
    border: 1px solid #111;
    font-size: 10px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0 12px;
  }
}

.pfour-quicksearch-visible {
  /*    .pfour-quicksearch {
      display: flex;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      z-index: 1000;
  }*/
}
.pfour-quicksearch-visible .pfour-quicksearch {
  left: 0;
  transition: 0.3s linear;
}
@media only screen and (min-width: 1024px) {
  .pfour-quicksearch-visible .pfour-quicksearch {
    transition: 1s ease-in-out;
    left: calc(50% - 550px);
    top: 2rem;
  }
}
.pfour-quicksearch-visible {
  /*overflow-y: hidden;*/
}

.pfour-sortmenu {
  display: none;
  position: absolute;
  top: 40px;
  background-color: #fff;
  z-index: 50;
  padding: 1rem 1.5rem;
  right: 0;
  border: 1px solid #e4e4e4;
}
.pfour-sortmenu__list {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 1rem;
}
.pfour-sortmenu__list label {
  color: #111;
  /* Desktop/Body Small */
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  display: flex;
  width: 15rem;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  line-height: 170%;
}
.pfour-sortmenu__list label .selected {
  display: none;
}
.pfour-sortmenu__list label .unselected {
  display: block;
}
.pfour-sortmenu__list input {
  display: none;
}
.pfour-sortmenu__list input:checked + label .selected {
  display: block;
}
.pfour-sortmenu__list input:checked + label .unselected {
  display: none;
}

.pfour-productlist-wrapper__controlbar__inner__sortbutton.display {
  position: relative;
}
.pfour-productlist-wrapper__controlbar__inner__sortbutton.display .pfour-sortmenu {
  display: block;
}

.pfour-template-breadcrumbsphone {
  padding: 0.25rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-template-breadcrumbsphone {
    display: none;
  }
}

.pfour-template-inf {
  position: relative;
}
.pfour-template-inf img {
  width: 100%;
  display: block;
}
.pfour-template-inf__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pfour-template-inf__wrapper__text {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media only screen and (min-width: 1024px) {
  .pfour-template-inf__wrapper__text {
    padding: 0 1rem;
    max-width: 48rem;
    gap: 0.75rem;
  }
}
.pfour-template-inf__wrapper__text h1 {
  color: #FFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 2.7rem */
  letter-spacing: -0.05rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-template-inf__wrapper__text h1 {
    font-size: 4.5rem;
    line-height: 110%;
  }
}
.pfour-template-inf__wrapper__text__desc {
  color: #fff;
  text-align: center;
  font-family: Larken;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (min-width: 1024px) {
  .pfour-template-inf__wrapper__text__desc {
    line-height: 140%;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.pfour-template-inf__wrapper__text__desc span {
  cursor: pointer;
}
.pfour-template-inf__wrapper__text__desc__readmore {
  text-decoration-line: underline;
}
.pfour-template-inf__breadcrumbs {
  position: absolute;
  top: 1.6rem;
  left: 6rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-template-inf__breadcrumbs {
    display: block;
  }
}
.pfour-template-inf__breadcrumbs a {
  color: #fff;
  font-family: "Area Normal";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  opacity: 0.5;
}
.pfour-template-inf__textunder {
  background-color: #FAFAF8;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .pfour-template-inf__textunder {
    margin-bottom: 2rem;
  }
}
.pfour-template-inf__textunder h1 {
  text-align: center;
  color: #111;
  font-family: Larken;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.05rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-template-inf__textunder h1 {
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: -0.07rem;
    margin-bottom: 0.5rem;
  }
}
.pfour-template-inf__textunder__desc {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media only screen and (min-width: 1024px) {
  .pfour-template-inf__textunder__desc {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    max-width: 50.5rem;
  }
}

.pfour-randomcolorheader {
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .pfour-randomcolorheader {
    min-height: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-randomcolorheader.extramargin {
    margin-bottom: 2rem;
  }
}
.pfour-randomcolorheader__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
}
.pfour-randomcolorheader__wrapper__text {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-randomcolorheader__wrapper__text {
    padding: 2rem 1rem;
    max-width: 60rem;
    gap: 0.75rem;
  }
}
.pfour-randomcolorheader__wrapper__text h1 {
  color: #111;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 2.7rem */
  letter-spacing: -0.05rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-randomcolorheader__wrapper__text h1 {
    font-size: 4.5rem;
    line-height: 110%;
  }
}
.pfour-randomcolorheader__wrapper__text__desc {
  color: #111;
  text-align: center;
  font-family: Larken;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (min-width: 1024px) {
  .pfour-randomcolorheader__wrapper__text__desc {
    line-height: 140%;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.pfour-randomcolorheader__wrapper__text__desc span {
  cursor: pointer;
}
.pfour-randomcolorheader__wrapper__text__desc__readmore {
  text-decoration-line: underline;
}
.pfour-randomcolorheader__breadcrumbs {
  position: absolute;
  top: 1.6rem;
  left: 6rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-randomcolorheader__breadcrumbs {
    display: block;
  }
}
.pfour-randomcolorheader__breadcrumbs a {
  color: #111;
  font-family: "Area Normal";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.pfour-grid2__row {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
}
.pfour-grid2__row__header {
  width: 100%;
  text-align: center;
}
.pfour-grid2__row__header img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.pfour-grid2__row__items {
  display: flex;
  gap: 10px;
  padding: 1rem;
  overflow: auto;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-grid2__row__items {
    display: grid;
  }
  .pfour-grid2__row__items.desktopcolumncount-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .pfour-grid2__row__items.desktopcolumncount-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pfour-grid2__row__items.desktopcolumncount-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .pfour-grid2__row__items.desktopcolumncount-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .pfour-grid2__row__items.desktopcolumncount-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .pfour-grid2__row__items.desktopcolumncount-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .pfour-grid2__row__items.desktopcolumncount-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .pfour-grid2__row__items.desktopcolumncount-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .pfour-grid2__row__items.desktopcolumncount-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .pfour-grid2__row__items.desktopcolumncount-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
.pfour-grid2__row__items a {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .pfour-grid2__row__items a.desktop-size-1 {
    grid-column: span 1;
  }
  .pfour-grid2__row__items a.desktop-size-2 {
    grid-column: span 2;
  }
  .pfour-grid2__row__items a.desktop-size-3 {
    grid-column: span 3;
  }
  .pfour-grid2__row__items a.desktop-size-4 {
    grid-column: span 4;
  }
  .pfour-grid2__row__items a.desktop-size-5 {
    grid-column: span 5;
  }
  .pfour-grid2__row__items a.desktop-size-6 {
    grid-column: span 6;
  }
  .pfour-grid2__row__items a.desktop-size-7 {
    grid-column: span 7;
  }
  .pfour-grid2__row__items a.desktop-size-8 {
    grid-column: span 8;
  }
  .pfour-grid2__row__items a.desktop-size-9 {
    grid-column: span 9;
  }
  .pfour-grid2__row__items a.desktop-size-10 {
    grid-column: span 10;
  }
}
.pfour-grid2__row__items a img {
  width: 70vw;
}
@media only screen and (min-width: 1024px) {
  .pfour-grid2__row__items a img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.pfour-template-related {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 1rem 1rem 0.5rem 1rem;
  overflow: auto;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-template-related {
    overflow: hidden;
    padding: 1.5rem 4.5rem 0 4.5rem;
    flex-wrap: wrap;
    max-height: 38px;
  }
  .pfour-template-related.oldinf {
    margin-bottom: 1.5rem;
  }
}
.pfour-template-related a {
  border: 1px solid #E4E4E4;
  padding: 0.25rem 1rem;
  color: #000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  white-space: nowrap;
}
.pfour-template-related__aibutton {
  background-color: #E5C4FF;
  font-weight: 600 !important;
  border: none;
}

.pfour-desktop-spacer {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-desktop-spacer {
    display: block;
    height: 0.7rem;
  }
}

.pfour-related {
  background-color: #F2F1EC;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .pfour-related {
    padding: 4.5rem 8.5rem 7.5rem 8.5rem;
  }
}
.pfour-related__title {
  color: #000;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-related__title {
    color: #111;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.0175rem;
  }
}
.pfour-related__items {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.pfour-related__items a {
  color: #000;
  text-align: center;
  font-family: larken;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-decoration-line: underline;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-related__items a {
    font-size: 2rem;
  }
}
.pfour-related .brandcontactdatabutton-wrapper {
  display: flex;
  justify-content: center;
}
.pfour-related .brandcontactdatabutton-wrapper .brandcontactdatabutton {
  background-color: #111;
  display: flex;
  padding: 0.875rem 1rem;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
  justify-content: center;
}

.pfour-previous .pfour-productslider {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .pfour-previous .pfour-productslider__items::-webkit-scrollbar-track {
    /*height: 20px;*/
    /*background: #f2f1ec;*/
    background-color: #fff;
  }
  .pfour-previous .pfour-productslider__items::-webkit-scrollbar {
    background-color: #DBDBD7;
    /*color: $pfour-black;*/
    /*display: none;*/
    height: 16px;
    /*width: 100px;*/
  }
  .pfour-previous .pfour-productslider__items::-webkit-scrollbar-thumb {
    background: #111;
    /*height: 2px;*/
    border: 7px #fff solid;
    border-left: 200px #fff solid;
    border-right: 200px #fff solid;
  }
}

.pfour-package-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1rem;
  gap: 1rem;
}
.pfour-package-wrapper__items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-sizing: border-box;
}
.pfour-package-wrapper__items__item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  box-sizing: border-box;
}
.pfour-package-wrapper__items__item__img {
  padding: 1.5rem;
  width: 6rem;
  height: 6rem;
  box-sizing: border-box;
  background-color: #F2F1EC;
  background-blend-mode: darken;
  aspect-ratio: 1/1;
}
.pfour-package-wrapper__items__item__img img {
  width: 100%;
  mix-blend-mode: darken;
  aspect-ratio: 1/1;
}
.pfour-package-wrapper__items__item__desc {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .pfour-package-wrapper__items__item__desc {
    gap: 0.5rem;
  }
}
.pfour-package-wrapper__items__item__desc__name {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .pfour-package-wrapper__items__item__desc__name {
    font-weight: 400;
    font-size: 1.125rem;
    font-family: larken;
  }
}
.pfour-package-wrapper__items__item__desc__brand {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-size: 0.5625rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-package-wrapper__items__item__desc__brand {
    font-size: 0.5625rem;
  }
}
.pfour-package-wrapper__items__item__desc__size {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .pfour-package-wrapper__items__item__desc__size {
    font-size: 0.6875rem;
  }
}
.pfour-package-wrapper button {
  background-color: #111;
  display: flex;
  padding: 0.875rem 1rem;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
  justify-content: center;
}

.pfour-packages-outerwrapper {
  padding: 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-packages-outerwrapper {
    padding: 0;
  }
}
.pfour-packages-outerwrapper__title {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
  padding: 0.75rem 0;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-packages-outerwrapper__title {
    padding: 1rem 0;
  }
}
.pfour-packages-outerwrapper__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pfour-product-detail-inspiration {
  padding: 0.5rem 1rem;
  overflow: auto;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin: 0.5rem 0;
  background-color: #F2F1EC;
}
.pfour-product-detail-inspiration__col {
  height: 300px;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-inspiration__col {
    height: 500px;
  }
}
.pfour-product-detail-inspiration__col {
  /*        img {
      height: 100%;
  }*/
}
.pfour-product-detail-inspiration__col.video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 400px;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-inspiration__col.video {
    min-width: 600px;
  }
}
.pfour-product-detail-inspiration__col.video .video-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.pfour-product-detail-inspiration__col.video .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pfour-product-detail-inspiration__col.imagetext {
  position: relative;
}
.pfour-product-detail-inspiration__col.imagetext .image {
  height: 100%;
}
.pfour-product-detail-inspiration__col.imagetext .image img {
  height: 100%;
}
.pfour-product-detail-inspiration__col.imagetext .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(242, 241, 236, 0.7);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.pfour-product-detail-inspiration__col.text h2, .pfour-product-detail-inspiration__col.imagetext h2 {
  color: #111;
  font-family: area-variable;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.025rem;
  text-align: center;
}
.pfour-product-detail-inspiration__col.text p, .pfour-product-detail-inspiration__col.imagetext p {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.pfour-product-detail-inspiration__col.text {
  min-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.pfour-product-detail-inspiration__col.text p {
  text-align: center;
}
.pfour-product-detail-inspiration__col {
  /*}
  /*        &.image {
      display: flex;
      align-items: center;

      img {
          height: 100%;
      }
  }

  &.text, &.imagetext {
      min-width: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 1rem;

      @include respond-to(desktop) {
          min-width: 400px;
      }

      h2 {
          color: #000;
          font-family: area-variable;
          font-size: 1.25rem;
          font-style: normal;
          font-weight: 700;
          line-height: 120%;
          letter-spacing: -0.025rem;
          text-align: center;
      }

      p {
          color: #000;
          font-family: variables.$font-family-primary;
          font-size: 0.75rem;
          font-style: normal;
          font-weight: 400;
          line-height: 160%;
      }
  }

  &.imagetext {
      min-width: 150px;

      @include respond-to(desktop) {
          min-width: 200px;
      }

      justify-content: flex-start;

      .text {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: .5rem;
      }

      .img {
          width: 100%;
      }

      img {
          width: 100%;
      }
  }*/
}

@media only screen and (min-width: 1024px) {
  .pfour-product-detail-inspiration::-webkit-scrollbar-track {
    /*height: 20px;*/
    /*background: #f2f1ec;*/
    background-color: #f2f1ec;
  }
  .pfour-product-detail-inspiration::-webkit-scrollbar {
    background-color: #DBDBD7;
    /*color: $pfour-black;*/
    /*display: none;*/
    height: 16px;
    /*width: 100px;*/
  }
  .pfour-product-detail-inspiration::-webkit-scrollbar-thumb {
    background: #111;
    /*height: 2px;*/
    border: 7px #f2f1ec solid;
    border-left: 100px #f2f1ec solid;
    border-right: 100px #f2f1ec solid;
  }
}
@-moz-document url-prefix() {
  .pfour-product-detail-inspiration {
    scrollbar-width: thin;
    scrollbar-color: #111 #f2f1ec;
  }
}
#productlist-anchortarget {
  scroll-margin-top: 52px;
}
@media only screen and (min-width: 1024px) {
  #productlist-anchortarget {
    scroll-margin-top: 88px;
  }
}

.pfour-fancy-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #FAFAF8;
}
.pfour-fancy-wrapper ul {
  padding-left: 20px;
  margin: 10px 0;
}
.pfour-fancy-wrapper ul li {
  list-style: disc;
  margin: 0.25rem 0;
}
.pfour-fancy-wrapper ol {
  padding-left: 20px;
  margin: 10px 0;
}
.pfour-fancy-wrapper ol li {
  list-style: decimal;
  margin: 0.25rem 0;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-wrapper {
    /*        gap: 4.5rem;*/
    padding: 0 0;
  }
  .pfour-fancy-wrapper.hastopimage {
    padding: 4.5rem 0;
  }
}
.pfour-fancy-wrapper .row .row {
  scroll-margin-top: 52px;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-wrapper .row .row {
    scroll-margin-top: 88px;
  }
}

.home-wrapper-landingpage .pfour-fancy-wrapper {
  gap: 0 !important;
}
.home-wrapper-landingpage .row {
  scroll-margin-top: 52px;
}
@media only screen and (min-width: 1024px) {
  .home-wrapper-landingpage .row {
    scroll-margin-top: 88px;
  }
}

.pfour-fancy-imagetextortextimage-wrapper {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-imagetextortextimage-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 2.25rem 4.5rem;
  }
}
.pfour-fancy-imagetextortextimage-wrapper__text {
  order: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pfour-fancy-imagetextortextimage-wrapper__text__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-imagetextortextimage-wrapper__text__inner {
    padding: 4.5rem;
    margin-left: -4.5rem;
    z-index: 2;
    /*gap: 2rem;*/
  }
}
.pfour-fancy-imagetextortextimage-wrapper__text__inner h2 {
  color: #111;
  font-family: larken;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.02rem;
}
.pfour-fancy-imagetextortextimage-wrapper__text__inner h2 p {
  margin: 0;
}
.pfour-fancy-imagetextortextimage-wrapper__text__inner h3 {
  color: #111;
  font-family: larken;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.05rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-imagetextortextimage-wrapper__text__inner h3 {
    font-weight: 400;
  }
}
.pfour-fancy-imagetextortextimage-wrapper__text__inner__h {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.pfour-fancy-imagetextortextimage-wrapper__text__inner p {
  margin: 0.5rem 0;
}
.pfour-fancy-imagetextortextimage-wrapper__image {
  order: 1;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-imagetextortextimage-wrapper__image {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.pfour-fancy-imagetextortextimage-wrapper__image img {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .pfour-fancy-textimage-wrapper .pfour-fancy-imagetextortextimage-wrapper__text {
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-textimage-wrapper .pfour-fancy-imagetextortextimage-wrapper__text .pfour-fancy-imagetextortextimage-wrapper__text__inner {
    margin-left: 0;
    margin-right: -4.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-textimage-wrapper .pfour-fancy-imagetextortextimage-wrapper__image {
    order: 2;
  }
}

.pfour-fancy-text-wrapper {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pfour-fancy-text-wrapper a {
  text-decoration: underline;
}
.pfour-fancy-text-wrapper p ~ p {
  margin-top: 0.25rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-text-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 4rem;
    max-width: 50.5rem;
  }
  .pfour-fancy-text-wrapper p ~ p {
    margin-top: 1.25rem;
  }
}
.pfour-fancy-text-wrapper h2 {
  color: #111;
  font-family: Larken;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.05rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-text-wrapper h2 {
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: -0.07rem;
    margin-bottom: 2rem;
  }
}
.pfour-fancy-text-wrapper__subheader {
  color: #111;
  font-family: larken;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-text-wrapper__subheader {
    font-size: 1.625rem;
    line-height: 150%;
  }
}
.pfour-fancy-text-wrapper__text {
  color: #111;
  /* Desktop/Body Medium */
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-text-wrapper__text {
    font-size: 1rem;
  }
}

.pfour-fancy-text-bottom {
  background-color: #F2F1EC;
  padding: 1.5rem 1rem;
}
.pfour-fancy-text-bottom__inner {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pfour-fancy-text-bottom__inner a {
  text-decoration: underline;
}
.pfour-fancy-text-bottom__inner p, .pfour-fancy-text-bottom__inner ul {
  margin-bottom: 1rem;
  line-height: 170%;
}
.pfour-fancy-text-bottom__inner ul {
  text-align: left;
  padding-left: 3rem;
}
.pfour-fancy-text-bottom__inner ul li {
  list-style: disc;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-text-bottom__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 4rem;
    max-width: 50.5rem;
  }
}
.pfour-fancy-text-bottom__inner h2, .pfour-fancy-text-bottom__inner h1 {
  color: #111;
  font-family: Larken;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.05rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-text-bottom__inner h2, .pfour-fancy-text-bottom__inner h1 {
    font-size: 2.5rem;
  }
}
.pfour-fancy-text-bottom__inner h1 {
  font-size: 2rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-text-bottom__inner h1 {
    font-size: 3rem;
  }
}

.pfour-fancy-quote-wrapper {
  display: flex;
  padding: 2rem 1rem;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-quote-wrapper {
    padding: 2.25rem 4.5rem;
  }
}
.pfour-fancy-quote-wrapper__inner {
  padding: 2rem 1.5rem;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-quote-wrapper__inner {
    display: grid;
    grid-template-columns: 1fr 18.75rem;
    padding: 6rem;
    flex-direction: row;
    gap: 6rem;
  }
}
.pfour-fancy-quote-wrapper__inner__text {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-quote-wrapper__inner__text {
    justify-content: center;
    order: 1;
    gap: 3rem;
  }
}
.pfour-fancy-quote-wrapper__inner__text__html {
  color: #111;
  text-align: center;
  font-family: larken;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.03rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-quote-wrapper__inner__text__html {
    text-align: left;
    font-size: 2.5rem;
    line-height: 110%;
    letter-spacing: -0.05rem;
  }
}
.pfour-fancy-quote-wrapper__inner__text__name {
  color: #111;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-quote-wrapper__inner__text__name {
    text-align: left;
  }
}
.pfour-fancy-quote-wrapper__inner__img {
  order: 1;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-quote-wrapper__inner__img {
    order: 2;
    width: 18.75rem;
    height: 18.75rem;
    align-items: center;
  }
}
.pfour-fancy-quote-wrapper__inner__img img {
  width: 100%;
  display: block;
}

.pfour-fancy-stats-wrapper {
  display: grid;
  gap: 1rem;
  overflow-x: auto;
  grid-auto-flow: column;
  padding: 1rem 1rem 1rem 1rem;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-stats-wrapper {
    padding: 2.25rem 4.5rem;
    margin: 0;
    grid-auto-columns: minmax(0, 1fr);
  }
}
.pfour-fancy-stats-wrapper__item {
  width: 75vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-stats-wrapper__item {
    width: auto;
    gap: 2rem;
  }
}
.pfour-fancy-stats-wrapper__item__value {
  border: 1px solid #F2F1EC;
  background-color: #fff;
  color: #111;
  text-align: center;
  font-family: Larken;
  font-size: 3.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  aspect-ratio: 18/16;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pfour-fancy-stats-wrapper__item__name {
  color: #111;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-stats-wrapper__item__name {
    font-size: 1.25rem;
    letter-spacing: -0.025rem;
    line-height: 108%;
  }
}

.pfour-fancy-topnav-largeimage__breadcrumbsphone {
  padding: 0.25rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-topnav-largeimage__breadcrumbsphone {
    display: none;
  }
}
.pfour-fancy-topnav-largeimage__img {
  position: relative;
  display: grid;
}
.pfour-fancy-topnav-largeimage__img__imgwrapper {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.pfour-fancy-topnav-largeimage__img__imgwrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pfour-fancy-topnav-largeimage__img__wrapper {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  min-height: 0;
}
.pfour-fancy-topnav-largeimage__img__wrapper__text {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-topnav-largeimage__img__wrapper__text {
    gap: 0.75rem;
  }
}
.pfour-fancy-topnav-largeimage__img__wrapper__text h1 {
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-topnav-largeimage__img__wrapper__text h1 {
    font-family: area-variable;
    font-size: 4.5rem;
  }
}
.pfour-fancy-topnav-largeimage__img__wrapper__text__desc {
  color: #fff;
  font-family: larken;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-topnav-largeimage__img__wrapper__text__desc {
    font-size: 1.25rem;
  }
}
.pfour-fancy-topnav-largeimage__img__breadcrumbs {
  position: absolute;
  top: 1.6rem;
  left: 6rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-topnav-largeimage__img__breadcrumbs {
    display: block;
  }
  .pfour-fancy-topnav-largeimage__img__breadcrumbs a {
    color: #fff;
  }
}
.pfour-fancy-topnav-largeimage__nav {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 1rem 1rem 1rem 1rem;
  overflow: auto;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-topnav-largeimage__nav {
    overflow: hidden;
    padding: 1.5rem 4.5rem 1rem 4.5rem;
    flex-wrap: wrap;
    max-height: 38px;
  }
}
.pfour-fancy-topnav-largeimage__nav a, .pfour-fancy-topnav-largeimage__nav button {
  border: 1px solid #E4E4E4;
  padding: 0.25rem 1rem;
  color: #000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  white-space: nowrap;
}
.pfour-fancy-topnav-largeimage__nav a.current, .pfour-fancy-topnav-largeimage__nav button.current {
  color: #fff;
  background-color: #000;
  font-weight: 700;
}

.pfour-fancy-simpletext-wrapper {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  padding: 0 1rem;
}
.pfour-fancy-simpletext-wrapper table {
  margin: 1rem 0;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-simpletext-wrapper table th, .pfour-fancy-simpletext-wrapper table td {
    padding: 5px 10px;
  }
}
.pfour-fancy-simpletext-wrapper table th {
  border-bottom: 1px solid #111;
}
.pfour-fancy-simpletext-wrapper table td {
  border-bottom: 1px solid #e4e4e4;
}
.pfour-fancy-simpletext-wrapper ul {
  padding-left: 40px;
  margin: 10px 0;
}
.pfour-fancy-simpletext-wrapper ul li {
  list-style: disc;
}
.pfour-fancy-simpletext-wrapper ol {
  /*padding-left: 20px;*/
  margin: 10px 0;
}
.pfour-fancy-simpletext-wrapper ol li {
  list-style: decimal;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-simpletext-wrapper {
    padding: 0 4.5rem;
    font-size: 1rem;
  }
}
.pfour-fancy-simpletext-wrapper p {
  margin-bottom: 1.5rem;
}
.pfour-fancy-simpletext-wrapper h2 {
  color: #111;
  font-family: larken;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.05rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-simpletext-wrapper h2 {
    font-size: 3.5rem;
    font-weight: 400;
  }
}
.pfour-fancy-simpletext-wrapper h3 {
  color: #111;
  font-family: larken;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.05rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-simpletext-wrapper h3 {
    font-size: 2.5rem;
    font-weight: 400;
  }
}
.pfour-fancy-simpletext-wrapper a {
  text-decoration: underline;
}

.pfour-fancy-subpages-wrapper {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  background-color: #FAFAF8;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-subpages-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 4.5rem;
  }
}
.pfour-fancy-subpages-wrapper__item {
  background-color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pfour-fancy-subpages-wrapper__item__img img {
  width: 100%;
  filter: grayscale(1);
}
.pfour-fancy-subpages-wrapper__item__img img:hover {
  filter: none;
}
.pfour-fancy-subpages-wrapper__item__tags {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.pfour-fancy-subpages-wrapper__item__tags__tag {
  padding: 0.5rem 0.75rem;
  background-color: #000;
  color: #fff;
  /*font-family: larken;*/
  font-size: 0.6875rem;
  font-style: italic;
  font-weight: 500;
  line-height: 0.75rem;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
}
.pfour-fancy-subpages-wrapper__item__author {
  display: flex;
  flex-direction: row;
  gap: 0.62rem;
  align-items: center;
  margin-top: 0.5rem;
}
.pfour-fancy-subpages-wrapper__item__author__img {
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-subpages-wrapper__item__author__img {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.pfour-fancy-subpages-wrapper__item__author__img img {
  width: 100%;
  border-radius: 2rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-subpages-wrapper__item__author__img img {
    border-radius: 2.625rem;
  }
}
.pfour-fancy-subpages-wrapper__item__author__date {
  padding: 0.25rem 0.5rem;
  background-color: #FF965A;
  color: #000;
  font-family: area-variable;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-subpages-wrapper__item__author__date {
    color: #111;
    font-size: 0.75rem;
    letter-spacing: 0.045rem;
    padding: 0.5rem 0.5rem;
  }
}
.pfour-fancy-subpages-wrapper__item__content__name {
  color: #111;
  font-family: area-variable;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.025rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-subpages-wrapper__item__content__name {
    font-family: "DM Sans", sans-serif;
    font-size: 1.875rem;
    line-height: 130%; /* 2.4375rem */
    letter-spacing: -0.0375rem;
  }
}
.pfour-fancy-subpages-wrapper__item__content__teaser {
  color: #111;
  font-family: larken;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-subpages-wrapper__item__content__teaser {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.75rem;
  }
}

.module-bloglist {
  background-color: #fff;
  padding: 1.5rem 0 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .module-bloglist {
    padding: 4.5rem 0 4.5rem 2.5rem;
    gap: 4.5rem;
  }
}
.module-bloglist h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 30.8px;
  letter-spacing: -0.02em;
  padding-right: 3rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .module-bloglist h3 {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }
}
.module-bloglist h3 span {
  font-family: larken;
  font-size: 31px;
  font-style: italic;
  font-weight: 400;
  line-height: 34.1px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1024px) {
  .module-bloglist h3 span {
    font-size: 43px;
    line-height: 47.3px;
  }
}
.module-bloglist .pfour-fancy-subpages-wrapper {
  background-color: #fff;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: none;
  grid-auto-flow: column;
  justify-content: flex-start;
  overflow-x: scroll;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .module-bloglist .pfour-fancy-subpages-wrapper {
    overflow-x: auto;
  }
}
.module-bloglist .pfour-fancy-subpages-wrapper .pfour-fancy-subpages-wrapper__item {
  padding: 0;
  width: 70vw;
}
@media only screen and (min-width: 1024px) {
  .module-bloglist .pfour-fancy-subpages-wrapper .pfour-fancy-subpages-wrapper__item {
    width: 560px;
  }
}

.pfour-fancy-imagelist-outerwrapper {
  padding: 1rem 0;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-imagelist-outerwrapper {
    padding-top: 2.25rem;
  }
}
.pfour-fancy-imagelist-outerwrapper__header {
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}
.pfour-fancy-imagelist-outerwrapper__header__h {
  font-family: Larken;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-imagelist-outerwrapper__header__h {
    font-size: 2.1875rem;
  }
}
.pfour-fancy-imagelist-outerwrapper__header__l a {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000;
  text-align: center;
  padding: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-imagelist-outerwrapper__header__l a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}

.pfour-fancy-imagelist-wrapper {
  padding: 1rem;
  overflow: auto;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  background-color: #fff;
}
.pfour-fancy-imagelist-wrapper.singlewrapper {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-imagelist-wrapper {
    /*        display: grid;
    grid-auto-flow: column;*/
    /*overflow: unset;*/
    /*        display: grid;
    grid-auto-columns: 1fr;*/
  }
}
.pfour-fancy-imagelist-wrapper__item {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
}
.pfour-fancy-imagelist-wrapper__item img, .pfour-fancy-imagelist-wrapper__item video {
  width: 70vw;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-imagelist-wrapper__item img, .pfour-fancy-imagelist-wrapper__item video {
    width: 100%;
  }
  .of .pfour-fancy-imagelist-wrapper__item img, .of .pfour-fancy-imagelist-wrapper__item video {
    width: 18vw;
    max-width: 300px;
  }
}
.pfour-fancy-imagelist-wrapper__item.single img, .pfour-fancy-imagelist-wrapper__item.single video {
  width: 100%;
}
.pfour-fancy-imagelist-wrapper__item__headers {
  color: #111;
  padding: 1rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-imagelist-wrapper__item__headers {
    padding: 2rem 0 0 0;
    gap: 1rem;
  }
}
.pfour-fancy-imagelist-wrapper__item__headers__headersmall {
  font-family: larken;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.875rem;
  text-transform: uppercase;
}
.pfour-fancy-imagelist-wrapper__item__headers__headerlarge {
  font-family: larken;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-imagelist-wrapper__item__headers__headerlarge {
    font-family: "DM Sans", sans-serif;
    font-size: 1.625rem;
    line-height: 1.7rem;
  }
}
.pfour-fancy-imagelist-wrapper.of .pfour-fancy-imagelist-wrapper__item {
  flex-grow: unset;
}

.pfour-fancy-productlistwithimage {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4.5rem 0 4.5rem 4.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__img {
    /*            height: 0;
    min-height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.pfour-fancy-productlistwithimage__img img {
  max-width: 100%;
  max-height: 100%;
}
.pfour-fancy-productlistwithimage__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__text {
    padding: 4.5rem 4.5rem 4.5rem 4.5rem;
  }
}
.pfour-fancy-productlistwithimage__text__header {
  color: #000;
  font-family: larken;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__text__header {
    order: 1;
    font-size: 2.6875rem;
    line-height: 110%;
  }
}
.pfour-fancy-productlistwithimage__text__header strong {
  font-weight: 800;
}
.pfour-fancy-productlistwithimage__text__desc {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__text__desc {
    order: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__text__btn {
    order: 3;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.pfour-fancy-productlistwithimage__text__btn a {
  margin-top: -0.5rem;
  padding: 0.5rem 1.5rem;
  gap: 0.5rem;
  color: #111;
  text-align: center;
  /*font-family: variables.$font-family-primary;*/
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 240% */
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border: 1px solid #111;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__text__products {
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__text__products {
    order: 4;
  }
}
.pfour-fancy-productlistwithimage__text__products__button {
  display: none;
  background-color: transparent;
}
.pfour-fancy-productlistwithimage__text__products__button img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 8px;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__text__products__button {
    display: block;
    position: absolute;
    top: calc(50% - 0.75rem);
    z-index: 3;
  }
}
.pfour-fancy-productlistwithimage__text__products__button.left {
  left: -3rem;
  transform: rotate(180deg);
}
.pfour-fancy-productlistwithimage__text__products__button.right {
  right: -3rem;
}
.pfour-fancy-productlistwithimage__text__products.scrollindex_0 .left {
  display: none;
}
.pfour-fancy-productlistwithimage__text__products.hideright .right {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__text__products.scrollindex_1 .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
    transform: translate3d(calc(-100% - 16px), 0, 0);
  }
  .pfour-fancy-productlistwithimage__text__products.scrollindex_2 .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
    transform: translate3d(calc(-200% - 32px), 0, 0);
  }
  .pfour-fancy-productlistwithimage__text__products.scrollindex_3 .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
    transform: translate3d(calc(-300% - 48px), 0, 0);
  }
  .pfour-fancy-productlistwithimage__text__products.scrollindex_4 .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
    transform: translate3d(calc(-400% - 64px), 0, 0);
  }
  .pfour-fancy-productlistwithimage__text__products.scrollindex_5 .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
    transform: translate3d(calc(-500% - 80px), 0, 0);
  }
  .pfour-fancy-productlistwithimage__text__products.scrollindex_6 .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
    transform: translate3d(calc(-600% - 96px), 0, 0);
  }
  .pfour-fancy-productlistwithimage__text__products.scrollindex_7 .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
    transform: translate3d(calc(-700% - 112px), 0, 0);
  }
  .pfour-fancy-productlistwithimage__text__products.scrollindex_8 .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
    transform: translate3d(calc(-800% - 128px), 0, 0);
  }
  .pfour-fancy-productlistwithimage__text__products.scrollindex_9 .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
    transform: translate3d(calc(-900% - 144px), 0, 0);
  }
  .pfour-fancy-productlistwithimage__text__products.scrollindex_10 .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
    transform: translate3d(calc(-1000% - 160px), 0, 0);
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__text__products__scrollwrapper {
    overflow: hidden;
  }
}
.pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
  display: grid;
  gap: 0.75rem;
  overflow-x: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
    overflow-x: unset;
    transition: all 1s ease;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 0;
    min-width: 100%;
    padding-right: 1rem;
    box-sizing: border-box;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 0;
  }
}
.pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper .pfour-prod-item {
  width: 60vw;
  scroll-snap-align: start;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-productlistwithimage__text__products__scrollwrapper__wrapper .pfour-prod-item {
    width: 50%;
    flex-shrink: 0;
  }
}

.fancy-bannerflow-wrapper {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .fancy-bannerflow-wrapper__desktop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .fancy-bannerflow-wrapper__phone {
    display: none;
  }
}

.fancy-bannerflow-wrapper-multiple {
  padding: 1rem;
  overflow: auto;
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  background-color: #fff;
}
.fancy-bannerflow-wrapper-multiple__item {
  display: block;
  width: 70vw;
}
@media only screen and (min-width: 1024px) {
  .fancy-bannerflow-wrapper-multiple__item {
    width: 100%;
  }
}
.fancy-bannerflow-wrapper-multiple__item.single {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .fancy-bannerflow-wrapper-multiple__item__desktop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .fancy-bannerflow-wrapper-multiple__item__phone {
    display: none;
  }
}

.fancy-videobanner-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fancy-videobanner-wrapper__top {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .fancy-videobanner-wrapper__top {
    gap: 0.75rem;
    padding: 4.5rem;
  }
}
.fancy-videobanner-wrapper__top__header2 {
  font-family: larken;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .fancy-videobanner-wrapper__top__header2 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    max-width: 720px;
  }
}
.fancy-videobanner-wrapper__top__header1 {
  font-family: area-variable;
  font-weight: 800;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  font-size: 2rem;
}
@media only screen and (min-width: 1024px) {
  .fancy-videobanner-wrapper__top__header1 {
    line-height: 4.95rem;
    font-size: 4.5rem;
    max-width: 720px;
  }
}
.fancy-videobanner-wrapper__top__text {
  font-family: larken;
  font-weight: 300;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
@media only screen and (min-width: 1024px) {
  .fancy-videobanner-wrapper__top__text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    max-width: 720px;
  }
}
.fancy-videobanner-wrapper__video {
  margin-bottom: -20%;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .fancy-videobanner-wrapper__video {
    width: 1077px;
  }
}
.fancy-videobanner-wrapper__video video {
  width: 100%;
}
.fancy-videobanner-wrapper__spacer {
  background-color: #fff;
  padding-bottom: 20%;
  width: 100%;
}

.pfour-fancy-inpagenavigation-wrapper {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  padding: 1rem;
  padding-right: 1rem;
  gap: 1.75rem;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-inpagenavigation-wrapper {
    justify-content: center;
    padding: 1.5rem;
  }
}
.pfour-fancy-inpagenavigation-wrapper a {
  padding: 0.5rem 0.5rem;
  color: #111;
  font-family: larken;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #111;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-inpagenavigation-wrapper a {
    font-size: 1.125rem;
    line-height: 1.575rem;
    padding: 0.5rem 1rem;
  }
}

.pfour-fancy-headerwithtextandimage-wrapper {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-headerwithtextandimage-wrapper {
    padding: 3rem 4.5rem;
  }
}
.pfour-fancy-headerwithtextandimage-wrapper__body {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-headerwithtextandimage-wrapper__body {
    grid-template-columns: 26.5rem auto;
    gap: 7.5rem;
  }
}
.pfour-fancy-headerwithtextandimage-wrapper__body__header {
  padding: 2rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-headerwithtextandimage-wrapper__body__header {
    padding: 3.125rem 0;
    order: 1;
  }
}
.pfour-fancy-headerwithtextandimage-wrapper__body__header hr {
  border-top: 1px solid #111;
  margin: 1.5rem 0;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-headerwithtextandimage-wrapper__body__header hr {
    margin: 2rem 0;
  }
}
.pfour-fancy-headerwithtextandimage-wrapper__body__header h1 {
  font-family: Larken;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-headerwithtextandimage-wrapper__body__header h1 {
    font-size: 3.875rem;
    line-height: 3.9rem;
  }
}
.pfour-fancy-headerwithtextandimage-wrapper__body__header__text {
  color: #111;
  font-family: Larken;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-headerwithtextandimage-wrapper__body__header__text {
    font-size: 1.25rem;
  }
}
.pfour-fancy-headerwithtextandimage-wrapper__body__header__link {
  margin-top: 1.25rem;
  display: inline-block;
  border: 1px solid #111;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-fancy-headerwithtextandimage-wrapper__body__image {
    order: 2;
  }
}
.pfour-fancy-headerwithtextandimage-wrapper__body__image img, .pfour-fancy-headerwithtextandimage-wrapper__body__image video {
  width: 100%;
}

.pfour-categoryslider {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.pfour-categoryslider h3 {
  padding: 2rem 1.5rem;
  color: #000;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-categoryslider h3 {
    padding: 4.5rem 0;
    color: #111;
    font-size: 0.875rem;
    letter-spacing: 0.0625rem;
  }
}
.pfour-categoryslider__items {
  overflow: hidden;
}
.pfour-categoryslider__items__scrollwrapper {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-categoryslider__items__scrollwrapper {
    gap: 2.5rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
  }
}
.pfour-categoryslider__items__scrollwrapper__item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .pfour-categoryslider__items__scrollwrapper__item {
    gap: 1.5rem;
  }
}
.pfour-categoryslider__items__scrollwrapper__item__img {
  height: 4.5rem;
  background: #FAFAF8;
  background-blend-mode: darken;
}
@media only screen and (min-width: 1024px) {
  .pfour-categoryslider__items__scrollwrapper__item__img {
    height: 5.5rem;
  }
}
.pfour-categoryslider__items__scrollwrapper__item__img img {
  height: 100%;
  mix-blend-mode: darken;
}
.pfour-categoryslider__items__scrollwrapper__item__name {
  white-space: nowrap;
  color: #111;
  text-align: center;
  font-family: Larken;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 108%;
  letter-spacing: -0.025rem;
  text-decoration-line: underline;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .pfour-categoryslider__items__scrollwrapper__item__name {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}

.pfour-product-detail-scentmenu__body {
  overflow-y: auto;
}

.pfour-product-detail-scent {
  background-color: #fff;
}
.pfour-product-detail-scent__title {
  display: none;
}
.pfour-product-detail-scent__noteswrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pfour-product-detail-scent__noteswrapper__group {
  display: flex;
  flex-direction: row;
  align-content: center;
  overflow: hidden;
  padding: 0 1rem;
}
.pfour-product-detail-scent__noteswrapper__group img {
  width: 100%;
}
.pfour-product-detail-scent__noteswrapper__notes__images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  padding: 0 1rem 1rem 1rem;
}
.pfour-product-detail-scent__noteswrapper__notes__images__img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.pfour-product-detail-scent__noteswrapper__notes__images__img img {
  height: 100%;
}
.pfour-product-detail-scent__noteswrapper__notes__text {
  padding: 0 1rem 2rem 1rem;
  display: flex;
  flex-direction: column;
}
.pfour-product-detail-scent__noteswrapper__notes__text__item {
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 1rem 0 1rem 0;
}
.pfour-product-detail-scent__noteswrapper__notes__text__item__title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-scent__noteswrapper__notes__text__item__title {
    line-height: 16px;
  }
}
.pfour-product-detail-scent__noteswrapper__notes__text__item__desc {
  font-family: larken;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-scent__noteswrapper__notes__text__item__desc {
    line-height: 26.4px;
    font-size: 24px;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1024px) {
  .pfour-product-detail-scentouter .pfour-product-detail-scent {
    padding: 4.5rem;
  }
}
.pfour-product-detail-scentouter .pfour-product-detail-scent__title {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  padding: 2rem 1rem 2rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-scentouter .pfour-product-detail-scent__title {
    padding: 0 0 2rem 0;
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-scentouter .pfour-product-detail-scent__noteswrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-scentouter .pfour-product-detail-scent__noteswrapper__group {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-scentouter .pfour-product-detail-scent__noteswrapper__notes__images {
    padding: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-scentouter .pfour-product-detail-scent__noteswrapper__notes__text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-scentouter .pfour-product-detail-scent__noteswrapper__notes__text__item {
    border-bottom: none;
    border-top: 1px solid #E8E8E8;
    padding: 3rem 0 0 0;
  }
}

.pfour-chatbot-slider__body {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #e4e4e4;
  justify-content: space-between;
  min-height: 1px;
  position: relative;
}
.pfour-chatbot-slider__body .newchat-icon {
  position: absolute;
  bottom: 110px;
  /*top: 50%;*/ /* Moves the top edge to the middle of the container */
  /*left: 50%;*/ /* Moves the left edge to the middle of the container */
  /*right: 50%;*/
  /*transform: translate(-50%, -50%);*/ /* Shifts the element back by half its width and height */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: #fafaf8;
  border: 1px solid #111;
  text-transform: uppercase;
}
.pfour-chatbot-slider__body .newchat-icon svg {
  height: 1rem;
  width: 1rem;
  fill: #111;
}
.pfour-chatbot-slider__body .newchat-icon div {
  font-size: 0.75rem;
  font-weight: bold;
  color: #111;
  letter-spacing: 0.02rem;
}
.pfour-chatbot-slider__body .newchat-icon.display {
  display: flex;
}
.pfour-chatbot-slider__body__chathistory {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}
.pfour-chatbot-slider__body__chathistory .chat-response {
  background-color: #E5C4FF;
}
.pfour-chatbot-slider__body__chathistory .chat-response .ailink img {
  height: 1rem;
}
.pfour-chatbot-slider__body__chathistory .chat-response strong {
  font-weight: 600;
}
.pfour-chatbot-slider__body__chathistory .chat-response h3 {
  font-family: larken;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 1rem 0 0 0;
  letter-spacing: 0.08rem;
}
.pfour-chatbot-slider__body__chathistory .chat-response ol, .pfour-chatbot-slider__body__chathistory .chat-response ul {
  margin: 0.5rem 1rem;
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pfour-chatbot-slider__body__chathistory .chat-response ol li {
  list-style: decimal;
}
.pfour-chatbot-slider__body__chathistory .chat-response ul li {
  list-style: disc;
}
.pfour-chatbot-slider__body__chathistory .chat-response.loading-container {
  /*overflow: hidden;*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-bottom: 3rem;
}
.pfour-chatbot-slider__body__chathistory .chat-response.loading-container svg {
  height: 2rem;
  fill: #FFF496;
  z-index: 1;
}
.pfour-chatbot-slider__body__chathistory .chat-response .loading-bar {
  width: 0;
  height: 100%;
  background-color: #CB89FF; /* Color of the loading bar */
  position: absolute;
  top: 0;
  left: 0;
  animation: ailoading 5s ease-in-out forwards;
  border-radius: 4px;
}
.pfour-chatbot-slider__body__chathistory .chat-response > :first-child {
  font-style: italic;
}
.pfour-chatbot-slider__body__chathistory .chat-message {
  background-color: #A1E9FF;
  place-self: self-end;
  max-width: 75%;
}
.pfour-chatbot-slider__body__chathistory .chat-response, .pfour-chatbot-slider__body__chathistory .chat-message {
  padding: 1rem;
  border-radius: 4px;
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 130%;
  word-wrap: break-word;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  margin: 0 1rem;
}
.pfour-chatbot-slider__body__inputwrapper {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}
.pfour-chatbot-slider__body__inputwrapper__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  padding: 1rem;
}
.pfour-chatbot-slider__body__inputwrapper__inner button {
  width: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
}
.pfour-chatbot-slider__body__inputwrapper__inner button svg {
  width: 100%;
  fill: #CB89FF;
}
.pfour-chatbot-slider__body__inputwrapper__inner textarea {
  flex-grow: 1;
  border: none;
  font-size: 16px;
  color: #111;
  resize: none;
  line-height: 140%;
}
.pfour-chatbot-slider__body__inputwrapper__inner {
  background-color: #fff;
  border-radius: 4px;
}

@keyframes ailoading {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.ai-wrapper {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  background-color: #fff;
  padding: 0;
  /*    @include breakpoints.respond-to(desktop) {
          padding: 4rem 0rem 0 0;
      }*/
}
.ai-wrapper h1 {
  color: #111;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  padding: 2rem;
  background-color: #E5C4FF;
}
@media only screen and (min-width: 1024px) {
  .ai-wrapper h1 {
    font-size: 4.5rem;
    line-height: 110%;
    padding: 2rem;
  }
}
.ai-wrapper__desc {
  color: #111;
  text-align: center;
  font-family: Larken;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
.ai-wrapper__desc p {
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .ai-wrapper__desc {
    padding: 0rem 2rem 2rem 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ai-wrapper__desc {
    line-height: 140%;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.payment__autocoupon-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  gap: 10px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .payment__autocoupon-wrapper {
    padding: 20px;
    gap: 20px;
  }
}

.autocouponwrapper, .xforybannerwrapper {
  display: flex;
  flex-direction: row;
  background-color: #FF965A;
  padding: 1rem;
  gap: 1rem;
  width: 100%;
  box-sizing: border-box;
}
.autocouponwrapper__left, .xforybannerwrapper__left {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .autocouponwrapper__left, .xforybannerwrapper__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.autocouponwrapper__left img, .xforybannerwrapper__left img {
  width: 6rem;
  height: 6rem;
}
.autocouponwrapper__center, .xforybannerwrapper__center {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
}
.autocouponwrapper__center__line1, .xforybannerwrapper__center__line1 {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem;
  letter-spacing: -0.0175rem;
}
@media only screen and (min-width: 1024px) {
  .autocouponwrapper__center__line1, .xforybannerwrapper__center__line1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.autocouponwrapper__center__line2, .autocouponwrapper__center__line3, .xforybannerwrapper__center__line2, .xforybannerwrapper__center__line3 {
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0175rem;
}
@media only screen and (min-width: 1024px) {
  .autocouponwrapper__center__line2, .autocouponwrapper__center__line3, .xforybannerwrapper__center__line2, .xforybannerwrapper__center__line3 {
    line-height: 170%;
  }
}
.autocouponwrapper__center__line2 a, .autocouponwrapper__center__line3 a, .xforybannerwrapper__center__line2 a, .xforybannerwrapper__center__line3 a {
  text-decoration: underline;
}
.autocouponwrapper__right img, .xforybannerwrapper__right img {
  height: 1rem;
}

/*.productlistextracontent*/
.imageandtext, .imageandtext_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .imageandtext, .imageandtext_1 {
    height: 1px;
    min-height: 100%;
  }
}
.imageandtext__img, .imageandtext_1__img {
  flex-grow: 1;
  overflow: hidden;
}
.imageandtext__img img, .imageandtext_1__img img {
  /*max-height: 100%;*/
  width: 100%;
}
.imageandtext__textwrapper, .imageandtext_1__textwrapper {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .imageandtext__textwrapper, .imageandtext_1__textwrapper {
    padding: 3rem 2rem;
    gap: 0.75rem;
  }
}
.imageandtext__textwrapper__header1, .imageandtext_1__textwrapper__header1 {
  color: #111;
  font-family: larken;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .imageandtext__textwrapper__header1, .imageandtext_1__textwrapper__header1 {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.04375rem;
  }
}
.imageandtext__textwrapper__header2, .imageandtext_1__textwrapper__header2 {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.0275rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .imageandtext__textwrapper__header2, .imageandtext_1__textwrapper__header2 {
    font-size: 1.75rem;
    line-height: 110%;
    letter-spacing: -0.035rem;
  }
}
.imageandtext__textwrapper__text, .imageandtext_1__textwrapper__text {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .imageandtext__textwrapper__text, .imageandtext_1__textwrapper__text {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
  }
}
.imageandtext__textwrapper__btn, .imageandtext_1__textwrapper__btn {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .imageandtext__textwrapper__btn, .imageandtext_1__textwrapper__btn {
    margin-top: 0.75rem;
  }
}
.imageandtext__textwrapper__btn a, .imageandtext_1__textwrapper__btn a {
  color: #111;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border: 1px solid #111;
}
@media only screen and (min-width: 1024px) {
  .imageandtext__textwrapper__btn a, .imageandtext_1__textwrapper__btn a {
    padding: 1rem 1.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.075rem;
  }
}

.imageandtext {
  grid-column: span 2;
}
@media only screen and (min-width: 1024px) {
  .imageandtext {
    grid-row: span 2;
  }
}

.pfour-searchheader {
  background-color: #FAFAF8;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-searchheader {
    padding: 4rem;
    gap: 1.5rem;
  }
}
.pfour-searchheader__title {
  text-align: center;
  font-family: larken;
  line-height: 115%;
  color: #111;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .pfour-searchheader__title {
    font-size: 1.5rem;
  }
}
.pfour-searchheader__corrected, .pfour-searchheader__related, .pfour-searchheader__didyoumean {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pfour-searchheader__corrected, .pfour-searchheader__related, .pfour-searchheader__didyoumean {
    font-size: 1rem;
  }
}
.pfour-searchheader__related a, .pfour-searchheader__didyoumean a {
  text-decoration: underline;
  font-weight: 500;
}

.auth-outerwrapper {
  display: flex;
  align-items: center;
  background-color: #fafaf8;
  flex-direction: column;
  padding-bottom: 4rem;
  padding: 1rem 0;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .auth-outerwrapper {
    padding: 56px 0;
    gap: 48px;
  }
}

.auth-innerwrapper, .account-detailswrapper {
  max-width: 800px;
  display: flex;
  gap: 48px;
  flex-direction: column;
  width: 100%;
}
.auth-innerwrapper label, .account-detailswrapper label {
  display: flex;
  flex-direction: column;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-align: left;
  gap: 8px;
}
.auth-innerwrapper input[type=email], .auth-innerwrapper input[type=text], .auth-innerwrapper input[type=password], .account-detailswrapper input[type=email], .account-detailswrapper input[type=text], .account-detailswrapper input[type=password] {
  border-radius: 4px;
  border: 1px solid #A2A8AA;
  padding: 13px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.auth-innerwrapper label:has(> input[type=checkbox]), .account-detailswrapper label:has(> input[type=checkbox]) {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-column: span 2;
  font-weight: normal;
  gap: 15px;
}
.auth-innerwrapper button, .account-detailswrapper button {
  padding: 16px 24px 16px 24px;
  color: #fff;
  background-color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}

.auth-aidtext {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.auth-aidtext__or {
  font-weight: 600;
  text-transform: uppercase;
}
.auth-aidtext.auth-aidtext-error {
  font-style: italic;
  padding: 25px;
  background-color: #FDBFD5;
}

.auth-header {
  font-family: Larken;
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #111;
  padding: 0 25px;
}
@media only screen and (min-width: 1024px) {
  .auth-header {
    font-size: 56px;
  }
}

.auth-login1, .auth-login2-1, .auth-login2-2, .auth-login3 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 25px;
}
.auth-login1 form, .auth-login2-1 form, .auth-login2-2 form, .auth-login3 form {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-loginmodule {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem;
  align-items: center;
}
.auth-loginmodule h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  color: #111;
}
@media only screen and (min-width: 1024px) {
  .auth-loginmodule h2 {
    width: 800px;
  }
}
.auth-loginmodule p {
  text-align: center;
  color: #111;
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  .auth-loginmodule p {
    width: 800px;
  }
}
.auth-loginmodule form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .auth-loginmodule form {
    width: 800px;
  }
}
.auth-loginmodule form input {
  border-radius: 4px;
  border: 1px solid #A2A8AA;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.auth-loginmodule form input::placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
.auth-loginmodule button {
  padding: 1rem;
  color: #fff;
  background-color: #111;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.pfour-product-detail-floatingbutton-wrapper {
  display: none;
}

.pfour-product-detail-floatingbutton .pfour-product-detail-floatingbutton-wrapper {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .pfour-product-detail-floatingbutton .pfour-product-detail-floatingbutton-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .pfour-product-detail-floatingbutton .pfour-product-detail__wrapper__info__topwithpadding__buywrapper {
    display: none;
  }
  .pfour-product-detail-floatingbutton .pfour-product-detail__wrapper__info__topwithpadding__stockinfo {
    display: none;
  }
  .pfour-product-detail-floatingbutton .pfour-product-detail__wrapper__info__topwithpadding__price {
    display: none;
  }
  .pfour-product-detail-floatingbutton .rekprice_aiwrapper {
    display: none;
  }
  .pfour-product-detail-floatingbutton .pfour-product-detail__wrapper__info__topwithpadding__usps {
    display: none;
  }
  .pfour-product-detail-floatingbutton .pfour-product-detail__wrapper__info__topwithpadding__sizedescription__title {
    display: none;
  }
  .pfour-product-detail-floatingbutton .pfour-product-detail__wrapper__info__topwithpadding__name {
    font-size: 1.2rem;
  }
  .pfour-product-detail-floatingbutton .pfour-product-detail__wrapper__info__topwithpadding hr:nth-of-type(1) {
    margin: 0.5rem 0;
  }
  .pfour-product-detail-floatingbutton .pfour-product-detail__wrapper__info__topwithpadding hr:nth-of-type(2) {
    display: none;
  }
  .pfour-product-detail-floatingbutton .pfour-product-detail__wrapper__info__topwithpadding .pfour-product-detail__wrapper__info__topwithpadding__sizedescription {
    padding: 0;
  }
  .pfour-product-detail-floatingbutton .pfour-product-detail__wrapper__info__topwithoutpadding hr:nth-of-type(1) {
    margin: 0.5rem 0;
  }
}

.pfour-product-detail-floatingbutton.pfour-notinstock .pfour-product-detail-floatingbutton-wrapper {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .pfour-product-detail-floatingbutton.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding__stockinfo {
    display: flex;
  }
  .pfour-product-detail-floatingbutton.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding__price {
    display: flex;
  }
  .pfour-product-detail-floatingbutton.pfour-notinstock .rekprice_aiwrapper {
    display: grid;
  }
  .pfour-product-detail-floatingbutton.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding__usps {
    display: flex;
  }
  .pfour-product-detail-floatingbutton.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding__sizedescription__title {
    display: block;
  }
  .pfour-product-detail-floatingbutton.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding hr:nth-of-type(1) {
    margin: 1rem;
  }
  .pfour-product-detail-floatingbutton.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding hr:nth-of-type(2) {
    display: block;
  }
  .pfour-product-detail-floatingbutton.pfour-notinstock .pfour-product-detail__wrapper__info__topwithpadding .pfour-product-detail__wrapper__info__topwithpadding__sizedescription {
    padding: 0;
  }
  .pfour-product-detail-floatingbutton.pfour-notinstock .pfour-product-detail__wrapper__info__topwithoutpadding hr:nth-of-type(1) {
    margin: 1rem;
  }
}

.pfour-product-detail-floatingbutton-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 1rem 1rem 0.5rem 1rem;
  z-index: 2;
  flex-direction: column;
  border-top: 1px solid #e4e4e4;
  gap: 0.5rem;
  color: #111;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.15);
}
.pfour-product-detail-floatingbutton-wrapper__top {
  display: flex;
  flex-direction: row;
  /*gap: .5rem;*/
  justify-content: space-evenly;
}
.pfour-product-detail-floatingbutton-wrapper__top > div {
  text-align: center;
  flex-grow: 1;
  border-radius: 8px;
  /*padding: .18rem .75rem;*/
  font-weight: 300;
  font-size: 0.6rem;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  letter-spacing: 0px;
}
.pfour-product-detail-floatingbutton-wrapper__top > div img {
  height: 0.5rem;
}
.pfour-product-detail-floatingbutton-wrapper__top > div {
  /*            &.green {
      background-color: #E5C4FF;
  }

  &.yellow {
      background-color: #FFF496;
  }*/
}
.pfour-product-detail-floatingbutton-wrapper__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}
.pfour-product-detail-floatingbutton-wrapper__bottom__left {
  display: flex;
  flex-direction: column;
}
.pfour-product-detail-floatingbutton-wrapper__bottom__left__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  flex-grow: 1;
}
.pfour-product-detail-floatingbutton-wrapper__bottom__left__top__priceouter {
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.pfour-product-detail-floatingbutton-wrapper__bottom__left__top .price-span, .pfour-product-detail-floatingbutton-wrapper__bottom__left__top .original-price-span {
  font-size: 1.5rem;
}
.pfour-product-detail-floatingbutton-wrapper__bottom__left__top .price-span {
  font-weight: 600;
}
.pfour-product-detail-floatingbutton-wrapper__bottom__left__top .original-price-span {
  display: none;
  font-weight: 400;
  text-decoration: line-through;
}
.pfour-product-detail-floatingbutton-wrapper__bottom__left__bottom {
  display: none;
}
.pfour-product-detail-floatingbutton-wrapper__bottom__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  max-width: 51%;
}
.pfour-product-detail-floatingbutton-wrapper__bottom__right button {
  padding: 0.75rem 1rem;
  background-color: #FF965A;
  border: none;
  color: #111;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  width: 100%;
}

.pfour-product-detail.pfour-redprice .pfour-product-detail-floatingbutton-wrapper__bottom__left .price-span {
  color: #dd2a43;
}
.pfour-product-detail.pfour-redprice .pfour-product-detail-floatingbutton-wrapper__bottom__left .original-price-span {
  display: block;
}

.pfour-product-detail.pfour-displayrekprice .pfour-product-detail-floatingbutton-wrapper__bottom__left__bottom {
  display: flex;
  gap: 0.25rem;
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  word-spacing: -0.2px;
  letter-spacing: -0.1px;
}

.item-mini {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background-color: #F2F1EC;
  display: flex;
  flex-direction: row;
  min-height: 1px;
  width: 80%;
  min-width: 80%;
  box-sizing: border-box;
  gap: 1rem;
  scroll-snap-align: start;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .item-mini {
    width: 100%;
    min-width: 100%;
    padding: 1rem;
  }
}
.item-mini__badge {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
}
.item-mini__left {
  display: flex;
  flex-direction: column;
  min-height: 1px;
  box-sizing: border-box;
  flex-shrink: 0;
  /*background-color: variables.$pfour-ui-warmgrey;*/
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .item-mini__left {
    /*height: 6rem;*/
    width: 6rem;
  }
}
.item-mini__left__img {
  /*padding: 1rem;*/
  box-sizing: border-box;
  /*height: 5rem;*/
  width: 5rem;
}
.item-mini__left__img img {
  height: 100%;
  width: 100%;
  mix-blend-mode: darken;
  box-sizing: border-box;
}
.item-mini__right {
  display: flex;
  flex-direction: column;
  min-height: 1px;
  box-sizing: border-box;
  gap: 0.5rem;
  flex-grow: 1;
  justify-content: space-between;
}
.item-mini__right__top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.item-mini__right__top__brand {
  font-size: 0.75rem;
  line-height: 100%;
  color: #111;
  text-transform: uppercase;
}
.item-mini__right__top__title {
  font-family: "Larken";
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .item-mini__right__top__title {
    font-size: 1.125rem;
  }
}
.item-mini__right__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.item-mini__right__bottom__add {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  width: 100%;
  background-color: #F2F1EC;
  color: #111;
  border: 1px solid #111;
  text-transform: uppercase;
  padding: 0;
  font-size: 0.75rem;
  line-height: 2.2rem;
}
.item-mini__right__bottom__add img {
  display: none;
  height: 2.2rem;
}
.item-mini__right__bottom__price__discounted {
  color: #DD2A43;
}
.item-mini__right__bottom__price__original {
  text-decoration: line-through;
}
.item-mini__right__bottom.added .add-upsell img {
  display: block;
}
.item-mini__right__bottom.added .add-upsell span {
  display: none;
}

.checkout-mini-slider {
  width: 100%;
  box-sizing: border-box;
}
.checkout-mini-slider__inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .checkout-mini-slider__inner {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }
}

.trustvoice-allreviews h1 {
  font-size: 2.5rem;
  font-weight: 300;
  font-family: Larken;
  color: #111;
  text-align: center;
  display: block;
  padding: 2rem;
  background-color: rgb(255, 203, 172);
}
@media only screen and (min-width: 1024px) {
  .trustvoice-allreviews h1 {
    font-size: 3.5rem;
    font-weight: 400;
    padding: 4.5rem;
  }
}
.trustvoice-allreviews__reviews {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  .trustvoice-allreviews__reviews {
    padding: 4.5rem;
  }
}
.trustvoice-allreviews__reviews #testfreaks-all-reviews {
  max-width: 1000px;
}

.gwpdetails-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .gwpdetails-wrapper {
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
  }
}
.gwpdetails-wrapper .gwpdetails-imgwrapper {
  padding: 1rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .gwpdetails-wrapper .gwpdetails-imgwrapper {
    padding: 4.5rem;
  }
}
.gwpdetails-wrapper .gwpdetails-imgwrapper img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.gwpdetails-wrapper .gwpdetails-descwrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .gwpdetails-wrapper .gwpdetails-descwrapper {
    padding: 0;
  }
}
.gwpdetails-wrapper .gwpdetails-descwrapper .gwpdetails-title {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03rem;
}
@media only screen and (min-width: 1024px) {
  .gwpdetails-wrapper .gwpdetails-descwrapper .gwpdetails-title {
    font-size: 1.875rem;
    letter-spacing: -0.0375rem;
    line-height: 130%;
  }
}
.gwpdetails-wrapper .gwpdetails-descwrapper .gwpdetails-desc {
  width: 100%;
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding: 1rem 0;
}
@media only screen and (min-width: 1024px) {
  .gwpdetails-wrapper .gwpdetails-descwrapper .gwpdetails-desc {
    padding: 0.5rem 0;
    line-height: 170%;
    padding-bottom: 1.5rem;
  }
}
.gwpdetails-wrapper .gwpdetails-descwrapper .gwpdetails-desc ul {
  margin: 3px 0;
  margin-left: 5px;
}
.gwpdetails-wrapper .gwpdetails-descwrapper .gwpdetails-desc ul li {
  list-style: disc;
  list-style-position: inside;
}

.gwpvalue {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 10px;
  line-height: 12px;
  transform: rotate(-10deg);
}
@media only screen and (min-width: 1024px) {
  .gwpvalue {
    width: 65px;
    height: 65px;
    font-size: 12px;
    line-height: 14px;
  }
}
.gwpdetails-imgwrapper .gwpvalue {
  width: 65px;
  height: 65px;
  font-size: 12px;
  line-height: 14px;
  top: 20px;
  left: 20px;
}
@media only screen and (min-width: 1024px) {
  .gwpdetails-imgwrapper .gwpvalue {
    left: 4.5rem;
    top: 4.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .compact-campaign-list {
    padding: 2rem 0 1rem 4.5rem;
  }
}
.compact-campaign-list__item {
  padding: 1rem;
  /*background-color: #fff;*/
  width: 60vw;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  /*border: 1px solid #e4e4e4;*/
  background: #fff;
  min-width: 1px;
}
@media only screen and (min-width: 1024px) {
  .compact-campaign-list__item {
    width: 18rem;
  }
}
.compact-campaign-list__item img {
  max-width: 100%;
  max-height: 100%;
}
.compact-campaign-list__item__titles {
  padding: 2rem 0 0 0;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  color: #111;
  justify-content: space-between;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .compact-campaign-list__item__titles {
    gap: 1rem;
  }
}
.compact-campaign-list__item__titles__subtitle {
  font-family: larken;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1rem;
  text-transform: uppercase;
}
.compact-campaign-list__item__titles__title {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .compact-campaign-list__item__titles__title {
    font-family: "DM Sans", sans-serif;
    font-size: 1.225rem;
    line-height: 1.225rem;
  }
}

.gwplist {
  background-color: #fff;
}
.gwplist .gwplist-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 1024px) {
  .gwplist .gwplist-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 3rem 4.5rem;
  }
}
.gwplist .gwplist-content > :nth-child(odd) {
  border-right: 1px solid #eae9e7;
}
.gwplist .gwplist-content > :nth-child(1), .gwplist .gwplist-content > :nth-child(2) {
  border-top: 1px solid #eae9e7;
}
.gwplist .gwplist-content .gwpitem-wrapper {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #eae9e7;
}
.gwplist .gwplist-content .gwpitem-wrapper :hover {
  /*border-color: $color-accent !important;*/
}
.gwplist .gwplist-content .gwpitem-wrapper {
  border-collapse: collapse;
}
@media only screen and (min-width: 1024px) {
  .gwplist .gwplist-content .gwpitem-wrapper {
    border: 1px solid #eae9e7;
    padding: 20px;
  }
}
.gwplist .gwplist-content .gwpitem-wrapper .gwpitem-imgwrapper {
  position: relative;
}
.gwplist .gwplist-content .gwpitem-wrapper .gwpitem-imgwrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.gwplist .gwplist-content .gwpitem-wrapper .gwpitem-title {
  font-weight: 600;
  margin: 10px 0;
  width: 100%;
}
.gwplist .gwplist-content .gwpitem-wrapper .gwpitem-desc {
  line-height: 1.3em;
}

.walley-receipt-wrapper {
  background-color: #fff;
}
.walley-receipt-wrapper .upsell-outer-wrapper {
  position: relative;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper {
  padding: 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper {
    padding: 0;
  }
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list {
  display: grid;
  gap: 1rem;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
  .walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list.samplelistcount-3, .walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list.samplelistcount-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list.samplelistcount-3, .walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list.samplelistcount-4 {
    display: grid;
  }
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list.samplelistcount-3 .sample-wrapper, .walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list.samplelistcount-4 .sample-wrapper {
  width: 50vw;
}
@media only screen and (min-width: 768px) {
  .walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list.samplelistcount-3 .sample-wrapper, .walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list.samplelistcount-4 .sample-wrapper {
    width: auto;
  }
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper {
  /*scroll-snap-align: center;*/
  display: flex;
  flex-direction: column;
  background-color: #fff;
  /*margin: 5px;*/
  padding: 10px;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  /*width: 50vw;*/
  position: relative;
  /*                    @include breakpoints.respond-to(tablet) {
      width: 200px;
  }*/
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .confirmationwrapper {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .confirmationwrapper .pusher {
  height: 50%;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .confirmationwrapper .confirmationbtns {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  gap: 3px;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .confirmationwrapper .confirmationbtns .addconfirmmessage {
  width: 100%;
  text-align: center;
  font-weight: 800;
  padding: 5px;
  background-color: #fff;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .confirmationwrapper .confirmationbtns .sample-btn-conf {
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 3px;
  width: 49%;
  padding: 5px 0;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .confirmationwrapper .confirmationbtns .add-sample-btn-confirm {
  border: 1px solid #c62828;
  background-color: #c62828;
  color: #fff;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .confirmationwrapper .confirmationbtns .add-sample-btn-cancel {
  background-color: #fff;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .sample-sticker {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
  font-weight: 600;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .sample-img {
  box-sizing: border-box;
  padding: 20px;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .sample-img img {
  max-width: 100%;
  max-height: 100%;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .sample-name {
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .add-sample-form {
  display: block;
  align-self: flex-end;
  width: 100%;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .add-sample-form .sample-price {
  font-weight: 600;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .add-sample-form .sample-price > div {
  margin: 0 3px;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .add-sample-form .sample-price .sample-price_our {
  color: #c62828;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .add-sample-form .sample-price .sample-price_original {
  text-decoration: line-through;
}
.walley-receipt-wrapper .upsell-outer-wrapper .upsell-wrapper .samples-list .sample-wrapper .add-sample-form .sample-btn {
  background-color: #FF965A;
  color: #111;
  text-align: center;
  line-height: 2rem;
  text-align: center;
  font-weight: 600;
  width: 100%;
}
.walley-receipt-wrapper .upsell-outer-wrapper.hidden {
  height: 0;
  overflow: hidden;
  display: none;
}
.walley-receipt-wrapper .samples-header {
  padding: 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .walley-receipt-wrapper .samples-header {
    padding: 0;
  }
}
.walley-receipt-wrapper .samples-header h1 {
  padding: 1rem;
  background-color: #fff;
  text-align: center;
  padding: 1rem;
  display: block;
  font-weight: 600;
}
.walley-receipt-wrapper .upsell-status {
  background-color: #f7f7f8;
}
.walley-receipt-wrapper .upsell-status dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  /*flex-wrap: wrap;*/
}
.walley-receipt-wrapper .upsell-status dl dt {
  font-weight: bold;
}
.walley-receipt-wrapper .upsell-status dl dt, .walley-receipt-wrapper .upsell-status dl dd {
  padding: 5px;
}
.walley-receipt-wrapper .upsell-result {
  display: none;
  overflow: hidden;
  max-height: 0;
  /*line-height: 20px;*/
  transition: max-height ease-in 1s;
}
.walley-receipt-wrapper .upsell-result .inner {
  text-align: center;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .walley-receipt-wrapper .upsell-result .inner {
    padding: 10px 20px;
  }
}
.walley-receipt-wrapper .upsell-result.upsell-complete {
  background-color: #79D5BB;
}
.walley-receipt-wrapper .upsell-result.upsell-complete .inner {
  color: #111;
}
.walley-receipt-wrapper .upsell-result.upsell-fail {
  background-color: #d23a3a;
}

.walley-receipt-wrapper.upsell-failed {
  /*        .samples-header {
      max-height: 0;
  }*/
}
.walley-receipt-wrapper.upsell-failed .upsell-fail {
  max-height: 150px;
  display: block;
}
.walley-receipt-wrapper.upsell-succeeded {
  /*.samples-header {
      max-height: 0;
  }*/
}
.walley-receipt-wrapper.upsell-succeeded .upsell-complete {
  max-height: 150px;
  display: block;
}

body.returns {
  background: #fff;
}

@media only screen and (max-width: 1023px) {
  .returns-page {
    padding: 1rem;
  }
}

.returns {
  --ink: #0e0e0e;
  --ink-soft: #4a4a4a;
  --ink-muted: #8a8a8a;
  --ink-faint: #b5b5b5;
  --line: #eaeaea;
  --line-soft: #f3f3f3;
  --surface: #fafafa;
  --notice: #fbf3f2;
  --notice-ink: #7a2e2a;
  --notice-line: #f0d7d2;
  --warn: #c8243b;
  --success: #1a7f4f;
  --ease: cubic-bezier(.4, 0, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --step-duration: 280ms;
  --rail-duration: 320ms;
  position: relative;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
.returns *,
.returns *::before,
.returns *::after {
  box-sizing: border-box;
}
.returns {
  /* ─── top rail ─── */
}
.returns__top {
  padding-bottom: 16px;
}
.returns__rail {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 240ms var(--ease);
}
.returns[data-hide-rail] .returns__rail, .returns[data-active-step=received] .returns__rail, .returns[data-active-step=tracking] .returns__rail, .returns[data-active-step=refund-done] .returns__rail {
  opacity: 0;
  pointer-events: none;
}
.returns__rail-bars {
  display: flex;
  gap: 4px;
  flex: 1;
}
.returns__rail-bar {
  flex: 1;
  height: 2px;
  border-radius: 2px;
  background: var(--line);
  transition: background-color var(--rail-duration) var(--ease);
}
.returns__rail-bar.is-done {
  background: var(--ink);
}
.returns__rail-bar.is-active {
  background: linear-gradient(90deg, var(--ink) 0%, var(--ink) 50%, var(--line) 50%, var(--line) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: returns-rail-sweep var(--rail-duration) var(--ease-out) forwards;
}
@keyframes returns-rail-sweep {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
.returns__rail-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.returns__rail-label [data-step-num] {
  display: inline-block;
  min-width: 1ch;
  text-align: center;
}
.returns {
  /* ─── stage / step transitions ─── */
}
.returns__stage {
  position: relative;
  overflow: visible;
}
.returns__step {
  display: none;
}
.returns__step.is-active {
  display: block;
  animation: returns-step-in var(--step-duration) var(--ease-out);
}
@keyframes returns-step-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.returns {
  /* ─── typography ─── */
}
.returns__heading {
  margin-bottom: 18px;
}
.returns__h1 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 6px;
}
.returns__h1--center {
  text-align: center;
  margin-top: 18px;
}
.returns__intro {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}
.returns__intro--center {
  text-align: center;
  padding: 0 8px;
}
.returns__eyebrow {
  display: block;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-muted);
  margin: 0 0 10px;
}
.returns__steps-eyebrow {
  margin-top: 22px;
  margin-bottom: 6px;
}
.returns__small {
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-muted);
  margin: 0;
}
.returns__link {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 13px;
  font-weight: 500;
}
.returns__divider {
  height: 1px;
  background: var(--line);
  margin: 8px 0;
}
.returns__num {
  font-variant-numeric: tabular-nums;
}
.returns {
  /* ─── radio card ─── */
}
.returns__cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
.returns__radio-card {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--line);
  transition: border-color 150ms var(--ease), background-color 150ms var(--ease), transform 120ms var(--ease), box-shadow 200ms var(--ease);
}
.returns__radio-card:hover {
  border-color: var(--ink-faint);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.returns__radio-card.is-selected {
  border-color: var(--ink);
  background: #fff;
}
.returns__radio-dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  margin-top: 2px;
  flex-shrink: 0;
  background: #fff;
  box-shadow: inset 0 0 0 1.5px var(--ink-faint);
  transition: box-shadow 200ms var(--ease-out);
}
.returns__radio-card.is-selected .returns__radio-dot {
  box-shadow: inset 0 0 0 5px var(--ink);
}
.returns__radio-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.returns__radio-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
}
.returns__radio-title {
  font-size: 14px;
  font-weight: 600;
}
.returns__radio-sub {
  font-size: 12.5px;
  color: var(--ink-soft);
  margin-top: 4px;
  line-height: 1.45;
}
.returns__radio-price {
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.returns__radio-tag {
  display: inline-block;
  align-self: flex-start;
  margin-top: 10px;
  padding: 3px 8px;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--ink);
  color: #fff;
}
.returns {
  /* ─── notice ─── */
}
.returns__notice {
  display: flex;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  margin-top: 8px;
  opacity: 0;
  transform: translateX(-12px);
  animation: returns-notice-in 420ms var(--ease-out) 120ms forwards;
}
.returns__notice--soft {
  background: var(--line-soft);
}
.returns__notice--warn {
  background: var(--notice);
  border-color: var(--notice-line);
  color: var(--notice-ink);
}
@keyframes returns-notice-in {
  to {
    opacity: 1;
    transform: none;
  }
}
.returns__notice-icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--ink);
}
.returns__notice-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
}
.returns__notice-body {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.returns {
  /* ─── checkbox box (shared) ─── */
}
.returns__check-box {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 1.5px solid var(--ink-faint);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  transition: background-color 150ms var(--ease), border-color 150ms var(--ease), transform 180ms var(--ease-out);
}
.returns__check-box svg {
  opacity: 0;
  stroke-dasharray: 14;
  stroke-dashoffset: 14;
  transition: opacity 120ms var(--ease), stroke-dashoffset 240ms var(--ease-out);
}
input:checked + .returns__check-box, input:checked ~ .returns__check-box {
  background: var(--ink);
  border-color: var(--ink);
}
input:checked + .returns__check-box svg, input:checked ~ .returns__check-box svg {
  opacity: 1;
  stroke-dashoffset: 0;
}
.returns {
  /* check box bounce */
}
.returns__product input:checked ~ .returns__check-box, .returns__confirm input:checked ~ .returns__check-box {
  animation: returns-check-pop 220ms var(--ease-out);
}
@keyframes returns-check-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.returns {
  /* ─── product row ─── */
}
.returns__products {
  margin-bottom: 18px;
  border-top: 1px solid var(--line-soft);
}
.returns__products--compact {
  margin-bottom: 22px;
}
.returns__product {
  display: grid;
  grid-template-columns: 22px 52px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-soft);
  cursor: pointer;
  opacity: 0;
  animation: returns-product-in 360ms var(--ease-out) forwards;
  animation-delay: calc(40ms * var(--i, 0));
}
.returns__product input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.returns__product--readonly {
  cursor: default;
  grid-template-columns: 52px 1fr auto;
}
@keyframes returns-product-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.returns__product-thumb {
  width: 52px;
  height: 52px;
  background: var(--surface);
  border: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--ink);
}
.returns__product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.returns__product-thumb svg {
  width: 60%;
  height: 80%;
  opacity: 0.8;
}
.returns__product-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.returns__product-info .returns__eyebrow {
  font-size: 9.5px;
  letter-spacing: 0.18em;
  margin: 0;
}
.returns__product-name {
  font-size: 13px;
  font-weight: 500;
  margin-top: 2px;
}
.returns__product-meta {
  font-size: 11.5px;
  color: var(--ink-muted);
  margin-top: 3px;
}
.returns__product-price {
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.returns {
  /* ─── sum card ─── */
}
.returns__sum-card {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  padding: 14px;
}
.returns__sum-card .returns__small {
  margin-top: 8px;
}
.returns__sum-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0;
  font-size: 13px;
}
.returns__sum-row--strong {
  font-size: 14px;
  font-weight: 600;
}
.returns__sum-row--neg {
  color: var(--warn);
}
.returns {
  /* ─── conditions ─── */
}
.returns__condition {
  padding: 14px;
  border: 1px solid var(--line);
  background: #fff;
  margin-bottom: 12px;
}
.returns__condition--warn {
  background: var(--notice);
  border-color: var(--notice-line);
  color: var(--notice-ink);
}
.returns__condition-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.returns__condition-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 4px 0;
  font-size: 12.5px;
}
.returns__condition-icon {
  margin-top: 2px;
  flex-shrink: 0;
}
.returns__condition-icon--ok {
  color: var(--success);
}
.returns__condition-icon--warn {
  color: var(--warn);
}
.returns__confirm {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 6px;
  transition: border-color 150ms var(--ease);
}
.returns__confirm input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.returns__confirm:has(input:checked) {
  border-color: var(--ink);
}
.returns__contact {
  margin-top: 16px;
  text-align: center;
}
.returns__contact .returns__small {
  margin-bottom: 6px;
}
.returns {
  /* ─── reasons (reklam) ─── */
}
.returns__reasons {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.returns__reason {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 13px;
  transition: border-color 150ms var(--ease), background-color 150ms var(--ease);
}
.returns__reason.is-selected {
  border-color: var(--ink);
}
.returns__reason:hover {
  border-color: var(--ink-faint);
}
.returns__reason-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1.5px var(--ink-faint);
  transition: box-shadow 200ms var(--ease-out);
}
.returns__reason.is-selected .returns__reason-dot {
  box-shadow: inset 0 0 0 5px var(--ink);
}
.returns {
  /* ─── textarea ─── */
}
.returns__textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink);
  font-family: inherit;
  min-height: 84px;
  margin-bottom: 14px;
  resize: vertical;
  transition: border-color 150ms var(--ease), box-shadow 150ms var(--ease);
}
.returns__textarea::placeholder {
  color: var(--ink-soft);
}
.returns__textarea:focus-visible {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}
.returns {
  /* ─── photo slots ─── */
}
.returns__photos {
  display: flex;
  gap: 8px;
}
.returns__photos--small {
  gap: 6px;
}
.returns__photo {
  flex: 1;
  aspect-ratio: 1/1;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 33%;
}
.returns__photo--filled {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink-faint);
  overflow: hidden;
}
.returns__photo--filled img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.returns__photo--filled.is-uploading {
  opacity: 0.6;
}
.returns__photo--filled.is-uploading::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--ink) 50%, transparent 100%);
  background-size: 50% 100%;
  background-position: 0 0;
  animation: returns-photo-progress 1.2s linear infinite;
}
@keyframes returns-photo-progress {
  from {
    background-position: -50% 0;
  }
  to {
    background-position: 150% 0;
  }
}
.returns__photo--empty {
  all: unset;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
  aspect-ratio: 1/1;
  cursor: pointer;
  color: var(--ink);
  border: 1px dashed var(--ink-faint);
  background-image: repeating-linear-gradient(135deg, transparent 0, transparent 8px, rgba(0, 0, 0, 0.02) 8px, rgba(0, 0, 0, 0.02) 16px);
  background-size: 220% 220%;
  background-position: 0 0;
  animation: returns-photo-shift 12s linear infinite;
  transition: background-color 150ms var(--ease);
}
.returns__photo--empty:hover {
  background-color: var(--surface);
}
.returns__photo--empty span {
  font-size: 10.5px;
  color: var(--ink-muted);
  font-weight: 500;
}
.returns__photo--mini {
  max-width: 56px;
  width: 56px;
  height: 56px;
  aspect-ratio: auto;
  flex: none;
}
@keyframes returns-photo-shift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 100%;
  }
}
.returns__photo-error {
  color: var(--warn);
  margin-top: 6px;
}
.returns__photo-x {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink);
  padding: 0;
  transition: transform 150ms var(--ease-out);
}
.returns__photo-x:hover {
  transform: scale(1.15);
}
.returns {
  /* ─── id card / typewriter ─── */
}
.returns__id-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px 16px;
  text-align: center;
  margin-bottom: 16px;
}
.returns__id-card--center {
  margin-top: 26px;
}
.returns__id {
  font-family: "SF Mono", ui-monospace, "Menlo", monospace;
  font-feature-settings: "tnum";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 6px 0 8px;
}
.returns__step.is-active .returns__id span {
  display: inline-block;
  opacity: 0;
  animation: returns-typewriter 380ms var(--ease-out) forwards;
  animation-delay: calc(30ms * var(--i, 0));
}
@keyframes returns-typewriter {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.returns {
  /* ─── QR card ─── */
}
.returns__qr {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 18px 16px;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  opacity: 0;
  transform: scale(0.96);
}
.returns__step.is-active .returns__qr {
  animation: returns-qr-in 360ms var(--ease-out) 80ms forwards;
}
@keyframes returns-qr-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.returns__qr-svg {
  flex-shrink: 0;
  background: #fff;
  padding: 4px;
  border: 1px solid var(--line);
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.returns__qr-svg svg rect {
  fill: var(--ink);
}
.returns__qr-info {
  flex: 1;
  min-width: 0;
}
.returns__qr-title {
  font-size: 13px;
  font-weight: 600;
  margin-top: 4px;
}
.returns {
  /* ─── numbered steps list ─── */
}
.returns__steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.returns__step-item {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  opacity: 0;
  transform: translateY(4px);
}
.returns__step.is-active .returns__step-item {
  animation: returns-step-list-in 360ms var(--ease-out) forwards;
  animation-delay: calc(70ms * var(--i, 0));
}
@keyframes returns-step-list-in {
  to {
    opacity: 1;
    transform: none;
  }
}
.returns__step-num {
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--ink);
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.returns__step-title {
  font-size: 13px;
  font-weight: 600;
}
.returns {
  /* ─── tracker (S07) ─── */
}
.returns__tracker {
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px 16px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.returns__tracker-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.returns__tracker-line {
  position: absolute;
  top: 11px;
  left: 50%;
  right: -50%;
  height: 1.5px;
  background: var(--line);
  z-index: 0;
}
.returns__tracker-step.is-done .returns__tracker-line {
  background: var(--ink);
}
.returns__tracker-dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  z-index: 1;
  background: #fff;
  border: 1.5px solid var(--ink-faint);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 200ms var(--ease), border-color 200ms var(--ease);
}
.returns__tracker-step.is-done .returns__tracker-dot {
  background: var(--ink);
  border-color: var(--ink);
}
.returns__tracker-step.is-active .returns__tracker-dot {
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
  animation: returns-pulse 2.4s var(--ease-out) infinite;
}
.returns__tracker-step.is-active .returns__tracker-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ink);
}
@keyframes returns-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
  }
  80%, 100% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}
.returns__tracker-label {
  font-size: 10.5px;
  margin-top: 8px;
  text-align: center;
  line-height: 1.2;
  color: var(--ink-muted);
}
.returns__tracker-step.is-done .returns__tracker-label, .returns__tracker-step.is-active .returns__tracker-label {
  color: var(--ink);
  font-weight: 600;
}
.returns {
  /* ─── timeline ─── */
}
.returns__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.returns__timeline-item {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 12px;
  padding-bottom: 14px;
  position: relative;
  opacity: 0;
  transform: translateX(-6px);
}
.returns__step.is-active .returns__timeline-item {
  animation: returns-timeline-in 380ms var(--ease-out) forwards;
  animation-delay: calc(60ms * var(--i, 0));
}
@keyframes returns-timeline-in {
  to {
    opacity: 1;
    transform: none;
  }
}
.returns__timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 4px;
  background: #fff;
  border: 1.5px solid var(--ink-faint);
}
.returns__timeline-item.is-active .returns__timeline-dot {
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
  animation: returns-pulse 2.4s var(--ease-out) infinite;
}
.returns__timeline-line {
  position: absolute;
  top: 18px;
  bottom: -2px;
  left: 4.5px;
  width: 1px;
  background: var(--line);
}
.returns__timeline-time {
  font-weight: 500;
  color: var(--ink-soft);
}
.returns {
  /* ─── review cards ─── */
}
.returns__review-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 14px 16px;
  margin-bottom: 12px;
}
.returns__review-value {
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
}
.returns {
  /* ─── success states ─── */
}
.returns__step--success {
  padding-top: 18px;
}
.returns__success {
  text-align: center;
  padding-top: 8px;
}
.returns__success-check {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  margin: 0 auto;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.returns__success-check--outline {
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.returns__success-stroke {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.returns__step.is-active .returns__success-stroke {
  animation: returns-stroke-draw 520ms var(--ease-out) 100ms forwards;
}
@keyframes returns-stroke-draw {
  to {
    stroke-dashoffset: 0;
  }
}
.returns {
  /* ─── refund ─── */
}
.returns__refund-amount {
  margin-top: 14px;
  padding: 18px 16px;
  background: #fff;
  border: 1px solid var(--line);
  text-align: center;
}
.returns__refund-sum {
  font-size: 30px;
  font-weight: 600;
  margin-top: 4px;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.returns__refund-method {
  margin-top: 14px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 10px;
}
.returns__refund-logo {
  width: 34px;
  height: 34px;
  background: #222;
  color: #f5d4cb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.returns {
  /* ─── sticky CTA strip ─── */
}
.returns__cta {
  position: sticky;
  bottom: 0;
  margin-top: 32px;
  padding: 12px 0 22px;
  background: #fff;
  border-top: 1px solid var(--line-soft);
  display: flex;
  gap: 10px;
  flex-direction: column;
  transform: translateY(0);
  transition: box-shadow 220ms var(--ease);
}
.returns__cta.is-floating {
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 1024px) {
  .returns__cta {
    border-top: none;
    box-shadow: none;
    background: transparent;
  }
}
.returns__cta {
  animation: returns-cta-in 320ms var(--ease-out) 60ms both;
}
@keyframes returns-cta-in {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.returns__cta-sub {
  text-align: center;
  font-size: 11.5px;
  color: var(--ink-muted);
  margin: 0;
}
.returns {
  /* ─── buttons ─── */
}
.returns__btn {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  transition: background-color 150ms var(--ease), color 150ms var(--ease), transform 80ms var(--ease), box-shadow 150ms var(--ease);
}
.returns__btn--primary {
  background: var(--ink);
  color: #fff;
  background-image: linear-gradient(135deg, var(--ink) 0%, #1c1c1c 50%, var(--ink) 100%);
  background-size: 200% 100%;
  background-position: 0 0;
}
.returns__btn--primary:hover:not(:disabled) {
  background-position: 100% 0;
}
.returns__btn--secondary {
  background: #fff;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--ink);
}
.returns__btn--secondary:hover:not(:disabled) {
  background: var(--surface);
}
.returns__btn:active:not(:disabled) {
  transform: translateY(1px);
}
.returns__btn:disabled, .returns__btn[aria-disabled=true] {
  background: #dcdcdc;
  background-image: none;
  color: #fff;
  cursor: not-allowed;
  box-shadow: none;
}
.returns__btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}
.returns__btn:focus-visible.returns__btn--secondary {
  box-shadow: inset 0 0 0 1px var(--ink), 0 0 0 3px rgba(0, 0, 0, 0.15);
}
.returns {
  /* ─── focus rings for inputs / cards ─── */
}
.returns__radio-card:focus-visible, .returns__reason:focus-visible, .returns__product:focus-within {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
  border-color: var(--ink);
}
.returns {
  /* ─── reduced motion ─── */
}
@media (prefers-reduced-motion: reduce) {
  .returns, .returns__rail-bar, .returns__step, .returns__check-box, .returns__check-box svg, .returns__radio-card, .returns__radio-dot, .returns__reason-dot, .returns__photo--empty, .returns__qr, .returns__id span, .returns__step-item, .returns__timeline-item, .returns__success-stroke, .returns__notice, .returns__product, .returns__cta, .returns__btn {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/*# sourceMappingURL=site.css.map */
