@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//upekkha.co.zw/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.2") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(7,7,33);
	--wd-alternative-color: rgb(93,93,93);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(7,7,33);
	--btn-accented-bgcolor-hover: rgb(7,7,33);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(124,124,124);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.wd-builder-off .wd-fbt.wd-design-side {
	--wd-form-width: 250px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-social-icons.icons-design-default.icons-size-small.color-scheme-dark.social-share.social-form-circle.product-share.wd-layout-inline.text-left{
    display: none;
}
.product-tabs-wrapper{
    display: none;
}
.container.related-and-upsells{
    display: none;
}
.woocommerce-ordering select option:nth-child(-n+3) {
  display: none !important;
}
a.shop-view.per-row-list{
  display: none !important;
}
a.shop-view.per-row-2{
display: none !important;
}

a.whatsapp-mobile.wd-social-icon.social-whatsapp
 {
	 background-color: #59CE72;
}

.wd-social-icons.icons-size-default .wd-icon {
    font-size: 25px !important;
    
}
a.wd-social-icon.social-instagram {
    background: linear-gradient(135deg, 
        #667eea 0%,
        #764ba2 15%,
        #f093fb 30%,
        #f5576c 45%,
        #4facfe 60%,
        #00f2fe 100%);
    
    /* More accurate Instagram gradient based on the logo */
    background: radial-gradient(circle at 30% 107%, 
        #fdf497 0%, 
        #fdf497 5%, 
        #fd5949 45%, 
        #d6249f 60%, 
        #285AEB 90%);
    
    /* Fallback gradient for better browser support */
    background: linear-gradient(45deg, 
        #f9ce34 0%, 
        #ee2a7b 50%, 
        #6228d7 100%);
    
    /* Ensure the icon/text color contrasts well */
    color: white;
    
    /* Responsive and cross-device styling */

    transition: transform 0.3s ease;
    
    /* Ensure consistent sizing across devices */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    /* Prevent text selection issues on mobile */
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    
    /* Smooth rendering on all devices */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Responsive hover effect - works on desktop, adapts for mobile */
a.wd-social-icon.social-instagram:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(188, 24, 136, 0.3);
}

/* Mobile-specific optimizations */
@media (max-width: 768px) {
    a.wd-social-icon.social-instagram {
        /* Slightly larger touch target for mobile */
        min-width: 44px;
        min-height: 44px;
    }
    
    /* Reduce hover effects on mobile for better performance */
    a.wd-social-icon.social-instagram:hover {
        transform: none;
        box-shadow: none;
    }
    
    /* Active state for mobile touch feedback */
    a.wd-social-icon.social-instagram:active {
        transform: scale(0.95);
        opacity: 0.8;
    }
}

a.wd-social-icon.social-tg {
    background-color: black;
}@media (min-width: 1025px) {
	a.whatsapp-desktop.wd-social-icon.social-whatsapp
 {
    background-color: #59CE72;
}


}

