/** Shopify CDN: Minification failed

Line 18:10 Expected identifier but found whitespace
Line 18:12 Unexpected "{"
Line 18:22 Expected ":"
Line 18:48 Expected ":"
Line 19:11 Expected identifier but found whitespace
Line 19:13 Unexpected "{"
Line 19:23 Expected ":"
Line 19:50 Expected ":"
Line 26:12 Expected identifier but found whitespace
Line 26:14 Unexpected "{"
... and 6 more hidden warnings

**/
/* Mobile Size (Default) */
  .babyfair-character-image {
    width: {{ settings.global_char_width_mb }}px !important;
    height: {{ settings.global_char_height_mb }}px !important;
    object-fit: contain !important; /* Prevents the character from stretching */
  }

  /* Desktop Size */
  @media (min-width: 768px) {
    .babyfair-character-image {
      width: {{ settings.global_char_width_dk }}px !important;
      height: {{ settings.global_char_height_dk }}px !important;
    }
  }
button#tcustomizer-add {
    background: #ae9ed8;
}
.bed-faq-question-wrap {
  display: none !important;
}

.hdt-product__buy-button .shopify-payment-button {
  display: block !important;
}

.hdt-main-product h1.hdt-product__title.hdt-font-normal {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
.assembly-btn:hover {
    background-color: #ed0a72 !important;
}
.template-product .bed-main-container {
  max-width: 1440px !important;
  padding: 50px 20px 50px 20px !important;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: -30px !important;
  margin-top: -30px !important;
}

.template-product .bed-block-container {
  max-width: 1200px;
  margin: auto;
}

.hdt-page-type-product .hdt-badge {
  display: none;
}

.hdt-main-product .hdt-product__title {
  margin-bottom: 5px !important;
}

.hdt-main-product .hdt-product-info__item.hdt-product__price {
  margin-bottom: 5px;
  margin-top: -20px;
  flex-direction: column;
    align-items: flex-start !important;
}

.product-thumb-side.hdt-slider__button--prev {
  top: -20px;
  transform: rotate(90deg);
  left: 30px;
  background: #ededed;
  border: none;
}

.product-thumb-side.hdt-slider__button--next {
  bottom: 0;
  transform: rotate(90deg);
  left: 30px;
  top: unset;
  background: #ededed;
  border: none;
}

.product-thumb-side svg path {
  fill: #000;
}


#hdt-nav-ul-mb>li .hdt-menu-link[aria-expanded="true"] .hdt-btn-open-sub {
  transform: rotate(270deg);
}

.hdt-header-menu-mobile .hdt-site-nav_icon>a,
.hdt-header-menu-mobile .hdt-site-nav_icon hdt-wishlist-a>a {
  background-color: #6c3fa0;
}

.hdt-header-menu-mobile .hdt-site-nav_icon>a:focus {
  color: #6c3fa0;
}

.custom-load-more {
  display: block;
  padding: 8px 20px;
  line-height: 1;
  font-size: 14px;
  min-height: unset;
  margin: 0 0 0 auto;
  text-align: center;
  max-width: 120px;
  border-color: #6c3fa0 !important;
  color: #6c3fa0;
  border: 2px solid !important;
}

.hdt-search_form .hdt-search_inner {
  border-radius: 50px;
}

[type=radio]:checked+.hdt-color-list-color {
  border-color: #6C3FA0;
}

input[type=radio]:checked+.hdt-product-form_value.is-type-color hdt-tooltip,
.hdt-product-form_value.is-type-color.is-selected hdt-tooltip {
  border-color: #6C3FA0;
}

header [data-header-bottom-height] {
  min-height: 40px;
}

.hdt-bottom-header #hdt-nav-ul>li {
  height: auto;
}

.hdt-top-bar__wrap {
  padding: 3px 0 !important;
  margin: 0;
  min-height: unset !important;
}

.template-page .hdt-featured-collection-grid h3 {
  font-size: 22px !important;
  font-weight: bold;
  text-transform: uppercase;
}

hdt-card-product.hdt-card-product.hdt-pr-style5 {
  margin-bottom: 25px;
}

.tcustomizer-field.tcustomizer__heading h4 {
  font-size: 13px !important;
  font-weight: 600;
}

.template-page h1.hdt-heading-template-text.hdt-h3.hdt-s-text {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}

.template-page h1.hdt-heading-template-text.hdt-h4.hdt-s-text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
}

.template-collection h1.hdt-collection-heading.hdt-s-text {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}

.hdt-pr-style6 .hdt-card-product__media.hdt-relative.hdt-oh {
  border-radius: 0px !important;
}

hdt-card-product.hdt-card-product.hdt-pr-style3 img {
  border-radius: 0px;
}

.hdt-pr-style3 a.hdt-card-product__media-wrapp.hdt-ratio {
  border-radius: 0px !important;
}

hdt-card-product.hdt-card-product.hdt-pr-style3 img {
  border-radius: 10px 10px 0px 0px;
}

.template-collection a.hdt-card-product__media-wrapp.hdt-ratio {
  border-radius: 10px 10px 0px 0px;
}

.hdt-pr-style3 .hdt-card-product__info.hdt-card-align-left {
  padding: 15px 0px 10px 10px;
}

.hdt-badge__shape-round .hdt-badge {
  border-radius: 15px;
  margin-left: 10px;
  background-color: #ED0A72;
  text-transform: uppercase;
  font-weight: bold;
}

hdt-card-product.hdt-card-product.hdt-pr-style3 .hdt-card-product__wrapper {
  padding: 0px !important;
}

ul.hdt-product-images-color-option img {
  width: 100%;
  height: auto;
  max-width: 30px;
}

.hdt-footer-column .hdt-social-media:first-of-type img,
.hdt-footer-column .hdt-social-media:first-of-type .hdt-payment-footer-svg {
  display: none !important;
}

