:root {
	--main-font: "Roboto", sans-serif;
	--main-color: #36499C;
	--secound-color: #FFD00F;
	--black-color: #000000;
	--white-color: #ffffff;
	--content-color: #595959;
	--light-green-color: #81b922;
	--orange-color: #faa51d;
}
html{
	overflow-x: hidden;
}
body{
	font-family: var(--main-font);
}

.site-top{
	border-bottom: solid 1px #E1E1E1;
		padding: 4px 0;
}
.site-top .container{
	max-width: calc(1920px - 60px + 2 * 0px);
}
.site-top ul{
	margin: 0;
}
.site-top ul li {
	font-size: 14px;
	color: var(--content-color);
}
.site-top ul li a{
	color: var(--content-color);
	text-decoration: none;
	font-size: 14px;
}
.site-top ul li a:hover{
	color: var(--light-green-color);
}
.site-top ul li a:hover svg path,
.site-top ul li a:hover svg rect,
.site-top ul li a:hover svg circle{
	stroke: var(--light-green-color);
}
.site-top ul li a i{
	color: var(--content-color);
}
.site-top ul li a:hover i{
	color: var(--light-green-color);
}
.site-top .social a{
	width: 30px;
	display: inline-block;
	position: relative;
	justify-content: center;
	align-content: center;
}
.site-top .social a:after{
	background: #ebebeb;
    content: "";
    top: 2px;
    bottom: 2px;
    position: absolute;
    right: 0;
    width: 1px;
}
.site-top .social:last-child a:after{
	display: none;
}


header {
	padding: 1rem 0rem 1rem 0rem
}
header .custom-logo{
	height: 84px;
	width: auto;
}
header .logo{
	height: 84px;
	line-height: 84px;
	color: var(--main-color);
	font-weight: bold;
}
header .container{
	max-width: calc(1920px - 60px + 2 * 0px);
}


/* Center the header content */
.x-bar-content {
    max-width: 1200px !important;
    width: 100%;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
}

/* Large desktops */
@media (min-width: 1440px) {
    .x-bar-content {
        max-width: 1200px !important;
    }
}

/* Tablets */
@media (max-width: 1024px) {
    .x-bar-content {
        max-width: 100% !important;
        padding: 0 24px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .x-bar-content {
        padding: 0 16px !important;
    }
}

header .custom-logo-link{
    display:inline-flex;
    flex-shrink:0;
    width:auto;
}

header .mega-menu-row{
	box-shadow: 0 0 15px rgba(0,0,0,.08) !important;
	z-index: 99;
}
header .mega-menu-row .mega-sub-menu{
	max-width: 1320px !important;
	margin: auto !important;
}
header .mega-menu-wrap{
    flex:1;
}
header .mega-menu-wrap li a{
	font-weight: 600 !important
}
header .mega-menu-wrap li ul{
	padding: 10px 8px 10px 8px !important;
}
header .mega-menu-wrap li a{
	color: #333 !important;
	font-size: 13px !important;
}
header .mega-sub-menu{
	overflow: hidden !important;
}
header .mega-sub-menu li ul li ul li a{
	color: #333 !important;
	font-size: 13px !important;
}
header .mega-sub-menu li ul li ul li ul li a{
	color: #555 !important;
	font-size: 13px !important;
}
header .mega-sub-menu li ul li ul li ul li a:hover{
	color: var(--orange-color) !important;
}


header .header-action{
    flex-shrink:0;
    width:auto;
    margin-left:auto;
    white-space:nowrap;
}
header .header-action a{
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	color: #002d57;
	background-color: #ffd00f;
	font-size: 14px;
	text-decoration: none;
	border: 2px solid var(--orange-color);
	width: 134px !important;
	height: 46px !important;
	border-radius: 3px;
}
header .header-action a:hover{
	background: var(--orange-color);
}










.before-footer{
	padding: 60px 0;
	position: relative;
}
.before-footer:after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51, 51, 51, .2);
    opacity: 0;
    border-radius: inherit;
    transition: opacity .3s, background .3s, transform .3s;
}
.before-footer:hover:after{
	opacity: 1;
	transition: opacity .3s, background .3s, transform .3s;
}

.before-footer .inner-before-footer{
	max-width: 650px;
	width: 100%;
	margin: auto;
	padding: 15px 0;
	background: rgba(242,243,245,.56);
position: relative;
	z-index: 99;
	
}
.before-footer .inner-before-footer h2 a{
	font-size: 2rem;
	font-weight: 600;
	color: var(--main-color);
	text-decoration: none;
	transition: color .3s;
}
.before-footer .inner-before-footer h2 a:hover{
	color: #cc6d36;
	transition: color .3s;
}
.before-footer .inner-before-footer p a{
	color: #cc6d36;
	transition: color .3s;
	font-weight: bold;
	text-decoration: none;
}

.sparkle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
    background-image: url(../images/sparkle1.png), url(../images/sparkle2.png);
    animation: sparkle 60s linear infinite;
}

