.w-14.h-14.rounded-full.flex.items-center.justify-center.text-2xl.shadow-sm.flex-shrink-0.m-auto {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 0px 0px 11px 4px #2b2d344d;
}
.w-14.h-14.rounded-full.flex.items-center.justify-center.text-2xl.shadow-sm.flex-shrink-0.m-auto {
    margin-top: 25px;
    margin-bottom: 25px;
}
.flex.flex-col.items-center.gap-4.text-center.swiper-slide:hover {
    box-shadow: 5px 5px 12px 1px #2f2c2c1c;
}
.flex.flex-col.items-center.gap-4.text-center.swiper-slide {
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 20px;
    background-color: white;
    transition: all 0.8s;
}
@media (min-width: 768px) {
    .md\:p-12 {
        padding: 0;
    }
}
.taraf-features .s-slider-container {
    padding: 20px !important;
}
#taraf-features-7958764b-13de-4dba-9b9c-09f915879adb {
    padding-bottom: 0rem;
    padding-top: 0;
    margin-top: -80px;
    margin-bottom: 75px;
}
#main-content > section:nth-child(5) {
    padding-top: 0;
    margin-top: -25px;
}
.bg-black\/40 {
    background-color: rgb(0 0 0 / 5%);
}
a.bg-\[--bg-color\].text-black.hover\:bg-\[var\(--color-primary\)\].hover\:text-white.px-8.py-3.rounded-full.font-bold.transition-colors {
    position: absolute;
    bottom: 20%;
    right: 9%;
    color: #ffffff;
    background-color: var(--bg-color);
    transition: all 0.8s ease;
}
a.bg-\[--bg-color\].text-black.hover\:bg-\[var\(--color-primary\)\].hover\:text-white.px-8.py-3.rounded-full.font-bold.transition-colors:hover {
    background-color: #ffffff;
    color: #c41230;
    box-shadow: 5px 5px 12px 1px #ffffff6b;
}
.s-product-card-entry .s-product-card-image .s-product-card-promotion-title {
    background-color: var(--color-promotion-title-card) !important;
    border-radius: .75rem !important;
    color: #c41230 !important;
    font-size: 0.65rem !important;
    font-weight: 600 !important;
    padding: 4px 12px !important;
    right: 12px !important;
    top: 12px !important;
}

.s-block__title h2 {
    position: relative;
    display: inline-block; 
    padding-bottom: 8px;  
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #1a1a1a;
    transition: all 1s ease-in-out;
}

.s-block__title h2::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;           
    width: 25%;         
    height: 4px;         
    background: #d61c38;  
    border-radius: 2px;
    transition: all 1s ease-in-out; 
}

.s-block__title h2:hover::after {
    width: 100%;         
}

