.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

label.color ~ a:hover {
  text-decoration: none; }

.description-and-detail {
  margin-top: 2em; }
  @media (max-width: 543.98px) {
    .description-and-detail {
      margin-top: 0; }
      .description-and-detail .title {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-family: 'Dosis', sans-serif; }
      .description-and-detail > div:last-child {
        margin-bottom: 1em; } }
  @media (min-width: 544px) {
    .description-and-detail .description {
      margin-bottom: 2em; } }
  @media (max-width: 543.98px) {
    .description-and-detail .content {
      margin-top: 1em; } }

.social-container {
  padding-top: 0.9375em;
  text-align: center; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #444; }
    @media (max-width: 991.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #444;
      padding-right: 0.2em; }

label.availability {
  padding-right: 0.3125em; }

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */ } }

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em; }

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%; }
  .promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #c00; }
    @media (min-width: 544px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 1.375em; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #000; }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #ccc; } }

.price {
  font-size: 1.5rem; }

.product-options {
  margin-top: 1.25em; }

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out; }

.color-attribute {
  border: none;
  padding: 0;
  background: none; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

/*	---------------------------------------------------------------
	PX to REM
	---------------------------------------------------------------
*/
/*	---------------------------------------------------------------
	Maps for styleguide and utility classes
	---------------------------------------------------------------
*/
.form-group.required .form-control-label::before {
  content: "*";
  color: #c00; }

.form-group > span:not(.info-icon) {
  font-size: 80%; }

.form-control {
  color: var(--color-grey6);
  background-color: var(--color-white); }

:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--color-grey5); }

::placeholder,
.form-control::placeholder {
  color: var(--color-grey5); }

.floating-label {
  position: relative;
  margin-bottom: 0.625rem; }
  .floating-label .form-control {
    height: 3.75rem; }
  .floating-label label {
    font-size: 0.875rem;
    position: absolute;
    top: 0.9375rem;
    left: 0.75rem;
    margin: 0;
    opacity: 0;
    transition: all .3s ease; }
  .floating-label input {
    transition: all .3s ease; }
    .floating-label input:-webkit-autofill, .floating-label input:not(:placeholder-shown) {
      padding: 1.5rem 2.25rem 0.375rem 0.75rem;
      color: var(--color-black); }
      .floating-label input:-webkit-autofill ~ label, .floating-label input:not(:placeholder-shown) ~ label {
        transform: translateY(-0.625rem);
        opacity: 0.7;
        color: var(--color-grey5); }
  .floating-label select {
    color: var(--color-grey5);
    transition: all .3s ease; }
  .floating-label.focused select {
    padding: 1.5rem 2.25rem 0.375rem 0.75rem;
    color: var(--color-black); }
    .floating-label.focused select + label {
      transform: translateY(-0.625rem);
      opacity: 0.7;
      color: var(--color-grey5); }

form.floating .btn-form-inline {
  height: calc(100% - 0.625rem); }

.container.product-detail {
  margin-top: 0; }
  @media (min-width: 769px) {
    .container.product-detail {
      margin-top: 1rem; } }

.pdp-top {
  margin-bottom: 0.625rem; }
  .pdp-top .bv-ratings {
    margin-bottom: 2.1875rem;
    margin-top: 1.25rem; }
    @media (min-width: 992px) {
      .pdp-top .bv-ratings {
        margin-bottom: 1.75rem;
        margin-top: 1.6875rem; } }

.product-breadcrumb {
  border-bottom: 1px solid var(--color-grey3); }
  @media (min-width: 769px) {
    .product-breadcrumb {
      border: 0; } }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border: 0; } }

.product-number {
  padding-bottom: 0.25rem;
  padding-top: 0.875rem; }
  @media (min-width: 769px) {
    .product-number {
      padding-bottom: 0.875rem; } }

.product-name {
  font-size: calc(1.325rem + 0.9vw); }
  @media (max-width: 991.98px) {
    .product-name {
      border: 0; } }
  @media (min-width: 769px) {
    .product-name {
      font-size: 2.5rem; } }

div.promotions {
  padding-top: 1rem; }
  div.promotions div.collapsible-xl button.callout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    color: var(--skin-promo-color);
    font-size: 1rem;
    text-transform: none;
    font-weight: normal;
    line-height: 1; }
    div.promotions div.collapsible-xl button.callout:after {
      margin-left: 0.75rem; }
  div.promotions div.collapsible-xl .content {
    font-size: 0.875rem;
    text-align: left;
    margin-left: 1rem;
    margin-top: 0.625rem; }

.pdp-main {
  padding-bottom: 1rem; }
  @media (min-width: 769px) {
    .pdp-main {
      padding-bottom: 0; } }
  @media (min-width: 769px) {
    .pdp-main .attributes {
      padding: 0; } }
  .pdp-main .attributes .attribute {
    margin-bottom: 0.875rem;
    margin-top: 0; }

.pdp-bottom .description-and-detail h2.title {
  margin-bottom: 1.25rem;
  text-transform: none; }

.pdp-bottom .description-and-detail .btn.title {
  line-height: 1.5;
  padding: 0; }
  .pdp-bottom .description-and-detail .btn.title h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: none;
    margin-bottom: 0; }

.pdp-bottom .description-and-detail .content {
  margin-top: 1rem; }
  @media (min-width: 769px) {
    .pdp-bottom .description-and-detail .content {
      margin-top: 0; } }

.short-description {
  font-size: calc(1.2625rem + 0.15vw);
  text-align: center; }
  @media (min-width: 992px) {
    .short-description {
      font-size: 1.375rem; } }

.long-description,
.product-attributes {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media (min-width: 769px) {
    .long-description,
    .product-attributes {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.product-attributes:not(:first-child) {
  border-top: 1px solid var(--color-grey6); }
  @media (min-width: 769px) {
    .product-attributes:not(:first-child) {
      border-top: 0; } }

.add-to-cart-global {
  overflow: visible; }

.product-bundle-detail .cart-and-ipay .button-block,
.product-set-detail .cart-and-ipay .button-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.store-locator-container .btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: var(--skin-primary-color-1);
  border-radius: 0;
  color: var(--skin-primary-color-1); }
  .store-locator-container .btn-storelocator-search:hover {
    background-color: var(--skin-primary-color-1);
    color: #f9f9f9; }

.store-locator-container .detect-location {
  margin-bottom: 1em; }

.store-locator-container .store-name {
  font-weight: 600; }

.store-locator-container .store-details {
  display: block; }
  @media (min-width: 769px) {
    .store-locator-container .store-details {
      margin-left: 3.125em; } }

.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 4rem; }

@media (min-width: 544px) {
  .store-locator-container .select-store {
    margin-top: -3rem; } }

.store-locator-container .custom-radio .store-details {
  margin-left: 1.125em; }

.store-locator-container .store-locator-no-results {
  display: none; }

@media (min-width: 769px) {
  .store-locator-container .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 21.875em; } }

.in-store-inventory-dialog {
  max-width: 56.25em; }
  @media (min-width: 544px) {
    .in-store-inventory-dialog .mt-auto {
      margin-top: -2rem !important; } }
  @media (max-width: 543.98px) {
    .in-store-inventory-dialog .mt-auto {
      margin-top: 1.15em !important; } }

.btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: #1782c5;
  border-radius: 0;
  color: #1782c5;
  margin-bottom: 1rem; }
  .btn-storelocator-search:hover {
    background-color: #1782c5;
    color: #f9f9f9; }

.store-name {
  font-weight: 600; }

.btn-get-in-store-inventory .btn-storelocator-search {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%; }
  @media (min-width: 544px) {
    .btn-get-in-store-inventory .btn-storelocator-search {
      margin-top: 2rem;
      margin-bottom: 0; } }

.selected-store-with-inventory .change-store {
  margin: 0 1em 1em;
  width: auto; }

.display-none {
  display: none; }

.modal-header {
  background-color: #eee;
  border-bottom: 2px solid #ccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem; }
  .modal-header .close {
    font-size: 2rem; }
    .modal-header .close span {
      font-size: 1rem;
      margin-right: 0.313em; }

.add-to-registry-message {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-registry-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-registry-alert.show {
    display: block; }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

label.color ~ a:hover {
  text-decoration: none; }

.description-and-detail {
  margin-top: 2em; }
  @media (max-width: 543.98px) {
    .description-and-detail {
      margin-top: 0; }
      .description-and-detail .title {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-family: 'Dosis', sans-serif; }
      .description-and-detail > div:last-child {
        margin-bottom: 1em; } }
  @media (min-width: 544px) {
    .description-and-detail .description {
      margin-bottom: 2em; } }
  @media (max-width: 543.98px) {
    .description-and-detail .content {
      margin-top: 1em; } }

.social-container {
  padding-top: 0.9375em;
  text-align: center; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #444; }
    @media (max-width: 991.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #444;
      padding-right: 0.2em; }

label.availability {
  padding-right: 0.3125em; }

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */ } }

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em; }

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%; }
  .promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #c00; }
    @media (min-width: 544px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 1.375em; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #000; }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #ccc; } }

.price {
  font-size: 1.5rem; }

.product-options {
  margin-top: 1.25em; }

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out; }