@keyframes sparkle {
  0% {
    background-position:
      0px 0px,
      0px 0px,
      0px 0px;
  }

  100% {
    background-position:
      -500px -1000px,
      -400px -400px,
      300px 300px;
  }
}








footer{
	font-size: 14px;
	border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: var(--main-color);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin: 0px 0px 0px 0px;
    padding: 6.7rem 0rem 0 0rem;
}
footer .custom-logo{
	height: 60px;
	width: auto;
	margin-bottom: 30px;
}
footer .logo{
	height: 84px;
	line-height: 84px;
	color: var(--main-color);
	font-weight: bold;
	margin-bottom: 30px;
}
footer .tag-line{
	font-size: 18px;
	line-height: 1.76em;
	color: var(--main-color);
	font-weight: 600;
}
footer .contact-info li{
	color: var(--black-color);
}
footer .contact-info li a{
	color: var(--content-color);
	font-weight: 500;
	text-decoration: none;
}

footer h4, 
footer h4 a{
	font-size: 18px;
	letter-spacing: 0px;
	color: var(--main-color);
	font-weight: 600;
	text-decoration: none;
}
footer h4 a{
	margin-top: 10px;
}
footer ul{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
footer ul li{
	margin-bottom: 10px;
	list-style: none;
}
footer ul li a{
	color: var(--content-color);
	text-decoration: none;
	font-weight: 500;
	transition: color .3s;
}
footer ul li a:hover{
	color: #d8a416;
	transition: color .3s;
}

footer .banner{
	float: left;
	position: relative;
}
footer .banner figure{
	float: left;
	width: 100%;
	margin: 0;
}
footer .banner .hotspot-wrapper {
	position: absolute;
	z-index: 2;
	font-size: 7px;
}

.hotspot-type1:not(:hover):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,.3);
    border-radius: 50%;
    animation: zooming 2s infinite;
}
.hotspot {
    width: 6px;
    height: 6px;
    line-height: 6px;
    color: #fdd110;
}
.hotspot-wrapper .hotspot:before {
    content: "";
    position: absolute;
    left: -10px;
    right: -1rem;
    top: -1rem;
    bottom: -1rem;
}
@keyframes zooming {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(4);
  }
}

footer .elementor-repeater-item-b5ecc80 {
    left: 10%;
    top: 28%;
}
footer .elementor-repeater-item-cfbbc41 {
    left: 15%;
    top: 32%;
}
footer .elementor-repeater-item-8adccb4 {
    left: 9%;
    top: 40%;
}
footer .elementor-repeater-item-c041d28 {
    left: 9%;
    top: 36%;
}
footer .elementor-repeater-item-8022431 {
    left: 22%;
    top: 37%;
}
footer .elementor-repeater-item-ad060bb {
    left: 20%;
    top: 43%;
}
footer .elementor-repeater-item-e606a99 {
    left: 24%;
    top: 44%;
}
footer .elementor-repeater-item-73e297d {
    left: 21%;
    top: 61%;
}
footer .elementor-repeater-item-87a941e {
    left: 30%;
    top: 70%;
}
footer .elementor-repeater-item-7bf1591 {
    left: 25%;
    top: 80%;
}
.elementor-element-9904d9b footer .elementor-repeater-item-349c0a3 {
    left: 86%;
    top: 82%;
}
footer .elementor-repeater-item-363718b {
    left: 89%;
    top: 30%;
}
footer .elementor-repeater-item-886a571 {
    left: 81%;
    top: 30%;
}
footer .elementor-repeater-item-a2a87e3 {
    left: 84%;
    top: 33%;
}
footer .elementor-repeater-item-6c0c008 {
    left: 80%;
    top: 48%;
}
footer .elementor-repeater-item-a921f4c {
    left: 76%;
    top: 59%;
}
footer .elementor-repeater-item-d95a063 {
    left: 67%;
    top: 52%;
}
footer .elementor-repeater-item-1d7a88d {
    left: 53%;
    top: 45%;
}
footer .elementor-repeater-item-fb9ad27 {
    left: 58%;
    top: 27%;
}
footer .elementor-repeater-item-123075e {
    left: 47%;
    top: 34%;
}
footer .elementor-repeater-item-b6cdaeb {
    left: 45%;
    top: 36%;
}
footer .banner .banner-content {
    left: 50%;
    top: 50%;
}

footer .elementor-repeater-item-583daf6 {
    left: 25%;
    top: 80%;
}
footer .elementor-repeater-item-349c0a3 {
    left: 86%;
    top: 82%;
}


footer .social-links li{
	margin: 10px 7px;
}
footer .social-links a{
	width: 30px;
	height: 30px;
	background: var(--main-color);
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	transition-duration: .3s;
}
footer .social-links a:hover{
	background: var(--secound-color);
	color: var(--white-color) !important;
	transition-duration: .3s;
}
footer .other-link a{
	font-weight: bold;
	color: var(--main-color);
	text-decoration: none;
}

footer .copy-right{
	padding: 36px 0px 35px 0px;
	background: var(--main-color);
	color: var(--white-color);
	font-weight: 600;
	margin-top: 80px;
	border-top: solid 2px var(--secound-color);
}






