body{
  color: #374151;
  background: #fff;
  font-family: Ginter,Inter,"Helvetica Neue",BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;
}

.grid-row {
    display: grid;
    grid-gap:  0.75rem;;
    margin-top:  0.75rem;;
    grid-template-columns: repeat(12, minmax(10px, 1fr));
}

@media only screen and (min-width: 320px) {
  .grid-row .grid-col-1, 
  .grid-row .grid-col-2, 
  .grid-row .grid-col-3, 
  .grid-row .grid-col-4, 
  .grid-row .grid-col-5, 
  .grid-row .grid-col-6, 
  .grid-row .grid-col-7, 
  .grid-row .grid-col-8, 
  .grid-row .grid-col-9, 
  .grid-row .grid-col-10, 
  .grid-row .grid-col-11 {
      grid-column: span 12 / span 12;
  }
}

@media only screen and (min-width: 768px) {
  .grid-row .grid-col-4 {
      grid-column: span 4 / span 4;
  }
  .grid-row .grid-col-6 {
    grid-column: span 6 / span 6;
  }
  .grid-row .grid-col-8 {
    grid-column: span 8 / span 8;
  }
  .grid-row .grid-col-12 {
      grid-column: span 12 / span 12;
  }
}

.paragraph--type--np-video iframe {
    display: block;
    width: 100%;
    max-width: 700px;
    height: 300px;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 1300px) {
    .paragraph--type--np-video iframe {
        max-width: 1400px;
        height: 700px;
    }
}

@media (min-width: 768px) {
    .paragraph--type--np-video iframe {
        height: 420px;
    }
}

.custom-floating-button {
	  display: block;
    position: fixed;
    top: 50%;
    margin-top: -130px;
    right: 10px;
    z-index: 9;
    width: 170px;
    overflow: hidden;
    opacity: 1;
    transition: all .3s;
    z-index: 101;
    cursor: pointer;
}

@media (max-width: 768px) {
	.custom-floating-button {
	  width: 100px;
    bottom: 50px;
    top: auto;
    margin-top: 0;
	}
}

/*@media (min-width: 768px) {*/
/*  .header__menu-toggle {*/
/*    color: #9b6c10;*/
/*  }*/

/*  .header__menu-toggle:hover {*/
/*    color: #e7b133;*/
/*  }*/
/*}*/

.wyeth-search-toggle,
.wyeth-search-toggle,
.wyeth-search-toggle i,
.register-popup-link a,
.register-popup-link i,
.login-popup-link a,
.login-popup-link i,
.header__menu-other .stay-with-us,
.user-block .menu--account > a,
.user-block .menu--account i {
  color: #9b6c10;
}
.wyeth-search-toggle:hover,
.wyeth-search-toggle:hover,
.wyeth-search-toggle:hover i,
.register-popup-link:hover a,
.register-popup-link:hover i,
.login-popup-link:hover a,
.login-popup-link:hover i,
.user-block:hover .menu--account > a,
.user-block:hover .menu--account i {
  color: #e7b133;

}
.paragraph--type--cta-button--inner {
	    background-color: rgb(196, 149, 47);
}

.paragraph--type--cta-button--inner:hover,
.paragraph--type--cta-button--inner:active,
.paragraph--type--cta-button--inner:focus {
	    background-color: rgb(196, 149, 47, 0.8);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Ginter,Inter,"Helvetica Neue",BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;
}

body.page-node-type-article-brand .node-wide-abstract {
  background-color: #fff !important;
}

body.page-node-type-article-brand .paragraph--type--np-text .field--item,
body.page-node-type-article-brand .paragraph--type--np-tint-integration .field--item {
  max-width: 100%;
}

body.page-node-type-article-brand #abstract-block .field--item:first-child p,
body.page-node-type-article-brand #abstract-block .abstract__tools .abstract__tools__item span {
  color: #c39740;
}

#btn_cta_sign_in_email {
  border-radius: 18px;
}

.header__search .form-submit:focus,
.header__search .form-submit:active {
	border-color: var(--color-brand1-700);
}

.btn-primary {
	color: #ffffff;
  background-color: rgb(140, 106, 31, 1);
  border-color: rgb(140, 106, 31, 1);
}

.btn-primary:active {
  background-color: var(--color-brand1-700);
  border-color: var(--color-brand1-700);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: rgb(140, 106, 31,0.8);
  border-color:rgb(140, 106, 31, 0.8);
}

.section_menu_dialog .modal-menu__body .np-section-menu--section .np-secion-menu--link .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  border: 2px solid #bc7f27;
  padding: 1rem;
  border-radius: 50%;
}

