@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700;900&display=swap');

/* purgecss start ignore */

@tailwind base;

@tailwind components;

.market-product-grid-wrapper .relative#category-view-container {
  display: block;
  transform: none;
}

#category-view-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*
Use the following selector to extend the toolbar modes switcher with your own icon,
also replace `custom` with your own mode name.

.modes-mode.mode-custom {}
*/

.price-including-tax + .price-excluding-tax{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.price-including-tax + .price-excluding-tax.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.price-including-tax + .price-excluding-tax.leading-tight.text-black + svg{
  right: -2rem;
}

.price-including-tax + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}

.price-excluding-tax,
.price-including-tax{
  white-space: nowrap;
}

.price-excluding-tax .price, .price-including-tax .price{
  font-weight: 600;
  line-height: 1.625;
}

.price-excluding-tax,
.weee[data-label]{
  display: block;
}

[data-content-type$='block'] .price-excluding-tax p:last-child,[data-content-type$='block'] 
.weee[data-label] p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.weee[data-label]{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.weee[data-label].leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.weee[data-label].leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper .relative.price-container.price-tier_price {
  display: block;
  transform: none;
}

.price-container.price-tier_price{
  display: flex;
  gap: 0.25rem;
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:before, .price-container .weee:before {
  content: '(' attr(data-label) ': ';
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:after, .price-container .weee:after {
  content: ')';
}

/* Keep file for backwards compatibility */

#customer-login-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  #customer-login-container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  #customer-login-container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  #customer-login-container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  #customer-login-container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  #customer-login-container{
    max-width: 1536px;
  }
}

.market-products-grid#customer-login-container {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid#customer-login-container {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid#customer-login-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

#customer-login-container{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: 2rem;
  column-gap: 2rem;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  #customer-login-container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  #customer-login-container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > #customer-login-container {
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > #customer-login-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form #customer-login-container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.checkout-cart-index .crosssell-product-slider #customer-login-container{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0.5rem;
}

.faq-question-view .column.main > #customer-login-container{
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  #customer-login-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea{
  min-height: 2.75rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.page.messages{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
}

.page.messages .messages
    section#messages{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  .page.messages .messages
    section#messages{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .page.messages .messages
    section#messages{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .page.messages .messages
    section#messages{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .page.messages .messages
    section#messages{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .page.messages .messages
    section#messages{
    max-width: 1536px;
  }
}

.page.messages .messages
    section#messages{
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  .page.messages .messages
    section#messages{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .page.messages .messages
    section#messages{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > .page.messages .messages
    section#messages {
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > .page.messages .messages
    section#messages {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form .page.messages .messages
    section#messages{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.checkout-cart-index .crosssell-product-slider .page.messages .messages
    section#messages{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0.5rem;
}

.faq-question-view .column.main > .page.messages .messages
    section#messages{
  padding-left: 0px;
  padding-right: 0px;
}

.market-product-grid-wrapper .relative.message {
  display: block;
  transform: none;
}

.message{
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  padding-left: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.message{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.message + svg{
  right: -2rem;
}

.message.error{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
}

.message.success{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity, 1));
}

.message.info,
    .message.notice{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}

.message.warning{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity, 1));
}

.message a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.market-product-grid-wrapper .product-item.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.product-item {
  display: block;
  transform: none;
}

.product-item{
  position: relative;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.product-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 247, var(--tw-bg-opacity, 1));
}

.product-item img{
  mix-blend-mode: multiply;
}

@media (min-width: 768px){
  .product-item.product-item-list{
    flex-direction: row;
  }
}

.product-item.product_addtocart_form {
  /* Form specific styles if needed */
}

/* Product Badges */

.market-product-grid-wrapper .relative.product-item .product-badges {
  display: block;
  transform: none;
}

.product-item .product-badges{
  position: absolute;
  top: 1rem;
  left: 0px;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-item .product-badges.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-item .product-badges.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper .relative.product-item .product-badges .badge-container {
  display: block;
  transform: none;
}

.product-item .product-badges .badge-container{
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-item .product-badges .badge.badge-pourcent{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.product-item .product-badges .badge.badge-custom{
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.product-item .product-badges .badge.badge-rules {
  /* Custom badge rules styles */
}

.product-item .product-badges .mini-market-icon-wrapper{
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Product Link */

@media (min-width: 768px){
  .product-item .link-product.link-product-image{
    margin-bottom: 0px;
    width: 33.333333%;
    flex-shrink: 0;
  }
}

/* Product Info */

.market-product-grid-wrapper .relative.product-item .product-info {
  display: block;
  transform: none;
}

.product-item .product-info{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

@media (min-width: 768px){
  .product-item .product-info.product-info-list{
    width: 66.666667%;
    padding-left: 1.25rem;
  }
}

.product-item .product-info .product-info-gamme{
  margin-top: 0.5rem;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.product-item .product-info .product-info-name{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-item .product-info .product-info-name {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

@media (min-width: 768px){
  .product-item .product-info .product-info-name.product-info-name-list{
    text-align: left;
  }
}

.product-item .product-info .product-description{
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .product-item .product-info .product-description.product-description-list{
    text-align: left;
  }
}

/* Add to Cart Section */

.market-product-grid-wrapper .relative.product-item .product-info-add-cart {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart{
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .price-container {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .price-container{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 0.125rem;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .price-container .price-current {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .price-container .price-current{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.25rem;
  padding-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .product-info-add-cart .price-container .price-current.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .product-info-add-cart .price-container .price-current.leading-tight.text-black + svg{
  right: -2rem;
}

.product-item .product-info-add-cart .price-container .price-current .price-wrapper .price{
  display: inline-flex;
  align-items: flex-start;
  line-height: 1;
}

.product-item .product-info-add-cart .price-container .price-current .price-wrapper .price .price-integer{
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.25rem;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .price-container .price-current .price-wrapper .price .price-decimal-wrapper {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .price-container .price-current .price-wrapper .price .price-decimal-wrapper{
  display: flex;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 800;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .price-container .old-price {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .price-container .old-price{
  display: flex;
}

.product-item .product-info-add-cart .price-container .old-price span{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .price-container .prix-ml {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .price-container .prix-ml{
  display: flex;
  width: 100%;
}

.product-item .product-info-add-cart .price-container .prix-ml span{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.checkout-cart-index #discount-form-toggle .product-item .product-info-add-cart .price-container .prix-ml span{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.product-item .product-info-add-cart .price-container .prix-ml span span{
  margin-left: 0.25rem;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .price-container .prix-catalogue-old {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .price-container .prix-catalogue-old{
  display: flex;
  width: 100%;
}

.product-item .product-info-add-cart .price-container .prix-catalogue-old span{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.checkout-cart-index #discount-form-toggle .product-item .product-info-add-cart .price-container .prix-catalogue-old span{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.product-item .product-info-add-cart .price-container .prix-catalogue-ref{
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.product-item .product-info-add-cart .price-container .prix-catalogue-ref span{
  margin-left: 0.25rem;
  font-weight: 500;
}

.checkout-cart-index #discount-form-toggle .product-item .product-info-add-cart .price-container .prix-catalogue-ref span{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.product-item .product-info-add-cart .price-container .price-unavailable{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .product-info-add-cart .price-container .price-unavailable.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .product-info-add-cart .price-container .price-unavailable.leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .product-info-add-cart-btn {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn{
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1rem;
  column-gap: 0.5rem;
}

@media (min-width: 768px){
  .product-item .product-info-add-cart .product-info-add-cart-btn.product-info-add-cart-btn-list{
    justify-content: center;
  }
}

.market-product-grid-wrapper .relative.product-item .product-info-add-cart .product-info-add-cart-btn .qty-input-wrapper {
  display: block;
  transform: none;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-input-wrapper{
  margin-right: 0.5rem;
  display: flex;
  display: none;
  align-items: center;
  gap: 0.5rem;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .qty-input-wrapper input[type="number"]{
  width: 4rem;
  border-radius: 0.25rem;
  border-width: 1px;
  text-align: center;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .btn-round{
  margin-right: auto;
}

@media (min-width: 768px){
  .product-item .product-info-add-cart .product-info-add-cart-btn .btn-round.btn-round-list{
    margin-right: 0px;
  }
}

.product-item .product-info-add-cart .product-info-add-cart-btn .btn-round svg{
  left: -1px;
}

.product-item .product-info-add-cart .product-info-add-cart-btn .stock-status-wrapper{
  margin-right: auto;
  width: auto;
  justify-content: center;
}

@media (min-width: 768px){
  .product-item .product-info-add-cart .product-info-add-cart-btn .stock-status-wrapper.stock-status-wrapper-list{
    margin-right: 0px;
  }
}

.market-product-grid-wrapper .relative.product-item .price-box {
  display: block;
  transform: none;
}

.product-item .price-box{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.product-item .special-price .price-container .price-label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container{
  display: block;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label{
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.checkout-cart-index #discount-form-toggle .page-product-bundle .price-final_price .price-from .price-container .price-label,.checkout-cart-index #discount-form-toggle  .page-product-bundle .price-final_price .price-to .price-container .price-label{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.page-product-bundle .price-final_price .price-from .price-container .price.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm .page-product-bundle .price-final_price .price-to .price-container .price.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.page-product-bundle .price-final_price .price-from .price-container .price.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm .page-product-bundle .price-final_price .price-to .price-container .price.text-black + svg{
  right: -2rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax{
  margin-top: 0.25rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price{
  font-size: 1rem;
  line-height: 1.5rem;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price,.ambrands-brandlist-widget .brand-tooltip .subtitle .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label{
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.page-product-bundle .price-final_price .price-from .old-price .price-container .price,.ambrands-brandlist-widget .brand-tooltip .subtitle
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,.ambrands-brandlist-widget .brand-tooltip .subtitle
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,.ambrands-brandlist-widget .brand-tooltip .subtitle
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.wishlist-widget .price-box .price-label,
    .wishlist-widget .price-box .old-price{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* .modal {} */

.market-product-grid-wrapper .relative.backdrop {
  display: block;
  transform: none;
}

.backdrop{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.25;
}

.snap {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.snap::-webkit-scrollbar {
  display: none;
}

.snap > div {
  scroll-snap-align: start;
}

:where(html) {
  scrollbar-gutter: stable;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.page-main{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.market-products-grid.columns {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.columns {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

.columns{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: 2rem;
  column-gap: 2rem;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  grid-template-rows: auto minmax(0, 1fr);
}

.columns .main{
  order: 2;
}

.columns .sidebar{
  order: 3;
}

.product-main-full-width .columns{
  max-width: none;
}

.page-main-full-width .columns{
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.account .columns .sidebar-main, .page-with-filter .columns .sidebar-main{
  order: 1;
}

@media (min-width: 640px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main{
    grid-column: span 2 / span 2;
  }

  .account .columns .sidebar-main, .page-with-filter .columns .sidebar-main{
    grid-column: 1 / -1;
  }

  .account .columns .sidebar-additional{
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main{
    grid-row: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar{
    grid-column: span 1 / span 1;
  }

  .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main{
    grid-column-start: 2 !important;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar{
    order: 1;
  }

  .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional{
    order: 3;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main{
    order: 3;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main{
    grid-column: span 3 / span 3;
  }

  .page-layout-3columns .columns .sidebar-additional{
    grid-column-start: 4;
  }
}

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
  width: 100%;
}

[x-cloak] {
  display: none !important;
}

.input{
  margin-right: 0.5rem;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.input {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

@media (min-width: 768px) {
  .input{
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .input{
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .input{
    margin-right: 1rem;
  }
}

.input-light{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.input-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.card{
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.card-large{
  padding: 1.5rem;
}

@media (min-width: 1024px){
  .card-large{
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.card-interactive:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 247, var(--tw-bg-opacity, 1));
}

.bg-gradient-light {
  background: #FCFEFE;
  background: linear-gradient(90deg, rgba(252, 254, 254, 1) 0%, rgba(242, 250, 250, 1) 24%, rgba(255, 249, 248, 1) 59%);
}

.bg-gradient-light-blue {
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(236, 250, 245, 1) 35%, rgba(226, 247, 241, 1) 71%);
}

.bg-gradient-dark {
  background: #094542;
  background: linear-gradient(90deg, rgba(9, 69, 66, 1) 60%, rgba(7, 52, 65, 1) 87%);
}

.bg-gradient-white {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 32%, rgba(249, 250, 251, 1) 65%);
}

.bg-multicolor {
  background-image: url("../images/bg-multicolor.jpg");
  background-size: cover;
  background-position: center;
}

.bg-gradient-multi {
  background: #F0F8F4;
  background: linear-gradient(90deg, rgba(240, 248, 244, 1) 0%, rgba(248, 250, 250, 1) 14%, rgba(235, 243, 240, 1) 35%, rgba(235, 247, 243, 1) 60%, rgba(247, 249, 246, 1) 76%);
}

.market-product-grid-wrapper .halo.flex {
  display: block;
  transform: none;
}

.halo{
  position: relative;
}

.market-product-grid-wrapper .halo img.flex {
  display: block;
  transform: none;
}

.halo img{
  position: relative;
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.halo img.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.halo img.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.halo:after {
  content: "";
  filter: drop-shadow(0 2px 37px rgba(175, 210, 196, 1));
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 0;
  display: block;
  height: 90%;
  width: 90%;
  --tw-translate-x: -50%;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(212, 230, 222, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .halo p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.border-white-shadow {
  border-bottom: 2px solid white;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.6);
}

.spacing{
  height: 50px;
}

@media (min-width: 1024px){
  .spacing{
    height: 130px;
  }
}

.container{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  .container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.columns{
  width: 100%;
}

html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute body.min-w-20.z-10.text-sm.leading-tight{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute body.min-w-20.z-10.text-sm.leading-tight + svg{
  right: -2rem;
}

p{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */

/**
 * Layout
 */

/* Rows */

[data-content-type='row']{
  box-sizing: border-box;
}

[data-content-type='row'][data-appearance='contained']{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 1536px;
  }
}

[data-content-type='row'][data-appearance='contained']{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  [data-content-type='row'][data-appearance='contained']{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  [data-content-type='row'][data-appearance='contained']{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > [data-content-type='row'][data-appearance='contained'] {
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > [data-content-type='row'][data-appearance='contained'] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form [data-content-type='row'][data-appearance='contained']{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.checkout-cart-index .crosssell-product-slider [data-content-type='row'][data-appearance='contained']{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0.5rem;
}

.faq-question-view .column.main > [data-content-type='row'][data-appearance='contained']{
  padding-left: 0px;
  padding-right: 0px;
}

[data-content-type='row'][data-appearance='contained']{
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

[data-content-type='row'][data-appearance='contained'] [data-element='inner']{
  box-sizing: border-box;
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-bleed'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
  margin-left: auto;
  margin-right: auto;
  width: 1230px;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* Column Groups (both needed for pagebuider backwards compatibiliy) */

[data-content-type='column-group'], [data-content-type='column-line']{
  flex-wrap: wrap;
}

@media (min-width: 768px){
  [data-content-type='column-group'], [data-content-type='column-line']{
    flex-wrap: nowrap;
  }
}

/* Columns */

[data-content-type='column']{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-attachment: scroll !important;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  [data-content-type='column'] {
    flex-basis: auto
  }
}

/* Tabs/Tab Item */

@media (min-width: 1024px){
  [data-content-type='tabs']{
    margin-top: 5rem;
  }
}

[data-content-type='tabs'] .tabs-navigation{
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.market-product-grid-wrapper [data-content-type='tabs'] .tabs-content.flex {
  display: block;
  transform: none;
}

[data-content-type='tabs'] .tabs-content{
  position: relative;
  z-index: 10;
  border-width: 0px !important;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='tabs'] .tabs-content.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='tabs'] .tabs-content.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']{
  border-width: 0px;
  background-color: transparent;
  min-height: inherit;
  background-attachment: scroll !important;
}

[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

/**
 * Elements
 */

/* Text */

[data-content-type='text']{
  overflow-wrap: break-word;
}

/* Heading */

[data-content-type='heading']{
  overflow-wrap: break-word;
}

/* Buttons/Button Item */

[data-content-type='buttons']{
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item']{
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'],
        [data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link']{
  max-width: 100%;
  overflow-wrap: break-word;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link']{
  cursor: default;
}

[data-content-type='buttons'] [data-content-type='button-item'] a,
        [data-content-type='buttons'] [data-content-type='button-item'] button,
        [data-content-type='buttons'] [data-content-type='button-item'] div{
  display: inline-block;
  --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);
}

[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link{
  box-sizing: border-box;
  cursor: pointer;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper a.pagebuilder-button-primary.flex,.market-product-grid-wrapper  button.pagebuilder-button-primary.flex,.market-product-grid-wrapper  div.pagebuilder-button-primary.flex {
  display: block;
  transform: none;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary{
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ambrands-brandlist-widget .brand-tooltip a.subtitle.pagebuilder-button-primary,.ambrands-brandlist-widget .brand-tooltip  button.subtitle.pagebuilder-button-primary,.ambrands-brandlist-widget .brand-tooltip  div.subtitle.pagebuilder-button-primary {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute a.min-w-20.pagebuilder-button-primary.text-sm.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  button.min-w-20.pagebuilder-button-primary.text-sm.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  div.min-w-20.pagebuilder-button-primary.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute a.min-w-20.pagebuilder-button-primary.text-sm.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  button.min-w-20.pagebuilder-button-primary.text-sm.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  div.min-w-20.pagebuilder-button-primary.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#2cd7cc 0%, #28b1a8 100%);
  cursor: pointer;
}

a.pagebuilder-button-primary:before, button.pagebuilder-button-primary:before, div.pagebuilder-button-primary:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 0px;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.15);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

[data-content-type$='block'] a.pagebuilder-button-primary p:last-child:before,[data-content-type$='block']  button.pagebuilder-button-primary p:last-child:before,[data-content-type$='block']  div.pagebuilder-button-primary p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

a.pagebuilder-button-primary:before, button.pagebuilder-button-primary:before, div.pagebuilder-button-primary:before {
  z-index: -1;
}

a.pagebuilder-button-primary:after, button.pagebuilder-button-primary:after, div.pagebuilder-button-primary:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 3px;
}

a.pagebuilder-button-primary:hover:before, button.pagebuilder-button-primary:hover:before, div.pagebuilder-button-primary:hover:before{
  width: 100%;
}

a.pagebuilder-button-primary.no-arrow:after, button.pagebuilder-button-primary.no-arrow:after, div.pagebuilder-button-primary.no-arrow:after{
  display: none;
}

a.pagebuilder-button-primary.bg-simple, button.pagebuilder-button-primary.bg-simple, div.pagebuilder-button-primary.bg-simple {
  background: #28b1a8;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --btn-bg: #2cd7cc;
  --btn-color: #fff;
  --btn-hover-bg: #e4f3f3;
  --btn-active-bg: #28b1a8;
}

.section-news-pharmazon a.pagebuilder-button-primary,.section-news-pharmazon  button.pagebuilder-button-primary,.section-news-pharmazon  div.pagebuilder-button-primary{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon a.pagebuilder-button-primary:after,.section-news-pharmazon  button.pagebuilder-button-primary:after,.section-news-pharmazon  div.pagebuilder-button-primary:after{
  background-position: right 5px;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper a.pagebuilder-button-secondary.flex,.market-product-grid-wrapper  button.pagebuilder-button-secondary.flex,.market-product-grid-wrapper  div.pagebuilder-button-secondary.flex {
  display: block;
  transform: none;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary{
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ambrands-brandlist-widget .brand-tooltip a.subtitle.pagebuilder-button-secondary,.ambrands-brandlist-widget .brand-tooltip  button.subtitle.pagebuilder-button-secondary,.ambrands-brandlist-widget .brand-tooltip  div.subtitle.pagebuilder-button-secondary {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute a.min-w-20.pagebuilder-button-secondary.text-sm.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  button.min-w-20.pagebuilder-button-secondary.text-sm.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  div.min-w-20.pagebuilder-button-secondary.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute a.min-w-20.pagebuilder-button-secondary.text-sm.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  button.min-w-20.pagebuilder-button-secondary.text-sm.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  div.min-w-20.pagebuilder-button-secondary.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#2cd7cc 0%, #28b1a8 100%);
  cursor: pointer;
}

a.pagebuilder-button-secondary:before, button.pagebuilder-button-secondary:before, div.pagebuilder-button-secondary:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 0px;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.15);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

[data-content-type$='block'] a.pagebuilder-button-secondary p:last-child:before,[data-content-type$='block']  button.pagebuilder-button-secondary p:last-child:before,[data-content-type$='block']  div.pagebuilder-button-secondary p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

a.pagebuilder-button-secondary:before, button.pagebuilder-button-secondary:before, div.pagebuilder-button-secondary:before {
  z-index: -1;
}

a.pagebuilder-button-secondary:after, button.pagebuilder-button-secondary:after, div.pagebuilder-button-secondary:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 3px;
}

a.pagebuilder-button-secondary:hover:before, button.pagebuilder-button-secondary:hover:before, div.pagebuilder-button-secondary:hover:before{
  width: 100%;
}

a.pagebuilder-button-secondary.no-arrow:after, button.pagebuilder-button-secondary.no-arrow:after, div.pagebuilder-button-secondary.no-arrow:after{
  display: none;
}

a.pagebuilder-button-secondary.bg-simple, button.pagebuilder-button-secondary.bg-simple, div.pagebuilder-button-secondary.bg-simple {
  background: #28b1a8;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  --btn-stroke: #2563eb;
  --btn-color: #ffffff;
  --btn-hover-stroke: #28b1a8;
  background: linear-gradient(118deg, #fa6230 36%, #fd3e24 69%);
}

.section-news-pharmazon a.pagebuilder-button-secondary,.section-news-pharmazon  button.pagebuilder-button-secondary,.section-news-pharmazon  div.pagebuilder-button-secondary{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon a.pagebuilder-button-secondary:after,.section-news-pharmazon  button.pagebuilder-button-secondary:after,.section-news-pharmazon  div.pagebuilder-button-secondary:after{
  background-position: right 5px;
}

/* HTML Code */

[data-content-type='html']{
  overflow-wrap: break-word;
}

/**
 * Media
 */

/* Image */

[data-content-type='image']{
  box-sizing: border-box;
}

[data-content-type='image'] > [data-element='link'],
    [data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}

[data-content-type='image'] .pagebuilder-mobile-hidden{
  display: none;
}

@media (min-width: 768px){
  [data-content-type='image'] .pagebuilder-mobile-hidden{
    display: inline-block;
  }
}

[data-content-type='image'] .pagebuilder-mobile-only{
  display: inline-block;
}

@media (min-width: 768px){
  [data-content-type='image'] .pagebuilder-mobile-only{
    display: none;
  }
}

[data-content-type='image'] figcaption{
  overflow-wrap: break-word;
}

/* Video */

[data-content-type='video'] {
  font-size: 0;
}

[data-content-type='video'] .pagebuilder-video-inner{
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

.market-product-grid-wrapper [data-content-type='video'] .pagebuilder-video-container.flex {
  display: block;
  transform: none;
}

[data-content-type='video'] .pagebuilder-video-container{
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  padding-top: 56.25%;
}

[data-content-type='video'] iframe,
    [data-content-type='video'] video{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

/* Banner */

[data-content-type='banner'] > [data-element='link'], [data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] > [data-element='link']:hover, [data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper{
  box-sizing: border-box;
  overflow-wrap: break-word;
  background-clip: padding-box;
  border-radius: inherit;
  background-attachment: scroll !important;
}

.market-product-grid-wrapper [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.flex {
  display: block;
  transform: none;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.market-product-grid-wrapper .relative[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: block;
  transform: none;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
  max-width: none;
}

@media (min-width: 768px){
  [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
    max-width: 36rem;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay{
  z-index: 0;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper [data-element='content']{
  overflow: auto;
  min-height: 50px;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button{
  margin: 0px;
  margin-top: 1.25rem;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content{
  width: 100%;
}

[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  margin-left: auto;
}

/* Slider */

.market-product-grid-wrapper [data-content-type='slider'].flex {
  display: block;
  transform: none;
}

[data-content-type='slider']{
  visibility: hidden;
  position: relative;
}

[data-content-type='slider'].glider-initialized{
  visibility: visible;
}

[data-content-type='slider'] [data-role='glider-content']{
  overflow-y: hidden;
}

[data-content-type='slider'] a.button {
  color: initial;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[data-content-type='slider'] .carousel-nav{
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.75;
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

[data-content-type='slide']{
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25rem;
  min-height: inherit;
}

[data-content-type='slide'] > [data-element='link'],
    [data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] > [data-element='link']:hover, [data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] + [data-content-type='slide']{
  height: 0px;
  min-height: 0px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper{
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-radius: inherit;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element{
  position: absolute;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 0.125rem;
  left: -15000vw;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay{
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}

.market-product-grid-wrapper [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay.flex {
  display: block;
  transform: none;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay{
  position: relative;
  z-index: 20;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: inherit;
}

.market-product-grid-wrapper .relative[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: block;
  transform: none;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
  max-width: none;
}

@media (min-width: 768px){
  [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
    max-width: 32rem;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content']{
  overflow: auto;
  min-height: 50px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button{
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content{
  width: 100%;
}

[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  margin-left: auto;
}

/* Map */

[data-content-type='map']{
  box-sizing: border-box;
  height: 18rem;
}

/**
 * Add Content
 */

/* Block */

[data-content-type$='block'] .block p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* Dynamic Block */

[data-content-type='dynamic_block'] [data-content-type='image'] img{
  display: inline;
}

[data-content-type='dynamic_block'] .block-banners .banner-item-content,
    [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content{
  margin-bottom: auto;
}

/**
 * Glider
 */

.market-product-grid-wrapper .glider-contain.flex {
  display: block;
  transform: none;
}

.glider-contain{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.glider{
  overflow-y: hidden;
}

.glider.draggable{
  -webkit-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img{
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar{
  height: 0px;
  opacity: 0;
}

.market-product-grid-wrapper .relative.glider .glider-track {
  display: block;
  transform: none;
}

.glider .glider-track{
  z-index: 10;
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.glider .glider-track.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.glider .glider-track.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.glider-slide{
  margin: 0px;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
  min-width: 150px;
}

.glider-slide img{
  max-width: 100%;
}

.glider-hide{
  opacity: 0;
}

.glider-prev.disabled, .glider-next.disabled{
  cursor: default;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
  opacity: 0.25;
}

.glider-dot{
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
  opacity: 0.25;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] .glider-dot p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.glider-dot.active{
  opacity: 1;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar{
    height: 0.25rem;
    width: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb{
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next{
  display: none;
}

[data-show-dots='false'] .glider-dots{
  display: none;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link']{
  cursor: pointer !important;
}

/* purgecss end ignore */

@tailwind utilities;

/* .page-footer {} */

/* Header Styles */

.market-product-grid-wrapper #header.flex {
  display: block;
  transform: none;
}

#header{
  position: relative;
  z-index: 30;
  width: 100%;
}

.market-product-grid-wrapper .relative#header .header-container {
  display: block;
  transform: none;
}

#header .header-container{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  display: flex;
  width: 100%;
  max-width: 1350px;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  #header .header-container{
    gap: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

#header .logo img{
  max-height: 60px;
  object-fit: contain;
}

@media not all and (min-width: 1024px){
  #header .logo img{
    width: 150px;
  }
}

.market-product-grid-wrapper #header .search-wrapper.flex {
  display: block;
  transform: none;
}

#header .search-wrapper{
  position: relative;
  display: none;
  flex: 1 1 0%;
}

@media (min-width: 1024px){
  #header .search-wrapper{
    display: block;
  }
}

.market-product-grid-wrapper .relative#header .header-actions {
  display: block;
  transform: none;
}

#header .header-actions{
  order: 3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media not all and (min-width: 1024px){
  #header .header-actions{
    margin-left: auto;
  }
}

@media (min-width: 1024px){
  #header .header-actions{
    gap: 2rem;
  }
}

.market-product-grid-wrapper #header .cart-button.flex {
  display: block;
  transform: none;
}

#header .cart-button{
  position: relative;
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.25rem;
  outline-offset: 2px;
}

#header .cart-button:hover{
  background-color: rgba(44, 215, 204, 0.1);
}

#header .cart-icon{
  height: 2rem;
  width: 2rem;
  fill: #052523;
}

#header .cart-badge{
  position: absolute;
  top: -0px;
  right: -0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  font-size: .575rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

/* Navigation Menu */

.market-product-grid-wrapper .relative#header .navigation {
  display: block;
  transform: none;
}

#header .navigation{
  z-index: 20;
  display: flex;
}

.market-product-grid-wrapper .relative#header .navigation #navdesktop > ul {
  display: block;
  transform: none;
}

#header .navigation #navdesktop > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header .navigation #navdesktop > ul > li .menu-item-label{
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

#header .navigation #navdesktop > ul > li .menu-item-label .level-0{
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  font-weight: 700;
}

@media not all and (min-width: 1024px){
  #header .navigation #navdesktop > ul > li .menu-item-label .level-0{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#header .navigation #navdesktop .close-menu-mobile{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
  display: none;
}

@media not all and (min-width: 1024px){
  #header .navigation #navdesktop .close-menu-mobile{
    display: block;
  }
}

/* Menu Items */

.market-product-grid-wrapper .relative#header .navigation .menu-item-label {
  display: block;
  transform: none;
}

#header .navigation .menu-item-label{
  display: flex;
  align-items: center;
}

#header .navigation .menu-item-promotions .menu-item-label a, #header .navigation .menu-item-static .menu-item-label a{
  font-weight: 700;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

#header .navigation .menu-item-promotions .menu-item-label a:hover, #header .navigation .menu-item-static .menu-item-label a:hover{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

/* Mega Menu */

#header .navigation .megamenu{
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0px;
  z-index: 50;
  margin-top: 1px;
  width: 1250px;
  max-width: 100%;
  --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));
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#header .navigation .megamenu.megamenu-categories{
  min-height: 400px;
}

#header .navigation .megamenu .megamenu-content{
  padding: 1.5rem;
}

@media not all and (min-width: 1024px){
  #header .navigation .megamenu .megamenu-content{
    padding: 1rem;
  }
}

.market-product-grid-wrapper .relative#header .navigation .megamenu .megamenu-inner {
  display: block;
  transform: none;
}

#header .navigation .megamenu .megamenu-inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* Category Menu */

#header .navigation .category-menu-container{
  gap: 1.5rem;
}

@media (min-width: 768px){
  .market-product-grid-wrapper #header .navigation .category-menu-container.relative {
    display: block;
    transform: none;
  }

  #header .navigation .category-menu-container{
    display: flex;
  }
}

#header .navigation .category-menu-container .mobile-menu-back{
  display: none;
}

@media not all and (min-width: 1024px){
  #header .navigation .category-menu-container .mobile-menu-back{
    display: block;
  }
}

#header .navigation .category-menu-left .main-categories{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px){
  #header .navigation .category-menu-left .main-categories{
    width: 100%;
  }
}

@media (min-width: 768px){
  #header .navigation .category-menu-left .main-categories{
    width: 200px;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.market-product-grid-wrapper .relative#header .navigation .category-menu-left .main-categories .item-main-category {
  display: block;
  transform: none;
}

#header .navigation .category-menu-left .main-categories .item-main-category{
  display: block;
  display: flex;
  justify-content: space-between;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type$='block'] #header .navigation .category-menu-left .main-categories .item-main-category p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header .navigation .category-menu-left .main-categories .item-main-category:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 251, 251, var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header .navigation .category-menu-right{
  flex: 1 1 0%;
}

#header .navigation .category-menu-right #category-details-container{
  margin-top: -0.75rem;
}

/* Category Details */

#header .navigation .level4-category-direct h4{
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header .navigation .level4-category-direct h4 a:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

#header .navigation .level4-category{
  margin-bottom: 0.5rem;
}

#header .navigation .level4-category .level4-category-header a{
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type$='block'] #header .navigation .level4-category .level4-category-header a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .navigation .level4-category .level4-category-header a.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .navigation .level4-category .level4-category-header a.leading-tight.text-black + svg{
  right: -2rem;
}

#header .navigation .level4-category .level4-category-header a:hover{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

#header .navigation .level4-category > ul{
  margin-top: 0.5rem;
  margin-left: 0.75rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
}

#header .navigation .level5-category .item-level-5{
  float: left;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  display: inline-block;
  height: 12px;
  width: 13px;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

#header .navigation .level5-category a{
  display: block;
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type$='block'] #header .navigation .level5-category a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .navigation .level5-category a.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .navigation .level5-category a.leading-tight.text-black + svg{
  right: -2rem;
}

#header .navigation .level5-category a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header .navigation .level5-category > ul{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  border-left-width: 2px;
  padding-left: 0.5rem;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(104, 111, 122, var(--tw-text-opacity, 1));
}

.checkout-cart-index #cart-totals #header .navigation .level5-category > ul{
  margin-top: 0px;
  margin-bottom: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#header .navigation .level6-category a, #header .navigation .level7-category a, #header .navigation .level8-category a{
  display: block;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(104, 111, 122, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type$='block'] #header .navigation .level6-category a p:last-child,[data-content-type$='block']  #header .navigation .level7-category a p:last-child,[data-content-type$='block']  #header .navigation .level8-category a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header .navigation .level6-category a:hover, #header .navigation .level7-category a:hover, #header .navigation .level8-category a:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

#header .navigation .level6-category > ul, #header .navigation .level7-category > ul, #header .navigation .level8-category > ul{
  margin-top: 0.125rem;
  margin-left: 0.5rem;
}

#header .navigation .level6-category > ul > :not([hidden]) ~ :not([hidden]), #header .navigation .level7-category > ul > :not([hidden]) ~ :not([hidden]), #header .navigation .level8-category > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

/* Services Menu */

#header .navigation .services-menu-container .service-category-item h4{
  margin-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header .navigation .services-menu-container .service-category-item h4 a:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

#header .navigation .services-menu-container .service-category-item .service-subitem a{
  display: block;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header .navigation .services-menu-container .service-category-item .service-subitem a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* Laboratoires Menu */

#header .navigation .laboratoires-menu-container{
  height: 400px;
  overflow-y: scroll;
}

#header .navigation .laboratoires-menu-container .mobile-menu-back{
  display: none;
}

@media not all and (min-width: 1024px){
  #header .navigation .laboratoires-menu-container .mobile-menu-back{
    display: block;
  }
}

#header .navigation .laboratoires-menu-container .letter-group{
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  #header .navigation .laboratoires-menu-container .letter-group{
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#header .navigation .laboratoires-menu-container .letter-group h4{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header .navigation .laboratoires-menu-container .letter-group .laboratoire-item a{
  display: block;
  border-radius: 0.25rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type$='block'] #header .navigation .laboratoires-menu-container .letter-group .laboratoire-item a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header .navigation .laboratoires-menu-container .letter-group .laboratoire-item a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header .navigation .laboratoires-menu-container .laboratoires-total{
  margin-top: 1rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  padding-top: 1rem;
  text-align: center;
}

#header .navigation .laboratoires-menu-container .laboratoires-total p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .navigation .laboratoires-menu-container .laboratoires-total p.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .navigation .laboratoires-menu-container .laboratoires-total p.leading-tight.text-black + svg{
  right: -2rem;
}

/* Menu Banner */

.market-product-grid-wrapper #header .navigation .menu-banner.flex {
  display: block;
  transform: none;
}

#header .navigation .menu-banner{
  position: relative;
  width: 270px;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media not all and (min-width: 768px){
  #header .navigation .menu-banner{
    display: none;
  }
}

#header .navigation .menu-banner img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#header .navigation .menu-banner .banner-cta{
  position: absolute;
  bottom: 1rem;
  left: 0px;
  right: 0px;
  text-align: center;
}

/* Mobile Menu */

#header .mobile-menu-toggle{
  order: 4;
  height: 3rem;
  width: 3rem;
}

.market-product-grid-wrapper .relative#header #header .mobile-menu-toggle {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle{
  z-index: 20;
  display: flex;
}

.market-product-grid-wrapper .relative#header #header .mobile-menu-toggle #navdesktop > ul {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle #navdesktop > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label{
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

#header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label .level-0{
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  font-weight: 700;
}

@media not all and (min-width: 1024px){
  #header #header .mobile-menu-toggle #navdesktop > ul > li .menu-item-label .level-0{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#header #header .mobile-menu-toggle #navdesktop .close-menu-mobile{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
  display: none;
}

@media not all and (min-width: 1024px){
  #header #header .mobile-menu-toggle #navdesktop .close-menu-mobile{
    display: block;
  }
}

.market-product-grid-wrapper .relative#header #header .mobile-menu-toggle .menu-item-label {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle .menu-item-label{
  display: flex;
  align-items: center;
}

#header #header .mobile-menu-toggle .menu-item-promotions .menu-item-label a, #header #header .mobile-menu-toggle .menu-item-static .menu-item-label a{
  font-weight: 700;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

#header #header .mobile-menu-toggle .menu-item-promotions .menu-item-label a:hover, #header #header .mobile-menu-toggle .menu-item-static .menu-item-label a:hover{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .menu-item-promotions .menu-item-label a, #header #header .mobile-menu-toggle .menu-item-static .menu-item-label a{
  font-weight: 700;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

#header #header .mobile-menu-toggle .menu-item-promotions .menu-item-label a:hover, #header #header .mobile-menu-toggle .menu-item-static .menu-item-label a:hover{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .megamenu{
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0px;
  z-index: 50;
  margin-top: 1px;
  width: 1250px;
  max-width: 100%;
  --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));
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#header #header .mobile-menu-toggle .megamenu.megamenu-categories{
  min-height: 400px;
}

#header #header .mobile-menu-toggle .megamenu .megamenu-content{
  padding: 1.5rem;
}

@media not all and (min-width: 1024px){
  #header #header .mobile-menu-toggle .megamenu .megamenu-content{
    padding: 1rem;
  }
}

.market-product-grid-wrapper .relative#header #header .mobile-menu-toggle .megamenu .megamenu-inner {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle .megamenu .megamenu-inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#header #header .mobile-menu-toggle .category-menu-container{
  gap: 1.5rem;
}

@media (min-width: 768px){
  .market-product-grid-wrapper #header #header .mobile-menu-toggle .category-menu-container.relative {
    display: block;
    transform: none;
  }

  #header #header .mobile-menu-toggle .category-menu-container{
    display: flex;
  }
}

#header #header .mobile-menu-toggle .category-menu-container .mobile-menu-back{
  display: none;
}

@media not all and (min-width: 1024px){
  #header #header .mobile-menu-toggle .category-menu-container .mobile-menu-back{
    display: block;
  }
}

#header #header .mobile-menu-toggle .category-menu-left .main-categories{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px){
  #header #header .mobile-menu-toggle .category-menu-left .main-categories{
    width: 100%;
  }
}

@media (min-width: 768px){
  #header #header .mobile-menu-toggle .category-menu-left .main-categories{
    width: 200px;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.market-product-grid-wrapper .relative#header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category{
  display: block;
  display: flex;
  justify-content: space-between;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header #header .mobile-menu-toggle .category-menu-left .main-categories .item-main-category:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 251, 251, var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .category-menu-right{
  flex: 1 1 0%;
}

#header #header .mobile-menu-toggle .category-menu-right #category-details-container{
  margin-top: -0.75rem;
}

#header #header .mobile-menu-toggle .level4-category-direct h4{
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level4-category-direct h4 a:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level4-category{
  margin-bottom: 0.5rem;
}

#header #header .mobile-menu-toggle .level4-category .level4-category-header a{
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .level4-category .level4-category-header a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header #header .mobile-menu-toggle .level4-category .level4-category-header a.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header #header .mobile-menu-toggle .level4-category .level4-category-header a.leading-tight.text-black + svg{
  right: -2rem;
}

#header #header .mobile-menu-toggle .level4-category .level4-category-header a:hover{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level4-category > ul{
  margin-top: 0.5rem;
  margin-left: 0.75rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
}

#header #header .mobile-menu-toggle .level5-category .item-level-5{
  float: left;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  display: inline-block;
  height: 12px;
  width: 13px;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level5-category a{
  display: block;
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .level5-category a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header #header .mobile-menu-toggle .level5-category a.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header #header .mobile-menu-toggle .level5-category a.leading-tight.text-black + svg{
  right: -2rem;
}

#header #header .mobile-menu-toggle .level5-category a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level5-category > ul{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  border-left-width: 2px;
  padding-left: 0.5rem;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(104, 111, 122, var(--tw-text-opacity, 1));
}

.checkout-cart-index #cart-totals #header #header .mobile-menu-toggle .level5-category > ul{
  margin-top: 0px;
  margin-bottom: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#header #header .mobile-menu-toggle .level6-category a, #header #header .mobile-menu-toggle .level7-category a, #header #header .mobile-menu-toggle .level8-category a{
  display: block;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(104, 111, 122, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .level6-category a p:last-child,[data-content-type$='block']  #header #header .mobile-menu-toggle .level7-category a p:last-child,[data-content-type$='block']  #header #header .mobile-menu-toggle .level8-category a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header #header .mobile-menu-toggle .level6-category a:hover, #header #header .mobile-menu-toggle .level7-category a:hover, #header #header .mobile-menu-toggle .level8-category a:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level6-category a, #header #header .mobile-menu-toggle .level7-category a, #header #header .mobile-menu-toggle .level8-category a{
  display: block;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(104, 111, 122, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .level6-category a p:last-child,[data-content-type$='block']  #header #header .mobile-menu-toggle .level7-category a p:last-child,[data-content-type$='block']  #header #header .mobile-menu-toggle .level8-category a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header #header .mobile-menu-toggle .level6-category a:hover, #header #header .mobile-menu-toggle .level7-category a:hover, #header #header .mobile-menu-toggle .level8-category a:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level6-category a, #header #header .mobile-menu-toggle .level7-category a, #header #header .mobile-menu-toggle .level8-category a{
  display: block;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(104, 111, 122, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .level6-category a p:last-child,[data-content-type$='block']  #header #header .mobile-menu-toggle .level7-category a p:last-child,[data-content-type$='block']  #header #header .mobile-menu-toggle .level8-category a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header #header .mobile-menu-toggle .level6-category a:hover, #header #header .mobile-menu-toggle .level7-category a:hover, #header #header .mobile-menu-toggle .level8-category a:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .level6-category > ul, #header #header .mobile-menu-toggle .level7-category > ul, #header #header .mobile-menu-toggle .level8-category > ul{
  margin-top: 0.125rem;
  margin-left: 0.5rem;
}

#header #header .mobile-menu-toggle .level6-category > ul > :not([hidden]) ~ :not([hidden]), #header #header .mobile-menu-toggle .level7-category > ul > :not([hidden]) ~ :not([hidden]), #header #header .mobile-menu-toggle .level8-category > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

#header #header .mobile-menu-toggle .level6-category > ul, #header #header .mobile-menu-toggle .level7-category > ul, #header #header .mobile-menu-toggle .level8-category > ul{
  margin-top: 0.125rem;
  margin-left: 0.5rem;
}

#header #header .mobile-menu-toggle .level6-category > ul > :not([hidden]) ~ :not([hidden]), #header #header .mobile-menu-toggle .level7-category > ul > :not([hidden]) ~ :not([hidden]), #header #header .mobile-menu-toggle .level8-category > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

#header #header .mobile-menu-toggle .level6-category > ul, #header #header .mobile-menu-toggle .level7-category > ul, #header #header .mobile-menu-toggle .level8-category > ul{
  margin-top: 0.125rem;
  margin-left: 0.5rem;
}

#header #header .mobile-menu-toggle .level6-category > ul > :not([hidden]) ~ :not([hidden]), #header #header .mobile-menu-toggle .level7-category > ul > :not([hidden]) ~ :not([hidden]), #header #header .mobile-menu-toggle .level8-category > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

#header #header .mobile-menu-toggle .services-menu-container .service-category-item h4{
  margin-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .services-menu-container .service-category-item h4 a:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .services-menu-container .service-category-item .service-subitem a{
  display: block;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .services-menu-container .service-category-item .service-subitem a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header #header .mobile-menu-toggle .laboratoires-menu-container{
  height: 400px;
  overflow-y: scroll;
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .mobile-menu-back{
  display: none;
}

@media not all and (min-width: 1024px){
  #header #header .mobile-menu-toggle .laboratoires-menu-container .mobile-menu-back{
    display: block;
  }
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group{
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  #header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group{
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group h4{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group .laboratoire-item a{
  display: block;
  border-radius: 0.25rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type$='block'] #header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group .laboratoire-item a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .letter-group .laboratoire-item a:hover{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .laboratoires-total{
  margin-top: 1rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  padding-top: 1rem;
  text-align: center;
}

#header #header .mobile-menu-toggle .laboratoires-menu-container .laboratoires-total p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header #header .mobile-menu-toggle .laboratoires-menu-container .laboratoires-total p.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header #header .mobile-menu-toggle .laboratoires-menu-container .laboratoires-total p.leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper #header #header .mobile-menu-toggle .menu-banner.flex {
  display: block;
  transform: none;
}

#header #header .mobile-menu-toggle .menu-banner{
  position: relative;
  width: 270px;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media not all and (min-width: 768px){
  #header #header .mobile-menu-toggle .menu-banner{
    display: none;
  }
}

#header #header .mobile-menu-toggle .menu-banner img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#header #header .mobile-menu-toggle .menu-banner .banner-cta{
  position: absolute;
  bottom: 1rem;
  left: 0px;
  right: 0px;
  text-align: center;
}

@media not all and (min-width: 1024px){
  #header #header .mobile-menu-toggle .megamenu{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 100vh;
    --tw-translate-x: 0px;
    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));
    --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: 1024px){
  #header .mobile-menu-toggle{
    order: 2;
    display: none;
  }
}

/* Customer Menu */

.market-product-grid-wrapper #header .customer-menu-container.flex {
  display: block;
  transform: none;
}

#header .customer-menu-container{
  position: relative;
  display: inline-block;
}

.market-product-grid-wrapper .relative#header .customer-menu-container .customer-menu-button {
  display: block;
  transform: none;
}

#header .customer-menu-container .customer-menu-button{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding: 0.25rem;
  outline-offset: 2px;
}

#header .customer-menu-container .customer-menu-button:hover{
  background-color: rgba(44, 215, 204, 0.1);
}

#header .customer-menu-container .customer-menu-button .customer-greeting{
  display: none;
  text-align: right;
  font-size: 0.875rem;
  line-height: .75rem;
}

.checkout-cart-index #cart-totals #header .customer-menu-container .customer-menu-button .customer-greeting{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.checkout-cart-index #cart-totals #header .customer-menu-container .customer-menu-button .customer-greeting {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.checkout-cart-index #cart-totals #header .customer-menu-container .customer-menu-button .customer-greeting.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.checkout-cart-index #cart-totals #header .customer-menu-container .customer-menu-button .customer-greeting.leading-tight.text-black + svg{
  right: -2rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .customer-menu-container .customer-menu-button .customer-greeting.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#header .customer-menu-container .customer-menu-button .customer-greeting.leading-tight.text-black + svg{
  right: -2rem;
}

@media (min-width: 768px){
  #header .customer-menu-container .customer-menu-button .customer-greeting{
    display: block;
  }
}

#header .customer-menu-container .customer-menu-button .customer-greeting a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#header .customer-menu-container .customer-menu-button .customer-greeting a{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#header .customer-menu-container .customer-menu-button .customer-icon{
  height: 2rem;
  width: 2rem;
  fill: #052523;
}

#header .customer-menu-container .customer-menu-dropdown{
  position: absolute;
  right: 0px;
  z-index: 20;
  margin-top: 0.5rem;
  margin-right: -1rem;
  width: 10rem;
  transform-origin: top right;
  overflow: auto;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(226, 229, 234, var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  #header .customer-menu-container .customer-menu-dropdown{
    width: 12rem;
  }
}

@media (min-width: 1024px){
  #header .customer-menu-container .customer-menu-dropdown{
    margin-top: 0.75rem;
  }
}

.table-row-items > div.table-row-item{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.table-row-items > div.table-row-item:nth-child(2n + 1){
  --tw-bg-opacity: 1;
  background-color: rgba(226, 229, 234, var(--tw-bg-opacity, 1));
}

/* .category-view .sidebar .block.filter {} */

.market-product-grid-wrapper .relative.account-nav li a,.market-product-grid-wrapper .relative
    .account-nav li strong {
  display: block;
  transform: none;
}

.account-nav li a,
    .account-nav li strong{
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2.account-nav li a,[data-content-type='row'] h2
    .account-nav li strong{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.account-nav li a:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav li a:hover{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav li a:hover + svg{
  right: -2rem;
}

.account-nav li strong{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav li strong{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav li strong + svg{
  right: -2rem;
}

.market-product-grid-wrapper .relative.actions-toolbar {
  display: block;
  transform: none;
}

.actions-toolbar{
  margin-top: 2rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
}

.actions-toolbar a.back{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

[data-content-type='row'] h2.actions-toolbar a.back{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

body > div > div.grecaptcha-badge{
  display: none;
  height: 0px !important;
  width: 0px !important;
}

.order-items > div:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.order-links{
  display: block;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 247, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .order-links p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.order-links li{
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.order-links li.current{
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.order-links li a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.order-date{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.order-date.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.order-date.leading-tight.text-black + svg{
  right: -2rem;
}

*, ::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: rgba(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: rgba(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: #e5e7eb;
  /* 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 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: Lato, Helvetica Neue, Arial, sans-serif;
  /* 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]) {
  text-decoration: underline;
  -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::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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

.form-input::placeholder,.form-textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit{
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio{
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox{
  border-radius: 0px;
}

.form-radio{
  border-radius: 100%;
}

.form-checkbox:focus,.form-radio:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.form-checkbox:checked,.form-radio:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-checkbox:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  .form-checkbox:checked{
    -webkit-appearance: auto;
            appearance: auto;
  }
}

.form-radio:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  .form-radio:checked{
    -webkit-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

.form-checkbox:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  .form-checkbox:indeterminate{
    -webkit-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: left;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgba(17, 24, 39, 0.1);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgba(255, 255, 255, 0.1);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.market-product-grid-wrapper .relative.swatch-attribute-options {
  display: block;
  transform: none;
}

.swatch-attribute-options{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.market-product-grid-wrapper .relative.swatch-option {
  display: block;
  transform: none;
}

.swatch-option{
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  min-width: 40px;
}

.btn {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper .btn.flex {
  display: block;
  transform: none;
}

.btn{
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.btn {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.btn.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.btn.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.btn {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#2cd7cc 0%, #28b1a8 100%);
  cursor: pointer;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 0px;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.15);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

[data-content-type$='block'] .btn p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.btn:before {
  z-index: -1;
}

.btn:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 3px;
}

.btn:hover:before{
  width: 100%;
}

.btn.no-arrow:after{
  display: none;
}

.btn.bg-simple {
  background: #28b1a8;
}

.bg-simple {
  background: #28b1a8;
}

.btn-primary {
  --btn-bg: #2cd7cc;
  --btn-color: #fff;
  --btn-hover-bg: #e4f3f3;
  --btn-active-bg: #28b1a8;
}

.btn-primary-border {
  --btn-stroke: #28b1a8;
  --btn-color: #28b1a8;
  --btn-hover-stroke: #28b1a8;
  background: transparent;
  border-width: 1px;
}

.btn-primary-border:before{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 255, 253, var(--tw-bg-opacity, 1));
}

.btn-secondary {
  --btn-stroke: #2563eb;
  --btn-color: #ffffff;
  --btn-hover-stroke: #28b1a8;
  background: linear-gradient(118deg, #fa6230 36%, #fd3e24 69%);
}

.btn-secondary-border{
  border-width: 1px;
}

.btn-secondary-border:before{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 239, var(--tw-bg-opacity, 1));
}

.btn-size-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .btn-size-lg{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.btn-no-arrow:after{
  display: none !important;
}

.btn-round{
  width: auto;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.btn-round.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.btn-round.leading-tight.text-black + svg{
  right: -2rem;
}

@media (min-width: 1024px){
  .btn-round:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
  }
}

.btn-link-arrow{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

[data-content-type='row'] h2.btn-link-arrow{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.btn-link-arrow:after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-link-arrow:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.btn-link-arrow:hover{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.btn-link-arrow:hover + svg{
  right: -2rem;
}

.btn-link-arrow:hover:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2300000;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

.btn-white {
  background: transparent;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.btn-white.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.btn-white.leading-tight.text-black + svg{
  right: -2rem;
}

.actions-toolbar .primary button {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper .actions-toolbar .primary button.flex {
  display: block;
  transform: none;
}

.actions-toolbar .primary button{
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.actions-toolbar .primary button {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.actions-toolbar .primary button.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.actions-toolbar .primary button.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.actions-toolbar .primary button {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#2cd7cc 0%, #28b1a8 100%);
  cursor: pointer;
}

.actions-toolbar .primary button:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 0px;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.15);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

[data-content-type$='block'] .actions-toolbar .primary button p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.actions-toolbar .primary button:before {
  z-index: -1;
}

.actions-toolbar .primary button:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 3px;
}

.actions-toolbar .primary button:hover:before{
  width: 100%;
}

.actions-toolbar .primary button.no-arrow:after{
  display: none;
}

.actions-toolbar .primary button.bg-simple {
  background: #28b1a8;
}

.actions-toolbar .primary button {
  --btn-bg: #2cd7cc;
  --btn-color: #fff;
  --btn-hover-bg: #e4f3f3;
  --btn-active-bg: #28b1a8;
}

.section-news-pharmazon .actions-toolbar .primary button{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon .actions-toolbar .primary button:after{
  background-position: right 5px;
}

/* ============================================
       ANIMATIONS
       ============================================ */

@keyframes slideInRight {
  from{
    --tw-translate-x: 100%;
    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));
    opacity: 0;
  }

  to{
    --tw-translate-x: 0px;
    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));
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from{
    --tw-translate-x: 0px;
    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));
    opacity: 1;
  }

  to{
    --tw-translate-x: 100%;
    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));
    opacity: 0;
  }
}

@keyframes fadeIn {
  from{
    --tw-translate-y: -0.25rem;
    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));
    opacity: 0;
  }

  to{
    --tw-translate-y: 0px;
    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));
    opacity: 1;
  }
}

@keyframes modalSlideIn {
  from{
    --tw-translate-y: -2rem;
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
    opacity: 0;
  }

  to{
    --tw-translate-y: 0px;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
    opacity: 1;
  }
}

@keyframes spin {
  from{
    --tw-rotate: 0deg;
    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));
  }

  to{
    --tw-rotate: 360;
    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));
  }
}