.seq-container{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:20px;
}

.seq-card{
    height:260px;
    perspective:1200px;
}

.seq-card-inner{
    width:100%;
    height:100%;
    position:relative;
    transform-style:preserve-3d;
    transition:0.9s;
}

.seq-card:hover .seq-card-inner{
    transform:rotateX(-180deg);
}
.seq-card-front{
    position:absolute;
    width:100%;
    height:100%;
    backface-visibility:hidden;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.seq-card-back{
    position:absolute;
    width:100%;
    height:100%;
    backface-visibility:hidden;
    border-radius:18px;
    display:flex;
    justify-content:center;
}

.seq-card-front{
    background: #f4f4f4;
}
.seq-front-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-align:center;
}

.seq-front-content span{
	border: solid 2px #cc6d36;
	border-radius: 100%;
}
.seq-front-content img{
    width: 144px;
}

.seq-front-content h3{
	font-size:16px;
	color:var(--main-color);
	font-weight: 600;
	margin:0;
}

.seq-card-back{
    background: var(--main-color);
    color:#fff;
    transform:rotateX(180deg);
    padding:15px;
    box-sizing:border-box;
    flex-direction:column;
    text-align:left;
}

.seq-card-back h3{
    font-size:14px;
    margin-bottom:10px;
}

.seq-card-back ul{
    padding-left:16px;
    font-size:12px;
    line-height:1.5;
}
.seq-card-back a{
	margin-top: 5px;
	float: left;
	background: linear-gradient(to right,  rgba(215,139,95,1) 0%,rgba(204,108,52,1) 100%);
	padding: 8px 19px;
	border-radius: 50px;
	color: var(--white-color);
	position: relative;
	overflow: hidden;
}
.seq-card-back a:after{
	content: "";
    position: absolute;
    top: -50%;
    left: 0%;
    right: 0%;
    bottom: -50%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 80%);
    transform: skewX(-45deg) translateX(-100%);
    transition: transform .8s;
}
.seq-card-back a:hover:after {
    transform: skewX(-45deg) translateX(100%);
}

/* Product Page css */
/* single-product-page.css
   All styling for the custom single-product.php template.
   Enqueued properly via wp_enqueue_style() -- see enqueue-snippet.php */

/* ===================================
   HERO BANNER
=================================== */
.srch-hero-banner{
    position:relative;
    height:180px;
    background-image:url('https://staging2.seqmatic.com/wp-content/uploads/2026/06/imgi_3_productdetails.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
}
.srch-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.15);
    display:flex;
    align-items:center;
    justify-content:center;
}
.srch-hero-banner h1{
    color:#cc6d36;
    font-size:28px;
    line-height: 34px;
    font-weight:400;
    text-align:center;
    background:rgba(255,255,255,.2);
    backdrop-filter:blur(4px);
    padding:12px 40px;
    border-radius:4px;
    position:relative;
    z-index:2;
    max-width:40%;
    margin: 0 auto;
}

/* ===================================
   BREADCRUMB
=================================== */
.search-breadcrumb{
    background:#fff;
    padding:14px 0;
    border-bottom: 1px solid lightgray;
/* 	max-width: 1200px; */
    margin: auto;
}
.search-breadcrumb .container,
.search-breadcrumb .woocommerce-breadcrumb{
    display:flex;
    align-items:center;
    gap:6px;
    flex-wrap:wrap;
    font-size: 13px;
	max-width: 1200px;
	margin: auto;
}
.search-breadcrumb a{
    color:#36499b;
    text-decoration:none;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
}
.search-breadcrumb a:hover{
    color: #854923;
    text-decoration:underline;
}
.search-breadcrumb span,
.search-breadcrumb .woocommerce-breadcrumb{
    color:#777;
    font-size:13px;
}
.search-breadcrumb strong{
    color: #53534c;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
}

/* ===================================
   Product Details
=================================== */
.product-hero{
    padding:70px 0;
}
.product-hero .container{
    max-width:1200px;
/*     margin:auto; */
}
.product-grid{
    display:grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); /* was 50% 45% */
    gap:70px;
}