.color-attribute {
  border: none;
  padding: 0;
  background: none; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

.attribute {
  margin-top: 0.938em; }
  .attribute label {
    display: block; }

.swatch a {
  text-decoration: none; }

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0; }
  @media (max-width: 543.98px) {
    .prices-add-to-cart-actions {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 544px) {
    .prices-add-to-cart-actions {
      position: static;
      padding: 0 0.9375em; } }
  .prices-add-to-cart-actions .price {
    text-align: center; }

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center; }

.cart-and-ipay {
  text-align: center; }
  @media (max-width: 543.98px) {
    .cart-and-ipay {
      padding-bottom: 26px; }
      .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block; } }

.add-to-cart-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-basket-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-basket-alert.show {
    display: block; }

.simple-quantity {
  margin-top: 1em; }

.main-attributes {
  margin-top: 1em; }

.size-chart {
  margin-top: 1.071em; }

div.availability {
  margin-top: 1.071em; }

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc; }
  .bundle-item:last-child {
    border-bottom: none; }

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (max-width: 543.98px) {
    .container.product-detail {
      margin-top: 0;
      margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

.cart-and-ipay .add-to-cart {
  width: 100%;
  display: block; }

@media (max-width: 543.98px) {
  .cart-and-ipay .add-to-cart {
    width: 100%;
    margin: 0; } }

.salesforce-buynow-element {
  width: 100%; }

.salesforce-buynow-element:not(:empty) {
  margin-top: 1em; }

.salesforce-buynow-element-errors {
  margin-top: 0.75rem;
  text-align: left; }

.salesforce-buynow-element[disabled] {
  display: none; }

/*	---------------------------------------------------------------
	PX to REM
	---------------------------------------------------------------
*/
/*	---------------------------------------------------------------
	Maps for styleguide and utility classes
	---------------------------------------------------------------
*/
/*	---------------------------------------------------------------
	PX to REM
	---------------------------------------------------------------
*/
/*	---------------------------------------------------------------
	Maps for styleguide and utility classes
	---------------------------------------------------------------
*/
.form-group.required .form-control-label::before {
  content: "*";
  color: #c41f40; }

.form-group > span:not(.info-icon) {
  font-size: 80%; }

.form-control {
  color: var(--color-grey6);
  background-color: var(--color-white); }

:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--color-grey5); }

::placeholder,
.form-control::placeholder {
  color: var(--color-grey5); }

.floating-label {
  position: relative;
  margin-bottom: 0.625rem; }
  .floating-label .form-control {
    height: 3.75rem; }
  .floating-label label {
    font-size: 0.875rem;
    position: absolute;
    top: 0.9375rem;
    left: 0.75rem;
    margin: 0;
    opacity: 0;
    transition: all .3s ease; }
  .floating-label input {
    transition: all .3s ease; }
    .floating-label input:-webkit-autofill, .floating-label input:not(:placeholder-shown) {
      padding: 1.5rem 2.25rem 0.375rem 0.75rem;
      color: var(--color-black); }
      .floating-label input:-webkit-autofill ~ label, .floating-label input:not(:placeholder-shown) ~ label {
        transform: translateY(-0.625rem);
        opacity: 0.7;
        color: var(--color-grey5); }
  .floating-label select {
    color: var(--color-grey5);
    transition: all .3s ease; }
  .floating-label.focused select {
    padding: 1.5rem 2.25rem 0.375rem 0.75rem;
    color: var(--color-black); }
    .floating-label.focused select + label {
      transform: translateY(-0.625rem);
      opacity: 0.7;
      color: var(--color-grey5); }

form.floating .btn-form-inline {
  height: calc(100% - 0.625rem); }

.form-control {
  color: #5e656b;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 10px 22px;
  background-color: var(--color-white);
  border-width: 1px;
  border-radius: 0.5rem; }
  .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(161, 212, 0, 0.7); }

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border: 2px solid #c41f40;
  background-image: none;
  padding-right: 22px; }

.form-control-label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "BrandonGrotesque-WebBold";
  color: #5e656b; }

