
body {
    margin: 0 !important;
    padding: 0 !important;
}

:root {
    --maxContentWidth: 1280px;
    --mobileMenuHeight: 1109px;
}


.preview-text {
  right: 0;
  pointer-events: all !important;
  cursor: pointer !important;
  position: absolute;
  margin: 0.75rem 1rem;
}

.preview-text svg,
.preview-text use {
  width: 1.25rem;
  height: 1.25rem;
  fill: #737373;
  transition: .2s;
}

.preview-text:hover use {
  fill: #2f2f2f;
  transition: .2s;
}

/* The Modal (background) */
.flyer-preview-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.flyer-preview-modal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
.flyer-preview-modal .caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.flyer-preview-modal .modal-content,
.flyer-preview-modal .caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

/* The Close Button */
.flyer-preview-modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.flyer-preview-modal .close:hover,
.flyer-preview-modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .flyer-preview-modal .modal-content {
    width: 100%;
  }
}


.auraMsgMask,
#auraErrorMask,
body .auraLoadingBox {
  display: none;
}

.spaError {
  padding: 10px;
}

.spaErrorLink {
  padding: 10px 0;
  display: block
}

.private-dt-sort-icon[lwc-25f9lgh55ct] {
  display: inline-block;
}
[lwc-66unc5l95ad-host] {
  display: block;
}