.hdt-footer-column .hdt-social-media:first-of-type .hdt-image-sm {
  display: block !important;
}

.trustpilot-widget {
  max-width: 1440px;
  margin: auto;
}

ul.hdt-product-images-color-option li {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #00000063;
}

ul.hdt-product-images-color-option {
  display: flex;
  gap: 5px;
}

.hdt-section-newsletter {
  max-width: 1440px;
  margin: auto;
  /* border-radius: 28px; */
}

.specifications-table th {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.specifications-table td {
  text-align: center;
  font-size: 14px;
}

.hdt-page-type-product .hdt-feature-columns_image {
  width: 100px;
  margin: 0 auto;
}

.hdt-page-type-product .hdt-feature-columns__wrap.hdt-rounded {
  background: #efefef;
  height: 25rem;
}

.hdt-page-type-product .hdt-feature-columns__content {
  margin-top: 0;
}

.hdt-card-product.hdt-pr-style5 {
  border: 0px !important;
}

.hdt-collection-products.hdt-collection-has-pr5 {
  border-inline-start: 0 !important;
}

.hdt-pr-style5 .hdt-card-product__wrapper {
  border: 0px solid #ED0A72;
  border-radius: 12px;
  height: 100%;
}

.trending_product {
  padding: 10px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.mobile-menu-link-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 13px;
}

.accelerated-checkout-button {
  border-radius: 10px !important;
}

.mobile-menu-link-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.variant-accordion summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  border-bottom: 1px solid #d4d9e1;
  color: #000;
  padding: 1rem 0;
}

#epb_content {
  font-weight: bold;
}

.hdt-variant-picker label.hdt-product-form_value.is-type-block {
  width: 18% !important;    border: 1px solid #cfc9c9;
    border-radius:6px;
}

.hdt-product-info__item.hdt-product__variant-picker {
  margin-bottom: 10px;
      background-color: #EFE9F4;
    border-radius: 10px;
    padding: 16px 24px;
    margin-bottom: 25px;
}

.hdt-product-info__item .hdt-variant-picker {
  gap: 0.6rem;
}

.variant-accordion summary::-webkit-details-marker {
  display: none;
}

.variant-chevron {
  transition: transform 0.3s ease;
}

.variant-accordion[open] .variant-chevron {
  transform: rotate(180deg);
}

.tcustomizer-accordion__heading {
  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'%3E%3Cpath d='M6 9l6 6-6 6-6' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-size: 25px 26px !important;
}

.variant-chevron {
  transform: rotate(270deg);
  width: 25px;
  height: 25px;
}

details.variant-accordion[open] .variant-chevron {
  transform: rotate(0deg);
}

.tcustomizer-toggle {
  color: #000 !important;
  margin-top: 20px !important;
}

.tcustomizer-toggle span {
  font-weight: bold !important;
}

.tcustomizer-help-text {
  color: #000 !important;
}

.tcustomizer-accordion {
  border: none !important;
  border-bottom: 1px solid #d4d9e1 !important;
  color: #000 !important;
}

.tcustomizer-accordion__heading {
  padding: 0.475em 2.25em 0.475em 0 !important;
  background-position: right 0 center !important;
  font-weight: bold !important;
}

.tcustomizer-accordion {
  padding-bottom: 10px;
}

.hdt-tabs-collections hdt-reval-items.hdt-collection-products .slick-slide {
  margin: 0 10px;
}

.hdt-tabs-collections hdt-reval-items.hdt-collection-products .slick-list {
  margin: 0 -10px;
}

body.tcustomizer-product-7112367669338::before {
  content: "";
  background: url("https://winksleep.co.uk/cdn/shop/files/Untitled_design.svg") no-repeat center center;
  background-size: 500px auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}

body.tcustomizer-product-7112367669338 {
  position: relative;
  z-index: 1;
}

.hdt-footer-section::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/cdn/shop/files/Babyfair_-_Footer_Image.png?v=1757612905) no-repeat center center;
  background-size: 70% auto;
  opacity: 0.09;
  pointer-events: none;
  z-index: 0;
}

.menu-color-circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  margin-right: 6px;
  border: 1px solid #999;
  vertical-align: middle;
}

div#template--25038849933695__image_gallery_RWW9KB,
section#shopify-section-template--25038849933695__17446443399751aab9 {
  background: #faf0e6 !important;
}

div#epb_bar {
  border-radius: 10px;
}

div#template--25038849933695__image_gallery_RWW9KB {
  padding-top: 50px;
}

.sale-offers summary.hdt-menu-link .hdt-line-clamp {
  color: #ffffff;
  background-color: #d10000;
  padding: 10px;
  border-radius: 24px;
}

section#shopify-section-template--24787482182015__17446443399751aab9,
section#shopify-section-template--24787482182015__image_gallery_RWW9KB,
div#template--24787482182015__image_gallery_RWW9KB {
  background-color: linen !important;
}

.hdt-footer-section {
  position: relative;
  z-index: 1;
}

body {
  overflow-x: hidden;
}

.shopify-policy__container {
  width: 100%;
  max-width: 1440px !important;
}

.shopify-policy__container h2 {
  font-size: 30px;
}

#template--24787482182015__image_gallery_RWW9KB .hdt-slider__button {
  visibility: visible;
}

#shopify-section-template--24787482182015__custom_section_LCCTpe .hdt-section-inner.hdt-s-gradient.hdt-content_template--24787482182015__custom_section_LCCTpe.hdt-section-spacing.hdt-relative {
  background: #faf0e6 !important;
}

.hdt-card-product .hdt-price-wrapp {
  font-size: 15px;
}

.hdt-card-product .hdt-card-product__title {
  font-weight: 600;
  font-size: 12px;
  min-height: 30px;
}

.hdt-card-product .hdt-price__list {
  align-items: center;
}

.hdt-pr-style5 .hdt-card-product__title {
  min-height: 10px !important;
}

