:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(94,108,125);
	--wd-text-font-size: 16px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(11,63,139);
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(94,108,125);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", 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: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(11,63,139);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--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-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1300px;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1300px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1300px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1300px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/**** HEADER ****/


.whb-top-bar {
  background-image:   linear-gradient(90deg, #0774cf 0%, #013576 100%) !important;
}


.whb-top-bar strong {
  font-weight: 900 !important;
  color: #fff !important;
}


.whb-top-bar .wd-social-icons {
  gap: 13px !important;
}


.whb-top-bar .info-box-inner {
  color: #fff !important;
}


.header-info-one p {
  font-weight: 400;
  font-size: 14px;
}


.whb-general-header .menu-item::after {
  display: none;
}


.whb-main-header .menu-item a.woodmart-nav-link:after {
    margin-inline-start: 6px;
    margin-top: 4px;
    font-size: 14px;
}


.whb-general-header .current-menu-item a,
.whb-general-header .menu-item:hover > a,
.whb-general-header .menu-item:hover > a > .woodmart-nav-link,
.whb-general-header .wd-sub-menu .menu-item:hover a {
  color: #1e5896 !important;
}


.whb-general-header .menu-item .wd-dropdown {
  width: 285px !important;
}


.whb-general-header .nav-link-text {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.wd-empty-mini-cart .btn,
.header-btn {
  background: linear-gradient(90deg, #0774cf 0%, #013576 100%) !important;
  background-size: 200% 100% !important;
  transition: 0.5s !important;
  padding: 15px 35px !important;
  font-size: 16px !important;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 1px;
  gap: 10px;
	border-radius:50px;
}

.wd-empty-mini-cart .btn:hover,
.header-btn:hover {
  box-shadow: none;
  background-position: left !important;
  color: #ffffff;
}


.header-btn .wd-btn-icon {
    margin-top: -4px;
}


.header-btn .wd-btn-icon {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}


@keyframes quick-alo-circle-img-anim {
    0% { transform: rotate(0deg) scale(1) skew(1deg); }
    10% { transform: rotate(-25deg) scale(1) skew(1deg); }
    20% { transform: rotate(25deg) scale(1) skew(1deg); }
    30% { transform: rotate(-25deg) scale(1) skew(1deg); }
    40% { transform: rotate(25deg) scale(1) skew(1deg); }
    50% { transform: rotate(0deg) scale(1) skew(1deg); }
    100% { transform: rotate(0deg) scale(1) skew(1deg); }
}



/*******/


.title-subtitle,
.first-sec .product-one .product_meta .posted_in a{
    background: linear-gradient(to right, #0774cf 0%, #013576 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}


.first-sec .posted_in a{
    padding-left: 0px !important;
}

.single-product .title-subtitle:before {
    content: '';
    width: 25px;
    height: 2px;
    display: inline-flex;
    background: #164d89;
    position: absolute;
    top: 8px;
    left: 0;
}

.generic-title h2 {
    font-size: clamp(26px, 4.2vw, 54px) !important;
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 700;
    margin: 0px 0 15px !important;
}


.generic-title .title-after_title {
    font-size: 18px;
}


/* Prevent the complete title wrapper from zooming */

.generic-title.wd-animation {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

/* Initial position for title elements */

.generic-title > .title-subtitle,
.generic-title > .liner-continer,
.generic-title > .title-after_title {
	opacity: 0;
	transform: translateX(-45px);
	transition:
		opacity 0.7s ease-out,
		transform 0.7s ease-out;
	will-change: opacity, transform;
}


/*** Animation in generic title  ***/

.generic-title.wd-in > .title-subtitle,
.generic-title.wd-in > .liner-continer,
.generic-title.wd-in > .title-after_title {
	opacity: 1;
	transform: translateX(0);
}


.generic-title.wd-in > .title-subtitle {
	transition-delay: 0.3s;
}


.generic-title.wd-in > .liner-continer {
	transition-delay: 0.45s;
}


.generic-title.wd-in > .title-after_title {
	transition-delay: 0.60s;
}


/* Mobile adjustment */


@media (max-width: 767px) {
	.generic-title > .title-subtitle,
	.generic-title > .liner-continer,
	.generic-title > .title-after_title {
		transform: translateX(-25px);
		transition-duration: 0.6s;
	}
}


/* Accessibility */


@media (prefers-reduced-motion: reduce) {
	.generic-title > .title-subtitle,
	.generic-title > .liner-continer,
	.generic-title > .title-after_title {
		opacity: 1;
		transform: none;
		transition: none;
	}
}





/******  Counter  ******/


.trustbar-row {
    border-top: 1px solid #dce5ed;
    border-bottom: 1px solid #dce5ed;
    background: #fff;
}


.trustbar-row .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}



.trustbar-row .wpb_column {
    border-right: 1px solid #dce5ed;
}


.trustbar-row .wpb_column:last-child {
    border-right: 0;
}


.trustbar-row .wd-info-box {
    margin-bottom: 0;
    padding: 24px 18px;
    
}


.trustbar-row .wd-info-box .title {
    font-size: 20px;
    font-weight: 800;
}


.trustbar-row .wd-info-box p {
    font-size: 13px;
    font-weight: 800;
    color: #42536a;
}


.trustbar-row .woodmart-counter {
    margin-top: 30px;
}


.trustbar-row .woodmart-counter .counter-label {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
    color: #42536a;
}


.trustbar-row .woodmart-counter .counter-value {
    color: #0559a9;
    font-size: 45px;
    font-weight: 900 !important;
    position: relative;
}


.trustbar-row .woodmart-counter .counter-value:after {
    content: '+';
    margin-left: 2px;
    font-size: 35px !important;
    position: absolute;
    top: 3px;
}


.trustbar-row .wpb_column:nth-child(3) .woodmart-counter .counter-value:after {
    content: '%';
    margin-left: 4px;
    font-size: 22px !important;
    position: absolute;
    top: 11px;
}


.trustbar-row .wpb_column:nth-child(4) .woodmart-counter .counter-value:after {
    content: 'k+';
    margin-left: 4px;
    font-size: 23px !important;
    position: absolute;
    top: 11px;
}


@media (max-width: 767px) {


.space {
    padding: 30px 0;
}


.trustbar-row {
    display: flex;
    flex-wrap: wrap;
}


.trustbar-row .wpb_column {
    width: 50%;
    border-top: 1px solid #dce5ed;
}


.trustbar-row .wpb_column:last-child {
    display: none;
}


.trustbar-row .woodmart-counter {
    margin-top: 30px;
    margin-bottom: 0;
    margin-bottom: 30px;
}
	
	
}	


/***********/

.menu-bold a span {
    font-weight: bold !important;
    background: linear-gradient(to right, #0774cf 0%, #013576 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}


.woocommerce-checkout  section.woocommerce-order-details,
.woocommerce-checkout  section.woocommerce-customer-details {
    display: none !important;
}



/* No reviews: hide only summary and review cards */


#rating-sec:not(:has(.commentlist li.review))
.wd-rating-summary-wrap,

#rating-sec:not(:has(.commentlist li.review))
.wd-reviews-heading,

#rating-sec:not(:has(.commentlist li.review))
.wd-reviews-content,

#rating-sec:not(:has(.commentlist li.review))
.wd-loader-overlay {
    display: none !important;
}


#rating-sec:not(:has(.commentlist li.review))
.pro-title {
    display: block !important;
}


#rating-sec:not(:has(.commentlist li.review))
#review_form_wrapper,
#rating-sec:not(:has(.commentlist li.review))
#review_form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}



/*** Adding view clcikable button in product card css ***/
.wd-product-thumb {
    padding-top: 25px;
}

.wd-product .product-element-bottom {
	position: relative;
}

.wd-product .custom-product-view-link {
	position: absolute;
	right: 16px;
	bottom: 15px;
	z-index: 5;
	color: #0b3f8b;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.wd-product .custom-product-view-link:hover {
	color: #1a1a1a;
}



/*** Shop and Category page css ***/


.post-type-archive .wd-page-content,
.tax-product_cat .wd-page-content {
    background-color: #F2F8FC;
}


.wd-content-layout {
    padding-block: 0;
}


.tax-product_cat .wd-woo-page-title .title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin-top: 20px;
    color: #fff;
}


.tax-product_cat .shop-top .wd-text-block p {
    font-size: 17px;
    max-width: 760px !important;
    margin: 0 auto;
    line-height: 1.65;
    color: #fff;
}



.tax-product_cat .shop-top .wd-text-block {
   margin-bottom: 0;
}


.shop-top {
    border-bottom: 1px solid #E8E6DF;
    padding: 60px 0 90px;
        background-image: url(https://looksmartapparel.com/wp-content/uploads/2026/08/Hero-bg.webp);
    background-position: right;
    background-size: cover;
    margin-bottom: -50px;
    background-color: rgba(0, 0, 0, 0.75);
    background-blend-mode: multiply;
}


.wd-el-breadcrumbs,
.shop-top .generic-title {
    margin-bottom: 0px;
}


.wd-breadcrumbs a,
.wd-breadcrumbs .wd-delimiter,
.wd-breadcrumbs .wd-last{
    color: #fff;
}


.shop-top .generic-title .title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin-top: 20px;
    color: #fff;
}


.shop-top .generic-title .title strong {
    font-weight: 800;
}


.shop-top .title-after_title {
    font-size: 17px;
    max-width: 760px !important;
    line-height: 1.65;
    color: #fff;
}


/**/



.product-filter .woocommerce-ordering {
    position: relative;
}


.product-filter .woocommerce-ordering:after {
    content: "\f129";
    font-family: "woodmart-font";
    position: absolute;
    top: 13px;
    right: 14px;
    font-size: 13px;
}


.product-filter {
    padding: 60px 0;
    gap: 10px !important;
}


.product-filter .vc_col-sm-9 {
    width: 74%;
}


.product-filter .woocommerce-result-count {
    font-weight: 600;
    background: linear-gradient(to right, #0774cf 0%, #013576 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 18px;
}


.product-filter .wd-shop-result-count {
    margin-bottom: 0;
}


.product-filter .sorting-col .wpb_wrapper {
    justify-content: end;
    display: flex;
}


.product-filter .sorting-col .wpb_wrapper .wd-shop-ordering {
    width: 200px !important;
    margin-bottom: 0;
}


.product-filter .sorting-col .orderby {
    padding: 9px 36px 9px 14px;
    border: 1px solid #E8E6DF;
    border-radius: 6px;
    font-size: 14px;
    color: #151515;
    background: #fff;
}


.product-filter .wd-products {
    padding-top: 30px;
}


.product-filter .wd-product .wd-buttons {
    display: none;
}


.product-filter .wd-product .wd-product-img-link {
    text-align: center;
}


.product-filter .wd-product .wd-product-wrapper {
    border-radius: 10px !important;
    transition: all .2s;
}


.product-filter .wd-product .wd-product-wrapper:hover {
    box-shadow: 0 12px 32px rgba(26,26,26,.08), 0 4px 8px rgba(26,26,26,.04);
    transform: translateY(-2px);
}


.product-filter .wd-product .wd-product-thumb {
    border-radius: 10px 10px 0 0;
}


.product-filter .hcb-rating-meta {
    font-size: 12px;
    color: #6B6B6B;
    padding-top: 1px;
    padding-left: 4px;
}


.product-filter .wd-product .wd-product-cats {
    order: 1;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6B6B6B;
}


.product-filter .wd-product .wd-entities-title {
    order: 2;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}


.product-filter .wd-product .hcb-rating-row {
    order: 3;
}


.product-filter .wd-product .star-rating {
    position: absolute;
    right: 13px;
    top: 8px;
}


.product-filter .wd-product .price {
    order: 4;
    position: relative;
    padding-top: 10px;
    border-top: 1px solid #F2F0E9;
}


.products-footer span.page-numbers.current {
    border-radius: 5px !important;
}


.products-footer ul.page-numbers {
    gap: 10px !important;
}


.products-footer a.page-numbers {
    border: 1px solid #E8E6DF !important;
    border-radius: 5px !important;
}



@media (max-width: 767px) {


.shop-top {
    padding: 40px 0 50px;
}


.shop-top .generic-title .title {
    font-size: 26px;
    margin-top: 0;
}


.shop-top .liner-continer {
    margin-bottom: 0;
}


.product-filter {
    padding: 20px 0 30px;
}


.product-filter .sorting-col .wpb_wrapper .wd-shop-ordering {
    width: auto !important;
}


.product-filter .wd-rs-6a2cf06f4f744 {
    margin-bottom: 10px;
}


.product-filter .toolbar-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.product-filter .woocommerce-result-count {
    font-size: 12px;
}


.product-filter .wd-shop-product {
    margin-bottom: 0 !important;
}


.product-filter .wd-product .size-woocommerce_thumbnail {
    min-height: auto;
    height: auto;
}


.product-filter .wd-grid-g {
    gap: 15px;
}


}


/* Hide the complete WPBakery text block when description is empty */


.wd-text-block:has(.lsa-category-description-empty) {
	display: none !important;
}


.wd-product .wd-product-thumb {
    box-shadow: 0px 5px 5px 0px rgb(26 26 26 / 5%);
}



/*******/



/*** Hide the complete rating/reviews section for logged-out visitors ***/


body:not(.logged-in) #rating-sec {
    display: none !important;
}


/*******/


.single-product .mfp-content {
    max-width: var(--wd-popup-width, 850px) !important;
}


.single-product .mfp-wrap .wd-popup {
    border-radius: 15px;
    box-shadow: 0 6px 16px rgb(32 30 30);
}


.single-product .wd-sizeguide-table tr td:first-child {
    text-align: left !important;
}


#wd_sizeguide .wpb_text_column {
	margin-bottom: 0;
}


#wd_sizeguide .wpb_text_column p {
	text-align: center;
}


#wd_sizeguide .wd-sizeguide-table tr:first-child {
    background-color: #e4f3ff;
}


#wd_sizeguide .wd-sizeguide-table tr:not(:first-child) td:hover {
    background-color: #e4f3ff;
}


#wd_sizeguide .wd-sizeguide-table tr:not(:first-child):hover {
    background-color: #e4f3ff;
}


.single-product .wd-popup-close.wd-action-btn {
    top: -11px !important;
    right: -17px !important;
    background: #000 !important;
    border-radius: 30px !important;
}


.single-product .wd-action-btn>a:hover .wd-action-icon:before {
    color: #fff;
}



/***  ***/



.woocommerce-message {
    background-color: #0558a7 !important;
    border-radius: 15px !important;
}


/* Size Guide beside Color selector */



.wd-single-size-guide-btn.size-guide-moved {
    display: block !important;
    margin-top: -30px !important;
}



.custom-most-popular-badge {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    margin-left: 12px;
    padding: 4px 9px;
    border-radius: 5px;
    background: #0774cf;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: middle;
}



@media (max-width: 600px) {
    .custom-most-popular-badge {
        margin-left: 0;
        margin-top: 6px;
    }
}@media (max-width: 576px) {
	.generic-title h2 {
    margin: 0 !important;
}


.generic-title .title-after_title {
    font-size: 16px;
}
}