.product-gallery,
.product-content{
    min-width:0; /* let the column shrink to its track instead of its content */
}
/* ===================================
   Product Gallery (thumbnail column + main image)
=================================== */
.product-gallery{
    display:flex;
    gap:20px;
}
.gallery-thumbs-wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:70px;
    flex-shrink:0;
}
.thumb-scroll{
    background:none;
    border:none;
    color:#999;
    cursor:pointer;
    padding:6px 0;
    font-size:11px;
    line-height:1;
}
.thumb-scroll:hover{
    color:#d96d2c;
}
.gallery-thumbs{
    display:flex;
    flex-direction:column;
    gap:10px;
    max-height:420px;
    overflow-y:auto;
    scrollbar-width:none;
}
.gallery-thumbs::-webkit-scrollbar{
    display:none;
}
.gallery-thumb{
    width:70px;
    height:70px;
    padding:0;
    border:2px solid transparent;
    border-radius:6px;
    overflow:hidden;
    background:#f5f5f5;
    cursor:pointer;
    flex-shrink:0;
}
.gallery-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.gallery-thumb.active,
.gallery-thumb:hover{
    border-color:#d96d2c;
}
.gallery-main{
    position:relative;
    flex:1;
    aspect-ratio: 1 / 1 ;
    background:#fafafa;
    border-radius:8px;
    overflow:hidden;
}
.gallery-main img{
    width:100%;
    height: 100%;
    object-fit:cover;
    display:block;
    cursor:zoom-in;
}
.gallery-zoom-pane{
    position:absolute;
    inset:0;
    background-repeat:no-repeat;
    background-size:200%;
    opacity:0;
    transition:opacity .15s ease;
    pointer-events:none;
}
.gallery-main:hover .gallery-zoom-pane{
    opacity:1;
}
.gallery-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:38px;
    height:38px;
    border-radius:50%;
    background:rgba(255,255,255,.9);
    border:1px solid #eee;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#333;
    cursor:pointer;
    font-size:14px;
    z-index:2;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    opacity:0;
    transition:opacity .15s ease;
	opacity:1;
}
/* .gallery-main:hover .gallery-nav{
    opacity:1;
} */
.gallery-nav-prev{
    left:14px;
}
.gallery-nav-next{
    right:14px;
}
.gallery-nav:hover{
    color:#d96d2c;
}
.gallery-zoom-btn{
    position:absolute;
    right:14px;
    bottom:14px;
    width:36px;
    height:36px;
    border-radius:50%;
    background:#fff;
    border:1px solid #eee;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#555;
    cursor:pointer;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.gallery-zoom-btn:hover{
    color:#d96d2c;
}

/* Lightbox overlay */
.gallery-lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.85);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:99999;
    padding:40px;
}
.gallery-lightbox.is-open{
    display:flex;
}
.gallery-lightbox img{
    max-width:100%;
    max-height:100%;
    border-radius:6px;
}
.gallery-lightbox-close{
    position:absolute;
    top:20px;
    right:30px;
    background:none;
    border:none;
    color:#fff;
    font-size:36px;
    line-height:1;
    cursor:pointer;
}

@media (max-width: 600px){
    .product-gallery{
        flex-direction:column-reverse;
    }
    .gallery-thumbs-wrap{
        width:100%;
        flex-direction:row;
    }
    .gallery-thumbs{
        flex-direction:row;
        max-height:none;
        max-width:100%;
        overflow-x:auto;
        overflow-y:visible;
    }
    .thumb-scroll{
        display:none;
    }
}
.product-content h1{
    font-size:32px;
    line-height:1.25;
    font-weight:700;
    color:#1a1a2e;
    margin-bottom:18px;
}
.price{
    color:#C96D31;
    font-size:30px;
    font-weight:bold;
    margin-bottom:18px;
}
.description{
    font-size:15px;
    line-height:1.7;
    color:#444;
    margin-bottom:20px;
}
.description ul{
    margin:15px 0 0;
    padding-left:20px;
}
.description ul li{
    font-size:14px;
    line-height:1.8;
    color:#333;
}

/* Safety net: nothing inside the description (or the gallery/content
   columns generally) should ever be able to force .product-hero wider
   than the viewport -- covers any leftover embedded/oversized markup. */
.product-hero{
    overflow-x:hidden;
}
.product-content,
.description,
.description *{
    max-width:100%;
    box-sizing:border-box;
}
.description img,
.description iframe,
.description video,
.description table{
    max-width:100% !important;
    height:auto !important;
}
.description table{
    display:block;
    overflow-x:auto;
}
.unit-content,
.sku-information{
    margin-bottom:25px;
}
.meta{
    margin:30px 0;
}
.meta p{
    margin-bottom:10px;
}
.product-size{
    margin-bottom:30px;
}
.product-size select{
    width:100%;
    height:48px;
    padding:0 15px;
}
.cart-box{
    display:flex;
    align-items:center;
    gap:20px;
}
.quantity{
    display:flex;
}
.quantity button{
    width:45px;
    height:45px;
    border:1px solid #ddd;
    background:#fff;
    cursor:pointer;
}

.quantity button:hover{
	background: #ffd00f !important;
}
.quantity input{
    width:60px;
    text-align:center;
    border:1px solid #ddd;
}
.btn-cart{
    background:#f4f5f8;
    color:#1a56c4;
    text-decoration:none;
    padding:13px 35px;
    border-radius:4px;
    border:1px solid #e2e3e8;
    font-weight:600;
}

.btn-cart:hover{
	background: #ffd00f !important;
}

.single_add_to_cart_button.button.alt:hover{
	background: #ffd00f !important;
}

/* Restyle WooCommerce's native add-to-cart output to match the reference:
   light background, blue text, thin border -- NOT a filled orange button */