.section_menu_dialog .modal-menu__body .np-section-menu--section .np-secion-menu--link .img-wrap img {
  width: 100%;
  height: auto;
}

.hero-area-inner.pos-content-area .field--item {
  height: 100%;
}

.wyeth-shop-cart {
  margin-left: auto;
}

.wyeth-search-toggle {
  margin-left: 0;
}

/*.button-cart__text:before {*/
/*  content: "\e8cc";*/
/*  font-family: "Material Symbols";*/
/*  font-size: 1.5rem;*/
/*  line-height: 1;*/
/*  font-variation-settings: "wght" 400;*/
/*}*/

/*.button-cart {*/
/*  font-size: 0.688rem;*/
/*  line-height: 1;*/
/*  color: #9b6c10;*/
/*  padding: 0;*/
/*  height: auto;*/
/*}*/

/*.button-cart:hover {*/
/*  color: #e7b133;*/
/*}*/

h1 sup, 
.h1 sup {
	    vertical-align: middle;
    background: -webkit-linear-gradient(#dfab00,#aa782d);
    -webkit-background-clip: text;
    font-weight: bold;
    text-rendering: optimizeSpeed;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .paragraph--type--np-grid-wrapper .paragraph--type--np-video iframe,
  .paragraph--type--np-video iframe {
    height: 23vh;
  }
  .hero-area-image-text.left {
    top: 10px;
    bottom: auto;
  }
  .mobile-width-full {
    width: 100% !important;
  }
  .mobile-center {
    text-align: center !important;
  }

  .mobile-text-left {
    text-align: left !important;
  }

  body.page-node-type-article-brand .content-page-title__inner {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }

  .page-component-items.item-2 .paragraph--type--np-grid-wrapper div:first-child,
  .page-component-items.item-4 .paragraph--type--np-grid-wrapper div:first-child,
  .page-component-items.item-6 .paragraph--type--np-grid-wrapper div:first-child,
  .page-component-items.item-8 .paragraph--type--np-grid-wrapper div:first-child {
    order: 1;
    margin-bottom: 1rem;
  }

  .page-component-items.item-2 .paragraph--type--np-grid-wrapper div:last-child,
  .page-component-items.item-4 .paragraph--type--np-grid-wrapper div:last-child {
    order: 0;
  }
  .custom-block-illuma .container.with-button .left-block,
  .custom-block-illuma .container.with-button .right-block {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .wyeth-shop-cart {
    margin-right: 1rem;
  }

  .section_menu_dialog .modal-menu__body .np-section-menu--section .np-secion-menu--link .img-wrap {
    max-height: 160px;
    max-width: 160px;
  }
  .border-orabge-right-desktop {
    border-right: 2px solid rgb(196,149,47);
  }

  body.page-node-type-article-brand #abstract-block .panel-body {
    width: 70%;
  }

  .wyeth-shop-cart {
    position: relative;
  }

}

@media screen and (min-width: 1300px) {
  .button-cart__text:before {
    margin: 0 auto 0.125rem;
  }
}

@media screen and (max-width: 1300px) {
  .header ul.wyeth-menu-top li:not(:last-child) a:before, .header ul.wyeth-menu-brand-top li:not(:last-child) a:before, .header ul.header-menu-brand li:not(:last-child) a:before {
    display: none;
  }
}

small {
  font-size: 70%;
  line-height: 0;
}

/*.header {*/
/*  background-color: rgba(255, 217, 102, 0.25);*/
/*}*/

footer.footer {
  background-color: #f2f2f2;
}

footer.footer::before {
  display: none;
}

b, strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: rgb(140, 106, 31) !important;
  font-weight: 600;
}

h2,
.h2 {
  margin-bottom: 1.5rem;
}

.paragraph--type--np-grid-wrapper .paragraph--type--np-text {
  height: 100%;
}

.paragraph--type--np-grid-wrapper .paragraph--type--np-text .field--item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

footer.footer .wyeth_footer_block__wrapper_menu ul li a {
  color: #7f7f7f;
}

footer.footer .wyeth_footer_block__wrapper_menu ul li a:after {
  right: 3px;
  color: #7f7f7f;
}

@media screen and (min-width: 768px) {
  .paragraph--type--np-grid-wrapper .paragraph--type--np-text {
    padding: 0 2rem;
  }

  .paragraph--type--np-image img {
    margin: 0 auto;
  }

  .height-200-desktop {
    height: 200px;
  }
}

.hero-area-image-text {
  color: #7f7f7f;
  bottom: 10px;
}

