:root{
--brand-primary: #20537d;
--brand-primary-hover: #2a6aa0;
--brand-primary-soft: #E8F2ED;
--brand-accent-1: #C26D3A; --brand-accent-2: #C4A052; --brand-link: #0A7E8C;
--bg: #FAF7F2;
--surface: #FFFFFF;
--text: #111827;
--text-muted: #6B7280;
--border: #E5E7EB;
--success: #2E7D32;
--warning: #F59E0B; --danger: #DC2626;
} body{ background:var(--bg); color:var(--text); }
a{ color:var(--brand-link); }
hr, .wp-block-separator{ border-color:var(--border); } .woocommerce a.button, .woocommerce button.button, .button,
.add_to_cart_button, .single_add_to_cart_button{
background:var(--brand-primary); border-color:var(--brand-primary);
color:#fff;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .button:hover,
.add_to_cart_button:hover, .single_add_to_cart_button:hover{
background:var(--brand-primary-hover); border-color:var(--brand-primary-hover);
}
.wc-forward {
padding-right: 10px !important;
} .button.alt, .woocommerce a.button.alt{
background:transparent; color:var(--brand-primary);
border:1px solid var(--brand-primary);
}
.button.alt:hover, .woocommerce a.button.alt:hover{
background:var(--brand-primary-soft);
} .woocommerce span.onsale,
.badge-sale{ display:none; background:var(--brand-accent-1); color:var(--brand-primary-soft); position: absolute; top: 4px; right: 4px;} .storefront-product-section h2 {
margin: 10px;
}
.wp-theme-storefront .storefront-breadcrumb .woocommerce-breadcrumb {
display: none !important;
}
.wp-theme-storefront .storefront-breadcrumb {
margin: 0em;
}
.wp-theme-storefront .site-footer {
padding: 0em;
}
.wp-theme-storefront .site-footer .footer-widgets {
padding-top: 2em;
}
.wp-theme-storefront .site-footer .site-info {
display: none !important;
}
.site-header-cart .cart-contents {
padding: 0.4em 0;
}
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
padding: 0.4em 1em;
}
.storefront-primary-navigation {
background-color: #F1F1F1;
box-shadow: #0000003d 0 3px 8px;
padding-left: 20px;
}
.site-footer .col-full, .site-footer .col-full .footer-widgets {
max-width: unset;
padding: unset;
}
.ht-footer-bar {
background: var(--brand-primary);
display: grid;
font-weight: 800;
grid-template-columns: 25% 25% 25% 25%;
padding: 30px 0px;
}
.ht-footer-container {
text-align: center;
white-space: nowrap;
border-left: 1px solid;
color: #FFF !important;
text-decoration: none !important;
}
.ht-footer-container:first-of-type {
border-left: 0px;
}
.ht-footer-container svg {
width: 25px;
vertical-align: text-top;
margin-right: 10px;
}
.offerBanner {
background: var(--brand-primary);
color: #FFFFFF;
position: fixed;
z-index: 999999;
top: 0px;
width: 100%;
left: 0px;
text-align: center;
font-size: 0.8em;
padding: 5px;
}
.textFade {
opacity: 1;
transition: opacity 0.6s ease-in-out;
}
.textFade.hidden {
opacity: 0;
}
.whatsappIcon {
position: fixed;
z-index: 999999;
bottom: 20px;
width: 50px;
right: 20px;
font-size: 0.7em;
}
.socialLink {
display: inline-block;
margin: 5px 5px 0px 5px;
}
.socialLink img {
width: 30px;
transition: filter 0.3s ease;
}
.socialLink:hover img {
filter: brightness(0) saturate(100%) invert(26%) sepia(48%) saturate(494%) hue-rotate(169deg) brightness(92%) contrast(88%);
}
@media (max-width: 768px) {
.whatsappIcon {
bottom: 70px;
}
.ht-footer-bar {
padding: 10px 0px;
grid-template-columns: unset;
}
.ht-footer-container{
text-align: left;
padding: 15px 20px;
border-left: 0px;
}
}
.header-widget-region .widget_block, .header-widget-region .widget_block p {
margin: 0px;
padding: 0px;
}
.site-header {
padding-top: 2em;
padding-bottom: 0em;
background-color: #FFF;
}
.site-footer {
box-shadow: #0000003d 0 3px 8px;
}
.site-branding, .site-search {
margin-bottom: 0.6em;
}
.storefront-handheld-footer-bar ul li>a {
height: 3.5em;align-content
}
.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
padding-bottom: 2em;
text-align: left;
}
.storefront-sticky-add-to-cart {
margin-top: 1em;
}
.page-template-template-homepage:not(.has-post-thumbnail) .site-main, .page-template-template-homepage .type-page {
padding-top: 0px;
}
a:focus {
outline: none;
box-shadow: none;
}
.ht_slider {
position: relative;
width: auto;
margin: 5px;
overflow: hidden;
}
.ht_slides {
display: flex;
transition: transform 0.5s ease-in-out;
width: 100%;
}
.ht_slide {
width: 100%;
flex: 0 0 100%;
}
.ht_slider img {
width: 100%;
height: auto;
display: block;
}
.ht_nav {
position: absolute;
bottom: 5px;
left :50%;
transform: translateX(-50%);
}
.ht_nav button {
padding: 6px;
margin: 0 5px;
cursor: pointer;
border-radius: 6px;
background: #BBB;
box-shadow: 0 2px 5px #0007;
}
.ht_shop_button {
position: absolute;
bottom: 20px;
right: 30px;
background: var(--brand-primary);
color: #fff;
padding: 5px 20px;
border-radius: 6px;
font-weight: 600;
letter-spacing: 0.5px;
text-decoration: none;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
transition: all 0.25s ease;
}
.ht_shop_button:hover {
background: var(--brand-primary-hover);
transform: translateY(-2px);
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}
.col-full {
margin: auto !important;
}
.site-header {
margin-bottom: 0px !important;
}
.site-content {
padding: 0px 15px;
}
.page-template-template-custom-home-php .site-content {
padding: unset;
}
ul.products {
text-align: center;
}
ul.products li.product {
display: inline-block;
vertical-align: top;
}
ul.products.columns-4 li.product {
width: 22%;
margin: 0px 1%;
}
ul.products.columns-3 li.product {
width: 33%;
}
.main-navigation .menu-toggle {
background: none;
border: none;
}
.site-header .custom-logo-link img {
margin-left: 10px;
}
@media (max-width: 768px) {
ul.products.columns-4 li.product, ul.products.columns-3 li.product {
width: 45%;
}
.ht_nav {
display: none;
}
.ht_shop_button {
bottom: 10px;
right: 10px;
padding: 4px 15px;
}
}
.seeAll, .knowMore {
font-weight: 600;
color: var(--brand-primary);
}
.seeAll {
margin: 10px 10px 0px 0px;
font-size: 0.5em;
float: right;
}
.knowMore {
text-align: center;
display: block;
}
.seeAll::after, .knowMore::after {
content: '→';
margin-left: 10px;
}
.seeAll:hover, .knowMore:hover {
color: var(--brand-primary-hover);
}
.ht_block {
background: #FFF;
padding: 40px 10px 10px 10px;
box-shadow: 0px 0px 10px #3CC;
border-radius: 20px;
margin: 0px 10px 30px 0px;
}
.ht_block_header {
font-size: 32px;
font-family: sans-serif;
line-height: 35px;
color: #333;
margin-bottom: 20px;
text-align: center;
letter-spacing: 0.5px;
font-weight: 600;
}
.ht_block_content {
text-align: center;
margin: 15px;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 20px;
}
.ht_block_content_item {
text-align: center;
transition: transform 0.2s ease;
}
.htbc_wrap { 
display:flex;
flex-wrap:wrap;
gap:16px;
}
.htbc_item {
position: relative;
aspect-ratio: 1 / 1;
border-radius: 16px;
box-shadow: 0 10px 25px rgba(0,0,0,.25);
width: 22%;
overflow: hidden;
padding-top: 30px;
color: #FFF;
font-weight: 800;
line-height: 1.05;
font-size: clamp(20px, 3vw, 40px);
text-shadow: 0px 0px 10px #000;
}
.category_print::before {
background: url(//hometouch.co.in/wp-content/uploads/2025/08/category.webp) center center no-repeat !important;	
}
.floral_print::before {
background: url(//hometouch.co.in/wp-content/uploads/2025/08/Botanical-Elegance-Cotton-Bedshee-print-324x324.webp) center center no-repeat !important;
}
.geometric_print::before {
background: url(//hometouch.co.in/wp-content/uploads/2025/08/Urban-Rhombus-Cotton-Bedsheet-print-324x324.webp) center center no-repeat !important;
}
.abstract_print::before {
background: url(//hometouch.co.in/wp-content/uploads/2025/08/Botanical-Elegance-Cotton-Bedshee-print-324x324.webp) center center no-repeat !important;
}
.ethnic_print::before {
background: url(//hometouch.co.in/wp-content/uploads/2025/08/Elegant-Blue-Floral-Cotton-Bedsheet-with-Pillow-Covers-print-324x324.webp) center center no-repeat !important;
}
.kids_print::before {
background: url(//hometouch.co.in/wp-content/uploads/2025/08/Kids-Cartoon-Tiger-Bedsheet-print-324x324.webp) center center no-repeat !important;
}
.king_print::before {
background: url(//hometouch.co.in/wp-content/uploads/2025/08/Urban-Rhombus-Cotton-Bedsheet-324x324.webp) center center no-repeat !important;
}
.cotton_print::before {
background: url(//hometouch.co.in/wp-content/uploads/2025/08/Urban-Rhombus-Cotton-Bedsheet-324x324.webp) center center no-repeat !important;
}
.floral_print::before, .geometric_print::before, .abstract_print::before, .ethnic_print::before, .kids_print::before, .king_print::before, .category_print::before, .cotton_print::before {
content: "";
position: absolute;
inset: 0;
background-size: cover;
transition: transform 3s ease; }
.floral_print:hover::before, .geometric_print:hover::before, .abstract_print:hover::before, .ethnic_print:hover::before, .kids_print:hover::before, .king_print:hover::before, .category_print:hover::before, .cotton_print:hover::before {
transform: scale(1.4); } .htbc_item_overlay_layer1 {
background: linear-gradient(0deg, #FDBB2D77 0%, #22C1C377 100%) !important;
} .htbc_item_overlay_layer2 {
background: linear-gradient(0deg, #26d0ce8c 0%, #49a6e973 100%) !important;
} .htbc_item_overlay_layer3 {
background: linear-gradient(0deg, #d2822c8c 0%, #e6a35e73 100%) !important;
} .htbc_item_overlay_layer4 {
background: #FFF7 !important;
}
.htbc_item_overlay {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 10px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%);
background: linear-gradient(180deg, #0004 0%, #0008 100%);
}
.htbc_item_link {
display: block;
margin-top: 30px;
font-size: 16px;
font-weight: 500;
background: #0007;
color: #FFF;
padding: 10px 0px;
border-radius: 20px;
}
.ht_block_content_item:hover {
transform: translateY(-3px);
}
@media (max-width: 768px) {
.ht_block_content_item {
width: 45%;
}
}
.ht_block_content_item img {
width: 120px;
max-width: 100%;
margin: auto;
display: block;
}
.ht_block_content_item p {
font-size: 1.05rem;
line-height: 125%;
color: #222;
font-weight: 600;
letter-spacing: 0.5px;
margin-top: 10px;
}
.marquee {
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
display: flex;
}
.marquee span {
padding-right: 2rem; animation: scroll 10s linear infinite;
}
@keyframes scroll {
from { transform: translateX(0); }
to   { transform: translateX(-100%); }
}
.ht_review-slider {
overflow: hidden;
width: 100%;
max-width: 1200px;
margin: 20px auto;
position: relative;
}
.ht_review-track {
display: flex;
transition: transform 0.6s ease-in-out;
}
.ht_review {
flex: 0 0 33%; box-sizing: border-box;
padding: 15px 0px 0px 15px;
}
.ht_review-content {
background: #FBFBFB;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
padding: 20px;
height: 100%;
}
.ht_stars {
width: 150px; height: 30px; background-image: url(//hometouch.co.in/wp-content/uploads/2025/08/star.png);
background-repeat: repeat-x; background-size: 30px 30px; margin-bottom: 10px;
}
.ht_readmore, .ht_showless {
font-style: italic;
display: block;
}
.ht_review-summary {
text-align: center;
font-size: 16px;
color: #444;
margin-bottom: 20px;
line-height: 1.4;
display: grid;
grid-template-columns: 50% 50%;
}
.ht_review-summary strong {
color: #000;
}
.ht_review-summary-1 {
text-align: right;
padding: 0px 20px;
}
.ht_review-summary-2 {
border-left: 1px solid;
text-align: left;
padding: 0px 20px;
} @media (max-width: 768px) {
.ht_review {
flex: 0 0 50%;
}
}