.hdt-page-type-index h3,
.hdt-page-type-index h4 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

.shop_collection_static {
  font-weight: 300 !important;
  margin-right: 3px;
}

.hdt-search_inner {
  flex-direction: row-reverse;
}

.hdt-search_form .hdt-search_submit {
  width: auto;
  background: transparent;
  color: #20284f;
}

.delivery-estimate {
  color: #fff;
  font-size: 14px;
  margin-top: 0px;
  background-color: #00A3E0;
  padding: 10px;
}

.delivery-estimate strong {
  color: #ffffff;
}

.hdt-pr-style6 .hdt-card-product .hdt-card-product__media {
  border-radius: 0 !important;
}

.offer-text {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-top: 0px;
  background-color: #00A3E0;
  padding: 10px 14px;
  border-radius: 10px 10px 0px 0px;
  display: block !important;
}

section#shopify-section-template--25046381429119__17446443399751aab9,
section#shopify-section-template--25046381429119__image_gallery_RWW9KB,
div#template--25046381429119__image_gallery_RWW9KB {
  background-color: #faf0e6 !important;
}

div#template--25046381429119__image_gallery_RWW9KB {
  padding-top: 50px;
}

.reasons-to-buy {
  padding: 25px 0px !important;
  background-color: #fff !important;
  border-radius: 0px !important;
  border-top: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  padding-left: 12px !important;
}

.reasons-to-buy h4 {
  font-size: 20px !important;
  margin-bottom: 15px !important;
}

.reasons-to-buy ul {
  list-style: none;
  padding-left: 0;
}

.reasons-to-buy ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #000;
}

.reasons-to-buy ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-color: #fff;
  /* Green circle */
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  border: 1.3px solid #000;
}

.product-features {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.product-features li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  margin-bottom: 6px;
  font-size: 12px;
}

.feature-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #00A3E0;
  min-height: 20px !important;
  min-width: 20px !important;
}

/* Dot Colors */
.hdt-pr-style6 .hdt-card-product__info {
  margin-bottom: 0px;
}

.hdt-pr-style6 .hdt-card-product__wrapper {
  border: 1px solid #20284f;
  border-radius: 12px;
  height: 100%;
}

.hdt-pr-style6 .hdt-card-product__info {
  padding: 15px 0px 10px 10px;
}

.dot-soft {
  background-color: #f7ded9;
  /* light blue */
}

.dot-medium {
  background-color: #6b61ab;
  /* slate blue */
}

.dot-medium-firm {
  background-color: #2c2e53;
  /* orange */
}

.dot-firm {
  background-color: #df968f;
  /* red */
}

.check-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 11px;
  margin-right: 8px;
  font-weight: 700;
  line-height: 1;
  border: 1.3px solid #000;
  min-height: 20px !important;
  min-width: 20px !important;
}

.feature-text {
  white-space: normal;
}

ul.header-btn-main {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

ul.header-btn-main a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #20284f;
  font-size: 12px;
  border: 0px solid #20284f;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

ul.header-btn-main img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.hdt-site-top_nav {
  padding-top: 0px;
}

.hdt-slider__dots_outline .hdt-slider__dots {
  gap: 0;
}

.hdt-slider__dots button.hdt-slider__dot {
  width: 100px;
  display: block;
  border-radius: 0;
  height: 13px;
  border-top: 1px solid #471f80;
  border-bottom: 1px solid #471f80;
  border-left: 0;
  border-right: 0;
}

.hdt-slider__dots button.hdt-slider__dot:first-child {
  border-left: 1px solid #471f80;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.hdt-slider__dots button.hdt-slider__dot:last-child {
  border-right: 1px solid #471f80;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hdt-slider__dots .hdt-slider__dot.hdt-slider__dot--selected {
  background: #471f80;
}

hdt-card-product.hdt-card-product.hdt-pr-style5 {
  padding: 0 !important;
}

hdt-card-product.hdt-card-product.hdt-pr-style5 .hdt-card-product__info.hdt-card-align-left {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 34%;
  padding: 20px;
  background: #E1C699;
  border-radius: 10px;
  left: 0px;
}

.mega-bottom-menu ul {
  display: flex;
  gap: 15px;
}

.mega-bottom-menu {
  display: flex;
  gap: 40px;
}

.mega-bottom-menu ul li {
  width: max-content;
}

.template-product .hdt-accordion {
  margin: auto !important;
  max-width: 1140px;

}

div#zopa-calculator .trustpilot-widget {
  display: none !important;
}

@media only screen and (max-width: 1340px) {
  hdt-card-product.hdt-card-product.hdt-pr-style5 .hdt-card-product__info.hdt-card-align-left {
    height: 41%;
  }
}