.hero-area-image-text.right {
  left: 5%;
  right: 5%;
  width: 90%;
}

.hero-area-image-text.left {
  left: 0;
  width: 70%;
  right: auto;
}

.hero-area-image-text h1 {
  margin-bottom: 0;
}

.hero-area-image-text p {
  margin-bottom: 0.25rem;
  font-size: 0.675rem;
}

.paragraph--type--np-video {
  margin-top: 2rem;
}

.cards-list__card--type-g .cards-list__inner {
  box-shadow: none;
}

.cards-list__card--type-g .cards-list__inner .title,
.cards-list__card--type-g .cards-list__inner .title h3 {
  color: #7f7f7f;
  font-weight: 600;
}

.cards-list__card--type-g .cards-list__inner .title h3 {
  text-align: left;
  padding: 0 0 0.5rem 0;
}

.cards-list__card--type-g .cards-list__inner .bottom-content > div {
  width: 100%;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .hero-area-image-text {
    bottom: auto;
  }

  .cards-list .cards-list__card--type-g .cards-list__inner .wrap-link .image img {
    top: 0;
  }

  .np-cards--cards.type_f .cards-list__card--type-g .cards-list__inner .wrap-link {
    background-color: rgb(249, 242, 239);
  }

  .np-cards--cards.type_f .cards-list__card--type-g .cards-list__inner .wrap-link:hover {
    background-color: transparent;
  }

  .cards-list__card--type-g .cards-list__inner .bottom-content {
    box-shadow: none;
    padding: 0 0.5rem 1rem 0.5rem;
  }

  .cards-list__card--type-g .cards-list__inner .title h3 {
    text-align: center;
  }

  .cards-list__card--type-g .btn-primary:hover {
    color: #fff;
    background-color: #e7b133;
  }

  .cards-list__card--type-g .cards-list__inner .title, .cards-list__card--type-g .cards-list__inner .title h3 {
    height: auto!important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0.5rem auto;
    min-height: 70px;
  }
}

 /*custom block */
 #np_text-16101 .paragraph-wrapper {
 background-image: url("/sites/default/files/2023-09/Wyeth_230607-39R_Illuma_webpage_0823ou_OL_website%20-%20Luxa%20non-branded%20desktop%20banner.jpg");
  background-size: cover;
  background-position: center;
  padding: 0;
  margin-top: 5rem;
  border-radius:1.5rem;
 }

/*.custom-block-illuma .custom-button {*/
/*  background-color: rgb(196, 149, 47);*/
/*  display: block;*/
/*  border-radius: 10px;*/
/*  color: #fff;*/
/*  font-weight: bold;*/
/*  padding: 0.5rem 1rem;*/
/*  text-align: center;*/
/*  text-decoration: none;*/
/*  font-size: 1.5rem;*/
/*  width: fit-content;*/
/*}*/

/*.custom-block-illuma .custom-button.not-button {*/
/*  cursor: default;*/
/*}*/

/*.custom-block-illuma .custom-button:hover {*/
/*  background-color: rgb(196, 149, 47, 0.8);*/
/*}*/

/*.custom-block-illuma .custom-button.not-button:hover {*/
/*  background-color: rgb(196, 149, 47);*/
/*}*/

.custom-block-illuma .left-block {
  margin-bottom: 1.5rem;
}

.custom-block-illuma.under-slider .right-block img {
  margin-left: auto;
  height: 100%;
  width: auto;
}

.custom-block-illuma.under-slider h2 {
  text-align: left;
  font-weight: bold;
}

.custom-block-illuma.under-slider .left-block {
  padding: 2rem;
}

.custom-block-illuma .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.custom-block-illuma .container .block-description {
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  border: 3px solid;
  border-image-source: linear-gradient(to right, rgb(196,149,47),rgb(225,199,0),rgb(196,149,47));
  border-image-slice: 1;
  width: 100%;
  display: none;
  margin-top: 2rem;
}

.custom-block-illuma .container  .block-short.close + .block-description {
  display: flex;
}

