/** Shopify CDN: Minification failed

Line 1333:2 Expected ":"
Line 1334:2 Expected ":"
Line 1337:2 Expected ":"
Line 1338:2 Expected ":"
Line 1339:2 Expected ":"
Line 1340:2 Expected ":"
Line 1341:2 Expected ":"
Line 1342:2 Expected ":"
Line 1343:2 Expected ":"
Line 1344:2 Expected ":"
... and 7 more hidden warnings

**/
.customer:not(.account):not(.order) {
  margin: 0 auto;
  max-width: 33.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
}

@media screen and (min-width: 750px) {
  .customer:not(.account):not(.order) {
    max-width: 47.8rem; 
  }
}

.customer > h1,
.customer__title {
  margin-top: 0;
  font-family: 'TestSohne-Buch';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #000000;
}

.customer form {
  margin-top: 4rem;
}

.customer button {
  margin: 4rem 0 1.5rem;
}

.customer ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 4rem;
}

.customer ul a {
  display: inline;
}

.customer strong {
  font-weight: normal;
  color: rgb(var(--color-foreground));
}

.customer h2.form__message {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}

@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.customer .field {
  margin: 2rem 0 0 0;
}

.customer .field:first-of-type {
  margin-top: 0;
}

/* Customer Table */
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.01rem solid rgba(var(--color-foreground), 0.08);
  box-shadow: none;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (min-width: 750px) {
  .customer table {
    border: none;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
  }
}

@media screen and (forced-colors: active) {
  .customer table {
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
  }
}

.customer tbody {
  color: rgb(var(--color-foreground));
}

.customer th,
.customer td {
  font-weight: 400;
  line-height: 1;
  border: none;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .customer td {
    padding-right: 2.2rem;
  }
}

.customer tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.customer td:empty {
  display: initial;
}

.customer thead th {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.customer tbody td:first-of-type {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer th,
  .customer td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
  }

  .customer thead th,
  .customer tbody td {
    padding-top: 2.4rem;
    padding-bottom: 13px;
  }

  .customer th:first-of-type,
  .customer td:first-of-type {
    padding-left: 2.2rem;
  }

  .customer tbody td {
    vertical-align: top;
  }

  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
  }
}

.customer tbody td:last-of-type {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tbody td:last-of-type {
    padding-bottom: 0;
    padding-right:0;
  }
}

.customer tbody tr {
  border-top: 0.01rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
    border-top: none;
  }
}

@media screen and (forced-colors: active) {
  .customer tbody tr {
    border-top: 0.1rem solid transparent;
  }
}

.customer tfoot td:first-of-type,
.customer tfoot td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.customer tfoot td:first-of-type {
  text-align: left;
}

.customer tfoot tr:first-of-type td {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:first-of-type td,
  .customer tfoot tr:first-of-type th {
    padding-top: 2.4rem;
  }
}

.customer tfoot tr:last-of-type td {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:last-of-type td,
  .customer tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

/* works around colspan phantom border issues */
.customer thead::after,
.customer tfoot::before {
  content: ' ';
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgba(var(--color-foreground), 0.08);
}
.gt_container--hich1m .gt_switcher, .gt_container--hich1m .gt_switcher .gt_selected a { 
    width: 175px;    
}
.gt_container--hich1m .gt_switcher .gt_option {
  width: 175px;
}

@media screen and (forced-colors: active) {
  .customer thead::after,
  .customer tfoot::before {
    background: CanvasText;
  }
}

/* mobile table overrides */
@media screen and (max-width: 749px) {
  .customer thead,
  .customer th,
  .customer tfoot td:first-of-type {
    display: none;
  }

  .customer td {
    display: flex;
    text-align: right;
  }

  .customer td::before {
    color: rgba(var(--color-foreground), 0.75);
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }

  .customer td:first-of-type {
    display: flex;
    align-items: center;
  }

  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }  
}

/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}

.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}

.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child svg {
  height: 0.6rem;
}