@media only screen and (max-width: 980px) {
  hdt-card-product.hdt-card-product.hdt-pr-style5 .hdt-card-product__info.hdt-card-align-left {
    height: 49%;
  }
}

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

  .hdt-header-menu-mobile .hdt-site-nav_icon>a, .hdt-header-menu-mobile .hdt-site-nav_icon hdt-wishlist-a>a {
    padding: 0 10px;
    line-height: 30px;
  }

  .mobile-menu-link-icon .sale-offers {
    color: #fff;
    background-color: #d10000;
    padding: 6px 10px;
    border-radius: 24px;
  }

  .product-thumb-side.hdt-slider__button--next,
  .desktop-custom-content {
    display: none;
  }

  .template-product .hdt-accordion {
    margin: 15px !important;
  }

  ul.header-btn-main a {
    padding: 0px;
  }

  .offer-text {
    font-size: 12px;
  }

  .hdt-mega-item .info-box-1,
  .hdt-mega-item .info-box-2 {
    margin: 10px auto;
  }

  .hdt-variant-picker label.hdt-product-form_value.is-type-block {
    width: 22% !important;
  }

  #hdt-nav-ul-mb>li .hdt-menu-link,
  .hdt-btn-open-sub:after,
  .hdt-btn-open-sub:before {
    color: #000 !important;
    font-weight: bold;
  }

  .hdt-btn-open-sub:after,
  .hdt-btn-open-sub:before {
    background-color: #fff !important;
  }

  .hdt-btn-open-sub[accordion-icon]::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("https://cdn.shopify.com/s/files/1/0588/1079/4074/files/right-arrow-svgrepo-com_430x.svg?v=1746093660");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
  }

  .hdt-btn-open-sub[accordion-icon].is-open::after {
    transform: rotate(90deg);
    /* Flip to down if needed */
  }

  button.popup-trigger-button.mobile {
    display: none !important;
    font-size: 11px !important;
  }

  .hdt-header-menu-mobile .hdt-site-nav_icon>a {
    border-radius: 255px;
  }

  .hdt-site-nav_search span.hdt-icon-text.hdt-text-base.hdt-font-medium {
    font-size: 11px !important;
    font-weight: bold;
    text-transform: uppercase;
  }

  .header-btn-main.mobile {
    display: block !important;
  }

  .header-btn-main.mobile li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .hdt-tabs-outline .hdt-slider__container {
    display: inline-block;
  }

  .hdt-tabs-outline .hdt-slider__slide {
    display: inline-flex;
    margin-bottom: 10px;
    width: 50%;
  }

  .hdt-tabs-outline button.hdt-tabs-item-title.hdt-inline-flex {
    width: 100%;
    justify-content: center;
  }

  .hdt-tabs-outline .hdt-slider__container .hdt-truncate {
    white-space: normal;
  }

  #template--24787482182015__tabs_collections_grid_UpB3Fb .hdt-slider__container .hdt-truncate {
    white-space: normal;
  }

  #template--24787482182015__tabs_collections_grid_UpB3Fb .hdt-slider__slide .hdt-tabs-item-title {
    width: 100%;
    justify-content: center;
  }

  button.popup-trigger-button {
    display: none;
  }

  .hdt-price__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: self-end;
    gap: 0.2rem;
    line-height: 1;
  }

  .hdt-card-product .hdt-price-wrapp {
    font-size: 12px !important;
  }

  .hdt-card-product__info.hdt-card-align-left {
    height: 38% !important;
    padding: 10px !important;
  }

  .hdt-card-product__info.hdt-card-align-left {
    height: auto !important;
    padding: 10px !important;
    margin-bottom: 20px;
  }

  .hdt-pr-border_on_grid:not(.hdt-slider):not(.hdt-collection-has-pr6):not(.hdt-collection-has-pr7) {
    --spacing-y: 22px !important;
  }
}

.hdt-card-product__wrapper {
  position: relative !important;
}

hdt-card-product.hdt-card-product.hdt-pr-style5 .hdt-card-product__title,
hdt-card-product.hdt-card-product.hdt-pr-style5 .hdt-price__list * {
  color: #fff !important;
}

.hdt-product-form__top-buttons.hdt-flex #tcustomizer-add {
  margin: 0;
}

.custom-icon-view.klarna {
  background-color: #ffa8ce;
}

.custom-icon-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 10px;
  min-height: 90px;
  margin: 0px;
}

.custom-icon-view .klarna-icon {
  display: flex;
  gap: 30px;
}

.custom-icon-view .klarna-icon h3 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #20284f;
}

.custom-icon-view.price-tag {
  background-color: #ff9900;
}

.custom-icon-view .klarna-icon h3 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.custom-icon-view.price-tag h3 {
  color: #fff;
}

.custom-icon-view.price-tag img {
  max-width: 200px;
  width: 100%;
}

.custom-icon-view.price-tag img {
  max-width: 50px;
  width: 100%;
  height: auto !important;
  object-fit: contain;
}

.hdt-btn {
  border: 2px solid var(--border-color);
}

hdt-lazy-submenu .hdt-btn {
  border: 2px solid rgb(108 63 160);
}

hdt-lazy-submenu .hdt-btn span {
  color: rgb(108 63 160) !important;
}

hdt-lazy-submenu .hdt-btn:hover {
  border: 2px solid rgb(230 27 145);
}

.info-box-content p {
  color: white;
  font-weight: 600;
  font-size: 20px;
}

.custom-icon-view a {
  border: 2px solid rgb(var(--color-accent));
  padding: 12px 15px;
  display: block;
  color: rgb(var(--color-accent));
  border-radius: 255px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  min-width: 150px;
}

.hdt-accordion-bottom {
  text-align: center;
  margin-top: 40px;
}

.hdt-accordion-bottom h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hdt-accordion-title {
  text-align: center;
  font-weight: 600;
}

.custom-icon-view.price-tag a {
  color: #fff;
  border-color: #fff;
}

.hdt-header-menu-bottom .hdt-bottom-header {
  background-color: #6C3FA0;
}

ul#hdt-nav-ul li .hdt-menu-link-text {
  color: #fff;
}

ul#hdt-nav-ul li .hdt-mega-menu .hdt-menu-link-text {
  color: #6C3FA0;
  font-size: 16px;
}

#hdt-nav-ul li .hdt-mega-menu .hdt-mega-heading {
  border-bottom: 1px solid #6C3FA0;
}

.hdt-main-product h1.hdt-product__title.hdt-font-normal {
  font-weight: bold;
}

.hdt-mega-item .info-box-1,
.hdt-mega-item .info-box-2 {
  background-size: cover;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  min-height: 200px;
  height: 220px;
  width: 220px;
  position: relative;
}

.hdt-mega-item .info-box-2 {
  margin-top: 20px;
}

.hdt-mega-item .info-box-1 a,
.hdt-mega-item .info-box-2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.hdt-mega-item .info-box-1 img,
.hdt-mega-item .info-box-2 img {
  max-width: 60px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 20px auto;
}