.custom-block-illuma .container .block-short {
  display: flex;
  margin-top: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-block-illuma .container  .block-short.close {
  display: none;
}

.custom-block-illuma .container .button-open-block,
.custom-block-illuma .container .button-close-block {
  background: linear-gradient(135deg, rgb(196, 149, 47), rgb(225, 199, 0), rgb(196, 149, 47));
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.custom-block-illuma .container .button-open-block:hover,
.custom-block-illuma .container .button-close-block:hover {
  background: linear-gradient(135deg, rgba(196, 149, 47, 0.8), rgba(225, 199, 0, 0.8), rgba(196, 149, 47, 0.8));
}

.custom-block-illuma .container iframe {
  width: 100%;
  height: 330px;
}

.paragraph--type--np-grid-wrapper .paragraph--type--np-video iframe {
  max-width: 100%;
}

.custom-block-illuma .container.with-button {
  max-width: 670px;
  margin: 0 auto;
}

.custom-block-illuma .container.with-button img {
  width: 40%;
  margin-top: 1rem;
}

.custom-block-illuma .container.with-button .left-block,
.custom-block-illuma .container.with-button .right-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 49%;
}

.custom-block-illuma .container.with-button .custom-button {
  width: 100%;
  font-size: 0.75rem;
}

.custom-block-illuma .title-with-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.custom-block-illuma .title-with-icons img {
  margin: 0 0.25rem 0 1rem;
  width: 20px;
}

.custom-block-illuma.under-slider .container {
  align-items: stretch;
}

.custom-block-illuma .title-bold {
  font-weight: bold;
}

.custom-block-illuma.patch-block .container {
  justify-content: center;
  text-align: center;
}

.custom-block-illuma.patch-block .container:nth-child(2) {
  flex-direction: column-reverse;
}

.custom-block-illuma.patch-block .container:nth-child(2) .right-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.custom-block-illuma .container img {
  width: 100%;
}

.custom-block-illuma .container .padding-left {
  padding-left: 3rem;
}

.custom-block-illuma .container .padding-right {
  padding-right: 3rem;
}

.custom-block-illuma .container .link {
  text-decoration: none;
  color: inherit;
}


@media screen and (min-width: 768px) {
  .custom-block-illuma.patch-block .container:nth-child(2) {
    flex-direction: row;
  }

  .custom-block-illuma.patch-block .container:nth-child(2) .right-block {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1600px) {
  .custom-block-illuma.under-slider.grid-full {
    margin-left: -290px;
  }
}

.custom-block-illuma .menu-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3rem 0;
}

.custom-block-illuma .menu-products .product {
  flex-basis: 20%;
  text-align: center;
  padding: 0.5rem 1rem;
}

.custom-block-illuma .menu-products .product-current {
  background-color: #fff9ed;
}

.custom-block-illuma .menu-products .product-current h3 {
  font-weight: bold;
}

.custom-block-illuma .menu-products .product h3 {
  position: relative;
  margin: 0 auto 1.5rem auto;
}

.custom-block-illuma .menu-products .product h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 2px;
  width: 100%;
  background-color: rgb(196,149,47);
}

.custom-block-illuma .menu-products .product-container {
	display: flex;
	flex-direction: column;
}

.custom-block-illuma .menu-products .product-wrapper {
	flex-basis: 80%;
}

@media screen and (max-width: 768px) {
  .custom-block-illuma .menu-products .product p,
  .custom-block-illuma .menu-products .product br {
    display: none;
  }

  .custom-block-illuma .menu-products .product {
    padding: 0;
  }

  .custom-block-illuma .menu-products .product h3 {
    width: 100%;
    margin: 1rem auto;
  }

  .custom-block-illuma .menu-products .product h3:after {
    bottom: -1rem;
  }
}


@media screen and (min-width: 768px) {
  .wide-background {
    width: 100vw !important;
  }

  .wide-background-wrapper {
    max-width: 1600px;
    margin: 0 auto;
  }

  .custom-block-illuma .left-block {
    margin-bottom: 0;
  }


  .custom-block-illuma.under-slider .left-block {
    padding: 3rem;
    max-width: 650px;
    margin-left: 17%;
  }


  .js-app-bar-bottom button {
    background: rgb(196,149,47);
  }

  .hero-area-image-text.right {
    right: 15%;
    left: 15%;
    width: 70%;
  }

  .hero-area-image-text.left {
    left: 15%;
    right: auto;
    text-align: left;
  }

  .hero-area-image-text h1 {
    margin-bottom: 1rem;
  }

  .hero-area-image-text p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .custom-block-illuma .custom-button {
    padding: 1rem;
  }

  .custom-block-illuma .container {
    flex-direction: row;
  }

  .custom-block-illuma .left-block,
  .custom-block-illuma .right-block {
    flex-basis: 50%;
  }

  .custom-block-illuma.patch-block .container:first-child .left-block {
    margin-right: 3rem;
    flex-basis: 20%;
  }

  .custom-block-illuma.patch-block .container:first-child .right-block {
    flex-basis: 35%;
  }

  .custom-block-illuma.patch-block .container:nth-child(2) .left-block {
    flex-basis: 35%;
  }

  .custom-block-illuma.patch-block .container:nth-child(2) .right-block {
    flex-basis: 20%;
    margin-left: 3rem;
  }
}

