/** Shopify CDN: Minification failed

Line 246:26 The "-" operator only works if there is whitespace on both sides

**/
@charset "UTF-8";
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform: translateY(10px);
  transition: .3s; }

.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform: none;
  transition: .3s; }

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }

.link-default:hover {
  color: #ee9051; }

.circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s; }
  .circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.table > tbody > tr > td {
  vertical-align: middle; }

.input-number-group {
  display: flex; }

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none; }

.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }

.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }

.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }

.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

li .link-menu {
  color: #323232; }

li .link-menu.white {
  color: #fff; }

li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }

.link-menu.white {
  color: #fff; }

.link-menu.white .st0 {
  stroke: #fff; }

.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }

.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

.overlay.active {
  opacity: 1;
  visibility: visible; }

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }

.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }

.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }

.form-search i:hover {
  transform: rotate(90deg); }

.form-search form {
  justify-content: center;
  display: flex; }

.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
  color: #000; }

.form-search form input::-moz-placeholder {
  color: #000; }

.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all .3s ease; }

.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }

.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }

.form-cart i:hover {
  transform: rotate(90deg); }

.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }

.form-cart .empty-cart {
  padding-top: 50%; }

.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }

.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }

.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }

  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swatch .title_variant {
  color: #000000;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px; }

.swatch .title_variant.header:after {
  bottom: 10px; }

.swatch .link_color {
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all .3s ease;
  position: relative;
  margin-bottom: 5px; }
  .swatch .link_color:after {
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .swatch .link_color:hover:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  @media (max-width: 576px) {
    .swatch .link_color:hover:after {
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; } }

.swatch input:checked + .border-color .link_color:after {
  content: "";
  border: 1px solid #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
@media (max-width: 576px) {
  .swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 2px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; } }

.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
  border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.swatch .variant_color {
  top: 5px; }

.swatch .variant_other {
  min-width: 43px;
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding: 10px 15px;
  border: 1px solid #ccc !important;
  color: #000;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600;
  opacity: .2; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #000 !important;
  opacity: 1; }

.swatch input:checked + label {
  background: unset;
  color: #000; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

/* Mamaearth Style Product Card */
.mamaearth-product-card {
  border: 1.5px solid #645d5d;
  border-radius: 10px;
  padding: 18px;
  background: #fff;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease; }

.mamaearth-product-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); }

.mamaearth-product-image img {
  width: 100%;
  margin-bottom: 15px; }

.mamaearth-product-title {
  font-size: 19px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  margin-bottom: 6px; }

.mamaearth-product-features {
  font-size: 13px;
  color: #3aa76d;
  margin-bottom: 8px; }

.mamaearth-product-rating {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px; }

.mamaearth-product-price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px; }

.mamaearth-add-cart {
  background: #D27095;
  color: #fff;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer; }

.mamaearth-add-cart:hover {
  background: #e03574; }

.mamaearth-product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

/* Ensure images scale properly */
.mamaearth-product-image img {
  width: 100%;
  height: auto; }

/* Make cards fill column height */
.mamaearth-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

/* Tablet */
@media (max-width: 991px) {
  .mamaearth-product-card {
    padding: 14px; }

  .mamaearth-product-title {
    font-size: 14px; }

  .mamaearth-product-price {
    font-size: 16px; } }
/* Mobile */
@media (max-width: 575px) {
  .mamaearth-product-card {
    padding: 12px; }

  .mamaearth-product-title {
    font-size: 13px; }

  .mamaearth-product-features {
    font-size: 12px; }

  .mamaearth-product-price {
    font-size: 15px; }

  .mamaearth-add-cart {
    padding: 10px;
    font-size: 13px; } }
/* Parent container */
.btn-action.detail-attr.qty-cart {
  display: flex;
  gap: 10px;
  width: 100%; }

/* Add to Cart button */
.shop-button.enj-add-to-cart-btn.engoj-btn-addtocart {
  width: 50% !important;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap; }

/* Buy Now button */
.shopify-payment-button {
  width: 50% !important; }

.shopify-payment-button__button {
  height: 48px !important;
  width: 100% !important; }

/* Mobile fix */
@media (max-width: 480px) {
  .btn-action.detail-attr.qty-cart {
    flex-direction: row !important; }

  .shop-button.enj-add-to-cart-btn.engoj-btn-addtocart,
  .shopify-payment-button {
    width: 50% !important; } }
/* FORCE both buttons in one row */
.btn-action.detail-attr.qty-cart {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px; }

/* Add to Cart */
.shop-button.enj-add-to-cart-btn.engoj-btn-addtocart {
  width: 50% !important; }

/* Buy Now */
.shopify-payment-button {
  width: 50% !important;
  display: block !important; }

/* Remove full width from inside wrapper */
.shopify-payment-button__button {
  width: 100% !important; }

/* ===== FORCE BUTTONS IN ONE ROW ===== */
/* Parent container */
.btn-action.detail-attr.qty-cart {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 10px !important; }

/* Add to Cart */
.shop-button.enj-add-to-cart-btn.engoj-btn-addtocart {
  flex: 1 !important;
  max-width: 50% !important;
  width: 50% !important;
  display: flex !important;
  justify-content: center;
  align-items: center; }

/* Buy Now wrapper */
.shopify-payment-button {
  flex: 1 !important;
  max-width: 50% !important;
  width: 50% !important; }

/* Buy Now button */
.shopify-payment-button__button {
  width: 100% !important;
  height: 48px !important; }

/* REMOVE any block behavior */
.shopify-payment-button,
.shopify-payment-button__button {
  display: block !important; }

.product-form-flex .qty-cart {
  display: flex;
  gap: 10px; }

.product-form-flex .shop-button.enj-add-to-cart-btn,
.product-form-flex .shopify-payment-button {
  width: 50%; }

.product-form-flex .shopify-payment-button__button {
  height: 100%; }

/* Make both buttons same height */
.product-form-flex .shop-button.enj-add-to-cart-btn,
.product-form-flex .shopify-payment-button__button {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* Fix Shopify wrapper */
.product-form-flex .shopify-payment-button {
  display: flex; }

/* Remove extra spacing */
.product-form-flex .shopify-payment-button__button {
  padding: 0 !important;
  line-height: normal !important; }

.prod_extended .content-page-detail .detail-info .btn-action .shop-button, .product_sidebar .content-page-detail .detail-info .btn-action .shop-button {
  width: calc(100% - 90px);
  font-family: Jost;
  transition: all .3s ease;
  padding: 0 39px;
  height: 48px !important;
  font-size: 14px;
  background: #ee7b7b;
  letter-spacing: .2em;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  transition: .3s;
  text-align: center; }

.mamaearth-product-image {
  position: relative; }

/* Desktop */
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #7ac142;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 2; }

/* Mobile */
@media (max-width: 768px) {
  .product-badge {
    top: -9px;
    left: -6px;
    font-size: 9px;
    /* 👈 text chota */
    padding: 3px 6px;
    /* 👈 box chota */
    border-radius: 3px; } }
#header .currencies-login .cart-login-search ul li .cart .number-cart.active {
  position: absolute;
  bottom: 18px !important;
  left: 15px;
  width: 17px !important;
  height: 17px !important;
  border-radius: 50%;
  color: #fff !important;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px !important;
  background: #ee7b7b; }

.js-number-cart:empty {
  display: none !important; }

.custom-trust-badge {
  margin-top: 15px;
  padding-left: 0;
  text-align: left; }

.custom-trust-badge img {
  width: 350px;
  max-width: 100%;
  display: block; }

@media (max-width: 768px) {
  .custom-trust-badge {
    text-align: center !important;
    margin-top: 10px !important; }

  .custom-trust-badge img {
    width: 90% !important;
    max-width: 300px !important;
    margin-left: 0 !important;
    /* remove negative shift */
    display: block;
    margin-right: auto;
    margin-left: auto !important; }

  .custom-trust-badge .payment-icons {
    margin-top: 8px; } }
#shopify-section-template--21256139931861__main .w-100 {
  width: 60% !important; }

@media (max-width: 768px) {
  #shopify-section-template--21256139931861__main .w-100 {
    width: 100% !important; }

  .payment-heading {
    text-align: center; } }
.custom-trust-badge .payment-icons {
  margin-top: 10px; }

.payment-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000; }

.payment-heading span {
  font-size: 13px;
  font-weight: 400;
  color: #666; }

.tab-pd-details .product-desc p {
  font-family: "Cinzel", serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #000000 !important; }

.desc.product-desc h1 {
  font-family: "Cinzel", serif !important; }

.desc.product-desc h3 {
  font-family: "Cinzel", serif !important;
  font-size: 37px !important; }

.custom-top-bar {
  background: #ef4b3f;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 15px; }

.custom-top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.custom-top-bar a {
  color: #fff;
  font-weight: 700;
  text-decoration: none; }

/* Mobile */
@media (max-width: 768px) {
  .custom-top-bar-inner {
    flex-direction: column;
    text-align: center;
    gap: 4px; }

  .custom-top-bar {
    font-size: 12px; } }
/* Fixed header wrapper */
.site-header-wrap {
  z-index: 9999 !important; }

/* ===== FINAL MINI CART LAYOUT FIX ===== */
/* =========================
   FINAL MINI CART CSS
========================= */
.js-minicart,
.minicart {
  position: fixed !important;
  top: 0 !important;
  right: 0;
  height: 100vh !important;
  max-height: 100vh !important;
  z-index: 10050 !important; }

.bg-minicart,
.overlay {
  z-index: 10040 !important; }

.js-minicart .mini-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff; }

/* Header */
.js-minicart .mini-cart-head {
  display: grid !important;
  grid-template-columns: 44px 1fr 44px !important;
  align-items: center !important;
  min-height: 58px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background: #fff !important;
  padding: 0 !important;
  margin: 0 !important; }

.js-minicart .mini-cart-head .mini-cart-undo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 58px;
  border-right: 1px solid #e5e5e5; }

.js-minicart .mini-cart-head .title {
  margin: 0 !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 1.2 !important; }

.js-minicart .mini-cart-counter {
  width: 44px;
  text-align: center;
  border-left: 1px solid #e5e5e5; }

.close-mini-cart {
  position: relative;
  z-index: 35;
  pointer-events: auto;
  cursor: pointer; }

.close-mini-cart svg {
  pointer-events: none; }

/* Body */
.js-minicart .mini-cart-bottom {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  padding-bottom: 118px; }

.js-minicart .prod {
  height: 100%; }

.js-minicart .product-cart,
.minicart .product-cart {
  height: 100%;
  overflow-y: auto;
  padding: 10px 14px 0 !important;
  box-sizing: border-box; }

/* Item row */
.js-minicart .minicart_item {
  margin: 0 !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid #e5e5e5 !important; }

.js-minicart .minicart_item:last-child {
  border-bottom: none !important; }

.js-minicart .minicart_item li,
.js-minicart .minicart_item li.d-flex,
.js-minicart .ajaxcart__row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important; }

/* Image */
.js-minicart .thumb_img_cartmini {
  width: 70px !important;
  min-width: 70px !important;
  max-width: 70px !important; }

.js-minicart .thumb_img_cartmini img {
  width: 100% !important;
  display: block !important; }

/* Content */
.js-minicart .product-detail {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 110px) !important; }

.js-minicart .product_name_mini {
  margin: 0 0 8px !important;
  font-size: 14px !important;
  line-height: 1.35 !important; }

.js-minicart .product_name_mini a {
  display: block !important;
  white-space: normal !important;
  word-break: break-word !important;
  color: #111 !important;
  text-decoration: none !important; }

.js-minicart .product_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px; }

.js-minicart .product_price {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2; }

/* Qty */
.js-minicart .product_quanity {
  margin: 0; }

.js-minicart .ajaxcart__qty {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 106px !important;
  height: 32px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: #fff !important; }

.js-minicart .ajaxcart__qty-adjust {
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background: #f7f7f7 !important;
  color: #333 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important; }

.js-minicart .ajaxcart__qty-adjust:hover {
  background: #efefef !important; }

.js-minicart .ajaxcart__qty-num,
.minicart .ajaxcart__qty-num {
  display: inline-block !important;
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 32px !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #111 !important;
  background: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center !important;
  line-height: 32px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-left: 1px solid #d9d9d9 !important;
  border-right: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #111 !important;
  appearance: none !important;
  pointer-events: none !important; }

.js-minicart .ajaxcart__qty-num:focus {
  outline: none !important; }

/* Remove icon */
.js-minicart .produc_remove {
  width: 16px !important;
  min-width: 16px !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important; }

.js-minicart .produc_remove a {
  color: #111 !important;
  cursor: pointer !important; }

/* Footer */
.js-minicart .sub-total {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  background: #fff;
  padding: 14px 15px;
  border-top: 1px solid #e5e5e5;
  z-index: 10; }

.js-minicart .action-checkout {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: #fff;
  z-index: 11; }

.js-minicart .action-checkout a {
  width: 50%;
  text-align: center;
  padding: 14px 10px;
  margin: 0;
  box-sizing: border-box; }

.minicart .mini-content .mini-cart-head .title {
  font-weight: 800 !important;
  height: 37px !important; }

.mamaearth-cart-box {
  width: 100%; }

.mamaearth-add-btn,
.mamaearth-qty-box {
  width: 100%;
  height: 48px;
  border-radius: 6px; }

.mamaearth-add-btn {
  border: none;
  background: #E00348 !important;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  width: 100%; }

.mamaearth-qty-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #AF15DA;
  overflow: hidden; }

.mamaearth-qty-btn {
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  font-size: 28px;
  color: #37CA59;
  cursor: pointer;
  font-weight: 500; }

.mamaearth-qty-number {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  min-width: 30px;
  text-align: center; }

.cart-message-box {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #111;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px;
  z-index: 99999;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }

.cart-message-box.show {
  opacity: 1;
  transform: translateY(0); }

.mamaearth-product-image {
  position: relative; }

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap; }

/* Only product grid columns */
.products [class*="col-"],
.product-grid [class*="col-"],
.collection [class*="col-"] {
  margin-bottom: 25px !important; }

.mamaearth-product-price {
  display: flex;
  align-items: center;
  gap: 6px; }

.compare-price {
  text-decoration: line-through !important;
  color: #888 !important;
  font-size: 14px; }

.price {
  color: #000;
  font-weight: 600;
  font-size: 16px; }

.discount {
  color: #e53935;
  font-size: 13px;
  font-weight: 500; }

/* ===============================
   🔥 PRODUCT CARD MOBILE FIX FINAL
=============================== */
@media (max-width: 768px) {
  .mamaearth-product-card {
    padding: 12px !important;
    border-radius: 8px; }

  .mamaearth-product-image img {
    width: 100%;
    height: auto; }

  .mamaearth-product-title {
    font-size: 13px !important;
    line-height: 1.3;
    margin-bottom: 5px; }

  .mamaearth-product-features {
    font-size: 11px !important;
    margin-bottom: 6px; }

  .mamaearth-product-rating {
    font-size: 11px !important;
    margin-bottom: 6px; }

  /* ✅ PRICE FIX (MOST IMPORTANT) */
  .mamaearth-product-price {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 4px !important;
    margin-bottom: 8px; }

  .compare-price {
    font-size: 11px !important;
    text-decoration: line-through !important;
    color: #999 !important; }

  .price {
    font-size: 13px !important;
    font-weight: 600;
    color: #000; }

  .discount {
    font-size: 10px !important;
    color: #e53935; }

  /* 🛒 BUTTON FIX */
  .mamaearth-add-btn {
    font-size: 12px !important;
    height: 42px !important;
    padding: 8px !important; }

  .mamaearth-qty-box {
    height: 42px !important; }

  .mamaearth-qty-btn {
    height: 42px !important;
    font-size: 22px !important; }

  .mamaearth-qty-number {
    font-size: 16px !important; }

  /* 🏷 BADGE FIX */
  .product-badge {
    top: 6px !important;
    left: 6px !important;
    font-size: 9px !important;
    padding: 3px 6px !important; } }
/* 📱 EXTRA SMALL DEVICES */
@media (max-width: 480px) {
  .mamaearth-product-card {
    padding: 10px !important; }

  .mamaearth-product-title {
    font-size: 12px !important; }

  .price {
    font-size: 12px !important; }

  .compare-price {
    font-size: 10px !important; }

  .discount {
    font-size: 9px !important; }

  .mamaearth-add-btn {
    font-size: 11px !important;
    height: 40px !important; } }
/* Force hide sticky add to cart when main ATC is visible */
.sticky_addcart.hide-sticky-bar {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(20px) !important; }

/* Show normally when needed */
.sticky_addcart.show-sticky-bar {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important; }

.random_product, .visitor {
  margin-top: 20px;
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  display: none; }

.tab-pd-details {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
  margin-top: -106px; }

.custom-description {
  position: relative; }

.custom-description .desc-content {
  max-height: 120px;
  overflow: hidden;
  transition: max-height 0.3s ease; }

.custom-description,
.custom-description .desc-content {
  font-family: 'Cinzel', serif; }

.custom-description .desc-content.active {
  max-height: 1000px; }

.custom-description .read-more-btn {
  background: none;
  border: none;
  color: #A71E4A;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  padding: 0;
  display: inline-block; }

.custom-trust-badge {
  margin-top: 15px;
  padding-left: 0;
  text-align: left;
  display: none; }

/* =========================================
   REDUCE ONLY THE GAP BETWEEN BOTH SECTIONS
   keep image size and button size unchanged
   ========================================= */
@media (min-width: 992px) {
  /* keep outer layout same, just pull right section closer */
  .prod_extended .content-page-detail > .row > .col-lg-5.col-md-5.col-sm-12.col-12 {
    margin-left: -55px !important; }

  /* optional: balance total row spacing */
  .prod_extended .content-page-detail > .row > .col-lg-7.col-md-7.col-sm-12.col-12 {
    padding-right: 0 !important; }

  /* remove extra inner gallery spacing */
  .prod_extended .gallery-control > .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .prod_extended .gallery-control .col-sm-2.gutter {
    padding-right: 8px !important;
    padding-left: 0 !important; }

  .prod_extended .gallery-control .col-sm-10.gutter {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* keep right content aligned cleanly */
  .prod_extended .detail-info {
    margin-left: 0 !important;
    padding-left: 0 !important; } }
/* MAIN IMAGE BOX */
.img_thumb.js_prod_main2 {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  padding: 20px; }

/* CENTER IMAGE */
.img_thumb.js_prod_main2 img {
  max-height: 450px;
  object-fit: contain;
  margin: auto;
  display: block; }

/* THUMBNAILS ROW */
.img_thumb_bottom {
  margin-top: 15px; }

/* THUMBNAIL STYLE */
.js_prod_sub2 img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  background: #fff; }

/* ACTIVE THUMBNAIL */
.js_prod_sub2 .slick-current img {
  border: 2px solid #00bcd4; }

.sticky_addcart .btn-action .shop-button {
  width: 240px;
  height: 40px;
  font-size: 16px;
  background: #E00348 !important; }

.sticky-cart-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; }

.sticky-cart-buttons .shop-button {
  min-width: 140px; }

.btn-buynow-sticky {
  background: #000 !important;
  color: #fff !important;
  border: none !important; }

.prod_extended .content-page-detail .detail-info .btn-action .shop-button, .product_sidebar .content-page-detail .detail-info .btn-action .shop-button {
  background: #E00348 !important; }

.aboutus-pages .section-newsletter-v3 .newletter_email form .btn {
  background-color: #E00348 !important; }

.col-lg-8.col-md-6.col-6 {
  display: none; }

.shopify-payment-button__button--unbranded {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  transition: all .3s ease !important;
  width: 306px !important;
  max-width: 100% !important;
  border-radius: 0 !important;
  height: 55px !important;
  font-size: 14px !important;
  background-color: #AC0EC3 !important;
  letter-spacing: .2em !important;
  justify-content: center !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  text-align: center !important;
  border: none !important; }

.js_prod_sub2 .slick-arrow {
  background-color: #E00348 !important;
  border-radius: 50%; }

.js_prod_sub2 .slick-arrow i {
  color: #fff !important; }

/* =========================
   PRODUCT PAGE MOBILE FIX
   Ahrite / Engoj gallery
========================= */
/* Desktop untouched */
@media (max-width: 767px) {
  /* main product columns full width */
  .content-page-detail > .row > .col-lg-7,
  .content-page-detail > .row > .col-md-7,
  .content-page-detail > .row > .col-lg-5,
  .content-page-detail > .row > .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important; }

  /* gallery wrapper */
  .gallery-control {
    width: 100% !important;
    margin-bottom: 20px; }

  .gallery-control .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 !important; }

  /* left/right gallery columns stack */
  .gallery-control .col-sm-2,
  .gallery-control .col-sm-10,
  .gallery-control .col-sm-12,
  .gallery-control .gutter {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important; }

  /* main image first */
  .gallery-control .col-sm-10 {
    order: 1; }

  /* thumbnails second */
  .gallery-control .col-sm-2 {
    order: 2;
    margin-top: 12px !important; }

  /* main image area */
  .gallery-control .img_thumb,
  .gallery-control .js_prod_main,
  .gallery-control .js_prod_main2 {
    width: 100% !important;
    overflow: hidden; }

  .gallery-control .js_prod_main .slick-list,
  .gallery-control .js_prod_main2 .slick-list,
  .gallery-control .js_prod_main .slick-track,
  .gallery-control .js_prod_main2 .slick-track {
    height: auto !important; }

  .gallery-control .js_prod_main img,
  .gallery-control .js_prod_main2 img,
  .gallery-control .img_thumb img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 320px !important;
    object-fit: contain !important;
    display: block;
    margin: 0 auto; }

  /* thumbnail row */
  .gallery-control .js_prod_sub,
  .gallery-control .js_prod_sub2 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 8px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap;
    padding: 0 0 8px 0 !important;
    margin: 0 !important;
    scrollbar-width: thin; }

  .gallery-control .js_prod_sub .slick-track,
  .gallery-control .js_prod_sub2 .slick-track {
    display: flex !important;
    transform: none !important;
    width: auto !important; }

  .gallery-control .js_prod_sub .slick-slide,
  .gallery-control .js_prod_sub2 .slick-slide,
  .gallery-control .js_prod_sub .engoj_img_variant,
  .gallery-control .js_prod_sub2 .engoj_img_variant {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;
    margin: 0 !important;
    float: none !important; }

  .gallery-control .js_prod_sub img,
  .gallery-control .js_prod_sub2 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: block; }

  /* remove vertical slider buttons in thumbs if any */
  .gallery-control .js_prod_sub .slick-arrow,
  .gallery-control .js_prod_sub2 .slick-arrow {
    display: none !important; }

  /* main slider arrows smaller */
  .gallery-control .js_prod_main .slick-arrow,
  .gallery-control .js_prod_main2 .slick-arrow {
    z-index: 3 !important;
    width: 32px !important;
    height: 32px !important; }

  /* video / 360 buttons */
  .gallery-control .btn-video,
  .gallery-control .btn-360 {
    transform: scale(0.8);
    transform-origin: top right; }

  /* product content spacing after gallery */
  .detail-info {
    margin-top: 10px !important; }

  /* product title and price spacing */
  .detail-info .product-title {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important; }

  .detail-info .product-price {
    margin-bottom: 10px !important; } }
/* ===== PRODUCT THUMBNAILS LIKE 1ST IMAGE ===== */
/* bottom thumbnail strip */
.prod_extended .gallery-control .sub_img,
.prod_extended .gallery-control .img_thumb_bottom {
  margin-top: 8px !important; }

.prod_extended .gallery-control .js_prod_sub2,
.prod_extended .gallery-control .js_prod_sub {
  margin: 0 !important;
  padding: 0 !important; }

.prod_extended .gallery-control .js_prod_sub2 .slick-list,
.prod_extended .gallery-control .js_prod_sub .slick-list {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important; }

.prod_extended .gallery-control .js_prod_sub2 .slick-track,
.prod_extended .gallery-control .js_prod_sub .slick-track {
  margin: 0 !important;
  padding: 0 !important; }

.prod_extended .gallery-control .js_prod_sub2 .slick-slide,
.prod_extended .gallery-control .js_prod_sub .slick-slide {
  margin: 0 !important;
  padding: 0 2px !important;
  /* tiny spacing */
  box-sizing: border-box !important; }

.prod_extended .gallery-control .js_prod_sub2 .slick-slide > div,
.prod_extended .gallery-control .js_prod_sub .slick-slide > div {
  margin: 0 !important;
  padding: 0 !important; }

.prod_extended .gallery-control .js_prod_sub2 .engoj_img_variant,
.prod_extended .gallery-control .js_prod_sub .engoj_img_variant {
  margin: 0 !important;
  padding: 0 !important; }

.prod_extended .gallery-control .js_prod_sub2 .engoj_img_variant img,
.prod_extended .gallery-control .js_prod_sub .engoj_img_variant img {
  width: 100% !important;
  height: 72px !important;
  object-fit: cover !important;
  display: block !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important; }

/* active thumbnail border */
.prod_extended .gallery-control .js_prod_sub2 .slick-current img,
.prod_extended .gallery-control .js_prod_sub .slick-current img {
  outline: 2px solid #19a8ff !important;
  outline-offset: 0 !important; }

/* remove arrows if needed */
.prod_extended .gallery-control .js_prod_sub2 .slick-arrow,
.prod_extended .gallery-control .js_prod_sub .slick-arrow {
  display: none !important; }

/* mobile */
@media (max-width: 767px) {
  .prod_extended .gallery-control .js_prod_sub2 .engoj_img_variant img,
  .prod_extended .gallery-control .js_prod_sub .engoj_img_variant img {
    height: 54px !important; }

  .prod_extended .gallery-control .js_prod_sub2 .slick-slide,
  .prod_extended .gallery-control .js_prod_sub .slick-slide {
    padding: 0 1px !important; } }
.aboutus-pages .section-newsletter-v1 .newletter_email form .btn {
  height: 60px;
  border: 0;
  padding: 0 45px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  background-color: #E00348 !important; }

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .form-control {
  height: 60px;
  line-height: 60px;
  padding: 10px 20px;
  border: 1px solid #544f4f !important;
  border-radius: 0;
  margin-bottom: 20px; }

textarea {
  border: 1px solid #544f4f !important;
  color: #111111; }

/* HOME PAGE - PRODUCT V2 SECTION ROW GAP FIX */
.section-product-v2 .tab-content .row {
  margin-left: -10px;
  margin-right: -10px; }

.section-product-v2 .tab-content .product-tab-pd {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px !important; }

.section-product-v2 .mamaearth-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important; }

.section-product-v2 .mamaearth-product-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; }

.section-product-v2 .mamaearth-cart-box {
  margin-top: auto; }

.product-size {
  font-size: 14px;
  color: #E00348;
  margin: 6px 0 8px;
  text-align: center; }

.single-product-size {
  font-size: 15px;
  color: #E00348;
  margin: 6px 0 10px;
  font-weight: 500; }