.customer .pagination li:first-of-type svg {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}
div#shopify-section-sections--19279819473185__footer .text .gt_switcher {
    display: block;
    float: right;
}
div#shopify-section-sections--19279819473185__footer .text {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
}

.customer .pagination li:last-of-type svg {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

/* Login */
.login a {
  display: block;
  margin: 0 auto;
  width: fit-content;
  margin-left:0;
}

.login a[href='#recover'] {
  margin-left: 0;
  margin-right: 0;
}

.login .field + a {
  margin-top: 1rem;
}

.login p {
  margin: 1.5rem 0;
}

.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

#customer_login_guest button {
  margin-top: 0;
}

#recover,
#recover + div {
  display: none;
}

#recover:target {
  display: block;
}

#recover:target + div {
  display: block;
}

#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}

#recover,
#login {
  scroll-margin-top: 20rem;
}

#recover {
  margin-bottom: 0;
}

.activate button[name='decline'],
.addresses li > button,
.addresses form button[type] {
  background-color: rgba(var(--color-background), var(--alpha-button-background));
  color: rgb(var(--color-link));
}

@media only screen and (min-width: 750px) {
  .activate button[name='decline'] {
    margin-top: inherit;
    margin-left: 1rem;
  }
}

/* Account/Order */
:is(.account, .order) {
  margin: 0 auto;
  max-width: var(--page-width);
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  :is(.account, .order) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) {
    display: flex;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type {
    flex-grow: 1;
    padding-right: 3.2rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .order > div:nth-of-type(2) > div:last-of-type {
    display: flex;
  }

  .order > div:nth-of-type(2) > div:last-of-type div {
    padding-right: 3.2rem;
  }
}

:is(.account, .order) p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}

:is(.account, .order) h1 {
  margin-bottom: 1rem;
}

:is(.account, .order) h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  :is(.account, .order) h2 {
    margin-top: 0;
  }
}

.account h1 + a {
  display: inline-flex;
  align-items: center;
}

.account a svg {
  width: 1.5rem;
  margin-bottom: -0.03rem;
  margin-right: 1rem;
}

@media screen and (min-width: 750px) {
  .account thead th:last-child,
  .account td:last-child {
    text-align: right;
  }

  .account table td:first-of-type {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.account table td:first-of-type a {
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-link), 0.2);
  border: 0.1rem solid transparent;
  font-size: 1.2rem;
}

.order td:first-of-type {
  align-items: initial;
}

@media screen and (min-width: 750px) {
  .order thead th:nth-last-child(-n + 3),
  .order td:nth-last-child(-n + 3) {
    text-align: left;
  }
}

.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

.order tfoot tr:last-of-type td:before {
  font-size: 2.2rem;
}

.order table p,
.order > div:nth-of-type(2) > div:first-of-type h2,
.order > div:nth-of-type(2) > div:last-of-type h2 + p {
  margin-bottom: 0;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p:last-of-type {
  margin-bottom: 3rem;
}

.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}

.order .item-props > span {
  word-break: break-all;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid rgba(var(--color-foreground), 0.2);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}

.order .fulfillment a {
  margin: 0.7rem 0;
}

.order .fulfillment span {
  display: block;
}

.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}

.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
  }
}

.order table a {
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}

.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.order .properties span {
  display: block;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order svg {
  width: 1.1rem;
  color: rgb(var(--color-base-accent-2));
  margin-right: 0.5rem;
}

.order dl {
  margin: 0;
}

.order dd {
  margin-left: 0;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order dd s {
  color: rgba(var(--color-foreground), 0.7);
}

.order .unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}

.order .regular-price {
  font-size: 1.3rem;
}

/* Addresses */
.addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.addresses li > button + button,
.addresses form button + button {
  margin-top: 0rem;
}

@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
}

.addresses form button:first-of-type {
  margin-right: 1rem;
}

label[for='AddressCountryNew'],
label[for='AddressProvinceNew'] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.addresses form {
  display: flex;
  flex-flow: row wrap;
}

.addresses form > div {
  width: 100%;
  text-align: left;
}

.addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