#np_text-16101 .custom-block-illuma .left-block {
	flex-basis: 100%;
}

#np_text-16101 .custom-block-illuma.under-slider .left-block {
	margin-left: 0;
}

@media screen and (min-width: 1300px) {
  .sidebar-left {
    background-color: rgba(255, 230, 153, 0.35);
  }

  .custom-block-illuma .container.with-button .custom-button {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .custom-block-illuma .menu-products,
  .custom-block-illuma .menu-products .product-container {
    flex-direction: row;
  }
  
  .custom-block-illuma .menu-products .product-container .product {
		flex-basis: 25%;
	}
}

#illuma-accordion td {
  border: none;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.5rem;
}

#illuma-accordion table {
  border: none;
  width: 100% !important;
}

#illuma-accordion td:first-child {
  background-color: #fafaf7;
  width: 25% !important;
  color: #c4952f;
}

#illuma-accordion .table-several-levels td:first-child {
  color: #7f7f7f;
  background-color: #fff;
  width: 45% !important;
}

#illuma-accordion .table-border-bottom td {
  width: calc(100% / 6) !important;
  border-bottom: 2px solid #c4952f;
  padding: 1rem 0.5rem;
}

#illuma-accordion .table-border-bottom td:first-child {
  color: #7f7f7f;
  background-color: #fff;
  width: calc(100% / 6) !important;
}

#illuma-accordion .tbody tr:nth-child(odd) {
	background-color: #fff;
}

tbody tr:nth-child(odd) {
	background-color: transparent !important;
}

.paragraph--type--dropdown#illuma-accordion .accordion-item__title {
  color: #c4952f;
  margin: 0;
  padding: 0.5rem 1rem;
  position: relative;
}

.paragraph--type--dropdown#illuma-accordion {
  margin-bottom: 2rem;
}

.paragraph--type--dropdown#illuma-accordion .accordion-item {
  border-bottom: 2px solid#c4952f;;
  margin: 0;
}

.paragraph--type--dropdown#illuma-accordion .accordion-item.open {
  background-color: #c4952f;
}

.paragraph--type--dropdown#illuma-accordion .accordion-item.open .accordion-item__title {
  color: #fff;
}

.paragraph--type--dropdown#illuma-accordion .accordion-item__title:after {
  right: 10px;
  top: 30%;
}

.paragraph--type--dropdown#illuma-accordion .accordion-item__text {
  background-color: #fff;
  padding: 0;
}

.paragraph--type--dropdown#illuma-accordion .accordion-item__text h4 {
  margin-top: 1rem;
}

.form__gray-bg {
  background-color: transparent;
  padding: 0;
}

.webform-section-title {
  margin: 0 auto;
  padding: 1.5rem 2rem 2rem 2rem;
  background-color: rgb(255, 251, 243);
  border-top: 1px solid rgb(193, 144, 41);
  border-left: 1px solid rgb(193, 144, 41);
  border-right: 1px solid rgb(193, 144, 41);
}

.webform-section-wrapper {
  margin: 0 auto;
  padding: 0 2rem 1rem 2rem;
  background-color: rgb(255, 251, 243);
  border-bottom: 1px solid rgb(193, 144, 41);
  border-left: 1px solid rgb(193, 144, 41);
  border-right: 1px solid rgb(193, 144, 41);
}

@media (min-width: 768px) {
  .webform-section-wrapper,
  .webform-section-title {
    width: 70%;
  }

}

/*form label,*/
/*fieldset legend {*/
/*  color: #7f7f7f;*/
/*}*/

/*form select,*/
/*form input[type="text"], form input[type="email"],*/
/*form input[type="password"], form input[type="date"],*/
/*form input[type="tel"], form input[type="number"] {*/
/*  border: 1px solid rgb(193,144,41);*/
/*  border-radius: 8px;*/
/*}*/

/*form .form-submit {*/
/*  background-color: rgb(193,144,41);*/
/*  border-radius: 0;*/
/*}*/

/*form .form-submit:hover {*/
/*  background-color: rgba(193,144,41, 0.8);*/
/*}*/

/*a {*/
/*  color: inherit;*/
/*  text-decoration: none;*/
/*  word-break: break-all;*/
/*}*/

.form-item-terms-conditions {
  width: fit-content;
  display: block;
  margin: 0 auto 1.25rem auto;
}

.form-item-terms-conditions a {
  color: rgba(193,144,41);
  text-decoration: underline;
}