.cart-box{
    display:flex;
    align-items:center;
    gap:15px;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #eee;
}
.cart-box form.cart{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}
.cart-box .single_add_to_cart_button{
    background:#f4f5f8 !important;
    color:#1a56c4 !important;
    text-decoration:none;
    padding:13px 35px !important;
    border-radius:4px !important;
    border:1px solid #e2e3e8 !important;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.2s;
}
.cart-box .single_add_to_cart_button:hover{
    background:#e9ebf1 !important;
}
.cart-box .quantity{
    display:flex;
    align-items:center;
    border:1px solid #ddd;
    border-radius:4px;
    overflow:hidden;
}
.cart-box .quantity input.qty{
    width:50px;
    text-align:center;
    border:none;
    height:45px;
    box-shadow:none;
    -moz-appearance:textfield;
}
.cart-box .quantity input.qty::-webkit-outer-spin-button,
.cart-box .quantity input.qty::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}
.cart-box .quantity .qty-minus,
.cart-box .quantity .qty-plus{
    width:40px;
    height:45px;
    border:none;
    background:#f7f7f8;
    color:#555;
    font-size:16px;
    line-height:1;
    cursor:pointer;
    flex-shrink:0;
}
.cart-box .quantity .qty-minus{
    border-right:1px solid #ddd;
}
.cart-box .quantity .qty-plus{
    border-left:1px solid #ddd;
}
.cart-box .quantity .qty-minus:hover,
.cart-box .quantity .qty-plus:hover{
    background:#eee;
    color:#d96d2c;
}
.cart-box table.variations{
    width:100%;
    margin-bottom:15px;
}
.cart-box table.variations select{
    width:100%;
    height:48px;
    padding:0 15px;
    border:1px solid #ddd;
    border-radius:4px;
}

/* Social share icons row under Add to Cart */
.product-content .social-icons{
    display:flex;
    gap:10px;
}
.product-content .social-icons a{
    width:36px;
    height:36px;
    border-radius:50%;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#333;
    text-decoration:none;
}
.product-content .social-icons a:hover{
    background:#f4f5f8;
}

/* Category / SKU as plain text, not link-styled */
.meta p a{
    color:inherit;
    text-decoration:none;
}

/* ===================================
   Product Description / Tabs
=================================== */
.product-tabs{
    padding:70px 0;
	max-width: 1200px;
	margin: auto;
}
.tabs-nav{
    display:flex;
    justify-content:center;
    list-style:none;
    border-bottom:1px solid #ddd;
    margin-bottom:40px;
    padding:0;
}
.tabs-nav li{
    padding:18px 40px;
    cursor:pointer;
    font-size:22px;
    font-weight:600;
    color:#333;
    border-bottom:3px solid transparent;
}
.tabs-nav li.active{
    color:#d66d2e;
    border-color:#d66d2e;
}
.tab-pane{
    display:none;
/*     max-width:1000px; */
    font-size:15px;
    line-height:1.7;
    color:#444;
}
.tab-pane.active{
    display:block;
}
.tab-pane p{
    margin-bottom:15px;
}
.tab-pane ul,
.tab-pane ol{
    margin:0 0 15px -15px;
}
.testimonial{
    margin-bottom:40px;
}
.quote{
    background:#f5f5f5;
    padding:25px;
    border-left:3px solid #d66d2e;
    margin-bottom:15px;
}
.citation{
    margin-bottom:20px;
}

/* ===================================
   Related Products
=================================== */
.related-products{
    padding:80px 0;
}
.related-products h2{
    text-align:center;
    font-size:42px;
    margin-bottom:50px;
}
.related-products .swiper-wrapper{
    display:grid !important;
    grid-template-columns:repeat(4, 1fr);
    gap:30px;
    transform:none !important;
}
.related-products .swiper-slide{
    width:100% !important;
    margin:0 !important;
}
.related-card{
    border:1px solid #eee;
    padding:15px;
    background:#fff;
    transition:.3s;
    height:100%;
}
.related-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}
.related-card h4{
    margin:20px 0 10px;
    font-size:22px;
    min-height:60px;
}
.related-card h4 a{
    color:#333;
    text-decoration:none;
}
.related-card .price{
    color:#d96d2c;
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}
.view-btn{
    display:inline-block;
    padding:12px 28px;
    border:1px solid #d96d2c;
    color:#d96d2c;
    text-decoration:none;
    border-radius:4px;
    transition:.3s;
}
.view-btn:hover{
    background:#d96d2c;
    color:#fff;
}