.hdt-mega-item .info-box-1 h3,
.hdt-mega-item .info-box-2 h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.hdt-mega-item .info-box-1 .info-box-content,
.hdt-mega-item .info-box-2 .info-box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.megamenu-btn-custom {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0 0 30px 0;
}

.hdt-top-bar__item {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center !important;
  font-size: 12px;
  font-weight: 600;
}

.hdt-top-bar__item:nth-child(2) {
  justify-content: center;
}

.hdt-top-bar__item:last-child {
  justify-content: flex-end;
}

li.hdt-menu-item.sale {
  background: #f90;
  padding: 5px 10px;
  border-radius: 6px;
  align-items: center;
  height: max-content !important;
}

@media only screen and (max-width: 1149px) {
  .hdt-top-bar__item.hdt-top-bar__custom-liquid {
    display: flex !important;
    align-items: center;
  }

  .slick-track {
    display: flex !important;
    align-items: center !important;
  }

  .hdt-top-bar__wrap {
    max-width: 85%;
    margin: 0 auto;
  }

  .hdt-top-bar__item,
  .hdt-top-bar__item:nth-child(2),
  .hdt-top-bar__item:last-child {
    justify-content: center;
  }

  ul.header-btn-main {
    display: none;
  }

  .custom-icon-view.klarna,
  .custom-icon-view.price-tag {
    min-height: 150px;
  }

  .custom-icon-view {
    display: block;
  }

  .custom-icon-view a {
    display: inline-block;
    margin: 20px auto 0;
  }

  .hdt-product-tab__main {
    margin: 20px 0 !important;
  }
}

#hdt-nav-ul>li>hdt-header-menu>details>.hdt-menu-link,
#hdt-nav-ul>li>.hdt-menu-link,
#hdt-nav-ul>li>hdt-header-menu>details>summary {
  color: rgb(255 255 255);
}

.hdt-product-info__item .hdt-price-wrapp hdt-compare-at-price+hdt-price .hdt-money>.hdt-money,
.hdt-card-product .hdt-price-wrapp hdt-compare-at-price+hdt-price .hdt-money,
.hdt-card-product .hdt-price-wrapp.hdt-price-wrapp-onsale hdt-price {
  color: #e6007c !important;
}

.hdt-badge__on-sale {
  --badge-color-primary: #f4b896 !important;
  --badge-color-secondary: #ffffff;
}

button.hdt-filter_btn.hdt-inline-flex.hdt-align-center {
  display: none !important;
}

.hdt-compare-at-price:not([hidden])+.hdt-price:not(.hdt-price-item--range) {
  color: #20284f !important;
  font-weight: bold;
}

button.popup-trigger-button {
  background: #00A3E0 !important;
}

.custom-icon-view.price-tag {
  background-color: #ED0A72;
}

.tcustomizer-watermark {
  display: none !important;
}

h2,
h3 {
  font-size: 20px;
}

@media only screen and (max-width: 749px) {
  .hdt-mobile_group_icons a.hdt-inline-flex.hdt-align-center.hdt-relative.hdt-rounded-xs {
    border-radius: 500px;
    /* font-weight: bold !important; */
  }

  .hdt-mobile_group_icons span.hdt-icon-text.hdt-text-base.hdt-font-medium {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
  }

  .custom-icon-view.klarna,
  .custom-icon-view.price-tag {
    display: flex;
    margin-top: 0;
  }

  .custom-icon-view .klarna-icon {
    gap: 10px;
  }

  .custom-icon-view h3 {
    font-size: 14px !important;
  }

  .custom-icon-view a {
    margin: 0;
    padding: 7px 10px;
    min-width: unset;
    font-size: 12px;
  }

  .custom-icon-view .klarna-icon h3 span {
    font-size: 14px;
    margin-top: 4px;
  }

  .custom-icon-view.price-tag img {
    max-width: 30px;
  }

  .custom-icon-view.klarna img {
    width: 50px;
  }

  .custom-icon-view.klarna,
  .custom-icon-view.price-tag {
    min-height: 100px;
  }

  button.popup-trigger-button {
    padding: 11px !important;
    margin-top: 1px !important;
  }

  .tcustomizer-col {
    width: 25% !important;
  }
}

.hdt-badge__sold_out {
  --badge-color-primary: #e6007c !important;
  --badge-color-secondary: rgb(255 255 255) !important;
}

.upsell-atc-btn {
  color: #fff;
  background: #6C3FA0 !important;
}

.upsell-item {
  border: 2px solid #46388b !important;
}

.upsell-price {
  color: #E6017C !important;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.upsell-slider {
  overflow-x: hidden !important;
}

.upsell-container {
  margin: 30px 0;
  padding: 20px;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 10px;
}

p.upsell-title {
  font-weight: bold !important;
  color: black !important;
  width: 90% !important;
  font-size: 12px !important;
}

.upsell-item {
  width: 330px !important;
}

.hdt-ratio {
  border-radius: 10px !important;
}
 .rating-banner{display:none !important;}
@media only screen and (max-width: 749px) {

  hdt-slider.hdt-slider-has-nav .hdt-slider__button,
  .hdt-section-head.hdt-top-dots_ontop .hdt-slider__dots {
    display: block !important;
  }

  .hdt-slider__button svg {
    margin-left: 14px;
  }

  .hdt-section.hdt-collections-list {
    padding: 0px 10px;
  }

  .custom-icon-view.klarna,
  .custom-icon-view.price-tag {
    display: flex;
    margin-top: 0;
  }

  .custom-icon-view .klarna-icon {
    gap: 10px;
  }

  .custom-icon-view h3 {
    font-size: 14px !important;
  }

  .custom-icon-view a {
    margin: 0;
    padding: 7px 10px;
    min-width: unset;
    font-size: 12px;
  }

  .custom-icon-view .klarna-icon h3 span {
    font-size: 14px;
    margin-top: 4px;
  }

  .custom-icon-view.price-tag img {
    max-width: 30px;
  }

  .custom-icon-view.klarna img {
    width: 50px;
  }

  .custom-icon-view.klarna,
  .custom-icon-view.price-tag {
    min-height: 100px;
  }

  button.popup-trigger-button {
    padding: 11px !important;
    margin-top: 1px !important;
  }

  .tcustomizer-col {
    width: 25% !important;
  }

  span.hdt-collection-title-text.hdt-truncate.hdt-relative {
    font-size: 10px !important;
  }

  .delivery-estimate {
    color: #fff;
    font-size: 10px;
    margin-top: 0px;
    background-color: #00A3E0;
    padding: 10px;
  }

  .product-features {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    height: 125px;
  }

}