/*form .js-form-type-checkbox label:before {*/
/*  border-radius: 50%;*/
/*}*/

/*form .js-form-type-checkbox input:checked ~ label:before {*/
/*  color: #cbcfe1;*/
/*}*/

.title-with-image img {
  display: inline;
  width: 50px;
  vertical-align: middle;
  margin-bottom: 0.5rem;
}

.wrapper-table {
  border: 1px solid #c4952f;
  border-radius: 20px;
  padding-top: 3rem;
  position: relative;
  margin-top: 2rem;
}
.wrapper-table h3 {
  width: 300px;
  background-color: #fdfaf3;
  position: absolute;
  top: -20px;
  left: calc((100% - 300px)/2);
  text-align: center;
}

.wrapper-table:nth-child(2) h3 {
  width: 150px;
  left: calc((100% - 150px)/2);
}

.wrapper-table table {
  width: 100%;
  text-align: center;
  border-radius: 0 0 20px 20px;
  color: #683516;
}

.wrapper-table td {
  padding: 0.5rem;
}

.wrapper-table thead td {
  font-weight: bold;
}

.custom-block-illuma .block-bg {
  background-image: url("/sites/default/files/2022-09/fstap-icon-2.png");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: bottom;
  height: auto;
  padding-bottom: 240px;
}

.custom-block-illuma .block-bg .text {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.text-img {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.text-img img {
  width: 50px;
  margin-right: 1.5rem;
  height: auto;
}

.custom-block-illuma .block-with-text {
  display: flex;
  padding: 1.5rem 1rem;
  border: 1px solid #385368;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  color: #385368;
}

.custom-block-illuma .block-with-text.dark {
  background-color: #385368;
  color: #fff;
  position: relative;
}

.custom-block-illuma .block-with-text.dark:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #385368;
  transform: rotate(45deg);
  bottom: -20px;
  left: calc((100% - 70px)/2);
  z-index: 0;
}

.custom-block-illuma .block-with-text p {
  flex-basis: 50%;
}

.custom-block-illuma .block-with-text p:first-child {
  padding: 1.5rem 1rem 1.5rem 0;
  border-right: 1px solid #385368;
}

.custom-block-illuma .block-with-text.dark p:first-child {
  border-color: #fff;
}

.custom-block-illuma .block-with-text p:last-child {
  padding: 1.5rem 0 1.5rem 1rem;
}

.custom-block-illuma .block-with-text.dark p {
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.custom-block-illuma .text-border {
  max-width: 450px;
  width: 100%;
  margin: 3rem auto;
  display: flex;
  border: 2px solid #c4952f;
  border-radius: 10px;
  padding: 1rem;
  justify-content: space-between;
  position: relative;
}

.custom-block-illuma .text-border:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url("/sites/default/files/2022-09/fstap-icon-5.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -30px;
  left: -20px;
}

.cards-list__card--type-c .cards-list__inner .icon {
  top: 30px;
  left: 2rem;
}

.cards-list__card--type-c .cards-list__inner .wrap-link {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2rem;
}

.cards-list__card--type-c .cards-list__inner .wrap-link .image {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #e7b133;
  border-radius: 0;
}

.cards-list__card--type-c .cards-list__inner .wrap-link .bottom-content {
  margin-top: 0;
}

.cards-list__card--type-c .cards-list__inner {
  border-radius: 0;
}

.container-list .custom-list {
  margin: 0 2rem;
  list-style: none;
}

.container-list .custom-list li {
  margin-bottom: 1rem;
  display: flex;
}

.container-list .custom-list li span {
  flex-basis: calc(100% - 40px - 0.75rem);
}

.container-list .custom-list li::before {
  content: "";
  display: block;
  background-image: url(/sites/default/files/2022-09/icon-list.png);
  width: 40px;
  flex-basis: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.75rem;
}

@media (min-width: 768px) {
  .container-list {
    display: flex;
    justify-content: center;
  }
  .container-list .custom-list {
    font-size: 1.25rem;
  }
  .custom-block-illuma .text-border {
    padding: 1rem 4rem;
  }

  .text-img,
  .big-font {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .text-img img {
    width: 70px;
    margin-right: 2rem;
  }

  .wrapper-table h3 {
    width: 500px;
    left: calc((100% - 500px)/2);
  }

  .title-with-image img {
    width: 80px;
  }

  .custom-block-illuma .block-bg {
    background-position: right;
    height: 240px;
    padding-bottom: 0;
  }

  .custom-block-illuma .block-bg .text {
    width: calc(100% - 250px);
    text-align: left;
    font-size: 1.25rem;
  }
}

@media (min-width: 968px) {
  .text-absolut-position {
    position: relative;
  }

  .text-absolut-position small {
    line-height: 1;
  }

  .text-absolut-position.bottom-right {
    top: -160px;
    right: 0;
    text-align: right;
    margin-bottom: -120px;
  }

  .text-absolut-position.bottom-left {
    top: -120px;
    right: 0;
    margin-bottom: -100px;
  }
}

@media (min-width: 1600px) {
  .wrapper-table h3 {
    width: 650px;
    left: calc((100% - 650px)/2);
  }

  .wrapper-table:nth-child(2) h3 {
    width: 300px;
    left: calc((100% - 300px)/2);
  }
}

.shop-product {
  align-items: center;
}

@media screen and (min-width: 768px) {
  .paragraph--type--np-grid-wrapper .paragraph--type--np-video iframe {
    height: 380px;
  }

  .shop-product .price {
    text-align: center;
  }
}

.shop-product .title h3 {
  line-height: 1.3;
  max-width: 180px;
}

.shop-product .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0.25rem 0;
}

.shop-product .short-description {
  display: none;
}

.order-items td.checkout-text {
  display: none;
}

.checkout-product-listing-wrapper td.product-preview .pos-content-area {
  margin-right: auto;
}

.view-wyeth-shop-product-listing .form-item-field-topic-target-id,
.quick-buy-button {
  display: none;
}

.view-wyeth-shop-product-listing .view-content {
  display: flex;
  flex-direction: column;
}

.order-summary-block__products .order-items .order-item:nth-child(2),
.delivery-info:nth-child(2) .delivery-list .delivery-item:nth-child(2),
.delivery-info .help-text {
  display: none;
}

.ui-datepicker .ui-datepicker-next span {
  right: 15px;
  left: auto;
}

.custom-block-illuma .button.btn-primary.download {
  margin: 0 auto;
}

body.page-node-type-article-brand .content-page-title__inner h1{
  color: #AA782D !important;
  -webkit-text-fill-color: #AA782D !important;
}

body.page-node-type-article-brand #abstract-block .field--item:first-child p {
  color: rgba(0,0,0,0.85) !important;
}

body.page-node-type-article-brand #abstract-block .abstract__tools__item a,
body.page-node-type-article-brand #abstract-block .abstract__tools__item i,
body.page-node-type-article-brand #abstract-block .abstract__tools__item span,
body.page-node-type-article-brand #abstract-block .field--item:first-child p,
body.page-node-type-article-brand #abstract-block .abstract__tools .abstract__tools__item span {
  color: #C39741 !important;
}