/* ===================================
   Get Your Results / Process Steps
=================================== */
.results-section{
    padding:90px 0;
    text-align:center;
}
.results-heading h2{
    font-size:38px;
    line-height: 46px;
    color:#34489b;
    font-weight:600;
    margin-bottom:10px;
}
.results-heading p{
    color:#888;
    font-size:16px;
    line-height: 27px;
    margin-bottom:60px;
    font-weight:400;
}
.results-row{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:nowrap;
}
.result-item{
    width:220px;
    text-align:center;
}
.icon-circle{
    width:120px;
    height:120px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 30px;
}
.icon-circle img{
    width:120px;
}
.connector{
    width:70px;
    height:2px;
    background:#ececec;
    margin-top:60px;
}
.result-item h3{
    color:#35489b;
    font-size:18px;
    margin-bottom:15px;
    line-height: 22px;
    font-weight:600;
}
.result-item p{
    color:#53534c;
    font-size:14px;
    line-height: 24px;
    font-weight:600;
}
.results-btn{
    margin-top:60px;
}
.results-btn a{
    display:inline-block;
    padding:15px 45px;
    border:2px solid #333;
    color:#0056b3;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}
.results-btn a:hover{
    background:#000;
    color:#d8a416;
}

/* Responsive: stack the grid on smaller screens */
@media (max-width: 900px){
    .product-grid{
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .results-row{
        flex-wrap: wrap;
        gap: 30px;
    }
    .related-products .swiper-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
}

.before-footer.position-relative.float-start.w-100 {
    display: none;
}

/* =========================================================================
   NEW: Added-to-cart notices (View Cart message) + Sticky Add To Cart bar
   Everything below is additive only -- nothing above this line was changed.
========================================================================= */

/* ---------------------------------------------------
   WooCommerce notices (added-to-cart / error / info)
   Printed via wc_print_notices() just above product-hero.
--------------------------------------------------- */
.product-notices{
    padding-top: 20px;
}
.product-notices .container{
    max-width: 1200px;
    margin: 0 auto;
}
.product-notices:empty,
.product-notices .container:empty{
    padding: 0;
}
.woocommerce-notices-wrapper:empty{
    display:none;
}
.product-notices ul.woocommerce-message,
.product-notices ul.woocommerce-error,
.product-notices ul.woocommerce-info{
    list-style:none;
    margin:0 0 20px;
    padding:16px 20px;
    background:#f2f8ef;
    border:1px solid #cde8c3;
    border-left:4px solid #6fb84c;
    border-radius:4px;
    color:#2f5522;
    font-size:14px;
    line-height:1.6;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
}
.product-notices ul.woocommerce-error{
    background:#fbeeee;
    border-color:#f0c4c4;
    border-left-color:#d9534f;
    color:#7a2020;
}
.product-notices ul.woocommerce-info{
    background:#eef3fb;
    border-color:#c7d9f2;
    border-left-color:#3a72c4;
    color:#1f3b63;
}
.product-notices ul.woocommerce-message li,
.product-notices ul.woocommerce-error li,
.product-notices ul.woocommerce-info li{
    margin:0;
    flex:1 1 auto;
}
/* The "View cart" link WooCommerce auto-adds to the add-to-cart message */
.product-notices ul.woocommerce-message a.button.wc-forward{
    display:inline-block;
    flex:0 0 auto;
    background:#2f6f1f;
    color:#fff;
    text-decoration:none;
    padding:10px 22px;
    border-radius:4px;
    font-weight:600;
    font-size:13px;
    white-space:nowrap;
    transition:.2s;
}
.product-notices ul.woocommerce-message a.button.wc-forward:hover{
    background:#244f18;
}

@media (max-width: 600px){
    .product-notices ul.woocommerce-message,
    .product-notices ul.woocommerce-error,
    .product-notices ul.woocommerce-info{
        flex-direction:column;
        align-items:flex-start;
        padding:14px 16px;
    }
    .product-notices ul.woocommerce-message a.button.wc-forward{
        width:100%;
        text-align:center;
    }
}

/* ---------------------------------------------------
   Sticky Add To Cart bar
--------------------------------------------------- */
.sticky-atc{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
    background:#fff;
    border-top:1px solid #e5e5e5;
    box-shadow:0 -6px 24px rgba(0,0,0,.08);
    transform:translateY(100%);
    opacity:0;
    pointer-events:none;
    transition:transform .3s ease, opacity .3s ease;
}
.sticky-atc.is-visible{
    transform:translateY(0);
    opacity:1;
    pointer-events:auto;
}
.sticky-atc-inner{
    max-width:1200px;
    margin:0 auto;
    padding:12px 20px;
    display:flex;
    align-items:center;
    gap:20px;
}
.sticky-atc-thumb{
    flex:0 0 auto;
    width:56px;
    height:56px;
    border-radius:6px;
    overflow:hidden;
    background:#f5f5f5;
}
.sticky-atc-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.sticky-atc-info{
    flex:1 1 auto;
    min-width:0;
}
.sticky-atc-title{
    margin:0 0 2px;
    font-size:15px;
    font-weight:600;
    color:#1a1a2e;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.sticky-atc-info .price{
    margin:0;
    font-size:16px;
    color:#C96D31;
    font-weight:700;
}
.sticky-atc-cart{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:15px;
    /* This block reuses the .cart-box styling (button/quantity look),
       but the sticky bar itself doesn't need the border/margin that
       .cart-box normally has in the main product info column. */
    padding:0;
    margin:0;
    border-bottom:none;
}
.sticky-atc-cart form.cart{
    margin:0;
}

@media (max-width: 900px){
    .sticky-atc-title{
        max-width:180px;
    }
}

@media (max-width: 600px){
    .sticky-atc-inner{
        padding:10px 14px;
        gap:10px;
    }
    .sticky-atc-thumb{
        width:44px;
        height:44px;
    }
    .sticky-atc-title{
        font-size:13px;
        max-width:110px;
    }
    .sticky-atc-info .price{
        font-size:14px;
    }
    .sticky-atc-cart .single_add_to_cart_button{
        padding:10px 16px !important;
        font-size:13px;
    }
    .sticky-atc-cart .quantity{
        display:none; /* keep the mobile bar compact -- Add to Cart uses qty 1 */
    }
}

@media (max-width: 400px){
    .sticky-atc-thumb{
        display:none; /* free up space on very small screens */
    }
}

/* =========================================================================
   NEW: Full responsive pass for tablet (~768-900px) and mobile (<=600px).
   Additive only -- every rule below is scoped/overriding, nothing above
   this line was edited or removed.
========================================================================= */

/* ---------- Tablet (<=900px) ---------- */
@media (max-width: 900px){

    .srch-hero-banner{
        height:150px;
    }
    .srch-hero-banner h1{
        font-size:22px;
        line-height:28px;
        max-width:70%;
        padding:10px 24px;
    }

    .product-hero{
        padding:50px 0;
    }
    .product-hero .container,
    .search-breadcrumb,
    .product-notices .container,
    .product-tabs,
    .related-products .container,
    .results-section .container{
        padding-left:20px;
        padding-right:20px;
    }

    .product-content h1{
        font-size:26px;
    }
    .price{
        font-size:26px;
    }

    .cart-box{
        flex-wrap:wrap;
    }
    .cart-box form.cart{
        width:100%;
    }

    .product-tabs{
        padding:50px 0;
    }
    .tabs-nav{
        flex-wrap:nowrap;
        justify-content:flex-start;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }
    .tabs-nav::-webkit-scrollbar{
        display:none;
    }
    .tabs-nav li{
        padding:14px 22px;
        font-size:17px;
        white-space:nowrap;
        flex:0 0 auto;
    }

    .related-products{
        padding:50px 0;
    }
    .related-products h2{
        font-size:30px;
        margin-bottom:30px;
    }
    .related-products .swiper-wrapper{
        grid-template-columns:repeat(2, 1fr);
        gap:20px;
    }
    .related-card h4{
        font-size:18px;
        min-height:auto;
    }
    .related-card .price{
        font-size:22px;
    }

    .results-section{
        padding:60px 0;
    }
    .results-heading h2{
        font-size:28px;
        line-height:34px;
    }
    .results-row{
        gap:30px 20px;
    }
    .result-item{
        width:150px;
    }
    .icon-circle{
        width:90px;
        height:90px;
        margin-bottom:18px;
    }
    .icon-circle img{
        width:90px;
    }

    .sticky-atc-inner{
        padding:10px 20px;
        gap:14px;
    }
}

/* ---------- Mobile (<=600px) ---------- */
@media (max-width: 600px){

    .srch-hero-banner{
        height:120px;
    }
    .srch-hero-banner h1{
        font-size:18px;
        line-height:24px;
        max-width:90%;
        padding:8px 16px;
    }

    .search-breadcrumb{
        padding:10px 0;
    }
    .search-breadcrumb .container,
    .search-breadcrumb .woocommerce-breadcrumb{
        font-size:12px;
    }

    .product-hero{
        padding:30px 0;
    }
    .product-grid{
        gap:28px;
    }

    .product-content h1{
        font-size:22px;
        margin-bottom:12px;
    }
    .price{
        font-size:22px;
        margin-bottom:12px;
    }
    .description{
        font-size:14px;
    }

    .meta{
        margin:20px 0;
    }
    .meta p{
        font-size:14px;
    }

    .cart-box{
        gap:12px;
        padding-bottom:16px;
        margin-bottom:16px;
    }
    .cart-box .quantity{
        flex:0 0 auto;
    }
    .cart-box .quantity input.qty{
        width:40px;
        height:42px;
    }
    .cart-box .quantity .qty-minus,
    .cart-box .quantity .qty-plus{
        width:34px;
        height:42px;
    }
    .cart-box .single_add_to_cart_button{
        padding:12px 24px !important;
        font-size:14px;
        flex:1 1 auto;
        text-align:center;
    }

    .social-icons{
        gap:8px;
    }
    .social-icons a{
        width:32px;
        height:32px;
    }

    .product-tabs{
        padding:36px 0;
    }
    .tabs-nav{
        margin-bottom:24px;
    }
    .tabs-nav li{
        padding:12px 16px;
        font-size:15px;
    }
    .tab-pane{
        font-size:14px;
    }

    .related-products{
        padding:36px 0;
    }
    .related-products h2{
        font-size:24px;
        margin-bottom:24px;
    }
    .related-products .swiper-wrapper{
        grid-template-columns:1fr;
        gap:16px;
    }
    .related-card img{
        height:200px;
    }

    .results-section{
        padding:40px 0;
    }
    .results-heading h2{
        font-size:22px;
        line-height:28px;
    }
    .results-heading p{
        font-size:14px;
        margin-bottom:30px;
    }
    .results-row{
        justify-content:space-between;
    }
    .result-item{
        width:calc(50% - 10px);
    }
    .icon-circle{
        width:80px;
        height:80px;
        margin-bottom:14px;
    }
    .icon-circle img{
        width:80px;
    }
    .result-item h3{
        font-size:16px;
    }
    .result-item p{
        font-size:13px;
    }
    .results-btn a{
        padding:12px 30px;
        font-size:14px;
    }
}

/* ---------- Small mobile (<=380px) ---------- */
@media (max-width: 380px){
    .srch-hero-banner h1{
        font-size:16px;
        padding:6px 12px;
    }
    .product-content h1{
        font-size:19px;
    }
    .price{
        font-size:19px;
    }
    .cart-box{
        flex-direction:column;
        align-items:stretch;
    }
    .cart-box .quantity{
        align-self:flex-start;
    }
    .cart-box .single_add_to_cart_button{
        width:100%;
    }
    .result-item{
        width:100%;
    }
    .sticky-atc-cart .single_add_to_cart_button{
        padding:9px 14px !important;
        font-size:12px;
    }
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    gap: 10px;
}
div#sticky-atc .cart-box table.variations {
    margin-bottom: 8px;
    display: none;
}
div#sticky-atc .woocommerce-variation-price {
    display: none;
}
div#sticky-atc {
    padding: 30px 0;
}
.related-card .view-btn{
	display:none;
}
.related-card{
	border: 0px !important;
}
.related-card .price {
    color: #323334;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sticky-atc-info .price {
    margin: 0;
    font-size: 16px;
    color: #323334;
    font-weight: 700;
}
.related-card h4 a {
    color: #323334;
    text-decoration: none;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}