#shopify-section-template--25185803567487__newsletter_QbpjDQ .hdt-content-newsl>div {
  margin-bottom: 0px;
}

#hdt-nav-ul {
  column-gap: 50px !important;
}

#hdt-nav-ul-mb>li .hdt-menu-link {
  min-height: 40px;
  color: #000000 !important;
}

.dp-pay {
  cursor: pointer;
  text-decoration: underline;
}

#shopify-block-AMDlnb3NMNG8yWnM2S__dopple_finance_onsite_message_dopplepay_iframe_rwgw6P,
#shopify-block-AUlFkTXJ3Z0dQZVpmN__dopple_finance_onsite_message_dopplepay_iframe_GaPDpe {
  height: 0px !important;
  margin: 0px !important;
}

.dimensions-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  margin: 30px 0;
}

.dimensions-text {
  width: 35%;
  font-size: 15px;
  line-height: 1.6;
}

.dimensions-image {
  width: 60%;
  max-width: 100%;margin-bottom: 30px;
}

.hdt-product-tab--default .hdt-product-tab__content h3,
.hdt-product-tab--default .hdt-product-tab__content h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 5px;

}

.dimensions-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  background-color: #fff;
}

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

  .dimensions-image,
  .dimensions-text {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .dimensions-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .assembly-btn-new {
  background-color: #6c3fa0;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  border-radius: 24px;
  width: 100% !important;
  display: flex;
  justify-content: center;
}
}

#specifications-table-info {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  font-family: Montserrat, sans-serif;
}

#specifications-table-info tbody tr:nth-child(odd) {
  background-color: #fff;
}

#specifications-table-info thead tr {
  background-color: #000;
  color: #fff;
  font-weight: 700;
}

#specifications-table-info tbody tr:nth-child(even) {
  background-color: #f6e2eb;
}

#specifications-table-info td {
  color: #000;
}

#specifications-table-info th,
#specifications-table-info td {
  padding: 12px 16px;
  text-align: left;
  border: none;
  font-size: 12px;
}

.assembly-btn-new {
  background-color: #6c3fa0;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  border-radius: 24px;
  width: 400px;
  display: flex;
  justify-content: center;
}

.r-left {
  display: flex;
  justify-content: space-between;
}

.r-links {
  width: 75% !important;
}
#shopify-section-template--24992458998136__tabs_collections_grid_UpB3Fb .hdt-tabs-head {
    background: linear-gradient(90deg, rgba(236, 11, 115, 1) 0%, rgba(224, 47, 164, 1) 50%, rgba(222, 75, 188, 1) 100%)!important;
    
}
#shopify-section-template--24992458998136__tabs_collections_grid_RxTY9X .hdt-tabs-head {
    background: linear-gradient(90deg, rgba(68, 178, 221, 1) 0%, rgba(85, 182, 224, 1) 50%, rgba(131, 208, 236, 1) 100%)!important;
  
}
#shopify-section-template--24992458998136__tabs_collections_grid_e6VEbA .hdt-tabs-head {
    background: linear-gradient(90deg, rgba(236, 11, 115, 1) 0%, rgba(224, 47, 164, 1) 50%, rgba(222, 75, 188, 1) 100%)!important;
}

#shopify-section-template--24992458998136__tabs_collections_grid_UpB3Fb .hdt-tabs-head h4 {
    /* Use display: flex or inline-block for horizontal alignment */
    display: flex!important;
    align-items: center!important; 
    color: #fff!important;
}
#shopify-section-template--24992458998136__tabs_collections_grid_RxTY9X .hdt-tabs-head h4 {
    /* Use display: flex or inline-block for horizontal alignment */
    display: flex!important;
    align-items: center!important; 
    color: #fff!important;
}
#shopify-section-template--24992458998136__tabs_collections_grid_e6VEbA .hdt-tabs-head h4 {
    /* Use display: flex or inline-block for horizontal alignment */
    display: flex!important;
    align-items: center!important; 
    color: #fff!important;
}
#shopify-section-template--24992458998136__tabs_collections_grid_UpB3Fb .hdt-tabs-head h4::before {
      
    content: '';
    background-image: url('/cdn/shop/files/Popular_Collections.png');
    display: inline-block;
    
   
    vertical-align: middle; 
    margin-right: 8px;      
    width: 50px;         
    height: 50px;        
    background-size: contain; 
    background-repeat: no-repeat;
}
#shopify-section-template--24992458998136__tabs_collections_grid_RxTY9X .hdt-tabs-head h4::before {
      
    content: '';
    background-image: url('/cdn/shop/files/New_and_Treding.png');
    display: inline-block;
    
   
    vertical-align: middle; 
    margin-right: 8px;      
    width: 50px;         
    height: 50px;        
    background-size: contain; 
    background-repeat: no-repeat;
}
#shopify-section-template--24992458998136__tabs_collections_grid_e6VEbA .hdt-tabs-head h4::before {
      
    content: '';
    background-image: url('/cdn/shop/files/trending.png');
    display: inline-block;
    
   
    vertical-align: middle; 
    margin-right: 8px;      
    width: 50px;         
    height: 50px;        
    background-size: contain; 
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    
    
    #shopify-section-template--24992458998136__tabs_collections_grid_UpB3Fb .hdt-tabs-head h4 {
        
        flex-direction: column; 
        align-items: center;
    }