[dir="rtl"] input[type="tel"][lwc-66unc5l95ad] {
  direction: ltr;
  text-align: right;
  unicode-bidi: embed;
}
[lwc-66unc5l95ad-host].gen-ai-enabled {
  padding: 0;
  margin-bottom: 0;
}
[dir="rtl"] input[type="tel"][lwc-enmikoh2qu] {
  direction: ltr;
  text-align: right;
  unicode-bidi: embed;
}
.word-wrap[cookiecon-cookieConsent_cookieConsent] {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.cookiecon-mobile-section[cookiecon-cookieConsent_cookieConsent] {
  display: none;
}

.cookiecon-desktop-section[cookiecon-cookieConsent_cookieConsent] {
  display: block;
}

.cookiecon-content-container[cookiecon-cookieConsent_cookieConsent] {
  min-height: 550px;
}

.cookiecon-spinner-container[cookiecon-cookieConsent_cookieConsent] {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.cookiecon-mandatory-text[cookiecon-cookieConsent_cookieConsent] {
  font-weight: bold;
  margin-top: 2px;
}

.cookiecon-text-icon-heading[cookiecon-cookieConsent_cookieConsent] {
  margin-bottom: 13px;
}

.cookiecon-footer-container-fixed[cookiecon-cookieConsent_cookieConsent] {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.cookiecon-footer-container-relative[cookiecon-cookieConsent_cookieConsent] {
  bottom: 0;
  width: 100%;
}

.cookiecon-full-width-container[cookiecon-cookieConsent_cookieConsent] {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .cookiecon-mobile-section[cookiecon-cookieConsent_cookieConsent] {
    display: block;
  }

  .cookiecon-desktop-section[cookiecon-cookieConsent_cookieConsent] {
    display: none;
  }

  .cookiecon-content-container[cookiecon-cookieConsent_cookieConsent] {
    min-height: 350px;
  }
}


.offlineSupportUI .formContent.embeddedServiceSidebarForm::before {
  content: "Chat is currently unavailable. Please tell us your question and your email and we will reply as soon as we are back online.";
  font-size: 13px;
  display: block;
  position: relative;
  text-align: left;
  padding: 15px 26px 0;
}

.prechatUI .fieldList::before {
  content: 'Please leave information about your request so we can help you.';
  font-size: 13px;
  display: block;
  text-align: left;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.embeddedServiceSidebarDialogState #dialogTextBody::before {
  content: 'You can either End Chat or you can Return to Chat.';
  display: block;
}

.embeddedServiceSidebarDialogState #dialogTextBody>div {
  display: none;
}

.embeddedServiceSidebarDialogState .dialogTextContainer::before {
  content: 'All set?';
  display: block;
  font-size: 1.125em;
  text-align: center;
  margin: 0 0 4px;
}

.embeddedServiceSidebarDialogState #dialogTextTitle {
  display: none;
}

.sidebarBody .dialogButtonContainer .dialogButton.embeddedServiceSidebarButton.dialog-button-1::after {
  color: rgb(33, 96, 147);
  display: block;
  content: 'Return to Chat';
}

.sidebarBody .dialogButtonContainer .dialogButton.embeddedServiceSidebarButton.dialog-button-1>span {
  display: none;
}

.sidebarBody .dialogButtonContainer .dialogButton.embeddedServiceSidebarButton.dialog-button-0::after {
  color: #FFFFFF;
  display: block;
  content: 'End Chat';
}

.sidebarBody .dialogButtonContainer .dialogButton.embeddedServiceSidebarButton.dialog-button-0>span {
  display: none;
}


/* --------------------- */




.uiOutputRichText em {
    font-style: italic
  }

  .uiOutputRichText strong {
    font-weight: bold
  }
  
  .forceCommunityRichText {
    word-wrap: break-word
  }

  .forceCommunityRichText img.sfdcCbImage {
    max-width: 100%;
    height: auto !important
  }

  .forceCommunityRichText .sfdcCbVideoContainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
  }

  .forceCommunityRichText .sfdcCbVideoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
  }

  .forceCommunityRichText a {
    color: var(--lwc-colorTextLink, rgb(0, 129, 157))
  }

  .forceCommunityRichText a:focus,
  .forceCommunityRichText a:hover {
    text-decoration: underline
  }

  .forceCommunityRichText a:hover {
    color: var(--lwc-colorTextLinkHover, #005f74)
  }

  .forceCommunityRichText a:focus,
  .forceCommunityRichText a:active {
    color: var(--lwc-colorTextLinkActive, #005f74)
  }

  .forceCommunityRichText ol,
  .forceCommunityRichText ul {
    padding-left: 1.5em
  }

  .forceCommunityRichText ol>li,
  .forceCommunityRichText ul>li {
    list-style-type: none
  }

  .forceCommunityRichText ul>li:before {
    content: '\2022'
  }

  .forceCommunityRichText ul[data-checked=true],
  .forceCommunityRichText ul[data-checked=false] {
    pointer-events: none
  }

  .forceCommunityRichText ul[data-checked=true]>li:before,
  .forceCommunityRichText ul[data-checked=false]>li:before {
    color: var(--slds-g-color-neutral-base-50, #777);
    cursor: pointer;
    pointer-events: all
  }

  .forceCommunityRichText ul[data-checked=true]>li:before {
    content: '\2611'
  }

  .forceCommunityRichText ul[data-checked=false]>li:before {
    content: '\2610'
  }

  .forceCommunityRichText li:before {
    display: inline-block;
    margin-right: .3em;
    text-align: right;
    white-space: nowrap;
    width: 1.2em
  }

  .forceCommunityRichText li:not(.ql-direction-rtl):before {
    margin-left: -1.5em
  }

  .forceCommunityRichText ol li,
  .forceCommunityRichText ul li {
    padding-left: 1.5em
  }

  .forceCommunityRichText ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-num
  }

  .forceCommunityRichText ol li:before {
    content: counter(list-num, decimal) '. '
  }

  .forceCommunityRichText ol li.ql-indent-1 {
    counter-increment: list-1
  }

  .forceCommunityRichText ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. '
  }

  .forceCommunityRichText ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
  }

  .forceCommunityRichText ol li.ql-indent-2 {
    counter-increment: list-2
  }

  .forceCommunityRichText ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. '
  }

  .forceCommunityRichText ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
  }

  .forceCommunityRichText ol li.ql-indent-3 {
    counter-increment: list-3
  }

  .forceCommunityRichText ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. '
  }

  .forceCommunityRichText ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
  }

  .forceCommunityRichText ol li.ql-indent-4 {
    counter-increment: list-4
  }

  .forceCommunityRichText ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. '
  }

  .forceCommunityRichText ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
  }

  .forceCommunityRichText ol li.ql-indent-5 {
    counter-increment: list-5
  }

  .forceCommunityRichText ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. '
  }

  .forceCommunityRichText ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
  }

  .forceCommunityRichText ol li.ql-indent-6 {
    counter-increment: list-6
  }

  .forceCommunityRichText ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. '
  }

  .forceCommunityRichText ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
  }

  .forceCommunityRichText ol li.ql-indent-7 {
    counter-increment: list-7
  }

  .forceCommunityRichText ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. '
  }

  .forceCommunityRichText ol li.ql-indent-7 {
    counter-reset: list-8 list-9
  }

  .forceCommunityRichText ol li.ql-indent-8 {
    counter-increment: list-8
  }

  .forceCommunityRichText ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. '
  }

  .forceCommunityRichText ol li.ql-indent-8 {
    counter-reset: list-9
  }

  .forceCommunityRichText ol li.ql-indent-9 {
    counter-increment: list-9
  }

  .forceCommunityRichText ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. '
  }

  .forceCommunityRichText .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
  }

  .forceCommunityRichText li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
  }

  .forceCommunityRichText .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
  }

  .forceCommunityRichText li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
  }

  .forceCommunityRichText .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
  }

  .forceCommunityRichText li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
  }

  .forceCommunityRichText .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
  }

  .forceCommunityRichText li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
  }

  .forceCommunityRichText .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
  }

  .forceCommunityRichText li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
  }

  .forceCommunityRichText .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
  }

  .forceCommunityRichText li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
  }

  .forceCommunityRichText .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
  }

  .forceCommunityRichText li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
  }

  .forceCommunityRichText .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
  }

  .forceCommunityRichText li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
  }

  .forceCommunityRichText .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
  }

  .forceCommunityRichText li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
  }

  .forceCommunityRichText .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
  }

  .forceCommunityRichText li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
  }

  .forceCommunityRichText .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
  }

  .forceCommunityRichText li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
  }

  .forceCommunityRichText .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
  }

  .forceCommunityRichText li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
  }

  .forceCommunityRichText .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
  }

  .forceCommunityRichText li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
  }

  .forceCommunityRichText .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
  }

  .forceCommunityRichText li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
  }

  .forceCommunityRichText .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
  }

  .forceCommunityRichText li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
  }

  .forceCommunityRichText .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
  }

  .forceCommunityRichText li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
  }

  .forceCommunityRichText .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
  }

  .forceCommunityRichText li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
  }

  .forceCommunityRichText .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
  }

  .forceCommunityRichText li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
  }

  .forceCommunityRichText h1 {
    font-size: var(--lwc-fontSizeHeadingLarge, 1.5rem)
  }

  .forceCommunityRichText h2 {
    font-size: var(--lwc-fontSizeHeadingMedium, 1.125rem);
    font-weight: var(--lwc-fontWeightBold, 700)
  }

  .forceCommunityRichText h3 {
    font-size: var(--lwc-fontSizeHeadingMedium, 1.125rem)
  }

  .forceCommunityRichText h4 {
    font-size: var(--lwc-fontSizeHeadingSmall, 0.875rem);
    font-weight: var(--lwc-fontWeightBold, 700)
  }

  .forceCommunityRichText h5 {
    font-size: var(--lwc-fontSizeHeadingSmall, 0.875rem)
  }

  .forceCommunityRichText h6 {
    font-size: var(--lwc-fontSizeHeadingXSmall, 0.75rem);
    font-weight: var(--lwc-fontWeightBold, 700)
  }
  .forceCommunityHtmlBlock ol {
    counter-reset: list-num list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
  }

  .forceCommunityHtmlBlock .uiOutputRichText p {
    max-width: 100%
  }
  .cHeaderSearchBar .slds-form-element__label {
    display: none
  }

  .cHeaderSearchBar .slds-input {
    border: 1px solid var(--c-pdpButtonBrand, #216093)
  }

  .cHeaderSearchBar .search-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .cHeaderSearchBar .search-bar input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .cHeaderSearchBar .search-button svg {
    fill: #ffffff;
    width: 16px;
    height: 30px
  }

  .cHeaderSearchBar.search-container-main {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .cHeaderSearchBar .search-bar-holder {
    width: calc(100% - 50px - 2em)
  }
  .cHeaderCountrySelector .header-country {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: max-content
  }

  .cHeaderCountrySelector .country-icon {
    margin-right: 3px
  }

  .cHeaderCountrySelector button {
    border-radius: 4px;
    height: 26px;
    margin-left: 5px;
    padding: 0 4px 2px;
    width: 34px
  }

  .cHeaderCountrySelector .media-button-selected {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(33, 96, 147)
  }

  .cHeaderCountrySelector .media-button-unselected {
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0);
    filter: grayscale(1)
  }

  @media only screen and (min-width:768px) {
    .cHeaderCountrySelector p {
      display: none
    }

    .cHeaderCountrySelector button span {
      display: none
    }

    .cHeaderCountrySelector .media-button-unselected:hover {
      filter: grayscale(0)
    }
  }

  @media only screen and (max-width:767px) {
    .cHeaderCountrySelector {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%
    }

    .cHeaderCountrySelector p {
      flex-grow: 2;
      margin-bottom: 8px;
      width: 100%
    }

    .cHeaderCountrySelector button {
      flex-grow: 1;
      height: 32px
    }

    .cHeaderCountrySelector button:nth-child(even) {
      margin: 0 3px 0 0
    }

    .cHeaderCountrySelector button:nth-child(odd) {
      margin: 0 0 0 3px
    }

    .cHeaderCountrySelector .media-button-unselected {
      border: 1px solid rgb(221, 220, 217)
    }

    .cHeaderCountrySelector .country-icon {
      height: 16px;
      width: 24px
    }

    .cHeaderCountrySelector button span {
      font-weight: bold;
      padding-left: 5px;
      vertical-align: middle
    }
  }
  .cHeaderAccount {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center
  }

  .cHeaderAccount .header-country {
    display: flex;
    flex-direction: row
  }

  .cHeaderAccount .minicart-container,
  .cHeaderAccount .myaccount-container {
    margin-right: 1em
  }

  .cHeaderAccount .minicart-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-right: 1.5em
  }

  .cHeaderAccount .kits-container {
    align-self: baseline
  }

  .cHeaderAccount .favorites-container {
    margin-right: .5em;
    padding: 1px
  }

  .cHeaderAccount .kits-container {
    margin-bottom: .25rem
  }

  .cHeaderAccount .login-item-container {
    margin-right: 1em
  }

  @media only screen and (max-width:767px) {
    .cHeaderAccount .country-selector-container {
      display: none
    }

    .cHeaderAccount .myaccount-container {
      margin-right: 0
    }

    .cHeaderAccount .login-item-container {
      margin-right: 0
    }
  }

  .cHeaderAccount .kits-button lightning-icon {
    background-color: transparent
  }

  .cHeaderAccount .kits-button lightning-icon svg {
    fill: #5b6770
  }
  .cMainNavigationNew {
    margin-top: .75em
  }

  .cMainNavigationNew .horizontal-vertical-menu {
    display: flex;
    gap: 8px;
    height: 40px;
    background-color: rgb(33, 96, 147)
  }

  .cMainNavigationNew .top-level-menu {
    border: none;
    border-radius: 0;
    color: rgb(35, 31, 32);
    font-size: 14px;
    padding: 0;
    text-transform: capitalize;
    padding: 10px 12px
  }

  .cMainNavigationNew .top-level-menu:focus {
    border: 2px solid white
  }

  .cMainNavigationNew .menu-holder {
    display: none;
    padding: 24px 1.5em;
    position: absolute;
    z-index: 9999;
    border: 1px solid lightgrey;
    border-radius: 8px;
    box-shadow: 0 -2px 16px -6px rgba(31, 31, 30, 0.15), 0 8px 16px -8px rgba(31, 31, 30, 0.03), 0 13px 27px -5px rgba(31, 31, 30, 0.15)
  }

  .cMainNavigationNew .main-items.active .menu-holder {
    background: #fff;
    display: block;
    width: 100vw;
    max-width: var(--c-maxMenuWidth, 1280px);
    left: 0
  }

  .cMainNavigationNew .main-items.active .menu-holder.brands {
    display: grid;
    grid-template-columns: 1fr .3fr
  }

  .cMainNavigationNew .main-items button {
    line-height: normal;
    padding: 10px 12px;
    color: white;
    line-height: normal;
    padding: 10px 12px;
    background-color: rgb(33, 96, 147);
    height: 100%;
    transition: 0s !important
  }

  .cMainNavigationNew .main-items.active button {
    background-color: rgb(24, 68, 104)
  }

  .cMainNavigationNew .main-items:hover button {
    background-color: rgb(24, 68, 104)
  }

  .cMainNavigationNew .main-items button:focus {
    box-shadow: unset !important
  }

  .cMainNavigationNew .main-items button:active {
    border: 3px solid rgb(70, 170, 200) !important;
    box-shadow: unset !important
  }

  .cMainNavigationNew .nav-bar {
    max-width: var(--c-maxMenuWidth, 1280px);
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative
  }

  .cMainNavigationNew .main-sub-menu,
  .cMainNavigationNew .sub-menu {
    font-size: 14px;
    max-height: max-content;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr
  }

  .cMainNavigationNew .sub-menu.third-lvl {
    margin-left: 32px;
    display: none;
  }
  .cMainNavigationNew .second-menu.active .third-lvl {
    display: grid;
  }

  .cMainNavigationNew .one-column {
    grid-template-columns: 1fr !important
  }

  .cMainNavigationNew .main-sub-menu .sub-category-header:first-of-type {
    border-right: 1px solid rgb(221, 220, 217);
    margin-right: 32px
  }

  .cMainNavigationNew .empty-margin {
    margin: 0 !important
  }

  .cMainNavigationNew .right-menu .main-sub-menu .sub-category-header:not(:first-child) {
    padding-left: 0
  }

  .cMainNavigationNew .sub-menu {
    margin-top: 12px
  }

  .cMainNavigationNew .sub-menu li.sub-category-header {
    height: 32px;
    line-height: 20px;
    width: 50%
  }

  .cMainNavigationNew .nav-logo-container {
    padding: 4px;
    border: 1px solid #dddcd9;
    display: inline-block
  }

  .cMainNavigationNew li.sub-categories {
    height: 32px;
    line-height: 20px;
    max-width: 315px;
    display: flex
  }

  .cMainNavigationNew li.sub-categories a {
    color: rgb(91, 103, 112)
  }

  .cMainNavigationNew li.sub-categories ul {
    display: none
  }

  .cMainNavigationNew .shop-all.desktop {
    background: rgb(244, 243, 241);
    border: 1px solid rgb(221, 220, 217);
    border-radius: 4px;
    display: block;
    height: 48px;
    margin: 12px auto 0;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    grid-column: 1/span 2;
    grid-row: 3
  }

  .cMainNavigationNew .mobile {
    display: none
  }

  .cMainNavigationNew a.shop-by {
    color: rgb(35, 31, 32);
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize
  }

  .cMainNavigationNew .right-menu .menu-holder {
    width: max-content !important;
    right: 0 !important;
    left: unset !important;
    padding: 24px 0 !important
  }

  .cMainNavigationNew .right-menu .sub-menu {
    display: flex !important;
    flex-direction: column
  }

  .cMainNavigationNew .right-menu ul.main-sub-menu>li {
    padding: 0 32px !important
  }

  .cMainNavigationNew .category-first-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    margin-right: 32px
  }

  .cMainNavigationNew .category-first-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    font-size: 14px;
    height: 32px;
    line-height: 20px;
    padding: 0 8px;
    color: #5b6770
  }

  .cMainNavigationNew .flex-container {
    display: flex;
    align-items: center
  }

  .cMainNavigationNew .category-first-item-hovered {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #5b6770;
    font-size: 14px;
    height: 32px;
    line-height: 20px;
    padding: 0 8px;
    cursor: pointer;
    border-radius: 1px;
    border-bottom: 1px solid #5b6770;
    background: #f4f3f1
  }

  .cMainNavigationNew .new-icon-container {
    margin-left: .5rem;
    align-items: center
  }

  .cMainNavigationNew .new-icon-txt {
    padding: 2px 4px;
    background: #e3f1fd;
    color: #216093;
    font-size: 13px
  }

  .cMainNavigationNew .brand-item-container {
    display: flex
  }

  .cMainNavigationNew .sub-category-header .mobile {
    margin: 10px 0
  }

  .header-mobile-overlay {
    display: none;
  }

  @media only screen and (min-width:1000px) {
    .header-mobile-overlay {
      display: none !important;
    }
  }

  @media only screen and (max-width:1000px) {

    
    .header-mobile-overlay {
      display: block;
    }

    .cMainNavigationNew .main-items.active .menu-holder.brands {
      display: block !important
    }

    .cMainNavigationNew .mobile {
      display: inline !important
    }

    .cMainNavigationNew .menu-holder {
      border: unset;
      border-radius: 0;
      box-shadow: unset !important
    }

    .cMainNavigationNew .desktop {
      display: none !important
    }

    .cMainNavigationNew .right-menu .menu-holder {
      width: 100% !important;
      padding: 0 !important
    }

    .cMainNavigationNew .right-menu ul.main-sub-menu>li:nth-child(1) span.shop-by.sub-header {
      border-top: 0 !important
    }

    .cMainNavigationNew .nav-bar {
      flex-direction: column
    }

    .cMainNavigationNew .main-items.active button {
      background-color: unset
    }

    .cMainNavigationNew .main-items:hover button {
      background-color: unset
    }

    .cMainNavigationNew .main-items button:active {
      border: unset !important
    }

    .cMainNavigationNew .nav-bar>:nth-child(1) {
      border-top: 1px solid rgb(221, 220, 217)
    }

    .cMainNavigationNew .horizontal-vertical-menu {
      display: inline-block;
      overflow: hidden;
      width: 100%;
      height: unset;
      background-color: white
    }

    .cMainNavigationNew .horizontal-vertical-menu .top-level-menu {
      justify-content: left;
      margin: 15px 0 15px 1em;
      width: calc(100% - 0.5em)
    }

    .cMainNavigationNew .menu-holder {
      padding-bottom: 5px;
      padding-top: 5px;
      position: relative
    }

    .cMainNavigationNew .shop-all.desktop {
      display: none
    }

    .cMainNavigationNew .main-items {
      position: relative
    }

    .cMainNavigationNew .main-items button {
      background-color: rgb(255, 255, 255);
      color: rgb(35, 31, 32);
      font-size: 20px;
      width: 100vw;
      height: unset
    }

    .cMainNavigationNew .main-items button svg {
      position: absolute;
      right: 30px;
      top: 10px;
      transform: scale(1.5)
    }

    .cMainNavigationNew .horizontal-vertical-menu .main-items {
      border-bottom: 1px solid rgb(221, 220, 217);
      display: inline-block;
      width: 100%
    }

    .cMainNavigationNew .main-sub-menu .sub-category-header:first-of-type {
      border-right: none
    }

    .cMainNavigationNew .main-sub-menu .sub-categories {
      border-bottom: none
    }

    .cMainNavigationNew .main-sub-menu,
    .cMainNavigationNew .sub-menu {
      max-height: 100%
    }

    .cMainNavigationNew .main-sub-menu .shop-all.mobile {
      display: block;
      margin-bottom: 15px
    }

    .cMainNavigationNew .second-lvl-sub-menu {
      display: block;
      margin: 15px 0 15px 1em
    }

    .cMainNavigationNew .main-sub-menu .sub-category-header {
      border-bottom: none
    }

    .cMainNavigationNew .main-sub-menu .shop-by.sub-header {
      border-top: 1px solid rgb(221, 220, 217);
      display: inline-block;
      padding-top: 15px;
      width: 100%
    }

    .cMainNavigationNew .main-sub-menu .sub-category-header:not(:first-child) {
      padding-left: 0
    }

    .cMainNavigationNew .main-sub-menu,
    .cMainNavigationNew .sub-menu,
    .cMainNavigationNew .brands ul.main-sub-menu {
      grid-auto-columns: 1fr;
      grid-template-columns: 1fr !important;
      grid-auto-flow: row !important
    }
  }
  .cFooter .footer-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    border-top: 1px solid rgb(221, 220, 217);
    transition: .5s !important
  }

  .cFooter .footer-content {
    border-top: 1px solid rgb(221, 220, 217)
  }

  .cFooter .footer-subscribe-container {
    width: calc(100%/3)
  }

  .cFooter .footer-register {
    background: rgb(245, 245, 245);
    border-radius: 4px;
    border: 1px solid rgb(225, 225, 224);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer
  }

  .cFooter .footer-bottom {
    display: block;
    background: rgb(244, 243, 241);
    padding: 12px 0;
    border-top: 1px solid rgb(221, 220, 217);
    border-radius: 0
  }

  .cFooter .footer-connect {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100%/3)
  }

  .cFooter .footer-country {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100%/3)
  }

  .cFooter .media-button-selected {
    width: 93px;
    height: 32px;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(33, 96, 147);
    border-radius: 4px;
    margin-left: 12px
  }

  .cFooter .media-button-unselected {
    width: 92px;
    height: 32px;
    background: rgba(255, 255, 255, 0);
    border: none;
    filter: grayscale(1);
    margin-left: 12px
  }

  .cFooter .country-label {
    width: 56px;
    height: 20px;
    color: rgb(35, 31, 32);
    font-size: 14px;
    font-weight: bold;
    line-height: 20px
  }

  .cFooter .footer-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-top: 24px;
    max-width: 1280px;
    margin: 0 auto 16px auto;
    background-color: white;
    z-index: 100
  }

  .cFooter .footer-subscribe {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%
  }

  .cFooter .footer-subscribe-input {
    margin-right: 8px
  }

  .cFooter .footer-input-container {
    display: flex
  }

  .cFooter .footer-subscribe-button {
    width: 94px;
    height: 32px;
    background: rgb(33, 96, 147);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    line-height: 16px
  }

  .cFooter .footer-info {
    border-top: 1px solid rgb(221, 220, 217);
    background: rgb(244, 243, 241);
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-start;
    padding-top: 23px;
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 60px
  }

  .cFooter .media-icon {
    margin-left: 12px
  }

  .cFooter .footer-logo {
    position: absolute;
    bottom: 0;
    right: 0
  }

  .cFooter .country-icon {
    margin-right: 3px
  }

  .cFooter .footer-copyright {
    width: 256px;
    height: 18px;
    color: rgb(91, 103, 112);
    font-size: 12px;
    font-weight: bold;
    line-height: 18px
  }

  .cFooter .footer-ids {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%
  }

  .cFooter .footer-id-value {
    padding-left: 6px;
    padding-right: 6px;
    height: 18px;
    color: rgb(91, 103, 112);
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    border-right: 1px solid rgb(221, 220, 217);
    padding-left: 6px
  }

  .cFooter .footer-id-value-final {
    padding-left: 6px;
    height: 18px;
    color: rgb(91, 103, 112);
    font-size: 12px;
    font-weight: normal;
    line-height: 18px
  }

  .cFooter .media-label {
    width: 109px;
    min-height: 20px;
    color: rgb(35, 31, 32);
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    display: flex;
    flex-direction: row
  }

  .cFooter .register-label {
    width: 100%;
    margin: 12px
  }

  .cFooter .register-icon {
    margin-right: 8px
  }

  .cFooter .footer-email-submit {
    width: 90%
  }

  .cFooter .footer-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: calc(100% - 2em);
    padding-top: 8px;
    margin: 0 auto 3em auto;
    max-width: 1280px;
    position: relative
  }

  .cFooter .footer-category-container {
    width: 20%;
    margin-top: 24px
  }

  .cFooter .footer-category-item {
    color: rgb(91, 103, 112);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 8px
  }

  @media only screen and (min-width:1200px) {
    .cFooter .footer-category-header {
      height: 20px;
      color: rgb(35, 31, 32);
      font-size: 14px;
      font-weight: bold;
      line-height: 20px
    }
  }

  @media only screen and (max-width:767px) {
    .cFooter .footer-top {
      flex-direction: column
    }

    .cFooter .footer-country,
    .cFooter .footer-connect,
    .cFooter .footer-subscribe-container {
      width: 100%;
      margin-top: 1em
    }

    .cFooter .footer-subscribe-container {
      display: flex;
      justify-content: center
    }

    .cFooter .register-label {
      width: auto
    }

    .cFooter .footer-info {
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      padding-bottom: 10px
    }

    .cFooter .footer-copywrite {
      width: calc(100% - 2em);
      margin: 0 auto;
      margin-bottom: 8px
    }

    .cFooter .footer-ids {
      width: calc(100% - 2em);
      margin: 0 auto;
      flex-wrap: wrap;
      justify-content: flex-start
    }

    .cFooter .footer-id-value {
      padding-left: 0;
      padding-right: 0;
      width: 100%
    }

    .cFooter .footer-id-value-final {
      padding-left: 0
    }
  }

  @media only screen and (min-width:768px) and (max-width:1200px) {
    .cFooter .footer-category-container {
      width: 20%;
      margin-top: 24px
    }

    .cFooter .footer-category-header {
      height: 20px;
      color: rgb(35, 31, 32);
      font-size: 14px;
      font-weight: bold;
      line-height: 20px
    }
  }

  @media only screen and (min-width:600px) and (max-width:768px) {
    .cFooter .footer-category-container {
      width: calc(100%/3);
      margin-top: 24px
    }

    .cFooter .footer-category-header {
      height: 20px;
      color: rgb(35, 31, 32);
      font-size: 14px;
      font-weight: bold;
      line-height: 20px
    }
  }

  @media only screen and (max-width:600px) {
    .cFooter .footer-category-container {
      width: calc(50% - 2em);
      margin-top: 24px
    }

    .cFooter .footer-categories {
      justify-content: space-between
    }

    .cFooter .footer-category-header {
      height: 20px;
      color: rgb(35, 31, 32);
      font-size: 14px;
      font-weight: bold;
      line-height: 20px
    }
  }

  @media only screen and (max-width:350px) {
    .cFooter .footer-connect .media-label {
      display: none
    }
  }

  .cFooter .collapse-icon {
    top: -30px;
    position: absolute;
    left: calc(50% - 65px);
    background-color: #eeeeee;
    z-index: -1;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
    padding: .51rem;
    border-radius: .5rem;
    border: 1px solid lightgrey;
    gap: .5rem;
    cursor: pointer
  }

  .cThemeLayoutHomeNew {
    position: relative;
    z-index: 1
  }

  .cThemeLayoutHomeNew .body-content {
    width: calc(100% - 1em);
    max-width: var(--maxContentWidth);
    margin: 0 auto
  }

  .cThemeLayoutHomeNew .header {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--c-pdpLightGray, #DDDCD9)
  }

  .cThemeLayoutHomeNew .navbar {
    width: 100%
  }

  .cThemeLayoutHomeNew .navBarContainer.cMainNavigationNew {
    background-color: rgb(33, 96, 147)
  }

  .cThemeLayoutHomeNew .company-logo {
    background-image: var(--lwc-brandLogoImage, url(/file-asset/Gem_logo_WPC_V5_VentiCF_Bold_480x12?v=1&height=300&width=300));
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
    cursor: pointer;
    width: 120px;
    height: 30px
  }

  .cThemeLayoutHomeNew .logo-container,
  .cThemeLayoutHomeNew .login-container {
    width: 25%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center
  }

  .cThemeLayoutHomeNew .logo-container {
    justify-content: flex-start
  }

  .cThemeLayoutHomeNew .login-container {
    justify-content: flex-end
  }

  .cThemeLayoutHomeNew .login-container-mobile {
    display: none
  }

  .cThemeLayoutHomeNew .search-container {
    width: 47%
  }

  .cThemeLayoutHomeNew .header-top-items {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 0 1rem;
    max-width: var(--c-maxMenuWidth, 1280px);
    margin: 20px auto
  }

  .cThemeLayoutHomeNew .header-container {
    width: 100%
  }

  .cThemeLayoutHomeNew .header-mobile-overlay {
    width: 100vw;
    height: 100vh;
    height: var(--mobileMenuHeight);
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9999;
    overscroll-behavior: none;
    display: none;
  }
  .cThemeLayoutHomeNew .header-mobile-overlay.active {
    display: block;
  }

  .cThemeLayoutHomeNew .mobile-menu-control {
    padding: 1em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    color: var(--c-pdpDarkGray, #6B6D70);
    font-weight: bold
  }

  .cThemeLayoutHomeNew .mobile-toggle {
    margin-right: 1em
  }

  .cThemeLayoutHomeNew .mobile-menu-toggle {
    display: none
  }

  .cThemeLayoutHomeNew .country-select-mobile-container {
    padding: 1.5em
  }

  .cThemeLayoutHomeNew .info-bar {
    width: 100%
  }

  @media only screen and (max-width:1280px) and (min-width:768px) {
    .cThemeLayoutHomeNew .search-container {
      width: 40%
    }

    .cThemeLayoutHomeNew .logo-container {
      width: 20%
    }

    .cThemeLayoutHomeNew .login-container {
      width: 40%
    }
  }

  @media only screen and (max-width:854px) {
    .cThemeLayoutHomeNew .header-top-items {
      flex-flow: row wrap;
      justify-content: center;
      align-items: center
    }

    .cThemeLayoutHomeNew .navbar {
      display: none
    }

    .cThemeLayoutHomeNew .search-container {
      width: 100%;
      padding-bottom: 1em;
      order: 3
    }

    .cThemeLayoutHomeNew .logo-container,
    .cThemeLayoutHomeNew .login-container {
      width: calc(50% - 1em);
      padding-bottom: 1em
    }

    .cThemeLayoutHomeNew .login-container {
      order: 2
    }

    .cThemeLayoutHomeNew .mobile-menu-toggle {
      display: block
    }

    .cThemeLayoutHomeNew .logo-container {
      order: 1
    }
  }




  
  .gwd-row {
    display: flex;
    flex-direction: row;
  }

  .gwd-inline-row {
    display: inline-flex;
    flex-direction: row;
  }

  .gwd-column {
    display: flex;
    flex-direction: column;
  }

  .gwd-inline-column {
    display: inline-flex;
    flex-direction: column;
  }

  .gwd-align {
    align-content: center;
    align-items: center;
  }

  .gwd-jcc {
    justify-content: center;
  }

  .gwd-jic {
    justify-items: center;
  }

  .gwd-button {
    outline: none;
    border: none;
  }

  .bjg-bar-button {
    font-size: 0;
  }

  .bjg-hover-bg {
    background: #fffbef;
  }

  .bjg-bar-button:hover {
    background: #fffbef;
    cursor: pointer;
  }

  .bjg-bar-button:hover .bjg-window {
    display: block;
  }

  .mainbar-fold .bjg-bar-button,
  .mainbar-fold #top_coupon_btn,
  .mainbar-fold .rinfo-btn,
  .mainbar-fold .gwd-bottom-tmall {
    display: none !important;
  }

  .gwd-font12 {
    font-size: 12px;
  }

  .gwd-font14 {
    font-size: 14px;
  }

  .gwd-red {
    color: #ff3532;
  }

  .gwd-red-bg {
    background: #ff3532;
  }

  .gwd-hui333 {
    color: #333333;
  }

  .gwd-hui999 {
    color: #999999;
  }

  .gwd-font10 {
    font-size: 12px;
    transform: scale(0.8333);
    transform-origin: bottom center;
  }

  .gwd-font11 {
    font-size: 12px;
    transform: scale(0.91666);
    transform-origin: bottom center;
  }

  .gwd-font9 {
    font-size: 12px;
    transform: scale(0.75);
    transform-origin: bottom center;
  }

  .gwd-hoverable:hover {
    background: #edf1f2;
  }

  .right-info>* {
    border-left: 1px solid #edf1f2;
  }

  .gwd-red-after-visit:hover {
    color: #e03024 !important;
  }

  .gwd-button:hover {
    filter: brightness(1.1);
  }

  .gwd-button {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .gwd-button:active {
    filter: brightness(0.9);
  }

  .gwd-fadeout-5s {
    opacity: 0;
    transition: opacity 5s;
  }

  .gwd-scrollbar::-webkit-scrollbar {
    width: 6px;
    border-radius: 17px;
  }

  .gwd-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 17px;
    background: #999;
  }

  #gwdang_main,
  .gwdang-main,
  .bjgext-detail {
    font-size: 12px;
  }

  #gwdang_main button,
  .gwdang-main button,
  .bjgext-detail button {
    text-align: center;
  }

  .gwd-width-100 {
    width: 100%;
  }

  .gwd-overlay {
    font-family: "Microsoft YaHei", "Arial", "SimSun", serif;
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 999999999;
  }

  .gwd-font-pfm {
    font-family: 'PingFangSC-Medium';
    font-weight: normal !important;
  }

  @font-face {
    font-family: 'PingFangSC-Medium';
    src: local('PingFangSC-Medium');
  }

  .gwd-font-pfm {
    font-family: local('PingFangSC-Medium'), system-ui;
    font-weight: bold;
  }
  .gwd-row[data-v-782a8437] {
    display: flex;
    flex-direction: row;
  }

  .gwd-inline-row[data-v-782a8437] {
    display: inline-flex;
    flex-direction: row;
  }

  .gwd-column[data-v-782a8437] {
    display: flex;
    flex-direction: column;
  }

  .gwd-inline-column[data-v-782a8437] {
    display: inline-flex;
    flex-direction: column;
  }

  .gwd-align[data-v-782a8437] {
    align-content: center;
    align-items: center;
  }

  .gwd-jcc[data-v-782a8437] {
    justify-content: center;
  }

  .gwd-jic[data-v-782a8437] {
    justify-items: center;
  }

  .gwd-button[data-v-782a8437] {
    outline: none;
    border: none;
  }

  .bjg-bar-button[data-v-782a8437] {
    font-size: 0;
  }

  .bjg-hover-bg[data-v-782a8437] {
    background: #fffbef;
  }

  .bjg-bar-button[data-v-782a8437]:hover {
    background: #fffbef;
    cursor: pointer;
  }

  .bjg-bar-button:hover .bjg-window[data-v-782a8437] {
    display: block;
  }

  .mainbar-fold .bjg-bar-button[data-v-782a8437],
  .mainbar-fold #top_coupon_btn[data-v-782a8437],
  .mainbar-fold .rinfo-btn[data-v-782a8437],
  .mainbar-fold .gwd-bottom-tmall[data-v-782a8437] {
    display: none !important;
  }

  .gwd-font12[data-v-782a8437] {
    font-size: 12px;
  }

  .gwd-font14[data-v-782a8437] {
    font-size: 14px;
  }

  .gwd-red[data-v-782a8437] {
    color: #ff3532;
  }

  .gwd-red-bg[data-v-782a8437] {
    background: #ff3532;
  }

  .gwd-hui333[data-v-782a8437] {
    color: #333333;
  }

  .gwd-hui999[data-v-782a8437] {
    color: #999999;
  }

  .gwd-font10[data-v-782a8437] {
    font-size: 12px;
    transform: scale(0.8333);
    transform-origin: bottom center;
  }

  .gwd-font11[data-v-782a8437] {
    font-size: 12px;
    transform: scale(0.91666);
    transform-origin: bottom center;
  }

  .gwd-font9[data-v-782a8437] {
    font-size: 12px;
    transform: scale(0.75);
    transform-origin: bottom center;
  }

  .gwd-hoverable[data-v-782a8437]:hover {
    background: #edf1f2;
  }

  .right-info>*[data-v-782a8437] {
    border-left: 1px solid #edf1f2;
  }

  .gwd-red-after-visit[data-v-782a8437]:hover {
    color: #e03024 !important;
  }

  .gwd-button[data-v-782a8437]:hover {
    filter: brightness(1.1);
  }

  .gwd-button[data-v-782a8437] {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .gwd-button[data-v-782a8437]:active {
    filter: brightness(0.9);
  }

  .gwd-fadeout-5s[data-v-782a8437] {
    opacity: 0;
    transition: opacity 5s;
  }

  .gwd-scrollbar[data-v-782a8437]::-webkit-scrollbar {
    width: 6px;
    border-radius: 17px;
  }

  .gwd-scrollbar[data-v-782a8437]::-webkit-scrollbar-thumb {
    border-radius: 17px;
    background: #999;
  }

  #gwdang_main[data-v-782a8437],
  .gwdang-main[data-v-782a8437],
  .bjgext-detail[data-v-782a8437] {
    font-size: 12px;
  }

  #gwdang_main button[data-v-782a8437],
  .gwdang-main button[data-v-782a8437],
  .bjgext-detail button[data-v-782a8437] {
    text-align: center;
  }

  .gwd-width-100[data-v-782a8437] {
    width: 100%;
  }

  .gwd-overlay[data-v-782a8437] {
    font-family: "Microsoft YaHei", "Arial", "SimSun", serif;
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 999999999;
  }

  .gwd-font-pfm[data-v-782a8437] {
    font-family: 'PingFangSC-Medium';
    font-weight: normal !important;
  }

  @font-face {
    font-family: 'PingFangSC-Medium';
    src: local('PingFangSC-Medium');
  }

  .gwd-font-pfm[data-v-782a8437] {
    font-family: local('PingFangSC-Medium'), system-ui;
    font-weight: bold;
  }

  .gwd-taobao[data-v-782a8437] {
    margin-top: 20px;
  }

  .gwd-taobao span[data-v-782a8437] {
    color: #ff4400;
  }

  .gwd-jd[data-v-782a8437] {
    margin-top: 20px;
  }

  .gwd-jd span[data-v-782a8437] {
    color: #e2231a;
  }

  a[data-v-782a8437] {
    white-space: nowrap;
    position: relative;
    height: 24px;
    font-family: 'Microsoft YaHei';
  }

  a[data-v-782a8437]:hover {
    text-decoration: none;
    cursor: pointer;
  }

  a:hover .gwd-tooltip[data-v-782a8437] {
    display: block;
  }

  .gwd-coupon[data-v-782a8437] {
    height: 24px;
    box-sizing: border-box;
    min-width: 106px;
  }

  .gwd-coupon[data-v-782a8437] {
    background-size: contain;
    padding-left: 8px;
    padding-right: 8px;
  }

  .gwd-coupon[data-v-782a8437]:before,
  .gwd-coupon[data-v-782a8437]:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9px;
    background-size: contain;
  }

  .gwd-coupon[data-v-782a8437]:before {
    left: 0;
  }

  .gwd-coupon[data-v-782a8437]:after {
    right: 0;
    transform: rotate(180deg);
  }

  .gwd-coupon.gwd-taobao[data-v-782a8437] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAA0CAYAAAAjfRLqAAAAAXNSR0IArs4c6QAAAU5JREFUeF7tlNENgDAQhdrd3H+lc4cmGgX8r5YHca+eFgAtsOdaA+IJRb5AQcsDoOHvmekPTbMq5ilosXwiekETrYqZClosn4he0ESrYqaCFssnohc00aqYqaDF8onoBU20KmYqaLF8InpBE62KmQpaLJ+IXtBEq2KmghbLJ6IXNNGqmKmgxfKJ6AVNtCpmKmixfCJ6QROtipkKWiyfiF7QRKtipoIWyyeiFzTRqpipoMXyiegFTbQqZiposXwiekETrYqZClosn4he0ESrYqaCFssnohc00aqYqaDF8onoBU20KmYqaLF8InpBE62KmQpaLJ+IXtBEq2KmghbLJ6IXNNGqmKmgxfKJ6AVNtCpmKmixfCJ6QROtipkKWiyfiF7QRKtipoL+m/yZv9341fvuuVYLvTp5H3tygYJ+ct3zd/eTOdxuH57rWAt8coEbbyjDgopRg1YAAAAASUVORK5CYII=);
  }

  .gwd-coupon.gwd-taobao[data-v-782a8437]:before,
  .gwd-coupon.gwd-taobao[data-v-782a8437]:after {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAA0CAYAAACHO2h8AAAAAXNSR0IArs4c6QAAAZJJREFUSEvtlz9OAkEUh79NsNJiOy038QDuEUggxM6INWCrDRRSwwE0UtqtiR7A3mKPwBH2CF7AZM2bAeJkIeyb3U004TU0w5f3Z37vNxtQUwTCybvkVXkNgT79E3MzumjDQwJnkbrSYmknITymcB6rYAZkGt4m4og5OSMkM4EpYgNawUJaZEDIewan5Ut0QKurIKm0TUaSWcnYBloCcSVQ3mFMwMKUJKUpwk6tQ0KANMTWMn2F3kiBAXf8xyEMZ9CfqCBy2AV9fIHAPMIF1SYR5ch/J16UiPTn7lld3Bok0ogIuDK3ejiHwUwFcyXSNeNPEeG+ZZjfkrH7Zr8sVRugGa3ll0R8I1rzU7/ZRS0jERlXTO8WpknJ7thjxfGLYJ9S1S4qgmTkNxMvmTQkkdq0drCjbResGYmsfO0v2pFsSKWTFLUmdjSYqwT7H+xI9rTHa237PqrJjuzL4X4B12NVww92tL9d9maLHYmXtRAPir2fx85HTS121B9bsSre1+uiG7Kj/T3deaLe77UKiWz++gOA98aFVwFZGwAAAABJRU5ErkJggg==);
  }

  .gwd-coupon.gwd-taobao[data-v-782a8437]:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAA0CAYAAAAjfRLqAAAAAXNSR0IArs4c6QAAAVNJREFUeF7tlMENgzAUxZLd2H+NXrvB7w6RQMU290D8bLFXTwuAFthzrQHxhCJfoKDlAdDw93w//aFpVsU8BS2WT0QvaKJVMVNBi+UT0QuaaFXMVNBi+UT0giZaFTMVtFg+Eb2giVbFTAUtlk9EL2iiVTFTQYvlE9ELmmhVzFTQYvlE9IImWhUzFbRYPhG9oIlWxUwFLZZPRC9oolUxU0GL5RPRC5poVcxU0GL5RPSCJloVMxW0WD4RvaCJVsVMBS2WT0QvaKJVMVNBi+UT0QuaaFXMVNBi+UT0giZaFTMVtFg+Eb2giVbFTAUtlk9EL2iiVTFTQYvlE9ELmmhVzFTQYvlE9IImWhUzFbRYPhG9oIlWxUwFLZZPRC9oolUxU0GL5RPRC5poVcxU0G+TP/O2Gz963z3XaqFHJ+9jdy5Q0Heue/7ufjKH2+3Dcx1rgb9c4AdcEryACPINxAAAAABJRU5ErkJggg==);
  }

  .gwd-coupon.gwd-taobao[data-v-782a8437]:hover:before,
  .gwd-coupon.gwd-taobao[data-v-782a8437]:hover:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAA0CAYAAACHO2h8AAAAAXNSR0IArs4c6QAAAYtJREFUSEvtl79Kw2AUxX+BuCiULroVstfBVadIOwgd3NqxOOii4GAfwDoLdqpjcVdfwKF7HZydHH0JIXJvk+pHWujNH6nQC9mSk/Pde849iUdB5QlO1CTKi1cS0ONnZmIuo/oBnA9gp2YGTB9tqwL9Jwh2TWAKpA0PCdjgmoguwkzADDUDisGq+HwAVYYT0xEdoFgKYyBURsJsyZoH9Abs5QKKGlziMWC7BveTJblMb5tOrcEIj0CPJCUSOOxkAEosslmBTg9apyaQH0YJ0MM7iI4ylCvIwixiHPlv4mmLSH9ObsyHS4DEGgEex6rq9hW0eyYw1yJNHf9YGz58NTV+sbJvX0wboByvRUcEfCFey+Z+3UW+WuRODRt24GJgb7aTImJY0ZNx3bo6krG3zkzTSmiXZJHCvLaOo3kCK8cica6tYhzJhjQmSXrVZtiO/yGOjJ8yfxJHXX1L1qklFKN1HC10v8aRZJnPSOOovg/951WIIzGqXMZMS3utsBQxdcW9udj/tRxEZo9+AyVqv4MZSS3ZAAAAAElFTkSuQmCC);
  }

  .gwd-coupon.gwd-jd[data-v-782a8437] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAAsCAYAAAD1nyNHAAAAAXNSR0IArs4c6QAAAR1JREFUeF7tnbERgFAMhcz+2+k0VnGF33kcWFvwAmfrXD1dAHCBee9nAZwhyi9QqPIAKPNnd/uiUmyJOQtVLJ80vVBJtsSshSqWT5peqCRbYtZCFcsnTS9Uki0xa6GK5ZOmFyrJlpi1UMXySdMLlWRLzFqoYvmk6YVKsiVmLVSxfNL0QiXZErMWqlg+aXqhkmyJWQtVLJ80vVBJtsSshSqWT5peqCRbYtZCFcsnTS9Uki0xa6GK5ZOmFyrJlpi1UMXySdMLlWRLzFqoYvmk6YVKsiVmLVSxfNL0QiXZErMWqlg+aXqhkmyJWQtVLJ80vVBJtsSshSqWT5peqCRbYtZCFcsnTe/3PSRbYtZC/V9+v086cDAH7/RKF/j9Ah900KcI8oZhhwAAAABJRU5ErkJggg==);
  }

  .gwd-coupon.gwd-jd[data-v-782a8437]:before,
  .gwd-coupon.gwd-jd[data-v-782a8437]:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAsCAYAAABovuiKAAAAAXNSR0IArs4c6QAAAdVJREFUSEvNVlFO20AQfbOzayEhUUepgkIicFBKCmoljpAb0CNwA7gBuUG4AUfhCCvb6jdH4DPFldhqXCWya/Exi5G6n5b9/ObNmzdL6OmQ4LwUZXgv3scAudMZaH8/ilyHEX8egsdjNVgNtMnzFUCZAa5AlPJoBD4cqcBqoO3Z+HJpGI+UOLjFIh6o2cHk+7d4oMr7y8DWwzkkXyMYbYrimog+UcAKQCr6iE6a0+matF9soD0tIHs6g+nDR1qBm6xbjMwgrbWhJNFWhq5GiYOdzdRgO0NuvM+Y7UMAljGCt5wdvE8rts9gRnJxriqvBdSbs3+XP+9ew+squrSqKB8DKANCJqz45Bh8cKAvbRe1xoAnR+A0VYHIy63292ZItzhT+2dLvRu1Eem4K60qigeJWjGjPLTTCcxgoNKp5aNfeX5LZNbR7W/+ettBrfD/hL/PDNun6BGRgQWQsXXrEMKlxImdTvUatXa/c3XUajOp1X4JfTMcgphVbD7O2TH+edPZsq7tfK4u7+8lQnY+QgqDNYiyd18idiv7v4naKi9vAuGe9vbgvsxVFqg1kukPIInFH3XUTifgmOlvOjvmJtIxpLs4V7f9TR+phGm83O89O5ZF87s/IaG3Cf8Fdl8AAAAASUVORK5CYII=);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .gwd-coupon.gwd-jd[data-v-782a8437]:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAAsCAYAAAD1nyNHAAAAAXNSR0IArs4c6QAAAR9JREFUeF7tnbENgFAQhbz9t9NdTGzUFX73Q8DagncQW+fo6QKAC8xzXh+AM0T5BQpVHgBl/rz33ReVYkvMWahi+aTphUqyJWYtVLF80vRCJdkSsxaqWD5peqGSbIlZC1UsnzS9UEm2xKyFKpZPml6oJFti1kIVyydNL1SSLTFroYrlk6YXKsmWmLVQxfJJ0wuVZEvMWqhi+aTphUqyJWYtVLF80vRCJdkSsxaqWD5peqGSbIlZC1UsnzS9UEm2xKyFKpZPml6oJFti1kIVyydNL1SSLTFroYrlk6YXKsmWmLVQxfJJ0wuVZEvMWqhi+aTphUqyJWYtVLF80vRCJdkSsxaqWD5per/vIdkSsxbqfvn9PmnBwSy80ytdYPsFfqOApDYolPr+AAAAAElFTkSuQmCC);
  }

  .gwd-coupon.gwd-jd[data-v-782a8437]:hover:before,
  .gwd-coupon.gwd-jd[data-v-782a8437]:hover:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAsCAYAAABovuiKAAAAAXNSR0IArs4c6QAAAclJREFUSEvNlttNw0AQRe/MrgURChgThUeAmEcBKSEdQAl0AB2QDkIHlEIJlm3xTQl8BoyURePIkY3Fx6yDxPxFcq5m75x5EDYUJDqfWe666v2NkBmdgHs9r+RaGXEYwgwO1GKl0CJNZwDFDNyAKORoHyaKVGKlUBWLJJ+ywQtZCxuP/YXqFQyur/yFiiSZOGMTWIvAJ6NFlt0R0R45zAD4e1QHknrbsKOR6lnycaP8dnQC2gRHWoPraTcy4n4fwhAFQbenlW+1FtIqWrE1kIskiY2xzw6Yik/ilyYaZLskCQtj38GM4PJCo7OqWj0qFLTGN4S+8tfHpVvOfFgqhYosf3GgGHCx/DbHR+CdHf3T1mQzwwwG4N2+SqRFttaXX4G043M1P5VYe9RGEUy07/e0IsueZdQKjKXZw6Hap0b5P9L0gYjnncne2KiVfmNj37xbRAQAxMYGc+fcRMaJORyqDG+vbFlFvmOkIlvKTmEIYlZl83dk+/DzK9nluj4/g1ROE6sjQnY+XAjGHERx5yNivbL/zagt0vzeEZ5oawv27FRj0Wr4S/c7UAjgtlP3148IH6PbR8TlhRfVLSGVKT8+3uyd3SWT6r/fRdq0N2b1Td4AAAAASUVORK5CYII=);
  }

  .gwd-redpack[data-v-782a8437] {
    padding-right: 5px;
    padding-left: 8px;
    background: white;
  }

  .gwd-redpack.gwd-taobao[data-v-782a8437] {
    border: 1px solid #ff4400;
  }

  .gwd-redpack.gwd-taobao[data-v-782a8437]:hover {
    background: #fff0e7;
  }

  .gwd-redpack.gwd-jd[data-v-782a8437] {
    border: 1px solid #f9d2d3;
  }

  .gwd-redpack.gwd-jd[data-v-782a8437]:hover {
    background: #fff0e7;
  }

  .gwd-tooltip[data-v-782a8437] {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    z-index: 1;
    color: #3c3c3c;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: none;
    background: white;
    border-radius: 2px;
  }

  .gwd-tooltip span[data-v-782a8437] {
    color: #3c3c3c;
  }

  .gwd-tooltip[data-v-782a8437]:after {
    /* a triangle at bottom */
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    transform: rotate(180deg);
  }








  [data-f6-region].f6-highlight {
    position: relative;
  }

  [data-f6-region].f6-highlight::after {
    width: 100%;
    height: 100%;
    content: '';
    outline: rgb(94, 158, 214) 3px solid;
    outline-offset: -3px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .private-dt-sort-icon[lwc-29758b5h9ll] {
    display: inline-block;
  }
  .private-dt-sort-icon[lwc-45bd2ao4vb7] {
    display: inline-block;
  }
  .private-dt-sort-icon[lwc-6rs503cfoje] {
    display: inline-block;
  }
  .private-dt-sort-icon[lwc-mthmr6qcac] {
    display: inline-block;
  }
  .private-dt-sort-icon[lwc-gj6nt2jq8l] {
    display: inline-block;
  }
  .private-dt-sort-icon[lwc-7nohpd9g9ec] {
    display: inline-block;
  }
  .private-dt-sort-icon[lwc-50j7sev6rtt] {
    display: inline-block;
  }
  .forceCommunitySection {
    position: relative
  }

  .forceCommunitySection .cb-section_background,
  .forceCommunitySection .cb-section_backgroundOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }

  .forceCommunitySection .cb-section_row {
    position: relative;
    margin-left: auto;
    margin-right: auto
  }

  .forceCommunitySection .cb-section_column {
    padding: 16px 8px
  }

  .forceCommunitySection .cb-section_column:first-child {
    padding: 16px 8px 16px 16px
  }

  .forceCommunitySection .cb-section_column:last-child {
    padding: 16px 16px 16px 8px
  }

  @media (max-width:48em) {
    .forceCommunitySection .cb-section_column {
      padding: 8px 16px
    }

    .forceCommunitySection .cb-section_column:first-child {
      padding: 16px 16px 8px 16px
    }

    .forceCommunitySection .cb-section_column:last-child {
      padding: 8px 16px 16px 16px
    }
  }

  .forceCommunitySection .cb-section_column:only-child {
    padding: 16px 16px 16px 16px
  }
  .forceCommunityBannerLayout .layout_title {
    overflow: hidden;
    line-height: 1.25;
    max-height: 2.5em
  }

  .forceCommunityBannerLayout .layout_subtitle {
    overflow: hidden;
    line-height: 1.5;
    max-height: 4.5em
  }

  .forceCommunityBannerLayout lightning-formatted-rich-text ol,
  .forceCommunityBannerLayout lightning-formatted-rich-text ul {
    list-style-position: inside
  }

  @supports (-webkit-line-clamp: 2) {
    .forceCommunityBannerLayout .layout_title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical
    }

    .forceCommunityBannerLayout .layout_subtitle {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical
    }
  }

  .forceCommunityBannerLayout .flagContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }

  .forceCommunityBannerLayout .lineHeightNone {
    line-height: 0
  }

  .forceCommunityBannerLayout ul.metadataFields>li:not(:first-child):before {
    content: "\2022";
    margin: 0 5px
  }

  .forceCommunityBannerLayout.zoomIn:hover {
    transform: scale(1.05)
  }

  .forceCommunityBannerLayout.imageZoomIn:hover .contentImage {
    transform: scale(1.05)
  }

  .forceCommunityBannerLayout .overlayFade {
    z-index: 4
  }

  .forceCommunityBannerLayout.overlayFadeOut:hover .overlayFade {
    opacity: 0;
    z-index: -1
  }

  .forceCommunityBannerLayout.zoomIn.transitionEase,
  .forceCommunityBannerLayout.imageZoomIn.transitionEase,
  .forceCommunityBannerLayout.overlayFadeOut.transitionEase,
  .forceCommunityBannerLayout.zoomIn .transitionEase,
  .forceCommunityBannerLayout.imageZoomIn .transitionEase,
  .forceCommunityBannerLayout.overlayFadeOut .transitionEase {
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1)
  }
  .forceCommunityCarousel .carouselSlide {
    direction: ltr
  }

  .forceCommunityCarousel .previousAction {
    left: 0
  }

  .forceCommunityCarousel .nextAction {
    right: 0
  }

  .forceCommunityCarousel .resetMarginLeft {
    margin-left: 0
  }

  .forceCommunityCarousel .fade {
    opacity: 0;
    position: absolute;
    left: 0
  }

  .forceCommunityCarousel .fade.carouselPage.active {
    opacity: 1;
    position: static;
    z-index: 3
  }

  .forceCommunityCarousel .fade.lastActive {
    z-index: 2
  }

  .forceCommunityCarousel .slds-carousel__indicators {
    line-height: 0
  }

  .forceCommunityCarousel .slds-carousel__indicator-action:focus {
    background: var(--lwc-carouselIndicatorColorBackground, rgb(255, 255, 255));
    border-color: var(--lwc-colorBorder, rgb(180, 180, 180))
  }

  .forceCommunityCarousel a.slds-carousel__indicator-action.slds-is-active {
    background: var(--lwc-carouselIndicatorColorBackgroundActive, rgb(1, 118, 211));
    border-color: var(--lwc-carouselIndicatorColorBackgroundActive, rgb(1, 118, 211))
  }

  .forceCommunityCarousel a.slds-carousel__indicator-action.slds-is-active:focus {
    background-color: var(--slds-g-color-brand-base-30, var(--lwc-carouselIndicatorColorBackgroundFocus, rgb(1, 68, 134)));
    border-color: var(--slds-g-color-brand-base-30, var(--lwc-carouselIndicatorColorBackgroundFocus, rgb(1, 68, 134)))
  }
  .forceCommunityRichTextInline .inverseTextColor {
    color: var(--lwc-colorTextInverse, #FFFFFF)
  }
  .private-dt-sort-icon[lwc-45kk08kqg1a] {
    display: inline-block;
  }
  .popupCloseIcon[c-popupBannerStandard_popupBannerStandard] {
    top: 3px;
    right: 4px;
  }

  .popupHeader[c-popupBannerStandard_popupBannerStandard] {
    border-bottom-width: 0px;
  }

  .popupContent[c-popupBannerStandard_popupBannerStandard] {
    padding-top: 6px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 32px;
  }

  .popupContainer[c-popupBannerStandard_popupBannerStandard] {
    --sds-c-modal-radius-border: 8px;
  }

  .popupBottomSpacer[c-popupBannerStandard_popupBannerStandard] {
    border-top-width: 0;
    padding: 0;
    height: 8px;
  }

  .popupModal[c-popupBannerStandard_popupBannerStandard] {
    z-index: 9999;
  }
  .cHeaderLogin {
    display: flex;
    height: 32px;
    width: max-content;
    flex-direction: row;
    gap: .25rem;
    align-items: center
  }

  .cHeaderLogin .account-icon-container {
    flex-grow: 1;
    height: 24px;
    width: 24px
  }

  .cHeaderLogin .WhiteOnGrey {
    background-color: grey !important;
    height: 24px;
    padding: 3px 5px 5px;
    width: 24px
  }

  .cHeaderLogin .WhiteOnGrey svg {
    fill: white
  }

  .cHeaderLogin .text-container a {
    color: rgb(35, 31, 32);
    font-size: 13px
  }

  .cHeaderLogin .guest-menu-popover {
    width: max-content !important;
    height: max-content !important;
    position: absolute;
    padding: .5rem;
    top: 2.75rem;
    left: 45%;
    transform: translateX(-50%)
  }

  .cHeaderLogin .chevron-icon svg {
    fill: black !important
  }

  @media screen and (max-width:767px) {
    .cHeaderLogin .guest-menu-popover {
      left: unset;
      transform: unset;
      right: 0
    }

    .cHeaderLogin .guest-menu-popover.slds-popover.slds-nubbin_top:before,
    .cHeaderLogin .guest-menu-popover.slds-popover.slds-nubbin_top:after {
      left: 90% !important
    }

    .cHeaderLogin .text-container {
      display: none
    }
  }
  .uiOutputURL.disabled {
    cursor: default;
    pointer-events: none;
    text-decoration: none
  }
  .private-dt-sort-icon[lwc-6qul4k2dv7m] {
    display: inline-block;
  }
  .private-dt-sort-icon[lwc-6g78ltl4tmk] {
    display: inline-block;
  }