.cart-box .quantity input.qty {
    width: 50px;
    text-align: center;
    border: none;
    height: 45px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20); !important;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    margin-top: 10px;
}
.attribute_kit-size.reset_variations {
    background: lightgray !important;
    padding: 10px !important;
    border-radius: 05px !important;
    color: #000 !important;
    text-decoration: none !important;
	margin-top:10px !important;
}

/* =========================================
   EXACT KIT SIZE LAYOUT
   Reference:
   Label:     x 10px
   Select:    x 76px
   Clear:     x 10px underneath
========================================= */

.variations_form.cart table.variations {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
}

/* Main row */
.variations_form.cart table.variations tbody tr {
    display: grid !important;
    grid-template-columns: 66px 240px !important;
    grid-template-rows: 44px 34px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: start !important;
}

/* =========================================
   KIT SIZE LABEL
========================================= */

.variations_form.cart table.variations th.label {
    grid-column: 1 !important;
    grid-row: 1 !important;

    width: 66px !important;
    min-width: 66px !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: left !important;
    vertical-align: middle !important;
}

.variations_form.cart table.variations th.label label {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 16px !important;
    line-height: 44px !important;
    font-weight: 700 !important;

    color: #333 !important;
    white-space: nowrap !important;
}


/* =========================================
   SELECT AREA
========================================= */

