/** Shopify CDN: Minification failed

Line 422:0 All "@import" rules must come first

**/
/* ==Talha== MULTIISIGHT ==Start== */
/* ============================= */

/* Header css start */
.header__link-list>ul>li {
  display: flex;
}

.header__link-list>.contents>li>a,
.header__link-list>.contents>li summary {
  position: relative;
}

.header__link-list>.contents>li>a:before,
.header__link-list>.contents>li summary:before {
  position: absolute;
  bottom: -11px;
  left: 0;
  border-bottom: none;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  content: "";
  background-image: url(/cdn/shop/files/Long_Underline_-_Active_Nav_Item.svg?v=1683984749);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
  display: block;
  width: 100%;
  height: 20px;
}

.header__link-list>.contents>li:hover>a:before,
.header__link-list>.contents>li:hover summary:before {
  opacity: 1;
}

.header__secondary-nav .header__link-list li:first-child a {
  color: #EF898D;
}

/* Header css End */

/* section header start */
.section-header {
  display: flex;
  justify-content: center;
}

/* section header End  */


/* sticky product bar start */
#satcb_bar {
  display: none !important;
}

/* sticky product bar End */

/* product subscription start */

select.skio-frequency {
  background: #FFE7E3;
  color:#000 !important;
}

/* product subscription end */
/* Empty Cart Links start */

.empty-cart-links {
  display: flex;
  flex-direction: column;
}

/* Empty Cart Links end */


/* Featured product start */
.buy-buttons .button.button--xl {
  padding: 14px 0;
}

/* Featured product End */

/* ==Talha== MULTIISIGHT ==End== */
/* ============================ */


.drawer .insurance_text_box .truck_icon img {
  height: 42px;
  width: 42px;
}

.drawer .insurance_text_inner {
  justify-content: space-between;
  margin-bottom: 5px;
}

.drawer .shiping_insurance .onoffswitch-inner:before {
  background-position: 10px 4px;
  font-size: 0;
  background-repeat: no-repeat;
  background-image: url(/cdn/shop/files/right.png?v=1615183841);
  background-color: #F499A7;
}

.drawer .shiping_insurance .onoffswitch-inner:after {
  font-size: 0;
  background-repeat: no-repeat;
  background-image: url(/cdn/shop/files/close.png?v=1615185751);
  background-position: 30px 5px;
}

.drawer .insurance_text h4 {
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 0;
  font-size: 13px;
}

.drawer .insurance_text p {
  margin-bottom: 0;
  font-size: 15px;
}

.drawer .insurance_text p .small-text {
  font-size: 14px;
}

.drawer .insurance_text p span {
  padding-left: 2px;
}

.drawer .insurance_text p>b {
  display: block;
}

.drawer .onoffswitch {
  width: 55px;
}

.drawer .onoffswitch-switch {
  right: 30px;
}

.drawer .insurance-footer {
  font-size: 15px;
}

shipping-projection {
  background: #FFE7E3;
  padding: 15px;
}

.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 26px;
  font-size: 13px;
  color: white;
  box-sizing: border-box;
  font-weight: 600;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #f72525;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #000;
  color: #fff;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  border: none;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
  width: 15px;
  height: 15px;
  margin: 5px 3px;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.insurance_text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.insurance_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2px;
}

.insurance_text_box .truck_icon {
  margin-right: 7px;
}

.insurance_text_box .truck_icon img {
  vertical-align: top;
}

.package-protection .ajaxcart__qty {
  display: none;
}
/* --- Blog / RTE font override: remove Neutra --- */
.article,
.article *,
.rte,
.rte * {
  font-family: "Poppins", "Helvetica Neue", Arial, system-ui, -apple-system, "Segoe UI", sans-serif
}
/* --- Simple global blog typography for The Spoiled Mama --- */

/* Blog body text */
.article .rte p {
  font-size: 16px;
  line-height: 1.6;
}

/* Section headers (H2) – e.g. Ingredients to Avoid */
.article .rte h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}

/* Subheaders (H3) – e.g. Cleanse (AM + PM), Serums & Actives */
.article .rte h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

/* Lists inside blogs */
.article .rte ul,
.article .rte ol {
  font-size: 16px;
  line-height: 1.6;
}
/* Hero subheading - Rams white */
.prose p.bold[data-sequence="subheading"] {
  font-family: 'Rams', sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  font-size: 0.85rem !important;
}
/* Product title - PDP H1 */
.product__title,
.product-info__title {
 font-family: 'Silk-Serif-Light', serif !important;
font-weight: 100;
font-style: normal;
font-size: 36px;
letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

@media screen and (max-width: 749px) {
  .product__title,
  .product-info__title {
    font-size: 28px;
  }
}
/* You May Also Like — ADD button */
.horizontal-product__cta .button--subdued {
  background-color: #F17F91 !important;
  color: #FFFFFF !important;
  font-family: 'Rams-Bold', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  border: 2px solid #F17F91 !important;
  --button-background: #F17F91 !important;
  --button-text-color: #FFFFFF !important;
  --button-outline-color: #F17F91 !important;
}

.horizontal-product__cta .button--subdued:hover {
  background-color: transparent !important;
  color: #F17F91 !important;
  border: 2px solid #F17F91 !important;
  --button-background: transparent !important;
  --button-text-color: #F17F91 !important;
}
/* You May Also Like — product name weight override */
.horizontal-product .text-sm.bold {
  font-family: 'Silk-Serif-Light', serif !important;
  font-weight: 100 !important;
  font-style: normal !important;
  text-transform: none !important;
}
.mega-menu .h5,
.mega-menu .h5 span {
  font-family: 'Rams-Bold', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  --heading-font-family: 'Rams-Bold', sans-serif !important;
}

.mega-menu .link-faded,
.mega-menu .link-faded span,
.menu-drawer .link-faded,
.menu-drawer .link-faded span {
  font-family: 'Rams-Light', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
}

/* Mobile nav — top level items */
.header__link-list .h5,
.header__link-list .h6,
.header__link-list summary span,
.header__link-list a span {
  font-family: 'Rams-Light', sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
}
.pdp-tagline {
  font-family: 'Rams-Bold', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  margin: 0 0 12px 0 !important;
  display: block !important;
}

.product-info__title h2,
.product-info__title a,
h2.product-info__title {
  font-family: 'Silk Serif Light', serif !important;
  font-weight: 100 !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.product-form__submit,
.btn--add-to-cart {
  font-family: 'Rams-Bold', sans-serif !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}
/* Appstle Subscription Widget Font Override */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

[id^="appstle_subscription_widget"] .appstle_radio_label,
[id^="appstle_subscription_widget"] .appstle_subscription_description_text,
[id^="appstle_subscription_widget"] .appstle_subscription_amount_wrapper,
[id^="appstle_subscription_widget"] .appstle_subscription_wrapper * {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}