

/* ==================================
   INKKA TYPOGRAPHY PHASE 1
================================== */

/* Product Category */

.text-center.w-full.px-2.cursor-pointer .mt-3.md\:mt-5 span{

    color:#8A7A7F !important;

    font-weight:500 !important;

    letter-spacing:.3px;

}

/* Product Title */

.text-center.w-full.px-2.cursor-pointer h3{

    color:#4A0F1B !important;

    font-weight:700 !important;

}


/* ==================================
   PRODUCT CARD PRICE WRAPPER
================================== */

.flex.items-center.justify-center.text-heading.mt-3\.5.font-bold.text-xl.md\:text-2xl > span{

    color:#5E1218 !important;

    font-weight:800 !important;

}

/* Currency */

.flex.items-center.justify-center.text-heading.mt-3\.5.font-bold.text-xl.md\:text-2xl > span span{

    color:#4A0F1B !important;

}

/* Old Price */

.flex.items-center.justify-center.text-heading.mt-3\.5.font-bold.text-xl.md\:text-2xl del span{

    color:#9D8E91 !important;

    opacity:.85;

}

/* Home Section Titles */

.home_section_top_container h3,
.home_section_top_container h3 span{

    color:#4A0F1B !important;

    font-weight:700 !important;

}

/* Home Section Subtitle */

.home_section_top_container p{

    color:#8A7A7F !important;

}

/* Product Cards Hover */

.text-center.w-full.px-2.cursor-pointer:hover h3{

    color:#7A3040 !important;

    transition:.3s ease;

}

/* Price Hover */

.text-center.w-full.px-2.cursor-pointer:hover
.flex.items-center.justify-center.text-heading.mt-3\.5.font-bold.text-xl.md\:text-2xl span span{

    color:#7A3040 !important;

    transition:.3s ease;

}


/* ==================================
   PRODUCT PAGE TITLE
================================== */

.product_name{

    color:#4A0F1B !important;

    font-weight:800 !important;

    letter-spacing:-0.02em;

    line-height:1.15;

}

/* ==================================
   PRODUCT PAGE OLD PRICE
================================== */

.text-sm.md\:text-xl.text-\[\#61758A\].line-through{

    color:#9D8E91 !important;

    opacity:.85;

}

/* ==================================
   PRODUCT PAGE RATING
================================== */

.text-sm.md\:text-base.text-\[\#61758A\]{

    color:#8A7A7F !important;

}

/* ==================================
   PRODUCT PAGE STARS
================================== */

.text-yellow-400{

    color:#4A0F1B !important;

}


/* ==================================
   PRODUCT BREADCRUMB
================================== */

.mx-auto.flex.flex-wrap.items-center.gap-1{

    color:#9D8E91 !important;

}

/* Current Page */

.mx-auto.flex.flex-wrap.items-center.gap-1
.flex.cursor-pointer.items-center.gap-2:last-child{

    color:#8A7A7F !important;

}

/* Breadcrumb Hover */

.mx-auto.flex.flex-wrap.items-center.gap-1
.flex.cursor-pointer.items-center.gap-2:hover{

    color:#7A3040 !important;

    transition:.3s ease;

}

/* ==================================
   PRODUCT CATEGORY
================================== */

.block.mb-3\.5.md\:mb-4.w-fit.text-xs.md\:text-sm.text-\[\#61758A\].cursor-pointer{

    color:#8A7A7F !important;

    font-weight:500 !important;

    transition:.3s ease;

}

.block.mb-3\.5.md\:mb-4.w-fit.text-xs.md\:text-sm.text-\[\#61758A\].cursor-pointer:hover{

    color:#7A3040 !important;

}



/* ==================================
   MOBILE DRAWER LINKS
================================== */

a .inkka-text-1,
a .inkka-text-2{

    color:#7A3040 !important;

    font-weight:500 !important;

}

/* Hover */

a:hover .inkka-text-1,
a:hover .inkka-text-2{

    color:#4A0F1B !important;

}