#shopify-section-template--24992458998136__tabs_collections_grid_RxTY9X .hdt-tabs-head h4 {
        
        flex-direction: column; 
        align-items: center;
    }
    #shopify-section-template--24992458998136__tabs_collections_grid_e6VEbA .hdt-tabs-head h4 {
        
        flex-direction: column; 
        align-items: center;
    }
    
    #shopify-section-template--24992458998136__tabs_collections_grid_UpB3Fb .hdt-tabs-head h4::before {
       
        width: 40px;   
        height: 40px; 
        
       
        margin-right: 0;      
        margin-bottom: 5px; 
    }
    #shopify-section-template--24992458998136__tabs_collections_grid_RxTY9X .hdt-tabs-head h4::before {
       
        width: 40px;   
        height: 40px; 
        
       
        margin-right: 0;      
        margin-bottom: 5px; 
    }
    #shopify-section-template--24992458998136__tabs_collections_grid_e6VEbA .hdt-tabs-head h4::before {
       
        width: 40px;   
        height: 40px; 
        
       
        margin-right: 0;      
        margin-bottom: 5px; 
    }
}
#shopify-section-template--24856273125752__cef9818d-d174-4a85-935f-31cd9035f495 {
    --section-pt: 40px;
    --section-pb: 72px;
    --section-prate: 75;
}
.aa-Form {

  width: 40% important;
}
.hdt-mega-item.hdt-text-start {
    margin-bottom: 30px;
}

.professional-assembly-info {
  border: 1px solid #6c3fa0;
  border-radius: 15px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
}

.professional-assembly-info .assembly-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}

.professional-assembly-info .assembly-text h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 9px;
}

.professional-assembly-info .assembly-text p {
  margin-bottom: 0;
 
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #868686;
}
div#tab-color1 .custom-variant-item {
    padding: 0 0 10px 0;
}
div#tab-color1 .custom-variant-item img {
    object-fit: cover;
    max-height:80px;
}
@media only screen and (min-width: 768px) {
    .hdt-product-media, .hdt-product-info__list {
        position: unset;
        top: 3rem;
    }
    .hdt-mega-item.hdt-text-start {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 749px) {
  .ai-icon-grid-anui3tjkxofb4zm54taigenblock6a19de44xbccf {
    background-color: #f5f5f5;
    padding-top: 0!important;
    padding-bottom: 0px!important;
    margin-bottom: 0!important;
}.ai-marquee-container-am1vpdwxlz04xulldkaigenblockc9074cad6kv3p {
        margin-bottom: 5rem;
    }
    .ai-icon-grid-wrapper-anui3tjkxofb4zm54taigenblock6a19de44xbccf {
        /* Disable the grid and switch to horizontal flex */
        display: none !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
        gap: 15px;
        padding-bottom: 15px; /* Space for scrollbar */
        scroll-snap-type: x mandatory; /* Optional: snaps cards into place */
    }

    /* Ensure the product items don't shrink and stay a readable width */
    .ai-icon-grid-wrapper-anui3tjkxofb4zm54taigenblock6a19de44xbccf > * {
        flex: 0 0 50%; /* Shows one full card and a peek of the next */
        scroll-snap-align: start;
    }

    /* Hide scrollbar for a cleaner look (optional) */
    .ai-icon-grid-wrapper-anui3tjkxofb4zm54taigenblock6a19de44xbccf::-webkit-scrollbar {
        display: none;
    }
}
@media screen and (max-width: 749px) {
    .ai-icon-grid-item-anui3tjkxofb4zm54taigenblock6a19de44xbccf:nth-child(n+3) {
        display: block !important;
    }
    .desktop{display:none;}
}
.product-action-container {
    display: flex; 
    gap: 10px;     margin-top: 20px;
    align-items: center; 
    justify-content: center; 
    margin-bottom: 15px;    justify-content: center;
    flex-direction: row; /* Default: side-by-side */
  }

  @media screen and (max-width: 767px) {
    .product-action-container {
      flex-direction: column; /* Stacks on mobile */
      width: 100%;        margin: 20px auto;

    }
   
  }
  

    .not{margin:0 !important;}
 /* .hdt-header-menu-mobile::part(content) {

    zoom: 0.93;} */
    hdt-lazy-submenu#sub-hdt-nav-mb {
    padding-top: 20px;padding-right: 20px;
}
.hdt-mobile_group_icons {
    zoom: 0.85;
}

