/* Kojivine conversion layer — light, mobile-first, WooCommerce-safe. */

:root{
  --conversion-ease:cubic-bezier(.16,1,.3,1);
  --conversion-shadow:0 24px 64px -42px rgba(25,46,27,.48);
}

.kojivine-commerce-step,
.kojivine-product-story__lead>p,
.ingredient-story__content>p,
.routine-story__head>p{
  margin:0 0 8px;
  color:var(--green);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.kojivine-cart-intro,
.kojivine-checkout-intro{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin:0 0 clamp(24px,4vw,40px);
  padding:0 0 24px;
  border-bottom:1px solid var(--line);
}

.kojivine-cart-intro h2,
.kojivine-checkout-intro h2{
  margin:0;
  font-size:clamp(1.7rem,3vw,2.5rem);
  line-height:1.1;
  text-wrap:balance;
}

.kojivine-cart-intro>p,
.kojivine-checkout-intro>div>p:last-child{
  max-width:38ch;
  margin:8px 0 0;
  color:var(--muted);
  line-height:1.6;
}

/* Cart */
.woocommerce-cart .shop-shell{max-width:1080px}
.woocommerce-cart .woocommerce-message{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:22px;
  padding:16px 18px 16px 52px;
  border:1px solid rgba(58,82,48,.24);
  border-radius:10px;
  box-shadow:none;
  color:var(--ink);
  line-height:1.5;
}
.woocommerce-cart .woocommerce-message::before{left:18px;top:17px;color:var(--green)}
.woocommerce-cart .woocommerce-message .button{
  order:2;
  flex:none;
  padding:10px 14px;
  background:transparent;
  border:1px solid var(--line-strong);
  color:var(--green);
}
.woocommerce-cart .woocommerce-cart-form{float:none;width:100%}
.woocommerce-cart table.shop_table{
  border:0;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
}
.woocommerce-cart table.shop_table thead th{
  padding:12px 14px;
  background:transparent;
  border-bottom:1px solid var(--line);
  color:var(--muted);
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.woocommerce-cart table.shop_table td{padding:18px 14px;background:#fff}
.woocommerce-cart table.shop_table .product-thumbnail{width:96px}
.woocommerce-cart table.shop_table .product-thumbnail img{
  width:84px;
  aspect-ratio:1;
  object-fit:contain;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--tile);
}
.woocommerce-cart table.shop_table .product-name a{font-weight:750;color:var(--ink);text-decoration:none}
.woocommerce-cart table.shop_table .product-remove a.remove{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  color:#8b2f21!important;
  font-size:0;
  border:1px solid rgba(139,47,33,.2);
  border-radius:50%;
}
.woocommerce-cart table.shop_table .product-remove a.remove::after{content:"Retirer";font-size:.7rem;font-weight:700}
.woocommerce-cart table.shop_table .quantity input.qty{height:44px;border-radius:6px}
.kojivine-quantity-control{display:inline-flex;align-items:center;border:1px solid var(--line-strong);border-radius:8px;overflow:hidden;background:#fff}
.kojivine-quantity-control input.qty{width:48px!important;border:0!important;border-radius:0!important;appearance:textfield}
.kojivine-quantity-control button{
  width:42px;
  height:44px;
  padding:0;
  border:0;
  background:var(--paper-2);
  color:var(--ink);
  font-size:1.25rem;
  line-height:1;
}
.kojivine-quantity-control button:hover{background:#e9ede2}
.woocommerce-cart td.actions{padding:18px 0!important;border-top:1px solid var(--line)!important}
.woocommerce-cart td.actions .coupon{display:flex;gap:10px;align-items:center}
.woocommerce-cart td.actions .coupon input{min-height:46px;border-radius:6px!important}
.kojivine-coupon-toggle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  margin:0 0 12px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--green);
  font-weight:750;
  text-decoration:underline;
  text-underline-offset:4px;
}
.kojivine-coupon-toggle::after{content:"+";font-size:1.1rem;text-decoration:none}
.kojivine-coupon-toggle[aria-expanded="true"]::after{content:"−"}
.woocommerce-cart .coupon[hidden]{display:none!important}
.woocommerce-cart .cart-collaterals{margin-top:28px}
.woocommerce-cart .cart-collaterals .cart_totals{
  float:none;
  width:min(100%,520px);
  margin-left:auto;
  padding:24px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--paper-2);
  box-shadow:var(--conversion-shadow);
}
.woocommerce-cart .cart_totals h2{margin:0 0 16px;font-size:1.45rem}
.woocommerce-cart .cart_totals table{margin:0 0 18px}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout{padding:0}
.woocommerce-cart .cart_totals .checkout-button{width:100%;margin:0;padding:16px 20px;font-size:1rem}
.woocommerce-cart .cart_totals .checkout-button::after{content:" · paiement à la réception";font-weight:500}
.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .shipping-calculator-button{display:none!important}

/* Checkout */
.woocommerce-checkout .shop-shell{max-width:1160px;padding-top:clamp(32px,5vw,64px)}
.woocommerce-checkout .woocommerce-notices-wrapper:not(:empty){margin-bottom:20px}
.woocommerce-checkout .woocommerce-error{
  margin:0 0 22px;
  padding:16px 18px 16px 48px;
  border:1px solid rgba(165,67,47,.3);
  border-radius:8px;
  box-shadow:none;
}
.kojivine-checkout-progress{display:flex;gap:8px;margin:0;padding:0;list-style:none;white-space:nowrap}
.kojivine-checkout-progress li{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.88rem;font-weight:700}
.kojivine-checkout-progress li+li::before{content:"";width:28px;height:1px;margin-right:2px;background:var(--line-strong)}
.kojivine-checkout-progress span{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--line-strong);border-radius:50%}
.kojivine-checkout-progress [aria-current="step"]{color:var(--green)}
.kojivine-checkout-progress [aria-current="step"] span{border-color:var(--green);background:var(--green);color:#fff}
.woocommerce-checkout form.checkout{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  grid-template-areas:"details review-title" "details review";
  gap:0 clamp(36px,5vw,70px);
  align-items:start;
}
.woocommerce-checkout #customer_details{grid-area:details;width:auto;margin:0;padding:clamp(22px,3vw,32px);border:1px solid var(--line);border-radius:12px;background:#fff}
.woocommerce-checkout #customer_details .col-1{float:none;width:100%}
.woocommerce-checkout #customer_details .col-2{display:none}
.woocommerce-checkout #customer_details h3{margin:0 0 24px;font-size:1.45rem}
.woocommerce-checkout #order_review_heading{grid-area:review-title;margin:0;padding:0 0 14px;font-size:1.45rem}
.woocommerce-checkout #order_review{
  grid-area:review;
  position:sticky;
  top:96px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--paper-2);
  box-shadow:var(--conversion-shadow);
}
.woocommerce-checkout .form-row{margin:0 0 17px!important;padding:0!important}
.woocommerce-checkout .form-row label{display:block;margin:0 0 7px;font-size:.92rem;font-weight:750;line-height:1.35}
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row input[type="text"],
.woocommerce-checkout .form-row input[type="tel"]{
  box-sizing:border-box;
  width:100%;
  height:54px;
  min-height:54px;
  max-height:54px;
  padding:0 15px;
  border:1px solid #8a9282;
  border-radius:7px;
  background:#fff;
  color:var(--ink);
  font-size:1rem;
  line-height:1.2;
  box-shadow:none;
}
.woocommerce-checkout .form-row input::placeholder{color:#62695b;opacity:1}
.woocommerce-checkout .form-row input:focus{border-color:var(--green);outline:3px solid rgba(176,137,74,.32);outline-offset:2px}
.woocommerce-checkout .form-row input[aria-invalid="true"]{border-color:#9b3428;outline-color:rgba(155,52,40,.22)}
.kojivine-field-error{display:block;margin-top:7px;color:#8f2f24;font-size:.82rem;font-weight:650;line-height:1.4}
.woocommerce-checkout #order_review table.shop_table{margin:0;border:0;background:transparent;border-radius:0}
.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td{padding:13px 4px;border-top:1px solid var(--line);background:transparent;text-align:left}
.woocommerce-checkout #order_review table.shop_table thead th{padding-top:4px;border-top:0;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}
.woocommerce-checkout #order_review table.shop_table th:last-child,
.woocommerce-checkout #order_review table.shop_table td:last-child{text-align:right}
.kojivine-order-item{display:flex;align-items:center;gap:12px;min-width:0}
.kojivine-order-item__image{flex:none;width:56px!important;height:56px!important;object-fit:contain;border:1px solid var(--line);border-radius:7px;background:#fff}
.kojivine-order-item__name{font-weight:700;line-height:1.35}
.woocommerce-checkout #payment{margin-top:16px;border:0;border-radius:8px;background:#fff}
.woocommerce-checkout #payment ul.payment_methods{padding:16px;border:0}
.woocommerce-checkout #payment li{margin:0}
.woocommerce-checkout #payment label{font-weight:750}
.woocommerce-checkout #payment div.payment_box{margin:10px 0 0;padding:0;background:transparent;color:var(--muted);font-size:.9rem;line-height:1.5}
.woocommerce-checkout #payment div.payment_box::before{display:none}
.woocommerce-checkout #payment .place-order{padding:0 16px 16px}
.kojivine-checkout-reassurance{display:grid;gap:8px;margin:4px 0 16px;padding:14px 0;list-style:none;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.kojivine-checkout-reassurance li{position:relative;padding-left:22px;color:var(--muted);font-size:.82rem;line-height:1.4}
.kojivine-checkout-reassurance li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:850}
.woocommerce-checkout #place_order{height:56px;margin:0;border-radius:6px;font-size:1rem;font-weight:800;box-shadow:0 12px 28px -18px rgba(32,48,31,.8)}
.woocommerce-checkout #place_order.is-processing{cursor:wait;opacity:.75}

/* Product-page storytelling */
.single-product .kojivine-product-story{grid-column:1/-1;margin:clamp(54px,8vw,104px) calc(50% - 50vw) 0;overflow:hidden;background:#fff}
.kojivine-product-story__lead{width:min(1040px,calc(100% - 40px));margin:0 auto clamp(28px,5vw,54px);text-align:center}
.kojivine-product-story__lead h2{max-width:24ch;margin:0 auto 14px;font-size:clamp(1.9rem,4vw,3.15rem);line-height:1.08;text-wrap:balance}
.kojivine-product-story__lead span{display:block;max-width:62ch;margin:0 auto;color:var(--muted);line-height:1.65}
.kojivine-story-gallery{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  grid-template-rows:repeat(2,minmax(250px,36vw));
  gap:12px;
  width:min(1180px,calc(100% - 32px));
  margin:0 auto clamp(64px,9vw,112px);
}
.kojivine-story-gallery__item{margin:0;overflow:hidden;border-radius:10px;background:var(--tile)}
.kojivine-story-gallery__item--1{grid-row:1/3}
.kojivine-story-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--conversion-ease),filter .5s var(--conversion-ease)}
.kojivine-story-gallery__item--1 img{object-fit:contain;padding:3%;background:#fff}
.kojivine-story-gallery__item:hover img{transform:scale(1.025)}
.ingredient-story{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  align-items:center;
  width:min(1180px,calc(100% - 32px));
  margin:0 auto clamp(68px,10vw,124px);
  background:var(--paper-2);
}
.ingredient-story__visual{position:relative;min-height:580px;overflow:hidden;background:#e8ece2}
.ingredient-story__visual img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .9s var(--conversion-ease),filter .9s var(--conversion-ease)}
.ingredient-story__visual::after{
  content:"";
  position:absolute;
  right:8%;
  top:8%;
  width:74px;
  height:74px;
  border:1px solid rgba(255,255,255,.65);
  border-radius:48% 52% 63% 37%;
  background:rgba(255,255,255,.18);
  animation:kojivine-botanical-drift 8s ease-in-out infinite alternate;
}
.ingredient-story.is-entered .ingredient-story__visual img{transform:scale(1.02);filter:saturate(1.06)}
.ingredient-story__content{padding:clamp(34px,6vw,76px)}
.ingredient-story__content h2{margin:0 0 26px;font-size:clamp(1.8rem,3.6vw,3rem);line-height:1.12;text-wrap:balance}
.ingredient-story__content dl{display:grid;gap:0;margin:0}
.ingredient-story__content dl>div{padding:18px 0;border-top:1px solid rgba(32,48,31,.16)}
.ingredient-story__content dt{margin:0 0 6px;color:var(--green);font-weight:800}
.ingredient-story__content dd{margin:0;color:var(--muted);line-height:1.6}
.routine-story{width:min(1040px,calc(100% - 40px));margin:0 auto clamp(68px,10vw,124px)}
.routine-story__head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:28px}
.routine-story__head h2{max-width:18ch;margin:0;font-size:clamp(1.75rem,3.4vw,2.7rem);line-height:1.1}
.routine-story ol{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:0;list-style:none;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.routine-story li{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:12px;min-height:112px;padding:20px;border-right:1px solid var(--line)}
.routine-story li:last-child{border-right:0}
.routine-story li span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;font-weight:800;transition:transform .45s var(--conversion-ease)}
.routine-story.is-entered li span{transform:translateY(-3px)}
.routine-story li strong{font-size:1rem;line-height:1.45}
.routine-story__safety{max-width:78ch;margin:20px 0 0;color:var(--muted);font-size:.88rem;line-height:1.65}
.routine-story__safety strong{color:var(--ink)}

/* Mobile conversion bars */
.kojivine-mobile-buybar,
.kojivine-mobile-checkoutbar{
  display:none;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:var(--z-sticky,70);
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:10px max(16px,env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-right));
  border-top:1px solid var(--line);
  background:rgba(255,255,255,.97);
  box-shadow:0 -18px 44px -30px rgba(24,45,26,.7);
  transform:translateY(110%);
  transition:transform .34s var(--conversion-ease);
}
.kojivine-mobile-buybar.is-visible,
.kojivine-mobile-checkoutbar.is-visible{transform:translateY(0)}
.kojivine-mobile-buybar>div,
.kojivine-mobile-checkoutbar>div{display:grid;gap:2px;min-width:0}
.kojivine-mobile-buybar small,
.kojivine-mobile-checkoutbar small{overflow:hidden;color:var(--muted);font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}
.kojivine-mobile-buybar strong,
.kojivine-mobile-checkoutbar strong{color:var(--ink);font-size:.94rem}
.kojivine-mobile-buybar button,
.kojivine-mobile-checkoutbar button{min-width:132px;min-height:48px;padding:0 18px;border:0;border-radius:6px;background:var(--green);color:#fff;font-weight:800}

@keyframes kojivine-botanical-drift{
  from{transform:translate3d(0,0,0) rotate(0deg)}
  to{transform:translate3d(-18px,22px,0) rotate(14deg)}
}

@media(max-width:760px){
  .kojivine-cart-intro,.kojivine-checkout-intro{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:22px;padding-bottom:20px}
  .kojivine-cart-intro>p{margin:0}
  .woocommerce-cart .woocommerce-message{align-items:flex-start;flex-direction:column;padding:16px 16px 16px 48px;font-size:.93rem}
  .woocommerce-cart .woocommerce-message .button{order:0;width:100%;margin:4px 0 0}
  .woocommerce-cart table.shop_table{display:block;margin:0}
  .woocommerce-cart table.shop_table thead{display:none}
  .woocommerce-cart table.shop_table tbody{display:block}
  .woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item{
    display:grid!important;
    grid-template-columns:76px minmax(0,1fr) auto;
    grid-template-areas:"thumb name remove" "thumb price price" "thumb quantity subtotal";
    gap:7px 14px;
    margin:0 0 14px;
    padding:14px;
    border:1px solid var(--line);
    border-radius:10px;
    background:#fff;
  }
  .woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item td{display:block!important;width:auto!important;padding:0!important;border:0!important;text-align:left!important;background:transparent}
  .woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item td::before{display:none!important}
  .woocommerce-cart table.shop_table .product-thumbnail{display:block!important;grid-area:thumb}
  .woocommerce-cart table.shop_table .product-thumbnail img{width:76px;height:76px}
  .woocommerce-cart table.shop_table .product-name{grid-area:name;padding-top:2px!important;line-height:1.35}
  .woocommerce-cart table.shop_table .product-remove{grid-area:remove}
  .woocommerce-cart table.shop_table .product-remove a.remove{width:32px;height:32px}
  .woocommerce-cart table.shop_table .product-remove a.remove::after{content:"×";font-size:1.25rem}
  .woocommerce-cart table.shop_table .product-price{grid-area:price;color:var(--muted);font-size:.84rem}
  .woocommerce-cart table.shop_table .product-price::before{display:inline!important;content:"Prix unitaire · "!important;float:none!important}
  .woocommerce-cart table.shop_table .product-quantity{grid-area:quantity;align-self:end}
  .woocommerce-cart table.shop_table .product-subtotal{grid-area:subtotal;align-self:end;justify-self:end;font-weight:800}
  .woocommerce-cart table.shop_table tr:not(.woocommerce-cart-form__cart-item){display:block}
  .woocommerce-cart td.actions{display:block!important;padding-top:14px!important}
  .woocommerce-cart td.actions .coupon{float:none;flex-wrap:wrap;width:100%}
  .woocommerce-cart td.actions .coupon input{flex:1;min-width:150px;width:auto!important}
  .woocommerce-cart td.actions .coupon button{flex:1}
  .woocommerce-cart td.actions>button[name="update_cart"]{width:100%;margin-top:10px}
  .woocommerce-cart .cart-collaterals .cart_totals{width:100%;padding:20px}
  .woocommerce-cart .cart_totals .checkout-button::after{content:""}

  .kojivine-checkout-progress{width:100%;justify-content:space-between}
  .kojivine-checkout-progress li+li::before{width:18px}
  .woocommerce-checkout .shop-shell{width:calc(100% - 28px);padding-top:24px}
  .woocommerce-checkout form.checkout{display:block}
  .woocommerce-checkout #customer_details{padding:18px 15px;border-radius:9px}
  .woocommerce-checkout #customer_details h3{font-size:1.25rem;margin-bottom:20px}
  .woocommerce-checkout #order_review_heading{margin:30px 0 12px;font-size:1.35rem}
  .woocommerce-checkout #order_review{position:static;padding:16px 14px;border-radius:9px;box-shadow:none}
  .woocommerce-checkout #order_review table.shop_table tr{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center}
  .woocommerce-checkout #order_review table.shop_table th,
  .woocommerce-checkout #order_review table.shop_table td{display:block!important;width:auto!important;text-align:left!important}
  .woocommerce-checkout #order_review table.shop_table th:last-child,
  .woocommerce-checkout #order_review table.shop_table td:last-child{text-align:right!important}
  .woocommerce-checkout #order_review table.shop_table td::before{display:none!important}
  .woocommerce-checkout #order_review table.shop_table .cart_item{grid-template-columns:minmax(0,1fr) auto}
  .woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals{grid-template-columns:1fr!important}
  .woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals th,
  .woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals td{text-align:left!important}
  .kojivine-order-item__image{width:50px!important;height:50px!important}
  .woocommerce-checkout #payment .place-order{padding:0 12px 12px}
  .kojivine-mobile-buybar,.kojivine-mobile-checkoutbar{display:flex}
  body.has-mobile-conversion-bar{padding-bottom:calc(78px + env(safe-area-inset-bottom))}

  .single-product .kojivine-product-story{margin-top:52px}
  .kojivine-product-story__lead{width:calc(100% - 32px);text-align:left}
  .kojivine-product-story__lead h2{margin-left:0;font-size:clamp(1.75rem,8.6vw,2.35rem)}
  .kojivine-product-story__lead span{margin-left:0}
  .kojivine-story-gallery{display:flex;width:100%;margin-bottom:64px;padding:0 16px 12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:16px;gap:10px}
  .kojivine-story-gallery__item{flex:0 0 82vw;aspect-ratio:4/5;scroll-snap-align:start}
  .kojivine-story-gallery__item--1 img{object-fit:cover;padding:0}
  .ingredient-story{display:block;width:100%;margin-bottom:68px}
  .ingredient-story__visual{min-height:420px}
  .ingredient-story__content{padding:32px 20px 38px}
  .routine-story{width:calc(100% - 32px);margin-bottom:76px}
  .routine-story__head{display:block}
  .routine-story__head h2{margin-top:0}
  .routine-story ol{display:block;border-bottom:0}
  .routine-story li{grid-template-columns:42px 1fr;min-height:78px;padding:15px 0;border-right:0;border-bottom:1px solid var(--line)}
  .single-product div.product .summary{padding-bottom:12px}
  .single-product div.product .product_title{font-size:clamp(1.9rem,9vw,2.45rem);line-height:1.06}
  .single-product form.cart{margin-bottom:18px}
}

@media(max-width:380px){
  .woocommerce-checkout .shop-shell{width:calc(100% - 20px)}
  .kojivine-checkout-progress{font-size:.8rem}
  .woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item{grid-template-columns:68px minmax(0,1fr) auto;padding:12px;gap:6px 10px}
  .woocommerce-cart table.shop_table .product-thumbnail img{width:68px;height:68px}
  .kojivine-mobile-buybar button,.kojivine-mobile-checkoutbar button{min-width:112px;padding-inline:14px}
}

@media (prefers-reduced-motion: reduce){
  .kojivine-product-story *,
  .kojivine-mobile-buybar,
  .kojivine-mobile-checkoutbar,
  .kojivine-cart-feedback{
    animation:none!important;
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    transform:none!important;
  }
  .kojivine-mobile-buybar:not(.is-visible),
  .kojivine-mobile-checkoutbar:not(.is-visible){transform:translateY(110%)!important}
  .kojivine-mobile-buybar.is-visible,
  .kojivine-mobile-checkoutbar.is-visible{transform:none!important}
}
