/**
 * Grimmer Global Custom CSS
 *
 * This stylesheet is loaded across all pages on the site.
 */

/* Add custom global CSS styles below */



body{
--wd-container-w: 100% !important; 
}
/* @media (min-width: 1780px){
body{
--wd-container-w: 100% !important; 
} */
}
#sb_instagram #sbi_images{
max-width: 100% !important;
}

.disable-link {
pointer-events: none !important;
margin-right  : -10px !important;
}
.disable-link span{
display: none !important
}

table.wps-rma-product__table:not(.has-background) tbody td {
    background-color: #000000 !important;
}
.wps-rma-form__wrapper .wps-rma-product__table-wrapper td, .wps-rma-form__wrapper .wps-rma-product__table-wrapper th{
color : #fff !important;
}
.woocommerce-variation.single_variation{
display: none !important
}
.wpcf7-form br {
	display: none; 
}

.whb-column.whb-col-center.whb-column9.whb-visible-lg{
justify-content: center !important;
}


.wd-product-wrapper:hover .product-content, .product-card:hover .amount {
    color:#fff;
}
.gd-feature-card {
    
    border-left: 2px solid var(--accent-gold) !important;
 
}

.wd-product .wd-entities-title {
    font-size: 18px !important;
}
.wd-entities-title a {
    display: inline-block;
   
}
.wd-product-cats a {
    display: inline-block;
    margin: 5px 0;
}
.price .amount {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    margin-top: 10px;
}
#wps_wallet_transfer_form label{
color: #fff !important;
}
.wps_wcb_wallet_balance_container {
   
    background-color: var(--wd-primary-color) !important;
   
}
.wps_wcb_content_template ul.tabs li svg path {
    fill: var(--wd-primary-color) !important;
}
.product-banner-full-description p:first-child{ 
 display: none;
}

#sbi_images {
    
    max-width: 100% !important	;
   
}



/* Dark Mode Size Guide Card Styling */
.size-guide-card {
  width: 100%;
  max-width: 520px;
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #2d2d2d;
}

.card-header h2 {
  font-size: 16px;
  font-weight: 500;
  color: #f0f0f0;
  margin: 0;
}

.unit-switch {
  display: flex;
  background-color: #2a2a2a;
  padding: 3px;
  border-radius: 4px;
}

.unit-btn {
  border: none;
  background: transparent;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #888888;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.unit-btn.active {
  background-color: #3e3e3e;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.table-container {
  width: 100%;
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  margin: 0;
}

.table-container thead th {
  background-color: #222222;
  color: #aaaaaa;
  font-weight: 400;
  padding: 12px 10px;
  border: none;
}

.table-container tbody tr:nth-child(even) {
  background-color: #161616;
}

.table-container tbody tr:nth-child(odd) {
  background-color: #1a1a1a;
}

.table-container tbody td {
  padding: 12px 10px;
  color: #e0e0e0;
  font-weight: 400;
  border: none;
}

.info-footer {
  background-color: #221a18;
  border-top: 1px solid #332623;
  color: #ffffff;
  padding: 20px 24px;
}

.tags-container {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.tag {
  background-color: #3d2b27;
  color: #e5dada;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #4a3530;
}

.info-text {
  font-size: 11px;
  line-height: 1.5;
  color: #bfaea8;
  margin: 0;
}


/* Size Guide Trigger Button Styling */
.grimmer-size-guide-trigger-wrap {
  margin-bottom: 12px;
}

.grimmer-size-guide-trigger-wrap .wd-sizeguide-btn {
  display: inline-block;
}

.grimmer-size-guide-trigger-wrap .wd-sizeguide-btn a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d1d1d6;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.grimmer-size-guide-trigger-wrap .wd-sizeguide-btn a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

.grimmer-size-guide-trigger-wrap .wd-action-icon::before {
  content: "\f545";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
}


.wd-sizeguide-content{
	display: none !important;
}


/* ==========================================================================
   Full Screen Video Preloader Styles
   ========================================================================== */
body.grimmer-preloader-active {
  overflow: hidden !important;
  height: 100vh !important;
}

#grimmer-video-preloader.grimmer-preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s ease;
  will-change: transform;
  transform: translateY(0);
}