li[data-address] {
  margin-top: 5rem;
}

.addresses [aria-expanded='false'] ~ div[id] {
  display: none;
}

.addresses [aria-expanded='true'] ~ div[id] {
  display: block;
}

.addresses h2 {
  text-align: left;
}

li[data-address] > h2 {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  li[data-address] > h2 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.addresses ul p {
  margin-bottom: 0;
}

.addresses input[type='checkbox'] {
  margin-top: 2rem;
  margin-left: 0;
}

@media only screen and (min-width: 750px) {
  .addresses form > div:nth-of-type(1) {
    margin-right: 2rem;
  }

  .addresses form > div:nth-of-type(2) {
    margin-top: 0;
  }

  .addresses form > div:nth-of-type(1),
  .addresses form > div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
}

.addresses form > div:nth-of-type(7),
.addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
}

@media only screen and (max-width:749px){
  .customer>h1, .customer__title{
    font-size:20px;
  }
}

body.story .section-header {
    position: fixed!important;
    width: 100%;
}
body.brand .section-header {
  position: fixed!important;
    width: 100%;
}
body.test div#shopify-section-template--19531711611169__ec558ea6-dec2-4d5e-8883-28cdfa8e03bb, 
body.story div#shopify-section-template--19531711611169__ec558ea6-dec2-4d5e-8883-28cdfa8e03bb {
    background-color: #f08a63;
}
body.test div#shopify-section-template--19531711611169__5178a37f-d93b-4549-8d75-ff640f6dbf30, 
body.story div#shopify-section-template--19531711611169__eb53afc8-d841-4437-817d-31a160b2e8ce {
    background-color: #e9ceb9;
}
body.test div#shopify-section-template--19531711611169__eb53afc8-d841-4437-817d-31a160b2e8ce {
    background-color: #ffd0a7;
}
body.test div#shopify-section-template--19531711611169__151bf98e-0d8e-4833-948b-4a639188b6c8 {
    background-color: #dff3ea;
}
body.test div#shopify-section-template--19531711611169__42fcfd13-f886-4f05-9cba-8724fb20edd3 {
    background-color: #fde452;
}
body.test div#shopify-section-template--19531711611169__72e6d818-80ed-4e79-9179-68dd400b0b8b {
    background-color: #e9ceb9;
}
body.story div#shopify-section-template--19531711611169__151bf98e-0d8e-4833-948b-4a639188b6c8 {
    background-color: #dff3ea;
}
body.story div#shopify-section-template--19531711611169__42fcfd13-f886-4f05-9cba-8724fb20edd3 {
    background-color: #fde452;
}
body.story div#shopify-section-template--19531711611169__5178a37f-d93b-4549-8d75-ff640f6dbf30 {
    background-color: #e9ceb9;
}
body.story div#shopify-section-template--19531711611169__72e6d818-80ed-4e79-9179-68dd400b0b8b {
    background-color: #e9ceb9;
}
body.story .footer-block--newsletter, body.brand .footer-block--newsletter {
    /*background-color: #e8d1bd;*/
    background: rgba(232, 223, 207, 0.2);
}
.parallax-brand-ctm-section {
    padding: 60px 0px;
}
body.story .modalclass, body.brand .modalclass {
    display: none;
}
div#shopify-section-template--19531711611169__ec558ea6-dec2-4d5e-8883-28cdfa8e03bb .parallax-brand-ctm-section h2.main-ctm-head {
    padding-top: 120px;
}
.parallax-brand-ctm-section h2.main-ctm-head {     
    margin: 0px 0 60px;
}
.parallax-brand-ctm-section .main-brand-ctm-right p {
    font-family: TestSohne-Buch;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: .02em;
    color: #000;
    width: 70%;
    margin: 0;
    font-weight: 500;
}
body.popupoverlay .scrolled-past-header sticky-header.header-wrapper {
    opacity: 1;
}
.modalclass {
    position: absolute;
    width: 100%;
}
div#manual-popup {
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: 1200px;
}
div#manual-popup .modal-content {
    background-color: #fff;
    width: 33%;
    position: absolute;
    right: -80px;
    top: -5px;
    padding: 0;
    border: 1px solid #969191;
}
div#manual-popup .main-cart-drawer-pop {
    width: 100%;
    position: relative;
    right: unset;
    bottom: unset;
    top: unset;
    display: block;
    background-color: transparent;
    padding: 15px 15px;
    padding-bottom: 0;
}
.box-title h4 {
    text-align: left;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    font-family: TestSohne-Buch;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #9595955e;
}
.added-product {
    display: inline-block;
    width: 100%;
    padding: 15px 0 10px;
}
.manual-popup span.close {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #000;
    opacity: 1;
    z-index: 1;
    font-size: 40px;
    cursor: pointer;
    transition: all ease-in-out .3s;
}
.manual-popup span.close:hover {
    transition: all ease-in-out .3s;
    color: red;
}
  img#prod-img {
    height: 70px;
    border: 1px solid #c9c9c9;
}
.prod-img-title {
    width: 50%;
    float: left;
    position: relative;
}
span#prod-name {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: TestSohne-Buch;
    position: absolute;
    top: 0;
    padding-left: 10px;
    text-transform: uppercase;
}
.prod-qnt {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 12px;
    color: #000;
    opacity: 1;
    font-family: TestSohne-Buch;
    font-weight: 400;
}
.cart-popup-btn a.move-cart {
    padding: 15px 50px;
    text-decoration: initial;
    font-weight: 500;
    margin-right: 0;
    display: block;
    margin-bottom: 0;
    color: #000;
    border: 2px solid #000;
    font-size: 20px;
    width: 100%;
    text-align: center;
    transition: all ease-in-out .3s;
}
.cart-popup-btn a.move-cart:hover {
    color: #9f9f9f;
    transition: all ease-in-out .3s;
}
.cart-popup-btn a.button {
    width: 100%;
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.cart-popup-btn a.button:hover {
  color: #9f9f9f;
  transition: all ease-in-out .3s;
}
.cart-popup-btn a.button:after {
    opacity: 0;
}
.section-collection-list .collection-list li.collection-list__item.grid__item {
    transition: all ease-in-out.3s;
    position: relative;
    overflow: hidden; 
}
.section-collection-list .collection-list li.collection-list__item.grid__item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../png/transparent-hover_430x2968.png);
    background-repeat: no-repeat;
    background-size: cover;    
    opacity: 0;
    background-position-x: -17px;
    transition:all ease-in-out .3s
}
.section-collection-list .collection-list li.collection-list__item.grid__item:hover:after {
    opacity: 1;    
}
.section-collection-list .card--standard>.card__content .card__information h3.card__heading {
    z-index: 1;
}
.section-collection-list li:hover .card__inner .card__content:after{
  display:none;
}
.section-collection-list li#Slide-template--19279823208737__4d37777c-b148-4a21-b766-14c718e3eb86-1:hover:after {
    background-image: url(../jpg/sun-0425-hover-men767c.jpg);     
}
.section-collection-list li#Slide-template--19279823208737__4d37777c-b148-4a21-b766-14c718e3eb86-2:hover:after {
    background-image: url(../jpg/sun-0425-hover-men767c.jpg);        
}
.section-collection-list li#Slide-template--19279823208737__fb1a9c2d-5f2d-4964-8210-3a1ca4efcf40-1:hover:after {
    background-image: url(../jpg/sun-0425-hover-men767c.jpg);     
}
.section-collection-list li#Slide-template--19279823208737__fb1a9c2d-5f2d-4964-8210-3a1ca4efcf40-2:hover:after {
    background-image: url(../jpg/sun-0425-hover-men767c.jpg);    
}
.main-brand-section .main-brand-inner span {
    display: flex;
    align-items: self-start;
    text-decoration: none;
    padding: 32px 0;
}
#contents {
    text-align: center;
    color: #fff;
    font-size: 40px;
}
#contents > div {
    height: 100vh;
}
.left-cnt {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
}
.left-cnt p {
    position: absolute;
    bottom: 70px;
    right: 100px;
    font-family: TestSohne-Buch;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .02em;
    color: #000;
    text-align: left;
    margin: 0;
    width: 55%;
}
.main-brand-section .main-brand-num {
    display: none;
}
.foot-lang {
    /*display: inline-block;*/
    width: 100%;
    position: relative;
    top: -20px;
}
.foot-lang .gt_switcher {
    display: block;
    float: right;
}
.foot-lang .gt_switcher .gt_selected {
    text-align: left;
}
.foot-lang .gt_switcher .gt_option {
    text-align: left;
}
@media screen and (min-width: 1580px) {
    .values_static {  
    padding: 40px 150px!important;
  }
.values_card-single {
    padding-right: 0em;
    padding-left: 45em;
}
  .values_single-holder {
    width: 90%;  
  }  
  .values_number {    
    left: 0px;    
  }
}
@media screen and (min-width: 1800px) and (max-width: 2000px) {
.values_static {  
    padding: 40px 350px!important;
  }
  .values_card-single {     
    padding-right: 5em;    
 }
  .values_number {    
    left: 140px;    
    }
}
@media screen and (min-width: 1341px) and (max-width: 1360px) { 
   div#manual-popup .modal-content {    
    right: -80px;    
  }
  .values_number {  
    left: 0px;    
  }
}
@media screen and (min-width: 1301px) and (max-width: 1340px) { 
   div#manual-popup .modal-content {    
    right: -40px;    
  }
  .values_number {  
    left: 0px;    
  }
}
@media only screen and (max-width:1300px){
  div#manual-popup .modal-content {    
    right: 0;    
  }  
  .values_content {
    transform: unset;
    position: relative;
    left: unset;    
    padding-left: 0;
}
  .values_content br {
    display: none;
 }
}
@media screen and (min-width: 980px) and (max-width: 1280px) { 
   .values_static {  
    padding: 40px 30px!important;
  }
  .values_flip-heading {    
    font-size: 72px;    
    top:-100px;
 }
  .values_img-holder {
    width: 35%;    
 }
  .values_card-single { 
    padding-left: 30em; 
    padding-right: 0;    
 }    
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {    
  .values_number {    
    left:20px;        
  }    
  .section-collection-list .collection-list li.collection-list__item.grid__item:after {    
    background-position-x: -12px;
   }
  .section-collection-list li#Slide-template--19279823208737__4d37777c-b148-4a21-b766-14c718e3eb86-1:hover:after {  
    background-position-x: -12px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1099px) {
  .values_single-holder {  
    top: 120px;
  }
  .values_number {    
    left: 0px;
    top: 0px;    
  }
  .values_content {    
    font-size: 22px;    
    line-height: 36px;
  }
  .section-collection-list .collection-list li.collection-list__item.grid__item:after {    
    background-position-x: -12px;
   }
  .section-collection-list li#Slide-template--19279823208737__4d37777c-b148-4a21-b766-14c718e3eb86-1:hover:after {  
    background-position-x: -12px;
   }
}
@media only screen and (max-width:980px){
  div#manual-popup .modal-content {    
    width: 60%;    
 }   
   .values_flip-heading {
    font-size: 72px;
    top: 152px;
    font-weight: 400;
}
  .values_static {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 30px!important; 
}
  .values_title-track {
    height: 14em;
    margin-bottom: 4em;        
 }
   .values_single-holder {
    justify-content: flex-end;
    padding-left: 30px;
}
.values_number {
    font-size: 30px;
    top: 10px;
    position: unset;
    width: 50px;    
}
  .values_card-single {
    padding-left: 20em;
    padding-right: 0;
}
  .values_content {
    font-size: 20px;
    line-height: 32px;
    padding-right: 30px;
    padding-left: 10px;
     
}
  .values_img-holder {
    width: 35%;
  }
  .section-collection-list .collection-list li.collection-list__item.grid__item:after {    
    background-position-x: -12px;
   }
  .section-collection-list li#Slide-template--19279823208737__4d37777c-b148-4a21-b766-14c718e3eb86-1:hover:after {  
    background-position-x: -12px;
  }
}
@media only screen and (max-width:767px){
  div#manual-popup .modal-content {    
    width: 95%;    
 }  
  .cart-popup-btn a.move-cart {    
    display: block;
    margin-right: 0;
    margin-bottom: 0px;
 }
  .main-brand-section .main-brand-inner span {
    padding: 20px 0;
    flex-wrap: wrap;
    align-items: center;
 }  
  .values_flip-heading {
    font-size: 50px;
    top: 110px;
  }
  .values_card-single {
    padding-left: 1.25em;
    padding-right: 1.25em;
}
  .values_content {    
    padding-right: 0;
}
.values_single-holder {
    justify-content: flex-start;
    padding-top: 55px;
    padding-left: 0;
}
  .values_title-track {    
    margin-bottom: 0;
 }
  .values_img-holder {
    width: 60%;
    padding-top: 0;
}
  .values_number {
    font-size: 30px;
    top: 0px;
    width: 100%;
    position: absolute;
    left: 10px;
 }
  .main-brand-title, .main-brand-num {
    flex: 0 0 15%;    
 }
  .section-collection-list .collection-list li.collection-list__item.grid__item:after {    
    background-position-x: -5px;
   }
  .section-collection-list li#Slide-template--19279823208737__4d37777c-b148-4a21-b766-14c718e3eb86-1:hover:after {  
    background-position-x: -6px;
   }
}