.s-block__title h2:hover {
    color: #000000 !important;
}
.s-block__title h2 {
    background: linear-gradient(90deg, #1a1a1a 0%, #c41230 50%, #1a1a1a 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.6s ease-in-out;
}

.s-block__title h2:hover {
    background-position: right center;
}
.banner--fixed img {
    border-radius: 25px;
    border-style: none;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border: 2px double #e2e2e2;
    box-shadow: 6px 6px 27px 4px rgba(0, 0, 0, 0.22);
    margin-bottom: 35px;
    margin-top: -35px;
}
.s-product-card-entry .s-product-card-content {
    margin: auto;
    padding: 10px 20px !important;
    width: 100%;
}
@media (min-width: 1200px) {
    .s-products-list-horizontal-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    background-color: #f3f3f3;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    background-color: #f3f3f3;
    padding: 5rem 0 1rem 0;
    margin: 0 !important;
}
section.fixed-products {
    background-color: #f3f3f3 !important;
}
.s-product-card-entry {
    background-color: var(--color-bg-card) !important;
    border-radius: 32px !important;
    overflow: hidden;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid #dddddd;
    box-shadow: 6px 6px 36px -2px rgb(0 0 0 / 26%);
}
.s-product-card-entry .s-product-card-content .s-product-card-content-main .s-product-card-content-title a {
    color: #c41230;
    font-size: 1rem !important;
    font-weight: 700;
    line-height: 1 !important;
}
.taraf-categories h2 {
    background: linear-gradient(90deg, #202020 0%, #d61c38 50%, #202020 100%);
    background-size: 200% auto;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important; 
    display: inline-block;
    transition: background-position 0.6s ease-in-out;
}
.taraf-categories h2:hover {
    background-position: right center;
}
.taraf-categories a.group {
    position: relative;
}
.taraf-categories a.group::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;  
    height: 30px; 
    border-top: 3px solid #d61c38; 
    border-right: 3px solid #d61c38;
    z-index: 20;
    pointer-events: none;
    transition: all 0.8s ease-in-out;
}
.taraf-categories a.group::after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 30px;  
    height: 30px; 
    border-bottom: 3px solid #d61c38;
    border-left: 3px solid #d61c38;
    z-index: 20;
    pointer-events: none;
    transition: all 0.8s ease-in-out;
}
.taraf-categories a.group:hover::before,
.taraf-categories a.group:hover::after {
    width: 80px; 
    height: 80px;
    border-color: #ffffff; 
}
.taraf-collections h2 {
    background: linear-gradient(90deg, #000000 0%, #d61c38 50%, #000000 100%);
    background-size: 200% auto;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important; 
    display: inline-block;
    transition: background-position 0.6s ease-in-out;
}
.taraf-collections h2:hover {
    background-position: right center;
}
salla-products-slider .swiper-wrapper {
    padding: 120px 0 50px !important;
}
.s-product-card-entry {
    background-color: var(--color-bg-card) !important;
    border-radius: 32px !important;
    overflow: hidden;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid #dddddd;
    box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 14%);
}
.s-block--slider-with-bg .slider-bg:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / 51%);
    opacity: .6;
}
#main-content > section.s-block.s-block--slider-with-bg.s-block--full-bg > div.slider-bg > div > div > h3 {
    background: linear-gradient(90deg, #ffffff 0%, #d61c38 50%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block;
    transition: background-position 0.6s ease-in-out;
}
#main-content > section.s-block.s-block--slider-with-bg.s-block--full-bg > div.slider-bg > div > div > h3:hover {
    background-position: right center;
}
#main-content > section.s-block.s-block--slider-with-bg.s-block--full-bg > div.slider-bg > div > div > h3 {
    font-size: 2.125rem;
    line-height: 2.75rem;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .md\:text-\[18px\] {
        font-size: 16px;
        padding-left: 60px;
        padding-bottom: 25px;
    }
}
.hwb-hero h2 {
    background: linear-gradient(90deg, #ffffff 0%, #d61c38 50%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block;
    transition: background-position 0.6s ease-in-out;
}
.hwb-hero h2:hover {
    background-position: right center;
}
@media (min-width: 768px) {
    .md\:text-\[38px\] {
        font-size: 36px;
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .md\:text-base {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
}
.navbar-brand img {
    max-height: 4rem;
    width: auto;
}
#mainnav.taraf-main-nav-container {
    background-color: rgba(30, 30, 30, 0.65) !important; 

    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;

    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}
@media (min-width: 640px) {
    .s-block {
        margin-top: 1rem !important;
        padding: 25px 0;
    }
}
.s-block-blog__title {
    text-align: center;
    padding-bottom: 30px !important;
}

.taraf-store-footer, .taraf-store-footer .taraf-store-footer__inner {
    background-color: #f8f8f8 !important;
    border-bottom: 5px solid #c41230;
}
footer.store-footer.taraf-store-footer.mb-20.border-t.border-gray-100 {
    border-top: 5px solid #c41230;
}

.taraf-store-footer h3,
.taraf-store-footer h4,
.taraf-store-footer .footer-title,
.store-footer__inner h3,
.store-footer__inner h4 {
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 8px !important;
    margin-bottom: 18px !important;
}

.taraf-store-footer h3::after,
.taraf-store-footer h4::after,
.taraf-store-footer .footer-title::after,
.store-footer__inner h3::after,
.store-footer__inner h4::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 25px !important;
    height: 2px !important; 
    background-color: #d61c38 !important;
    border-radius: 2px !important;
    transition: width 0.4s ease-in-out !important; 
}
.taraf-store-footer h3:hover::after,
.taraf-store-footer h4:hover::after,
.taraf-store-footer .footer-title:hover::after,
.store-footer__inner h3:hover::after,
.store-footer__inner h4:hover::after {
    width: 100% !important;
}
.mobile-menu .main-menu > li > a {
    position: relative !important;
    padding-bottom: 12px !important; 
    background: transparent !important;
}
.mobile-menu .main-menu > li > a::after {
    content: "" !important;
    position: absolute !important;
    bottom: -5px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 15px !important; 
    height: 2px !important; 
    background-color: #c41230 !important;
    border-radius: 2px !important;
    transition: width 0.3s ease-in-out !important; 
}
.mobile-menu .main-menu > li > a:hover::after,
.mobile-menu .main-menu > li:hover > a::after {
    width: 100% !important;
}
li,ul {
    list-style: none;
    margin: 0 10px;
    padding: 0
}
div.sub-menu::-webkit-scrollbar {
    width: 5px !important; 
}
div.sub-menu::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 10px !important;
}
div.sub-menu::-webkit-scrollbar-thumb {
    background: #d61c38 !important; 
    border-radius: 10px !important;
    padding-left: 8px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
div.sub-menu::-webkit-scrollbar-thumb:hover {
    background: #ff2b4a !important;
}
div.sub-menu {
    scrollbar-width: thin !important;
    scrollbar-color: #c4123075 rgba(255, 255, 255, 0.05) !important;
}
@media only screen and (min-width: 1024px) {
    .main-menu #more-menu-dropdown>.sub-menu {
        max-height: 80vh;
        overflow-y: auto;
    }
}
.w-56 {
    width: 25rem;
}
.taraf-store-header custom-main-menu .mobile-menu .main-menu .sub-menu {
    background-color: rgba(26, 26, 26, 0.95) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}
