.sbHolder,
.sbOptions {
  background-color: #fff;
  border: 2px solid #e5e5e5;
}

.sbSelector,
.sbToggle {
  display: block;
  top: 0;
  outline: 0;
}

.sbHolder {
  width: 200px;
  height: 50px;
  font-size: 11px;
  position: relative;
  font-weight: 400;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.sbOptions,
.sbSelector,
.sbToggle {
  position: absolute;
}

.sbSelector {
  height: 50px;
  left: 0;
  line-height: 50px;
  overflow: hidden;
  text-indent: 10px;
  width: 100%;
}

.sbSelector:hover,
.sbSelector:link,
.sbSelector:visited {
  color: #000;
  font-weight: 700;
  outline: 0;
  text-decoration: none;
}

.sbToggle {
  right: 0;
}

.sbOptions {
  list-style: none;
  left: -2px;
  margin: 0;
  padding: 0;
  top: 30px;
  width: 100%;
  z-index: 54;
  overflow-y: auto;
}

.sbOptions a,
.sbOptions li.last a {
  border-bottom: none;
}

.jspContainer,
svg:not(:root) {
  overflow: hidden;
}

.sbOptions li {
  float: none;
  padding: 0 7px;
}

.sbOptions .sbDisabled,
.sbOptions a {
  padding: 17px 0 17px 17px;
  display: block;
}

.sbOptions a {
  outline: 0;
}

.sbOptions a:link,
.sbOptions a:visited {
  color: #000;
  text-decoration: none;
}

.sbOptions a.sbFocus,
.sbOptions a:focus,
.sbOptions a:hover {
  background-color: #e5e5e5;
}

.sbOptions .sbDisabled {
  color: #cbcbcb;
  cursor: not-allowed;
}

.sbOptions .sbGroup {
  border-bottom: none;
  color: #000;
  display: block;
  font-weight: 700;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
  padding: 17px 0 17px 17px;
}

.jspContainer {
  position: relative;
}

.jspHorizontalBar,
.jspPane,
.jspVerticalBar {
  position: absolute;
}

.jspVerticalBar {
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
}

.jspHorizontalBar {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #fff;
  position: relative;
}

.jspDrag {
  background: #eee;
  border-radius: 15px;
  width: 10px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: 0;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

.ui-widget-overlay {
  background: url(../images/interface/ui-overlay-shadow.png) 50% 50% #333;
  opacity: .4;
}

.ui-dialog {
  background-color: #fff;
  padding: 0;
}

.ui-dialog .ui-widget-header {
  background-color: #efefef;
  border: 0;
  border-radius: 0;
  height: 23px;
  text-transform: uppercase;
}

.ui-dialog .ui-dialog-title {
  color: #333;
  font-weight: 700;
}

.ui-dialog .ui-icon-closethick {
  background-image: url(../images/interface/icon-ui-close.png);
  background-position: left top;
  height: 32px;
  width: 32px;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  border: 0;
  border-radius: 0;
  height: 32px;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  width: 32px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  margin: 0;
  padding: 0;
}

.ui-dialog .heading2,
.ui-dialog h1,
.ui-dialog h2 {
  font-size: 1.8em;
  font-style: italic;
  font-weight: 400;
  margin: 5px 158px 5px 0;
}

.ui-dialog .dialog-required {
  font-weight: 400;
  position: relative;
  text-transform: none;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-accordion .ui-accordion-content {
  padding: 0;
}

.ui-tabs .ui-tabs-nav {
  height: 2.45em;
  padding: 0;
}

.ui-tabs .ui-tabs-nav li {
  background-color: #efefef;
  border-color: #e0e0e0 #e0e0e0 #fff;
  border-style: solid;
  border-width: 1px;
  font-style: italic;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
  background-color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #666;
}

.ui-tabs .ui-tabs-nav li a {
  color: #999;
}

.ui-tabs .ui-tabs-panel {
  background-color: #fff;
  border-color: #e0e0e0;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: 4px 2px 10px 0 rgba(66,66,66,.1);
  color: #414141;
  font-size: .9em;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 10px;
}

.ui-tooltip.serenity-tooltip .serenity-tooltip-arrow,
.ui-tooltip.tooltip-arrow-gray::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  border-color: #e5e5e5 transparent;
  display: block;
}

.ui-tooltip.serenity-tooltip,
.ui-tooltip.tooltip-arrow-gray {
  background-color: #e5e5e5;
  padding: 20px 25px;
  border-radius: 0;
  font: 14px "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.ui-tooltip.serenity-tooltip {
  max-width: 150px;
}

.ui-tooltip.tooltip-arrow-gray::after {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 10px 10px;
}

.ui-tooltip.serenity-tooltip .serenity-tooltip-arrow {
  left: calc(50% - 10px);
  border-width: 0 10px 10px;
}

#howToApply .video .howToApplyItem,
#howToApply .video .howToApplyItem:last-of-type,
#wrapper.pt_order .order-history-table .product-wrapper .product-info,
.billingSummary .billing-to,
.bundled-products,
.clarinsmag-wrap .image-holder.video,
.col-pull-1-desktop,
.col-pull-1-mobile,
.col-pull-1-tablet,
.col-pull-10-desktop,
.col-pull-10-tablet,
.col-pull-11-desktop,
.col-pull-11-tablet,
.col-pull-12-desktop,
.col-pull-12-tablet,
.col-pull-2-desktop,
.col-pull-2-mobile,
.col-pull-2-tablet,
.col-pull-3-desktop,
.col-pull-3-mobile,
.col-pull-3-tablet,
.col-pull-4-desktop,
.col-pull-4-mobile,
.col-pull-4-tablet,
.col-pull-5-desktop,
.col-pull-5-mobile,
.col-pull-5-tablet,
.col-pull-6-desktop,
.col-pull-6-mobile,
.col-pull-6-tablet,
.col-pull-7-desktop,
.col-pull-7-tablet,
.col-pull-8-desktop,
.col-pull-8-tablet,
.col-pull-9-desktop,
.col-pull-9-tablet,
.col-push-1-desktop,
.col-push-1-mobile,
.col-push-1-tablet,
.col-push-10-desktop,
.col-push-10-tablet,
.col-push-11-desktop,
.col-push-11-tablet,
.col-push-12-desktop,
.col-push-12-tablet,
.col-push-2-desktop,
.col-push-2-mobile,
.col-push-2-tablet,
.col-push-3-desktop,
.col-push-3-mobile,
.col-push-3-tablet,
.col-push-4-desktop,
.col-push-4-mobile,
.col-push-4-tablet,
.col-push-5-desktop,
.col-push-5-mobile,
.col-push-5-tablet,
.col-push-6-desktop,
.col-push-6-mobile,
.col-push-6-tablet,
.col-push-7-desktop,
.col-push-7-tablet,
.col-push-8-desktop,
.col-push-8-tablet,
.col-push-9-desktop,
.col-push-9-tablet,
.contact-us,
.contact-us .alert-panel-wrapper,
.declare-purchase-content-optedin .declare-purchase-form,
.mag-instagram-wrapper .mag-instagram-header .instagram-header-contents,
.not-quick-shop .prd-information.left .prd-image,
.not-quick-shop.left .prd-image,
.pdp-bottom-container .content .how-to-apply .video .how-to-apply-item,
.pdp-bottom-container .content .how-to-apply .video .how-to-apply-item:last-of-type,
.pull-push-base,
.tab-first-line,
.tab-product-tile,
body,
sub,
sup {
  position: relative;
}

.ui-tooltip.serenity-tooltip .serenity-tooltip-arrow.top {
  top: -10px;
  border-width: 0 10px 10px;
}

.ui-tooltip.serenity-tooltip .serenity-tooltip-arrow.bottom {
  bottom: -10px;
  border-width: 10px 10px 0;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

fieldset,
img,
legend {
  border: 0;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

a,
body {
  color: #000;
}

#pdp-icon-strip-common .stripItem .rewardPointTop,
.alertPanel,
.alertPanel.html-slot-container,
.communicationPreference #newsletterSubscriptionForm .allow-unsubsription-error,
.communicationPreference #newsletterSubscriptionForm .fail-message,
.communicationPreference #newsletterSubscriptionForm .success-message,
.communicationPreference #newsletterSubscriptionForm input,
.communicationPreference #newsletterSubscriptionForm label,
.communicationPreference #newsletterSubscriptionForm legend,
.deadendPanel,
.font-book,
.html-slot-container.deadendPanel,
.not-quick-shop .pdp-main .pdp-icon-strip .stripItem .rewardPointTop,
.paymentmethod-label,
.prd-information2 .prd-description,
.product-skin-type .attribute .value,
.txt-info,
.ui-widget-content .pdp-icon-strip .strip1 .rewardPointTop,
body {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
button {
  overflow: visible;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
button,
select {
  text-transform: none;
}

.deadendPanel.title,
.text-uppercase,
a.large {
  text-transform: uppercase;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header [disabled].add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header [disabled].add-card,
button[disabled],
html input[disabled] {
  cursor: default;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card::-moz-focus-inner,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

td,
th {
  padding: 0;
}

.row-without-gutter {
  box-sizing: border-box;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.row-without-gutter:after,
.row-without-gutter:before {
  display: table;
  content: "";
  line-height: 0;
  box-sizing: border-box;
}

.row-without-gutter:after {
  clear: both;
}

.row-without-gutter>.row-without-gutter {
  clear: none;
  float: left;
  margin: 0!important;
}

.QandA-tabs-wraper,
.articles-wraper,
.cart-actions-top,
.cart-page-header-section,
.choose-from-wrapper .choose-from-holder,
.editorial-slides-section,
.editorial-slides-section #editorial-carousel,
.gift-kit-sticky-content,
.mag-instagram-wrapper .mag-instagram-header,
.main-content-holder.hasNavigation,
.mobile-full-width,
.pdp-bottom-container .content,
.pdp-main,
.pdp-top-container .content,
.pt_account .page-content .primary-content,
.pt_checkout .primary-focus,
.pt_product-search-result .plp-container,
.pt_samples .primary-focus,
.pt_store-locator .store-locator,
.row,
.samples-max-count-reached-overlay,
.samples-overlay,
.samples-product-overlay,
.search-no-result-content,
.shopping-bag-primary-content,
.sticky-add-to-bag-content,
.vanity-kit-sticky-content,
.wishlist-editorial-slides-section,
.wishlist-editorial-slides-section #wishlist-editorial-carousel {
  box-sizing: border-box;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.QandA-tabs-wraper:after,
.QandA-tabs-wraper:before,
.articles-wraper:after,
.articles-wraper:before,
.cart-actions-top:after,
.cart-actions-top:before,
.cart-page-header-section:after,
.cart-page-header-section:before,
.choose-from-wrapper .choose-from-holder:after,
.choose-from-wrapper .choose-from-holder:before,
.editorial-slides-section #editorial-carousel:after,
.editorial-slides-section #editorial-carousel:before,
.editorial-slides-section:after,
.editorial-slides-section:before,
.gift-kit-sticky-content:after,
.gift-kit-sticky-content:before,
.mag-instagram-wrapper .mag-instagram-header:after,
.mag-instagram-wrapper .mag-instagram-header:before,
.main-content-holder.hasNavigation:after,
.main-content-holder.hasNavigation:before,
.mobile-full-width:after,
.mobile-full-width:before,
.pdp-bottom-container .content:after,
.pdp-bottom-container .content:before,
.pdp-main:after,
.pdp-main:before,
.pdp-top-container .content:after,
.pdp-top-container .content:before,
.pt_account .page-content .primary-content:after,
.pt_account .page-content .primary-content:before,
.pt_checkout .primary-focus:after,
.pt_checkout .primary-focus:before,
.pt_product-search-result .plp-container:after,
.pt_product-search-result .plp-container:before,
.pt_samples .primary-focus:after,
.pt_samples .primary-focus:before,
.pt_store-locator .store-locator:after,
.pt_store-locator .store-locator:before,
.row:after,
.row:before,
.samples-max-count-reached-overlay:after,
.samples-max-count-reached-overlay:before,
.samples-overlay:after,
.samples-overlay:before,
.samples-product-overlay:after,
.samples-product-overlay:before,
.search-no-result-content:after,
.search-no-result-content:before,
.shopping-bag-primary-content:after,
.shopping-bag-primary-content:before,
.sticky-add-to-bag-content:after,
.sticky-add-to-bag-content:before,
.vanity-kit-sticky-content:after,
.vanity-kit-sticky-content:before,
.wishlist-editorial-slides-section #wishlist-editorial-carousel:after,
.wishlist-editorial-slides-section #wishlist-editorial-carousel:before,
.wishlist-editorial-slides-section:after,
.wishlist-editorial-slides-section:before {
  display: table;
  content: "";
  line-height: 0;
  box-sizing: border-box;
}

.QandA-tabs-wraper:after,
.articles-wraper:after,
.cart-actions-top:after,
.cart-page-header-section:after,
.choose-from-wrapper .choose-from-holder:after,
.editorial-slides-section #editorial-carousel:after,
.editorial-slides-section:after,
.gift-kit-sticky-content:after,
.mag-instagram-wrapper .mag-instagram-header:after,
.main-content-holder.hasNavigation:after,
.mobile-full-width:after,
.pdp-bottom-container .content:after,
.pdp-main:after,
.pdp-top-container .content:after,
.pt_account .page-content .primary-content:after,
.pt_checkout .primary-focus:after,
.pt_product-search-result .plp-container:after,
.pt_samples .primary-focus:after,
.pt_store-locator .store-locator:after,
.row:after,
.samples-max-count-reached-overlay:after,
.samples-overlay:after,
.samples-product-overlay:after,
.search-no-result-content:after,
.shopping-bag-primary-content:after,
.sticky-add-to-bag-content:after,
.vanity-kit-sticky-content:after,
.wishlist-editorial-slides-section #wishlist-editorial-carousel:after,
.wishlist-editorial-slides-section:after {
  clear: both;
}

.QandA-tabs-wraper>.QandA-tabs-wraper,
.QandA-tabs-wraper>.articles-wraper,
.QandA-tabs-wraper>.cart-actions-top,
.QandA-tabs-wraper>.cart-page-header-section,
.QandA-tabs-wraper>.editorial-slides-section,
.QandA-tabs-wraper>.gift-kit-sticky-content,
.QandA-tabs-wraper>.main-content-holder.hasNavigation,
.QandA-tabs-wraper>.mobile-full-width,
.QandA-tabs-wraper>.pdp-main,
.QandA-tabs-wraper>.row,
.QandA-tabs-wraper>.samples-max-count-reached-overlay,
.QandA-tabs-wraper>.samples-overlay,
.QandA-tabs-wraper>.samples-product-overlay,
.QandA-tabs-wraper>.search-no-result-content,
.QandA-tabs-wraper>.shopping-bag-primary-content,
.QandA-tabs-wraper>.sticky-add-to-bag-content,
.QandA-tabs-wraper>.vanity-kit-sticky-content,
.QandA-tabs-wraper>.wishlist-editorial-slides-section,
.articles-wraper>.QandA-tabs-wraper,
.articles-wraper>.articles-wraper,
.articles-wraper>.cart-actions-top,
.articles-wraper>.cart-page-header-section,
.articles-wraper>.editorial-slides-section,
.articles-wraper>.gift-kit-sticky-content,
.articles-wraper>.main-content-holder.hasNavigation,
.articles-wraper>.mobile-full-width,
.articles-wraper>.pdp-main,
.articles-wraper>.row,
.articles-wraper>.samples-max-count-reached-overlay,
.articles-wraper>.samples-overlay,
.articles-wraper>.samples-product-overlay,
.articles-wraper>.search-no-result-content,
.articles-wraper>.shopping-bag-primary-content,
.articles-wraper>.sticky-add-to-bag-content,
.articles-wraper>.vanity-kit-sticky-content,
.articles-wraper>.wishlist-editorial-slides-section,
.cart-actions-top>.QandA-tabs-wraper,
.cart-actions-top>.articles-wraper,
.cart-actions-top>.cart-actions-top,
.cart-actions-top>.cart-page-header-section,
.cart-actions-top>.editorial-slides-section,
.cart-actions-top>.gift-kit-sticky-content,
.cart-actions-top>.main-content-holder.hasNavigation,
.cart-actions-top>.mobile-full-width,
.cart-actions-top>.pdp-main,
.cart-actions-top>.row,
.cart-actions-top>.samples-max-count-reached-overlay,
.cart-actions-top>.samples-overlay,
.cart-actions-top>.samples-product-overlay,
.cart-actions-top>.search-no-result-content,
.cart-actions-top>.shopping-bag-primary-content,
.cart-actions-top>.sticky-add-to-bag-content,
.cart-actions-top>.vanity-kit-sticky-content,
.cart-actions-top>.wishlist-editorial-slides-section,
.cart-page-header-section>.QandA-tabs-wraper,
.cart-page-header-section>.articles-wraper,
.cart-page-header-section>.cart-actions-top,
.cart-page-header-section>.cart-page-header-section,
.cart-page-header-section>.editorial-slides-section,
.cart-page-header-section>.gift-kit-sticky-content,
.cart-page-header-section>.main-content-holder.hasNavigation,
.cart-page-header-section>.mobile-full-width,
.cart-page-header-section>.pdp-main,
.cart-page-header-section>.row,
.cart-page-header-section>.samples-max-count-reached-overlay,
.cart-page-header-section>.samples-overlay,
.cart-page-header-section>.samples-product-overlay,
.cart-page-header-section>.search-no-result-content,
.cart-page-header-section>.shopping-bag-primary-content,
.cart-page-header-section>.sticky-add-to-bag-content,
.cart-page-header-section>.vanity-kit-sticky-content,
.cart-page-header-section>.wishlist-editorial-slides-section,
.choose-from-wrapper .QandA-tabs-wraper>.choose-from-holder,
.choose-from-wrapper .articles-wraper>.choose-from-holder,
.choose-from-wrapper .cart-actions-top>.choose-from-holder,
.choose-from-wrapper .cart-page-header-section>.choose-from-holder,
.choose-from-wrapper .choose-from-holder>.QandA-tabs-wraper,
.choose-from-wrapper .choose-from-holder>.articles-wraper,
.choose-from-wrapper .choose-from-holder>.cart-actions-top,
.choose-from-wrapper .choose-from-holder>.cart-page-header-section,
.choose-from-wrapper .choose-from-holder>.choose-from-holder,
.choose-from-wrapper .choose-from-holder>.editorial-slides-section,
.choose-from-wrapper .choose-from-holder>.gift-kit-sticky-content,
.choose-from-wrapper .choose-from-holder>.main-content-holder.hasNavigation,
.choose-from-wrapper .choose-from-holder>.mobile-full-width,
.choose-from-wrapper .choose-from-holder>.pdp-main,
.choose-from-wrapper .choose-from-holder>.row,
.choose-from-wrapper .choose-from-holder>.samples-max-count-reached-overlay,
.choose-from-wrapper .choose-from-holder>.samples-overlay,
.choose-from-wrapper .choose-from-holder>.samples-product-overlay,
.choose-from-wrapper .choose-from-holder>.search-no-result-content,
.choose-from-wrapper .choose-from-holder>.shopping-bag-primary-content,
.choose-from-wrapper .choose-from-holder>.sticky-add-to-bag-content,
.choose-from-wrapper .choose-from-holder>.vanity-kit-sticky-content,
.choose-from-wrapper .choose-from-holder>.wishlist-editorial-slides-section,
.choose-from-wrapper .editorial-slides-section #editorial-carousel>.choose-from-holder,
.choose-from-wrapper .editorial-slides-section .choose-from-holder>#editorial-carousel,
.choose-from-wrapper .editorial-slides-section>.choose-from-holder,
.choose-from-wrapper .gift-kit-sticky-content>.choose-from-holder,
.choose-from-wrapper .mag-instagram-wrapper .choose-from-holder>.mag-instagram-header,
.choose-from-wrapper .mag-instagram-wrapper .mag-instagram-header>.choose-from-holder,
.choose-from-wrapper .main-content-holder.hasNavigation>.choose-from-holder,
.choose-from-wrapper .mobile-full-width>.choose-from-holder,
.choose-from-wrapper .pdp-bottom-container .choose-from-holder>.content,
.choose-from-wrapper .pdp-bottom-container .content>.choose-from-holder,
.choose-from-wrapper .pdp-main>.choose-from-holder,
.choose-from-wrapper .pdp-top-container .choose-from-holder>.content,
.choose-from-wrapper .pdp-top-container .content>.choose-from-holder,
.choose-from-wrapper .pt_account .page-content .choose-from-holder>.primary-content,
.choose-from-wrapper .pt_account .page-content .primary-content>.choose-from-holder,
.choose-from-wrapper .pt_checkout .choose-from-holder>.primary-focus,
.choose-from-wrapper .pt_checkout .primary-focus>.choose-from-holder,
.choose-from-wrapper .pt_product-search-result .choose-from-holder>.plp-container,
.choose-from-wrapper .pt_product-search-result .plp-container>.choose-from-holder,
.choose-from-wrapper .pt_samples .choose-from-holder>.primary-focus,
.choose-from-wrapper .pt_samples .primary-focus>.choose-from-holder,
.choose-from-wrapper .pt_store-locator .choose-from-holder>.store-locator,
.choose-from-wrapper .pt_store-locator .store-locator>.choose-from-holder,
.choose-from-wrapper .row>.choose-from-holder,
.choose-from-wrapper .samples-max-count-reached-overlay>.choose-from-holder,
.choose-from-wrapper .samples-overlay>.choose-from-holder,
.choose-from-wrapper .samples-product-overlay>.choose-from-holder,
.choose-from-wrapper .search-no-result-content>.choose-from-holder,
.choose-from-wrapper .shopping-bag-primary-content>.choose-from-holder,
.choose-from-wrapper .sticky-add-to-bag-content>.choose-from-holder,
.choose-from-wrapper .vanity-kit-sticky-content>.choose-from-holder,
.choose-from-wrapper .wishlist-editorial-slides-section #wishlist-editorial-carousel>.choose-from-holder,
.choose-from-wrapper .wishlist-editorial-slides-section .choose-from-holder>#wishlist-editorial-carousel,
.choose-from-wrapper .wishlist-editorial-slides-section>.choose-from-holder,
.editorial-slides-section #editorial-carousel>#editorial-carousel,
.editorial-slides-section #editorial-carousel>.QandA-tabs-wraper,
.editorial-slides-section #editorial-carousel>.articles-wraper,
.editorial-slides-section #editorial-carousel>.cart-actions-top,
.editorial-slides-section #editorial-carousel>.cart-page-header-section,
.editorial-slides-section #editorial-carousel>.editorial-slides-section,
.editorial-slides-section #editorial-carousel>.gift-kit-sticky-content,
.editorial-slides-section #editorial-carousel>.main-content-holder.hasNavigation,
.editorial-slides-section #editorial-carousel>.mobile-full-width,
.editorial-slides-section #editorial-carousel>.pdp-main,
.editorial-slides-section #editorial-carousel>.row,
.editorial-slides-section #editorial-carousel>.samples-max-count-reached-overlay,
.editorial-slides-section #editorial-carousel>.samples-overlay,
.editorial-slides-section #editorial-carousel>.samples-product-overlay,
.editorial-slides-section #editorial-carousel>.search-no-result-content,
.editorial-slides-section #editorial-carousel>.shopping-bag-primary-content,
.editorial-slides-section #editorial-carousel>.sticky-add-to-bag-content,
.editorial-slides-section #editorial-carousel>.vanity-kit-sticky-content,
.editorial-slides-section #editorial-carousel>.wishlist-editorial-slides-section,
.editorial-slides-section .QandA-tabs-wraper>#editorial-carousel,
.editorial-slides-section .articles-wraper>#editorial-carousel,
.editorial-slides-section .cart-actions-top>#editorial-carousel,
.editorial-slides-section .cart-page-header-section>#editorial-carousel,
.editorial-slides-section .choose-from-wrapper #editorial-carousel>.choose-from-holder,
.editorial-slides-section .choose-from-wrapper .choose-from-holder>#editorial-carousel,
.editorial-slides-section .gift-kit-sticky-content>#editorial-carousel,
.editorial-slides-section .mag-instagram-wrapper #editorial-carousel>.mag-instagram-header,
.editorial-slides-section .mag-instagram-wrapper .mag-instagram-header>#editorial-carousel,
.editorial-slides-section .main-content-holder.hasNavigation>#editorial-carousel,
.editorial-slides-section .mobile-full-width>#editorial-carousel,
.editorial-slides-section .pdp-bottom-container #editorial-carousel>.content,
.editorial-slides-section .pdp-bottom-container .content>#editorial-carousel,
.editorial-slides-section .pdp-main>#editorial-carousel,
.editorial-slides-section .pdp-top-container #editorial-carousel>.content,
.editorial-slides-section .pdp-top-container .content>#editorial-carousel,
.editorial-slides-section .pt_account .page-content #editorial-carousel>.primary-content,
.editorial-slides-section .pt_account .page-content .primary-content>#editorial-carousel,
.editorial-slides-section .pt_checkout #editorial-carousel>.primary-focus,
.editorial-slides-section .pt_checkout .primary-focus>#editorial-carousel,
.editorial-slides-section .pt_product-search-result #editorial-carousel>.plp-container,
.editorial-slides-section .pt_product-search-result .plp-container>#editorial-carousel,
.editorial-slides-section .pt_samples #editorial-carousel>.primary-focus,
.editorial-slides-section .pt_samples .primary-focus>#editorial-carousel,
.editorial-slides-section .pt_store-locator #editorial-carousel>.store-locator,
.editorial-slides-section .pt_store-locator .store-locator>#editorial-carousel,
.editorial-slides-section .row>#editorial-carousel,
.editorial-slides-section .samples-max-count-reached-overlay>#editorial-carousel,
.editorial-slides-section .samples-overlay>#editorial-carousel,
.editorial-slides-section .samples-product-overlay>#editorial-carousel,
.editorial-slides-section .search-no-result-content>#editorial-carousel,
.editorial-slides-section .shopping-bag-primary-content>#editorial-carousel,
.editorial-slides-section .sticky-add-to-bag-content>#editorial-carousel,
.editorial-slides-section .vanity-kit-sticky-content>#editorial-carousel,
.editorial-slides-section .wishlist-editorial-slides-section #editorial-carousel>#wishlist-editorial-carousel,
.editorial-slides-section .wishlist-editorial-slides-section #wishlist-editorial-carousel>#editorial-carousel,
.editorial-slides-section .wishlist-editorial-slides-section>#editorial-carousel,
.editorial-slides-section>#editorial-carousel,
.editorial-slides-section>.QandA-tabs-wraper,
.editorial-slides-section>.articles-wraper,
.editorial-slides-section>.cart-actions-top,
.editorial-slides-section>.cart-page-header-section,
.editorial-slides-section>.editorial-slides-section,
.editorial-slides-section>.gift-kit-sticky-content,
.editorial-slides-section>.main-content-holder.hasNavigation,
.editorial-slides-section>.mobile-full-width,
.editorial-slides-section>.pdp-main,
.editorial-slides-section>.row,
.editorial-slides-section>.samples-max-count-reached-overlay,
.editorial-slides-section>.samples-overlay,
.editorial-slides-section>.samples-product-overlay,
.editorial-slides-section>.search-no-result-content,
.editorial-slides-section>.shopping-bag-primary-content,
.editorial-slides-section>.sticky-add-to-bag-content,
.editorial-slides-section>.vanity-kit-sticky-content,
.editorial-slides-section>.wishlist-editorial-slides-section,
.gift-kit-sticky-content>.QandA-tabs-wraper,
.gift-kit-sticky-content>.articles-wraper,
.gift-kit-sticky-content>.cart-actions-top,
.gift-kit-sticky-content>.cart-page-header-section,
.gift-kit-sticky-content>.editorial-slides-section,
.gift-kit-sticky-content>.gift-kit-sticky-content,
.gift-kit-sticky-content>.main-content-holder.hasNavigation,
.gift-kit-sticky-content>.mobile-full-width,
.gift-kit-sticky-content>.pdp-main,
.gift-kit-sticky-content>.row,
.gift-kit-sticky-content>.samples-max-count-reached-overlay,
.gift-kit-sticky-content>.samples-overlay,
.gift-kit-sticky-content>.samples-product-overlay,
.gift-kit-sticky-content>.search-no-result-content,
.gift-kit-sticky-content>.shopping-bag-primary-content,
.gift-kit-sticky-content>.sticky-add-to-bag-content,
.gift-kit-sticky-content>.vanity-kit-sticky-content,
.gift-kit-sticky-content>.wishlist-editorial-slides-section,
.mag-instagram-wrapper .QandA-tabs-wraper>.mag-instagram-header,
.mag-instagram-wrapper .articles-wraper>.mag-instagram-header,
.mag-instagram-wrapper .cart-actions-top>.mag-instagram-header,
.mag-instagram-wrapper .cart-page-header-section>.mag-instagram-header,
.mag-instagram-wrapper .choose-from-wrapper .choose-from-holder>.mag-instagram-header,
.mag-instagram-wrapper .choose-from-wrapper .mag-instagram-header>.choose-from-holder,
.mag-instagram-wrapper .editorial-slides-section #editorial-carousel>.mag-instagram-header,
.mag-instagram-wrapper .editorial-slides-section .mag-instagram-header>#editorial-carousel,
.mag-instagram-wrapper .editorial-slides-section>.mag-instagram-header,
.mag-instagram-wrapper .gift-kit-sticky-content>.mag-instagram-header,
.mag-instagram-wrapper .mag-instagram-header>.QandA-tabs-wraper,
.mag-instagram-wrapper .mag-instagram-header>.articles-wraper,
.mag-instagram-wrapper .mag-instagram-header>.cart-actions-top,
.mag-instagram-wrapper .mag-instagram-header>.cart-page-header-section,
.mag-instagram-wrapper .mag-instagram-header>.editorial-slides-section,
.mag-instagram-wrapper .mag-instagram-header>.gift-kit-sticky-content,
.mag-instagram-wrapper .mag-instagram-header>.mag-instagram-header,
.mag-instagram-wrapper .mag-instagram-header>.main-content-holder.hasNavigation,
.mag-instagram-wrapper .mag-instagram-header>.mobile-full-width,
.mag-instagram-wrapper .mag-instagram-header>.pdp-main,
.mag-instagram-wrapper .mag-instagram-header>.row,
.mag-instagram-wrapper .mag-instagram-header>.samples-max-count-reached-overlay,
.mag-instagram-wrapper .mag-instagram-header>.samples-overlay,
.mag-instagram-wrapper .mag-instagram-header>.samples-product-overlay,
.mag-instagram-wrapper .mag-instagram-header>.search-no-result-content,
.mag-instagram-wrapper .mag-instagram-header>.shopping-bag-primary-content,
.mag-instagram-wrapper .mag-instagram-header>.sticky-add-to-bag-content,
.mag-instagram-wrapper .mag-instagram-header>.vanity-kit-sticky-content,
.mag-instagram-wrapper .mag-instagram-header>.wishlist-editorial-slides-section,
.mag-instagram-wrapper .main-content-holder.hasNavigation>.mag-instagram-header,
.mag-instagram-wrapper .mobile-full-width>.mag-instagram-header,
.mag-instagram-wrapper .pdp-bottom-container .content>.mag-instagram-header,
.mag-instagram-wrapper .pdp-bottom-container .mag-instagram-header>.content,
.mag-instagram-wrapper .pdp-main>.mag-instagram-header,
.mag-instagram-wrapper .pdp-top-container .content>.mag-instagram-header,
.mag-instagram-wrapper .pdp-top-container .mag-instagram-header>.content,
.mag-instagram-wrapper .pt_account .page-content .mag-instagram-header>.primary-content,
.mag-instagram-wrapper .pt_account .page-content .primary-content>.mag-instagram-header,
.mag-instagram-wrapper .pt_checkout .mag-instagram-header>.primary-focus,
.mag-instagram-wrapper .pt_checkout .primary-focus>.mag-instagram-header,
.mag-instagram-wrapper .pt_product-search-result .mag-instagram-header>.plp-container,
.mag-instagram-wrapper .pt_product-search-result .plp-container>.mag-instagram-header,
.mag-instagram-wrapper .pt_samples .mag-instagram-header>.primary-focus,
.mag-instagram-wrapper .pt_samples .primary-focus>.mag-instagram-header,
.mag-instagram-wrapper .pt_store-locator .mag-instagram-header>.store-locator,
.mag-instagram-wrapper .pt_store-locator .store-locator>.mag-instagram-header,
.mag-instagram-wrapper .row>.mag-instagram-header,
.mag-instagram-wrapper .samples-max-count-reached-overlay>.mag-instagram-header,
.mag-instagram-wrapper .samples-overlay>.mag-instagram-header,
.mag-instagram-wrapper .samples-product-overlay>.mag-instagram-header,
.mag-instagram-wrapper .search-no-result-content>.mag-instagram-header,
.mag-instagram-wrapper .shopping-bag-primary-content>.mag-instagram-header,
.mag-instagram-wrapper .sticky-add-to-bag-content>.mag-instagram-header,
.mag-instagram-wrapper .vanity-kit-sticky-content>.mag-instagram-header,
.mag-instagram-wrapper .wishlist-editorial-slides-section #wishlist-editorial-carousel>.mag-instagram-header,
.mag-instagram-wrapper .wishlist-editorial-slides-section .mag-instagram-header>#wishlist-editorial-carousel,
.mag-instagram-wrapper .wishlist-editorial-slides-section>.mag-instagram-header,
.main-content-holder.hasNavigation>.QandA-tabs-wraper,
.main-content-holder.hasNavigation>.articles-wraper,
.main-content-holder.hasNavigation>.cart-actions-top,
.main-content-holder.hasNavigation>.cart-page-header-section,
.main-content-holder.hasNavigation>.editorial-slides-section,
.main-content-holder.hasNavigation>.gift-kit-sticky-content,
.main-content-holder.hasNavigation>.main-content-holder.hasNavigation,
.main-content-holder.hasNavigation>.mobile-full-width,
.main-content-holder.hasNavigation>.pdp-main,
.main-content-holder.hasNavigation>.row,
.main-content-holder.hasNavigation>.samples-max-count-reached-overlay,
.main-content-holder.hasNavigation>.samples-overlay,
.main-content-holder.hasNavigation>.samples-product-overlay,
.main-content-holder.hasNavigation>.search-no-result-content,
.main-content-holder.hasNavigation>.shopping-bag-primary-content,
.main-content-holder.hasNavigation>.sticky-add-to-bag-content,
.main-content-holder.hasNavigation>.vanity-kit-sticky-content,
.main-content-holder.hasNavigation>.wishlist-editorial-slides-section,
.mobile-full-width>.QandA-tabs-wraper,
.mobile-full-width>.articles-wraper,
.mobile-full-width>.cart-actions-top,
.mobile-full-width>.cart-page-header-section,
.mobile-full-width>.editorial-slides-section,
.mobile-full-width>.gift-kit-sticky-content,
.mobile-full-width>.main-content-holder.hasNavigation,
.mobile-full-width>.mobile-full-width,
.mobile-full-width>.pdp-main,
.mobile-full-width>.row,
.mobile-full-width>.samples-max-count-reached-overlay,
.mobile-full-width>.samples-overlay,
.mobile-full-width>.samples-product-overlay,
.mobile-full-width>.search-no-result-content,
.mobile-full-width>.shopping-bag-primary-content,
.mobile-full-width>.sticky-add-to-bag-content,
.mobile-full-width>.vanity-kit-sticky-content,
.mobile-full-width>.wishlist-editorial-slides-section,
.pdp-bottom-container .QandA-tabs-wraper>.content,
.pdp-bottom-container .articles-wraper>.content,
.pdp-bottom-container .cart-actions-top>.content,
.pdp-bottom-container .cart-page-header-section>.content,
.pdp-bottom-container .choose-from-wrapper .choose-from-holder>.content,
.pdp-bottom-container .choose-from-wrapper .content>.choose-from-holder,
.pdp-bottom-container .content>.QandA-tabs-wraper,
.pdp-bottom-container .content>.articles-wraper,
.pdp-bottom-container .content>.cart-actions-top,
.pdp-bottom-container .content>.cart-page-header-section,
.pdp-bottom-container .content>.content,
.pdp-bottom-container .content>.editorial-slides-section,
.pdp-bottom-container .content>.gift-kit-sticky-content,
.pdp-bottom-container .content>.main-content-holder.hasNavigation,
.pdp-bottom-container .content>.mobile-full-width,
.pdp-bottom-container .content>.pdp-main,
.pdp-bottom-container .content>.row,
.pdp-bottom-container .content>.samples-max-count-reached-overlay,
.pdp-bottom-container .content>.samples-overlay,
.pdp-bottom-container .content>.samples-product-overlay,
.pdp-bottom-container .content>.search-no-result-content,
.pdp-bottom-container .content>.shopping-bag-primary-content,
.pdp-bottom-container .content>.sticky-add-to-bag-content,
.pdp-bottom-container .content>.vanity-kit-sticky-content,
.pdp-bottom-container .content>.wishlist-editorial-slides-section,
.pdp-bottom-container .editorial-slides-section #editorial-carousel>.content,
.pdp-bottom-container .editorial-slides-section .content>#editorial-carousel,
.pdp-bottom-container .editorial-slides-section>.content,
.pdp-bottom-container .gift-kit-sticky-content>.content,
.pdp-bottom-container .mag-instagram-wrapper .content>.mag-instagram-header,
.pdp-bottom-container .mag-instagram-wrapper .mag-instagram-header>.content,
.pdp-bottom-container .main-content-holder.hasNavigation>.content,
.pdp-bottom-container .mobile-full-width>.content,
.pdp-bottom-container .pdp-main>.content,
.pdp-bottom-container .pdp-top-container .content>.content,
.pdp-bottom-container .pt_account .page-content .content>.primary-content,
.pdp-bottom-container .pt_account .page-content .primary-content>.content,
.pdp-bottom-container .pt_checkout .content>.primary-focus,
.pdp-bottom-container .pt_checkout .primary-focus>.content,
.pdp-bottom-container .pt_product-search-result .content>.plp-container,
.pdp-bottom-container .pt_product-search-result .plp-container>.content,
.pdp-bottom-container .pt_samples .content>.primary-focus,
.pdp-bottom-container .pt_samples .primary-focus>.content,
.pdp-bottom-container .pt_store-locator .content>.store-locator,
.pdp-bottom-container .pt_store-locator .store-locator>.content,
.pdp-bottom-container .row>.content,
.pdp-bottom-container .samples-max-count-reached-overlay>.content,
.pdp-bottom-container .samples-overlay>.content,
.pdp-bottom-container .samples-product-overlay>.content,
.pdp-bottom-container .search-no-result-content>.content,
.pdp-bottom-container .shopping-bag-primary-content>.content,
.pdp-bottom-container .sticky-add-to-bag-content>.content,
.pdp-bottom-container .vanity-kit-sticky-content>.content,
.pdp-bottom-container .wishlist-editorial-slides-section #wishlist-editorial-carousel>.content,
.pdp-bottom-container .wishlist-editorial-slides-section .content>#wishlist-editorial-carousel,
.pdp-bottom-container .wishlist-editorial-slides-section>.content,
.pdp-main>.QandA-tabs-wraper,
.pdp-main>.articles-wraper,
.pdp-main>.cart-actions-top,
.pdp-main>.cart-page-header-section,
.pdp-main>.editorial-slides-section,
.pdp-main>.gift-kit-sticky-content,
.pdp-main>.main-content-holder.hasNavigation,
.pdp-main>.mobile-full-width,
.pdp-main>.pdp-main,
.pdp-main>.row,
.pdp-main>.samples-max-count-reached-overlay,
.pdp-main>.samples-overlay,
.pdp-main>.samples-product-overlay,
.pdp-main>.search-no-result-content,
.pdp-main>.shopping-bag-primary-content,
.pdp-main>.sticky-add-to-bag-content,
.pdp-main>.vanity-kit-sticky-content,
.pdp-main>.wishlist-editorial-slides-section,
.pdp-top-container .QandA-tabs-wraper>.content,
.pdp-top-container .articles-wraper>.content,
.pdp-top-container .cart-actions-top>.content,
.pdp-top-container .cart-page-header-section>.content,
.pdp-top-container .choose-from-wrapper .choose-from-holder>.content,
.pdp-top-container .choose-from-wrapper .content>.choose-from-holder,
.pdp-top-container .content>.QandA-tabs-wraper,
.pdp-top-container .content>.articles-wraper,
.pdp-top-container .content>.cart-actions-top,
.pdp-top-container .content>.cart-page-header-section,
.pdp-top-container .content>.content,
.pdp-top-container .content>.editorial-slides-section,
.pdp-top-container .content>.gift-kit-sticky-content,
.pdp-top-container .content>.main-content-holder.hasNavigation,
.pdp-top-container .content>.mobile-full-width,
.pdp-top-container .content>.pdp-main,
.pdp-top-container .content>.row,
.pdp-top-container .content>.samples-max-count-reached-overlay,
.pdp-top-container .content>.samples-overlay,
.pdp-top-container .content>.samples-product-overlay,
.pdp-top-container .content>.search-no-result-content,
.pdp-top-container .content>.shopping-bag-primary-content,
.pdp-top-container .content>.sticky-add-to-bag-content,
.pdp-top-container .content>.vanity-kit-sticky-content,
.pdp-top-container .content>.wishlist-editorial-slides-section,
.pdp-top-container .editorial-slides-section #editorial-carousel>.content,
.pdp-top-container .editorial-slides-section .content>#editorial-carousel,
.pdp-top-container .editorial-slides-section>.content,
.pdp-top-container .gift-kit-sticky-content>.content,
.pdp-top-container .mag-instagram-wrapper .content>.mag-instagram-header,
.pdp-top-container .mag-instagram-wrapper .mag-instagram-header>.content,
.pdp-top-container .main-content-holder.hasNavigation>.content,
.pdp-top-container .mobile-full-width>.content,
.pdp-top-container .pdp-bottom-container .content>.content,
.pdp-top-container .pdp-main>.content,
.pdp-top-container .pt_account .page-content .content>.primary-content,
.pdp-top-container .pt_account .page-content .primary-content>.content,
.pdp-top-container .pt_checkout .content>.primary-focus,
.pdp-top-container .pt_checkout .primary-focus>.content,
.pdp-top-container .pt_product-search-result .content>.plp-container,
.pdp-top-container .pt_product-search-result .plp-container>.content,
.pdp-top-container .pt_samples .content>.primary-focus,
.pdp-top-container .pt_samples .primary-focus>.content,
.pdp-top-container .pt_store-locator .content>.store-locator,
.pdp-top-container .pt_store-locator .store-locator>.content,
.pdp-top-container .row>.content,
.pdp-top-container .samples-max-count-reached-overlay>.content,
.pdp-top-container .samples-overlay>.content,
.pdp-top-container .samples-product-overlay>.content,
.pdp-top-container .search-no-result-content>.content,
.pdp-top-container .shopping-bag-primary-content>.content,
.pdp-top-container .sticky-add-to-bag-content>.content,
.pdp-top-container .vanity-kit-sticky-content>.content,
.pdp-top-container .wishlist-editorial-slides-section #wishlist-editorial-carousel>.content,
.pdp-top-container .wishlist-editorial-slides-section .content>#wishlist-editorial-carousel,
.pdp-top-container .wishlist-editorial-slides-section>.content,
.pt_account .page-content .QandA-tabs-wraper>.primary-content,
.pt_account .page-content .articles-wraper>.primary-content,
.pt_account .page-content .cart-actions-top>.primary-content,
.pt_account .page-content .cart-page-header-section>.primary-content,
.pt_account .page-content .choose-from-wrapper .choose-from-holder>.primary-content,
.pt_account .page-content .choose-from-wrapper .primary-content>.choose-from-holder,
.pt_account .page-content .editorial-slides-section #editorial-carousel>.primary-content,
.pt_account .page-content .editorial-slides-section .primary-content>#editorial-carousel,
.pt_account .page-content .editorial-slides-section>.primary-content,
.pt_account .page-content .gift-kit-sticky-content>.primary-content,
.pt_account .page-content .mag-instagram-wrapper .mag-instagram-header>.primary-content,
.pt_account .page-content .mag-instagram-wrapper .primary-content>.mag-instagram-header,
.pt_account .page-content .main-content-holder.hasNavigation>.primary-content,
.pt_account .page-content .mobile-full-width>.primary-content,
.pt_account .page-content .pdp-bottom-container .content>.primary-content,
.pt_account .page-content .pdp-bottom-container .primary-content>.content,
.pt_account .page-content .pdp-main>.primary-content,
.pt_account .page-content .pdp-top-container .content>.primary-content,
.pt_account .page-content .pdp-top-container .primary-content>.content,
.pt_account .page-content .primary-content>.QandA-tabs-wraper,
.pt_account .page-content .primary-content>.articles-wraper,
.pt_account .page-content .primary-content>.cart-actions-top,
.pt_account .page-content .primary-content>.cart-page-header-section,
.pt_account .page-content .primary-content>.editorial-slides-section,
.pt_account .page-content .primary-content>.gift-kit-sticky-content,
.pt_account .page-content .primary-content>.main-content-holder.hasNavigation,
.pt_account .page-content .primary-content>.mobile-full-width,
.pt_account .page-content .primary-content>.pdp-main,
.pt_account .page-content .primary-content>.primary-content,
.pt_account .page-content .primary-content>.row,
.pt_account .page-content .primary-content>.samples-max-count-reached-overlay,
.pt_account .page-content .primary-content>.samples-overlay,
.pt_account .page-content .primary-content>.samples-product-overlay,
.pt_account .page-content .primary-content>.search-no-result-content,
.pt_account .page-content .primary-content>.shopping-bag-primary-content,
.pt_account .page-content .primary-content>.sticky-add-to-bag-content,
.pt_account .page-content .primary-content>.vanity-kit-sticky-content,
.pt_account .page-content .primary-content>.wishlist-editorial-slides-section,
.pt_account .page-content .pt_checkout .primary-content>.primary-focus,
.pt_account .page-content .pt_checkout .primary-focus>.primary-content,
.pt_account .page-content .pt_product-search-result .plp-container>.primary-content,
.pt_account .page-content .pt_product-search-result .primary-content>.plp-container,
.pt_account .page-content .pt_samples .primary-content>.primary-focus,
.pt_account .page-content .pt_samples .primary-focus>.primary-content,
.pt_account .page-content .pt_store-locator .primary-content>.store-locator,
.pt_account .page-content .pt_store-locator .store-locator>.primary-content,
.pt_account .page-content .row>.primary-content,
.pt_account .page-content .samples-max-count-reached-overlay>.primary-content,
.pt_account .page-content .samples-overlay>.primary-content,
.pt_account .page-content .samples-product-overlay>.primary-content,
.pt_account .page-content .search-no-result-content>.primary-content,
.pt_account .page-content .shopping-bag-primary-content>.primary-content,
.pt_account .page-content .sticky-add-to-bag-content>.primary-content,
.pt_account .page-content .vanity-kit-sticky-content>.primary-content,
.pt_account .page-content .wishlist-editorial-slides-section #wishlist-editorial-carousel>.primary-content,
.pt_account .page-content .wishlist-editorial-slides-section .primary-content>#wishlist-editorial-carousel,
.pt_account .page-content .wishlist-editorial-slides-section>.primary-content,
.pt_checkout .QandA-tabs-wraper>.primary-focus,
.pt_checkout .articles-wraper>.primary-focus,
.pt_checkout .cart-actions-top>.primary-focus,
.pt_checkout .cart-page-header-section>.primary-focus,
.pt_checkout .choose-from-wrapper .choose-from-holder>.primary-focus,
.pt_checkout .choose-from-wrapper .primary-focus>.choose-from-holder,
.pt_checkout .editorial-slides-section #editorial-carousel>.primary-focus,
.pt_checkout .editorial-slides-section .primary-focus>#editorial-carousel,
.pt_checkout .editorial-slides-section>.primary-focus,
.pt_checkout .gift-kit-sticky-content>.primary-focus,
.pt_checkout .mag-instagram-wrapper .mag-instagram-header>.primary-focus,
.pt_checkout .mag-instagram-wrapper .primary-focus>.mag-instagram-header,
.pt_checkout .main-content-holder.hasNavigation>.primary-focus,
.pt_checkout .mobile-full-width>.primary-focus,
.pt_checkout .pdp-bottom-container .content>.primary-focus,
.pt_checkout .pdp-bottom-container .primary-focus>.content,
.pt_checkout .pdp-main>.primary-focus,
.pt_checkout .pdp-top-container .content>.primary-focus,
.pt_checkout .pdp-top-container .primary-focus>.content,
.pt_checkout .primary-focus>.QandA-tabs-wraper,
.pt_checkout .primary-focus>.articles-wraper,
.pt_checkout .primary-focus>.cart-actions-top,
.pt_checkout .primary-focus>.cart-page-header-section,
.pt_checkout .primary-focus>.editorial-slides-section,
.pt_checkout .primary-focus>.gift-kit-sticky-content,
.pt_checkout .primary-focus>.main-content-holder.hasNavigation,
.pt_checkout .primary-focus>.mobile-full-width,
.pt_checkout .primary-focus>.pdp-main,
.pt_checkout .primary-focus>.primary-focus,
.pt_checkout .primary-focus>.row,
.pt_checkout .primary-focus>.samples-max-count-reached-overlay,
.pt_checkout .primary-focus>.samples-overlay,
.pt_checkout .primary-focus>.samples-product-overlay,
.pt_checkout .primary-focus>.search-no-result-content,
.pt_checkout .primary-focus>.shopping-bag-primary-content,
.pt_checkout .primary-focus>.sticky-add-to-bag-content,
.pt_checkout .primary-focus>.vanity-kit-sticky-content,
.pt_checkout .primary-focus>.wishlist-editorial-slides-section,
.pt_checkout .pt_account .page-content .primary-content>.primary-focus,
.pt_checkout .pt_account .page-content .primary-focus>.primary-content,
.pt_checkout .pt_product-search-result .plp-container>.primary-focus,
.pt_checkout .pt_product-search-result .primary-focus>.plp-container,
.pt_checkout .pt_samples .primary-focus>.primary-focus,
.pt_checkout .pt_store-locator .primary-focus>.store-locator,
.pt_checkout .pt_store-locator .store-locator>.primary-focus,
.pt_checkout .row>.primary-focus,
.pt_checkout .samples-max-count-reached-overlay>.primary-focus,
.pt_checkout .samples-overlay>.primary-focus,
.pt_checkout .samples-product-overlay>.primary-focus,
.pt_checkout .search-no-result-content>.primary-focus,
.pt_checkout .shopping-bag-primary-content>.primary-focus,
.pt_checkout .sticky-add-to-bag-content>.primary-focus,
.pt_checkout .vanity-kit-sticky-content>.primary-focus,
.pt_checkout .wishlist-editorial-slides-section #wishlist-editorial-carousel>.primary-focus,
.pt_checkout .wishlist-editorial-slides-section .primary-focus>#wishlist-editorial-carousel,
.pt_checkout .wishlist-editorial-slides-section>.primary-focus,
.pt_product-search-result .QandA-tabs-wraper>.plp-container,
.pt_product-search-result .articles-wraper>.plp-container,
.pt_product-search-result .cart-actions-top>.plp-container,
.pt_product-search-result .cart-page-header-section>.plp-container,
.pt_product-search-result .choose-from-wrapper .choose-from-holder>.plp-container,
.pt_product-search-result .choose-from-wrapper .plp-container>.choose-from-holder,
.pt_product-search-result .editorial-slides-section #editorial-carousel>.plp-container,
.pt_product-search-result .editorial-slides-section .plp-container>#editorial-carousel,
.pt_product-search-result .editorial-slides-section>.plp-container,
.pt_product-search-result .gift-kit-sticky-content>.plp-container,
.pt_product-search-result .mag-instagram-wrapper .mag-instagram-header>.plp-container,
.pt_product-search-result .mag-instagram-wrapper .plp-container>.mag-instagram-header,
.pt_product-search-result .main-content-holder.hasNavigation>.plp-container,
.pt_product-search-result .mobile-full-width>.plp-container,
.pt_product-search-result .pdp-bottom-container .content>.plp-container,
.pt_product-search-result .pdp-bottom-container .plp-container>.content,
.pt_product-search-result .pdp-main>.plp-container,
.pt_product-search-result .pdp-top-container .content>.plp-container,
.pt_product-search-result .pdp-top-container .plp-container>.content,
.pt_product-search-result .plp-container>.QandA-tabs-wraper,
.pt_product-search-result .plp-container>.articles-wraper,
.pt_product-search-result .plp-container>.cart-actions-top,
.pt_product-search-result .plp-container>.cart-page-header-section,
.pt_product-search-result .plp-container>.editorial-slides-section,
.pt_product-search-result .plp-container>.gift-kit-sticky-content,
.pt_product-search-result .plp-container>.main-content-holder.hasNavigation,
.pt_product-search-result .plp-container>.mobile-full-width,
.pt_product-search-result .plp-container>.pdp-main,
.pt_product-search-result .plp-container>.plp-container,
.pt_product-search-result .plp-container>.row,
.pt_product-search-result .plp-container>.samples-max-count-reached-overlay,
.pt_product-search-result .plp-container>.samples-overlay,
.pt_product-search-result .plp-container>.samples-product-overlay,
.pt_product-search-result .plp-container>.search-no-result-content,
.pt_product-search-result .plp-container>.shopping-bag-primary-content,
.pt_product-search-result .plp-container>.sticky-add-to-bag-content,
.pt_product-search-result .plp-container>.vanity-kit-sticky-content,
.pt_product-search-result .plp-container>.wishlist-editorial-slides-section,
.pt_product-search-result .pt_account .page-content .plp-container>.primary-content,
.pt_product-search-result .pt_account .page-content .primary-content>.plp-container,
.pt_product-search-result .pt_checkout .plp-container>.primary-focus,
.pt_product-search-result .pt_checkout .primary-focus>.plp-container,
.pt_product-search-result .pt_samples .plp-container>.primary-focus,
.pt_product-search-result .pt_samples .primary-focus>.plp-container,
.pt_product-search-result .pt_store-locator .plp-container>.store-locator,
.pt_product-search-result .pt_store-locator .store-locator>.plp-container,
.pt_product-search-result .row>.plp-container,
.pt_product-search-result .samples-max-count-reached-overlay>.plp-container,
.pt_product-search-result .samples-overlay>.plp-container,
.pt_product-search-result .samples-product-overlay>.plp-container,
.pt_product-search-result .search-no-result-content>.plp-container,
.pt_product-search-result .shopping-bag-primary-content>.plp-container,
.pt_product-search-result .sticky-add-to-bag-content>.plp-container,
.pt_product-search-result .vanity-kit-sticky-content>.plp-container,
.pt_product-search-result .wishlist-editorial-slides-section #wishlist-editorial-carousel>.plp-container,
.pt_product-search-result .wishlist-editorial-slides-section .plp-container>#wishlist-editorial-carousel,
.pt_product-search-result .wishlist-editorial-slides-section>.plp-container,
.pt_samples .QandA-tabs-wraper>.primary-focus,
.pt_samples .articles-wraper>.primary-focus,
.pt_samples .cart-actions-top>.primary-focus,
.pt_samples .cart-page-header-section>.primary-focus,
.pt_samples .choose-from-wrapper .choose-from-holder>.primary-focus,
.pt_samples .choose-from-wrapper .primary-focus>.choose-from-holder,
.pt_samples .editorial-slides-section #editorial-carousel>.primary-focus,
.pt_samples .editorial-slides-section .primary-focus>#editorial-carousel,
.pt_samples .editorial-slides-section>.primary-focus,
.pt_samples .gift-kit-sticky-content>.primary-focus,
.pt_samples .mag-instagram-wrapper .mag-instagram-header>.primary-focus,
.pt_samples .mag-instagram-wrapper .primary-focus>.mag-instagram-header,
.pt_samples .main-content-holder.hasNavigation>.primary-focus,
.pt_samples .mobile-full-width>.primary-focus,
.pt_samples .pdp-bottom-container .content>.primary-focus,
.pt_samples .pdp-bottom-container .primary-focus>.content,
.pt_samples .pdp-main>.primary-focus,
.pt_samples .pdp-top-container .content>.primary-focus,
.pt_samples .pdp-top-container .primary-focus>.content,
.pt_samples .primary-focus>.QandA-tabs-wraper,
.pt_samples .primary-focus>.articles-wraper,
.pt_samples .primary-focus>.cart-actions-top,
.pt_samples .primary-focus>.cart-page-header-section,
.pt_samples .primary-focus>.editorial-slides-section,
.pt_samples .primary-focus>.gift-kit-sticky-content,
.pt_samples .primary-focus>.main-content-holder.hasNavigation,
.pt_samples .primary-focus>.mobile-full-width,
.pt_samples .primary-focus>.pdp-main,
.pt_samples .primary-focus>.primary-focus,
.pt_samples .primary-focus>.row,
.pt_samples .primary-focus>.samples-max-count-reached-overlay,
.pt_samples .primary-focus>.samples-overlay,
.pt_samples .primary-focus>.samples-product-overlay,
.pt_samples .primary-focus>.search-no-result-content,
.pt_samples .primary-focus>.shopping-bag-primary-content,
.pt_samples .primary-focus>.sticky-add-to-bag-content,
.pt_samples .primary-focus>.vanity-kit-sticky-content,
.pt_samples .primary-focus>.wishlist-editorial-slides-section,
.pt_samples .pt_account .page-content .primary-content>.primary-focus,
.pt_samples .pt_account .page-content .primary-focus>.primary-content,
.pt_samples .pt_checkout .primary-focus>.primary-focus,
.pt_samples .pt_product-search-result .plp-container>.primary-focus,
.pt_samples .pt_product-search-result .primary-focus>.plp-container,
.pt_samples .pt_store-locator .primary-focus>.store-locator,
.pt_samples .pt_store-locator .store-locator>.primary-focus,
.pt_samples .row>.primary-focus,
.pt_samples .samples-max-count-reached-overlay>.primary-focus,
.pt_samples .samples-overlay>.primary-focus,
.pt_samples .samples-product-overlay>.primary-focus,
.pt_samples .search-no-result-content>.primary-focus,
.pt_samples .shopping-bag-primary-content>.primary-focus,
.pt_samples .sticky-add-to-bag-content>.primary-focus,
.pt_samples .vanity-kit-sticky-content>.primary-focus,
.pt_samples .wishlist-editorial-slides-section #wishlist-editorial-carousel>.primary-focus,
.pt_samples .wishlist-editorial-slides-section .primary-focus>#wishlist-editorial-carousel,
.pt_samples .wishlist-editorial-slides-section>.primary-focus,
.pt_store-locator .QandA-tabs-wraper>.store-locator,
.pt_store-locator .articles-wraper>.store-locator,
.pt_store-locator .cart-actions-top>.store-locator,
.pt_store-locator .cart-page-header-section>.store-locator,
.pt_store-locator .choose-from-wrapper .choose-from-holder>.store-locator,
.pt_store-locator .choose-from-wrapper .store-locator>.choose-from-holder,
.pt_store-locator .editorial-slides-section #editorial-carousel>.store-locator,
.pt_store-locator .editorial-slides-section .store-locator>#editorial-carousel,
.pt_store-locator .editorial-slides-section>.store-locator,
.pt_store-locator .gift-kit-sticky-content>.store-locator,
.pt_store-locator .mag-instagram-wrapper .mag-instagram-header>.store-locator,
.pt_store-locator .mag-instagram-wrapper .store-locator>.mag-instagram-header,
.pt_store-locator .main-content-holder.hasNavigation>.store-locator,
.pt_store-locator .mobile-full-width>.store-locator,
.pt_store-locator .pdp-bottom-container .content>.store-locator,
.pt_store-locator .pdp-bottom-container .store-locator>.content,
.pt_store-locator .pdp-main>.store-locator,
.pt_store-locator .pdp-top-container .content>.store-locator,
.pt_store-locator .pdp-top-container .store-locator>.content,
.pt_store-locator .pt_account .page-content .primary-content>.store-locator,
.pt_store-locator .pt_account .page-content .store-locator>.primary-content,
.pt_store-locator .pt_checkout .primary-focus>.store-locator,
.pt_store-locator .pt_checkout .store-locator>.primary-focus,
.pt_store-locator .pt_product-search-result .plp-container>.store-locator,
.pt_store-locator .pt_product-search-result .store-locator>.plp-container,
.pt_store-locator .pt_samples .primary-focus>.store-locator,
.pt_store-locator .pt_samples .store-locator>.primary-focus,
.pt_store-locator .row>.store-locator,
.pt_store-locator .samples-max-count-reached-overlay>.store-locator,
.pt_store-locator .samples-overlay>.store-locator,
.pt_store-locator .samples-product-overlay>.store-locator,
.pt_store-locator .search-no-result-content>.store-locator,
.pt_store-locator .shopping-bag-primary-content>.store-locator,
.pt_store-locator .sticky-add-to-bag-content>.store-locator,
.pt_store-locator .store-locator>.QandA-tabs-wraper,
.pt_store-locator .store-locator>.articles-wraper,
.pt_store-locator .store-locator>.cart-actions-top,
.pt_store-locator .store-locator>.cart-page-header-section,
.pt_store-locator .store-locator>.editorial-slides-section,
.pt_store-locator .store-locator>.gift-kit-sticky-content,
.pt_store-locator .store-locator>.main-content-holder.hasNavigation,
.pt_store-locator .store-locator>.mobile-full-width,
.pt_store-locator .store-locator>.pdp-main,
.pt_store-locator .store-locator>.row,
.pt_store-locator .store-locator>.samples-max-count-reached-overlay,
.pt_store-locator .store-locator>.samples-overlay,
.pt_store-locator .store-locator>.samples-product-overlay,
.pt_store-locator .store-locator>.search-no-result-content,
.pt_store-locator .store-locator>.shopping-bag-primary-content,
.pt_store-locator .store-locator>.sticky-add-to-bag-content,
.pt_store-locator .store-locator>.store-locator,
.pt_store-locator .store-locator>.vanity-kit-sticky-content,
.pt_store-locator .store-locator>.wishlist-editorial-slides-section,
.pt_store-locator .vanity-kit-sticky-content>.store-locator,
.pt_store-locator .wishlist-editorial-slides-section #wishlist-editorial-carousel>.store-locator,
.pt_store-locator .wishlist-editorial-slides-section .store-locator>#wishlist-editorial-carousel,
.pt_store-locator .wishlist-editorial-slides-section>.store-locator,
.row>.QandA-tabs-wraper,
.row>.articles-wraper,
.row>.cart-actions-top,
.row>.cart-page-header-section,
.row>.editorial-slides-section,
.row>.gift-kit-sticky-content,
.row>.main-content-holder.hasNavigation,
.row>.mobile-full-width,
.row>.pdp-main,
.row>.row,
.row>.samples-max-count-reached-overlay,
.row>.samples-overlay,
.row>.samples-product-overlay,
.row>.search-no-result-content,
.row>.shopping-bag-primary-content,
.row>.sticky-add-to-bag-content,
.row>.vanity-kit-sticky-content,
.row>.wishlist-editorial-slides-section,
.samples-max-count-reached-overlay>.QandA-tabs-wraper,
.samples-max-count-reached-overlay>.articles-wraper,
.samples-max-count-reached-overlay>.cart-actions-top,
.samples-max-count-reached-overlay>.cart-page-header-section,
.samples-max-count-reached-overlay>.editorial-slides-section,
.samples-max-count-reached-overlay>.gift-kit-sticky-content,
.samples-max-count-reached-overlay>.main-content-holder.hasNavigation,
.samples-max-count-reached-overlay>.mobile-full-width,
.samples-max-count-reached-overlay>.pdp-main,
.samples-max-count-reached-overlay>.row,
.samples-max-count-reached-overlay>.samples-max-count-reached-overlay,
.samples-max-count-reached-overlay>.samples-overlay,
.samples-max-count-reached-overlay>.samples-product-overlay,
.samples-max-count-reached-overlay>.search-no-result-content,
.samples-max-count-reached-overlay>.shopping-bag-primary-content,
.samples-max-count-reached-overlay>.sticky-add-to-bag-content,
.samples-max-count-reached-overlay>.vanity-kit-sticky-content,
.samples-max-count-reached-overlay>.wishlist-editorial-slides-section,
.samples-overlay>.QandA-tabs-wraper,
.samples-overlay>.articles-wraper,
.samples-overlay>.cart-actions-top,
.samples-overlay>.cart-page-header-section,
.samples-overlay>.editorial-slides-section,
.samples-overlay>.gift-kit-sticky-content,
.samples-overlay>.main-content-holder.hasNavigation,
.samples-overlay>.mobile-full-width,
.samples-overlay>.pdp-main,
.samples-overlay>.row,
.samples-overlay>.samples-max-count-reached-overlay,
.samples-overlay>.samples-overlay,
.samples-overlay>.samples-product-overlay,
.samples-overlay>.search-no-result-content,
.samples-overlay>.shopping-bag-primary-content,
.samples-overlay>.sticky-add-to-bag-content,
.samples-overlay>.vanity-kit-sticky-content,
.samples-overlay>.wishlist-editorial-slides-section,
.samples-product-overlay>.QandA-tabs-wraper,
.samples-product-overlay>.articles-wraper,
.samples-product-overlay>.cart-actions-top,
.samples-product-overlay>.cart-page-header-section,
.samples-product-overlay>.editorial-slides-section,
.samples-product-overlay>.gift-kit-sticky-content,
.samples-product-overlay>.main-content-holder.hasNavigation,
.samples-product-overlay>.mobile-full-width,
.samples-product-overlay>.pdp-main,
.samples-product-overlay>.row,
.samples-product-overlay>.samples-max-count-reached-overlay,
.samples-product-overlay>.samples-overlay,
.samples-product-overlay>.samples-product-overlay,
.samples-product-overlay>.search-no-result-content,
.samples-product-overlay>.shopping-bag-primary-content,
.samples-product-overlay>.sticky-add-to-bag-content,
.samples-product-overlay>.vanity-kit-sticky-content,
.samples-product-overlay>.wishlist-editorial-slides-section,
.search-no-result-content>.QandA-tabs-wraper,
.search-no-result-content>.articles-wraper,
.search-no-result-content>.cart-actions-top,
.search-no-result-content>.cart-page-header-section,
.search-no-result-content>.editorial-slides-section,
.search-no-result-content>.gift-kit-sticky-content,
.search-no-result-content>.main-content-holder.hasNavigation,
.search-no-result-content>.mobile-full-width,
.search-no-result-content>.pdp-main,
.search-no-result-content>.row,
.search-no-result-content>.samples-max-count-reached-overlay,
.search-no-result-content>.samples-overlay,
.search-no-result-content>.samples-product-overlay,
.search-no-result-content>.search-no-result-content,
.search-no-result-content>.shopping-bag-primary-content,
.search-no-result-content>.sticky-add-to-bag-content,
.search-no-result-content>.vanity-kit-sticky-content,
.search-no-result-content>.wishlist-editorial-slides-section,
.shopping-bag-primary-content>.QandA-tabs-wraper,
.shopping-bag-primary-content>.articles-wraper,
.shopping-bag-primary-content>.cart-actions-top,
.shopping-bag-primary-content>.cart-page-header-section,
.shopping-bag-primary-content>.editorial-slides-section,
.shopping-bag-primary-content>.gift-kit-sticky-content,
.shopping-bag-primary-content>.main-content-holder.hasNavigation,
.shopping-bag-primary-content>.mobile-full-width,
.shopping-bag-primary-content>.pdp-main,
.shopping-bag-primary-content>.row,
.shopping-bag-primary-content>.samples-max-count-reached-overlay,
.shopping-bag-primary-content>.samples-overlay,
.shopping-bag-primary-content>.samples-product-overlay,
.shopping-bag-primary-content>.search-no-result-content,
.shopping-bag-primary-content>.shopping-bag-primary-content,
.shopping-bag-primary-content>.sticky-add-to-bag-content,
.shopping-bag-primary-content>.vanity-kit-sticky-content,
.shopping-bag-primary-content>.wishlist-editorial-slides-section,
.sticky-add-to-bag-content>.QandA-tabs-wraper,
.sticky-add-to-bag-content>.articles-wraper,
.sticky-add-to-bag-content>.cart-actions-top,
.sticky-add-to-bag-content>.cart-page-header-section,
.sticky-add-to-bag-content>.editorial-slides-section,
.sticky-add-to-bag-content>.gift-kit-sticky-content,
.sticky-add-to-bag-content>.main-content-holder.hasNavigation,
.sticky-add-to-bag-content>.mobile-full-width,
.sticky-add-to-bag-content>.pdp-main,
.sticky-add-to-bag-content>.row,
.sticky-add-to-bag-content>.samples-max-count-reached-overlay,
.sticky-add-to-bag-content>.samples-overlay,
.sticky-add-to-bag-content>.samples-product-overlay,
.sticky-add-to-bag-content>.search-no-result-content,
.sticky-add-to-bag-content>.shopping-bag-primary-content,
.sticky-add-to-bag-content>.sticky-add-to-bag-content,
.sticky-add-to-bag-content>.vanity-kit-sticky-content,
.sticky-add-to-bag-content>.wishlist-editorial-slides-section,
.vanity-kit-sticky-content>.QandA-tabs-wraper,
.vanity-kit-sticky-content>.articles-wraper,
.vanity-kit-sticky-content>.cart-actions-top,
.vanity-kit-sticky-content>.cart-page-header-section,
.vanity-kit-sticky-content>.editorial-slides-section,
.vanity-kit-sticky-content>.gift-kit-sticky-content,
.vanity-kit-sticky-content>.main-content-holder.hasNavigation,
.vanity-kit-sticky-content>.mobile-full-width,
.vanity-kit-sticky-content>.pdp-main,
.vanity-kit-sticky-content>.row,
.vanity-kit-sticky-content>.samples-max-count-reached-overlay,
.vanity-kit-sticky-content>.samples-overlay,
.vanity-kit-sticky-content>.samples-product-overlay,
.vanity-kit-sticky-content>.search-no-result-content,
.vanity-kit-sticky-content>.shopping-bag-primary-content,
.vanity-kit-sticky-content>.sticky-add-to-bag-content,
.vanity-kit-sticky-content>.vanity-kit-sticky-content,
.vanity-kit-sticky-content>.wishlist-editorial-slides-section,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.QandA-tabs-wraper,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.articles-wraper,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.cart-actions-top,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.cart-page-header-section,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.editorial-slides-section,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.gift-kit-sticky-content,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.main-content-holder.hasNavigation,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.mobile-full-width,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.pdp-main,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.row,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.samples-max-count-reached-overlay,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.samples-overlay,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.samples-product-overlay,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.search-no-result-content,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.shopping-bag-primary-content,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.sticky-add-to-bag-content,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.vanity-kit-sticky-content,
.wishlist-editorial-slides-section #wishlist-editorial-carousel>.wishlist-editorial-slides-section,
.wishlist-editorial-slides-section .QandA-tabs-wraper>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .articles-wraper>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .cart-actions-top>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .cart-page-header-section>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .choose-from-wrapper #wishlist-editorial-carousel>.choose-from-holder,
.wishlist-editorial-slides-section .choose-from-wrapper .choose-from-holder>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .editorial-slides-section #editorial-carousel>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .editorial-slides-section #wishlist-editorial-carousel>#editorial-carousel,
.wishlist-editorial-slides-section .editorial-slides-section>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .gift-kit-sticky-content>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .mag-instagram-wrapper #wishlist-editorial-carousel>.mag-instagram-header,
.wishlist-editorial-slides-section .mag-instagram-wrapper .mag-instagram-header>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .main-content-holder.hasNavigation>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .mobile-full-width>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .pdp-bottom-container #wishlist-editorial-carousel>.content,
.wishlist-editorial-slides-section .pdp-bottom-container .content>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .pdp-main>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .pdp-top-container #wishlist-editorial-carousel>.content,
.wishlist-editorial-slides-section .pdp-top-container .content>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .pt_account .page-content #wishlist-editorial-carousel>.primary-content,
.wishlist-editorial-slides-section .pt_account .page-content .primary-content>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .pt_checkout #wishlist-editorial-carousel>.primary-focus,
.wishlist-editorial-slides-section .pt_checkout .primary-focus>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .pt_product-search-result #wishlist-editorial-carousel>.plp-container,
.wishlist-editorial-slides-section .pt_product-search-result .plp-container>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .pt_samples #wishlist-editorial-carousel>.primary-focus,
.wishlist-editorial-slides-section .pt_samples .primary-focus>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .pt_store-locator #wishlist-editorial-carousel>.store-locator,
.wishlist-editorial-slides-section .pt_store-locator .store-locator>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .row>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .samples-max-count-reached-overlay>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .samples-overlay>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .samples-product-overlay>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .search-no-result-content>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .shopping-bag-primary-content>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .sticky-add-to-bag-content>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section .vanity-kit-sticky-content>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section>#wishlist-editorial-carousel,
.wishlist-editorial-slides-section>.QandA-tabs-wraper,
.wishlist-editorial-slides-section>.articles-wraper,
.wishlist-editorial-slides-section>.cart-actions-top,
.wishlist-editorial-slides-section>.cart-page-header-section,
.wishlist-editorial-slides-section>.editorial-slides-section,
.wishlist-editorial-slides-section>.gift-kit-sticky-content,
.wishlist-editorial-slides-section>.main-content-holder.hasNavigation,
.wishlist-editorial-slides-section>.mobile-full-width,
.wishlist-editorial-slides-section>.pdp-main,
.wishlist-editorial-slides-section>.row,
.wishlist-editorial-slides-section>.samples-max-count-reached-overlay,
.wishlist-editorial-slides-section>.samples-overlay,
.wishlist-editorial-slides-section>.samples-product-overlay,
.wishlist-editorial-slides-section>.search-no-result-content,
.wishlist-editorial-slides-section>.shopping-bag-primary-content,
.wishlist-editorial-slides-section>.sticky-add-to-bag-content,
.wishlist-editorial-slides-section>.vanity-kit-sticky-content,
.wishlist-editorial-slides-section>.wishlist-editorial-slides-section {
  clear: none;
  float: left;
  margin: 0!important;
}

.col-gutter,
.lip-content-wrapper,
.lip-my-account {
  margin-left: 20px;
  margin-right: 20px;
}

.bleed-left {
  margin-left: 0;
}

.bleed-right {
  margin-right: 0;
}

.ShippingGiftOpt,
.col,
.login-intercept-page.checkout-progress-indicator-rework,
.pt_checkout .primary-focus .primary-content,
.pt_checkout .primary-focus .thankyou-content,
.pt_samples .primary-content,
.pt_samples .primary-sticky {
  box-sizing: border-box;
  float: left;
}

.ShippingGiftOpt:after,
.ShippingGiftOpt:before,
.col:after,
.col:before,
.login-intercept-page.checkout-progress-indicator-rework:after,
.login-intercept-page.checkout-progress-indicator-rework:before,
.pt_checkout .primary-focus .primary-content:after,
.pt_checkout .primary-focus .primary-content:before,
.pt_checkout .primary-focus .thankyou-content:after,
.pt_checkout .primary-focus .thankyou-content:before,
.pt_samples .primary-content:after,
.pt_samples .primary-content:before,
.pt_samples .primary-sticky:after,
.pt_samples .primary-sticky:before {
  box-sizing: border-box;
}

.col-pull-0-desktop,
.col-push-0-desktop {
  left: 0;
}

.col-pull-1-desktop {
  left: -8.3333333333%;
}

.col-push-1-desktop,
.not-quick-shop .prd-information.left .prd-image,
.not-quick-shop.left .prd-image,
.tab-first-line,
.tab-product-tile {
  left: 8.3333333333%;
}

.col-pull-2-desktop {
  left: -16.6666666667%;
}

.col-push-2-desktop {
  left: 16.6666666667%;
}

.col-pull-3-desktop {
  left: -25%;
}

.col-push-3-desktop,
.contact-us .alert-panel-wrapper {
  left: 25%;
}

.col-pull-4-desktop {
  left: -33.3333333333%;
}

.col-push-4-desktop {
  left: 33.3333333333%;
}

.col-pull-5-desktop {
  left: -41.6666666667%;
}

.col-push-5-desktop {
  left: 41.6666666667%;
}

#howToApply .video .howToApplyItem:last-of-type,
.col-pull-6-desktop,
.pdp-bottom-container .content .how-to-apply .video .how-to-apply-item:last-of-type {
  left: -50%;
}

#howToApply .video .howToApplyItem,
.col-push-6-desktop,
.pdp-bottom-container .content .how-to-apply .video .how-to-apply-item {
  left: 50%;
}

.col-pull-7-desktop {
  left: -58.3333333333%;
}

.col-push-7-desktop {
  left: 58.3333333333%;
}

.col-pull-8-desktop {
  left: -66.6666666667%;
}

.col-push-8-desktop {
  left: 66.6666666667%;
}

.col-pull-9-desktop {
  left: -75%;
}

.col-push-9-desktop {
  left: 75%;
}

.col-pull-10-desktop {
  left: -83.3333333333%;
}

.col-push-10-desktop {
  left: 83.3333333333%;
}

.col-pull-11-desktop {
  left: -91.6666666667%;
}

.col-push-11-desktop {
  left: 91.6666666667%;
}

.col-pull-12-desktop {
  left: -100%;
}

.col-push-12-desktop {
  left: 100%;
}

body {
  background: #fff;
  font-size: 11px;
  min-height: 100%;
  overflow-x: hidden;
}

body:after {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  right: 100%;
  bottom: 100%;
  position: fixed;
  background-color: #606060;
}

a {
  background: 0 0;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

a:hover {
  color: #be0f34;
}

.inactive {
  color: #cbcbcb;
}

.inactive:hover {
  color: #cbcbcb;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

td {
  padding: 1em;
  vertical-align: top;
}

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

.visibility-hidden {
  visibility: hidden;
}

.menu {
  float: left;
  margin: 0;
  padding: 0;
}

.menu li {
  float: left;
  list-style: none!important;
}

.alertPanel,
.deadendPanel {
  background-color: #fff;
  border-color: #be0f34 #e5e5e5 #e5e5e5;
  border-style: solid;
  border-width: 2px;
  display: none;
  padding: 10px;
  position: fixed;
  width: 270px;
  box-sizing: border-box;
  z-index: 10;
}

.alertPanel .promotxt,
.deadendPanel .promotxt {
  margin-top: 17px;
  color: #be0f34;
  font-size: 11px;
  letter-spacing: .05em;
}

.alertPanel.html-slot-container,
.html-slot-container.deadendPanel {
  margin: 10px 0;
  font-size: 11px;
}

.alertPanel a,
.deadendPanel a {
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
  display: inline-block;
  margin-top: 8px;
}

.alertPanel a:hover,
.deadendPanel a:hover {
  color: #be0f34;
  border-bottom: 1px solid #efc3cc;
}

.alertPanel_close,
.deadendPanel_close {
  background-color: #fff;
  height: 20px;
  width: 20px;
  float: right;
  cursor: pointer;
}

.alertPanel_content,
.deadendPanel_content {
  margin: 10px 0;
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: .05em;
}

.deadendPanel {
  top: none;
  z-index: 9999;
  width: 368px;
}

.deadendPanel.title {
  font-size: 11px;
  display: block;
  margin-bottom: 20px;
  color: #be0f34;
}

.deadendPanel .description {
  font-size: 22px;
  margin-bottom: 15px;
}

img[data-image-load-on=click],
img[data-image-load-on=load],
img[data-image-load-on=ready] {
  margin: 0 auto;
}

img.js-loaded {
  width: 100%;
}

.ui-dialog,
.ui-dialog .ui-dialog-content {
  overflow: visible;
}

.hide {
  display: none;
}

::-webkit-input-placeholder {
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 400;
  color: #8b8b8b;
}

::-moz-placeholder {
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 400;
  color: #8b8b8b;
}

:-ms-input-placeholder {
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 400;
  color: #8b8b8b;
}

input:-moz-placeholder {
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 400;
  color: #8b8b8b;
}

.ajax-loader-image,
.loader-image {
  background: url(../images/placeholder.gif) center center no-repeat;
  display: none;
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.blur {
  opacity: .5;
}

#howToApply .howToApplyContent:after,
#howToApply .howToApplyContent:before,
.cart.choice-of-bonus-holder .bonus-products-list:after,
.cart.choice-of-bonus-holder .bonus-products-list:before,
.cart.choose-from-holder .bonus-products-list:after,
.cart.choose-from-holder .bonus-products-list:before,
.clearfix:after,
.clearfix:before,
.form-builder.asia-miles-form .full-width.form-row:after,
.form-builder.asia-miles-form .full-width.form-row:before,
.form-builder.asia-miles-form .full-width:after,
.form-builder.asia-miles-form .full-width:before,
.form-builder.billingAddressForm .full-width.form-row:after,
.form-builder.billingAddressForm .full-width.form-row:before,
.form-builder.billingAddressForm .full-width:after,
.form-builder.billingAddressForm .full-width:before,
.form-builder.checkout-email-form .full-width.form-row:after,
.form-builder.checkout-email-form .full-width.form-row:before,
.form-builder.checkout-email-form .full-width:after,
.form-builder.checkout-email-form .full-width:before,
.form-builder.contactUsForm .full-width.form-row:after,
.form-builder.contactUsForm .full-width.form-row:before,
.form-builder.contactUsForm .full-width:after,
.form-builder.contactUsForm .full-width:before,
.form-builder.edit-address-form .full-width.form-row:after,
.form-builder.edit-address-form .full-width.form-row:before,
.form-builder.edit-address-form .full-width:after,
.form-builder.edit-address-form .full-width:before,
.form-builder.popstation-search-form .full-width.form-row:after,
.form-builder.popstation-search-form .full-width.form-row:before,
.form-builder.popstation-search-form .full-width:after,
.form-builder.popstation-search-form .full-width:before,
.form-builder.profileForm .full-width.form-row:after,
.form-builder.profileForm .full-width.form-row:before,
.form-builder.profileForm .full-width:after,
.form-builder.profileForm .full-width:before,
.form-builder.shippingAddressForm .full-width.form-row:after,
.form-builder.shippingAddressForm .full-width.form-row:before,
.form-builder.shippingAddressForm .full-width:after,
.form-builder.shippingAddressForm .full-width:before,
.form-builder.summary-form .full-width.form-row:after,
.form-builder.summary-form .full-width.form-row:before,
.form-builder.summary-form .full-width:after,
.form-builder.summary-form .full-width:before,
.general-error .contentasset:after,
.general-error .contentasset:before,
.general-error .error-page-content:after,
.general-error .error-page-content:before,
.gs-search-button-container:after,
.gs-search-button-container:before,
.mbs-dialog-container .stf-confirm-checkbox:after,
.mbs-dialog-container .stf-confirm-checkbox:before,
.mbs-header-links:after,
.mbs-header-links:before,
.not-quick-shop .prd-information2:after,
.not-quick-shop .prd-information2:before,
.pdp-bottom-container .content .how-to-apply .how-to-apply-content:after,
.pdp-bottom-container .content .how-to-apply .how-to-apply-content:before,
.pdp-top-container .content .information-section .skin-type-wrapper:before,
.pt_account .no-guided-searches-container:after,
.pt_account .no-guided-searches-container:before,
.reassurance-block:after,
.reassurance-block:before {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
  visibility: hidden;
}

a.small {
  color: #000;
}

a.small:hover {
  color: #be0f34;
}

a.large {
  color: #000;
  border-bottom: 1px solid #bfbfbf;
}

a.large:hover {
  color: #be0f34;
  border-bottom: 1px solid #efc3cc;
}

.border-box {
  box-sizing: border-box;
}

.cell-base {
  box-sizing: border-box;
  float: left;
}

.cell-base:after,
.cell-base:before {
  box-sizing: border-box;
}

@-webkit-keyframes on-autofill-start {
  from, to {
    opacity: 1;
  }
}

@keyframes on-autofill-start {
  from, to {
    opacity: 1;
  }
}

@-webkit-keyframes on-autofill-end {
  from, to {
    opacity: 1;
  }
}

@keyframes on-autofill-end {
  from, to {
    opacity: 1;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: on-autofill-start;
  animation-name: on-autofill-start;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:not(:-webkit-autofill) {
  -webkit-animation-name: on-autofill-end;
  animation-name: on-autofill-end;
}

input.is-autofilled {
  -webkit-transition: none;
  transition: none;
}

input.non-clickable {
  pointer-events: none;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

text-underline {
  text-transform: underline;
}

@font-face {
  font-family: ClarinsRegular;
  src: url(../fonts/clarinsreg-webfont.eot);
  src: url(../fonts/clarinsreg-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/ClarinsRegular.woff2) format("woff2"),url(../fonts/ClarinsRegular.woff) format("woff"),url(../fonts/clarinsreg-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

input[type=checkbox].button-styled-checkbox {
  display: none;
  min-width: 110px;
  width: 100%;
  margin: 0;
}

input[type=checkbox].button-styled-checkbox+label {
  display: table;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  word-wrap: break-word;
  padding: 0;
  border: 2px solid #e5e5e5;
  color: #000;
}

input[type=checkbox].button-styled-checkbox+label:before {
  display: none;
}

input[type=checkbox].button-styled-checkbox:checked+label {
  color: #be0f34;
  border: 2px solid #be0f34;
}

.birthdayday .jspPane li,
.birthdaymonth .jspPane li,
.birthdayyear .jspPane li {
  white-space: nowrap;
}

.birthdayday .jspPane a,
.birthdaymonth .jspPane a,
.birthdayyear .jspPane a {
  padding-left: 15px;
}

.address-finder-button {
  margin-bottom: 20px;
  width: 100%;
}

#addressFinderStoreDetails-error {
  margin: -10px 0 0;
  display: block;
}

.UserRegistrationForm .birthday .form-row.error,
.profileForm .birthday .form-row.error {
  display: none;
}

.heading2,
.heading3 {
  display: block;
  font-weight: 700;
}

.form-builder.profileForm .birthdayday .form-row.error .sbHolder,
.form-builder.profileForm .birthdaymonth .form-row.error .sbHolder,
.form-builder.profileForm .birthdayyear .form-row.error .sbHolder {
  margin-bottom: 20px;
}

.form-builder.profileForm .birthdayday .form-row span.error,
.form-builder.profileForm .birthdaymonth .form-row span.error,
.form-builder.profileForm .birthdayyear .form-row span.error {
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 48px;
  margin: 0;
}

#date-of-birth-form .pd-date-selects,
.form-builder.profileForm .pd-date-selects {
  position: relative;
}

#date-of-birth-form .birthdayday .form-row.error .sbHolder,
#date-of-birth-form .birthdaymonth .form-row.error .sbHolder,
#date-of-birth-form .birthdayyear .form-row.error .sbHolder {
  margin-bottom: 0;
}

#date-of-birth-form .birthdayday .form-row span.error,
#date-of-birth-form .birthdaymonth .form-row span.error,
#date-of-birth-form .birthdayyear .form-row span.error {
  position: relative;
  white-space: nowrap;
  left: 0;
  top: 5px;
  margin: 0;
}

#pdp-icon-strip-common .stripItem,
.alertPanel .promotxt,
.alertPanel a,
.deadendPanel .promotxt,
.deadendPanel a,
.font-medium,
.not-quick-shop .pdp-main .pdp-icon-strip .stripItem,
.product-skin-type .attribute .label,
.ui-widget-content .pdp-icon-strip .stripItem {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.font-heavy {
  font-family: "Gotham SSm bold A","Gotham SSm bold B",Helvetica,Arial,sans-serif;
}

.font-regular {
  font-family: ClarinsRegular,"Times New Roman",Times,serif;
}

.heading2 {
  font-size: 1.5em;
  margin: .83em 0;
}

.heading3 {
  font-size: 1.17em;
  margin: 1em 0;
}

.ui-autocomplete.email-autocomplete-wrapper {
  height: initial!important;
  z-index: 25!important;
  background-color: #fff;
  max-height: 200px;
  border: 2px solid #e5e5e5;
  overflow-y: auto;
  box-sizing: content-box;
  text-align: left;
}

.ui-autocomplete.email-autocomplete-wrapper .ui-menu-item {
  padding: 0;
  width: 100%;
}

.ui-autocomplete.email-autocomplete-wrapper .ui-menu-item-wrapper {
  padding: 17px 0 17px 17px;
  font-size: 11px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.ui-autocomplete.email-autocomplete-wrapper .ui-menu-item-wrapper.ui-state-active {
  background-color: #e5e5e5;
  margin: 0;
}

.catalog-tab-carousel-mobile .samples-badge,
.product-tile .product-badge,
.samples-page-carousel .samples-badge {
  position: absolute;
  left: -16px;
  top: 15px;
  z-index: 1;
}

.catalog-tab-carousel-mobile .samples-badge .badge-text,
.product-tile .product-badge .badge-text,
.samples-page-carousel .samples-badge .badge-text {
  letter-spacing: .1em;
  display: inline-block;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 10px;
  background-color: #c20430;
  color: #fff;
  padding: 1px 3px;
  text-align: left;
}

.catalog-tab-carousel-mobile .samples-badge .badge-text.upper-case,
.product-tile .product-badge .badge-text.upper-case,
.samples-page-carousel .samples-badge .badge-text.upper-case {
  text-transform: uppercase;
}

.catalog-tab-carousel-mobile .samples-badge .badge-image,
.product-tile .product-badge .badge-image,
.samples-page-carousel .samples-badge .badge-image {
  background: url(../images/badge-corner.svg) center no-repeat;
  height: 10px;
  width: 10px;
  z-index: 1;
  margin-top: -1px;
}

.buttongray,
input[type=button] {
  letter-spacing: .1em;
  background-color: #cbcbcb;
  border: 2px solid #cbcbcb;
  color: #000;
  font-size: 12px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: opacity .3s,background-color .3s ease;
  transition: opacity .3s,background-color .3s ease;
  padding: .5em 2em;
  min-width: 165px;
  height: 50px;
  cursor: auto;
}

.buttongray:hover,
input[type=button]:hover {
  background-color: #cbcbcb;
  color: #000;
  opacity: 1;
}

.buttontertitary,
.cart-coupon-code .apply-coupon,
.cart-coupon-code .apply-loyalty,
.clear-refinement,
.clear-refinement-mobile,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .tax-overlay .calculate-tax.add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .tax-overlay .calculate-tax.add-card,
.pdp-main .product-add-to-cart #remove-product,
.refinement-filter-btn,
.tax-overlay .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .calculate-tax.add-card,
.tax-overlay .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .calculate-tax.add-card,
.tax-overlay button.calculate-tax,
input[type=button] {
  letter-spacing: .1em;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  color: #000;
  cursor: pointer;
  font-size: 12px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: opacity .3s,background-color .3s ease;
  transition: opacity .3s,background-color .3s ease;
  padding: .5em 2em;
  min-width: 165px;
  height: 40px;
}

.buttontertitary:hover,
.cart-coupon-code .apply-coupon:hover,
.cart-coupon-code .apply-loyalty:hover,
.clear-refinement-mobile:hover,
.clear-refinement:hover,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .tax-overlay .calculate-tax.add-card:hover,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .tax-overlay .calculate-tax.add-card:hover,
.pdp-main .product-add-to-cart #remove-product:hover,
.refinement-filter-btn:hover,
.tax-overlay .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .calculate-tax.add-card:hover,
.tax-overlay .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .calculate-tax.add-card:hover,
.tax-overlay button.calculate-tax:hover,
input[type=button]:hover {
  background-color: #fff;
  border: 2px solid #8b8b8b;
}

.cart-coupon-code .disabled.apply-coupon,
.cart-coupon-code .disabled.apply-loyalty,
.cart-coupon-code [disabled].apply-coupon,
.cart-coupon-code [disabled].apply-loyalty,
.disabled.buttontertitary,
.disabled.clear-refinement,
.disabled.clear-refinement-mobile,
.disabled.refinement-filter-btn,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .tax-overlay .disabled.calculate-tax.add-card,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .tax-overlay [disabled].calculate-tax.add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .tax-overlay .disabled.calculate-tax.add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .tax-overlay [disabled].calculate-tax.add-card,
.pdp-main .product-add-to-cart .disabled#remove-product,
.pdp-main .product-add-to-cart [disabled]#remove-product,
.tax-overlay .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .disabled.calculate-tax.add-card,
.tax-overlay .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header [disabled].calculate-tax.add-card,
.tax-overlay .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .disabled.calculate-tax.add-card,
.tax-overlay .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header [disabled].calculate-tax.add-card,
.tax-overlay button.disabled.calculate-tax,
.tax-overlay button[disabled].calculate-tax,
[disabled].buttontertitary,
[disabled].clear-refinement,
[disabled].clear-refinement-mobile,
[disabled].refinement-filter-btn,
input.disabled[type=button],
input[disabled][type=button] {
  background-color: #fff;
}

.buttonsecondary,
.rewards-history-table-legacy .history-table .less,
.rewards-history-table-legacy .history-table .more,
input[type=button] {
  letter-spacing: .1em;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  color: #000;
  cursor: pointer;
  font-size: 12px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: opacity .3s,background-color .3s ease;
  transition: opacity .3s,background-color .3s ease;
  padding: .5em 2em;
  min-width: 165px;
  height: 50px;
}

.buttonsecondary:hover,
.rewards-history-table-legacy .history-table .less:hover,
.rewards-history-table-legacy .history-table .more:hover,
input[type=button]:hover {
  background-color: #fff;
  border: 2px solid #cbcbcb;
  color: #000;
  opacity: 1;
}

.disabled.buttonsecondary,
.rewards-history-table-legacy .history-table .disabled.less,
.rewards-history-table-legacy .history-table .disabled.more,
.rewards-history-table-legacy .history-table [disabled].less,
.rewards-history-table-legacy .history-table [disabled].more,
[disabled].buttonsecondary,
input.disabled[type=button],
input[disabled][type=button] {
  background-color: #fff;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .reorder-btn,
.button,
.buttonprimary,
.buttonstyle,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
button,
input[type=button] {
  letter-spacing: .1em;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: opacity .3s,background-color .3s ease;
  transition: opacity .3s,background-color .3s ease;
  padding: .5em 2em;
  min-width: 165px;
  display: inline-block;
  height: 50px;
}

.cart-coupon-code .loyalty-code .sbHolder,
.cart-coupon-code .loyalty-code .sbOptions a {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .reorder-btn:hover,
.button:hover,
.buttonprimary:hover,
.buttonstyle:hover,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card:hover,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card:hover,
button:hover,
input[type=button]:hover {
  background-color: rgba(0,0,0,.7);
  border: 2px solid transparent;
  color: #fff;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .disabled.reorder-btn,
#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper [disabled].reorder-btn,
.disabled.button,
.disabled.buttonprimary,
.disabled.buttonstyle,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .disabled.add-card,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header [disabled].add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .disabled.add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header [disabled].add-card,
[disabled].button,
[disabled].buttonprimary,
[disabled].buttonstyle,
button.disabled,
button[disabled],
input.disabled[type=button],
input[disabled][type=button] {
  background-color: #cbcbcb;
  border-color: #cbcbcb;
  color: #000;
  opacity: 10;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .buttonfix.reorder-btn,
.buttonfix.button,
.buttonfix.buttonprimary,
.buttonfix.buttonstyle,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .buttonfix.add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .buttonfix.add-card,
button.buttonfix,
input.buttonfix[type=button] {
  box-sizing: border-box;
  line-height: 34px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .button-small.reorder-btn,
.button-small.button,
.button-small.buttonprimary,
.button-small.buttonstyle,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .button-small.add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .button-small.add-card,
button.button-small,
input.button-small[type=button] {
  box-sizing: border-box;
  height: 40px;
  min-width: 130px;
  line-height: 24px;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .link-button.reorder-btn,
.link-button.button,
.link-button.buttonprimary,
.link-button.buttonstyle,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .link-button.add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .link-button.add-card,
button.link-button,
input.link-button[type=button] {
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
  background-color: transparent;
  border-width: 0 0 1px;
  padding: 0;
  min-width: 65px;
  height: auto;
}

#wrapper.pt_order.lip-salesforce .salesforce-orders .order-history-items .order-history-table .product-wrapper .link-button.reorder-btn:hover,
.link-button.button:hover,
.link-button.buttonprimary:hover,
.link-button.buttonstyle:hover,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .link-button.add-card:hover,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .link-button.add-card:hover,
button.link-button:hover,
input.link-button[type=button]:hover {
  color: #be0f34;
  border-bottom: 1px solid #efc3cc;
}

.custom-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  margin: 0;
}

.custom-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #c0bebe;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
}

.custom-pagination a.active {
  background: #282b30;
  opacity: 1;
}

.cart-coupon-code {
  margin: 13px 0 17px;
}

.cart-coupon-code .promo-tooltip-content {
  display: none;
}

.cart-coupon-code .promo-codes-list,
.cart-coupon-code .promotion-messages {
  list-style-type: none;
  padding: 0;
}

.cart-coupon-code .promotion-messages {
  margin: 0;
}

.cart-coupon-code .promo-codes-list {
  margin-top: 0;
}

.cart-coupon-code .promo-codes-list .promo-code-block {
  display: inline-block;
  width: 100%;
}

.cart-coupon-code .promo-codes-list .promo-code-block .promo-code {
  background: #be0f34;
  color: #fff;
  padding: 1px 5px;
  letter-spacing: .01em;
  font-size: 12px;
  font-weight: 700;
  margin-right: 2%;
}

.cart-coupon-code .promo-codes-list .promo-code-block .promo-not-applied-message {
  display: inline-block;
  width: 100%;
  color: #be0f34;
}

.cart-coupon-code .loyalty-code .coupon-remove-hide,
.cart-coupon-code .loyalty-code .loyalty-remove-hide,
.cart-coupon-code .loyalty-code .loyalty-tooltip-content,
.cart-coupon-code .loyalty-code .sbOptions li:first-child,
.cart-coupon-code .promotion-code .coupon-remove-hide,
.cart-coupon-code .promotion-code .loyalty-remove-hide {
  display: none;
}

.cart-coupon-code .error {
  color: #be0f34;
  font-size: 11px;
  padding-top: .4em;
}

.cart-coupon-code .update-cart {
  margin-left: .6em;
}

.cart-coupon-code .loyalty-code {
  margin-top: 17px;
}

.cart-coupon-code .loyalty-code .sbHolder {
  float: left;
  height: 40px;
  width: 66%;
  margin-bottom: 5px;
  font-size: 14px;
}

.cart-coupon-code .loyalty-code .sbHolder .sbSelector {
  line-height: 38px;
  height: 100%;
  width: 85%;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: .1em;
}

.cart-coupon-code .loyalty-code .sbHolder .sbToggle {
  top: -9px;
}

.cart-coupon-code .loyalty-code .sbOptions {
  border: 2px solid #cbcbcb;
}

.cart-coupon-code .loyalty-code .sbOptions li a {
  padding: 17px 0 17px 35px;
}

.cart-coupon-code .loyalty-code .sbOptions li a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-top: 2px;
  margin-left: -26px;
  background-color: #eee;
  border-radius: 8px;
  position: absolute;
}

.cart-coupon-code .loyalty-code .sbOptions li.selected a:before {
  background-color: #be0f34;
  text-align: center;
  line-height: 15px;
  box-shadow: 0 0 0 2.5px #eee inset;
}

.cart-coupon-code .loyalty-code .sbOptions a {
  font-size: 11px;
  letter-spacing: .02em;
  color: #8b8b8b;
  text-transform: none;
}

.cart-coupon-code .loyalty-code .sbOptions a .code {
  font-size: 14px;
  letter-spacing: .02em;
  font-family: inherit;
  color: #000;
}

.cart-coupon-code .loyalty-code .sbOptions a .code b {
  display: none;
}

.cart-coupon-code .coupon-code-header .title {
  font-size: 14px;
  letter-spacing: .02em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

.cart-coupon-code .subtitle,
.cart-coupon-code input[type=text] {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  color: #8b8b8b;
}

.cart-coupon-code .coupon-code-header .info {
  display: inline-block;
  position: relative;
  top: 5px;
}

.cart-coupon-code .coupon-code-header .info:hover {
  position: relative;
}

.cart-coupon-code .coupon-code-header .info[data]:hover:after {
  content: attr(data);
  padding: 10px 8px;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index: 20;
  border-radius: 4px;
  box-shadow: 0 0 4px #000;
  background: #fff;
}

.cart-coupon-code input[type=text] {
  margin-left: 0;
  height: 21px;
  width: 63%;
  font-size: 14px;
  letter-spacing: .02em;
  background: #eee;
  padding: 10px 7px 9px;
  text-transform: uppercase;
}

.cart-coupon-code .subtitle {
  font-size: 11px;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}

.cart-coupon-code .remove-block .link,
.cart-coupon-code .subtitle .amount {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.cart-coupon-code .subtitle .amount {
  float: none;
}

.cart-coupon-code .apply-coupon,
.cart-coupon-code .apply-loyalty {
  min-width: 85px;
  width: 29%;
  padding: 0;
  float: right;
  font-size: 12px;
}

.cart-coupon-code .apply-coupon:hover,
.cart-coupon-code .apply-loyalty:hover {
  color: #000;
}

.cart-coupon-code .update-cart.apply-coupon,
.cart-coupon-code .update-cart.apply-loyalty {
  display: none;
}

.cart-coupon-code .remove-block {
  display: inline-block;
}

.cart-coupon-code .remove-block .link {
  color: #000;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: .1em;
  font-weight: 400;
  border-bottom: 1px solid #d4d4d4;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
}

.cart-coupon-code .remove-block .link:hover {
  background: 0 0;
  color: #c20430;
  opacity: 1;
  border-color: #c20430;
}

.order-totals-table ul,
.order-totals-table ul.order-summary-contents {
  border-bottom: 2px solid #cbcbcb;
}

.cart-coupon-code .remove-block .coupon-remove-sign {
  display: none;
}

.cart-coupon-code .error-block {
  font-size: 11px;
  background: 0 0;
  padding: 0;
  margin: .5em 0;
  color: #be0f34;
}

.multiple-select-dropdown-holder .dropdown-options .column-title,
.multiple-select-dropdown-holder .dropdown-selector .title {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.beauty-routine-carousel .product-tile .color-dropdown-container .sbHolder,
.catalog-tab-carousel-mobile .color-dropdown-container .sbHolder,
.gift-kit-product .color-dropdown-container .sbHolder,
.most-recently-viewed-carousel .product-tile .color-dropdown-container .sbHolder,
.samples-page-carousel .color-dropdown-container .sbHolder,
.slot-product-recommendation-carousel .product-tile .color-dropdown-container .sbHolder,
.vanity-kit-product .color-dropdown-container .sbHolder,
.you-may-also-like-carousel .product-tile .color-dropdown-container .sbHolder {
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  margin: 0;
}

.beauty-routine-carousel .product-tile .color-dropdown-container .sbToggle.sbToggle,
.catalog-tab-carousel-mobile .color-dropdown-container .sbToggle.sbToggle,
.gift-kit-product .color-dropdown-container .sbToggle.sbToggle,
.most-recently-viewed-carousel .product-tile .color-dropdown-container .sbToggle.sbToggle,
.samples-page-carousel .color-dropdown-container .sbToggle.sbToggle,
.slot-product-recommendation-carousel .product-tile .color-dropdown-container .sbToggle.sbToggle,
.vanity-kit-product .color-dropdown-container .sbToggle.sbToggle,
.you-may-also-like-carousel .product-tile .color-dropdown-container .sbToggle.sbToggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 36px;
}

.beauty-routine-carousel .product-tile .color-dropdown-container .sbToggle.sbToggle.sbToggleOpen,
.catalog-tab-carousel-mobile .color-dropdown-container .sbToggle.sbToggle.sbToggleOpen,
.gift-kit-product .color-dropdown-container .sbToggle.sbToggle.sbToggleOpen,
.most-recently-viewed-carousel .product-tile .color-dropdown-container .sbToggle.sbToggle.sbToggleOpen,
.samples-page-carousel .color-dropdown-container .sbToggle.sbToggle.sbToggleOpen,
.slot-product-recommendation-carousel .product-tile .color-dropdown-container .sbToggle.sbToggle.sbToggleOpen,
.vanity-kit-product .color-dropdown-container .sbToggle.sbToggle.sbToggleOpen,
.you-may-also-like-carousel .product-tile .color-dropdown-container .sbToggle.sbToggle.sbToggleOpen {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.beauty-routine-carousel .product-tile .color-dropdown-container .sbSelector,
.catalog-tab-carousel-mobile .color-dropdown-container .sbSelector,
.gift-kit-product .color-dropdown-container .sbSelector,
.most-recently-viewed-carousel .product-tile .color-dropdown-container .sbSelector,
.samples-page-carousel .color-dropdown-container .sbSelector,
.slot-product-recommendation-carousel .product-tile .color-dropdown-container .sbSelector,
.vanity-kit-product .color-dropdown-container .sbSelector,
.you-may-also-like-carousel .product-tile .color-dropdown-container .sbSelector {
  display: block;
  height: 25px;
  width: 120px;
  margin: 6px 5px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 30px;
  text-align: left;
}

.beauty-routine-carousel .product-tile .color-dropdown-container .sbSelector img,
.catalog-tab-carousel-mobile .color-dropdown-container .sbSelector img,
.gift-kit-product .color-dropdown-container .sbSelector img,
.most-recently-viewed-carousel .product-tile .color-dropdown-container .sbSelector img,
.samples-page-carousel .color-dropdown-container .sbSelector img,
.slot-product-recommendation-carousel .product-tile .color-dropdown-container .sbSelector img,
.vanity-kit-product .color-dropdown-container .sbSelector img,
.you-may-also-like-carousel .product-tile .color-dropdown-container .sbSelector img {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}

.beauty-routine-carousel .product-tile .color-dropdown-container .sbOptions.sbOptions,
.catalog-tab-carousel-mobile .color-dropdown-container .sbOptions.sbOptions,
.gift-kit-product .color-dropdown-container .sbOptions.sbOptions,
.most-recently-viewed-carousel .product-tile .color-dropdown-container .sbOptions.sbOptions,
.samples-page-carousel .color-dropdown-container .sbOptions.sbOptions,
.slot-product-recommendation-carousel .product-tile .color-dropdown-container .sbOptions.sbOptions,
.vanity-kit-product .color-dropdown-container .sbOptions.sbOptions,
.you-may-also-like-carousel .product-tile .color-dropdown-container .sbOptions.sbOptions {
  width: 100%;
  position: absolute;
}

.beauty-routine-carousel .product-tile .color-dropdown-container .sbOptions li,
.catalog-tab-carousel-mobile .color-dropdown-container .sbOptions li,
.gift-kit-product .color-dropdown-container .sbOptions li,
.most-recently-viewed-carousel .product-tile .color-dropdown-container .sbOptions li,
.samples-page-carousel .color-dropdown-container .sbOptions li,
.slot-product-recommendation-carousel .product-tile .color-dropdown-container .sbOptions li,
.vanity-kit-product .color-dropdown-container .sbOptions li,
.you-may-also-like-carousel .product-tile .color-dropdown-container .sbOptions li {
  padding: 0;
  width: 100%;
}

.beauty-routine-carousel .product-tile .color-dropdown-container .sbOptions li a,
.catalog-tab-carousel-mobile .color-dropdown-container .sbOptions li a,
.gift-kit-product .color-dropdown-container .sbOptions li a,
.most-recently-viewed-carousel .product-tile .color-dropdown-container .sbOptions li a,
.samples-page-carousel .color-dropdown-container .sbOptions li a,
.slot-product-recommendation-carousel .product-tile .color-dropdown-container .sbOptions li a,
.vanity-kit-product .color-dropdown-container .sbOptions li a,
.you-may-also-like-carousel .product-tile .color-dropdown-container .sbOptions li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 110px;
  height: 25px;
  text-align: left;
  word-break: break-all;
  margin: 5px;
  padding: 0 0 0 30px;
  position: relative;
}

.beauty-routine-carousel .product-tile .color-dropdown-container .sbOptions li img,
.catalog-tab-carousel-mobile .color-dropdown-container .sbOptions li img,
.gift-kit-product .color-dropdown-container .sbOptions li img,
.most-recently-viewed-carousel .product-tile .color-dropdown-container .sbOptions li img,
.samples-page-carousel .color-dropdown-container .sbOptions li img,
.slot-product-recommendation-carousel .product-tile .color-dropdown-container .sbOptions li img,
.vanity-kit-product .color-dropdown-container .sbOptions li img,
.you-may-also-like-carousel .product-tile .color-dropdown-container .sbOptions li img {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

.multiple-select-dropdown-holder {
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  border: 2px solid #cbcbcb;
  position: relative;
  cursor: pointer;
}

.open.multiple-select-dropdown-holder .dropdown-toggle {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.multiple-select-dropdown-holder:focus {
  outline: 0;
}

.multiple-select-dropdown-holder .dropdown-selector {
  width: calc(100% - 36px);
  float: left;
}

.multiple-select-dropdown-holder .dropdown-selector .title {
  line-height: 20px;
  padding-left: 15px;
  max-height: 24px;
  margin-bottom: 14px;
  overflow: hidden;
}

.multiple-select-dropdown-holder .dropdown-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  float: right;
  position: relative;
  right: -2px;
}

.multiple-select-dropdown-holder .dropdown-toggle.dropdown-toggle {
  height: 46px;
}

.loader,
.plp-container.plp-detail-view .sort-by .sbToggle.sbToggle,
.plp-container.plp-grid-view .sort-by .sbToggle.sbToggle {
  height: 100%;
}

.multiple-select-dropdown-holder .dropdown-options {
  display: none;
  width: 100%;
  border: 2px solid #cbcbcb;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  top: 46px;
  left: -2px;
}

.multiple-select-dropdown-holder .dropdown-options .left-column,
.multiple-select-dropdown-holder .dropdown-options .right-column {
  width: 50%;
  float: left;
}

.multiple-select-dropdown-holder .dropdown-options .column-content {
  width: 95%;
  padding-left: 12px;
}

.multiple-select-dropdown-holder .dropdown-options .column-title {
  line-height: 1;
}

.multiple-select-dropdown-holder .dropdown-options .column-title p {
  margin-bottom: 10px;
}

.multiple-select-dropdown-holder .dropdown-options label {
  letter-spacing: .1em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  padding: 0 0 17px;
  margin-left: 24px;
  width: 80%;
  word-break: break-word;
}

.multiple-select-dropdown-holder .dropdown-options label:before {
  position: relative;
  bottom: -1px;
  margin-left: -24px;
  float: left;
}

.loader {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
}

.loader-indicator {
  background: url(../images/rolling-white.svg) center center no-repeat;
  background-size: 100%;
  position: fixed;
  height: 60px;
  width: 60px;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.loader-background {
  position: absolute;
  background-color: #333;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .4;
}

.order-totals-table {
  background: #eee;
  padding: 6% 11.5% 5%;
}

.order-totals-table .order-summary-header {
  font-size: 14px;
  letter-spacing: .02em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #cbcbcb;
  padding-bottom: 12px;
}

.order-totals-table ul {
  list-style-type: none;
  padding: 0;
}

.order-totals-table ul li .value {
  float: right;
}

.order-totals-table ul li .link-border {
  border-bottom: 1px solid #c6c6c6;
  line-height: 1em;
}

.order-totals-table ul li .link-border:hover {
  border-color: #be0f34;
}

.order-totals-table ul .order-sales-tax.cart-page-tax .value {
  border-bottom: 1px solid #c6c6c6;
  cursor: pointer;
}

.order-totals-table .order-summary-contents {
  margin: 17px 0 16px;
}

.order-totals-table .order-summary-contents li {
  font-size: 11px;
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

.order-totals-table .estimated-total {
  padding-bottom: 16px;
  border-bottom: 2px solid #cbcbcb;
}

.order-totals-table .estimated-total li.order-total {
  font-size: 14px;
  letter-spacing: .02em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}

.order-totals-table .order-subtotal,
legend {
  font-weight: 700;
}

.order-totals-table .customer-message {
  font-size: 11px;
  letter-spacing: 0;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.declare-accordion .accordion-header .accordion-header-main,
.order-totals-table .customer-message .info-content,
.order-totals-table .customer-message .points {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.order-totals-table .customer-message .termsAndConditionsLink {
  color: #be0f34;
  outline: 0;
}

.order-totals-table .customer-message .termsAndConditionsLink:hover {
  border-bottom: 1px solid #be0f34;
  line-height: 1em;
}

.order-totals-table th {
  display: none;
}

.order-totals-table td {
  padding: .42em 0;
  text-align: right;
  word-break: break-all;
}

.order-totals-table td+td {
  word-break: normal;
}

.order-totals-table .order-total {
  font-size: 1.3em;
  font-weight: 700;
}

.order-totals-table .order-totals-item {
  width: 60%;
}

.order-totals-table .order-totals-value {
  width: 40%;
}

#samples-color-shades-popup {
  top: 50%;
  left: 50%;
  width: 100%;
  display: none;
  position: fixed;
  background: #fff;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#samples-color-shades-popup .swatches-wrapper {
  text-align: center;
  margin: 0;
  max-width: 300px;
}

#samples-color-shades-popup .shades-container {
  width: 100%;
  padding: 40px 33px 10px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

#samples-color-shades-popup .color-shades-close {
  top: 10px;
  right: 10px;
  cursor: pointer;
  position: absolute;
}

#samples-color-shades-popup .swatches-list {
  display: inline-block;
}

#samples-color-shades-popup .swatches-list .swatch-item-wrapper {
  float: left;
  width: 60px;
  height: 60px;
  min-height: auto;
  position: relative;
}

#samples-color-shades-popup .swatches-list .swatch-item-wrapper:hover .swatchpopup {
  display: block;
}

#samples-color-shades-popup .swatches-list .swatch-item {
  width: 46px;
  height: 46px;
  padding: 11px;
  display: inline-block;
  cursor: pointer;
}

#samples-color-shades-popup .swatches-list .swatch-item .strike,
#samples-color-shades-popup .swatches-list .swatch-item .swatch-item-image {
  width: 100%;
  height: 100%;
}

#samples-color-shades-popup .swatches-list .swatch-item .strike {
  top: 4px;
  left: 4px;
  position: absolute;
}

#samples-color-shades-popup .out-of-stock-msg {
  width: 100%;
  visibility: hidden;
  margin-top: 10px;
  text-align: center;
  color: #be0f34;
  text-transform: uppercase;
}

.estimated-tax-overlay .estimated-tax-overlay-close,
.tax-overlay .tax-close-mobile,
.tax-overlay .tax-overlay-close {
  display: inline-block;
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6);
}

.declare-accordion .accordion-header {
  padding: 12px;
  outline: 0;
  background-color: #e5e5e5;
}

.declare-accordion .accordion-header:first-child {
  margin-bottom: 20px;
}

.declare-accordion .accordion-header.ui-state-active {
  margin-bottom: 0;
}

.declare-accordion .accordion-header.ui-state-active .header-expand-collapse-icon {
  top: -5px;
  right: -5px;
}

.declare-accordion .accordion-header .accordion-header-main {
  letter-spacing: .02em;
  font-size: 12px;
  line-height: 16px;
}

.declare-accordion .header-expand-collapse-icon {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 2px;
}

.declare-accordion .header-expand-collapse-icon .plus-icon {
  float: right;
}

.checkout-progress-indicator-mobile {
  margin-bottom: 5px;
}

.checkout-progress-indicator-mobile .sbHolder {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.js .simple-submit {
  display: none;
}

legend {
  background: url(../images/interface/icon-double-line-header.png) left top repeat-x #efefef;
  border-bottom: 1em solid #fff;
  font-size: 1.1em;
  margin: 0;
  padding: 1.16em 2% .83em;
  position: relative;
  text-transform: uppercase;
  width: 96%;
}

.dialog-required,
legend span {
  font-weight: 400;
  position: relative;
}

.ie7 legend {
  width: 94%;
}

legend span {
  font-size: 12px;
  text-transform: none;
  padding: 0 .5em;
}

legend span em {
  color: #333;
}

.dialog-required {
  padding: .16em 0;
  text-transform: none em;
  text-transform-color: #333;
}

.form-label-text,
label {
  display: block;
  float: left;
  font-size: 1.1em;
  font-weight: 700;
  padding: .75em 0 0;
  text-align: right;
}

.form-label-text {
  width: 22%;
}

input[type=email],
textarea {
  font-size: 14px;
}

.form-label-text span {
  margin-right: .42em;
}

.form-row {
  clear: both;
  margin: 0 0 1em;
}

.form-row.tooltip .form-caption:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  top: 8px;
  left: 2px;
}

.form-row+.tooltip-content {
  display: none;
}

.form-row-button {
  margin-left: 24.5%;
  width: 62%;
}

input[type=number],
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  background: #eee;
  border: none;
  margin-left: 2%;
  padding: .7em .5em;
  text-indent: 0;
  width: 49.5966%;
  color: #8b8b8b;
  border-radius: 0;
}

input[type=number].error,
input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=password].error {
  background-color: #fff;
  border: 2px solid #be0f34;
}

.input-text:focus {
  background: 0 0;
  border: 2px solid #cbcbcb;
  outline: 0;
}

textarea {
  padding: .7em .5em;
  text-indent: 0;
  background-color: #eee;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  color: #8b8b8b;
  border: none;
}

.plp-container.plp-detail-view .freeshipping,
.plp-container.plp-detail-view .name-link,
.plp-container.plp-grid-view .freeshipping,
.plp-container.plp-grid-view .name-link,
.switch-plp-view span {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

select {
  text-indent: 0;
  margin-left: 2%;
  width: auto;
}

.search-result-options select {
  height: auto;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  display: none;
}

input[type=radio]+a,
input[type=radio]+label,
input[type=checkbox]+a,
input[type=checkbox]+label {
  cursor: pointer;
}

input[type=radio]+a:before,
input[type=radio]+label:before,
input[type=checkbox]+a:before,
input[type=checkbox]+label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #eee;
}

input[type=radio]:checked+a,
input[type=radio]:checked+label,
input[type=checkbox]:checked+a,
input[type=checkbox]:checked+label {
  color: #be0f34;
}

input[type=radio]:checked+a:before,
input[type=radio]:checked+label:before,
input[type=checkbox]:checked+a:before,
input[type=checkbox]:checked+label:before {
  background-color: #be0f34;
  text-align: center;
  line-height: 15px;
  box-shadow: 0 0 0 2.5px #eee inset;
}

input[type=radio]+a:before,
input[type=radio]+label:before,
input[type=radio]:checked+a:before,
input[type=radio]:checked+label:before {
  border-radius: 25px;
}

.label-inline label {
  display: inline-block;
  float: none;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  width: 90%;
  margin-left: 20px;
}

.label-inline label:before {
  margin-left: -20px;
}

.label-inline input {
  float: left;
  margin: .8em 2%;
}

.label-above label {
  float: none;
  text-align: left;
  width: auto;
}

.label-above input,
.label-above select,
.label-above textarea {
  margin-left: 0;
}

.label-above .form-caption {
  margin-left: 0;
  width: auto;
}

.label-removed label {
  left: -999em;
  position: absolute;
}

.label-hidden label {
  text-align: left;
  text-indent: -999em;
}

.form-indent {
  margin-left: 24%;
}

.form-indent .form-caption {
  margin-left: 0;
}

.form-caption {
  display: block;
  margin: 1% 0 1% 24%;
  width: auto;
}

.error-message {
  border: 2px solid #900;
  background-color: #faeded;
  padding: .7em .5em;
  text-indent: 0;
  width: 50.5966%;
}

div.error,
label.error,
span.error,
span.error-message {
  background: none;
  display: block;
  margin: 1% 2% 2% 0;
  border: none;
  color: #be0f34;
}

div.error {
  background: none;
}

.error-form {
  background: url(../images/interface/icon-alert.png) left top no-repeat;
  color: #900;
  margin: 1em 0;
  padding: .5em 0 0 4em;
}

.form-inline form {
  padding: 0 0 2em;
  width: 98%;
}

.form-inline .form-row {
  clear: none;
  float: left;
  margin: .42em 2% 0 0;
  width: 28%;
}

.form-inline label {
  padding: 0 0 .75em;
  text-transform: uppercase;
  width: auto;
}

.form-inline input[type=text],
.form-inline select {
  margin-left: 0;
  width: 95%;
}

.form-inline .form-row-button {
  float: left;
  margin: 2.5em 0 0;
  width: 10%;
}

.form-inline .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.form-inline .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.form-inline button,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .form-inline .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .form-inline .add-card {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.login-box-content label {
  float: none;
  font-size: 1.1em;
  text-align: left;
  width: auto;
}

.login-box-content input[type=text],
.login-box-content input[type=password],
.login-box-content textarea {
  margin-left: 0;
  width: 100%;
  box-sizing: border-box;
}

.login-box-content .form-caption,
.login-box-content input[type=checkbox],
.login-box-content select {
  margin-left: 0;
}

.login-box-content .form-row-button {
  margin-left: 0;
  width: auto;
}

.row-inline {
  display: inline;
}

.row-inline label {
  width: auto;
}

.require-dialog {
  font-weight: 400;
  position: absolute;
  right: 1em;
  text-transform: none;
  top: 1em;
}

.required-indicator {
  color: #900;
}

.form-field-tooltip {
  float: right;
  margin: -36px 0 0;
  width: 21%;
}

.with-helper-text {
  margin-top: -59px;
}

.char-count {
  display: block;
  margin-left: 24%;
}

.label-inline label {
  padding: 0;
  padding-left: .25em;
}

.error .sbHolder {
  border-color: #be0f34;
}

#wrapper {
  background: #fff;
  left: 0;
  margin: auto;
  max-width: 1250px;
  position: relative;
}

.primary-content {
  border-left: 1px solid #e0e0e0;
  float: right;
  margin-left: -1px;
  padding: 0 0 20px;
  position: relative;
  width: 787px;
}

.primary-focus .primary-content {
  border: 0;
  float: left;
  margin: 0;
  width: 709px;
}

.full-width .primary-content {
  border: 0;
  width: 100%;
}

.page-content .primary-content {
  padding-left: 3%;
  width: 758px;
}

#secondary {
  float: left;
  position: relative;
}

.primary-focus #secondary {
  background: none;
  border: 0;
  float: right;
  width: 210px;
}

.item-list {
  margin-bottom: 1em;
}

.item-list tr {
  border-bottom: 1px solid #e0e0e0;
}

.item-list tr.last {
  border: 0;
}

.item-list tr.headings {
  display: none;
}

.item-list td {
  padding: 1em;
  vertical-align: top;
}

.section-header {
  padding: 1em;
}

.item-details .product-list-item .value {
  font-weight: 700;
}

.item-details .product-list-item .price-standard {
  color: #999;
  text-decoration: line-through;
}

.item-availability ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-dashboard {
  color: #8b8b8b;
  width: 250px;
}

.item-dashboard label {
  display: inline;
  float: none;
  font-weight: 400;
}

.item-dashboard .option-toggle-public label,
.item-dashboard .value,
.item-dashboard input {
  color: #333;
}

.item-dashboard input {
  padding: .2em;
  width: 2em;
}

.item-dashboard .input-text {
  margin: 0;
  text-align: center;
}

.item-dashboard .input-select {
  margin: 0;
  padding: 8px;
  width: auto;
  height: auto;
  color: #333;
}

.item-dashboard .input-checkbox {
  margin: 0 5px;
}

.item-dashboard .item-option {
  margin: 0 0 .5em;
}

.item-dashboard .item-option .form-row {
  display: inline;
}

.item-dashboard .option-add-to-cart .label,
.item-dashboard .option-add-to-cart label {
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.item-dashboard .option-add-to-cart input {
  padding: .5em 0;
  width: 50px;
  margin-right: 1em;
}

.item-dashboard .option-quantity-purchased span.exceeded {
  color: #900;
}

.wasNowPrice .product-sales-price {
  color: #be0f34;
}

.plp-container:not(.plp-grid-view) .sbToggle {
  margin-top: -5px;
}

.plp-container:not(.plp-grid-view) .sbSelector {
  top: -2px;
}

.switch-plp-view {
  width: 100%;
  padding: 0 10px 10px;
  display: inline-block;
  box-sizing: border-box;
}

.switch-plp-view .details-view,
.switch-plp-view .grid-view {
  cursor: pointer;
  display: inline-block;
}

.switch-plp-view .details-view:before,
.switch-plp-view .grid-view:before {
  zoom: .8;
  content: "";
  display: inline-block;
}

.switch-plp-view .details-view {
  padding-left: 14px;
  box-sizing: border-box;
}

.switch-plp-view span {
  top: -16px;
  color: #000;
  font-size: 11px;
  position: relative;
  letter-spacing: .05em;
  text-transform: uppercase;
  box-shadow: inset 0 -1px 0 0 #fff,inset 0 -2px 0 0 #bfbfbf;
}

.switch-plp-view span:hover {
  color: #be0f34;
  box-shadow: inset 0 -1px 0 0 #fff,inset 0 -2px 0 0 #be0f34;
}

.plp-container.plp-detail-view .product-price .save,
.plp-container.plp-detail-view .product-quickshop,
.plp-container.plp-grid-view .product-price .save,
.plp-container.plp-grid-view .product-quickshop {
  display: none;
}

.plp-container.plp-detail-view .product-tile,
.plp-container.plp-detail-view .review-link,
.plp-container.plp-grid-view .product-tile,
.plp-container.plp-grid-view .review-link {
  display: inline-block;
  width: 100%;
}

.plp-container.plp-detail-view .refinement-header,
.plp-container.plp-grid-view .refinement-header {
  width: 100%;
}

.plp-container.plp-detail-view .sort-by .sbSelector,
.plp-container.plp-grid-view .sort-by .sbSelector {
  top: -2px;
}

.plp-container.plp-detail-view .primary-innercontent,
.plp-container.plp-detail-view .product-tile,
.plp-container.plp-grid-view .primary-innercontent,
.plp-container.plp-grid-view .product-tile {
  margin: 0;
  text-align: left;
}

.plp-container.plp-detail-view .product-tile .product-badge .badge-link,
.plp-container.plp-grid-view .product-tile .product-badge .badge-link {
  pointer-events: none;
}

.plp-container.plp-detail-view .product-tile .product-badge .badge-text,
.plp-container.plp-grid-view .product-tile .product-badge .badge-text {
  padding: 3px 6px;
  letter-spacing: 0;
}

.plp-container.plp-detail-view .product-tile .product-badge .badge-image,
.plp-container.plp-grid-view .product-tile .product-badge .badge-image {
  margin-top: -2px;
}

.plp-container.plp-detail-view .grid-tile,
.plp-container.plp-grid-view .grid-tile {
  padding: 0 10px;
  margin-bottom: 21px;
  box-sizing: border-box;
}

.plp-container.plp-detail-view .product-name,
.plp-container.plp-grid-view .product-name {
  height: 36px;
  overflow: hidden;
  margin: 25px 0 10px;
}

.plp-container.plp-detail-view .name-link,
.plp-container.plp-grid-view .name-link {
  width: 100%;
  height: auto;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .02em;
  display: inline-block;
}

.plp-container.plp-detail-view .product-review,
.plp-container.plp-grid-view .product-review {
  margin-bottom: 10px;
}

.plp-container.plp-detail-view .freeshipping,
.plp-container.plp-grid-view .freeshipping {
  font-size: 11px;
  color: #be0f34;
  margin-bottom: 10px;
  letter-spacing: .02em;
}

.plp-container.plp-detail-view .prices,
.plp-container.plp-grid-view .prices {
  height: 52px;
  overflow: hidden;
  margin: 0 0 21px;
}

.plp-container.plp-detail-view .prices .pricePerUnit,
.plp-container.plp-grid-view .prices .pricePerUnit {
  margin: 0 0 10px;
  font-size: 10px;
  color: #8b8b8b;
}

.plp-container.plp-detail-view .prices .terms-and-conditions,
.plp-container.plp-grid-view .prices .terms-and-conditions {
  display: none;
}

.plp-container.plp-detail-view .product-price span,
.plp-container.plp-grid-view .product-price span {
  width: 100%;
  color: #000;
  display: inline-block;
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.plp-container.plp-detail-view .product-price .price-sales,
.plp-container.plp-grid-view .product-price .price-sales {
  font-size: 16px;
}

.plp-container.plp-detail-view .product-price.isStdPrice a,
.plp-container.plp-grid-view .product-price.isStdPrice a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plp-container.plp-detail-view .product-price.isStdPrice .price-standard,
.plp-container.plp-grid-view .product-price.isStdPrice .price-standard {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 14px;
  text-decoration: line-through;
}

.plp-container.plp-detail-view .product-price.isStdPrice .price-sales,
.plp-container.plp-grid-view .product-price.isStdPrice .price-sales {
  font-size: 16px;
}

.plp-container.plp-detail-view .product-price .pricing-link,
.plp-container.plp-grid-view .product-price .pricing-link {
  width: 100%;
  height: auto;
  display: inline-block;
}

.plp-container.plp-detail-view .product-price.discount .product-sales-price,
.plp-container.plp-grid-view .product-price.discount .product-sales-price {
  margin-bottom: -2px;
}

.plp-container.plp-detail-view .product-price.discount .product-standard-price,
.plp-container.plp-grid-view .product-price.discount .product-standard-price {
  display: inline-block;
}

.plp-container.plp-detail-view .product-price.discount .pricePerUnit,
.plp-container.plp-grid-view .product-price.discount .pricePerUnit {
  top: -2px;
  margin-top: 5px 0 10px;
  position: relative;
}

.plp-container.plp-detail-view .plp-add-to-bag,
.plp-container.plp-grid-view .plp-add-to-bag {
  padding: 0;
  width: 100%;
  color: #fff;
  margin: 10px 0;
  min-width: auto;
  font-size: 11px;
  letter-spacing: .05em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.plp-container.plp-detail-view .add-to-wishlist .strip2,
.plp-container.plp-grid-view .add-to-wishlist .strip2 {
  display: none;
}

.plp-container.plp-detail-view .add-to-wishlist a,
.plp-container.plp-grid-view .add-to-wishlist a {
  width: 100%;
  position: relative;
  display: inline-block;
}

.plp-container.plp-detail-view .add-to-wishlist a:before,
.plp-container.plp-grid-view .add-to-wishlist a:before {
  left: 0;
  content: '';
  position: absolute;
  margin-right: -1px;
  display: inline-block;
}

.plp-container.plp-detail-view .add-to-wishlist .rowTop,
.plp-container.plp-grid-view .add-to-wishlist .rowTop {
  display: none;
}

.plp-container.plp-detail-view .add-to-wishlist .rowTop.wishlist-added,
.plp-container.plp-grid-view .add-to-wishlist .rowTop.wishlist-added {
  display: inline-block;
}

.plp-container.plp-detail-view .add-to-wishlist .rowTop.wishlist-added:before,
.plp-container.plp-grid-view .add-to-wishlist .rowTop.wishlist-added:before {
  left: 0;
  content: '';
  position: relative;
  margin-right: -1px;
  display: inline-block;
}

.plp-container.plp-detail-view .add-to-wishlist .rowTop.svg-wishlist,
.plp-container.plp-grid-view .add-to-wishlist .rowTop.svg-wishlist {
  float: left;
  background: 0 0;
  display: inline-block;
}

.plp-container.plp-detail-view .add-to-wishlist .rowBottom,
.plp-container.plp-grid-view .add-to-wishlist .rowBottom {
  top: -22px;
  float: left;
  width: 100%;
  color: #000;
  font-size: 11px;
  padding-left: 35px;
  position: relative;
  margin: 5px 0 7px;
  display: inline-block;
  letter-spacing: .02em;
  box-sizing: border-box;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}

.plp-container.plp-detail-view .add-to-wishlist .rowBottom.wishlist-added,
.plp-container.plp-grid-view .add-to-wishlist .rowBottom.wishlist-added {
  top: -22px;
  color: #be0f34;
}

.plp-container.plp-detail-view .plpSizeQuantityDropdown,
.plp-container.plp-grid-view .plpSizeQuantityDropdown {
  width: 100%;
  display: inline-block;
}

.plp-container.plp-detail-view .plpSizeQuantityDropdown .sbHolder,
.plp-container.plp-grid-view .plpSizeQuantityDropdown .sbHolder {
  width: 100%;
  box-sizing: border-box;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.plp-container.plp-detail-view .plpSizeQuantityDropdown .sbToggle,
.plp-container.plp-grid-view .plpSizeQuantityDropdown .sbToggle {
  top: 0;
  width: 25px;
  height: 100%;
}

.plp-container.plp-detail-view .plpSizeQuantityDropdown .sbOptions li,
.plp-container.plp-grid-view .plpSizeQuantityDropdown .sbOptions li {
  box-sizing: border-box;
}

.plp-container.plp-detail-view .plpSizeQuantityDropdown .sbSelector,
.plp-container.plp-grid-view .plpSizeQuantityDropdown .sbSelector {
  height: 100%;
  font-size: 12px;
  line-height: 46px;
  letter-spacing: .01em;
  text-transform: none;
  word-break: break-all;
  box-sizing: border-box;
}

.plp-container.plp-detail-view .plpSizeQuantityDropdown.noDropdown .pricePerUnit,
.plp-container.plp-grid-view .plpSizeQuantityDropdown.noDropdown .pricePerUnit {
  width: 45%;
  letter-spacing: .02em;
}

.plp-container.plp-detail-view .plpSizeQuantityDropdown.noDropdown .inventory,
.plp-container.plp-grid-view .plpSizeQuantityDropdown.noDropdown .inventory {
  width: 55%;
}

.plp-container.plp-detail-view .plpSizeQuantityDropdown.noSize .inventory,
.plp-container.plp-grid-view .plpSizeQuantityDropdown.noSize .inventory {
  width: 55%;
}

.plp-container.plp-detail-view .plpSizeQuantityDropdown .plpSizeDropdownContainer,
.plp-container.plp-detail-view .plpSizeQuantityDropdown .pricePerUnit,
.plp-container.plp-grid-view .plpSizeQuantityDropdown .plpSizeDropdownContainer,
.plp-container.plp-grid-view .plpSizeQuantityDropdown .pricePerUnit {
  width: 66%;
  float: left;
  padding-right: 7px;
  box-sizing: border-box;
}

.plp-container.plp-detail-view .plpSizeQuantityDropdown .pricePerUnit,
.plp-container.plp-grid-view .plpSizeQuantityDropdown .pricePerUnit {
  margin: 0;
  height: 50px;
  color: #000;
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  position: relative;
}

.plp-container.plp-detail-view .plpSizeQuantityDropdown .pricePerUnit .pricePerUnitContent,
.plp-container.plp-grid-view .plpSizeQuantityDropdown .pricePerUnit .pricePerUnitContent {
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 14px;
  max-height: 90%;
  overflow: hidden;
  line-height: 15px;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.plp-container.plp-detail-view .plpSizeQuantityDropdown .inventory,
.plp-container.plp-grid-view .plpSizeQuantityDropdown .inventory {
  width: 34%;
  float: left;
}

.plp-container.plp-detail-view .tileLoader.loading,
.plp-container.plp-grid-view .tileLoader.loading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  position: absolute;
  background: url(../images/placeholder.gif) center center no-repeat #fff;
}

.plp-container.plp-grid-view .nine-swatch-grid-wrapper,
.plp-container.plp-grid-view .pdp-prdthumbnails,
.plp-container.plp-grid-view .product-description {
  display: none;
}

.plp-container.plp-grid-view .freeshipping {
  min-height: 14px;
}

.plp-container.plp-grid-view .grid-view span {
  color: #be0f34;
  box-shadow: inset 0 -1px 0 0 #fff,inset 0 -2px 0 0 #be0f34;
}

.plp-container.plp-grid-view .color-shades-popup {
  position: fixed;
}

.plp-container.plp-grid-view .product-tile {
  position: relative;
}

.plp-container.plp-grid-view .product-tile .color-shades {
  height: 15px;
  color: #000;
  cursor: pointer;
  font-size: 11px;
  overflow: hidden;
  margin-bottom: 9px;
  letter-spacing: .05em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.plp-container.plp-grid-view .product-tile .color-shades .shades {
  top: -3px;
  position: relative;
  text-transform: uppercase;
  box-shadow: inset 0 -1px 0 0 #fff,inset 0 -2px 0 0 #bfbfbf;
}

.plp-container.plp-grid-view .product-tile .color-shades .shades:hover {
  color: #be0f34;
  box-shadow: inset 0 -1px 0 0 #fff,inset 0 -2px 0 0 #be0f34;
}

.plp-container.plp-grid-view .product-tile .color-shades img {
  padding: 0;
  width: 13px;
  border: none;
  border-radius: initial;
}

.plp-container.plp-grid-view .product-tile .color-shades .swatchesCircle {
  padding-right: 3px;
}

.plp-container.plp-grid-view .product-badge {
  left: -10px;
}

.color-shades-popup {
  top: 50%;
  left: 50%;
  width: 100%;
  display: none;
  z-index: 9996;
  background: #fff;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.color-shades-popup .shades-container {
  width: 100%;
  padding: 40px 33px 10px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

.color-shades-popup .color-shades-close {
  top: 10px;
  right: 10px;
  cursor: pointer;
  position: absolute;
}

.color-shades-popup .value {
  width: 100%;
  display: inline-block;
}

.color-shades-popup .value span {
  float: left;
  width: 60px;
  height: 60px;
  min-height: auto;
  position: relative;
}

.color-shades-popup .value span.selected a {
  top: -4px;
  left: -4px;
  z-index: 1;
  padding: 13px;
  position: absolute;
  border: 2px solid #be0f34;
}

.color-shades-popup .value span.outofstock .strike {
  display: block;
}

.color-shades-popup .value span a {
  width: 46px;
  height: 46px;
  padding: 11px;
  display: inline-block;
}

.color-shades-popup .value span a img {
  width: 100%;
  height: 100%;
}

.color-shades-popup .value span a .strike {
  top: 0;
  left: 0;
  display: none;
  position: absolute;
}

.color-shades-popup .selected-color {
  width: 100%;
  color: #000;
  font-size: 10px;
  margin: 10px 0 13px;
  text-align: center;
  letter-spacing: .02em;
  display: inline-block;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.color-shades-popup .selected-color .selected-color-label {
  text-transform: uppercase;
}

.color-shades-popup .selected-color .out-of-stock-msg {
  width: 100%;
  display: none;
  color: #be0f34;
  text-transform: uppercase;
}

.color-shades-popup .selected-color.outOfStock {
  margin-bottom: 0;
}

.color-shades-popup .selected-color.outOfStock .out-of-stock-msg {
  display: inline-block;
}

.plp-gridtile-view .search-result-content {
  width: 100%;
  padding-top: 0;
  margin-top: 20px;
  display: inline-block;
}

.plp-container.plp-detail-view .color-shades,
.plp-container.plp-detail-view .color-shades-popup {
  display: none;
}

.plp-container.plp-detail-view .color-shades-popup .value span {
  width: 33px;
  height: 33px;
}

.plp-container.plp-detail-view .color-shades-popup .value span.out-of-stock {
  z-index: 1;
}

.plp-container.plp-detail-view .color-shades-popup .value span a {
  width: 28px;
  height: 28px;
  padding: 6.5px;
}

.plp-container.plp-detail-view .color-shades-popup .value span .strike {
  top: 5px;
  left: 5px;
}

.plp-container.plp-detail-view .color-shades-popup .value span.selected a {
  left: 0;
  top: 1px;
  padding: 4px;
}

.plp-container.plp-detail-view .color-shades-popup .value span.selected .strike {
  top: 0;
  left: 0;
}

.plp-container.plp-detail-view .color-shades-popup .value .swatches {
  width: auto;
  display: inline-block;
}

.plp-container.plp-detail-view .color-shades-popup .value span:nth-of-type(1n+26) {
  display: none;
}

.plp-container.plp-detail-view .details-view span {
  color: #be0f34;
  box-shadow: inset 0 -1px 0 0 #fff,inset 0 -2px 0 0 #be0f34;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .selected-color,
.plp-container.plp-detail-view .product-description {
  color: #000;
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.plp-container.plp-detail-view .grid-tile {
  margin-bottom: 38px;
}

.plp-container.plp-detail-view #c-spot,
.plp-container.plp-detail-view #g-spot,
.plp-container.plp-detail-view #g-spot-4-slot-li,
.plp-container.plp-detail-view .grid-tile {
  width: 100%;
}

.plp-container.plp-detail-view .plp-thumbnails img {
  position: static;
  display: inline-block;
}

.plp-container.plp-detail-view .plp-thumbnails .thumbnails {
  cursor: pointer;
}

.plp-container.plp-detail-view .plp-thumbnails .thumbnails.selected {
  opacity: .4;
}

.plp-container.plp-detail-view .plp-thumbnails .plp-primaryimage-carousel-wrapper {
  top: 0;
  left: 0;
  margin: 0;
  width: 50%;
  border: none;
  box-shadow: none;
  position: absolute;
}

.plp-container.plp-detail-view .plp-thumbnails .plp-primaryimage-carousel-wrapper .plp-primaryimage-items {
  margin: 0;
  padding: 0;
  width: 20000em;
  position: relative;
}

.plp-container.plp-detail-view .plp-thumbnails .plp-primaryimage-carousel-wrapper .plp-primaryimage-items .item {
  float: left;
  display: inline-block;
}

.plp-container.plp-detail-view .plp-thumbnails .plp-primaryimage-carousel-wrapper .plp-primaryimage-items .item a {
  display: none;
}

.plp-container.plp-detail-view .plp-thumbnails .plp-primaryimage-carousel-wrapper .jcarousel {
  position: static;
}

.plp-container.plp-detail-view .plp-thumbnails .plp-primaryimage-carousel-wrapper .jcarousel-pagination {
  bottom: -38px;
  width: 100%;
  text-align: center;
}

.plp-container.plp-detail-view .plp-thumbnails .plp-primaryimage-carousel-wrapper .jcarousel-pagination a {
  background: #cbcbcb;
  box-shadow: 0 0 2px #cbcbcb;
}

.plp-container.plp-detail-view .plp-thumbnails .plp-primaryimage-carousel-wrapper .jcarousel-pagination a:only-child {
  display: none;
}

.plp-container.plp-detail-view .plp-thumbnails .plp-primaryimage-carousel-wrapper .jcarousel-pagination a.active {
  background: #000;
}

.plp-container.plp-detail-view .product-tile-details,
.plp-container.plp-detail-view .product-tile-images {
  width: 50%;
  float: left;
}

.plp-container.plp-detail-view .product-tile-images {
  padding-right: 10px;
  box-sizing: border-box;
}

.plp-container.plp-detail-view .product-tile-images .product-image:hover .thumb-link.changable {
  display: block;
}

.plp-container.plp-detail-view .product-tile-images .product-image:hover .alternative-link {
  display: none;
}

.plp-container.plp-detail-view .product-tile-details {
  padding-left: 10px;
  box-sizing: border-box;
}

.plp-container.plp-detail-view .product-name {
  height: auto;
  max-height: 36px;
}

.plp-container.plp-detail-view .name-link {
  height: auto;
  margin-top: -2px;
}

.plp-container.plp-detail-view .product-description {
  font-size: 11px;
  max-height: 28px;
  overflow: hidden;
  margin-bottom: 14px;
  line-height: 14px;
}

.plp-container.plp-detail-view .product-description .description-link {
  display: inline-block;
}

.plp-container.plp-detail-view .prices {
  margin: 11px 0 6px;
}

.plp-container.plp-detail-view .product-tile .aspect-ratio-1x1 {
  width: 100%;
  display: inline-block;
}

.plp-container.plp-detail-view .product-tile .product-badge {
  top: 0;
  left: -10px;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper {
  border: none;
  box-shadow: none;
  max-width: 108px;
  margin: 62px auto 0;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .nine-swatch-shades-container {
  width: 110px;
  margin: 0 auto;
  position: static;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper div.nine-swatch-grid {
  width: 110px;
  padding: 5px;
  box-sizing: border-box;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .products-pagination {
  top: 60px;
  width: 20px;
  height: 28px;
  display: block;
  border-radius: 2px;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .products-pagination span {
  top: 2px;
  zoom: .4;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .products-pagination.hidden-arrow {
  display: none;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .products-pagination.jcarousel-control-prev {
  top: 50%;
  left: -26px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .products-pagination.jcarousel-control-next {
  top: 50%;
  right: -22px;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .value {
  margin: 0;
  padding: 0;
  width: 20000em;
  list-style: none;
  position: relative;
  display: inline-block;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .value .nine-swatch-grid {
  float: left;
  display: inline-block;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .value span {
  width: 33px;
  height: 33px;
  float: left;
  min-height: auto;
  position: relative;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .value span.selected a {
  top: -4px;
  left: -4px;
  z-index: 1;
  padding: 4px;
  position: absolute;
  border: 2px solid #be0f34;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .value span img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .value span.outofstock .strike {
  display: block;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .value span a {
  width: 28px;
  height: 28px;
  padding: 1.5px;
  display: inline-block;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .value span a img {
  width: 100%;
  height: 100%;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .value span a .strike {
  top: 0;
  left: 0;
  display: none;
  position: absolute;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .selected-color {
  width: 100%;
  font-size: 10px;
  margin: -2px 0 13px;
  text-align: center;
  display: inline-block;
}

.plp-grid-view .rollover-content .clarins-plus .text,
.search-reassurance-block-container .title {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .selected-color .selected-color-label {
  display: none;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .selected-color .out-of-stock-msg {
  width: 100%;
  display: none;
  color: #be0f34;
  text-transform: uppercase;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .selected-color.outOfStock .out-of-stock-msg,
.search-reassurance-block-container.plp-reassurance-block {
  display: inline-block;
}

.plp-container.plp-detail-view .nine-swatch-grid-wrapper .selected-color.outOfStock {
  margin-bottom: 0;
}

.plp-container.plp-detail-view .plp-add-to-bag {
  margin: 7px 0 15px;
}

.plp-detail-view .search-result-items li.grid-tile {
  min-height: initial;
}

.plp-detail-view .plpSizeQuantityDropdown .inventory .sbSelector,
.plp-grid-view .plpSizeQuantityDropdown .inventory .sbSelector {
  text-indent: 12px;
  padding-right: 20px;
}

.plp-detail-view .plpSizeQuantityDropdown.noDropdown .inventory .sbSelector,
.plp-detail-view .plpSizeQuantityDropdown.noSize .inventory .sbSelector,
.plp-grid-view .plpSizeQuantityDropdown.noDropdown .inventory .sbSelector,
.plp-grid-view .plpSizeQuantityDropdown.noSize .inventory .sbSelector {
  text-indent: 20px;
  padding-right: 28px;
}

.plp-detail-view .plpSizeQuantityDropdown.noDropdown .inventory .sbToggle,
.plp-detail-view .plpSizeQuantityDropdown.noSize .inventory .sbToggle,
.plp-grid-view .plpSizeQuantityDropdown.noDropdown .inventory .sbToggle,
.plp-grid-view .plpSizeQuantityDropdown.noSize .inventory .sbToggle {
  width: 40px;
}

#wrapper.pt_product-search-result.plp-gridtile-view {
  max-width: 100%;
}

#wrapper.pt_product-search-result.plp-gridtile-view #main {
  margin: 21px auto 0;
  max-width: 1250px;
}

.search-reassurance-block-container {
  bottom: 0;
  width: 100%;
  z-index: 54;
  padding: 0 20px;
  position: fixed;
  background: #fff;
  box-sizing: border-box;
}

.search-reassurance-block-container.scrollStop {
  top: initial;
  bottom: 40px;
  padding: 0 20px;
  position: absolute;
}

.search-reassurance-block-container .reassurance-block {
  margin: 0;
  padding: 10px 0 6px;
}

.search-reassurance-block-container .title {
  display: none;
  color: #000;
  font-size: 11px;
  letter-spacing: .05em;
}

.search-reassurance-block-container .reassurance-item {
  width: 21%;
}

.search-reassurance-block-container .reassurance-item .icon {
  width: 60px;
  height: auto;
}

.search-reassurance-block-container .reassurance-item .icon img {
  width: 100%;
}

.ui-tooltip.tooltip-arrow-gray.plp-tooltip-container {
  right: initial;
  max-width: 170px;
}

.ui-tooltip.tooltip-arrow-gray.plp-tooltip-container:after {
  left: 33%;
}

.ui-tooltip.tooltip-arrow-gray.downArrow:after {
  display: none;
}

.ui-tooltip.tooltip-arrow-gray.downArrow:before {
  width: 0;
  left: 32%;
  content: '';
  bottom: -10px;
  display: block;
  position: absolute;
  border-top: 10px solid #e5e5e5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.plp-grid-view .product-tile .aspect-ratio-1x1 {
  padding-bottom: 96%;
}

.plp-grid-view .product-tile:not(.no-hover) .product-image:hover .rollover-content {
  display: none;
}

.plp-grid-view .product-image .alternative-link.rollover-content img {
  margin-top: 0;
}

.plp-grid-view .product-image .rollover-content {
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  background: #fff;
  position: absolute;
  box-sizing: border-box;
  border: 8px solid #eee;
  overflow: hidden;
}

.plp-grid-view .product-image .rollover-content:hover {
  color: #000;
}

.plp-grid-view .rollover-content .clarins-plus {
  margin-top: 4px;
  padding-left: 15px;
  box-sizing: border-box;
  border-left: 2px solid #bc1036;
}

.plp-grid-view .rollover-content .clarins-plus .logo {
  padding-bottom: 14px;
}

.plp-grid-view .rollover-content .clarins-plus .logo img {
  margin: 0;
  width: auto;
  height: auto;
  display: block;
  position: static;
}

.plp-grid-view .rollover-content .clarins-plus .text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.03em;
}

.plp-grid-view .rollover-content .client-review {
  padding: 0 4px 0 7px;
  box-sizing: border-box;
}

.plp-grid-view .rollover-content .client-review .text {
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  font-style: italic;
  letter-spacing: -.01em;
  font-family: ClarinsRegular,"Times New Roman",Times,serif;
}

.plp-grid-view .rollover-content .client-review .text q:after,
.plp-grid-view .rollover-content .client-review .text q:before {
  line-height: 0;
  font-size: 48px;
  color: #be0f34;
  font-style: normal;
  position: absolute;
}

.plp-grid-view .rollover-content .client-review .text q:before {
  top: 19px;
  left: -19px;
}

.plp-grid-view .rollover-content .client-review .text q:after {
  bottom: 0;
  padding-left: 5px;
}

.item-details .plp-grid-view .rollover-content .client-review .samples-count,
.plp-grid-view .rollover-content .client-review .item-details .samples-count,
.plp-grid-view .rollover-content .client-review .name {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.2;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.plp-grid-view .rollover-content .animated-gif img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.products-pagination.jcarousel-control-next,
.products-pagination.jcarousel-control-prev {
  width: 50px;
  height: 70px;
  background: #e5e5e5;
  border-radius: 7px;
  top: 100px;
}

.hidden-arrow {
  display: none;
}

.products-pagination.jcarousel-control-prev {
  left: 10px;
}

.products-pagination.jcarousel-control-next {
  right: 10px;
}

.choose-from-wrapper .choosefromform .products-pagination.jcarousel-control-next span,
.choose-from-wrapper .choosefromform .products-pagination.jcarousel-control-prev span,
.products-pagination.jcarousel-control-next .gs-product-slot-control-next:after,
.products-pagination.jcarousel-control-next .svg-right-arrow-white,
.products-pagination.jcarousel-control-prev .gs-product-slot-control-prev:after,
.products-pagination.jcarousel-control-prev .svg-left-arrow-white {
  display: inline-block;
  height: 40px;
  position: relative;
  top: 15px;
  width: 30px;
}

.breadcrumb {
  display: none;
  letter-spacing: .04em;
}

.breadcrumb-element:after {
  color: #b0b0b0;
  content: '/';
  margin: 0 4px 0 8px;
}

.breadcrumb-element:last-child:after,
.breadcrumb-refinement:last-of-type:after {
  content: '';
}

.breadcrumb-element:last-child,
.breadcrumb-refined-by,
.breadcrumb-refinement {
  color: #c20430;
}

.breadcrumb-refinement {
  font-weight: 700;
}

.breadcrumb-refinement:after {
  font-style: normal;
}

.breadcrumb-refinement-value {
  display: inline-block;
  border-radius: 3px;
  padding: 0 .42em;
}

.breadcrumb .searchphraselink,
.breadcrumb-result-text a {
  background: 0 0;
  padding: 0;
}

.fullWidthSlotFirst {
  margin-bottom: 46px;
  margin-top: 38px;
}

.fullWidthSlotFirst img {
  height: auto;
  width: 100%;
}

.nav a,
.refinements a {
  color: #000;
}

.nav a:hover,
.refinements a:hover {
  color: #be0f34;
}

#category-level-1 li {
  display: block;
}

#category-level-1 li .refinement-link {
  background: none;
  padding: 0 0 0 4.8px;
}

#category-level-1 li.expandable .refinement-link {
  padding: 0 0 0 .4em;
}

#category-level-1 li.expandable .active {
  color: #c20430;
  padding: 0 0 0 .2em;
}

#category-level-2 a.refinement-link {
  margin: 0 0 0 .4em;
  padding: 0;
}

#category-level-2 {
  padding: 12px 1.2px 0 21.6px;
}

#category-level-3 {
  padding: .3em 0 0;
}

#category-level-3 a.refinement-link {
  font-style: normal;
  margin: 0 0 0 .9em;
  padding: 0;
}

.refinement {
  position: relative;
}

.refinement-header {
  display: block;
  font-family: ClarinsRegular,"Times New Roman",Times,serif;
  font-size: 45px;
  letter-spacing: -.015em;
  position: relative;
  margin: 0 0 33px;
  box-sizing: border-box;
}

.refinement-header .searchresultcount {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 20px;
  margin-top: 15px;
}

.refinement-header h1 {
  margin: 0;
  font-size: 45px;
  font-weight: 400;
}

.nav .toggle,
.refinement ul.swatches li.selected a {
  font-weight: 700;
}

.refinement-header h1 span {
  width: 100%;
  float: left;
  display: inline-block;
}

.refinement-header h1 span.sub-title {
  font-size: 18px;
  padding: 5px 0;
  line-height: 20px;
  letter-spacing: .02em;
}

.refinement .heading3 {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  margin: 0;
  padding: 0 0 24px 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.ie7 .refinement .heading3 {
  clear: both;
}

.refinement .heading3 .plus-icon {
  display: inline-block;
  float: right;
  margin-top: -13px;
}

#wrapper.pt_order .order-history-header.ui-accordion-header.ui-state-active .header-expand-collapse-icon .refinement .heading3 .plus-icon,
.declare-accordion .accordion-header.ui-state-active .header-expand-collapse-icon .refinement .heading3 .plus-icon,
.favourite-stores-list .storeDirection.active .refinement .heading3 .stores-direction-toogle.mobile-direction,
.main-content-holder.hasNavigation .level0>li.drop-down-active .refinement .heading3 .nav-item-toggle,
.refinement .heading3 #wrapper.pt_order .order-history-header.ui-accordion-header.ui-state-active .header-expand-collapse-icon .plus-icon,
.refinement .heading3 .declare-accordion .accordion-header.ui-state-active .header-expand-collapse-icon .plus-icon,
.refinement .heading3 .favourite-stores-list .storeDirection.active .stores-direction-toogle.mobile-direction,
.refinement .heading3 .main-content-holder.hasNavigation .level0>li.drop-down-active .nav-item-toggle,
.refinement .heading3 .store-details-right-section .storeDirection.active .stores-direction-toogle.mobile-direction,
.refinement .heading3 .svg-minus-gray-dims,
.store-details-right-section .storeDirection.active .refinement .heading3 .stores-direction-toogle.mobile-direction {
  width: 45px;
  height: 45px;
}

.clear-refinement+.refinement .heading3,
.clear-refinement-mobile+.refinement .heading3,
.refinement-filter-btn+.refinement .heading3,
.refinement-wrapper .refinement:nth-of-type(1) .heading3 {
  padding-top: 25px;
}

.refinement .heading3 i {
  color: #64772d;
}

.refinement ul {
  list-style: none;
  margin: 0;
  padding: 0 0 30px 33px;
  display: none;
}

.refinement li {
  padding: 0 0 9.6px;
}

.refinement li:last-of-type {
  padding: 0;
}

.refinement ul li i {
  color: #e0e0e0;
}

.refinement ul li.selected i {
  color: #64772d;
}

.clear-refinement a:hover,
.clear-refinement-mobile a:hover,
.refinement-filter-btn a:hover,
.refinement-filter-btn span:hover {
  color: #000;
}

.refinement ul.swatches li {
  float: left;
  padding: .16em;
}

.refinement ul.swatches li a {
  border: 2px solid #e0e0e0;
  border-radius: .5em;
  display: block;
  padding: .2em .8em;
}

.refinement ul.swatches li.unselectable a {
  background-image: url(../images/interface/icon-color-swatch-unselectable.png);
  background-position: right top;
}

.refinement ul.Color li a {
  height: 23px;
  padding: 0;
  text-indent: -999em;
  width: 30px;
}

.refinement .refinement-link {
  border: 0;
  letter-spacing: .03em;
}

.refinement .selected .refinement-link {
  background-position: left bottom;
}

.refinement .refinement-top-level {
  padding: 1em;
}

.nav ul {
  border: 0;
  list-style: none;
  margin: .58em 0;
  padding: 0;
}

.nav ul li {
  list-style: none!important;
  margin: 0 0 .58em;
}

.nav .toggle {
  border: 0;
  display: block;
  font-size: 1em;
  margin: .83em 0 .58em;
  padding: .65em 0 0 1.25em;
  text-transform: uppercase;
}

.nav .toggle span {
  background: none;
}

.nav .expanded {
  background-position: left -96px;
}

.clear-refinement,
.clear-refinement-mobile,
.refinement-filter-btn {
  margin-left: 20px;
  margin-right: 20px;
  display: none;
  height: 36px;
  padding: 0;
}

.clear-refinement a,
.clear-refinement-mobile a,
.refinement-filter-btn a {
  margin-top: 10px;
  display: none;
}

.clear-refinement-mobile,
.refinement-filter-btn {
  display: block;
  margin-bottom: 20px;
}

.refinement-filter-btn {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 28px;
}

.refinement-filter-btn span {
  margin-top: 10px;
  display: block;
}

.refinement-filter-btn .plus-icon {
  display: block;
  float: right;
  margin-top: -26px;
}

#wrapper.pt_order .order-history-header.ui-accordion-header.ui-state-active .header-expand-collapse-icon .refinement-filter-btn .plus-icon,
.declare-accordion .accordion-header.ui-state-active .header-expand-collapse-icon .refinement-filter-btn .plus-icon,
.favourite-stores-list .storeDirection.active .refinement-filter-btn .stores-direction-toogle.mobile-direction,
.main-content-holder.hasNavigation .level0>li.drop-down-active .refinement-filter-btn .nav-item-toggle,
.refinement-filter-btn #wrapper.pt_order .order-history-header.ui-accordion-header.ui-state-active .header-expand-collapse-icon .plus-icon,
.refinement-filter-btn .declare-accordion .accordion-header.ui-state-active .header-expand-collapse-icon .plus-icon,
.refinement-filter-btn .favourite-stores-list .storeDirection.active .stores-direction-toogle.mobile-direction,
.refinement-filter-btn .main-content-holder.hasNavigation .level0>li.drop-down-active .nav-item-toggle,
.refinement-filter-btn .store-details-right-section .storeDirection.active .stores-direction-toogle.mobile-direction,
.refinement-filter-btn .svg-minus-gray-dims,
.store-details-right-section .storeDirection.active .refinement-filter-btn .stores-direction-toogle.mobile-direction {
  width: 40px;
  height: 40px;
}

.refinement li.selected,
.refinement li.selected a {
  color: #c20430;
}

li.expandable {
  padding-top: 0;
}

.refinement-wrapper {
  position: relative;
  float: left;
  width: 100%;
  top: -20px;
}

.color-shades li {
  float: left;
  margin: 5px 10px 0 0;
  padding: 0;
  height: 50px;
}

.color-shades img {
  border: 2px solid transparent;
  border-radius: 30px;
  padding: 2px;
}

.color-shades img.selected {
  border: 2px solid #e5e5e5;
  border-radius: 30px;
  padding: 2px;
}

.product-tile .product-pricing,
.product-tile .product-review,
.product-tile .product-tile-block .product-name {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.swatch-black a {
  background-color: #000!important;
}

.swatch-beige a {
  background-color: beige!important;
}

.swatch-blue a {
  background-color: #00f!important;
}

.swatch-purple a {
  background-color: purple!important;
}

.swatch-red a {
  background-color: red!important;
}

.swatch-brown a {
  background-color: #783201!important;
}

.swatch-green a {
  background-color: green!important;
}

.swatch-grey a {
  background-color: #8f979d!important;
}

.swatch-pink a {
  background-color: #fe249a!important;
}

.swatch-orange a {
  background-color: orange!important;
}

.swatch-white a {
  background-color: #fff!important;
}

.swatch-yellow a {
  background-color: #ff0!important;
}

.swatch-navy a {
  background-color: navy!important;
}

.swatch-miscellaneous a {
  background: url(../images/interface/icon-color-swatch-misc.png) left top no-repeat;
}

.unselectable.swatch-miscellaneous a {
  background: url(../images/interface/icon-color-swatch-misc-unselectable.png) left top no-repeat!important;
}

.product-tile {
  margin-left: 20px;
  margin-right: 20px;
  color: #999;
  position: relative;
  text-align: center;
  padding: 0;
}

.product-tile img {
  max-width: 100%;
  margin: 0 auto;
}

.product-tile .product-image {
  position: relative;
  height: 0;
  background: url(../images/placeholder.gif) center center no-repeat #fff;
}

.product-tile .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.product-tile .product-image img.js-loaded,
.product-tile .product-image img.syncimg {
  display: block;
}

.product-tile:not(.no-hover) .product-image:hover .thumb-link.changable {
  display: none;
}

.product-tile:not(.no-hover) .product-image:hover .alternative-link {
  display: block;
}

.product-tile .product-tile-block .product-description,
.product-tile:not(.no-hover) .product-image:hover .quickview {
  display: none;
}

.product-tile .aspect-ratio-1x1 {
  padding-bottom: 100%;
}

.product-tile .product-tile-block {
  height: 98px;
}

.product-tile .product-tile-block .product-name {
  line-height: 1.3;
  margin-bottom: 12px;
  margin-top: 1em;
  max-height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #000;
}

.product-tile .product-review {
  color: #b0b0b0;
  text-transform: uppercase;
}

.product-tile .product-review:hover {
  color: #be0f34;
}

.product-tile .freeshipping {
  font-size: 10px;
  letter-spacing: .1em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  color: #be0f34;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.product-tile .product-pricing {
  letter-spacing: -.01em;
  margin: 16px 0 0;
  font-size: 14px;
  color: #000;
  height: auto;
}

.product-tile .pricePerUnit,
.product-tile .product-pricing .product-difference-price {
  font-size: 11px;
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  color: #8b8b8b;
}

.product-tile .product-pricing .pricing-link,
.product-tile .product-pricing .variants-link {
  display: inline-block;
  height: 25px;
}

.product-tile .product-pricing .product-standard-price {
  text-decoration: line-through;
}

.product-tile .pricePerUnit {
  margin-top: 5px;
  margin-bottom: 10px;
}

.grid-tile .product-tile .product-swatches {
  float: right;
}

.product-tile .product-swatches {
  display: none;
}

.product-tile .product-swatches-all {
  cursor: pointer;
  font-size: .9em;
}

.product-tile .product-swatches ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.product-tile .product-swatches ul.swatch-toggle {
  background: #fff;
  display: none;
  position: absolute;
}

.product-tile .product-swatches:hover ul.swatch-toggle {
  display: block;
}

.product-tile .product-swatches li {
  float: left;
}

.product-tile .product-swatches .swatch {
  display: block;
  width: 16px;
}

.product-tile .product-swatches .swatch img {
  border: 1px solid #fff;
  height: 12px;
  padding: 1px;
  width: 12px;
}

.product-tile .product-promo {
  font-size: .8em;
  margin: .5em 0;
  text-transform: uppercase;
}

.product-tile .product-compare {
  display: none;
  float: left;
  line-height: 11px;
}

.product-tile .product-compare label {
  font-weight: 400;
  line-height: 1;
  padding: 0 0 0 .5em;
  width: auto;
}

.product-tile .product-compare input {
  float: left;
  margin: 0;
}

.product-tile .product-review {
  margin: 0 auto;
  margin-bottom: 12px;
}

.product-tile .product-review .rating-title {
  display: none;
  margin-right: 1em;
}

.product-tile .product-review .rating {
  display: inline-block;
  color: #000;
}

.wide-tiles .product-tile {
  height: auto!important;
}

.wide-tiles .product-tile .product-image {
  float: left;
  padding-right: 2em;
}

.wide-tiles .product-tile .product-name,
.wide-tiles .product-tile .product-pricing,
.wide-tiles .product-tile .product-promo,
.wide-tiles .product-tile .product-review,
.wide-tiles .product-tile .product-swatches {
  float: left;
  text-align: left;
  width: 65%;
}

.wide-tiles .product-tile .product-name {
  font-size: 1.5em;
  height: auto;
  margin-top: 0;
}

.wide-tiles .product-tile .product-pricing {
  font-size: 1.3em;
}

.color-wheel .shades,
.product-quickshop {
  font-size: 11px;
  letter-spacing: .1em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

.wide-tiles .product-tile .product-swatches {
  margin-bottom: 1em;
}

.product-tile .product-pricing .percentage {
  background-color: #8b8b8b;
  color: #fff;
  padding: 3px;
}

.product-tile .product-image .alternative-link img {
  margin-top: 6px;
}

.products-carousel .product-tile {
  max-width: 190px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.capture-product-id {
  left: -999em;
  position: absolute;
}

#wrapper .ui-widget-content {
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
}

.product-quickshop {
  white-space: nowrap;
  text-align: center;
  display: none;
  border: 2px solid #e5e5e5;
  pointer: cursor;
}

.product-quickshop:hover {
  border: 2px solid #8b8b8b;
  opacity: .7;
}

.product-quickshop .quickview {
  padding: 12px 9px;
  display: inline-block;
}

.product-quickshop .swatchesCircle img {
  position: relative;
  margin-top: -27px;
  margin-right: 6px;
  top: 8.5px;
  display: inline-block;
}

.jcarousel .swatchesCircle {
  display: inline;
}

.jcarousel .swatchesCircle img:not(.articleImages-carousel .YTVideoPreview) {
  display: inline-block;
}

.level-2 .product-quickshop .swatchesCircle img {
  width: auto;
  top: 7px;
}

.level-2 .product-tile {
  text-align: left;
}

.level-2 .product-quickshop span {
  display: inline-block;
  margin: 0;
  width: auto;
  position: relative;
  top: -2px;
}

.level-2 .product-quickshop a {
  border: none;
}

.level-2 .product-quickshop a:hover {
  border: none;
  color: #000;
}

.product-pricing .pricing-link+.pricing-link {
  color: #be0f34;
}

.color-wheel {
  margin-bottom: 16px;
  display: block;
}

.color-wheel .product-quickshop {
  border: none;
  color: #fff;
  padding: 0;
  display: block;
  text-align: left;
}

.color-wheel .quickviewText {
  display: none;
}

.color-wheel .shades {
  color: #b0b0b0;
  padding-left: 41px;
  position: relative;
  top: -12px;
}

.color-wheel .shades:hover {
  color: #be0f34;
}

#c-spot,
#g-spot,
#g-spot-4-slot-li {
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: 0 solid #f9f4f4;
}

#c-spot .cspot-image,
#g-spot .cspot-image,
#g-spot-4-slot-li .cspot-image {
  margin-left: 20px;
  margin-right: 20px;
  height: 57%;
  overflow: hidden;
}

#c-spot .cspot-image img,
#g-spot .cspot-image img,
#g-spot-4-slot-li .cspot-image img {
  width: 100%;
}

#c-spot .text,
#g-spot .text,
#g-spot-4-slot-li .text {
  margin-left: 20px;
  margin-right: 20px;
  letter-spacing: -.025em;
  font-size: 33px;
  font-family: ClarinsRegular,"Times New Roman",Times,serif;
  color: #000;
  padding: 12px 46px 0;
  text-align: center;
  max-height: 129px;
  overflow: hidden;
}

#c-spot .link,
#g-spot .link,
#g-spot-4-slot-li .link {
  margin-left: 20px;
  margin-right: 20px;
  letter-spacing: .1em;
  font-size: 11px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding-top: 14px;
}

.product-review .no-ratings,
.serenity-price {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

#c-spot .link a,
#g-spot .link a,
#g-spot-4-slot-li .link a {
  color: #c20430;
  border-bottom: 1px solid #f1d4d8;
}

.product-review {
  font-size: 13px;
  letter-spacing: .25em;
}

.product-review .no-ratings {
  font-size: 9px;
  display: inline;
  letter-spacing: .05em;
}

.product-tile .product-pricing.left-aligned {
  padding: 0 5% 0 0;
  float: right;
  text-align: left;
  max-width: 45%;
  margin: 10px 0;
}

.product-tile .product-pricing.left-aligned .variants-link {
  display: none;
}

.product-tile .product-pricing.left-aligned .pricing-link {
  position: relative;
  display: block;
  height: 20px;
}

.header-search .product-tile .product-pricing.left-aligned .pricing-link,
.product-tile .product-pricing.left-aligned .pricing-link.price-range {
  display: inline-block;
}

.product-tile .product-pricing.left-aligned .pricing-link+.pricing-link,
.product-tile .product-pricing.left-aligned .pricing-link:hover {
  color: #000;
}

.product-tile .product-pricing.left-aligned .pricing-link~.pricing-link~.pricing-link {
  height: 100%;
  margin-bottom: 2px;
}

.product-tile .product-pricing.left-aligned .pricing-link.wasNowPrice span.product-standard-price {
  font-size: 14px;
  text-decoration: line-through;
}

.product-tile .product-pricing.left-aligned .pricing-link .product-standard-price {
  text-decoration: none;
  position: relative;
  top: 20px;
}

.pdp-main .isStdPrice .price-standard,
.sticky-add-to-bag .product-price .price-standard {
  text-decoration: line-through;
}

.product-tile .product-pricing.left-aligned .pricing-link .product-sales-price {
  position: relative;
  bottom: 20px;
  color: #000;
}

.product-tile .product-pricing.left-aligned .pricing-link .product-sales-price,
.product-tile .product-pricing.left-aligned .pricing-link .product-standard-price {
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 21px;
  line-height: 19px;
  white-space: nowrap;
}

.product-tile .product-pricing.left-aligned .pricing-link span.standard-price {
  font-size: 14px;
  text-decoration: line-through;
}

.product-tile .product-pricing.left-aligned .pricePerUnit {
  margin: 0;
}

.products-carousel:not(.bundle-offer-zone) .product-pricing.left-aligned {
  position: relative;
  left: -5px;
}

.plp-product-tile .prices.left-aligned {
  height: 52px;
}

.plp-product-tile .prices.left-aligned .product-price {
  display: inline-block;
  float: left;
  width: auto;
  max-width: 50%;
}

.plp-product-tile .prices.left-aligned .product-price .price-sales {
  font-size: 21px;
  height: 22px;
  line-height: 19px;
}

.plp-product-tile .prices.left-aligned .product-price .price-standard {
  height: 15px;
}

.header-search .product-tile .product-pricing.left-aligned .pricing-link span {
  font-size: 17px;
}

.header-search .product-tile .product-pricing.left-aligned .pricing-link span.product-price-range,
.header-search .product-tile .product-pricing.left-aligned .pricing-link span.product-standard-price {
  font-size: 14px;
}

.header-search .product-tile .product-pricing.left-aligned .pricing-link span.product-difference-price {
  font-size: 11px;
}

.recommended-products .product-tile .product-pricing.left-aligned .pricePerUnit.size-variant {
  display: none;
}

.recommended-products .product-tile .product-pricing.left-aligned .pricing-link {
  display: inline-block;
}

.recommended-products .product-tile .product-pricing.left-aligned .pricing-link span {
  font-size: 19px;
}

.recommended-products .product-tile .product-pricing.left-aligned .pricing-link span.product-price-range,
.recommended-products .product-tile .product-pricing.left-aligned .pricing-link span.product-standard-price {
  font-size: 14px;
}

.recommended-products .product-tile .product-pricing.left-aligned .pricing-link span.product-difference-price {
  font-size: 11px;
}

#you-might-also-like .product-tile .product-pricing.left-aligned .pricing-link {
  display: block;
}

.serenity-price {
  letter-spacing: .02em;
  position: relative;
  margin: 10px 0;
  padding: 0 0 1px 5%;
  float: right;
  text-align: left;
  width: 50%;
  border-left: 1px solid #8b8b8b;
  box-sizing: border-box;
  color: #8b8b8b;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

.serenity-price span {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 21px;
  line-height: 19px;
  display: block;
  margin-bottom: 7px;
  white-space: nowrap;
  cursor: default;
}

.serenity-price .serenity-svg-holder {
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  top: 33px;
}

.disable-infinite-scroll .search-result-content .page-element,
.serenity-price .tooltip-content {
  display: none;
}

.product-price-block .serenity-price {
  padding-left: 10px;
  margin-bottom: 0;
  float: left;
  width: auto;
}

.plp-product-tile .serenity-price {
  float: right;
  margin: 0;
  padding: 0 0 1px 4%;
  width: auto;
  min-width: 37.5%;
}

.header-search .serenity-price span {
  font-size: 17px;
}

.recommended-products .serenity-price span {
  font-size: 19px;
}

.infinite-scroll .search-result-content .infinite-scroll-loading {
  text-align: center;
  background: url(../images/loading.gif) center no-repeat;
  height: 35px;
  width: 100%;
}

#product-nav-container {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 160px;
}

#product-nav-container div {
  float: left;
  text-align: center;
  width: 77px;
}

#product-nav-container img {
  max-height: 100%;
  max-width: 80%;
}

#product-nav-container span {
  display: block;
  height: 65px;
}

#product-nav-container .divided span {
  border-right: 1px solid #e0e0e0;
  padding-right: 5px;
}

.pdp-main {
  margin-top: 4%;
}

.pdp-main:after,
.pdp-main:before {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
  visibility: hidden;
}

.pdp-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pdp-main label {
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}

.pdp-main .product-primary-image {
  max-width: 100%;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.pdp-main .product-primary-image a {
  outline: 0;
}

.pdp-main .product-primary-image .prdcarousel-wrapper {
  position: relative;
  width: 100%;
  margin: 10px auto 30px;
  display: block;
}

.pdp-main .product-primary-image .jcarousel {
  display: block;
}

.pdp-main .product-primary-image .jcarousel li {
  position: relative;
}

.pdp-main .product-primary-image .jcarousel-pagination {
  bottom: -25px;
}

.pdp-main .product-primary-image .jcarousel-pagination a {
  background: #c0bebe;
  box-shadow: none;
}

.pdp-main .product-primary-image .jcarousel-pagination a.active {
  background: #282b30;
}

.pdp-main .product-primary-image .prdcarousel-wrapper~.main-image {
  display: none;
}

.main-image {
  display: block;
}

.primary-image {
  max-width: 100%;
}

.product-thumbnails {
  display: inline-block;
}

.product-thumbnails .thumb {
  border-top: 5px solid #fff;
  float: left;
  margin: 0 5px 0 0;
  padding: 3px 0 0;
  width: 55px;
}

.product-thumbnails .productthumbnail {
  border: 1px solid #ccc;
  cursor: pointer;
}

.product-thumbnails h2 {
  text-transform: uppercase;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  margin: .83em 0;
}

.pdp-main .product-col-2 {
  float: right;
  padding: 20px;
}

.pdp-main form .input-select {
  width: auto;
}

.pdp-main .pdp-product-badge {
  display: block;
  margin: 12px 0 2px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: #be0f34;
  letter-spacing: .1em;
}

.pdp-main .product-name,
.pdp-main .product-price {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.pdp-main .product-name {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 10px;
  width: 100%;
  letter-spacing: .02em;
}

.pdp-main .product-number {
  color: #ccc;
  font-size: .9em;
  margin-bottom: .5em;
  display: none;
}

.pdp-main .pdp-single-size-value {
  margin-bottom: 10px;
  font-size: 14px;
  color: #8b8b8b;
  letter-spacing: .02em;
}

.pdp-main .pdp-single-size-value .percentage {
  background-color: #8b8b8b;
  bottom: 3px;
  color: #fff;
  padding: 2px;
  position: relative;
}

.pdp-main .pdp-single-size-value .save {
  white-space: nowrap;
  color: #878787;
  font-size: 14px;
  letter-spacing: .01em;
}

.pdp-main .product-price {
  font-size: 22px;
  margin-bottom: .5em;
  letter-spacing: -.01em;
}

.pdp-main .isStdPrice .price-sales {
  color: #be0f34;
  white-space: nowrap;
}

.pdp-main .pdp-limited-inventory,
.pdp-main .pdp-promo-message {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #be0f34;
  margin: 0 0 10px;
  letter-spacing: .02em;
}

.pdp-main .product-col-2 .price-standard {
  border-right: 1px solid #e0e0e0;
  padding-right: 8px;
}

.pdp-main .product-price .price-tiered {
  color: #900;
  font-size: .6em;
  line-height: 1.5em;
}

.pdp-main .product-review {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  letter-spacing: .1em;
  font-size: 14px;
  margin: 4px 0 15px;
  float: left;
}

.pdp-main .freeshipping,
.pdp-main .product-review .reviewsLinkContainer {
  letter-spacing: .1em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

.pdp-main .product-review:after,
.pdp-main .product-review:before {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
  visibility: hidden;
}

.pdp-main .product-review .rating-title,
.product-variations .attribute .value .color .strike {
  display: none;
}

.pdp-main .product-review .rating {
  float: left;
  width: auto;
  margin-right: 10px;
}

.pdp-main .product-review .reviewsLinkContainer {
  font-size: 11px;
  font-weight: 400;
  float: left;
  margin-top: 3px;
}

.pdp-main .product-review .reviewsLinkContainer a {
  border-bottom: 1px solid #d4d4d4;
  margin-right: 20px;
}

.pdp-main .product-review .reviewsLinkContainer a:hover {
  border-bottom: 1px solid #be0f34;
}

.pdp-main .freeshipping {
  font-size: 10px;
  color: #be0f34;
  margin-bottom: 7px;
  font-weight: 700;
}

.pdp-main .product-desciption {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px;
  letter-spacing: .02em;
  clear: both;
}

.pdp-main .product-main-attributes .attribute {
  padding: .2em 0;
}

.pdp-main .product-main-attributes .label {
  padding: 0;
}

.pdp-main .product-add-to-cart {
  float: none;
}

.pdp-main .product-add-to-cart #remove-product {
  float: left;
  height: 52px;
  clear: left;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart .add-card,
.pdp-main .product-add-to-cart .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.pdp-main .product-add-to-cart .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.pdp-main .product-add-to-cart button {
  letter-spacing: .1em;
  padding: .5em 0;
}

.notify-me,
.product-skin-type {
  letter-spacing: .05em;
  font-size: 11px;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart [disabled=disabled].add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart [disabled=disabled].add-card,
.pdp-main .product-add-to-cart .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header [disabled=disabled].add-card,
.pdp-main .product-add-to-cart .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header [disabled=disabled].add-card,
.pdp-main .product-add-to-cart button[disabled=disabled] {
  width: 100%;
  margin-top: 10px;
}

.pdp-main .pdpSizeDropdownContainer,
.pdp-main .pdpSkinTypeDropdownContainer {
  float: left;
}

.pdp-main .pdpSizeDropdownContainer .sbHolder,
.pdp-main .pdpSkinTypeDropdownContainer .sbHolder {
  width: auto;
  font-size: 14px;
  height: 48.9px;
}

.pdp-main .pdpSizeDropdownContainer .sbHolder .sbToggle,
.pdp-main .pdpSkinTypeDropdownContainer .sbHolder .sbToggle {
  top: -3px;
}

.pdp-main .pdp-container .pdp-main .product-price .percentage {
  background-color: #8b8b8b;
  bottom: 3px;
  color: #fff;
  padding: 2px;
  position: relative;
}

.pdp-main .pdpSkinTypeDropdownContainer {
  width: 78%;
}

.pdp-main .pdpSizeDropdownContainer {
  width: 79%;
}

.pdp-main .product-add-to-cart .inventory {
  width: 21%;
  padding-left: 10px;
  box-sizing: border-box;
}

.pdp-main .product-add-to-cart .inventory.noSizeVariant {
  padding-right: 10px;
  padding-left: 0;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart .add-to-cart.add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart .add-to-cart.add-card,
.pdp-main .product-add-to-cart .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-to-cart.add-card,
.pdp-main .product-add-to-cart .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-to-cart.add-card,
.pdp-main .product-add-to-cart button.add-to-cart {
  width: 100%;
  float: none;
  margin-top: 10px;
  height: 51px;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart .noSizeVariant.add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart .noSizeVariant.add-card,
.pdp-main .product-add-to-cart .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .noSizeVariant.add-card,
.pdp-main .product-add-to-cart .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .noSizeVariant.add-card,
.pdp-main .product-add-to-cart button.noSizeVariant {
  width: 79%;
  margin-top: 0;
}

.product-skin-type {
  margin: 0;
}

.product-skin-type .attribute .label {
  color: #040404;
  text-transform: uppercase;
}

.product-skin-type .attribute .value {
  color: #8b8b8b;
}

.product-variations {
  margin: 0;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.product-variations .attribute {
  padding: 0;
  position: relative;
}

.product-variations .attribute.skinType-attribute {
  height: 54px;
  margin-bottom: 27px;
}

.product-variations .attribute .label,
.product-variations .attribute h3 {
  margin: 0;
  padding: 4px 0 0;
  width: 25%;
}

.product-variations .attribute .value {
  width: 100%;
}

.product-variations .attribute .value .available .swatchanchor {
  cursor: default;
}

.product-variations .attribute .value .available .swatchanchor img {
  cursor: pointer;
}

.product-variations .attribute .value .color li {
  position: relative;
}

.product-variations .attribute .value .color .outofstock .swatchanchor img {
  opacity: .6;
}

.product-variations .attribute .value .color .outofstock .strike {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.product-variations .attribute .skinType .label {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: #040404;
  text-transform: uppercase;
}

.product-variations .attribute ul {
  width: 100%;
  position: relative;
  right: 4px;
}

.product-variations .attribute .selected-value-top {
  clear: both;
}

.product-variations .attribute .selected-value {
  border: 0;
  margin: 16px 0;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: .05em;
}

.product-variations .attribute .selected-value .selected-value-label {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  color: #040404;
  text-transform: uppercase;
}

.product-variations .attribute .size-chart-link {
  clear: both;
  float: none;
}

.product-variations .attribute .size-chart-link a {
  border-color: #fff!important;
  padding: 0;
}

.product-variations .swatches li {
  float: left;
}

.product-variations .swatches li.unselectable a {
  opacity: .5;
}

.product-variations .swatches li.unselectable:hover,
.product-variations .swatches li.unselectable:hover a {
  border-color: #e0e0e0;
}

.product-variations .swatches li a {
  display: block;
  text-align: center;
  width: 32px;
}

.product-variations ul {
  width: 100%;
}

.product-variations .color {
  top: -5px;
  z-index: 1;
  position: relative;
  overflow: visible;
  margin-bottom: 15px;
}

.product-variations .color li {
  position: relative;
}

.product-variations .color li.not-selected,
.product-variations .color li.selected {
  width: 43px;
  height: 43px;
}

.product-variations .color li.selected a {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
  border: 2px solid #be0f34;
  padding: 6.5px;
}

.product-variations .color li a {
  height: 35px;
  padding: 4px;
  width: 35px;
  box-sizing: content-box;
}

.product-variations .color li a img {
  height: 100%;
  width: 100%;
}

.pdp-right-top .attributediv.skintype-container {
  clear: both;
  padding-bottom: 60px;
}

.notify-me {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  color: #be0f34;
  margin-bottom: 20px;
  margin-top: -2px;
  text-align: center;
  text-transform: uppercase;
}

.notify-me .notify-me-link,
.questionAnswerLinkContainer {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.notify-me .notify-me-link {
  cursor: pointer;
  border-bottom: 1px solid #efc3cc;
}

.notify-me .notify-me-link:hover {
  border-bottom: 1px solid #be0f34;
}

.notify-me p {
  margin: 0;
}

.notify-me-desktop.hidden,
.notify-me-mobile.hidden {
  display: none;
}

.notify-me-back-in-stock {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: fixed;
  border: 2px solid #e5e5e5;
  border-top: 4px solid #c20430;
}

.notify-me-back-in-stock .notify-me-email-modal,
.notify-me-back-in-stock .notifyMeEmailModal,
.notify-me-back-in-stock .notifyMeSuccessfulModal {
  background: #fff;
  width: 100%;
  height: 100%!important;
  z-index: 9999;
}

.notify-me-back-in-stock .notify-me-email-modal .notifyMeSuccessfulMainContainer,
.notify-me-back-in-stock .notifyMeEmailModal .notifyMeSuccessfulMainContainer,
.notify-me-back-in-stock .notifyMeSuccessfulModal .notifyMeSuccessfulMainContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0 -25% 0 0;
}

.notify-me-back-in-stock .notify-me-email-modal .notifyMeEmailModalContainer,
.notify-me-back-in-stock .notifyMeEmailModal .notifyMeEmailModalContainer,
.notify-me-back-in-stock .notifyMeSuccessfulModal .notifyMeEmailModalContainer {
  height: 99.6%;
}

.notify-me-back-in-stock .notify-me-email-modal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper,
.notify-me-back-in-stock .notifyMeEmailModal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper,
.notify-me-back-in-stock .notifyMeSuccessfulModal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper {
  padding: 5%;
}

.notify-me-back-in-stock .notify-me-email-modal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper .notifyMeEmailModalHeader,
.notify-me-back-in-stock .notifyMeEmailModal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper .notifyMeEmailModalHeader,
.notify-me-back-in-stock .notifyMeSuccessfulModal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper .notifyMeEmailModalHeader {
  font-size: 22px;
  letter-spacing: .02em;
  display: inline-block;
}

.notify-me-back-in-stock .notify-me-email-modal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper .notifyMeEmailShortDescription,
.notify-me-back-in-stock .notifyMeEmailModal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper .notifyMeEmailShortDescription,
.notify-me-back-in-stock .notifyMeSuccessfulModal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper .notifyMeEmailShortDescription {
  font-size: 11px;
  letter-spacing: .02em;
  margin-top: 6px;
}

.notify-me-back-in-stock .notify-me-email-modal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper .notifyMeEmailShortDescription .notifyFooter,
.notify-me-back-in-stock .notifyMeEmailModal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper .notifyMeEmailShortDescription .notifyFooter,
.notify-me-back-in-stock .notifyMeSuccessfulModal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper .notifyMeEmailShortDescription .notifyFooter {
  display: inline-block;
}

.notify-me-back-in-stock .notify-me-email-modal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper .notifyMeEmailMainContainer,
.notify-me-back-in-stock .notifyMeEmailModal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper .notifyMeEmailMainContainer,
.notify-me-back-in-stock .notifyMeSuccessfulModal .notifyMeEmailModalContainer .notifyMeEmailModalDataWrapper .notifyMeEmailMainContainer {
  display: block;
}

.notify-me-back-in-stock .notifyMeSuccessfulModal .notifyMeSuccessfulModalDataWrapper {
  width: 386px;
  height: 226px;
  text-align: center;
}

.notify-me-back-in-stock .notifyMeSuccessfulModal .notifyMeSuccessfulModalDataWrapper .notifySuccess {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  letter-spacing: .05em;
}

.notifyMeEmailModalForm {
  margin: 18px 0 0;
}

.notifyMeEmailModalForm .form-row {
  clear: none;
  float: left;
  margin: 0;
}

.notifyMeEmailModalForm .form-row:first-child {
  width: 64%;
  margin-bottom: 5px;
}

.notifyMeEmailModalForm .form-row:nth-child(2) {
  display: inline;
}

.notifyMeEmailModalForm .input-text {
  height: 50px;
  width: 100%;
  margin-left: 0;
  padding: 0 0 0 16px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: .05em;
}

.notifyMeEmailModalForm .error .input-text {
  border: 2px solid #bb1032;
}

.notifyMeEmailModalForm .error-message {
  width: auto;
  font-size: 11px;
  letter-spacing: .02em;
  padding: 0;
  border: none;
  background-color: #fff;
  color: #c20432;
  margin: 0;
}

#pdp-icon-strip-common .sharethisitem:hover,
#pdp-icon-strip-common .strip1:hover .label,
#pdp-icon-strip-common .strip2:hover .label,
#pdp-icon-strip-common .strip4:hover .label,
.not-quick-shop .pdp-main .pdp-icon-strip .sharethisitem:hover,
.not-quick-shop .pdp-main .pdp-icon-strip .strip1:hover .label,
.not-quick-shop .pdp-main .pdp-icon-strip .strip2:hover .label,
.not-quick-shop .pdp-main .pdp-icon-strip .strip4:hover .label {
  color: #000;
}

.notifyMeEmailModalForm .button {
  font-size: 12px;
  letter-spacing: .1em;
  height: 49px;
  padding: .5em 1em;
  min-width: 0;
  width: 31%;
  margin: 0 0 0 9px;
}

.advantageOverlay_close,
.bonusProductPopup_close,
.estimated-tax-overlay-close,
.multipleStampOverlay_close,
.notifyMeEmailModal_close,
.notifyMeSuccessModal_close,
.quickShop_close,
.stampRedeemOverlay_close {
  cursor: pointer;
  float: right;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 102;
}

.anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}

.QandAPosition {
  clear: both;
  position: relative;
  top: -60px;
}

.QandA-tabs-wraper {
  padding-top: 0;
}

.QandA-tabs-wraper .QandA-tabs-main-container {
  margin-top: 0;
  box-sizing: border-box;
  float: left;
}

.QandA-tabs-wraper .QandA-tabs-main-container:after,
.QandA-tabs-wraper .QandA-tabs-main-container:before {
  box-sizing: border-box;
}

.QandA-tabs-wraper .QandA-tabs-content {
  margin-left: 20px;
  margin-right: 20px;
}

.questionAnswerLinkContainer {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .1em;
  font-weight: 400;
  margin-top: 6px;
}

.login-rememberme input[type=checkbox],
.product-set .product-add-to-cart {
  display: block;
}

.questionAnswerLinkContainer .questionAnswerLink {
  border-bottom: 1px solid #d4d4d4;
  font-family: inherit;
}

.questionAnswerLinkContainer .questionAnswerLink:hover {
  border-color: #c20430;
}

.questionAnswerLinkBottom,
.questionsAndAnswersTabsTop {
  clear: both;
}

.pdpQATabHeader {
  margin-bottom: 12px;
}

.pdpQATabHeader .mainHeader {
  font-family: ClarinsRegular,"Times New Roman",Times,serif;
  font-size: 30.13px;
  letter-spacing: -.02em;
}

.pdp-main .product-add-to-cart .inventory,
.sticky-add-to-bag .product-add-to-cart .inventory {
  float: left;
  margin: 0;
}

.pdp-main .product-add-to-cart .inventory label,
.sticky-add-to-bag .product-add-to-cart .inventory label {
  margin-top: .3em;
}

.pdp-main .product-add-to-cart .inventory input,
.sticky-add-to-bag .product-add-to-cart .inventory input {
  margin-left: .8em;
  padding: .3em;
  width: 2em;
}

.pdp-main .product-add-to-cart .inventory .quantity .sbSelector,
.sticky-add-to-bag .product-add-to-cart .inventory .quantity .sbSelector {
  width: auto;
}

.pdp-main .product-add-to-cart .product-price,
.pdp-main .product-add-to-cart .quantityStickeyCart,
.pdp-main .product-add-to-cart .serenity-price,
.sticky-add-to-bag .product-add-to-cart .product-price,
.sticky-add-to-bag .product-add-to-cart .quantityStickeyCart,
.sticky-add-to-bag .product-add-to-cart .serenity-price {
  display: none;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart .add-card,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .sticky-add-to-bag .product-add-to-cart .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .sticky-add-to-bag .product-add-to-cart .add-card,
.pdp-main .product-add-to-cart .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.pdp-main .product-add-to-cart .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.pdp-main .product-add-to-cart button,
.sticky-add-to-bag .product-add-to-cart .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.sticky-add-to-bag .product-add-to-cart .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.sticky-add-to-bag .product-add-to-cart button {
  height: 52px;
}

.pdp-main .product-add-to-cart .quantity .sbHolder,
.sticky-add-to-bag .product-add-to-cart .quantity .sbHolder {
  width: auto;
  height: 48.9px;
}

.pdp-main .product-add-to-cart .quantity .sbHolder .sbToggle,
.sticky-add-to-bag .product-add-to-cart .quantity .sbHolder .sbToggle {
  top: -3px;
}

#pdp-icon-strip-common,
.not-quick-shop .pdp-main .pdp-icon-strip {
  clear: both;
  padding: 26px 14px 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#pdp-icon-strip-common .strip1,
.not-quick-shop .pdp-main .pdp-icon-strip .strip1 {
  width: 18%;
  padding-right: 11.5%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

#pdp-icon-strip-common .strip1 span.rewardPointTop,
.not-quick-shop .pdp-main .pdp-icon-strip .strip1 span.rewardPointTop {
  line-height: 35px;
}

#pdp-icon-strip-common .strip1 .icon,
.not-quick-shop .pdp-main .pdp-icon-strip .strip1 .icon {
  height: 29px;
}

#pdp-icon-strip-common .strip1 .rowBottom,
.not-quick-shop .pdp-main .pdp-icon-strip .strip1 .rowBottom {
  max-width: 80px;
}

#pdp-icon-strip-common .strip2,
.not-quick-shop .pdp-main .pdp-icon-strip .strip2 {
  width: 15%;
  padding-right: 11.5%;
}

#pdp-icon-strip-common .share,
.not-quick-shop .pdp-main .pdp-icon-strip .share {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: center;
}

#pdp-icon-strip-common .strip3,
.not-quick-shop .pdp-main .pdp-icon-strip .strip3 {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  width: 18%;
  padding-right: 11.5%;
}

#pdp-icon-strip-common .strip3 a .rowTop.icon,
.not-quick-shop .pdp-main .pdp-icon-strip .strip3 a .rowTop.icon {
  margin-top: 5px;
}

#pdp-icon-strip-common .strip3 .icon,
.not-quick-shop .pdp-main .pdp-icon-strip .strip3 .icon {
  height: 25px;
  margin-top: 5px;
}

#pdp-icon-strip-common .strip3 .rowBottom,
.not-quick-shop .pdp-main .pdp-icon-strip .strip3 .rowBottom {
  max-width: 60px;
}

#pdp-icon-strip-common .try-sample,
.not-quick-shop .pdp-main .pdp-icon-strip .try-sample {
  text-align: center;
  max-width: none;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  cursor: pointer;
  outline: 0;
}

#pdp-icon-strip-common .try-sample .rowBottom,
.not-quick-shop .pdp-main .pdp-icon-strip .try-sample .rowBottom {
  max-width: 60px;
}

#pdp-icon-strip-common .strip4,
.not-quick-shop .pdp-main .pdp-icon-strip .strip4 {
  width: 13%;
}

#pdp-icon-strip-common .strip4 .rowBottom,
.not-quick-shop .pdp-main .pdp-icon-strip .strip4 .rowBottom {
  max-width: 70px;
}

#pdp-icon-strip-common .strip4 .icon,
.not-quick-shop .pdp-main .pdp-icon-strip .strip4 .icon {
  width: 30px;
  height: 30px;
}

#pdp-icon-strip-common .stripItem,
.not-quick-shop .pdp-main .pdp-icon-strip .stripItem {
  width: auto;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 11px;
}

#pdp-icon-strip-common .stripItem .icon,
#pdp-icon-strip-common .stripItem .label,
.not-quick-shop .pdp-main .pdp-icon-strip .stripItem .icon,
.not-quick-shop .pdp-main .pdp-icon-strip .stripItem .label {
  display: block;
}

#pdp-icon-strip-common .stripItem .label,
.not-quick-shop .pdp-main .pdp-icon-strip .stripItem .label {
  color: #8b8b8b;
}

#pdp-icon-strip-common .stripItem .rewardPointBottom.label,
#pdp-icon-strip-common .stripItem .rowBottom.wishlist-added,
.not-quick-shop .pdp-main .pdp-icon-strip .stripItem .rewardPointBottom.label,
.not-quick-shop .pdp-main .pdp-icon-strip .stripItem .rowBottom.wishlist-added,
.quickViewDialog .pdp-main .pdp-icon-strip .stripItem .rowBottom.wishlist-added {
  color: #c20430;
}

#pdp-icon-strip-common .stripItem .rewardPointTop,
.not-quick-shop .pdp-main .pdp-icon-strip .stripItem .rewardPointTop {
  font-size: 22px;
  color: #c20430;
  letter-spacing: -.01em;
}

#pdp-icon-strip-common .stripItem .rowTop,
.not-quick-shop .pdp-main .pdp-icon-strip .stripItem .rowTop {
  position: relative;
  left: 0;
  margin: 0 auto;
}

#pdp-icon-strip-common .stripItem .rowBottom,
.not-quick-shop .pdp-main .pdp-icon-strip .stripItem .rowBottom {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .1em;
  display: inline-block;
}

#pdp-icon-strip-common .stripItem .rowBottom.rewardPointBottom,
.not-quick-shop .pdp-main .pdp-icon-strip .stripItem .rowBottom.rewardPointBottom {
  font-size: 11px;
}

#pdp-icon-strip-common .share .stripItem,
.not-quick-shop .pdp-main .pdp-icon-strip .share .stripItem {
  cursor: pointer;
}

#pdp-icon-strip-common .share .sharethis,
.not-quick-shop .pdp-main .pdp-icon-strip .share .sharethis,
.quickViewDialog .categorySlotWithOverride,
.quickViewDialog .details-link {
  display: none;
}

.quickViewDialog .pdp-main .pdp-right-bottom .pdp-icon-strip .stripItem {
  display: inline-block;
}

.pdp-main .recommendations {
  clear: left;
  padding: 2em 0;
  width: 350px;
}

.pdp-main .recommendations h2 {
  font-size: 2em;
  font-style: italic;
  font-weight: 400;
  margin-left: 14px;
}

.pdp-main .recommendations #carousel-recommendations {
  position: relative;
  overflow: hidden;
  width: 300px;
}

.pdp-main .recommendations ul {
  position: relative;
  width: 2000em;
}

.pdp-main .recommendations li {
  float: left;
  width: 100px;
}

.pdp-main .recommendations .product-tile {
  padding: 0 .5em;
}

.pdp-main .recommendations .product-image {
  height: 90px;
}

.pdp-main .recommendations .product-loader {
  background-position: center center;
  background-repeat: no-repeat;
}

.pdp-main .recommendations .product-name {
  font-size: 1em;
  margin: .2em 0;
  width: 100%;
}

.pdp-main .recommendations .product-price {
  font-size: 1em;
}

.pdp-main .recommendations .jcarousel-clip {
  margin: auto;
  overflow: hidden;
  width: 300px;
}

.pdp-main .recommendations .jcarousel-nav {
  cursor: pointer;
  position: absolute;
  width: 9px;
  height: 17px;
  top: 20%;
}

.pdp-main .recommendations .jcarousel-nav.inactive {
  display: none;
}

.pdp-main .recommendations .jcarousel-prev {
  background: url(../images/interface/icon-jcarousel-horiz-arrow-left.png);
  left: 0;
}

.pdp-main .recommendations .jcarousel-next {
  background: url(../images/interface/icon-jcarousel-horiz-arrow-right.png);
  right: 0;
}

.pdp-main .recommendations .product-tile:hover .recommendation-tooltip {
  display: block!important;
}

.pdp-main .notifyMeEmailModal_close,
.pdp-main .notifyMeSuccessModal_close {
  display: none;
}

.pdp-main .notifyMeSuccessfulModalDataWrapper {
  text-align: left;
}

.js .pdp-main .recommendations .product-tile .recommendation-tooltip {
  display: none!important;
}

.pdp-main .recommendations .recommendation-tooltip {
  background: #fff;
  border: 1px solid;
  left: 50%;
  position: absolute;
  text-align: left;
  top: 50%;
  width: 300px;
  z-index: 100;
}

.pdp-main .promotion {
  background: url(../images/interface/ui-promo-bg-gray-diag.png);
  clear: both;
  margin: 1em 0;
  padding: 4%;
}

.pdp-main .promotion .promotion-title {
  color: #999;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
  vertical-align: top;
  width: 20%;
}

.pdp-main .promotion .promotion-callout {
  display: inline-block;
  line-height: 1em;
  vertical-align: top;
  width: 77%;
}

.pdp-main .product-tabs {
  display: none;
  border: 0;
  margin: 25px 0 0;
  clear: both;
}

.print-page {
  cursor: pointer;
}

.pdp-main .product-tabs .print-page {
  float: right;
}

.pdp-main .product-content .pdp-right-bottom {
  width: 100%;
  margin: 12px 0 0;
}

.pdp-main .product-content .pdp-left-top {
  box-sizing: border-box;
  float: left;
}

.pdp-main .product-content .pdp-left-top:after,
.pdp-main .product-content .pdp-left-top:before {
  box-sizing: border-box;
}

.pdp-main .pdp-left-top,
.pdp-main .pdp-right-bottom,
.pdp-main .pdp-right-top {
  float: none;
}

.pdp-main .pdp-prdimage-thumbnails {
  box-sizing: border-box;
  float: left;
  display: none;
}

.pdp-main .pdp-prdimage-thumbnails:after,
.pdp-main .pdp-prdimage-thumbnails:before {
  box-sizing: border-box;
}

.pdp-main .pdp-prdimage-thumbnails .pdp-prdthumbnails {
  margin-left: 20px;
  margin-right: 20px;
}

.pdp-main .pdp-prdimage-thumbnails img {
  max-width: 100%;
  margin-bottom: 22px;
}

.pdp-main .pdp-prdimage-thumbnails img.selected {
  opacity: .4;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-all-to-cart[disabled].add-card,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-to-cart[disabled].add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-all-to-cart[disabled].add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-to-cart[disabled].add-card,
button.add-all-to-cart[disabled],
button.add-to-cart[disabled] {
  opacity: .5;
}

.pdp-main .product-tabs .tab-content {
  min-height: 100px;
}

.pdp-main .product-tabs .tab-content ul {
  list-style-type: disc;
  margin-left: 2em;
}

.pdp-main .product-tabs .tab-content ol {
  margin-left: 2em;
  padding: 0;
}

.pdp-main .product-set-list {
  border-top: 1px solid #e0e0e0;
  margin: 0 0 0 6px;
}

.pdp-main .product-set-list .product-set-item {
  border-bottom: 1px solid #e0e0e0;
  clear: both;
  margin: 1em 0;
  overflow: hidden;
  padding: 1em 0 0;
}

.pdp-main .product-set-list .product-set-image {
  float: left;
  width: 22%;
}

.pdp-main .product-set-list .product-set-details {
  float: left;
  width: 78%;
}

.pdp-main .product-set-list .attribute .label,
.pdp-main .product-set-list .attribute h3 {
  width: 25%;
}

.pdp-main .product-set-list .product-name {
  float: none;
  font-size: 1.3em;
  margin: 0;
  width: auto;
}

.pdp-main .product-set-list .promotion-title {
  font-size: 1.2em;
}

.pdp-main .product-set-list .block-add-to-cart {
  background: #efefef;
  clear: both;
  overflow: hidden;
  padding: .5em 0;
}

.pdp-main .product-set-list .block-add-to-cart .inventory {
  float: left;
  margin: 0;
  width: 20%;
}

.pdp-main .product-set-list .block-add-to-cart label {
  padding: .7em 0;
  text-align: left;
  width: 40%;
}

.pdp-main .product-set-list .block-add-to-cart .input-text {
  width: 35px;
}

.pdp-main .product-set-list .block-add-to-cart .product-price {
  float: left;
  font-size: 1.6em;
  margin: 0;
  padding: 6px 0 0;
  text-align: right;
  width: 35%;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-set-list .block-add-to-cart .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-set-list .block-add-to-cart .add-card,
.pdp-main .product-set-list .block-add-to-cart .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.pdp-main .product-set-list .block-add-to-cart .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.pdp-main .product-set-list .block-add-to-cart button {
  float: right;
  font-size: .9em;
  margin: 3px 5px 0 0;
  padding-left: 1em;
  padding-right: 1em;
}

.pdp-main .product-set .product-add-to-cart .product-price {
  width: 54%;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-all-to-cart.add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-all-to-cart.add-card,
button.add-all-to-cart {
  display: none;
}

.js .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-all-to-cart.add-card,
.js .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-all-to-cart.add-card,
.js button.add-all-to-cart,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .js .add-all-to-cart.add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .js .add-all-to-cart.add-card {
  display: inherit;
}

.sticky-add-to-bag {
  clear: both;
  background: #fff;
  box-shadow: inset 0 12px 20px -20px #9c9c9c;
  overflow: hidden;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7px 0;
  z-index: 99;
}

.sticky-add-to-bag .inventory,
.sticky-add-to-bag .pdp-icon-strip,
.sticky-add-to-bag .pdp-left-top,
.sticky-add-to-bag .pdp-right-top,
.sticky-add-to-bag .product-variations,
.sticky-add-to-bag.hidden {
  display: none;
}

.sticky-add-to-bag .add-to-cart {
  padding-left: 0;
  padding-right: 0;
}

.sticky-add-to-bag .quantityStickeyCart {
  display: block;
}

.sticky-add-to-bag .stickyProductData {
  box-sizing: border-box;
  padding: 0 5px;
  float: none;
}

.sticky-add-to-bag .stickyProductData:after,
.sticky-add-to-bag .stickyProductData:before {
  box-sizing: border-box;
}

.sticky-add-to-bag .stickyProductData .stickyImage {
  text-align: center;
  font-size: 0;
  float: left;
  box-sizing: border-box;
}

.sticky-add-to-bag .stickyProductData .stickyImage img {
  width: 100%;
  max-width: 52px;
}

.sticky-add-to-bag .stickyProductData .stickyImage:after,
.sticky-add-to-bag .stickyProductData .stickyImage:before {
  box-sizing: border-box;
}

.sticky-add-to-bag .stickyProductData .stickyProductContent {
  height: 52px;
  display: table;
  letter-spacing: .02em;
  box-sizing: border-box;
  float: left;
}

.sticky-add-to-bag .stickyProductData .stickyProductContent .cell {
  display: table-cell;
  vertical-align: middle;
}

.sticky-add-to-bag .stickyProductData .stickyProductContent:after,
.sticky-add-to-bag .stickyProductData .stickyProductContent:before {
  box-sizing: border-box;
}

.sticky-add-to-bag .stickyProductData .stickyProductVariationData span {
  display: inline;
}

.sticky-add-to-bag .stickyProductData .stickyProductColor .selected-value-label {
  display: none;
}

.sticky-add-to-bag .stickyProductDataContent {
  position: relative;
}

.sticky-add-to-bag .stickyOutOfStockBtn {
  display: none;
  float: right;
  padding-right: 4%;
}

.sticky-add-to-bag .price-promotion {
  box-sizing: border-box;
  float: left;
  float: none;
  left: -4.16666%;
  top: 16px;
  text-align: right;
  padding: 0 5px;
}

.sticky-add-to-bag .price-promotion:after,
.sticky-add-to-bag .price-promotion:before {
  box-sizing: border-box;
}

.sticky-add-to-bag .stickyProductPrice .product-price {
  text-align: right;
  letter-spacing: .02em;
}

.sticky-add-to-bag .product-price .price-sales {
  color: #000;
}

.sticky-add-to-bag .product-price.isStdPrice .price-sales {
  color: #be0f34;
}

.sticky-add-to-bag .stickyPromoMessage {
  position: relative;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
  color: #be0f34;
}

.sticky-add-to-bag .pdp-right-bottom {
  padding-right: 4%;
  width: auto;
}

.sticky-add-to-bag .product-add-to-cart {
  box-sizing: border-box;
  float: left;
  float: none;
  left: -20px;
  padding: 0 5px;
}

.sticky-add-to-bag .product-add-to-cart:after,
.sticky-add-to-bag .product-add-to-cart:before {
  box-sizing: border-box;
}

.sticky-add-to-bag .product-add-to-cart .add-to-cart {
  min-width: initial;
  width: 100%;
}

.sticky-add-to-bag .product-name {
  font-size: 14px;
}

.sticky-add-to-bag-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featuredCarousel {
  clear: both;
  position: relative;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.featuredCarousel .featuredIngredientsHeader {
  font-family: ClarinsRegular,"Times New Roman",Times,serif;
  font-size: 30px;
  letter-spacing: -.0175em;
  display: inline-block;
  margin: 32px 0 0;
}

.featuredCarousel .jcarousel {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}

.featuredCarousel .jcarousel li {
  margin: 0 auto;
  width: 10%;
}

.featuredCarousel .featuredProductContent {
  margin: 20px 15% 26px;
}

.featuredCarousel .featuredProductContent span {
  display: block;
}

.featuredCarousel .featuredProductContent .ingredientImage {
  display: block;
  overflow: hidden;
  min-height: 250px;
  margin: 0 auto 50px;
  height: 300px;
  cursor: pointer;
}

.featuredCarousel .featuredProductContent .ingredientImage img {
  width: 100%;
}

.featuredCarousel .featuredProductContent .ingredientName {
  margin: 40px 0 10px;
  font-size: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
}

.featuredCarousel .featuredProductContent .ingredientDescription {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: .02em;
}

.featuredCarousel .featuredProductContent span.discover-gap {
  height: 19px;
}

.featuredCarousel .featuredProductContent a.discover-link {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  letter-spacing: .1em;
}

.featuredCarousel .jcarousel-control-next,
.featuredCarousel .jcarousel-control-next.hidden-arrow,
.featuredCarousel .jcarousel-control-prev,
.featuredCarousel .jcarousel-control-prev.hidden-arrow {
  display: none;
}

.featuredCarousel .jcarousel-control-prev {
  left: 10px;
}

.featuredCarousel .jcarousel-control-next {
  right: 10px;
}

.featuredCarousel .jcarousel-pagination {
  display: block;
  position: relative;
  top: 340px;
  z-index: 1;
}

.featuredCarousel .jcarousel-pagination a {
  background: #c0bebe;
  box-shadow: none;
}

.featuredCarousel .jcarousel-pagination a.active {
  background: #282b30;
}

.featuredCarousel .paginationTopSpacing {
  bottom: 165px;
}

.featuredCarousel .fullIngredientListLink {
  border: 2px solid #eaeaea;
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.recommendations .recommendations-tabs a,
.swatchpopup .swatchattrName {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

.choose-from-wrapper .choosefromform .jcarousel-control-next .featuredCarousel span,
.choose-from-wrapper .choosefromform .jcarousel-control-prev .featuredCarousel span,
.featuredCarousel .choose-from-wrapper .choosefromform .jcarousel-control-next span,
.featuredCarousel .choose-from-wrapper .choosefromform .jcarousel-control-prev span,
.featuredCarousel .gs-product-slot-control-next:after,
.featuredCarousel .gs-product-slot-control-prev:after,
.featuredCarousel .svg-left-arrow-white,
.featuredCarousel .svg-right-arrow-white {
  display: inline-block;
  height: 40px;
  position: relative;
  top: 13px;
  width: 30px;
}

.featuredCarousel .js-ingredientRedirect,
.featuredCarousel.maxProducts .jcarousel-control-next,
.featuredCarousel.maxProducts .jcarousel-control-next.hidden-arrow,
.featuredCarousel.maxProducts .jcarousel-control-prev,
.featuredCarousel.maxProducts .jcarousel-control-prev.hidden-arrow {
  display: none;
}

.ingredientsListoverlay {
  z-index: 9998;
}

.ingredientsList {
  display: none;
  background: #fff;
  left: 0;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.ingredientsList .ingredientsListDataWrapper {
  position: relative;
}

.ingredientsList .ingredientsListHeader {
  display: block;
  font-size: 22px;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 22px 0;
}

.ingredientsList .ingredientsListData {
  line-height: 22px;
  margin: 0 auto;
  max-width: 75%;
  font-size: 11px;
  letter-spacing: .02em;
}

.ingredientsList_close {
  cursor: pointer;
  float: right;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 22px;
  right: 22px;
}

#howToApply .video {
  margin: 0 20px;
}

.recommendations {
  clear: both;
}

.recommendations h2 {
  margin-bottom: 0;
}

.recommendations .recommendations-tabs {
  list-style: none;
  text-align: center;
  margin: 57px 0 48px;
  padding-left: 0;
}

.recommendations .recommendations-tabs li {
  display: inline-block;
  margin-right: 7.4%;
}

.recommendations .recommendations-tabs li:last-child {
  margin-right: 0;
}

.recommendations .recommendations-tabs a {
  letter-spacing: .05em;
  line-height: 1.862;
  padding-bottom: 3px;
}

.recommendations .recommendations-tabs a:hover {
  color: #c20430;
}

.recommendations .recommendations-tabs li.active a {
  color: #c20430;
  border-bottom: 2px solid #c20430;
}

.recommendations .recommended-products {
  position: relative;
  padding-bottom: 80px;
}

.recommendations .recommended-products .products {
  display: none;
}

.recommendations .recommended-products .active-products {
  display: block;
}

.recommendations .recommended-products .badge-image,
.recommendations .recommended-products .product-badge {
  left: 15px;
}

.recommendations .recommended-products .jcarousel ul {
  border: 0;
  outline: 0;
}

.recommendations .recommended-products .jcarousel-pagination {
  bottom: 10px;
  display: none;
}

.swatchpopup {
  position: absolute;
  z-index: 999;
  opacity: 1;
  left: 28px;
  top: -212px;
  height: 251px;
  width: 202px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #e1e1e1;
}

.swatchpopup .swatchattrImage {
  position: relative;
  margin: 12px 6px;
  height: 190px;
  overflow: hidden;
}

.swatchpopup .swatchattrImage .cropped-image {
  position: absolute;
  left: -95px;
  top: -95px;
}

.swatchpopup .swatchattrImage .no-image-placeholder {
  width: 100%;
}

.swatchpopup .swatchattrTile {
  float: left;
  margin-left: 12px;
  position: relative;
}

.swatchpopup .swatchattrTile img {
  height: 24px;
  width: 24px;
}

.swatchpopup .swatchoutofstock {
  opacity: .5;
}

.swatchpopup .swatchattrName {
  float: left;
  font-size: 11px;
  margin-left: 12px;
  margin-top: 5px;
  width: 140px;
  white-space: pre;
  overflow-x: hidden;
}

.swatchpopup .swatchattrStatus {
  color: #c20430;
  float: left;
  font-size: 9.6px;
  margin-left: 12px;
  margin-top: 2px;
  text-transform: uppercase;
}

.swatchpopup.fixed-to-top {
  position: fixed;
  left: auto;
  top: 65px;
  margin-left: 28px;
}

.swatchpopup.fixed-to-search {
  top: 150px;
}

.quick-shop-ui-dialog .swatchpopup.fixed-to-top {
  top: 0;
}

.quick-shop-ui-dialog~.serenity-tooltip {
  z-index: 9996;
}

.swatchpopup.left-aligned {
  margin-left: -231px;
}

.swatchpopup.fixed-to-top.left-aligned {
  margin-left: -201px;
}

.swatchpopup.outofstock .swatchattrName {
  margin-top: -2px;
}

.oldie .swatchpopup .swatchattrStatus {
  margin-top: 1px;
}

.categorySlotWithOverride {
  width: 100%;
  overflow: hidden;
}

.categorySlotWithOverride .halfwidthSlot {
  float: left;
  width: 50%;
}

.categorySlotWithOverride .pdp-promo-block+.pdp-promo-block {
  display: none;
}

.ruler {
  box-sizing: border-box;
  float: left;
}

.ruler:after,
.ruler:before {
  box-sizing: border-box;
}

.ruler .hr-divider {
  margin-left: 20px;
  margin-right: 20px;
  color: #e5e5e5;
}

.txt-info {
  box-sizing: border-box;
  float: left;
  margin-left: 8.3333333333%;
  font-size: 14px;
}

.txt-info:after,
.txt-info:before {
  box-sizing: border-box;
}

.txt-info .content {
  margin-left: 20px;
  margin-right: 20px;
}

.txt-info .info {
  height: 40px;
  overflow: hidden;
}

.txt-info .info.show {
  height: auto;
}

.txt-info .info-header {
  letter-spacing: .05em;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.txt-info .info-header .plus-icon {
  float: right;
  width: 30px;
  height: 27px;
}

.txt-info .show .plus-icon {
  width: 35px;
  height: 16px;
}

.txt-info .info-para {
  margin-top: 20px;
}

.prd-image {
  box-sizing: border-box;
  float: left;
  margin-right: 8.3333333333%;
  margin-bottom: 40px;
  text-align: center;
}

.prd-image:after,
.prd-image:before {
  box-sizing: border-box;
}

.prd-image .img {
  margin-left: 20px;
  margin-right: 20px;
}

.prd-information2 .left-section {
  box-sizing: border-box;
  float: left;
}

.prd-information2 .left-section:after,
.prd-information2 .left-section:before {
  box-sizing: border-box;
}

.prd-information2 .prd-description {
  margin-left: 20px;
  margin-right: 20px;
  width: auto;
}

.prd-information2 .prd-description .content {
  letter-spacing: .02em;
  font-size: 14px;
  text-align: center;
  margin: 40px 0;
}

.prd-information2 .prd-image {
  margin-left: 20px;
  margin-right: 20px;
  width: 90.5%;
  margin-bottom: 40px;
  text-align: center;
}

.pdp-right-top ul,
.product-asset .ShippingGiftOpt img,
.product-asset .col img,
.product-asset .login-intercept-page.checkout-progress-indicator-rework img,
.product-asset .pt_checkout .primary-focus .primary-content img,
.product-asset .pt_checkout .primary-focus .thankyou-content img,
.product-asset .pt_samples .primary-content img,
.product-asset .pt_samples .primary-sticky img,
.pt_checkout .primary-focus .product-asset .primary-content img,
.pt_checkout .primary-focus .product-asset .thankyou-content img,
.pt_samples .product-asset .primary-content img,
.pt_samples .product-asset .primary-sticky img {
  width: 100%;
}

.prd-information2 .prd-image .img {
  margin: 0;
}

.prd-information2 .txt-info {
  margin-left: 0;
}

.details-link,
.pdp-right-top .skinType .label {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.details-link {
  letter-spacing: .05em;
  text-decoration: underline;
  margin-bottom: 15px;
}

.popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .4;
  z-index: 9995;
}

.availability-block {
  display: none;
}

.pdp-right-top .attributediv.pdpSkinTypeDropdownContainer {
  clear: none;
}

.pdp-right-top .attribute.skinType-attribute {
  height: 54px;
  margin-bottom: 27px;
  position: relative;
  padding: 0;
}

.pdp-right-top .skintype-container .skinType {
  float: left;
  padding: 20px 8px 0 0;
  box-sizing: border-box;
  width: 22%;
}

.pdp-right-top .skinType .label {
  color: #040404;
}

.beauty-sets-zone {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  width: 100%;
}

.beauty-sets-zone div.header {
  box-sizing: border-box;
  display: inline-block;
  float: none;
  font-size: 22px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  text-align: center;
  line-height: 30px;
  margin: 0 30px;
}

.beauty-sets-zone div.header:after,
.beauty-sets-zone div.header:before {
  box-sizing: border-box;
}

.beauty-sets-zone .products-pagination {
  top: 172px;
}

.beauty-sets-zone .products-pagination.jcarousel-control-next {
  right: 0;
}

.beauty-sets-zone .products-pagination.jcarousel-control-prev {
  left: 0;
}

.beauty-sets-zone .zone-border {
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid #e5e5e5;
}

.beauty-sets-zone .zone-border.top-border {
  margin-bottom: 64px;
}

.beauty-sets-zone .zone-border.bottom-border {
  margin-top: 64px;
}

.bundled-products {
  position: relative;
  box-sizing: border-box;
  left: 8.3333333333%;
  margin-top: 31px;
  float: none;
}

.bundled-products:after,
.bundled-products:before {
  box-sizing: border-box;
}

.bundled-products .pagination-wrapper {
  width: 165px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 11px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  letter-spacing: .1em;
  line-height: 20px;
}

.bundled-products .pagination-wrapper span {
  text-transform: uppercase;
}

.bundled-products .pagination-wrapper .paging {
  width: 44px;
  margin-left: 22px;
}

.bundled-products .beauty-next-page,
.bundled-products .beauty-prev-page {
  position: absolute;
  top: 1px;
}

.bundled-products .beauty-next-page {
  right: -14px;
}

.bundled-products .beauty-prev-page {
  right: 45px;
}

.bundled-products .beauty-pagination {
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.bundled-products .beauty-pagination li {
  width: 22px;
  border: 0;
}

.bundled-products .beauty-pagination li.active {
  font-weight: 700;
}

.bundled-products .beauty-pagination a {
  background: 0 0;
  color: #282b30;
  text-indent: 0;
  box-shadow: none;
  line-height: 20px;
  margin-right: 0;
  display: inline-block;
}

.bundled-products .product-quickshop .swatchesCircle,
.buy-bundle-container .product-price,
.buy-bundle-container .quantity {
  display: none;
}

.bundled-products .product-tile {
  padding-bottom: 40px;
}

.bundled-products .product-tile .product-badge {
  left: -12px;
}

.bundled-products .product-quickshop {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.bundled-products .product-quickshop .quickview {
  min-width: 74px;
}

.bundled-products .product-review {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  color: #b0b0b0;
  margin: 0 0 12px;
  float: none;
}

.bundled-products .product-review .rating {
  float: none;
  margin-right: 0;
}

.bundled-product {
  box-sizing: border-box;
  float: left;
}

.bundled-product:after,
.bundled-product:before {
  box-sizing: border-box;
}

.plus-sign {
  width: 30px;
  height: 40px;
}

.buy-bundle-container {
  margin-left: 20px;
  margin-right: 20px;
  background-color: #eee;
  min-height: 73px;
  overflow: hidden;
}

.buy-bundle-wrapper {
  margin-top: 15px;
}

.buy-bundle-container .additional-info {
  box-sizing: border-box;
  float: left;
  text-align: left;
}

.buy-bundle-container .additional-info:after,
.buy-bundle-container .additional-info:before {
  box-sizing: border-box;
}

.buy-bundle-container .additional-info .exclusive {
  color: #be0f34;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: .02em;
  font-size: 14px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  margin-bottom: 0;
}

.buy-bundle-container .additional-info .your-recommended,
.buy-bundle-container .price-info .bundle-price {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.buy-bundle-container .additional-info .your-recommended {
  line-height: 16px;
  letter-spacing: .02em;
  margin-top: 0;
}

.buy-bundle-container .price-info {
  box-sizing: border-box;
  float: left;
  text-align: right;
  letter-spacing: .02em;
  margin-top: 9px;
  line-height: 19px;
}

.buy-bundle-container .price-info:after,
.buy-bundle-container .price-info:before {
  box-sizing: border-box;
}

.buy-bundle-container .price-info .bundle-price,
.buy-bundle-container .price-info .saved-price {
  display: inline-block;
}

.buy-bundle-container .price-info .bundle-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.buy-bundle-container .price-info .bundle-price {
  font-size: 16px;
}

.buy-bundle-container .price-info .all-bundled-price,
.buy-bundle-container .price-info .save-price-wrapper,
.buy-bundle-container .price-info .total {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.buy-bundle-container .price-info .total {
  margin-right: 14px;
}

.buy-bundle-container .price-info .all-bundled-price {
  font-size: 14px;
  color: #be0f34;
}

.buy-bundle-container .price-info .save-price-wrapper {
  color: #8b8b8b;
  letter-spacing: .05em;
}

.buy-bundle-container .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-to-cart.noSizeVariant.add-card,
.buy-bundle-container .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-to-cart.noSizeVariant.add-card,
.buy-bundle-container button.add-to-cart.noSizeVariant,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .buy-bundle-container .add-to-cart.noSizeVariant.add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .buy-bundle-container .add-to-cart.noSizeVariant.add-card {
  box-sizing: border-box;
  margin-top: 11px;
  float: right;
  min-width: 0;
  padding: 0;
  outline: 0;
}

.buy-bundle-container .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-to-cart.noSizeVariant.add-card:after,
.buy-bundle-container .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-to-cart.noSizeVariant.add-card:before,
.buy-bundle-container .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-to-cart.noSizeVariant.add-card:after,
.buy-bundle-container .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-to-cart.noSizeVariant.add-card:before,
.buy-bundle-container button.add-to-cart.noSizeVariant:after,
.buy-bundle-container button.add-to-cart.noSizeVariant:before,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .buy-bundle-container .add-to-cart.noSizeVariant.add-card:after,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .buy-bundle-container .add-to-cart.noSizeVariant.add-card:before,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .buy-bundle-container .add-to-cart.noSizeVariant.add-card:after,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .buy-bundle-container .add-to-cart.noSizeVariant.add-card:before {
  box-sizing: border-box;
}

.customCarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.customCarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.customCarousel li {
  width: 200px;
  float: left;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.gwp-error {
  height: 300px;
}

.gwp-error p {
  padding-top: 130px;
  text-align: center;
  font-size: 30px;
}

.samples-error-overlay {
  position: fixed;
}

.samples-error-overlay .samplesErrorOverlay,
.samples-error-overlay .try-sample-error-overlay {
  padding: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-align-self: center;
}

.samples-error-overlay .samples-error-container {
  border: 2px solid #fff;
  height: 99.6%;
}

.samples-error-overlay .samples-error-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
}

.samples-error-overlay .closeDialogBtn {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 16px;
}

.samples-error-overlay .confirm-button-holder .confirm-btn {
  outline: 0;
  min-width: 139px;
  height: 49px;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.samples-error-overlay .confirmation-text {
  font-size: 22px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 50px;
  display: inline-block;
}

.not-quick-shop .prd-description .content,
.recommended-products .freeshipping {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.recommended-products .freeshipping {
  font-size: 10px;
  letter-spacing: .1em;
  color: #be0f34;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.not-quick-shop .prd-description {
  width: 100%;
  margin: 0;
  float: left;
}

.not-quick-shop .prd-description .content {
  margin-left: 60px;
  margin-right: 60px;
  text-align: left;
  font-size: 14px;
}

.not-quick-shop .prd-description .content .heading3 {
  text-transform: uppercase;
  font-size: 14px;
}

.not-quick-shop.left .prd-image {
  float: left;
  margin-right: 0;
}

.recommendations-buttons li .jcarousel-pagination {
  margin: 15px 0;
}

.recommendations-buttons li:first-child:nth-last-child(1) a {
  min-height: auto;
  border-bottom: 2px solid #c20430;
}

.pdp-wrapper.not-quick-shop .main-image {
  cursor: default;
}

.pdp-wrapper .pdp-prdthumbnails .thumbnails,
.quickViewDialog .pdp-prdthumbnails .thumbnails {
  cursor: pointer;
}

.pdp-wrapper .pdp-prdthumbnails .thumbnails.selected,
.quickViewDialog .pdp-prdthumbnails .thumbnails.selected {
  cursor: default;
}

.recommendations .recommendations-tabs.recommendations-buttons .bundle-offer-tab {
  border-right: none;
}

.recommendations .recommendations-tabs.recommendations-buttons .bundle-offer-tab.active {
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
}

.recommendations .recommendations-tabs.recommendations-buttons .bundle-offer-tab#bundle-offer0-tab.active,
.recommendations .recommendations-tabs.recommendations-buttons .bundle-offer-tab:first-child.active {
  border-left: none;
}

.recommendations .recommendations-tabs.recommendations-buttons .bundle-offer-tab:last-child.active {
  border-right: none;
}

.recommendations .recommended-products {
  padding: 0 20px 80px;
}

.recommendations .recommended-products.recommended-products-accordion {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.recommendations .recommended-products.recommended-products-accordion div[class*=bundle-offer-title] {
  cursor: pointer;
  padding: 14px 5px;
  position: relative;
  border-bottom: 2px solid #e5e5e5;
}

.recommendations .recommended-products.recommended-products-accordion div[class*=bundle-offer-title]:first-child {
  border-top: 2px solid #e5e5e5;
}

.recommendations .recommended-products.recommended-products-accordion div[class*=bundle-offer-title].open {
  border-bottom: none;
}

.recommendations .recommended-products.recommended-products-accordion .bundle-offer {
  padding-bottom: 24px;
  border-bottom: 2px solid #e5e5e5;
}

.recommendations .recommended-products.recommended-products-accordion .bundle-title {
  display: block;
  font-size: 16px;
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

.recommendations .recommended-products.recommended-products-accordion .bundle-title a {
  color: #000;
}

.recommendations .recommended-products.recommended-products-accordion .bundle-title .bundle-expand {
  right: 0;
  top: 2px;
  position: absolute;
  display: inline-block;
}

.recommendations .recommended-products.recommended-products-accordion .bundle-title .bundle-collapse {
  top: -3px;
  right: -5px;
  display: none;
  position: absolute;
}

.recommendations .recommended-products.recommended-products-accordion .bundle-title.open a {
  color: #be0f34;
}

.recommendations .recommended-products.recommended-products-accordion .bundle-title.open .bundle-expand {
  display: none;
}

.recommendations .recommended-products.recommended-products-accordion .bundle-title.open .bundle-collapse {
  display: inline-block;
}

.recommendations .recommended-products .bundle-title {
  display: none;
}

.recommendations .recommended-products .bundle-offer .products,
.recommendations .recommended-products .bundle-offer.active-products {
  width: 100%;
  display: inline-block;
}

.recommendations .recommended-products .bundle-offer .product-image {
  margin: 0;
}

.recommendations .recommended-products .bundle-offer .pagination-hidden .jcarousel-pagination {
  display: none;
}

.recommendations .recommended-products .bundle-offer .jcarousel-pagination {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: 22px;
  position: initial;
  text-align: center;
}

.bundle-offer {
  width: 100%;
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
}

.bundle-offer .product-tile .product-tile-block .product-description {
  display: block;
  padding: 0 5px;
  margin-bottom: 0;
  max-height: 43px;
  overflow: hidden;
}

.bundle-offer .freeshipping,
.bundle-offer .inventory,
.bundle-offer .product-price,
.bundle-offer .product-tile .product-tile-block .product-description .description-link.free {
  display: none;
}

.bundle-offer .bundle-jcarousel-wrapper {
  margin: 0;
  width: 100%;
  border: none;
  box-shadow: none;
  display: inline-block;
  border-radius: initial;
  box-sizing: border-box;
}

.bundle-offer .bundle-offer-zone {
  position: static;
}

.bundle-offer .products-pagination.jcarousel-control-next,
.bundle-offer .products-pagination.jcarousel-control-prev {
  z-index: 1;
}

.bundle-offer .products-pagination.jcarousel-control-prev {
  left: -40px;
}

.bundle-offer .products-pagination.jcarousel-control-next {
  right: -40px;
}

.bundle-offer ul {
  display: inline-block;
}

.bundle-offer li {
  border: none;
  padding: 0 2px;
  position: relative;
  box-sizing: border-box;
}

.bundle-offer li:before {
  display: none;
}

.bundle-offer li.visibleProduct2:before,
.bundle-offer li.visibleProduct3:before {
  top: 35%;
  zoom: .5;
  z-index: 1;
  content: "";
  left: -30.5px;
  position: absolute;
  display: inline-block;
}

.bundle-offer .bundle-price-info {
  width: 100%;
  position: relative;
  display: inline-block;
}

.bundle-offer .bundle-price-info:before {
  content: "";
  zoom: .5;
  display: block;
  margin: 46px auto;
}

.bundle-offer .bundle-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.bundle-offer .bundle-price-wrapper .bundle-price,
.bundle-offer .bundle-price-wrapper .bundle-price-all,
.bundle-offer .bundle-price-wrapper .bundle-price-no-discount {
  padding: 0 5px;
  font-size: 16px;
  letter-spacing: .02em;
  display: inline-block;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.bundle-offer .bundle-price-wrapper .bundle-price-all {
  color: #000;
  text-decoration: line-through;
}

.bundle-offer .bundle-price-wrapper .bundle-price {
  color: #be0f34;
}

.bundle-offer .bundle-price-wrapper .bundle-price.bundle-price-no-discount {
  margin: 10px 0 0;
  color: #000;
  padding-bottom: 8px;
}

.bundle-offer .bundle-price-wrapper .bundle-price-standard-and-sale {
  margin-top: 8px;
}

.bundle-offer .bundle-price-wrapper .save-price {
  font-size: 10px;
  color: #8b8b8b;
  width: 60%;
  margin: 5px auto;
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.bundle-offer .product-pricing,
.bundle-offer .product-tile-block .product-name {
  font-size: 14px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.bundle-offer .product-review {
  margin-top: 17px;
}

.bundle-offer .product-pricing {
  margin: 0;
  letter-spacing: .1em;
}

.bundle-offer .product-pricing.product-price-free {
  margin-top: 44px;
}

.bundle-offer .product-tile-block .product-name {
  padding: 0 4%;
  height: 55px;
  letter-spacing: .1em;
}

.bundle-offer .product-add-to-cart {
  text-align: center;
}

.bundle-offer .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header [id*=add-to-cart].add-card,
.bundle-offer .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header [id*=add-to-cart].add-card,
.bundle-offer button[id*=add-to-cart],
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .bundle-offer [id*=add-to-cart].add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .bundle-offer [id*=add-to-cart].add-card {
  height: 40px;
  color: #000;
  font-size: 11px;
  background: 0 0;
  min-width: 123px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  border: 2px solid #e5e5e5;
}

.bundle-offer .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header [id*=add-to-cart].add-card:hover,
.bundle-offer .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header [id*=add-to-cart].add-card:hover,
.bundle-offer button[id*=add-to-cart]:hover,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .bundle-offer [id*=add-to-cart].add-card:hover,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .bundle-offer [id*=add-to-cart].add-card:hover {
  opacity: .7;
  border: 2px solid #8b8b8b;
}

.recommendations .recommended-products .bundle-offer .product-tile-block {
  height: 58px;
  margin-top: 18px;
}

.bundle-offer-zone .selected-bundle-color-swatch {
  height: 25px;
  width: 25px;
}

.bundle-offer .product-quickshop {
  width: 155px;
  max-width: 163px;
  display: inline-block;
}

.bundle-offer .product-quickshop .quickview {
  width: 100%;
  padding: 10px 0;
  display: inline-block;
}

.bundle-offer .product-quickshop .swatchesCircle img {
  top: 7.5px;
  width: 22px;
  left: -3px;
  margin: -27px -2px 0 3px;
}

.bundle-offer .product-quickshop .swatchesCircle img.selected-bundle-color-swatch {
  width: 25px;
  height: 25px;
  margin-left: 0;
}

.bundle-offer .product-quickshop .quickviewText {
  letter-spacing: 0;
  width: 100px;
  display: inline-block;
  text-align: left;
  top: 0;
  position: relative;
}

.bundle-offer .product-quickshop .quickviewText.selected-bundle-color-name {
  top: 2px;
  width: 108px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bundleQuickViewDialog .quickShop_close,
.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-share-this .doubleOptin .hintSpace {
  top: 15px;
}

.js .bundleQuickViewDialog.ui-dialog-content .pdp-main {
  margin-top: 10px;
}

.js .bundleQuickViewDialog.ui-dialog-content .pdp-main h1.product-name {
  width: 100%;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.js .bundleQuickViewDialog.ui-dialog-content .pdp-main .product-content .pdp-right-bottom {
  margin-top: 10px;
}

.js .bundleQuickViewDialog .pdp-right-bottom>.col-gutter,
.js .bundleQuickViewDialog .pdp-right-bottom>.lip-content-wrapper,
.js .bundleQuickViewDialog .pdp-right-bottom>.lip-my-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.js .bundleQuickViewDialog .pdp-right-bottom .product-review {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.js .bundleQuickViewDialog .pdp-right-bottom .product-skin-type {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.js .bundleQuickViewDialog .pdp-right-bottom .product-skin-type .label {
  font-size: 12px;
  letter-spacing: .05em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.js .bundleQuickViewDialog .pdp-right-bottom .product-skin-type .value {
  font-size: 10px;
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.js .bundleQuickViewDialog .pdp-right-bottom .product-desciption {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin: 19px 0 13px;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.js .bundleQuickViewDialog .pdp-right-bottom .product-variations {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.js .bundleQuickViewDialog .pdp-right-bottom .product-variations .color li a {
  width: 25px;
  height: 25px;
  padding-top: 3px;
}

.js .bundleQuickViewDialog .pdp-right-bottom .product-variations .color li.selected a {
  padding: 5.5px;
}

.js .bundleQuickViewDialog .pdp-right-bottom .product-variations .selected-value {
  margin: 18px 0 15px;
}

.js .bundleQuickViewDialog .pdp-right-bottom .product-variations .selected-value .selected-value-label {
  font-size: 12px;
  letter-spacing: .02em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.js .bundleQuickViewDialog .pdp-right-bottom .product-variations .selected-value .selected-value-label:after {
  content: ":";
  margin: 0 2px;
  font-size: 14px;
  letter-spacing: .02em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-share-this .st_sharethis:before,
.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-try-sample:before {
  z-index: 1;
  content: "";
}

.js .bundleQuickViewDialog .pdp-right-bottom .product-variations .selected-value .selected-color-value {
  font-size: 12px;
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.js .bundleQuickViewDialog .pdp-right-bottom .pdp-link {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.js .bundleQuickViewDialog .pdp-right-bottom .pdp-link a {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 27px;
  letter-spacing: .02em;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  border-bottom: 1px solid #bfbfbf;
}

.js .bundleQuickViewDialog .pdp-right-bottom .pdp-link a:hover {
  color: #be0f34;
  border-bottom: 1px solid #be0f34;
}

.js .bundleQuickViewDialog .pdp-right-bottom .add-to-bundle-button {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.js .bundleQuickViewDialog .pdp-right-bottom .add-to-bundle-button .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.js .bundleQuickViewDialog .pdp-right-bottom .add-to-bundle-button .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.js .bundleQuickViewDialog .pdp-right-bottom .add-to-bundle-button button,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .js .bundleQuickViewDialog .pdp-right-bottom .add-to-bundle-button .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .js .bundleQuickViewDialog .pdp-right-bottom .add-to-bundle-button .add-card {
  padding: 0;
  font-size: 11px;
}

.js .bundleQuickViewDialog .pdp-right-bottom .add-to-bundle-button .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header [disabled=disabled].add-card,
.js .bundleQuickViewDialog .pdp-right-bottom .add-to-bundle-button .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header [disabled=disabled].add-card,
.js .bundleQuickViewDialog .pdp-right-bottom .add-to-bundle-button button[disabled=disabled],
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .js .bundleQuickViewDialog .pdp-right-bottom .add-to-bundle-button [disabled=disabled].add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .js .bundleQuickViewDialog .pdp-right-bottom .add-to-bundle-button [disabled=disabled].add-card {
  width: 165px;
}

.bundleQuickViewDialog.ui-dialog-content {
  background: #fff;
}

.bundleQuickViewDialog .pdp-main .prdcarousel-wrapper {
  margin: 0;
}

.bundleQuickViewDialog .pdp-main .product-primary-image {
  margin-bottom: 18px;
}

.bundleQuickViewDialog .pdp-main .product-variations .attribute .value .color li.not-selected,
.bundleQuickViewDialog .pdp-main .product-variations .attribute .value .color li.selected {
  width: 32px;
  height: 32px;
  padding-bottom: 0;
}

.bundleQuickViewDialog .product-image-container ul {
  width: 100%;
  display: inline-block;
}

.bundleQuickViewDialog .product-image-container li {
  float: none;
  margin: 0 auto;
}

.bundleQuickViewDialog .product-image-container .jcarousel-pagination {
  display: none;
}

.pdp-top-container {
  width: 100%;
  display: inline-block;
}

.pdp-top-container .content .images-icons-section {
  box-sizing: border-box;
  float: left;
  margin-bottom: 15px;
}

.pdp-top-container .content .images-icons-section:after,
.pdp-top-container .content .images-icons-section:before {
  box-sizing: border-box;
}

.pdp-top-container .content .images-icons-section .pdp-promo-block+.pdp-promo-block {
  display: none;
}

.pdp-top-container .content .images-icons-section .tumbnail-block {
  box-sizing: border-box;
  float: left;
  display: inline-block;
}

.pdp-top-container .content .images-icons-section .tumbnail-block:after,
.pdp-top-container .content .images-icons-section .tumbnail-block:before {
  box-sizing: border-box;
}

.pdp-top-container .content .images-icons-section .tumbnail-block .img-thumbnail {
  margin-left: 20px;
  margin-right: 20px;
}

.pdp-top-container .content .images-icons-section .tumbnail-block .img-thumbnail img {
  width: 100%;
  margin-bottom: 20px;
}

.pdp-top-container .content .images-icons-section .tumbnail-block .img-thumbnail .thumbnails {
  cursor: pointer;
}

.pdp-top-container .content .images-icons-section .tumbnail-block .img-thumbnail .thumbnails.selected {
  cursor: default;
  opacity: .4;
}

.pdp-top-container .content .images-icons-section .main-image-container {
  display: inline-block;
}

.pdp-top-container .content .images-icons-section .main-image-container .product-main-image .block-image {
  overflow: hidden;
  display: block;
  position: relative;
}

.pdp-top-container .content .images-icons-section .main-image-container .product-main-image img {
  width: 100%;
}

.pdp-top-container .content .images-icons-section .main-image-container .product-main-image .prdcarousel-wrapper {
  position: relative;
  width: 100%;
  margin: 10px auto 30px;
  display: block;
}

.pdp-top-container .content .images-icons-section .main-image-container .product-main-image .prdcarousel-wrapper p.jcarousel-pagination {
  bottom: -22px;
}

.pdp-top-container .content .images-icons-section .main-image-container .product-main-image .prdcarousel-wrapper .prd-jcarousel {
  clear: both;
}

.pdp-top-container .content .images-icons-section .main-image-container .product-main-image .prdcarousel-wrapper li {
  position: relative;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip {
  margin-left: 20px;
  margin-right: 20px;
  float: right;
  margin: 9px 20px 0;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip a:first-child,
.pdp-top-container .content .images-icons-section .pdp-icon-strip span.strip-item>span {
  margin: auto 10px;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 35px;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-item .label:hover {
  cursor: pointer;
  color: #c20430;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-item .stButton {
  display: none!important;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-loyalty-reward-points {
  color: #c20430;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-loyalty-reward-points .reward-point-top {
  font-size: 29px;
  margin: auto 0;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-loyalty-reward-points .row-bottom.reward-point-bottom {
  font-size: 11px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-decoration: none;
  cursor: default;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-wishlist a {
  margin: auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-wishlist .label {
  margin: auto 10px;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-wishlist .label.wishlist-added {
  color: #c20430;
  cursor: default;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-wishlist .icon-holder {
  margin: auto 0;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-wishlist .icon-holder.wishlist-added:before,
.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-wishlist .icon-holder:not(.wishlist-added):before {
  z-index: 1;
  content: "";
  display: inline-block;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-share-this {
  cursor: pointer;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-share-this .doubleOptin {
  display: block;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-share-this .st_sharethis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-share-this .st_sharethis .sharethisitem {
  margin: auto 10px;
}

.pdp-top-container .content .information-section .bazaarvoice-block .product-review .stars .fa-star-half-o:before,
.pdp-top-container .content .information-section .bazaarvoice-block .product-review .stars .fa-star-o:before {
  content: "\f005";
}

.pdp-top-container .content .images-icons-section .category-slot:not(:empty) {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  border-top: 2px solid #e5e5e5;
  padding: 20px 0;
  width: calc(100% - 40px);
  display: inline-block;
}

.pdp-top-container .content .information-section {
  box-sizing: border-box;
  float: left;
  float: right;
  margin-bottom: 20px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  letter-spacing: .02em;
}

.pdp-top-container .content .information-section:after,
.pdp-top-container .content .information-section:before {
  box-sizing: border-box;
}

.pdp-top-container .content .information-section.mobile {
  display: none;
}

.pdp-top-container .content .information-section .product-title-block {
  margin-left: 20px;
  margin-right: 20px;
}

.pdp-top-container .content .information-section .product-title-block .product-badge {
  display: block;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: #be0f34;
  letter-spacing: .1em;
}

.pdp-top-container .content .information-section .product-title-block .product-name {
  margin: 10px 0;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}

.pdp-top-container .content .information-section .product-title-block .product-short-description {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
}

.pdp-top-container .content .information-section .bazaarvoice-block {
  margin-left: 20px;
  margin-right: 20px;
  margin: 20px 0 10px 20px;
  float: left;
  clear: both;
}

.pdp-top-container .content .information-section .bazaarvoice-block div {
  float: left;
}

.pdp-top-container .content .information-section .bazaarvoice-block .product-review {
  font-size: 11px;
  font-family: "Gotham SSm bold A","Gotham SSm bold B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  letter-spacing: .075em;
}

.pdp-top-container .content .information-section .bazaarvoice-block .product-review a {
  border-bottom: 1px solid #d4d4d4;
}

.pdp-top-container .content .information-section .bazaarvoice-block .product-review .stars {
  font-size: 15px;
  line-height: 14px;
  padding-right: 8px;
  letter-spacing: .3em;
}

.pdp-top-container .content .information-section .bazaarvoice-block .product-review .stars .fa-star {
  color: #be0f34;
}

.pdp-top-container .content .information-section .bazaarvoice-block .product-review .stars .fa-star-half-o {
  color: #cbcbcb;
}

.pdp-top-container .content .information-section .bazaarvoice-block .product-review .stars .fa-star-half-o:after {
  color: #be0f34;
  width: 7px;
  content: "\f005";
  overflow: hidden;
  position: absolute;
  margin-left: -18.5px;
}

.pdp-top-container .content .information-section .bazaarvoice-block .product-review .stars .fa-star-o {
  color: #cbcbcb;
}

.pdp-top-container .content .information-section .clarins-plus {
  margin-left: 20px;
  margin-right: 20px;
  border-left: 2px solid #be0f34;
  padding-left: 10px;
  margin: 20px;
  clear: both;
}

.pdp-top-container .content .information-section .clarins-plus .clarins-plus-txt-desktop,
.pdp-top-container .content .information-section .clarins-plus .clarins-plus-txt-mobile,
.pdp-top-container .content .information-section .clarins-plus .head-txt {
  margin: 0;
}

.pdp-top-container .content .information-section .clarins-plus .clarins-plus-txt {
  margin: 0;
  font-size: 11px;
  line-height: 17px;
}

.pdp-top-container .content .information-section .clarins-plus .head-txt {
  margin: 0 0 5px;
  color: #be0f34;
  font-size: 25px;
  font-family: ClarinsRegular,"Times New Roman",Times,serif;
  text-transform: capitalize;
  line-height: 1em;
  position: relative;
  top: -3px;
}

.pdp-top-container .content .information-section .sbHolder,
.pdp-top-container .content .information-section .single-size {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.pdp-top-container .content .information-section .clarins-plus .head-txt span {
  position: relative;
  font-weight: 700;
  top: -3px;
}

.pdp-top-container .content .information-section .clarins-plus .see-more-link {
  text-decoration: underline;
  text-transform: capitalize;
}

.pdp-top-container .content .information-section .sbHolder {
  text-align: center;
}

.pdp-top-container .content .information-section .sbHolder .sbSelector {
  font-weight: 400;
  overflow: hidden;
  width: 77%;
}

.pdp-top-container .content .information-section .single-size {
  margin-left: 20px;
  margin-right: 20px;
  top: 15px;
  display: inline-block;
  margin-bottom: 5px;
}

.pdp-top-container .content .information-section .add-item-block .notify-me-wrapper,
.pdp-top-container .content .information-section .included-links a,
.pdp-top-container .content .information-section .pdp-limited-inventory,
.pdp-top-container .content .information-section .skin-type-wrapper .attribute {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.pdp-top-container .content .information-section .size-skintype-dropdown {
  margin-left: 20px;
  margin-right: 20px;
  margin-right: 0;
}

.pdp-top-container .content .information-section .size-skintype-dropdown .sbHolder {
  max-width: 150px;
  float: left;
  display: block;
}

.pdp-top-container .content .information-section .update-item-block {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.pdp-top-container .content .information-section .update-item-block .quantity .sbHolder {
  max-width: 110px;
}

.pdp-top-container .content .information-section .update-item-block .quantity .sbOptions li {
  padding: 0;
}

.pdp-top-container .content .information-section .update-item-block .quantity .sbOptions li a {
  padding: 17px 17px 17px 0;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .add-card,
.pdp-top-container .content .information-section .update-item-block .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.pdp-top-container .content .information-section .update-item-block .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.pdp-top-container .content .information-section .update-item-block button {
  margin: 10px 10px 0 0;
  height: 50px;
  display: block;
  float: left;
  overflow: hidden;
  min-width: 46%;
}

.cart-coupon-code .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .apply-coupon.add-card:hover,
.cart-coupon-code .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .apply-loyalty.add-card:hover,
.cart-coupon-code .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .apply-coupon.add-card:hover,
.cart-coupon-code .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .apply-loyalty.add-card:hover,
.cart-coupon-code .pdp-top-container .content .information-section .update-item-block button.apply-coupon:hover,
.cart-coupon-code .pdp-top-container .content .information-section .update-item-block button.apply-loyalty:hover,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .cart-coupon-code .pdp-top-container .content .information-section .update-item-block .apply-coupon.add-card:hover,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .cart-coupon-code .pdp-top-container .content .information-section .update-item-block .apply-loyalty.add-card:hover,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart .pdp-top-container .content .information-section .update-item-block #remove-product.add-card:hover,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .buttontertitary.add-card:hover,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .clear-refinement-mobile.add-card:hover,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .clear-refinement.add-card:hover,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .refinement-filter-btn.add-card:hover,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .tax-overlay .pdp-top-container .content .information-section .update-item-block .calculate-tax.add-card:hover,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .cart-coupon-code .pdp-top-container .content .information-section .update-item-block .apply-coupon.add-card:hover,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .cart-coupon-code .pdp-top-container .content .information-section .update-item-block .apply-loyalty.add-card:hover,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart .pdp-top-container .content .information-section .update-item-block #remove-product.add-card:hover,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .buttontertitary.add-card:hover,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .clear-refinement-mobile.add-card:hover,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .clear-refinement.add-card:hover,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .refinement-filter-btn.add-card:hover,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .tax-overlay .pdp-top-container .content .information-section .update-item-block .calculate-tax.add-card:hover,
.pdp-main .product-add-to-cart .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block #remove-product.add-card:hover,
.pdp-main .product-add-to-cart .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block #remove-product.add-card:hover,
.pdp-main .product-add-to-cart .pdp-top-container .content .information-section .update-item-block button#remove-product:hover,
.pdp-top-container .content .information-section .update-item-block .cart-coupon-code .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .apply-coupon.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .cart-coupon-code .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .apply-loyalty.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .cart-coupon-code .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .apply-coupon.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .cart-coupon-code .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .apply-loyalty.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .cart-coupon-code button.apply-coupon:hover,
.pdp-top-container .content .information-section .update-item-block .cart-coupon-code button.apply-loyalty:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .buttontertitary.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .cart-coupon-code .apply-coupon.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .cart-coupon-code .apply-loyalty.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .clear-refinement-mobile.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .clear-refinement.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart #remove-product.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .refinement-filter-btn.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .tax-overlay .calculate-tax.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .buttontertitary.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .cart-coupon-code .apply-coupon.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .cart-coupon-code .apply-loyalty.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .clear-refinement-mobile.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .clear-refinement.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-main .product-add-to-cart #remove-product.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .refinement-filter-btn.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .tax-overlay .calculate-tax.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .pdp-main .product-add-to-cart .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header #remove-product.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .pdp-main .product-add-to-cart .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header #remove-product.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .pdp-main .product-add-to-cart button#remove-product:hover,
.pdp-top-container .content .information-section .update-item-block .tax-overlay .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .calculate-tax.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .tax-overlay .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .calculate-tax.add-card:hover,
.pdp-top-container .content .information-section .update-item-block .tax-overlay button.calculate-tax:hover,
.pdp-top-container .content .information-section .update-item-block button.buttontertitary:hover,
.pdp-top-container .content .information-section .update-item-block button.clear-refinement-mobile:hover,
.pdp-top-container .content .information-section .update-item-block button.clear-refinement:hover,
.pdp-top-container .content .information-section .update-item-block button.refinement-filter-btn:hover,
.tax-overlay .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .calculate-tax.add-card:hover,
.tax-overlay .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .update-item-block .calculate-tax.add-card:hover,
.tax-overlay .pdp-top-container .content .information-section .update-item-block button.calculate-tax:hover {
  color: #000;
}

.pdp-top-container .content .information-section .add-item-block {
  margin-right: 20px;
  display: inline;
  margin-left: 0;
}

.pdp-top-container .content .information-section .add-item-block form {
  width: auto;
  display: inline-block;
  margin-left: 0;
}

.pdp-top-container .content .information-section .add-item-block form .quantity {
  clear: both;
  float: left;
  margin: 0 20px;
}

.pdp-top-container .content .information-section .add-item-block form .quantity .sbHolder {
  max-width: 90px;
}

.pdp-top-container .content .information-section .add-item-block form .quantity .sbOptions li {
  padding: 0;
}

.pdp-top-container .content .information-section .add-item-block form .quantity .sbOptions li a {
  padding: 17px 17px 17px 0;
}

.pdp-top-container .content .information-section .add-item-block form .button-wrapper {
  display: block;
}

.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .add-item-block form .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .pdp-top-container .content .information-section .add-item-block form .add-card,
.pdp-top-container .content .information-section .add-item-block form .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.pdp-top-container .content .information-section .add-item-block form .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.pdp-top-container .content .information-section .add-item-block form button {
  max-width: 210px;
  width: 60%;
  margin: 0;
  height: 50px;
  vertical-align: middle;
  min-width: 165px;
}

.pdp-top-container .content .information-section .add-item-block .notify-me-wrapper {
  margin: 10px 0 -15px;
  margin-left: 20px;
  margin-right: 20px;
  color: #be0f34;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 16px;
}

.pdp-top-container .content .information-section .add-item-block .notify-me-wrapper a {
  color: #bf0f35;
}

.pdp-top-container .content .information-section .add-item-block .notify-me-email-modal {
  display: none;
}

.pdp-top-container .content .information-section .add-item-block .out-of-stock {
  max-width: 40%;
  width: 100%;
  margin: 0 0 0 20px;
}

.pdp-top-container .content .information-section .buy-now-block {
  display: inline-block;
  width: 99%;
  margin-top: 15px;
}

.pdp-top-container .content .information-section .buy-now-block .add-to-cart-wrapper {
  width: 100%;
}

.pdp-top-container .content .information-section .buy-now-block .add-to-cart-wrapper .quantity {
  margin-right: 15px;
}

.pdp-top-container .content .information-section .buy-now-block .add-to-cart-wrapper .quantity .sbHolder {
  max-width: 70px;
}

.pdp-top-container .content .information-section .buy-now-block .add-to-cart-wrapper .button-wrapper {
  display: inline-block;
  width: 75%;
}

.pdp-top-container .content .information-section .buy-now-block .add-to-cart-wrapper .button-wrapper .add-to-cart,
.pdp-top-container .content .information-section .buy-now-block .add-to-cart-wrapper .button-wrapper .buy-now-btn {
  width: 49%;
  float: left;
  height: 51px;
  min-width: 40px;
}

.pdp-top-container .content .information-section .buy-now-block .add-to-cart-wrapper .button-wrapper .buy-now-btn {
  display: inline-block;
  margin-left: 1%;
  text-align: center;
  color: #fff;
  border: none;
}

.pdp-top-container .content .information-section .pdp-limited-inventory {
  clear: both;
  margin-left: 20px;
  margin-right: 20px;
  color: #be0f34;
  margin-bottom: 10px;
}

.pdp-top-container .content .information-section .included-links {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
}

.pdp-top-container .content .information-section .included-links ul {
  width: 100%;
  padding: 0;
  display: block;
  list-style: none;
}

.pdp-top-container .content .information-section .included-links ul li {
  float: left;
}

.pdp-top-container .content .information-section .included-links a {
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: .1em;
}

.pdp-top-container .content .information-section .included-links.detailes-dropdown {
  display: none;
  text-decoration: none;
}

.pdp-top-container .content .information-section .included-links.detailes-list {
  display: inline-block;
}

.pdp-top-container .content .information-section .included-links .sbSelector {
  width: calc(100% - 60px);
  margin: 0 30px;
}

.pdp-top-container .content .information-section .included-links .sbHolder {
  width: 99%;
}

.pdp-top-container .content .information-section .included-links .sbHolder a {
  text-decoration: none;
}

.pdp-top-container .content .information-section .included-links .sbHolder .sbToggle {
  margin-right: 0;
}

.pdp-top-container .content .information-section .included-links .sbHolder .sbOptions li {
  width: 100%;
  padding: 0;
}

.pdp-top-container .content .information-section .included-links .sbHolder .sbOptions li a {
  padding-left: 0;
}

.pdp-top-container .content .information-section .skin-type-wrapper {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}

.pdp-top-container .content .information-section .skin-type-wrapper .skin-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

.pdp-top-container .content .information-section .skin-type-wrapper .attribute {
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: .05em;
  font-weight: 700;
  margin: 0;
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

.pdp-top-container .content .information-section .skin-type-wrapper .value {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  text-transform: none;
  color: #8b8b8b;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .02em;
  overflow: hidden;
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
  padding: 0 0 0 10px;
}

.pdp-top-container .content .information-section .product-promotion-block {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 10px;
}

.pdp-top-container .content .information-section .product-promotion-block .free-shipping {
  text-transform: uppercase;
  color: #be0f34;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  line-height: 20px;
  margin-bottom: 5px;
}

.pdp-top-container .content .information-section .prod-additional-info .infoLinks,
.pdp-top-container .content .information-section .product-price-block .price-per-unit {
  color: #8b8b8b;
}

.pdp-top-container .content .information-section .product-price-block {
  margin-left: 20px;
  margin-right: 20px;
  clear: left;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: .02em;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.pdp-top-container .content .information-section .product-price-block .product-price {
  display: inline-block;
  float: left;
  padding-right: 10px;
  margin-top: 12px;
}

.pdp-top-container .content .information-section .product-price-block .price-sales {
  letter-spacing: .02em;
  font-size: 21px;
  line-height: 18px;
  margin: 0;
  height: 18px;
  display: table;
}

.pdp-top-container .content .information-section .product-price-block .price-sales .save {
  text-transform: capitalize;
  font-size: 10px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}

.pdp-top-container .content .information-section .product-price-block .price-standard {
  margin: 0;
  font-size: 14px;
  text-decoration: line-through;
  color: #8b8b8b;
}

.pdp-top-container .content .information-section .prod-additional-info {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.pdp-top-container .content .information-section .prod-additional-info .shippingInfo {
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  cursor: pointer;
}

.pdp-top-container .content .information-section .turnto-block {
  margin-left: 20px;
  margin-right: 20px;
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 11px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  letter-spacing: .075em;
}

.pdp-top-container .content .information-section .turnto-block .question-answer-block {
  margin-top: 0;
  font-family: "Gotham SSm bold A","Gotham SSm bold B",Helvetica,Arial,sans-serif;
}

.pdp-top-container .content .information-section .turnto-block a {
  border-bottom: 1px solid #d4d4d4;
}

.pdp-top-container .content .information-section .color-shade {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: .05em;
  margin-bottom: 15px;
  clear: both;
}

.pdp-top-container .content .information-section .color-shade span {
  text-transform: uppercase;
  font-family: "Gotham SSm bold A","Gotham SSm bold B",Helvetica,Arial,sans-serif;
}

.pdp-top-container .content .information-section .lip-container-wrapper {
  margin-left: 20px;
  margin-right: 20px;
  width: 62%;
}

.pdp-top-container .content .information-section .description-links {
  margin-left: 20px;
  margin-right: 20px;
  clear: both;
  margin-top: 10px;
  margin-bottom: 20px;
}

.pdp-top-container .content .information-section .description-links .description-link {
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  font-size: 10px;
  margin-right: 30px;
  display: inline-block;
  margin-top: 10px;
}

.pdp-top-container .content .information-section .description-links .description-link:hover {
  color: #be0f34;
  border-bottom: 1px solid #efc3cc;
}

.notifyMeEmailModal_close,
.notifyMeSuccessModal_close {
  display: block;
}

.swatches-wrapper {
  max-width: 350px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: visible;
  clear: both;
}

.swatches-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.swatches-wrapper.swatches-wrapper-pull-left .jcarousel-arrow-next,
.swatches-wrapper.swatches-wrapper-pull-left .swatches-carousel {
  left: -30px;
}

.swatches-wrapper .jcarousel {
  overflow: hidden;
  margin: 0;
  width: auto;
  height: 25px;
}

.swatches-wrapper .jcarousel .control-arrow {
  width: 23px;
  height: 33px;
  border-radius: 7px;
}

.swatches-wrapper .jcarousel .swatches li {
  border: none;
}

.swatches-wrapper .jcarousel .swatches li .li-swatch-container,
.swatches-wrapper .jcarousel .swatches li.out-of-stock-swatch {
  position: relative;
}

.swatches-wrapper .jcarousel .swatches li.out-of-stock-swatch .strike {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
}

.swatches-wrapper .jcarousel .swatches li.out-of-stock-swatch .popup-tile,
.swatches-wrapper .jcarousel .swatches li.out-of-stock-swatch .swatchanchor {
  opacity: .5;
}

.swatches-wrapper .jcarousel .swatches li .swatchpopup {
  text-transform: uppercase;
}

.swatches-wrapper .jcarousel .swatches li .swatchpopup span {
  float: left;
}

.swatches-wrapper .jcarousel .swatches li .swatchpopup .popup-image {
  position: relative;
  margin: 12px 6px;
  height: 190px;
  overflow: hidden;
}

.swatches-wrapper .jcarousel .swatches li .swatchpopup .popup-image .cropped-image {
  position: absolute;
  left: -95px;
  top: -95px;
  width: initial;
  height: initial;
}

.swatches-wrapper .jcarousel .swatches li .swatchpopup .popup-image .no-image-placeholder {
  width: 100%;
}

.swatches-wrapper .jcarousel .swatches li .swatchpopup .popup-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 23px;
}

.swatches-wrapper .jcarousel .swatches li .swatchpopup .popup-description .popup-tile {
  margin-left: 12px;
  float: none;
  height: 23px;
  width: 23px;
}

.swatches-wrapper .jcarousel .swatches li .swatchpopup .popup-description .popup-tile img {
  width: 23px;
  height: 23px;
  position: relative;
}

.swatches-wrapper .jcarousel .swatches li .swatchpopup .popup-description .popup-tile .strike {
  margin-top: -25px;
}

.swatches-wrapper .jcarousel .swatches li .swatchpopup .popup-description .popup-txt {
  padding: 0 10px;
  float: none;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swatches-wrapper .jcarousel .swatches li .swatchpopup .popup-description .popup-txt .popup-name {
  font-size: 11px;
  width: 140px;
  white-space: nowrap;
  overflow-x: hidden;
}

.swatches-wrapper .jcarousel .swatches li .swatchpopup .popup-description .popup-txt .popup-status {
  color: #c20430;
  font-size: 9.6px;
}

.swatches-wrapper .jcarousel .swatches .swatchanchor {
  display: block;
}

.swatches-wrapper .jcarousel .swatches .swatchanchor img {
  width: 24px;
  height: 24px;
}

.swatches-wrapper .jcarousel .swatches .swatchanchor.selected img {
  width: 20px;
  height: 20px;
  margin: 2px;
  outline: #bf0f35 solid 2px;
}

.swatches-wrapper .jcarousel.swatches-carousel.swatch-carousel-margin {
  margin: 0 22px;
}

.swatches-wrapper .jcarousel-arrow-base,
.swatches-wrapper .jcarousel-arrow-next,
.swatches-wrapper .jcarousel-arrow-prev {
  position: relative;
  display: inline-block;
  background-color: #fff;
  margin-top: -30.5px;
}

.swatches-wrapper .jcarousel-arrow-base span,
.swatches-wrapper .jcarousel-arrow-next span,
.swatches-wrapper .jcarousel-arrow-prev span {
  position: relative;
  display: inline-block;
  left: 0;
  width: 30px;
  height: 35px;
}

.swatches-wrapper .hide-arrow,
.swatches-wrapper .jcarousel-pagination {
  display: none;
}

.swatches-wrapper .jcarousel-arrow-prev {
  float: left;
  left: -5px;
}

.swatches-wrapper .jcarousel-arrow-next {
  float: right;
}

.swatches-wrapper .move-left {
  margin-left: 25px;
}

.pdp-links,
.pdp-top-container .content .images-icons-section .pdp-icon-strip .strip-item .label {
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: #d4d4d4;
  text-decoration-color: #d4d4d4;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  letter-spacing: .1em;
}

.pdp-bottom-container {
  display: block;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.pdp-bottom-container .content .beauty-routine,
.pdp-bottom-container .content .most-recently-viewed,
.pdp-bottom-container .content .you-may-also-like {
  margin: 0 0 80px;
}

.pdp-bottom-container .content .beauty-routine .title,
.pdp-bottom-container .content .most-recently-viewed .title,
.pdp-bottom-container .content .you-may-also-like .title {
  letter-spacing: -.02em;
  text-align: center;
  font-size: 50px;
  line-height: 45px;
  font-family: ClarinsRegular,"Times New Roman",Times,serif;
  margin: 50px 0 65px;
}

.pdp-bottom-container .content .QandA-tabs-wraper {
  width: 100%;
}

.pdp-bottom-container .content .QandA-tabs-wraper .QandA-tabs-content {
  margin: 0;
}

.pdp-bottom-container .content .QandA-tabs-wraper .questionsAndAnswersTabs h2 {
  margin: 0;
  font-weight: 400;
}

.pdp-bottom-container .content .QandA-tabs-wraper .questionsAndAnswersTabs h2:nth-child(2) {
  border-right: none;
}

.pdp-bottom-container .content .product-commercial-spot .js-loaded {
  width: 100vw;
  position: relative;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  top: 50%;
  left: 50%;
  margin-top: 20px;
}

.pdp-bottom-container .content .product-commercial-spot .product-tagline {
  text-align: center;
  font-size: 30px;
  font-family: ClarinsRegular,"Times New Roman",Times,serif;
  font-weight: 400;
  margin: 30px 0 50px;
}

.pdp-bottom-container .content .product-commercial-spot .product-tagline h2 {
  font-size: 50px;
  margin: 0;
}

.pdp-bottom-container .content .tab-container .tab-content-wrapper:before {
  content: "";
  display: block;
  width: 0;
  position: relative;
  height: 50px;
  margin: -50px 0 0;
}

.pdp-bottom-container .content .tab-container .tab-content-wrapper .tab-content {
  padding: 10px 0 15px;
}

.pdp-bottom-container .content .tab-container .tab-parent:not(.mobile) {
  min-height: 70px;
}

.pdp-bottom-container .content .tab-container .tab-parent:not(.mobile) li {
  margin-bottom: 0;
}

.pdp-bottom-container .content .tab-container .tab-parent:not(.mobile) .tab-child {
  height: auto;
  border-top: 3px solid transparent;
}

.pdp-bottom-container .content .tab-container .tab-parent:not(.mobile) .tab-child .tab-title {
  height: auto;
  margin-bottom: 0;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.pdp-bottom-container .content .tab-container .tab-parent:not(.mobile) .tab-child .tab-title h2 {
  padding: 10px 0;
  font-weight: 400;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.pdp-bottom-container .content .tab-container .tab-parent:not(.mobile) .tab-child .tab-title:before {
  content: "";
  display: block;
  padding-bottom: 95px;
  margin: -95px 0 0;
  width: 0;
}

.pdp-bottom-container .content .tab-container .tab-parent:not(.mobile) .tab-child.selected-tab {
  border-top: 3px solid #be0f34;
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
  border-bottom: 0;
  color: #be0f34;
}

.pdp-bottom-container .content .tab-container .tab-parent.mobile {
  padding-left: 0;
  text-transform: uppercase;
  line-height: initial;
}

.pdp-bottom-container .content .tab-container .tab-parent.mobile .tab-child {
  display: inline-block;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 16px;
  width: 100%;
  border-top: 2px solid #e5e5e5;
}

.pdp-bottom-container .content .tab-container .tab-parent.mobile .tab-child .expand-item {
  float: right;
  position: relative;
  display: block;
  margin-right: -10px;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-list .ingredient-item,
.pdp-bottom-container .content .product-details-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.pdp-bottom-container .content .tab-container .tab-parent.mobile .tab-child.selected-tab {
  color: #be0f34;
}

.pdp-bottom-container .content .product-details-tab {
  font-size: 14px;
  display: flex;
}

.pdp-bottom-container .content .product-details-tab .product-benefits-content,
.pdp-bottom-container .content .product-details-tab .product-description-content {
  box-sizing: border-box;
  float: left;
  float: none;
  padding: 10px;
}

.pdp-bottom-container .content .how-to-apply .video .how-to-apply-item,
.pdp-bottom-container .content .product-details-tab .product-description-content-expanded {
  float: left;
  box-sizing: border-box;
}

.pdp-bottom-container .content .product-details-tab .product-benefits-content:after,
.pdp-bottom-container .content .product-details-tab .product-benefits-content:before,
.pdp-bottom-container .content .product-details-tab .product-description-content:after,
.pdp-bottom-container .content .product-details-tab .product-description-content:before {
  box-sizing: border-box;
}

.pdp-bottom-container .content .product-details-tab .product-description-content-expanded:after,
.pdp-bottom-container .content .product-details-tab .product-description-content-expanded:before {
  box-sizing: border-box;
}

.pdp-bottom-container .content .ingredients-tab #ingredients-carousel {
  padding-bottom: 30px;
}

.pdp-bottom-container .content .ingredients-tab #ingredients-carousel .ingredients-pagination {
  display: none;
}

.pdp-bottom-container .content .ingredients-tab #ingredients-carousel .products-pagination {
  top: 45%;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-list li {
  text-align: center;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-list li .ingredient-container {
  margin: 0 auto;
  max-width: 390px;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-list li .ingredient-container .ingredient-image {
  padding: 0 5%;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-list li .ingredient-container .ingredient-image img {
  max-width: 100%;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-list li .ingredient-container .ingredient-name {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  font-size: 22px;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-list .ingredient-item {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  position: relative;
  width: auto;
  margin-bottom: 20px;
  padding: 0 15%;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-list .ingredient-item .ingredient-list-item {
  position: relative;
  width: 30px;
  height: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-list .ingredient-item .ingredient-list-item .ingredient-icon {
  position: absolute;
  padding-right: 10px;
  left: 5px;
  top: 0;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-list .ingredient-item .ingredient-list-item .ingredient-border {
  position: absolute;
  padding-right: 10px;
  top: 5px;
  left: 0;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-list .ingredient-item .ingredient-data {
  width: 85%;
  text-align: left;
  padding-left: 5px;
  word-wrap: break-word;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-list .ingredient-link {
  text-decoration: underline;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 11px;
  padding-left: 15%;
  text-align: left;
}

.pdp-bottom-container .content .ingredients-tab .ingredients-pagination {
  bottom: 0;
}

.pdp-bottom-container .content .free-content {
  padding: 30px;
  border: 2px solid #e5e5e5;
  margin-top: 20px;
}

.pdp-bottom-container .content .olapic-widget-rendered {
  margin-top: 20px;
}

.pdp-bottom-container .content .how-to-apply {
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  margin: 20px 0;
}

.pdp-bottom-container .content .how-to-apply:after,
.pdp-bottom-container .content .how-to-apply:before {
  box-sizing: border-box;
}

.pdp-bottom-container .content .how-to-apply h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.pdp-bottom-container .content .how-to-apply .how-to-apply-content.video {
  border: 2px solid #e5e5e5;
}

.pdp-bottom-container .content .how-to-apply .video .how-to-apply-item:after,
.pdp-bottom-container .content .how-to-apply .video .how-to-apply-item:before {
  box-sizing: border-box;
}

.pdp-bottom-container .content .how-to-apply .video .how-to-apply-item:last-of-type {
  padding: 20px;
}

.pdp-bottom-container .content .how-to-apply .video .how-to-apply-item p {
  display: inline;
}

.pdp-bottom-container .content .how-to-apply .video .how-to-apply-item .YTplayer {
  margin: 0;
}

.pdp-bottom-container .content .how-to-apply .YTVideoPreview {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pdp-bottom-container .recommendations .product-tile-block {
  height: auto!important;
}

.pdp-bottom-container .recommendations .product-tile-block .product-name {
  letter-spacing: .02em;
  max-height: 37px;
}

.pdp-bottom-container .recommendations .product-tile-block .product-description {
  max-height: 30px;
}

.pdp-bottom-container .recommendations .product-tile .product-sales-price {
  font-size: 21px;
}

.pdp-bottom-container .recommendations .product-tile .badge-image,
.pdp-bottom-container .recommendations .product-tile .product-badge {
  left: -10px;
}

.pdp-bottom-container .recommendations .visibleProduct2:before,
.pdp-bottom-container .recommendations .visibleProduct3:before {
  zoom: 1;
  top: 95px;
  content: "";
  position: absolute;
}

.pdp-bottom-container .recommendations h2 {
  text-align: center;
  font-weight: 400;
  font-family: ClarinsRegular,"Times New Roman",Times,serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0;
}

.pdp-bottom-container .recommendations .recommendations-tabs.one-tab-only {
  display: none;
}

.pdp-bottom-container .recommendations .bundle-offer {
  padding: 0;
  text-align: center;
}

.pdp-bottom-container .recommendations .bundle-price-info {
  float: none;
  margin-top: 60px;
}

.pdp-bottom-container .recommendations .bundle-price-info:before {
  top: 35px;
  left: 17%;
  zoom: 1;
  margin: 0;
}

.pdp-bottom-container .recommendations .bundle-price-info .add-to-cart {
  color: #fff;
  background: #000;
  border: none;
}

.pdp-bottom-container .recommendations .bundle-price-info .bundle-price {
  color: #000;
}

.pdp-bottom-container .recommendations #bundle-offer-zone .bundle-product .product-quickshop-wrapper .product-quickshop {
  white-space: normal;
}

.pdp-bottom-container .recommendations #bundle-offer-zone .bundle-product .product-quickshop-wrapper .product-quickshop .quickview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 35px;
  padding: 0;
}

.pdp-bottom-container .recommendations #bundle-offer-zone .bundle-product .product-quickshop-wrapper .product-quickshop .quickview .swatchesCircle {
  margin-left: 14px;
}

.pdp-bottom-container .recommendations #bundle-offer-zone .bundle-product .product-quickshop-wrapper .product-quickshop .quickview .quickviewText {
  display: inline-block;
  margin: 10px 0;
  text-align: center;
}

.pdp-bottom-container .recommendations .bundle-offer-wrapper .product-quickshop .swatchesCircle {
  margin: 0 2px 0 5px;
  width: 25px;
}

.pdp-bottom-container .recommendations .bundle-offer-wrapper .product-quickshop .swatchesCircle .selected-bundle-color-swatch {
  top: 2px;
  margin: 0;
  left: -8px;
}

.pdp-bottom-container .recommendations .bundle-offer-wrapper.one-tab-only {
  margin-top: 40px;
}

.ingredients-details {
  text-transform: uppercase;
  color: #8a8b8b;
}

.ingredients-details .details-composition {
  color: #000;
}

.navigation-links {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}

.navigation-links .read-less-link,
.navigation-links .read-more-link {
  border-bottom: 1px solid #e7e7e7;
  color: #000;
}

.navigation-links .read-less-link:active,
.navigation-links .read-less-link:hover,
.navigation-links .read-more-link:active,
.navigation-links .read-more-link:hover {
  color: #be1635;
}

.beauty-routine-carousel,
.most-recently-viewed-carousel,
.slot-product-recommendation-carousel,
.you-may-also-like-carousel {
  margin-bottom: 20px;
}

.beauty-routine-carousel .list-item-ul,
.most-recently-viewed-carousel .list-item-ul,
.slot-product-recommendation-carousel .list-item-ul,
.you-may-also-like-carousel .list-item-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.beauty-routine-carousel .list-item-li,
.most-recently-viewed-carousel .list-item-li,
.slot-product-recommendation-carousel .list-item-li,
.you-may-also-like-carousel .list-item-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.beauty-routine-carousel .product-tile,
.most-recently-viewed-carousel .product-tile,
.slot-product-recommendation-carousel .product-tile,
.you-may-also-like-carousel .product-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.beauty-routine-carousel .product-tile .product-image,
.most-recently-viewed-carousel .product-tile .product-image,
.slot-product-recommendation-carousel .product-tile .product-image,
.you-may-also-like-carousel .product-tile .product-image {
  width: 190px;
  min-height: 190px;
  padding-bottom: 0;
}

.beauty-routine-carousel .product-tile .color-dropdown-container,
.most-recently-viewed-carousel .product-tile .color-dropdown-container,
.slot-product-recommendation-carousel .product-tile .color-dropdown-container,
.you-may-also-like-carousel .product-tile .color-dropdown-container {
  margin-top: auto;
  padding: 0 0 10px;
}

.beauty-routine-carousel .product-tile .color-dropdown-container .sbHolder,
.most-recently-viewed-carousel .product-tile .color-dropdown-container .sbHolder,
.slot-product-recommendation-carousel .product-tile .color-dropdown-container .sbHolder,
.you-may-also-like-carousel .product-tile .color-dropdown-container .sbHolder {
  width: 170px;
  margin: 0 auto;
}

.beauty-routine-carousel .product-tile .add-item-block,
.most-recently-viewed-carousel .product-tile .add-item-block,
.slot-product-recommendation-carousel .product-tile .add-item-block,
.you-may-also-like-carousel .product-tile .add-item-block {
  margin-top: auto;
}

.beauty-routine-carousel .product-tile .add-item-block form,
.most-recently-viewed-carousel .product-tile .add-item-block form,
.slot-product-recommendation-carousel .product-tile .add-item-block form,
.you-may-also-like-carousel .product-tile .add-item-block form {
  margin: 0 10px;
}

.beauty-routine-carousel .product-tile .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.beauty-routine-carousel .product-tile .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.beauty-routine-carousel .product-tile button,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .beauty-routine-carousel .product-tile .add-card,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .most-recently-viewed-carousel .product-tile .add-card,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .slot-product-recommendation-carousel .product-tile .add-card,
.lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .you-may-also-like-carousel .product-tile .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .beauty-routine-carousel .product-tile .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .most-recently-viewed-carousel .product-tile .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .slot-product-recommendation-carousel .product-tile .add-card,
.lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .you-may-also-like-carousel .product-tile .add-card,
.most-recently-viewed-carousel .product-tile .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.most-recently-viewed-carousel .product-tile .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.most-recently-viewed-carousel .product-tile button,
.slot-product-recommendation-carousel .product-tile .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.slot-product-recommendation-carousel .product-tile .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.slot-product-recommendation-carousel .product-tile button,
.you-may-also-like-carousel .product-tile .lip-my-account .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.you-may-also-like-carousel .product-tile .lip-my-reviews .payment-info-tab .pd-instruments-list-container .section-header .add-card,
.you-may-also-like-carousel .product-tile button {
  width: 170px;
  height: 40px;
  line-height: 16px;
  display: table-cell;
  vertical-align: middle;
  padding: 2px 2em;
  overflow: hidden;
}

.beauty-routine-carousel .product-tile-block,
.most-recently-viewed-carousel .product-tile-block,
.slot-product-recommendation-carousel .product-tile-block,
.you-may-also-like-carousel .product-tile-block {
  height: auto;
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
}

.beauty-routine-carousel .product-tile-block .product-name,
.most-recently-viewed-carousel .product-tile-block .product-name,
.slot-product-recommendation-carousel .product-tile-block .product-name,
.you-may-also-like-carousel .product-tile-block .product-name {
  font-size: 14px;
  line-height: 18px;
  max-height: 36px;
}

.beauty-routine-carousel .product-tile-block .product-description,
.most-recently-viewed-carousel .product-tile-block .product-description,
.slot-product-recommendation-carousel .product-tile-block .product-description,
.you-may-also-like-carousel .product-tile-block .product-description {
  font-size: 11px;
  line-height: 16px;
  max-height: 32px;
  margin-bottom: 14px;
}

.beauty-routine-carousel .product-pricing,
.most-recently-viewed-carousel .product-pricing,
.slot-product-recommendation-carousel .product-pricing,
.you-may-also-like-carousel .product-pricing {
  margin: 12px 0 10px;
}

.beauty-routine-carousel .product-pricing .pricing-link,
.most-recently-viewed-carousel .product-pricing .pricing-link,
.slot-product-recommendation-carousel .product-pricing .pricing-link,
.you-may-also-like-carousel .product-pricing .pricing-link {
  position: relative;
  width: 100%;
  height: 20px;
}

.beauty-routine-carousel .product-pricing .pricing-link+.pricing-link,
.beauty-routine-carousel .product-pricing .pricing-link:hover,
.most-recently-viewed-carousel .product-pricing .pricing-link+.pricing-link,
.most-recently-viewed-carousel .product-pricing .pricing-link:hover,
.slot-product-recommendation-carousel .product-pricing .pricing-link+.pricing-link,
.slot-product-recommendation-carousel .product-pricing .pricing-link:hover,
.you-may-also-like-carousel .product-pricing .pricing-link+.pricing-link,
.you-may-also-like-carousel .product-pricing .pricing-link:hover {
  color: #000;
}

.beauty-routine-carousel .product-pricing .pricing-link.wasNowPrice span.product-standard-price,
.most-recently-viewed-carousel .product-pricing .pricing-link.wasNowPrice span.product-standard-price,
.slot-product-recommendation-carousel .product-pricing .pricing-link.wasNowPrice span.product-standard-price,
.you-may-also-like-carousel .product-pricing .pricing-link.wasNowPrice span.product-standard-price {
  font-size: 14px;
  text-decoration: line-through;
}

.beauty-routine-carousel .product-pricing .pricing-link .product-standard-price,
.most-recently-viewed-carousel .product-pricing .pricing-link .product-standard-price,
.slot-product-recommendation-carousel .product-pricing .pricing-link .product-standard-price,
.you-may-also-like-carousel .product-pricing .pricing-link .product-standard-price {
  text-decoration: none;
  position: relative;
  top: 20px;
}

.beauty-routine-carousel .product-pricing .pricing-link .product-sales-price,
.most-recently-viewed-carousel .product-pricing .pricing-link .product-sales-price,
.slot-product-recommendation-carousel .product-pricing .pricing-link .product-sales-price,
.you-may-also-like-carousel .product-pricing .pricing-link .product-sales-price {
  position: relative;
  bottom: 20px;
  color: #000;
}

.beauty-routine-carousel .product-pricing .pricing-link .product-sales-price,
.beauty-routine-carousel .product-pricing .pricing-link .product-standard-price,
.most-recently-viewed-carousel .product-pricing .pricing-link .product-sales-price,
.most-recently-viewed-carousel .product-pricing .pricing-link .product-standard-price,
.slot-product-recommendation-carousel .product-pricing .pricing-link .product-sales-price,
.slot-product-recommendation-carousel .product-pricing .pricing-link .product-standard-price,
.you-may-also-like-carousel .product-pricing .pricing-link .product-sales-price,
.you-may-also-like-carousel .product-pricing .pricing-link .product-standard-price {
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 21px;
  line-height: 19px;
}

.beauty-routine-carousel .product-pricing .pricing-link span.standard-price,
.most-recently-viewed-carousel .product-pricing .pricing-link span.standard-price,
.slot-product-recommendation-carousel .product-pricing .pricing-link span.standard-price,
.you-may-also-like-carousel .product-pricing .pricing-link span.standard-price {
  font-size: 14px;
  text-decoration: line-through;
}

.beauty-routine-carousel .product-pricing .pricePerUnit,
.most-recently-viewed-carousel .product-pricing .pricePerUnit,
.slot-product-recommendation-carousel .product-pricing .pricePerUnit,
.you-may-also-like-carousel .product-pricing .pricePerUnit {
  margin: 2px 0;
}

.beauty-routine-carousel .product-header,
.most-recently-viewed-carousel .product-header,
.slot-product-recommendation-carousel .product-header,
.you-may-also-like-carousel .product-header {
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 29px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #cbcbcb;
  word-wrap: break-word;
  min-height: 33px;
  margin: 0 0 30px;
  padding: 0 35px;
  display: inline-block;
  max-width: 100%;
}

.beauty-routine-carousel .product-header span,
.most-recently-viewed-carousel .product-header span,
.slot-product-recommendation-carousel .product-header span,
.you-may-also-like-carousel .product-header span {
  font-size: 16px;
  margin-left: 12px;
  color: #000;
}

.beauty-routine-carousel .products-pagination,
.most-recently-viewed-carousel .products-pagination,
.slot-product-recommendation-carousel .products-pagination,
.you-may-also-like-carousel .products-pagination {
  top: 245px;
}

.beauty-routine-carousel .products-pagination.jcarousel-control-prev,
.most-recently-viewed-carousel .products-pagination.jcarousel-control-prev,
.slot-product-recommendation-carousel .products-pagination.jcarousel-control-prev,
.you-may-also-like-carousel .products-pagination.jcarousel-control-prev {
  left: 0;
}

.beauty-routine-carousel .products-pagination.jcarousel-control-next,
.most-recently-viewed-carousel .products-pagination.jcarousel-control-next,
.slot-product-recommendation-carousel .products-pagination.jcarousel-control-next,
.you-may-also-like-carousel .products-pagination.jcarousel-control-next {
  right: 0;
}

.most-recently-viewed-carousel .products-pagination,
.slot-product-recommendation-carousel .products-pagination,
.you-may-also-like-carousel .products-pagination {
  top: 182px;
}

.quickViewDialog .pdp-top-container {
  padding: 50px 0 20px;
  background-color: #fff;
  width: 100%;
  max-height: 90vh;
}

.quickViewDialog .pdp-top-container .quickShop_close {
  right: 35px;
}

.quickViewDialog .pdp-top-container .pdp-quickview-wrapper .add-item-block form {
  width: 70%;
}

.quickViewDialog .pdp-top-container .pdp-quickview-wrapper .size-skintype-dropdown .sbHolder {
  max-width: 120px;
}

.quickViewDialog .pdp-top-container .pdp-quickview-wrapper .question-answer-block a,
.quickViewDialog .pdp-top-container .pdp-quickview-wrapper .reviews-block a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  border: none;
}

.quickViewDialog .pdp-top-container .pdp-quickview-wrapper .question-answer-block a.write-review,
.quickViewDialog .pdp-top-container .pdp-quickview-wrapper .reviews-block a.write-review {
  display: none;
}

.quickViewDialog .pdp-top-container .pdp-quickview-wrapper .question-answer-block a.reviews-summary-link,
.quickViewDialog .pdp-top-container .pdp-quickview-wrapper .reviews-block a.reviews-summary-link {
  border-bottom: none;
}

.quickViewDialog .pdp-top-container .reassurance-block-wrapper {
  display: block;
  position: relative;
  top: 0;
  float: right;
  width: 100%;
}

.quickViewDialog .pdp-top-container .reassurance-block-wrapper .reassurance-block {
  max-width: 100%;
  border: none;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  margin: 10px 40px 0;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  word-break: break-word;
}

.quickViewDialog .pdp-top-container .reassurance-block-wrapper .reassurance-item {
  vertical-align: top;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 25%;
}

.quickViewDialog .pdp-top-container .cart-quickview-wrapper .quantity .sbHolder,
.quickViewDialog .pdp-top-container .cart-quickview-wrapper .size-skintype-dropdown .sbHolder {
  max-width: 110px;
}

.quickViewDialog .pdp-top-container .reassurance-block-wrapper .reassurance-item:first-child {
  margin-left: 0;
}

.quickViewDialog .pdp-top-container .reassurance-block-wrapper .reassurance-item:last-child {
  margin-right: 0;
}

.quickViewDialog .pdp-top-container .cart-quickview-wrapper .size-skintype-dropdown {
  float: left;
  padding-top: 5px;
}

.quickViewDialog .pdp-top-container .cart-quickview-wrapper .quantity {
  width: 57px;
  float: left;
  margin-left: 20px;
  padding-top: 5px;
}

.quickViewDialog .pdp-top-container .cart-quickview-wrapper .quantity:after {
  clear: both;
}

.quickViewDialog .pdp-top-container .cart-quickview-wrapper .swatches-wrapper {
  display: inline-block;
  width: 100%;
  height: 30px;
}

.quickViewDialog .pdp-top-container .cart-quickview-wrapper .single-size {
  float: left;
  margin: 20px 0 10px 20px;
}

.reassurance-block-wrapper {
  width: auto;
  min-width: 100px;
  position: fixed;
  top: 200px;
  right: 0;
  bottom: initial;
}

.reassurance-block-wrapper .reassurance-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: none;
  border-left: 2px solid #e5e5e5;
  max-width: 100px;
  padding: 15px 8px;
  text-align: center;
  margin: 0;
  word-break: break-word;
  background: #fff;
}

.reassurance-block-wrapper .reassurance-item {
  width: auto;
  margin: 0 0 25px;
}

.reassurance-block-wrapper .reassurance-item:last-child {
  margin: 0;
}

.reassurance-block-wrapper.scrollStop {
  bottom: initial;
  position: absolute;
}

.pdp-top-container .reassurance-block-wrapper {
  display: none;
}

.information-section .reassurance-block-wrapper {
  display: none;
}

.information-section .category-slot:not(:empty) {
  display: inline-table;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  padding: 20px 0;
  margin: 20px 10px 0;
  width: calc(100% - 20px);
}

.ui-tooltip.tooltip-arrow-gray.pdp-redesign-reassurance-tooltip {
  right: 10px;
  max-width: 170px;
}

.ui-tooltip.tooltip-arrow-gray.pdp-redesign-reassurance-tooltip:after {
  left: 75%;
}

.ui-tooltip.tooltip-arrow-gray.pdp-redesign-reassurance-tooltip.quickshop {
  right: initial;
}

.ui-tooltip.tooltip-arrow-gray.pdp-redesign-reassurance-tooltip.quickshop:after {
  left: 29%;
}

.ui-tooltip.tooltip-arrow-gray.bottom-arrow:after {
  border-width: 10px 10px 0;
  bottom: -10px;
  top: initial;
}

.pdp-top-container .sticky-add-to-bag {
  clear: both;
  background: #fff;
  box-shadow: inset 0 12px 20px -20px #9c9c9c;
  overflow: hidden;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7px 0;
  z-index: 99;
}

.pdp-top-container .sticky-add-to-bag .sticky-add-to-bag-content .buy-now-block {
  width: 24%;
}

.pdp-top-container .sticky-add-to-bag .sticky-add-to-bag-content .buy-now-block .button-wrapper {
  width: 100%;
}

.pdp-top-container .sticky-add-to-bag .sticky-add-to-bag-content .buy-now-block .button-wrapper .add-to-cart,
.pdp-top-container .sticky-add-to-bag .sticky-add-to-bag-content .buy-now-block .button-wrapper .buy-now-btn {
  height: 51px;
  min-width: 52px;
  width: 48%;
  float: left;
}

.pdp-top-container .sticky-add-to-bag .sticky-add-to-bag-content .buy-now-block .button-wrapper .buy-now-btn {
  padding: 0;
  margin-left: 1px;
  border: none;
}

.pdp-top-container .sticky-add-to-bag .price-per-unit {
  display: none;
}

.pdp-top-container .sticky-add-to-bag .serenity-svg-holder {
  top: 30px;
}

.pdp-top-container .sticky-add-to-bag .sticky-product-data {
  width: 37%;
  margin: auto 0;
}

.pdp-top-container .sticky-add-to-bag .sticky-product-data .sticky-product-data-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pdp-top-container .sticky-add-to-bag .sticky-product-data .sticky-product-data-content .sticky-image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  box-sizing: border-box;
}

.pdp-top-container .sticky-add-to-bag .sticky-product-data .sticky-product-data-content .sticky-image img {
  width: 100%;
  max-width: 52px;
}

.pdp-top-container .sticky-add-to-bag .sticky-product-data .sticky-product-data-content .sticky-image .col-gutter,
.pdp-top-container .sticky-add-to-bag .sticky-product-data .sticky-product-data-content .sticky-image .lip-content-wrapper,
.pdp-top-container .sticky-add-to-bag .sticky-product-data .sticky-product-data-content .sticky-image .lip-my-account {
  margin: 0;
}

.pdp-top-container .sticky-add-to-bag .sticky-product-data .sticky-product-data-content .sticky-product-content {
  font-size: 11px;
  width: 60%;
  height: 52px;
  display: table;
  letter-spacing: .02em;
}

.pdp-top-container .sticky-add-to-bag .sticky-product-data .sticky-product-data-content .sticky-product-content .cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  line-height: 13px;
}

.pdp-top-container .sticky-add-to-bag .sticky-product-data .buy-now-block {
  width: 20%;
}

.pdp-top-container .sticky-add-to-bag .price-promotion {
  margin-left: auto;
  position: relative;
  text-align: right;
  left: 0;
  top: 0;
  width: 45%;
}

.pdp-top-container .sticky-add-to-bag .price-promotion .sticky-product-price .price-sales,
.pdp-top-container .sticky-add-to-bag .price-promotion .sticky-product-price .price-standard {
  font-size: 14px;
  margin: 0 auto;
  letter-spacing: .02em;
}

.pdp-top-container .sticky-add-to-bag .price-promotion .sticky-product-price.has-both-prices .price-sales {
  color: #be0f34;
}

.pdp-top-container .sticky-add-to-bag .price-promotion .sticky-product-price .save {
  color: #8b8b8b;
  font-size: 13px;
}

.pdp-top-container .sticky-add-to-bag .price-promotion .sticky-product-price .product-price.show-standard-price .price-standard {
  color: #8b8b8b;
}

.pdp-top-container .sticky-add-to-bag .price-promotion .sticky-product-price .show-standard-price .price-sales {
  position: unset;
  top: 0;
}

.pdp-top-container .sticky-add-to-bag .price-promotion .product-price-block .price-sales {
  margin: 0;
}

.pdp-top-container .sticky-add-to-bag .price-promotion .product-price-block .price-sales .save {
  display: inline;
  text-transform: capitalize;
  font-size: 10px;
  vertical-align: middle;
  padding-left: 5px;
  color: #000;
}

.pdp-top-container .sticky-add-to-bag .price-promotion .product-price-block .serenity-price {
  display: block;
  width: auto;
  padding: 2px 15px 2px 5px;
  margin: 0 5px;
}

.pdp-top-container .sticky-add-to-bag .price-promotion .product-price-block .serenity-price span {
  font-size: 14px;
  line-height: 14px;
}

.pdp-top-container .sticky-add-to-bag .price-promotion .serenity-price {
  display: none;
}

.pdp-top-container .sticky-add-to-bag .add-item-block {
  display: inline-block;
  width: 16%;
  margin: auto 0;
}

.pdp-top-container .sticky-add-to-bag .add-item-block .notify-me-wrapper,
.pdp-top-container .sticky-add-to-bag .add-item-block .quantity {
  display: none;
}

.pdp-top-container .sticky-add-to-bag .add-item-block .add-to-cart {
  height: auto;
  min-height: 50px;
}

.pdp-top-container .sticky-add-to-bag .add-item-block .out-of-stock {
  font-size: 10px;
  height: 52px;
  min-width: 0;
  padding: 0;
}

.pdp-top-container .buy-now-button-on .sticky-add-to-bag-content .price-promotion {
  width: 37%;
}

.bundleQuickViewDialog .bundle-quickview-wrapper .swatches-wrapper {
  width: 97%;
}

.bundleQuickViewDialog .bundle-quickview-wrapper .add-to-bundle {
  margin-left: 20px;
  margin-right: 20px;
}

.bundleQuickViewDialog .bundle-quickview-wrapper .information-section .description-links {
  margin-left: 20px;
  margin-right: 20px;
}

.bundleQuickViewDialog .bundle-quickview-wrapper .information-section .description-links .description-link {
  margin-top: 0;
}

.bundleQuickViewDialog .bundle-quickview-wrapper .bazaarvoice-block .reviews-summary-link,
.not-active {
  pointer-events: none;
  cursor: default;
}

.footer-wrapper div.sbHolder a.sbToggle,
.pdp-bottom-container div.sbHolder a.sbToggle,
.pdp-top-container div.sbHolder a.sbToggle {
  display: inline-block;
  height: 100%;
}

.add-to-cart-popup-no-fullsize-product .content {
  padding: 20px 60px 35px;
}

.add-to-cart-popup-no-fullsize-product .add-to-cart-popup-title {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.add-to-cart-popup-no-fullsize-product .add-to-cart-popup-content-wrapper {
  margin: 25px 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.add-to-cart-popup-no-fullsize-product .add-to-cart-popup-image-container {
  margin: auto 0;
}

.add-to-cart-popup-no-fullsize-product .add-to-cart-popup-image-container .add-to-cart-popup-image {
  width: 40px;
  height: 40px;
}

.add-to-cart-popup-no-fullsize-product .add-to-cart-popup-text-container {
  margin: auto 0 auto 20px;
}

.add-to-cart-popup-no-fullsize-product .add-to-cart-popup-text {
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.not-quick-shop .details-link,
.not-quick-shop .prd-information .prd-description .content {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.add-to-cart-popup-no-fullsize-product .add-to-cart-popup-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.add-to-cart-popup-no-fullsize-product .add-to-cart-popup-button {
  margin: 0 auto;
  height: auto;
  min-width: 61%;
  padding: 15px;
}

.not-quick-shop div.pdp-icon-strip .stripItem.strip1,
.not-quick-shop div.pdp-icon-strip .stripItem.strip2,
.not-quick-shop div.pdp-icon-strip .stripItem.strip3,
.not-quick-shop div.pdp-icon-strip .stripItem.strip4 {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
  display: table;
}

.not-quick-shop div.pdp-icon-strip .stripItem.strip1 .rowBottom,
.not-quick-shop div.pdp-icon-strip .stripItem.strip2 .rowBottom,
.not-quick-shop div.pdp-icon-strip .stripItem.strip3 .rowBottom,
.not-quick-shop div.pdp-icon-strip .stripItem.strip4 .rowBottom {
  font-size: 11px;
  display: table-cell;
  width: 100%;
  height: 50px;
  padding-right: 35px;
  vertical-align: middle;
  text-align: left;
  word-break: break-word;
}

.not-quick-shop div.pdp-icon-strip .stripItem.strip1 .rewardPointTop,
.not-quick-shop div.pdp-icon-strip .stripItem.strip1 .rowTop.icon,
.not-quick-shop div.pdp-icon-strip .stripItem.strip2 .rewardPointTop,
.not-quick-shop div.pdp-icon-strip .stripItem.strip2 .rowTop.icon,
.not-quick-shop div.pdp-icon-strip .stripItem.strip3 .rewardPointTop,
.not-quick-shop div.pdp-icon-strip .stripItem.strip3 .rowTop.icon,
.not-quick-shop div.pdp-icon-strip .stripItem.strip4 .rewardPointTop,
.not-quick-shop div.pdp-icon-strip .stripItem.strip4 .rowTop.icon {
  display: inline-block;
  float: left;
  line-height: 50px;
  position: initial;
  left: auto;
  height: 30px;
  margin-right: 10px;
  margin-top: 10px;
}

.not-quick-shop div.pdp-icon-strip .stripItem.strip1 .rewardPointTop,
.not-quick-shop div.pdp-icon-strip .stripItem.strip2 .rewardPointTop,
.not-quick-shop div.pdp-icon-strip .stripItem.strip3 .rewardPointTop,
.not-quick-shop div.pdp-icon-strip .stripItem.strip4 .rewardPointTop {
  font-size: 29px;
  margin-right: 8px;
  margin-top: 0;
}

.not-quick-shop div.pdp-icon-strip .stripItem.strip1>a,
.not-quick-shop div.pdp-icon-strip .stripItem.strip2>a,
.not-quick-shop div.pdp-icon-strip .stripItem.strip3>a,
.not-quick-shop div.pdp-icon-strip .stripItem.strip4>a {
  display: table;
  width: 100%;
}

.not-quick-shop div.pdp-icon-strip .stripItem.strip3 .rowTop.icon {
  height: 25px;
  margin-top: 12px;
}

.not-quick-shop .pdp-right-bottom .pdp-icon-strip {
  display: inline-block;
  padding: 6px 0;
}

.not-quick-shop .pdp-left-top .pdp-icon-strip {
  display: none;
}

.not-quick-shop .prd-information .prd-description {
  width: 100%;
  margin: 0;
}

.not-quick-shop .prd-information .prd-description .content {
  margin-left: 60px;
  margin-right: 60px;
  text-align: left;
  font-size: 14px;
}

.not-quick-shop .prd-information .prd-description .content .heading3 {
  text-transform: uppercase;
  font-size: 14px;
}

.not-quick-shop .prd-information.left .prd-image {
  float: left;
  margin-right: 0;
}

.not-quick-shop .prd-information2 {
  margin-bottom: 40px;
}

.not-quick-shop .details-link {
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 15px;
}

.item-col-2 .item-price .price-standard.crossed,
.kit-wrapper .shopping-kit-item .crossed,
.shoppingbag-bundle-details .bundle-header .bundle-totals {
  text-decoration: line-through;
}

#QuickViewDialog .pdp-main .pdp-icon-strip .try-sample,
.not-quick-shop .pdp-main .pdp-icon-strip .try-sample {
  margin: 0;
}

#QuickViewDialog .categorySlotWithOverride,
#QuickViewDialog .details-link {
  display: none;
}

#QuickViewDialog .pdp-main .pdp-right-bottom .pdp-icon-strip .stripItem,
.reassurance-item {
  display: inline-block;
}

#QuickViewDialog .pdp-main .pdp-icon-strip .stripItem .rowBottom.wishlist-added {
  color: #c20430;
}

.pdp-main .product-price .save,
.sticky-add-to-bag .stickyProductPrice .product-price .save {
  color: #8b8b8b;
  font-size: 14px;
  letter-spacing: .02em;
}

.pdp-main .pricePerUnit {
  font-size: 11px;
  letter-spacing: .02em;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  color: #8b8b8b;
  margin-bottom: 10px;
}

.reassurance-block {
  margin-top: 30px;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  padding: 15px 0;
  font: 11px "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  line-height: 16px;
  text-transform: uppercase;
}

.reassurance-item {
  position: relative;
  text-align: center;
  margin-right: 50px;
}

.reassurance-item:last-of-type {
  margin-right: 0;
}

.reassurance-item .icon {
  width: 50px;
  margin: 0 auto;
}

.reassurance-item .icon img {
  height: 30px;
}

.cart-serenity-info-block .reassurance-item .serenity-svg-holder,
.form-row.tooltip .reassurance-item .form-caption:after,
.pickpost-search-form .reassurance-item .form-caption:after,
.reassurance-item .cart-serenity-info-block .serenity-svg-holder,
.reassurance-item .form-row.tooltip .form-caption:after,
.reassurance-item .pickpost-search-form .form-caption:after,
.reassurance-item .svg-additional-info {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: 10px;
}

.reassurance-item .tooltip-content {
  display: none;
}

#howToApply {
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
  margin-top: 40px;
  margin-bottom: 100px;
}

#howToApply:after,
#howToApply:before {
  box-sizing: border-box;
}

#howToApply h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
}

#howToApply .howToApplyContent {
  margin-left: 60px;
  margin-right: 60px;
}

#howToApply .howToApplyContent.video {
  border: 2px solid #e5e5e5;
}

#howToApply .video {
  margin-left: 20px;
  margin-right: 20px;
}

#howToApply .video .howToApplyItem {
  box-sizing: border-box;
  float: left;
}

#howToApply .video .howToApplyItem:after,
#howToApply .video .howToApplyItem:before {
  box-sizing: border-box;
}

#howToApply .video .howToApplyItem:last-of-type {
  padding: 20px;
}

#howToApply .video .howToApplyItem p {
  display: inline;
}

#howToApply .video .howToApplyItem .YTplayer {
  margin: 0;
}

#howToApply .YTVideoPreview {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.QandA-tabs-wraper {
  padding-bottom: 100px;
}

.last-visited {
  padding-bottom: 30px;
}

.last-visited div.header {
  display: inline-block;
  width: 100%;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .025em;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}

.bonus-product-list .product-add-to-cart label,
.bonus-product-list .product-name {
  font-family: "Gotham SSm medium A","Gotham SSm medium B",Helvetica,Arial,sans-serif;
}

.pt_categorylanding #recently-viewed {
  margin-bottom: 30px;
}

.recommendations .recommendations-tabs a {
  font-size: 13px;
}

.bonus-product-list .bonus-product-item {
  text-align: center;
  padding: 10px;
}

.bonus-product-list .bonus-product-item:after,
.bonus-product-list .bonus-product-item:before {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
  visibility: hidden;
}

.bonus-product-list .bonus-product-item.selected,
.bonus-product-list .bonus-product-item:hover {
  cursor: pointer;
  box-shadow: 0 0 0 2.5px #be0f34 inset;
}

.bonus-product-list .product-add-to-cart {
  width: 130px;
  height: auto;
  min-height: 40px;
  margin: 0 auto 10px;
  line-height: 14px;
  padding-bottom: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bonus-product-list .product-add-to-cart .inventory {
  width: auto;
}

.bonus-product-list .product-add-to-cart label {
  text-align: center;
  float: none;
  font-size: 11px;
  letter-spacing: .1em;
}

.bonus-product-list .product-name {
  font-size: 14px;
  letter-spacing: 0;
  display: block;
  margin: 0 0 12px;
  max-height: 48px;
  overflow: hidden;
  line-height: 16px;
}

.bonus-product-list .product-price {
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial,sans-serif;
  margin-bottom: 16px;
}

.bonus-product-list .product-price .price-standard {
  border: none;
  padding: 0;
}

.bonus-product-list .product-price .price-standard.crossed {
  text-decoration: line-through;
  color: #d4d4d4;
}

.bonus-product-list .product-price .price-standard .price {
  color: #000;
}

.bonus-product-list .product-price .price-bonus {
  color: #c20430;
}

.bonus-product-list .product-price .price-bonus.free {
  color: #000;
}

.bonus-product-list .product-price .price-discount {
  color: #8b8b8b;
}

.bonus-product-list .product-price .bonus-price-standart {
  color: #000;
}