/** Shopify CDN: Minification failed

Line 575:0 Expected "}" to go with "{"

**/
.bold { font-weight: bold; }
.colorPurple { color:#613E69; }
.colorGreen { color:#387c6d; }
.colorRed { color: #ca5e5c; }
.ff-heading-normal { font-family: var(--font-logo); font-weight: normal; }
.bottom_copyright { text-align: center; border-top: 0px solid #000; margin: 1rem 0 0; padding: 1rem 0 0; }
.bottom_copyright p { display: inline; }
.footer__bottom { padding: 1rem 0; border-block: 1px solid #000; }
.textalignleft { text-align: left; }
.textaligncenter { text-align: center; }
.textalignright { text-align: right; }
.header--has-logo .header__logo-link .image img { border-radius:0; }
*:has(.pr-media-modal), *:has(.pr-syp-modal), *:has(.overlay), *:has(.gft-modal), *:has(.filter-drawer[aria-hidden=false]) {
  position: static;
}
details summary::-webkit-details-marker { display:none; }
.cross-sells__item-price-wrapper { gap: 4px; }
.wk-button .wk-floating {z-index: 2;}

.klaviyo-form-YsC6jB form {padding: 4% 15% !important;}

.image.aspect-ratio--natural > * { object-fit: contain; }

/*
#merchantwidget-iframe-wrapper {z-index: 1 !important;}
.klaviyo-form-T2Z3u7 input {font-size: 13px !important;}
.quick-cart__wrapper.active, .modal.active, .mobile-menu.active { z-index: 9999999 !important; }
/****************************Yotpo CSS changes*****************************/
.ratingwrapper{display: grid; grid-template-columns: 35% 4% 31%; align-items: baseline;}
.rowgallery {max-width: 1200px; margin-right: auto; margin-left: auto;}
.yotpo-head {margin-top: 35px !important; margin-bottom: 35px !important;}
.yotpo-headline,.yotpo-header-headline {margin-left: unset !important; font-size: 40px !important; color: #000 !important; font-weight: normal !important; text-align: left !important;}
.yotpo-review-border-smooth.yotpo-border-margin,.js-recentPdpBlock .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel, .yotpo-sr-bottom-line-new-review, .yotpo-sr-bottom-line-score, .product-recommendations .yotpo-sr-bottom-line-right-panel, .product-recommendations .yotpo-sr-vertical-border, .template-product .scroll-slider__slider .yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score, .template-product .scroll-slider__slider .yotpo-sr-vertical-border, .template-product .scroll-slider__slider .yotpo-sr-bottom-line-right-panel {display: none !important;}
.template-product .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel, .template-product .yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score {display: flex !important; color: #000 !important;}
.scroll-slider__slider .yotpo-reviews-star-ratings-widget {justify-content: center !important;}
.yotpo-search-filter .yotpo-search-label .yotpo-search-input, .yotpo-filter-select{top: unset !important;}
.yotpo-horizontal-pagination .selected, .yotpo-horizontal-pagination .yotpo-pagination-number:hover{box-sizing: unset;}
.yotpo-comment.yotpo-review-comment{background: #eaeaea;}
.yotpo-comment-title{font-weight: bold !important; text-decoration: underline;}
.sr-only {display: none !important;}
.template-search .yotpo-sr-bottom-line-right-panel{display: none !important;}
.template-search .yotpo-reviews-star-ratings-widget{justify-content: center !important;}

/******************Yotpo Customer & Video Tile ****************************/
#imageDiv {position: relative; align-items: center; display: flex; flex-direction: column;}
.image-container{width: min(100%, 110px) !important; padding-top: 0 !important;}
.image-container img {width: 100%; height: auto; cursor: pointer;}
.total {position: absolute; top: 5px; left: 5px; color: white; font-size: 12px; border-radius: 50%; background-color: #0b7bc1; padding: 5px 10px;}

/******************Convert Pick Up Modal CSS Begins ****************************/
  .last-viewed-product {position: fixed; bottom: 50px; right: 20px; background: white; z-index: 999999999999; border-radius: 5px; padding: 20px 16px; max-width: 300px; box-shadow: 0px 0.1px 0.1px hsl(var(--shadow-color) / 0.09), -0.2px 1.2px 1.7px -0.1px hsl(var(--shadow-color) / 0.13), -0.3px 2.3px 3.3px -0.2px hsl(var(--shadow-color) / 0.27), -0.6px 4.3px 6.2px -0.4px hsl(var(--shadow-color) / 0.11), -1.1px 7.7px 11.1px -0.5px hsl(var(--shadow-color) / 0.25); --angle: 0deg; /* Starting angle for the border */ border: 3px solid; /* Set the border width */ border-image: conic-gradient(from var(--angle), white, #613e69, white, #613e69) 1; border-radius: 12px; /* Rounded corners for the border */ animation: rotate 10s linear infinite, slideUpDown 10s; animation-fill-mode: forwards;}

  @media(min-width: 1024px){
      .last-viewed-product{bottom: 150px;}
  }

  .last-viewed-product:hover {animation-play-state: paused;}  
  .last-viewed-product .top-line {display: flex; margin-bottom: 8px; justify-content: space-between; align-items: center;}  
  .last-viewed-product .product-info {display: flex; align-items: center; gap: 16px;}  
  .last-viewed-product img {max-width: 80px; border-radius: 4px;}  
  .last-viewed-product .top-line span {font-family: "Sabon Next", serif; font-size: 18px;}  
  .last-viewed-product .product-details h2 {font-family: "DM Sans", sans-serif; font-size: 14px; font-weight: bold;}  
  .last-viewed-product .view-product {background: #2d6357; color: white; font-weight: bold; /* display: inline-flex; */ padding: 8px 16px; border-radius: 4px; cursor: pointer; text-align: center; font-size: 14px; width: 100%;}  
  .last-viewed-product .product-details {display: flex; flex-direction: column; align-items: flex-start; gap: 8px;}
  .last-viewed-product .icon-close {width: 30px; height: 30px; cursor: pointer; display: block; position: relative; transform: rotate(45deg);}  
  .last-viewed-product .icon-close:before, .last-viewed-product .icon-close:after {content: ''; background: rgb(87 87 87); position: absolute; top: 50%; left: 50%; width: 20px; height: 2px; transform: translateX(-50%) translateY(-50%); display: block;}  
  .last-viewed-product .icon-close:before {transform: translateX(-50%) translateY(-50%) rotate(90deg);}
  
  @keyframes slideUpDown {
      0% {
          transform: translate3d(0, calc(100% + 50px), 0);
          visibility: visible;
      }
  
      5% {
          transform: translate3d(0, 0, 0);
      }
  
      95% {
          transform: translate3d(0, 0, 0);
      }
  
      100% {
          transform: translate3d(0, calc(100% + 50px), 0);
          visibility: hidden;
      }
  }
  
  @keyframes rotate {
      to {
          --angle: 360deg;
      }
  }
  
  @property --angle {
      syntax: '<angle>';
      initial-value: 0deg;
      inherits: false;
  }
/******************Convert Pick Up Modal CSS Ends ****************************/

/********** For promotion mega menu nav ***********/
.meganav__nav { font-family: var(--font-heading); }
/*.meganav__nav .has-children { font-weight: normal; font-size: var(--font-size-body-100); margin-bottom: 8px !important; opacity: 0.9; text-transform: unset; }*/
.meganav__nav h4.has-children { font-size: 1.2rem; color: #613E69; text-transform: capitalize; }
.meganav__secondary--heading { font-family: var(--font-heading); font-size: 1.3rem; white-space: normal; margin-bottom: 0.5rem; color: #613e69; text-transform: unset; }
.meganav__secondary .fs-body-75.animation--container { justify-content: center; display: flex; width: 100%; }
.meganav__secondary .fs-body-75.animation--container .btn.btn--text-link { font-family: var(--font-heading); padding: 0.7rem 1.5rem; background: #387c6d; opacity: 1; color: #fff; text-decoration: unset; justify-self: center; }
.meganav__secondary .fs-body-75.animation--container .btn.btn--text-link:hover { background: #2d6357; }
.meganav__content[data-promo-position="left"] { flex-direction: row-reverse; }
.meganav__content[data-promo-position="left"] .meganav__secondary { padding-right: 24px; padding-right: var(--spacing-6); padding-left: unset; border-left: unset; border-right: 1px solid var(--color-border-popups-drawers); }
.meganav:not([data-meganav-type=meganav_simple]):not([data-meganav-type=meganav_collection_images]) .meganav__content[data-promo-position="left"] .meganav__nav>ul { margin-right: unset; margin-left: 24px; margin-left: var(--spacing-6); }
.meganav__content[data-promo-position="left"] .meganav__nav>ul[data-show-column-dividers=true] { column-gap: 4px; column-gap: var(--spacing-1); }
.mobile-menu-promoted-products-item-text-wrap .mobile-menu-promoted-products-item-text-title { font-family: var(--font-heading); font-weight: bold; font-size: 1.2rem; line-height: 1.2; color: #613E69; }
/********** For promotion mega menu nav end ***********/

/********** For ROI *********/
.roi-flower-image { width: 40px; height: 40px; border-radius: 5px; }
a.mobile-menu__link{ justify-content: flex-start; gap: 12px; }
.meganav__list-child a { display: flex; align-items: center; gap: 8px; }
/****************************/


/*h1, h2, h3, h4, h5, h6 { color: #613E69;}*/
.page__heading, .section-header__heading, .collection-banner__text-container-heading { color:#613E69; }
.footer-contact-img .image.footer__image { margin-top: 0; margin-bottom: var(--spacing-9); }

/*********** Product page ******/
.quantity-input[data-bordered="true"] { border-radius: 5px; }
.quantity-input[data-bordered="true"], .quantity-input[data-bordered="true"] input, .quantity-input[data-bordered="true"] button { background: #f3f3f2; }
.sticky-atc-bar { background-color: #f5eef6; }
.salesprice { color: var(--color-text-alpha-60); }
.product-form__item--submit #AddToCart { font-size: 1.3rem; padding: 0 1rem; }
.sticky-atc-bar__button button { padding: 0 1rem; }
.sticky-atc-bar__button button { font-size: 1.1rem; }

.optionvairantname { /*background: url('https://cdn.shopify.com/s/files/1/0867/8676/9195/files/unchecked_icon_1a63e295-bac2-4013-8057-a47a9083a0e4.png') left center no-repeat;*/ background-size: 20px; padding: 1px 10px 1px 30px; }
.product__chip.selected .optionvairantname, .product__color-chips[data-layout="1col"] .product__chip.selected .optionvairantname, .quick-product__product-blocks-wrapper .product__color-chips .product__chip.selected .optionvairantname { background: url('/cdn/shop/files/Checked_icon_a10bc7ee-cae0-49a1-bf7f-0cc1bac87293.webp') center center no-repeat; background-size: 20px; padding: 1px 10px 1px 10px; }
.dynamic-variant-button.product__chip .optionvairantname { background: url('/cdn/shop/files/unchecked_icon_fb2826e8-abfc-47ca-ba1c-f8b933cc8415.webp') center center no-repeat; background-size: 20px; padding: 1px 10px 1px 10px; }
.optionHead .optionvairantname { background: none; background-size: 20px; padding: 0 0 0 0px; }
.product__color-chips[data-layout="1col"][data-index="option2"], .product__color-chips[data-layout="1col"][data-index="option1"] { border-radius: 5px; overflow: hidden; padding: 0 0 10px; background: #f3f3f2; }
.product__color-chips[data-layout="1col"][data-index="option2"] .product__chip { border-bottom: 1px solid #ccc; width: 100%; grid-template-columns: 10% 20% 30% 20% 20%; }
.product__color-chips[data-layout="1col"] .optionHead { grid-template-columns: 10% 20% 30% 20% 20%; }
.dynamic-variant-button.product__chip.disabled, .dynamic-variant-button.product__chip.disabled.selected { border-bottom: 1px solid #ccc; border-color: #ccc !important; }
/*.product__color-chips[data-layout="1col"][data-index=option2] .variantbuttons { display: grid ; grid-template-columns: 80% 20%; }*/
.sticky-atc-bar__details .sticky-atc-bar__price { font-size: large; column-gap: var(--spacing-1); }
.sticky-atc-bar__details .sticky-atc-bar__price s { color: rgba(57, 57, 57, 0.6); }
.product__option:first-child .product__color-chips[data-product-option="option1"] .product__chip { width: 100%; border-radius: 0px; grid-template-columns: 10% 20% 30% 20% 20%; font-weight: normal; margin:0; }
.product__controls-group.product__variants-wrapper.product__block { margin-bottom: 0; }
.product__color-chips[data-layout="1col"] .product__price { justify-content: center; }
.staticSizeinfo { padding: 0 0 0.8rem; }
.staticSizeinfo .product__chip { background: #613E69; color: #fff; border-radius: 5px; padding: 10px; min-width: 200px; }
/*.product__color-chips[data-index="option1"] .inactive_True, .product__color-chips[data-index="option1"] .variantbuttons:has(.inactive_True) { display:none !important; }
.product__color-chips[data-index="option2"] .inactive_True, .product__color-chips[data-index="option2"] .variantbuttons:has(.inactive_True) { display:none !important; }*/
/*.product__option:first-child .product__color-chips[data-product-option="option1"] { gap: 0.5rem !important; }
.product__option:first-child .product__color-chips[data-product-option="option1"] .variantbuttons { background: none; padding: 0; }
.product__option:first-child .product__color-chips[data-product-option="option1"] .product__chip.selected { background: #613E69; color: #fff; }
.product__option:first-child .product__color-chips[data-product-option="option1"] .product__chip .optionvairantname { text-align: center; }*/
.quick-product__product-blocks-wrapper .product__color-chips { display: grid; grid-template-columns: repeat(1, 1fr); gap: 0 !important; border-radius: 5px; overflow: hidden; margin: 0rem 0 1rem; }
.quick-product__product-blocks-wrapper .product__color-chips .optionHead { display: grid; grid-template-columns: 10% 20% 30% 20% 20%; width:100%; background: #613e69; padding: 10px 20px; color: #fff; align-items: center; text-align: center; }
.quick-product__product-blocks-wrapper .variantbuttons { padding: 0 10px; background: #f3f3f2; }
.quick-product__product-blocks-wrapper .product__color-chips .product__chip { display: grid; grid-template-columns: 10% 20% 30% 20% 20%;; width:100%; background: #f3f3f2; padding: 10px; align-items: center; border-bottom: 1px solid #ccc; }

.optionchipprice { text-indent: 0rem; }
.optionchipprice del { color: #999; }
.dynamic-variant-button.product__chip.disabled .product__chip-crossed { display: none; }
.product__chip.disabled.unavailable { display: none; }
.variantbuttons { padding: 0 10px 0; background: #f3f3f2; }
.product__color-chips[data-layout="1col"][data-index=option2] { background: #f3f3f2; padding: 0 0 10px; }
/*******************************/

/*********** Cart page *******/
/*.discountcontainer { display:flex; margin-top: 2rem; border-top:1px solid #ccc; flex-direction: column; padding: 1rem 0 0; }*/
.discountcontainer { display:flex; margin: 0 0 2rem; border:0px solid #ccc; border-width: 0px 0 1px; flex-direction: column; padding: 0.5rem 0 1rem; }
.cartdiscountheading { border-bottom: 0px solid #ccc; padding: 10px 0; display: flex; justify-content: space-between; }
.discountcontainer ul { display: flex; list-style: none; flex-direction:column; padding: 0; margin: 0; }
.discountcontainer ul li { display: flex; justify-content: space-between; width: 100%; }
.cart__footer{background: #f7f7f7;}
.cart__footer h3{font-weight:bold;}
.cart__footer .ff-product-price{font-weight: normal;}
.checkout_header.cart__form-item { padding: 0.8rem 0; }
.checkout_header.cart__form-item.mob_hide_imp { display: flex !important; }
.cart__form-item-info-wrapper { display: grid; grid-template-columns: 50% 46%; grid-column-gap: 2%; }
.cart__form-item-price-container { display: grid; grid-template-columns: 50% 50%; }
button.cart__submit.btn.btn--full.btn--primary { padding: 0.5rem 1rem; font-size: 1.5rem; }
.viewcartbtn { font-size: 1.4rem; padding: 0.5rem 1rem; }

.quick-product__product-blocks-wrapper .dynamic-variant-button.product__chip .optionvairantname, .quick-product__product-blocks-wrapper .product__color-chips .product__chip.selected .optionvairantname { background-size: 15px; }

#shippingpopup.overlay { background: rgba(0, 0, 0, 0.5); position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 9999999; display: none; align-items: center; justify-content: center; }
#shippingpopup.overlay .modal { display: block; width: max(300px, 40%); background: #fff; padding: 1rem; border-radius: 15px; height: min(300px, 100%); margin: auto; align-self: center; position: relative; top: 15%; border: 3px solid #613e69; opacity:1; visibility: visible; }
.roi-modal-content { width: 100%; height: 100%; overflow: auto; }
.shipping-questions-title { font-size: 1.5rem; font-weight: bold; margin: 0 0 10px; color: #613e69; }
.shipping-questions-content { display: flex; flex-direction: column; gap: 1.3rem; }
.shipping-questions-content-item { display: flex; flex-direction: column; gap: 0.3rem; }
.shipping-questions-content-item-title { font-weight: bold; }
.shipping-questions-content-item table, .shipping-questions-content-item table tr td, .shipping-questions-content-item table tr th { border: 1px solid #613e69; text-align: center; }
.closepopbtn { position: absolute; right: -17px; top: -17px; width: 32px; height: 32px; opacity: 1; background: #fff; padding: 5px; border-radius: 50px; border: 2px solid #613e69; }
.closepopbtn:hover:before, .closepopbtn:hover:after { opacity: 1; }
.closepopbtn:before, .closepopbtn:after { position: absolute; left: 14px; content: " "; opacity: .3; height: 12px; width: 2px; background-color: #613e69; top: 8px; }
.closepopbtn:before { transform: rotate(45deg); }
.closepopbtn:after { transform: rotate(-45deg); }


/****************************/


/**** category additional copy *****/
.additionalcatinfo h2, .additionalcatinfo h3, .additionalcatinfo h4 { font-weight: 800 !important; }
.additionalcatinfo h2 { font-size: var(--font-size-heading-4-base); color:#004925 !important; }
.additionalcatinfo h3 { font-size: var(--font-size-heading-5-base); color:#004925 !important; }
.additionalcatinfo h4 { font-size: var(--font-size-heading-6-base); color:#004925 !important; }
/****** Quick View *********/
.quick-product .prodinfoGreenbar { display:none; font-size: 0.8rem; line-height: 2; }
.quick-product__header-block-wrap .product__block--product-header.product__block--with-divider { padding: 0; margin: 0 0 5px; }
.quick-product__right-inner .product__color-chips.dynamic-variant-input-wrap { font-size: 0.85rem; }
.quick-product__right-inner .product__description { font-size: 0.8rem; }
.quick-product__right-inner .truncate-wrapper__toggle span { font-size: 0.8rem; }
.filter-item__content[for="filter--filter.v.m.custom.filter_color--Mixed--sidebar"] .filter-item__swatch { background: radial-gradient(circle, #40f, red) !important; background: -moz-radial-gradient( circle, hsla(256, 100%, 50%, 1) 0%, hsla(0, 100%, 50%, 1) 100% ) !important; background: -webkit-radial-gradient( circle, hsla(256, 100%, 50%, 1) 0%, hsla(0, 100%, 50%, 1) 100% ) !important; }
/*.quick-product[data-quick-template="product.quick-view"] .quick-product__right-inner .product__option:first-child .product__color-chips[data-product-option="option1"] { grid-template-columns: repeat(1, 1fr); gap: 0 !important; }
.quick-product[data-quick-template="product.quick-view"] .quick-product__right-inner .product__option:first-child .product__color-chips[data-product-option="option1"] .optionHead, .quick-product[data-quick-template="product.quick-view"] .quick-product__right-inner .product__option:first-child .product__color-chips[data-product-option="option1"] .variantbuttons { display:grid !important; margin: 0; border-radius: 0; }
.quick-product[data-quick-template="product.quick-view"] .quick-product__right-inner .product__option:first-child .product__color-chips[data-product-option="option1"] .product__chip { display:grid !important; margin: 0; border-radius: 0; background: unset; color: unset; }
.quick-product[data-quick-template="product.quick-view"] .quick-product__right-inner .product__option:first-child .product__color-chips[data-product-option="option1"] .product__chip .optionvairantname { display:block !important; margin: 0; border-radius: 0; background-image: url(/cdn/shop/files/unchecked_icon_fb2826e8-abfc-47ca-ba1c-f8b933cc8415.webp) !important; background: url(/cdn/shop/files/unchecked_icon_fb2826e8-abfc-47ca-ba1c-f8b933cc8415.webp) center center no-repeat; background-size: 15px; color: unset; }
.quick-product[data-quick-template="product.quick-view"] .quick-product__right-inner .product__option:first-child .product__color-chips[data-product-option="option1"] .product__chip.selected .optionvairantname { display:block !important; margin: 0; border-radius: 0; background-image: url(/cdn/shop/files/Checked_icon_a10bc7ee-cae0-49a1-bf7f-0cc1bac87293.webp) !important; background: url(/cdn/shop/files/Checked_icon_a10bc7ee-cae0-49a1-bf7f-0cc1bac87293.webp) center center no-repeat; color:unset; background-size: 15px; }*/

/***********************************/
/********** Category *************/
.collection-banner__text-container-inner { max-width: unset; }
.sidebar-navigation { --sidebar-width:260px; display:none; flex: 0 0 var(--sidebar-width); width: var(--sidebar-width); padding-right: var(--spacing-7); padding-bottom: var(--spacing-7); }
.sidebar-navigation div[data-sticky-container] { position: sticky; top: 10px; }
#ESDzonepop { display: none; }
.filterHorizontal { position: relative; z-index: 999; }
.filterHorizontal .filter-form__content { display: flex; flex-wrap: wrap; border-top: 0; position: relative; }
.filterHorizontal .filter-form__content .filter-form__group-toggle-wrapper { border-top: 0; background: #efefef; }
.filterHorizontal .filter-form__content .filter-form__group-toggle[aria-expanded="true"] { background: #c4e5c9; }
.filterHorizontal .filter-form__content .filter-form__group-toggle { padding: 5px !important; min-height: 10px; border: 1px solid #ccc; border-radius:0px; font-size: 0.85rem; }
.filterHorizontal .filter-form__content .filter-form__group-toggle-inner { margin-right: 10px; }
.filterHorizontal #filter-sidebar { width: auto; }
.filterHorizontal .filter-form__group-filter-wrapper { position: absolute; z-index: 999999; top: 100%; left:0; width: 100%; padding: 20px; background: #fff; border: 1px solid #ccc; }
.filterHorizontal .filter-item { display: inline-block; width: 30%; }
.filterHorizontal .filter-form__content .filter-form__group { margin: 0 5px 0 0px; }
.filter-item__content[for="filter--filter.v.m.custom.filter_colour--Mixed--sidebar"] .filter-item__swatch { background: hsla(256, 100%, 50%, 1) !important;
background: radial-gradient(circle, hsla(256, 100%, 50%, 1) 0%, hsla(0, 100%, 50%, 1) 100%) !important;
background: -moz-radial-gradient(circle, hsla(256, 100%, 50%, 1) 0%, hsla(0, 100%, 50%, 1) 100%) !important;
background: -webkit-radial-gradient(circle, hsla(256, 100%, 50%, 1) 0%, hsla(0, 100%, 50%, 1) 100%) !important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#4400FF", endColorstr="#FF0000", GradientType=1 ) !important; }
.soldoutstrip { position: absolute; left: 10%; right: 10%; top: 35%; background: #fffc; font-size: 1.3rem; font-weight: 700; padding: .5rem; text-transform: uppercase; }
.filter-item__content[for="filter-date-old-to-new"], .filter-item__content[for="filter-date-new-to-old"] { display: none !important; }
.product-item__price-wrap .sale span { color: var(--color-products-sale-price); }
.product-item__price-wrap .sale { color: #393939; line-height: 1; }
.product-item__price-main span.sale em { display: block; }
/*********************************/

/*#main .shopify-section--full-width { max-width: min(99.99%, 1980px); width:100%; }*/
.product__option { font-family: 'Roboto Condensed'; font-weight: 700; }
.conspire-apps .price__container { font-family: 'Roboto Condensed'; font-weight: 500; }
.conspire-apps table { background: #f3f3f2; border-radius: 5px; overflow: hidden; }
.conspire-apps table thead { background: #613E69; color: #fff; }
.conspire-apps.price__container { flex-direction: row !important; }
.price .savings-percentage { background: #ca5e5c; font-size: 14px !important; color: #fff !important; padding: 0 1rem; border-radius: 5px; align-self: center !important; margin: 0; }
.savings-percentage { background: #ca5e5c !important; font-size: 14px !important; color: #fff !important; padding: 3px 8px; border-radius: 5px; align-self: center !important; margin: 0; font-weight: normal; }
.product__color-chips.dynamic-variant-input-wrap { gap: 0.5rem; }
/*.quick-search__submit { border-radius:0; }*/
.quick-search__bar-inner { border-radius: 5px; overflow: hidden; }
.button, .btn, button { border-radius: 5px; }
.product-thumbnails__item-link.active:after, img { border-radius: 5px; }
.wk-button .wk-icon { background: #fff; padding: 5px; border-radius: 50%; }

/*********** Power Review CSS Start ***********/
#pwr-snippets .mob_hide { display: grid; grid-template-columns: 60% 40%; min-height: 32px; }
.quick-product-modal #pwr-snippets { min-height: unset; }
.p-w-r a { color: #387c6d !important; }
div[data-pr-component="CategorySnippet"] .p-w-r .pr-snippet-stars { background: none; }
div[data-pr-component="CategorySnippet"] .p-w-r .pr-category-snippet__total { display:none; }
div[data-pr-component="CategorySnippet"] .p-w-r .pr-category-snippet { margin: auto !important; }
.p-w-r { font-family: var(--font-body-family) !important; }
.p-w-r .pr-h1, .p-w-r .pr-h2, .p-w-r .pr-h3, .p-w-r .pr-h4, .p-w-r .pr-h5, .p-w-r .pr-h6, .p-w-r h1, .p-w-r h2, .p-w-r h3, .p-w-r h4, .p-w-r h5, .p-w-r h6 { font-family: var(--font-heading-family) !important; }
.p-w-r .pr-category-snippet { margin:0 !important; }
.p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-stars-container { display: inline-block !important; vertical-align: top; margin: 0 10px 0 0; }
.p-w-r .pr-snippet-reco-to-friend { display:none !important; }
.p-w-r .pr-review-snapshot .pr-review-snapshot-block-container { clear: both; padding: 20px 0 0; }
.p-w-r .pr-review-snapshot, 
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-contents, 
.p-w-r .pr-read-review, .p-w-r .pr-review-display, 
.p-w-r .pr-read-review .pr-rd-footer, 
.p-w-r .pr-review-display .pr-rd-footer, 
.p-w-r .pr-snippet-stars, 
.p-w-r .pr-read-review .pr-rd-merchant-response, 
.p-w-r .pr-review-display .pr-rd-merchant-response, 
.p-w-r .pr-qa-display, 
.p-w-r .pr-qa-display .pr-qa-display-show-more-questions, 
.p-w-r .pr-qa-display .pr-qa-display-search { background:none !important; }
.p-w-r .pr-qa-display.pr-qa-display-desktop .pr-qa-display-headline { margin: 20px 0 20px 0% !important; }
.p-w-r .pr-qa-display.pr-qa-display-desktop { padding: 0% !important; }
.p-w-r .pr-media-carousel--light .carousel__body--light { background: rgba(0,0,0,0.5); }
.p-w-r .pr-snippet-stars-reco-inline.pr-snippet-compact .pr-snippet-read-and-write { margin-top: 5px !important; }
.p-w-r .pr-snippet-qa .pr-answered-question-circle { background-color: unset !important; color:#387c6d !important; font-size: inherit !important; margin:0 0 0 0px !important; }
.p-w-r .pr-snippet-qa.pr-snippet-qa-empty .pr-ask-question-cta, .p-w-r .pr-snippet-qa.pr-snippet-qa-empty .pr-ask-question-subtext { display:none; }
.p-w-r .pr-star-v4-100-filled { background-image:url('/cdn/shop/files/rev100.webp') !important; background-size: 100% !important; background-repeat: no-repeat; }
.p-w-r .pr-star-v4-75-filled { background-image:url('/cdn/shop/files/rev075.webp') !important; background-size: 100% !important; background-repeat: no-repeat; }
.p-w-r .pr-star-v4-50-filled { background-image:url('/cdn/shop/files/rev050.webp') !important; background-size: 100% !important; background-repeat: no-repeat; }
.p-w-r .pr-star-v4-25-filled { background-image:url('/cdn/shop/files/rev025.webp') !important; background-size: 100% !important; background-repeat: no-repeat; }
.p-w-r .pr-star-v4-0-filled { background-image:url('/cdn/shop/files/rev000.webp') !important; background-size: 100% !important; background-repeat: no-repeat; }
#pr-questionsnippet .pr-ask-question-link, .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span.pr-snippet-rating-count { display: none; }
.p-w-r .pr-snippet.pr-category-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal, .p-w-r .pr-qa-display.pr-qa-display-desktop .pr-qa-display-headline .pr-h1 { display:none; }
.p-w-r .pr-control-label--accept-terms input[type=checkbox].pr-accept-terms-checkbox { padding: 7px !important; position: relative !important; }
@media(max-width: 780px){
  .product__image-with-text { gap: 0 !important; }
  #pr-imagesnippet-mob { margin: 0 1rem 0 0px; }
}
.card-information .p-w-r .pr-category-snippet__total { display: none !important; }
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-bar { background: rgb(205 201 185 / 30%) !important; }
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue { background: linear-gradient(#ecaf3b, #ecaf3b) !important; }
.p-w-r .pr-qa-display.pr-qa-display-desktop .pr-qa-display-headline button { float: none !important; margin: auto; display: block; }
.p-w-r .pr-accessible-btn, .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a { background-color: #387c6d !important; color:#fff !important; border-radius:5px; border-bottom: 2px solid #387c6d !important; }
.p-w-r .pr-accessible-btn:hover, .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:hover { background-color: #2d6357 !important; opacity:1; color:#fff !important; }
.p-w-r .pr-qa-display.pr-qa-display-desktop .pr-qa-display-ask-question, .p-w-r .pr-qa-display.pr-qa-display-tablet .pr-qa-display-ask-question { float: none!important; display: inline; }
.p-w-r .pr-waqwaa { max-width: unset; }
.p-w-r .pr-qa-display.pr-qa-display-desktop .pr-qa-display-headline .pr-h1, .p-w-r .pr-qa-display .pr-qa-display-headline .pr-h1 { /*display: none !important;*/ margin-top: 0; }
.p-w-r .pr-qa-display .pr-qa-display-search { margin: 3rem 0 0; }
.p-w-r .pr-accessible-btn:hover { color:#fff !important;}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue { display:block; }

.p-w-r .thank-you-page .header {display: flex !important; }
.product__image-with-text .p-w-r .pr-image-snippet { width: 90px !important; padding-top: 0 !important; background: #fff; }
.product__image-with-text .p-w-r .pr-image-snippet .pr-image-snippet-button { width: 130px; padding-top: 0; }
.product__image-with-text .p-w-r .pr-image-snippet .pr-image-snippet-button { width:90px; height: 90px; }
.product__image-with-text .p-w-r .pr-image-snippet .pr-image-snippet-button img { width: 100%; }
.product__image-with-text .p-w-r .pr-image-snippet .pr-image-snippet-text { display: none; }
.product__image-with-text .p-w-r .pr-image-snippet .pr-image-snippet-badge { left: 5px; top: 5px; line-height: 0; padding: 10px 7px; border-radius: 50%; font-size: 0.7rem; }
.p-w-r .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal { font-size: 14px !important; padding: 5px 0 0 7px !important; border: 0; }
/*********** Power Review CSS End ***********/
.help_text h4 {font-size: 24px;margin: 10px 0;font-weight: 600;}
.right_col.help_text a {font-size: 14px;font-weight: 300;}

/****** Dormant Page **********/
.right_col.dormantright {padding:0; }
.cpointer { cursor:pointer; }
.ap50 { display:inline-block; vertical-align:top; width:47%; margin:0 1.3%!important; }
.dormantheading { border-bottom:1px solid #ccc; padding:0 0 5px; margin:0 0 10px!important; }
.apsection { display:block; margin:0 0 10px!important; font-size:15px; }
.greyback { background:#eae6f2; padding:20px 10px; }
.apsection .bulletlist li { margin:0 0 5px!important; display: list-item; }
.bulletlist li { margin:0 0 5px!important; display: list-item; }
.pullquotegreenbox { display:block; background:#764fb9; color:#fff; letter-spacing: 1px; padding:55px 15px; text-align:center; }
.quot { display: block; border: 1px solid #eae6f2; padding: 45px 25px; position:relative; }
.quot:before { content: '\201C'; font-size: 154px; font-family: times; color: #eae6f2; text-align: center; position: absolute; left: 0; right: 0px; background: #764fb9; width: 80px; margin: auto!important; top: -25px; line-height: 100px; font-weight:bold; font-style: normal; z-index: 0; bottom: 100%; }
.quot:after { content: '\201D'; font-size: 154px; font-family: times; color: #eae6f2; text-align: center; position: absolute; left: 0; right: 0px; background: #764fb9; width: 80px; margin: auto!important; top: 93%; line-height: 110px; font-weight:bold; font-style: normal; z-index: 0; bottom: -4px; }
.bottomaptilecontainer { display:block; font-size:0; }
.aptilescont { display:inline-block; vertical-align:top; border: 1px solid #bea6e8; width:48.7%; margin:1% 0 1%!important; padding:0 2%; background:#eae6f2; min-height:745px; font-size:16px; }
.aptilescont.fullwidth { display:block; width:99.7%; padding:0 2%; background:#eae6f2; min-height:745px; font-size:16px; border: 1px solid #bea6e8; min-height:auto; }
.aptilescont.fullwidth ul li { width: 23%; margin: 0 0 0 2%!important; }
.aptilescont.fullwidth ul li:nth-child(even) { margin:0 0 0 2%!important; }
.aptilescont.fullwidth ul li:nth-child(1) { margin:0!important; }
.aptilescont:nth-child(odd) { margin: 1% 2% 1% 0!important; }
.aptilescont h3 { margin: 15px 0 10px!important; }
.aptilescont ul { display:block; margin:0!important; padding:0; }
.aptilescont ul li { display:inline-block; width:47.5%; text-align:left; vertical-align:top; min-height: 350px; }
.aptilescont ul li:nth-child(even) { margin: 0 0 0 3%!important; }
.apsection .prod_thumb { margin:5px 0!important; color:#000; }
.apsection .prod_thumb a { color:#000; }
.apsection .owl-nav { display:inline-block; }
.apsection .owl-nav.disabled { display:none; }
.apsection .owl-nav .owl-prev { padding: 10px 13px 10px 10px; border-radius: 50px; line-height: 10px; margin: 0 3px!important; position: absolute; top: 30%; left: 0; }
.apsection .owl-nav .owl-next { padding: 10px 10px 10px 13px; border-radius: 50px; line-height: 10px; margin: 0 3px!important; position: absolute; top: 30%; right: 0;  }
.dormanttilessubtitle { display: inline-block; width: 35%; color: #000; font-weight: 500; position: absolute; top: 42%; left: 40px; }
.dormanttilebulletlist { position: absolute; color: #000; font-weight: 500; top: 120px; list-style: disc; left: 20px; }
.dormanttilebulletlist li { list-style: disc; display: list-item; margin: 0 0 5px!important; }
#treevideopop .modal, #perennialvideopop .modal, #shrubvideopop .modal, #bulbvideopop .modal, #tubervideopop .modal, #micellvideopop .modal { max-width: 700px; max-height:unset; }
.pullquotegreenbox.f28 {font-size: 28px;margin-top: 0 !important;}
.pullquotegreenbox.f28 .f40 {font-size: 40px;}
.bottomaptilecontainer img {margin: 0 !important;}

.videogal { display: block; border: 1px solid #ccc; padding: 5px !important; }
.videogal li { display: inline-block; vertical-align: top; margin: 5px 6px!important; text-align: center; font-weight:500; }
.videogal li a { display:block; margin:2px 0 0!important; }
.imgwtitle { font-size: 0; display: block; }
.imgwtitle p.no_margin { font-size: 16px;margin: 4px 0 0 0!important;}
.borderbluelt{border: 6px solid #eae6f2;padding:20px 10px;}

.bulletlist-1{ margin:0!important;padding:0 0 0 15px;}
.bulletlist-1 li { margin:0 0 15px!important; display: list-item; }
.button_pink {color: #FFF;background: #990000; cursor: pointer; padding: 16px 60px !important;border: none;}
.pink_button_dor{color:#FFF;background:#990000;cursor:pointer;padding:6px 20px !important;border:none; font-weight:600;}
.dorment_home{display:block; vertical-align:top; margin:20px 0 15px 0!important; background:#e5dbec;border:1px solid #7c53a2;}
.dorment_home_inn{width:98%; text-align:center; margin:0 auto!important; padding:10px 0;}
/******************************/
.artical_content h3{margin: 10px 0;font-weight: 600 !important;}
.artical_content p {margin: 5px 0;}

/*****************Certificate Balance**********************/
.certbal .field{display: block; margin: 0 0 5px!important;}
.certbal label {display: inline-block; margin: 0 0 5px!important; padding: 0 5px; min-width: 35%; font-weight: 500; text-align: right;}
.certbal .field input[type="text"] {display: inline-block; border: 1px solid #ccc; border-radius: 3px; background: #fff; padding: 10px 5px; width: 30%;}
.certlist {display: block; margin: 30px 0 0!important; padding: 0; border: #CCCCCC 1px solid;}
.certlist li {list-style: none;}
.certsublist{padding: 7px 10px;}
.certsublist li {display: inline-block; width: 24%;}
.button_red { background: #900; cursor: pointer }
.button_red:hover, .button_red:focus { background: #774fb9; outline: medium dotted #000000; }
/*****************Certificate Balance**********************/
.right_col.ccpa p {margin: 10px 0;}
.form-container.catalog1 {display: grid;gap: 10px;grid-template-columns: 60% auto;margin: 10px 0;}
.btn-purple { background: #764fb9; font-size: 18px;color: #fff; }
ul.prefrence_list { display: inline-block; width: 40%; list-style: none;}
.preferncebox .field input[type="text"] { margin: 0!important;padding: 7px 5px;border: 1px solid #ABABAB;border-radius: 4px;font-size: 14px;}
.preferncebox .field {margin: 8px 0 0 10px!important;color: #333;clear: both;}
.preferncebox .field label, .fieldset label {font-weight: 700;display: block;float: left;padding-right: 20px;}
ul.prefrence_list input[type="checkbox"] {margin-right: 4px;}
.reso-box .media {display:grid;gap: 10px;grid-template-columns: 12% 80%;margin-top: 10px;}
/*****************Calculator**********************/
.calculator_left { width: 55%; display: inline-block; vertical-align: middle }
.calculator_r_top, .calculator_right { width: 40%; display: inline-block; vertical-align: middle;}
.calculator_r_top{margin-top:8px;}
.calculator_right { background: #e4e4e4; padding: 16px; border: 1px solid #e4e4e4 }
.p_cal_list ul { margin: 0; padding: 0; width: 100%; list-style: none; display: table }
.p_cal_list ul li { margin: 0; display: table-cell; width: 20%; vertical-align: middle; line-height: 28px }
.p_cal_list ul li span { color: #4e4e4e }
.input_sm, .select_sm { padding: 3px 5px!important; border: 2px solid #838281!important; color: #35302e; font-size: 16px }
.input_sm { width: 45px; text-align: center; margin-top: 5px }
.select_sm { width: 90% }
.p_spacing_list ul { margin: 0; padding: 0; width: 100%; list-style: none; display: table }
.p_spacing_list ul li { margin: 0; display: table-cell; vertical-align: middle; line-height: 28px }
.calculator_bottom { margin-top: 25px; padding-top: 15px; border-top: 1px solid #CCC }
.num_icon_one { margin: 0; padding: 0;list-style: none;}
.num_icon_one li { padding: 5px 0 0 38px; color: #4d4948; background: url(https://h2.commercev3.net/cdn0.dutchbulbs.com/images/one_img.png) left no-repeat }
.num_icon_two { margin: 0; padding: 0;list-style: none;}
.num_icon_two li { padding: 7px 0 8px 38px; color: #4d4948; background: url(https://h2.commercev3.net/cdn0.dutchbulbs.com/images/two_img.png) left no-repeat;}
.num_margin { margin-left: 40px }
.w_text { width: 22%; font-size: 24px; color: #000; }
/*****************Calculator END**********************/
.artical_content a {color: #613e69;}
.ab_textbox {display: flex;gap: 20px;margin: 20px 0;}
.ab_textbox > div {flex: 1 1;}
.ab_textbox > div:last-child {flex: 2 1;}
.inner_page_atl {display: flex;gap: 10px;margin: 10px 0;}
.inner_page_atl > div {flex: 1 1;}
.inner_page_atl > div:last-child {flex: 4 1;}
.inner_page_atl img {max-width: 100%;}
.arti_table {border: 1px solid #000;border-right:0;border-bottom:0;margin: 10px auto;}
.arti_table tr td {border-right: 1px solid #000;border-bottom: 1px solid #000;}
.colm_article {display: grid;gap: 10px;grid-template-columns: 33% 33% 33%;text-align: center;}

.mob_hide_imp { display: block !important; }
.mob_show_imp { display: none !important; }
.mob_hide { display: block; }
.mob_show { display: none; }

#Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window {z-index: 999 !important; bottom: 60px !important; right: 10px !important;}
.grecaptcha-badge {display: none !important;}
.template-product #Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window {z-index: 2 !important;}

/************************Header Google Rating CSS Begins**********************************/
.google-header-desktop{
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: bold;
    flex-grow: 35;
}

.google-header-desktop svg:not(.yotpo-sr-star-half) path{
    fill: white;
}

.google-header-desktop svg path{
    stroke: white;
}

@media only screen and (max-width: 780px) {
  .announcement-bar__inner{display: block;}  
  .google-header-desktop{margin: 0 0 10px;}
}

/************************Header Google Rating CSS Ends**********************************/

@media only screen and (max-width: 780px) {
  .aptilescont.lightweight {width: 100%;}
  .aptilescont:nth-child(2n+1) {margin: 1% 1.9% 1% 0!important;}
  .ap50{width:100%; margin:0!important;}
  .aptilescont{width:95%;}
  .aptilescont.fullwidth ul li{width:47%;}
  .ap50.timesfont h1, .ap50.timesfont h3 {margin-top: 10px !important;font-size: 24px;}
  .button_pink{font-size: 18px;padding: 16px 28px !important}
  .tabwrap {width: 100%; overflow-x: scroll;}
  .tabwrap table tr td {padding: 2px;font-size: 12px;}
  .form-container.catalog1 {display: block;}
  .catalog_image_col {padding-top: 20px;}
  ul.prefrence_list { width: 90%;}
  .calculator_left { width: 100% }
  .calculator_right { width: 90% }
  .calculator_r_top { width: 94% }
  .w_text {display:block !important; width:95% !important;}
  .p_spacing_list.w_box ul{display:block;}
  .ab_textbox {display:block;}
  .inner_page_atl {display:block;}
  .colm_article {display: block;text-align:left;}
  
  .mob_hide_imp { display: none !important; }
  .mob_show_imp { display: block !important; }
  .mob_hide { display: none; }
  .mob_show { display: block; }
  #conspire-pdp-price { justify-content: center; align-items: center; display: flex; }
  a.mobile-menu__link { justify-content: space-between; }
  .mobile-menu__viewport [data-pane-key]:not([data-pane-key=home])[data-menu-depth="2"] a.mobile-menu__link { justify-content: flex-start; } 
  .product-item { padding: 0 0.2rem; }
  /*.product-item__floating-action-buttons button.product-item__quick-view-button { display: none; }*/
  .product-item__floating-action-buttons { top: unset; bottom: 0; }
  .product-item__media-wrapper wishlist-button-collection { display: none; }
  .mobile-menu__item .account-overview__link .icon { display: none; }

  /********* Product page changes ********/
  .product__breadcrumbs { overflow-x: scroll !important; scrollbar-width: thin; white-space: nowrap; }
  #pwr-snippets .mob_hide { grid-template-columns: 50% 50%; }
  #pwr-snippets { justify-content: space-between; }
  #pr-questionsnippet .p-w-r { text-align: right; }
  .product__block .product__price { font-size: 1.1rem; }
  .prodinfoGreenbar .infocontainer { padding: 0.7rem 0 !important; font-size: 0.85rem; }
  .bagIcon, .buymoresave { background-size: 19px 19px !important; padding: 1px 0 1px 25px !important; }
  .variantbuttons { padding: 0 0px; }
  .product__color-chips[data-layout="1col"] .optionHead { padding: 10px 0px; font-size: 0.7rem; }
  .product__color-chips[data-layout="1col"] .product__chip { padding: 10px 0px; font-size: 0.8rem; }
  .product__chip.selected .optionvairantname, .dynamic-variant-button.product__chip .optionvairantname, .product__color-chips[data-layout="1col"] .product__chip.selected .optionvairantname, .quick-product__product-blocks-wrapper .product__color-chips .product__chip.selected .optionvairantname { background-size: 15px; }
  .savings-percentage { font-size: inherit !important; padding: 2px 5px; display: inline-flex;}
  .collection__products[data-grid-style=colored_tile].standard-grid-spacing[data-standard-grid-spacing-type=product-list]:not([data-item-layout=list]) { }
  .product-form__item--submit #AddToCart, .sticky-atc-bar__button span { font-size: 1.2rem; }
  /***************************************/

  .checkout_header.cart__form-item.mob_hide_imp { display:none !important; }
  .cart__form-item-info-wrapper { display: flex; flex-direction: column; }
  .cart__form-item-info-wrapper .cart__form-item-price-wrapper.textaligncenter { text-align: left; margin: 0; }
  .cart__form-item-price-container { margin-top: 10px; }
  .cart__form-header { align-items: center; }
  .cart__form-header .fs-heading-1-base { font-size: var(--font-size-heading-4-base); }
  .cart__form-header .cart-zonefinder { font-size: 0.75rem; }
  .cart__form-item-price-wrapper.ff-product-price.textalignright { text-align: left; }
  .cartshipzone.cartzone { margin: 5px 0 0; }
  .ratingwrapper{grid-template-columns: 60% 3% 30%; justify-content: space-between; width: 100%; }
  .rightshippinginfo table { font-size: 0.75rem; }
  .klaviyo-form-YsC6jB form {padding: 5% 1% !important;}
  .klaviyo-form-SLqH5u div {display: block !important;}
  .klaviyo-form-SLqH5u div.go2298034684 {display: flex !important;}
  .klaviyo-form-SLqH5u input {width: 100% !important;}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
  .ratingwrapper{grid-template-columns: 100%;}
}

@media screen and (min-width: 1024px) and (max-width:1179px){
 .ratingwrapper{grid-template-columns: 50% 3% 30%;}
  .product__image-with-text .product__image-with-text-content .btn.btn--primary{width:60%;}
  .klaviyo-form-YsC6jB form {padding: 4% 10% !important;}
}
@media screen and (min-width: 1180px) and (max-width:1200px){ 
  .ratingwrapper{grid-template-columns: 43% 3% 30%;}
  .product__image-with-text .product__image-with-text-content .btn.btn--primary{width:50%;}
  .klaviyo-form-YsC6jB form {padding: 4% 10% !important;}
}

@media screen and (min-width: 768px) and (max-width:1023px){ 
  .ratingwrapper{grid-template-columns: 33% 3% 30%;}
  .cart__form-item-price-wrapper { margin: 0; }
  #imageDiv-mobile .image-container { width: 100% !important; }
  .klaviyo-form-YsC6jB form {padding: 4% !important;
}

