/** Shopify CDN: Minification failed

Line 262:4 Unexpected "}"
Line 871:14 Unexpected "/"
Line 917:18 Unexpected "/"

**/
/** General **/
/**---------------- **/

/*body{
  overflow-x: hidden;
}*/

html body:not(.template-index) {
    padding-top: 0;
}
body:not(.template-index) #SiteHeader {
  position: static;
}

b, strong,
.bold_option_title, .bold_option_value_price {
    font-weight: 600;
}
.needsclick > [id*="rich-text"] > p > span {
    font-weight: 600 !important;
}

.announcement-bar {
  position: fixed;
  top: 0;
  z-index: 29;
  width: 100vw;
}
.btn.btn--full.add-to-cart.btn--secondary.bold_hidden {
    display: none !important;
}
.megamenu .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) div {
    top: 50%;
}
.site-nav [data-link-parent="bedroom"] [data-link-child="baby-pillow"] img {
  object-position: right;
}
.header-layout {
  gap: 20px;
}
.header-layout--left-center .header-item--logo {
  flex: 0 0 150px;
}
nav.custom_header__inline-menu.header__inline-menu {
  width: 100%;
}
li.main_menu_item .child_menu_item a[href*="chinese-new-year"] {
  color: red !important;
}
.main_menu_item .item_OCCASIONS .child_menu_item a,
.main_menu_item .item_OCCASIONS li.main_menu_item:hover a {
  text-transform: none;
}
body:not(.template-product) .breadcrumb {
  display: none !important;
}
.breadcrumb {
  margin: 0 auto;
  width: auto;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.8;
}
.breadcrumb.page-width {
  max-width: 1480px; /* same as .page-width */
}
.breadcrumb__list {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin: 0;
}
.breadcrumb__item {
  margin-right: 3px;
}
.breadcrumb__link {
  text-decoration: none;
  color: #231f20;
  position: relative;
}
.breadcrumb__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #231f20;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.breadcrumb__link:hover::after,
.breadcrumb__link:focus::after {
  transform: scaleX(1);
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
}
.breadcrumb__item--current {
  font-weight: 600;
  color: #000;
}
.anchor-link {
  display: block;
}
#reviews {
  scroll-margin-top: 200px;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .template-index .header-wrapper--sticky .site-header:not(.site-header--stuck) {
    background: rgba(0, 0, 0, 0.5);
  }
  .template-index .is-light .site-nav__link,
  .template-index .is-light .site-nav__link:hover,
  .template-index .site-nav__link--icon .icon {
    color: #fff !important;
  }
  .breadcrumb__list {
    padding-left: 0;
    margin-bottom: 4px;
    justify-content: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

/** END General **/
/** Homepage **/
/**---------------- **/
.template-index .two-column-container {
  flex-wrap: nowrap;
}
.hero--520px {
  height: 520px;
}
.banner-rounded-corners .hero {
  padding: 16px 16px 0 16px;
}
.banner-rounded-corners .slideshow__slide {
  border-radius: 24px;
}
.banner-new-layout .slideshow__slide .page-width {
  max-width: 1380px;
  padding: 0 30px;
}
.banner-new-layout .slideshow__slide image-element:before {
    content: '';
    background: linear-gradient(360deg, #F2EDEB 0%, rgba(242, 237, 235, 0) 40.7%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
}
.banner-new-layout .hero__text-shadow {
  max-width: 516px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  text-align: left;
}
.banner-new-layout .horizontal-left .hero__text-shadow {
  justify-self: start;
}
.banner-new-layout .horizontal-center .hero__text-shadow {
  justify-self: center;
}
.banner-new-layout .horizontal-right .hero__text-shadow {
  justify-self: end;
}
.banner-new-layout .hero__subtitle {
  font-size: 20px;
  line-height: 28px;
}
.banner-new-layout .hero__text-content .hero__link {
  margin-top: 7px;
}
.banner-new-layout .hero__link a.btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 59px;
  box-shadow: 0 6px 15px -2px rgba(16, 24, 40, 0.08);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  max-width: 143px;
  animation: fade-in 2s ease 1.3s forwards;
  overflow: hidden;
  position: relative;
  transition: background .2s ease 0s;
}
  @media screen and (max-width: 989px) {
    .banner-rounded-corners .hero {
      padding: 16px 16px 0;
    }
    .hero--520px {
      height: 375px;
    }
    .banner-rounded-corners .slideshow__slide {
      border-radius: 4px;
    }
    .banner-new-layout .hero__text-content.vertical-center {
      vertical-align: bottom;
    }
    .banner-new-layout .slideshow__slide image-element:before {
      background: linear-gradient(360deg, #0000006e 0%, rgba(242, 237, 235, 0) 40.7%);
    }
    .banner-new-layout .hero__text-shadow {
      max-width: 312px;
      color: #fff;
      gap: 3px;
    }
    .banner-new-layout .hero__text-shadow {
      justify-self: start !important;
    }
    .banner-new-layout .hero__subtitle {
      font-size: 16px;
      line-height: 24px;
    }
    .banner-new-layout .hero__text-content .hero__link {
      margin-top: 0;
    }
    .banner-new-layout .hero__link a.btn {
      font-weight: 400;
    }
  }
/** END Homepage **/
/** Collection **/
/**---------------- **/
div#shopify-section-template--17857380385005__main-collection .grid__item--content div:nth-child(2) .grid--uniform {
    /**display: none;**/
}
.collection-item__title--center[class*=collection-item__title--overlaid] span {
    line-height: 1.2em;
}
.section-header__title{
  color: #505759;
  font-weight: 600;
}
/* div#CollectionHeaderSection h1 {
    color: #FFFFFF;
   text-shadow: 1.5px 1px #505759;
} */

/* Mobile-specific styling 
@media only screen and (max-width: 768px) {
    div#CollectionHeaderSection h1 {
        text-shadow: 1px 1px #505759; /* Adjust the shadow distance for mobile */
    }
} */
.template-collection .collection-item__title--center[class*=collection-item__title--overlaid] {
    top: 55% !important;
}

[data-type_product_capitalize=true].main-content .collection-item__title span.collection-item__button {
    background-color: transparent !important;
}

[data-type_product_capitalize=true].template-collection .collection-item__title span.collection-item__button {
    background-color: transparent !important;
}
[data-type_product_capitalize=true]  .shopify-section.index-section .collection-item__title span.collection-item__button{
    color:#000!important;
}

.collection-item:not(.collection-item--below):after {
    background-color: #CBD9E6 !important;
}

[data-type_product_capitalize=true].main-content .collection-item__title span {
    text-shadow: -2px 2px 4px #ffffff !important;
font-size: 18px!important;
    letter-spacing: 0.05em !important;
}

[data-type_product_capitalize=true].template-collection .collection-item__title span {
    text-shadow: -2px 2px 4px #ffffff !important;
font-size: 18px!important;
    letter-spacing: 0.05em !important;
}

.hero__title {
	font-weight: 600;
	letter-spacing: 2px;
}

.hero__subtitle {
	font-weight: 500;
	font-size: 1.3em;
	letter-spacing: normal;
}

.animation-cropper {
	overflow: visible;
}

.slideshow__slide--slideshow-0 .btn,
.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .btn {
	color: #cce1d7 !important;
	font-weight: 600;
}

.slideshow__slide.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__subtitle {
	width: 650px !important;
}

.slideshow__slide--slideshow-0 .hero__subtitle {
	width: 450px !important;
}

div#Slideshow-template--18191660712173__slideshow2 .hero__link a {
	color: #505759 !important;
	font-size: 18px;
	font-weight: 600;
}
.collection-description-wrapper .collection__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  transition: all 0.3s ease;
  margin:0;
}
.collection-description-wrapper .collection__description.expanded {
  -webkit-line-clamp: unset;
}
.toggle-description-btn {
  background: none;
  border: none;
  color: #505759;
  cursor: pointer;
  font-size: 16px;
  margin-top: 8px;
  padding: 0;
}
#CollectionSection-template--18191660712173__featured_collection_7Y4iRe h2 {
  font-size: 59px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 20px;
  border-bottom: 1px solid #505759;
  width: 25%;
  margin: 0 auto;
}

#shopify-section-template--18191660712173__bd872798-710c-4dda-9407-8527c468014d{
  background-color: #EAF9F2;
  padding: 80px 0px!important;
    margin: 0 !important;
}

#shopify-section-template--18191660712173__bd872798-710c-4dda-9407-8527c468014d .collection-item__button {
  color: #505759 !important;
  background-color: #C1D2C7;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: bold! important;
      font-family: 'Montserrat' !important;
    margin-top: 10px;
}

#shopify-section-template--18191660712173__slideshow2 .hero--natural[data-natural] {
    margin-bottom: 0px;
}

.Vtl-InstagramFeedWidget__Title > h2 {
    font-size: 59px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.Vtl-InstagramFeedWidget__Subtitle > p {
    color: #505759;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px;
    padding-top: 5px;
    border-bottom: 1px solid #505759;
    width: 50%;
    margin: 0 auto;
}

.Vtl-InstagramFeedWidget {
    margin: 5rem auto 6rem !important;
}

div#CollectionSection-template--18191660712173__featured_collection_7Y4iRe .grid-product__meta .fera-rating-widget {
    display: none;
}

section.reviews-carousel {
  max-width: 100%;
  padding: 0 50px;
}
.fera,
.fera-overallRatingBanner-firstLineText,
.fera-overallRatingBanner-secondLineText {
  font-family: "Montserrat";
}

.fera-overallRatingBanner-widget-content {
  justify-content: right;
}

div.header-item.header-item--logo img {
	width: 180px !important;
}

.bold_option_title {
	text-transform: none !important;
	letter-spacing: 0;
	display: block;
	margin-bottom: 9px;
	width: 100%;
    font-size: 15px;
}

.bold_option.bold_option_checkbox .bold_option_title {
	width: 94%;
	float: right;
}

.bold_option_element input[type="checkbox"] {
	margin: 10px;
}

.bold_option_value {
	display: block;
}

.bold_option_swatch .bold_option_element {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: justify;
}

.bold_option_swatch .bold_option_element .bold_option_value {
	width: 12%;
	margin-bottom: 7px;
}

#AddToCartForm-template--16678764904685__main-4557343653954>div.bold_options.bold_options_loaded>div>div:nth-child(3)>span.bold_option_element {
	justify-content: center;
}

.site-nav__link.site-nav__link--underline {
  color: white;
  font-weight: 600;
}
.slideshow__slide .hero__link .btn {
  border-radius: 20px;
}

.template-index .flickity-viewport .slideshow__slide .hero__link .btn {
  border-radius: 0px;
}

.template-index .hero__text-wrap .page-width{padding:0 15px;}