.invalid-feedback {
  color: #c41f40;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.5rem; }

textarea.form-control {
  border: 1px solid #5e656b; }

.custom-control-label {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #5e656b; }

.custom-checkbox .custom-control-label::after, .custom-checkbox .custom-control-label::before {
  border: 1px solid #7b7b7b;
  width: 0.75rem;
  height: 0.75rem;
  top: 0.31rem;
  border-radius: 0.125rem;
  left: -1.25rem; }

.custom-checkbox.required .custom-control-label::after, .custom-checkbox.required .custom-control-label::before {
  border: 2px solid #c41f40; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #38a6c4;
  background-color: #38a6c4;
  width: 0.75rem;
  height: 0.75rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-size: 8px;
  background-position: 1px 1px;
  border: 1px solid #38a6c4; }

.custom-radio .custom-control-label::before {
  border: 1px solid #7b7b7b; }

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  width: 12px;
  height: 12px;
  top: 0.4rem;
  left: -1.25rem; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #7b7b7b;
  background-color: #fff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  border: 1px solid #7b7b7b;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2338A6C4'/%3e%3c/svg%3e");
  background-size: 8px; }

.form-group > span:not(.info-icon) {
  font-size: 0.75rem;
  color: #a5a5a5; }

.pdp-top .product-breadcrumb .breadcrumb,
.breadcrumbs .breadcrumb {
  padding-left: 20px; }

.pdp-thumb-slider-glide-init.invisible {
  opacity: 0; }

.container.product-detail {
  background-image: url("../../images/pdp/pdp-detail-mobilebg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .container.product-detail {
      background-image: url("../../images/pdp/pdp-detail-desktopbg.png"); } }

.product-name {
  color: #004987;
  border: none;
  font-size: 1.375rem; }
  @media (min-width: 769px) {
    .product-name {
      font-size: 2.25rem; } }

.product-number {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #5e656b;
  letter-spacing: 2px;
  font-family: "BrandonGrotesque-WebMedium";
  margin-top: 8px; }
  @media (min-width: 769px) {
    .product-number {
      font-size: 0.875rem; } }
  .pdp-main .product-number {
    display: none; }
    @media (min-width: 769px) {
      .pdp-main .product-number {
        display: block; } }

.social-container {
  padding-top: 0; }

.pdp-main .bv-ratings {
  margin-top: 1.25rem; }
  @media (min-width: 1024px) {
    .pdp-main .bv-ratings {
      margin-top: 1.6875rem; } }

.pdp-main ul,
.pdp-main ol {
  padding-left: 24px; }

.pdp-main .short-desc {
  color: #5e656b; }

.prices-add-to-cart-actions {
  padding: 9px 18px;
  z-index: 1021; }
  @media (min-width: 769px) {
    .prices-add-to-cart-actions {
      margin-bottom: 10px; } }
  .prices-add-to-cart-actions .btn.show {
    display: block;
    width: 100%; }
  .prices-add-to-cart-actions .store-locate,
  .prices-add-to-cart-actions .aponow-buy-now {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-family: "BrandonGrotesque-WebMedium";
    font-size: 12px;
    text-transform: uppercase;
    -ms-flex-pack: center;
        justify-content: center;
    height: 42px; }
    .prices-add-to-cart-actions .store-locate .fa-map-marker::before,
    .prices-add-to-cart-actions .aponow-buy-now .fa-map-marker::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDRDMTMuOTMgNCAxNyA1LjQgMTcgOS4xNUMxNyAxMS4zMSAxNS4yOCAxMy44MiAxMiAxNi40N0M4LjcyIDEzLjgyIDcgMTEuMyA3IDkuMTVDNyA1LjQgMTAuMDcgNCAxMiA0Wk0xMiAyQzguNzMgMiA1IDQuNDYgNSA5LjE1QzUgMTIuMjcgNy4zMyAxNS41NiAxMiAxOUMxNi42NyAxNS41NiAxOSAxMi4yNyAxOSA5LjE1QzE5IDQuNDYgMTUuMjcgMiAxMiAyWiIgZmlsbD0iIzAwNDk4NyIvPgo8cGF0aCBkPSJNMTIgN0MxMC45IDcgMTAgNy45IDEwIDlDMTAgMTAuMSAxMC45IDExIDEyIDExQzEyLjUzMDQgMTEgMTMuMDM5MSAxMC43ODkzIDEzLjQxNDIgMTAuNDE0MkMxMy43ODkzIDEwLjAzOTEgMTQgOS41MzA0MyAxNCA5QzE0IDguNDY5NTcgMTMuNzg5MyA3Ljk2MDg2IDEzLjQxNDIgNy41ODU3OUMxMy4wMzkxIDcuMjEwNzEgMTIuNTMwNCA3IDEyIDdaTTUgMjFDNSAyMC40NDc3IDUuNDQ3NzIgMjAgNiAyMEgxOEMxOC41NTIzIDIwIDE5IDIwLjQ0NzcgMTkgMjFDMTkgMjEuNTUyMyAxOC41NTIzIDIyIDE4IDIySDZDNS40NDc3MiAyMiA1IDIxLjU1MjMgNSAyMVoiIGZpbGw9IiMwMDQ5ODciLz4KPC9zdmc+Cg==");
      content: '';
      display: block;
      height: 24px;
      width: 24px; }
  .prices-add-to-cart-actions .aponow-buy-now {
    padding-left: 5px;
    padding-right: 5px; }

.hide-carousel-and-nav,
.hide-highest-level-component {
  display: none; }

.sticky-pad {
  padding-top: 35px; }

.pdp-product-nav {
  background: #DCEAF3;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  height: 48px;
  margin-bottom: 39px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-y: hidden;
  padding: 0 0.25rem; }
  .Galderma-ME .pdp-product-nav {
    direction: rtl; }
  .Galderma-IL .pdp-product-nav {
    direction: rtl; }
  @media (min-width: 769px) {
    .pdp-product-nav {
      -ms-flex-pack: center;
          justify-content: center;
      overflow: hidden; } }
  .pdp-product-nav a {
    white-space: nowrap;
    color: #004987;
    position: relative;
    top: 3px;
    font-family: "BrandonGrotesque-WebRegular";
    font-size: 0.75rem;
    letter-spacing: normal; }
    @media (max-width: 1023.98px) {
      .pdp-product-nav a {
        padding: 0.75rem; } }
    .pdp-product-nav a.found-and-hid {
      display: none; }
    .pdp-product-nav a:hover, .pdp-product-nav a:focus, .pdp-product-nav a.active {
      color: #004987; }
      .pdp-product-nav a:hover::after, .pdp-product-nav a:focus::after, .pdp-product-nav a.active::after {
        content: '';
        display: block;
        position: relative;
        bottom: -12px;
        background-color: #a1d400;
        height: 4px;
        width: 100%;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
  .pdp-product-nav .slick-arrow {
    height: 100%; }
    .pdp-product-nav .slick-arrow:not(.slick-disabled) {
      width: 58px; }
      .pdp-product-nav .slick-arrow:not(.slick-disabled).slick-next {
        background: linear-gradient(270deg, #dceaf3 59.49%, rgba(220, 234, 243, 0) 137.34%);
        right: 0; }
        .pdp-product-nav .slick-arrow:not(.slick-disabled).slick-next::before {
          padding-left: 24px;
          content: ">"; }
      .pdp-product-nav .slick-arrow:not(.slick-disabled).slick-prev {
        background: linear-gradient(90deg, #dceaf3 59.49%, rgba(220, 234, 243, 0) 137.34%);
        left: 0; }
        .pdp-product-nav .slick-arrow:not(.slick-disabled).slick-prev::before {
          padding-right: 24px;
          content: "<"; }
    .pdp-product-nav .slick-arrow.slick-disabled::before {
      opacity: 0; }
    .pdp-product-nav .slick-arrow::before {
      font-size: 14px;
      font-weight: bold;
      color: #004987; }

.product-howTo,
.product-long-description,
.product-ingredients,
.product-faq,
.product-video,
.product-carousel {
  color: #5e656b;
  max-width: 1900px; }
  .product-howTo h2,
  .product-long-description h2,
  .product-ingredients h2,
  .product-faq h2,
  .product-video h2,
  .product-carousel h2 {
    color: #004987; }
    @media (min-width: 1024px) {
      .product-howTo h2,
      .product-long-description h2,
      .product-ingredients h2,
      .product-faq h2,
      .product-video h2,
      .product-carousel h2 {
        font-size: 2.25rem; } }
  .product-howTo h5,
  .product-long-description h5,
  .product-ingredients h5,
  .product-faq h5,
  .product-video h5,
  .product-carousel h5 {
    text-transform: none;
    letter-spacing: 0;
    font-family: "BrandonGrotesque-WebRegular";
    font-size: 1.125rem;
    line-height: 1.5rem; }
  .product-howTo p,
  .product-long-description p,
  .product-ingredients p,
  .product-faq p,
  .product-video p,
  .product-carousel p {
    font-size: 0.875rem;
    line-height: 1.3125rem; }
    @media (min-width: 1024px) {
      .product-howTo p.small,
      .product-long-description p.small,
      .product-ingredients p.small,
      .product-faq p.small,
      .product-video p.small,
      .product-carousel p.small {
        clear: both; } }
  .product-howTo ul,
  .product-long-description ul,
  .product-ingredients ul,
  .product-faq ul,
  .product-video ul,
  .product-carousel ul {
    padding: 0;
    list-style: none; }
    .product-howTo ul li,
    .product-long-description ul li,
    .product-ingredients ul li,
    .product-faq ul li,
    .product-video ul li,
    .product-carousel ul li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 10px 0; }
      @media (min-width: 1024px) {
        .product-howTo ul li,
        .product-long-description ul li,
        .product-ingredients ul li,
        .product-faq ul li,
        .product-video ul li,
        .product-carousel ul li {
          float: left;
          width: 50%; } }
      .product-howTo ul li img,
      .product-long-description ul li img,
      .product-ingredients ul li img,
      .product-faq ul li img,
      .product-video ul li img,
      .product-carousel ul li img {
        margin-right: 20px; }

.product-long-description {
  padding-top: 32px;
  padding-bottom: 49px; }

@media (min-width: 1024px) {
  .description-text {
    padding-right: 10% !important; } }

.description-text p {
  font-size: 16px;
  line-height: 150%; }

.description-icon {
  margin-top: 50px; }
  .description-icon p {
    font-size: 16px; }
  .description-icon img {
    width: 48px;
    height: 48px; }

.product-howTo {
  background-color: #f1f9fc;
  padding-bottom: 32px;
  padding-top: 48px; }
  @media (min-width: 769px) {
    .product-howTo .product-howTo-container {
      margin: 0 70px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .product-howTo .howTo-copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 35px; }
    @media (min-width: 769px) {
      .product-howTo .howTo-copy {
        margin-top: 0;
        padding: 5%; } }
    .product-howTo .howTo-copy h2 {
      color: #004987; }
      @media (min-width: 1024px) {
        .product-howTo .howTo-copy h2 {
          font-size: 36px; } }
    .product-howTo .howTo-copy p {
      font-size: 16px;
      line-height: 28px; }
      @media (min-width: 1024px) {
        .product-howTo .howTo-copy p.small {
          clear: both; } }
  .product-howTo .howTo-video-panel-container {
    background-color: #000;
    margin: 30px 10px;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 567px;
    position: relative;
    padding-top: 0;
    overflow: hidden;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 1.25rem; }
    @media (min-width: 769px) {
      .product-howTo .howTo-video-panel-container {
        width: 50%;
        padding-top: 0;
        margin: auto; } }
    @media (min-width: 1400px) {
      .product-howTo .howTo-video-panel-container {
        width: 100%;
        padding-top: 0; } }
    .product-howTo .howTo-video-panel-container .howTo-video {
      display: contents; }
    .product-howTo .howTo-video-panel-container iframe {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: relative; }
    .product-howTo .howTo-video-panel-container .video-panel-container {
      height: -moz-fit-content;
      height: fit-content; }

@media (min-width: 769px) {
  .product-ingredients {
    padding: 34px 0 31px; } }

.product-ingredients .ingredients-copy h2 {
  color: #004987; }
  @media (min-width: 1024px) {
    .product-ingredients .ingredients-copy h2 {
      font-size: 36px; } }
  .product-ingredients .ingredients-copy h2:not(:first-child) {
    font-size: 24px;
    text-transform: lowercase; }
    .product-ingredients .ingredients-copy h2:not(:first-child)::first-line {
      text-transform: capitalize; }

.product-ingredients .ingredients-copy p {
  font-size: 16px;
  line-height: 28px; }
  @media (min-width: 1024px) {
    .product-ingredients .ingredients-copy p.small {
      clear: both; } }

.product-ingredients .ingredients-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 36px; }
  @media (min-width: 1024px) {
    .product-ingredients .ingredients-image img {
      max-width: 371px;
      width: 100%;
      margin-top: 0; } }

@media (max-width: 768.98px) {
  .pdp-carousel .carousel-header {
    padding: 0 10px; } }

@media (max-width: 768.98px) {
  .pdp-carousel .pd-slider .slick-slide .ingredient-thumbnail-container {
    padding-left: 10px; } }

.product-carousel {
  padding-top: 43px; }
  .product-carousel .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .product-carousel .slick-dots li button::before {
      font-size: 12px; }
    .product-carousel .slick-dots li.slick-active button::before {
      color: #004987; }

.product-faq .faq-copy h2 {
  color: #004987; }
  @media (min-width: 1024px) {
    .product-faq .faq-copy h2 {
      font-size: 36px; } }

.product-faq .faq-copy p {
  font-size: 20px;
  line-height: 24px; }
  @media (min-width: 1024px) {
    .product-faq .faq-copy p.small {
      clear: both; } }

#pdp .editorialRichText-component-container h2 {
  color: #004987; }

#pdp .editorialRichText-component-container h3 {
  text-transform: none;
  letter-spacing: normal; }

#pdp .editorialRichText-component-container p {
  font-size: 1.125rem;
  line-height: 1.5rem; }

#pdp .experience-commerce_assets-htmlArea .container {
  padding-left: 0;
  padding-right: 0; }

.product-quote {
  margin: 0;
  padding: 90px 20px; }
  @media (max-width: 543.98px) {
    .product-quote {
      padding: 60px 0;
      background-size: cover !important; } }
  @media (min-width: 1024px) {
    .product-quote {
      padding: 130px 0;
      max-width: 1990px; } }
  .product-quote .row {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (min-width: 544px) {
      .product-quote .row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .product-quote .quote-copy {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-preferred-size: fit-content;
        flex-basis: fit-content; }
    @media (max-width: 768.98px) {
      .product-quote .quote-copy {
        max-width: 265px; } }
    @media (min-width: 769px) {
      .product-quote .quote-copy {
        padding-left: 70px; } }
    .product-quote .quote-copy h3 {
      display: -ms-flexbox;
      display: flex;
      max-width: 548px;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-size: 17px;
      line-height: 130%;
      letter-spacing: 0.2px;
      color: #004987; }
      @media (min-width: 769px) {
        .product-quote .quote-copy h3 {
          font-size: 22px;
          letter-spacing: 0.32px; } }
      @media (min-width: 1024px) {
        .product-quote .quote-copy h3 {
          font-size: 27px; } }
    .product-quote .quote-copy p {
      font-size: 11px;
      line-height: 130%;
      letter-spacing: 0.11px;
      text-transform: uppercase;
      padding: 16px 0; }
      @media (min-width: 769px) {
        .product-quote .quote-copy p {
          font-size: 13px;
          letter-spacing: 1px;
          padding: 30px 0; } }
    .product-quote .quote-copy .quote-button {
      margin: 0;
      width: 40%; }
      @media (max-width: 768.98px) {
        .product-quote .quote-copy .quote-button {
          width: 100%; } }
  .product-quote .quote-image {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 0 20px; }
    @media (max-width: 543.98px) {
      .product-quote .quote-image {
        padding: 20px; } }
    @media (min-width: 769px) {
      .product-quote .quote-image {
        margin-left: 30px; } }
    @media (min-width: 1024px) {
      .product-quote .quote-image {
        padding-right: 20px; } }
    .product-quote .quote-image img {
      max-width: unset;
      position: relative;
      right: 20px; }

#productRoutine.product-routine-custom a:hover {
  text-decoration: none; }

.cetaphil_redesign .product-howTo,
.cetaphil_redesign .product-long-description,
.cetaphil_redesign .product-ingredients,
.cetaphil_redesign .product-faq,
.cetaphil_redesign .product-video,
.cetaphil_redesign .product-carousel {
  color: var(--color-darkgrey);
  max-width: 100%; }

.cetaphil_redesign .product-long-description {
  padding: 0; }
  .cetaphil_redesign .product-long-description ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .cetaphil_redesign .product-long-description ul li {
      padding: 8px 0; }
      @media (min-width: 1024px) {
        .cetaphil_redesign .product-long-description ul li {
          float: left;
          width: 100%; } }
  .cetaphil_redesign .product-long-description .description-icon p {
    font-size: 30px;
    color: var(--color-drkblue) !important;
    font-family: "Lateral-CondensedBold", sans-serif !important;
    line-height: 100%; }

.cetaphil_redesign .product-howTo {
  background-color: var(--color-backup-white); }

.cetaphil_redesign.container.product-detail {
  background-image: none; }
  @media (max-width: 1023.98px) {
    .cetaphil_redesign.container.product-detail h1.product-name {
      margin: 0; }
    .cetaphil_redesign.container.product-detail .pdp-main .short-desc p {
      text-align: left; } }
  @media (max-width: 768.98px) {
    .cetaphil_redesign.container.product-detail h1.product-name {
      margin-top: 1.25rem;
      font-weight: 700;
      color: #001E62; } }
  @media (max-width: 768.98px) {
    .cetaphil_redesign.container.product-detail .pdp-top .product-breadcrumb {
      border-bottom: 1px solid #E6E6E6; } }

.cetaphil_redesign .pdp-main .short-desc p {
  color: #001E62; }

.cetaphil_redesign .pdp-main .short-desc p.mb-3 {
  font-weight: 400;
  line-height: 1.875rem; }

.cetaphil_redesign .pdp-main .short-desc p:first-child {
  margin-bottom: 1.25rem; }
  .cetaphil_redesign .pdp-main .short-desc p:first-child strong {
    font-family: "Lateral-CondensedBold";
    font-size: 1.4375rem;
    line-height: 2.15625rem; }

.cetaphil_redesign .pdp-main .short-desc ul {
  margin-bottom: 0; }

.cetaphil_redesign .pdp-main .short-desc li {
  line-height: 1.5rem;
  color: #6E6E6E;
  font-weight: 400; }

.cetaphil_redesign .pdp-main h1.product-name {
  font-size: 5.1875rem;
  font-weight: 700;
  color: #001E62;
  line-height: 5.6875rem; }
  @media (min-width: 544px) and (max-width: 1199.98px) {
    .cetaphil_redesign .pdp-main h1.product-name {
      font-size: 3.75rem;
      line-height: 5rem; } }
  @media (min-width: 1024px) and (max-width: 1399.98px) {
    .cetaphil_redesign .pdp-main h1.product-name {
      font-size: 4.0625rem;
      line-height: 5rem; } }

.cetaphil_redesign .pdp-main .attributes label.size {
  font-family: "Lateral-CondensedBold", sans-serif !important;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #001E62;
  text-transform: uppercase;
  font-weight: 700; }

.cetaphil_redesign .pdp-main .attributes select.select-size {
  color: #6E6E6E;
  font-weight: 400;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTQnIGhlaWdodD0nOCcgdmlld0JveD0nMCAwIDE0IDgnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTAuMjIwMjQzIDAuNDI3MDNDMC4xNTA1NzggMC40OTY1OTUgMC4wOTUzMTIzIDAuNTc5MjEgMC4wNTc2MDQ4IDAuNjcwMTUzQzAuMDE5ODk3MyAwLjc2MTA5NSAwLjAwMDQ4ODI4MSAwLjg1ODU4IDAuMDAwNDg4MjgxIDAuOTU3MDI5QzAuMDAwNDg4MjgxIDEuMDU1NDggMC4wMTk4OTczIDEuMTUyOTYgMC4wNTc2MDQ4IDEuMjQzOTFDMC4wOTUzMTIzIDEuMzM0ODUgMC4xNTA1NzggMS40MTc0NiAwLjIyMDI0MyAxLjQ4NzAzTDYuNDcwMjQgNy43MzcwM0M2LjUzOTgxIDcuODA2NjkgNi42MjI0MiA3Ljg2MTk2IDYuNzEzMzcgNy44OTk2N0M2LjgwNDMxIDcuOTM3MzggNi45MDE3OSA3Ljk1Njc4IDcuMDAwMjQgNy45NTY3OEM3LjA5ODY5IDcuOTU2NzggNy4xOTYxOCA3LjkzNzM4IDcuMjg3MTIgNy44OTk2N0M3LjM3ODA2IDcuODYxOTYgNy40NjA2OCA3LjgwNjY5IDcuNTMwMjQgNy43MzcwM0wxMy43ODAyIDEuNDg3MDNDMTMuODQ5OCAxLjQxNzQzIDEzLjkwNTEgMS4zMzQ4IDEzLjk0MjcgMS4yNDM4NkMxMy45ODA0IDEuMTUyOTMgMTMuOTk5OCAxLjA1NTQ2IDEzLjk5OTggMC45NTcwMjlDMTMuOTk5OCAwLjg1ODU5OSAxMy45ODA0IDAuNzYxMTMzIDEzLjk0MjcgMC42NzAxOTZDMTMuOTA1MSAwLjU3OTI1OCAxMy44NDk4IDAuNDk2NjMgMTMuNzgwMiAwLjQyNzAzQzEzLjcxMDYgMC4zNTc0MjkgMTMuNjI4IDAuMzAyMjE5IDEzLjUzNzEgMC4yNjQ1NTFDMTMuNDQ2MSAwLjIyNjg4NCAxMy4zNDg3IDAuMjA3NDk2IDEzLjI1MDIgMC4yMDc0OTZDMTMuMTUxOCAwLjIwNzQ5NiAxMy4wNTQzIDAuMjI2ODg0IDEyLjk2MzQgMC4yNjQ1NTFDMTIuODcyNSAwLjMwMjIxOSAxMi43ODk4IDAuMzU3NDI5IDEyLjcyMDIgMC40MjcwM0w3LjAwMDI0IDYuMTQ2MDNMMS4yODAyNCAwLjQyNzAzQzEuMjEwNjggMC4zNTczNjYgMS4xMjgwNiAwLjMwMjA5OCAxLjAzNzEyIDAuMjY0MzkxQzAuOTQ2MTc3IDAuMjI2NjgzIDAuODQ4NjkzIDAuMjA3Mjc1IDAuNzUwMjQzIDAuMjA3Mjc1QzAuNjUxNzkzIDAuMjA3Mjc1IDAuNTU0MzA5IDAuMjI2NjgzIDAuNDYzMzY3IDAuMjY0MzkxQzAuMzcyNDI0IDAuMzAyMDk4IDAuMjg5ODA3IDAuMzU3MzY2IDAuMjIwMjQzIDAuNDI3MDNaJyBmaWxsPScjNEE0QTRBJy8+PC9zdmc+Cg==") no-repeat right 0.75rem center/12px 10px; }
  .cetaphil_redesign .pdp-main .attributes select.select-size:focus {
    box-shadow: none; }

@media (min-width: 1024px) {
  .cetaphil_redesign .prices-add-to-cart-actions {
    margin-top: 1.875rem !important;
    margin-bottom: 4.375rem; } }

.cetaphil_redesign .prices-add-to-cart-actions .find-in-store-container .fa-map-marker {
  display: none; }

.cetaphil_redesign .experience-dynamic-productNav.sticky-top.fixedTopNav {
  position: fixed;
  top: 136px;
  width: 100%;
  z-index: 94; }

.cetaphil_redesign .experience-dynamic-productNav.sticky-top {
  z-index: 94; }

.cetaphil_redesign .pdp-product-nav {
  max-width: 82%;
  width: auto;
  margin: 0 auto;
  background: #001E62;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
  max-width: 91.875rem; }
  @media (max-width: 1023.98px) {
    .cetaphil_redesign .pdp-product-nav {
      display: none; } }
  @media (min-width: 769px) and (max-width: 1199.98px) {
    .cetaphil_redesign .pdp-product-nav {
      max-width: 100%; } }
  .cetaphil_redesign .pdp-product-nav a {
    color: #fff;
    top: 0; }
    @media (min-width: 769px) {
      .cetaphil_redesign .pdp-product-nav a {
        padding: 0.75rem; } }
    @media (min-width: 1025px) {
      .cetaphil_redesign .pdp-product-nav a {
        padding: 0.75rem 1rem; } }
  .cetaphil_redesign .pdp-product-nav .nav-link.active {
    color: #048EFF; }

.cetaphil_redesign h2 {
  color: #001E62; }

.cetaphil_redesign .ingredient-thumbnail-link {
  color: #001E62; }

.cetaphil_redesign .ingredient-thumbnail-description p {
  text-align: left !important;
  color: #6e6e6e; }

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .cetaphil_redesign .experience-dynamic-productHowTo {
    margin-left: -7%;
    margin-right: -7%; } }

.cetaphil_redesign .product-howTo {
  background-color: #fff;
  padding: 0; }
  .cetaphil_redesign .product-howTo .howTo-video-panel-container {
    max-width: 55.5%;
    margin: 0; }
    @media (max-width: 1023.98px) {
      .cetaphil_redesign .product-howTo .howTo-video-panel-container {
        width: 100%;
        max-width: 100%; } }
  .cetaphil_redesign .product-howTo .product-howTo-container {
    margin: 0; }
  @media (max-width: 1023.98px) {
    .cetaphil_redesign .product-howTo .product-howTo-container {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  .cetaphil_redesign .product-howTo .howTo-copy {
    padding: 0; }
    @media only screen and (min-width: 769px) and (max-width: 1023px) {
      .cetaphil_redesign .product-howTo .howTo-copy {
        margin-top: 35px;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 1024px) {
      .cetaphil_redesign .product-howTo .howTo-copy {
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
        max-width: 50%; } }
    @media (max-width: 1023.98px) {
      .cetaphil_redesign .product-howTo .howTo-copy {
        display: inline-block; } }
    .cetaphil_redesign .product-howTo .howTo-copy h2 {
      color: #001E62;
      font-weight: 700;
      margin: 0; }
      @media only screen and (min-width: 769px) and (max-width: 1023px) {
        .cetaphil_redesign .product-howTo .howTo-copy h2 {
          text-align: center; } }
    .cetaphil_redesign .product-howTo .howTo-copy .btn {
      background: #001E62;
      margin-top: 0; }
    .cetaphil_redesign .product-howTo .howTo-copy p {
      font-size: 0.875rem;
      line-height: 1.3125rem;
      color: #4A4A4A;
      font-family: "Lateral-StandardRegular" !important; }
      @media only screen and (min-width: 769px) and (max-width: 1023px) {
        .cetaphil_redesign .product-howTo .howTo-copy p {
          text-align: center; } }

.cetaphil_redesign .product-long-description {
  background: #ECF0F3;
  padding: 4%; }
  @media (max-width: 1023.98px) {
    .cetaphil_redesign .product-long-description .row {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  .cetaphil_redesign .product-long-description .description-icon {
    margin: 0; }
    .cetaphil_redesign .product-long-description .description-icon ul {
      margin: 0; }
  .cetaphil_redesign .product-long-description .pdp-feature-title-mobile {
    text-align: left;
    display: block;
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .cetaphil_redesign .product-long-description .pdp-feature-title-mobile {
        display: none; } }
  .cetaphil_redesign .product-long-description .pdp-feature-title-desktop {
    text-align: left;
    display: none;
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .cetaphil_redesign .product-long-description .pdp-feature-title-desktop {
        display: block; } }
  @media (max-width: 1023.98px) {
    .cetaphil_redesign .product-long-description p {
      text-align: left !important; } }
  .cetaphil_redesign .product-long-description ul.description-icon-container.arrow-list-style {
    list-style: none;
    color: #001E62; }
    .cetaphil_redesign .product-long-description ul.description-icon-container.arrow-list-style li {
      position: relative;
      padding-left: 3.125rem; }
      @media (max-width: 1023.98px) {
        .cetaphil_redesign .product-long-description ul.description-icon-container.arrow-list-style li {
          padding-left: 1.875rem; } }
      .cetaphil_redesign .product-long-description ul.description-icon-container.arrow-list-style li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 1.25rem;
        transform: translateY(-50%);
        width: 3rem;
        height: 3rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' class='icon' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.81311 12.9053C9.00837 13.1006 9.32496 13.1006 9.52022 12.9053L13.6869 8.73865C13.8821 8.54338 13.8821 8.2268 13.6869 8.03154L9.52022 3.86487C9.32496 3.66961 9.00837 3.66961 8.81311 3.86487C8.61785 4.06013 8.61785 4.37672 8.81311 4.57198L12.1262 7.88509L2.5 7.88509C2.22386 7.88509 2 8.10895 2 8.38509C2 8.66123 2.22386 8.88509 2.5 8.88509H12.1262L8.81311 12.1982C8.61785 12.3935 8.61785 12.71 8.81311 12.9053Z' fill='%23001E62'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        color: inherit; }
        @media (max-width: 1023.98px) {
          .cetaphil_redesign .product-long-description ul.description-icon-container.arrow-list-style li::before {
            width: 1.5625rem;
            height: 1.5625rem;
            top: 0.78125rem; } }
      .cetaphil_redesign .product-long-description ul.description-icon-container.arrow-list-style li p {
        color: #001E62;
        text-align: left; }
        .cetaphil_redesign .product-long-description ul.description-icon-container.arrow-list-style li p svg {
          display: none; }
  .cetaphil_redesign .product-long-description ul.description-icon-container li {
    width: 100%;
    padding-top: 0; }
    .cetaphil_redesign .product-long-description ul.description-icon-container li p {
      font-size: 23px;
      line-height: 24px;
      color: #001E62; }
      @media (min-width: 1024px) {
        .cetaphil_redesign .product-long-description ul.description-icon-container li p {
          font-size: 2.8125rem;
          line-height: 3.125rem; } }
      @media (min-width: 769px) and (max-width: 1199.98px) {
        .cetaphil_redesign .product-long-description ul.description-icon-container li p {
          font-size: 2rem;
          line-height: 2rem; } }
      .cetaphil_redesign .product-long-description ul.description-icon-container li p svg {
        margin-right: 17px;
        width: 48px;
        height: 48px; }
        @media (max-width: 1023.98px) {
          .cetaphil_redesign .product-long-description ul.description-icon-container li p svg {
            width: 17px;
            height: 14px; } }

.cetaphil_redesign .experience-dynamic-productRoutineCustom {
  margin: 0 9%; }

.cetaphil_redesign .product-routine-custom {
  padding: 0; }
  .cetaphil_redesign .product-routine-custom img {
    background: #ECF0F3; }
  .cetaphil_redesign .product-routine-custom .routine-image {
    padding: 0; }
    @media (max-width: 1023.98px) {
      .cetaphil_redesign .product-routine-custom .routine-image {
        -ms-flex-align: center;
            align-items: center; } }
  .cetaphil_redesign .product-routine-custom .routine-middle {
    max-width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (max-width: 1023.98px) {
      .cetaphil_redesign .product-routine-custom .routine-middle {
        padding-left: 10px; } }
    .cetaphil_redesign .product-routine-custom .routine-middle .routine-step {
      color: #001E62;
      font-weight: 700;
      text-transform: none; }
    @media (max-width: 1023.98px) {
      .cetaphil_redesign .product-routine-custom .routine-middle .routine-copy p, .cetaphil_redesign .product-routine-custom .routine-middle .routine-step {
        text-align: center; } }
    .cetaphil_redesign .product-routine-custom .routine-middle .routine-copy p {
      color: #4a4a4a; }
    .cetaphil_redesign .product-routine-custom .routine-middle .product-tile {
      border-width: 0; }
    .cetaphil_redesign .product-routine-custom .routine-middle .tile-body {
      padding: 0; }
      @media (max-width: 1023.98px) {
        .cetaphil_redesign .product-routine-custom .routine-middle .tile-body {
          -ms-flex-align: center;
              align-items: center; } }
      @media (max-width: 1023.98px) {
        .cetaphil_redesign .product-routine-custom .routine-middle .tile-body .tile-body-footer {
          -ms-flex-pack: center;
              justify-content: center;
          width: 100%;
          max-width: 100%; } }
      .cetaphil_redesign .product-routine-custom .routine-middle .tile-body .tile-body-footer .buy-now .cs-tile-button {
        float: left;
        width: 180px;
        margin-right: 8px; }
        @media (max-width: 1023.98px) {
          .cetaphil_redesign .product-routine-custom .routine-middle .tile-body .tile-body-footer .buy-now .cs-tile-button {
            width: 100%;
            margin: 0;
            float: none;
            max-width: 100%;
            margin-bottom: 10px; } }
      .cetaphil_redesign .product-routine-custom .routine-middle .tile-body .tile-body-footer .ratings {
        margin: 0; }
      .cetaphil_redesign .product-routine-custom .routine-middle .tile-body .tile-body-footer .compare {
        display: none; }
      .cetaphil_redesign .product-routine-custom .routine-middle .tile-body h2.pdp-link {
        text-align: left; }
        .cetaphil_redesign .product-routine-custom .routine-middle .tile-body h2.pdp-link a.link {
          display: inline-block; }
          @media (max-width: 1023.98px) {
            .cetaphil_redesign .product-routine-custom .routine-middle .tile-body h2.pdp-link a.link {
              text-align: center; } }
    .cetaphil_redesign .product-routine-custom .routine-middle .routine-product .product .tile-body {
      margin-top: 0; }
    .cetaphil_redesign .product-routine-custom .routine-middle .routine-title p.brand-primary {
      color: var(--color-drkblue); }
      @media (min-width: 769px) and (max-width: 1199.98px) {
        .cetaphil_redesign .product-routine-custom .routine-middle .routine-title p.brand-primary {
          text-align: center; } }
  .cetaphil_redesign .product-routine-custom .carousel-title {
    text-align: center;
    margin: 1rem 0; }
    @media (min-width: 1024px) {
      .cetaphil_redesign .product-routine-custom .carousel-title {
        text-align: left;
        margin: 4rem -0.9375rem; } }
  .cetaphil_redesign .product-routine-custom .product-routine-custom-line {
    background-color: transparent; }
    @media (max-width: 1023.98px) {
      .cetaphil_redesign .product-routine-custom .product-routine-custom-line {
        padding: 0; } }
    .cetaphil_redesign .product-routine-custom .product-routine-custom-line .content-asset {
      width: 100%; }

.cetaphil_redesign .product-faq .editorialRichText-component-container h2 {
  text-align: left; }

.cetaphil_redesign .product-faq .accordion-panel-group .experience-commerce_layouts-accordionPanel .panel .panel-title {
  padding-left: 0;
  border-width: 0; }
  .cetaphil_redesign .product-faq .accordion-panel-group .experience-commerce_layouts-accordionPanel .panel .panel-title.collapsed {
    border-width: 1px; }
  .cetaphil_redesign .product-faq .accordion-panel-group .experience-commerce_layouts-accordionPanel .panel .panel-title h3 {
    text-transform: none !important;
    font-family: "Lateral-StandardRegular" !important;
    font-size: 1.25rem; }
    @media (max-width: 1023.98px) {
      .cetaphil_redesign .product-faq .accordion-panel-group .experience-commerce_layouts-accordionPanel .panel .panel-title h3 {
        font-size: 1rem; } }

.cetaphil_redesign .product-faq .accordion-panel-group .experience-commerce_layouts-accordionPanel .panel .panel-collapse.collapse.show {
  border-bottom: 1px solid #c9c9c9; }

.cetaphil_redesign .product-faq .accordion-panel-group .experience-commerce_layouts-accordionPanel:first-child .panel .panel-title {
  border-top: 1px solid #c9c9c9; }

@media (min-width: 769px) {
  .cetaphil_redesign .product-faq {
    margin: 5rem 0; } }

.cetaphil_redesign .product-faq .accordion-panel-group .panel .panel-body * {
  color: #6e6e6e !important;
  text-align: left;
  line-height: 1.5rem; }

.cetaphil_redesign .product-faq .accordion-panel-group .panel .panel-title {
  border-color: #c9c9c9; }

.cetaphil_redesign .product-faq .editorialRichText-component-container h2 {
  color: #001E62 !important;
  font-size: 1.8125rem;
  line-height: 2.35625rem; }
  @media (min-width: 769px) {
    .cetaphil_redesign .product-faq .editorialRichText-component-container h2 {
      font-size: 3.625rem;
      line-height: 4.375rem; } }

.cetaphil_redesign .product-ai {
  padding-left: 2%;
  padding-right: 2%; }
  .cetaphil_redesign .product-ai .row {
    margin: 0; }
  .cetaphil_redesign .product-ai .ai-copy .content-asset {
    padding: 0 !important; }
    @media only screen and (max-width: 768px) {
      .cetaphil_redesign .product-ai .ai-copy .content-asset {
        background-color: #ECF0F3; } }
    .cetaphil_redesign .product-ai .ai-copy .content-asset img.mobile {
      padding-left: 0;
      padding-right: 0; }
    .cetaphil_redesign .product-ai .ai-copy .content-asset svg {
      position: absolute;
      top: 15%;
      z-index: 100;
      left: 5%; }
      @media only screen and (max-width: 545px) {
        .cetaphil_redesign .product-ai .ai-copy .content-asset svg {
          top: 75%;
          width: 42px;
          left: 43%; } }
      @media only screen and (max-width: 450px) {
        .cetaphil_redesign .product-ai .ai-copy .content-asset svg {
          width: 50px;
          top: 63%; } }
      @media only screen and (min-width: 545px) and (max-width: 768px) {
        .cetaphil_redesign .product-ai .ai-copy .content-asset svg {
          top: 80%;
          left: 43%; } }
      @media only screen and (min-width: 769px) and (max-width: 1024px) {
        .cetaphil_redesign .product-ai .ai-copy .content-asset svg {
          width: 29px;
          top: 2%; } }
      @media only screen and (min-width: 1024px) and (max-width: 1200px) {
        .cetaphil_redesign .product-ai .ai-copy .content-asset svg {
          width: 60px; } }
    @media only screen and (min-width: 544px) and (max-width: 768px) {
      .cetaphil_redesign .product-ai .ai-copy .content-asset .button-component {
        top: 207px; } }
    @media only screen and (max-width: 768px) {
      .cetaphil_redesign .product-ai .ai-copy .content-asset .button-component {
        top: 208px;
        background-color: #ECF0F3; } }
    @media only screen and (max-width: 544px) {
      .cetaphil_redesign .product-ai .ai-copy .content-asset .button-component {
        top: 128px;
        background-color: #ECF0F3; } }
  .cetaphil_redesign .product-ai .ai-copy .ai-skin-copy {
    font-size: 3.625rem;
    letter-spacing: 0;
    color: #001E62;
    font-family: "Lateral-CondensedBold";
    text-transform: none;
    font-weight: 700;
    top: 33%;
    left: 5%; }
    @media (max-width: 768.98px) {
      .cetaphil_redesign .product-ai .ai-copy .ai-skin-copy {
        position: static;
        width: 100%;
        font-size: 29px;
        margin-bottom: 16px; } }
    @media only screen and (min-width: 769px) and (max-width: 1024px) {
      .cetaphil_redesign .product-ai .ai-copy .ai-skin-copy {
        font-size: 2rem;
        top: 22%; } }
    @media only screen and (min-width: 1024px) and (max-width: 1400px) {
      .cetaphil_redesign .product-ai .ai-copy .ai-skin-copy {
        font-size: 2.2rem;
        line-height: 3.1875rem; } }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .cetaphil_redesign .product-ai .ai-copy .ai-skin-copy {
        font-size: 3rem;
        line-height: 3.9375rem; } }
  @media only screen and (max-width: 768px) {
    .cetaphil_redesign .product-ai .ai-copy .ai-skin-copy-mobile {
      font-family: "Lateral-CondensedBold";
      background-color: #ECF0F3;
      font-size: 1.8125rem;
      top: 13rem;
      position: relative; } }
  @media only screen and (max-width: 544px) {
    .cetaphil_redesign .product-ai .ai-copy .ai-skin-copy-mobile {
      top: 8rem;
      padding: 0 13%; } }
  @media only screen and (min-width: 544px) and (max-width: 768px) {
    .cetaphil_redesign .product-ai .ai-copy .ai-skin-copy-mobile {
      font-size: 2.5rem;
      padding: 0 20%; } }

.cetaphil_redesign .product-ingredients {
  background-color: #ECF0F3;
  margin: 0;
  padding: 1rem 0; }
  @media (min-width: 769px) {
    .cetaphil_redesign .product-ingredients.product-ingredients-text-only {
      margin: 0;
      padding: 4rem 0; } }
  .cetaphil_redesign .product-ingredients .ingredients-copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 1rem; }
    @media (min-width: 1024px) {
      .cetaphil_redesign .product-ingredients .ingredients-copy {
        padding-left: 10%; } }
    .cetaphil_redesign .product-ingredients .ingredients-copy h2 {
      color: #001E62;
      font-size: 1.8125rem;
      line-height: 2.35625rem;
      text-align: center; }
      @media (min-width: 1024px) {
        .cetaphil_redesign .product-ingredients .ingredients-copy h2 {
          font-size: 3.625rem;
          line-height: 4.35rem;
          text-align: left; } }
    .cetaphil_redesign .product-ingredients .ingredients-copy p {
      font-size: 1rem;
      line-height: 1.5rem;
      color: #6e6e6e;
      text-align: center; }
      @media (min-width: 1024px) {
        .cetaphil_redesign .product-ingredients .ingredients-copy p {
          text-align: left; } }
    .cetaphil_redesign .product-ingredients .ingredients-copy.ingredients-text-only {
      padding-right: 10%;
      padding-left: 10%; }
      .cetaphil_redesign .product-ingredients .ingredients-copy.ingredients-text-only h2, .cetaphil_redesign .product-ingredients .ingredients-copy.ingredients-text-only p {
        text-align: center; }
  .cetaphil_redesign .product-ingredients .ingredients-image {
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 1.5rem; }
    @media (max-width: 1023.98px) {
      .cetaphil_redesign .product-ingredients .ingredients-image {
        padding: 0 1.5rem;
        margin-bottom: 2.25rem; } }

.cetaphil_redesign .experience-commerce_layouts-ingredientsCarousel {
  padding: 0 1rem; }
  @media (min-width: 769px) {
    .cetaphil_redesign .experience-commerce_layouts-ingredientsCarousel {
      padding: 0 2rem; } }
  .cetaphil_redesign .experience-commerce_layouts-ingredientsCarousel .pdp-carousel .carousel-header {
    margin-bottom: 2rem; }
    .cetaphil_redesign .experience-commerce_layouts-ingredientsCarousel .pdp-carousel .carousel-header h2 {
      font-size: 2.5625rem !important;
      text-align: center; }
  .cetaphil_redesign .experience-commerce_layouts-ingredientsCarousel .pdp-carousel.ingredient-more .carousel-header h2 {
    text-align: left; }

.cetaphil_redesign .product-quote {
  background: #001E62; }
  .cetaphil_redesign .product-quote .quote-copy h3, .cetaphil_redesign .product-quote .quote-copy p {
    color: #fff; }
  .cetaphil_redesign .product-quote .quote-copy .btn {
    background: none; }
  @media (max-width: 1023.98px) {
    .cetaphil_redesign .product-quote .quote-copy {
      max-width: 90%;
      text-align: center; } }
  @media (max-width: 1023.98px) {
    .cetaphil_redesign .product-quote .quote-image {
      -ms-flex-pack: center;
          justify-content: center; }
      .cetaphil_redesign .product-quote .quote-image::before {
        display: none; }
      .cetaphil_redesign .product-quote .quote-image img {
        right: 0; } }
  @media (max-width: 1023.98px) and (min-width: 769px) and (max-width: 1199.98px) {
    .cetaphil_redesign .product-quote .quote-image {
      margin-left: 15px; } }

.cetaphil_redesign .experience-dynamic-productQuote {
  background: #001E62; }
  .cetaphil_redesign .experience-dynamic-productQuote .product-rebranding-quote {
    background: #001E62;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 1024px) {
      .cetaphil_redesign .experience-dynamic-productQuote .product-rebranding-quote {
        padding-top: 60px;
        padding-bottom: 60px; } }
    .cetaphil_redesign .experience-dynamic-productQuote .product-rebranding-quote .product-quote-image-wrapper img {
      width: 100%; }
    .cetaphil_redesign .experience-dynamic-productQuote .product-rebranding-quote .product-quote-text-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      @media (min-width: 1024px) {
        .cetaphil_redesign .experience-dynamic-productQuote .product-rebranding-quote .product-quote-text-wrapper {
          -ms-flex-align: normal;
              align-items: normal;
          padding-left: 30px; } }
      .cetaphil_redesign .experience-dynamic-productQuote .product-rebranding-quote .product-quote-text-wrapper h3 {
        font-size: 1.25rem;
        line-height: 1.875rem;
        color: #fff;
        font-weight: 700;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
        text-align: center; }
        @media (min-width: 1024px) {
          .cetaphil_redesign .experience-dynamic-productQuote .product-rebranding-quote .product-quote-text-wrapper h3 {
            font-size: 2.5625rem;
            line-height: 3.33125rem;
            margin-bottom: 1.5rem;
            margin-top: 0rem;
            text-align: left; } }
      .cetaphil_redesign .experience-dynamic-productQuote .product-rebranding-quote .product-quote-text-wrapper p {
        font-size: 0.8125rem;
        line-height: 1.21875rem;
        color: #fff;
        margin-bottom: 1rem;
        text-align: center; }
        @media (min-width: 1024px) {
          .cetaphil_redesign .experience-dynamic-productQuote .product-rebranding-quote .product-quote-text-wrapper p {
            font-size: 0.875rem;
            line-height: 1.3125rem;
            margin-bottom: 1.5rem;
            text-align: left; } }
      .cetaphil_redesign .experience-dynamic-productQuote .product-rebranding-quote .product-quote-text-wrapper .btn-primary-revert {
        width: -moz-fit-content;
        width: fit-content; }

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