/** Shopify CDN: Minification failed

Line 85:2 Expected identifier but found "*"
Line 107:2 Expected identifier but found "*"
Line 126:2 Expected identifier but found "*"
Line 130:2 Expected identifier but found "*"
Line 134:2 Expected identifier but found "*"
Line 138:2 Expected identifier but found "*"
Line 142:2 Expected identifier but found "*"
Line 146:2 Expected identifier but found "*"
Line 150:2 Expected identifier but found "*"
Line 154:2 Expected identifier but found "*"
... and 146 more hidden warnings

**/
:root {
  --light-brown: #e5ba9f;
}
:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1200px;
  --reflex-xlg: 1600px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1199px;
  --reflex-lg-max: 1599px;
}
.container,
.container-full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.container .row,
.container-full .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  *letter-spacing: normal;
  list-style-type: none;
}
.row:after,
.row:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
[class^="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
[class^="col-"]:after,
[class^="col-"]:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
[class^="col-"] .row {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  margin: -15px;
}
.col-12 {
  width: 100%;
  *width: 99.9%;
}
.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}
.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}
.col-9 {
  width: 75%;
  *width: 74.9%;
}
.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}
.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}
.col-6 {
  width: 50%;
  *width: 49.9%;
}
.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}
.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}
.col-3 {
  width: 25%;
  *width: 24.9%;
}
.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}
.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}
@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 0px;
  width: auto;
}
@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}
@media only screen and (min-width: 576px) {
  .order-xs-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .order-xlg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .order-xlg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xlg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xlg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xlg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xlg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xlg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xlg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xlg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xlg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xlg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xlg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xlg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
.offset-11 {
  margin-left: 91.66666667%;
  *margin-left: 91.56666667%;
}
.offset-10 {
  margin-left: 83.33333333%;
  *margin-left: 83.23333333%;
}
.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}
.offset-8 {
  margin-left: 66.66666667%;
  *margin-left: 66.56666667%;
}
.offset-7 {
  margin-left: 58.33333333%;
  *margin-left: 58.23333333%;
}
.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}
.offset-5 {
  margin-left: 41.66666667%;
  *margin-left: 41.56666667%;
}
.offset-4 {
  margin-left: 33.33333333%;
  *margin-left: 33.23333333%;
}
.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}
.offset-2 {
  margin-left: 16.66666667%;
  *margin-left: 16.56666667%;
}
.offset-1 {
  margin-left: 8.33333333%;
  *margin-left: 8.23333333%;
}
@media only screen and (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1200px) {
  .offset-lg-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1600px) {
  .offset-xlg-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.no-wrap [class^="col-"] {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.direction-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.align-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.align-end [class^="col-"] {
  vertical-align: bottom;
}
.align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.align-center [class^="col-"] {
  vertical-align: middle;
}
.align-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-end [class^="col-"] {
  vertical-align: bottom;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}
.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  vertical-align: middle;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}
.justify-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.justify-start.row {
  text-align: left;
}
.justify-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.justify-end.row {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.justify-end.row [class^="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}
.justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.justify-center.row {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.justify-center.row [class^="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}
.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.justify-space-between.row {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-between.row [class^="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}
.justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-space-around.row {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-around.row [class^="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}
.col-vertical-align-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row-bleed [class^="col-"] {
  padding: 0;
}
.col-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.col-bleed {
  padding: 0;
}
.col-bleed-x {
  padding: 15px 0;
}
.col-bleed-y {
  padding: 0 15px;
}
.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}
.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.flex-footer > :last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
}
:focus {
  outline: none;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.rich-text__blocks {
  max-width: 100% !important;
  width: 100% !important;
}
.side-popup {
  position: fixed;
  left: -89px;
  bottom: 40%;
  background-color: var(--light-brown);
  z-index: 99;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding: 5px 18px;
  text-decoration: none;
  color: black;
}
.side-popup span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.side-popup p {
  margin: 0;
  font-size: 14px;
}
.side-popup:hover {
  background-color: black;
  color: white;
}
.side-popup:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.multicolumn-list .media--portrait {
  padding: 75px;
}
.product-media-container .badge {
  border-radius: 0;
  background-color: black;
}
.price__badge-sold-out {
  border-radius: 0;
}
.button {
  text-transform: uppercase !important;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}
.button:after,
.button:before {
  content: none;
}
.button:hover {
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}
.slideshow__text.banner__box {
  padding: 0 90px 0 0;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
  background-color: black !important;
  border: 0;
}
.slider-counter__link {
  padding: 5px !important;
}
.slider-counter__link .dot {
  background-color: #f7f1f0;
  border: 0;
}
.responsive-iframe {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.two-column-banner .breadcrumb {
  position: absolute;
  bottom: 20px;
}
.breadcrumb a {
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  color: black;
}
.breadcrumb span {
  font-size: 13px;
}
.button--alternate {
  background-color: #e7b99d;
  font-weight: 700;
}
.swym-wishlist-product-detail-text-container .swym-product-final-price {
  display: none !important;
}
.swym-wishlist-product-detail-text-container .swym-wishlist-add-to-cart-btn {
  display: none !important;
}
.announcement-bar-section {
  position: sticky;
  top: 0px;
}
.section-header.shopify-section-group-header-group {
}
.h2,
h2 {
  font-weight: bold;
  font-size: 33px;
  margin: 0;
  text-transform: uppercase;
}
.h3,
h3 {
  margin: 0 !important;
  font-size: 28px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.swym-new-mailing-list-sub-heading{
  font-size:24px !important;
  line-height:1.2 !important;
  margin-top:12px !important;
  margin-bottom:12px !important;
}
.h4,
h4 {
  margin: 0 !important;
  font-size: 23px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.h5,
h5 {
  margin: 0 !important;
  font-size: 19px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
span {
  font-family: "Montserrat" !important;
}
.heading-border-underline {
  display: inline-block;
}
.heading-border-underline:after {
  content: "";
  display: block;
  bottom: 0;
  width: 50%;
  height: 4px;
  margin-top: 15px;
  background-color: green;
}
.heading-border-underline.ac {
  text-align: center;
}
.heading-border-underline.ac:after {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 24px !important;
  }
}
.announcement-bar__message {
  font-weight: bold;
  font-size: 13px !important;
}
.header__active-menu-item {
  text-decoration: none;
}
.header--nav-items-center {
  grid-template-areas: "heading navigation icons";
  -ms-grid-columns: 1fr 2rem auto 2rem 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.header .header__menu-item {
  text-underline-offset: 1.3rem !important;
  padding: 1.2rem;
}
.header .header__menu-item span {
  font-family: "Cardo" !important;
}
.header .header__menu-item:hover {
  color: var(--light-brown);
}
.header .header__menu-item:hover span {
  text-decoration: none;
}
.header .header__inline-menu .list-menu {
  font-family: "Cardo";
  text-transform: uppercase;
  font-weight: bold;
  gap: 50px;
}
.header .mega-menu__link:hover {
  color: var(--light-brown) !important;
  text-decoration: none;
}
.header .icon-caret {
  display: none;
}
.header .mega-menu .mega-menu__list--condensed {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header__heading {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header .header__icons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header header-drawer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.page-home .stamped-header-title,
.page-home .stamped-reviews-filter,
.page-home .stamped-summary,
.page-home .stamped-tab-container {
  display: none !important;
}
.page-home .stamped-review-read-more {
  color: #e5ba9f;
}
.page-home .stamped-review-header-title {
  font-size: 20px !important;
  line-height: 28px !important;
}
.page-home
  [data-widget-style="slider"]
  .stamped-review-body
  > .stamped-review-header-title {
  margin-bottom: 12px !important;
  text-align: center;
}
.page-home .stamped-review-body,
.page-home .stamped-review-content,
.page-home .stamped-review-content-body {
  margin-bottom: 0;
}
.page-home .stamped-review-content-body {
  font-family: "Montserrat" !important;
  text-align: center;
}
.page-home [data-widget-style="slider"] .stamped-review {
  border: none;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-home
  [data-widget-style="slider"]
  .stamped-review
  .stamped-verified-badge {
  color: #e5ba9f;
}
.page-home .stamped-review-header {
  text-align: center;
}
.page-home [data-widget-style="slider"] .slick-next:before,
.page-home [data-widget-style="slider"] .slick-prev:before {
  font-size: 30px !important;
}
.content-for-layout .image-with-text__content {
  padding: 50px;
}
.collapsible-content-wrapper-narrow {
  max-width: 133rem !important;
}
.collapsible-content-wrapper-narrow .collapsible-content__heading {
  margin-bottom: 30px !important;
}
.collapsible-content-wrapper-narrow .accordion__title {
  font-size: 16px !important;
}
.collapsible-content-wrapper-narrow summary:hover .accordion__title {
  text-decoration: none !important;
}
[class*="page-contact"] .multicolumn-list h3 {
  font-size: 18px !important;
}
[class*="page-contact"] .multicolumn-list .media {
  padding-bottom: 55% !important;
}
[class*="page-contact"] .multicolumn-list .link,
[class*="page-contact"] .multicolumn-list .rte p {
  font-size: 14px !important;
}
.page-additional-services-and-custom-orders-new .image-with-text__media,
.page-design-your-own .image-with-text__media {
  border: 0;
}
.page-additional-services-and-custom-orders-new
  [class*="color-scheme-"]
  .rich-text__wrapper,
.page-design-your-own [class*="color-scheme-"] .rich-text__wrapper {
  padding: 0 45px;
}
.page-additional-services-and-custom-orders-new .rich-text__wrapper,
.page-design-your-own .rich-text__wrapper {
  width: 100% !important;
  margin: 0 !important;
}
.page-additional-services-and-custom-orders-new
  .image-with-text__grid--reverse
  .image-with-text__content,
.page-design-your-own
  .image-with-text__grid--reverse
  .image-with-text__content {
  padding-left: 0 !important;
}
.page-careers-new iframe {
  border-radius: 30px !important;
}
.page-careers-new iframe h3 {
  font-family: "Cardo" !important;
  letter-spacing: 0 !important;
  color: #000 !important;
}
.article-template .social-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin-bottom: -20px;
}
.article-template .social-sharing a {
  text-decoration: none;
}
.article-template .social-sharing li {
  width: 26px;
}
.article-template .social-sharing svg {
  width: 26px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.article-template .share-title {
  opacity: 0;
}
.page-width--narrow {
  max-width: 80%;
}
@media only screen and (max-width: 480px) {
  [class*="page-"] .banner__content--bottom-left .banner__box {
    background-color: #dfe3e8 !important;
  }
  .content-for-layout .banner h2,
  .content-for-layout .banner p {
    color: black;
  }
  .content-for-layout .image-with-text__content {
    padding: 20px;
  }
  .page-additional-services-and-custom-orders-new .image-with-text__media,
  .page-design-your-own .image-with-text__media {
    padding-bottom: 97px !important;
    margin-right: 20px;
    margin-left: -20px;
  }
  .page-additional-services-and-custom-orders-new .collapsible-content__heading,
  .page-design-your-own .collapsible-content__heading {
    font-size: 22px !important;
  }
  .page-additional-services-and-custom-orders-new .rich-text__wrapper,
  .page-design-your-own .rich-text__wrapper {
    padding: 0 20px !important;
  }
  .page-additional-services-and-custom-orders-new
    .image-with-text--overlap
    .image-with-text__content,
  .page-design-your-own .image-with-text--overlap .image-with-text__content {
    margin: 0 auto 0 !important;
  }
  [class*="page-ring-size-chart"] table {
    width: 90%;
  }
  [class*="page-ring-size-chart"] table td {
    padding: 1rem 0;
    font-size: 13px;
  }
}
.rosendorffs-form-poa {
  margin-left: -15px;
  margin-right: -15px;
}
.rosendorffs-form-poa h1,
.rosendorffs-form-poa p {
  margin-top: 0;
}
.rosendorffs-form-poa [class^="col-"] {
  padding: 10px;
}
.rosendorffs-form-poa input,
.rosendorffs-form-poa select,
.rosendorffs-form-poa textarea {
  font-size: 1.2rem;
}
[id*="Details-4"] {
  display: none;
}
.page-all-jewelry [id*="Details-4"] {
  display: block;
}
.product-detail .btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.product-detail .btns-wrapper [class*="-btn"] {
  text-decoration: none;
  color: black;
  font-size: 14px;
}
.product-detail .product-media-container .badges-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 0;
  right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
  pointer-events: none;
}
.product-detail .product-media-container .badge {
  text-transform: uppercase;
  font-weight: 600;
}
.product-detail .product__info-wrapper {
  z-index: 1;
}
.product-detail .product__info-container .badge {
  opacity: 0;
}
.product-detail .product__info-container [id*="variant-selects-template"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.product-detail .product__title {
  margin-top: 14px !important;
}
.product-detail .product__title h1 {
  font-size: 33px;
}
.product-detail .ex-tab-link {
  border-bottom: 1px solid black;
  line-height: 1.3;
  cursor: pointer;
  margin-bottom: 20px;
}
.product-detail #myDIV table {
  width: 100%;
}
.product-detail .product-popup-modal__opener .product-popup-modal__button {
  padding-right: 0;
  min-height: 0;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: 1px solid black;
}
.product-detail .product-popup-modal__opener:nth-of-type(2) {
  margin-left: 20px;
}
.product-detail .product__sku {
  font-size: 14px;
  margin-top: 35px;
}
.product-detail .product-form__buttons .button {
  background-color: #6b7fd4;
  color: white;
}
.product-detail .product-form__input {
  margin-top: 30px;
}
.product-detail .product-form__input .select {
  max-width: 100%;
}
.product-detail .product-form__input--dropdown {
  margin: 0;
  max-width: 50%;
}
.product-detail .quantity-add-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 7px;
}
.product-detail .quantity-add-cart .quantity {
  margin-top: 10px;
}
.product-detail .quantity-add-cart .quantity__rules {
  width: 70%;
  margin-top: 10px;
}
.product-detail .quantity-add-cart .product-form {
  margin: 0;
}
.product-detail .accordion__content {
  padding: 0 !important;
}
.product-detail .product-description span {
  font-size: 16px !important;
}
.product-detail .summary__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin-left: 5px;
}
.product-detail .summary__title .accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid black;
}
.product-detail .summary__title .accordion__title p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn-go-back {
  font-size: 14px;
  cursor: pointer !important;
  text-decoration: none;
  color: black;
}
.buy-now-mobile {
  display: none;
}
@media only screen and (max-width: 1500px) {
  .product-detail
    .product
    .product__info-container
    [id*="variant-selects-template"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .product-detail .product-form__input--dropdown {
    width: 100%;
  }
  .product-detail .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-detail .product .grid__item {
    width: 100% !important;
    padding: 0;
  }
  .product-detail .product .grid__item .product__info-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .product-detail .btns-wrapper {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .product-detail .product {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .product-detail .product .grid__item {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing)) !important;
  }
  .product-detail .price__badge-sale {
    display: none;
  }
  .product-detail .badge {
    padding: 5px 8px;
    font-size: 11px !important;
    border-radius: 0;
    background-color: black;
    opacity: 1;
  }
  .buy-now-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 14px;
    border-top: 1px solid #e5ba9f;
    padding: 10px 20px;
    z-index: 9;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
  }
  .buy-now-mobile .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
  }
  .buy-now-mobile .wrapper .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
  }
  .buy-now-mobile .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
  }
  .buy-now-mobile .make-an-offer-button {
    display: none !important;
  }
  .buy-now-mobile p {
    margin: 0;
    font-size: 12px;
  }
  .buy-now-mobile .product-price s {
    font-size: 12px;
  }
  .buy-now-mobile .btn-buy-now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .buy-now-mobile .btn-buy-now .btn {
    font-size: 12px;
    padding: 0 9px;
    min-width: 102px;
    min-height: 35px;
  }
}
.custom-form-container .col-sm-6 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ex-slideshow-container {
  z-index: 0;
}
.ex-slideshow-container .slick-slider {
  line-height: 0;
}
.ex-slideshow-container {
  position: relative;
  display: block;
}
.ex-slideshow-container .page-width {
  position: relative;
}
.ex-slideshow-container .button:hover {
  background-color: var(--light-brown) !important;
  color: black;
}
.ex-slideshow-container .arrow-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: black;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 10px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.0392156863) 0 1px 10px,
    rgba(0, 0, 0, 0.0588235294) 0 1px 10px;
  padding: 10px;
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
}
.ex-slideshow-container .arrow-container.nav-prev {
  left: 10px;
}
.ex-slideshow-container .arrow-container.nav-next {
  right: 10px;
}
.ex-slideshow-container .arrow-container .arrow {
  top: 3px;
  width: 24px;
  height: 24px;
}
.ex-slideshow-container .arrow-container .arrow:before {
  width: 14px;
  height: 14px;
}
.ex-slideshow-container .arrow-container .arrow.left:before {
  top: 1px;
  left: 6px;
}
.ex-slideshow-container .arrow-container .arrow.right:before {
  top: 1px;
  left: 1px;
}
.ex-slideshow-container .slick-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.ex-slideshow-container .slick-dots li {
  margin: 0 0.25rem;
}
.ex-slideshow-container .slick-dots button {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #dfe3e8;
  text-indent: -9999px;
  cursor: pointer;
}
.ex-slideshow-container .slick-dots li.slick-active button {
  background-color: rgb(0, 0, 0);
}
.ex-slideshow-container .row .slideshow-image img,
.ex-slideshow-container .row .slideshow-image source {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ex-slideshow-container .row .slideshow-image-adaptive img,
.ex-slideshow-container .row .slideshow-image-adaptive source {
  height: 100%;
  width: 100%;
}
.ex-slideshow-container .row .banner-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 60px;
}
.ex-slideshow-container .row .banner-content-container.page-width {
  padding: 0;
}
.ex-slideshow-container .row .banner-content-container .banner-content {
  padding: 90px 30px;
  line-height: 1.5;
}
.ex-slideshow-container .row .banner-content-container .banner-content h1 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .ex-slideshow-container .row .banner-content-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
  }
  .ex-slideshow-container .row .banner-content-container .banner-content {
    max-width: 100% !important;
    text-align: center;
  }
}
.tabs-container {
  margin-top: 30px;
  border: 1px solid #cecece;
}
.vertical {
  margin-left: -15px;
  margin-top: -15px;
}
.vertical .nav-tabs {
  border-bottom: none;
}
.vertical .nav-tabs ul li {
  display: block;
  margin-right: 0;
  padding: 0 20px;
  border-bottom: 2px solid white;
  background-color: #e3e3e3;
}
.vertical .nav-tabs ul li.current {
  color: #676767;
  border-bottom: 2px solid white;
  background-color: transparent;
}
.nav-tabs {
  border-bottom: 1px solid #e0e0e0;
}
.nav-tabs.page-tabs {
  margin-bottom: 3rem;
}
.nav-tabs.page-tabs ul {
  margin: 0;
}
.nav-tabs.page-tabs ul li {
  line-height: 4em;
}
.nav-tabs .tabs {
  list-style: none;
}
.nav-tabs .tabs li {
  background: none;
  color: #222;
  display: inline-block;
  cursor: pointer;
  line-height: 2.5rem;
  padding: 0;
  margin-bottom: 0;
  margin-right: 20px;
  border-bottom: 2px solid transparent;
}
.nav-tabs .tabs li.current {
  color: #676767;
  border-bottom: 2px solid #676767;
}
.tab-content {
  display: none;
  width: 100%;
}
.tab-content.current {
  display: inherit;
}
.tab-content.current a {
  text-decoration: underline;
}
.ticket-wrapper {
  position: relative;
  overflow: hidden;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
.ticket-wrapper:hover {
  color: white !important;
}
.content-cards-container {
  padding-top: 90px;
  padding-bottom: 90px;
}
.content-cards-container .section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px;
}
.content-cards-container .section-text .section-body,
.content-cards-container .section-text .section-heading {
  display: inline-block;
  text-align: center;
}
.content-cards-container .cards-container {
  margin-bottom: 90px;
}
.content-cards-container .cards-container .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-cards-container .cards-container .card-container .card-body,
.content-cards-container .cards-container .card-container .card-heading {
  width: 80%;
  text-align: center;
}
.content-cards-container .section-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@property --gradientStart {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0);
  inherits: false;
}
@property --gradientEnd {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0.25);
  inherits: false;
}
.ex-collection-full-width {
  max-width: 100%;
  padding: 0;
  margin-top: 90px;
}
.ex-collection-full-width .col-sm-6:first-child a,
.ex-collection-full-width .col-sm-6:nth-child(3) a {
  margin-right: 20px;
}
.ex-collection-full-width .col-sm-6:nth-child(2) .inner-wrapper .content,
.ex-collection-full-width .col-sm-6:nth-child(4) .inner-wrapper .content {
  bottom: 70px;
}
.ex-collection-full-width a {
  display: block;
  text-decoration: none;
}
.ex-collection-full-width .inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.ex-collection-full-width .inner-wrapper .content {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.ex-collection-full-width .inner-wrapper .btn-ghost {
  display: inline-block;
  color: black;
  border-bottom: 1px solid black;
  margin-top: 10px;
}
.ex-collection-full-width .inner-wrapper:hover .btn-ghost {
  color: #be6554;
  border-color: #be6554;
}
@media only screen and (max-width: 1024px) {
  .multicolumn .page-width {
    padding-left: 0;
    padding-right: 0;
  }
  .ex-collection-section [class*="-image-"] {
    height: 200px !important;
  }
  .ex-collection-section p {
    margin-bottom: -20px !important;
    line-height: 1.5;
  }
  .multicolumn .multicolumn-list__item {
    width: 19% !important;
  }
}
@media only screen and (max-width: 480px) {
  .multicolumn .multicolumn-list__item {
    width: 50% !important;
    margin: 0 !important;
  }
  .ex-collection-section [class*="-image-"] {
    margin-right: 0 !important;
    margin-top: 15px;
  }
  .ex-collection-full-width .col-sm-6:first-child a,
  .ex-collection-full-width .col-sm-6:nth-child(3) a {
    margin-right: 0;
  }
}
.video-banner-container {
  display: block;
}
.video-banner-container .btn {
  background-color: white;
  border-color: white;
  color: black;
}
.video-banner-container .btn:hover {
  background-color: var(--light-brown) !important;
  color: black;
}
.video-banner-container .mobile-video {
  display: none;
}
@media only screen and (max-width: 480px) {
  .video-banner-container .mobile-video {
    display: block;
  }
  .video-banner-container .desktop-video {
    display: none;
  }
  .video-banner-container .row .banner-content-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .video-banner-container .row .banner-content-container .banner-content {
    max-width: 100%;
    text-align: center;
  }
  .video-banner-container:after {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    ) !important;
    background-image: linear-gradient(
      0deg,
      rgb(0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 100%
    ) !important;
  }
  .banner-wrapper .row {
    top: 65% !important;
    right: 20px;
    left: 20px;
  }
}
.ex-featured-collection .card-information,
.ex-featured-collection .card__information {
  text-align: center;
}
.ex-featured-collection .collection__title.title-wrapper {
  margin-bottom: 60px;
}
.ex-featured-collection .title {
  margin-bottom: 25px !important;
}
.ex-featured-collection .card__heading {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 2.5rem;
  font-family: "Montserrat";
}
.ex-featured-collection .ex-contains-card .card-wrapper {
  margin: 12px;
}
.ex-featured-collection .full-unstyled-link {
  font-size: 14px;
}
.ex-featured-collection .ex-contains-card button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ex-featured-collection .ex-contains-card .slide-arrow {
  position: absolute;
  top: 35%;
  margin-top: -15px;
  cursor: pointer;
}
.ex-featured-collection .ex-contains-card .prev-arrow {
  left: -25px;
  display: inline-block;
  border-right: 2.4px solid black;
  border-bottom: 2.4px solid black;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ex-featured-collection .ex-contains-card .next-arrow {
  right: -30px;
  display: inline-block;
  border-right: 2.4px solid black;
  border-bottom: 2.4px solid black;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ex-featured-collection .ex-contains-card .slick-disabled {
  border-right: 2.4px solid #dfe3e8;
  border-bottom: 2.4px solid #dfe3e8;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .collection__title.title-wrapper {
    margin-bottom: 30px !important;
  }
  .collection__title.title-wrapper .ex-contains-card .prev-arrow {
    left: -15px !important;
  }
  .collection__title.title-wrapper .ex-contains-card .next-arrow {
    right: -15px !important;
  }
}
@media only screen and (max-width: 480px) {
  .ex-contains-card .prev-arrow {
    left: -5px !important;
  }
  .ex-contains-card .next-arrow {
    right: -5px !important;
  }
  .slider-mobile-gutter {
    padding: 0 18px !important;
  }
}
@property --gradientStart {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0);
  inherits: false;
}
@property --gradientEnd {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0.25);
  inherits: false;
}
.ex-collection-section {
  margin-top: 90px;
}
.ex-collection-section .first-row a:hover .wrapper,
.ex-collection-section .second-row a:hover .wrapper {
  z-index: 1;
}
.ex-collection-section [class*="-image-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  margin-right: 20px;
}
.ex-collection-section .first-row .second-image-small,
.ex-collection-section .second-row .large-image {
  margin-right: 0 !important;
}
.ex-collection-section .second-row {
  margin-top: 15px;
}
.ex-collection-section p {
  margin: 0;
  color: black;
}
.ex-collection-section a {
  text-decoration: none;
}
.ex-collection-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 30px;
  height: inherit;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--gradientStart)),
    to(var(--gradientEnd))
  );
  background: linear-gradient(var(--gradientStart), var(--gradientEnd));
  transition: --gradientStart 0.25s, --gradientEnd 0.25s;
  cursor: pointer;
  z-index: -1;
}
.ex-collection-section .wrapper:hover {
  --gradientStart: rgba(0, 0, 0, 0);
  --gradientEnd: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 480px) {
  .ex-collection-section .second-row .second-image-small {
    background-size: 250px;
  }
}
.related-products-title {
  margin-top: 90px;
  padding: 20px;
  text-align: center;
  background-color: black;
}
.related-products-title h2 {
  color: white;
}
.expand-related-products {
  margin-bottom: 10px;
}
.expand-related-products .product-wrapper {
  text-decoration: none;
}
.expand-related-products .image-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 5px solid white;
  border-top: 10px solid white;
}
.expand-related-products .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  border-left: 5px solid white;
  border-right: 5px solid white;
  border-top: 10px solid white;
}
.expand-related-products .product-wrapper .product-text-wrapper {
  z-index: -1;
}
.expand-related-products .product-wrapper:hover .product-text-wrapper {
  z-index: 1;
}
.expand-related-products .product-wrapper:hover:before {
  background-color: rgba(255, 255, 255, 0.9);
  content: "";
  display: block;
  height: inherit !important;
  position: absolute;
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .expand-related-products .product-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 20px;
    height: 290px;
  }
  .expand-related-products .product-wrapper:hover:before {
    top: 0;
  }
  .expand-related-products .product-text-wrapper {
    margin-bottom: -24px;
    z-index: 1 !important;
  }
  .expand-related-products .product-text-wrapper h3,
  .expand-related-products .product-text-wrapper h4 {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 480px) {
  .expand-related-products {
    margin-bottom: 0;
  }
  .expand-related-products .product-wrapper {
    height: 420px;
  }
  .expand-related-products .product-wrapper .product-text-wrapper {
    margin-bottom: 0;
    padding: 0 20px;
  }
  .expand-related-products .product-wrapper .product-text-wrapper h3,
  .expand-related-products .product-wrapper .product-text-wrapper h4 {
    font-size: 16px !important;
  }
  .expand-related-products .image-wrapper {
    height: 400px;
    border-left: 0;
  }
}
.breadcrumbs-wrapper .breadcrumb {
  padding: 15px 45px;
  font-size: 13px;
}
.breadcrumbs-wrapper .breadcrumb a,
.breadcrumbs-wrapper .breadcrumb span {
  font-size: 13px !important;
}
.sticky-top {
  position: sticky;
  top: 115px;
  background-color: white;
  z-index: 2;
}
.sticky-top.show-border:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.facets-vertical-form {
  display: none !important;
}
.facet-filters__field .select__select,
.facet-filters__label,
.facets__summary {
  font-weight: bold;
  text-transform: uppercase;
}
.facet-filters__field .select__select option,
.facet-filters__label option,
.facets__summary option {
  text-transform: none;
}
.product-grid-container .card-information,
.product-grid-container .card__heading {
  text-align: center;
}
.ex-product-card-wrapper .card__information {
  padding-top: 25px;
}
.ex-product-card-wrapper .card__heading {
  font-weight: bold;
}
.ex-product-card-wrapper .card__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 5px;
  margin-right: -10px;
}
.ex-product-card-wrapper .badge {
  background-color: black;
  border-radius: 0;
  padding: 4px 10px;
  color: white;
  position: absolute;
  top: 5px;
  left: 10px;
}
#expand_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .sticky-top {
    top: 60px !important;
  }
}
@media only screen and (max-width: 480px) {
  .breadcrumb {
    padding: 0 15px;
  }
  .sticky-top {
    padding: 10px 15px 15px 15px !important;
    top: 90px !important;
  }
  .sticky-top .product-count {
    display: none;
  }
  .product-grid-container .product-grid {
    padding: 0 10px;
  }
}
.two-column-banner .text-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  line-height: 3;
  padding: 60px !important;
}
.two-column-banner .text-column h2 {
  letter-spacing: 0;
}
.two-column-banner .page-container .main-content {
  padding: 0;
  margin-top: -60px;
}
.row .col-sm-6 .banner-heading {
  text-align: center;
}
.row .col-sm-6 .banner-description {
  text-align: center;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (max-width: 480px) {
  .two-column-banner {
    padding-bottom: 20px !important;
  }
  .two-column-banner .text-column {
    height: auto !important;
  }
}
.ex-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ex-thumbnail-list {
  padding-bottom: 50px !important;
}
.ex-gallery .slick-next,
.ex-gallery .slick-prev {
  position: absolute;
  bottom: 0;
}
.ex-gallery .slider-mobile-gutter {
  width: 88%;
}
.ex-gallery .thumbnail-slider {
  width: 17%;
  min-width: 120px;
}
.ex-gallery .slick-list,
.ex-gallery .slick-track {
  width: 100%;
  min-width: 100%;
}
.ex-gallery button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ex-gallery .thumbnail {
  padding: 10px 0 !important;
}
.ex-gallery .slide-arrow {
  position: absolute;
  bottom: 9px;
  cursor: pointer;
}
.ex-gallery .prev-arrow {
  left: 32px;
  display: inline-block;
  border-right: 2.4px solid black;
  border-bottom: 2.4px solid black;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.ex-gallery .next-arrow {
  right: 30%;
  bottom: 16px;
  display: inline-block;
  border-right: 2.4px solid black;
  border-bottom: 2.4px solid black;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ex-gallery .thumbnail-slider .thumbnail-list.slider--tablet-up {
  padding: 0;
}
.ex-gallery .slick-active {
  width: 120px !important;
}
.ex-gallery .slick-disabled {
  border-right: 2.4px solid #dfe3e8;
  border-bottom: 2.4px solid #dfe3e8;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .ex-gallery .thumbnail-slider {
    width: 36%;
  }
  .ex-gallery .thumbnail-slider .next-arrow {
    right: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .ex-gallery .slider-mobile-gutter {
    margin: 0 !important;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}
.modal-content {
  position: relative;
  background-color: white;
  padding: 50px;
  width: 530px;
}
.close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  font-size: 40px;
  line-height: 0.5;
  color: #000;
}
.ex-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  gap: 9px;
  cursor: pointer;
  font-size: 14px;
}
.ex-share img {
  width: 20px;
}
.ex-share p {
  margin-top: 2px;
  margin-bottom: 0;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.modal-footer img {
  -webkit-filter: invert(1);
  filter: invert(1);
  width: 14px;
}
.modal-footer #emailButton,
.modal-footer .copy-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.modal-footer .img-wrapper {
  background-color: black;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* raj code here */
.custom-footer-image{   
        position:absolute;
        width: 100%;
        max-width: 100%;
        display:flex;
        height:40px;
        justify-content:center;
        bottom:25px;
}   
  .product .footer-image .swym-wishlist-cta{
      display:none !important
    }

.swym-button.swym-add-to-wishlist{
  outline:none !important;
  border:none;
}   
.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext{
  width:40px;
  height:40px;
}
.footer-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px !important;
  top: unset !important;
  padding: 0px;
  z-index: 2;
width:min(max(500px, calc(100vh - 170px)),100%); 
}
  @media screen and (max-width:767px){
      
    .product .custom-footer-image{
      bottom:60px;
    }
}

@media screen and (max-width: 767px) {
  .product .footer-image {
    padding: 0 !important;
    width: min(max(300px, calc(100vh - 400px)), 100%);
  }
}


@media only screen and (max-width: 480px) {
  .custom-footer-image {
    width: calc(88% - 3rem - 4px) !important;
  }
}
.blog-articles {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 25px !important;
  -moz-column-gap: 25px !important;
  column-gap: 25px !important;
}
.blog-articles .article {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 32%;
}
.blog-articles .article-card .card__heading {
  font-size: 20px !important;
}
.blog-articles .article-card__info span {
  font-size: 14px;
}
.social-buttons {
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  padding: 0;
}
.social-buttons:after,
.social-buttons:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.social-buttons:after,
.social-buttons:before {
  content: " ";
  display: table;
  line-height: 0;
}
.social-buttons:after {
  clear: both;
}
.button__share {
  float: left;
  background-color: #888;
  margin-right: 0.7em;
  margin-bottom: 0.7em;
  border-radius: 4px;
}
.button__share:last-child {
  margin-right: 0;
}
.button__share:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.button__share a {
  color: #fff;
  font-family: Arial, Helvetica, -apple-system, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.33;
  text-decoration: none;
  padding: 0.35em 0.7em;
  display: inline-block;
}
.button__share--facebook {
  background-color: #3b5998;
}
.button__share--twitter {
  background-color: #55acee;
}
.button__share--linkedin {
  background-color: #0077b5;
}
.article-template__social-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 480px) {
  .blog-articles .article {
    width: 100%;
  }
  .main-blog {
    padding-top: 0 !important;
  }
}
.cart-item__name,
.pickup-availability-list__item h3,
.predictive-search__item span,
.predictive-search__item-heading {
  font-size: 14px !important;
  font-family: "Montserrat" !important;
}
.cart__empty-text,
.cart__login-title,
.drawer__heading,
.pickup-availability-drawer-title,
.predictive-search__heading,
.totals__subtotal {
  font-size: 20px !important;
}
.predictive-search__heading {
  padding: 20px !important;
}
.cart-drawer__empty-content .button {
  margin: 25px 0;
}
.cart__empty-text {
  margin-bottom: 0;
}
.cart__warnings .button {
  margin-bottom: 25px;
}
.swym-product-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swym-heading-1,
.swym-wishlist-product-title {
  line-height: 34px !important;
  font-family: "Cardo" !important;
  font-size: 22px !important;
  color: black !important;
}
.swym-heading-2 {
  font-family: "Cardo" !important;
  color: black !important;
}
.swym-product-image {
  width: 120px !important;
  height: 120px !important;
}
.swym-button,
.swym-button-2,
.swym-details,
.swym-new-wishlist-name,
.swym-wishlist-items-title {
  font-family: "Montserrat" !important;
}
.swym-product-title:after {
  background: #e4e4e4 !important;
  height: 1px !important;
}
.swym-modal-content .swym-button {
  font-weight: normal !important;
}
.swym-modal-content .swym-add-to-list-btn,
.swym-modal-content .swym-bg-2 {
  background-color: black !important;
}
.swym-modal-content .swym-new-wishlist-name:focus {
  border: 1px solid black !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.swym-wishlist-page .swym-wishlist-list-card {
  border: 1px solid rgba(0, 0, 0, 0.1803921569) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.swym-empty-wishlist-text {
  text-align: center !important;
  font-family: "Montserrat" !important;
  letter-spacing: 0.06rem !important;
  margin-top: 15px !important;
}
.swym-empty-wishlist-continue-btn {
  font-weight: 300 !important;
  text-transform: uppercase !important;
  background-color: #000 !important;
  letter-spacing: 0.1rem !important;
}
.swym-empty-wishlist-continue-btn:hover {
  background-color: #e3bba1 !important;
  color: #000 !important;
}
.swym-wishlist-main-title {
  font-size: 33px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.page-swym-wishlist .main-page-title {
  display: none !important;
}
.swym-user-login-status:before,
.swym-user-text {
  color: #000 !important;
}
.swym-product-final-price {
  color: #000 !important;
}
.page-rewards .banner__content .banner__box {
  max-width: 80rem !important;
}
.page-rewards .ticket-wrapper:hover {
  color: #e7b99d !important;
}
.page-rewards .lion-integrated-page-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page-rewards .lion-reward-item__content,
.page-rewards .lion-rule-item__content {
  border-radius: 0 !important;
}
.page-rewards .lion-tier-box:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.page-rewards .lion-rewards-list,
.page-rewards .lion-rules-list,
.page-rewards .lion-tier-overview {
  background-color: #f5f5f5 !important;
  border-radius: 0 !important;
}
.page-rewards .lion-reward-item__title,
.page-rewards .lion-rule-item__title,
.page-rewards .lion-tier-box__title {
  font-family: "Montserrat" !important;
  color: #121212 !important;
}
.page-rewards .lion-integrated-page-section__heading-text {
  font-family: "Cardo" !important;
  color: black !important;
  margin-bottom: 12px !important;
}
.page-rewards .lion-integrated-page-section__heading-text:after,
.page-rewards .lion-integrated-page-section__heading-text:before {
  display: none !important;
}
.page-rewards .app-block-section.app-block-1 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  background-color: black;
}
.page-rewards .app-block-section.app-block-1 h3 {
  color: white !important;
}
.page-rewards .app-block-section.app-block-1 .heading .subtitle,
.page-rewards .app-block-section.app-block-1 .heading h2 {
  color: white;
  text-align: center;
}
.page-rewards .app-block-section.app-block-1 .lion-rules-list {
  background-color: black !important;
  -ms-grid-columns: (1fr) [4] !important;
  grid-template-columns: repeat(4, 1fr) !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content {
  padding: 60px !important;
  border: 1px solid white !important;
}
.page-rewards .app-block-section.app-block-1 .lion-rules-list .lion-rule-item,
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content {
  background-color: black !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item
  .lion-rule-item__points,
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item
  .lion-rule-item__title,
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-rule-item__points,
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-rule-item__title {
  color: white !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-rule-item__icon {
  -webkit-mask: unset !important;
  mask: unset !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-icon__rule--purchase {
  background-image: url(/cdn/shop/files/icon-diamond-white.svg?v=1731669106) !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-icon__rule--signup {
  background-image: url(/cdn/shop/files/icon-user-white.svg?v=1731669106) !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-icon__rule--instagram-follow {
  background-image: url(/cdn/shop/files/icon-instagram-white.svg?v=1731669106) !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-icon__rule--facebook-like {
  background-image: url(/cdn/shop/files/icon-facebook-white.svg?v=1731669105) !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-icon__rule--birthday {
  background-image: url(/cdn/shop/files/icon-gift-white.svg?v=1731669105) !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-icon__rule--newsletter-signup {
  background-image: url(/cdn/shop/files/icon-email-white.svg?v=1731669106) !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-icon__rule--referral {
  background-image: url(/cdn/shop/files/icon-megaphone-white.svg?v=1731669106) !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-rule-item__actions
  button {
  border-radius: 0px !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-rule-item__actions
  button:not(.lion-action-button--disabled.lion-action-button--completed) {
  border-color: white !important;
  color: white !important;
}
.page-rewards
  .app-block-section.app-block-1
  .lion-rules-list
  .lion-rule-item__content
  .lion-rule-item__actions
  button:not(
    .lion-action-button--disabled.lion-action-button--completed
  ):hover {
  color: #ecc8b1 !important;
}
.page-rewards .app-block-section.app-block-2 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  background-color: white;
  color: black;
}
.page-rewards .app-block-section.app-block-2 .heading .subtitle,
.page-rewards .app-block-section.app-block-2 .heading h2 {
  color: black;
  text-align: center;
}
.page-rewards .app-block-section.app-block-2 .lion-rewards-list {
  background-color: transparent !important;
}
.page-rewards
  .app-block-section.app-block-2
  .lion-rewards-list
  .lion-reward-item--checkout-redemption {
  background-color: white !important;
  border: 1px solid transparent !important;
  border-bottom: 1px solid black !important;
}
.page-rewards
  .app-block-section.app-block-2
  .lion-rewards-list
  .lion-reward-item:last-of-type
  .lion-reward-item__icon {
  height: 78px !important;
  width: 60px !important;
  -webkit-mask: unset !important;
  mask: unset !important;
  background-image: url(/cdn/shop/files/icon-shopper-black.svg?v=1731667195) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
.page-rewards
  .app-block-section.app-block-2
  .lion-rewards-list
  .lion-reward-item:last-of-type
  .lion-reward-item__title {
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #9f9f9f !important;
}
.page-rewards
  .app-block-section.app-block-2
  .lion-rewards-list
  .lion-reward-item:not(:last-of-type)
  .lion-reward-item__icon {
  height: 36px !important;
  width: 48px !important;
  -webkit-mask: unset !important;
  mask: unset !important;
  background-image: url(/cdn/shop/files/icon-money-bill-gray.svg?v=1731669631) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
.page-rewards
  .app-block-section.app-block-2
  .lion-rewards-list
  .lion-reward-item:not(:last-of-type)
  .lion-reward-item__title {
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #9f9f9f !important;
}
.page-rewards
  .app-block-section.app-block-2
  .lion-rewards-list
  .lion-reward-item:not(:last-of-type)
  .lion-reward-item__actions
  button {
  border-radius: 0px !important;
}
.page-rewards .app-block-section.app-block-3 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  background-color: black;
}
.page-rewards .app-block-section.app-block-3 h3 {
  color: white !important;
}
.page-rewards .app-block-section.app-block-3 .heading .subtitle,
.page-rewards .app-block-section.app-block-3 .heading h2 {
  color: white;
  text-align: center;
}
.page-rewards .app-block-section.app-block-3 .lion-tier-overview {
  background-color: black !important;
}
.page-rewards .app-block-section.app-block-3 .lion-tier-overview div,
.page-rewards .app-block-section.app-block-3 .lion-tier-overview h3,
.page-rewards .app-block-section.app-block-3 .lion-tier-overview p {
  color: white !important;
}
.page-rewards
  .app-block-section.app-block-3
  .lion-tier-overview
  .lion-tier-box__header {
  background-color: black !important;
}
.page-rewards
  .app-block-section.app-block-3
  .lion-tier-overview
  .lion-tier-box {
  background-color: black !important;
}
.page-rewards
  .app-block-section.app-block-3
  .lion-tier-overview
  .lion-tier-box
  .lion-tier-box__purchase-rule {
  border-top: 1px solid white !important;
  border-bottom: 1px solid white !important;
}
.page-rewards
  .app-block-section.app-block-3
  .lion-tier-overview
  .lion-tier-box
  .lion-tier-box__purchase-rule
  span {
  color: #ecc8b1 !important;
}
.page-rewards
  .app-block-section.app-block-3
  .lion-tier-overview
  .lion-tier-box
  .lion-tier-box__title {
  color: #ecc8b1 !important;
}
.page-rewards
  .app-block-section.app-block-3
  .lion-tier-overview
  .lion-tier-box
  .lion-rule-item__points,
.page-rewards
  .app-block-section.app-block-3
  .lion-tier-overview
  .lion-tier-box
  .lion-rule-item__title {
  color: white !important;
}
.page-rewards
  .app-block-section.app-block-3
  .lion-tier-overview
  .lion-tier-box
  .lion-progress-bar__container {
  display: none !important;
}
.page-rewards
  .app-block-section.app-block-3
  .lion-tier-overview
  .lion-tier-box:has(.lion-progress-bar__container) {
  border: 1px solid #ecc8b1 !important;
}
.page-rewards
  .app-block-section.app-block-3
  .lion-tier-overview
  .lion-tier-box
  .lion-tier-box__you-are-here {
  max-width: 150px !important;
}
@media only screen and (max-width: 1024px) {
  .app-block-section.app-block-1 .lion-rules-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer .footer-block__details-content a {
  font-size: 14px;
}
.footer .divider {
  display: block;
  margin-top: 30px;
  border-bottom: solid 0.1rem rgba(var(--color-foreground), 0.08);
}
.footer .footer-block__details-content a,
.footer .footer-link {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.footer .footer-block__details-content a:hover,
.footer .footer-link:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: underline;
}
.footer .col-sm-6 {
  padding: 0;
}
.footer .col-sm-6 h3 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
}
.footer .col-sm-6 p {
  font-size: 14px;
}
.footer .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.footer .footer-link img {
  margin-top: 5px;
}
.footer .footer-block__heading {
  font-weight: bold;
  margin-bottom: 20px !important;
}
.footer .footer__blocks-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.footer .list-payment {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.footer .footer__column--info {
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
.footer .list-social {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-left: -7px;
}
.footer .list-social .list-social__link {
  padding: 8px;
}
.footer .list-social .list-social__link .icon {
  height: 2.8rem;
  width: 2.8rem;
}
.footer .form-column {
  padding: 0 45px;
}
.footer .form-column .footer-block__newsletter {
  text-align: left;
}
.footer .form-column .footer-block__newsletter .newsletter-form {
  margin: 0;
  max-width: 100%;
}
.footer
  .form-column
  .footer-block__newsletter
  .newsletter-form
  .newsletter-form__field-wrapper {
  max-width: 100%;
}
.footer .form-column .footer-block__newsletter .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.footer .form-column .footer-block__newsletter .form-wrapper input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 0;
  font-family: "Montserrat";
}
.footer
  .form-column
  .footer-block__newsletter
  .form-wrapper
  input:focus-visible {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer .form-column .footer-block__newsletter .form-wrapper .button {
  width: 105px;
  background-color: black;
  color: white;
  cursor: pointer;
}
.footer .form-column .footer-block__newsletter .form-wrapper .button:hover {
  background-color: var(--light-brown) !important;
  color: black;
}
.footer .footer__content-bottom {
  border-top: 0;
}
.footer .footer__content-bottom-wrapper {
  margin-top: 70px;
}
.footer .footer__content-bottom-wrapper .footer__copyright {
  text-align: left !important;
  color: black;
}
.footer .footer__content-bottom-wrapper .country-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.footer .footer__content-bottom-wrapper .country-selector form {
  margin-right: 0;
}
.footer .footer__content-bottom-wrapper .disclosure__button {
  background-color: white;
}
.footer .footer__content-bottom-wrapper .disclosure__button:after,
.footer .footer__content-bottom-wrapper .disclosure__button:before {
  display: none;
}
.footer .hide-on-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .footer .footer__blocks-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
  .footer .footer-block__image-wrapper {
    width: 170px;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footer__column {
    padding: 0;
  }
  .footer .footer-block__image-wrapper {
    width: 100%;
  }
  .footer .footer__list-social {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
  .footer .form-column {
    padding: 0;
    margin-top: 45px;
  }
  .footer .country-selector {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
}
.modal-active {
  overflow: hidden;
}
.modal-mask {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-mask.active {
  visibility: visible;
  opacity: 1;
}
.modal-mask .modal-container {
  position: absolute;
  top: 5%;
  max-width: 60%;
  background: white;
  padding: 40px 50px;
}
.modal-mask .modal-container ol {
  margin-left: 25px;
}
.modal-mask .modal-container ol li {
  list-style-type: decimal;
}
.modal-mask .modal-container ul li {
  list-style-type: disc;
}
.modal-mask .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  background: none;
  color: black;
  cursor: pointer;
  border: 0;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .modal-mask .modal-container {
    max-width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .modal-mask .modal-container {
    max-width: 100%;
  }
}
#loyaltylion .lion-header .lion-header__nav .lion-header__nav-link {
  display: none !important;
}
#loyaltylion .lion-history-table__header-cell,
#loyaltylion .lion-history-table__row:nth-child(2n) {
  background-color: #dfe3e8 !important;
}
#loyaltylion .lion-history-table {
  border: var(--lion-section-grid-gap) solid #dfe3e8 !important;
}
.menu_image p {
  margin: 0px;
}
.menu_image img {
  width: 200px;
}
.mega-menu .mega-menu__content .mega-menu__link--level-2 {
  text-transform: uppercase !important;
  font-weight: 600;
  color: #acacac;
}
.mega-menu .mega-menu__content .mega-menu__link {
  text-align: left;
  text-transform: capitalize;
  font-family: Montserrat !important;
}
.mega-menu .mega-menu__content .mega-menu__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mega-menu .mega-menu__content .mega-menu__content {
  padding-left: 4rem;
  padding-right: 4rem;
}
#HeaderMenu-eminence-pinks, #HeaderDrawer-eminence-pinks{
    background: #e470ab;
    font-weight: 900 !important;
    border-radius: 6px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#HeaderMenu-eminence-pinks{
    width: 137px;
    background: #e470ab;
    font-weight: 500 !important;
    border-radius: 6px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 5px;
}
#HeaderMenu-eminence-pinks span{
    color: #fff !important;
}
#HeaderDrawer-eminence-pinks{
    width: 177px;
    background: #e470ab;
    color: #fff !important;
    font-weight: 500 !important;
    border-radius: 6px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 25px;
}
#HeaderMenu-eminence-pinks:hover, #HeaderDrawer-eminence-pinks:hover, #HeaderDrawer-eminence-pinks:hover, #HeaderDrawer-eminence-pinks:hover {
   color: #fff !important;
}
.badge_red{
  display: none;
  background: #c9243f;
  color: #fff;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: -30px;
  left: 70px;
  width: 70px;
}
.buy1get1_2 {
  padding-bottom: 15px;
}
.buy1get1{
  background: #e5ba9f;
  padding-left: 22px;
  padding-top: 10px;
}
.buy1get1 .buy1get1_title{
    background: #e5ba9f;
    #color: #fff;
    #padding-left: 15px;
    font-weight: 600;
    width: 250px;
    #border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.buy1get1 a:visited, #catalog_offer_banner a, #catalog_offer_banner a:visited, .collection_widget a:visited{
  color: #000;
}
.buy1get1 .buy1get1_offer{
   #background: #e5ba9f;
    #padding-left: 20px;
    font-weight: 600;
}
.buy1get1 .buy1get1_base_info{
    #background: #e5ba9f;
    #padding-left: 20px;
    font-weight: 500;
    font-size: 13px;
    padding-bottom: 15px;
    padding-right: 15px;
}
 buy1get1_2 .buy1get1_tandc{
    font-size: medium;
    font-weight: 500;
    padding-top: 15px;
}
.buy1get1_2 li{
  font-size: 14px;
}
.breadcrumbs-wrapper{
  display: none!important;
}
.banner_top {
  font-size: 20px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.banner_top2 {
  font-size: 40px;
  padding-bottom: 25px;
  text-transform: uppercase;}
.banner_top3 {
  font-size: 20px;
  padding-bottom: 25px;
  max-width: 500px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 480px) {
  .banner-content {
    padding-top: 0px;
    padding-bottom: 10px;}
  .ex-slideshow-container .row .banner-content-container {
    padding-bottom: 0px;
    margin-bottom: 0px;}
}
@media (max-width: 980px) {
.banner_top, .banner_top3{font-size: 15px;}
.banner_top{
          max-width: 250px;
        margin-left: auto;
        margin-right: auto;
}  
.banner_top2{font-size: 25px;}
  .banner-content-container, .banner-content {padding: 0px!important;}
  .ex-collection-section{
    margin-top: 20px!important;
  }
}
.product_bogo_bage{
    background: #e470ab;
    color: #fff;
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    height: 22px;
    font-family: 'Cardo';
    font-size: 13px;
}
.collection_widget{
    background-color: #e5ba9f;
    text-align: center;
    max-width: 1400px;
    margin: auto;
    border-bottom: solid 1px #c0c0c0; 
}
  #MegaMenu-Content-4 a, #MegaMenu-Content-3 a, #MegaMenu-Content-2 a{
    color: #000!important;
  }
  #category_buttons{
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
#category_buttons a{
    background-color: #231f20;
    text-decoration: none;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500 !important;
    border-radius: 6px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #fff;
    font-family: Cardo !important;
}
.ti-widget{
    text-align: left;
    padding-top: 10px;    
}
.product_review, .product_review div{
    text-align: left !important;
}
.product_review a{
    padding: 0px!important;
}
.badge-percentage{
  top:30px!important;
}
.product_discount_bage{
    text-align: center;
    font-size: 12px;
    background: red;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 59px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #fff;
    line-height: normal;
    font-weight: 400;
    position: absolute;
    bottom: 10px;
    right: 40px;
}
.vd_offer{
    background-color: #c9243f;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.badge-sold{
    color: #ffffff !important;
    background-color: #c5c5c5 !important;
    border: 1px solid #a6a6a6;
}
#MegaMenu-Content-5 li a{
    color: #000 !important; 
}
.header_contact{
   display: flex;
}

.whatsapp_top {
    display: flex;
    flex-direction: row-reverse
    background: antiquewhite;
    width: 100%;
    text-decoration: none;
    height: 100%;
    position: relative;
    z-index: 5;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    right: 0px;
}

.whatsapp_top .wa-button{
      display: inline-flex;
}

.whatsapp_top span{
  padding-bottom: 2px;
  padding-left: 3px;
}

.whatsapp{}
    display: inline-block;
    cursor: pointer;
  }

  .whatsapp_top {
     cursor: pointer;   
  }

  .whatsapp .wa-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 22px;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.28);
    cursor: pointer;
  }

  .whatsapp .wa-button svg, .whatsapp_top .wa-button svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex-shrink: 0;
  }
  .whatsapp_top a{
    color:#000!important;
    text-decoration: none!important;
  }
 
  #P0-6{
    display:none!important;
  }

@media screen and (max-width: 767px) {
  .section-template--18982798393563__main-padding{
    padding-left: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}