*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0;
}
.bottom-0 {
  bottom: 0;
}
.bottom-10p {
  bottom: 10%;
}
.bottom-10vw {
  bottom: 10vw;
}
.bottom-13p {
  bottom: 13%;
}
.bottom-16p {
  bottom: 16%;
}
.bottom-8p {
  bottom: 8%;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.left-20 {
  left: 20px;
}
.left-23p {
  left: 23%;
}
.left-25 {
  left: 25px;
}
.left-30 {
  left: 30px;
}
.left-30p {
  left: 30%;
}
.right-0 {
  right: 0;
}
.right-10 {
  right: 10px;
}
.right-20 {
  right: 20px;
}
.right-20p {
  right: 20%;
}
.right-21p {
  right: 21%;
}
.right-71p {
  right: 71%;
}
.right-8p {
  right: 8%;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 10px;
}
.top-20p {
  top: 20%;
}
.top-30 {
  top: 30px;
}
.top-30p {
  top: 30%;
}
.top-7 {
  top: 7px;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-11 {
  z-index: 11;
}
.z-20 {
  z-index: 20;
}
.z-99 {
  z-index: 99;
}
.z-999 {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.clear-left {
  clear: left;
}
.-m-px {
  margin: -1px;
}
.m-0 {
  margin: 0;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mt-5 {
  margin-top: -5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-11 {
  margin-bottom: 11px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-19 {
  margin-bottom: 19px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mb-78 {
  margin-bottom: 78px;
}
.mb-8 {
  margin-bottom: 8px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-2 {
  margin-left: 2px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-auto {
  margin-left: auto;
}
.mr-10 {
  margin-right: 10px;
}
.mr-10p {
  margin-right: 10%;
}
.mr-12 {
  margin-right: 12px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-11 {
  margin-top: 11px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-33 {
  margin-top: 33px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-43 {
  margin-top: 43px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-64 {
  margin-top: 64px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-86 {
  margin-top: 86px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-auto {
  height: auto !important;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 10px;
}
.h-11 {
  height: 11px;
}
.h-12 {
  height: 12px;
}
.h-14 {
  height: 14px;
}
.h-16 {
  height: 16px;
}
.h-17 {
  height: 17px;
}
.h-18 {
  height: 18px;
}
.h-20 {
  height: 20px;
}
.h-24 {
  height: 24px;
}
.h-27 {
  height: 27px;
}
.h-28 {
  height: 28px;
}
.h-380 {
  height: 380px;
}
.h-42 {
  height: 42px;
}
.h-450 {
  height: 450px;
}
.h-480 {
  height: 480px;
}
.h-50 {
  height: 50px;
}
.h-7 {
  height: 7px;
}
.h-70 {
  height: 70px;
}
.h-70v {
  height: 70vh;
}
.h-75 {
  height: 75px;
}
.h-94v {
  height: 94vh;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-200 {
  max-height: 200px;
}
.max-h-50 {
  max-height: 50px;
}
.min-h-260 {
  min-height: 260px;
}
.min-h-480 {
  min-height: 480px;
}
.min-h-50 {
  min-height: 50px;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-100 {
  width: 100px;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-117 {
  width: 117px;
}
.w-12 {
  width: 12px;
}
.w-130 {
  width: 130px;
}
.w-14 {
  width: 14px;
}
.w-16 {
  width: 16px;
}
.w-17 {
  width: 17px;
}
.w-18 {
  width: 18px;
}
.w-19vw {
  width: 19vw;
}
.w-2\/9 {
  width: 22.2222%;
}
.w-20 {
  width: 20px;
}
.w-22 {
  width: 22px;
}
.w-24 {
  width: 24px;
}
.w-28 {
  width: 28px;
}
.w-3\/12 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-300 {
  width: 300px;
}
.w-30p {
  width: 30%;
}
.w-31 {
  width: 31px;
}
.w-35 {
  width: 35px;
}
.w-35vw {
  width: 35vw;
}
.w-4\/5 {
  width: 80%;
}
.w-42 {
  width: 42px;
}
.w-6\/12 {
  width: 50%;
}
.w-62 {
  width: 62px;
}
.w-70p {
  width: 70%;
}
.w-75 {
  width: 75px;
}
.w-8\/9 {
  width: 88.888%;
}
.w-80 {
  width: 80px;
}
.w-83 {
  width: 83px;
}
.w-90p {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-150 {
  min-width: 150px;
}
.min-w-360 {
  min-width: 360px;
}
.min-w-62 {
  min-width: 62px;
}
.max-w-396 {
  max-width: 396px;
}
.max-w-50 {
  max-width: 50px;
}
.max-w-576 {
  max-width: 576px;
}
.max-w-80 {
  max-width: 80px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-start {
  place-items: start;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-20 {
  gap: 20px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-5 {
  border-radius: 5px;
}
.rounded-50 {
  border-radius: 50px;
}
.rounded-half {
  border-radius: 50%;
}
.rounded-bl-5 {
  border-bottom-left-radius: 5px;
}
.rounded-br-5 {
  border-bottom-right-radius: 5px;
}
.border {
  border-width: 1px;
}
.border-1 {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l-0 {
  border-left-width: 0;
}
.border-r-0 {
  border-right-width: 0;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0;
}
.border-solid {
  border-style: solid;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-borderGrey {
  --tw-border-opacity: 1;
  border-color: rgb(242 240 240 / var(--tw-border-opacity, 1));
}
.border-greyDivider {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-hrLine {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 81 151 / var(--tw-border-opacity, 1));
}
.border-t-pinkline {
  --tw-border-opacity: 1;
  border-top-color: rgb(218 18 133 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-brandPinkText {
  --tw-bg-opacity: 1;
  background-color: rgb(211 79 146 / var(--tw-bg-opacity, 1));
}
.bg-callOut {
  --tw-bg-opacity: 1;
  background-color: rgb(158 0 133 / var(--tw-bg-opacity, 1));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 247 / var(--tw-bg-opacity, 1));
}
.bg-maroon {
  --tw-bg-opacity: 1;
  background-color: rgb(163 15 125 / var(--tw-bg-opacity, 1));
}
.bg-newpink {
  --tw-bg-opacity: 1;
  background-color: rgb(220 70 156 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(245 81 151 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.p-0 {
  padding: 0;
}
.p-10 {
  padding: 10px;
}
.p-12 {
  padding: 12px;
}
.p-2 {
  padding: 2px;
}
.p-30 {
  padding: 30px;
}
.p-5 {
  padding: 5px;
}
.p-6 {
  padding: 6px;
}
.p-8 {
  padding: 8px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-23 {
  padding-top: 23px;
  padding-bottom: 23px;
}
.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-60 {
  padding-left: 60px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-5 {
  padding-right: 5px;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-11 {
  padding-top: 11px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-27 {
  padding-top: 27px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-8 {
  padding-top: 8px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-AvenirHeavy {
  font-family: Avenir LT W04_85 Heavy1475548;
}
.font-AvenirMedium {
  font-family: Avenir LT W04_65 Medium1475536;
}
.font-AvenirRoman {
  font-family: Avenir LT W04_55 Roman1475524;
}
.font-IntroBlack {
  font-family: Intro W03 Black;
}
.font-PHCPlayfulF4Bold {
  font-family: PHCPlayfulF4-Bold;
}
.font-PHCPlayfulF4Book {
  font-family: PHCPlayfulF4-Book;
}
.font-PHCPlayfulF4Medium {
  font-family: PHCPlayfulF4-Medium;
}
.font-franksta {
  font-family: FrankfurterSta;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-15 {
  font-size: 15px;
}
.text-16 {
  font-size: 16px;
}
.text-17 {
  font-size: 17px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-22 {
  font-size: 22px;
}
.text-26 {
  font-size: 26px;
}
.text-28 {
  font-size: 28px;
}
.text-30 {
  font-size: 30px;
}
.text-38 {
  font-size: 38px;
}
.text-42 {
  font-size: 42px;
}
.text-60 {
  font-size: 60px;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-16 {
  line-height: 16px;
}
.leading-18 {
  line-height: 18px;
}
.leading-20 {
  line-height: 20px;
}
.leading-22 {
  line-height: 22px;
}
.leading-23 {
  line-height: 23px;
}
.leading-24 {
  line-height: 24px;
}
.leading-25 {
  line-height: 25px;
}
.leading-26 {
  line-height: 26px;
}
.leading-27 {
  line-height: 27px;
}
.leading-28 {
  line-height: 28px;
}
.leading-30 {
  line-height: 30px;
}
.leading-34 {
  line-height: 34px;
}
.leading-36 {
  line-height: 36px;
}
.leading-38 {
  line-height: 38px;
}
.leading-60 {
  line-height: 60px;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-1 {
  letter-spacing: 1px;
}
.tracking-half {
  letter-spacing: 0.5px;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-bodytext {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}
.text-brandYellow {
  --tw-text-opacity: 1;
  color: rgb(255 242 45 / var(--tw-text-opacity, 1));
}
.text-darkGrey {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.text-darkMaroon {
  --tw-text-opacity: 1;
  color: rgb(206 59 138 / var(--tw-text-opacity, 1));
}
.text-darkerMaroon {
  --tw-text-opacity: 1;
  color: rgb(175 44 115 / var(--tw-text-opacity, 1));
}
.text-geryLight {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}
.text-headerBlue {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.text-menuItemGrey {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.text-overlineBlue {
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
}
.text-ratingCountGrey {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-whiteGrey {
  --tw-text-opacity: 1;
  color: rgb(211 223 242 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-100 {
  opacity: 1;
}
.opacity-75 {
  opacity: .75;
}
.opacity-85 {
  opacity: .85;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.container {
  width: 100%;
}
@media (min-width: 320px) {

  .container {
    max-width: 320px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1232px) {

  .container {
    max-width: 1232px;
  }
}
.typographyAnchors {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.header3-intro {
  font-family: PHCPlayfulF4-Book;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.sortbywrapper ul .header3-intro,
.review-list-wrapper ul .header3-intro {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}

.productpage-overallvalue-wrapper .header3-intro,
.prodcutpage-overallquality-wrapper .header3-intro {
  margin-left: 0;
  font-family: Avenir LT W04_85 Heavy1475548;
  font-size: 22px;
  line-height: 22px;
}

#modalSelector .header3-intro,
#header-wrapper .header3-intro,
.menu-items-wrapper .header3-intro {
    
}

.home-page-font-override .header3-intro {
    
}

#modalSelector .header3-intro,
#header-wrapper .header3-intro,
.header-wrapper .header3-intro,
.menu-items-wrapper .header3-intro {
    
}

.carousal-header-intro {
  font-family: FrankfurterSta;
  font-size: 22px;
}
.carousal-header-avenir {
  font-family: PHCPlayfulF4-Book;
  font-size: 22px;
  font-weight: 700;
}
.sortbywrapper ul .carousal-header-avenir,
.review-list-wrapper ul .carousal-header-avenir {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.productpage-overallvalue-wrapper .carousal-header-avenir,
.prodcutpage-overallquality-wrapper .carousal-header-avenir {
  margin-left: 0;
  font-family: Avenir LT W04_85 Heavy1475548;
  font-size: 22px;
  line-height: 22px;
}
#modalSelector .carousal-header-avenir,
#header-wrapper .carousal-header-avenir,
.menu-items-wrapper .carousal-header-avenir {
    
}
.home-page-font-override .carousal-header-avenir {
    
}
#modalSelector .carousal-header-avenir,
#header-wrapper .carousal-header-avenir,
.header-wrapper .carousal-header-avenir,
.menu-items-wrapper .carousal-header-avenir {
    
}
.body1 {
  font-family: Avenir LT W04_55 Roman1475524;
  font-size: 18px;
  line-height: 26px;
}

.body2 {
  font-family: PHCPlayfulF4-Book;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

#modalSelector .body2,
#header-wrapper .body2,
.menu-items-wrapper .body2 {
    
}

.home-page-font-override .body2 {
    
}

#modalSelector .body2,
#header-wrapper .body2,
.header-wrapper .body2,
.menu-items-wrapper .body2 {
    
}
.body2-callout {
  font-family: PHCPlayfulF4-Book;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}
#modalSelector .body2-callout,
#header-wrapper .body2-callout,
.menu-items-wrapper .body2-callout {
    
}
.home-page-font-override .body2-callout {
    
}
#modalSelector .body2-callout,
#header-wrapper .body2-callout,
.header-wrapper .body2-callout,
.menu-items-wrapper .body2-callout {
    
}

.Primary-button {
  display: inline-block;
  border-radius: 30px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(206 59 138 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: PHCPlayfulF4-Book;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(206 59 138 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#modalSelector .Primary-button,
#header-wrapper .Primary-button,
.menu-items-wrapper .Primary-button {
    
}

.home-page-font-override .Primary-button {
    
}

#modalSelector .Primary-button,
#header-wrapper .Primary-button,
.header-wrapper .Primary-button,
.menu-items-wrapper .Primary-button {
    
}
.Primary-button:hover {
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(206 59 138 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 242 45 / var(--tw-text-opacity, 1));
}
.Primary-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.Primary-button a:hover {
  text-decoration-line: none;
}
.secondary-button {
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(9 53 122 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 122 / var(--tw-bg-opacity, 1));
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Intro W03 Black;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.secondary-button:hover {
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(9 53 122 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Intro W03 Black;
  text-transform: uppercase;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}

.Primary-tr-button {
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 39px;
  padding-right: 39px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Intro W03 Black;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.Primary-tr-button:hover {
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(9 53 122 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Intro W03 Black;
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.Primary-tr-bl-button {
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(9 53 122 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Intro W03 Black;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}

.Primary-tr-bl-button:hover {
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(9 53 122 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Intro W03 Black;
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}

.subtitle1 {
  font-family: Avenir LT W04_55 Roman1475524;
  font-size: 20px;
  line-height: 26px;
}

.subtitle2 {
  font-family: Intro W03 Black;
  font-size: 22px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}

.subtitle3 {
  font-family: PHCPlayfulF4-Book;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.sortbywrapper ul .subtitle3,
.review-list-wrapper ul .subtitle3 {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}

.productpage-overallvalue-wrapper .subtitle3,
.prodcutpage-overallquality-wrapper .subtitle3 {
  margin-left: 0;
  font-family: Avenir LT W04_85 Heavy1475548;
  font-size: 22px;
  line-height: 22px;
}

#modalSelector .subtitle3,
#header-wrapper .subtitle3,
.menu-items-wrapper .subtitle3 {
    
}

.home-page-font-override .subtitle3 {
    
}

#modalSelector .subtitle3,
#header-wrapper .subtitle3,
.header-wrapper .subtitle3,
.menu-items-wrapper .subtitle3 {
    
}

.caption {
  font-family: Avenir LT W04_55 Roman1475524;
  font-size: 14px;
  line-height: 24px;
}

.overline {
  font-family: Avenir LT W04_55 Roman1475524;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
}
.header1-intro-reg {
  font-family: Intro W03 Regular;
  font-size: 32px;
  line-height: 38px;
}
@media (min-width: 768px) {

  .header1-intro-reg {
    font-size: 38px;
  }
}
.section-title-intro {
  font-family: Intro W03 Black;
  font-size: 20px;
  line-height: 20px;
}
.section-title-intro-reg {
  font-family: Intro W03 Regular;
  font-size: 20px;
  line-height: 20px;
}
.hp-banner-title {
  font-family: Intro W03 Regular;
  font-size: 32px;
  line-height: 32px;
}
.hp-banner-subtitle {
  font-family: PHCPlayfulF4-Book;
  font-size: 32px;
  line-height: 32px;
}
#modalSelector .hp-banner-subtitle,
#header-wrapper .hp-banner-subtitle,
.menu-items-wrapper .hp-banner-subtitle {
    
}
.home-page-font-override .hp-banner-subtitle {
    
}
#modalSelector .hp-banner-subtitle,
#header-wrapper .hp-banner-subtitle,
.header-wrapper .hp-banner-subtitle,
.menu-items-wrapper .hp-banner-subtitle {
    
}
.hp-banner-titlecontent {
  font-family: Avenir LT W04_55 Roman1475524;
  font-size: 20px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
}
.card3 {
  font-family: PHCPlayfulF4-Book;
  font-weight: 700;
  line-height: 26px;
}
.sortbywrapper ul .card3,
.review-list-wrapper ul .card3 {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.productpage-overallvalue-wrapper .card3,
.prodcutpage-overallquality-wrapper .card3 {
  margin-left: 0;
  font-family: Avenir LT W04_85 Heavy1475548;
  font-size: 22px;
  line-height: 22px;
}
#modalSelector .card3,
#header-wrapper .card3,
.menu-items-wrapper .card3 {
    
}
.home-page-font-override .card3 {
    
}
#modalSelector .card3,
#header-wrapper .card3,
.header-wrapper .card3,
.menu-items-wrapper .card3 {
    
}

.carousal-subtitle {
  font-family: Intro W03 Regular;
  font-size: 22px;
  line-height: 24px;
}

@media (min-width: 768px) {
    .hero-banner-text {
        font-size: 26px;
        letter-spacing: 0;
        font-weight: 400;
    }
    .banner-intro-black {
    font-family: Intro W03 Black;
    font-size: 44px;
    line-height: 44px;
  }	
    .banner-intro-reg {
    font-family: Intro W03 Regular;
    font-size: 44px;
    line-height: 44px;
  }
}

@media (min-width: 1024px) {

    /* h1, .header1 {
        @apply text-55 leading-55;
    }
    h2, .header2 {
        @apply text-44 leading-44;
    }
    h3, .header3 {
        @apply text-42 leading-54;;
    }
    .header3-intro {
        @apply text-40 leading-40;
    }
    h4, .header4 {
        @apply text-40 leading-52;
    }
    .header4-intro {
        @apply text-38 leading-38;
    }
    h5, .header5 {
        @apply text-26 leading-26;
    }
    h6, .header6 {
        @apply text-24 leading-32;
    } */
   
    .hero-banner-text {
        font-size: 28px;
        line-height: 1.29;
        letter-spacing: 0;
        font-weight: 400;
    }

    .subtitle1 {
    font-family: Avenir LT W04_55 Roman1475524;
    font-size: 24px;
    line-height: 30px;
  }

    .subtitle1A {
        font-size: 24px;
        line-height: 1.44;
    }

    .subtitle2 {
    font-family: Intro W03 Black;
    font-size: 24px;
    line-height: 24px;
  }

    .body1 {
    font-family: Avenir LT W04_55 Roman1475524;
    font-size: 18px;
    line-height: 26px;
  }

    .body2 {
    font-family: PHCPlayfulF4-Book;
    font-size: 22px;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(66 66 66 / var(--tw-text-opacity, 1));
  }

#modalSelector .body2,
#header-wrapper .body2,
.menu-items-wrapper .body2 {
    
}

.home-page-font-override .body2 {
    
}

#modalSelector .body2,
#header-wrapper .body2,
.header-wrapper .body2,
.menu-items-wrapper .body2 {
    
} 
    .body2-callout {
    font-family: PHCPlayfulF4-Book;
    font-size: 22px;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(66 66 66 / var(--tw-text-opacity, 1));
  }

#modalSelector .body2-callout,
#header-wrapper .body2-callout,
.menu-items-wrapper .body2-callout {
    
}

.home-page-font-override .body2-callout {
    
}

#modalSelector .body2-callout,
#header-wrapper .body2-callout,
.header-wrapper .body2-callout,
.menu-items-wrapper .body2-callout {
    
}

    .body2A {
        font-size: 22px;
        line-height: 1.36;
    }

    .body3 {
        font-size: 18px;
        line-height: 1.44;
    }

    .button {
        font-size: 16px;
        line-height: 1.1;
    }

    .caption {
        font-size: 14px;
        line-height: 1.57;
    }

    .overline {
    font-size: 18px;
    line-height: 26px;
  }

    .carousal-header-intro {
    font-family: FrankfurterSta;
    font-size: 24px;
  }
    .carousal-header-avenir {
    font-family: PHCPlayfulF4-Book;
    font-size: 28px;
    font-weight: 700;
  }
.sortbywrapper ul .carousal-header-avenir,
.review-list-wrapper ul .carousal-header-avenir {
    --tw-text-opacity: 1;
    color: rgb(9 53 122 / var(--tw-text-opacity, 1));
  }
.productpage-overallvalue-wrapper .carousal-header-avenir,
.prodcutpage-overallquality-wrapper .carousal-header-avenir {
    margin-left: 0;
    font-family: Avenir LT W04_85 Heavy1475548;
    font-size: 22px;
    line-height: 22px;
  }

#modalSelector .carousal-header-avenir,
#header-wrapper .carousal-header-avenir,
.menu-items-wrapper .carousal-header-avenir {
    
}

.home-page-font-override .carousal-header-avenir {
    
}

#modalSelector .carousal-header-avenir,
#header-wrapper .carousal-header-avenir,
.header-wrapper .carousal-header-avenir,
.menu-items-wrapper .carousal-header-avenir {
    
}
    .section-title-intro {
    font-family: Intro W03 Black;
    font-size: 26px;
    line-height: 26px;
  }
    .section-title-intro-reg {
    font-family: Intro W03 Regular;
    font-size: 26px;
    line-height: 26px;
  }
    .hp-banner-title {
    font-family: Intro W03 Regular;
    font-size: 44px;
    line-height: 44px;
  }
    .hp-banner-subtitle {
    font-family: PHCPlayfulF4-Book;
    font-size: 44px;
    line-height: 44px;
  }

#modalSelector .hp-banner-subtitle,
#header-wrapper .hp-banner-subtitle,
.menu-items-wrapper .hp-banner-subtitle {
    
}

.home-page-font-override .hp-banner-subtitle {
    
}

#modalSelector .hp-banner-subtitle,
#header-wrapper .hp-banner-subtitle,
.header-wrapper .hp-banner-subtitle,
.menu-items-wrapper .hp-banner-subtitle {
    
}
    .banner-intro-black {
    font-size: 44px;
    line-height: 44px;
  }	
    .banner-intro-reg {
    font-size: 44px;
    line-height: 44px;
  }
    .carousal-subtitle {
    font-family: Intro W03 Regular;
    font-size: 24px;
    line-height: 24px;
  }
}
body.ios-device {
  cursor: pointer;
}
.accordion-cardcontent-anim {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;transition: height ease-in-out 0.5s;
}
body,
html {
  margin: 0;
  padding: 0;
    scroll-behavior: smooth;
}
#__next {
  overflow: hidden;
}
button:focus {
    outline: 2px solid black !important;
    outline-offset: 2px !important;
}
input:focus {
    outline: 2px solid black !important;
    outline-offset: 2px !important;
}
.article-title-list ol {
    list-style-type: decimal;
    margin-left: 25px;
}
.article-page-component-wrapper,
.article-page-videoSection {
    scroll-margin: 71px;
}
.js-videoPoster img {
  border-radius: 5px;
}
.reliefFor-card-wrapper img {
  border-radius: 5px;
}
.article-listing-text ul {
  margin-left: 50px;
  list-style-type: disc;
  padding-bottom: 13px;
}
.article-listing-text ul li {
  padding-bottom: 10px;
}
.article-listing-text ul li:last-child {
  padding-bottom: 0;
}
.article-listing-text ol {
  margin-left: 50px;
  list-style-type: decimal;
  padding-bottom: 20px;
}
.article-listing-text ol li {
  padding-bottom: 20px;
}
.article-listing-text ol li:last-child {
  padding-bottom: 0;
}
.article-listing-text ol ul li {
  padding-bottom: 10px;
}
.article-listing-text p {
  padding-bottom: 20px;
}
.article-listing-text p:last-child {
  padding-bottom: 0;
}
.adp-quotation-mrg-mobile {
  margin-left: -20px;
  margin-right: -20px;
}
.adp-quotation-before {
  position: absolute;top: 20px;left: 20px;
}
.adp-quotation-after {
  position: absolute;bottom: 20px;right: 20px;
}
.adp-stickbg {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 247 / var(--tw-bg-opacity, 1));
}
.article-accordion-list ol li a {
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.article-accordion-list ol {
  list-style-type: none;counter-reset: my-awesome-counter;
}
.article-accordion-list ol li{counter-increment: my-awesome-counter;}
.article-accordion-list ol li::before {
  position: absolute;
  margin-left: -44px;
  display: inline-block;
  width: 40px;
  text-align: right;
  font-family: PHCPlayfulF4-Book;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.sortbywrapper ul .article-accordion-list ol li::before,
.review-list-wrapper ul .article-accordion-list ol li::before {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.productpage-overallvalue-wrapper .article-accordion-list ol li::before,
.prodcutpage-overallquality-wrapper .article-accordion-list ol li::before {
  margin-left: 0;
  font-family: Avenir LT W04_85 Heavy1475548;
  font-size: 22px;
  line-height: 22px;
}
#modalSelector .article-accordion-list ol li::before,
#header-wrapper .article-accordion-list ol li::before,
.menu-items-wrapper .article-accordion-list ol li::before {
    
}
.home-page-font-override .article-accordion-list ol li::before {
    
}
.article-accordion-list ol li::before{content: counter(my-awesome-counter) ". ";}
#modalSelector .article-accordion-list ol li::before,
#header-wrapper .article-accordion-list ol li::before,
.header-wrapper .article-accordion-list ol li::before,
.menu-items-wrapper .article-accordion-list ol li::before {
    
}
.article-accordion-list ol li p {
  padding-left: 2px;
}
.adp-moreTips span {
  font-family: PHCPlayfulF4-Book;
}
#modalSelector .adp-moreTips span,
#header-wrapper .adp-moreTips span,
.menu-items-wrapper .adp-moreTips span {
    
}
.home-page-font-override .adp-moreTips span {
    
}
#modalSelector .adp-moreTips span,
#header-wrapper .adp-moreTips span,
.header-wrapper .adp-moreTips span,
.menu-items-wrapper .adp-moreTips span {
    
}
.adp-helpFul .adp-helpFul-active:last-child,
.adp-helpFul .adp-helpFul-deActive:last-child {
  margin-right: 0;
}
.adp-helpFul .adp-helpFul-active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.adp-ol-list{word-break: break-word;}
.extralink-img a:first-child img {
  height: 0px;
  width: 100px;
}
.sortbywrapper ul.overflow-y-hidden.w-full.pr-20.extralink-img a:first-child img,
.review-list-wrapper .overflow-y-hidden.extralink-img a:first-child img {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  .extralink-img a:first-child img {
    width: 40px;
  }
}
.adchoice-img a:first-child {
  display: flex;
}
.advice-homepage > div.adchoice-img a:first-child {
  margin-bottom: 25px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 240 240 / var(--tw-border-opacity, 1));
  padding-bottom: 5px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .advice-homepage > div.adchoice-img a:first-child {
        border-bottom: 1px solid #f2f0f0;
    }
}
.extralink-img a:first-child svg {
  margin-left: 8px;
  margin-top: 3px;
  height: 13px;
  width: 12px;
}
.buynow-sticky {
  --tw-bg-opacity: 1;
  background-color: rgb(206 59 138 / var(--tw-bg-opacity, 1));
}
input,
button {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.adp-stickbg .inactive {
  opacity: 0;
}
.adp-stickbg .active {
  opacity: 1;
}
.article-listing-primary .article-card-wrapper {
  display: inline-block;
  border-style: none;
}
.article-listing-primary .article-card-mediaWrapper {
  order: 1;
  width: 100%;
}
.sortbywrapper ul.overflow-y-hidden.article-listing-primary .article-card-mediaWrapper.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.article-listing-primary .article-card-mediaWrapper.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.article-listing-primary .article-card-sectionWrapper {
  order: 2;
  margin-top: 24px;
  width: 100%;
}
.sortbywrapper ul.overflow-y-hidden.article-listing-primary .article-card-sectionWrapper.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.article-listing-primary .article-card-sectionWrapper.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.article-listing-primary .article-card-sectionWrapper p,
.article-listing-primary .article-card-sectionWrapper a {
  display: block;
}
.article-listing-primary .article-card-sectionWrapper p a,
.article-listing-primary .article-card-sectionWrapper p a,
.article-listing-text p a,
.article-listing-text ul li a,
.article-listing-text ol li a,
.article-text-link a {
  display: inline;
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.search-overlay {
  position: fixed;
  left: 0;
  z-index: 0;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 122 / var(--tw-bg-opacity, 1));
}
.sortbywrapper ul.overflow-y-hidden.search-overlay.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.search-overlay.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.search-overlay{top: 70px;opacity: 0.2;}
.listing-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.sortbywrapper ul.overflow-y-hidden.listing-overlay.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.listing-overlay.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.listing-overlay{opacity: 0.6;transition: .3s;}
.show-hide-icone {
  display: none;
}
.imageIconStyle span {
  height: 100%;
  width: 100%;
}
.sortbywrapper ul.overflow-y-hidden.imageIconStyle span.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.imageIconStyle span.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter-items-close {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  overflow-y: hidden;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-bottom: 28px;
}
.sortbywrapper ul.filter-items-close.w-full.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.filter-items-close.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.filter-items-close.w-full.pr-20.h-0,
.review-list-wrapper .filter-items-close.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sortbywrapper ul.overflow-y-hidden.filter-items-close.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.advice-homepage > div.filter-items-close {
  margin-bottom: 25px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 240 240 / var(--tw-border-opacity, 1));
  padding-bottom: 5px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .advice-homepage > div.filter-items-close {
        border-bottom: 1px solid #f2f0f0;
    }
}
.socialshare-container {
    top: 20%;
}
.dialog-overlay-bg {
  background-color: #00000073;
}
.product-page-wrapper .adp-moreTips span {
  display: block;
}
.product-page-accordion-wrapper:first-child,
.faqSectionWrapper:first-child {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.smart-label-link div {
  font-family: PHCPlayfulF4-Book;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}
#modalSelector .smart-label-link div,
#header-wrapper .smart-label-link div,
.menu-items-wrapper .smart-label-link div {
    
}
.home-page-font-override .smart-label-link div {
    
}
#modalSelector .smart-label-link div,
#header-wrapper .smart-label-link div,
.header-wrapper .smart-label-link div,
.menu-items-wrapper .smart-label-link div {
    
}
@media (min-width: 768px) {

  .smart-label-link div {
    font-size: 14px;
  }
}
.smart-label-link {
  border-radius: 30px;
}
.smart-label-link img {
  margin: 0;
  display: inline-block;
}
.smart-label-link {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: flex;
  height: 44px;
  width: 90%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advice-homepage > div.smart-label-link {
  margin-bottom: 25px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 240 240 / var(--tw-border-opacity, 1));
  padding-bottom: 5px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .advice-homepage > div.smart-label-link {
        border-bottom: 1px solid #f2f0f0;
    }
}
.product-page-product-details-logo-wrapper + div {
  width: 80%;
}
.contactus-wrapper > iframe {
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));border-width: 0.5px;
}
.contactus-wrapper button#searchButton {
  margin-top: 4px;
}
.productpage-rating-icon > div > svg,
.reviewslist-rating > div > svg,
.product-page-wrapper .common-card-ratings-icon > div > svg,
.product-listing .common-card-ratings-icon div > svg {
  height: 14px;
  width: 15px;
}
.product-page-wrapper .common-card-ratings-icon > div {
  padding-top: 3px;
}
.common-card-ratings-icon > div {
  margin-right: 5px;
  height: 17px;
  width: 18px;
}
.productpage-rating-icon > div,
.reviewslist-rating > div,
.product-page-wrapper .common-card-ratings-icon > div,
.product-listing .common-card-ratings-icon > div {
  margin-right: 5px;
  height: 11px;
  width: 12px;
}
.productpage-customer-reviews .productpage-rating-icon > div,
.productpage-customer-reviews .productpage-rating-icon > div > svg {
  margin-right: 4px;
  height: 17px;
  width: 18px;
}
.productpage-customer-reviews .productpage-rating-icon > div > svg {
  margin-right: 0;
}
.product-page-product-details-description table {
  margin-top: 24px;
}
.product-page-wrapper .adp-moreTips {
  font-size: 20px;
  line-height: 20px;
}
.plpTitle-title {
  font-size: 26px;
  line-height: 32px;
}
.product-page-wrapper .related-product-section-wrapper + .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.layout-wrapper-mob .common-card-wrapper:nth-child(2n) {
  margin-left: 7px;
}
.smooth-transition {
  transition: opacity 0.3s, top 0.3s, margin-top 0.3s, z-index 0.3s;
}
.layout-wrapper-mob .common-card-ratings-icon > div {
  margin-right: 2px;
  height: 9px;
  width: 10px;
}
.common-card-floating {
  height: auto !important;
}
.sortbywrapper {
  float: right;
  margin-left: 20px;
  height: 32px;
    /* @apply w-220 h-32 ml-20 float-right; */
}
.sortbywrapper ul.overflow-y-hidden.w-full.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.w-full.pr-20.h-0,
.review-list-wrapper .overflow-y-hidden.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sortbywrapper ul p,
.review-list-wrapper ul p {
  margin-top: 5px;
  margin-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}
.sortbywrapper ul .font-bold,
.review-list-wrapper ul .font-bold {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.image-gallery-image .pointer img[alt='enlarged-img']{max-width: inherit;max-height: inherit;}
.product-gallery .thumbnail.thumbnail-active {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 59 138 / var(--tw-border-opacity, 1));
}
.product-gallery .thumbnail {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1));
}
.plp-banner-heading {
    top: 30%;
    left: 18px;
    text-align: left;
    width: 50%;
}
.left-50p {
  left: 0;
}
.mobile-filter-btn {
  position: absolute;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1));top: 10px;right: 20px;
}
.linkContainerWrapper .accordion-cardcontent-anim {
  left: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));box-shadow: 0px 6px 14px #00000029;
}
.writereview-image img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-bottom: 24px;
  height: 200px;
  width: 200px;
}
.write-review .modal-text span.field-label {
  margin-top: 32px;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  font-family: Avenir LT W04_65 Medium1475536;
  font-size: 18px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}
.sortbywrapper ul.overflow-y-hidden.write-review .modal-text span.field-label.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.write-review .modal-text span.field-label.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.write-review .rating button {
  margin-right: 10px;
  height: 29px;
  width: 30px;
}
.value-quality-section button {
  margin-right: 10px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Intro W03 Black;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.overall-rating-section,
.review-section,
.information-section {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.review-section {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.recommend-section,
.review-dob {
  float: left;
  margin-bottom: 32px;
  width: 100%;
}
.sortbywrapper ul.overflow-y-hidden.recommend-section.pr-20,.sortbywrapper ul.overflow-y-hidden
.review-dob.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.recommend-section.pr-20.h-0,.sortbywrapper ul.overflow-y-hidden
.review-dob.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.recommend-section div {
  float: left;
  margin-right: 20px;
  width: 59px;
}
.recommend-section div input {
  float: right;
  margin-top: 3px;
  height: 20px;
  width: 20px;
}
.write-review .recommend-section label span.field-label {
  margin-top: 0;
}
.write-review textarea,
.information-section input[type='text'],
.information-section input[type='email'] {
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1));
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Avenir LT W04_55 Roman1475524;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.sortbywrapper ul.overflow-y-hidden.write-review textarea.pr-20,.sortbywrapper ul.overflow-y-hidden
.information-section input[type='text'].pr-20,.sortbywrapper ul.overflow-y-hidden
.information-section input[type='email'].pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.write-review textarea.pr-20.h-0,.sortbywrapper ul.overflow-y-hidden
.information-section input[type='text'].pr-20.h-0,.sortbywrapper ul.overflow-y-hidden
.information-section input[type='email'].pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.field-info {
  margin-top: 10px;
  display: flex;
  width: 100%;
  font-family: Avenir LT W04_55 Roman1475524;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.sortbywrapper ul.overflow-y-hidden.field-info.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.field-info.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.advice-homepage > div.field-info {
  margin-bottom: 25px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 240 240 / var(--tw-border-opacity, 1));
  padding-bottom: 5px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .advice-homepage > div.field-info {
        border-bottom: 1px solid #f2f0f0;
    }
}
.review-dob > div {
  float: left;
  margin-right: 10px;
  width: 130px;
}
.terms-conditions label {
  font-family: Avenir LT W04_55 Roman1475524;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
/* .terms-conditions span.text-bodytext{
    width:80%;
    margin-top: -3px;
} */
.terms-conditions input {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.terms-conditions label a {
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
}
.terms-conditions {
  float: left;
  margin-top: 40px;
  margin-bottom: 24px;
}
.privacy {
  margin-top: 16px;
  margin-bottom: 40px;
}
.privacy a {
  font-family: Avenir LT W04_55 Roman1475524;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
}
.privacy a:first-child {
  margin-right: 24px;
}
.writereview-image {
  text-align: center;
}
.overall-rating-section hr {
  margin-bottom: 32px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.write-review .review-error {
  float: left;
  width: 100%;
  font-family: PHCPlayfulF4-Book;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(185 0 43 / var(--tw-text-opacity, 1));
}
.sortbywrapper ul.overflow-y-hidden.write-review .review-error.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.write-review .review-error.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#modalSelector .write-review .review-error,
#header-wrapper .write-review .review-error,
.menu-items-wrapper .write-review .review-error {
    
}
.home-page-font-override .write-review .review-error {
    
}
#modalSelector .write-review .review-error,
#header-wrapper .write-review .review-error,
.header-wrapper .write-review .review-error,
.menu-items-wrapper .write-review .review-error {
    
}
.dialogtitle > span:first-child {
  font-family: Intro W03 Regular;
}
.review-submit svg {
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 40px;
  height: 78px;
  width: 78px;
}
.review-submit {
  height: 500px;
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  text-align: center;
}
.write-review .review-submit h5 {
  font-size: 26px;
  line-height: 26px;
}
.write-review .review-submit h5 span {
  float: left;
  width: 100%;
}
.sortbywrapper ul.overflow-y-hidden.write-review .review-submit h5 span.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.write-review .review-submit h5 span.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.review-submit-message {
  margin-top: 40px;
  margin-bottom: 64px;
  font-family: PHCPlayfulF4-Book;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
#modalSelector .review-submit-message,
#header-wrapper .review-submit-message,
.menu-items-wrapper .review-submit-message {
    
}
.home-page-font-override .review-submit-message {
    
}
#modalSelector .review-submit-message,
#header-wrapper .review-submit-message,
.header-wrapper .review-submit-message,
.menu-items-wrapper .review-submit-message {
    
}
.sitemap .sub-section-container a {
  float: left;
  margin-bottom: 8px;
  width: 100%;
  padding-left: 20px;
  font-family: Avenir LT W04_55 Roman1475524;
  font-size: 18px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.sortbywrapper ul.overflow-y-hidden.sitemap .sub-section-container a.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.sitemap .sub-section-container a.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.youtube-playButton {
  margin: 0; transform: translate(-50%,-50%);top: 50%;left: 50%;
}
.youtube-player {
  height: 200px;
  width: 335px;
}
.font-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.font-blue {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.article-listing-categoryWrapper .article-card-text {
  float: left;
  margin-top: 20px;
}
.article-listing-categoryWrapper .article-card-text a {
  padding-top: 0;
  padding-bottom: 0;
}
.article-listing-categoryWrapper .article-card-arrow {
  float: left;
  margin-top: 22px;
  margin-left: 11px;
}
.article-listing-secondary span.article-card-arrow,
.article-listing-categoryWrapper .view-more-wrapper span.article-card-arrow {
  display: none;
}
.playPause-btn svg {
  width: 100%;
}
.sortbywrapper ul.overflow-y-hidden.playPause-btn svg.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.playPause-btn svg.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.reliefFor-card-wrapper::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.sortbywrapper ul.overflow-y-hidden.reliefFor-card-wrapper.pr-20::after {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.reliefFor-card-wrapper.pr-20.h-0::after {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.reliefFor-card-wrapper::after{content:"";}
.advice-card-link {
  cursor: pointer;
}
.advice-card-link:hover {
  text-decoration-line: underline;
}
.productpage-overallvalue-wrapper .font-bold,
.prodcutpage-overallquality-wrapper .font-bold {
  margin-left: 0;
  font-family: Avenir LT W04_85 Heavy1475548;
  font-size: 22px;
  line-height: 22px;
}
.productpage-overallvalue-wrapper span,
.prodcutpage-overallquality-wrapper span {
  margin-left: 5px;
  font-family: Avenir LT W04_55 Roman1475524;
  font-size: 16px;
}
.review-list-wrapper ul li {
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}
.review-list-wrapper ul li:first-child {
  margin-top: 10px;
}
.review-list-wrapper ul + .review-container {
  margin-top: 35px;
}
.review-container {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-top: 20px;
  padding-bottom: 40px;
}
.review-list-wrapper ul{left:-15px;}
.productpage-accordion-container a {
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.review-submit-message {
  float: left;
}
h5.review-submit-failed {
  margin-top: 50px;
}
.review-fail {
  height: 300px;
}
table {
  border-collapse: collapse;
}
table,
th,
td {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
th,
td {
  padding: 5px;
}
.select-box .select-label__single-value {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.select-box .select-label__indicator-separator {
  display: none;
}
.select-box .select-label__menu {
  margin: 0;
}
.select-box .select-label__menu > div {
  padding: 0;
}
.advice-homepage > div.flex {
  margin-bottom: 25px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 240 240 / var(--tw-border-opacity, 1));
  padding-bottom: 5px;
}
.country-icon-img {
  height: 21px;
  width: 33px;
}
/* .product-gallery .thumbnail img{
    @apply mt-10
} */
.product-listing > a {
  width: 49%;
}
.vicksHistoryBanner .outlinebtn-text {
  padding-top: 7px;
  padding-bottom: 7px;
}
.value-quality-section .highlighted {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(9 53 122 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 122 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.unwell .card-image-container,
.mobileImg {
    width: 505px;
    float: right;
}
.unwell .card-image-container img,
.mobileImg img {
    transform: translate(120px, -12px);
}
.mobileImg .oval-image-banner {
    transform: translate(185px, 2px);
    max-width: inherit;
}
.article-listing-categoryWrapper .article-card-mediaWrapper picture img {
  border-radius: 5px;
}
/* #view-article-list{
    @apply px-20;
} */
.article-listing-categoryWrapper .article-card-text {
  display: none;
}
.article-listing-primary .article-card-text {
  display: block;
}
.article-listing-categoryWrapper .article-card-sectionWrapper h4 {
  margin-right: 20px;
}
.article-listing-categoryWrapper .article-listing-primary h4 {
  margin-right: 0;
  font-size: 24px;
}
.mobile-filter-btn svg {
  height: 44px;
  width: 44px;
  padding: 10px;
}
.layout-wrapper-mob .product-listing .common-card-ratings-icon div > svg {
  height: 10px;
  width: 11px;
}
.wrapper .bodyWrapper:first-child .bodyTxt p:first-child {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}

.bodyTxt span {
  display: block;
  font-family: Avenir LT W04_85 Heavy1475548;
  font-size: 18px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.bodyTxt p {
  font-family: PHCPlayfulF4-Book;
}
#modalSelector .bodyTxt p,
#header-wrapper .bodyTxt p,
.menu-items-wrapper .bodyTxt p {
    
}
.home-page-font-override .bodyTxt p {
    
}
#modalSelector .bodyTxt p,
#header-wrapper .bodyTxt p,
.header-wrapper .bodyTxt p,
.menu-items-wrapper .bodyTxt p {
    
}
.subTitle p,
.bodyTxt p {
  margin-bottom: 20px;
}
.mobile-menu .active {
  font-family: PHCPlayfulF4-Book;
  font-weight: 700;
}
.sortbywrapper ul .mobile-menu .active,
.review-list-wrapper ul .mobile-menu .active {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.productpage-overallvalue-wrapper .mobile-menu .active,
.prodcutpage-overallquality-wrapper .mobile-menu .active {
  margin-left: 0;
  font-family: Avenir LT W04_85 Heavy1475548;
  font-size: 22px;
  line-height: 22px;
}
#modalSelector .mobile-menu .active,
#header-wrapper .mobile-menu .active,
.menu-items-wrapper .mobile-menu .active {
    
}
.home-page-font-override .mobile-menu .active {
    
}
#modalSelector .mobile-menu .active,
#header-wrapper .mobile-menu .active,
.header-wrapper .mobile-menu .active,
.menu-items-wrapper .mobile-menu .active {
    
}
.category-menu .hide-for-desktop > span.header4 {
  position: relative;
}
.category-menu .hide-for-desktop > span.header4:after {
  position: absolute;
  left: 0;
  display: block;
  height: 5px;
  width: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(206 59 138 / var(--tw-bg-opacity, 1));content:"";
}
.category-menu .hide-for-desktop > span:nth-child(2) {
  position: relative;
  right: -20px;transform: rotate(90deg);
}
.category-menu .hide-for-desktop > span:nth-child(2) svg {
  position: relative;
  height: 24px;
  width: 26px;
}
.guidlineTxt p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.guidlineTxt a {
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.recommend-wrapper .clicked {
  margin-left: 3px;
  margin-right: 3px;
  display: flex;
  width: 70px;
  justify-content: center;
  border-radius: 30px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 59 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(206 59 138 / var(--tw-bg-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.advice-homepage > div.recommend-wrapper .clicked {
  margin-bottom: 25px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 240 240 / var(--tw-border-opacity, 1));
  padding-bottom: 5px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .advice-homepage > div.recommend-wrapper .clicked {
        border-bottom: 1px solid #f2f0f0;
    }
}
.recommend-wrapper .clicked{border-width: 0.5px}
.recommend-wrapper .notClicked {
  margin-left: 3px;
  margin-right: 3px;
  display: flex;
  width: 70px;
  justify-content: center;
  border-radius: 30px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(19 41 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  --tw-text-opacity: 1;
  color: rgb(19 41 75 / var(--tw-text-opacity, 1));
}
.advice-homepage > div.recommend-wrapper .notClicked {
  margin-bottom: 25px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 240 240 / var(--tw-border-opacity, 1));
  padding-bottom: 5px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .advice-homepage > div.recommend-wrapper .notClicked {
        border-bottom: 1px solid #f2f0f0;
    }
}
.recommend-wrapper .notClicked{border-width: 0.5px}
.plp-unwell .hp-banner-titlecontent {
  font-size: 22px;
}

.product-gallery .slick-track {
    margin: auto;
}
.our-story-description p {
  margin-bottom: 30px;
}
.our-story-description p:last-child {
  margin-bottom: 48px;
}
.our-story-decorativelines path{fill: none;}
.history-card-wrapper:last-child {
  margin-bottom: 25px;
}
.timeline-wrapper::before {
  position: absolute;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(211 211 211 / var(--tw-bg-opacity, 1));top: 175px;left: 18px;content:"";height: 94.3%;left: 50%;
    transform: translateX(-50%);
}
.timeline-common-wrapper:nth-child(odd) {
    flex-direction: row-reverse;
}
.timeline-common-wrapper > div {
  width: 45%;
}
.timeline-common-wrapper:first-child {
  margin-top: 0;
}
.timeline-common-wrapper .blue-circle {
  position: absolute;
  order: 1;
  height: 16px;
  width: 16px;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(9 53 122 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));top: 169px;left: 47.9%;
}
.timeline-prev-arrow,
.timeline-next-arrow {
  position: absolute;
  z-index: 1;top: 31%;left: 20px;
}
.timeline-next-arrow {
  left: auto;right: 20px;transform: rotate(180deg);
}
.history-article-card-left-description a,
.history-article-card-right-description a,
.history-card-description p a {
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.story-banner-titlewrapper > div {
  display: flex;
}
.advice-homepage > div.story-banner-titlewrapper > div {
  margin-bottom: 25px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 240 240 / var(--tw-border-opacity, 1));
  padding-bottom: 5px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .advice-homepage > div.story-banner-titlewrapper > div {
        border-bottom: 1px solid #f2f0f0;
    }
}

.find-your-pepto-carousel-wrapper .plain-home-cta-link {
    background: transparent !important;
    background-color: transparent !important;
    
    border: 0;
    padding: 0;
    color: #ce3b8a;
}

.find-your-pepto-carousel-wrapper .plain-home-cta-link:hover {
    background: transparent !important;
    background-color: transparent !important;
    
    border-color: transparent;
    color: #ce3b8a !important;
}

.find-your-pepto-carousel-wrapper .plain-home-cta-link:focus,
.find-your-pepto-carousel-wrapper .plain-home-cta-link:active,
.find-your-pepto-carousel-wrapper .plain-home-cta-link:visited {
    color: #ce3b8a !important;
}

.find-what-suits-you-carousel-wrapper .plain-home-cta-link {
    background: transparent !important;
    background-color: transparent !important;
    
    border: 0;
    padding: 0;
    color: #ce3b8a;
    font-size: 18px;
}

.find-what-suits-you-carousel-wrapper .plain-home-cta-link:hover {
    background: transparent !important;
    background-color: transparent !important;
    
    border-color: transparent;
    color: #ce3b8a !important;
    font-size: 18px;
}

.find-what-suits-you-carousel-wrapper .plain-home-cta-link:focus,
.find-what-suits-you-carousel-wrapper .plain-home-cta-link:active,
.find-what-suits-you-carousel-wrapper .plain-home-cta-link:visited {
    color: #ce3b8a !important;
}

.plain-home-cta-link.normal-weight-home-cta,
.plain-home-cta-link.normal-weight-home-cta:hover {
    font-size: 18px !important;
}

.month-block input[type='radio'],
.relief input[type='radio'],
.symptomsdiv input[type='checkbox'] {
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 20px;
    height: 30px;
    width: 30px;
    vertical-align: text-top;
}
.symptomsdiv input[type='checkbox'],
.relief input[type='radio'] {
  margin-top: 2px;
}
.subTitleRight span {
  font-family: PHCPlayfulF4-Book;
  font-weight: 700;
}
.sortbywrapper ul .subTitleRight span,
.review-list-wrapper ul .subTitleRight span {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}
.productpage-overallvalue-wrapper .subTitleRight span,
.prodcutpage-overallquality-wrapper .subTitleRight span {
  margin-left: 0;
  font-family: Avenir LT W04_85 Heavy1475548;
  font-size: 22px;
  line-height: 22px;
}
#modalSelector .subTitleRight span,
#header-wrapper .subTitleRight span,
.menu-items-wrapper .subTitleRight span {
    
}
.home-page-font-override .subTitleRight span {
    
}
#modalSelector .subTitleRight span,
#header-wrapper .subTitleRight span,
.header-wrapper .subTitleRight span,
.menu-items-wrapper .subTitleRight span {
    
}
.patient-group.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 101 185 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.immuneSupport .slick-track,
.oftenCardCarausalWrapper .slick-track {
    display: flex;
}
.immuneSupport .slick-track .slick-slide,
.oftenCardCarausalWrapper .slick-track .slick-slide {
    height: inherit;
    margin-right: 10px;
}
.immuneSupport .slick-track .slick-slide > div > a,
.immuneSupport .slick-track .slick-slide > div,
.oftenCardCarausalWrapper .slick-track .slick-slide > div > a,
.oftenCardCarausalWrapper .slick-track .slick-slide > div {
    height: 100%;
}
.relatedArticles .adp-moreTips span {
  display: block;
}
.faq-answer-p p {
    margin-bottom: 20px;
}
.faq-answer-p p:last-child {
    margin-bottom: 0;
}
.faq-cited-source ol {
    list-style-type: decimal;
    padding-left: 30px;
}
.faq-cited-source ol li {
    padding-left: 5px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    word-break: break-word;
    font-family: PHCPlayfulF4-Book;
}
#modalSelector .faq-cited-source ol li,
#header-wrapper .faq-cited-source ol li,
.menu-items-wrapper .faq-cited-source ol li {
    
}
.home-page-font-override .faq-cited-source ol li {
    
}
#modalSelector .faq-cited-source ol li,
#header-wrapper .faq-cited-source ol li,
.header-wrapper .faq-cited-source ol li,
.menu-items-wrapper .faq-cited-source ol li {
    
}

.faq-cited-source a {
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.recommend-section .radio-button > span:first-child {
  position: absolute;
  right: 0;
}
.recommend-section .radio-button > span {
  padding-left: 0;
}
.recommend-section .radio-button {
  background-color: transparent;
}
.terms-conditions {
  float: left;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.sortbywrapper ul.overflow-y-hidden.terms-conditions.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.terms-conditions.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sickday .card-subtitle + p {
  position: absolute;
  margin-top: 43px;
  margin-bottom: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Avenir LT W04_55 Roman1475524;
  font-size: 20px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
}
.sortbywrapper ul.overflow-y-hidden.sickday .card-subtitle + p.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.sickday .card-subtitle + p.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sickday .card-subtitle + p{top: 500px;}
.pr-banner {
    position: relative;
    display: block;
}
.pr-banner:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: linear-gradient(180deg, transparent 60%, hsla(0, 0%, 100%, 1) 90%);
    z-index: 4;
}
.write-review-popup-link a {
  display: inline;
  --tw-text-opacity: 1;
  color: rgb(0 101 185 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.pr-checkbox-default.disable,
.pr-checkbox-default.disable input {
    opacity: 0.5;
    cursor: not-allowed;
}
.vicksHistoryBanner .card-mobile-image-container picture {
    width: 465px;
    position: absolute;
    right: -110px;
    top: 60px;
}
.productpage-customer-reviews .delete-review .dialogtitle {
    width: auto;
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 10px;
}
.try-other-product .slick-slide,
.related-product-section-wrapper .slick-slide {
    /* margin-right: 10px; */
}
.position-initial {
    position: inherit;
}
.radio-style {
  margin-right: 30px;
}
.radio-style:last-child {
  margin-right: 0;
}
.checkBox-default {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}
.question-2 .symptoms-block .pr-checkbox-default,
.question-2 .symptoms-block .pr-checkbox-default-selected,
.question-3 .prefer-block .pr-checkbox-default,
.question-3 .prefer-block .pr-checkbox-default-selected {
  height: 80px;
}

.bg-32 {
    transform: translateY(-150%);
}
.bg-33 {
    transform: translateY(0%);
}

.skip-link {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(9 53 122 / var(--tw-bg-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: PHCPlayfulF4-Book;
  font-size: 13px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sortbywrapper ul .skip-link,
.review-list-wrapper ul .skip-link {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}

.productpage-overallvalue-wrapper .skip-link,
.prodcutpage-overallquality-wrapper .skip-link {
  margin-left: 0;
  font-family: Avenir LT W04_85 Heavy1475548;
  font-size: 22px;
  line-height: 22px;
}

.skip-link {
    transform: translateY(-150%);
}

#modalSelector .skip-link,
#header-wrapper .skip-link,
.menu-items-wrapper .skip-link {
    
}

.home-page-font-override .skip-link {
    
}

.skip-link{top: 10px;left: 10px;}

#modalSelector .skip-link,
#header-wrapper .skip-link,
.header-wrapper .skip-link,
.menu-items-wrapper .skip-link {
    
}
.skip-link span:hover {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.skip-link:focus {
  position: fixed;
  z-index: 999;
  margin-top: 80px;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;
    transform: translateY(0%);
}
.card-image > span {
  width: 100%;
}
.sortbywrapper ul.overflow-y-hidden.card-image > span.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.card-image > span.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.advice-card-image img,
.hp-advice-card-image img,
.faq-card-image img,
.hp-advice-card-image img,
.article-card-media img {
  border-radius: 5px;
}
.menu-sub-item-image > div {
  width: 100%;
}
.sortbywrapper ul.overflow-y-hidden.menu-sub-item-image > div.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.menu-sub-item-image > div.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.popular-item img {
  height: 71px;
  -o-object-fit: cover;
     object-fit: cover;
}

.skip-to-content-link {
    top: 20px;
    background: white;
    height: 40px;
    left: 5%;
    padding: 8px;
    position: absolute;
    transform: translateY(-200%);
    transition: transform 0.3s;
}

.skip-to-content-link:focus,
.skip-to-content-link:active {
    transform: translateY(0%);
    z-index: 99999;
}

.accessibility-check {
    position: absolute;
    width: 0px;
    top: 10px;
    left: 2px;
}

.custom-check input[type='checkbox'] {
    width: 19px;
    height: 19px;
}
.accessibility-check:focus,
.accessibility-check:focus-visible {
    border: 2px solid black;
}

/*New CSS*/
/* .carousel-wrapper.home-banner .imageContainer.test img{
    width: 100% !important;
    height: auto !important;
} */

/* .carousel-wrapper.home-banner .slick-list .slick-slide .wrapper + div:nth-child(1){
    position: absolute;
    width: 100%;
    height: 100%;
} */

/* .carousel-wrapper.home-banner .slick-list .slick-slide .wrapper div:nth-child(1) .event_button_click{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
} */

/* .carousel-wrapper.home-banner .slick-slider .slick-arrow{
    display: none !important;
} */

.carousel-wrapper.home-banner .slick-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    z-index: 1;
}

/* .primary_button{
    font-size: 33px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fef301;
    padding: 10px 35px;
    background: #f24e95;
    border-radius: 5px;
}

.secondery_button{    
    font-size: 33px;
    font-weight: 900;
    text-transform: uppercase;
    color: #184682;
    padding: 10px 35px;
    background: #ffffff;
    border-radius: 5px;
} */

.carousel-wrapper.home-banner .slick-list .slick-slide .wrapper div:nth-child(1) div:nth-child(1) h1 {
    display: none;
}

.carousel-wrapper.home-banner .slick-list .slick-slide .wrapper {
    position: relative;
}

/* .carousel-wrapper.home-banner .slick-list .slick-slide .wrapper div:nth-child(1) .event_button_click{
    position: absolute;
    bottom: 75px;
    right: 275px;
    font-size: 33px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fef301;
    padding: 10px 35px;
    background: #f24e95;
    border-radius: 5px;
    
} */

.home-banner .slick-prev {
    left: 15px !important;
}

.home-banner .slick-next {
    right: 15px !important;
}

.carousel-wrapper.home-banner .slick-list {
    margin-right: 0px;
}

.homeCarouselCTA {
    /* border: 2px solid #d34f92; */
    /*  */
}

.homeCarouselCTA:hover {
    /* @apply bg-darkMaroon; */
    color: #FFF22D !important;
}

.all-time-fav-carousel-wrapper a:hover .homeCarouselCTA {
    color: #ce3b8a !important;
}

.all-time-fav-carousel-wrapper a .homeCarouselCTA:hover {
    color: #FFF22D !important;
}

.relatedProductTitle span {
    font-weight: normal;
}

.product_desc h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #ce3b8a;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
}
.ps-widget.pdpPrimaryCTA {
    /* @apply bg-darkMaroon rounded-50 text-black hover:text-brandYellow min-w-320 py-15; */
    /* @apply Primary-button Primary-button:hover */
    min-width: 200px;
    display: inline-block;
    border-radius: 30px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(206 59 138 / var(--tw-border-opacity, 1));
    background-color: transparent;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: PHCPlayfulF4-Book;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(206 59 138 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px
}

#modalSelector .ps-widget.pdpPrimaryCTA,
#header-wrapper .ps-widget.pdpPrimaryCTA,
.menu-items-wrapper .ps-widget.pdpPrimaryCTA {
    
}

.home-page-font-override .ps-widget.pdpPrimaryCTA {
    
}

#modalSelector .ps-widget.pdpPrimaryCTA,
#header-wrapper .ps-widget.pdpPrimaryCTA,
.header-wrapper .ps-widget.pdpPrimaryCTA,
.menu-items-wrapper .ps-widget.pdpPrimaryCTA {
    
}

.ps-widget.pdpPrimaryCTA:hover {
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(206 59 138 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 242 45 / var(--tw-text-opacity, 1));
}

.ps-widget.pdpPrimaryCTA:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ps-widget.pdpPrimaryCTA a:hover {
  text-decoration-line: none;
}

@media (min-width: 1024px) and (max-width: 1232px) {
    .ps-widget.pdpPrimaryCTA {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.ps-widget.pdpPrimaryCTA {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 0 auto !important;
}
.ps-widget.pdpSecondaryCTA {
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(206 59 138 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: PHCPlayfulF4-Book;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(206 59 138 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.sortbywrapper ul.overflow-y-hidden.ps-widget.pdpSecondaryCTA.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}
.sortbywrapper ul.overflow-y-hidden.ps-widget.pdpSecondaryCTA.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#modalSelector .ps-widget.pdpSecondaryCTA,
#header-wrapper .ps-widget.pdpSecondaryCTA,
.menu-items-wrapper .ps-widget.pdpSecondaryCTA {
    
}
.home-page-font-override .ps-widget.pdpSecondaryCTA {
    
}
#modalSelector .ps-widget.pdpSecondaryCTA,
#header-wrapper .ps-widget.pdpSecondaryCTA,
.header-wrapper .ps-widget.pdpSecondaryCTA,
.menu-items-wrapper .ps-widget.pdpSecondaryCTA {
    
}
@media (min-width: 1024px) {

  .ps-widget.pdpSecondaryCTA {
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }
}
.pdpSecondaryCTA:hover {
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(206 59 138 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 242 45 / var(--tw-text-opacity, 1));
}
.pdpSecondaryCTA:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.pdpSecondaryCTA a:hover {
  text-decoration-line: none;
}


.otherProductTitle span {
  display: block;
  font-weight: 700;
}


.sortbywrapper ul .otherProductTitle span,
.review-list-wrapper ul .otherProductTitle span {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}


.productpage-overallvalue-wrapper .otherProductTitle span,
.prodcutpage-overallquality-wrapper .otherProductTitle span {
  margin-left: 0;
  font-family: Avenir LT W04_85 Heavy1475548;
  font-size: 22px;
  line-height: 22px;
}

.hp-banner-subtitle span {
    display: block;
    font-weight: 400;
}

/* .titleAndCta .subTitle {
    @apply font-normal;
} */

.history-inner-wrapper .simplecard-content .card-subtitle {
  font-weight: 400;
}

.history-inner-wrapper .simplecard-content .card-title {
  font-weight: 700;
}

.sortbywrapper ul .history-inner-wrapper .simplecard-content .card-title,
.review-list-wrapper ul .history-inner-wrapper .simplecard-content .card-title {
  --tw-text-opacity: 1;
  color: rgb(9 53 122 / var(--tw-text-opacity, 1));
}

.productpage-overallvalue-wrapper .history-inner-wrapper .simplecard-content .card-title,
.prodcutpage-overallquality-wrapper .history-inner-wrapper .simplecard-content .card-title {
  margin-left: 0;
  font-family: Avenir LT W04_85 Heavy1475548;
  font-size: 22px;
  line-height: 22px;
}

.video-container .video-item {
    width: calc(33.33% - 20px);
    border: 1px solid #cccccc61;
}

.video-hero-image div > div > div + div {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

.sortbywrapper ul.overflow-y-hidden.video-hero-image div > div > div + div.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}

.sortbywrapper ul.overflow-y-hidden.video-hero-image div > div > div + div.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.video-hero-image div > div > div + div a {
  display: inline-block;
  border-radius: 30px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(206 59 138 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: PHCPlayfulF4-Book;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(206 59 138 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#modalSelector .video-hero-image div > div > div + div a,
#header-wrapper .video-hero-image div > div > div + div a,
.menu-items-wrapper .video-hero-image div > div > div + div a {
    
}

.home-page-font-override .video-hero-image div > div > div + div a {
    
}

#modalSelector .video-hero-image div > div > div + div a,
#header-wrapper .video-hero-image div > div > div + div a,
.header-wrapper .video-hero-image div > div > div + div a,
.menu-items-wrapper .video-hero-image div > div > div + div a {
    
}

.video-hero-image div > div > div + div a:hover {
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(206 59 138 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 242 45 / var(--tw-text-opacity, 1));
}

.video-hero-image div > div > div + div a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.video-hero-image div > div > div + div a a:hover {
  text-decoration-line: none;
}

@media (min-width: 1024px) and (max-width: 1232px) {
    .video-hero-image div > div > div + div a {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.dialog-overlay-bg .close-video {
    background: rgb(163, 15, 125);
    border: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    padding: 12px;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    animation-delay: 1s;
    margin-bottom: 10px;
}

.wrapper.thirdBannerWrapper {
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    animation-delay: 1s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.thumbnail-wrapper button:focus {
    outline: none !important;
}

.pdpVideo .container > div > div:first-child {
  width: 100%;
}

.sortbywrapper ul.overflow-y-hidden.pdpVideo .container > div > div:first-child.pr-20 {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: 22px;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
}

.sortbywrapper ul.overflow-y-hidden.pdpVideo .container > div > div:first-child.pr-20.h-0 {
  display: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pdpVideo .container > div > div:first-child {
    height: 640px !important;
}

.rtbanner h2,
.rtbanner h3 {
  font-family: PHCPlayfulF4-Book;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(175 44 115 / var(--tw-text-opacity, 1));
}

#modalSelector .rtbanner h2,
#header-wrapper .rtbanner h2,
.menu-items-wrapper .rtbanner h2,#modalSelector 
.rtbanner h3,
#header-wrapper 
.rtbanner h3,
.menu-items-wrapper 
.rtbanner h3 {
    
}

.home-page-font-override .rtbanner h2,.home-page-font-override 
.rtbanner h3 {
    
}

#modalSelector .rtbanner h2,
#header-wrapper .rtbanner h2,
.header-wrapper .rtbanner h2,
.menu-items-wrapper .rtbanner h2,#modalSelector 
.rtbanner h3,
#header-wrapper 
.rtbanner h3,
.header-wrapper 
.rtbanner h3,
.menu-items-wrapper 
.rtbanner h3 {
    
}

/* .cls-1 {
    fill: #ce3b8a !important;
} */

.buynow-sticky .pdpPrimaryCTA {
  --tw-text-opacity: 1;
  color: rgb(255 242 45 / var(--tw-text-opacity, 1));
}
.buynow-sticky .pdpSecondaryCTA {
  --tw-text-opacity: 1;
  color: rgb(255 242 45 / var(--tw-text-opacity, 1));
}

.relatedArticleTitle span {
  font-weight: 400;
}

.videoPageBannerWrapper .videoPageCta {
    background-color: #af2c73 !important;
    color: rgb(255 242 45 / 1) !important;
    border-color: #af2c73 !important;
}

.videoPageBannerWrapper .videoPageCta:hover {
    background-color: rgb(255 242 45 / 1) !important;
    color: #af2c73 !important;
    border: 2px solid rgb(255 242 45 / 1) !important;
}

.articleRichText ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-left: 20px;
}
.articleRichText ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.articleRichText ol li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.articleRichText a {
    word-break: break-word;
    overflow-wrap: break-word;
}

.all-time-fav-carousel-wrapper .homeCarouselCTA {
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: FrankfurterSta;
}

.siteMapContentWrapper {
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    -moz-column-gap: 3%;
         column-gap: 3%;
}

.siteMapContentWrapper > div:first-child {
    grid-column: 1;
    grid-row: 1 / 2;
    /* padding-right: 50px; */
}

.siteMapContentWrapper > div + div:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 5;
}

h1.articleHeading {
  font-weight: 400;
}

.loader-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.loader-container img {
    display: inline-block;
    position: relative;
    top: 20%;
}

.pdpPrimaryCTA small {
  display: none;
}
.pdpSecondaryCTA small {
  display: none;
}

.pdpPrimaryCTA span {
  display: block;
    width: -moz-fit-content;
    width: fit-content;
}
.pdpSecondaryCTA span {
  display: block;
}
/*New CSS*/

@media (min-width: 768px) {
    .imageIconStyle {
    padding: 0;
  }
    .question-2 .symptoms-block .pr-checkbox-default,
    .question-2 .symptoms-block .pr-checkbox-default-selected {
    height: 100px;
  }
    .smart-label-link {
    width: 335px;
  }
    .radio-style {
    margin-right: 50px;
  }
    .radio-style:last-child {
    margin-right: 0;
  }
    .simplebanner .card-image-container img {
    margin-left: 0;
    margin-top: 50px;
    width: 100%;
    max-width: 720px;
  }
.sortbywrapper ul.overflow-y-hidden.simplebanner .card-image-container img.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.simplebanner .card-image-container img.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    div.contactus-wrapper {
    height: 670px;
  }
    /* a.relief-for-section-link-wrapper:first-child, a.relief-for-section-link-wrapper:first-child img {
        h-292
    } */
    .relief-for-card-wrapper{-moz-column-gap: 13px;column-gap: 13px;-moz-column-count:3;column-count:3;}
    .product-page-wrapper .related-product-section-wrapper .relatedProduct-carousel-cards {
    margin-right: -20px;
  }
    .hp-advice-card-wrapper .advice-card-wrapper {
    width: 100%;
    max-width: 291px;
  }
.sortbywrapper ul.overflow-y-hidden.hp-advice-card-wrapper .advice-card-wrapper.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.hp-advice-card-wrapper .advice-card-wrapper.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .unwell .card-image-container,
    .mobileImg {
        width: 50%;
        float: none;
    }
    .unwell .card-image-container img,
    .mobileImg img {
        transform: none;
    }
    .mobileImg .oval-image-banner {
        transform: none;
        max-width: 100%;
    }
    .advice-homepage .hp-advice-card-wrapper > a {
    margin-right: 16px;
  }
    .advice-homepage .hp-advice-card-wrapper > a:last-child {
    margin-right: 0;
  }
    .timeline-common-wrapper .blue-circle {
    height: 17px;
    width: 17px;
        left: 48.8%;
  }
    .timeline-left-image-wrapper img,
    .timeline-right-image-wrapper img {
    max-width: 200px;
  }
    .timeline-left-wrapper > div,
    .timeline-right-wrapper > div {
    position: relative;
  }
    .timeline-common-wrapper .blue-circle{border-width: 3px;}
    .timeline-wrapper:before {
    height: 94%;top: 105px;
  }
    .timeline-common-wrapper .blue-circle{top: 100px;}
    .sickday .card-subtitle + p {
    position: relative;
    top: 0;
    order: 3;
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
    .radio-style {
    margin-right: 90px;
  }
    .radio-style:last-child {
    margin-right: 0;
  }
    .youtube-player {
    height: 360px;
    width: 640px;
  }
    .adp-stickbg {
    background-color: transparent;
  }
    .thumbnail-wrapper {
        height: 330px !important;
    }
    .adp-moreTips-card .adp-advice-card {
    margin-right: 24px;
  }
    .adp-moreTips-card .adp-advice-card:last-child {
    margin-right: 0;
  }
    .adchoice-img a:first-child {
    margin-top: 4px;
  }
    .relief-for-card-wrapper {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
    .adp-advice-card:first-child,
    .view-more-sliced .article-card-wrapper:first-child,
    .article-listing-categoryWrapper .article-card-wrapper:nth-child(4n + 1) {
    margin-left: 0;
  }
    /* .view-more-sliced .article-card-wrapper {
        @apply ml-20;
    } */
    .menu-items-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
.sortbywrapper ul.overflow-y-hidden.menu-items-wrapper.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.menu-items-wrapper.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .menu-items-wrapper{top: 70px;box-shadow: 0px 4px 6px #00000029;}
    a.menu-subItem-link:hover {
    --tw-text-opacity: 1;
    color: rgb(85 85 85 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
  }
    .article-listing-secondary .article-card-mediaWrapper {
    float: left;
    margin-right: 24px;
    display: inline-block;
    width: 185px;
  }
    .article-listing-secondary .article-card-sectionWrapper {
    display: inline-block;
    width: 55.5555%;
  }
    .article-listing-secondary .article-card-sectionWrapper h4 {
    margin-top: 0;
    display: block;
    max-width: 396px;
  }
    .article-listing-secondary .article-card-wrapper {
    margin-bottom: 28px;
    min-height: 148px;
  }
    .article-listing-secondary .article-card-wrapper:last-child {
    margin-bottom: 0;
  }
    .adp-quotation-mrg-mobile {
    margin-left: 0;
    margin-right: 0;
  }
    .adp-quotation-before{top: 10px;left: 10px;}
    .adp-quotation-after{bottom: 10px;right: 10px;}
    .product-page-product-details-title-wrapper h5 {
    margin-top: 24px;
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 30px;
  }
    .product-page-wrapper .adp-moreTips {
    font-size: 26px;
    line-height: 26px;
  }
    .product-page-wrapper .adp-moreTips span {
    display: inline-block;
  }
    .product-page-product-details-logo-wrapper + .product-page-product-details-title-wrapper h5 {
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }
    .product-page-product-details-logo-wrapper + .product-page-product-details-title-wrapper {
    width: 532px;
  }
    .product-page-active-ingredients-list-container li:last-child {
    margin-bottom: 48px;
  }
    .show-hide-icone {
    display: block;
  }
    .filter-items-close {
    margin-top: 28px;
    display: block;
    height: 0px;
    width: 100%;
    overflow-y: hidden;
    padding-bottom: 1px;
  }
.sortbywrapper ul.filter-items-close.w-full.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.filter-items-close.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.w-full.pr-20.filter-items-close,
.review-list-wrapper .overflow-y-hidden.filter-items-close {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
.sortbywrapper ul.filter-items-close.w-full.pr-20.h-0,
.review-list-wrapper .filter-items-close.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
.sortbywrapper ul.overflow-y-hidden.filter-items-close.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .plp-banner-heading {
        top: 32%;
        right: 60px;
        left: auto;
        width: 38%;
        padding-left: 7px;
    }
    .writereview-image img {
    float: left;
    margin-right: 15px;
    margin-left: 10px;
    height: 63px;
    width: 78px;
  }
    .productpage-customer-reviews .write-review .writereview-image h5 {
    float: left;
    margin-top: 32px;
    width: 335px;
    line-height: 28px;
  }
    .writereview-image {
    float: left;
    width: 100%;
  }
.sortbywrapper ul.overflow-y-hidden.writereview-image.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.writereview-image.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .overall-rating-section hr {
    float: left;
    margin-top: 32px;
    width: 100%;
  }
.sortbywrapper ul.overflow-y-hidden.overall-rating-section hr.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.overall-rating-section hr.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .value-quality-section {
    float: left;
    width: 100%;
  }
.sortbywrapper ul.overflow-y-hidden.value-quality-section.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.value-quality-section.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .value-quality-section > div {
    float: left;
    margin-right: 108px;
    margin-bottom: 32px;
    width: 206px;
  }
    .dialogtitle > span:first-child {
    font-family: Intro W03 Black;
  }
    .review-submit-message {
    margin-left: 155px;
    margin-right: 155px;
    margin-top: 40px;
    margin-bottom: 64px;
  }
    .product-listing a:nth-child(3n + 1) > div {
    margin-left: 0;
    margin-right: 0;
  }
    .plp-left-side-posi {
    min-width: 291px;
  }
    .article-listing-categoryWrapper .view-more-sliced .article-card-wrapper {
    margin-bottom: 32px;
    max-width: calc(33.3333% - 13.333px);
  }
    .article-listing-secondary span.article-card-arrow,
    .article-listing-categoryWrapper .view-more-wrapper span.article-card-arrow {
    display: block;
  }
    .article-listing-secondary .article-card-text,
    .article-listing-primary .article-card-text {
    margin-top: 24px;
  }
    .article-listing-categoryWrapper span.article-card-arrow {
    margin-left: 12px;
    margin-top: 25px;
  }
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sortbywrapper button > span.my-auto.article-listing-categoryWrapper span.article-card-arrow {
      margin-top: 6px;
    }
}
    .article-listing-secondary span.article-card-arrow,
    .article-listing-primary span.article-card-arrow {
    margin-top: 29px;
  }
    .plp-unwell .simplecard-content-container {
    text-align: left;
  }
    .sortbywrapper ul li {
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
  }
    .sortbywrapper ul li:first-child {
    margin-top: 10px;
  }
    .sortbywrapper ul li:hover,
    .review-list-wrapper ul li:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 247 248 / var(--tw-bg-opacity, 1));
  }
    /* a.relief-for-section-link-wrapper:first-child,a.relief-for-section-link-wrapper:first-child img {
        @apply h-500;
    } */
    a.relief-for-section-link-wrapper img {
    width: 396px;
  }
    .product-listing {
    width: 100%;
  }
.sortbywrapper ul.overflow-y-hidden.product-listing.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.product-listing.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .review-submit,
    .review-fail {
    height: auto;
    overflow-y: hidden;
  }
.sortbywrapper ul.review-submit.w-full.pr-20,.sortbywrapper ul
    .review-fail.w-full.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.review-submit.w-full.pr-20.h-0,
.review-list-wrapper .review-submit.h-0,.sortbywrapper ul
    .review-fail.w-full.pr-20.h-0,
.review-list-wrapper 
    .review-fail.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .product-listing > a {
    display: flex;
    width: 33.33333%;
  }
.advice-homepage > div.product-listing > a {
    margin-bottom: 25px;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(242 240 240 / var(--tw-border-opacity, 1));
    padding-bottom: 5px;
  }
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .advice-homepage > div.product-listing > a {
        border-bottom: 1px solid #f2f0f0;
    }
}
    .find-your-vicks-wrapper .slick-list,
    .find-what-suits-you-section .slick-list {
        margin-right: -75px;
        padding-left: 10px;
        margin-left: -10px;
    }
    .favorites-carousel-wrapper .slick-list,
    .new-in-carousel-wrapper .slick-list,
    .inside-vicks-carousel-wrapper .slick-list {
        padding-left: 10px;
        margin-left: -10px;
    }
    .findYourVicksCarousel,
    .findWhatSuitsYouCarousel,
    .favorites-carousel-wrapper .card-container,
    .new-in-carousel-wrapper .new-in-carousel,
    .inside-vicks-carousel-wrapper .inside-vicks-carousel {
        transform: scale(1);
        transition-duration: 0.4s;
    }
    .findYourVicksCarousel:hover,
    .findWhatSuitsYouCarousel:hover,
    .favorites-carousel-wrapper .card-container:hover,
    .new-in-carousel-wrapper .new-in-carousel:hover,
    .inside-vicks-carousel-wrapper .inside-vicks-carousel:hover {
        transform: scale(1.01);
        transition-duration: 0.4s;
        box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
    }
    .article-listing-categoryWrapper .article-card-text {
    display: block;
  }
    .article-listing-categoryWrapper .article-card-sectionWrapper h4 {
    margin-right: 0;
  }
    #view-article-list {
    padding: 0;
  }
    .show-hide-icone rect.a{fill: #09357a;}
    .side-panel-show-desktop + div {
    width: 941px;
  }
    .side-panel-hide-desktop + div {
    width: 100%;
  }
.sortbywrapper ul.overflow-y-hidden.side-panel-hide-desktop + div.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.side-panel-hide-desktop + div.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .review-list-wrapper ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
    .story-banner-titlewrapper > div {
        width: 1232px;
        margin: 0 auto;
        margin-top: -75px;
    }
    .history-article-card-left-wrapper > a {
    order: 1;
  }
    .history-article-card-right-wrapper > a {
    order: 2;
  }
    .timeline-common-wrapper .blue-circle {
        left: 49.2%;
    }
    .timeline-wrapper:before {
    height: 96%;
  }
    .immuneSupport .slick-track .slick-slide,
    .oftenCardCarausalWrapper .slick-track .slick-slide {
        margin-right: 24px;
    }
    .faq-cited-source ol li {
        font-size: 18px;
        line-height: 26px;
    }
    .sickday .card-subtitle + p {
    padding-left: 0;
    padding-right: 0;
  }
    .footer-country-wrapper {
    width: 19%;
  }
    .pr-banner {
        position: inherit;
        display: inherit;
    }
    .pr-banner:after {
        display: none;
    }
    .hp-simplebanner {
        scroll-margin: 70px;
    }
    .month-block input[type='radio'],
    .relief input[type='radio'],
    .symptomsdiv input[type='checkbox'] {
    margin-right: 28px;
  }
    .field-info {
        width: 80%;
    }
    .terms-conditions {
    width: 75%;
  }
    .try-other-product .slick-list {
        margin-right: 0;
    }
    .product-details .try-other-product {
        margin-right: -110px;
    }
    .try-other-product .slick-next {
        right: 70px;
    }
    .inside-vicks-carousel-wrapper .card-description b {
    font-family: PHCPlayfulF4-Book;
    font-weight: 700;
  }
.sortbywrapper ul .inside-vicks-carousel-wrapper .card-description b,
.review-list-wrapper ul .inside-vicks-carousel-wrapper .card-description b {
    --tw-text-opacity: 1;
    color: rgb(9 53 122 / var(--tw-text-opacity, 1));
  }
.productpage-overallvalue-wrapper .inside-vicks-carousel-wrapper .card-description b,
.prodcutpage-overallquality-wrapper .inside-vicks-carousel-wrapper .card-description b {
    margin-left: 0;
    font-family: Avenir LT W04_85 Heavy1475548;
    font-size: 22px;
    line-height: 22px;
  }

#modalSelector .inside-vicks-carousel-wrapper .card-description b,
#header-wrapper .inside-vicks-carousel-wrapper .card-description b,
.menu-items-wrapper .inside-vicks-carousel-wrapper .card-description b {
    
}

.home-page-font-override .inside-vicks-carousel-wrapper .card-description b {
    
}

#modalSelector .inside-vicks-carousel-wrapper .card-description b,
#header-wrapper .inside-vicks-carousel-wrapper .card-description b,
.header-wrapper .inside-vicks-carousel-wrapper .card-description b,
.menu-items-wrapper .inside-vicks-carousel-wrapper .card-description b {
    
}
    .position-initial {
    position: relative;
  }
}

#modalSelector ul,
#modalSelector li,
#header-wrapper ul,
#header-wrapper li,
.menu-items-wrapper ul,
.menu-items-wrapper li {
    list-style: none;
    padding: 0;
}

#modalSelector .font-PHCPlayfulF4Book,
#header-wrapper .font-PHCPlayfulF4Book,
.menu-items-wrapper .font-PHCPlayfulF4Book {
    
}

.home-page-font-override .font-PHCPlayfulF4Book {
    
}
@media (min-width: 1232px) {
    .banner-image img {
    border-radius: 5px;
  }
    .try-other-product .slick-slide,
    .related-product-section-wrapper .slick-slide {
        /* margin-right: 20px; */
    }
    .FAQ-image > span {
        width: 291px !important;
        height: 291px !important;
    }
    .article-imageBanner > div > div > div {
        width: 1026px;
        height: 440px;
    }
    .big-card {
        height: 500px;
        width: 396px;
    }
    .big-card > .reliefFor-image-containe > .reliefFor-image > div {
        height: 500px;
        width: 396px;
    }
}
@media (min-width: 414px) and (max-width: 768px) {
    .FAQ-image > span {
        width: 291px !important;
        height: 291px !important;
    }
    .personnelImage > span {
        width: 290px !important;
        height: 300px !important;
    }
    .product-container.container,
    .related-product-section-wrapper.container {
        max-width: 100%;
    }
    .imageMagnifierContainer {
        max-width: 293px;
    }
}

@media (min-width: 414px) and (max-width: 736px) {
    .faq-subtitle {
    width: 76%;
  }
    .radio-style {
    margin-right: 50px;
  }
    .FAQ-image > span {
        width: 291px !important;
        height: 291px !important;
    }
    .personnelImage > span {
        width: 290px !important;
        height: 300px !important;
    }
}
@media (max-width: 414px) {
    .FAQ-image > span {
        width: 291px !important;
        height: 291px !important;
    }
    .personnelImage > span {
        width: 290px !important;
        height: 300px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .FAQ-image > span {
        width: 291px !important;
        height: 291px !important;
    }
    .big-card {
        height: 295px;
        width: 230px;
    }
    .big-card > .reliefFor-image-containe > .reliefFor-image > div {
        height: 290px;
        width: 230px;
    }
    .youtube-player {
    height: 360px;
    width: 640px;
  }
    .youtube-ipad-width {
    width: 394px;
  }
    .ipad-article-linkButton {
    width: 35%;
  }
    .ipad-advice-card-width {
    width: 17%;
  }
    .plp-banner-heading {
        top: 50%;
        left: 37px;
        width: 50%;
    }
    .plp-banner-heading .titleContent {
    font-size: 32px;
    line-height: 32px;
  }
    .pr-banner {
    display: none;
  }
    .personnelImage > span {
        width: 290px !important;
        height: 300px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1232px) {
    .personnelImage > span {
        width: 290px !important;
        height: 300px !important;
    }
    .FAQ-image > span {
        width: 291px !important;
        height: 291px !important;
    }
    .big-card {
        height: 396px;
        width: 310px;
    }
    .big-card > .reliefFor-image-containe > .reliefFor-image > div {
        height: 396px;
        width: 310px;
    }
    .md-page-search {
    width: 70%;
  }
    .Primary-button {
    padding-left: 18px;
    padding-right: 18px;
  }
    .hp-advice-card-wrapper .advice-card-wrapper {
    width: 230px;
  }
    .relief-for-section .relief-for-section-link-wrapper {
    width: 290px;
  }
    .reliefFor-card-content {
    width: 60%;
  }
    /* .article-listing-categoryWrapper .view-more-sliced .article-card-wrapper{
        @apply w-227;
    } */
    div .lazyload {
    min-width: 680px;
  }
    .footer-country-wrapper {
    width: 30%;
  }
    .faq-subtitle {
    width: 62%;
  }
    .plp-banner-heading {
        right: 50px;
        width: 37%;
        padding-left: 0px;
    }
    .plp-banner-heading .titleContent {
    font-size: 32px;
    line-height: 32px;
  }
    .try-other-product .slick-next {
        right: 110px;
    }
}
@supports (-ms-ime-align: auto) {
    .home-video-container .video-banner video.video {
        width: auto !important;
        height: auto !important;
    }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
    overflow-x: hidden;
  }
    .advice-homepage > div.flex {
        border-bottom: 1px solid #f2f0f0;
    }
    .review-container {
        border-bottom: 1px solid #f2f0f0;
    }
    .sortbywrapper button > span.my-auto.ml-12 {
    margin-top: 6px;
  }
    input[type='text']::-ms-clear {
        display: none;
    }
    .plp-ie-button-arrow {
    height: 18px;
  }
    .footer-ie-marging {
    margin-right: 33px;
  }
    .home-video-container .video-banner video.video {
        width: auto !important;
        height: auto !important;
    }
}

@media (min-width: 1281px) {
    .personnelImage > span {
        width: 290px !important;
        height: 300px !important;
    }
    .thumbnail-wrapper {
        height: 380px !important;
    }
}

.navWrapperDesktop {
    width: 100%;
}

/* Match new header typography with legacy header font stack. */
.header-wrapper .main-menu-item,
.header-wrapper .menu-subItem-link,
.header-wrapper .submenu-item,
.header-wrapper .menu-slot-button,
.header-wrapper .view-all-container,
.header-wrapper .view-all-container a {
    
}

/* Keep By Collection link rows non-bold. */
.header-wrapper .Primary-button-need {
    
    font-weight: 400;
}

/* Keep submenu link items (By Form/Article) non-bold while preserving title rows. */
.header-wrapper .menu-items-wrapper a.menu-subItem-link,
.header-wrapper a.submenu-item,
.header-wrapper a.menu-slot-anchor {
    
    font-weight: 400;
}

.product-accordion-list ul {
    list-style: unset;
}

.product-accordion-list ol {
    list-style: auto;
}

.product-accordion-list li {
    margin-top: 10px;
}

.product-accordion-list p {
    margin-bottom: 10px;
}

.flagIcon > span {
    max-height: 100%;
}

.socialIcon > span {
    max-height: 40px;
}

.card-image-container-wrapper > div {
    width: 100%;
}
.responsive-iframe {
    display: block;
    margin: 0 auto;
    width: 600px;
    height: 400px;
}
@media (max-width: 414px) {
    .responsive-iframe {
        width: 100%;
        height: 200px;
    }
}

.imageMagnifierContainer {
    position: relative;
}
.imageMagnifierContainer .magImage {
    display: block;
    max-width: 100%;
}
.imageMagnifierContainer .magnifier {
    position: absolute;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999;
    top: 0;
    background-repeat: no-repeat;
    background-size: 900px 900px;
    left: 100%;
}
.social-links-li svg {
    fill: #f55197 !important;
}
.social-links-li:hover svg {
    fill: #000000 !important;
}
.adp-container strong {
    color: #ce3b8a;
}
.adp-container ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.articleTypography h4 {
  font-size: 16px;
}
.articleTypography h2,
.storyTypography h2,
.plpTypography h2 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.articleTypography h3 {
  font-size: 20px;
}
.articleTypography h3,
.storyTypography h3,
.plpTypography h3 {
    line-height: inherit;
    font-weight: inherit;
}
.tabPdp::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 24px;
    height: 4px;
    background-color: #ce3b8a;
}
.adp-indent-text {
  padding-left: 20px;
  padding-right: 20px;
}
.videoSection,
.videoSection iframe {
    box-shadow: black 0px 0px 35px;
}
.videoSection svg {
  margin-left: auto;
  margin-right: auto;
  height: 15px;
  width: 15px;
    fill: #e7e7e7c2;
}
.faqPageContainer .raWrapper {
  margin-bottom: 20px;
}

@media (min-width: 320px) {
    .locale-en-ca .firstBannerCta .subTitle,
    .locale-fr-ca .firstBannerCta .subTitle {
    line-height: 30px;
  }

    .locale-en-ca .firstBannerCta,
    .locale-fr-ca .firstBannerCta {
    bottom: 1%;
    right: 0;
    width: 100%;
  }
.sortbywrapper ul.overflow-y-hidden.locale-en-ca .firstBannerCta.pr-20,.sortbywrapper ul.overflow-y-hidden
    .locale-fr-ca .firstBannerCta.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.locale-en-ca .firstBannerCta.pr-20.h-0,.sortbywrapper ul.overflow-y-hidden
    .locale-fr-ca .firstBannerCta.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

    .locale-en-ca .secondBannerCta {
    right: 0;
    bottom: 44%;
    width: 100%;
  }
.sortbywrapper ul.overflow-y-hidden.locale-en-ca .secondBannerCta.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.locale-en-ca .secondBannerCta.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

    .locale-fr-ca .secondBannerCta {
    right: 0;
    bottom: 40%;
    width: 100%;
  }
.sortbywrapper ul.overflow-y-hidden.locale-fr-ca .secondBannerCta.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.locale-fr-ca .secondBannerCta.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

    .locale-en-ca .thirtBannerCta,
    .locale-fr-ca .thirtBannerCta {
    right: 0;
    bottom: 2%;
    width: 100%;
  }
.sortbywrapper ul.overflow-y-hidden.locale-en-ca .thirtBannerCta.pr-20,.sortbywrapper ul.overflow-y-hidden
    .locale-fr-ca .thirtBannerCta.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.locale-en-ca .thirtBannerCta.pr-20.h-0,.sortbywrapper ul.overflow-y-hidden
    .locale-fr-ca .thirtBannerCta.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

    .thirdBnnerCtaOne {
    right: 0;
    bottom: 44%;
    width: 100%;
  }
.sortbywrapper ul.overflow-y-hidden.thirdBnnerCtaOne.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.thirdBnnerCtaOne.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

    .thirdBnnerCtaOne {
        .simple-Banner-btn {
      font-size: 15px;
    }
    }

    .thirdBnnerCtaTwo {
    right: 0;
    bottom: 14%;
    width: 100%;
  }
.sortbywrapper ul.overflow-y-hidden.thirdBnnerCtaTwo.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.thirdBnnerCtaTwo.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

    .thirdBnnerCtaTwo {
        .simple-Banner-btn {
      font-size: 15px;
    }
    }

    .locale-en-ca .thirtBannerCta .subTitle,
    .locale-fr-ca .thirtBannerCta .subTitle {
    line-height: 1.5;
  }

    .thirdBnnerCtaOne .subTitle {
    line-height: 1.5;
  }

    .thirdBnnerCtaTwo .subTitle {
    line-height: 1.5;
  }

    .relief-for-section,
    .find-your-pepto-carousel-wrapper,
    .find-what-suits-you-carousel-wrapper,
    .all-time-fav-carousel-wrapper,
    .history-inner-wrapper,
    .siteMapOuterWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

    .hp-banner-subtitle-mob {
    display: block;
  }

    .hp-banner-subtitle-desk {
    display: none;
  }

    .history-inner-wrapper {
    flex-wrap: wrap;
  }

    .pdpVideo {
    padding-left: 20px;
    padding-right: 20px;
  }
.sortbywrapper ul.overflow-y-hidden.w-full.pdpVideo {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.w-full.pdpVideo.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

    .pdpVideo .container > div > div:first-child {
        height: 200px !important;
    }

    .relatedProductSpec,
    .tryOtherProductsSpec {
        height: 410px;
    }
    /* .siteMapContentWrapper {
        display: grid;
        grid-template-columns: 65% 35%;
    } */
}

@media (min-width: 414px) {
    .locale-en-ca .firstBannerCta,
    .locale-fr-ca .firstBannerCta {
    bottom: 3%;
  }

    .locale-en-ca .thirtBannerCta {
    bottom: 5%;
  }

    .locale-fr-ca .thirtBannerCta {
    bottom: 1%;
  }

    .thirdBnnerCtaOne {
    bottom: 46%;
        .simple-Banner-btn {
      font-size: 30px;
    }
  }

    .thirdBnnerCtaTwo {
    bottom: 13%;
        .simple-Banner-btn {
      font-size: 30px;
    }
  }

    .pdpVideo .container > div > div:first-child {
        height: 250px !important;
    }

    .relatedProductSpec,
    .tryOtherProductsSpec {
        height: 440px;
    }
}

@media (min-width: 767px) {
    .locale-en-ca .firstBannerCta .subTitle,
    .locale-fr-ca .firstBannerCta .subTitle {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
  }

    .locale-en-ca .firstBannerCta,
    .locale-fr-ca .firstBannerCta {
    bottom: 10%;
  }

    .locale-en-ca .thirtBannerCta,
    .locale-fr-ca .thirtBannerCta {
    bottom: 10%;
  }

    .thirdBnnerCtaTwo {
    bottom: 14%;
  }

    .thirdBnnerCtaOne {
    bottom: 48%;
  }

    .pdpVideo .container > div > div:first-child {
        height: 400px !important;
    }

    .relatedProductSpec,
    .tryOtherProductsSpec {
        height: 450px;
    }
}

@media (min-width: 990px) and (max-width: 1023px) {
    .locale-en-ca .firstBannerCta,
    .locale-fr-ca .firstBannerCta {
    bottom: 4%;
    right: 12%;
    width: auto;
  }

    .locale-en-ca .firstBannerCta .subTitle,
    .locale-fr-ca .firstBannerCta .subTitle {
    margin-top: 20px;
    line-height: 1.5;
  }

    .locale-en-ca .secondBannerCta {
    right: 8%;
    bottom: 6%;
    width: auto;
  }

    .locale-fr-ca .secondBannerCta {
    right: 5%;
    bottom: 6%;
    width: auto;
  }

    .locale-en-ca .thirtBannerCta {
    bottom: 0%;
    right: 0%;
    width: auto;
  }
    
    .locale-fr-ca .thirtBannerCta {
    bottom: 0%;
    right: 7%;
    width: auto;
  }

    .thirdBnnerCtaTwo {
    bottom: 16%;
    right: 42%;
    width: auto;
        .simple-Banner-btn {
      padding-left: 20px;
      padding-right: 20px;
    }
        .simple-Banner-btn {
      font-size: 20px;
    }
  }

    .thirdBnnerCtaOne {
    bottom: 16%;
    right: 70%;
    width: auto;
        .simple-Banner-btn {
      padding-left: 20px;
      padding-right: 20px;
    }
        .simple-Banner-btn {
      font-size: 20px;
    }
  }
}

@media (min-width: 768px) {
    .relief-for-section,
    .find-your-pepto-carousel-wrapper,
    .find-what-suits-you-carousel-wrapper,
    .all-time-fav-carousel-wrapper,
    .history-inner-wrapper,
    .siteMapOuterWrapper {
    padding-left: 0;
    padding-right: 0;
  }

    .hp-banner-subtitle-mob {
    display: none;
  }

    .hp-banner-subtitle-desk {
    display: block;
  }

    .history-inner-wrapper {
    flex-wrap: nowrap;
  }

    a.relief-for-section-link-wrapper:nth-child(2),
    a.relief-for-section-link-wrapper:nth-child(4) {
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {
    .siteMapContentWrapper {
        display: block;
        grid-template-columns: 100%;
    }

    h1.articleHeading {
    font-weight: 700;
    letter-spacing: 1px;
  }
.sortbywrapper ul h1.articleHeading,
.review-list-wrapper ul h1.articleHeading {
    --tw-text-opacity: 1;
    color: rgb(9 53 122 / var(--tw-text-opacity, 1));
  }
.productpage-overallvalue-wrapper h1.articleHeading,
.prodcutpage-overallquality-wrapper h1.articleHeading {
    margin-left: 0;
    font-family: Avenir LT W04_85 Heavy1475548;
    font-size: 22px;
    line-height: 22px;
  }

    .loader-container {
    height: 500px;
  }
}

@media (max-width: 1023px) {
    .hp-banner-subtitle {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
    .locale-en-ca .firstBannerCta,
    .locale-fr-ca .firstBannerCta {
    bottom: 4%;
    right: 12%;
    width: auto;
  }

    .locale-en-ca .firstBannerCta .subTitle,
    .locale-fr-ca .firstBannerCta .subTitle {
    margin-top: 20px;
    line-height: 1.5;
  }

    .locale-en-ca .secondBannerCta {
    right: 8%;
    bottom: 6%;
    width: auto;
  }

    .locale-fr-ca .secondBannerCta {
    right: 5%;
    bottom: 6%;
    width: auto;
  }

    .locale-en-ca .thirtBannerCta {
    bottom: 0%;
    right: 8%;
    width: auto;
  }
    
    .locale-fr-ca .thirtBannerCta {
    bottom: 0%;
    right: 7%;
    width: auto;
  }

    .thirdBnnerCtaTwo {
    bottom: 16%;
    right: 42%;
    width: auto;
        .simple-Banner-btn {
      padding-left: 20px;
      padding-right: 20px;
    }
        .simple-Banner-btn {
      font-size: 20px;
    }
  }

    .thirdBnnerCtaOne {
    bottom: 16%;
    right: 70%;
    width: auto;
        .simple-Banner-btn {
      padding-left: 20px;
      padding-right: 20px;
    }
        .simple-Banner-btn {
      font-size: 20px;
    }
  }

    .relief-for-section, .find-what-suits-you-carousel-wrapper, .find-your-pepto-carousel-wrapper, .all-time-fav-carousel-wrapper, .history-inner-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

    .pdpVideo .container > div > div:first-child {
        height: 550px !important;
    }

    .relatedProductSpec,
    .tryOtherProductsSpec {
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .locale-en-ca .firstBannerCta,
    .locale-fr-ca .firstBannerCta {
    bottom: 7%;
    right: 15%;
  }

    .locale-en-ca .secondBannerCta,
    .locale-fr-ca .secondBannerCta {
    right: 6%;
  }

    .locale-en-ca .thirtBannerCta,
    .locale-fr-ca .thirtBannerCta {
    bottom: 2%;
  }

    .thirdBnnerCtaTwo {
    bottom: 16%;
    right: 41%;
        .simple-Banner-btn {
      font-size: 24px;
    }
  }

    .thirdBnnerCtaOne {
    bottom: 16%;
    right: 70%;
        .simple-Banner-btn {
      font-size: 24px;
    }
  }

    .pdpVideo .container > div > div:first-child {
        height: 640px !important;
    }
}

@media (min-width: 1366px) {
    .locale-en-ca .firstBannerCta,
    .locale-fr-ca .firstBannerCta {
    bottom: 7%;
    right: 20%;
  }

    .locale-en-ca .secondBannerCta {
    bottom: 10%;
    right: 13%;
  }

   
    .locale-fr-ca .secondBannerCta {
    bottom: 10%;
    right: 10%;
  }

     .thirdBnnerCtaOne {
    bottom: 10%;
    right: 13%;
        .simple-Banner-btn {
      font-size: 28px;
    }
  }
     .thirdBnnerCtaTwo {
    bottom: 17%;
    right: 41%;
        .simple-Banner-btn {
      font-size: 28px;
    }
  }

    .relatedProductSpec,
    .tryOtherProductsSpec {
        height: 440px;
        
    }
}

@media (min-width: 1500px) {
    .locale-en-ca .firstBannerCta,
    .locale-fr-ca .firstBannerCta {
    bottom: 10%;
  }

    .thirdBnnerCtaOne {
    bottom: 17%;
    right: 70%;
         .simple-Banner-btn {
      font-size: 32px;
    }
  }
     .thirdBnnerCtaTwo {
    bottom: 17%;
    right: 41%;
         .simple-Banner-btn {
      font-size: 32px;
    }
  }

    .locale-en-ca .secondBannerCta {
    right: 14%;
  }

    .locale-fr-ca .secondBannerCta {
    right: 11%;
  }
}
@media (min-width: 1700px) {
    .thirdBnnerCtaOne {
    bottom: 16%;
    right: 71%;
  }
     .thirdBnnerCtaTwo {
    bottom: 16%;
    right: 43%;
  }
}
@media (min-width: 1900px) {
    .locale-en-ca .firstBannerCta,
    .locale-fr-ca .firstBannerCta {
    bottom: 13%;
    right: 22%;
  }

    .locale-en-ca .secondBannerCta,
    .locale-fr-ca .secondBannerCta {
    right: 17%;
  }

    .thirdBnnerCtaTwo {
    bottom: 17%;
    right: 44%;
  }

    .thirdBnnerCtaOne {
    bottom: 17%;
    right: 72%;
  }

    .locale-en-ca .thirtBannerCta,
    .locale-fr-ca .thirtBannerCta {
    bottom: 7%;
  }
}

.platIconContainer {
    transform: translate(0%, -50%);
}
.YoutubePlayIconSvg path {
    fill: rgba(0, 0, 0, 0.5);
}

.thumbNdPlay:hover .YoutubePlayIconSvg path {
    fill: rgba(0, 0, 0, 0.7);
}
.YoutubePlayIconSvg {
    width: 65px;
    height: 65px;
}

/*New Media CSS*/
.slick-slide a:focus-visible .common-card-wrapper,
.slick-slide a:focus .common-card-wrapper {
    border: 2px solid black;
}
.slick-slide a:focus-visible .card-image,
.slick-slide a:focus .card-image {
    border: 3px solid black;
}
.prodthumbnailIcon:focus,
.prodthumbnailIcon.focus-active {
    border: 3px solid black;
}
.simple-Banner-btn:focus,
.simple-Banner-btn.focus-active {
    border: 4px solid black;
}

a.simple-Banner-btn.event_internal_link[class*="text-brandYellow"][class*="bg-brandPinkText"],
a.simple-Banner-btn.event_internal_link[class*="text-brandYellow"][class*="bg-brandPinkText"]:hover,
a.simple-Banner-btn.event_internal_link[class*="text-brandYellow"][class*="bg-brandPinkText"]:focus,
a.simple-Banner-btn.event_internal_link[class*="text-brandYellow"][class*="bg-brandPinkText"]:active,
a.simple-Banner-btn.event_internal_link[class*="text-brandYellow"][class*="bg-brandPinkText"]:visited {
    color: #fef301 !important;
    text-decoration: none;
}
@media (min-width: 1023px) {
    .footer-normal-text > div {
        min-width: 33%;
        padding-right: 2.5rem;
        padding-top: 1.5rem;
}
    .footer-content{
         padding-top: 1.5rem;
    }
}
@media (max-width: 1022px) {
    .footer-normal-text > div {
        width: 100%;
       padding-top: 1.5rem;
    }
    .footer-content{
         padding-top: 1.5rem;
    }
}
/* purgecss start ignore */

/* --- Base widget hardening (safe to keep globally) --- */



.ps-widget .ps-wtb-content {
  display: block !important;
  width: 100%;
}

/* Stars */
.ps-widget .ps-review-stars {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}
.ps-widget .ps-review-stars .ps-five-star {
  display: flex !important;
  align-items: center;
  gap: 2px;
}
.ps-widget .ps-review-stars .ps-five-star > svg {
  display: inline-block !important;
  vertical-align: middle;
  flex: 0 0 auto;
}

/* Logos (neutralize global resets) */
.ps-widget img,
.ps-widget svg {
  max-width: none;
  height: auto;
}
.ps-widget div.ps-online-seller > div > div > div > img,
.ps-widget li.ps-online-seller > div > div > div > img {
  max-width: 120px !important;
  max-height: 40px !important;
  display: inline-block !important;
  vertical-align: middle;
}

/* Reset common list defaults inside the widget */
.ps-widget ul,
.ps-widget ol { list-style: none; padding: 0; margin: 0; }
.ps-widget li { margin: 0; padding: 0; }

/* -------------------------------------------------------------------
   SCROLL VARIANT: apply only when the widget sits inside .ps-scroll-wrapper
   Goal: 2 cards fit in ~500px with NO scroll; 3+ cards trigger horizontal scroll.
   ------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .ps-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    margin-inline: auto !important;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    margin-left: 0px !important;
  }
.ps-no-results{
    padding: 0 0 !important;
}
  .ps-scroll-wrapper .ps-widget {
    display: block;
    width: auto;
    min-width: 0;
  }

  .ps-scroll-wrapper .ps-widget ul.ps-online-sellers {
    display: inline-flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    margin: 0;
    white-space: nowrap;
  }

  .ps-scroll-wrapper .ps-widget li.ps-online-seller,
  .ps-scroll-wrapper .ps-widget div.ps-online-seller {
    float: none !important;
    display: block !important;
    box-sizing: border-box !important;
    flex: 0 0 236px;
    scroll-snap-align: start;
  }

  .ps-scroll-wrapper .ps-widget li.ps-online-seller > div,
  .ps-scroll-wrapper .ps-widget div.ps-online-seller > div {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 140px !important;
    box-sizing: border-box !important;
  }

  .ps-scroll-wrapper .ps-widget li.ps-online-seller > div > div,
  .ps-scroll-wrapper .ps-widget div.ps-online-seller > div > div {
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .ps-scroll-wrapper .ps-widget button.ps-online-buy-button,
  .ps-scroll-wrapper .ps-widget img,
  .ps-scroll-wrapper .ps-widget svg {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}

/* -------------------------------------------------------------------
   NON-SCROLL VARIANT (everywhere else): let vendor CSS do the 4/2/1 grid.
   ------------------------------------------------------------------- */
@media (min-width: 1025px) {
  :not(.ps-scroll-wrapper) > .ps-widget li.ps-online-seller,
  :not(.ps-scroll-wrapper) > .ps-widget div.ps-online-seller {
    display: table !important;
    float: left !important;
    width: 25% !important;
    box-sizing: border-box !important;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ps-68812fac619970cfe1318546 ps-widget event_buy_now{
        width: 100% !important;
    } 
}

.ps-68812fac619970cfe1318546 button.ps-online-buy-button.available {
  display: inline-block;
  border-radius: 30px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(206 59 138 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: PHCPlayfulF4-Book;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(206 59 138 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#modalSelector .ps-68812fac619970cfe1318546 button.ps-online-buy-button.available,
#header-wrapper .ps-68812fac619970cfe1318546 button.ps-online-buy-button.available,
.menu-items-wrapper .ps-68812fac619970cfe1318546 button.ps-online-buy-button.available {
    
}

.home-page-font-override .ps-68812fac619970cfe1318546 button.ps-online-buy-button.available {
    
}

#modalSelector .ps-68812fac619970cfe1318546 button.ps-online-buy-button.available,
#header-wrapper .ps-68812fac619970cfe1318546 button.ps-online-buy-button.available,
.header-wrapper .ps-68812fac619970cfe1318546 button.ps-online-buy-button.available,
.menu-items-wrapper .ps-68812fac619970cfe1318546 button.ps-online-buy-button.available {
    
}

.ps-68812fac619970cfe1318546 button.ps-online-buy-button.available:hover {
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(206 59 138 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 242 45 / var(--tw-text-opacity, 1));
}

.ps-68812fac619970cfe1318546 button.ps-online-buy-button.available:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ps-68812fac619970cfe1318546 button.ps-online-buy-button.available a:hover {
  text-decoration-line: none;
}

@media (min-width: 1024px) and (max-width: 1232px) {
    .ps-68812fac619970cfe1318546 button.ps-online-buy-button.available {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable {
  display: inline-block;
  border-radius: 30px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(206 59 138 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: PHCPlayfulF4-Book;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(206 59 138 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#modalSelector .ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable,
#header-wrapper .ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable,
.menu-items-wrapper .ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable {
    
}

.home-page-font-override .ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable {
    
}

#modalSelector .ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable,
#header-wrapper .ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable,
.header-wrapper .ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable,
.menu-items-wrapper .ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable {
    
}

.ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable:hover {
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(206 59 138 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 242 45 / var(--tw-text-opacity, 1));
}

.ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable a:hover {
  text-decoration-line: none;
}

@media (min-width: 1024px) and (max-width: 1232px) {
    .ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable>span{
    line-height: normal !important;
}

.ps-68812fac619970cfe1318546 button.ps-online-buy-button.available>span{
    line-height: normal !important;
}
.ps-68812fac619970cfe1318546.ps-widget{
    background-color: transparent !important;
    padding:0 !important;
}
.ps-68812fac619970cfe1318546 button.ps-online-buy-button.available>small{
    line-height: normal !important;
}
.ps-68812fac619970cfe1318546 button.ps-online-buy-button.unavailable>small{
    line-height: normal !important;
}

@media screen and (max-width: 767px) {
    .ps-widget.pdpPrimaryCTA { margin-inline: auto !important; }
    .ps-widget li{
        padding: 0 !important;
      
    }
}

@media screen and (min-width: 767px) {
  .buyNowContainer{
    max-width: 90% !important;
  }
  .ps-68812fac619970cfe1318546 .ps-online-seller-select {
    max-width: 160px;
    flex: 0 0 160px !important;
}
    
}
.separatorDot {
  white-space: nowrap;
  font-weight: 900;
}
.menuCategoryItem {
  display: inline;
}
.Primary-button-need {
  display: inline-block !important;
  padding-right: 10px !important;
}
  .Primary-button-need-mobile {
  display: inline-block !important;
  padding-right: 10px !important;
}

  .new-badge {
  margin-left: -8px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
}
  .new-badge-mobile {
  left: 170px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
}

.top-child {
  width: 100%;
  padding: 10px;
}

.bottom-left,
.bottom-right {
  width: 49%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 1%;
}
.bottom-left > a > div > span{
    font-size: 13px !important;
}
.bottom-right > a > div > span{
    font-size: 13px !important;
}
.bottom-right {
  margin-right: 0;
}
.newBadgePLP {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ce3b8a;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
    font-weight: 100;
        position: relative;
       bottom: 300px;
    left: 150px;
    padding: 22px;
}

@media (min-width: 320px) {
    .newBadgePLP {
        bottom: 80% !important;
        left: 80% !important;
    }
    .newBadgePDP {
        left: 90% !important;
        bottom: 85% !important;
    }
}
@media (min-width: 414px) {
    .newBadgePLP {
        bottom: 80% !important;
        left: 80% !important;
    }
}
@media (min-width: 767px) {
    .newBadgePLP {
       bottom: 80% !important;
        left: 80% !important;
    }
}
@media (min-width: 1024px) {
    .newBadgePLP {
       bottom: -5% !important;
        left: unset !important;
        right: 12% !important;
    }
}
@media (min-width: 1200px) {
    .newBadgePLP {
         bottom: -5% !important;
        left: unset !important;
        right: 12% !important;
    }
}
@media (min-width: 1366px) {
    .newBadgePLP {
         bottom: -5% !important;
        left: unset !important;
        right: 12% !important;
    }
}
@media (min-width: 1500px) {
    .newBadgePLP {
         bottom: -5% !important;
        left: unset !important;
        right: 12% !important;
    }
}
@media (min-width: 1700px) {
    .newBadgePLP { 
        bottom: -5% !important;
        left: unset !important;
        right: 12% !important;
    }
}
@media (min-width: 1900px) {
    .newBadgePLP {
        bottom: -5% !important;
        left: unset !important;
        right: 12% !important;    
    }
}

    .newBadgePDP {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ce3b8a;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
    font-weight: 100;
       bottom: 50px;
    left: 350px;
    padding: 22px;
    position: absolute;
   
    @media (min-width: 1024px){
              bottom: 100px;
        left: 500px;
    }
}
 @media (min-width: 768px) and (max-width: 1023px) {
        .newBadgePDP {
            bottom: 10px;
            left:600px;
        }
    }

    .newBadgeCardCarousel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    right: 2px;
    top:10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 4px;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
   border-radius: 6px;
    @media (min-width: 1024px){
              top: 10px;
        right: 10px;
    }
}
 @media (min-width: 768px) and (max-width: 1023px) {
        .newBadgeCardCarousel {
            top: 5px;
    right: 2px;
    max-width: 80px;
    font-size: 1rem;
        }
    }

.desktopImageMenuContainer{
    width: 40% !important;
}
.scrollbar-visible {
    scrollbar-width: thin; 
    scrollbar-color: #CBD5E0 #F7FAFC; 
}

.scrollbar-visible::-webkit-scrollbar {
    height: 8px;
}

/* purgecss end ignore */


.faq-answer-p ul {
    list-style-type: disc;
    margin-left: 30px;
}

.faqLeftIteam button {
  outline: none !important;
  border: none;
}

.faqLeftIteam button:focus {
  outline: none !important;
}
.of-cover{
    -o-object-fit: cover;
       object-fit: cover;
}

.of-cover-new{
    -o-object-fit: cover;
       object-fit: cover;
}
.home-video-container .video-banner video.video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
}

.category-menu {
    position: relative;
    /* margin: 0 -20px; */
}
.desktop-menu {
    margin-bottom: 30px;
}
.desktop-menu li{
    display: inline;
    margin-right: 50px;
    position: relative;
}
.desktop-menu li:after {
    content: "";
    width: 40px;
    height: 5px;
    background:transparent;
    display: block;
    position: absolute;
    left: 0;
}
.desktop-menu li.active:after {
  --tw-bg-opacity: 1;
  background-color: rgb(211 79 146 / var(--tw-bg-opacity, 1));
    bottom: -8px;
}
.desktop-menu.subNav li{
    display: inline;
    margin-right: 40px;
    position: relative;
}
.desktop-menu.subNav li a{
 font-size: 14px !important;
}
.desktop-menu.subNav li:after {
    content: "";
    width: 100%;
    height: 5px;
    background:transparent;
    display: block;
    position: absolute;
    left: 0;
}
.desktop-menu.subNav li.active:after {
  --tw-bg-opacity: 1;
  background-color: rgb(211 79 146 / var(--tw-bg-opacity, 1));
    bottom: -8px;
}
.hide-for-mobile{
    display: none;
}
.hide-for-desktop{
    display: block;
}
.dropdown {
    display: flex;
    align-items: center;
    outline: none !important;
}
.dropdown span:last-child{
    margin-left: 10px;
}
.dropdown .active {
    margin-top: 0;
}
.dropdown.active span:last-child{
    transform: rotate(90deg);
}
.mobile-menu {
    opacity: 0; 
    height: 0;
    background:#fff;
    overflow: hidden;
}
.mobile-menu li{
    padding: 10px 20px;
    line-height: 32px;
}
.show{
    opacity: 1; 
    height: auto;
    transition: .5s;
    overflow: visible;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 8px 13px -8px #888;
    margin-top: -1px;
    z-index: 999;
}
.image-gallery-image .previous-arrow svg{
    transform: rotate(180deg);
    display: block;
}
@media only screen and (min-width: 768px) {
    .category-menu .mobile-menu.show {
        left:0;
    }
}
@media only screen and (min-width: 1024px) {
    .hide-for-mobile{
        display: block;
    }
    .hide-for-desktop{
        display: none;
    }
    .category-menu {        
        margin-left: 180px;
    }
    .desktop-menu li.active a {
    font-family: PHCPlayfulF4-Book;
    font-weight: 700;
    letter-spacing: 1px;
    --tw-text-opacity: 1;
    color: rgb(206 59 138 / var(--tw-text-opacity, 1));
  }
.sortbywrapper ul .desktop-menu li.active a,
.review-list-wrapper ul .desktop-menu li.active a {
    --tw-text-opacity: 1;
    color: rgb(9 53 122 / var(--tw-text-opacity, 1));
  }
.productpage-overallvalue-wrapper .desktop-menu li.active a,
.prodcutpage-overallquality-wrapper .desktop-menu li.active a {
    margin-left: 0;
    font-family: Avenir LT W04_85 Heavy1475548;
    font-size: 22px;
    line-height: 22px;
  }

#modalSelector .desktop-menu li.active a,
#header-wrapper .desktop-menu li.active a,
.menu-items-wrapper .desktop-menu li.active a {
    
}

.home-page-font-override .desktop-menu li.active a {
    
}

#modalSelector .desktop-menu li.active a,
#header-wrapper .desktop-menu li.active a,
.header-wrapper .desktop-menu li.active a,
.menu-items-wrapper .desktop-menu li.active a {
    
}
}
.slick-slider {
  position: relative;
  display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list:focus {
    outline: none;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: block;
    float: left;
    /* margin-right: 10px; */
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* @font-face {
    
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/static/fonts/slick.eot");
    src: url("/static/fonts/slick.eot?#iefix") format("embedded-opentype"),
        url("/static/fonts/slick.woff") format("woff"),
        url("/static/fonts/slick.ttf") format("truetype"),
        url("/static/fonts/slick.svg#slick") format("svg");
} */

.slick-prev,
.slick-next {
    background-color: #FFF;
    box-shadow: 0px 5px 15px #00000033;
    opacity: 0.9;
    width: 54px;
    height: 54px;
    position: absolute;
    top: calc(56% - 100px);
    padding: 0;
    transform: translate(0, -50%);
    border: none;
    outline: none;
    z-index: 8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding-left: 23px;
    text-align: center;
}

.slick-next {
    right: 22px;
    padding-left: 22px;
}
.slick-prev {
    left: -5px;
    padding-left: 26px;
}
.slick-prev span{
    transform: translate(-60% , 0) rotate(180deg);
}
.slick-prev:before,
.slick-next:before {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    display: none;
}

[dir="rtl"] .slick-prev {
    right: 15px;
    left: auto;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: 15px;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
  position: relative;
    display: inline-block;
    width: 10px;
    height:10px;
    margin:0 5px;
    padding:0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;

    width: 10px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: transparent;
}

.slick-dots li button:before {
    font-size: 11px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}

.slick-dots {
    margin-top: 10px;
    position: relative;
}
.slick-list{
    margin-right: 0;
    overflow: hidden;
}
.flu-symptom .slick-list{
    margin-right: 0px;
} 
.slick-dots li {
    display: inline-block;
    margin:0 6px 0 0;
    width: auto;
}
.slick-dots li button {
    color: transparent;
    background: #13294b;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: .3;
    outline: 0;
}
.slick-dots li.slick-active button {
    width: 18px;
    height: 6px;
    border-radius: 30px;
    opacity: 1;
}
.product-gallery .slick-list {
    margin: 0 20px;   
}
.product-gallery .slick-prev {
    left:0;
    box-shadow: none;
    background: none;
}
.product-gallery .slick-next {
    right:0;
    box-shadow: none;
    background: none;
}
.product-gallery .slick-prev,
.product-gallery .slick-next{
    width: auto;
    height:auto;
    padding-left: 0px;
    margin-top: 17px;
}
.product-gallery .slick-track{
    display: flex;
}
.new-in-products-wrapper .slick-slide,
.find-your-vicks-wrapper .slick-slide,
.find-what-suits-you-section .slick-slide,
.favorites-carousel-wrapper .slick-slide,
.inside-vicks-section .slick-slide{
    margin-right:0;
}
.slick-slide a{
    outline: none;
}
@media (min-width: 768px){
   
}
@media (min-width: 1024px){
    .slick-slide{
        margin-right:0;
    }
    .slick-list{
        margin-right: -25px;
    }
    .slick-next {
        padding:0 0 0 25px;
    }
    .slick-prev,
    .slick-next {
        width:60px;
        height:60px;
    }
    .product-gallery .slick-track{
        display: inherit;
    }
    .product-gallery .slick-slide{
        height: 75px;
        width: 75px;
        margin-bottom:6px;
    }
    .product-gallery .slick-list {
        margin: 0;
    }
    .product-gallery .slick-prev,
    .product-gallery .slick-next{
        padding-left: 0px;
        margin-top: 0px;
    }
    .product-gallery .slick-prev {
        top: -15px;
        left: 40px;
    }
    .product-gallery .slick-next {
        top: inherit;
        left: 27px;
        bottom: -40px;
    }
    .product-gallery .slick-prev svg {
        transform: rotate(90deg);
    }
    .product-gallery .slick-next svg {
        transform: rotate(90deg);
    }
    .flu-symptom .slick-list{
        margin-right: -15px;
    } 
    .slick-prev {
        left: -30px;
        padding-left:29px;
    }
}
.header-blue, .nav-open {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.search-icon{
    color: #09357a;
}
.plp-left-side-posi {
    vertical-align: top;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease 0s;
}
.side-panel-hide-desktop{
    transform: translateX(-291px);
    margin-left: -291px;
}
 .side-panel-hide {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
 .side-panel-show {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.side-panel-hide.slide-out {
    animation: slide-out .8s forwards;
    -webkit-animation: slide-out .8s forwards;
}
.side-panel-show.slide-in {
    animation: slide-in .8s forwards;
    -webkit-animation: slide-in .8s forwards;
}

.nav-mobile {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.nav-mobile.slide-in {
    animation: slide-in 1s forwards;
    -webkit-animation: slide-in 1s forwards;
}
.nav-mobile.slide-out {
    animation: slide-out 1s forwards;
    -webkit-animation: slide-out 1s forwards;
}
@keyframes slide-in {
    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* @import url("//fast.fonts.net/t/1.css?apiType=css&projectid=c0ca88be-100d-4e42-a08d-c7c9fab98a6a"); */
@font-face {
    font-family:"FrankfurterSta";
        src:url("https://assets.ctfassets.net/dqh2h7mvo1xq/2o6EExo02FQQodHGHiHFtF/44dd5d19422b08b1088b04d921a7dd74/FrankfurterStd.woff2") format("woff2"),
        url("https://assets.ctfassets.net/dqh2h7mvo1xq/2o6EExo02FQQodHGHiHFtF/44dd5d19422b08b1088b04d921a7dd74/FrankfurterStd.woff2") format("woff2");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}
@font-face {
    font-family:"FrankfurterMed";
        src:url("https://assets.ctfassets.net/dqh2h7mvo1xq/31VIcvU1qW7cq7ikgzBmLA/52a1941953978acf6d9ffcc07d38bfdd/FrankfurterMediumStd.woff2") format("woff2"),
        url("https://assets.ctfassets.net/dqh2h7mvo1xq/31VIcvU1qW7cq7ikgzBmLA/52a1941953978acf6d9ffcc07d38bfdd/FrankfurterMediumStd.woff2") format("woff2");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}
@font-face {
    font-family:"Avenir LT W04_45 Book1475512";
        src:url("https://assets.ctfassets.net/xuuihvmvy6c9/7J9tQvpMDr3qW8FmZ2QKtX/b9eb671a7cb56b8d7abe652e01396756/fe2d00d9-aadd-40f7-a144-22a6f695aa8f.woff2") format("woff2"),
        url("https://assets.ctfassets.net/xuuihvmvy6c9/4j2TmAluKOGNgVpN0eSHlo/bf4c464d2952d26290bd79310cc111b5/c3795fc9-e264-4795-9a19-b57086aa6f7b.woff") format("woff");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family:"Avenir LT W04_55 Roman1475524";
        src:url("https://assets.ctfassets.net/xuuihvmvy6c9/7acF22W2EqSLx3CPjczXPq/bd9c81be6c47f531e3b407a6a2c41ca4/69473750-4214-45b1-856b-06e8f8de2086.woff2") format("woff2"),
        url("https://assets.ctfassets.net/xuuihvmvy6c9/3eHBN0SZYQQlWpSn1wFU3T/d45bc3e2e943edcd7c97248b6261cb7a/57cea7be-0fae-457e-83f0-b7375aabb3f9.woff") format("woff");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}
@font-face {
    font-family:"Avenir LT W04_65 Medium1475536";
        src:url("https://assets.ctfassets.net/xuuihvmvy6c9/5wxOVQHz23OOtf67qEOmNL/5643352a9d231fd8254469d135a6cd20/7839a002-2019-46e4-8db8-c8335356ceee.woff2") format("woff2"),
        url("https://assets.ctfassets.net/xuuihvmvy6c9/4l4fRLG5n5fUUiDeqzj3yo/074f5f29b22f58ee18711616767e5028/28433854-a1b7-4a30-b6a4-10c3a5c75494.woff") format("woff");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}
@font-face {
    font-family:"Avenir LT W04_85 Heavy1475548";
        src:url("https://assets.ctfassets.net/xuuihvmvy6c9/1l8CoVQLwmpKxq3bJm6O0q/a0d7b4fb83052c1a62477b1e4c792841/e9b44b79-923f-49b3-837c-290bc70628cc.woff2") format("woff2"),
        url("https://assets.ctfassets.net/xuuihvmvy6c9/3vU5wlXLldJ5MdgLFjLdJL/78bb1c4813444dcb8d63ca3bf2d78c68/fbd14ec6-aa86-4ccd-af83-931d5eb79910.woff") format("woff");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}
@font-face {
    font-family:"Avenir LT W04_95 Black1475560";
        src:url("https://assets.ctfassets.net/xuuihvmvy6c9/1T2dOMo3dv7MTskA61lZNe/f3cbdfd43c7d3c9f21248ae0f87e8cb1/ef5800d8-b76d-43e8-87ff-81d455db24c0.woff2") format("woff2"),
        url("https://assets.ctfassets.net/xuuihvmvy6c9/1evOtveHjV6QaJAPX1qTok/0174a395a06fdbdcfd162508aebc7989/1144e594-fd94-44b6-9cf8-171075a034cc.woff") format("woff");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}
@font-face {
    font-family:"Intro W03 Regular";
        src:url("https://assets.ctfassets.net/xuuihvmvy6c9/2btTQ4MoVOfiOfGL2iDhwH/4ac59d14c59b78553ebbd9101c4e90c6/593a674e-554d-4145-980c-4d3fdaabbdd9.woff2") format("woff2"),
        url("https://assets.ctfassets.net/xuuihvmvy6c9/3l5unlaNsxNxfe3srlS8S5/8814fbe18ae0845dc9f57a028e8e6246/92766b10-3ce1-4983-9d22-106aa92c7be0.woff") format("woff");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}
@font-face {
    font-family:"Intro W03 Black";
        src:url("https://assets.ctfassets.net/xuuihvmvy6c9/6V53OjmZSSkDU5tTk2B4C9/cf8a851de54933a4c164e7d1e4142ef1/c859b648-a3c8-42c1-9f5c-babe1ae80113.woff2") format("woff2"),
        url("https://assets.ctfassets.net/xuuihvmvy6c9/776NjUhjWKXa7Of1qqXu0A/f4ccbe8169c11d99caf6e845c765d34a/f608b271-7efc-4346-ab4e-9bb7c51094a4.woff") format("woff");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}






@font-face {
    font-family:"PHCPlayfulF4-Book";
    src:url("https://assets.ctfassets.net/soi6xg8oq83u/6FJLDj6Qlzhy1OopxqFNpI/88a66dc57a3cfbd4d1f37414e2220854/PHCPlayfulF4-Book.otf") format("opentype"),
    url("https://assets.ctfassets.net/soi6xg8oq83u/6FJLDj6Qlzhy1OopxqFNpI/88a66dc57a3cfbd4d1f37414e2220854/PHCPlayfulF4-Book.otf") format("opentype");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family:"PHCPlayfulF4-Book-Cnd";
    src:url("https://assets.ctfassets.net/soi6xg8oq83u/34utUejyLgYIyjIhWreW3H/57fc640156fd546cffc96396970428d8/PHCPlayfulF4-Book-Cnd.otf") format("opentype"),
    url("https://assets.ctfassets.net/soi6xg8oq83u/34utUejyLgYIyjIhWreW3H/57fc640156fd546cffc96396970428d8/PHCPlayfulF4-Book-Cnd.otf") format("opentype");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family:"PHCPlayfulF4-Book-Italic";
    src:url("https://assets.ctfassets.net/soi6xg8oq83u/12RTJ6vNFo4LwHP9D03hfK/f6902b8ea6ee269d630d723ba1b59418/PHCPlayfulF4-Book-Italic.otf") format("opentype"),
    url("https://assets.ctfassets.net/soi6xg8oq83u/12RTJ6vNFo4LwHP9D03hfK/f6902b8ea6ee269d630d723ba1b59418/PHCPlayfulF4-Book-Italic.otf") format("opentype");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family:"PHCPlayfulF4-Bold";
    src:url("https://assets.ctfassets.net/soi6xg8oq83u/5FpDJ8sBaxhUhdkJRDzhSk/e237327f68acd87ff115d6f461720fb1/PHCPlayfulF4-Bold.otf") format("opentype"),
    url("https://assets.ctfassets.net/soi6xg8oq83u/5FpDJ8sBaxhUhdkJRDzhSk/e237327f68acd87ff115d6f461720fb1/PHCPlayfulF4-Bold.otf") format("opentype");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family:"PHCPlayfulF4-Bold-Cnd";
    src:url("https://assets.ctfassets.net/soi6xg8oq83u/hH6SJKgAP4QjIdAyowy0k/f64b96ad08a5e0b5ff2d1375dd235f5d/PHCPlayfulF4-Bold-Cnd.otf") format("opentype"),
    url("https://assets.ctfassets.net/soi6xg8oq83u/hH6SJKgAP4QjIdAyowy0k/f64b96ad08a5e0b5ff2d1375dd235f5d/PHCPlayfulF4-Bold-Cnd.otf") format("opentype");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family:"PHCPlayfulF4-Bold-Italic";
    src:url("https://assets.ctfassets.net/soi6xg8oq83u/1zDJbQOX8FMP5tgUst3TON/5a38d409855f6be62a2ca2866545fc57/PHCPlayfulF4-Bold-Italic.otf") format("opentype"),
    url("https://assets.ctfassets.net/soi6xg8oq83u/1zDJbQOX8FMP5tgUst3TON/5a38d409855f6be62a2ca2866545fc57/PHCPlayfulF4-Bold-Italic.otf") format("opentype");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}


@font-face {
    font-family:"PHCPlayfulF4-Medium";
    src:url("https://assets.ctfassets.net/soi6xg8oq83u/3Pro9kT4VGdhQgD4122F5c/a536db8dfdaf801d1ffd249516c63b69/PHCPlayfulF4-Medium.otf") format("opentype"),
    url("https://assets.ctfassets.net/soi6xg8oq83u/3Pro9kT4VGdhQgD4122F5c/a536db8dfdaf801d1ffd249516c63b69/PHCPlayfulF4-Medium.otf") format("opentype");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family:"PHCPlayfulF4-Medium-Cnd";
    src:url("https://assets.ctfassets.net/soi6xg8oq83u/6nnR0n1Jy4dlLjDj0acu1D/d01139d9743ff0c6b8892d0edd4fa690/PHCPlayfulF4-Medium-Cnd.otf") format("opentype"),
    url("https://assets.ctfassets.net/soi6xg8oq83u/6nnR0n1Jy4dlLjDj0acu1D/d01139d9743ff0c6b8892d0edd4fa690/PHCPlayfulF4-Medium-Cnd.otf") format("opentype");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family:"PHCPlayfulF4-Medium-Italic";
    src:url("https://assets.ctfassets.net/soi6xg8oq83u/DOH4LDsJQvloqGOe7jG5w/73bc684a3fc7fe7e7a8c0bf58512f5e9/PHCPlayfulF4-Medium-Italic.otf") format("opentype"),
    url("https://assets.ctfassets.net/soi6xg8oq83u/DOH4LDsJQvloqGOe7jG5w/73bc684a3fc7fe7e7a8c0bf58512f5e9/PHCPlayfulF4-Medium-Italic.otf") format("opentype");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family:"PHCPlayfulF4-Extrabold-Cnd";
    src:url("https://assets.ctfassets.net/soi6xg8oq83u/4sorHn3BYc2kyo0hBJIXUu/517d4a46c94b396529556e24578d6134/PHCPlayfulF4-Extrabold-Cnd.otf") format("opentype"),
    url("https://assets.ctfassets.net/soi6xg8oq83u/4sorHn3BYc2kyo0hBJIXUu/517d4a46c94b396529556e24578d6134/PHCPlayfulF4-Extrabold-Cnd.otf") format("opentype");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}
.transform-50p { transform: translate(-50%,-50%);}
    .transition-height {transition: height ease-in-out 0.5s;}
    .scroll-margin {scroll-margin: 71px;}
    .top20{top: 20px;}
    .top16{top: 16px;}
    .top10{top: 10px;}
    .top-15{top: 15px;}
    .top-70{top: 70px;}
    .top50p{top: 50%;}
    .top35{top: 35px;}
    .top169{top: 169px;}
    .top175{top: 175px;}
    .top585{top: 585px;}
    .top500{top: 500px;}
    .top31p{top: 31%;}
    .left50p{left: 50%;}
    .left10{left: 10px;}
    .left11{left: 11px;}
    .left18{left: 18px;}
    .left20{left: 20px;}
    .leftm-15{left:-15px;}
    .left479p{left: 47.9%;}
    .bottom10{bottom: 10px;}
    .bottom20{bottom: 20px;}
    .right10{right: 10px;}
    .right20{right: 20px;}
    .right-25{right: 25px;}
    .right-23{right: 23px;}
    .counter-reset-style {counter-reset: my-awesome-counter}
    .counter-increment-style{counter-increment: my-awesome-counter;}
    .list-content{content: counter(my-awesome-counter) ". ";}
    .word-break-style{word-break: break-word;}
    .opacity-02{opacity: 0.2;}
    .opacity-06{opacity: 0.6;}
    .transition-3{transition: .3s;}
    .bg-color-opacity{background-color: rgba(9,53,122,.7);}
    .border-05{border-width: 0.5px}
    .border-top-left-05{border-width: 0.5px}
    .border-bottom-right-05{border-width: 0.5px}
    .box-shadow-12{	
        box-shadow: 0 6px 12px 0px rgba(163,158,163,1);	
    }
    .box-shadow-9{box-shadow: 0px 6px 14px #00000029;}
    .box-shadow-6{box-shadow: 0px 4px 6px #00000029;}
    .box-shadow-PR{box-shadow: 0px 2px 6px #00000029;}
    .width-inherit{max-width: inherit;} 
    .height-inherit{max-height: inherit;}
    .top-calc{top: calc(50% - 55px);}
    .text-inherit{text-align:inherit;} 
    .right-inherit{right:inherit;}
    .column-gap-13{-moz-column-gap: 13px;column-gap: 13px;}
    .col-gap-6{-moz-column-gap: 6px;column-gap: 6px;}
    .col-gap-18{-moz-column-gap:18px;column-gap:18px;}
    .column-count-3{-moz-column-count:3;column-count:3;}
    .content-style{content:"";}
    .gradient-style{
        background: rgb(3,17,39);
        background: linear-gradient(0deg, rgba(3,17,39,0.7) 0%, rgba(9,53,122,0.15) 37%, rgba(9,53,122,0) 100%);
    
    }
    .transform-y-20p { transform: translateY(20%);}
    .fill-headerBlue{fill: #09357a;}
    .rotate90deg{transform: rotate(90deg);}
    .rotate180deg{transform: rotate(180deg);}
    .transformX120{transform: translateX(120px);}
    .fill-none{fill: none;}
    .height943p{height: 94.3%;}
    .left200{left: 200px;}
    .right220{right: 220px;}
    .border-3{border-width: 3px;}
    .top105{top: 105px;}
    .top100{top: 100px;}
    .top12{top: 12px;}
    .top30{top: 30px;}
    .left5p{left: 5%;}
    .bottom30{bottom: 30px;}
    .left21p{left: 21%;}
    .left4p{left: 4%;}

/* main.css applies overflow-hidden on #__next; override to allow page scroll. */
#__next {
    overflow: visible;
}

.clear-both {
    clear: both;
}
.container, .adp-container, .header-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.h-screen {
    height: 100vh;
}



@media (min-width: 768px) {
    .container, .header-container {
        max-width: 728px;
        padding-left: 0;
        padding-right: 0;
    }
    .adp-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1024px) {
    .container, .adp-container, .header-container {
        max-width: 900px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1232px) {
    .container, .header-container {
        max-width: 1232px;
        padding-left: 0;
        padding-right: 0;
    }
    .adp-container {
        max-width: 1026px;
        padding-left: 0;
        padding-right: 0;
    }
}

/* Keep header menu hover behavior isolated from broad anchor hover rules. */
#modalSelector a:hover,
.menu-items-wrapper a:hover {
  text-decoration-line: none;
}

#modalSelector a.menu-subItem-link:hover,
.menu-items-wrapper a.menu-subItem-link:hover {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media (min-width: 320px) {
    .relief-for-section,
    .find-your-pepto-carousel-wrapper,
    .find-what-suits-you-carousel-wrapper,
    .all-time-fav-carousel-wrapper,
    .history-inner-wrapper,
    .siteMapOuterWrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .relief-for-section,
    .find-your-pepto-carousel-wrapper,
    .find-what-suits-you-carousel-wrapper,
    .all-time-fav-carousel-wrapper,
    .history-inner-wrapper,
    .siteMapOuterWrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .relief-for-section,
    .find-what-suits-you-carousel-wrapper,
    .find-your-pepto-carousel-wrapper,
    .all-time-fav-carousel-wrapper,
    .history-inner-wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.new-badge {
    margin-left: -8px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
}

.new-badge-mobile {
    left: 170px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    width: -moz-max-content;
    width: max-content;
}

.navWrapperDesktop {
    width: 100%;
}

.menu-sub-item-image > div {
    width: 100%;
}

#modalSelector ul,
#modalSelector li,
#header-wrapper ul,
#header-wrapper li,
.header-wrapper ul,
.header-wrapper li,
.menu-items-wrapper ul,
.menu-items-wrapper li {
    list-style: none;
    padding: 0;
}

#modalSelector .font-PHCPlayfulF4Book,
#header-wrapper .font-PHCPlayfulF4Book,
.header-wrapper .font-PHCPlayfulF4Book,
.menu-items-wrapper .font-PHCPlayfulF4Book {
    
}

.separatorDot {
    white-space: nowrap;
    font-weight: 900;
}

.menuCategoryItem {
    display: inline;
}

.Primary-button-need,
.Primary-button-need-mobile {
    display: inline-block !important;
    padding-right: 10px !important;
}

.top-child {
    width: 100%;
    padding: 10px;
}

.bottom-left,
.bottom-right {
    width: 49%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 1%;
}

.bottom-left > a > div > span,
.bottom-right > a > div > span {
    font-size: 13px !important;
}

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

@media (min-width: 1024px) {
    .menu-items-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
.sortbywrapper ul.overflow-y-hidden.menu-items-wrapper.pr-20 {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 22px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;box-shadow: 0px 6px 14px #00000029;
  }
.sortbywrapper ul.overflow-y-hidden.menu-items-wrapper.pr-20.h-0 {
    display: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .menu-items-wrapper{top: 70px;
        box-shadow: 0px 4px 6px #00000029;}

    a.menu-subItem-link:hover {
    --tw-text-opacity: 1;
    color: rgb(85 85 85 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
  }

    .lg\:container {
    width: 100%;
  }

    @media (min-width: 320px) {

    .lg\:container {
      max-width: 320px;
    }
  }

    @media (min-width: 768px) {

    .lg\:container {
      max-width: 768px;
    }
  }

    @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
    }
  }

    @media (min-width: 1232px) {

    .lg\:container {
      max-width: 1232px;
    }
  }
}

.visited\:\!text-black:visited {
  color: rgb(0 0 0 ) !important;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 81 151 / var(--tw-bg-opacity, 1));
}

.hover\:\!text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-brandYellow:hover {
  --tw-text-opacity: 1;
  color: rgb(255 242 45 / var(--tw-text-opacity, 1));
}

.focus\:\!text-black:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 320px) {

  .sm\:mb-16 {
    margin-bottom: 16px;
  }

  .sm\:mb-20 {
    margin-bottom: 20px;
  }

  .sm\:mb-35 {
    margin-bottom: 35px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:max-w-380 {
    max-width: 380px;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:rounded-70 {
    border-radius: 70px;
  }

  .sm\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {

  .md\:left-30 {
    left: 30px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:mb-20 {
    margin-bottom: 20px;
  }

  .md\:mb-5 {
    margin-bottom: 5px;
  }

  .md\:mt-15 {
    margin-top: 15px;
  }

  .md\:mt-5 {
    margin-top: 5px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-100 {
    height: 100px;
  }

  .md\:h-370 {
    height: 370px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:min-h-350 {
    min-height: 350px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-214 {
    width: 214px;
  }

  .md\:w-375 {
    width: 375px;
  }

  .md\:w-560 {
    width: 560px;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-6\/9 {
    width: 66.666%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-400 {
    max-width: 400px;
  }

  .md\:max-w-450 {
    max-width: 450px;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pl-20 {
    padding-left: 20px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:text-14 {
    font-size: 14px;
  }

  .md\:text-18 {
    font-size: 18px;
  }

  .md\:text-24 {
    font-size: 24px;
  }

  .md\:leading-18 {
    line-height: 18px;
  }

  .md\:leading-26 {
    line-height: 26px;
  }

  .md\:leading-30 {
    line-height: 30px;
  }
}

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:bottom-3vw {
    bottom: 3vw;
  }

  .lg\:right-5vw {
    right: 5vw;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:top-10 {
    top: 10px;
  }

  .lg\:top-30 {
    top: 30px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mb-10 {
    margin-bottom: 10px;
  }

  .lg\:mb-100 {
    margin-bottom: 100px;
  }

  .lg\:mb-20 {
    margin-bottom: 20px;
  }

  .lg\:mb-21 {
    margin-bottom: 21px;
  }

  .lg\:mb-22 {
    margin-bottom: 22px;
  }

  .lg\:mb-3 {
    margin-bottom: 3px;
  }

  .lg\:mb-35 {
    margin-bottom: 35px;
  }

  .lg\:mb-40 {
    margin-bottom: 40px;
  }

  .lg\:mb-50 {
    margin-bottom: 50px;
  }

  .lg\:mb-8 {
    margin-bottom: 8px;
  }

  .lg\:mb-90 {
    margin-bottom: 90px;
  }

  .lg\:ml-10 {
    margin-left: 10px;
  }

  .lg\:ml-35 {
    margin-left: 35px;
  }

  .lg\:ml-40 {
    margin-left: 40px;
  }

  .lg\:mr-12 {
    margin-right: 12px;
  }

  .lg\:mr-15 {
    margin-right: 15px;
  }

  .lg\:mr-20 {
    margin-right: 20px;
  }

  .lg\:mr-24 {
    margin-right: 24px;
  }

  .lg\:mr-30 {
    margin-right: 30px;
  }

  .lg\:mr-35 {
    margin-right: 35px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mt-10 {
    margin-top: 10px;
  }

  .lg\:mt-100 {
    margin-top: 100px;
  }

  .lg\:mt-124 {
    margin-top: 124px;
  }

  .lg\:mt-15 {
    margin-top: 15px;
  }

  .lg\:mt-16 {
    margin-top: 16px;
  }

  .lg\:mt-2 {
    margin-top: 2px;
  }

  .lg\:mt-20 {
    margin-top: 20px;
  }

  .lg\:mt-33 {
    margin-top: 33px;
  }

  .lg\:mt-35 {
    margin-top: 35px;
  }

  .lg\:mt-5 {
    margin-top: 5px;
  }

  .lg\:mt-50 {
    margin-top: 50px;
  }

  .lg\:mt-70 {
    margin-top: 70px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-500 {
    height: 500px;
  }

  .lg\:h-540 {
    height: 540px;
  }

  .lg\:h-55 {
    height: 55px;
  }

  .lg\:h-70v {
    height: 70vh;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-44 {
    min-height: 44px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-20p {
    width: 20%;
  }

  .lg\:w-396 {
    width: 396px;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-55 {
    width: 55px;
  }

  .lg\:w-64 {
    width: 64px;
  }

  .lg\:w-640 {
    width: 640px;
  }

  .lg\:w-70p {
    width: 70%;
  }

  .lg\:w-75 {
    width: 75px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-291 {
    max-width: 291px;
  }

  .lg\:max-w-420 {
    max-width: 420px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-50 {
    gap: 50px;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:rounded-150 {
    border-radius: 150px;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:px-36 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pb-12 {
    padding-bottom: 12px;
  }

  .lg\:pb-20 {
    padding-bottom: 20px;
  }

  .lg\:pb-35 {
    padding-bottom: 35px;
  }

  .lg\:pb-8 {
    padding-bottom: 8px;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pl-44 {
    padding-left: 44px;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pr-30 {
    padding-right: 30px;
  }

  .lg\:pt-10 {
    padding-top: 10px;
  }

  .lg\:pt-30 {
    padding-top: 30px;
  }

  .lg\:pt-35 {
    padding-top: 35px;
  }

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

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

  .lg\:font-AvenirRoman {
    font-family: Avenir LT W04_55 Roman1475524;
  }

  .lg\:text-15 {
    font-size: 15px;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-18 {
    font-size: 18px;
  }

  .lg\:text-22 {
    font-size: 22px;
  }

  .lg\:text-26 {
    font-size: 26px;
  }

  .lg\:text-35 {
    font-size: 35px;
  }

  .lg\:text-36 {
    font-size: 36px;
  }

  .lg\:text-42 {
    font-size: 42px;
  }

  .lg\:text-55 {
    font-size: 55px;
  }

  .lg\:leading-22 {
    line-height: 22px;
  }

  .lg\:leading-24 {
    line-height: 24px;
  }

  .lg\:leading-26 {
    line-height: 26px;
  }

  .lg\:leading-40 {
    line-height: 40px;
  }

  .lg\:leading-55 {
    line-height: 55px;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .lg\:hover\:z-10:hover {
    z-index: 10;
  }
}

@media (min-width: 1232px) {

  .xl\:float-right {
    float: right;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:max-w-108 {
    max-width: 108px;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:pb-50 {
    padding-bottom: 50px;
  }
}