/* ============================================
       CART MESSAGES
       ============================================ */

/* ============================================
       PRODUCT GRID
       ============================================ */

.market-product-grid-wrapper .relative.flex,
        .market-product-grid-wrapper .js_slides,
        .market-product-grid-wrapper [class*="glide"] {
  display: block !important;
  transform: none !important;
}

.market-product-item.lazy-product.hide{
  display: none;
}

/* ============================================
       MINI MARKET NOTICE
       ============================================ */

.mini-market-notice{
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 227, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(254, 253, 251, var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.market-product-grid-wrapper .relative.mini-market-notice .minimarket-header {
  display: block;
  transform: none;
}

.mini-market-notice .minimarket-header{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgba(254, 242, 227, var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
}

.market-product-grid-wrapper .relative.mini-market-notice .minimarket-header .icon {
  display: block;
  transform: none;
}

.mini-market-notice .minimarket-header .icon{
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 142, 40, var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .minimarket-header .icon.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .minimarket-header .icon.leading-tight.text-black + svg{
  right: -2rem;
}

.mini-market-notice .minimarket-header .text{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(239, 142, 40, var(--tw-text-opacity, 1));
}

.mini-market-notice .minimarket-description{
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .minimarket-description.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .minimarket-description.leading-tight.text-black + svg{
  right: -2rem;
}

.mini-market-notice .market-card{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 227, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.market-product-grid-wrapper .relative.mini-market-notice .market-card-in {
  display: block;
  transform: none;
}

.mini-market-notice .market-card-in{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-market-notice .market-card-in h4{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.mini-market-notice .market-card-in h4 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.market-product-grid-wrapper .relative.mini-market-notice .market-card-in .btn-info {
  display: block;
  transform: none;
}

.mini-market-notice .market-card-in .btn-info{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .market-card-in .btn-info.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .market-card-in .btn-info.leading-tight.text-black + svg{
  right: -2rem;
}

.mini-market-notice .market-card-in .btn-info:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.market-product-grid-wrapper .relative.mini-market-notice .market-card-in .status {
  display: block;
  transform: none;
}

.mini-market-notice .market-card-in .status{
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(233, 247, 247, var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2.mini-market-notice .market-card-in .status{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.checkout-cart-index #discount-form-toggle .mini-market-notice .market-card-in .status{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .market-card-in .status.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-notice .market-card-in .status.leading-tight.text-black + svg{
  right: -2rem;
}

.mini-market-notice .market-card-in .status .icon{
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.mini-market-notice .market-card-in .status .text{
  padding-bottom: 1px;
}

.market-product-grid-wrapper .relative.mini-market-notice .market-card-in-container {
  display: block;
  transform: none;
}

.mini-market-notice .market-card-in-container{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mini-market-notice .market-card .promo-text{
  margin-bottom: 1rem;
}

.mini-market-notice button{
  cursor: pointer;
  border-style: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.mini-market-notice button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.mini-market-notice button .icon{
  height: 1rem;
  width: 1rem;
}

.mini-market-notice svg{
  flex-shrink: 0;
}

/* ============================================
       CART MINI-MARKET WRAPPER
       ============================================ */

.mini-market-cart-wrapper{
  margin-bottom: 1.5rem;
}

.mini-market-cart-wrapper h3{
  margin: 0px;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.mini-market-cart-wrapper h3 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.mini-market-cart-wrapper .market-icon{
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(254, 150, 30, var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.mini-market-cart-wrapper .market-name{
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-cart-wrapper .market-name.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-cart-wrapper .market-name.leading-tight.text-black + svg{
  right: -2rem;
}

.mini-market-cart-wrapper .market-description{
  margin: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.mini-market-cart-wrapper .contribution-icon{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  display: inline-flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 25%;
  --tw-bg-opacity: 1;
  background-color: rgba(254, 150, 30, var(--tw-bg-opacity, 1));
  vertical-align: middle;
  font-size: 0.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .mini-market-cart-wrapper .progress-bar-cart.flex {
  display: block;
  transform: none;
}

.mini-market-cart-wrapper .progress-bar-cart{
  position: relative;
  height: 1.25rem;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity, 1));
}

.market-product-grid-wrapper .mini-market-cart-wrapper .progress-fill-cart.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.mini-market-cart-wrapper .progress-fill-cart {
  display: block;
  transform: none;
}

.mini-market-cart-wrapper .progress-fill-cart{
  position: relative;
  display: flex;
  height: 100%;
  min-width: 2.5rem;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0.25rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fe961e var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(254, 150, 30, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ff8400 var(--tw-gradient-to-position);
  padding-right: 0.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mini-market-cart-wrapper .progress-fill-cart[style*="width: 0%"],
            .mini-market-cart-wrapper .progress-fill-cart[style*="width: 1%"],
            .mini-market-cart-wrapper .progress-fill-cart[style*="width: 2%"],
            .mini-market-cart-wrapper .progress-fill-cart[style*="width: 3%"],
            .mini-market-cart-wrapper .progress-fill-cart[style*="width: 4%"],
            .mini-market-cart-wrapper .progress-fill-cart[style*="width: 5%"]{
  justify-content: center;
}

.mini-market-cart-wrapper .progress-percentage-inside{
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .mini-market-cart-wrapper .progress-bar-cart{
    height: 1.5rem;
  }
}

/* ============================================
       MINI-MARKET ICON IN PRODUCT LIST
       ============================================ */

.market-product-grid-wrapper .mini-market-icon-wrapper.flex {
  display: block;
  transform: none;
}

.mini-market-icon-wrapper{
  position: relative;
  margin-top: 0.25rem;
  display: inline-block;
}

.mini-market-icon-btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mini-market-icon-btn:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.mini-market-icon-btn:focus{
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #fe961e;
}

.mini-market-icon-badge{
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(254, 150, 30, var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-icon-badge.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mini-market-icon-badge.leading-tight.text-black + svg{
  right: -2rem;
}

/* ============================================
       TOOLTIP STYLES
       ============================================ */

.mini-market-tooltip{
  position: fixed;
  z-index: 9999;
  width: 280px;
  max-width: 90vw;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  animation: fadeIn 0.2s ease;
}

.mini-market-tooltip-inner{
  padding: 0.875rem;
}

.market-product-grid-wrapper .relative.mini-market-tooltip-header {
  display: block;
  transform: none;
}

.mini-market-tooltip-header{
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-market-tooltip-title{
  margin: 0px;
  font-size: 0.8125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.mini-market-tooltip-status-inline {
  display: block;
  transform: none;
}

.mini-market-tooltip-status-inline{
  display: flex;
  align-items: center;
}

.market-product-grid-wrapper .relative.mini-market-tooltip-content {
  display: block;
  transform: none;
}

.mini-market-tooltip-content{
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.mini-market-tooltip-promo{
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.mini-market-tooltip-promo.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.mini-market-tooltip-promo.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper .relative.mini-market-tooltip-target {
  display: block;
  transform: none;
}

.mini-market-tooltip-target{
  margin-top: 0.125rem;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

.mini-market-tooltip-target .target-current{
  font-size: 0.9375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(254, 150, 30, var(--tw-text-opacity, 1));
}

.mini-market-tooltip-target .target-separator{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.mini-market-tooltip-target .target-required{
  font-size: 0.9375rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.mini-market-tooltip-progress{
  margin-top: 0.5rem;
}

.market-product-grid-wrapper .mini-market-tooltip-progress-bar.flex {
  display: block;
  transform: none;
}

.mini-market-tooltip-progress-bar{
  position: relative;
  height: 1.125rem;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity, 1));
}

.market-product-grid-wrapper .relative.mini-market-tooltip-progress-fill {
  display: block;
  transform: none;
}

.mini-market-tooltip-progress-fill{
  display: flex;
  height: 100%;
  min-width: 2.5rem;
  align-items: center;
  justify-content: flex-end;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fe961e var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(254, 150, 30, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ff8400 var(--tw-gradient-to-position);
  padding-right: 0.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mini-market-tooltip-progress-fill.complete-100{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.mini-market-tooltip-progress-fill .progress-percent-inside{
  white-space: nowrap;
  font-size: 0.6875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.mini-market-tooltip-progress-fill[style*="width: 0%"] .progress-percent-inside,
        .mini-market-tooltip-progress-fill[style*="width: 1%"] .progress-percent-inside,
        .mini-market-tooltip-progress-fill[style*="width: 2%"] .progress-percent-inside,
        .mini-market-tooltip-progress-fill[style*="width: 3%"] .progress-percent-inside,
        .mini-market-tooltip-progress-fill[style*="width: 4%"] .progress-percent-inside,
        .mini-market-tooltip-progress-fill[style*="width: 5%"] .progress-percent-inside,
        .mini-market-tooltip-progress-fill[style*="width: 6%"] .progress-percent-inside,
        .mini-market-tooltip-progress-fill[style*="width: 7%"] .progress-percent-inside,
        .mini-market-tooltip-progress-fill[style*="width: 8%"] .progress-percent-inside{
  justify-content: center;
  padding-right: 0px;
}

.mini-market-status-badge{
  display: inline-block;
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: none;
  line-height: 1.25;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.mini-market-status-badge.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.mini-market-status-badge.text-black + svg{
  right: -2rem;
}

.mini-market-status-badge.completed{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity, 1));
}

.mini-market-status-badge.active{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity, 1));
}

.mini-market-status-badge.pending{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {
  .mini-market-tooltip{
    width: 90vw;
    max-width: 320px;
  }

  .mini-market-tooltip::before{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -10;
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
    --tw-content: '';
    content: var(--tw-content);
  }

  .mini-market-tooltip[style*="display: block"]::before{
    display: block;
  }

  [data-content-type$='block'] .mini-market-tooltip[style*="display: block"] p:last-child::before{
    margin-bottom: 1rem;
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .mini-market-tooltip::after{
    position: absolute;
    z-index: -10;
    height: 0.5rem;
    width: 0.5rem;
    --tw-rotate: 45deg;
    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));
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: var(--tw-content);
  }

  .mini-market-tooltip[data-position="right"]::after{
    left: -0.25rem;
    top: 1.25rem;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }

  .mini-market-tooltip[data-position="left"]::after{
    right: -0.25rem;
    top: 1.25rem;
    border-left-width: 0px;
    border-top-width: 0px;
  }

  .mini-market-tooltip[data-position="bottom"]::after{
    top: -0.25rem;
    left: 50%;
    --tw-translate-x: -50%;
    --tw-rotate: 45deg;
    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));
    border-bottom-width: 0px;
    border-right-width: 0px;
  }
}

/* ============================================
       CUSTOMER ACCOUNT PAGE STYLES
       ============================================ */

.customer-market-page{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.customer-market-page .page-title-wrapper .market-icon-title{
  margin-right: 0.625rem;
  display: inline-flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.market-content {
  display: block;
  transform: none;
}

.market-content{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.market-products-grid.market-top-row {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.market-top-row {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.market-top-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

.market-top-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
  gap: 30px;
}

@media (max-width: 1024px) {
  .market-top-row{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.market-info-section,
    .market-statistics-section{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity, 1));
  padding: 30px;
}

@media (max-width: 768px) {
  .market-info-section,
    .market-statistics-section{
    padding: 1.25rem;
  }
}

.market-info-block,
    .market-statistics-block{
  max-width: 100%;
}

.market-info-block .section-title, .market-statistics-block .section-title{
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.info-content{
  font-size: 15px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.info-main{
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.info-main {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.info-highlight{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.info-description{
  margin-bottom: 1.25rem;
}

.read-more-link{
  display: inline-block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.read-more-link:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 132, 0, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.market-statistics-block .market-graph {
  display: block;
  transform: none;
}

.market-statistics-block .market-graph{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.market-statistics-block .market-graph-image{
  height: auto;
  width: 100%;
  max-width: 400px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .market-statistics-block .market-graph-image{
    max-width: 100%;
  }
}

.market-products-grid.statistics-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.statistics-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.statistics-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

.statistics-grid{
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 15px;
  gap: 15px;
}

@media (max-width: 768px) {
  .statistics-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.stat-main{
  grid-column: span 1 / span 1;
}

.stat-value{
  margin-bottom: 0.625rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .stat-value{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.stat-label{
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.stat-label.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.stat-label.leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper .relative.stat-comparison {
  display: block;
  transform: none;
}

.stat-comparison{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.stat-comparison.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.stat-comparison.leading-tight.text-black + svg{
  right: -2rem;
}

.stat-comparison.positive{
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.stat-comparison.negative{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.top-markets{
  margin-top: 1.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
}

.market-product-grid-wrapper .relative.subsection-title {
  display: block;
  transform: none;
}

.subsection-title{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.subsection-title.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.subsection-title.leading-tight.text-black + svg{
  right: -2rem;
}

.view-all-small{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.checkout-cart-index #discount-form-toggle .view-all-small{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.view-all-small.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.view-all-small.leading-tight.text-black + svg{
  right: -2rem;
}

.view-all-small:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.market-item{
  margin-bottom: 15px;
  border-radius: 0px;
  border-style: none;
  background-color: transparent;
  padding: 0px;
}

.market-product-grid-wrapper .relative.market-info {
  display: block;
  transform: none;
}

.market-info{
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

.market-labo{
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-labo.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-labo.leading-tight.text-black + svg{
  right: -2rem;
}

.market-separator{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.market-discount{
  white-space: nowrap;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-discount.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-discount.leading-tight.text-black + svg{
  right: -2rem;
}

.market-description{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-description.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-description.leading-tight.text-black + svg{
  right: -2rem;
}

.market-progress{
  width: 100%;
}

.market-product-grid-wrapper .progress-bar.flex {
  display: block;
  transform: none;
}

.progress-bar{
  position: relative;
  height: 1.25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.market-product-grid-wrapper .relative.progress-fill {
  display: block;
  transform: none;
}

.progress-fill{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.progress-text{
  font-size: 11px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

/* ============================================
       MARKET GRID SECTION
       ============================================ */

.market-grid-section{
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 30px;
}

@media (max-width: 768px) {
  .market-grid-section{
    padding: 1.25rem;
  }
}

.market-product-grid-wrapper .relative.market-grid-section h2 {
  display: block;
  transform: none;
}

.market-grid-section h2{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.market-product-grid-wrapper .relative.grid-header {
  display: block;
  transform: none;
}

.grid-header{
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
}

@media (max-width: 768px) {
  .grid-header{
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.grid-header h2{
  margin: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.market-product-grid-wrapper .relative.market-filters {
  display: block;
  transform: none;
}

.market-filters{
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 768px) {
  .market-filters{
    flex-wrap: wrap;
  }
}

.filter-reset{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.checkout-cart-index #discount-form-toggle .filter-reset{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.filter-reset.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.filter-reset.leading-tight.text-black + svg{
  right: -2rem;
}

.filter-reset:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.filter-status select,
    .filter-lab select{
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2.25rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.filter-status select.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10
    .filter-lab select.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.filter-status select.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10
    .filter-lab select.leading-tight.text-black + svg{
  right: -2rem;
}

.filter-status select,
    .filter-lab select {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.filter-status select:focus, .filter-lab select:focus{
  --tw-border-opacity: 1;
  border-color: rgba(243, 72, 50, var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .filter-status select,
    .filter-lab select{
    min-width: 150px;
    flex: 1 1 0%;
  }
}

.market-product-grid-wrapper .relative.markets-grid-list {
  display: block;
  transform: none;
}

.markets-grid-list{
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.market-grid-item{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.market-grid-item:hover{
  --tw-border-opacity: 1;
  border-color: rgba(243, 72, 50, var(--tw-border-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.market-product-grid-wrapper .relative.market-row {
  display: block;
  transform: none;
}

.market-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (max-width: 768px) {
  .market-row{
    gap: 0.625rem;
  }
}

@media (max-width: 1024px) {
  .market-row{
    flex-wrap: wrap;
  }
}

.market-product-grid-wrapper .relative.market-main-info {
  display: block;
  transform: none;
}

.market-main-info{
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 1024px) {
  .market-main-info{
    flex-basis: 100%;
  }
}

.market-product-grid-wrapper .relative.market-progress-inline {
  display: block;
  transform: none;
}

.market-progress-inline{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 15px;
}

@media (max-width: 1024px) {
  .market-progress-inline{
    flex-basis: 100%;
    justify-content: flex-start;
  }
}

.progress-amount-info,
    .progress-quantity-info{
  white-space: nowrap;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .progress-bar-inline.flex {
  display: block;
  transform: none;
}

.progress-bar-inline{
  position: relative;
  height: 1.5rem;
  width: 150px;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

@media (max-width: 768px) {
  .progress-bar-inline{
    width: 100px;
  }
}

.market-product-grid-wrapper .relative.progress-bar-inline .progress-fill {
  display: block;
  transform: none;
}

.progress-bar-inline .progress-fill{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.progress-bar-inline .progress-text{
  position: absolute;
  left: 50%;
  --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));
  font-size: 11px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.market-actions-inline {
  display: block;
  transform: none;
}

.market-actions-inline{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.625rem;
}

.market-product-grid-wrapper .btn-info.flex {
  display: block;
  transform: none;
}

.btn-info{
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.btn-info.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.btn-info.leading-tight.text-black + svg{
  right: -2rem;
}

.btn-info:hover{
  --tw-border-opacity: 1;
  border-color: rgba(243, 72, 50, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.btn-info:hover .market-tooltip{
  display: block;
}

[data-content-type$='block'] .btn-info:hover .market-tooltip p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.market-status-badge{
  white-space: nowrap;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.checkout-cart-index #discount-form-toggle .market-status-badge{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

/* ============================================
       AVAILABLE MARKETS SECTION
       ============================================ */

.market-available-section{
  margin-bottom: 2.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 0px;
}

@media (max-width: 768px) {
  .market-available-section{
    padding: 1.25rem;
  }
}

.market-product-grid-wrapper .relative.market-available-section h2 {
  display: block;
  transform: none;
}

.market-available-section h2{
  margin: 0px;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.section-one-review .market-available-section h2{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review .market-available-section h2{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review .market-available-section h2 p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review .market-available-section h2 p{
    line-height: 3rem;
  }
}

.market-product-grid-wrapper .relative.market-available-section .grid-header {
  display: block;
  transform: none;
}

.market-available-section .grid-header{
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
}

.market-available-section .filter-reset{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.checkout-cart-index #discount-form-toggle .market-available-section .filter-reset{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-available-section .filter-reset.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-available-section .filter-reset.leading-tight.text-black + svg{
  right: -2rem;
}

.market-available-section .filter-reset:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.market-product-grid-wrapper .market-available-section .filter-search.flex {
  display: block;
  transform: none;
}

.market-available-section .filter-search{
  position: relative;
  margin-right: 0.25rem;
}

.market-available-section .market-search-input{
  min-width: 250px;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2.25rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-available-section .market-search-input.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-available-section .market-search-input.leading-tight.text-black + svg{
  right: -2rem;
}

.market-available-section .market-search-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.market-available-section .market-search-input:focus{
  --tw-border-opacity: 1;
  border-color: rgba(243, 72, 50, var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.market-available-section .market-search-input::placeholder{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.market-available-section .market-col {
  display: block;
  transform: none;
}

.market-available-section .market-col{
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.market-available-section .market-labo-col{
  width: 130px;
  flex-shrink: 0;
}

.market-available-section .market-discount-col{
  min-width: 230px;
  flex: 1 1 0%;
  gap: 0.375rem;
}

.market-available-section .market-name-col{
  width: 200px;
  flex-shrink: 0;
}

.market-available-section .market-subscribers-inline{
  width: 60px;
  flex-shrink: 0;
  justify-content: center;
  gap: 0.375rem;
}

.market-available-section .market-info-col{
  width: 90px;
  flex-shrink: 0;
}

.market-available-section .market-action-col{
  width: 120px;
  flex-shrink: 0;
}

.market-available-section .market-separator{
  flex-shrink: 0;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.market-available-section .market-name{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-available-section .market-name.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.market-available-section .market-name.leading-tight.text-black + svg{
  right: -2rem;
}

.market-available-content{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.info-link.btn-info svg,
    .market-action-col svg{
  display: inline;
  vertical-align: text-top;
}

.market-product-grid-wrapper .market-desc-tooltip-wrapper.flex {
  display: block;
  transform: none;
}

.market-desc-tooltip-wrapper{
  position: relative;
  margin-left: 0.25rem;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}

.market-desc-tooltip-wrapper:hover .info-icon {
  stroke: #f34832;
}

.market-desc-tooltip-wrapper:hover .market-desc-tooltip{
  display: block;
}

[data-content-type$='block'] .market-desc-tooltip-wrapper:hover .market-desc-tooltip p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.info-icon{
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.market-desc-tooltip{
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1000;
  margin-bottom: 0.5rem;
  display: none;
  max-width: 300px;
  --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));
  white-space: normal;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.checkout-cart-index #cart-totals .market-desc-tooltip{
  font-size: 17px;
  font-weight: 600;
}

.checkout-cart-index #cart-totals .market-desc-tooltip.text-promo{
  font-size: 15px;
  font-weight: 400;
}

.market-desc-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  --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));
  border-width: 5px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgba(31, 41, 55, var(--tw-border-opacity, 1));
}

/* ============================================
       MARKET DETAILS MODAL
       ============================================ */

#market-details-modal{
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  border-radius: 0.5rem;
}

.market-product-grid-wrapper #market-details-modal .market-modal-content.flex {
  display: block;
  transform: none;
}

#market-details-modal .market-modal-content{
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#market-details-modal .modal-close{
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  z-index: 10070;
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.section-one-review #market-details-modal .modal-close{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review #market-details-modal .modal-close{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review #market-details-modal .modal-close p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review #market-details-modal .modal-close p{
    line-height: 3rem;
  }
}

#market-details-modal .modal-close:hover{
  background-color: rgba(255, 255, 255, 0.25);
}

#market-details-modal .modal-close .close-text{
  display: none;
}

#market-details-modal .modal-close .close-icon{
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
}

.section-one-review #market-details-modal .modal-close .close-icon{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review #market-details-modal .modal-close .close-icon{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review #market-details-modal .modal-close .close-icon p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review #market-details-modal .modal-close .close-icon p{
    line-height: 3rem;
  }
}

.market-product-grid-wrapper #market-details-modal .modal-header.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative#market-details-modal .modal-header {
  display: block;
  transform: none;
}

#market-details-modal .modal-header{
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #f34832 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(243, 72, 50, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ff8400 var(--tw-gradient-to-position);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative#market-details-modal .market-header-left {
  display: block;
  transform: none;
}

#market-details-modal .market-header-left{
  display: flex;
  min-width: 0px;
  max-width: 50%;
  flex: 1 1 0%;
  align-items: center;
  gap: 0.625rem;
}

.market-product-grid-wrapper .relative#market-details-modal .market-header-right {
  display: block;
  transform: none;
}

#market-details-modal .market-header-right{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 0.625rem;
}

#market-details-modal .header-subscribe.subscribed{
  cursor: default;
  background-color: rgba(255, 255, 255, 0.2);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

#market-details-modal .header-subscribe.subscribed .mini-market-icon-badge-small{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

#market-details-modal .modal-body{
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

#market-details-modal .market-actions .action.subscribe-market,
            #market-details-modal .market-actions .action.unsubscribe-market{
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#market-details-modal .market-actions .action.subscribe-market.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10
            #market-details-modal .market-actions .action.unsubscribe-market.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10#market-details-modal .market-actions .action.subscribe-market.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10
            #market-details-modal .market-actions .action.unsubscribe-market.leading-tight.text-black + svg{
  right: -2rem;
}

#market-details-modal .market-actions .action.subscribe-market:hover, #market-details-modal .market-actions .action.unsubscribe-market:hover{
  --tw-translate-y: -1px;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 132, 0, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* ============================================
       PRODUCT MODAL
       ============================================ */

.market-product-grid-wrapper .market-product-modal .modal-content.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.market-product-modal .modal-content {
  display: block;
  transform: none;
}

.market-product-modal .modal-content{
  position: relative;
  margin-top: 5vh;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-height: 85vh;
  width: 90%;
  max-width: 850px;
  flex-direction: column;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  animation: modalSlideIn 0.3s ease-out;
}

@media (max-width: 768px) {
  .market-product-modal .modal-content{
    max-height: 90vh;
    width: 95%;
  }
}

.market-product-grid-wrapper .relative.market-product-modal .modal-header {
  display: block;
  transform: none;
}

.market-product-modal .modal-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .market-product-modal .modal-header{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.market-product-modal .modal-title{
  margin: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .market-product-modal .modal-title{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.market-product-grid-wrapper .relative.market-product-modal .modal-close {
  display: block;
  transform: none;
}

.market-product-modal .modal-close{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-style: none;
  background-color: transparent;
  padding: 0.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.market-product-modal .modal-close:hover{
  --tw-rotate: 90deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .market-product-modal .modal-close{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.market-product-grid-wrapper .market-product-modal .modal-body.flex {
  display: block;
  transform: none;
}

.market-product-modal .modal-body{
  position: relative;
  flex: 1 1 0%;
  overflow: hidden;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .market-product-modal .modal-body{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.market-product-modal .error-message{
  margin: 0px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.market-product-modal .product-item {
  display: block;
  transform: none;
}

.market-product-modal .product-item{
  margin-bottom: 1rem;
  display: flex;
  height: 100%;
  width: 100%;
  gap: 1.25rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.market-product-modal .product-item:hover{
  --tw-translate-y: -0.125rem;
  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));
  --tw-border-opacity: 1;
  border-color: rgba(243, 72, 50, var(--tw-border-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.market-product-modal .product-item:hover .product-item-photo img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.market-product-modal .product-item:last-child{
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .market-product-modal .product-item{
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
}

.market-product-grid-wrapper .relative.market-product-modal .product-item-photo {
  display: block;
  transform: none;
}

.market-product-modal .product-item-photo{
  display: flex;
  height: 120px;
  width: 120px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.market-product-modal .product-item-photo a{
  display: block;
  height: 100%;
  width: 100%;
}

[data-content-type$='block'] .market-product-modal .product-item-photo a p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.market-product-modal .product-item-photo img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 768px) {
  .market-product-modal .product-item-photo{
    height: 10rem;
    width: 100%;
  }
}

.market-product-grid-wrapper .relative.market-product-modal .product-item-details {
  display: block;
  transform: none;
}

.market-product-modal .product-item-details{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.75rem;
}

@media (max-width: 640px) {
  .market-product-modal .product-item-details{
    padding: 0.625rem;
  }
}

.market-product-modal .product-name{
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.market-product-modal .product-name a{
  color: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.market-product-modal .product-name a:hover{
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.market-product-modal .product-price{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.section-one-review .market-product-modal .product-price{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review .market-product-modal .product-price{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review .market-product-modal .product-price p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review .market-product-modal .product-price p{
    line-height: 3rem;
  }
}

.market-product-grid-wrapper .relative.market-product-modal .product-item-info {
  display: block;
  transform: none;
}

.market-product-modal .product-item-info{
  display: flex;
  height: 100%;
  flex-direction: column;
}

.market-product-grid-wrapper .relative.market-product-modal .product-badges {
  display: block;
  transform: none;
}

.market-product-modal .product-badges{
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.market-product-modal .product-badges.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.market-product-modal .product-badges.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-modal .badge{
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.market-product-modal .price-box{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.checkout-cart-index #cart-totals .market-product-modal .price-box{
  margin-top: 0px;
  margin-bottom: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.market-product-modal .old-price{
  margin-right: 0.375rem;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.market-product-modal .special-price{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.market-product-modal .special-price {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.market-product-modal .tocart{
  margin-top: auto;
  width: 100%;
  cursor: pointer;
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.market-product-modal .tocart:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 132, 0, var(--tw-bg-opacity, 1));
}

.market-product-grid-wrapper .relative.product-section-header .section-title {
  display: block;
  transform: none;
}

.product-section-header .section-title{
  margin: 0px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.product-section-header .section-title svg{
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .product-section-header .section-title{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .ambrands-brandlist-widget .brand-tooltip .subtitle.product-section-header .section-title {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
}

.product-list-error .error-message{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.checkout-cart-index #discount-form-toggle .product-list-error .error-message{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-list-error .error-message {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.market-products-grid.grid {
  grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 768px) {
  .market-products-grid.grid {
    grid-template-columns: repeat(2, 1fr) !important
  }
}

@media (max-width: 640px) {
  .market-products-grid.grid {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 12px !important
  }
}

.market-product-item.lazy-product.hide {
  display: none !important;
}

.no-markets-message{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.grid-placeholder{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.filter-tab.active{
  --tw-border-opacity: 1;
  border-color: rgba(243, 72, 50, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (max-width: 640px) {
  .market-product-modal .product-modal-grid{
    padding: 0.75rem;
  }

  .market-product-modal .product-modal-grid ul {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem;
  }

  .market-product-modal .product-item-details{
    padding: 0.625rem;
  }
}

@media (max-width: 480px) {
  .market-product-modal .modal-header{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .market-product-modal .modal-title{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .ambrands-brandlist-widget .brand-tooltip .subtitle.market-product-modal .modal-title {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

  .market-product-modal .modal-body{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .market-product-modal .product-item-photo{
    height: 140px;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.\!static{
  position: static !important;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-x-4{
  left: 1rem;
  right: 1rem;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.\!-top-3{
  top: -0.75rem !important;
}

.\!left-0{
  left: 0px !important;
}

.\!left-4{
  left: 1rem !important;
}

.\!left-7{
  left: 1.75rem !important;
}

.\!right-0{
  right: 0px !important;
}

.\!right-4{
  right: 1rem !important;
}

.\!right-7{
  right: 1.75rem !important;
}

.-bottom-14{
  bottom: -3.5rem;
}

.-left-20{
  left: -5rem;
}

.-right-1{
  right: -0.25rem;
}

.-right-1\.5{
  right: -0.375rem;
}

.-right-20{
  right: -5rem;
}

.-top-1\.5{
  top: -0.375rem;
}

.-top-3{
  top: -0.75rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-16{
  bottom: 4rem;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-2\/4{
  bottom: 50%;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-px{
  bottom: 1px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-1\/3{
  left: 33.333333%;
}

.left-10{
  left: 2.5rem;
}

.left-2{
  left: 0.5rem;
}

.left-2\/4{
  left: 50%;
}

.left-3{
  left: 0.75rem;
}

.left-5{
  left: 1.25rem;
}

.left-full{
  left: 100%;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-6{
  right: 1.5rem;
}

.right-8{
  right: 2rem;
}

.right-full{
  right: 100%;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-2{
  top: 0.5rem;
}

.top-4{
  top: 1rem;
}

.top-6{
  top: 1.5rem;
}

.top-8{
  top: 2rem;
}

.top-full{
  top: 100%;
}

.isolate{
  isolation: isolate;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-5{
  z-index: 5;
}

.z-50{
  z-index: 50;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-full{
  grid-column: 1 / -1;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.row-start-2{
  grid-row-start: 2;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.clear-left{
  clear: left;
}

.clear-both{
  clear: both;
}

.-m-2{
  margin: -0.5rem;
}

.-m-4{
  margin: -1rem;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-4{
  margin: 1rem;
}

.m-auto{
  margin: auto;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.\!ml-0{
  margin-left: 0px !important;
}

.\!mt-0{
  margin-top: 0px !important;
}

.\!mt-5{
  margin-top: 1.25rem !important;
}

.\!mt-8{
  margin-top: 2rem !important;
}

.-ml-1{
  margin-left: -0.25rem;
}

.-ml-6{
  margin-left: -1.5rem;
}

.-ml-px{
  margin-left: -1px;
}

.-mr-1{
  margin-right: -0.25rem;
}

.-mr-2{
  margin-right: -0.5rem;
}

.-mr-4{
  margin-right: -1rem;
}

.-mt-20{
  margin-top: -5rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.-mt-4{
  margin-top: -1rem;
}

.-mt-6{
  margin-top: -1.5rem;
}

.-mt-8{
  margin-top: -2rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-0{
  margin-left: 0px;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mr-8{
  margin-right: 2rem;
}

.mr-auto{
  margin-right: auto;
}

.mt-0{
  margin-top: 0px;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

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

.mt-auto{
  margin-top: auto;
}

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

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

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.\!h-10{
  height: 2.5rem !important;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-3{
  height: 0.75rem;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[160px\]{
  height: 160px;
}

.h-\[20px\]{
  height: 20px;
}

.h-am-latter{
  height: 32px;
}

.h-am-popup-content{
  height: 415px;
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -webkit-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.max-h-\[320px\]{
  max-height: 320px;
}

.max-h-\[var\(--ambrands-img-height\)\]{
  max-height: var(--ambrands-img-height);
}

.max-h-screen{
  max-height: 100vh;
}

.max-h-screen-75{
  max-height: 75vh;
}

.min-h-14{
  min-height: 3.5rem;
}

.min-h-\[20px\]{
  min-height: 20px;
}

.min-h-\[22px\]{
  min-height: 22px;
}

.min-h-\[2rem\]{
  min-height: 2rem;
}

.min-h-\[40px\]{
  min-height: 40px;
}

.min-h-a11y{
  min-height: 2.75rem;
}

.\!w-10{
  width: 2.5rem !important;
}

.w-0{
  width: 0px;
}

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

.w-1\/4{
  width: 25%;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\/4{
  width: 75%;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-4\/12{
  width: 33.333333%;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-5{
  width: 1.25rem;
}

.w-5\/12{
  width: 41.666667%;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8{
  width: 2rem;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9{
  width: 2.25rem;
}

.w-\[120px\]{
  width: 120px;
}

.w-\[645px\]{
  width: 645px;
}

.w-am-latter{
  width: 32px;
}

.w-am-popup-content{
  width: 600px;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -webkit-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -webkit-max-content;
  width: max-content;
}

.w-screen{
  width: 100vw;
}

.min-w-0{
  min-width: 0px;
}

.min-w-20{
  min-width: 5rem;
}

.min-w-40{
  min-width: 10rem;
}

.min-w-44{
  min-width: 11rem;
}

.min-w-48{
  min-width: 12rem;
}

.min-w-64{
  min-width: 16rem;
}

.min-w-\[135px\]{
  min-width: 135px;
}

.min-w-\[40px\]{
  min-width: 40px;
}

.min-w-full{
  min-width: 100%;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-\[100\%\]{
  max-width: 100%;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[30\%\]{
  max-width: 30%;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[350px\]{
  max-width: 350px;
}

.max-w-\[460px\]{
  max-width: 460px;
}

.max-w-\[500px\]{
  max-width: 500px;
}

.max-w-\[840px\]{
  max-width: 840px;
}

.max-w-\[90\%\]{
  max-width: 90%;
}

.max-w-\[var\(--ambrands-img-width\)\]{
  max-width: var(--ambrands-img-width);
}

.max-w-\[var\(--ambrands-slider-max-width\)\]{
  max-width: var(--ambrands-slider-max-width);
}

.max-w-full{
  max-width: 100%;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-prose{
  max-width: 65ch;
}

.max-w-screen-2xl{
  max-width: 1536px;
}

.max-w-xl{
  max-width: 36rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-none{
  flex: none;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink{
  flex-shrink: 1;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.grow-0{
  flex-grow: 0;
}

.basis-auto{
  flex-basis: auto;
}

.table-auto{
  table-layout: auto;
}

.border-collapse{
  border-collapse: collapse;
}

.origin-top-left{
  transform-origin: top left;
}

.origin-top-right{
  transform-origin: top right;
}

.-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-x-1\/4{
  --tw-translate-x: -25%;
  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-x-5{
  --tw-translate-x: -1.25rem;
  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-x-full{
  --tw-translate-x: -100%;
  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));
}

.-translate-y-8{
  --tw-translate-y: -2rem;
  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-full{
  --tw-translate-y: -100%;
  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-x-0{
  --tw-translate-x: 0px;
  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-x-4{
  --tw-translate-x: 1rem;
  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-x-full{
  --tw-translate-x: 100%;
  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-0{
  --tw-translate-y: 0px;
  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{
  --tw-translate-y: 0.25rem;
  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\/4{
  --tw-translate-y: 25%;
  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-4{
  --tw-translate-y: 1rem;
  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-\[-50\%\]{
  --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));
}

.translate-y-full{
  --tw-translate-y: 100%;
  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));
}

.-rotate-90{
  --tw-rotate: -90deg;
  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));
}

.rotate-180{
  --tw-rotate: 180deg;
  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));
}

.rotate-45{
  --tw-rotate: 45deg;
  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));
}

.rotate-90{
  --tw-rotate: 90deg;
  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));
}

.rotate-\[0deg\]{
  --tw-rotate: 0deg;
  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));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-default{
  cursor: default;
}

.cursor-grab{
  cursor: grab;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
          user-select: none;
}

.resize-none{
  resize: none;
}

.resize{
  resize: both;
}

.list-disc{
  list-style-type: disc;
}

.appearance-none{
  -webkit-appearance: none;
          appearance: none;
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

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

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.place-items-center{
  place-items: center;
}

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

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

.items-end{
  align-items: flex-end;
}

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

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

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

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

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

.justify-between{
  justify-content: space-between;
}

.justify-evenly{
  justify-content: space-evenly;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[2px\]{
  gap: 2px;
}

.gap-x-1{
  column-gap: 0.25rem;
}

.gap-x-2{
  column-gap: 0.5rem;
}

.gap-x-4{
  column-gap: 1rem;
}

.gap-x-6{
  column-gap: 1.5rem;
}

.gap-x-7{
  column-gap: 1.75rem;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity, 1));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity, 1));
}

.self-end{
  align-self: flex-end;
}

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

.self-stretch{
  align-self: stretch;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hyphens-auto{
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-none{
  border-radius: 0px;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l{
  border-left-width: 1px;
}

.border-l-0{
  border-left-width: 0px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-none{
  border-style: none;
}

.border-\[\#f74d2c\]{
  --tw-border-opacity: 1;
  border-color: rgba(247, 77, 44, var(--tw-border-opacity, 1));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity, 1));
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity, 1));
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}

.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity, 1));
}

.border-container{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.border-container-darker{
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity, 1));
}

.border-container-lighter{
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
}

.border-current{
  border-color: currentColor;
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity, 1));
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity, 1));
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity, 1));
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity, 1));
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity, 1));
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity, 1));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgba(5, 37, 35, var(--tw-border-opacity, 1));
}

.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}

.border-l-gray-900{
  --tw-border-opacity: 1;
  border-left-color: rgba(17, 24, 39, var(--tw-border-opacity, 1));
}

.\!bg-\[\#22978f\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 151, 143, var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#22978f\]{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 151, 143, var(--tw-bg-opacity, 1));
}

.bg-\[\#f9fafb\]{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.bg-\[\#fbfcfd\]{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 253, var(--tw-bg-opacity, 1));
}

.bg-\[\#fff2e5\]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 242, 229, var(--tw-bg-opacity, 1));
}

.bg-\[var\(--ambrands-bg-color\)\]{
  background-color: var(--ambrands-bg-color);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}

.bg-black\/40{
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity, 1));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}

.bg-container{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 247, var(--tw-bg-opacity, 1));
}

.bg-container-darker{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.bg-container-lighter{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 229, 234, var(--tw-bg-opacity, 1));
}

.bg-container-lighter\/95{
  background-color: rgba(226, 229, 234, 0.95);
}

.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity, 1));
}

.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity, 1));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity, 1));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity, 1));
}

.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity, 1));
}

.bg-orangeD{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 132, 0, var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(44, 215, 204, var(--tw-bg-opacity, 1));
}

.bg-primary-darker{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity, 1));
}

.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity, 1));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}

.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity, 1));
}

.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.bg-white\/25{
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-white\/60{
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white\/70{
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white\/80{
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity, 1));
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity, 1));
}

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-emerald-500{
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(16, 185, 129, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400{
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(251, 146, 60, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-orange-500{
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.to-teal-500{
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.to-teal-600{
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-black\/20{
  fill: rgba(0, 0, 0, 0.2);
}

.fill-current{
  fill: currentColor;
}

.fill-primary{
  fill: #374151;
}

.fill-primary-lighter{
  fill: #828e9e;
}

.fill-secondary-darker{
  fill: #052523;
}

.fill-white{
  fill: #fff;
}

.stroke-\[\#828d9e\]{
  stroke: #828d9e;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-secondary{
  stroke: #28b1a8;
}

.stroke-white{
  stroke: #fff;
}

.stroke-white\/75{
  stroke: rgba(255, 255, 255, 0.75);
}

.stroke-1{
  stroke-width: 1;
}

.stroke-\[3px\]{
  stroke-width: 3px;
}

.object-contain{
  object-fit: contain;
}

.object-cover{
  object-fit: cover;
}

.object-center{
  object-position: center;
}

.\!p-0{
  padding: 0px !important;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

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

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[var\(--ambrands-slider-padding\)\]{
  padding-left: var(--ambrands-slider-padding);
  padding-right: var(--ambrands-slider-padding);
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}

.\!pb-2{
  padding-bottom: 0.5rem !important;
}

.\!pt-10{
  padding-top: 2.5rem !important;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-9{
  padding-left: 2.25rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-full{
  padding-top: 100%;
}

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

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

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

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

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.\!text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[12px\]{
  font-size: 12px;
}

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

.text-\[17px\]{
  font-size: 17px;
}

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

.text-\[19px\]{
  font-size: 19px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[21px\]{
  font-size: 21px;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-\[27px\]{
  font-size: 27px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[45px\]{
  font-size: 45px;
}

.text-\[length\:var\(--ambrands-text-size\)\]{
  font-size: var(--ambrands-text-size);
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-bold{
  font-weight: 700 !important;
}

.\!font-extrabold{
  font-weight: 800 !important;
}

.font-black{
  font-weight: 900;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

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

.leading-\[36px\]{
  line-height: 36px;
}

.leading-\[48px\]{
  line-height: 48px;
}

.leading-\[var\(--ambrands-img-width\)\]{
  line-height: var(--ambrands-img-width);
}

.leading-none{
  line-height: 1;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-\[\#747c88\]{
  --tw-text-opacity: 1;
  color: rgba(116, 124, 136, var(--tw-text-opacity, 1));
}

.text-\[color\:var\(--ambrands-text-color\)\]{
  color: var(--ambrands-text-color);
}

.text-amfaq_gray{
  --tw-text-opacity: 1;
  color: rgba(87, 87, 102, var(--tw-text-opacity, 1));
}

.text-amsb_graystarts{
  --tw-text-opacity: 1;
  color: rgba(203, 213, 224, var(--tw-text-opacity, 1));
}

.text-amsb_yellowstars{
  --tw-text-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity, 1));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity, 1));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity, 1));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity, 1));
}

.text-cornflower-100{
  --tw-text-opacity: 1;
  color: rgba(131, 146, 167, var(--tw-text-opacity, 1));
}

.text-customBlue{
  --tw-text-opacity: 1;
  color: rgba(113, 121, 137, var(--tw-text-opacity, 1));
}

.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity, 1));
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity, 1));
}

.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity, 1));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity, 1));
}

.text-inherit{
  color: inherit;
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity, 1));
}

.text-orange-600{
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity, 1));
}

.text-orangeD{
  --tw-text-opacity: 1;
  color: rgba(255, 132, 0, var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.text-primary-darker{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.text-primary-lighter{
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity, 1));
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity, 1));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity, 1));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

.text-secondary-darker{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity, 1));
}

.text-slate-600{
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity, 1));
}

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity, 1));
}

.text-slate-900{
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity, 1));
}

.text-teal-500{
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity, 1));
}

.text-teal-600{
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity, 1));
}

.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-75{
  opacity: 0.75;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-0{
  outline-width: 0px;
}

.outline-offset-2{
  outline-offset: 2px;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.\!ring-secondary-darker{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 37, 35, var(--tw-ring-opacity, 1)) !important;
}

.ring-\[\#cacfd8\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 207, 216, var(--tw-ring-opacity, 1));
}

.ring-blue-500\/50{
  --tw-ring-color: rgba(59, 130, 246, 0.5);
}

.ring-green-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity, 1));
}

.ring-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity, 1));
}

.ring-primary\/50{
  --tw-ring-color: rgba(55, 65, 81, 0.5);
}

.ring-primary\/75{
  --tw-ring-color: rgba(55, 65, 81, 0.75);
}

.ring-red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity, 1));
}

.ring-teal-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity, 1));
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.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);
}

.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);
}

.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[left\2c top\]{
  transition-property: left,top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[right\2c top\]{
  transition-property: right,top;
  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;
}

.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none{
  transition-property: none;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100{
  transition-duration: 100ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-75{
  transition-duration: 75ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

form .field, fieldset .field{
  margin-top: 0.25rem;
}

/* Reserve space for single line form validation messages */

form .field.field-reserved, fieldset .field.field-reserved{
  margin-bottom: 1.75rem;
}

form .field.field-reserved ul:last-of-type, fieldset .field.field-reserved ul:last-of-type{
  margin-bottom: -1.5rem;
  padding-bottom: 0.25rem;
}

form .field.field-reserved ul, fieldset .field.field-reserved ul{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute form.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  fieldset.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute form.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  fieldset.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black + svg{
  right: -2rem;
}

form label, fieldset label{
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] form label p:last-child,[data-content-type$='block']  fieldset label p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.market-product-grid-wrapper form.relative .field.choice,.market-product-grid-wrapper  fieldset.relative .field.choice {
  display: block;
  transform: none;
}

form .field.choice, fieldset .field.choice{
  display: flex;
  align-items: center;
}

form .field.choice input, fieldset .field.choice input{
  margin-right: 1rem;
}

form .field.choice label, fieldset .field.choice label{
  margin-bottom: 0px;
}

form .field.field-error .messages, fieldset .field.field-error .messages{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
  max-width: -webkit-fit-content;
  max-width: fit-content;
}

form legend, fieldset legend{
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

form legend + br, fieldset legend + br{
  display: none;
}

[type='checkbox'],[type='radio']{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

[type='checkbox']{
  border-radius: 0.125rem;
}

[type='checkbox']:checked, [type='checkbox']:checked:hover, [type='checkbox']:focus,[type='checkbox']:checked:focus,
[type='radio']:checked,[type='radio']:checked:hover,[type='radio']:checked:hover, [type='radio']:focus, [type='radio']:checked:focus
{
  background-color: #28b1a8;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  outline: none !important;
  box-shadow: none !important;
}

fieldset ~ fieldset{
  margin-top: 2rem;
}

.market-product-grid-wrapper .field.required > label.flex::after {
  content: var(--tw-content);
  display: block;
  transform: none;
}

.field.required > label::after{
  position: relative;
  top: -0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  content: var(--tw-content);
  --tw-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 6v12M17.196 9 6.804 15M6.804 9l10.392 6'/%3E%3C/svg%3E");
  --tw-icon-size: 1em;
  display: inline-block;
  width: var(--tw-icon-size);
  height: var(--tw-icon-size);
  background-color: currentcolor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: var(--tw-icon);
          mask-image: var(--tw-icon);
}

/* For backwards compatibility */

.market-product-grid-wrapper .relative.flex-columns-wrapper {
  display: block;
  transform: none;
}

.flex-columns-wrapper{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .flex-columns-wrapper{
    flex-direction: row;
  }
}

[data-content-type='row'].width-small{
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

[data-content-type='row'].width-medium{
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

[data-content-type='row'] h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
}

@media (min-width: 768px){
  [data-content-type='row'] h1{
    font-size: 3rem;
    line-height: 1;
  }
}

[data-content-type='row'] h2{
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  [data-content-type='row'] h2{
    font-size: 40px;
    line-height: 45px;
  }
}

[data-content-type='row'] h2.text-secondary{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

[data-content-type='row'] h2.width-small{
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

[data-content-type='row'] h3{
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  [data-content-type='row'] h3{
    font-size: 25px;
  }
}

[data-content-type='row'] .pagebuilder-button-link{
  cursor: pointer;
  padding-bottom: 1px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

[data-content-type='row'] h2[data-content-type='row'] .pagebuilder-button-link{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

[data-content-type='row'] .pagebuilder-button-link:after{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: inline-block;
  content: "";
  width: 18px;
  height: 20px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 10px;
}

[data-content-type='row'] .pagebuilder-button-link:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight[data-content-type='row'] .pagebuilder-button-link:hover{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight[data-content-type='row'] .pagebuilder-button-link:hover + svg{
  right: -2rem;
}

[data-content-type='row'] .pagebuilder-button-link:hover:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2300000;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

[data-content-type='row'] .btn-wysiwyg{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
}

[data-content-type='row'] .btn-wysiwyg .pagebuilder-button-primary {
  background: none;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

[data-content-type='row'] .btn-wysiwyg .pagebuilder-button-primary:after{
  display: none;
}

.market-product-grid-wrapper .relative[data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-primary,.market-product-grid-wrapper .relative [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-secondary {
  display: block;
  transform: none;
}

[data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-primary, [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-secondary{
  display: flex;
  align-items: center;
  font-size: 19px;
}

@media (min-width: 768px){
  [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-primary, [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-secondary{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

[data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-primary:after, [data-content-type='row'] .btn-wysiwyg-size-lg .pagebuilder-button-secondary:after {
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  background-position: center;
}

[data-content-type='row'] .btn-wysiwyg-simple .pagebuilder-button-primary {
  background: #28b1a8;
}

.market-product-grid-wrapper .relative[data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary {
  display: block;
  transform: none;
}

[data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary{
  display: flex;
  align-items: center;
  font-size: 17.5px;
}

[data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary:before {
  content: "";
  background-image: url("../images/arrow-left.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  display: block;
  --tw-rotate: 270deg;
  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));
  background-color: transparent !important;
}

[data-content-type$='block'] [data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

[data-content-type='row'] .btn-wysiwyg-arrow-bottom .pagebuilder-button-primary:before {
  position: relative;
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(116%) hue-rotate(196deg) brightness(119%) contrast(100%);
}

.market-product-grid-wrapper .relative[data-content-type='row'] .btn-wysiwyg-arrow-right .pagebuilder-button-primary {
  display: block;
  transform: none;
}

[data-content-type='row'] .btn-wysiwyg-arrow-right .pagebuilder-button-primary{
  display: flex;
  align-items: center;
  font-size: 16px;
}

[data-content-type='row'] .btn-wysiwyg-arrow-right .pagebuilder-button-primary:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right center;
}

[data-content-type='row'] p{
  margin-bottom: 1.5rem;
}

.pagebuilder-column-line{
  gap: 1.5rem;
}

@media (min-width: 1024px){
  [data-content-type='row'].padding-large > div{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.market-product-grid-wrapper .relative[data-content-type='tabs'] .tabs-navigation {
  display: block;
  transform: none;
}

[data-content-type='tabs'] .tabs-navigation{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  border-width: 0px;
  --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: 1024px){
  [data-content-type='tabs'] .tabs-navigation{
    justify-content: center;
  }
}

[data-content-type='tabs'] .tabs-navigation li{
  border-style: none !important;
  background-color: transparent !important;
  padding: 0px;
}

[data-content-type='tabs'] .tabs-navigation li a{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  border: solid 1px rgba(0, 0, 0, 0.04);
}

@media (min-width: 1024px) {
  [data-content-type='tabs'] .tabs-navigation li.active:before {
    content: "";
    width: 10px;
    height: 22px;
    background-image: url("../images/arrow-tab.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    display: block;
    --tw-translate-x: -50%;
    --tw-rotate: -90deg;
    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));
  }

  [data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.active p:last-child:before{
    margin-bottom: 1rem;
    margin-top: 0px;
  }
}

[data-content-type='tabs'] .tabs-navigation li.active a {
  background: #29beb5;
  border-color: #29beb5;
}

[data-content-type='tabs'] .tabs-navigation li.active a span{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.market-product-grid-wrapper [data-content-type='tabs'] .tabs-navigation li.tab-header.flex {
  display: block;
  transform: none;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: -1px;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

[data-content-type='tabs'] .tabs-navigation li.tab-header:first-child{
  margin-left: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.active{
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  border-bottom: 1px solid white;
}

.market-product-grid-wrapper [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.flex {
  display: block;
  transform: none;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
  position: relative;
  display: block;
  cursor: pointer;
  white-space: normal;
  border-width: 2px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.leading-tight.text-black + svg{
  right: -2rem;
}

@media (min-width: 1024px){
  [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span{
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.leading-tight.text-black + svg{
  right: -2rem;
}

@media (min-width: 768px){
  [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span{
    font-size: 17px;
  }
}

[data-content-type='tabs'].vertical{
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

@media (min-width: 1024px){
  .market-product-grid-wrapper [data-content-type='tabs'].vertical.relative {
    display: block;
    transform: none;
  }

  [data-content-type='tabs'].vertical{
    display: flex;
    flex-direction: row-reverse;
  }
}

[data-content-type='tabs'].vertical > [data-content-type='text'] {
  flex: 1;
}

.market-product-grid-wrapper .relative[data-content-type='tabs'].vertical .tabs-navigation {
  display: block;
  transform: none;
}

[data-content-type='tabs'].vertical .tabs-navigation{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media not all and (min-width: 1024px){
  [data-content-type='tabs'].vertical .tabs-navigation{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  [data-content-type='tabs'].vertical .tabs-navigation{
    flex-direction: column;
  }
}

[data-content-type='tabs'].vertical .tabs-navigation {
  flex: 0 0 auto;
}

[data-content-type='tabs'].vertical .tabs-navigation li.active:before{
  top: 50%;
  --tw-rotate: 0deg;
  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));
}

@media not all and (min-width: 1024px){
  [data-content-type='tabs'].vertical .tabs-navigation li.active:before{
    display: none;
  }
}

[data-content-type='tabs'].vertical .tabs-navigation li.active:before {
  left:-5px;
  margin-top: -11px;
}

[data-content-type='tabs'].vertical.vertical-right{
  justify-content: flex-start;
}

@media (min-width: 1024px){
  [data-content-type='tabs'].vertical.vertical-right{
    flex-direction: row;
  }

  .market-product-grid-wrapper [data-content-type='tabs'].vertical.vertical-right .tabs-navigation.relative {
    display: block;
    transform: none;
  }

  [data-content-type='tabs'].vertical.vertical-right .tabs-navigation{
    display: flex;
    flex-direction: column;
  }
}

[data-content-type='tabs'].vertical.vertical-right .tabs-navigation {
  flex: 0 0 auto;
}

[data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.active:before {
  right: -5px;
  left: inherit;
  rotate: 180deg;
}

.image-zoom-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.image-zoom-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.image-zoom-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.image-zoom-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: white;
  cursor: pointer;
  z-index: 10000;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 0.2s;
}

.image-zoom-close:hover {
  transform: scale(1.2);
}

.market-product-grid-wrapper .active-tabs.flex {
  display: block;
  transform: none;
}

.active-tabs{
  position: relative;
}

.active-tabs .tabs-arrow {
  cursor: pointer;
}

.market-product-grid-wrapper .relative.active-tabs .tabs-arrow {
  display: block;
  transform: none;
}

.active-tabs .tabs-arrow{
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.active-tabs .tabs-arrow.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.active-tabs .tabs-arrow.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

@media not all and (min-width: 1024px){
  .active-tabs .tabs-arrow{
    display: none;
  }
}

@media (min-width: 1024px){
  .active-tabs .tabs-arrow{
    top: 50%;
    height: 50px;
    width: 50px;
    --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));
  }
}

.active-tabs .tabs-arrow.left-arrow{
  left: 0px;
}

.active-tabs .tabs-arrow.right-arrow{
  right: 0px;
}

@media not all and (min-width: 768px){
  [data-role="glider-content"]{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .glider-prev{
    left: 0px;
    z-index: 10;
    height: 2rem;
    width: 2rem;
  }

  .glider-next{
    right: 0px;
    z-index: 10;
    height: 2rem;
    width: 2rem;
  }
}

[data-content-type='slider'] .carousel-nav{
  background-color: transparent;
}

.mediaplan-calendar-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  .mediaplan-calendar-container {
    flex-direction: row;
  }
}

.category-view {
  padding-bottom: 3rem;
}

.mediaplan-index-index .page-main .columns {
  padding-top: 4rem;
}

.mediaplan-view-header {
  background-color: #005eb8;
  /* Blue from image */
  color: white;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.mediaplan-view-header .breadcrumbs {
  font-size: 12px;
  margin-bottom: 10px;
  opacity: 0.8;
  text-transform: uppercase;
}

.mediaplan-view-header h1 {
  color: white;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
}

.mediaplan-view-header .header-meta {
  display: flex;
  gap: 30px;
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.mediaplan-view-header .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mediaplan-view-header .meta-item .icon {
  font-size: 16px;
}

.mediaplan-products-section {
  margin-bottom: 40px;
}

.mediaplan-products-section h2 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

.mediaplan-products-section .subtitle {
  color: #005eb8;
  font-size: 14px;
  margin-bottom: 20px;
}

.products-grid {
  /*display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;*/
}

.product-item-card {
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 5px;
  background: white;
  text-align: center;
  position: relative;
  transition: box-shadow 0.3s;
}

.product-item-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.product-item-card .product-image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.product-item-card .product-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.product-item-card .product-brand {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: left;
}

.product-item-card .product-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden;
  text-align: left;
  line-height: 1.3;
}

.product-item-card .product-name a {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.product-item-card .product-price {
  color: #e22c00;
  /* Orange/Red price */
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}

.product-item-card .action-cart {
  background-color: #00aeb3;
  /* Teal color */
  color: white;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.product-item-card .action-cart:hover {
  background-color: #008c90;
}

.mediaplan-index-index .breadcrumbs a {
  color: black !important;
}

.mediaplan-calendar-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}

/* Calendar overrides */

.fc-event-main-frame.current-plan {
  border: 2px solid #005eb8;
}

/* Calendar Layout */

.calendar-layout-container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.calendar-main {
  flex: 1;
  min-width: 0;
  /* Prevent flex item from overflowing */
}

.calendar-sidebar {
  width: 280px;
  flex-shrink: 0;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.filter-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.clear-filters {
  color: #00aeb3;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 13px;
}

.filter-section {
  margin-bottom: 20px;
}

.filter-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  font-size: 14px;
}

.filter-content {
  padding: 10px 0;
}

.checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 13px;
}

.checkbox-item input {
  margin-right: 8px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-icon {
  display: flex;
  align-items: center;
  color: #666;
}

.search-box {
  position: relative;
  margin-bottom: 10px;
}

.search-box input {
  width: 100%;
  padding: 8px 30px 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
}

.search-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #999;
}

.laboratories-list {
  max-height: 300px;
  overflow-y: auto;
}

.lab-item {
  justify-content: space-between;
}

.lab-count {
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 11px;
  color: #666;
}

.calendar-sidebar {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  height: -webkit-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .calendar-sidebar {
    width: 25%;
    min-width: 280px;
  }
}

.calendar-main-layout {
  width: 100%;
  flex: 1;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.sidebar-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.clear-filters {
  color: #00897B;
  font-size: 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}

.clear-filters:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.filter-section {
  margin-bottom: 20px;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.filter-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.filter-toggle-icon {
  transition: transform 0.2s;
}

.filter-toggle-icon.collapsed {
  transform: rotate(180deg);
}

.filter-content {
  display: block;
}

.checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}

.checkbox-item input[type="checkbox"] {
  margin-right: 10px;
  accent-color: #00897B;
  width: 16px;
  height: 16px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  flex: 1;
}

.checkbox-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
  color: #666;
}

.search-box {
  position: relative;
  margin-bottom: 10px;
}

.search-box input {
  width: 100%;
  padding: 8px 10px 8px 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.search-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  width: 14px;
  height: 14px;
}

.laboratories-list {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 5px;
}

/* Custom scrollbar for labs */

.laboratories-list::-webkit-scrollbar {
  width: 4px;
}

.laboratories-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.laboratories-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.laboratories-list::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.lab-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.lab-count {
  background: #f0f0f0;
  color: #666;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 20px;
  text-align: center;
}

/* Calendar overrides */

.fc-event {
  cursor: pointer;
  border: none !important;
  border-radius: 4px !important;
  margin-bottom: 2px !important;
  padding: 2px 4px !important;
}

.fc-event-main-frame {
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
  font-size: 11px;
  line-height: 1.2;
  overflow: hidden;
}

.fc-event-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 2px;
}

.fc-event-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.fc-event-title-container {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fc-event-title {
  font-weight: 600;
}

.fc-event-laboratory {
  font-weight: 700;
  text-transform: uppercase;
}

/* Popover styling */

.fc-popover {
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  border: 1px solid #eee !important;
  z-index: 1000 !important;
}

.fc-popover-header {
  background: #f8f9fa !important;
  padding: 8px 12px !important;
  border-bottom: 1px solid #eee !important;
  border-radius: 8px 8px 0 0 !important;
  font-weight: 600 !important;
}

.fc .fc-popover-body {
  padding: 10px;
}

/* FullCalendar Customization */

#calendar, #laboratory-calendar {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  font-family: 'Open Sans', sans-serif;
}

/* Header Toolbar */

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 20px;
}

.fc .fc-toolbar-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}

.fc .fc-button {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
  padding: 8px 16px;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.2s;
}

.fc .fc-button:hover {
  background-color: #f5f5f5;
  border-color: #d0d0d0;
  color: #000;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: #e6f7ff;
  border-color: #1890ff;
  color: #1890ff;
}

.fc .fc-button-primary:disabled {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  color: rgba(0,0,0,0.25);
}

/* Grid & Cells */

.fc .fc-col-header-cell-cushion {
  color: #333;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  /* Lun, Mar... */
}

.fc-theme-standard td, .fc-theme-standard th {
  border-color: #f0f0f0;
}

.fc .fc-daygrid-day-top {
  flex-direction: row;
  padding: 5px;
}

.fc .fc-daygrid-day-number {
  color: #333;
  font-weight: 500;
  font-size: 14px;
}

/* Events */

.fc-event-main-frame {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.2;
  overflow: hidden;
  color: white;
}

.fc-h-event {
  border: none;
  background-color: transparent;
  /* We set bg on inner div usually, or let FC handle it */
  border-radius: 4px;
  margin-bottom: 2px;
}

.fc-event-title {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fc-event-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
}

.fc-event-laboratory {
  font-weight: 800;
  text-transform: uppercase;
  margin-right: 3px;
}

/* More Link */

.fc .fc-daygrid-more-link {
  color: #999;
  font-size: 11px;
  font-weight: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.fc .fc-daygrid-more-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  background: transparent;
}

/* Popover */

.fc-theme-standard .fc-popover {
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  border-radius: 8px;
}

.fc .fc-popover-header {
  background: #f9f9f9;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  border-radius: 8px 8px 0 0;
}

.fc .fc-popover-title {
  font-size: 14px;
  font-weight: 600;
}

.fc .fc-popover-body {
  padding: 10px;
}

.fc-more-popover .fc-event {
  margin-bottom: 4px !important;
  padding: 4px 8px !important;
}

/* Calendar Page Layout */

.mediaplan-calendar-page {
  padding: 0 0 40px;
}

.calendar-layout {
  display: flex;
  gap: 40px;
}

.calendar-main {
  flex: 1;
  min-width: 0;
}

.calendar-sidebar {
  width: 280px;
  flex-shrink: 0;
}

/* Custom Calendar Header */

.calendar-custom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.calendar-nav-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.calendar-nav-buttons .nav-btn {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s;
  color: #6b7280;
}

.calendar-nav-buttons .nav-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.calendar-title {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  margin: 0 12px;
}

.today-btn {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s;
  color: #374151;
}

.today-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

/* Sidebar Filters */

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.sidebar-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.clear-filters {
  font-size: 13px;
  color: #28b1a8;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.clear-filters:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.filter-section {
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
}

.filter-section:last-child {
  border-bottom: none;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
}

.filter-header h4 {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin: 0;
}

.filter-header.collapsed .filter-toggle-icon {
  transform: rotate(-90deg);
}

.filter-toggle-icon {
  color: #9ca3af;
  transition: transform 0.2s;
}

.filter-content {
  padding-top: 12px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
}

.checkbox-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  accent-color: #28b1a8;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-icon {
  color: #6b7280;
  display: flex;
  align-items: center;
}

.lab-checkbox-wrapper {
  display: flex;
  align-items: center;
}

.lab-count {
  font-size: 12px;
  color: #9ca3af;
}

.search-box {
  position: relative;
  margin-bottom: 12px;
}

.search-box .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #9ca3af;
}

.search-box input {
  width: 100%;
  padding: 8px 12px 8px 34px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
}

.search-box input:focus {
  outline: none;
  border-color: #28b1a8;
}

.laboratories-list {
  max-height: 300px;
  overflow-y: auto;
}

/* Hide FullCalendar's default header */

.fc .fc-toolbar {
  display: none !important;
}

/* Responsive */

@media (max-width: 1024px) {
  .calendar-layout {
    flex-direction: column;
  }

  .calendar-sidebar {
    width: 100%;
    order: -1;
  }
}

.mediaplan-view-header-info {
  background-color: #255698;
  color: white;
  padding: 2rem 0;
}

.mediaplan-view-header-info > .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mediaplan-index-view #maincontent {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.mediaplan-view-header-info {
  background-color: #255698;
  color: white;
  padding: 2rem 0;
}

.mediaplan-view-header-info > .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-view-header-info .header-content-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mediaplan-view-header-info .breadcrumbs {
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}

.mediaplan-view-header-info .breadcrumbs .items {
  color: white;
  font-size: 0.75rem;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mediaplan-view-header-info .breadcrumbs .items .item {
  display: inline-flex;
  align-items: center;
}

.mediaplan-view-header-info .breadcrumbs .items .item a, .mediaplan-view-header-info .breadcrumbs .items .item span, .mediaplan-view-header-info .breadcrumbs .items .item strong {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.9;
}

.mediaplan-view-header-info .breadcrumbs .items .item .separator {
  display: none !important;
}

.mediaplan-view-header-info .breadcrumbs .items .item:before {
  content: none !important;
  display: none !important;
}

.mediaplan-view-header-info .breadcrumbs .items .item:not(:last-child):after {
  content: '>' !important;
  margin: 0 0.5rem;
  color: white;
  opacity: 0.7;
  font-weight: normal;
}

.mediaplan-view-header-info h1 {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  line-height: 1.1;
  font-family: 'Lato', sans-serif;
}

.mediaplan-view-header-info .header-meta {
  display: flex;
  gap: 2rem;
  font-size: 0.95rem;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0.95;
}

.mediaplan-view-header-info .header-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mediaplan-view-header-info .header-meta .meta-item .icon {
  display: flex;
  align-items: center;
}

.mediaplan-view-header-info .header-meta .meta-item .icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.mediaplan-view-header-info .header-meta .meta-item a {
  color: white;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mediaplan-view-header-info .header-meta .meta-item a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.mediaplan-view-header-info .header-meta .campaign-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 1rem;
}

.mediaplan-view-header-info .header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}

.mediaplan-view-header-info .header-actions .lab-logo-container .lab-logo {
  max-height: 60px;
  width: auto;
  display: block;
  padding: 5px;
  border-radius: 4px;
}

.mediaplan-view-header-info .header-actions .lab-logo-container .lab-name-large {
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  display: inline-block;
}

.mediaplan-view-header-info .header-actions .calendar-link {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.mediaplan-view-header-info .header-actions .calendar-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* Products Section */

.mediaplan-products-section {
  background-color: #f4f9ff;
  padding: 3rem 0;
}

.mediaplan-products-section > .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.mediaplan-products-section h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1f2937;
}

.mediaplan-products-section .subtitle {
  color: #6b7280;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.mediaplan-products-section .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-top: 2rem;
}

.mediaplan-products-section .product-item-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
  position: relative;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
}

.mediaplan-products-section .product-item-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.mediaplan-products-section .product-item-card .product-brand {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #374151;
  z-index: 1;
}

.mediaplan-products-section .product-item-card .product-image {
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 4px;
  background: #f9fafb;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mediaplan-products-section .product-item-card .product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.2s;
}

.mediaplan-products-section .product-item-card .product-image:hover img {
  transform: scale(1.05);
}

.mediaplan-products-section .product-item-card .product-image .product-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #9ca3af;
  font-size: 0.875rem;
}

.mediaplan-products-section .product-item-card .product-name {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  flex-grow: 1;
}

.mediaplan-products-section .product-item-card .product-name a {
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.mediaplan-products-section .product-item-card .product-name a:hover {
  color: #2563eb;
}

.mediaplan-products-section .product-item-card .product-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.mediaplan-products-section .product-item-card .product-price .price-label {
  font-size: 0.75rem;
  color: #6b7280;
}

.mediaplan-products-section .product-item-card .product-price .current-price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ef4444;
}

.mediaplan-products-section .product-item-card .product-price .old-price {
  font-size: 0.875rem;
  color: #9ca3af;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.mediaplan-products-section .product-item-card .product-price .unit-price {
  font-size: 0.75rem;
  color: #6b7280;
}

.mediaplan-products-section .product-item-card .action-cart {
  width: 100%;
  background: #10b981;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  align-self: flex-end;
  margin-top: auto;
}

.mediaplan-products-section .product-item-card .action-cart:hover {
  background: #059669;
  transform: scale(1.05);
}

.mediaplan-products-section .product-item-card .action-cart svg {
  width: 18px;
  height: 18px;
}

.mediaplan-products-section .product-item-card .promo-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: #ef4444;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 1;
}

/* Calendar Section Styles */

.mediaplan-calendar-section {
  padding-top: 2rem;
}

.mediaplan-calendar-section h2 {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 24px;
}

.mediaplan-calendar-section .calendar-layout {
  display: flex;
  gap: 40px;
}

.mediaplan-calendar-section .calendar-main {
  flex: 1;
  min-width: 0;
}

.mediaplan-calendar-section .calendar-sidebar {
  width: 280px;
  flex-shrink: 0;
}

/* Custom Calendar Header */

.mediaplan-calendar-section .calendar-custom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.mediaplan-calendar-section .calendar-nav-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mediaplan-calendar-section .calendar-nav-buttons .nav-btn {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s;
  color: #6b7280;
}

.mediaplan-calendar-section .calendar-nav-buttons .nav-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.mediaplan-calendar-section .calendar-title {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  margin: 0 12px;
}

.mediaplan-calendar-section .today-btn {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s;
  color: #374151;
}

.mediaplan-calendar-section .today-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

/* Sidebar Filters in View Page */

.mediaplan-calendar-section .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.mediaplan-calendar-section .sidebar-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.mediaplan-calendar-section .clear-filters {
  font-size: 13px;
  color: #28b1a8;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.mediaplan-calendar-section .clear-filters:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.mediaplan-calendar-section .filter-section {
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
}

.mediaplan-calendar-section .filter-section:last-child {
  border-bottom: none;
}

.mediaplan-calendar-section .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
}

.mediaplan-calendar-section .filter-header h4 {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin: 0;
}

.mediaplan-calendar-section .filter-header.collapsed .filter-toggle-icon {
  transform: rotate(-90deg);
}

.mediaplan-calendar-section .filter-toggle-icon {
  color: #9ca3af;
  transition: transform 0.2s;
}

.mediaplan-calendar-section .filter-content {
  padding-top: 12px;
}

.mediaplan-calendar-section .checkbox-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
}

.mediaplan-calendar-section .checkbox-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  accent-color: #28b1a8;
}

.mediaplan-calendar-section .checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mediaplan-calendar-section .checkbox-icon {
  color: #6b7280;
  display: flex;
  align-items: center;
}

.mediaplan-calendar-section .lab-checkbox-wrapper {
  display: flex;
  align-items: center;
}

.mediaplan-calendar-section .lab-count {
  font-size: 12px;
  color: #9ca3af;
}

.mediaplan-calendar-section .search-box {
  position: relative;
  margin-bottom: 12px;
}

.mediaplan-calendar-section .search-box .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #9ca3af;
}

.mediaplan-calendar-section .search-box input {
  width: 100%;
  padding: 8px 12px 8px 34px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
}

.mediaplan-calendar-section .search-box input:focus {
  outline: none;
  border-color: #28b1a8;
}

.mediaplan-calendar-section .laboratories-list {
  max-height: 300px;
  overflow-y: auto;
}

/* Hide FullCalendar's default header */

.mediaplan-calendar-section .fc .fc-toolbar {
  display: none !important;
}

/* Responsive */

@media (max-width: 1024px) {
  .mediaplan-calendar-section .calendar-layout {
    flex-direction: column;
  }

  .mediaplan-calendar-section .calendar-sidebar {
    width: 100%;
    order: -1;
  }
}

/* RMA Status Badges & Progress Bar */

.rma-status-badge{
  display: inline-block;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.rma-status-badge.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.rma-status-badge.leading-tight.text-black + svg{
  right: -2rem;
}

.rma-status-badge.pending{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity, 1));
}

.rma-status-badge.approved{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity, 1));
}

.rma-status-badge.rejected{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity, 1));
}

.rma-status-badge.closed{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .opc-progress-bar.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.opc-progress-bar {
  display: block;
  transform: none;
}

.opc-progress-bar{
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.market-product-grid-wrapper .opc-progress-bar-item.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.opc-progress-bar-item {
  display: block;
  transform: none;
}

.opc-progress-bar-item{
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
}

.opc-progress-bar-item::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -50%;
  z-index: 0;
  height: 0.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.opc-progress-bar-item:first-child::before{
  display: none;
}

.opc-progress-bar-item.active::before,
.opc-progress-bar-item.complete::before{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}

.market-product-grid-wrapper .opc-progress-bar-item>span.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.opc-progress-bar-item>span {
  display: block;
  transform: none;
}

.opc-progress-bar-item>span{
  position: relative;
  z-index: 10;
  margin-bottom: 0.5rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.opc-progress-bar-item>span.text-sm.leading-tight.text-black{
  left: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.opc-progress-bar-item>span.leading-tight.text-black{
  left: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.opc-progress-bar-item>span.text-sm.leading-tight.text-black {
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.opc-progress-bar-item>span.leading-tight.text-black {
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.opc-progress-bar-item>span.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.opc-progress-bar-item>span.leading-tight.text-black + svg{
  right: -2rem;
}

.opc-progress-bar-item.active>span{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}

.opc-progress-bar-item.complete>span{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity, 1));
}

.opc-progress-bar-item>label{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.checkout-cart-index #discount-form-toggle .opc-progress-bar-item>label{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

/* .page-header {} */

body, html{
  overflow-x: hidden;
}

#header{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
}

@media not all and (min-width: 768px){
  .laboratoires-menu-container{
    width: 100%;
  }
}

.letter-group-container {
  column-count: 2;
  column-gap: 1rem;
}

@media (min-width: 768px) {
  .letter-group-container {
    column-count: 4
  }
}

.letter-group-container .letter-group {
  page-break-inside: avoid;
  break-inside: avoid;
}

#category-details-container {
  column-count: 3;
  column-gap: 1rem;
}

#category-details-container .level4-category-direct {
  page-break-inside: avoid;
  break-inside: avoid;
}

.services-menu-container-menu {
  column-count: 1;
  gap: 5rem;
}

@media (min-width: 1024px) {
  .services-menu-container-menu {
    column-count: 4
  }
}

.services-menu-container-menu .service-category-item {
  page-break-inside: avoid;
  break-inside: avoid;
}

.services-menu-container-menu .service-category-item ul{
  margin-bottom: 0.75rem;
}

@media not all and (min-width: 1024px){
  .item-main-category{
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
  }
}

@media (min-width: 1024px){
  .item-main-category{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 251, 251, var(--tw-bg-opacity, 1));
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  }
}

.item-main-category:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image:  url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="float-right lg:hidden" width="20" height="20" role="img"><path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path><title>chevron-right</title></svg>')
}

@media (min-width: 1024px) {
  .item-main-category:after {
    width: 18px;
    height: 18px;
    background-size: 10px 10px;
    background-position: right 7px;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  }
}

.item-main-category.active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.item-main-category.active:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

@media not all and (min-width: 1024px){
  #navdesktop{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

#navdesktop li[data-active="true"] > span, #navdesktop li.active > span{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#navdesktop li[data-active="true"] > span,[data-content-type='row'] h2 #navdesktop li.active > span{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#navdesktop .item-level-5.active{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  #navdesktop > ul {
    margin-top: -32px;
    margin-bottom: -32px;
    height: 78px;
  }

  #navdesktop > ul > li {
    height: 78px;
    display: flex;
    align-items: center;
  }

  #navdesktop > ul > li a{
    font-weight: 700;
  }
}

html.active-mobile-menu{
  overflow: hidden;
}

html.active-mobile-menu #header #navdesktop{
  display: block;
}

[data-content-type$='block'] html.active-mobile-menu #header #navdesktop p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media not all and (min-width: 1024px){
  html.active-mobile-menu #header #navdesktop > ul{
    display: block;
  }

  #header .navigation .megamenu{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 100vh;
    --tw-translate-x: 0px;
    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));
    --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);
  }

  .laboratoires-menu-container{
    height: 100vh;
  }

  .category-details-content{
    display: none;
  }

  .category-details-content.active{
    position: fixed;
    top: 0px;
    left: 0px;
    display: block !important;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 1rem;
  }
}

@media not all and (min-width: 768px){
  .category-details-content.active{
    bottom: 0px;
    height: 100vh;
    overflow: scroll;
  }
}

@media (min-width: 1024px) {
  .market-products-grid.category-details-content.active {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  @media (max-width: 768px) {
    .market-products-grid.category-details-content.active {
      grid-template-columns: repeat(2, 1fr) !important
    }
  }

  @media (max-width: 640px) {
    .market-products-grid.category-details-content.active {
      grid-template-columns: repeat(1, 1fr) !important;
      gap: 12px !important
    }
  }

  .category-details-content.active{
    display: grid !important;
  }
}

.mobile-menu-back{
  margin-bottom: 1rem;
  margin-left: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mobile-menu-back.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mobile-menu-back.leading-tight.text-black + svg{
  right: -2rem;
}

@media not all and (min-width: 1024px){
  .service-category-item h4{
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media not all and (min-width: 768px){
  .service-category-item h4{
    font-weight: 700;
  }
}

.main-title{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  .main-title{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .main-title{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .main-title{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .main-title{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .main-title{
    max-width: 1536px;
  }
}

.market-product-grid-wrapper .relative.main-title {
  display: block;
  transform: none;
}

.main-title{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  .main-title{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .main-title{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > .main-title {
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > .main-title {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form .main-title{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.checkout-cart-index .crosssell-product-slider .main-title{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0.5rem;
}

.faq-question-view .column.main > .main-title{
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px){
  .main-title{
    flex-direction: row;
  }
}

@media (min-width: 1024px){
  .main-title{
    margin-top: 2rem;
  }
}

.main-title h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

/* Breadcrumbs */

.breadcrumbs{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 229, 234, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.market-product-grid-wrapper .relative.breadcrumbs .breadcrumbs-list {
  display: block;
  transform: none;
}

.breadcrumbs .breadcrumbs-list{
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.breadcrumbs .breadcrumbs-list.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.breadcrumbs .breadcrumbs-list.leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper .breadcrumbs .breadcrumbs-list.breadcrumbs-product.flex {
  display: block;
  transform: none;
}

.breadcrumbs .breadcrumbs-list.breadcrumbs-product{
  position: relative;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.breadcrumbs .breadcrumbs-list li{
  text-transform: uppercase;
}

.breadcrumbs .breadcrumbs-list li a,.breadcrumbs .breadcrumbs-list li span{
  font-size: 0.7rem;
  line-height: 0.85rem;
  font-weight: 200;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.breadcrumbs .breadcrumbs-list li a.breadcrumb-separator,.breadcrumbs .breadcrumbs-list li span.breadcrumb-separator{
  font-size: 0px;
}

.breadcrumbs .breadcrumbs-list li a.breadcrumb-current,.breadcrumbs .breadcrumbs-list li span.breadcrumb-current{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.breadcrumbs .breadcrumb-item {
  display: block;
  transform: none;
}

.breadcrumbs .breadcrumb-item{
  display: flex;
}

.breadcrumbs .breadcrumb-item.breadcrumbs-product .breadcrumbs .breadcrumb-item{
  display: inline-flex;
  white-space: nowrap;
}

.market-product-grid-wrapper .relative.breadcrumbs .breadcrumb-separator {
  display: block;
  transform: none;
}

.breadcrumbs .breadcrumb-separator{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0px;
}

.breadcrumbs .breadcrumb-separator:after{
  display: inline-block;
  height: 0.375rem;
  width: 0.375rem;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Arrows-Button-Right--Streamline-Micro" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 10 10" style="enable-background:new 0 0 10 10;" xml:space="preserve"><style type="text/css">.st0{fill:%23999;}</style><desc>Arrows Button Right Streamline Icon: https://streamlinehq.com</desc><path class="st0" d="M7.5,4.1L3.4,0.2C3.1-0.1,2.6,0,2.3,0.3c-0.3,0.3-0.2,0.7,0,1l3.7,3.5c0.1,0.1,0.1,0.3,0,0.4c0,0,0,0,0,0L2.4,8.7C2.1,9,2,9.5,2.3,9.8c0.3,0.3,0.8,0.3,1.1,0.1c0,0,0,0,0,0l4.1-3.9C8,5.4,8,4.6,7.5,4.1C7.5,4.1,7.5,4.1,7.5,4.1L7.5,4.1z"/></svg>');
}

.breadcrumbs .breadcrumb-current{
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity, 1));
}

.breadcrumbs .breadcrumb-gradient-left{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 0.75rem;
  flex-shrink: 0;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.breadcrumbs .breadcrumb-gradient-right{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 0.75rem;
  flex-shrink: 0;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.cms-home .page-main, .cms-home-logged .page-main{
  margin-top: 0px;
  margin-bottom: 0px;
}

.cms-home .page-main > .columns, .cms-home-logged .page-main > .columns{
  padding-left: 0px;
  padding-right: 0px;
}

.cms-home .main-title, .cms-home-logged .main-title{
  display: none;
}

@media (min-width: 1024px){
  .cms-home .section-join-us, .cms-home-logged .section-join-us{
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

.cms-home #header, .cms-home-logged #header{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}

.cms-home #header .megamenu, .cms-home-logged #header .megamenu{
  border-top-width: 1px;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner .row-full-width-inner{
  width: 1500px;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner h1{
  width: 450px;
  max-width: 100%;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner .row-full-width-inner{
  padding: 0px;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner']{
  overflow: hidden;
  border-radius: 40px;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px){
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner']{
    border-radius: 0px;
  }
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] {
  background-color: #0f2a3b;
  background: linear-gradient(90deg, #0f2a3b 20%, rgb(6, 43, 63) 40%);
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper{
  background-position: 95% 50%;
  padding: 5rem;
}

@media not all and (min-width: 768px){
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] .pagebuilder-banner-wrapper{
    background-position: 95% 70%;
    padding: 1rem;
  }
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.flex {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a{
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ambrands-brandlist-widget .brand-tooltip .subtitle#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#2cd7cc 0%, #28b1a8 100%);
  cursor: pointer;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 0px;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.15);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

[data-content-type$='block'] #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a:before {
  z-index: -1;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 3px;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a:hover:before{
  width: 100%;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.no-arrow:after{
  display: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.bg-simple {
  background: #28b1a8;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a {
  --btn-stroke: #2563eb;
  --btn-color: #ffffff;
  --btn-hover-stroke: #28b1a8;
  background: linear-gradient(118deg, #fa6230 36%, #fd3e24 69%);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a{
  border-radius: 0.75rem;
  border-width: 4px;
  border-color: rgba(8, 51, 68, var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.9;
}

.section-news-pharmazon #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a:after{
  background-position: right 5px;
}

.market-product-grid-wrapper #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a.flex:after {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] a:after{
  position: relative;
  top: 0.125rem;
  height: 14px;
  width: 18px;
  background-size:14px 14px;
  background-position: right center;
}

.market-product-grid-wrapper #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"].flex {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"]{
  position: relative;
}

.market-product-grid-wrapper .relative#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"]:after {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"]:after{
  position: absolute;
  bottom: 0.25rem;
  left: 0px;
  z-index: 10;
  display: flex;
  height: 0.75rem;
  width: 100%;
  --tw-rotate: -1deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(44, 215, 204, var(--tw-bg-opacity, 1));
  opacity: 0.1;
  --tw-content: '';
  content: var(--tw-content);
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"].text-sm.leading-tight.text-black:after{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"].text-sm.leading-tight.text-black + svg:after{
  right: -2rem;
}

.market-product-grid-wrapper #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"] strong.flex {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"] strong{
  position: relative;
  z-index: 20;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] span[style="text-decoration: underline;"]{
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.market-product-grid-wrapper #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] strong.flex {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] strong{
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] strong{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] strong {
  /*&:after{
                    @apply content-[''] absolute flex z-10 bg-secondary-darker w-full h-3 opacity-50 bottom-2 left-0;
                }*/
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 420px;
  max-width: 100%;
  gap: 1.5rem;
  font-size: 19px;
}

@media not all and (min-width: 768px){
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul{
    margin-bottom: 16rem;
  }
}

@media (min-width: 640px){
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul{
    columns: 2;
  }
}

@media (min-width: 768px){
  #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.market-product-grid-wrapper #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul li.flex {
  display: block;
  transform: none;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul li{
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  height: 22px;
  width: 22px;
  --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));
}

[data-content-type$='block'] #html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul li p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#html-body [data-content-type="row"][data-appearance="full-width"].section-banner [data-content-type='banner'] ul li:before {
  background-image: url("../images/check.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-products .row-full-width-inner{
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}

.section-products .pagebuilder-column-line{
  margin-bottom: 2rem;
}

.section-products h2{
  margin-bottom: 0px;
}

.section-products .pagebuilder-button-link{
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(228, 243, 243, var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.section-products .pagebuilder-button-link {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.section-products .pagebuilder-button-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.section-products .pagebuilder-button-link:hover:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

.section-products .glider-contain .glider-track .product-item{
  left: auto;
  right: auto;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.section-best-labos{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .section-best-labos{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.section-best-labos h2{
  max-width: 32rem;
}

.section-best-labos .pagebuilder-column-line{
  gap: 2.5rem;
}

@media (min-width: 768px){
  .section-best-labos .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-best-labos .pagebuilder-column:last-child{
  display: block !important;
}

@media not all and (min-width: 768px){
  .section-best-labos .pagebuilder-column:last-child{
    max-width: 400px;
  }
}

.market-product-grid-wrapper .relative.section-best-labos .pagebuilder-column:last-child figure {
  display: block;
  transform: none;
}

.section-best-labos .pagebuilder-column:last-child figure{
  float: left;
  margin-bottom: 1.75rem;
  margin-right: 1.75rem;
  display: flex;
  height: 90px;
  width: calc(50% - 3.5rem);
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media not all and (min-width: 768px){
  .section-best-labos .pagebuilder-column:last-child figure{
    margin-bottom: 0.75rem;
    margin-right: 0.75rem;
    height: 50px;
    width: calc(33% - .75rem);
  }
}

.section-best-labos .pagebuilder-column:last-child figure img{
  height: auto;
  max-height: 40px;
  width: auto;
  max-width: 100px;
}

@media (min-width: 768px){
  .section-best-labos .pagebuilder-column:last-child figure:nth-child(3){
    margin-left: 1.75rem;
  }
}

.section-best-labos .pagebuilder-column:last-child figure:nth-child(5), .section-best-labos .pagebuilder-column:last-child figure:nth-child(6){
  margin-bottom: 0px;
}

.market-product-grid-wrapper .relative.section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary {
  display: block;
  transform: none;
}

.section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary{
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.market-product-grid-wrapper .relative.section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary span {
  display: block;
  transform: none;
}

.section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary span{
  display: flex;
  flex-wrap: wrap;
}

.section-best-labos [data-content-type="buttons"] .pagebuilder-button-primary:after{
  height: 1rem;
  width: 0.875rem;
  background-size:14px 14px;
  background-position: right 2px;
}

.section-plus{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .section-plus{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.section-plus h2{
  margin-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.section-plus h3{
  margin-top: 1rem;
  font-size: 22px;
  line-height: 1.75rem;
}

.section-plus .pagebuilder-column{
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@supports (color: rgb(0 0 0 / 0)){
.section-plus .pagebuilder-column{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
}

.section-plus .pagebuilder-column-group{
  margin-left: auto;
  margin-right: auto;
  width: 1230px;
  max-width: 100%;
}

.section-test[data-content-type="row"]{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .section-test[data-content-type="row"]{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px){
  .section-test[data-content-type="row"] .pagebuilder-column:first-child{
    padding-right: 10rem;
  }
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child .pagebuilder-button-link{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.section-test[data-content-type="row"] .pagebuilder-column:first-child .pagebuilder-button-link{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.section-test[data-content-type="row"] .pagebuilder-column:first-child .pagebuilder-button-link + svg{
  right: -2rem;
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child .pagebuilder-button-link:after{
  display: none;
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child [data-content-type='buttons'] [data-content-type='button-item']{
  padding-right: 1.5rem;
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child [data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-secondary{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child [data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-secondary:after{
  height: 1rem;
  width: 1.25rem;
  background-size:14px 14px;
  background-position: right 3px;
}

.section-test[data-content-type="row"] .pagebuilder-column:first-child [data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.market-product-grid-wrapper .relative.section-test[data-content-type="row"] ul {
  display: block;
  transform: none;
}

.section-test[data-content-type="row"] ul{
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

@media (min-width: 1024px){
  .section-test[data-content-type="row"] ul{
    margin-left: 5rem;
  }
}

.market-product-grid-wrapper .section-test[data-content-type="row"] ul li.flex {
  display: block;
  transform: none;
}

.section-test[data-content-type="row"] ul li{
  position: relative;
  padding-left: 70px;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .section-test[data-content-type="row"] ul li{
    font-size: 19px;
  }
}

.section-test[data-content-type="row"] ul li strong{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .section-test[data-content-type="row"] ul li strong{
    font-size: 22px;
  }
}

.section-test[data-content-type="row"] ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  height: 3rem;
  width: 3rem;
  --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));
}

[data-content-type$='block'] .section-test[data-content-type="row"] ul li p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-test[data-content-type="row"] ul li:before {
  background-image: url("../images/test-card.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-test[data-content-type="row"] ul li:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 1.25rem;
  display: block;
  height: 3rem;
  height: 40px;
  width: 0.75rem;
  width: 10px;
}

[data-content-type$='block'] .section-test[data-content-type="row"] ul li p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-test[data-content-type="row"] ul li:after {
  background-image: url("../images/dots.svg");
  background-size: 10px 40px;
}

.section-test[data-content-type="row"] ul li:first-child:before{
  left: -0.25rem;
}

.section-test[data-content-type="row"] ul li:nth-child(2):before {
  background-image: url("../images/test-shipping.svg");
}

.section-test[data-content-type="row"] ul li:nth-child(3):before {
  background-image: url("../images/test-join.svg");
}

.section-test[data-content-type="row"] ul li:nth-child(3):after{
  display: none;
}

.section-test[data-content-type="row"] p{
  margin-bottom: 2.5rem;
}

#html-body .section-home-bottom{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  #html-body .section-home-bottom{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

#html-body .section-home-bottom .pagebuilder-column:first-child{
  max-width: 625px;
}

#html-body .section-home-bottom .pagebuilder-column:first-child .pagebuilder-mobile-hidden{
  max-height: 660px;
  width: 100%;
  max-width: 625px;
  object-fit: cover;
}

.market-product-grid-wrapper #html-body .section-home-bottom .section-join-us .pagebuilder-button-secondary.flex:after {
  display: block;
  transform: none;
}

#html-body .section-home-bottom .section-join-us .pagebuilder-button-secondary:after{
  position: relative;
  top: 0.125rem;
  height: 1rem;
  width: 1.25rem;
  background-size:14px 14px;
  background-position: right center;
}

.section-join-us{
  padding: 1.5rem !important;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .section-join-us{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .section-join-us p{
    font-size: 26px;
  }
}

.section-join-us .pagebuilder-button-secondary{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .section-join-us .pagebuilder-button-secondary{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.section-join-us .pagebuilder-button-secondary{
  margin-top: 1.5rem;
}

@media not all and (min-width: 1024px){
  .block-static-block [data-content-type='row'][data-appearance='contained']{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.section-one-review{
  margin-left: auto;
  margin-right: auto;
  width: 1250px;
  max-width: 100%;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.section-one-review .pagebuilder-column-line{
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .section-one-review .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-one-review .text-xl{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review .text-xl{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review .text-xl p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review .text-xl p{
    line-height: 3rem;
  }
}

.section-one-review p{
  line-height: 1.25rem;
}

.section-one-review p span{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.section-one-review p span.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.section-one-review p span.leading-tight.text-black + svg{
  right: -2rem;
}

.section-google-reviews {
  background: #f9fafc;
  padding-bottom: 2.5rem;
}

.section-google-reviews > div{
  padding-bottom: 0px;
}

.section-google-reviews h2{
  margin-bottom: 0px;
}

.section-google-reviews p{
  margin-bottom: 0px;
}

.market-product-grid-wrapper .relative.section-google-reviews [data-content-type='buttons'] {
  display: block;
  transform: none;
}

.section-google-reviews [data-content-type='buttons']{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}

.section-google-reviews [data-content-type='buttons'] [data-content-type='button-item']{
  margin-right: 0px;
  margin-bottom: 0px;
}

.section-google-reviews [data-content-type='buttons'] .pagebuilder-button-link{
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(116, 124, 136, var(--tw-text-opacity, 1));
}

.section-google-reviews [data-content-type='buttons'] .pagebuilder-button-link:after {
  background-image: url("../images/arrow-left-gray.svg");
  margin-left: 0.5rem;
  margin-top: 1rem;
  --tw-rotate: 140deg;
  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));
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-position: center -2px;
}

.section-google-reviews-two {
  background: #f9fafc;
  overflow: hidden;
}

.section-google-reviews-two > div{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media not all and (min-width: 768px){
  .section-google-reviews-two > div{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.market-product-grid-wrapper .section-google-reviews-two .google-carousel-widget.flex {
  display: block;
  transform: none;
}

.section-google-reviews-two .google-carousel-widget{
  position: relative;
  columns: 1;
  gap: 1.5rem;
  overflow: hidden;
}

@media (min-width: 768px){
  .section-google-reviews-two .google-carousel-widget{
    margin-left: -10rem;
    margin-right: -10rem;
    columns: 3;
  }
}

@media (min-width: 1024px){
  .section-google-reviews-two .google-carousel-widget{
    columns: 4;
  }
}

.market-product-grid-wrapper .relative.section-google-reviews-two .google-carousel-widget header {
  display: block;
  transform: none;
}

.section-google-reviews-two .google-carousel-widget header{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.section-google-reviews-two .google-carousel-widget header img{
  height: 4rem;
  width: 4rem;
}

.section-google-reviews-two .google-carousel-widget:after {
  content: "";
  position: absolute;
  display: block;
}

@media not all and (min-width: 768px){
  .section-google-reviews-two .google-carousel-widget:after{
    display: none;
  }
}

@media (min-width: 640px){
  .section-google-reviews-two .google-carousel-widget:after{
    left: 9rem;
  }
}

.section-google-reviews-two .google-carousel-widget:after {
  top: 0;
  height: 100%;
  width: 30vw;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(94deg, rgba(249, 250, 251, 1) 25%, rgba(249, 250, 251, 0) 65%);
}

.section-google-reviews-two .google-carousel-widget:before {
  content: "";
  position: absolute;
  display: block;
}

@media not all and (min-width: 768px){
  .section-google-reviews-two .google-carousel-widget:before{
    display: none;
  }
}

@media (min-width: 640px){
  .section-google-reviews-two .google-carousel-widget:before{
    right: 9rem;
  }
}

.section-google-reviews-two .google-carousel-widget:before {
  top: 0;
  height: 100%;
  width: 30vw;
  z-index: 10 !important;
  pointer-events: none;
  background: linear-gradient(-94deg, rgba(249, 250, 251, 1) 25%, rgba(249, 250, 251, 0) 65%);
}

.section-google-reviews-two .google-carousel-widget .comment{
  margin-top: 1.25rem;
  font-size: 19px;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.section-google-reviews-two .google-carousel-widget footer {
  display: block;
  transform: none;
}

.section-google-reviews-two .google-carousel-widget footer{
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-google-reviews-two .google-carousel-widget footer .date{
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgba(116, 124, 136, var(--tw-text-opacity, 1));
}

.section-google-reviews-two [data-element="review-item"]{
  margin-bottom: 1.5rem;
  page-break-inside: avoid;
  break-inside: avoid;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(238, 240, 241, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section-google-reviews-two [data-element="box-stars"] {
  display: block;
  width: 80px;
}

.section-google-reviews-two [data-element="box-stars"] svg {
  width: 16px !important;
  height: 16px !important;
  flex: none;
}

.section-google-reviews-two [data-element="box-stars"] .filled{
  position: absolute;
  overflow: hidden;
}

.market-product-grid-wrapper .relative.section-google-reviews-two [data-element="box-stars"] .filled > div {
  display: block;
  transform: none;
}

.section-google-reviews-two [data-element="box-stars"] .filled > div{
  display: flex;
}

.market-product-grid-wrapper .relative.section-google-reviews-two [data-element="box-stars"] .empty {
  display: block;
  transform: none;
}

.section-google-reviews-two [data-element="box-stars"] .empty{
  display: flex;
  width: 100%;
}

/**
 * Home Slider - Pourquoi choisir Pharmazon
 * Styles for the features carousel/slider
 */

.market-product-grid-wrapper .pharmazon-features-slider.flex {
  display: block;
  transform: none;
}

.pharmazon-features-slider{
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px){
  .pharmazon-features-slider{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.market-product-grid-wrapper .pharmazon-features-slider .slider-container.flex {
  display: block;
  transform: none;
}

.pharmazon-features-slider .slider-container{
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px){
  .pharmazon-features-slider .slider-container{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1024px){
  .pharmazon-features-slider .slider-container{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.pharmazon-features-slider .slider-wrapper{
  overflow: hidden;
}

.market-product-grid-wrapper .relative.pharmazon-features-slider .slides-track {
  display: block;
  transform: none;
}

.pharmazon-features-slider .slides-track{
  display: flex;
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.pharmazon-features-slider .slide-item{
  width: 100%;
  flex-shrink: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .pharmazon-features-slider .slide-item{
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .pharmazon-features-slider .slide-item{
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  .pharmazon-features-slider .slide-item{
    width: 33.333333%;
  }
}

.market-product-grid-wrapper .relative.pharmazon-features-slider .feature-card {
  display: block;
  transform: none;
}

.pharmazon-features-slider .feature-card{
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.pharmazon-features-slider .feature-card:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pharmazon-features-slider .feature-card {
  border: 1px solid #e2e5ea;
  overflow: hidden;
}

.pharmazon-features-slider .feature-card .card-image{
  height: 12rem;
  width: 100%;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(130, 142, 158, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(130, 142, 158, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  object-fit: cover;
}

@supports (color: rgb(0 0 0 / 0)){
.pharmazon-features-slider .feature-card .card-image{
  --tw-gradient-to: rgb(44 215 204 / 0.1) var(--tw-gradient-to-position);
}
}

.pharmazon-features-slider .feature-card .card-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.market-product-grid-wrapper .relative.pharmazon-features-slider .feature-card .card-content {
  display: block;
  transform: none;
}

.pharmazon-features-slider .feature-card .card-content{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.pharmazon-features-slider .feature-card .card-title{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.section-one-review .pharmazon-features-slider .feature-card .card-title{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review .pharmazon-features-slider .feature-card .card-title{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review .pharmazon-features-slider .feature-card .card-title p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review .pharmazon-features-slider .feature-card .card-title p{
    line-height: 3rem;
  }
}

.pharmazon-features-slider .feature-card .card-description{
  margin-bottom: 1rem;
  flex-grow: 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.pharmazon-features-slider .feature-card .card-description.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.pharmazon-features-slider .feature-card .card-description.leading-tight.text-black + svg{
  right: -2rem;
}

.pharmazon-features-slider .feature-card .card-link{
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

[data-content-type='row'] h2.pharmazon-features-slider .feature-card .card-link{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.pharmazon-features-slider .feature-card .card-link.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.pharmazon-features-slider .feature-card .card-link.leading-tight.text-black + svg{
  right: -2rem;
}

.pharmazon-features-slider .feature-card .card-link:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.pharmazon-features-slider .feature-card .card-link svg{
  margin-left: 0.5rem;
  height: 1rem;
  width: 1rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.pharmazon-features-slider .feature-card .card-link:hover svg{
  --tw-translate-x: 0.25rem;
  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));
}

/* Navigation Buttons */

.pharmazon-features-slider .slider-nav{
  position: absolute;
  top: 50%;
  z-index: 10;
  --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));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.pharmazon-features-slider .slider-nav.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.pharmazon-features-slider .slider-nav.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.pharmazon-features-slider .slider-nav{
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.market-product-grid-wrapper .relative.pharmazon-features-slider .slider-nav {
  display: block;
  transform: none;
}

.pharmazon-features-slider .slider-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.pharmazon-features-slider .slider-nav:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 243, 243, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.pharmazon-features-slider .slider-nav{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.pharmazon-features-slider .slider-nav:disabled{
  cursor: not-allowed;
  opacity: 0.3;
}

.pharmazon-features-slider .slider-nav:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.pharmazon-features-slider .slider-nav.prev{
  left: -0.25rem;
}

.pharmazon-features-slider .slider-nav.next{
  right: -0.25rem;
}

@media (min-width: 768px) {
  .pharmazon-features-slider .slider-nav.prev{
    left: 7px;
  }

  .pharmazon-features-slider .slider-nav.next{
    right: 7px;
  }
}

@media (min-width: 1024px) {
  .pharmazon-features-slider .slider-nav.prev{
    left: 0px;
  }

  .pharmazon-features-slider .slider-nav.next{
    right: 0px;
  }
}

/* Dots Navigation */

.market-product-grid-wrapper .relative.pharmazon-features-slider .slider-dots {
  display: block;
  transform: none;
}

.pharmazon-features-slider .slider-dots{
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.pharmazon-features-slider .slider-dots button{
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.pharmazon-features-slider .slider-dots button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(44, 215, 204, var(--tw-bg-opacity, 1));
}

.pharmazon-features-slider .slider-dots button.active{
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(228, 243, 243, var(--tw-bg-opacity, 1));
}

/* Section Title */

.pharmazon-features-slider .section-title{
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: rgba(5, 37, 35, var(--tw-text-opacity));
  --tw-text-opacity: 1;
}

@media (min-width: 768px) {
  .pharmazon-features-slider .section-title {
    font-size: 40px;
    line-height: 45px
  }
}

/* Responsive adjustments */

@media (max-width: 639px) {
  .pharmazon-features-slider .slider-nav{
    height: 2.5rem;
    width: 2.5rem;
  }
}

[data-content-type="row"].section-products-logged, [data-content-type="row"].section-dashboard{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(233, 237, 240, var(--tw-border-opacity, 1));
  background: #F9FAFB;
  background: linear-gradient(94deg, rgba(249, 250, 251, 1) 76%, rgba(249, 250, 251, 1) 70%);
}

[data-content-type="row"].section-products-logged > .row-full-width-inner, [data-content-type="row"].section-dashboard > .row-full-width-inner{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  [data-content-type="row"].section-products-logged > .row-full-width-inner, [data-content-type="row"].section-dashboard > .row-full-width-inner{
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  [data-content-type="row"].section-products-logged > .row-full-width-inner, [data-content-type="row"].section-dashboard > .row-full-width-inner{
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

[data-content-type="row"].section-products-logged .pagebuilder-column-line, [data-content-type="row"].section-dashboard .pagebuilder-column-line{
  margin-bottom: 2rem;
}

[data-content-type="row"].section-products-logged h2, [data-content-type="row"].section-dashboard h2{
  margin-bottom: 0px;
  font-size: 25px;
}

[data-content-type="row"].section-products-logged .pagebuilder-button-link, [data-content-type="row"].section-dashboard .pagebuilder-button-link{
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(228, 243, 243, var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle[data-content-type="row"].section-products-logged .pagebuilder-button-link,.ambrands-brandlist-widget .brand-tooltip .subtitle [data-content-type="row"].section-dashboard .pagebuilder-button-link {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

[data-content-type="row"].section-products-logged .pagebuilder-button-link:hover, [data-content-type="row"].section-dashboard .pagebuilder-button-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

[data-content-type="row"].section-products-logged .pagebuilder-button-link:hover:after, [data-content-type="row"].section-dashboard .pagebuilder-button-link:hover:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

[data-content-type="row"].section-products-logged .link-grey .pagebuilder-button-link, [data-content-type="row"].section-dashboard .link-grey .pagebuilder-button-link{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 241, 242, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(116, 124, 136, var(--tw-text-opacity, 1));
}

[data-content-type="row"].section-products-logged .link-grey .pagebuilder-button-link:after, [data-content-type="row"].section-dashboard .link-grey .pagebuilder-button-link:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23747c88}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

[data-content-type="row"].section-products-logged .link-grey .pagebuilder-button-link:hover, [data-content-type="row"].section-dashboard .link-grey .pagebuilder-button-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

[data-content-type="row"].section-products-logged .link-grey .pagebuilder-button-link:hover:after, [data-content-type="row"].section-dashboard .link-grey .pagebuilder-button-link:hover:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
}

[data-content-type="row"].section-products-logged .glider, [data-content-type="row"].section-dashboard .glider{
  overflow: hidden;
}

[data-content-type="row"].section-products-logged .glider .glider-track,[data-content-type="row"].section-dashboard .glider .glider-track{
  gap: 0px;
}

[data-content-type="row"].section-products-logged .glider .glider-track .product-item,[data-content-type="row"].section-dashboard .glider .glider-track .product-item{
  left: auto;
  right: auto;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

[data-content-type="row"].section-products-logged .glider .glider-track .product-item:first-child,[data-content-type="row"].section-dashboard .glider .glider-track .product-item:first-child{
  margin-left: 0px;
}

[data-content-type="row"].section-products-logged .glider .glider-track .product-item:last-child,[data-content-type="row"].section-dashboard .glider .glider-track .product-item:last-child{
  margin-right: 0px;
}

@media (min-width: 768px){
  [data-content-type="row"].section-products-logged .glider .glider-track .product-item img,[data-content-type="row"].section-dashboard .glider .glider-track .product-item img{
    max-height: 175px;
  }
}

[data-content-type="row"].section-products-logged .carousel-nav,[data-content-type="row"].section-dashboard .carousel-nav{
  display: none;
}

[data-content-type="row"].section-products-logged.section-dashboard,[data-content-type="row"].section-dashboard.section-dashboard{
  background: #fff;
}

[data-content-type="row"].section-products-logged.section-dashboard > .row-full-width-inner, [data-content-type="row"].section-dashboard.section-dashboard > .row-full-width-inner{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media not all and (min-width: 768px){
  [data-content-type="row"].section-products-logged.section-dashboard > .row-full-width-inner, [data-content-type="row"].section-dashboard.section-dashboard > .row-full-width-inner{
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  [data-content-type="row"].section-products-logged.section-dashboard > .row-full-width-inner, [data-content-type="row"].section-dashboard.section-dashboard > .row-full-width-inner{
    padding-bottom: 3.5rem;
  }
}

[data-content-type="row"].section-products-logged.section-dashboard .pagebuilder-column-line, [data-content-type="row"].section-dashboard.section-dashboard .pagebuilder-column-line{
  margin-bottom: 1rem;
}

[data-content-type='row'][data-appearance='full-width'].section-promo > .row-full-width-inner{
  width: 1480px !important;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1.5rem;
  padding-top: 0px;
}

@media not all and (min-width: 768px){
  [data-content-type='row'][data-appearance='full-width'].section-promo > .row-full-width-inner{
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slider{
  height: 32vw;
}

@media (min-width: 1536px){
  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slider{
    height: 545px;
  }
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slider {
  min-height: inherit !important;
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper{
  height: 32vw;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 1024px){
  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper{
    border-radius: 50px;
  }
}

@media (min-width: 1536px){
  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper{
    height: 545px;
  }
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper {
  background-size: 100% auto !important;
  min-height: inherit !important;
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper .pagebuilder-poster-overlay{
  height: 32vw;
}

@media (min-width: 1536px){
  [data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper .pagebuilder-poster-overlay{
    height: 545px;
  }
}

[data-content-type='row'][data-appearance='full-width'].section-promo .pagebuilder-slide-wrapper .pagebuilder-poster-overlay {
  min-height: inherit !important;
}

[data-content-type='row'][data-appearance='full-width'].section-promo [data-role="glider-content"]{
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
  overflow: hidden;
}

[data-content-type='row'][data-appearance='full-width'].section-promo .glider-prev{
  left: 2rem;
  --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));
}

[data-content-type='row'][data-appearance='full-width'].section-promo .glider-next{
  right: 2rem;
  --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));
}

@media (min-width: 1024px){
  .section-news-pharmazon{
    padding-bottom: 5rem;
  }
}

.section-news-pharmazon .title p{
  margin-bottom: 0px;
  font-size: 19px;
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .section-news-pharmazon .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-news-pharmazon .pagebuilder-column:first-child{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.section-news-pharmazon .pagebuilder-column:first-child [data-content-type='html']{
  height: 100%;
}

.market-product-grid-wrapper .relative.section-news-pharmazon .pagebuilder-column:last-child {
  display: block;
  transform: none;
}

.section-news-pharmazon .pagebuilder-column:last-child{
  display: flex;
  gap: 1.5rem;
}

.section-news-pharmazon .pagebuilder-column:last-child img{
  border-radius: 0.5rem;
}

.section-news-pharmazon .glider-contain, .section-news-pharmazon .glider{
  height: 100%;
}

.section-news-pharmazon .glider-track{
  gap: 1.5rem;
}

.market-product-grid-wrapper .relative.section-news-pharmazon .glider-slide {
  display: block;
  transform: none;
}

.section-news-pharmazon .glider-slide{
  margin: 0px;
  margin-left: -1.5rem;
  display: flex;
  justify-content: flex-start;
  padding: 1.5rem;
}

.section-news-pharmazon .glider-slide:first-child{
  margin-left: 0px;
}

.section-news-pharmazon .post-info-wraper{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-news-pharmazon .post-info-wraper .mp-post-title{
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.section-one-review .section-news-pharmazon .post-info-wraper .mp-post-title{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review .section-news-pharmazon .post-info-wraper .mp-post-title{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review .section-news-pharmazon .post-info-wraper .mp-post-title p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review .section-news-pharmazon .post-info-wraper .mp-post-title p{
    line-height: 3rem;
  }
}

.section-news-pharmazon .post-info-wraper .mp-post-info{
  margin-bottom: 1rem;
}

.section-news-pharmazon .post-image img{
  margin-bottom: 1.5rem;
  max-height: 280px;
  width: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}

.section-news-pharmazon .btn{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon .btn:after{
  background-position: right 5px;
}

.market-product-grid-wrapper .relative.section-news-pharmazon .dots {
  display: block;
  transform: none;
}

.section-news-pharmazon .dots{
  position: absolute;
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0.25rem;
}

.section-news-pharmazon .dots button{
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  opacity: 0.9;
}

.section-news-pharmazon .dots button.active{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.section-dashboard{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .section-dashboard{
    padding-top: 0px !important;
  }
}

.section-dashboard .pagebuilder-column-line{
  margin-bottom: 0.5rem;
}

.section-dashboard .row-full-width-inner{
  max-width: 1230px;
  padding-top: 0px;
}

@media not all and (min-width: 768px){
  .section-dashboard .row-full-width-inner{
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.market-product-grid-wrapper .relative.section-dashboard [data-content-type='buttons'] {
  display: block;
  transform: none;
}

.section-dashboard [data-content-type='buttons']{
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

@media (min-width: 768px){
  .section-dashboard [data-content-type='buttons']{
    justify-content: flex-end;
  }
}

@media (min-width: 1024px){
  .section-dashboard [data-content-type='buttons']{
    gap: 1.25rem;
  }
}

.market-product-grid-wrapper .relative.dashboard-phtml .dashboard-container {
  display: block;
  transform: none;
}

.dashboard-phtml .dashboard-container{
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

@media not all and (min-width: 1280px){
  .dashboard-phtml .dashboard-container{
    flex-direction: column;
  }
}

.market-product-grid-wrapper .relative.dashboard-phtml .dashboard-discover-btn {
  display: block;
  transform: none;
}

.dashboard-phtml .dashboard-discover-btn{
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

.dashboard-phtml .dashboard-discover-btn a {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper .dashboard-phtml .dashboard-discover-btn a.flex {
  display: block;
  transform: none;
}

.dashboard-phtml .dashboard-discover-btn a{
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.dashboard-phtml .dashboard-discover-btn a {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.dashboard-phtml .dashboard-discover-btn a.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.dashboard-phtml .dashboard-discover-btn a.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.dashboard-phtml .dashboard-discover-btn a {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#2cd7cc 0%, #28b1a8 100%);
  cursor: pointer;
}

.dashboard-phtml .dashboard-discover-btn a:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 0px;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.15);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

[data-content-type$='block'] .dashboard-phtml .dashboard-discover-btn a p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.dashboard-phtml .dashboard-discover-btn a:before {
  z-index: -1;
}

.dashboard-phtml .dashboard-discover-btn a:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 3px;
}

.dashboard-phtml .dashboard-discover-btn a:hover:before{
  width: 100%;
}

.dashboard-phtml .dashboard-discover-btn a.no-arrow:after{
  display: none;
}

.dashboard-phtml .dashboard-discover-btn a.bg-simple {
  background: #28b1a8;
}

.btn.dashboard-phtml .dashboard-discover-btn a {
  background: #28b1a8;
}

.dashboard-phtml .dashboard-discover-btn a {
  background: #28b1a8;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.market-product-grid-wrapper .relative.dashboard-phtml .dashboard-discover-btn a {
  display: block;
  transform: none;
}

.dashboard-phtml .dashboard-discover-btn a{
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.section-news-pharmazon .dashboard-phtml .dashboard-discover-btn a{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon .dashboard-phtml .dashboard-discover-btn a:after{
  background-position: right 5px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.dashboard-phtml .dashboard-discover-btn a.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.dashboard-phtml .dashboard-discover-btn a.leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper .relative.dashboard-phtml .dashboard-discover-btn a span {
  display: block;
  transform: none;
}

.dashboard-phtml .dashboard-discover-btn a span{
  display: flex;
  flex-wrap: wrap;
}

.market-product-grid-wrapper .relative.dashboard-phtml .dashboard-products-section {
  display: block;
  transform: none;
}

.dashboard-phtml .dashboard-products-section{
  display: flex;
  gap: 0.25rem;
}

.dashboard-phtml .dashboard-products-section .card-dashboard-block:first-child{
  width: 60%;
}

.dashboard-phtml .dashboard-products-section .card-dashboard-block{
  width: 40%;
}

.card-dashboard{
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 247, var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-shadow: 0 35px 60px -15px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 35px 60px -15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1280px){
  .card-dashboard{
    width: 33.333333%;
  }
}

.card-dashboard:first-child .card-dashboard-block:last-child{
  margin-top: 1.5rem;
}

.market-product-grid-wrapper .relative.card-dashboard-head {
  display: block;
  transform: none;
}

.card-dashboard-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.card-dashboard-head .title{
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

[data-content-type$='block'] .card-dashboard-head .title p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-one-review .card-dashboard-head .title{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review .card-dashboard-head .title{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review .card-dashboard-head .title p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review .card-dashboard-head .title p{
    line-height: 3rem;
  }
}

.market-product-grid-wrapper .relative.card-dashboard-head .bullets {
  display: block;
  transform: none;
}

.card-dashboard-head .bullets{
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.card-dashboard-head .bullets span{
  height: 4px;
  width: 4px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(203, 214, 215, var(--tw-bg-opacity, 1));
}

.market-product-grid-wrapper .relative.card-dashboard-stats {
  display: block;
  transform: none;
}

.card-dashboard-stats{
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

@media not all and (min-width: 768px){
  .card-dashboard-stats{
    flex-direction: column;
  }
}

@media (min-width: 768px){
  .card-dashboard-stats{
    align-items: flex-end;
  }
}

.card-dashboard-stats .progression-indicator{
  display: inline-block;
  border-radius: 3px;
  padding: 2px;
}

.card-dashboard-stats .progression-indicator.positive{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.card-dashboard-stats .progression-indicator.negative{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
}

.card-dashboard-stats .progression-indicator svg{
  height: 0.5rem;
  width: 0.5rem;
  fill: #fff;
}

.card-dashboard-stats .progression-indicator svg.arrow-up{
  --tw-rotate: -45deg;
  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));
}

.card-dashboard-stats .progression-indicator svg.arrow-down{
  --tw-rotate: 45deg;
  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));
}

.card-dashboard-stats .progression-text.positive{
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2.card-dashboard-stats .progression-text.positive{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.card-dashboard-stats .progression-text.negative{
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.card-dashboard-stats .numbers {
  display: block;
  transform: none;
}

.card-dashboard-stats .numbers{
  display: flex;
  flex-direction: column;
}

.card-dashboard-stats .number{
  margin-bottom: 0.5rem;
  font-size: 38px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.card-dashboard-stats .order{
  margin-top: -0.75rem;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.checkout-cart-index #discount-form-toggle .card-dashboard-stats .order{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.card-dashboard-stats .progression{
  margin-top: 0.5rem;
  font-size: 13px;
}

.card-dashboard-stats .progression span{
  font-weight: 700;
}

.market-product-grid-wrapper .card-dashboard-block.flex {
  display: block;
  transform: none;
}

.card-dashboard-block{
  position: relative;
  margin-top: 2.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.card-dashboard-block.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.card-dashboard-block.leading-tight.text-black + svg{
  right: -2rem;
}

.card-dashboard-block .title{
  position: absolute;
  top: -1rem;
  left: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  font-weight: 700;
}

.card-dashboard-block .title a{
  margin-left: 0.25rem;
  font-size: 13px;
}

.card-dashboard-block table{
  font-size: 13px;
}

.market-product-grid-wrapper .card-dashboard-block .line.flex {
  display: block;
  transform: none;
}

.card-dashboard-block .line{
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 247, var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.market-product-grid-wrapper .relative.card-dashboard-block .filling {
  display: block;
  transform: none;
}

.card-dashboard-block .filling{
  position: absolute;
  top: 0px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.card-dashboard-block .filling.filling-half{
  width: 50%;
}

.card-dashboard-block .more{
  margin-top: 0.25rem;
  font-size: 13px;
}

.card-dashboard-block .more a{
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.market-product-grid-wrapper .relative.card-dashboard-block .table-orders {
  display: block;
  transform: none;
}

.card-dashboard-block .table-orders{
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.card-dashboard-block .table-orders table{
  width: 100%;
  border-collapse: separate;
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.card-dashboard-block .table-orders td{
  padding: 0.05rem;
}

.card-dashboard-block .table-orders td:last-child{
  text-align: right;
}

.checkout-cart-index #cart-totals .card-dashboard-block .table-orders td:last-child{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.checkout-cart-index #cart-totals .card-dashboard-block .table-orders td:last-child {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.checkout-cart-index #cart-totals .card-dashboard-block .table-orders td:last-child.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.checkout-cart-index #cart-totals .card-dashboard-block .table-orders td:last-child.leading-tight.text-black + svg{
  right: -2rem;
}

.card-dashboard-block .table-orders tr{
  padding-top: 0.25rem;
}

.card-dashboard-block .table-orders .numero{
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 247, var(--tw-bg-opacity, 1));
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-weight: 700;
}

.market-product-grid-wrapper .relative.card-dashboard-block .table-orders tr.order-row {
  display: block;
  transform: none;
}

.card-dashboard-block .table-orders tr.order-row{
  display: flex;
}

@media (min-width: 768px){
  .card-dashboard-block .table-orders tr.order-row{
    justify-content: space-between;
  }
}

@media not all and (min-width: 640px){
  .card-dashboard-block .table-orders td.order-date{
    display: none;
  }
}

.card-dashboard-block .table-orders .status{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 13px;
  font-weight: 700;
}

.card-dashboard-block .table-orders .status span{
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
}

.card-dashboard-block .table-orders .status span.status-indicator-on-hold{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 150, 30, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-orders .status span.status-indicator-valid{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-orders .status span.status-indicator-canceled{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-orders .status.on-hold{
  --tw-border-opacity: 1;
  border-color: rgba(254, 150, 30, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 250, 244, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(254, 150, 30, var(--tw-text-opacity, 1));
}

.card-dashboard-block .table-orders .status.on-hold span{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 150, 30, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-orders .status.canceled{
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.card-dashboard-block .table-orders .status.canceled span{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-orders .status.valid{
  --tw-border-opacity: 1;
  border-color: rgba(40, 177, 168, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2.card-dashboard-block .table-orders .status.valid{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.card-dashboard-block .table-orders .status.valid span{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-orders .sublabel{
  display: block;
  max-width: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-content-type$='block'] .card-dashboard-block .table-orders .sublabel p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.card-dashboard-block .table-orders .sublabel strong{
  font-weight: 600;
}

.market-product-grid-wrapper .relative.card-dashboard-block .table-markets {
  display: block;
  transform: none;
}

.card-dashboard-block .table-markets{
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.card-dashboard-block .table-markets tr{
  column-gap: 0.25rem;
}

@media not all and (min-width: 640px){
  .card-dashboard-block .table-markets tr{
    display: flex;
  }

  .market-product-grid-wrapper .card-dashboard-block .table-markets tr.relative {
    display: block;
    transform: none;
  }

  .card-dashboard-block .table-markets tr{
    display: flex;
    flex-wrap: wrap;
  }
}

.card-dashboard-block .table-markets table{
  width: 100%;
  border-collapse: separate;
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.card-dashboard-block .table-markets .graph{
  display: inline-block;
  height: 7px;
  width: 100px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 247, var(--tw-bg-opacity, 1));
}

.card-dashboard-block .table-markets .graph span{
  display: block;
  height: 7px;
  border-radius: 9999px;
}

[data-content-type$='block'] .card-dashboard-block .table-markets .graph span p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.card-dashboard-block .table-markets .graph span {
  background: #29BEB5;
  background: linear-gradient(94deg, rgba(41, 190, 181, 1) 43%, rgba(40, 177, 168, 1) 65%);
}

.card-dashboard-block .table-markets .graph span.graph-fill-40{
  width: 40%;
}

.card-dashboard-block .table-markets .graph span.graph-fill-90{
  width: 90%;
}

.card-dashboard-block .table-markets .graph span.graph-fill-30{
  width: 30%;
}

.card-dashboard-block .table-markets .sublabel{
  display: block;
  max-width: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-content-type$='block'] .card-dashboard-block .table-markets .sublabel p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.card-dashboard-block .table-markets .sublabel strong{
  font-weight: 600;
}

.card-dashboard-block .table-small .sublabel{
  max-width: 170px;
}

.card-dashboard-block .table-small td{
  padding: 0px;
  text-align: left !important;
}

.customer-account-login #maincontent{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #FCFEFE;
  background: linear-gradient(90deg, rgba(252, 254, 254, 1) 0%, rgba(242, 250, 250, 1) 24%, rgba(255, 249, 248, 1) 59%);
}

.customer-account-create{
  overflow-x: hidden;
}

.customer-account-create .main-title{
  display: none;
}

.customer-account-create .page-main{
  margin-top: 0px;
}

.customer-account-create .breadcrumbs-wrapper{
  position: absolute;
  left: 50%;
  margin-top: 1rem;
  --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));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .customer-account-create .breadcrumbs-wrapper{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.customer-account-create .breadcrumbs-wrapper {
  width: 1330px !important;
  max-width: 100% !important;
}

.customer-account-create .breadcrumbs-wrapper .puce-arrow {
  font-size: 0;
}

.customer-account-create .breadcrumbs-wrapper .puce-arrow:after {
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Arrows-Button-Right--Streamline-Micro" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 10 10" style="enable-background:new 0 0 10 10;" xml:space="preserve"><style type="text/css">.st0{fill:%2328B1A8;}</style><desc>Arrows Button Right Streamline Icon: https://streamlinehq.com</desc><path class="st0" d="M7.5,4.1L3.4,0.2C3.1-0.1,2.6,0,2.3,0.3c-0.3,0.3-0.2,0.7,0,1l3.7,3.5c0.1,0.1,0.1,0.3,0,0.4c0,0,0,0,0,0L2.4,8.7C2.1,9,2,9.5,2.3,9.8c0.3,0.3,0.8,0.3,1.1,0.1c0,0,0,0,0,0l4.1-3.9C8,5.4,8,4.6,7.5,4.1C7.5,4.1,7.5,4.1,7.5,4.1L7.5,4.1z"/></svg>');
}

.customer-account-create #header{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
}

.customer-account-create #contact-form .field{
  margin-bottom: 0.75rem !important;
}

.customer-account-create #contact-form .field.required > label::after {
  color: red;
}

.customer-account-create .form-create-account .field-name-firstname, .customer-account-create .form-create-account .field-name-lastname{
  margin-bottom: 0.5rem;
}

@media (min-width: 768px){
  .customer-account-create .form-create-account .field-name-firstname, .customer-account-create .form-create-account .field-name-lastname{
    float: left;
    width: 50%;
  }

  .customer-account-create .form-create-account .field-name-firstname{
    padding-right: 0.75rem;
  }

  .customer-account-create .form-create-account .field-name-lastname{
    padding-left: 0.75rem;
  }
}

.customer-account-create .form-create-account .field.required > label::after {
  color: red;
}

.customer-account-create .form-create-account .field.field-reserved, .customer-account-create .form-create-account fieldset .field.field-reserved{
  margin-bottom: 0.75rem !important;
}

@media (min-width: 768px) {
  .customer-account-create .box-form-white {
    box-shadow: 25px 25px 15px 5px rgba(63, 129, 130, 0.1)
  }
}

.customer-account-create .success-message-container {
  background: #299C91;
  background: linear-gradient(113deg, rgba(41, 156, 145, 1) 70%, rgba(19, 134, 127, 1) 89%);
  border: solid 2px #28b1a8;
  box-shadow: 28px 22px 29px 9px rgba(63,129,130,0.25);
}

.market-product-grid-wrapper .customer-account-create .success-message-container .signature-text.flex {
  display: block;
  transform: none;
}

.customer-account-create .success-message-container .signature-text{
  position: relative;
  padding-left: 1rem;
  line-height: 1.25rem;
}

.customer-account-create .success-message-container .signature-text:before{
  position: absolute;
  left: 0px;
  top: 0.25rem;
  display: block;
  height: 30px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .customer-account-create .success-message-container .signature-text p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.customer-account-create .success-message-container .signature-text:before {
  content: "";
}

.register-presentation-header:before{
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: block;
}

[data-content-type$='block'] .register-presentation-header p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.register-presentation-header:before {
  content: "";
  left: -100%;
  right: -100%;
  background-image: url('../images/bg-creation-compte.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.market-product-grid-wrapper .relative.register-estimation .picto-check {
  display: block;
  transform: none;
}

.register-estimation .picto-check{
  display: flex;
  align-items: center;
}

.register-estimation .picto-check:before{
  margin-right: 0.5rem;
  display: inline-block;
  content: "";
  background-image: url('../images/check.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  z-index: -1;
}

.market-product-grid-wrapper .register-estimation-form.flex {
  display: block;
  transform: none;
}

.register-estimation-form{
  position: relative;
}

.register-estimation-form #contact_form-2, .register-estimation-form #contact_form-1, .register-estimation-form #accountcreate-1, .register-estimation-form #accountcreate-2{
  position: absolute;
  margin-top: 1.25rem;
}

.market-product-grid-wrapper .register-estimation-form .field.choice.flex {
  display: block;
  transform: none;
}

.register-estimation-form .field.choice{
  position: relative;
  display: block;
  padding-left: 1.5rem;
}

[data-content-type$='block'] .register-estimation-form .field.choice p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.register-estimation-form [type='checkbox'] {
  background-position: left top;
  position: absolute;
  top: 0.25rem;
  left: 0px;
}

.register-estimation-form:before{
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: block;
}

[data-content-type$='block'] .register-estimation-form p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.register-estimation-form:before {
  content: "";
  left: -100px;
  right: -100px;
  background-image: url('../images/bg-estimation.jpg');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}

.register-estimation-form .bg-form{
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  width: 645px;
  max-width: 100%;
  border-radius: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border: solid 2px #f9dcc6;
  background: #FA3100;
  background: linear-gradient(90deg, rgba(250, 49, 0, 1) 24%, rgba(247, 49, 0, 1) 47%, rgba(246, 42, 0, 1) 76%);
  box-shadow: 0 25px 15px 5px rgba(63,129,130,0.1);
}

.register-estimation-form .bg-form .form-select {
  border-color: rgb(209, 41, 0);
}

.market-product-grid-wrapper .register-estimation-form .bg-form .form-select.flex {
  display: block;
  transform: none;
}

.register-estimation-form .bg-form .form-select{
  position: relative;
  background-image: url('../images/arrow-red.svg');
  background-size: 15px 15px;
  background-position: right 1rem center;
}

@media (min-width: 1024px) {
  .register-estimation-form .bg-form .form-select {
    background-size: 25px 25px
  }
}

.market-product-grid-wrapper .relative.register-estimation-form .picto-people {
  display: block;
  transform: none;
}

.register-estimation-form .picto-people{
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(34, 151, 143, var(--tw-bg-opacity, 1));
}

.register-estimation-form .picto-people:before{
  display: inline-block;
  content: "";
  background-image: url('../images/people.svg');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.market-product-grid-wrapper .relative.register-estimation-form .picto-lock {
  display: block;
  transform: none;
}

.register-estimation-form .picto-lock{
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(34, 151, 143, var(--tw-bg-opacity, 1));
}

.register-estimation-form .picto-lock:before{
  display: inline-block;
  content: "";
  background-image: url('../images/lock.svg');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.section-intro .row-full-width-inner{
  padding-top: 5rem;
}

.section-intro h1{
  margin-bottom: 2rem;
}

@media (min-width: 1024px){
  .section-intro h1{
    font-size: 45px;
    line-height: 48px;
  }
}

.section-intro p{
  font-size: 19px;
}

.section-plateforme-stock .row-full-width-inner{
  padding-bottom: 2.5rem;
}

.section-plateforme-stock [data-content-type='text']{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px){
  .section-plateforme-stock [data-content-type='text']{
    max-width: 550px;
  }
}

.section-plateforme-stock h2{
  margin-bottom: 1.5rem;
  font-size: 35px;
  line-height: 2.5rem;
}

@media not all and (min-width: 1024px){
  .section-plateforme-stock h2 br{
    display: none;
  }
}

.section-plateforme-stock .pagebuilder-column-line {
  gap: 0;
}

.section-try {
  background-image: url("../images/bg-multicolor.jpg");
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px){
  .section-try .row-full-width-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.cms-page-view .breadcrumbs, .catalog-product-view .breadcrumbs, .checkout-cart-index .breadcrumbs, .catalog-category-view .breadcrumbs, .laboratoire-labo-index .breadcrumbs{
  position: absolute;
  left: 0px;
  right: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
  background-color: transparent;
  --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);
}

.cms-page-view .breadcrumbs li, .catalog-product-view .breadcrumbs li, .checkout-cart-index .breadcrumbs li, .catalog-category-view .breadcrumbs li, .laboratoire-labo-index .breadcrumbs li{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.cms-page-view .breadcrumbs li.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .catalog-product-view .breadcrumbs li.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .checkout-cart-index .breadcrumbs li.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .catalog-category-view .breadcrumbs li.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .laboratoire-labo-index .breadcrumbs li.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.cms-page-view .breadcrumbs li.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .catalog-product-view .breadcrumbs li.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .checkout-cart-index .breadcrumbs li.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .catalog-category-view .breadcrumbs li.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .laboratoire-labo-index .breadcrumbs li.leading-tight.text-black + svg{
  right: -2rem;
}

.cms-page-view .breadcrumbs li a, .catalog-product-view .breadcrumbs li a, .checkout-cart-index .breadcrumbs li a, .catalog-category-view .breadcrumbs li a, .laboratoire-labo-index .breadcrumbs li a{
  font-weight: 600;
}

.cms-page-view .breadcrumbs li span, .catalog-product-view .breadcrumbs li span, .checkout-cart-index .breadcrumbs li span, .catalog-category-view .breadcrumbs li span, .laboratoire-labo-index .breadcrumbs li span{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  opacity: 0.6;
}

.market-product-grid-wrapper .checkout-cart-index .breadcrumbs.flex {
  display: block;
  transform: none;
}

.checkout-cart-index .breadcrumbs{
  position: relative;
}

.market-product-grid-wrapper .wysiwyg-box.flex {
  display: block;
  transform: none;
}

.wysiwyg-box{
  position: relative;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  box-shadow: 20px 22px 57px 30px #d8e9e4;
}

.wysiwyg-box p{
  margin-bottom: 0px;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.wysiwyg-box p:first-child{
  margin-bottom: 0.75rem;
}

.market-product-grid-wrapper .relative.wysiwyg-box p:first-child strong {
  display: block;
  transform: none;
}

.wysiwyg-box p:first-child strong{
  display: flex;
  gap: 0.5rem;
}

.market-product-grid-wrapper .wysiwyg-box ul li.flex {
  display: block;
  transform: none;
}

.wysiwyg-box ul li{
  position: relative;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.wysiwyg-box ul li {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.wysiwyg-box ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  height: 14px;
  width: 14px;
  --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));
}

[data-content-type$='block'] .wysiwyg-box ul li p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.wysiwyg-box ul li:after {
  background-image: url("../images/check-square.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.wysiwyg-box > div{
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 14px;
  width: 14px;
  cursor: pointer;
  font-size: 0;
}

.wysiwyg-box > div:after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
}

[data-content-type$='block'] .wysiwyg-box > div p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.wysiwyg-box > div:after {
  background-image: url("../images/close.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-chiffres {
  background: #fefcfa;
}

@media (min-width: 1024px){
  .section-chiffres .row-full-width-inner{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.section-chiffres .pagebuilder-column-line{
  margin-left: auto;
  margin-right: auto;
  max-width: 870px;
}

@media (min-width: 1024px){
  .section-chiffres .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-chiffres .pagebuilder-column:last-child{
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (min-width: 1024px){
  .section-chiffres .pagebuilder-column:last-child{
    justify-content: center !important;
  }
}

.market-product-grid-wrapper .relative.section-chiffres .pagebuilder-column:last-child [data-content-type='text'] {
  display: block;
  transform: none;
}

.section-chiffres .pagebuilder-column:last-child [data-content-type='text']{
  display: flex;
  max-width: 235px;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.section-chiffres .pagebuilder-column:last-child [data-content-type='text'] p{
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 25px;
}

.section-chiffres .pagebuilder-column:last-child [data-content-type='text'] p br{
  display: none;
}

.market-product-grid-wrapper .relative.section-chiffres .pagebuilder-column:last-child [data-content-type='text'] strong {
  display: block;
  transform: none;
}

.section-chiffres .pagebuilder-column:last-child [data-content-type='text'] strong{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 30px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.section-chiffres p#S2462QF {
  white-space: nowrap;
}

.section-toggle [data-content-type='text']{
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(228, 243, 245, var(--tw-border-opacity, 1));
  padding: 1.5rem;
}

.section-toggle [data-content-type='text'] p{
  margin-bottom: 0px;
  margin-top: 0.75rem;
  display: none;
  padding-left: 46px;
}

.section-toggle [data-content-type='text'] p:first-child{
  margin-top: 0px;
  display: block;
  padding-left: 0px;
}

[data-content-type$='block'] .section-toggle [data-content-type='text'] p:first-child p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-toggle [data-content-type='text'].active{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 251, 254, var(--tw-bg-opacity, 1));
}

.section-toggle [data-content-type='text'].active p{
  display: block;
}

[data-content-type$='block'] .section-toggle [data-content-type='text'].active p p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.market-product-grid-wrapper .relative.section-toggle [data-content-type='text'] strong {
  display: block;
  transform: none;
}

.section-toggle [data-content-type='text'] strong{
  display: block;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 22px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] .section-toggle [data-content-type='text'] strong p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-toggle [data-content-type='text'] strong:before {
  content: "";
  margin-right: 0.25rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-euro.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(343%) hue-rotate(127deg) brightness(92%) contrast(90%);
}

.section-toggle [data-content-type='text'].icon-camion strong:before {
  background-image: url("../images/icon-camion.svg");
}

.fade-out {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.section-lgo-catalogue {
  background: #FBFEFB;
  background: linear-gradient(122deg, rgba(251, 254, 251, 1) 19%, rgba(236, 249, 244, 1) 32%, rgba(250, 254, 247, 1) 56%, rgba(224, 246, 239, 1) 73%);
}

.section-lgo-catalogue h1{
  margin-bottom: 2rem;
  font-size: 45px;
  line-height: 48px;
}

.section-lgo-catalogue p{
  font-size: 19px;
}

.section-lgo-catalogue .row-full-width-inner{
  padding-top: 4rem;
}

@media (min-width: 1024px){
  .section-lgo-catalogue .row-full-width-inner{
    padding-bottom: 0px;
  }

  .section-lgo-pharmazon .row-full-width-inner{
    padding-bottom: 0px;
    padding-top: 2.5rem;
  }

  .section-lgo-pharmazon .pagebuilder-column:last-child{
    padding-left: 10rem;
  }
}

.section-lgo-pharmazon .pagebuilder-column:last-child p{
  max-width: 410px;
}

.section-lgo-gestion {
  background-position: center 70px !important;
  background-size: 900px auto !important;
}

@media (min-width: 1024px) {
  .section-lgo-gestion {
    background-size: auto !important;
    background-position: center 5px !important
  }

  .section-lgo-gestion .row-full-width-inner{
    padding-top: 5rem;
  }

  .section-lgo-gestion h2{
    font-size: 45px;
    line-height: 60px;
  }
}

.section-lgo-gestion .pagebuilder-column-group{
  margin-left: auto;
  margin-right: auto;
  margin-top: 300px;
  max-width: 830px;
}

@media (min-width: 1024px){
  .section-lgo-gestion .pagebuilder-column-group{
    margin-top: 520px;
  }

  .section-lgo-gestion .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-lgo-gestion p{
  margin-bottom: 0px;
}

.section-lgo-solution {
  background: #DEF0EF;
  background: linear-gradient(122deg, rgba(222, 240, 239, 1) 19%, rgba(236, 243, 244, 1) 33%, rgba(238, 247, 246, 1) 86%, rgba(227, 241, 241, 1) 100%);
}

.section-lgo-solution p{
  max-width: 550px;
}

.section-lgo-solution ul{
  max-width: 450px;
}

.market-product-grid-wrapper .section-lgo-solution ul li.flex {
  display: block;
  transform: none;
}

.section-lgo-solution ul li{
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.section-lgo-solution ul li {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.section-lgo-solution ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 3px;
  display: block;
  height: 20px;
  width: 16px;
}

[data-content-type$='block'] .section-lgo-solution ul li p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-lgo-solution ul li:after {
  background-image: url("../images/triangle.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  .section-lgo-solution .pagebuilder-column:last-child{
    padding-left: 4rem;
  }
}

.section-guichet {
  background: #F7FBFA;
  background: linear-gradient(122deg, rgba(247, 251, 250, 1) 31%, rgba(235, 247, 249, 1) 43%, rgba(251, 253, 250, 1) 75%);
}

@media (min-width: 1024px){
  .section-guichet .row-full-width-inner{
    padding-bottom: 2.5rem;
  }

  .section-guichet .pagebuilder-column:first-child{
    padding-right: 2rem;
  }
}

.section-approvisionnements .row-full-width-inner{
  padding-bottom: 0px;
}

@media (min-width: 1024px){
  .section-approvisionnements .row-full-width-inner{
    padding-top: 3.5rem;
  }
}

@media not all and (min-width: 1280px){
  .section-approvisionnements h2 br{
    display: none;
  }
}

@media not all and (min-width: 1024px){
  .section-approvisionnements .pagebuilder-column-line{
    flex-direction: column-reverse;
  }

  .section-approvisionnements .pagebuilder-column-line .pagebuilder-column{
    width: 100% !important;
  }

  .section-approvisionnements .pagebuilder-column-line .pagebuilder-column [data-content-type='text'] > *{
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  .section-genese {
    background-position: center -190px !important
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .section-genese {
    background-position: center -150px !important
  }
}

@media (min-width: 1024px){
  .section-genese .row-full-width-inner{
    padding-top: 10rem;
  }
}

.section-genese h2{
  font-size: 40px;
  line-height: 53px;
}

@media (min-width: 1024px){
  .section-genese h2{
    font-size: 50px;
    line-height: 63px;
  }
}

.section-genese .pagebuilder-column-group{
  margin-left: auto;
  margin-right: auto;
  margin-top: 340px;
  max-width: 866px;
}

@media (min-width: 1024px){
  .section-genese .pagebuilder-column-group{
    margin-top: 420px;
  }

  .section-genese .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-comment{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}

@media (min-width: 1024px){
  .section-comment{
    min-height: 1200px;
  }
}

.section-comment {
  background-position: center top !important;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .section-comment {
    background: #DFF3F2 !important;
    background: linear-gradient(180deg, rgba(223, 243, 242, 1) 38%, rgba(250, 252, 251, 1) 100%) !important
  }
}

@media (min-width: 1024px){
  .section-comment .row-full-width-inner{
    padding-bottom: 20rem;
  }
}

.section-comment .section-comment-titre p{
  margin-bottom: 0.25rem;
}

.section-comment .section-comment-titre p strong{
  font-weight: 800;
}

@media not all and (min-width: 1024px){
  .section-comment .section-comment-plaquette .pagebuilder-column-line{
    width: 100% !important;
    flex-direction: column-reverse;
  }

  .section-comment .section-comment-plaquette .pagebuilder-column-line .pagebuilder-column{
    width: 100% !important;
  }
}

.section-comment .section-toggle{
  max-width: 600px;
}

.section-comment .pagebuilder-button-primary {
  --btn-bg: #28b1a8;
  background:  #28b1a8 !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 3rem;
  font-size: 17px;
}

.section-comment .pagebuilder-button-primary:after {
  background-image: url("../images/icon-pdf-white.svg");
  background-size: 25px 25px;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 1rem;
  padding-left: 1.5rem;
}

@media not all and (min-width: 1024px){
  .section-comment-plus .pagebuilder-column-line{
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
}

@media (min-width: 1024px){
  .section-comment-plus .pagebuilder-column-line{
    margin-top: -15rem;
    gap: 3.5rem;
  }
}

@media not all and (min-width: 1024px){
  .section-comment-plus .pagebuilder-column-line .pagebuilder-column{
    width: 100% !important;
  }
}

.section-comment-plus .pagebuilder-column{
  border-radius: 0.5rem;
  padding: 2.5rem;
}

.section-comment-plus .pagebuilder-column img {
  height: 160px !important;
  width: auto;
  margin-bottom: 1rem;
}

.section-comment-plus .pagebuilder-column p{
  margin-bottom: 0px;
}

.section-comment-plus h3{
  font-size: 22px;
}

.section-catalogue .row-full-width-inner{
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px){
  .section-catalogue .row-full-width-inner{
    padding-top: 2.5rem;
  }

  .section-catalogue .pagebuilder-column:first-child{
    width: 46% !important;
  }
}

.section-catalogue .pagebuilder-column-line {
  gap: 0;
}

.section-gain-temps .pagebuilder-column-line{
  gap: 4rem;
}

@media not all and (min-width: 768px){
  .section-gain-temps [data-content-type='text'] > *{
    text-align: left !important;
  }

  .section-gain-temps [data-content-type='buttons']{
    text-align: left !important;
  }
}

.section-gain-temps [data-content-type='tabs']{
  max-width: 1160px;
  gap: 4rem;
}

.market-product-grid-wrapper .relative.section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  display: block;
  transform: none;
}

.section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../images/icon-euro.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(343%) hue-rotate(127deg) brightness(92%) contrast(90%);
}

.section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header.active a.tab-title:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(2) a.tab-title:before {
  background-image: url("../images/icon-shopping.svg");
}

.section-gain-temps [data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(3) a.tab-title:before {
  background-image: url("../images/icon-graph.svg");
}

.section-parapharmacie {
  background: #F7F9F6;
  background: linear-gradient(90deg, rgba(247, 249, 246, 1) 0%, rgba(237, 250, 246, 1) 31%, rgba(242, 249, 246, 1) 56%, rgba(243, 243, 239, 1) 100%);
}

.section-parapharmacie p{
  font-size: 19px;
}

.section-double {
  background: linear-gradient(to bottom, #f8fff9 30%, #e1f1ee 50%);
}

@media (min-width: 768px) {
  .section-double {
    background: linear-gradient(to right, #f8fff9 50%, #e1f1ee 50%)
  }
}

@media (min-width: 1024px){
  .section-double .pagebuilder-column-line{
    gap: 5rem;
  }
}

.section-double [data-content-type='text']{
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
}

.section-double h2{
  margin-bottom: 1.5rem;
  font-size: 35px;
}

@media not all and (min-width: 1024px){
  .section-double h2 br{
    display: none;
  }
}

.section-groupement {
  background: #FCFAF7;
  background: linear-gradient(90deg, rgba(252, 250, 247, 1) 15%, rgb(227 248 238) 58%, rgba(251, 250, 247, 1) 95%);
}

@media (min-width: 1024px){
  .section-groupement .row-full-width-inner{
    padding-bottom: 0px;
  }
}

.section-groupement .pagebuilder-column-line {
  gap: 0;
}

.section-marque-blanche {
  background: #F9FCFA;
  background: linear-gradient(90deg, rgba(249, 252, 250, 1) 27%, rgba(245, 251, 247, 1) 39%, rgba(247, 250, 248, 1) 60%);
}

@media (min-width: 1024px){
  .section-marque-blanche .row-full-width-inner{
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }

  .section-marque-blanche .pagebuilder-column:first-child{
    width: 63% !important;
  }
}

.section-marque-blanche h2{
  margin-bottom: 1.5rem;
  font-size: 35px;
}

@media not all and (min-width: 1024px){
  .section-marque-blanche h2 br{
    display: none;
  }
}

.section-plateforme {
  background: #F9FCFA;
  background: linear-gradient(90deg, rgba(249, 252, 250, 1) 58%, #f4fbf5 100%);
}

@media (min-width: 1024px){
  .section-plateforme .row-full-width-inner{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.section-plateforme h2{
  margin-bottom: 1.5rem;
  font-size: 35px;
}

@media not all and (min-width: 1024px){
  .section-plateforme h2 br{
    display: none;
  }
}

.section-plateforme .pagebuilder-column-line {
  gap: 0;
}

.section-plateforme-bo {
  background: #EDFDF7;
  background: linear-gradient(90deg, rgba(237, 253, 247, 1) 10%, rgba(247, 255, 249, 1) 43%, rgba(249, 255, 250, 1) 73%, rgba(240, 254, 249, 1) 93%);
}

@media (min-width: 1024px){
  .section-plateforme-bo .row-full-width-inner{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.section-plateforme-bo h2{
  margin-bottom: 1.5rem;
  font-size: 35px;
  line-height: 2.5rem;
}

@media not all and (min-width: 768px){
  .section-plateforme-bo h2{
    text-align: left !important;
  }
}

@media not all and (min-width: 1024px){
  .section-plateforme-bo h2 br{
    display: none;
  }
}

.section-plateforme-bo p{
  margin-bottom: 0px;
}

@media not all and (min-width: 768px){
  .section-plateforme-bo p{
    text-align: left !important;
  }
}

.section-plateforme-bo .pagebuilder-column-line {
  gap: 0;
}

@media not all and (min-width: 1024px){
  .section-plateforme-bo .pagebuilder-column-line{
    flex-direction: column;
    flex-wrap: wrap !important;
  }
}

@media not all and (min-width: 768px){
  .section-plateforme-bo .pagebuilder-column-line{
    gap: 1rem;
  }
}

@media not all and (min-width: 1024px){
  .section-plateforme-bo .pagebuilder-column-line .pagebuilder-column{
    width: 100% !important;
  }

  .section-plateforme-bo .pagebuilder-column-line .pagebuilder-column h2, .section-plateforme-bo .pagebuilder-column-line .pagebuilder-column p{
    text-align: left !important;
  }
}

@media (min-width: 1024px){
  .section-plateforme-bo [data-content-type='text']{
    margin-top: 7rem;
  }
}

.section-group-plus {
  background: #F6FBF8;
  background: linear-gradient(0deg, rgba(246, 251, 248, 1) 19%, rgba(233, 244, 237, 1) 47%, rgba(247, 251, 247, 1) 87%);
}

.section-group-plus h2{
  font-size: 27px;
}

@media not all and (min-width: 1024px){
  .section-group-plus h2 br{
    display: none;
  }
}

.section-group-plus img {
  height: 125px !important;
  width: auto !important;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .section-group-plus .pagebuilder-column-line{
    gap: 8rem;
  }
}

.section-notre-histoire {
  background: #FFFDF8;
  background: linear-gradient(140deg, rgba(255, 253, 248, 1) 9%, rgba(253, 242, 217, 1) 35%);
}

.section-notre-histoire .row-full-width-inner{
  padding-bottom: 0px;
}

@media (min-width: 1024px){
  .section-notre-histoire .row-full-width-inner{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.section-histoire-naissance {
  background: #f6f8f6;
}

@media (min-width: 1024px){
  .section-histoire-naissance .row-full-width-inner{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-histoire-naissance .pagebuilder-column:last-child{
    padding-right: 5rem;
  }
}

.section-histoire-comment {
  background: #FBFBFC;
  background: linear-gradient(122deg, rgba(251, 251, 252, 1) 19%, rgba(243, 249, 249, 1) 33%, rgba(251, 251, 252, 1) 86%);
}

.section-histoire-comment .pagebuilder-column-line{
  margin-top: 2.5rem;
}

@media (min-width: 1024px){
  .section-histoire-comment .pagebuilder-column-line{
    margin-top: 5rem;
  }
}

.section-histoire-comment [data-content-type='tabs'] h3{
  font-size: 27px;
}

.section-histoire-comment [data-content-type='tabs']{
  max-width: 1160px;
  gap: 4rem;
}

.market-product-grid-wrapper .relative.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  display: block;
  transform: none;
}

.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../images/icon-puzzle.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(343%) hue-rotate(127deg) brightness(92%) contrast(90%);
}

.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header.active a.tab-title:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(2) a.tab-title:before {
  background-image: url("../images/icon-justice.svg");
}

.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(3) a.tab-title:before {
  background-image: url("../images/icon-light.svg");
}

.section-histoire-comment [data-content-type='tabs'] .tabs-navigation li.tab-header:nth-child(4) a.tab-title:before {
  background-image: url("../images/icon-graphic.svg");
}

.section-histoire-comment .pagebuilder-column p:last-child{
  margin-bottom: 0px;
}

@media (min-width: 1024px){
  .section-histoire-comment .pagebuilder-column [data-content-type='text']{
    margin-top: -3.5rem;
    padding-right: 7rem;
  }
}

.section-histoire-croissance {
  background: #f9fafb;
}

.market-product-grid-wrapper .section-histoire-croissance.flex {
  display: block;
  transform: none;
}

.section-histoire-croissance{
  position: relative;
}

.section-histoire-croissance .row-full-width-inner > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 925px;
}

.section-histoire-croissance [data-content-type='tabs'].vertical{
  align-items: flex-start;
}

@media (min-width: 768px){
  .market-product-grid-wrapper .section-histoire-croissance [data-content-type='tabs'].vertical.relative {
    display: block;
    transform: none;
  }

  .section-histoire-croissance [data-content-type='tabs'].vertical{
    display: flex;
    flex-direction: row !important;
  }
}

.market-product-grid-wrapper .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation {
  display: block;
  transform: none;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation{
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  gap: 1.5rem;
}

@media not all and (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation{
    flex-direction: row;
  }
}

@media (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation{
    width: 225px;
    gap: 5rem;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation:before {
  content: "";
  position: absolute;
  top: -2.5rem;
  bottom: -3.5rem;
  display: inline-block;
  width: 4px;
}

@media not all and (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation:before{
    display: none;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation:before {
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(40, 177, 168, 1) 9%, rgba(40, 177, 168, 1) 50%, rgba(40, 177, 168, 1) 90%, rgba(255, 255, 255, 0) 100%);
}

.market-product-grid-wrapper .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li {
  display: block;
  transform: none;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li{
  position: relative;
  display: flex;
  align-items: center;
}

.market-product-grid-wrapper .relative.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a {
  display: block;
  transform: none;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-align: left;
}

.checkout-cart-index #cart-totals .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a{
  font-size: 17px;
  font-weight: 600;
}

.checkout-cart-index #cart-totals .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a.text-promo{
  font-size: 15px;
  font-weight: 400;
}

@media (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a{
    margin-left: -8px;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a span{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
  opacity: 0.5;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a span {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

@media (min-width: 1024px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a span{
    font-size: 22px;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a:before {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgba(40, 177, 168, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(216, 225, 229, var(--tw-bg-opacity, 1));
  vertical-align: middle;
}

@media not all and (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li a:before{
    display: none;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active a{
  background-color: transparent;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active a span{
  font-size: 22px;
  font-weight: 800;
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
  opacity: 1;
}

@media (min-width: 1024px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active a span{
    font-size: 40px;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active a:before{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active:before{
  display: none;
}

.section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active:after {
  display: inline-block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center 10px;
}

@media not all and (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .tabs-navigation li.active:after{
    display: none;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='tab-item']{
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='text']{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='text']{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='text'] h3{
  margin-bottom: 1.5rem;
  font-size: 32px;
  line-height: 38px;
}

.section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='buttons']{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical [data-content-type='buttons']{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.section-histoire-croissance [data-content-type='tabs'].vertical .pagebuilder-column{
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  .section-histoire-croissance [data-content-type='tabs'].vertical .pagebuilder-column{
    padding-bottom: 2.5rem;
  }
}

.section-histoire-croissance .active-tab-label {
  font-size: 600px;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, 0.1);
  width: 770px;
  word-wrap: break-word;
  text-align: center;
  line-height: 472px;
  position: absolute;
  top: -580px;
  right: 0;
  pointer-events: none;
}

.section-histoire-plus {
  background: #E1ECE6;
  background: linear-gradient(180deg, #e0eeeb 51%, #dcedeb 79%);
}

.section-histoire-plus .row-full-width-inner{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media not all and (min-width: 1024px){
  .section-histoire-plus .row-full-width-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.section-histoire-plus .pagebuilder-column-line {
  gap: 0;
}

.section-histoire-plus .pagebuilder-column {
  background: #DBE9E6;
  background: linear-gradient(140deg, #dcedec 25%, rgba(229, 239, 234, 1) 82%, rgba(244, 248, 247, 1) 95%);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1024px){
  .section-histoire-plus .pagebuilder-column{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.section-histoire-plus .pagebuilder-column img {
  height: 103px !important;
  width: auto !important;
  margin-bottom: 1.5rem;
}

.section-histoire-plus .pagebuilder-column h3{
  margin-bottom: 1.5rem;
}

.section-histoire-plus .pagebuilder-column p{
  margin-bottom: 0px;
}

.section-offre-b2c {
  background: #FEFFFD;
  background: linear-gradient(82deg, rgba(254, 255, 253, 1) 25%, rgba(227, 249, 240, 1) 60%, rgba(251, 253, 250, 1) 95%);
}

@media (min-width: 1024px){
  .section-offre-b2c .row-full-width-inner{
    padding-bottom: 1rem;
  }

  .section-offre-b2c .pagebuilder-column-line{
    gap: 0px;
  }

  .section-offre-b2c [data-content-type='text']{
    padding-right: 0.75rem;
  }
}

.section-offre-comment {
  background: #f7f6ef;
  background-size: auto 100% !important;
  background-position: 50% center !important;
}

.section-offre-comment h2{
  font-size: 35px;
  line-height: 40px;
}

.section-offre-comment .pagebuilder-column-line{
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .section-offre-comment .pagebuilder-column-line{
    gap: 6rem;
  }
}

.market-product-grid-wrapper .section-offre-comment .pagebuilder-column:first-child h2.flex {
  display: block;
  transform: none;
}

.section-offre-comment .pagebuilder-column:first-child h2{
  position: relative;
  padding-left: 1.5rem;
}

.section-offre-comment .pagebuilder-column:first-child h2:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0px;
  display: inline-block;
  width: 5px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .section-offre-comment .pagebuilder-column:last-child{
    padding-right: 8rem;
  }
}

.market-product-grid-wrapper .relative.section-offre-comment [data-content-type='tabs'].vertical {
  display: block;
  transform: none;
}

.section-offre-comment [data-content-type='tabs'].vertical{
  margin-top: 0px;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
}

.market-product-grid-wrapper .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation {
  display: block;
  transform: none;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation{
  position: relative;
  display: flex;
  max-width: 140px;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
  padding-right: 1rem;
}

.market-product-grid-wrapper .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li {
  display: block;
  transform: none;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li{
  position: relative;
  display: flex;
  align-items: center;
}

.market-product-grid-wrapper .relative.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a {
  display: block;
  transform: none;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a{
  margin-left: -8px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-align: left;
}

.checkout-cart-index #cart-totals .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a{
  font-size: 17px;
  font-weight: 600;
}

.checkout-cart-index #cart-totals .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a.text-promo{
  font-size: 15px;
  font-weight: 400;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li a span{
  font-size: 14px;
  font-weight: 800;
  --tw-text-opacity: 1 !important;
  color: rgba(141, 192, 189, var(--tw-text-opacity, 1)) !important;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.active a{
  background-color: transparent;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.active a span{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
  opacity: 1;
}

@media (min-width: 1024px){
  .section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.active a span{
    font-size: 25px;
  }
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.active:before{
  display: none;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-navigation li.active:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%2328b1a8;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5rem;
}

.section-offre-comment [data-content-type='tabs'].vertical .tabs-content{
  flex: 1 1 0%;
}

.market-product-grid-wrapper .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'].flex {
  display: block;
  transform: none;
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']{
  position: relative;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px){
  .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']{
    border-radius: 70px;
    padding: 2.5rem;
  }
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  display: block;
  border-radius: 0.75rem;
}

[data-content-type$='block'] .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 1024px){
  .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']:before{
    border-radius: 70px;
  }
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']:before {
  background: rgba(40, 177, 168, 0.1);
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 1024px){
  .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item']:after{
    border-radius: 70px;
  }
}

.market-product-grid-wrapper .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] > *.flex {
  display: block;
  transform: none;
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] > *{
  position: relative;
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] > *.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] > *.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p strong{
  margin-bottom: 0.75rem;
  display: block;
}

[data-content-type$='block'] .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p strong p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 1280px){
  .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p strong{
    margin-left: 2.5rem;
    font-size: 20px;
  }
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p em{
  --tw-text-opacity: 1;
  color: rgba(165, 239, 236, var(--tw-text-opacity, 1));
}

.section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p sup{
  top: 0px;
  display: block;
  font-size: 15px;
  font-style: italic;
  line-height: 18px;
}

[data-content-type$='block'] .section-offre-comment [data-content-type='tabs'].vertical [data-content-type='tab-item'] p sup p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media not all and (min-width: 1024px){
  .section-offre-pourquoi .section-offre-pourquoi-titre .pagebuilder-column-line{
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.5rem;
  }

  .section-offre-pourquoi .section-offre-pourquoi-titre .pagebuilder-column-line .pagebuilder-column{
    width: 100% !important;
  }
}

.section-offre-pourquoi p:last-child{
  margin-bottom: 1rem;
}

.section-offre-pourquoi h2{
  margin-bottom: 0px;
}

.section-offre-pourquoi .halo:after {
  width: 80%;
  height: 80%;
}

.market-product-grid-wrapper .section-offre-pourquoi .more.flex {
  display: block;
  transform: none;
}

.section-offre-pourquoi .more{
  position: relative;
}

.section-offre-pourquoi .more:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 10px;
  background: #d1dcdb6b;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .section-offre-pourquoi .more:after {
    display: none
  }
}

.section-offre-pourquoi .more img {
  padding-right: 5px;
  padding-bottom: 5px;
  border-radius: 25px;
  background: #28b1a8;
  transform: rotate(-1deg);
  filter: drop-shadow(0 2px 37px rgba(175, 210, 196, 1));
}

.market-product-grid-wrapper .section-offre-pourquoi .border-left-green.flex {
  display: block;
  transform: none;
}

.section-offre-pourquoi .border-left-green{
  position: relative;
  padding-left: 1.5rem;
}

.section-offre-pourquoi .border-left-green:before {
  content: "";
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: 0px;
  display: inline-block;
  width: 5px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.section-offre-pourquoi .border-left-green p{
  margin-bottom: 0px;
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right{
  gap: 5rem;
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation{
  align-items: flex-start;
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li{
  width: auto;
}

.market-product-grid-wrapper .relative.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header a.tab-title {
  display: block;
  transform: none;
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header a.tab-title{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header a.tab-title:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../images/icon-key.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(53%) sepia(91%) saturate(343%) hue-rotate(127deg) brightness(92%) contrast(90%);
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header.active a.tab-title:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header:nth-child(2) a.tab-title:before {
  background-image: url("../images/icon-shopping.svg");
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header:nth-child(3) a.tab-title:before {
  background-image: url("../images/icon-offer.svg");
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header:nth-child(4) a.tab-title:before {
  background-image: url("../images/icon-euro.svg");
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header:nth-child(5) a.tab-title:before {
  background-image: url("../images/icon-users.svg");
}

.section-offre-pourquoi [data-content-type='tabs'].vertical.vertical-right .tabs-navigation li.tab-header:nth-child(6) a.tab-title:before {
  background-image: url("../images/icon-sav.svg");
}

.section-offre-recompense h2{
  text-align: center;
}

@media (min-width: 1024px){
  .section-offre-recompense h2{
    font-size: 50px;
    line-height: 52px;
  }
}

@media not all and (min-width: 1024px){
  .section-offre-recompense .pagebuilder-column:nth-child(1){
    order: 2;
  }

  .section-offre-recompense .pagebuilder-column:nth-child(2){
    order: 1;
  }

  .section-offre-recompense .pagebuilder-column:nth-child(2) img{
    max-width: 300px !important;
  }

  .section-offre-recompense .pagebuilder-column:nth-child(3){
    order: 3;
  }
}

@media (min-width: 1024px){
  .section-offre-recompense .pagebuilder-column:nth-child(1), .section-offre-recompense .pagebuilder-column:nth-child(3){
    margin-top: 2.5rem;
  }
}

.market-products-grid.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'],.market-products-grid .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'],.market-products-grid .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'],.market-products-grid .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'], .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text']{
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 20px;
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text']:last-child, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text']:last-child{
  margin-bottom: 0px;
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] img, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] img {
  height: auto !important;
}

.market-product-grid-wrapper .relative.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p,.market-product-grid-wrapper .relative .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p {
  display: block;
  transform: none;
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p,.ambrands-brandlist-widget .brand-tooltip .subtitle .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

@media (min-width: 1024px){
  .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p{
    text-align: right !important;
  }
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p strong, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p strong{
  font-size: 24px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p{
  margin-bottom: 0px;
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1), .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1){
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
}

@media (min-width: 1024px){
  .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1), .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1){
    grid-column-start: 3;
    grid-column-end: 4;
  }
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1):before, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1):before {
  content: "";
  margin-right: 0.75rem;
  margin-top: 2px;
  display: block;
  height: 4px;
  width: 15px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1) p:last-child:before,[data-content-type$='block']  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1) p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (max-width: 1024px) {
  .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1):after, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1):after {
    content: "";
    margin-left: 0.75rem;
    margin-top: 2px;
    display: block;
    height: 4px;
    width: 15px;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  }

  [data-content-type$='block'] .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1) p:last-child:after,[data-content-type$='block']  .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1) p:last-child:after{
    margin-bottom: 1rem;
    margin-top: 0px;
  }

  .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(1):before, .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(1):before{
    display: none;
  }
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(2), .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(2){
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  justify-content: flex-start;
}

@media (min-width: 1024px){
  .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(2), .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(2){
    grid-column-start: 1;
    justify-content: flex-end;
  }
}

.section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(3), .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(3){
  grid-column-start: 2;
  grid-column-end: 3;
}

@media (min-width: 1024px){
  .section-offre-recompense .pagebuilder-column:nth-child(1) [data-content-type='text'] p:nth-child(3), .section-offre-recompense .pagebuilder-column:nth-child(3) [data-content-type='text'] p:nth-child(3){
    grid-column-start: 1;
  }
}

.section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p{
  justify-content: flex-start;
  text-align: left !important;
}

.section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p:nth-child(1){
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
}

.section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p:nth-child(1):after {
  content: "";
  margin-left: 0.75rem;
  margin-top: 2px;
  display: block;
  height: 4px;
  width: 15px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p:nth-child(1) p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p:nth-child(1):before{
  display: none;
}

.section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p:nth-child(2){
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  justify-content: flex-start;
}

.section-offre-recompense .pagebuilder-column:last-child [data-content-type='text'] p:nth-child(3){
  grid-column-start: 2;
  grid-column-end: 3;
}

.product-main-full-width{
  margin-top: 2.5rem;
}

.product-info-main{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  .product-info-main{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .product-info-main{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .product-info-main{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .product-info-main{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .product-info-main{
    max-width: 1536px;
  }
}

.product-info-main{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  .product-info-main{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .product-info-main{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > .product-info-main {
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > .product-info-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form .product-info-main{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.checkout-cart-index .crosssell-product-slider .product-info-main{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0.5rem;
}

.faq-question-view .column.main > .product-info-main{
  padding-left: 0px;
  padding-right: 0px;
}

.product-info-main {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}

.product-info-main .main-title{
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
  font-size: 35px;
  font-weight: 800;
  line-height: 42px;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.checkout-cart-index #cart-totals .product-info-main .main-title{
  font-size: 17px;
  font-weight: 600;
}

.checkout-cart-index #cart-totals .product-info-main .main-title.text-promo{
  font-size: 15px;
  font-weight: 400;
}

.product-info-main .product-details{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box {
  display: block;
  transform: none;
}

.product-info-main .product-details-box{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 768px){
  .product-info-main .product-details-box{
    flex-direction: row;
    align-items: flex-start;
  }
}

.market-product-grid-wrapper .product-info-main .product-details-box-medias.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias{
  position: relative;
  flex: 1 1 0%;
}

.product-info-main .product-details-box-medias .media-gallery#gallery > div{
  gap: 1.75rem;
}

@media (min-width: 1024px){
  .market-product-grid-wrapper .product-info-main .product-details-box-medias .media-gallery#gallery > div.relative {
    display: block;
    transform: none;
  }

  .product-info-main .product-details-box-medias .media-gallery#gallery > div{
    display: flex;
    flex-direction: row-reverse;
  }
}

.product-info-main .product-details-box-medias .media-gallery#gallery{
  width: 100%;
  padding-top: 1.5rem;
}

@media (min-width: 768px){
  .product-info-main .product-details-box-medias .media-gallery#gallery{
    grid-column-start: 1;
    grid-row: span 2 / span 2;
    grid-row-start: 1;
    height: auto;
    padding-top: 0px;
  }
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.product-info-main .product-details-box-medias .media-gallery#gallery > .fullscreen > .media-gallery-box:first-child{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding: 0px;
}

.market-product-grid-wrapper .product-info-main .product-details-box-medias .media-gallery-box.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box{
  position: relative;
  width: 100%;
  align-self: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 254, var(--tw-bg-opacity, 1));
  padding: 2.5rem;
}

@media (min-width: 1024px){
  .product-info-main .product-details-box-medias .media-gallery-box{
    max-width: 605px;
  }
}

.market-product-grid-wrapper .product-info-main .product-details-box-medias .media-gallery-box-in.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-medias .media-gallery-box-in{
  position: relative;
  margin-bottom: 1.5rem;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .placeholder-image{
  visibility: hidden;
  height: auto;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .placeholder-image.fullscreen{
  visibility: hidden;
  max-height: 75vh;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .gallery-image{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .gallery-image.fullscreen{
  max-height: 75vh;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .btn-fullscreen{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  outline-offset: 2px;
}

.market-products-grid.product-info-main .product-details-box-medias .media-gallery-box-in .btn-video {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.product-info-main .product-details-box-medias .media-gallery-box-in .btn-video {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.product-info-main .product-details-box-medias .media-gallery-box-in .btn-video {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

.product-info-main .product-details-box-medias .media-gallery-box-in .btn-video{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: grid;
  place-items: center;
  outline-offset: 2px;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .btn-video svg{
  fill: rgba(0, 0, 0, 0.2);
  stroke: rgba(255, 255, 255, 0.75);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.group:hover .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video svg{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

@media (min-width: 768px){
  .product-info-main .product-details-box-medias .media-gallery-box-in .btn-video svg{
    height: 6rem;
    width: 6rem;
  }
}

.product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box.hide{
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .youtube-box .youtube-player{
  height: 100%;
  width: 100%;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box.hide{
  display: none;
}

.product-info-main .product-details-box-medias .media-gallery-box-in .vimeo-box .vimeo-player{
  height: 100%;
  width: 100%;
}

@media (min-width: 768px){
  .product-info-main .product-details-box-content{
    width: 450px;
  }
}

.product-info-main .product-details-box-content .product-info{
  margin-bottom: 1.5rem;
  width: 100%;
}

.market-product-grid-wrapper .product-info-main .product-details-box-content .product-info .product-description-wrapper.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .product-description-wrapper{
  position: relative;
}

.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description.open{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
  max-height: 100%;
}

.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description-toggle{
  margin-top: 0.25rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description-toggle.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description-toggle.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-content .product-info .product-description-wrapper .product-description-toggle:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity{
  display: flex;
  flex-direction: column;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box{
  margin-bottom: 1rem;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price-section .final-price{
  display: inline-block;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price-section .final-price .price-label{
  position: absolute;
  margin-top: -1rem;
  display: block;
  display: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

[data-content-type$='block'] .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price-section .final-price .price-label p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price-section .final-price .price-wrapper{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info{
  display: flex;
  flex-direction: column;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .final-price-excl-tax .price{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .final-price-excl-tax .price.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .final-price-excl-tax .price.leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent{
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent .price-ht{
  font-size: 0.64rem;
  line-height: 0.75rem;
  line-height: 1;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent .vat-percentage{
  display: inline-block;
  font-size: 10px;
  line-height: 1;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .main-price .secondary-price-info .vat-percent .vat-percentage .vat{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .customer-discount{
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .customer-discount.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .customer-discount.leading-tight.text-black + svg{
  right: -2rem;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price{
  margin-right: 0.5rem;
  display: flex;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box .price-label{
  margin-bottom: 0.25rem;
  display: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-box .price-wrapper{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-excl-tax-box{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-excl-tax-box.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-excl-tax-box.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .old-price-excl-tax-box.price-label{
  display: none;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old{
  margin: 0px;
  display: flex;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box .price-label{
  margin-bottom: 0.25rem;
  display: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box .price-wrapper{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-old-box .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .badge{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference{
  margin-top: 0.5rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference .price-label{
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference .price{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.checkout-cart-index #discount-form-toggle .product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference .price{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference .price.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box-content .product-info .block-price-quantity .price-box .price-comparisons .prix-catalogue-reference .price.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-box{
  margin-right: 0.5rem;
  height: 100%;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-box .form-input{
  height: 100%;
  width: 5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.product-info-main .product-details-box-content .product-info .block-price-quantity .qty-box .form-input:invalid{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity, 1));
}

.product-info-main .product-details-box-content .product-info .block-price-quantity #product-addtocart-button{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .shortcut-box {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .shortcut-box{
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .codes-box {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .codes-box{
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.market-product-grid-wrapper .relative.product-info-main .product-details-box-content .product-info .codes-box .whishlist-box {
  display: block;
  transform: none;
}

.product-info-main .product-details-box-content .product-info .codes-box .whishlist-box{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.product-info-main .product-details-box-content .product-info .codes-box .whishlist-box .text{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-info-main .product-details-box-content .product-info .codes-box .whishlist-box .text {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.product-info-main .product-details-box-content .product-info .codes-box .whishlist-box button{
  fill: #828e9e;
}

.product-info-main .product-details-box-content .product-info .codes-box .whishlist-box .icon{
  height: 22px;
  width: 22px;
}

@media not all and (min-width: 1024px){
  .product-info-main .product-details-box .product-pharmaprint{
    float: right;
    margin-top: 1rem;
  }
}

@media (min-width: 1024px){
  .product-info-main .product-details-box .product-pharmaprint{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
}

.product-info-main .product-details-box .product-pharmaprint button {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper .product-info-main .product-details-box .product-pharmaprint button.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details-box .product-pharmaprint button{
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-info-main .product-details-box .product-pharmaprint button {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-info-main .product-details-box .product-pharmaprint button.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.product-info-main .product-details-box .product-pharmaprint button.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box .product-pharmaprint button {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#2cd7cc 0%, #28b1a8 100%);
  cursor: pointer;
}

.product-info-main .product-details-box .product-pharmaprint button:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 0px;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.15);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

[data-content-type$='block'] .product-info-main .product-details-box .product-pharmaprint button p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-info-main .product-details-box .product-pharmaprint button:before {
  z-index: -1;
}

.product-info-main .product-details-box .product-pharmaprint button:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 3px;
}

.product-info-main .product-details-box .product-pharmaprint button:hover:before{
  width: 100%;
}

.product-info-main .product-details-box .product-pharmaprint button.no-arrow:after{
  display: none;
}

.product-info-main .product-details-box .product-pharmaprint button.bg-simple {
  background: #28b1a8;
}

.product-info-main .product-details-box .product-pharmaprint button:after{
  display: none !important;
}

.product-info-main .product-details-box .product-pharmaprint button {
  background: transparent;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box .product-pharmaprint button.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-info-main .product-details-box .product-pharmaprint button.leading-tight.text-black + svg{
  right: -2rem;
}

.product-info-main .product-details-box .product-pharmaprint button{
  cursor: pointer;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon .product-info-main .product-details-box .product-pharmaprint button{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon .product-info-main .product-details-box .product-pharmaprint button:after{
  background-position: right 5px;
}

.market-product-grid-wrapper .relative.product-info-main .product-details .thumbs {
  display: block;
  transform: none;
}

.product-info-main .product-details .thumbs{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-info-main .product-details .thumbs.fullscreen{
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 0px;
  justify-content: center;
}

.product-info-main .product-details .thumbs.fullscreen.no-slider{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.market-product-grid-wrapper .relative.product-info-main .product-details .thumbs .btn-previous,.market-product-grid-wrapper .relative.product-info-main .product-details .thumbs .btn-next {
  display: block;
  transform: none;
}

.product-info-main .product-details .thumbs .btn-previous,.product-info-main .product-details .thumbs .btn-next{
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 0.625rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.product-info-main .product-details .thumbs .btn-previous,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.product-info-main .product-details .thumbs .btn-next{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.product-info-main .product-details .thumbs .btn-previous + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.product-info-main .product-details .thumbs .btn-next + svg{
  right: -2rem;
}

.product-info-main .product-details .thumbs .btn-previous:focus,.product-info-main .product-details .thumbs .btn-next:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.product-info-main .product-details .thumbs .btn-previous.is-slider-start,.product-info-main .product-details .thumbs .btn-next.is-slider-start{
  pointer-events: none;
  opacity: 0.25;
}

.product-info-main .product-details .thumbs .btn-previous.is-slider-end,.product-info-main .product-details .thumbs .btn-next.is-slider-end{
  pointer-events: none;
  opacity: 0.25;
}

.product-info-main .product-details .thumbs .btn-previous.hide,.product-info-main .product-details .thumbs .btn-next.hide{
  display: none;
}

.market-product-grid-wrapper .product-info-main .product-details .thumbs .js_thumbs_slides.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .relative.product-info-main .product-details .thumbs .js_thumbs_slides {
  display: block;
  transform: none;
}


        .market-product-grid-wrapper .product-info-main .product-details .thumbs .js_thumbs_slides {
  display: block;
  transform: none;
}

.product-info-main .product-details .thumbs .js_thumbs_slides{
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.product-info-main .product-details .thumbs .js_thumbs_slides::-webkit-scrollbar {
  display: none;
}

.product-info-main .product-details .thumbs .js_thumbs_slides > div {
  scroll-snap-align: start;
}

.checkout-cart-index .crosssell-product-slider .product-info-main .product-details .thumbs .js_thumbs_slides{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  flex-wrap: wrap;
}

@media (min-width: 1024px){
  .product-info-main .product-details .thumbs .js_thumbs_slides{
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.market-product-grid-wrapper .relative.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide {
  display: block;
  transform: none;
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide{
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  flex-shrink: 0;
}

@media (min-width: 1024px){
  .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide{
    margin-right: 0px;
  }
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide img{
  mix-blend-mode: multiply;
}

.market-product-grid-wrapper .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .btn-zoom.flex {
  display: block;
  transform: none;
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .btn-zoom{
  position: relative;
  display: block;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 254, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .btn-zoom p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .btn-zoom:focus{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .btn-zoom.selected{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(5, 37, 35, var(--tw-border-opacity, 1));
}

.market-products-grid.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: grid;
  place-items: center;
}

.product-info-main .product-details .thumbs .js_thumbs_slides .js_thumbs_slide .icon-video svg{
  fill: rgba(0, 0, 0, 0.2);
  stroke: rgba(255, 255, 255, 0.75);
}

.product-info-main .product-details .btn-close-box{
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 1rem;
  padding-right: 1rem;
}

.product-info-main .product-details .btn-close-box .btn-close{
  display: none;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-info-main .product-details .btn-close-box .btn-close:hover{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.product-info-main .product-details .btn-close-box .btn-close:focus{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.product-info-main .product-details .btn-close-box .btn-close.fullscreen{
  display: block;
}

[data-content-type$='block'] .product-info-main .product-details .btn-close-box .btn-close.fullscreen p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-info-main .product-details .btn-close-box .btn-close.hide{
  display: none;
}

.product-info-main .product-info-head{
  margin-top: 2rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
  text-align: left;
}

.checkout-cart-index #cart-totals .product-info-main .product-info-head{
  font-size: 17px;
  font-weight: 600;
}

.checkout-cart-index #cart-totals .product-info-main .product-info-head.text-promo{
  font-size: 15px;
  font-weight: 400;
}

.market-product-grid-wrapper .relative.product-info-main .product-info-head .prd-status .item {
  display: block;
  transform: none;
}

.product-info-main .product-info-head .prd-status .item{
  display: flex;
  gap: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-info-main .product-info-head .prd-status .item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.product-info-main .product-info-head .prd-status .item .label{
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.product-info-main .product-info-head .prd-status .item .value{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .product-info-main #thumbs{
    flex-direction: column;
  }

  .product-info-main #thumbs .btn-previous,.product-info-main #thumbs .btn-next{
    display: none;
  }

  .product-info-main .js_thumbs_slide{
    margin-right: 0px;
  }
}

.market-product-grid-wrapper .relative.product-info-main .price-container {
  display: block;
  transform: none;
}

.product-info-main .price-container{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-info-main .customer-discount{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 72, 50, var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 13px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.product-info-main .price-wrapper {
  display: block;
  transform: none;
}

.product-info-main .price-wrapper{
  display: flex;
  align-items: flex-end;
}

.product-info-main .final-price .price{
  font-size: 38px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.market-product-grid-wrapper .relative.product-info-main .product-badges {
  display: block;
  transform: none;
}

.product-info-main .product-badges{
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.75rem;
}

.product-info-main .price-ht{
  display: inline-block;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgba(243, 72, 50, var(--tw-text-opacity, 1));
}

.product-info-main .block-price-quantity .qty{
  margin-right: 1rem;
  height: 100%;
}

.product-info-main .block-price-quantity .qty input{
  height: 100%;
}

.btn.product-info-main #product-addtocart-button {
  background: #28b1a8;
}

.product-info-main #product-addtocart-button {
  background: #28b1a8;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .product-info-main #product-addtocart-button{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.market-product-grid-wrapper .relative.product-info-main #product-addtocart-button {
  display: block;
  transform: none;
}

.product-info-main #product-addtocart-button{
  display: flex;
  width: 100%;
  gap: 0.75rem;
}

.product-info-main #product-addtocart-button svg{
  fill: #fff;
}

.product-info-main #product-addtocart-button:after{
  display: none;
}

.market-product-grid-wrapper .relative.product-info-main .product-codes {
  display: block;
  transform: none;
}

.product-info-main .product-codes{
  display: flex;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-info-main .product-codes {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.product-info-main .product-codes .code-label{
  font-weight: 600;
}

.product-info-main .product-codes .code-actions a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-style: italic;
}

.product-info-main .items-configurable{
  margin-top: 1.5rem;
}

.product-info-main .items-configurable:last-child{
  margin-top: 0px;
}

.product-info-main .items-configurable label{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.product-info-main .accordion{
  margin-top: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.product-info-main .accordion [data-content-type='row'][data-appearance='contained'] [data-element='inner'],
        .product-info-main .accordion [data-content-type='row'][data-appearance='contained']{
  padding: 0px;
}

.product-info-main .accordion .accordion-header{
  padding-left: 0px;
  padding-right: 0px;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.product-info-main .accordion .accordion-content{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-info-main .accordion .accordion-content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.product-info-main .accordion .accordion-content p{
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-info-main .accordion .accordion-content p {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.product-info-main .product-forward img{
  border-radius: 0.375rem;
}

.product-info-main .product-forward [data-content-type='row'][data-appearance='contained']{
  padding-left: 0px;
  padding-right: 0px;
}

.product-info-main .product-forward [data-content-type='row'] > div{
  padding-bottom: 0px;
}

.checkout-cart-index .main-title{
  font-size: 40px;
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form .container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.checkout-cart-index #cart-totals .my-2{
  margin-top: 0px;
  margin-bottom: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.checkout-cart-index #cart-totals .text-left{
  font-size: 17px;
  font-weight: 600;
}

.checkout-cart-index #cart-totals .text-left.text-promo{
  font-size: 15px;
  font-weight: 400;
}

.checkout-cart-index #cart-totals .text-right{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.checkout-cart-index #cart-totals .text-right {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.checkout-cart-index #cart-totals .text-right.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.checkout-cart-index #cart-totals .text-right.leading-tight.text-black + svg{
  right: -2rem;
}

.btn.checkout-cart-index #checkout-link-button {
  background: #28b1a8;
}

.checkout-cart-index #checkout-link-button {
  background: #28b1a8;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .checkout-cart-index #checkout-link-button{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.market-product-grid-wrapper .relative.checkout-cart-index #checkout-link-button {
  display: block;
  transform: none;
}

.checkout-cart-index #checkout-link-button{
  display: flex;
  width: 100%;
  gap: 0.75rem;
}

.checkout-cart-index #checkout-link-button:after{
  display: none;
}

.checkout-cart-index .form-cart .towishlist, .checkout-cart-index .form-cart .action-edit{
  display: none;
}

.checkout-cart-index .form-cart thead tr th{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 0px;
  padding-bottom: 0.75rem;
}

.market-product-grid-wrapper .checkout-cart-index .form-cart tbody.flex {
  display: block;
  transform: none;
}

.checkout-cart-index .form-cart tbody{
  position: relative;
  margin-top: 0.75rem;
  border-bottom-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.checkout-cart-index .form-cart tbody td{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}

.market-product-grid-wrapper .relative.checkout-cart-index .form-cart tbody td .product-item-details {
  display: block;
  transform: none;
}

.checkout-cart-index .form-cart tbody td .product-item-details{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media not all and (min-width: 1024px){
  .checkout-cart-index .form-cart tbody td.col{
    text-align: left !important;
  }
}

.checkout-cart-index .form-cart tbody td.subtotal .price-excluding-tax .price{
  font-weight: 700;
}

.checkout-cart-index .form-cart tbody td.qty{
  text-align: center;
}

@media not all and (min-width: 1024px){
  .checkout-cart-index .form-cart tbody .action-delete{
    position: absolute;
    right: 0px;
    top: 1rem;
  }
}

.checkout-cart-index .form-cart .product-item-name a{
  font-size: 17px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.checkout-cart-index .form-cart .item-options{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
}

.checkout-cart-index .form-cart .item-options dt{
  margin-bottom: 0px;
  margin-right: 0.25rem;
}

.checkout-cart-index .form-cart .product-image-photo{
  width: 70px;
}

.checkout-cart-index .form-cart .product-item-photo{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 253, var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.checkout-cart-index .form-cart .price-excluding-tax .price{
  font-weight: 400;
}

.checkout-cart-index #form-validate{
  margin-bottom: 1.5rem;
}

.checkout-cart-index .crosssell-product-slider {
  clear: both;
  background: #fbfcfd;
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.checkout-cart-index .crosssell-product-slider .container{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0.5rem;
}

.checkout-cart-index .crosssell-product-slider h3{
  margin-bottom: 1rem;
  margin-bottom: 0px;
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.checkout-cart-index .crosssell-product-slider .js_slides{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  flex-wrap: wrap;
}

.checkout-cart-index .crosssell-product-slider .js_slide{
  padding: 0.5rem;
}

@media (min-width: 1280px){
  .checkout-cart-index .crosssell-product-slider .js_slide{
    width: 50% !important;
  }
}

.checkout-cart-index .crosssell-product-slider .product-image-photo{
  width: 70px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(251, 252, 253, var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.checkout-cart-index .crosssell-product-slider .product-item-photo{
  margin-bottom: 0px;
}

.checkout-cart-index .crosssell-product-slider .price-box{
  display: none;
}

.checkout-cart-index .crosssell-product-slider .nav-product-slider{
  display: none;
}

.market-products-grid.checkout-cart-index .crosssell-product-slider .product-info {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .market-products-grid.checkout-cart-index .crosssell-product-slider .product-info {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .market-products-grid.checkout-cart-index .crosssell-product-slider .product-info {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px
  }
}

.checkout-cart-index .crosssell-product-slider .product-info{
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
}

.checkout-cart-index .crosssell-product-slider .product-info-gamme{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(130, 142, 158, var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  opacity: 0.5;
}

.checkout-cart-index .crosssell-product-slider .product-info-name{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  margin: 0px;
  padding: 0px;
  font-size: 17px;
}

.checkout-cart-index .crosssell-product-slider .product-info-add-cart{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.checkout-cart-index .crosssell-product-slider .product-info-add-cart-btn{
  margin-top: 0px;
  padding-top: 0px;
}

.checkout-cart-index .crosssell-product-slider .product-item{
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding: 0.5rem;
}

.checkout-cart-index .crosssell-product-slider .product-item .btn-round{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 247, 246, var(--tw-bg-opacity, 1));
}

.checkout-cart-index .crosssell-product-slider .product-item .btn-round svg{
  fill: #28b1a8;
}

.checkout-cart-index .crosssell-product-slider .product-item .btn-round:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.checkout-cart-index .crosssell-product-slider .product-item .btn-round:hover svg{
  fill: #fff;
}

.market-product-grid-wrapper .relative.checkout-cart-index .crosssell-product-slider .link-product {
  display: block;
  transform: none;
}

.checkout-cart-index .crosssell-product-slider .link-product{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}

.market-product-grid-wrapper .relative.checkout-cart-index #discount-form-toggle {
  display: block;
  transform: none;
}

.checkout-cart-index #discount-form-toggle{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.checkout-cart-index #discount-form-toggle .font-medium{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.checkout-cart-index #discount-form-toggle svg{
  --tw-rotate: -90deg;
  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));
  stroke: #052523;
}

.checkout-cart-index #discount-form-toggle[aria-expanded="true"] svg{
  --tw-rotate: 180deg;
  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));
}

.checkout-cart-index #discount-coupon-form{
  padding: 0px;
}

.checkout-cart-index #discount-coupon-form .fieldset > div{
  flex-direction: column;
}

.checkout-cart-index #discount-coupon-form .fieldset input{
  --tw-border-opacity: 1;
  border-color: rgba(40, 177, 168, var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 177, 168, var(--tw-ring-opacity, 1)) !important;
}

.checkout-cart-index .coupon-form{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

body.account #maincontent{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  body.account #maincontent{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  body.account #maincontent{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  body.account #maincontent{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  body.account #maincontent{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  body.account #maincontent{
    max-width: 1536px;
  }
}

body.account #maincontent{
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  body.account #maincontent{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  body.account #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > body.account #maincontent {
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > body.account #maincontent {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form body.account #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.checkout-cart-index .crosssell-product-slider body.account #maincontent{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0.5rem;
}

.faq-question-view .column.main > body.account #maincontent{
  padding-left: 0px;
  padding-right: 0px;
}

body.account{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity, 1));
}

body.account #header{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

body.account .main-title{
  margin-left: 0px;
}

body.account .account-nav .title{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

body.account .account-nav li a{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

body.account .account-nav li.current a, body.account .account-nav li.current strong{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2body.account .account-nav li.current a,[data-content-type='row'] h2 body.account .account-nav li.current strong{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.market-product-grid-wrapper body.relative.account .account-nav li:last-child {
  display: block;
  transform: none;
}

body.account .account-nav li:last-child{
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

body.account .account-nav li:last-child a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

body.account .account-nav li:last-child:before {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url('../images/logout.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/*
    .actions-toolbar {
        @apply border-0;
        a.back {
            @apply text-black;
        }
    }

    .pages-items {

        @apply shadow-none;

        a {
            @apply text-accent-dark border-0 bg-transparent;
        }
    }

    &.customer-address-index {
        .block-addresses-default {
            @apply mt-0;
        }
        .block-title {
            @apply text-black font-semibold text-1.5xl flex-wrap;
        }
    }


    .card, .form-edit-account {
        @apply bg-white p-5 lg:p-10 rounded-lg;

        .block-title {
            @apply mt-0 flex-wrap gap-2;
        }

        .legend {
            @apply font-semibold;
        }

        .form-input,  .form-email,  .form-select,  .form-multiselect,  .form-textarea,  input.input,  .input,  input.email,  .select,  .multiselect,  .textarea {
            @apply border rounded-lg min-h-a11y px-5;
        }

    }

    a {
        span {
            vertical-align: initial;
        }
        &.text-secondary {
            @apply hover:text-accent;
        }
    }

    h2 {
        &.text-2xl {
            @apply text-1.5xl;
        }
    }

    table {
        width: 100%;
        thead {
            th {
                @apply text-black bg-customGray-lighter text-base font-semibold;
                &:first-child {
                    @apply rounded-l-md;
                }
                &:last-child {
                    @apply rounded-r-md;
                }
            }
        }

        th {
            @apply p-2 text-left border-0;
        }

        td {
            @apply p-2 border-0;
        }

        tr {
            &:nth-child(even) {
                td {
                    @apply bg-container-darker;
                }
            }
        }

        a, button {
            svg {
                @apply w-5 h-5;
            }
        }

        .table-caption {
            @apply text-left text-black font-semibold text-1.5xl mb-4;
        }

    }

    .account-nav {
        .title {
            @apply text-black font-semibold;
        }
    }

    #block-reorder-heading {
        @apply text-black;
        &:after {
            @apply hidden;
        }
    }

    &.customer-account-index {
        a.action {
            @apply btn btn-primary no-underline font-normal;
        }
    }

    #claim-form {
        @apply shadow-none;
    }

    .sidebar {
        .card {
            @apply px-6;
        }
        .block-reorder {
            @apply bg-white rounded-lg px-6 py-5 lg:py-10 mt-0;
            h2 {
                @apply border-0 pt-0;
            }

            li {
                @apply mb-2;

                a {
                    @apply text-black;
                }
            }
        }
    }


}

/*
#account-nav {



    .current {
        @apply text-accent;
        strong {
            @apply text-accent;
        }
    }

    li {
        a {
            &:hover {
                @apply text-accent;
            }
        }
        &:nth-last-child(2) {
            @apply flex items-center gap-2 mt-4 bg-container-darker rounded-tl-xl rounded-tr-xl px-4 pt-2;
            &:before {
                content: "";
                @apply inline-block w-5 h-5;
                background-image: url('../images/logout.svg');
                background-size: contain;
                background-repeat: no-repeat;
            }

        }
        &:last-child {
            @apply flex items-center gap-2 bg-container-darker rounded-bl-xl rounded-br-xl px-4 pb-2;
            &:before {
                content: "";
                @apply inline-block w-5 h-5;
                background-image: url('../images/bell.svg');
                background-size: contain;
                background-repeat: no-repeat;
            }
        }
    }
}

#my-quotes-table {
    a.action {
        @apply text-black underline inline-block align-middle;

    }
}

.account.devis-view-quote {
    .block-order-details-view {
        .block-content {
            @apply flex flex-wrap gap-6;
        }
        .block-title {
            @apply text-left text-black font-semibold text-1.5xl mb-4;
        }
    }
    .devis-container {
        @apply bg-white rounded-md p-5 lg:p-10;
    }
    #devis-files {
        .files {
            @apply border-none;
            label {
                @apply hidden;
            }
        }
    }
    .block-order-details-view {
        @apply mt-6;
    }
    #comments {
        @apply border rounded-sm p-4 mt-6;
        .block-title {
            @apply font-bold mb-2 text-black;
        }
        .comments, .comment-item {
            @apply mb-2;
        }
        .loader {
            svg {
                width: 30px;
                height: 30px;
            }
        }
    }
    .column.main {
        @apply flex flex-col;
        .actions {
            @apply flex flex-wrap mt-2 text-right gap-x-6 gap-y-2 mb-8 items-center justify-end;
            a {
                @apply flex underline gap-2 items-center;
            }
        }
    }
    .title-details {
        @apply max-md:mt-4 md:ml-auto flex items-center;
        .devis-status {
            @apply text-sm bg-customGray-darker text-white uppercase px-2 py-1 rounded-sm;
        }
    }
}

#claim-form {
    .additional-fields {
        @apply border-accent pl-4 mb-6;
    }
    select, textarea {
        @apply border min-h-[33px];
    }
}*/

.catalog-category-view #maincontent{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  .catalog-category-view #maincontent{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .catalog-category-view #maincontent{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .catalog-category-view #maincontent{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .catalog-category-view #maincontent{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .catalog-category-view #maincontent{
    max-width: 1536px;
  }
}

.catalog-category-view #maincontent{
  margin-top: 0px;
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  .catalog-category-view #maincontent{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .catalog-category-view #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > .catalog-category-view #maincontent {
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > .catalog-category-view #maincontent {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form .catalog-category-view #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.checkout-cart-index .crosssell-product-slider .catalog-category-view #maincontent{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0.5rem;
}

.faq-question-view .column.main > .catalog-category-view #maincontent{
  padding-left: 0px;
  padding-right: 0px;
}

.market-product-grid-wrapper .catalog-category-view .breadcrumbs.flex {
  display: block;
  transform: none;
}

.catalog-category-view .breadcrumbs{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  --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);
}

.market-product-grid-wrapper .catalog-category-view .main-title.flex {
  display: block;
  transform: none;
}

.catalog-category-view .main-title{
  position: relative;
  margin-top: 0px;
  flex-direction: row;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
  padding-top: 0px;
}

@media not all and (min-width: 768px){
  .catalog-category-view .main-title{
    padding: 0px;
  }
}

.catalog-category-view .main-title h1{
  font-size: 2.6rem;
  line-height: 2.8rem;
}

.catalog-category-view .main-title:after{
  position: absolute;
  top: 0px;
  bottom: -1rem;
  left: -100vw;
  right: -100vw;
  z-index: -10;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

[data-content-type$='block'] .catalog-category-view .main-title p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.catalog-category-view .main-title .category-description{
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

@media not all and (min-width: 768px){
  .catalog-category-view .main-title .category-description > div{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.catalog-category-view #product-count{
  padding-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(116, 124, 136, var(--tw-text-opacity, 1));
}

.catalog-category-view #category-view-container{
  padding-top: 0px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.market-product-grid-wrapper .catalog-category-view .category-intro.flex {
  display: block;
  transform: none;
}

.catalog-category-view .category-intro{
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.catalog-category-view .category-intro p{
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.catalog-category-view .category-intro:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

[data-content-type$='block'] .catalog-category-view .category-intro p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.catalog-category-view .category-intro:after {
  left: -100vw;
  right: -100vw;
  z-index: -1;
}

.catalog-category-view .products-grid .product-item{
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
}

.catalog-category-view .products-grid .product-item .link-product{
  position: relative;
}

.catalog-category-view .products-grid .product-item .badge {
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  z-index: 2;
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 0 6px;
  padding-bottom: 0px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  background-color: #ff4f4f;
}

.catalog-category-view .products-grid .product-item .badge.badge-rules {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  text-transform: none;
  top: auto;
  bottom: -10px;
  left: 0;
  padding-bottom: 8px;
  border-radius: 0;
  width: 100%;
  background: #38ac9b;
}

.market-product-grid-wrapper .catalog-category-view .sidebar-filters.flex {
  display: block;
  transform: none;
}

.catalog-category-view .sidebar-filters{
  position: relative;
}

.catalog-category-view .media-plans-header h3{
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.catalog-category-view .media-plans-header h3:before {
  content: "";
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  flex: none;
  border-radius: 9999px;
}

[data-content-type$='block'] .catalog-category-view .media-plans-header h3 p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.catalog-category-view .media-plans-header h3:before {
  background-color: #00BFB0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50px" height="50px"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M42.498,7.499 L39.374,7.499 L39.374,3.125 C39.374,1.399 37.975,0.000 36.249,0.000 C34.523,0.000 33.124,1.399 33.124,3.125 L33.124,7.499 L16.876,7.499 L16.876,3.125 C16.876,1.399 15.477,0.000 13.751,0.000 C12.025,0.000 10.626,1.399 10.626,3.125 L10.626,7.499 L7.502,7.499 C3.360,7.499 0.002,10.857 0.002,14.999 L0.002,42.498 C-0.000,44.464 0.772,46.352 2.152,47.753 C3.560,49.191 5.489,50.000 7.502,49.998 L42.498,49.998 C44.543,49.998 46.403,49.178 47.753,47.848 C49.191,46.439 50.000,44.511 49.998,42.498 L49.998,14.999 C49.998,10.857 46.640,7.499 42.498,7.499 ZM32.698,32.146 L23.335,38.803 C22.261,39.574 20.841,39.665 19.677,39.038 C18.511,38.406 17.789,37.182 17.798,35.856 L17.798,22.543 C17.789,21.216 18.511,19.992 19.677,19.358 C20.841,18.731 22.261,18.823 23.335,19.596 L32.698,26.252 C33.009,26.478 33.283,26.751 33.508,27.062 C34.688,28.690 34.325,30.966 32.698,32.146 Z"/></svg>');
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.catalog-category-view .toolbar-products nav ol{
  --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);
}

.catalog-category-view .toolbar-products nav ol li a{
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
}

.catalog-category-view .toolbar-products nav ol li a[aria-current="page"]{
  --tw-border-opacity: 1;
  border-color: rgba(40, 177, 168, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.catalog-category-view .toolbar-products nav li.pages-item-previous a, .catalog-category-view .toolbar-products nav li.pages-item-next a{
  border-width: 0px;
  background-color: transparent;
  --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);
}

.catalog-category-view .toolbar-products nav li.pages-item-previous a svg, .catalog-category-view .toolbar-products nav li.pages-item-next a svg{
  stroke: #000;
}

.catalog-category-view .toolbar-products nav li:nth-child(2) a{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-left-width: 1px;
}

.catalog-category-view .toolbar-products nav li:nth-last-child(2) a{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-right-width: 1px;
}

#layered-filter-block{
  margin-top: 1.25rem;
}

.market-product-grid-wrapper .relative#layered-filter-block .sidebar-title {
  display: block;
  transform: none;
}

#layered-filter-block .sidebar-title{
  display: flex;
  justify-content: space-between;
}

#layered-filter-block .sidebar-title .icon svg{
  --tw-rotate: 270deg;
  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));
}

#layered-filter-block .sidebar-title.open .icon svg{
  --tw-rotate: 360deg;
  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));
}

#layered-filter-block h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.section-one-review #layered-filter-block h2{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review #layered-filter-block h2{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review #layered-filter-block h2 p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review #layered-filter-block h2 p{
    line-height: 3rem;
  }
}

#filters-content, #layered-filter-block-content{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

#filters-content[class="block-content filter-content is-sidebar hidden"], #filters-content[class="block-content filter-content hidden is-sidebar"], #layered-filter-block-content[class="block-content filter-content is-sidebar hidden"], #layered-filter-block-content[class="block-content filter-content hidden is-sidebar"]{
  display: none;
}

#filters-content .filter-option, #layered-filter-block-content .filter-option{
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
}

.market-product-grid-wrapper .relative#filters-content .filter-option .filter-options-title,.market-product-grid-wrapper .relative#layered-filter-block-content .filter-option .filter-options-title {
  display: block;
  transform: none;
}

#filters-content .filter-option .filter-options-title,#layered-filter-block-content .filter-option .filter-options-title{
  display: flex;
  justify-content: space-between;
}

#filters-content .filter-option .filter-options-title .icon svg,#layered-filter-block-content .filter-option .filter-options-title .icon svg{
  width: 1rem;
  --tw-rotate: 270deg;
  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));
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

#filters-content .filter-option .filter-options-title.sidebar-top-open,#layered-filter-block-content .filter-option .filter-options-title.sidebar-top-open{
  margin-bottom: 1rem;
}

#filters-content .filter-option .filter-options-title.sidebar-top-open .icon svg,#layered-filter-block-content .filter-option .filter-options-title.sidebar-top-open .icon svg{
  --tw-rotate: 360deg;
  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));
}

#filters-content .filter-option .filter-options-title .title,#layered-filter-block-content .filter-option .filter-options-title .title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#filters-content .items li a, #layered-filter-block-content .items li a{
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.market-product-grid-wrapper .relative#filters-content .items li a .count,.market-product-grid-wrapper .relative #layered-filter-block-content .items li a .count {
  display: block;
  transform: none;
}

#filters-content .items li a .count, #layered-filter-block-content .items li a .count{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  #filters-content .items li a .count, #layered-filter-block-content .items li a .count{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 242, 244, var(--tw-bg-opacity, 1));
  }
}

#filters-content .items li a:hover,#layered-filter-block-content .items li a:hover{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1));
}

[data-content-type='row'] h2#filters-content .items li a:hover,[data-content-type='row'] h2#layered-filter-block-content .items li a:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(40, 177, 168, var(--tw-text-opacity, 1)) !important;
}

.market-product-grid-wrapper .relative.filter-options-content .items .item {
  display: block;
  transform: none;
}

.filter-options-content .items .item{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.market-product-grid-wrapper .relative.filter-options-content .items .item a {
  display: block;
  transform: none;
}

.filter-options-content .items .item a{
  order: 2;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.filter-options-content .items .item a .filter-count-label{
  display: none;
}

.filter-options-content .items .item a .label{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.filter-options-content .items .item a .label {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

@media (min-width: 768px){
  .filter-options-content .items .item a .label{
    max-width: 200px;
  }
}

.filter-options-content .items .item input{
  order: 1;
}

.market-product-grid-wrapper .relative.filter-options-content .items .item .filter-row {
  display: block;
  transform: none;
}

.filter-options-content .items .item .filter-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}

.filter-options-content .items .item[class="item hidden"]{
  display: none;
}

.filter-options-content .items .item.flyout-element{
  flex-direction: column;
}

.filter-options-content .amshopby-search-box{
  margin-bottom: 0.75rem;
  width: 100%;
}

.filter-options-content .amshopby-search-box input{
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

.market-product-grid-wrapper .relative.filter-options-content .range {
  display: block;
  transform: none;
}

.filter-options-content .range{
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.filter-options-content .range input{
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

@media (min-width: 768px){
  .filter-options-content .range input{
    max-width: 120px;
  }
}

.market-product-grid-wrapper .relative.filter-options-content .range .amshopby-input-wrapper {
  display: block;
  transform: none;
}

.filter-options-content .range .amshopby-input-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.filter-options-content .range button {
  --btn-stroke: transparent;
  --btn-color: #fff;
}

.market-product-grid-wrapper .filter-options-content .range button.flex {
  display: block;
  transform: none;
}

.filter-options-content .range button{
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.filter-options-content .range button {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.filter-options-content .range button.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.filter-options-content .range button.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

.filter-options-content .range button {
  border-color: var(--btn-stroke);
  color: var(--btn-color);
  background: linear-gradient(118deg,#2cd7cc 0%, #28b1a8 100%);
  cursor: pointer;
}

.filter-options-content .range button:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 0px;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: rgba(0, 0, 0, 0.15);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

[data-content-type$='block'] .filter-options-content .range button p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.filter-options-content .range button:before {
  z-index: -1;
}

.filter-options-content .range button:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Tailless-Triangle-Arrow-Right-1--Streamline-Flex-Remix.svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}</style><g id="tailless-triangle-arrow-right-1--arrow-right-keyboard"><path id="Union" class="st0" d="M18,3.4c-1.6-1-3.3-0.6-4.4,0.4s-1.8,2.7-1.4,4.4c1,4.5,3.5,10,3.5,15.8s-2.5,11.3-3.5,15.8c-0.4,1.7,0.3,3.4,1.4,4.4c1.2,1,2.8,1.3,4.4,0.4c7.8-4.7,12.6-7.9,17-16.3c1.4-2.7,1.4-5.9,0-8.5c-4.4-8.4-9.2-11.6-17-16.3V3.4z"/></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 3px;
}

.filter-options-content .range button:hover:before{
  width: 100%;
}

.filter-options-content .range button.no-arrow:after{
  display: none;
}

.filter-options-content .range button.bg-simple {
  background: #28b1a8;
}

.filter-options-content .range button{
  margin-top: 0.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(44, 215, 204, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.section-news-pharmazon .filter-options-content .range button{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.section-news-pharmazon .filter-options-content .range button:after{
  background-position: right 5px;
}

.filter-content#layered-filter-block-content .filter-current{
  display: none;
}

.filter-content#layered-filter-block-content .amshopby-flyout-block .items .item .items-children{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 1rem;
  width: 100%;
}

@media not all and (min-width: 768px){
  .filter-content#layered-filter-block-content .amshopby-flyout-block .items .item .items-children{
    display: block;
  }
}

.filter-content#layered-filter-block-content .amshopby-flyout-block .items .item .items-children .flyout-element{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  gap: 0.25rem;
  padding-left: 0px;
  padding-right: 0px;
}

.am-filter-state{
  margin-top: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  padding: 1rem;
}

@supports (color: rgb(0 0 0 / 0)){
.am-filter-state{
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
}

.market-product-grid-wrapper .relative.am-filter-state .filter-options-title {
  display: block;
  transform: none;
}

.am-filter-state .filter-options-title{
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.am-filter-state .filter-options-title[aria-expanded="true"] .icon svg{
  --tw-rotate: 360deg;
  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));
}

.am-filter-state .filter-options-title .icon svg{
  --tw-rotate: 270deg;
  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));
}

.market-product-grid-wrapper .relative.am-filter-state .items .amshopby-remove-item {
  display: block;
  transform: none;
}

.am-filter-state .items .amshopby-remove-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.am-filter .amshopby-slider-container.-default .noUi-target{
  height: 0.125rem;
}

.am-filter .amshopby-slider-container.-default .am-slider .noUi-base .noUi-origin .noUi-handle{
  top: -7px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(40, 177, 168, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}

.am-filter .amshopby-slider-container.-default .am-slider .noUi-connect{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.amshopby-fromto-wrap{
  border-style: none;
  padding-top: 0.5rem;
}

[data-content-type='row'].section-offre {
  background: #F6FEFC;
  background: linear-gradient(180deg, rgba(246, 254, 252, 1) 49%, rgba(252, 255, 254, 1) 60%);
}

[data-content-type='row'].section-offre .pagebuilder-column-line{
  gap: 2.5rem;
}

@media (min-width: 768px){
  [data-content-type='row'].section-offre .pagebuilder-column-line{
    gap: 5rem;
  }
}

[data-content-type='row'].section-offre h2 {
  font-size: 27px;
  margin-bottom: 20px;
  line-height: 30px;
}

@media not all and (min-width: 768px){
  [data-content-type='row'].section-offre h2{
    text-align: left !important;
  }

  [data-content-type='row'].section-offre [data-content-type='buttons']{
    text-align: left !important;
  }
}

[data-content-type='row'].section-offre [data-content-type='text'] {
  width: 480px;
  max-width: 100%;
}

@media not all and (min-width: 768px){
  [data-content-type='row'].section-offre [data-content-type='text']{
    margin-left: 0px !important;
  }

  [data-content-type='row'].section-offre [data-content-type='text'] p{
    text-align: left !important;
  }

  [data-content-type='row'].section-offre .pagebuilder-column figure{
    text-align: left !important;
  }
}

[data-content-type='row'].section-offre .pagebuilder-column .references img{
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  -webkit-mask-image: 
                            linear-gradient(0deg, #000 75%, #0000),      /* fade from bottom */
                            linear-gradient(90deg, #000 75%, #0000),     /* fade from right */
                            linear-gradient(180deg, #000 75%, #0000),    /* fade from top */
                            linear-gradient(270deg, #000 75%, #0000);
          mask-image: 
                            linear-gradient(0deg, #000 75%, #0000),      /* fade from bottom */
                            linear-gradient(90deg, #000 75%, #0000),     /* fade from right */
                            linear-gradient(180deg, #000 75%, #0000),    /* fade from top */
                            linear-gradient(270deg, #000 75%, #0000);
  /* fade from left */
  -webkit-mask-composite: source-in;
}

[data-content-type='row'].section-offre .pagebuilder-column img{
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  -webkit-mask-image: 
  linear-gradient(0deg, #000 90%, #0000),      /* fade from bottom */
  linear-gradient(90deg, #000 90%, #0000),     /* fade from right */
  linear-gradient(180deg, #000 90%, #0000),    /* fade from top */
  linear-gradient(270deg, #000 90%, #0000);
          mask-image: 
  linear-gradient(0deg, #000 90%, #0000),      /* fade from bottom */
  linear-gradient(90deg, #000 90%, #0000),     /* fade from right */
  linear-gradient(180deg, #000 90%, #0000),    /* fade from top */
  linear-gradient(270deg, #000 90%, #0000);
  /* fade from left */
  -webkit-mask-composite: source-in;
}

[data-content-type='row'].section-offre.second-section .pagebuilder-column img{
  width: 100% !important;
}

[data-content-type='row'].section-offre .btn-wysiwyg-arrow-right .pagebuilder-button-primary {
  font-size: 17.5px;
  gap: 0.5rem;
}

[data-content-type='row'].section-offre .btn-wysiwyg-arrow-right .pagebuilder-button-primary:after {
  background-image: url("../images/arrow-left-white.svg");
  --tw-rotate: 180deg;
  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));
}

@media not all and (min-width: 768px){
  [data-content-type='row'].section-offre.section-offre-img-first .pagebuilder-column:last-child{
    order: -1;
  }
}

.laboratoire-labo-index #header{
  border-width: 0px;
}

.laboratoire-labo-index #maincontent{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  .laboratoire-labo-index #maincontent{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .laboratoire-labo-index #maincontent{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .laboratoire-labo-index #maincontent{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .laboratoire-labo-index #maincontent{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .laboratoire-labo-index #maincontent{
    max-width: 1536px;
  }
}

.laboratoire-labo-index #maincontent{
  margin-top: 0px;
  max-width: 1230px;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 768px){
  .laboratoire-labo-index #maincontent{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .laboratoire-labo-index #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mediaplan-view-header-info > .laboratoire-labo-index #maincontent {
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mediaplan-products-section > .laboratoire-labo-index #maincontent {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media not all and (min-width: 1280px){
  .checkout-cart-index .cart-form .laboratoire-labo-index #maincontent{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.checkout-cart-index .crosssell-product-slider .laboratoire-labo-index #maincontent{
  margin-bottom: 0px;
  width: 100% !important;
  border-width: 0px;
  padding-left: 0px !important;
  padding-bottom: 0.5rem;
}

.faq-question-view .column.main > .laboratoire-labo-index #maincontent{
  padding-left: 0px;
  padding-right: 0px;
}

.market-product-grid-wrapper .laboratoire-labo-index .breadcrumbs.flex {
  display: block;
  transform: none;
}

.laboratoire-labo-index .breadcrumbs{
  position: relative;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  --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);
  background-color: var(--laboratory-color, #f9fafb);
}

.laboratoire-labo-index .breadcrumbs a {
  color: var(--laboratory-text-color, #ffffff);
}

.laboratoire-labo-index .breadcrumbs .separator:after {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Arrows-Button-Right--Streamline-Micro" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 10 10" style="enable-background:new 0 0 10 10;" xml:space="preserve"><style type="text/css">.st0{fill:%23a3d5db;}</style><desc>Arrows Button Right Streamline Icon: https://streamlinehq.com</desc><path class="st0" d="M7.5,4.1L3.4,0.2C3.1-0.1,2.6,0,2.3,0.3c-0.3,0.3-0.2,0.7,0,1l3.7,3.5c0.1,0.1,0.1,0.3,0,0.4c0,0,0,0,0,0L2.4,8.7C2.1,9,2,9.5,2.3,9.8c0.3,0.3,0.8,0.3,1.1,0.1c0,0,0,0,0,0l4.1-3.9C8,5.4,8,4.6,7.5,4.1C7.5,4.1,7.5,4.1,7.5,4.1L7.5,4.1z"/></svg>');
}

.laboratoire-labo-index .breadcrumbs .home a{
  color: `#a3d5db`;
}

.market-product-grid-wrapper .laboratoire-labo-index .category-view.flex {
  display: block;
  transform: none;
}

.laboratoire-labo-index .category-view{
  position: relative;
  padding-top: 1rem;
}

.laboratoire-labo-index .category-view:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: -1rem;
  display: block;
}

[data-content-type$='block'] .laboratoire-labo-index .category-view p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.laboratoire-labo-index .category-view:after {
  left: -100vw;
  right: -100vw;
  z-index: -1;
  background-color: var(--laboratory-color, #f9fafb);
}

.laboratoire-labo-index .category-view p{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.laboratoire-labo-index .columns .sidebar {
  order: 1;
}

.market-product-grid-wrapper .laboratoire-labo-index .main-title.flex {
  display: block;
  transform: none;
}

.laboratoire-labo-index .main-title{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: row;
  align-items: flex-end;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
  padding-top: 0px;
}

.laboratoire-labo-index .main-title h1{
  font-weight: 800;
  color: var(--laboratory-text-color, #ffffff);
}

.laboratoire-labo-index .main-title:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: -1rem;
  display: block;
}

[data-content-type$='block'] .laboratoire-labo-index .main-title p:last-child:after{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.laboratoire-labo-index .main-title:after {
  left: -100vw;
  right: -100vw;
  z-index: -1;
  background-color: var(--laboratory-color, #f9fafb);
}

.laboratoire-labo-index .products-grid .product-item{
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
}

.laboratoire-labo-index .media-plans-header h3{
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.laboratoire-labo-index .media-plans-header h3:before {
  content: "";
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  flex: none;
  border-radius: 9999px;
}

[data-content-type$='block'] .laboratoire-labo-index .media-plans-header h3 p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.laboratoire-labo-index .media-plans-header h3:before {
  background-color: var(--laboratory-color, #f9fafb);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50px" height="50px"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M42.498,7.499 L39.374,7.499 L39.374,3.125 C39.374,1.399 37.975,0.000 36.249,0.000 C34.523,0.000 33.124,1.399 33.124,3.125 L33.124,7.499 L16.876,7.499 L16.876,3.125 C16.876,1.399 15.477,0.000 13.751,0.000 C12.025,0.000 10.626,1.399 10.626,3.125 L10.626,7.499 L7.502,7.499 C3.360,7.499 0.002,10.857 0.002,14.999 L0.002,42.498 C-0.000,44.464 0.772,46.352 2.152,47.753 C3.560,49.191 5.489,50.000 7.502,49.998 L42.498,49.998 C44.543,49.998 46.403,49.178 47.753,47.848 C49.191,46.439 50.000,44.511 49.998,42.498 L49.998,14.999 C49.998,10.857 46.640,7.499 42.498,7.499 ZM32.698,32.146 L23.335,38.803 C22.261,39.574 20.841,39.665 19.677,39.038 C18.511,38.406 17.789,37.182 17.798,35.856 L17.798,22.543 C17.789,21.216 18.511,19.992 19.677,19.358 C20.841,18.731 22.261,18.823 23.335,19.596 L32.698,26.252 C33.009,26.478 33.283,26.751 33.508,27.062 C34.688,28.690 34.325,30.966 32.698,32.146 Z"/></svg>');
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}

/* Custom module styles */

.w-am-latter:nth-child(4n+5){
  margin-right: 0px;
}

.ambrands-brandlist-widget [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content,
        .ambrands-brandlist-widget [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon{
  top: -0.25rem;
}

.ambrands-brandlist-widget [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon{
  left: 50%;
}

.catalog-product-view .product-info-main .page-title{
  text-align: left;
}

.checkout-cart-index #cart-totals .catalog-product-view .product-info-main .page-title{
  font-size: 17px;
  font-weight: 600;
}

.checkout-cart-index #cart-totals .catalog-product-view .product-info-main .page-title.text-promo{
  font-size: 15px;
  font-weight: 400;
}

.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"], .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"]{
  z-index: 30;
}

.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content, .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content{
  top: -1rem;
  left: 100%;
  margin-left: 1rem;
  transform: none;
}

.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon, .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon{
  top: auto;
  left: 100%;
  bottom: 0px;
  transform: none;
}

.catalog-product-view .product-info-main > section:first-child h1.page-title{
  width: 100%;
}

.catalog-product-view .product-info-main > section:first-child .amshopby-option-link{
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.catalog-product-view .product-info-main > section:first-child .amshopby-option-link div[x-show="showTooltip"] .am-brand-image{
  max-height: 100%;
  max-width: 100%;
}

[x-data^="initSliderComponent"] [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content{
  left: 3rem;
}

.product-info-main p.title-font{
  display: block;
}

[data-content-type$='block'] .product-info-main p.title-font p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-info-main p.title-font > strong{
  display: none;
}

@media (min-width: 768px){
  .product-info-main p.title-font > strong{
    display: block;
  }
}

.product-info-main .product-brands-wrapper{
  margin-top: 0.75rem;
}

.product-info-main .product-brands-wrapper .amshopby-option-link{
  margin-right: 0.5rem;
}

.product-info-main .amshopby-option-link{
  margin-bottom: 0.75rem;
}

.product-info-main .amshopby-option-link .brand-title{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.checkout-cart-index #discount-form-toggle .product-info-main .amshopby-option-link .brand-title{
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.product-info-main .amshopby-option-link .brand-title {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.product-info-main .amshopby-option-link .amtooltip-wrapper{
  height: auto;
  width: auto;
}

.product-info-main .amshopby-option-link .amtooltip-wrapper > .amtooltip-inner{
  position: static;
}

.products .amshopby-option-link{
  display: inline-flex;
}

.products .amshopby-option-link .amtooltip-wrapper{
  height: auto;
  width: auto;
}

.products .amshopby-option-link .amtooltip-wrapper > .amtooltip-inner{
  position: static;
}

.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"]{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] .amtooltip-content{
  top: auto;
  bottom: 100%;
  transform: none;
}

.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] .amtooltip-icon{
  left: 2.5rem;
  top: 1.5rem;
}

.ambrands-brandlist-widget .am-brand-small_image {
  max-width: 150px;
  margin: auto;
}

.ambrands-brandlist-widget .am-brand-image {
  margin: auto;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.text-base {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

/*  Styles for slider */

.amslider .swiper-pagination-bullet{
  height: auto;
  width: auto;
  background-color: transparent;
}

.amslider .swiper-pagination-bullet::before{
  margin: 1rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  content: var(--tw-content);
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .swiper-pagination-bullet-active::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity, 1));
}

.amslider .category-item .category-item-title{
  margin: auto;
}

.amslider .slide .category-item-title,
    .amslider .swiper-slide .swiper-category-item{
  font-size: 1rem;
  line-height: 1.5rem;
}

.ambrands-brandlist-widget .brand-tooltip .subtitle.amslider .slide .category-item-title,.ambrands-brandlist-widget .brand-tooltip .subtitle
    .amslider .swiper-slide .swiper-category-item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.amslider .swiper-button-next:after, .amslider .swiper-button-prev:after {
  content: '';
}

.amslider .swiper-button-next.swiper-button-disabled, .amslider .swiper-button-prev.swiper-button-disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
  opacity: 1;
}

.market-product-grid-wrapper .children-category .amslider.flex {
  display: block;
  transform: none;
}

.children-category .amslider{
  position: relative;
  left: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3rem;
  margin-right: 3rem;
  display: block;
  width: 100%;
}

[data-content-type$='block'] .children-category .amslider p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.children-category .amslider {
  transform: inherit;
}

.children-category-container.swiper-container{
  margin: auto;
  width: calc(100% - 80px);
}

.children-category-container .swiper-wrapper{
  align-items: baseline;
}

.market-product-grid-wrapper .amslider .slide .category-item.flex {
  display: block;
  transform: none;
}

.amslider .slide .category-item{
  position: relative;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.625rem;
}

.market-product-grid-wrapper .amslider .slide .category-item:hover.flex {
  display: block;
  transform: none;
}

.market-product-grid-wrapper .amslider .slide .category-item:active.flex {
  display: block;
  transform: none;
}

.amslider .slide .category-item:hover{
  position: relative;
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
  padding: 0.625rem;
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .slide .category-item:active{
  position: relative;
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
  padding: 0.625rem;
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .slide .category-item.category-item-label img{
  margin-bottom: 1.5rem;
}

.amslider .swiper-slide .swiper-category-item{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0px;
  padding-right: 0px;
}

.amslider .swiper-slide .swiper-category-item:hover{
  margin: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .swiper-slide .swiper-category-item:active{
  margin: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .swiper-slide .swiper-category-item img{
  height: auto;
}

.amslider .swiper-slide .swiper-category-item.category-item-label img{
  margin-bottom: 1.5rem;
}

.amslider .swiper-slide .swiper-category-item:not(:root:root), .amslider .swiper-slide .ambrands-swiper-brand:not(:root:root), .amslider .swiper-slide .category-item:not(:root:root){
  padding: 0.625rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand,
    .ambrands-swiper-brand .ambrands-empty{
    width: 100%;
  }
}

/* Custom module styles */

.filter-content .items.-am-singleselect .item > .filter-row > input[type='radio'], .filter-content .items.amshopby-fly-out-view .item > .filter-row > input[type='radio']{
  display: none;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a{
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a img, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a img{
  margin-top: 2px;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a .label, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a .label{
  margin-right: 0.25rem;
}

.filter-content .items.am-labels-folding.is-by-click button.filter-options-title{
  position: absolute;
  top: 5px;
  left: 0px;
}

.filter-content.-am-by-click.-am-multiselect .item.am-without-children{
  padding-left: 2rem;
}

.filter-content .amshopby-flyout-block .flyout-element{
  padding-left: 1rem;
  padding-right: 1rem;
}

.filter-content .items.-am-by-click .item{
  padding-left: 1.75rem !important;
}

.filter-content .am-labels-folding .item{
  padding-left: 1.5rem;
}

.filter-content .tooltip-wrapper > div > div > div {
  transform: translate(-20%, -100%);
}

.filter-content .tooltip-wrapper div span{
  display: block;
}

[data-content-type$='block'] .filter-content .tooltip-wrapper div span p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.filter-content .tooltip-wrapper div span {
  white-space: break-spaces;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.amshopby-link-selected .am-swatch-image{
  border-color: transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option .am-swatch-image img {
  vertical-align: inherit;
}

.amshopby-remove-item .am-swatch-image{
  min-width: 40px;
  border-width: 1px;
}

.amshopby-remove-item .am-swatch-image:hover{
  border-color: transparent;
  --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);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
  box-shadow: none;
}

.amshopby-remove-item .am-swatch-image img {
  vertical-align: inherit;
}

.amasty-catalog-topnav .amshopby-fromto-wrap{
  min-width: 250px;
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget{
  padding-left: 0px;
  padding-right: 0px;
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget .amshopby-input-wrapper{
  max-width: 100px;
}

.amasty-catalog-topnav .amshopby-flyout-block .flyout-element{
  padding-left: 1rem;
  padding-right: 1rem;
}

.amasty-catalog-topnav .filter-options-title-level-1{
  left: 1.5rem;
}

.amasty-catalog-topnav .-am-by-click .item.level-1 >.filter-row{
  padding-left: 1.75rem;
}

.amasty-catalog-topnav .-am-by-click .item.level-1 >.items.-folding{
  padding-left: 1rem;
}

.amasty-catalog-topnav .items:not(.amshopby-fly-out-view) ul.level-1,
        .amasty-catalog-topnav .items:not(.amshopby-fly-out-view) ol.level-1{
  padding-left: 1.5rem;
}

.amasty-catalog-topnav .am-filter >.swatch-attribute,
    .amasty-catalog-topnav ol .item:not(.am-swatch-wrapper){
  padding-left: 1rem;
  padding-right: 1rem;
}

.filter-options-content .-am-overflow::-webkit-scrollbar-track,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-track{
  border-radius: 9999px;
}

.filter-options-content .-am-overflow::-webkit-scrollbar,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar{
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.filter-options-content .-am-overflow::-webkit-scrollbar-thumb,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-thumb{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
  background-clip: content-box;
}

.market-product-grid-wrapper #html-body.-amshopby-sticky .columns.flex {
  display: block;
  transform: none;
}

#html-body.-amshopby-sticky .columns{
  position: relative;
}

#html-body.-amshopby-sticky .columns > .sidebar-main{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 247, var(--tw-bg-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-track{
  border-radius: 9999px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar{
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-thumb{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
  background-clip: content-box;
  color: red;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px !important;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.text-black + svg{
  right: -2rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute > div[class^='absolute'] {
  transform: translate(28px, 5px);
}

.catalog-product-view .amshopby-option-link img:not([src*='resized/']){
  max-height: 30px;
  max-width: 30px;
}

.product-info-main > section:first-child h1.page-title{
  width: 100%;
}

.product-info-main > section:first-child .amshopby-option-link{
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.product-info-main > section:first-child .amshopby-option-link div[x-show="showTooltip"] .am-brand-image{
  max-height: 100%;
  max-width: 100%;
}

.filter-content.is-sidebar .swatch-attribute,
    .filter-content.is-sidebar .amshopby-search-box,
    .filter-content.is-sidebar .item.level-1,
    .filter-content.is-sidebar .am-show-more{
  padding-left: 0px;
  padding-right: 0px;
}

.filter-content.is-sidebar .swatch-attribute,
    .filter-content.is-sidebar .amshopby-search-box,
    .filter-content.is-sidebar .am-filter > .items > .item,
    .filter-content.is-sidebar .am-filter > .items > .item-category{
  padding-left: 0px;
  padding-right: 0px;
}

/* Custom slider styles */

.amshopby-fromto-wrap input.am-filter-price::-webkit-outer-spin-button,
    .amshopby-fromto-wrap input.am-filter-price::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.amshopby-slider-container .noUi-handle::after, .amshopby-slider-container .noUi-handle::before{
  display: none;
}

.amshopby-slider-container .noUi-horizontal .noUi-tooltip{
  bottom: 130%;
}

.amshopby-slider-container .noUi-tooltip{
  pointer-events: none;
  border-radius: 0.25rem;
  border-style: none;
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-color: inherit;
  background-color: inherit;
}

.amshopby-slider-container .noUi-tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  height: 0px;
  width: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  border-top-color: inherit;
}

.amshopby-slider-container .noUi-handle{
  border-style: 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);
}

.amshopby-slider-container .noUi-handle:hover .noUi-tooltip{
  opacity: 1;
}

.amshopby-slider-container .noUi-target{
  border-style: none;
}

/*default*/

.amshopby-slider-container.-default .noUi-connect{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-default .noUi-target{
  height: 10px;
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity, 1));
  --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);
}

.amshopby-slider-container.-default .noUi-handle{
  top: -3px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --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);
}

.amshopby-slider-container.-default .noUi-tooltip{
  background-color: transparent;
  color: transparent;
}

.amshopby-slider-container.-default .noUi-tooltip:after{
  border-color: transparent;
}

/*improved*/

.amshopby-slider-container.-improved .noUi-connect{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-improved .noUi-target{
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity, 1));
  --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);
}

.amshopby-slider-container.-improved .noUi-horizontal .noUi-tooltip{
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-improved .noUi-handle{
  top: -6px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --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);
}

/*volumetric gradient*/

.amshopby-slider-container.-volumetric .noUi-connect{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-volumetric .noUi-target{
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(223, 222, 221, var(--tw-bg-opacity, 1));
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip{
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-volumetric .noUi-handle{
  top: 0.75rem;
  right: -0.25rem;
  height: 0.75rem;
  width: 0.5rem;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
}

.amshopby-slider-container.-volumetric .noUi-handle:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.5rem;
  display: block;
  height: 0px;
  width: 0px;
}

[data-content-type$='block'] .amshopby-slider-container.-volumetric .noUi-handle p:last-child:before{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.amshopby-slider-container.-volumetric .noUi-handle:before {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid;
  border-bottom-color: inherit;
}

.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip{
  margin-bottom: 1rem;
}

/*light*/

.amshopby-slider-container.-light .noUi-connect{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 182, 182, var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-light .noUi-target{
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(223, 222, 221, var(--tw-bg-opacity, 1));
  --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);
}

.amshopby-slider-container.-light .noUi-handle{
  top: -7px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(223, 222, 221, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  --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);
}

.amshopby-slider-container.-light .noUi-handle:not(:hover) {
  border-color: #dfdedd !important;
}

.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip{
  margin-bottom: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(223, 222, 221, var(--tw-border-opacity, 1));
}

.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip:after{
  margin-left: -0.25rem;
  margin-top: -2px;
  height: 6px;
  width: 6px;
  transform-origin: center;
  --tw-rotate: -45deg;
  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));
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(223, 222, 221, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

/*dark*/

.amshopby-slider-container.-dark .noUi-target{
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgba(74, 73, 72, var(--tw-bg-opacity, 1));
  --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);
}

.amshopby-slider-container.-dark .noUi-horizontal .noUi-tooltip{
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-dark .noUi-handle{
  top: -6px;
  right: -5px;
  height: 15px;
  width: 10px;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
}

.amshopby-slider-container.-dark .noUi-horizontal .noUi-tooltip{
  margin-bottom: 0.25rem;
}

/* categories widget styles */

.amwidget-children-categories .amslider .slide{
  max-width: 30%;
  flex-basis: 33.333333%;
}

@media (min-width: 768px){
  .amwidget-children-categories .amslider .slide{
    max-width: none;
    flex-basis: auto;
  }
}

.am-category-container .am-category-header {
  min-height: 50px;
}

.amfaq_questions .opened-question svg{
  --tw-rotate: 180deg;
  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));
}

.amfaq-category-description [data-content-type='row'][data-appearance='contained']{
  padding-left: 0px;
  padding-right: 0px;
}

.amfaq-category-description [data-content-type='row'][data-appearance='contained'] > div{
  padding-left: 0px;
  padding-right: 0px;
}

.amfaq-product-tab .block-title{
  margin-bottom: 0.75rem;
}

.cms-amasty-faq-home-page .page-title-wrapper h1 span{
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

@media all and (min-width: 768px) {
  .am-widget-categories-3 .am-widget-category{
    width: 50%;
  }
}

@media all and (min-width: 1024px) {
  .am-widget-categories-2 .am-widget-category{
    width: 50%;
  }

  .am-widget-categories-3 .am-widget-category{
    width: 33.333333%;
  }
}

.am-search-box-wrapper{
  display: table;
  width: 100%;
}

.am-search-box-wrapper .am-widget-center{
  margin: auto;
}

.am-search-box-wrapper .am-widget-right{
  float: right;
}

.faq-search-index .amfaq-highlight{
  --tw-bg-opacity: 1;
  background-color: rgba(211, 225, 133, var(--tw-bg-opacity, 1));
}

.question_view .answer [data-content-type='row'][data-appearance='contained'], .amfaq-category-description [data-content-type='row'][data-appearance='contained']{
  padding-left: 0px;
  padding-right: 0px;
}

.question_view .answer [data-content-type='row'] > div, .amfaq-category-description [data-content-type='row'] > div{
  padding: 0px;
}

.question_view .answer h1, .amfaq-category-description h1{
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.question_view .answer h2, .amfaq-category-description h2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.checkout-cart-index #cart-totals .question_view .answer h2,.checkout-cart-index #cart-totals  .amfaq-category-description h2{
  margin-top: 0px;
  margin-bottom: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(226, 229, 234, var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.question_view .answer h3, .amfaq-category-description h3{
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.question_view .answer h4, .amfaq-category-description h4{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.question_view .answer h5, .amfaq-category-description h5{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.question_view .answer h5.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .amfaq-category-description h5.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.question_view .answer h5.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .amfaq-category-description h5.leading-tight.text-black + svg{
  right: -2rem;
}

.question_view .answer h6, .amfaq-category-description h6{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.question_view .answer p, .amfaq-category-description p{
  margin-bottom: 0.5rem;
}

.question_view .answer code, .amfaq-category-description code{
  margin-bottom: 0.5rem;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.question_view .answer code.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .amfaq-category-description code.leading-tight.text-black{
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.question_view .answer code.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10 .amfaq-category-description code.leading-tight.text-black + svg{
  right: -2rem;
}

.question_view .answer sup, .amfaq-category-description sup{
  margin-top: -0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.question_view .answer ul,
    .question_view .answer ol,
    .amfaq-category-description ul,
    .amfaq-category-description ol{
  margin-bottom: 1rem;
  margin-top: 0px;
  padding-left: 2.5rem;
}

.question_view .answer ul, .amfaq-category-description ul{
  list-style-type: disc;
}

.question_view .answer ol, .amfaq-category-description ol{
  list-style-type: decimal;
}

.question_view .answer table, .amfaq-category-description table {
  width: 100%;
  border-collapse: collapse;
  border-width: 2px;
  border-spacing: 0;
}

.question_view .answer table td,
        .question_view .answer table th,
        .amfaq-category-description table td,
        .amfaq-category-description table th{
  border-width: 1px;
  padding: 0.625rem;
  text-align: center;
  vertical-align: top;
}

.am-gdpr label a{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.am-gdpr label a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.field.required label:after {
  content: '*';
  margin-left: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.ask-form-container input[type="checkbox"]{
  margin-top: 0.25rem;
}

.faq-question-view .column.main > .container{
  padding-left: 0px;
  padding-right: 0px;
}

.amfaq_questions .question-text {
  width: calc(100% - 30px);
}

.amfaq_questions .amquestion-title svg{
  margin-top: 0.25rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

[data-content-type$='block'] .amfaq_questions .amquestion-title svg p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.question_view a, .amfaq_questions a{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.question_view a:hover, .amfaq_questions a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.faq-widget{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.faq-widget .amfaq-title{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.section-one-review .faq-widget .amfaq-title{
  margin-top: 1rem;
}

@media (min-width: 1024px){
  .section-one-review .faq-widget .amfaq-title{
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
    font-size: 38px;
  }
}

.section-one-review .faq-widget .amfaq-title p{
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .section-one-review .faq-widget .amfaq-title p{
    line-height: 3rem;
  }
}

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

.mollie-buttons {
  margin-top: 10%;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mollie-buttons .button {
  display: inline-block;
  margin: 20px;
  max-width: 100%;
  padding: 0 16px;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .19);
  border-radius: 6px;
  background-color: #0095FF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .15s;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
}

.mollie-buttons {
  opacity: 0;
  transition: opacity 2s ease-in;
}

.mollie-buttons .button:hover {
  background-color: #0077CB;
}

.mollie-loading .redirect-block {
  padding: 10%;
  text-align: center;
}

.checkout-payment-method #mollie_methods_ideal-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_ideal-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_kbc-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_kbc-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_giftcard-form .label {
  height: 40px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_giftcard-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.mollie-payment-icon {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

.mollie-loading .loader {
  border: 16px solid #E3F0FA;
  border-top: 16px solid #31A8F0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.payment-method-content .card-container {
  max-width: 400px;
  overflow: auto;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}

/* Apple Pay start */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-with-text > * {
    visibility: hidden;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }

  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }

  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }

  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }

  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }

  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }

  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }

  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }

  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }

  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }

  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }

  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }

  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
}

.mollie-applepay-button-hidden {
  display: none;
}

.mollie-applepay-minicart-button {
  height: 40px;
}

/* Apple Pay end */

@media (min-width: 640px){
  .market-product-grid-wrapper .sm\:flex.relative {
    display: block !important;
    transform: none !important;
  }
}

@media (min-width: 768px){
  .market-product-grid-wrapper .md\:flex.relative {
    display: block !important;
    transform: none !important;
  }

  .md\:grid.market-products-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  @media (max-width: 768px) {
    .md\:grid.market-products-grid {
      grid-template-columns: repeat(2, 1fr) !important
    }
  }

  @media (max-width: 640px) {
    .md\:grid.market-products-grid {
      grid-template-columns: repeat(1, 1fr) !important;
      gap: 12px !important
    }
  }
}

@media (min-width: 1024px){
  .market-product-grid-wrapper .lg\:flex.relative {
    display: block !important;
    transform: none !important;
  }

  .lg\:grid.market-products-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  @media (max-width: 768px) {
    .lg\:grid.market-products-grid {
      grid-template-columns: repeat(2, 1fr) !important
    }
  }

  @media (max-width: 640px) {
    .lg\:grid.market-products-grid {
      grid-template-columns: repeat(1, 1fr) !important;
      gap: 12px !important
    }
  }
}

.file\:mr-4::-webkit-file-upload-button{
  margin-right: 1rem;
}

.file\:mr-4::file-selector-button{
  margin-right: 1rem;
}

.file\:rounded-full::-webkit-file-upload-button{
  border-radius: 9999px;
}

.file\:rounded-full::file-selector-button{
  border-radius: 9999px;
}

.file\:border-0::-webkit-file-upload-button{
  border-width: 0px;
}

.file\:border-0::file-selector-button{
  border-width: 0px;
}

.file\:bg-blue-50::-webkit-file-upload-button{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}

.file\:bg-blue-50::file-selector-button{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}

.file\:px-4::-webkit-file-upload-button{
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:px-4::file-selector-button{
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:py-2::-webkit-file-upload-button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.file\:py-2::file-selector-button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.file\:text-sm::-webkit-file-upload-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-semibold::-webkit-file-upload-button{
  font-weight: 600;
}

.file\:font-semibold::file-selector-button{
  font-weight: 600;
}

.file\:text-blue-700::-webkit-file-upload-button{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}

.file\:text-blue-700::file-selector-button{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}

.placeholder\:text-customBlue::placeholder{
  --tw-text-opacity: 1;
  color: rgba(113, 121, 137, var(--tw-text-opacity, 1));
}

.before\:h-3::before{
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:h-\[10px\]::before{
  content: var(--tw-content);
  height: 10px;
}

.before\:w-3::before{
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-\[10px\]::before{
  content: var(--tw-content);
  width: 10px;
}

.before\:shrink-0::before{
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-green-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity, 1));
}

.before\:bg-primary-darker::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(40, 177, 168, var(--tw-bg-opacity, 1));
}

.before\:bg-red-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}

.after\:ml-0\.5::after{
  content: var(--tw-content);
  margin-left: 0.125rem;
}

.after\:content-\[\'\:\'\]::after{
  --tw-content: ':';
  content: var(--tw-content);
}

.first\:mt-0:first-child{
  margin-top: 0px;
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:mb-6:last-child{
  margin-bottom: 1.5rem;
}

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

.last\:border-0:last-child{
  border-width: 0px;
}

.last\:border-b:last-child{
  border-bottom-width: 1px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last\:pb-0:last-child{
  padding-bottom: 0px;
}

.even\:bg-container:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 247, var(--tw-bg-opacity, 1));
}

.even\:bg-container-darker:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.invalid\:ring-2:invalid{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.invalid\:ring-red-500:invalid{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity, 1));
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:border-blue-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity, 1));
}

.hover\:border-gray-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.hover\:border-red-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.hover\:border-sky-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity, 1));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:bg-amfaq_yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 201, 76, var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity, 1));
}

.hover\:bg-container:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 247, var(--tw-bg-opacity, 1));
}

.hover\:bg-container-darker:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/10:hover{
  background-color: rgba(44, 215, 204, 0.1);
}

.hover\:bg-sky-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.hover\:from-emerald-600:hover{
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(5, 150, 105, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-teal-600:hover{
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

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

.hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity, 1));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.hover\:text-primary-darker:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.hover\:text-purple-800:hover{
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity, 1));
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.hover\:text-secondary-darker:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 37, 35, var(--tw-text-opacity, 1));
}

.hover\:text-slate-800:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity, 1));
}

.hover\:text-teal-500:hover{
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity, 1));
}

.hover\:text-teal-700:hover{
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity, 1));
}

.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ring:hover{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:ring-primary:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity, 1));
}

.hover\:ring-opacity-50:hover{
  --tw-ring-opacity: 0.5;
}

.hover\:file\:bg-blue-100::-webkit-file-upload-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
}

.hover\:file\:bg-blue-100::file-selector-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
}

.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus{
  position: absolute;
}

.focus\:z-10:focus{
  z-index: 10;
}

.focus\:z-30:focus{
  z-index: 30;
}

.focus\:z-40:focus{
  z-index: 40;
}

.focus\:border-0:focus{
  border-width: 0px;
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity, 1));
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

.focus\:border-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity, 1));
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.focus\:border-teal-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.focus\:text-blue-600:focus{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.focus\:underline:focus{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-black:focus{
  outline-color: #000;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity, 1));
}

.focus\:ring-green-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity, 1));
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.active\:cursor-grabbing:active{
  cursor: grabbing;
}

.active\:bg-blue-200:active{
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity, 1));
}

.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.active\:opacity-70:active{
  opacity: 0.7;
}

.active\:ring-0:active{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.disabled\:opacity-75:disabled{
  opacity: 0.75;
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.aria-\[current\=page\]\:underline[aria-current="page"]{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.group[aria-expanded="true"] .group-aria-expanded\:rotate-180{
  --tw-rotate: 180deg;
  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));
}

.data-\[active\]\:border-primary[data-active]{
  --tw-border-opacity: 1;
  border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
}

@media not all and (min-width: 1024px){
  .max-lg\:right-0{
    right: 0px;
  }

  .max-lg\:mt-10{
    margin-top: 2.5rem;
  }
}

@media not all and (min-width: 768px){
  .max-md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .max-md\:\!mt-10{
    margin-top: 2.5rem !important;
  }

  .max-md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .max-md\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .max-md\:h-5{
    height: 1.25rem;
  }

  .max-md\:w-5{
    width: 1.25rem;
  }

  .max-md\:flex-col{
    flex-direction: column;
  }

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

@media not all and (min-width: 640px){
  .max-sm\:flex-col{
    flex-direction: column;
  }

  .max-sm\:flex-wrap{
    flex-wrap: wrap;
  }
}

@media (min-width: 640px){
  .sm\:order-1{
    order: 1;
  }

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

  .sm\:order-3{
    order: 3;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

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

  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:ml-0{
    margin-left: 0px;
  }

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:min-h-\[2\.5rem\]{
    min-height: 2.5rem;
  }

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

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-5\/6{
    width: 83.333333%;
  }

  .sm\:w-96{
    width: 24rem;
  }

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

  .sm\:table-fixed{
    table-layout: fixed;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

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

  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

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

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:gap-x-6{
    column-gap: 1.5rem;
  }

  .sm\:gap-y-4{
    row-gap: 1rem;
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

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

  .sm\:rounded-2xl{
    border-radius: 1rem;
  }

  .sm\:rounded-xl{
    border-radius: 0.75rem;
  }

  .sm\:p-1{
    padding: 0.25rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

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

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:duration-700{
    transition-duration: 700ms;
  }
}

@media (min-width: 768px){
  .md\:visible{
    visibility: visible;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:\!-left-5{
    left: -1.25rem !important;
  }

  .md\:\!-right-5{
    right: -1.25rem !important;
  }

  .md\:\!-top-3{
    top: -0.75rem !important;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-full{
    left: 100%;
  }

  .md\:top-0{
    top: 0px;
  }

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

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:m-0{
    margin: 0px;
  }

  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

  .md\:-mr-1{
    margin-right: -0.25rem;
  }

  .md\:-mt-1{
    margin-top: -0.25rem;
  }

  .md\:-mt-4{
    margin-top: -1rem;
  }

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

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

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

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

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

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

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

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

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-6{
    width: 1.5rem;
  }

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

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

  .md\:max-w-100-50{
    max-width: calc(100% - 50px);
  }

  .md\:shrink-0{
    flex-shrink: 0;
  }

  .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
    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));
  }

  .md\:translate-x-\[-100\%\]{
    --tw-translate-x: -100%;
    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));
  }

  .md\:translate-y-1\/4{
    --tw-translate-y: 25%;
    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));
  }

  .md\:cursor-default{
    cursor: default;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\]{
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\]{
    grid-template-rows: -webkit-min-content minmax(0, 1fr);
    grid-template-rows: min-content minmax(0, 1fr);
  }

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

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

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

  .md\:items-end{
    align-items: flex-end;
  }

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

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

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-20{
    gap: 5rem;
  }

  .md\:gap-24{
    gap: 6rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-x-5{
    column-gap: 1.25rem;
  }

  .md\:gap-x-6{
    column-gap: 1.5rem;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-container{
    --tw-border-opacity: 1;
    border-color: rgba(202, 207, 216, var(--tw-border-opacity, 1));
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

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

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pr-3{
    padding-right: 0.75rem;
  }

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

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

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[25px\]{
    font-size: 25px;
  }

  .md\:text-\[35px\]{
    font-size: 35px;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  .lg\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:\!-left-10{
    left: -2.5rem !important;
  }

  .lg\:\!-right-10{
    right: -2.5rem !important;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-\[var\(--msrp-inline-offset\)\]{
    left: var(--msrp-inline-offset);
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:top-2{
    top: 0.5rem;
  }

  .lg\:top-\[var\(--msrp-block-offset\)\]{
    top: var(--msrp-block-offset);
  }

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

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

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

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

  .lg\:block{
    display: block;
  }

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

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-80{
    width: 20rem;
  }

  .lg\:w-\[265px\]{
    width: 265px;
  }

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

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

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:table-auto{
    table-layout: auto;
  }

  .lg\:-translate-y-0{
    --tw-translate-y: -0px;
    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));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

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

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

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

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

  .lg\:gap-x-10{
    column-gap: 2.5rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

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

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

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px){
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:-mt-12{
    margin-top: -3rem;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

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

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:grow{
    flex-grow: 1;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:border-none{
    border-style: none;
  }
}

@media (min-width: 1536px){
  .\32xl\:\!-left-10{
    left: -2.5rem !important;
  }

  .\32xl\:\!-right-10{
    right: -2.5rem !important;
  }

  .\32xl\:w-96{
    width: 24rem;
  }
}

@media not all and (min-width: 768px){
  .\[\&\:nth-child\(n\+2\)\]\:max-md\:hidden:nth-child(n+2){
    display: none;
  }
}