.hero__text-shadow {
  color: black;
  font-weight: 600;
}
.hero[data-arrows=true] .flickity-previous {
    left: 45%;
    right: auto;
}
.hero[data-arrows=true] .flickity-next {
    right: 45%;
}
.hero[data-arrows=true] .flickity-prev-next-button {
  bottom: 15px !important;
  opacity: 0.5;
}
.collection-item__title--center[class*="collection-item__title--overlaid"] {
  top: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
[data-type_product_capitalize="true"] .collection-item__title span {
  border-radius: 20px;
  background-color: transparent;
  font-weight: bolder;
  color: black;
  font-size: 28px;
}
[data-type_product_capitalize="true"]
  .collection-item__title
  span.collection-item__button {
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  box-shadow: 10px 11px 28px -7px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 10px 11px 28px -7px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 10px 11px 28px -7px rgba(0, 0, 0, 0.45);
}
.collection-hero .collection-hero__image {
  max-height: 750px;
}
.collection__description h2,
.collection__description h3,
.collection__description h4,
.collection__description h5,
.collection__description h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
.collection__description hr {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 0;
}
.collection-440737202413 .section-header__title {
  color: #ffffff;
}
.collection-60008398914 .slideshow__slide[data-index="1"] .hero__image-wrapper {
  background: #000;
}
.collection-60008398914 .slideshow__slide[data-index="1"] .hero__image-wrapper > image-element {
  opacity: 0.8;
}
/* Collection filters*/
.filter-slider {
  position: relative;
  display: flex;
  margin: 20px auto 30px;
  border: 1px solid #eaeaea;
  border-width: 1px 0;
  padding: 20px 0;
}
.filter-slider__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 4px;
  scrollbar-width: none;
}
.filter-slider__track::-webkit-scrollbar {
  display: none;
}
.filter-card {
  flex: 0 0 auto;
  width: 250px;
  text-align: left;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.filter-card.active {
  border: 2px solid #c1d2c7;
  background: #c1d2c7;
}
.filter-card__img img {
  width: 100%;
  height: auto;
  display: block;
}
.filter-card__img--bg {
  width: 250px;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}
.filter-card__label {
  font-weight: 600;
  padding: 14px 10px;
  text-transform: uppercase;
  display: inline-block;
}
.filter-slider__prev,
.filter-slider__next {
  position: absolute;
  top: 142px;
  opacity: 0.7;
  background: white;
  border: 1px solid #000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 24px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.filter-slider__prev {
  left: -10px;
}
.filter-slider__next {
  right: -10px;
}
.filter-slider__track.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
@media (max-width: 768px) {
  .filter-slider__track {
    scroll-padding-left: 10px;
  }
}
/* End Collection Filters */

@media only screen and (min-width: 769px) {
  .grid__item--sidebar {
    top: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .collection-60008398914 .hero__text-shadow {
    color: white;
  }
  .collection-60008398914 .slideshow__slide[data-index="1"] .h1.hero__title br {
      display: none;
  }
  .hero[data-arrows=true] .flickity-previous {
    left: 35%;
  }
  .hero[data-arrows=true] .flickity-next {
      right: 35%;
  }
  .template-collection .slideshow__slide .hero__text-wrap .hero__subtitle .animation-cropper {
    display: block !important;
    font-size: 12px;
  }
}
/** END Collection **/
/** Product / PDP **/
/**---------------- **/
.pdpnew {
    margin-bottom: 0px;
}
.page-content--product {
  padding-top: 0;
}
.page-content--product .grid > .grid__item * {
  letter-spacing: 0 !important;
}
.product-image-main .image-wrap,
.product__thumbs--beside .product__thumb-item .image-wrap {
  border-radius: 8px;
}
.product__thumbs--beside .product__thumb-item {
  border: 0 none;
}
.product__thumb-item a.is-active:before,
.product__thumb-item a:focus:before {
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px #aadec1;
}
.product-main-slide:not(.starting-slide) .sales-tag {
  display: none;
}
.product-block.product-block--header {
  margin-bottom: 12px;
}
.product-section .product-single__title {
  font-weight: 500;
  padding-top: 10px;
}
@media only screen and (min-width: 769px) {
  .product-section .product-single__title {
    font-size: calc(var(--typeHeaderSize)*1.3);
  }
}
.product-section .product__price {
  font-weight: 600;
  font-size: 21px;
}
.product-section .product-block--price {
  margin-bottom: 16px;
}
.product-single__meta:has(button.add-to-cart.btn--secondary[disabled="disabled"]) .product-block--header:after,
.product-single__meta:has(button.add-to-cart.btn--secondary.disabled) .product-block--header:after,
.product-single__meta:has(.gfbFrequentBoughtAddToCartButton.gfbDisableAddToCart) .product-block--header:after {
  content:"Currently out of stock";
  display: inline-block;
  background: #fafafa;
  padding: 5px 10px;
  border-radius: 8px;
  color: green;
}
.product-block--price .atome-widget {
  margin-top: 16px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.product-block--price .atome-widget > span {
  font-size: 0px !important;
}
.product-block--price .atome-widget > span > span:before {
    content: 'Pay in 3 installments of';
    font-size: 14px;
    margin: 0 7px 0 10px;
}
.product-block--price .atome-widget #atome-price {
  font-weight: 500 !important;
  font-size: 16px !important;
}
.variant__label {
  color: #000;
  font-weight: 600;
}
.variant-input-wrap input[type=radio]+label,
.variant-input-wrap input[type=radio]:checked+label {
  box-shadow: none;
}
.variant-input-wrap .variant__button-label.disabled {
  opacity: 0.3;
}
.variant-input-wrap label.disabled:after {
  border-color: #000;
}
.delivery-message {
  padding-bottom: 10px;
  font-weight: 400;
}
.delivery-message:not(.delivery-message--same):before,
.delivery-message.delivery-message--same .delivery-message__text span:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: no-repeat center / contain url('delivery.png');
  position: relative;
  top: 5px;
  margin-right: 3px;
}
.delivery-message.delivery-message--same .delivery-message__text span:before {
  margin-right: 6px;
}
.delivery-message.delivery-message--same .delivery-message__text span:first-child:before {
  background: no-repeat center / contain url('gift.png');
  top: 3px;
  width: 16px;
  height: 16px;
}
.product-description-tab button.collapsible-trigger {
  border-width: 1px 0 !important;
  text-align: left;
  font-weight: 600;
  font-size: 0.9em;
  padding-left: 0;
  padding-right: 0;
}
.product-description-tab .collapsible-trigger__icon {
  right: 2px;
}
.product-description-tab .collapsible-content.is-open {
  margin-bottom: 10px;
}
.product-description-tab .collapsible-content .collapsible-content__inner {
  padding: 0;
  border: 0 none;
}
.more_questions {
  margin-bottom: 60px;
}
.pdp-contact {
  background: url('/cdn/shop/files/bg-pattern.png?v=1770280838') repeat left center;
  border-radius: 25px;
  padding: 65px 15px 60px;
  margin-bottom: 60px;
  position: relative;
}
.pdp-contact:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    rgba(204,225,215,1) 0%,
    rgba(204,225,215,0) 70%
  );
  z-index: 0;
}
.pdp-contact .inner-container {
  position: relative;
  z-index: 1;
}
.pdp-contact h2 {
  font-size: 33px;
  font-weight: 600;
}
.pdp-contact .primary-text {
  font-size: 20px;
  font-weight: 500;
  margin: 7px 0;
}
.pdp-contact .secondary-text {
  font-size: 16px;
}
.pdp-contact p:last-child {
  margin: 0;
}
/* Fera Reviews */
.fera-reviews-list .fera-review,
.fera-reviews-list .fera-review:first-child {
  border: 0 none !important;
  border-radius: 15px;
  background: #fafafa;
  padding: 20px;
  margin-bottom: 17px;
}
.fera-reviews-header-summary-container {
  border: 0 none;
  background: #fafafa;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
}
.fera-reviews-list .fera-reviews-body-top {
  margin-bottom: 25px;
  background: #fafafa;
  padding: 10px 20px;
  border-radius: 0 0 15px 15px;
  border-top: 2px solid #fff;
}
.fera-reviews-list .fera-review-ratingAndDate {
  height: 20px;
  margin-bottom: 10px;
}
.fera-review .fera-stars {
  font-size: 18px;
}
.fera-review-heading {
  line-height: 100%;
  margin-bottom: 10px;
}
.fera-reviews-list .fera-review-product {
  margin-top: 10px;
  padding-top: 10px;
}
/* Hide duplicate atome */
.atome-price-divider.atome-widget {
  display: none;
}
/** END Product **/
/** Bundles *//
.bundle-included {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-top: 8px;
  background: #fafafa;
}
.bundle-included__summary {
  cursor: pointer;
  padding: 10px 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bundle-included__list {
  list-style: none;
  margin: 0;
  padding: 10px 12px 12px;
  display: grid;
  gap: 8px;
}
.bundle-included__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bundle-included__img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
}
.bundle-included__title {
  flex: 1;
  font-size: 14px;
}
.bundle-included__qty {
  font-size: 13px;
  white-space: nowrap;
  color: #666;
}
.bundle-included[open] summary svg {
  transform: rotate(180deg);
  transition: transform 0.2s;
}
/** END Bundles *//
/** ---- FLY Bundles **/
.gfbFrequentBoughtWidgetTitleContainer {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: .5rem;
  margin-bottom: 0;
  cursor: pointer;
  background: #fafafa;
  padding: 15px;
}
.gfbFrequentBoughtWidgetTitleContainer.is-closed,
.gfbFrequentBoughtWidgetTitleContainer.is-open {
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: .5rem;
  margin-bottom: 0;
  cursor: pointer;
  background: #fafafa;
  padding: 15px;
}
.gfbFrequentBoughtWidgetTitleContainer.is-closed {
  margin-bottom: 20px;
}
.gfbFrequentBoughtWidgetTitleContainer.is-open {
  border-bottom: 0 none;
  border-radius: 8px 8px 0 0;
}
.gfbFrequentBoughtWidgetTitleContainer .bundle__chevron {
  display: inline-block;
  transition: transform .2s ease;
  transform: rotate(90deg);
  font-size: 29px;
  line-height: 6px;
}
.gfbFrequentBoughtWidgetTitleContainer.is-open .bundle__chevron {
  transform: rotate(-90deg);
}
.gfbFrequentBoughtWidgetTitle,
.gpo-container:before {
  font-weight: 500 !important;
  font-size: 14px !important;
}
.gfbFrequentBoughtWidgetTitle.bundle--custom-title,
.gpo-container:before {
  text-transform: none;
  color: var(--colorTextBody);
}
.gfbFrequentBoughtWidgetContentContainer {
  grid-template-columns: auto auto;
  border-top: 1px solid #d4d4d4;
  padding-top: 12px;
}
.gfbFrequentBoughtReplacableContent.bundle--items-list,
.bundle--items-list {
  margin-bottom: 25px;
  margin-top: 0;
  background: #fafafa;
  padding: 0 12px 12px;
  border: 1px solid #d4d4d4;
  border-top: 0 none;
  border-radius: 0 0 8px 8px;
}
.bundle--items-list .gfbFrequentBoughtWidgetProductContainer {
  padding: 7px 5px !important;
}
.bundle--items-list .gfbFrequentBoughtWidgetProductContainer[data-price-position="PARALLEL_NAME"] .gfbFrequentBoughtWidgetProductTitle {
  -webkit-line-clamp: 10;
  font-size: 11px;
}
.bundle--items-list .gfbFrequentBoughtWidgetProductImage {
  width: 70px;
  height: 70px;
}
.bundle--items-list .gfbHorizontalPlusImageBarContainer:last-child,
.bundle--items-list .gfbHorizontalPlusImageBarContainer:last-child {
  opacity: 0;
}
/* --- Bundle items separator */
.gfbHorizontalPlusImageBarContainer {
    display: none !important;
}

/* --- Embroidery Font */
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-font"] .gfbFrequentBoughtSwatchHeading,
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-font"] .gfbFrequentBoughtWidgetProductImage {
    display: none;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-font"] .gfbFrequentBoughtWidgetProductTitle {
    grid-row: 2 / span 2 !important;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-font"] .gfbFrequentBoughtWidgetProductTitle,
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-font"] .gfbFrequentBoughtCustomFieldBoxTitle {
  font-size: 14px;
  font-weight: 500;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-font"] .gfbFrequentBoughtWidgetProductTitle:after {
    content: '*';
}
.gfbFrequentBoughtSwatchColorUI[data-product-handle="personalisation-font"] {
    width: calc(33.33% - 6.67px);
    height: auto;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    padding: 0 14px;
}
.gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[data-product-handle="personalisation-font"] {
    border: 1px solid #cce1d7;
    position: relative;
}
.gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[data-product-handle="personalisation-font"]:after {
    content: '';
    display: inline-block;
    background: url(/cdn/shop/files/checkmark.png) no-repeat center;
    width: 20px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    left: auto;
    transform: none;
    right: 7px;
}
.gfbFrequentBoughtSwatchColorUI[data-product-handle="personalisation-font"][data-color-name="Block"] .gfbFrequentBoughtSwatchImg,
.gfbFrequentBoughtSwatchColorUI[data-product-handle="personalisation-font"][data-color-name*="Block"] .gfbFrequentBoughtSwatchImg {
    width: 56px;
    height: 56px;
}
.gfbFrequentBoughtSwatchColorUI[data-product-handle="personalisation-font"][data-color-name="Cursive"] .gfbFrequentBoughtSwatchImg,
.gfbFrequentBoughtSwatchColorUI[data-product-handle="personalisation-font"][data-color-name*="Cursive"] .gfbFrequentBoughtSwatchImg {
    width: 82px;
    height: 82px;
    margin-top: -13px;
    margin-bottom: -13px;
}
.gfbFrequentBoughtSwatchColorUI[data-product-handle="personalisation-font"][data-color-name="Playful"] .gfbFrequentBoughtSwatchImg,
.gfbFrequentBoughtSwatchColorUI[data-product-handle="personalisation-font"][data-color-name*="Playful"] .gfbFrequentBoughtSwatchImg {
    width: 72px;
    height: 72px;
    margin-top: -5px;
    margin-bottom: -11px;
}

/* --- Embroidery Text */
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-font"] .customFieldWrapper {
    grid-row: 1;
    margin-top: 0;
    margin-bottom: 20px;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-font"] .gfbFrequentBoughtCustomFieldBoxTitle {
    font-weight: 500;
    margin-bottom: 5px;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-font"] input.gfbFrequentBoughtCustomFieldBox {
    padding: 13px 13px 11px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    font-size: 12px !important;
    color: var(--colorTextBody);
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-font"] input.gfbFrequentBoughtCustomFieldBox::placeholder {
  color: var(--colorTextBody);
  opacity: 0.5;
}