@media screen and (max-width: 767px) {
  .gt_container--hich1m .gt_switcher {
    margin: 0 auto;
    margin-top: 15px;
}
  .footer__copyright.caption {
    display: block;
 }
  .footer__copyright.caption .bottom-footer-menu ul {
    display: block;
    padding: 10px 0px;
}
  .footer__copyright.caption .bottom-footer-menu ul li {
    margin-left: 0;
 } 
  .footer__copyright.caption .bottom-footer-menu ul li a.link.link--text.list-menu__item.list-menu__item--link {
    display: block;
 }
}
@media only screen and (max-width:767px){
.foot-lang .gt_switcher {    
    float: none;
 }
  .foot-lang { 
    top: -10px;
 }
}

@media only screen and (max-width:520px){
  .values_card-single.card-1 .values_single-holder {
    top: 0px;
}
.values_img-holder {
    width: 90%;    
 }
  .values_card-single.card-5 {    
    min-height: 560px;
 }
}


.motion-reduce{
  cursor: pointer;
}

.section-collection-list .collection-list #Slide-template--19279823208737__4d37777c-b148-4a21-b766-14c718e3eb86-1 .card-wrapper:hover:after {
    opacity: 1 !important;
    background-image: url(../jpg/red-1-hover9f48.jpg);
}
.section-collection-list .collection-list li.collection-list__item.grid__item .card-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../png/transparent-hover_430x2968.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    background-position-x: -17px;
    transition: all ease-in-out .3s;
}
.section-collection-list li#Slide-template--19279823208737__4d37777c-b148-4a21-b766-14c718e3eb86-2 .card-wrapper:hover:after {
    background-image: url(../jpg/blue-1-hover9f48.jpg);
    opacity: 1 !important;
}
.section-collection-list .collection-list li.collection-list__item.grid__item:after {
    display: none;
}
         

  @media only screen and (min-width:750px){
    .desktop-hidden{
      display: none;
    }
  }
  
  @media only screen and (max-width:750px){
    .mobile-hidden{
      display: none;
    }
    .values_single-holder{
      display: flex;
      flex-direction: column;
      gap: 25px;
    }
  }

  .breadcrumbs__list {
    display: flex;
    gap: 10px;
}

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

body.template-product .product__info-wrapper .product-form {display: none; height: 0; opacity: 1; visibility: hidden;}
ul.product-grid li.grid__item .product-card-wrapper .ctm-btn-bottom .product-form {display: none; height: 0; opacity: 1; visibility: hidden;}