body.page-node-type-article-brand #abstract-block .abstract__tools__item#listen-article:hover,
body.page-node-type-article-brand #abstract-block .abstract__tools__item.share:hover,
body.page-node-type-article-brand #abstract-block .abstract__tools__item.flag-bookmark:hover {
  background-color: rgba(195, 151, 65, 0.2) !important;
}


body.page-node-type-article-brand #abstract-block .panel-body {
  background: linear-gradient(120deg, #D7CFBE 10%, #F8F2ED 65%, #D7CFBE 110%) !important;
}

@media (min-width: 768px) {
  .shop-product {
    height: auto;
  }
}

.cards-list__card--type-g .cards-list__inner .cards-list__content .bottom-content {
  text-align: center;
}

.shop-product .order-button a {
  display: flex;
  align-items: center;
}

.shop-product .order-button a:before {
  content: "\e8cc";
}

.shop-product .order-button a {
  width: 100%;
}

.product-count__container .set-count {
  border-radius: 0;
  height: 2.5rem;
}

.product-count__container input {
  height: 2.5rem;
  border: none;
}

.shop-product .title h3 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-node-type-product .hero-area-inner h1 {
    font-size: 1.5rem;
  }
}

label[for="edit-field-product-stage-target-id"] {
	display: none;
}

.simple-text a {
	text-decoration:none;
}

.simple-text a:hover {
    opacity: 1;
}

.custom-block-illuma .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  margin: 1.5rem auto;
}

.custom-block-illuma .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 0;
}

@media (min-width: 641px) {
  .custom-block-illuma .cards {
    flex-direction: row;
    flex-wrap:wrap;
  }
  .custom-block-illuma .card {
	  flex-basis: 47%;
  	margin: 1rem 1.5%;
  }
}