@media only screen and (min-width: 1024px) {
    .main-menu #more-menu-dropdown>.sub-menu li.has-children:focus-within>.sub-menu, .main-menu #more-menu-dropdown>.sub-menu li.has-children:hover>.sub-menu {
        max-height: 1000px;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }
}
.taraf-store-header custom-main-menu .mobile-menu .main-menu .sub-menu li a:hover {
    color: var(--color-primary) !important;
    border-radius: 15px;
}
p.s-product-card-content-subtitle.opacity-80 {
    display: none;
}
.navbar-brand img {
    max-height: 6rem;
    width: auto;
    margin: -18px 0;
}
.taraf-store-header custom-main-menu .mobile-menu .main-menu li a:hover {
    color: #c21430 !important;
    text-shadow: 0px 0px 13px #ffffff45;
}
.taraf-store-header custom-main-menu .mobile-menu .main-menu li a {
    font-size: .90rem !important;
    font-weight: 600 !important;
    padding: 6px 10px !important;
    position: relative !important;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    z-index: 9;
}
a.flex.items-center.text-sm.font-bold.border-b.text-\[--color\].border-\[--color\].pb-1.hover\:text-\[var\(--color-primary\)\].hover\:border-\[var\(--color-primary\)\].transition-colors {
    display: none;
}
.hwb-left-overlay {
  background-image: linear-gradient(150deg, #170b0c 0%, #33121a 55%, #170b0c 100%);
}
#wa-nera-widget-send-button {
    padding-left: 0px;
    padding-right: 0px;
    position: fixed !important;
    z-index: 200 !important;
    bottom: 2.5rem;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: .5rem;
    visibility: visible;
    transition: none !important;
    background-color: #32c759;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    right: 95%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .s-block-blog__post-entry:hover .read-more{ gap:10px; }
  .read-more svg{ width:14px; height:14px; stroke:var(--red); transform:scaleX(-1); }
 
  @media (max-width:800px){
    .grid{ grid-template-columns:1fr; }
  }
.s-block-statistics__wrapper {
    position: relative !important;
    background-image: linear-gradient(345deg, rgb(15 15 15 / 76%), rgb(76 8 19 / 34%)), url(https://static.vecteezy.com/system/resources/thumbnails/056/119/792/small_2x/elegance-texture-black-background-photo.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    padding: 50px 20px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
}
.s-block-statistics__wrapper::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    z-index: 1 !important;
}
.s-block-statistics__stat {
    position: relative !important;
    z-index: 2 !important;
}
.s-block-statistics__icon {
    color: #D4AF37 !important;
    fill: #D4AF37 !important;
    font-size: 40px !important;
    margin-bottom: 12px !important;
    filter: drop-shadow(0 2px 8px rgba(212, 175, 55, 0.4)) !important;
}

.s-block-statistics__icon::before {
    color: #D4AF37 !important;
}
.s-block-statistics__value {
    color: #FFFFFF !important;
    font-size: 38px !important;
    font-weight: 800 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) !important;
    margin-bottom: 4px !important;
}
.s-block-statistics__label {
    color: #FFFFFF !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    opacity: 0.95 !important;
}