.variations_form.cart table.variations td.value {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;

    width: 240px !important;
    min-width: 240px !important;

    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;
    vertical-align: top !important;
}


/* Select box */

.variations_form.cart table.variations td.value select {
    display: block !important;

    width: 240px !important;
    height: 44px !important;

    margin: 0 !important;
    padding: 0 38px 0 14px !important;

    border: 1px solid #ccc !important;
    border-radius: 4px !important;

    background-color: #fff !important;
    color: #333 !important;

    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 44px !important;

    box-sizing: border-box !important;

    cursor: pointer !important;
}


/* =========================================
   CLEAN ALL / RESET
========================================= */

.variations_form.cart table.variations td.value .reset_variations {
    display: block !important;

    position: absolute !important;

    left: -66px !important;
    top: 60px !important;

    width: 84px !important;
    height: 34px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #f4f4f4 !important;
    color: #333 !important;

    border: 0 !important;
    border-radius: 0 !important;

    font-size: 0 !important;
    line-height: 34px !important;

    text-align: center !important;
    text-decoration: none !important;

    visibility: visible !important;
    opacity: 1 !important;

    box-sizing: border-box !important;
}


/* Change "Clear" to "Clean All" visually */

.variations_form.cart table.variations td.value .reset_variations::after {
    content: "Clean All" !important;

    display: block !important;

    font-size: 13px !important;
    line-height: 34px !important;
    font-weight: 600 !important;

    color: #333 !important;
}


/* Hover */

.variations_form.cart table.variations td.value .reset_variations:hover {
    background: #eeeeee !important;
    color: #333 !important;
    text-decoration: none !important;
}
.variations_form.cart table.variations td.value .reset_variations::after {
    margin-top: -35px !important;
}

.woocommerce-variation-price {
    margin-top: 10px !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: flex !important;
    gap: 10px !important;
}