/* --- Embroidery Thread */
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtWidgetProductImage,
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtWidgetProductTitle {
    display: none;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchHeading {
    display: block;
    padding-bottom: 0;
    font-weight: 500;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchHeading:after {
    content: 'Carefully and lovingly selected colours to suit all items in this hamper';
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0.4;
    font-weight: 400;
    text-transform: none;
    margin-top: 3px;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchHeading > span {
  color: #808080;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchParentContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: center;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI {
  display: flex !important;
  width: auto;
  height: auto;
  outline-width: 0;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  opacity: 1;
  position: relative;
  padding: 16px 15px 15px;
  align-items: center;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI[title="Lovingly Signed Choice"] {
  padding: 8px 5px 8px 15px;
  align-items: center;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[title="Lovingly Signed Choice"] {
  padding: 9px 15px 9px;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI:before {
  align-self: center;
  width: calc(100% - 25px);
  font-size: 15.5px;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI[title="Royal Blue"]:before {
  content: 'Royal Blue';
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[title="Royal Blue"]:before {
  color: #107fd4;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI[title="Blush Pink"]:before {
  content: 'Blush Pink';
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[title="Blush Pink"]:before {
  color: #FD8DB4;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI[title="Dove Grey"]:before {
  content: 'Dove Grey';
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI[title="Sandy Beige"]:before {
  content: 'Sandy Beige';
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[title="Sandy Beige"]:before {
  color: #c68c53;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI[title="Lovingly Signed Choice"]:before {
  content: 'Lovingly Signed Choice';
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI .gfbFrequentBoughtSwatchImg {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  justify-self: end;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI[title="Lovingly Signed Choice"] .gfbFrequentBoughtSwatchImg {
  width: 40px;
  height: 40px;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[title="Royal Blue"] {
  border-color: #107fd4;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[title="Sandy Beige"] {
  border-color: #c68c53;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[title="Dove Grey"] {
  border-color: #B3B3B3;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[title="Blush Pink"] {
  border-color: #FD8DB4;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[title="Lovingly Signed Choice"] {
  border-color: #cce1d7;
}

.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected:after {
  content: '';
  background: white;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 100px;
  background: url('/cdn/shop/files/checkmark-white.png') no-repeat center;
  position: absolute;
  right: 15px;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[title="Lovingly Signed Choice"]:after {
  background: url('/cdn/shop/files/checkmark-black.png') no-repeat center;
  background-color: #fff;
  border: 1px solid #444;
  position: relative;
  align-self: center;
  right: unset;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[title="Lovingly Signed Choice"] img {
  display: none;
}

/* --- Embroidery Options Box */
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-font"],
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] {
  border-bottom: 0 none;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtVariantUIParentContainer {
  margin-top: 6px;
}

/* --- Greeting Card */
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="free-greeting-card"]  .gfbFrequentBoughtWidgetProductTitle,
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="free-greeting-card"]  .gfbFrequentBoughtCustomFieldBoxTitle {
  font-size: 14px;
  font-weight: 500;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="free-greeting-card"] .customFieldWrapper {
    margin-top: 20px;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="free-greeting-card"] input.gfbFrequentBoughtCustomFieldBox {
    padding: 15px;
}
.gfbFrequentBoughtWidgetProductContainer[data-product-handle="free-greeting-card"] .customFieldWrapper:after {
  content: 'Kindly include your name at the end of your message.';
  display: block;
  max-width: 70%;
  position: relative;
  top: -26px;
  font-size: 11.8px;
  line-height: 1.4;
  opacity: 0.7;
}
.gfbFrequentBoughtWidgetProductContainer {
    text-align: left !important;
    padding: 20px 5px;
}
.gfbFrequentBoughtWidgetPriceContainer {
    border: 0 none;
    padding: 9px 0 18px;
}
.gfbFrequentBoughtWidgetPriceContainer:has(.gfbFrequentBoughtWidgetPriceContainerText:empty) {
    display:none;
}

/** Misc **/
.gfbFrequentBoughtWidgetTitleContainer {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: .5rem;
  margin-bottom: 0;
  cursor: pointer;
}
.gfbFrequentBoughtWidgetTitleContainer.is-open .bundle__chevron {
  transform: rotate(-90deg);
}
.gfbFrequentBoughtWidgetContentContainer {
  grid-template-columns: auto auto;
}
.bundle--personalization,
.bundle--items-custom,
.gpo-group,
.product-block[data-dynamic-variants-enabled]:not(:empty) {
  background-color: #fafafa;
  padding: 18px 15px 15px;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
}
.bundle--card {
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
  padding: 15px 15px 0;
  margin-bottom: 20px;
  margin-top: 15px;
  border-radius: 8px;
}
.bundle--personalization .gfbFrequentBoughtWidgetProductContainer {
  padding: 0 0 15px;
}
.bundle--items-custom .gfbFrequentBoughtWidgetProductContainer {
  padding: 0 0 18px;
}
.bundle--personalization {
  margin-bottom: 15px;
}
.bundle--custom-title,
.gpo-container:before {
  padding: 0 3px 19px;
}
.bundle--items-custom .gfbFrequentBoughtWidgetProductTitle {
  font-weight: 500;
}
.bundle--items-custom .gfbFrequentBoughtWidgetProductImage,
.bundle--items-custom .gfbFrequentBoughtSwatchHeading,
.bundle--items-custom .gfbFrequentBoughtLabelHeading {
  display: none;
}
.bundle--personalization .gfbFrequentBoughtWidgetProductContainer:last-child,
.bundle--items-custom .gfbFrequentBoughtWidgetProductContainer:last-child,
.bundle--card .gfbFrequentBoughtWidgetProductContainer:last-child {
  padding: 0;
}
.bundle--items-custom .gfbFrequentBoughtWidgetProductContainer[data-product-handle="jellycat-bunny-lilac-hamper"]  .gfbFrequentBoughtWidgetProductImage {
  display: block;
}
.bundle--items-custom .gfbFrequentBoughtWidgetProductTitle {
  font-size: 14px;
}
.bundle--items-custom .gfbFrequentBoughtLabelPillsUI,
.bundle--items-custom .gfbFrequentBoughtLabelPillsUI:has(.gfbOptionImageWrapper),
.template-product .gpo-swatches.buttons input+label,
.template-product .gpo-swatches.buttons input+label:hover,
.variant-input-wrap input[type=radio]+label {
  background: #fff;
  border-radius: 8px;
  font-size: 13px;
  color: #000;
  border: 1px solid #e0e0e0;
}
.bundle--items-custom .gfbFrequentBoughtLabelPillsUI,
.template-product .gpo-swatches.buttons input+label,
.variant-input-wrap input[type=radio]+label {
  padding: 9px 12px;
  line-height: normal;
}
.bundle--items-custom .gfbFrequentBoughtLabelPillsUI:has(.gfbOptionImageWrapper) {
  padding: 3px 8px 3px 3px;
}
.bundle--items-custom .gfbFrequentBoughtLabelPillsUI.gfbFrequentBoughtLabelPillsUISelected,
.template-product .gpo-swatches.buttons input:checked+label,
.variant-input-wrap input[type=radio]:checked+label {
  background-color: #cce1d7;
  border-color: #cce1d7;
  color: #000;
}
.bundle--items-custom .gfbPillText {
  opacity: 0.8;
}
.bundle--items-custom .gfbFrequentBoughtLabelPillsUISelectedUIOutOfStock[data-show-out-of-stock-options=true]:before {
  content: none;
}
.bundle--items-custom .gfbFrequentBoughtLabelPillsUISelectedUIOutOfStock {
  border-style: solid !important;
  border-color: #e0e0e0 !important;
  opacity: 0.35;
  pointer-events: none;
  cursor: not-allowed;
}
.bundle--items-custom .gfbFrequentBoughtLabelPillsUI .gfbOptionImageWrapper {
  border: 0 none;
  border-radius: 4px;
}
.bundle--card-counter{
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
  opacity: 0.75;
  text-align: right;
}
.bundle--personalization-hint{
  font-size: 11.8px;
  line-height: 1.4;
  opacity: 0.7;
}
/* image tooltip */
.img-tooltip {
  position: fixed;
  z-index: 9999;
  display: none;
  pointer-events: none;
  background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
  padding: 6px;
  border-radius: 6px;
}
.img-tooltip img {
  display: block;
  max-width: 360px;
  max-height: 360px;
  width: auto;
  height: auto;
}
textarea.gfbFrequentBoughtCustomFieldBox[data-product-handle="free-greeting-card"] {
  font-size: 13px !important;
  background: #fff;
  border-radius: 8px;
}
/* centered modal-like view on mobile */
@media (hover: none) {
  .img-tooltip {
    /* allow tapping to close */
    pointer-events: auto;
  }
  .img-tooltip.is-mobile {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* center on screen */
    max-width: 90vw;
    max-height: 90vh;
    padding: 8px;
  }
  .img-tooltip.is-mobile img {
    max-width: 70vw;
    max-height: 70vh;
  }
}
.gfbFrequentBoughtWidgetPriceContainerText {
  font-size: 14px !important;
}
.gfbFrequentBoughtWidgetPriceContainerPriceDiscounted {
  font-weight: 600 !important;
}
.bundle--add-to-cart .gfbFrequentBoughtAddToCartButton,
.btn.add-to-cart {
  font-weight: 500 !important;
  text-transform: uppercase;
  border-radius: 28px;
  font-size: 16px;
  letter-spacing: -0.1px;
  border: 0 none;
}
@media screen and (max-width: 768px) {
  .bundle--items-list .gfbFrequentBoughtWidgetProductContainer[data-price-position="PARALLEL_NAME"] .gfbFrequentBoughtWidgetProductTitle {
    -webkit-line-clamp: 10;
    font-size: 12px;
    overflow: visible;
  }
  .bundle--items-list .gfbFrequentBoughtWidgetProductImage {
    width: 70px;
    height: 70px;
  }
  .gfbProductPageWrapperV2 {
    width: 99.5% !important;
  }
  .bundle--items-list .gfbFrequentBoughtWidgetProductContainer {
    padding: 10px 5px !important;
  }
}
/** ----- END FLY Bundles **/
/** ----- GLOBO **/
.custom--product-price {
  display: none;
}
.gpo-container ~ .custom--product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.custom--product-price .product__price {
  font-size: 18px;
}
.gpo-total-text {
  text-align: right;
}
.gpo-total-text .money {
  font-weight: 700;
}
.gpo-tooltip {
  display: none !important;
}
.gpo-container:before {
  content: 'Choose preferred options:';
  display: block;
}
.gpo-container .gpo-app {
  margin: 0;
  width: 100%;
}
.gpo-group .gpo-element:last-child {
  margin-bottom: 0;
}
.gpo-app .gpo-element,
.gpo-element:has(input[value*="Personalis"]),
.gpo-element:has(input[data-field-name*="Font"]) {
  margin-bottom: 23px;
}
.gpo-element:has(input[placeholder*="12"]) {
  margin-bottom: 0;
}
.gpo-element.show-addon-for-option:has(+ .hidden-option-value[data-clo-display="show"]:last-child) {
  margin-bottom: 0;
}
.gpo-container .gpo-label span.label-content {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
  color: #000;
}
.gpo-container .gpo-label span.addOn {
  margin-bottom: 5px;
}
.gpo-app .gpo-label.required span.label-content:after {
  color: #000;
  margin: 0;
  font-weight: 500;
}
.gpo-app .gpo-ov-wrapper.horizontal {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  height: fit-content;
  display: flex;
}
.gpo-swatches.image-swatches.gpo-ov-item {
  height: auto;
  outline: none;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  background: #fff;
  padding: 0 14px;
}
.gpo-swatches.image-swatches.gpo-ov-item:has(input[data-field-name*="Font"]) {
  width: calc(33.33% - 6.67px);
}
.gpo-swatches.image-swatches.gpo-ov-item:has(input:checked[data-field-name*="Font"]):after {
  content: '';
  display: inline-block;
  background: url(/cdn/shop/files/checkmark.png) no-repeat center;
  width: 20px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: auto;
  transform: none;
  right: 7px;
}
.gpo-swatches.image-swatches.gpo-ov-item:has(input:checked) {
  border: 1px solid #cce1d7 !important;
}
.gpo-container .gpo-app .gpo-group .gpo-element[data-element-id^="image-swatches"] .horizontal .gpo-swatches input+label {
    border: 0 none !important;
}
.gpo-app .horizontal .gpo-ov-extend {
  position: absolute;
}
.gpo-swatches.image-swatches:has(input[data-field-name*="Font"]) label {
  flex-wrap: wrap;
  align-content: start;
}
.gpo-swatches.image-swatches:has(input[data-field-name*="Font"][value="Block"]) .swatch-image {
  width: 56px !important;
  height: 56px !important;
}
.gpo-swatches.image-swatches:has(input[data-field-name*="Font"][value="Cursive"]) .swatch-image {
  width: 82px !important;
  height: 82px !important;
  margin-top: -13px;
  margin-bottom: -13px;
}
.gpo-swatches.image-swatches:has(input[data-field-name*="Font"][value="Playful"]) .swatch-image {
  width: 72px !important;
  height: 72px !important;
  margin-top: -5px;
  margin-bottom: -11px;
}
.gpo-element:has(.color-swatches) label.required {
  flex-direction: column;
  align-items: start;
}
.gpo-element:has(input[data-field-name*="Thread Colour"]) label.required:after {
  content: 'Carefully and lovingly selected colours to suit all items in this hamper';
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.4;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 5px;
}
.gpo-app .gpo-ov-wrapper.horizontal:has(.color-swatches) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: center;
}
.gpo-app .gpo-ov-item.color-swatches {
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
  outline-width: 0;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  opacity: 1;
  position: relative;
}
.gpo-app .gpo-ov-item.color-swatches label {
  border: 0 none;
  width: 100%;
  padding: 16px 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15.5px;
}
.gpo-app .gpo-ov-item.color-swatches label .gpo-swatch__inner {
  margin: unset;
}
.gpo-app .gpo-ov-item.color-swatches .swatch-top {
  width: 25px !important;
  height: 25px !important;
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Blush Pink"]) {
  border-color: #FD8DB4;
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Pink"]) {
  border-color: #EEC3D3;
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Royal Blue"]) {
  border-color: #107fd4;
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Blue"]) {
  border-color: #B0E2F6;
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Sandy Beige"]) {
  border-color: #c68c53;
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Ruby Red"]),
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Christmas Red"]) {
  border-color: #FD2A00;
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Dove Grey"]),
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Crème"]),
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Cream"]) {
  border-color: #B3B3B3;
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Christmas Green"]) {
  border-color: #0E873E
}
.gpo-app .gpo-ov-item.color-swatches:has(input[value="Blush Pink"]) label:before {
  content: 'Blush Pink';
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Blush Pink"]) label:before {
  color: #FD8DB4;
}
.gpo-app .gpo-ov-item.color-swatches:has(input[value="Pink"]) label:before {
  content: 'Pink';
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Pink"]) label:before {
  color: #d593ac;
}
.gpo-app .gpo-ov-item.color-swatches:has(input[value="Royal Blue"]) label:before {
  content: 'Royal Blue';
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Royal Blue"]) label:before {
  color: #107fd4;
}
.gpo-app .gpo-ov-item.color-swatches:has(input[value="Blue"]) label:before {
  content: 'Blue';
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Blue"]) label:before {
  color: #7bb4cb;
}
.gpo-app .gpo-ov-item.color-swatches:has(input[value="Sandy Beige"]) label:before {
  content: 'Sandy Beige';
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Ruby Red"]) label:before,
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Christmas Red"]) label:before {
  color: #FD2A00;
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Christmas Green"]) {
  color: #0E873E
}
.gpo-app .gpo-ov-item.color-swatches:has(input[value="Ruby Red"]) label:before {
  content: 'Ruby Red';
}
.gpo-app .gpo-ov-item.color-swatches:has(input[value="Christmas Red"]) label:before {
  content: 'Christmas Red';
}
.gpo-app .gpo-ov-item.color-swatches:has(input[value="Christmas Green"]) label:before {
  content: 'Christmas Green';
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Sandy Beige"]) label:before {
  color: #c68c53;
}
.gpo-app .gpo-ov-item.color-swatches:has(input[value="Dove Grey"]) label:before {
  content: 'Dove Grey';
}
.gpo-app .gpo-ov-item.color-swatches:has(input[value="Crème"]) label:before {
  content: 'Crème';
}
.gpo-app .gpo-ov-item.color-swatches:has(input[value="Cream"]) label:before {
  content: 'Cream';
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked) label:after {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 100px;
  background: url(/cdn/shop/files/checkmark-white.png) no-repeat center;
  position: absolute;
  right: 15px;
}
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Crème"]) label:after,
.gpo-app .gpo-ov-item.color-swatches:has(input:checked[value="Cream"]) label:after {
  background-image: url(/cdn/shop/files/checkmark-black.png);
}
.gpo-swatches.image-swatches.gpo-ov-item:has(input:not([data-field-name*="Font"])) {
  padding: 0;
  width: calc(25% - 7.5px);
}
.gpo-swatches.image-swatches:has(input:not([data-field-name*="Font"])) input+label .gpo-swatch__inner {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: 60px;
  width: 100%;
}
.gpo-swatches:has(input[data-field-name*="Additional Design"][value="No Thank You"]) .swatch-image,
.gpo-swatches:has(input[data-field-name*="additional-design"][value="No Thank You"]) .swatch-image {
  display: none;
}
.gpo-swatches:has(input[data-field-name*="Additional Design"][value="No Thank You"]) .gpo-swatch__inner,
.gpo-swatches:has(input[data-field-name*="additional-design"][value="No Thank You"]) .gpo-swatch__inner {
  background: url('/cdn/shop/files/no-thanks.png?v=1770400787') no-repeat center;
}
.gpo-swatches.image-swatches.gpo-ov-item:has(input:checked):after {
  content: '';
  display: inline-block;
  background: url(/cdn/shop/files/checkmark.png) no-repeat center;
  width: 20px;
  height: 14px;
  position: absolute;
  top: calc(87% - 10px);
  left: auto;
  transform: none;
  right: 2px;
}
.gpo-swatches.image-swatches.gpo-ov-item:has(input:not([data-field-name*="Font"])) .swatch-image {
  position: absolute;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.gpo-swatches.image-swatches.gpo-ov-item:has(input[data-field-name*="Soft Toy"]) {
  width: calc(20% - 8px);
}
.gpo-swatches.image-swatches.gpo-ov-item:has(input[data-field-name*="Soft Toy"]) input+label .gpo-swatch__inner {
  height: auto;
}
.gpo-swatches.image-swatches.gpo-ov-item:has(input[data-field-name*="Soft Toy"]) .swatch-image {
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 100px;
  position: relative;
  height: 80px !important;
  width: 80px !important;
}
.gpo-dropdown .dropdown-list:has(input[data-field-name="Greeting Card"]) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.gpo-dropdown.gpo-image-dropdown:has(input[data-field-name="Greeting Card"]) .dropdown-item {
  background: #fafafa;
  margin: 5px;
  padding: 10px;
  border-radius: 8px;
}
.gpo-dropdown:has(input[data-field-name="Greeting Card"]) input+label {
  flex-direction: column;
}
.gpo-dropdown:has(input[data-field-name="Greeting Card"]) input:checked+label {
  background: none !important;
}
.gpo-dropdown:has(input[data-field-name="Greeting Card"]) input:checked+label:after {
  content: "";
  background: url(/cdn/shop/files/checkmark-black.png) no-repeat center;
  width: 23px;
  height: 23px;
  border: 1px solid #000;
  border-radius: 100px;
  flex: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.dropdown-item.gpo-ov-item:has(input[data-field-name="Greeting Card"][value="No Thank You"]) input+label {
  justify-content: center;
}
.dropdown-item.gpo-ov-item:has(input[data-field-name="Greeting Card"][value="No Thank You"]) .dropdown-item__thumbnail {
  display: none;
}

.gpo-image-dropdown:has(input[data-field-name="Greeting Card"]) .dropdown-item__value {
  font-size: 14px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
.gpo-image-dropdown:has(input[data-field-name="Greeting Card"]) .addOn {
  line-height: 1;
}
.gpo-app .gpo-helptext {
  display: inline-block;
  max-width: 70%;
  position: relative;
  top: -15px;
  font-size: 11.8px;
  line-height: 1.4;
}
.gpo-app [data-element-id*=textarea] .gpo-input-wrap+.gpo-counter {
    margin-top: 10px;
}
.gpo-container .gpo-input-wrap .gpo-input {
    border-radius: 8px !important;
    box-shadow: 0 0 0 1px #e0e0e0;
    font-size: 12px !important;
    color: var(--colorTextBody);
}
.gpo-input.gpo-text {
    padding: 13px 13px 11px !important;
}
.gpo-input::placeholder {
  color: var(--colorTextBody);
  opacity: 0.5;
}
.gpo-dropdown .dropdown-button {
  border-radius: 8px !important;
  font-size: 12px !important;
}
.globo-gift-box-addon {
  padding-bottom: 0;
}
.globo-gift-box-addon .gpo-choicelist input+label {
  padding: 0;
  z-index: 2;
}
.globo-gift-box-addon .gpo-choicelist input+label:before,
.globo-gift-box-addon .gpo-choicelist.gpo-checkbox input+label:after {
  left: unset;
  right: 0;
  border-radius: 100px;
  width: 23px;
  height: 23px;
}
.globo-gift-box-addon .gpo-choicelist.gpo-checkbox input+label:after {
  content: "";
  background: url(/cdn/shop/files/checkmark-black.png) no-repeat center;
}
.globo-gift-box-addon .gpo-choicelist .choicelist-item__thumbnail.image {
  flex: 0 0 90px;
  border-radius: 8px;
}
.globo-gift-box-addon .gpo-choicelist .choicelist-item__thumbnail .swatch-image {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 8px;
}
.globo-gift-box-addon .choicelist-item__value {
  position: relative;
  top: -10px;
  color: #000;
  font-weight: 500;
}
.globo-gift-box-addon .gpo-helptext {
  position: relative;
  top: -43px;
  left: 98px;
  opacity: 0.8;
  z-index: 1;
  display: inline-block;
}
.gpo-app .gpo-group__wrapper.disclosure {
  border-bottom: 0 none;
}
.gpo-group__header:has(+ .gpo-group__childs.hidden) {
  margin: 0;
}
/** ----- END GLOBO **/
/** ----- PDP Tabs **/
.section-pdp-tabs {
  background-color: #fafafa;
  padding: 60px 40px 40px;
}
.pdp-tabs__nav {
  display: flex;
  gap: 60px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 13px;
}
.pdp-tabs__nav > button {
  font-size: 16px;
  letter-spacing: 0;
  padding: 0;
}
.pdp-tabs__nav > button.is-active {
  font-weight: 500;
}
.pdp-tabs__panel {
  padding: 23px 0;
  margin: 0 !important;
}
.pdp-tabs__panel p,
.pdp-tabs__panel span,
.pdp-tabs__content p {
  font-size: 14px;
  line-height: 1.5;
}
.pdp-tabs__panel .page-width {
  padding: 0;
}
.pdp-tabs__content .rte p {
  margin-bottom: 15px;
}
.pdp-tabs__content .pdp-benefits-icons {
  margin-top: 45px;
}
.pdp-tabs__content .pdp-benefits-icons .section-header {
  margin-bottom: 20px;
}
.pdp-tabs__content .pdp-benefits-icons .text-with-icons__blocks {
  gap: 20px;
  margin: 0;
}
.pdp-tabs__content .pdp-benefits-icons .has-3-per-row .text-with-icons__block {
  background: #fff;
  width: calc(33.33% - 13.33px);
  border-radius: 11px;
  padding: 23px 30px 10px;
}
.pdp-tabs__panel .text-with-icons__product-description strong {
  color: var(--colorTextBody);
  font-size: 15px;
  font-weight: 500;
}
.pdp-tabs__content h2,
.pdp-tabs__content h3,
.pdp-tabs__content .image-with-text__title,
.pdp-tabs__content .image-with-text__subtitle,
[data-tab-label="Description"] p:first-child strong:first-of-type,
[data-tab-label="Description"] p:first-child b:first-of-type,
[data-tab-label="Description"] p:first-child b:first-of-type span {
  color: var(--colorTextBody);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.pdp-tabs__nav > button:not(.is-active),
.pdp-tabs__content p {
  color: #737373;
}
.pdp-tabs__panel .metafield-rich_text_field strong {
  color: var(--colorTextBody);
  font-size: 16px;
  font-weight: 500;
}
.pdp-benefits-icons .text-with-icons__block-content h3 {
  font-size: 16px;
  margin: 10px 0 15px;
}
.pdp-benefits-icons .text-with-icons__block-icon .icon {
    height: 80px;
    width: 80px;
}
.pdp-tabs__panel .image-with-text {
  border: 0 none;
  padding: 0;
}
/** ----- END PDP Tabs
/** ----- BYOG **/
.bundle-1 .index-section {
  margin-top: 0 !important;
}
.bundle-1 .gbbBodyWrapper {
  max-width: 1480px;
  margin: 0 auto;
}
.bundle-1 .gbbAddProductPageSubtextWrapper,
.bundle-1 .gbbFiltersSearchSortHeader {
  display: none !important;
}
.bundle-1 .gbbFooterBackButton {
  display: none;
}
.bundle-1 .byog-header {
  background: #eff5f2;
  margin: 20px auto 0;
  padding: 30px 40px;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.bundle-1 .byog-header .byog-old-notice {
  position: absolute;
  left: 0;
  top: 1px;
  opacity: 0.5;
}
.bundle-1 .byog-header .byog-old-notice a {
  font-size: 11px;
  font-weight: 500;
  border-radius: 8px 0 0 0;
}
.bundle-1 .byog-header .byog-old-notice a span:first-child {
  background: #bebebe;
  padding: 2px 5px;
  border-radius: 8px 0 0 0;
}
.bundle-1 .byog-header .byog-old-notice a span:nth-child(2) {
  background: #e0e0e0;
  padding: 2px 5px;
  border-radius: 0 0px 8px 0;
}
.bundle-1 .byog-header h1 {
  margin-bottom: 30px;
  font-weight: 500;
}
.bundle-1 .gbbNavigationItemsContainer {
  max-width: 1480px;
  margin: 3% auto 0 !important;
}
.bundle-1 .byog-steps-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.bundle-1 .byog-step2-titles .byog-title {
  text-align: center;
}
.bundle-1 .byog-step2-titles .byog-title a {
  font-size: 13px;
}
.bundle-1 .byog-step-text span {
  display: block;
}
.bundle-1 .byog-step-text span:first-child {
  font-weight: 600;
}
.bundle-1 .gbbNavigationStepImgContainer {
  display: none !important;
}
.bundle-1 .gbbNavigationTitle-custom,
.bundle-1 #addProductsPage4 .gbbNavigationTitle {
  color: #505059 !important;
  font-weight: normal !important;
  font-size: 20px;
}
.bundle-1 .gbbCategoryTitle {
  font-weight: normal;
  font-size: 15px;
}
/* BYOG Product Grid */
/* TEMP FIX - TO FIX IN JS */
.bundle-1 .gbbFooterProductContainer[data-byog-addon="1"] {
  display: none !important;
}
.bundle-1 .gbbDiscountMessage {
  display: none;
}
.bundle-1 .gbbProductItem[productid="9242089292013"],
.bundle-1 .gbbProductItem[productid="9242089357549"],
.bundle-1 .gbbProductItem[productid="9243871052013"] {
  display: none;
}
.bundle-1 .gbbCategoryContainer.gbbCategoryContainerTabUI {
  padding: 5px;
}
.bundle-1 .gbbMultipleCategoriesRibbonContainer {
  padding: 10px 0px 15px;
  grid-gap: 5px;
  position: sticky;
  top: 110px;
  background: #fff;
}
.bundle-1 .gbbProductsContainer {
  margin-bottom: 15px !important;
}
.bundle-1 .gbbProductsItemsContainer .gbbProductItem {
  background: #fafafa !important;
  padding: 0 0 15px;
  border-radius: 0 !important;
  grid-template-rows: auto;
}
.bundle-1 .gbbProductItem .gbbProductImageContainer {
  border-radius: 0 !important;
  overflow: initial;
  align-self: start;
}
.bundle-1 .gbbProductItem .gbbProductTextContainer {
  padding: 0 15px !important;
}
.bundle-1 .gbbProductTitleOnly {
  color: #333 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.bundle-1 .gbbProductItem .gbbProductItemPrice,
.bundle-1 .gbbProductItem .gbbProductItemCompareAtPrice {
  color: #333 !important;
  font-size: 15px !important;
  font-weight: normal !important;
}
.bundle-1 .gbbProductItem .gbbProductImageContainerImg {
  border: 3px solid #fafafa;
  width: 100%;
  max-height: 1000px;
  max-width: 1000px;
}
/* END - BYOG Product Grid */
/* BYOG Product Details Modal */
.bundle-1 .gbbProductVariantModalContentContainer .gbbProductImageContainerImg {
  max-height: none;
}
.bundle-1 .gbbProductVariantModalBodyContainer {
  align-items: start;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductCardTextContainer {
  padding: 0;
  color: #333;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductCardTextContainer .gbbProductItemTitle {
  font-size: 27px;
  margin-bottom: 15px;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductItemPrice {
  font-size: 22px;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductVariantOptionsContainer,
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer {
  background: #fafafa;
  padding: 17px;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
}
.gbbProductVariantOptionsContainer:has(.gbbProductVariantOptionContainerHidden) {
  display: none;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductVariantOptionLabel,
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductQuantityHeading,
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormTextLabel,
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormImageSelectorLabel,
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormRadioLabel {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin: 3px 0 8px;
}
.bundle-1 .gbbProductVariantModalContainerWithPersonalization .gbbProductDescriptionContainer {
  display: block;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductQuantityHTMLContainer {
  grid-template-columns: 1fr 1fr;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductQuantityHTML {
  background-color: #fafafa !important;
  color: #333 !important;
  border-radius: 8px !important;
  border: 1px solid #d4d4d4;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductQuantityRemoveButton,
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductQuantityAddButton {
  background: #cce1d7 !important;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductQuantityHeading {
  font-size: 16px;
}
/* END - BYOG Product Details Modal */
/* BYOG Personalisation Section */
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer {
  grid-gap: 0;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer .gbbProductFormRadioListItems {
  gap: 10px;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer label {
  margin-bottom: 0;
  text-transform: capitalize;
  letter-spacing: normal;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer .personalizationRadioLabel {
  padding-left: 0;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer:has(input[fieldkey*="Baby Name"]):before,
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer:has([fieldkey*="Embroidery on"]):before {
  content: 'This item can be personalised:';
  color: #333;
  font-weight: 600;
  font-size: 18px;
  background: url(/cdn/shop/files/personalisation-thread.png) no-repeat left center;
  background-size: contain;
  padding-left: 50px;
  height: 43px;
  line-height: 32px;
  border-bottom: 2px dashed #555;
  margin-bottom: 20px;
  font-style: italic;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer > [fieldkey*="embroidery"],
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer > [fieldkey*="Backpack Colour"],
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer > [fieldkey*="Font"],
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer > [fieldkey*="Thread Colour"] {
  margin-bottom: 15px;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer > :last-child,
.bundle-1 .gbbProductVariantModalContainer.gbbProductVariantModalContainerWithPersonalization:not([productid="9178178289901"]) .gbbProductFormContainer > [fieldkey*="Thread Colour"]  {
  margin-bottom: 0;
}
.bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormValidationContainer {
  margin-top: 5px;
}
.bundle-1 .gbbProductVariantModalContainer.gbbProductVariantModalContainerWithPersonalization:not([productid="9178178289901"]) .gbbProductFormRadioContainer[fieldkey="Backpack Colour"],
.bundle-1 .gbbProductVariantModalContainer.gbbProductVariantModalContainerWithPersonalization:not([productid="9178178289901"]) .gbbProductFormRadioContainer[fieldkey="Soft Toy"] {
  display: none;
}
.bundle-1 .gbbProductFormImageSelectorContainer[fieldkey="Jumper Colour"] .gbbPersonalizationImageLabel,
.bundle-1 .gbbProductFormImageSelectorContainer[fieldkey*="Jumper Colour"] .gbbPersonalizationImageLabel {
  padding: 10px 30px;
  background: #e1ede7;
  border-radius: 8px;
}
.bundle-1 .gbbProductFormImageSelectorContainer[fieldkey*="Jumper Colour"] .gbbProductFormImageSelectorListItem.gbbActiveImageSelectorListItem {
  opacity: 1;
  border: 0 none;
  padding: 0;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Backpack Colour"] label {
  font-size: 13px;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Backpack Colour"] .gbbProductFormRadioListItem {
  padding: 9px 15px 7px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  position: relative;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Backpack Colour"] .gbbProductFormRadioListItem.gbbActiveRadioSelectorListItem {
  background: #e1ede7;
  border-color: #e1ede7;
  border: 0 none;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItems {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem:has(input[type="radio"]) {
  display: flex;
  gap: 20px;
  align-items: center;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem:has(input[type="radio"]):before {
  content: '';
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 8px 0 0 8px;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] label.gbbpersonalizationRadioLabel {
  margin-bottom: 0;
  padding-right: 10px;
  width: calc(100% - 130px); /* image width + gap + right padding */
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem:has(input[value="Lovingly Signed Small Cream Twinkle Bunny"]):before {
  background: url(/cdn/shop/files/backpack-twinkle-bunny.jpg?v=1769183588) no-repeat center left/contain;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem:has(input[value="Steiff My First Steiff Teddy Bear - Goldblond"]):before {
  background: url(/cdn/shop/files/backpack-steiff-teddy-goldblond.jpg?v=1769183588) no-repeat center left/contain;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem:has(input[value="Steiff My First Steiff Teddy Bear - Pink"]):before {
  background: url(/cdn/shop/files/backpack-steiff-teddy-pink.jpg?v=1769183588) no-repeat center left/contain;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem:has(input[value="Steiff My First Steiff Teddy Bear - Blue"]):before {
  background: url(/cdn/shop/files/backpack-steiff-teddy-blue.jpg?v=1769183588) no-repeat center left/contain;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem:has(input[value="Maggie the Rabbit"]):before {
  background: url(/cdn/shop/files/backpack-maggie-rabbit.jpg?v=1769183587) no-repeat center left/contain;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem:has(input[value="Benedict the Rabbit"]):before {
  background: url(/cdn/shop/files/backpack-benedict-rabbit.jpg?v=1769183588) no-repeat center left/contain;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem:has(input[value="Edwina the Elephant"]):before {
  background: url(/cdn/shop/files/backpack-edwina-elephant.jpg?v=1769183588) no-repeat center left/contain;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem:has(input[value="Myrtle the Elephant"]):before {
  background: url(/cdn/shop/files/backpack-myrtle-elephant.jpg?v=1769183588) no-repeat center left/contain;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem:has(input[value="Agatha the Rabbit"]):before {
  background: url(/cdn/shop/files/backpack-agatha-rabbit.jpg?v=1769183588) no-repeat center left/contain;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem:has(input[value="Lionel the Rabbit"]):before {
  background: url(/cdn/shop/files/backpack-lionel-rabbit.jpg?v=1769183587) no-repeat center left/contain;
}
.bundle-1 .gbbProductFormImageSelectorContainer[fieldkey*="Font"] .gbbProductFormImageSelectorListItem,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbProductFormRadioListItem,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Embroidery"] .gbbProductFormRadioListItem, 
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] .gbbProductFormRadioListItem,
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  opacity: 1;
  position: relative;
}
.bundle-1 .gbbProductFormImageSelectorContainer[fieldkey*="Font"] .gbbProductFormImageSelectorListItem {
  padding: 12px 0;
}
.bundle-1 .gbbProductFormImageSelectorContainer[fieldkey*="Font"] .gbbActiveImageSelectorListItem,
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbActiveRadioSelectorListItem {
  border-color: #CCE1D7;
}
.bundle-1 .gbbProductFormImageSelectorContainer[fieldkey*="Font"] .gbbPersonalizationImageLabel {
  margin-bottom: 0;
}
.bundle-1 .gbbProductFormImageSelectorContainer[fieldkey*="Font"] .personalizationImageInput[value="Block"] + .personalizationImage {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  top: 2px;
  left: -1px;
}
.bundle-1 .gbbProductFormImageSelectorContainer[fieldkey*="Font"] .personalizationImageInput[value="Playful"] + .personalizationImage {
  position: relative;
  top: 3px;
}
.bundle-1 .gbbProductFormImageSelectorContainer[fieldkey*="Font"] .gbbPersonalizationImageCaption {
  display: none;
  /*position: absolute;
  bottom: 11px;
  width: 100%;
  opacity: 1;
  background-color: transparent;
  color: #333;
  display: block;
  align-items: center;
  transition: opacity 0.5s;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  padding: 0;*/
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] .gbbProductFormRadioListItem.gbbActiveRadioSelectorListItem,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Embroidery"] .gbbProductFormRadioListItem.gbbActiveRadioSelectorListItem {
  position: relative;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] .gbbProductFormRadioListItem.gbbActiveRadioSelectorListItem:after,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Embroidery"] .gbbProductFormRadioListItem.gbbActiveRadioSelectorListItem:after,
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem.gbbActiveRadioSelectorListItem:after {
  content: '';
  position: absolute;
}
.bundle-1 .gbb_checkmark > * {
  display: none !important;
}
.bundle-1 .gbb_checkmark,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] .gbbProductFormRadioListItem.gbbActiveRadioSelectorListItem:after,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Embroidery"] .gbbProductFormRadioListItem.gbbActiveRadioSelectorListItem:after,
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .gbbProductFormRadioListItem.gbbActiveRadioSelectorListItem:after {
  background: url('/cdn/shop/files/checkmark.png') no-repeat center;
  width: 20px;
  height: 14px;
  top: calc(50% - 7px);
  left: auto;
  transform: none;
  right: 7px;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbProductFormRadioListItems,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] .gbbProductFormRadioListItems,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Embroidery"] .gbbProductFormRadioListItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: center;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] .gbbProductFormRadioListItems,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Embroidery"] .gbbProductFormRadioListItems {
  grid-template-columns: repeat(3, 1fr);
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbProductFormRadioListItem {
    padding: 15px 15px 14px;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] .gbbProductFormRadioListItem,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Embroidery"] .gbbProductFormRadioListItem {
    padding: 10px 15px 9px;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Backpack Colour"] .personalizationRadioInput,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .personalizationRadioInput,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] .personalizationRadioInput,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Embroidery"] .personalizationRadioInput,
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .personalizationRadioInput {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .personalizationRadioLabel,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] .personalizationRadioLabel,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Embroidery"] .personalizationRadioLabel,
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .personalizationRadioLabel {
  padding: 0px;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: normal;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .personalizationRadioLabel,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] .personalizationRadioLabel,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Embroidery"] .personalizationRadioLabel {
  white-space: nowrap;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] .personalisation-fee,
.bundle-1 .gbbProductFormRadioContainer[fieldkey="Soft Toy"] .personalisation-fee {
  display: block;
  font-size: 13px;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] label,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] label,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Embroidery"] label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] label:has(input):after {
  content: '';
  background: white;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 100px;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] label:has(input[value*="Blue"]):after {
  background-color: #107fd4;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] label:has(input[value*="Beige"]):after {
  background-color: #c68c53;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] label:has(input[value*="Grey"]):after {
  background-color: #B3B3B3;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] label:has(input[value*="Pink"]):after {
  background-color: #FD8DB4;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] label:has(input[value*="Crème"]):after,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] label:has(input[value="Crème"]):after {
  background-color: #FDF8E9 !important;
}

.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbActiveRadioSelectorListItem:has(input[value*="Blue"]) {
  border-color: #107fd4;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbActiveRadioSelectorListItem:has(input[value*="Blue"]) > .personalizationRadioLabel {
  color: #107fd4;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbActiveRadioSelectorListItem:has(input[value*="Beige"]) {
  border-color: #c68c53;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbActiveRadioSelectorListItem:has(input[value*="Beige"]) > .personalizationRadioLabel {
  color: #c68c53;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbActiveRadioSelectorListItem:has(input[value*="Grey"]) {
  border-color: #B3B3B3;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbActiveRadioSelectorListItem:has(input[value*="Pink"]) {
  border-color: #FD8DB4;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbActiveRadioSelectorListItem:has(input[value*="Pink"]) > .personalizationRadioLabel {
  color: #FD8DB4;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbActiveRadioSelectorListItem:has(input[value*="Crème"]),
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbActiveRadioSelectorListItem:has(input[value="Crème"]) {
  border-color: #333;
}

.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbActiveRadioSelectorListItem label:after {
  background: url('/cdn/shop/files/checkmark-white.png') no-repeat center;
}
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbActiveRadioSelectorListItem label:has(input[value*="Crème"]):after,
.bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] .gbbActiveRadioSelectorListItem label:has(input[value="Crème"]):after {
  background: url('/cdn/shop/files/checkmark-black.png') no-repeat center;
}
/* END - BYOG Personalisation Section */
.bundle-1 .gbbProductsCardLayoutV2 .gbbDiscountMessageContainer {
  grid-template-columns: repeat(1, 1fr);
}
.bundle-1 .gbbDiscountMessage {
  font-size: 13px !important;
  margin-top: 10px !important;
  font-weight: 400 !important;
  text-align: left;
}
.bundle-1 .gbbDiscountMessage span:first-child {
  font-weight: 600 !important;
}
.bundle-1 .gbbFooterOriginalTotalValue {
  display: none;
}
.bundle-1 .gbbFooterProductsContainer {
  grid-gap: 5px !important;
}
.bundle-1 .gbbFooterProductContainer {
  border-radius: 8px;
}
.bundle-1 .gbbFooterProductContainer[_boxproduct*="addProductsPage1"] {
  border: 3px dotted #d4e3f7;
}
.bundle-1 .gbbFooterProductContainer[_boxproduct*="addProductsPage2"] {
  border: 3px dotted #f8d4e4;
}
.bundle-1 .gbbFooterProductContainer[_boxproduct*="addProductsPage3"] {
  border: 3px dotted #f1e7dd;
}
.bundle-1 .gbbFooterProductImageContainer {
  width: 70px !important;
  height: auto !important;
}
.bundle-1 .gbbFooterProductTitle {
  white-space: normal !important;
}
.bundle-1 .byog-generated-remove {
  position: absolute;
  cursor: pointer;
}
.bundle-1 .gbbAddProductsPageFooterHTML {
  border-top: 4px solid #777777 !important;
}
.bundle-1 .gbbProductsCardLayoutV2 .gbbCartIconWithQuantityContainer {
  top: -2px !important;
  border: 2px solid #777;
  padding: 4px 10px !important;
  border-radius: 18px !important;
}
.bundle-1 .byog-edit-overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  cursor:pointer;
  z-index:9999;
  background:rgba(0,0,0,0);
}
.bundle-1 .gbbSummaryPageProductListItemName {
  color: #474646;
  font-weight: normal;
}
.bundle-1 .gbbSummaryPageBundleEditButton {
  position:relative;
}
.bundle-1 .gbbSummaryPageBundleQuantityContainer,
.bundle-1 .gbbSummaryPageBundlePriceContainer,
.bundle-1 .gbbSummaryPageBundleRemoveButton,
.bundle-1 .gbbSummaryPageSubTotalCart,
.bundle-1 .gbbSummaryPageDiscountAppliedContainer {
  display: none;
}
.bundle-1 .gbbSummaryPageBundleEditRemoveButtons {
  grid-template-columns: 1fr;
}
.bundle-1 .gbbSummaryPageBundleEditButton {
  color: green;
}
.bundle-1 .gbbOrderDetailsHTMl {
  background: #fafafa;
  border-radius: 8px;
  padding: 20px;
}
.bundle-1 .gbbSummaryPageBundleDetailsHTML {
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  padding: 20px;
}
/* BYOG Buttons */
.bundle-1 .byog-step1-buttons {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
.bundle-1 .byog-step1-buttons > .gbbNavigationItem {
  background: #c1d2c7;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.bundle-1 .byog-step1-buttons > .gbbNavigationItem:hover {
  opacity: 0.9;
}
.bundle-1 .byog-step1-buttons > .gbbNavigationItem:before {
  content: '';
  width: 250px;
  height: 250px;
  border-radius: 4px 4px 0 0;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bundle-1 .byog-step1-buttons #addProductsPage1 {
  background: #d4e3f7;
}
.bundle-1 .byog-step1-buttons #addProductsPage1:before {
  background-image: url(https://lovinglysigned.com.sg/cdn/shop/files/old-super-luxe-blue_250x.jpg?v=1763714809);
}
.bundle-1 .byog-step1-buttons #addProductsPage2 {
  background: #f8d4e4;
}
.bundle-1 .byog-step1-buttons #addProductsPage2:before {
  background-image: url(https://lovinglysigned.com.sg/cdn/shop/files/old-super-luxe-pink_250x.jpg?v=1763714810);
}
.bundle-1 .byog-step1-buttons #addProductsPage3 {
  background: #f1e7dd;
}
.bundle-1 .byog-step1-buttons #addProductsPage3:before {
  background-image: url(https://lovinglysigned.com.sg/cdn/shop/files/Hegen_Abundance_Gift_Set_ced4ddb3-6d95-41a4-a27b-dcf1f92aca53_250x.jpg?v=1763714809);
}
.bundle-1 .byog-step1-buttons > .gbbNavigationItem .gbbNavigationTitleContainer {
  font-weight: 600;
  padding: 14px 10px;
  text-transform: uppercase;
  display: inline-block;
}
.bundle-1 .gbbCategoryContainerTabUI,
.bundle-1 .gbbProductVariantOptionValue,
.bundle-1 .gbbProductFormText {
  background: #ffffff !important;
  border-radius: 8px !important;
  border: 1px solid #d4d4d4 !important;
  color: #23201F !important;
}
.bundle-1 .gbbCategoryContainerTabUIActive,
.bundle-1 .gbbProductVariantOptionValue.gbbActiveVariant,
.bundle-1 .gbbProductAddButton,
.bundle-1 .gbbProductVariantAddButton,
.bundle-1 .gbbProductQuantityRemoveButton,
.bundle-1 .gbbProductQuantityAddButton,
.bundle-1 .byog-add-more,
.bundle-1 .byog-next-step,
.bundle-1 .gbbFooterNextButton,
.bundle-1 .gbbMutipleCategoriesDropdown {
  background: #cce1d7 !important;
  border: 0 none !important;
  color: #23201F !important;
  font-weight: 400 !important;
}
.bundle-1 .gbbMultipleCategoriesDropdownArrow svg path {
  fill: #23201F;
}
.bundle-1 .gbbFooterNextButton:after {
  content: ' »';
}
.bundle-1 .gbbCategoryContainerTabUI:not(.gbbCategoryContainerTabUIActive) {
  background: #fafafa !important;
  color: #686868 !important;
}
.bundle-1 .gbbProductVariantOptionValue {
  font-size: 13px;
  padding: 9px 15px 7px;
}
.bundle-1 .gbbProductAddButton {
  border-radius: 6px;
  max-width: 150px;
  margin: 0 auto;
  padding-bottom: 9px;
}
.bundle-1 .gbbProductVariantAddButton {
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 10px 13px;
  border-radius: 30px !important;
  font-weight: 600;
}
.bundle-1 .gbbProductFormText {
  font-size: 13px !important;
  padding: 14px 12px 12px;
}
.bundle-1 .gbbFooterTotalContainer {
  background: #ffffff;
  border-radius: 9px;
}
.bundle-1 .gbbFooterTotalContainer {
  padding: 10px;
}
.bundle-1 .byog-add-more,
.bundle-1 .byog-next-step,
.bundle-1 .gbbFooterNextButton {
  cursor: pointer;
  border-radius: 9px;
  padding: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
}
.bundle-1 .byog-next-step {
  grid-column: 3;
}
.bundle-1 .gbbSummaryPageCheckoutButton {
  background: #cce1d7 !important;
  color: #333 !important;
  font-weight: 600;
  opacity: 1;
}
.bundle-1 .gbbCategoryContainerTabUIActive:hover,
.bundle-1 .gbbProductVariantOptionValue.gbbActiveVariant:hover,
.bundle-1 .gbbProductAddButton:hover,
.bundle-1 .gbbSummaryPageCheckoutButton:hover {
  opacity: 0.9;
}
/* END - BYOG Buttons */
.gbbProductVariantOptionValue.gbbVariantValueDisabled{
  opacity: 0.35;
  pointer-events: none;
  cursor: not-allowed;
}
@media screen and (min-width: 1921px) {
  .bundle-1 .gbbProductsItemsContainer {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductQuantityHTMLContainer,
  .bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductVariantOptionsContainer,
  .bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .bundle-1 .gbbProductsItemsContainer {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductQuantityHTMLContainer,
  .bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductVariantOptionsContainer,
  .bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer {
    width: 95%;
    margin: 0 auto;
  }
  div.gbbProductVariantModalContainer {
    top: 40vh;
    left: 20vw !important;
    transform: translate(-10%, -50%);
    margin: 10vh 0;
    height: unset;
    grid-gap: 15px;
    max-height: 95vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bundle-1 .gbbProductsItemsContainer {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (min-width: 768px) {
  .bundle-1 .byog-step-text .mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bundle-1 .gbbPageBody {
    padding: 10px 0 0;
  }
  .bundle-1 .gbbAddProductsPageHeader,
  .bundle-1 .gbbAddGiftBoxPageWrapper > .gbbMultipleCategoriesContainerHTMLForTabUI {
    /*padding: 0 10px;*/
  }
  .bundle-1 .byog-header {
    margin: 0;
    padding: 30px 10px 10px;
  }
  .bundle-1 .byog-header h1 {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .bundle-1 .gbbNavigationTitle-custom,
  .bundle-1 #addProductsPage4 .gbbNavigationTitle {
    font-size: 16px;
  }
  .bundle-1 .byog-step-text {
    text-align: left;
  }
  .bundle-1 .byog-step-text .desktop {
    display: none;
  }
  .bundle-1 .gbbMultipleCategoriesDropdownContainer {
    position: sticky;
    top: 82px;
    gap: 0;
    padding: 0;
  }
  .bundle-1 .gbbMultipleCategoriesDropdownContainer:before {
    content: 'Category Selection:';
    display: inline-block;
    width: 90px;
    height: 43px;
    align-self: center;
    padding: 3px 0 3px 8px;
    border-radius: 4px 0 0 4px;
    background: #cce1d7;
    color: #23201f;
    border-right: 1px solid #fff;
  }
  .bundle-1 .gbbMutipleCategoriesDropdown {
    width: calc(100% - 99px);
    border-radius: 0 4px 4px 0;
  }
  .bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer:before {
    font-size: 16px;
  }
  .bundle-1 .gbbProductFormImageSelectorContainer[fieldkey*="Font"] .gbbProductFormImageSelectorListItems {
    grid-template-columns: repeat(3, 1fr);
  }
  .bundle-1 .byog-step1-buttons {
    flex-direction: column;
  }
  .bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductCardTextContainer .gbbProductItemTitle {
    font-size: 22px;
    margin-top: 20px;
  }
  .bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer:has(input[fieldkey*="Baby Name"]):before {
    font-size: 15px;
    padding-left: 44px;
    height: 37px;
    line-height: 28px;
  }
  .bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer:has(input[fieldkey*="Baby Name"]):before,
  .bundle-1 .gbbProductVariantModalDetailsContainer .gbbProductFormContainer:has([fieldkey*="Embroidery on"]):before {
    font-size: 16px;
    padding-left: 40px;
    height: 35px;
    line-height: 28px;
  }
  .bundle-1 .gbb_checkmark,
  .bundle-1 .gbbProductFormRadioContainer[fieldkey*="embroidery"] .gbbProductFormRadioListItem.gbbActiveRadioSelectorListItem:after,
  .bundle-1 .gbbProductFormRadioContainer[fieldkey*="Embroidery"] .gbbProductFormRadioListItem.gbbActiveRadioSelectorListItem:after {
    right: 0;
  }
  .bundle-1 .gbbProductFormRadioContainer[fieldkey*="Thread"] label:has(input):after {
    position: relative;
    right: -5px;
  }
  .bundle-1 .gbbProductsCardLayoutV2 .gbbDiscountMessageContainer {
    display: flex;
    flex-wrap: nowrap; 
    overflow: auto;
    place-content: start;
    align-items: start;
  }
  .bundle-1 .gbbDiscountMessage {
    flex: 0 0 auto;
  }
  .bundle-1 #smile-ui-lite-container {
    display: none !important;
  }
  .bundle-1 #whatsapp-bubble {
    left: calc(50% - 30px) !important;
    bottom: unset !important;
    top: 30px;
    right: unset !important;
  }
  .bundle-1 .gbbProductsCardLayoutV2 .gbbProductsFooterHTMLForMobile .gbbFooterButtonsWrapper {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }
  .bundle-1 .gbbFooterButtonsWrapper:has(.byog-add-more[style*="none"]) {
    grid-template-columns: auto !important;
  }
  .bundle-1 .gbbProductsCardLayoutV2 .gbbFooterButtonsWrapper:has(.byog-add-more:not([style*="none"])) .gbbFooterTotalContainer {
    grid-template-columns: repeat(1, min-content);
  }
  .bundle-1 .gbbFooterTotalContainer  .gbbFooterTotalLabel {
    text-align: center;
  }
  .bundle-1 .byog-add-more,
  .bundle-1 .byog-next-step,
  .bundle-1 .gbbFooterNextButton {
    font-size: 13px;
  }
  .bundle-1 .byog-next-step,
  .bundle-1 .gbbFooterNextButton {
    white-space: nowrap;
  }
}
/** ----- END BYOG **/
/** Shopping Cart **/
/**---------------- **/
.free-shipping-message-double .free-shipping-message-text {
  display: inline-block;
  padding: 0 9px 9px;
}
.free-shipping-message-double .free-shipping-message-text:nth-of-type(2) {
  background: #f5f5f5;
  padding-top: 9px;
}
/** END Shopping Cart **/
/** Blog **/
.template-article .article__body {
  background: #f4f9f6;
  border-radius: 8px;
}
.template-article article header {
  margin-bottom: 30px;
}
.template-article article header h1,
.template-article .article__body h2,
.template-article .article__body h3 {
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}
.template-article .article__body h2 {
  border-bottom: 1px dashed #8eb69c;
  padding-bottom: 15px;
}
.template-article .article__body h3 {
  border-left: 2px solid #8eb69c;
  padding-left: 15px;
}
@media (min-width: 481px) {
  .template-article article {
    max-width: 870px;
    margin: 0 auto;
  }
  .template-article article header h1 {
    font-size: 30px;
    max-width: 790px;
    margin: 0 40px;
  }
  .template-article .article__body {
    padding: 60px 40px 40px;
  }
}
@media (max-width: 480px) {
  .template-article article header h1 {
    margin: 0 20px;
  }
  .template-article .article__body {
    padding: 20px;
  }
}
/**---------------- **/
/** END Blog **/
/** XMAS CARD PAGE **/
/**---------------- **/
[data-template="page.Forms Christmas Campaign"] .shopify-section-group-header-group {
  height: 0;
}
[data-template="page.Forms Christmas Campaign"] .index-section {
  margin-top: 60px;
}
[data-template="page.Forms Christmas Campaign"] .feature-row {
  margin-right: 0;
}
[data-template="page.Forms Christmas Campaign"] .feature-row__images {
  flex-basis: 100%;
}
[data-template="page.Forms Christmas Campaign"] .feature-row__text {
  flex-basis: 40%;
  min-width: 40%;
}
[data-template="page.Forms Christmas Campaign"] #shopify-section-template--20727003545837__forms .shopify-app-block {
  background: url(/cdn/shop/files/xmas-postcard.png) no-repeat center / cover;
  padding: 20px;
}
@media (min-width: 481px) {
  [data-template="page.Forms Christmas Campaign"] [data-forms-id="forms-root-783723"] {
    background: url(/cdn/shop/files/xmas-stamp.png) no-repeat right top / 200px;
  }
}
/**---------------- **/
/** END XMAS CARD PAGE **/

/** Mobile - Media Queries **/
/**---------------- **/
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .product-section .product-single__meta {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__title {
      font-size: 28.5px !important;
  }    
  .hero__text-content.horizontal-right {
    text-align: center !important;
  }  
	.slideshow__slide--slideshow-0 .hero__title {
		text-align: left;
		padding-top: 0px;
	}
  .slideshow__slide--slideshow-0 .hero__title .animation-contents br{display:none;}

  .site-header--opening .site-nav__link--icon .icon {
    color: #000000 !important;
  }
	.hero-natural--template--17857380745453__slideshow .slideshow__slide .animation-contents {
		color: #ffffff !important;
		text-shadow: 1px 3px 6px #00000078;
		padding: 0px 20px;
	}
	.slideshow__slide--slideshow-0 .hero__subtitle {
		width: 100% !important;
		font-weight: 500;
		font-size: 1.1em;
		letter-spacing: normal;
		text-align: left;
	}
	.slideshow__slide--slideshow-0 .hero__link a {
		font-size: 12px;
	}

	.slideshow__slide--slideshow-0 .hero__link {
		text-align: left;
	}

	.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__link a {
		font-size: 12px;
	}

	.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__link {
		text-align: left;
	}

	.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__subtitle {
		width: 100% !important;
		font-weight: 500;
		font-size: 1.1em;
		letter-spacing: normal;
		text-align: left;
	}

  .slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__title .animation-contents br{display:none;}

	.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__title {
		width: 100% !important;
		text-align: left;
		padding-top: 40px;
	}

  .slideshow__slide.slideshow__slide--3fbde6ce-0545-48d4-914a-cc0b6c1aa63c .hero__subtitle {
    width: 100% !important;
  }
  #CollectionSection-template--18191660712173__featured_collection_7Y4iRe h2 {
    font-size: 40px;
    width: 55%;
  }

  .grid-overflow-wrapper .grid {
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
    padding: 0 !important;
  }

    .grid-overflow-wrapper .grid__item {
        margin-left: 20px;
    }

    .grid-overflow-wrapper .grid__item:first-child {
        margin-left: 40px;
        padding-bottom: 20px;
    }

    .grid-overflow-wrapper .grid__item:nth-last-child(2) {
        margin-left: 40px !important;
    }

    .hero-natural-mobile--template--18191660712173__slideshow2 .hero__text-shadow {
        padding-right: 0px;
    }

    .hero-natural-mobile--template--18191660712173__slideshow2 .hero__top-subtitle {
        text-align: center;
    }

    .hero-natural-mobile--template--18191660712173__slideshow2 .hero__title {
        text-align: center;
    }

    .hero-natural-mobile--template--18191660712173__slideshow2 .hero__link {
        text-align: center;
    }


    .hero-natural-mobile--template--18191660712173__slideshow2 .hero__link a {
        font-size: 15px !important;
    }

    #shopify-section-template--18191660712173__bd872798-710c-4dda-9407-8527c468014d h2  {
        font-size: 40px!important;
        width: 55%!important;
      }

      #shopify-section-template--18191660712173__bd872798-710c-4dda-9407-8527c468014d .collection-item__title span {
        line-height: 25px;
      }

      #shopify-section-template--18191660712173__logo_list_Jgq98i h2 {
        font-size: 40px!important!important;
        width: 70%!important;
      }

    .two-column-container .text-container {
        padding: 35px;
        width: 100%;
    }

    .two-column-container .text-nxt h3 {
        font-size: 35px !important;
    }

      div#shopify-section-template--18191660712173__two_column_PwCcn9 .two-column-container {
        flex-direction: column;
    }

    .two-column-container .text-nxt h3.unboxing:after {
        width: 353px;
    }

      .two-column-container .text-nxt p {
        font-size: 17px;
    }

      div#shopify-section-template--18191660712173__two_column_PwCcn9 div:nth-child(2) {
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        width: 100%;
    }

    div#shopify-section-template--18191660712173__two_column_PwCcn9 div:last-child .text-nxt p {
        font-size: 17px;
    }
    div#shopify-section-template--18191660712173__two_column_PwCcn9 div:last-child .text-nxt h3:after {
        width: 353px;
    }
    div#shopify-section-template--18191660712173__two_column_PwCcn9 div:last-child .text-nxt h3 {
        font-size: 35px !important;
    }

    #shopify-section-template--18191660712173__reviews_carousel_VHH747 section.reviews-carousel h2 {
        font-size: 40px !important;
        text-align: center !important;
    }

    #shopify-section-template--18191660712173__ad85efc8-2d55-4d98-8731-60df740646dd h2 {
        font-size: 40px!important;
        width: 55%!important;

    }
  .product-testimonial {
    display: none;
  }
  .template-index h2 {
    font-size: 35px !important;
    padding-top: 20px !important;
    width: 80% !important;
  }
  .product-section .product-single__meta {
    padding: 0;
  }
  .breadcrumb-placeholder {
    display: none;
    padding: 0;
  }
  .pdp-tabs__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px !important;
  }
  .pdp-tabs__nav > button {
    background: #fff;
    white-space: nowrap;
    padding: 5px;
    border-radius: 8px;
  }
  .pdp-tabs__nav > button.is-active {
    border: 1px solid #e0e0e0;
    font-weight: 600;
  }
  .pdp-tabs__panel[data-tab-label="Description" ] .text-with-icons__blocks {
    flex-direction: column;
  }
  .pdp-tabs__content .pdp-benefits-icons .has-3-per-row .text-with-icons__block {
    width: 100%;
  }
  .gpo-dropdown .dropdown-list:has(input[data-field-name="Greeting Card"]) {
    grid-template-columns: repeat(1, 1fr);
  }
  .gpo-app .gpo-ov-wrapper.horizontal:has(.color-swatches),
  .gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchParentContainer {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    grid-auto-rows: 1fr;
  }
  .gpo-app .gpo-ov-item.color-swatches label,
  .gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI {
    font-size: 14px;
    padding: 9px 11px 8px;
  }
  .gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI:before {
    font-size: 14px;
  }
  .gpo-swatches.image-swatches.gpo-ov-item,
  .gfbFrequentBoughtSwatchColorUI[data-product-handle="personalisation-font"] {
    padding: 0 5px;
  }
  .gpo-swatches.image-swatches.gpo-ov-item:has(input:checked[data-field-name*="Font"]):after,
  .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[data-product-handle="personalisation-font"]:after {
    right: 3px;
  }
  .gpo-app .gpo-ov-item.color-swatches:has(input:checked) label:after,
  .gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected:after {
    right: 11px;
  }
  .gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchColorUI.gfbFrequentBoughtSwatchColorUISelected[title="Lovingly Signed Choice"]:after {
    right: -3px;
  }
  .bundle--personalization,
  .bundle--items-custom,
  .gpo-group,
  .product-block[data-dynamic-variants-enabled]:not(:empty) {
    padding: 12px 9px 9px;
  }
  .globo-gift-box-addon .choicelist-item__value {
    top: uset;
  }
  .globo-gift-box-addon .gpo-helptext {
    top: unset;
    left: unset;
    max-width: 100%;
    margin-top: 10px;
  }
  .page-content.page-content--product {
    padding-bottom: 0 !important;
  }
  .Vtl-WishlistButton {
    margin: 24px 0 0 0 !important;
  }
  .Vtl-WishlistButton__AddToWishlist {
    padding: 0px;
    min-height: 36px;
}
  .Vtl-WishlistButton__AddToWishlistText,
  .Vtl-WishlistButton__GoToWishlistText {
    font-size: 13px !important;
  }
  .Vtl-WishlistButton__HeartIconWrapper svg {
    min-width: 13px !important;
    min-height: 30pxv;
    width: 13px !important;
    height: 13px !important;
  }
  .breadcrumb {
    font-size: 8px;
    line-height: 1;
  }
  .template-product .breadcrumb {
    margin-top: 5px;
  }
}   

@media only screen and (max-width: 768px) {
  .product-single__meta .fera-productDetailRating-widget-1 {
      --alignment: center !important;
  }
  .h4.footer__title:after {
    background-color: #ffffff !important;
  }  
  [data-type_product_capitalize="true"] .collection-item__title span {
    font-size: 15px;
  }
  [data-type_product_capitalize="true"]
    .collection-item__title
    span.collection-item__button {
    font-size: 12px;
  }
  .newsletter-section--no-image .newsletter-section__content {
    grid-template-columns: 1fr;
    margin: unset;
    width: 100%;
    gap: 10px;
  }
  /* to accomodate fixed announcement bar */
  body {
    padding-top: 52px;
  }
  /*.site-header--stuck {
    top: 51px;
  }*/
  #NavDrawer,
  #FilterDrawer {
    margin-top: 51px;
  }
  .breadcrumb {
    padding: 0;
  }
  .breadcrumb + .breadcrumb {
    margin: 0;
  }
  .breadcrumb__list {
    justify-content: left;
  }
  [data-tab-label="Description" ] .text-with-icons__blocks {
    flex-direction: row;
  }
  .product-section .product-single__meta {
    padding-top: 0;
  }
}

#testimonials {
  display: none;
}
.loaded[data-aos="hero__animation"] .hero__title .animation-contents {
  text-transform: none;
}
[data-type_header_capitalize="true"] .h1.hero__title {
  text-transform: none;
}
.site-nav__link--icon .icon {
  color: #000;
}
.h4.footer__title {
  text-transform: none !important;
  position: relative;
  display: inline-block;
}
.h4.footer__title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60%;
  height: 2px;
  background-color: #cce1d7;
}
/*
.site-footer {
  background-color: white;
}
*/

@media screen and (min-width: 769px) {
  li.main_menu_item a {
    white-space: nowrap;
  }
  .bottom-footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .bottom-footer-flex > * {
    margin: 0;
    padding: 10px 0;
  }
   .site-footer .grid .grid__item:nth-child(3)  {
    width: 21%;
  }
  .collapsible-img-icon:nth-child(2) {
    display: none;
  }
  .collapsible-img-icon {
      width: 50%;
  }
  .site-footer .grid .grid__item:first-child {
    width: 40%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .slideshow__slide .animation-contents, [data-aos=hero__animation] .animation-contents {
    color: white;
  }
  body #SiteHeader {
    /*position: fixed;
    top: 57px;
    width: 100vw;*/
  }
  #SiteHeader.scrolled {
    background-color: white;
  }
  #SiteHeader.scrolled .site-nav__link.site-nav__link--underline, #SiteHeader.scrolled .site-nav__link--icon .icon {
    color: black;
    font-weight: 600;
  }
  /* to accomodate fixed announcement bar and header */
  body:not(.template-index) {
    padding-top: 150px;
  }
  body.template-index {
    padding-top: 57px;
  }
  .template-product .breadcrumb {
    margin: 0;
    padding: 0;
  }
  .template-product .breadcrumb + .breadcrumb,
  .template-product .breadcrumb:not(:has(+ .breadcrumb)) {
    margin-bottom: 8px;
  }
  .product-section {
    /*padding-top: 50px;*/
  }
  .breadcrumb + .product-section {
    padding-top: 0;
  }
  html:not(.js-drawer-open.lock-scroll) .product-single__sticky{
    top: 123px;
    margin-top: 15px;
  }
  #FilterDrawer {
    margin-top: 57px;
    z-index: 30;
  }
  .page-content.page-content--product {
    padding-bottom: 65px;
  }
  .breadcrumb-placeholder.breadcrumb-placeholder--single {
    height: 34px;
  }
  .breadcrumb-placeholder.breadcrumb-placeholder--double {
    height: 61px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gpo-dropdown .dropdown-list:has(input[data-field-name="Greeting Card"]) {
    grid-template-columns: repeat(1, 1fr);
  }
  .gpo-app .gpo-ov-wrapper.horizontal:has(.color-swatches),
  .gfbFrequentBoughtWidgetProductContainer[data-product-handle="personalisation-thread-colour"] .gfbFrequentBoughtSwatchParentContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .page-content.page-content--product {
    padding-bottom: 35px;
  }
  .section-pdp-tabs {
    padding: 15px 0 10px;
  }
  .pdp-tabs__nav {
    gap: 20px;
  }
  .pdp-tabs__nav > button {
    font-size: 13px;
  }
  .gpo-swatches:has(input[data-field-name*="Additional Design"][value="No Thank You"]) .gpo-swatch__inner,
  .gpo-swatches:has(input[data-field-name*="additional-design"][value="No Thank You"]) .gpo-swatch__inner {
    background-size: contain;
  }
  .pdp-contact {
    margin: 0 20px 60px;
  }
}

.hero--natural[data-natural], section.about-us, .reviews-carousel {
  margin-bottom: 20px;
}

[data-type_header_capitalize=true] h2 {
  text-transform: capitalize;
}
.featured-collection-sliders .jdgm-preview-badge[data-template="index"] {
  display: block !important;
}
.product-testimonial {
  background-color: #CCE1D8;
  border-radius: 20px;
  text-align: center;
  padding: 28px 47px 25px 30px;
  margin-bottom: 37px;
}
.product-testimonial__title {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 20px;
  line-height: 1.33333333333;
  color: #000000;
}
.product-testimonial__details {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  line-height: 1.53333333333;
  letter-spacing: 0;
  color: #000000;
  display: block;
}
.product-testimonial__author p {
  padding: 0;
  margin: 0;
}
.product-testimonial__owner {
  font-family: 'Montserrat';
  margin-top: 3px;
  display: none;
}
.product-testimonial__owner i {
  font-family: 'Montserrat';
  font-style: italic;
  line-height: 1.33333333333;
}

.product-icon-with__text {
  display: flex;
  margin-top: 37px;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: start;
}

.product-icon-with__text--item {
  max-width: 33.333%;
  /*width: 33.33%;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.product-icon-with__text--icon {
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.product-icon-with__text--icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-icon-with__text--icon .placeholder-svg {
  padding: 0;
}

.product-icon-with__text--title {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
}

.guarantee-text {
  width: fit-content;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 19px;
  line-height: 1.1875;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border-bottom: 3px solid #000;
  margin: 30px auto 0;
}

.guarantee-text > p {
  margin: 0;
}

.guarantee-text__icon {
  width: 15px;
  height: 15px;
  display: block;
}

.guarantee-text__icon svg {
  width: 100%;
  height: 100%;
  display: block
}

@media (min-width: 768px) {
  .product-testimonial  {
    padding: 39px;
    margin-bottom: 33px;
  }
  
  .product-testimonial__title {
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 1.36111111111;
    font-weight: 600;
  }

  .product-testimonial__details {
    font-size: 20px;
    line-height: 1.33333333333;
  }

  .guarantee-text {
    font-size: 17px;
    line-height: 1.2;
    margin: 42px auto 0;
  }
}

@media (min-width:990px) {
  .product-testimonial {
    padding: 25px 25px 20px;
  }
  .product-testimonial__title {
      font-family: "Montserrat";
      font-size: 20px;
      line-height: 1.36111111111;
      font-weight: 600;
  }
  .guarantee-text {
    font-size: 20px;
  }
}


.inerBtnVideo svg {
    fill: transparent;
    width: 40px;
    height: 40px;
}
.inerBtnVideo svg path:nth-child(2) {
    fill: #000000;
}
.inerBtnVideo {
    width: 90px;
    height: 60px;
    background-color: #cce1d7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}
.buttonInnerDiv {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 99;
}
.mainVideoPlayButton {
    position: relative;
    z-index: 9;
}
.mainVideoPlayButton.active:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    border: 0;
    right: 0;
}
.ratingAreaMain {
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}

.ratingContentHere {
    display: flex;
    flex-wrap:wrap;
}
.rating-area {
  margin-bottom: 16px;
}
.rating-area a {
  font-size: 12px;
  text-transform: uppercase;
}
.rating-area a.rating-stars {
    color: #f59e0c;
    font-size: 15px;
    letter-spacing: 3px;
}


@media (max-width:768px){
  .ratingAreaMain {
    justify-content: center;
  }

}

/* 06-09-2024 css start qeapps */

.template-product .product-single__meta .rte {font-size: 17px;}

@media only screen and (max-width:768px) {
.h4.footer__title:after{display:none;}
}


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

  .featured-collection .section-header__title { font-size: 30px; }  
  .featured-collection .grid .grid__item.grid-product .grid-product__title { font-size: 12px !important; letter-spacing: 0 !important; text-transform: none; margin: 5px 0; }
  .featured-collection .grid .grid__item.grid-product .grid-product__price { font-size: 15px !important; color: #000000 !important; padding: 0 0 5px 0 !important; margin: 0 auto !important; }
  .featured-collection .grid .grid__item.grid-product .atome-price-divider { margin: 0 !important; padding: 10px 0 0 0 !important; }

}

@media only screen and (max-width:767px) {
.template-index .collection-item__title span{font-size:20px;}
#shopify-section-template--18303058444525__ad85efc8-2d55-4d98-8731-60df740646dd h2{width:85% !important; font-size: 35px !important; padding-top:30px !important;}  
#shopify-section-template--18303058444525__logo_list_Jgq98i h2{width:85% !important; font-size: 35px !important; padding-top: 0 !important;}
#shopify-section-template--18303058444525__bd872798-710c-4dda-9407-8527c468014d h2{width:85% !important; font-size: 35px !important;}  
#shopify-section-template--18303058444525__reviews_carousel_VHH747 h2{font-size:34px !important;}
.template-index #shopify-section-template--18303058444525__two_column_PwCcn9 .two-column-container{flex-direction: inherit; display: inherit;}  
.template-index .about-us__text{margin: 50px 15px 0px 15px;}  
.template-index .about-us__text--title{font-size:35px;}
.Vtl-InstagramFeedWidget__Title>h2 {font-size: 35px;} 
#shopify-section-template--18303058444525__reviews_carousel_VHH747 .carousel3{gap: 20px !important;}  
#shopify-section-template--18303058444525__ad85efc8-2d55-4d98-8731-60df740646dd.index-section {padding-bottom: 90px !important;}  
#shopify-section-template--18303058444525__logo_list_Jgq98i.index-section {padding-bottom: 60px !important;}
}

@media only screen and (max-width:600px) {
.template-index .logo-bar .border-hide{display:none;}  
.template-index .logo-bar{display: flex; justify-content: center;}
.template-index .logo-bar .logo-bar__item{flex:inherit;}  
.template-index .logo-bar__item .image-element {width: 120px;}  
.template-index .logo-bar__item{border: solid 1px #e3e0e0 !important; margin: -1px 0 0 -1px; border-top: none !important; min-height: 110px; width: 33%; min-width: 33%;} 
.template-index [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(2){border-top: solid 1px #e3e0e0 !important;}
.template-index [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(3){border-top: solid 1px #e3e0e0 !important;}
.template-index [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(4){border-top: solid 1px #e3e0e0 !important;}  
}


@media only screen and (max-width:480px) {
  
  .template-index .logo-bar__item{border: solid 1px #e3e0e0 !important; margin: -1px 0 0 -1px; border-top: none !important; min-height: 110px; width: 50%; min-width: 50%;} 
  .template-index .logo-bar__item .image-element{width: 140px;}
  .template-index [data-aos=logo__animation].aos-animate .logo-bar__item:nth-child(4){border-top:none !important;}  
    
  .template-index .two-column-container .text-container{padding: 15px;}
  .template-index #shopify-section-template--18303058444525__reviews_carousel_VHH747 section.reviews-carousel {padding: 0 15px !important;}  
  #text-bubble{display:none;}  

  .featured-collection .section-header__title { font-size: 30px; }
  .featured-collection .grid { margin: 0; padding: 0 10px !important; }
  .featured-collection .grid .grid__item.grid-product { margin: 0 !important; padding: 10px !important; width: 50%; flex: inherit; }
  .featured-collection .grid .grid__item.grid-product .grid-product__title { font-size: 12px !important; letter-spacing: 0 !important; text-transform: none; margin: 5px 0; }
  .featured-collection .grid .grid__item.grid-product .grid-product__price { font-size: 15px !important; color: #000000 !important; padding: 0 0 5px 0 !important; margin: 0 auto !important; }
  .featured-collection .grid .grid__item.grid-product .atome-price-divider { margin: 0 !important; padding: 10px 0 0 0 !important; }


}


@media only screen and (max-width:400px) {
#shopify-section-template--18303058444525__bd872798-710c-4dda-9407-8527c468014d .collection-item__title span{font-size:17px !important;}
   
}
  /* 06-09-2024 css Done qeapps */



 @media only screen and (min-width:768px){
    
    .collection-filter__item.collection-filter__item--sort {
display:flex;
    justify-content: end;
    align-items: center;
  
       }


  
  .inner--count{
   margin-right: 10px;
}
  }

.collection-filter{
  align-items:center;
  display:flex;
  justify-content:flex-end;
}

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

.collection-filter{
    flex-wrap:wrap;
    justify-content:space-between;
    position:sticky;
    top:17px;
    z-index:20;
}

.sticky-header .collection-filter{
      top:86px;
}
  }


@media (max-width: 767px) {
  .mobile-collection-title {
    display: flex !important;
    justify-content: center;
    margin: 10px 0;
    padding: 0 10px;
    color: #505759;
  }
 .collection-hero__content .section-header__shadow{
   display:none;
 }
.desktop-collection-title{
  display: none;
}
  
}

 .mobile-collection-title {
    display: none;
 
 }
@media (min-width: 767px) {
 .collection-filter
 {
    background: white;
    position: sticky;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    top: 0 !important;
    bottom: 0;
    z-index: 9;
}  
}

/* .bbrrrrrrr-toog::before {
    content: '';
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5806 25.1284L9.79028 15.3381L12.0747 13.0537L19.5806 20.5596L27.0865 13.0537L29.3709 15.3381L19.5806 25.1284Z' fill='%23525252'/%3E%3C/svg%3E%0A");
 position: absolute;
    right: 12px;
    width: 20px;
    height: 20px;
    background-size: contain;
} */
.location-too {
    padding-top: 6px;
}