#grimmer-video-preloader.slide-up {
  transform: translateY(-100%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
#grimmer-video-preloader .grimmer-preloader-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#grimmer-video-preloader video#grimmer-preloader-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.container.wd-slide-container{
/* padding: 0 40px !important; */
}
.identit-img-box img {
	object-fit: cover;
	object-position: top;
}







.wd-product-thumb {
    width: 100% !important;
    height: 550px !important;
    overflow: hidden !important;

    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}


.wd-product:not(.wd-hover-small)
:is(.wd-product-img-link, .wd-product-img-hover) {
    width: 100% !important;
    height: 100% !important;

    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}


.wd-product:not(.wd-hover-small)
:is(.wd-product-img-link, .wd-product-img-hover) picture {
    width: 100% !important;
    height: 100% !important;

    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

.wd-product-thumb img {
    width: auto !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    object-fit: cover !important;
    object-position: center bottom !important;

    display: block !important;

    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}


.grid-columns-3 .wd-product-thumb {
    height: 550px !important;
}

.grid-columns-3 .wd-product-thumb img {
    width: auto !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    object-fit: cover !important;
    object-position: center bottom !important;
}



.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width:1400px){
.products-bnr-details h1 {
    font-size: clamp(36px, 7.5vw, 70px);
  
}
}
media (max-width:1200px){
}

@media (max-width: 1024px) {

    .wd-product-thumb,
    .grid-columns-3 .wd-product-thumb {
        height: 280px !important;
    }
.product-slider .owl-nav button img {
    min-width: 45px;
}
    .wd-product-thumb img,
    .grid-columns-3 .wd-product-thumb img {
        height: 100% !important;
        max-height: 100% !important;
        max-width: 100% !important;
        object-fit: cover !important;
        object-position: center bottom !important;
    }
}

@media (max-width:991px){
.product-slider .owl-nav button.owl-next {
    right: 2px;
}
.product-slider .owl-nav button.owl-prev {
    left: 2px;
}}




@media (max-width: 767px) {
.product-slider .owl-nav button img {
    min-width: 70px;
}
	.product-slider .owl-nav button.owl-next {
    right: 40px;
}
.product-slider .owl-nav button.owl-prev {
    left: 40px;
}
    .wd-product-thumb,
    .grid-columns-3 .wd-product-thumb {
        height: 240px !important;
        min-height: 240px !important;
    }

    .wd-product:not(.wd-hover-small)
    :is(.wd-product-img-link, .wd-product-img-hover) {
        height: 100% !important;
    }

    .wd-product:not(.wd-hover-small)
    :is(.wd-product-img-link, .wd-product-img-hover) picture {
        height: 100% !important;
    }

    .wd-product-thumb img,
    .grid-columns-3 .wd-product-thumb img {
        width: auto !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;

        object-fit: contain !important;
        object-position: center bottom !important;
    }
}



@media (max-width:576px){
.product-slider .owl-nav button img {
    min-width: 35px;
}
	.product-slider .owl-nav button.owl-prev {
    left: 0px;
}
	.product-slider .owl-nav button.owl-next {
    right: 0;
}
}
@media (max-width: 480px) {

    .wd-product-thumb,
    .grid-columns-3 .wd-product-thumb {
        height: 210px !important;
        min-height: 210px !important;
    }

    .wd-product-thumb img,
    .grid-columns-3 .wd-product-thumb img {
        height: 100% !important;
        max-width: 100% !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }
	.products-bnr-details h1 {
    font-size: clamp(26px, 7.5vw, 70px);
}
	.products-bnr-details h1 {
   
    line-height: 50px;
 
}
}