.search-block__title {
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

.page-node-type-shop-product article img {
	margin:0 auto;
}
.navigation-assistant-back i {
  color: var(--color-brand1-500);
}

/*START Section menu*/
.paragraph-links-menu.full-width:not(.paragraph-fixed) {
	position: static;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  grid-template-columns: auto;
}

.paragraph.paragraph-fixed {
  position: static;
  width:auto;
  z-index:999;
}

.np-section-menu--wrapper p {
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph--type--np-section-menu {
	padding: 0;
}

.np-section-menu--section-title {
  margin: 0;
}

.np-section-menu--section .np-secion-menu--item a {
	margin:0 auto;
}

.np-section-menu--wrapper {
  position: relative;
  padding: 0.5rem 0;
  background-color: #192260;
}

.modal-menu__body .np-section-menu--wrapper {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.np-section-menu--wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 2.5rem);
  height: 10px;
  left: -1.25rem;
  top: 0;
  background: linear-gradient(90deg,rgba(244,213,149,1) 40%,rgba(155,107,83,1) 65%);
} 

.np-section-menu--wrapper:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 2.5rem);
  height: 10px;
  left: -1.25rem;
  bottom: 0;
  background: linear-gradient(90deg,rgba(244,213,149,1) 40%,rgba(155,107,83,1) 65%);
} 

.modal-menu__body .np-section-menu--wrapper:after,
.modal-menu__body .np-section-menu--wrapper:before {
  display: none;
}

.np-section-menu--wrapper a {
  text-decoration: none;
  transform: scale(1);
  transition: 100ms;
  text-align: center;
  color: #ecc889;
  font-size: 1.5rem;
  justify-content: center !important;
}

.modal-menu__body .np-section-menu--wrapper a {
  font-size: 1rem;
  justify-content: flex-start !important;
}

.paragraph-links-menu .np-section-menu--section .links-menu-item__text {
	font-weight:400;
}

.np-secion-menu--item {
  margin-bottom: 0;
  padding: 1rem 0;
  position: relative;
}

.np-secion-menu--item:after {
  content: "";
  position: absolute;
  display: block;
  width: 90%;
  height: 2px;
  left: 5%;
  bottom: 0;
  background: linear-gradient(90deg,rgba(244,213,149,1) 40%,rgba(155,107,83,1) 65%);
}

@media screen and (min-width: 768px) {
	.paragraph.paragraph-fixed,
	.paragraph-links-menu.full-width:not(.paragraph-fixed) {
		position: relative;
    margin-left: -50vw;
    margin-right: -50vw;
    grid-template-columns: var(--template);
	}

	.np-section-menu--wrapper {
    padding: 0;
    flex-wrap:nowrap;
  }
  
  .np-section-menu--wrapper a {
    color: #282561;
    font-weight: 600;
  }
  
  .modal-menu__body .np-section-menu--wrapper a {
    color: #fff;
    font-weight: normal;
    text-shadow: none;
  }
  
  .np-section-menu--wrapper a:hover {
    transform: scale(1.1);
  }
  
  .modal-menu__body .np-section-menu--wrapper a:hover {
    transform: scale(1);
  }
  
  .np-section-menu--wrapper:before,
  .np-section-menu--wrapper:after,
  .np-secion-menu--item:after {
    display: none;
  }
  
  .desktop-items-1 .np-secion-menu--item {
    flex: 1;
    margin: 0;
    padding: 1rem 0.5rem;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(244,213,149,1) 7%, rgba(155,107,83,1) 50%, rgba(152,100,74,1) 63%, rgba(244,213,149,1) 88%, rgba(255,255,255,1) 100%);
  }
  
  .desktop-items-1 .np-secion-menu--item:first-child {
    background: linear-gradient(90deg, rgba(244,213,149,1) 0%, rgba(155,107,83,1) 50%, rgba(152,100,74,1) 63%, rgba(244,213,149,1) 88%, rgba(255,255,255,1) 100%);
  }
  
  .desktop-items-1 .np-secion-menu--item:last-child {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(244,213,149,1) 7%, rgba(155,107,83,1) 50%, rgba(152,100,74,1) 63%, rgba(244,213,149,1) 88%);
  }
}
/*END Section menu*/

/*START for /human-affinity-story*/
#np_text-37168 {
 background: #ddecff;
 border-radius: 1.5rem;
}

#np_text-37168 .paragraph-wrapper {
  padding: 3rem 1.25rem;
}

@media (min-width: 641px) {
	#np_text-37168 .paragraph-wrapper {
	  padding: 3rem;
	}
}
/*END for /human-affinity-story*/

/*START for main page*/
#np_text-35719 .paragraph-wrapper {
	padding:0;
}
/*END for main page*/


/*START custom global */
.paragraph-grid-wrapper__content {
	align-items:center;
}
/*END custom global*/