@media screen and (max-width: 767px) {
    .zopa-cart {
        margin-bottom: 20px;
    }
    .firmness-rating-badge {
    gap: 2px !important;
    
    background: #f5f5f5;
}
/* .promo-grid-banner-inner {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-color: transparent !important;        background-position: top !important;
  } */
}
/* 1. Container for Side-by-Side Price & Badge on Mobile */
.price-firmness-wrapper {
  display: flex;
  align-items: flex-end; /* Keeps the badge grounded to the bottom level of the price */
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

/* 2. Badge Base Styles: Vertical Column for Mobile */
.firmness-rating-badge {
  display: flex;
  flex-direction: column; /* Icon top, Text bottom */
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: #e6dff0; /* Your specific light purple color */
  border-radius: 8px;
  width: 58px;  /* Fixed width for the square-ish column look */
  height: 58px; /* Fixed height */
  flex-shrink: 0;
  padding: 5px;
}

.firmness-icon {
  height: 24px; /* Increased to allow SVG to breathe */
  display: flex;
  align-items: center;
}

.firmness-icon svg {
  width: 24px;
  height: auto;
  color: #20284f; /* Dark Navy */
  transform: rotate(180deg);
  display: block;
}

.firmness-text {
  font-size: 10px;
  font-weight: 700;
  color: #20284f; /* Dark Navy */
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
}

/* 3. Helper: Prevent duplicate price ranges from theme snippets */
.price-side hdt-price + hdt-price {
  display: none !important;
}

/* 4. Desktop Styles (Screens wider than 768px) */
@media screen and (min-width: 769px) {
  .price-firmness-wrapper {
    display: block; /* Removes flex row so badge can use absolute positioning */
    position: static;
  }

  .firmness-rating-badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 65px;
    height: 65px;
    margin-top: 0;
    /* Remains a column layout on desktop as per your square block design */
  }

  .firmness-icon svg {
    width: 26px;
  }

  .firmness-text {
    font-size: 10px;
  }
   .promo-banner-icon {
    max-width: 200px !important;
  }
}
.price-side .hdt-price-wrapp .hdt-price__list {
    flex-direction: column;
    align-items: flex-start !important;
}
/* Mattress Firmness Filters */
.firmness-filter-tabs { 
    display: flex !important; 
    flex-wrap: nowrap;
    gap: 8px !important; 
    overflow-x: auto; 
    scrollbar-width: none; 
    padding-bottom: 15px; 
    margin-bottom: 15px; 
    border-bottom: 1px solid #eee; 
    -webkit-overflow-scrolling: touch;
}
.firmness-filter-tabs::-webkit-scrollbar { 
    display: none; 
}

button.f-filter-btn { 
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 8px 16px !important; 
    border: 1px solid #ccc !important; 
    border-radius: 20px !important; 
    background: #fff !important; 
    cursor: pointer !important; 
    font-size: 13px !important; 
    font-weight: 600 !important; 
    color: #555 !important; 
    white-space: nowrap !important; 
    transition: all 0.3s ease !important; 
    min-height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
}
button.f-filter-btn:hover {
    border-color: #6c3fa0 !important;
    color: #6c3fa0 !important;
}
button.f-filter-btn.active { 
    background: #6c3fa0 !important; 
    color: #fff !important; 
    border-color: #6c3fa0 !important; 
}
h3.hdt-feature-columns__title.hdt-h5.hdt-font-semibold {
    color:#6c3fa0;
}
input[type=radio]:checked+.hdt-product-form_value.is-type-block {
    color: #6c3fa0 !important; 
    font-weight: 700;
    border: 1px solid #6c3fa0;
    border-radius: 6px;
    background: #f7f5fa !important; 
}
#savings-message{display:none;}
/* Ensure the image container has a white background */
.hdt-media,
.hdt-image_wrap {
  background-color: #ffffff !important;
}

/* Force image to contain and center without cropping */
.hdt-media img,
.hdt-media img.hdt-object-cover {
  object-fit: contain !important;
  object-position: center !important;
  background-color: #ffffff !important;
}

/* Media Query: Responsive rules for screens up to 768px (Mobile & Tablet) */
@media only screen and (max-width: 768px) {
  .hdt-media,
  .hdt-media img {
    background-color: #ffffff !important;
    object-fit: contain !important;
  }
  .trust-wd{left:-22% !important;}
}
.trust-wd{left:-15%;position:relative;}
.custom-variant-list ul li svg{
      margin: 0 auto;
    height: 40px;
}
.hdt-media, .hdt-image_wrap {
    border-radius: 0;
}
.hdt-card-product__media-wrapp{
  border-radius:0px !important;
}
.upsell-container {
    margin-bottom: -10px !important;
}
/* Hide Professional Assembly block and modal for future use */
.professional-assembly-info,
#assembly-postcode-modal {
  display: none !important;
}
/* --- CUSTOM LEFT-OVERLAP ICON FOR .nur CLASS --- */

/* 1. Anchor the image to the pink bar instead of the text */
.nur .hdt-tabs-outline,
.nur .hdt-tabs-head {
  position: relative !important;
  overflow: visible !important;
}

/* 2. Add left padding to the heading text so it sits to the right of the icon */
.nur .babyfair-tab-heading {
  position: static !important; 
  overflow: visible !important;
  padding-left: 100px !important; /* Pushes the text safely to the right of the icon */
  padding-right: 0 !important; 
}

/* 3. Apply your exact styling to the icon */
.nur .babyfair-heading-icon {
  position: absolute !important;
  left: 20px !important; /* Adjusted slightly so it hugs the left edge perfectly */
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 125px !important; 
  width: auto !important;
  max-width: none !important;
  z-index: 5 !important;
  pointer-events: none !important;
  filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.15)) !important;
  
  bottom: auto !important;
  margin: 0 !important;
}

/* --- MOBILE CENTERED STACKED LAYOUT FOR .nur --- */
@media (max-width: 768px) {
  /* 1. Stack the header content vertically and center everything */
  .nur .hdt-tabs-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 24px 15px !important;
  }

  /* 2. Reset heading text padding & center it */
  .nur .babyfair-tab-heading {
    white-space: normal !important;
    text-overflow: unset !important;
    font-size: 18px !important; /* Slightly smaller for mobile cards */
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding-left: 20px !important;padding-right: 20px !important;
    padding-top: 110px !important; /* Space for icon centered above text */
    margin: 0 0 16px 0 !important;
    text-align: center !important;
    width: 100% !important;
  }

  /* 3. Position icon centered directly above heading text */
  .nur .babyfair-heading-icon {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: 100px !important;
    width: auto !important;
    margin: 0 auto !important;
  }

  /* 4. Turn tabs container into a 2-column grid like the reference image */
  .nur hdt-tab,
  .nur hdt-slider {
    width: auto !important;
  }

  .nur .hdt-slider__container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    transform: none !important;
  }

  .nur .hdt-slider__slide {
    width: 100% !important;
    margin: 0 !important;
  }

  /* 5. Pill button styling to match rounded white outline pills */
  .nur .hdt-tabs-item-title {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    border-radius: 30px !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    box-sizing: border-box !important;
  }
}
