/* @import url('https://fonts.googleapis.com/css?family=Lato:400,500,700&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,400|Open+Sans:400,600|Roboto:400,500&display=swap|Open+Sans:400,600|Loto:400,500&display=swap');
body, p, li {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1.7;
}
a, p, h1, h2, h3{
  color: #353535;
}
/* Basic styling for My Theme */
body {
  margin: 0;
  /* font-family: Montserrat; */
  color: #0f2b48;
}
body .dialog-off-canvas-main-canvas{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body main{
  flex: 1;
}
body main .cart-empty-page{
  justify-self: center;
  margin: 100px 0;
}
/* Ensure cards are displayed in a grid or flex layout */
/* .frontpage-cara.product-list-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
} */
a {
  color: black;
}

h1, h2, h3 {
  font-family: Roboto;
  font-weight: 600;
}
.privacy-policy, .terms-of-service{
  margin: 0 100px;
}
/* footer region */
footer{
  margin-top: 20px;
  /* background-color: #203996; Dark blue */
  /* color: #f0f0f0; */
  /* padding: 40px 20px 24px; */
  font-family: Montserrat;
  /* font-size: 0.9rem; */
}
/* Footer Base */
footer {
  background-color: #e6e6e6; /* Background Light Gray */
  color: #0f2b48;            /* Dark Blue main text */
  padding: 20px 0 0;
  /* font-family: 'Arial', sans-serif; */
  font-size: 14px;
}

/* Container for proper alignment */
footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Row flex layout for footer blocks */
footer .row {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  gap: 20px;
}
footer .row .social-icons,
footer .row .social-icons p{
  display: flex;
  gap: 20px;
  justify-content: center;
}
/* Footer columns */
footer > .container > .row > div {
  flex: 1 1 220px;
  min-width: 220px;
}

footer .row #block-printer-socialmediafooter-2 img{
  width: 60px;
  height: 60px;
}
/* Headings in Footer */
footer h2 {
  color: #0f2b48; /* Dark Blue */
  justify-items: center;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  padding-bottom: 8px;
}

/* Gold underline accent for headings */
footer h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #d4af37; /* Gold accent */
  margin-top: 5px;
}

/* Paragraphs and texts */
footer p {
  cursor: pointer;
  color: #0f2b48; /* Dark Blue */
  line-height: 1;
  margin-bottom: 10px;
}

/* Light Gray-Blue for secondary texts */
footer div p:last-child {
  /* color: #7b8795; */
}

/* Links style */
footer a {
  color: #0f2b48;
  text-decoration: none;
  // font-weight: 600;
  transition: color 0.3s;
}

footer a:hover {
  color: #d4af37; /* Gold hover */
}

/* Social media block paragraph styling */
footer #block-printer-socialmediafooter-2 p {
  font-style: italic;
  color: #0f2b48;
  align-self: center;
  margin: unset;
  padding: 5px 0;
}

footer #block-printer-socialmediafooter-2 img{
  /* border-radius: 50%; */
}
/* Copyright section */
footer .copyright {
  border-top: 1px solid #d4af37; /* Gold line on top */
  margin-top: 15px;
  font-size: 13px;
  color: #7b8795; /* Light gray-blue */
  text-align: center;
}

footer .footer-logo-img{
  display: flex;
    justify-content: center;
    gap: 20px;
}
footer #block-printer-footerforotherpages>div {
  display: flex;
  gap: 30px;
  justify-self: center;
}
footer #block-printer-footerforotherpages .footer-pages-cara-slogan {
  align-content: center;
}

footer #block-printer-footerforotherpages .social-icons a span {
  display: none;
}

footer #block-printer-footerforotherpages a.social-icon.facebook::before {
  font-family: "Font Awesome 6 Brands"; /* Correct font family for brand icons */
  content: "\f39e"; /* Unicode for fab fa-facebook-f */
  margin-right: 5px;
  display: inline-block;
  font-style: normal;
  font-weight: 400; /* 400 is standard for brand icons */
}

footer #block-printer-footerforotherpages a.social-icon.instagram::before {
  font-family: "Font Awesome 6 Brands"; /* Correct font family for brand icons */
  content: "\f16d"; /* Unicode for fab fa-facebook-f */
  margin-right: 5px;
  display: inline-block;
  font-style: normal;
  font-weight: 400; /* 400 is standard for brand icons */
}
footer #block-printer-footerforotherpages a.social-icon.whatsapp::before {
  font-family: "Font Awesome 6 Brands"; /* Correct font family for brand icons */
  content: "\f232"; /* Unicode for fab fa-facebook-f */
  margin-right: 5px;
  display: inline-block;
  font-style: normal;
  font-weight: 400; /* 400 is standard for brand icons */
}

/* Responsive tweaks */
@media (max-width: 768px) {
  footer .row {
    display: grid;
    flex-direction: column;
  }
}
/* Responsive tweaks */
@media (max-width: 480px) {
  footer .row {
    display: grid;
    flex-direction: column;
    gap: 15px;
  }
  footer {
    padding: 10px 20px;
    margin-top: unset;
  }
  footer h2{
    font-size: 15px;
    margin-bottom: unset;
    padding-bottom: unset;
    margin-top: unset;
  }
  footer p{
    font-size: 12px;
  }
  footer .copyright{
    margin-top: unset;
  }
  footer .copyright p{
    margin: unset;
  }
  footer .order-2,
  footer .order-3,
  footer .order-4 #block-printer-supportfooter-2{
    display: none;
  }
  footer #block-printer-copyrightfooter{
    padding: 10px 0;
  }
}

/*end for footer region */
/* menu styles */
#block-printer-menuforlogin ul{
  display: flex;
  gap: 20px;
}
.site-branding .branding-content{
  /* display: flex;
    gap: 20px;
    width: 200px;
    align-items: center; */
}
.site-branding .branding-content a{
  display: flex;
    gap: 20px;
    width: 200px;
    align-items: center;
    text-decoration: none;
}
.header-wrapper>div:first-of-type {
  display: flex;
  align-items: center;
  padding: 8px 24px;
  /* background: #f8f9fb; */
  gap: 0;
}
.header-wrapper #block-printer-wishlist{
  display: none;
}
.header-wrapper #block-printer-menuforlogin ul{
  list-style-type: none;
}
.header-wrapper #block-printer-menuforlogin li a{
  text-decoration: none;
  color: #204081;
  font-weight: 600;
}
.header-wrapper .wishlist-block__link {
  position: relative;
  padding-left: 28px; /* space for icon on left */
  display: inline-block;
}

.header-wrapper .wishlist-block__link::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url('/themes/printer/wishlist.svg') no-repeat center center;
  background-size: contain;
}
.search-block-form #edit-submit{
  height: 30px;
}
.header-wrapper .wishlist-block{
  display: inline-flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
}
.header-wrapper .wishlist-block__link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 12px;
  background-color: #f5f5f5;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.header-wrapper .wishlist-block__link:hover {
  background-color: #007cba;
  color: #fff;
}

.header-wrapper .wishlist-block__count {
  display: none;
  margin-left: 25px;
  font-size: 14px;
  background-color: #007cba;
  color: #fff;
  padding: 2px 6px;
  border-radius: 10px;
}

.header-wrapper .wishlist-block__link:hover .wishlist-block__count {
  background-color: #fff;
  color: #007cba;
}
/* Login page design */
.cara-register,
.cara_login_user {
  position: relative;
  overflow: hidden; /* Ensures the pseudo-element doesn’t spill out */
}

.cara-register::before,
.cara_login_user::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%), url(/themes/printer/login_banner.png);
  /* background-image: url(/themes/printer/login_banner.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  opacity: 0.5; /* Change this value as needed */
  z-index: 1; /* Behind the text */
}

/* Make sure text stays on top */
/* .homepage-banner-bg .banner-text {
  position: relative;
  z-index: 2;
} */
 .cara-register div,
.cara_login_user div {
  position: relative;
  z-index: 2;
}
.cara-register,
.cara_login_user {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f9fb;

  /* background-image: url(/themes/printer/login_banner.png);
  background-repeat: no-repeat;
  background-size: cover; */
}
.cara-register .cara_register_user_div,

.cara_login_user .cara_login_user_div{
  
  /* margin: 30px 0; */
  margin: 30px 0 0 400px;
  padding: 20px 0;
  background: #FFFFFF;
  box-shadow: 0 1px 5px rgba(0,0,0,1);
  /* margin-left: 20%; */
}
.user-login-form #edit-name--description{
  display: none;
}
/* .cara_login_user::before {
  content: '';
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 1;
  pointer-events: none;
} */
.cara_login_user #block-printer-content {
  width: 100%;
  /* margin: 40px auto; */
  max-width: 350px;
  /* background: #fff; */
  padding: 10px 28px;
  border-radius: 18px;
  /* box-shadow: 0 4px 20px rgba(0,0,0,0.08); */
  
  /* box-shadow: 0 4px 20px rgba(0,0,0,1); */
  margin-bottom: 18px;
  /* margin-left: 30%; */
}

.user-register-form label,
.cara_login_user .user-login-form label {
  display: none;
  font-weight: 600;
  color: #2c365a;
  margin-bottom: 5px;
  /* display: block; */
  font-size: 1.04rem;
}

.user-register-form .form-item input,
.user-register-form #edit-account .form-item input,
.cara_login_user .user-login-form .form-text {
  /* border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0; */
    /* background: transparent; */
font-size: 12px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;

  margin-top: 7px;
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 100%;
  padding: 11px 12px;
  /* border: 1px solid #d7dde7; */
  border-radius: 8px;
  /* font-size: 1.05rem; */
  background: #f5f8fa;
  transition: border-color 0.19s;
  outline: none;
}

.cara_login_user .user-login-form .form-text:focus {
  border-color: #0074DE;
  background: #fff;
}

.cara_login_user .user-login-form .description {
  font-size: 0.94rem;
  color: #6a768d;
  margin-bottom: 7px;
  margin-top: -4px;
}

/* Login button style */
.cara_login_user .button.js-form-submit {
  width: 100%;
  background: rgb(15, 43, 72);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 1.05rem;
  font-weight: bold;
  margin-top: 12px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,116,222,0.08);
  transition: background 0.19s;
}

.cara_login_user .button.js-form-submit:hover {
  background: #005bb5;
}

/* Social Auth Button */
.cara_login_user #block-printer-socialauthlogin {
  width: 100%;
  text-align: center;
  /* margin-left: 30%; */
}

.cara_login_user .social-auth.auth-link {
  display: inline-flex;
  align-items: center;
  /* background: #fff; */
  border: 1px solid #d7dde7;
  border-radius: 8px;
  padding: 5px 15px;
  margin-top: 4px;
  font-weight: 500;
  font-size: 1.06rem;
  color: #313757;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
  /* box-shadow: 0 1px 5px rgba(0,0,0,0.05); */
  /* box-shadow: 0 1px 5px rgba(0,0,0,1); */
  gap: 10px;

}
.cara_login_user .social-auth.auth-link:hover {
  background: #f3f6fa;
  border-color: #0074DE;
}

.cara_login_user .social-auth.auth-icon {
  width: 22px;
  height: 22px;
}

.cara_login_user .social-auth-text {
  margin-right: 6px;
}

/* Account links */
.cara_login_user .user-login-links {
  text-align: center;
  font-size: 1rem;
  margin-top: 12px;
  /* margin-left: 20%; */
}

.cara_login_user .user-login-links a {
  color: #0074DE;
  text-decoration: none;
  font-weight: 500;
  margin: 0 7px;
  transition: color 0.12s;
}
.cara_login_user .user-login-links a:hover {
  text-decoration: underline;
  color: #005bb5;
}

@media (max-width: 768px){
  .cara_login_user #block-printer-content {
    width: 90%;
    margin: unset;
    justify-self: center;
  }
  .cara_login_user{
    min-height: unset;
  }
  .cara_login_user .cara-login-with-logo {
    margin-left: unset;
  }
  .cara-register::before, .cara_login_user::before{
    background-size: contain !important;
    background-position: top;
  }
  .cara_login_user #block-printer-socialauthlogin{
    margin-left: unset;
    margin-top: 15px;
  }
  .cara_login_user .user-login-links{
    margin-left: unset;
  }
  .cara-register .cara_register_user_div,
  .cara_login_user .cara_login_user_div{
    margin-top: 90px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .cara-register::before, .cara_login_user::before{
    opacity: unset;
  }
}

/* End for login page design */

/* mobile view menu start */
/* Mobile Menu Styles */
/* Mobile Menu Styles - Default hidden state */
.mobile-menu-toggle,
.mobile-menu,
.mobile-menu-overlay {
  display: none;
}

@media (max-width: 768px) {
  /* Hide desktop menu on mobile */
  #block-printer-mainnavigation,
  #block-printer-secondarymenu {
    display: none;
  }
  .header-wrapper .wishlist-block{
    display: none;
  }
  /* Mobile menu toggle button */
  .mobile-menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    color: #204081;
    cursor: pointer;
    padding: 8px;
    /* margin-left: auto; */
  }
  
  /* Mobile menu container */
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: left 0.3s ease;
    overflow-y: auto;
  }
  
  /* Mobile menu when open */
  .mobile-menu.open {
    left: 0;
  }
  
  /* Mobile menu header */
  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
    background: #f8f9fb;
  }
  
  .mobile-menu-header .site-logo {
    font-size: 18px;
    font-weight: bold;
    color: #204081;
  }
  
  .mobile-menu-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
  }
  
  /* Mobile menu content */
  .mobile-menu-content {
    padding: 20px 0;
  }
  
  /* Mobile menu items */
  .mobile-menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .mobile-menu-content li {
    border-bottom: 1px solid #f0f0f0;
  }
  
  .mobile-menu-content li:last-child {
    border-bottom: none;
  }
  
  .mobile-menu-content a {
    display: block;
    padding: 15px 20px;
    color: #204081;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease;
  }
  
  .mobile-menu-content a:hover {
    background-color: #f8f9fb;
  }
  
  /* Mobile menu overlay */
  .mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

/* Ensure mobile menu elements are hidden on desktop */
@media (min-width: 769px) {
  .mobile-menu-toggle,
  .mobile-menu,
  .mobile-menu-overlay {
    display: none !important;
  }
}
/* mobile view menu end */
/* wishlist button */
/* ... existing code ... */
.featured-items .commerce-order-item-add-to-cart-form > .form-actions .btn-link{
  /* width: 25px !important;
  height: 25px !important; */
  background-size: 15px !important;
  background-color: white;
}
/* Wishlist button styling - completely replace text with heart icon */
.all-products .btn-link {
  /* background-image: url('../heart.svg');
  background-repeat: no-repeat;
  background-position: center; */
  background-size: 15px !important;
  /* color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  width: 25px; */
  width: 25px !important;
  height: 25px !important;
  /* border-radius: 50%;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative; */
}

#edit-wishlist:hover {
  background-image: url('../heart-full.svg');
  border-color: #ff6b6b;
  transform: scale(1.1);
}

#edit-wishlist:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.3);
}

/* Completely hide the button text using multiple approaches */
#edit-wishlist::before,
#edit-wishlist::after {
  display: none !important;
  content: none !important;
}

/* Hide any text content */
#edit-wishlist span,
#edit-wishlist .button-text,
#edit-wishlist * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Force the button to show only the background image */
#edit-wishlist {
  text-indent: -9999px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/* Additional specificity to override any theme styles */
/* form.commerce-order-item-add-to-cart-form #edit-wishlist,
.commerce-order-item-add-to-cart-form #edit-wishlist,
#commerce-product-add-to-cart-form #edit-wishlist {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
} */
/* Alternative approach - target the button more specifically */
form.commerce-order-item-add-to-cart-form #edit-wishlist,
.commerce-order-item-add-to-cart-form #edit-wishlist,
#commerce-product-add-to-cart-form #edit-wishlist,
button[name="op"][value="Add to wishlist"],
input[name="op"][value="Add to wishlist"],
#edit-wishlist[value="Add to wishlist"] {
  background-image: url('../heart.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  /* background-size: 20px !important; */
  color: transparent !important;
  font-size: -20px !important;
  line-height: 0 !important;
  padding: 0 !important;
  /* width: 40px !important; */
  width: 25px;
  /* height: 30px !important; */
  border-radius: 50% !important;
  border: 1px solid #ccc !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

button[name="op"][value="Add to wishlist"]:hover,
input[name="op"][value="Add to wishlist"]:hover,
#edit-wishlist[value="Add to wishlist"]:hover {
  background-image: url('../heart-full.svg') !important;
  border-color: #ff6b6b !important;
  transform: scale(1.1) !important;
}

/* end for wishlist button */
/* Left group (logo + main nav) */
/* #block-printer-site-branding,
#block-printer-mainnavigation {
  flex: 0 0 auto;
} */
/* Spacer between main nav and search */
#block-printer-mainnavigation {
  /* margin-right: auto; */
  margin-left: 30px;
  width: 100%;
  justify-items: self-end;
}
/* Right group (search + secondary menu) */
#block-printer-search-form-wide,
#block-printer-secondarymenu {
  flex: 0 0 auto;
}

#block-printer-search-form-wide {
  /* margin-right: 20px; */
}


/* Make the nav+search area bigger for centering: */
/* #block-printer-mainnavigation,
#block-printer-search-form-wide {
  margin: 0 14px;
} */


#block-printer-mainnavigation li a {
  text-decoration: none;
  /* color: #353535; */
  font-weight: 600;
}
.header-wrapper a{
  color: #353535 !important;
}
/* Optional: Combine menu and search into one flex child for more even spacing */
.menu-search-group {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  gap: 28px;
  /* even gap between menu and search */
}

/* Logo */
/* #block-printer-site-branding {
  flex: 0 0 auto;
} */

/* Main menu (inside group) */
#block-printer-mainnavigation>ul {
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Search */
#block-printer-search-form-wide {
  display: flex;
  align-items: center;
  margin-left: 18px;
}

/* Secondary menu */
#block-printer-secondarymenu {
  flex: 0 0 auto;
  margin-left: 24px;
}

#block-printer-secondarymenu>ul {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#block-printer-secondarymenu a {
  padding: 6px 14px;
    /* background-color: #0f2b48; */
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s ease;
  text-decoration: none;
  /* color: #204081; */
  /* font-weight: 600; */
}

/* banner text start */
.main-banner-text h2,
.main-banner-text p {
  opacity: 0;
  transform: translateY(30px); /* start lower */
  animation: revealUp 1s ease-out forwards;
}

.main-banner-text h2 {
  animation-delay: 0.3s;
}

.main-banner-text p {
  animation-delay: 0.7s;
}

.main-banner-text .shop-now-button {
  animation-delay: 1.1s;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional button styling */
.shop-now-button a {
  display: inline-block;
  padding: 12px 24px;
  /* background: #0f2b48; */
  /* background: #059f6f; */
  background: #09b982;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  transition: background 0.3s;
}
.shop-now-button a:hover {
  background: #D4AF37;
}

/* banner text end */

/* styling for the front page */
.frontpage-banner .homepage-banner-bg {
  
background-repeat: no-repeat;
/* background-position: center top; */
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  /* Or whatever height fits your banner */
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.frontpage-banner .homepage-banner-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
  z-index: 1;
  pointer-events: none;
}
.frontpage-cara .views-row .views-field-field-category-image{
    width: 100%;
    position: relative;
}
.frontpage-cara .views-row:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.frontpage-cara .views-row {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.frontpage-cara .views-row .views-field-field-category-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    z-index: 1;
    pointer-events: none;
  }
.frontpage-banner .banner-text {
  margin-left: 120px;
  position: relative;
  z-index: 2;
  padding: 40px 60px;
  /* background: rgba(255, 255, 255, 0.78); */
  /* Subtle background for legibility */
  border-radius: 24px;
  max-width: 70%;
  text-align: center;
  color: #0f2b48;
  /* box-shadow: 0 6px 32px rgba(0, 0, 0, 0.1); */
}
.frontpage-banner .banner-text h2{
  font-size: 35px;
}
.frontpage-banner .banner-text p{
  font-size: 20px;
}
/* .frontpage-banner .banner-text .shop-now-button{
  align-content: center;
  height: 40px;
    background-color: #d4af37;
    width: 20%;
    color: #fff;
    border: none;
    padding: 0 30px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
} */
/* .frontpage-banner .banner-text .shop-now-button a{
  text-decoration: none;
} */
.frontpage-banner .banner-text > div{
  justify-items: center;
}
/* Optional: Overlay for tinted background effect */
.frontpage-banner.homepage-banner-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, #d17e85e0 0%, #f3dadb 100%);
  opacity: 0.15;
  z-index: 1;
}
/* Responsive: 2 columns below 1024px */
@media (max-width: 1024px) {
  .frontpage-banner .banner-text{
      margin-left: 50px;
   }
}

/* Responsive: 1 column below 600px */
@media (max-width: 768px) {
  .frontpage-banner .banner-text {
    margin-left: 0;
  }
  .frontpage-banner .banner-text h2 {
    font-size: 25px;
  }
  .frontpage-banner .banner-text p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  
  .frontpage-banner .homepage-banner-bg{
    background-position: right;
    background-size: contain;
    min-height: unset;
    height: 200px;
  }
  .frontpage-banner .banner-text {
    padding: 0;
  }
  .frontpage-banner .main-banner-text h2 {
    font-size: 15px;   /* smaller heading */
    line-height: 1.2;
  }.frontpage-banner .main-banner-text p {
    font-size: 10px;
  }
  .frontpage-banner .shop-now-button a{
    font-size: 12px;
    padding: 8px 14px;
  }
}
.my-frontpage-wrapper .frontpage-cara .views-row {
  /* display: flex;
  gap: 30px; */
  /* body.path-frontpage .views-view-grid .views-row { */
  /* float: none;
    width: 25%;
    clear: none;
    box-sizing: border-box;
    padding: 12px; */
}

.fieldset-wrapper>div:first-of-type {
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  /* Adjust 3 to however many dimensions per row */
  /* gap: 1rem; */
  /* margin-bottom: 1.5rem; */
}
.fieldset-wrapper .form-item-sidebar-customer-comments-comments {
  background: unset !important;
  border: unset !important;
  padding: unset !important;
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  /* Adjust 3 to however many dimensions per row */
  /* gap: 1rem; */
  /* margin-bottom: 1.5rem; */
}

.fieldset-wrapper .form-item {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
}

.fieldgroup .form-item input[type="radio"]:checked+label,
.fieldgroup .form-item input[type="radio"]:checked+label:hover {
  border-color: #0074d9;
  background-color: #e0f0ff;
  font-weight: bold;
}


.fieldset-wrapper .form-item:hover {
  background-color: #eee;
}

/* animations for the category */
/* Style each card, initially hidden */
/* .views-row {
  opacity: 0; 
  transform: translateY(30px); 
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
} */

/* Class added when card is in view */
/* .views-row.animate {
  opacity: 1;
  transform: translateY(0);
} */

/* Hover effect: slight scale and shadow */
/* .views-row:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
} */

/* Optional: Style the image and text for better visuals */
/* .views-field-field-category-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
} */

/* .views-field-name a {
  font-size: 1.2em;
  color: #333;
  text-decoration: none;
  font-weight: bold;
} */

/* .views-field-name a:hover {
  color: #007bff; 
} */

/* end for animation for catogeries */
/* homeapage catogories */
/* Container holding all views rows */
.homepage-category {
  padding: 30px 0;
  background: #f8f8f8;
}
.homepage-category h2{
  text-align: center;
}
@media (max-width: 480px) {
  .homepage-category {
    padding: 10px 0 !important;
}
.homepage-category h2{
  font-size: 20px;
}
  
}
.frontpage-cara {
  display: flex;
  gap: 48px;             /* Gap between each item */
  justify-content: center; /* Optional: center the rows */
  max-width: 1200px;     /* Optional max container width */
  margin: 0 auto;
  flex-wrap: wrap;       /* allow wrapping on smaller screens */
}

/* Each individual item */
.frontpage-cara .views-row {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;   
  padding: 0;            
  margin-bottom: 18px;
  /* opacity: 0; 
  transform: translateY(30px); 
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; */
}
/* Card bottom content: add padding here only */
.frontpage-cara .views-field-name {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 10px 0 5px 0;  /* Top/bottom space for text */
  z-index: 1;
  bottom: 0;
}
/* Make images full width inside each item */
.frontpage-cara .views-field-field-category-image img {
  width: 100%;
  display: block;
  border-radius: 18px 18px 0 0;
  margin: 0;
  height: 210px;
}

/* Remove padding around image field-content */
.frontpage-cara .views-field-field-category-image .field-content {
  padding: 0;
}

/* Style the term links */
.frontpage-cara .views-field-name .field-content a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #204081;
  text-decoration: none;
}

.frontpage-cara .views-field-name .field-content a:hover {
  color: #153568;
  text-decoration: underline;
}
.frontpage-cara .views-row{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive: 2 columns below 1024px */
@media (max-width: 1024px) {
  .frontpage-cara {
    margin: 0 80px;
    flex-wrap: unset;
  }
}
@media (max-width: 768px) {
  .frontpage-cara .views-field-name {
    padding: 15px 0 15px 0;
  }
  .frontpage-cara {
    margin: 0 50px;
    flex-wrap: unset;
}
}
/* Responsive: 1 column below 600px */
@media (max-width: 600px) {
  .frontpage-cara .product-list-item > .views-row {
    /* flex: 1 1 100%; */
    /* flex: 1 1 calc(33% - 21px); */
  }
}
@media (max-width: 480px) {
  /* .frontpage-cara{
    display: grid;
  } */
  .frontpage-cara .views-field-name a span{
    font-size: 1rem !important;
  }
  .frontpage-cara .views-row{
    width: 180px;
    height: 170px;
  }
  .frontpage-cara .views-row img{
    height: 130px;
  }
  .frontpage-cara .views-row{
    margin: 0;
  }

  .frontpage-cara {
    display: flex;
    flex-direction: column;
    gap: 20px; /* spacing between rows */
  }
  
  .frontpage-cara .views-row {
    width:  100% !important;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* default left */
  }
  
  .frontpage-cara .views-row:nth-child(even) {
    /* justify-content: flex-end; */
    /* align-items: self-end; */
    align-self: self-end;
  }
  .frontpage-cara .views-field-name .field-content a {
    font-size: 1rem !important;
  }
  /* .frontpage-cara .views-row:nth-child(even) {
    align-items: end;
  } */
}
/* .frontpage-cara .views-view-grid .views-col {
  text-align: center; */
  /* width: auto !important;
  flex: 1 1 0; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
} */
/* .homepage-category h2{
  text-align: center;
} */
/* .frontpage-cara .views-view-grid .views-col img{
  display: block;
    width: 100%;
    height: auto;
    margin: 0;             
  border-radius: 0;    
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
} */
/* end for homepage catogeries */

/* Featured block homepage */
.featured-items h2{
  text-align: center;
}
.featured-items .no-delivery-fee{
  display: none;
}
.featured-items .in-stock-variation-field{
  display: none;
}
.featured-items .indv-other-all > div:first-child {
  display: none;
}
.featured-items .product-variations-grid form{
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-items .product-out-of-stock.animate-in{
  color: red;
  font-weight: bold;
  visibility: visible;
  margin-left: 10px;
}
.featured-items .discount {
  display: inline-flex;
  /* align-items: center; */
  font-weight: bold;
  color: red;

}

.featured-items .discount-icon {
  width: 17px;             /* set icon size */
  height: auto;
  margin-right: 8px;       /* space between icon and text */
  padding-left: 5px;
}
/* .featured-items .discount{
  position: relative;
}
.featured-items .discount::before {
  rotate: 80deg;
  content: "";
  position: absolute;
  left: 32px;
  width: 80px;               
  height: 18px;              
  background: url('/themes/printer/discount.svg') no-repeat center center;
  background-size: 100% 100%; 
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
} */
.featured-items .thumbnails{
  display: none !Important;
}
.featured-items .return-period-variation-field{
  display: none;
}
.featured-items .featured-variation-field{
  display: none;
}
.featured-items .delivery-fee-variation-field{
  display: none;
}
.featured-items .more-link{
  width: 100%;
  display: inline-block;
  margin: 15px 0;
  text-align: center;
}
.featured-items .more-link a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ffffff;
  color: #0f2b48;
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
  animation-delay: 0.9s; /* Delayed to appear after card animations */
}
/* Hover effect */
/* .more-link a:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
} */

/* Active effect */
/* .more-link a:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
} */
/* Keyframes for fade-in and slide-up effect */
/* @keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
} */

/* Responsive design */
@media (max-width: 768px) {
  .featured-items .more-link a {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}
/* Container for the view items */
.featured-items .product-list-item {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  max-width: 1050px; /* Optional limit width */
  margin: 0 auto;
  padding: 20px 1rem;
  box-sizing: border-box;
  justify-content: start; /* Align left or use center if preferred */
}

/* Individual product card */
.featured-items .product-list-item > .views-row {
  flex: 1 1 calc(25% - 21px); /* Four per row, accounting for gap */
  box-sizing: border-box;
  background: white;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.featured-items .product-list-item > .views-row:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Product image styling */
.featured-items .views-field-field-variation-image img {
  width: 100%;
  height: auto;
  border-radius: 14px 14px 0 0;
  object-fit: cover;
  display: block;
}

/* Title styling */
.featured-items .views-field-title .field-content {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2247b7;
  text-align: center;
  margin: 12px 0 8px;
}

.featured-items .views-field-title{
  display: none;
}
/* Product body/short description */
.featured-items .product-body {
  padding: 0 1rem;
  color: #555;
  flex-grow: 1; /* Pushes price and button down */
  font-size: 1rem;
  text-align: center;
  margin-bottom: 12px;
}
.featured-items .variation-image-gallery{
  justify-items: center;
}
.featured-items .main-image{
  margin-top: 10px;
  width: 200px !important;
  height: 200px !important;
}
/* .featured-items .main-image img{
} */
.featured-items .product-body{
  display: none;
}
.featured-items .product-title{
  margin-top: 10px;
  margin-bottom: unset;
  text-align: center;
}
.featured-items .product-title a{
  text-decoration: none;
}
.featured-items .price-comparison{
  padding-left: 20px;
  height: 50px;
}
.featured-items a{
  text-decoration: none;
  color: black;
}
.featured-items .return-period-value{
  display: none;
}
.featured-items .delivery-fee{
  display: none;
  font-size: 12px;
}
.featured-items .price-comparison .price-comparison-list{
  display: flex;
  gap: 15px;
  font-size: 12px;
  padding: 5px 0;
}

.featured-items .price-comparison .price-comparison-list .mrp-price{
  text-decoration: line-through;
}
.featured-items .price-comparison .price-comparison-list .mrp-price.same-price{
  display: none;
}
/* Price styling */
.featured-items .variation-list-variation-field {
  padding: 0 1rem 8px;
  font-weight: 600;
  color: #1a73e8;
  text-align: center;
}

/* Add to cart button container */
.featured-items .commerce-order-item-add-to-cart-form > .form-actions {
  /* width: 100%; */
  padding: 12px 0 12px 0;
  display: flex;
  gap: 15px;
  /* justify-content: center; */
  text-align: center;
}
.featured-items .commerce-order-item-add-to-cart-form .product-out-of-stock{
  /* padding-top: 15px; */
}
/* Add to cart button styling */
.featured-items .commerce-order-item-add-to-cart-form input.form-submit,
.featured-items .button--add-to-cart {
  height: 25px;
  background-color: #d4af37;
  /* width: 100%; */
  /* width: 60%; */
  color: #fff;
  border: none;
  padding: 0 30px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.featured-items .commerce-order-item-add-to-cart-form input.form-submit:hover,
.featured-items .button--add-to-cart:hover {
  background-color: #1b357d;
}

/* Responsive: 2 columns below 1024px */
@media (max-width: 1024px) {
  .featured-items .product-list-item > .views-row {
    flex: 1 1 calc(33% - 21px);
  }
  .featured-items .container{
    margin: 0 60px;
  }.featured-items .main-image {
    margin-top: 10px;
    width: 190px !important;
    height: 190px !important;
  }
}
@media (max-width: 768px) {
  .featured-items .product-list-item > .views-row {
    flex: 1 1 calc(50% - 21px);
  }

  .featured-items .container {
    margin: 0 45px;
}
.featured-items .main-image {
  margin-top: 10px;
  width: 200px !important;
  height: 200px !important;
}
.frontpage-cara .views-field-name .field-content a {
  font-size: 1.2rem;
}
}
/* Responsive: 1 column below 600px */
@media (max-width: 600px) {
  .featured-items .container {
    margin: 0 10px;
}
.featured-items .product-list-item > .views-row {
  flex: 1 1 100%;
}
}
@media (max-width: 480px) {
  .featured-items h2{
    font-size: 20px;
  }
  .featured-items .product-list-item {
    padding: 10px 20px;
  }
  .featured-items article{
    display: flex;
  }
  .featured-items article .indv-image-all{
    flex: unset;
    max-width: unset;
  }
  .featured-items .main-image {
    margin: 10px 10px !important;
    width: 100px !important;
    height: 170px !important;
}
.featured-items .product-title {
  /* margin: unset; */
  /* text-align: u; */
  text-align: unset;
}
.featured-items .price-comparison {
  padding-left: unset;
  font-size: 12px !important;
}
.featured-items .indv-image-all{
  width: 40%;
}
.featured-items .commerce-order-item-add-to-cart-form > .form-actions {
  /* width: 100%; */
  display: unset;
}
.featured-items .product-title {
  line-height: 0.8;
}
.featured-items .product-title a {
    font-size: 12px;
}
.featured-items .commerce-order-item-add-to-cart-form input.form-submit, 
.featured-items .button--add-to-cart{
padding: 0 20px;
}
.featured-items .discount-icon
 {
    width: 13px;
  }
}
/* End for featured block homepage */

/* animation for the featured items */

/* Stagger the animation for each card */
.featured-items .views-row.animate:nth-child(1) {
  animation-delay: 0.1s;
}
.featured-items .views-row.animate:nth-child(2) {
  animation-delay: 0.2s;
}
.featured-items .views-row.animate:nth-child(3) {
  animation-delay: 0.3s;
}
.featured-items .views-row.animate:nth-child(4) {
  animation-delay: 0.4s;
}
.featured-items .views-row.animate:nth-child(5) {
  animation-delay: 0.5s;
}
.featured-items .views-row.animate:nth-child(6) {
  animation-delay: 0.6s;
}
.featured-items .views-row.animate:nth-child(7) {
  animation-delay: 0.7s;
}
.featured-items .views-row.animate:nth-child(8) {
  animation-delay: 0.8s;
}

/* Optional hover effect for cards */
.featured-items .views-row.animate:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

/* Ensure images and content within cards animate smoothly */
.featured-items .views-row.animate .main-image img,
.featured-items .views-row.animate .thumbnails img {
  transition: transform 0.3s ease;
}

.featured-items .views-row.animate:hover .main-image img {
  transform: scale(1.05);
}
.featured-items .more-link{
  margin: unset;
  margin-bottom: 20px;
}

/* end for animation featured items */

/*favourite section block */
.favorite-section-item-block{
  /* margin-top: 50px; */
  background-color: #f9f9f9;
  padding: 40px 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

}
/* .favorite-section-item-block video::-webkit-media-controls {
  display: none !important;
}

.favorite-section-item-block video {
  outline: none;
} */

.favorite-section-item-block .container {
  max-width: 900px;
  margin: 0 auto;
}

.favorite-section-item-block .favoritesection-two-col-block {
  display: flex;
  align-items: center;      /* Vertically center text and image */
  /* justify-content: center;  Center the whole block horizontally if smaller width */
  gap: 48px;                /* Space between text and image */
  /* padding: 40px 20px;       /* Padding around the block */
  /* max-width: 900px;         Optional max width for better layout */
  /* margin: 0 auto;           Center in container */
  /* box-sizing: border-box; */ 
  flex-wrap: wrap;
}

.favorite-section-item-block .favoritesection-two-col-block .left-side{
/* .favorite-section-item-block .favoritesection-two-col-block .right-side { */
  /* flex: 1 1 0;
  box-sizing: border-box; */
  flex: 1;
  min-width: 300px;
  opacity: 0;
  transform: translateX(-30px);
  animation: fadeInLeft 0.8s ease-out forwards;

}

/* Add padding around the text */
.favorite-section-item-block .favoritesection-two-col-block .left-side .body-text {
  padding: 0 20px; 
  font-size: 1.1rem;
  color: #2c3e50;
  line-height: 1.6;
}

/* Center the image inside its container */
.favorite-section-item-block .favoritesection-two-col-block .right-side {
  display: flex;
  justify-content: center;
  align-items: center;
}
.favoritesection-two-col-block .body-text {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.favoritesection-two-col-block .body-text p {
  font-size: 1.1rem;
  margin: 0;
}
.favoritesection-two-col-block .right-side {
  flex: 1;
  min-width: 300px;
  text-align: center;
  opacity: 0;
  transform: translateX(30px);
  animation: fadeInRight 0.8s ease-out forwards;
  animation-delay: 0.2s;
}
.favoritesection-two-col-block .right-side img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.favoritesection-two-col-block .right-side img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Animation keyframes */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .favoritesection-two-col-block {
    flex-direction: column;
    text-align: center;
  }

  .favoritesection-two-col-block .left-side,
  .favoritesection-two-col-block .right-side {
    flex: 1 1 100%;
  }

  .favoritesection-two-col-block .body-text p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .favorite-section-item-block {
    margin: 15px 0;
  }
  .favoritesection-two-col-block .body-text p {
    font-size: 0.8rem;
  }
  .favorite-section-item-block img{
    width: 200px;
  }
  .favorite-section-item-block .favoritesection-two-col-block{
    gap: 20px;
  }
}
/* .favorite-section-item-block .container{
  margin: 0 80px 0 80px;
  background-color: #f4f8fb;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
} */
/* Responsive: stack columns vertically on small screens */
/* @media (max-width: 768px) {
  .favoritesection-two-col-block {
    flex-direction: column;
    padding: 20px 10px;
    gap: 24px;
  }
  .favoritesection-two-col-block .left-side,
  .favoritesection-two-col-block .right-side {
    flex: unset;
    width: 100%;
  }
  .favoritesection-two-col-block .left-side .body-text {
    padding: 0;
  }
} */

/* end for favourite section block */

/*Individual product page design*/
.individual-product-design {
  display: flex;
  gap: 40px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 32px;
  max-width: 900px;
  margin: 32px auto;
  align-items: flex-start;
}
.individual-product-design:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.individual-product-design .in-stock-variation-field{
  display: none;
}
.individual-product-design .featured-variation-field{
  display: none;
}
.individual-product-design a{
  pointer-events: none;
  color: #aaa;
  cursor: not-allowed;
  text-decoration: none;
}
.individual-product-design p{
  color: black;
}
.individual-product-design .indv-image {
  flex: 0 0 320px;
}

.individual-product-design .variation-image-gallery {
  border-radius: 12px;
  background: #f6f8fa;
  padding: 20px;
}

.individual-product-design .main-image img {
  width: 100%;
  max-width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

.individual-product-design .thumbnails {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.individual-product-design .variation-image-item {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.2s;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.individual-product-design .variation-image-item.selected {
  border-color: #0074DE;
}

.individual-product-design .variation-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.individual-product-design .commerce-order-item-add-to-cart-form .form-actions{
  position: absolute;
  z-index: 0;
}
.individual-product-design .indv-other {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}

.individual-product-design .product-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: unset;
  margin-bottom: 6px;
}

.individual-product-design .product-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
}

.individual-product-design .product-title a:hover {
  color: #0074DE;
}

.individual-product-design .product-body p {
  color: #555;
  font-size: 15px;
  margin-top: 0;
}

.individual-product-design .price-comparison {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.individual-product-design .selling-price {
  color: #0074DE;
  font-weight: bold;
  font-size: 1.23rem;
}

.individual-product-design .price-comparison-list {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 8px 0 0 0;
}

.individual-product-design .mrp-price {
  color: #888;
  text-decoration: line-through;
}

.individual-product-design .discount {
  /* background: #24c78b; */
  color: red;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 6px;
  /* font-size: 0.98rem; */
  font-weight: 500;

  font-size: 0.9em;
  /* color: #4caf50; */
  display: flex;
  align-items: center;
  gap: 5px;
}
.individual-product-design .pincode-checker-wrapper {
  margin: 15px 0 15px 0;
}
.individual-product-design .pincode-checker-wrapper input {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 5px;
}
.individual-product-design .pincode-check-btn {
  padding: 5px 10px;
  background-color: #0f2b48;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.individual-product-design .delivery-fee {
  font-size: 14px;
  color: #344;
  margin-top: 8px;
}

.individual-product-design .return-period-value {
  background: #f0f4ff;
  color: #225;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 1.01rem;
  font-weight: 500;
  display: inline-block;
  margin-top: 40px !important;
}

.individual-product-design #commerce-product-add-to-cart-form {
  margin-top: 20px;
}

.individual-product-design .button--add-to-cart {
  background: #0074DE;
  color: #fff;
  border-radius: 8px;
  padding: 11px 32px;
  font-weight: bold;
  font-size: 1.14rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.individual-product-design .button--add-to-cart:hover {
  background: #0053a0;
}
.individual-product-design .discount-icon {
  width: 17px;
  height: auto;
  margin-right: 8px;
  padding-left: 5px;
}
.individual-product-design .product-out-of-stock {
  color: red;
  font-weight: bold;
  visibility: visible;
  align-content: center;
  margin-left: 100px;
  padding-top: 5px;
}
.individual-product-design .btn-link{
  width: 30px !important;
  height: 30px !important;
  background-size: 20px;
}
/* drupal message design */
[data-drupal-messages] {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 90%;
  max-width: 400px;
  padding: 15px;
  background-color: #4caf50;
  color: white;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  animation: slideIn 0.5s ease-out, fadeOut 3s ease-out 2.5s forwards;
}

[data-drupal-messages] h2 {
  display: none; /* Hide visually-hidden header for styling */
}

[data-drupal-messages] a {
  color: #ffeb3b;
  text-decoration: underline;
  font-weight: bold;
}

[data-drupal-messages] a:hover {
  color: #fdd835;
}

@keyframes slideIn {
  from {
    top: -50px;
    opacity: 0;
  }
  to {
    top: 20px;
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* Responsive Design */
@media (max-width: 900px) {
  .individual-product-design {
    flex-direction: column;
    gap: 20px;
    padding: 18px;
  }
  .individual-product-design .indv-image {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 480px) {
  .individual-product-design .product-title{
    margin: 0;
    font-size: 20px;
  }

  .individual-product-design article{
    display: grid !important;
  }
  .individual-product-design .indv-other{
    display: block;
    gap: unset;
  }
  .individual-product-design .indv-other .all-product-body{
    margin-top: 10px;
  }
  .individual-product-design .pincode-checker-wrapper{
    text-align-last: center;
  }
  .individual-product-design .pincode-check-btn{
    margin: 10px 0;
  }
  .individual-product-design .commerce-order-item-add-to-cart-form .form-actions{
    position: relative;
  }
  .individual-product-design .return-period-value{
    margin: 10px !important;
  }
}

/*End for Individual product page design*/

/* cart page */
/* Table styling */
.cart.cart-form:nth-of-type(n + 2) {
  display: none;
}

.cart.cart-form form{
  /* justify-items: anchor-center; */
}
.cart.cart-form .in-stock-variation-field{
  display: none;
}
.cart.cart-form table {
  margin: 24px 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  border-radius: 16px;
  overflow: hidden;
}
.cart.cart-form th {
  background: #7b8795;
  color: #fff;
  font-weight: bold;
  font-size: 1.12rem;
  padding: 16px 10px;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #e2e2e2;
}

.cart.cart-form table tr td{
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.cart.cart-form .cart th, .cart.cart-form .cart td {
  padding: 14px 10px;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  vertical-align: middle;
  font-size: 1rem;
}
.cart.cart-form .cart th {
  background: #f5f7fb;
  font-weight: 600;
}

/* Main image in cart */
.cart.cart-form .main-image-cart img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  display: block;
}

.cart.cart-form .variation-image-gallery {
  display: flex;
  justify-content: center;
}

/* Hide thumbnails and all non-main images */
.cart.cart-form .variation-image-item,
.cart.cart-form .thumbnails {
  display: none !important;
}

/* Hide additional product fields if needed */
.cart.cart-form .return-period-value,
.cart.cart-form .featured-variation-field,
.cart.cart-form .price-comparison,
.cart.cart-form .product-link-price {
  display: none !important;
}

/* Quantity input */
.cart.cart-form .quantity-edit-input {
  width: 60px;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

/* Remove button */
.cart.cart-form .delete-order-item.button {
  background: #e53e3e;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 7px 18px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
}
.cart.cart-form .delete-order-item.button:hover {
  background: #a80000;
}

/* Update cart and checkout buttons */
.cart.cart-form .form-actions .button {
  background: #0f2b48;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 28px;
  border: none;
  /* margin: 9px 10px 0 0; */
  font-size: 1.09rem;
  transition: background 0.2s;
  cursor: pointer;
}
.cart.cart-form .form-actions .button:hover {
  background: #0053a0;
}
.cart.cart-form #edit-submit{
  display: none;
}
.cart.cart-form #edit-actions{
  text-align: center;
}
.cart.cart-form .order-total-line-label{
  padding: 0;
}
.cart.cart-form form .order-total-line{
  justify-content: center;
}
/* Order summary styling */
.cart.cart-form .order-total-line {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-size: 1.04rem;
  padding: 5px 0;
}
.cart.cart-form .order-total-line__subtotal {
  color: #555;
}
.cart.cart-form .order-total-line__total {
  font-weight: bold;
  font-size: 1.15rem;
  color: #0074DE;
}
.cart.cart-form .variation-image-gallery img{
  width: 100px;
  height: auto;
}
/* Responsive for small screens */
@media (max-width: 600px) {
  .cart.cart-form .cart th, .cart.cart-form .cart td {
    padding: 9px 5px;
    font-size: 0.93rem;
  }
  .cart.cart-form .main-image-cart img {
    width: 44px;
    height: 44px;
  }
}

/* End for cart page */


/* for thumbnail gallery */
.search-page-items .variation-image-gallery,
.all-products .variation-image-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.see-more-thumbs {
  position: relative;
  display: inline-block;
}

.see-more-overlay {
  position: absolute;
  right: 3px;
  bottom: 3px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 4px;
  pointer-events: none;
}

.variation-image-gallery .main-image {
  margin-bottom: 1rem;
}

.variation-image-gallery .main-image img {
  max-width: 300px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.variation-image-gallery .thumbnails {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.variation-image-gallery .variation-image-item{
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.variation-image-gallery .variation-image-item img {
  
  max-width: 100%;
  max-height: 100%;
  /* object-fit: contain; */
  display: block;

  /* width: 50px; */
  /* height: auto; */
  /* border: 2px solid transparent; */
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.variation-image-gallery .variation-image-item.selected img,
.variation-image-gallery .variation-image-item img:hover {
  border-color: #0074d9;
}



/*  menu  */

#block-printer-site-branding img {
  max-height: 50px;
}

header {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  /* Push logo left, rest right */
  /* padding: 0.75rem 2rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
  flex-wrap: nowrap; */
  /* Make all items on one line */
  /* font-family: Arial, sans-serif; */
}
.header-wrapper li{
  border: 1px solid #1111;
  padding: 5px 10px;
  border-radius: 10px;
}
#block-printer-mainnavigation>ul > li:first-child a::before {
  content: "\f015"; /* Unicode for Font Awesome 'home' icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}

#block-printer-mainnavigation>ul > li:nth-child(2) a::before {
  content: "\f129"; /* fa-circle-info */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}
#block-printer-secondarymenu>ul > li:nth-child(1) a::before{
  content: "\f007"; /* fa-circle-info */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}

#block-printer-secondarymenu>ul > li:nth-child(2) a::before{
  content: "\f07a"; /* fa-circle-info */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}


#block-printer-secondarymenu>ul > li:nth-child(3) {
  display: none;
}


#block-printer-site-branding img {
  max-height: 50px;
  width: auto;
  display: block;
}

/* Container for search + login, aligned right */
.header-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1 1 auto;
  /* take remaining space */
  justify-content: flex-end;
  /* push content to right */
  min-width: 0;
  /* prevents overflowing */
}

/* Search block styles */
.search-block-form {
  max-width: 300px;
  /* width: 100%; */
}

.search-block-form form {
  display: flex;
  gap: 0.5rem;
}

.search-block-form input.form-search {
  flex: 1 1 auto;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.search-block-form input.form-submit {
  padding: 6px 14px;
  background-color: #0f2b48;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.search-block-form input.form-submit:hover,
.search-block-form input.form-submit:focus {
  background-color: #1e3187;
  outline: none;
}

/* User account menu styles */
nav#block-printer-account-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}

nav#block-printer-account-menu ul li a {
  color: #263fa4;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}



/* Container for each product item on products page */
#block-printer-content .views-element-container .search-page-items .views-row,
#block-printer-content .views-element-container .all-products .views-row {
  /* background: linear-gradient(0deg, #FFFFFF 60%, #7b8795 98%); */
  /* background: #fff; */
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s ease;
  max-width: 250px;
  /* adjust as needed */
}

/* Hover effect */
.views-row:hover {
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
}

/* all products page */
.search-page-items .price-comparison,
.all-products .price-comparison{
  height: 80px;
  font-size: 12px;
  /* padding-bottom: 10px; */
}
.search-page-items .return-period-value,
.all-products .return-period-value{
  font-size: 12px;
}
.all-products .in-stock-variation-field{
  display: none;
}
.search-page-items .indv-other-all > div:first-child,
.all-products .indv-other-all > div:first-child {
  display: none;
} 
.all-products .discount{
  display: inline-flex;
  color: red;
  font-weight: bold;
}
.all-products #edit-submit-products{
  background-color: #7b8795;
}
.all-products .discount-icon {
  width: 17px;             /* set icon size */
  height: auto;
  margin-right: 8px;       /* space between icon and text */
  padding-left: 5px;
}
.all-products .all-product-body a{
  text-decoration: none;
}
.all-products .product-link-price{
  text-decoration: none;
}
.all-products .featured-variation-field{
  display: none;
}
.search-page-items .product-variations-grid,
.all-products .product-variations-grid{
  height: 30px;
  padding: 10px 0;
  text-align: center;
}
.search-page-items .product-variations-grid .product-variation,
.all-products .product-variations-grid .product-variation{
  justify-items: center;
}
.all-products .product-variations-grid:hover{
  filter: drop-shadow(5px 5px 65px #000000);
}
.product-variations-grid .add-to-cart-message .messages{
  font-size: 10px;
  display: grid;
  padding-right: 10px;
}
.product-variations-grid .add-to-cart-message .messages a{
  /* text-decoration: underline; */
  text-decoration: none;
    color: red;
    color: #09b982;
    font-weight: bold;
}
.all-products .price-comparison-list{
  display: flex;
  gap: 15px;
  font-size: 12px;
  padding: 5px 0;
}
.all-products .price-comparison-list .mrp-price.same-price{
  display: none;
}
.all-products .product-title a{
  text-decoration: none;
}
.search-page-items .product-body,
.all-products .product-body{
  font-size: 12px;
}
.search-page-items .product-title,
.all-products .product-title{
  text-align: center;
  font-size: 18px;
}
/* Pri
/* Product title link */
.all-products .views-field-title {
  display: none;
  /* font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center; */
}

.all-products .views-field-title a {
  color: #263fa4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.all-products .views-field-title a:hover,
.all-products .views-field-title a:focus {
  color: #1e3187;
  outline: none;
  text-decoration: underline;
}
/* end for all products */

/* sorting order for all products */
/* Styling for the exposed form */
.all-products .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); */
  /* max-width: 500px; */
  margin: 15px auto;
}

/* Styling for form items (Sort by and Order) */
.all-products .js-form-item {
  flex: 1;
  min-width: 120px;
  max-width: 20%;
}

/* Label styling */
.all-products .js-form-item label {
  font-family: 'Arial', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

/* Select dropdown styling */
.all-products .form-select {
  width: 100%;
  padding: 8px;
  font-family: 'Arial', sans-serif;
  font-size: 0.9rem;
  color: #333;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color 0.2s ease;
}

/* Focus and hover effects for select */
.all-products .form-select:focus,
.all-products .form-select:hover {
  border-color: #007bff;
  outline: none;
}

/* Apply button styling */
.all-products .form-submit {
  padding: 8px 16px;
  /* background-color: #0f2b48; */
  color: #fff;
  font-family: 'Arial', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  opacity: 1;
}
/* end for sorting order for all products */
/* animation for all products */
/* .all-products .views-row:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
} */
.all-products .variation-image-gallery .main-image img {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.all-products .variation-image-gallery .main-image img:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
  opacity: 0.9; /* Subtle fade for interaction */
}

/* Thumbnail transitions */
.all-products .variation-image-item img {
  transition: opacity 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

.all-products .variation-image-item:hover img {
  
  transform: scale(1.05); /* Slight zoom effect on hover */
  opacity: 0.9; /* Subtle fade for interaction */
}

/* end for all products animation */

/* animation for the out of stock items in all products */
/* Styling for the Out of Stock button */
.featured-items .product-out-of-stock,
/* .individual-product-design .product-out-of-stock, */
.all-products .product-out-of-stock {
  -webkit-animation-name: product-out-of-stock;
  animation-name: product-out-of-stock;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  visibility: hidden; /* Hidden until observed */
}
.search-page-items .price-comparison .selling-price,
.all-products .price-comparison .selling-price{
  font-size: 15px;
 }
/* Class to trigger visibility */
.all-products .product-out-of-stock.animate-in {
  color: red;
  font-weight: bold;
  visibility: visible;
  align-content: center;
}
.all-products .no-return-value{
  display: flex;
  gap: 20px;
}
/* Keyframes for the blinking effect */
@-webkit-keyframes product-out-of-stock {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes product-out-of-stock {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .all-products .product-out-of-stock {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}
@media (max-width: 480px){
  #block-printer-exposedformproduct-search-allpage-1 #views-exposed-form-product-search-all-page-1 {
    position: relative !important;
    /* margin-top: 15px !important; */
    margin: 10px 10px !important;
  }
  .search-page-items form,
  #block-printer-content .views-element-container .all-products form {
    justify-content: center !important;
    gap: unset !important;
    padding: 5px 0;
  }
  #block-printer-exposedformproduct-search-allpage-1 .form-wrapper input {
    padding: 6px 16px !important;
    font-size: 0.8rem !important;
  }
  #block-printer-exposedformproduct-search-allpage-1 .form-item-search-api-fulltext input {
    padding: 4px !important;
  }
  .all-products .views-exposed-form{
    padding: unset;
    gap: unset;
    margin: unset;
  }
  .all-products .form-select{
    width: 80% !important;
    padding: 4px !important;
    font-size: 0.6rem !important;
  }
  .all-products .js-form-item {
    flex: unset;
    /* min-width: 95px; */
     max-width: unset;
  }
  .all-products .form-submit {
    padding: 6px 16px;
    font-size: 0.8rem !important;
  }
  .all-products .js-form-item label{
    font-size: 0.8rem;
  }

  /* all product list items */
  .all-products h2{
    font-size: 20px;
  }
  .all-products .product-list-item {
    padding: 0 20px;
  }
  .search-page-items article,
  .all-products article{
    display: flex;
  }
  .search-page-items article .indv-image-all,
  .all-products article .indv-image-all{
    flex: unset;
    max-width: unset;
  }
  .search-page-items .main-image,
  .all-products .main-image {
    margin: 10px 10px !important;
    width: 100px !important;
    height: 170px !important;
}
.all-products .product-title {
  /* margin: unset; */
  /* text-align: u; */
  text-align: unset;
}
.search-page-items .price-comparison,
.all-products .price-comparison {
  padding-left: unset;
  font-size: 12px !important;
}
.search-page-items .indv-image-all,
.all-products .indv-image-all{
  width: 40%;
}
.all-products .commerce-order-item-add-to-cart-form > .form-actions {
  /* width: 100%; */
  height: 25px;
  display: unset;
  display: flex;
  gap: 10px;
}
.all-products .product-title {
  line-height: 1.2;
}
.all-products .product-title a {
    font-size: 14px;
}
.all-products .js-form-item label{
  margin-bottom: unset;
}
.all-products .commerce-order-item-add-to-cart-form input.form-submit, 
.all-products .button--add-to-cart{
padding: 5px 20px;
}
.all-products .discount-icon
 {
    width: 13px;
  }
 .search-page-items .variation-image-gallery .variation-image-item,
  .all-products .variation-image-gallery .variation-image-item{
  width: 35px;
  height: 35px;
 }
 .all-products .indv-other-all{
  margin: 0 10px;
  width: 60%;
 }
 .all-products .all-product-body .product-body p{
  font-size: 12px;
 }
 .all-products .all-product-body .product-title{
  margin: 0;
 }
 .search-page-items .return-period-value,
 .all-products .return-period-value{
  font-size: 10px;
 }
 .all-products .price-comparison .mrp-price{
  text-decoration: line-through;
 }
 .all-products .price-comparison .selling-price{
  font-weight: bold;
  font-size: 14px;
 }
 .all-products .discount{
  width: 60%;
  align-items: center;
  justify-content: end;
 }
 .all-products .price-comparison-list{
  gap: unset;
 }
 .search-page-items .views-view-grid .views-col,
 .all-products .views-view-grid .views-col{
  justify-content: center;
  float: unset;
  margin: 0 10px !important;
  width: 100%;
 }
 .all-products .views-view-grid{
  justify-items: center;
 }
 .search-page-items .views-view-grid .views-row .views-field,
 .all-products .views-view-grid .views-row .views-field{
  /* padding: 10px 0; */
  width: 100%;
 }
 .search-page-items .all-items-product-design{
  width: 100%;
 }
 #block-printer-content .views-element-container .search-page-items .views-row,
 #block-printer-content .views-element-container .all-products .views-row{
  margin: 12px 0 !important;
  margin: unset;
  /* padding: unset; */
  padding: 10px 0;
  max-width: unset;
 }
}
/* end for the animation for the out of stock items in all products */

[class^="product--variation-field--variation_price"] {
  font-weight: 700;
  color: #263fa4;
  font-size: 1.1rem;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}
#block-printer-content .views-element-container .search-page-items,
#block-printer-content .views-element-container .all-products {
  /* display: flex; */
  display: grid;
  justify-content: center;
}
.search-page-items form,
#block-printer-content .views-element-container .all-products form{
  display: flex;
  gap: 5px;
  /* justify-content: center; */
  width: 100%;
  justify-content: right;
  /* margin: 20px 0; */
}

#block-printer-content .views-element-container .all-products form select{
  font-size: 12px;
}
.views-row .variation-image-gallery .main-image {
  width: 250px;
  /* match image style width */
  height: 250px;
  /* match image style height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  /* neutral background to avoid white gaps */
  border-radius: 4px;
  margin-bottom: 12px;
}

.views-row .variation-image-gallery .main-image img {
  width: 100%;
  /* make image fill container */
  height: auto;
  object-fit: cover;
  /* crop / scale images nicely */
  display: block;
}


.views-field.views-field-rendered-entity article>div:first-of-type {
  /* display: none; */
}

.pincode-checker-wrapper {
  margin: 15px 0 15px 0;
}

/* #commerce-product-add-to-cart-form .form-actions{
  text-align: center;
} */
.form-actions .button--add-to-cart {
  padding: 5px 50px 5px 50px;
  background-color: rgb(212, 175, 55);
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.button--add-to-cart:hover {
  background-color: #7b8795 !important;
  /* transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
}
.cost-list {
  display: flex;

}

.cost-show {
  margin: 8px 10px 8px 0px;
}

/* hiding the variation fields for products page */
.views-row .product-variations-grid .field--name-purchased-entity {
  display: none;
}

.product--variation-field--variation_field_delivery_fee__1 {
  display: none;
}

/* design for product page */
.selling-price {
  margin: 0;
  /* padding: 5px 0; */
}


/* Design for order items (return or replacement) */
/* .field-items .order-item-wrapper img{
  width: 5%;
} */

/* my-account-page design */

/* .my-account-edit-form container */
.my-account-edit-form {
  max-width: 500px;
  margin: 20px auto;
  background: #f9f9f9;
  padding: 30px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

/* .my-account-edit-form labels */
.my-account-edit-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f2b48; /* Dark Blue */
}

/* Input fields */
.my-account-edit-form input[type="text"],
.my-account-edit-form input[type="email"],
.my-account-edit-form input[type="password"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.my-account-edit-form input[type="text"]:focus,
.my-account-edit-form input[type="email"]:focus,
.my-account-edit-form input[type="password"]:focus {
  border-color: #d4af37; /* Gold accent */
  outline: none;
}

/* Help text description */
.my-account-edit-form .description {
  font-size: 13px;
  color: #7b8795; /* Light gray-blue */
  margin-top: -10px;
  margin-bottom: 15px;
}

/* Submit button */
.my-account-edit-form input[type="submit"],
.my-account-edit-form button[type="submit"] {
  background-color: #0f2b48; /* Dark Blue */
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.my-account-edit-form input[type="submit"]:hover,
.my-account-edit-form button[type="submit"]:hover {
  background-color: #d4af37; /* Gold hover */
  color: #0f2b48;
}


/*end for my-account-page design */

/* user account menu design */

.account-menu-custom {
  margin: 20px 10px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(15, 43, 72, 0.06);
  padding: 24px 18px 18px 18px;
  max-width: 280px;
}

.account-menu-custom h2 {
  font-size: 1.18rem;
  color: #0f2b48; /* Dark Blue */
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.account-menu-custom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-menu-custom li {
  margin-bottom: 15px;
}

.account-menu-custom li:last-child {
  margin-bottom: 0;
}

/* Navigation links */
.account-menu-custom a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #0f2b48; /* Dark Blue */
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.25s, color 0.25s;
}

.account-menu-custom a:hover,
.account-menu-custom a:focus {
  background: #d4af37; /* Gold background on hover */
  color: #fff;
  outline: none;
}

/* Optional: distinct styling for Log out link */
.account-menu-custom a[href*="logout"] {
  color: #7b8795; /* Light gray-blue */
}

.account-menu-custom a[href*="logout"]:hover,
.account-menu-custom a[href*="logout"]:focus {
  background: #0f2b48;
  color: #fff;
}


/*end for user account menu */

/* order list for the individual users */

/* Table container */
.order-list-user {
  margin: 0 auto;
  max-width: 850px;
  background: #fff;
  padding: 28px 22px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(15,43,72,0.06);
}

/* Table */
.order-list-user table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

/* Table header */
.order-list-user th {
  background: #f4f6fa;
  color: #0f2b48; /* Dark Blue */
  font-weight: 700;
  padding: 14px 10px;
  border-bottom: 1px solid #e6e8ed;
  text-align: left;
  letter-spacing: 0.5px;
}

.order-list-user th a {
  color: #0f2b48;
  text-decoration: none;
  font-weight: inherit;
}

.order-list-user th a:hover {
  color: #d4af37;
}

/* Table body rows */
.order-list-user tbody tr {
  transition: background 0.2s;
}

.order-list-user tbody tr:nth-child(even) {
  background: #f9fbfd;
}

.order-list-user tbody tr:hover {
  background: #eaf2fa;
}

/* Table cells */
.order-list-user td {
  padding: 12px 10px;
  border-bottom: 1px solid #f0f1f3;
  color: #1a1f2b;
}

.order-list-user td a {
  /* text-decoration: underline; */
  color: #0f2b48;
  font-weight: 600;
  /* text-decoration: none; */
}

.order-list-user td a:hover {
  color: #d4af37;
  text-decoration: underline;
}

/* State badges */
.order-list-user td.views-field-state {
  font-size: 15px;
  font-weight: 700;
}

.order-list-user td.views-field-state:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle;
  background: #d4af37; /* Default gold */
}

.order-list-user td.views-field-state:contains('Completed'):before {
  background: #41a745; /* Green */
}
.order-list-user td.views-field-state:contains('Canceled'):before {
  background: #c72a12; /* Red */
}
.order-list-user td.views-field-state:contains('Replaced'):before,
.order-list-user td.views-field-state:contains('Return Requested'):before,
.order-list-user td.views-field-state:contains('Returned'):before {
  background: #e7cd3e; /* Yellow */
}

/* Responsive */
@media (max-width: 700px) {
  .order-list-user {
    padding: 10px 2px;
  }
  .order-list-user table, .order-list-user th, .order-list-user td {
    font-size: 13px;
    padding: 8px 4px;
  }
}

/* end for order list for individual users */

/* start for which list page */
.commerce-wishlist-form .wishlist-items{
  margin: 24px 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    overflow: hidden;
}
.commerce-wishlist-form .discount-icon {
  width: 17px;
  height: auto;
  margin-right: 8px;
  padding-left: 5px;
}
.commerce-wishlist-form .detailed-wishlist .return-period-value,
.commerce-wishlist-form .detailed-wishlist .featured-variation-field,
.commerce-wishlist-form .detailed-wishlist .in-stock-variation-field,
.commerce-wishlist-form .wishlist-item .wishlist-item__details,
.commerce-wishlist-form .detailed-wishlist .no-return-value,
.commerce-wishlist-form .detailed-wishlist .delivery-fee,
.commerce-wishlist-form .variation-image-gallery .thumbnails{
  display: none;
}
.commerce-wishlist-form .detailed-wishlist>div{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.commerce-wishlist-form .detailed-wishlist .variation-image-gallery img{
  width: 80px;
  height: 80px;
}
.commerce-wishlist-form .wishlist-item .wishlist-item__actions .form-wrapper{
  display: flex;
  justify-content: space-evenly;
}
.commerce-wishlist-form .wishlist-item{
  padding: 12px;
    border-bottom: 1px solid #eee;
    display: grid;
grid-template-columns: auto auto; /* Only 2 columns */
grid-gap: 10px;
margin: 40px 10px 20px 10px;

}
.commerce-wishlist-form .wishlist-item:last-child {
  border-bottom: none;
}
.commerce-wishlist-form .wishlist-item .wishlist-item__actions{
  align-content: center;
}
.commerce-wishlist-form .wishlist-item .wishlist-item__actions input{
  background: #e53e3e;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 7px 18px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

@media (max-width: 480px) {
  .commerce-wishlist-form .wishlist-item{
    display: block;
  }
  .commerce-wishlist-form .detailed-wishlist>div{
    justify-content: unset;
    gap: 40px;
  }
  .commerce-wishlist-form .wishlist-item .wishlist-item__actions .form-wrapper{
    gap: 40px;
    justify-content: unset;
  }
  .wishlist-user-form #edit-header{
    margin: 10px;
  }
  .wishlist-user-form #edit-header-add-all-to-cart{
    background-color: rgb(212, 175, 55) !important;
    border: none !important;
    padding: 10px;
    border-radius: 10px;
  }
  .wishlist-user-form #edit-header a{
    text-decoration: none;
    padding: 0 10px;
  }
}
/* end for wishlist page */


/* checkout page start */
.checkout-pane-order-summary .discount img{
  width: 17px;
}
/* end for checkout page */

/* start checkout flow at payment */

.commerce-checkout-flow .checkout-pane #edit-payment-information-billing-information{
  display: block !important;
}
.commerce-checkout-flow .layout-checkout-form {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); /* or whatever you’re using */ */
  gap: 10px;
}

.commerce-checkout-flow .layout-checkout-form div:nth-child(1) {
  order: 2; 
}

.commerce-checkout-flow .layout-checkout-form div:nth-child(2) {
  order: 1; 
}

.commerce-checkout-flow .layout-checkout-form div:nth-child(3) {
  order: 3; 
}

.commerce-checkout-flow .checkout-pane #edit-login-returning-customer .form-item{
  display: contents;
}
.commerce-checkout-flow .checkout-pane #edit-login-register {
  display: none;
}
.commerce-checkout-flow .checkout-pane #edit-login-register .form-item input,
.commerce-checkout-flow .checkout-pane #edit-login-returning-customer .form-item input{
margin-top: 7px;
box-sizing: border-box;
margin-bottom: 15px;
width: 100%;
padding: 11px 12px;
border: 1px solid #d7dde7;
border-radius: 8px;
font-size: 1.05rem;
background: #f5f8fa;
transition: border-color 0.19s;
outline: none;
}

.commerce-checkout-flow .checkout-pane #edit-login-register .form-item{
  display: contents;
}
.commerce-checkout-flow .checkout-pane #edit-login-register .form-item .description{
  display: none;
}
.commerce-checkout-flow .checkout-pane #edit-login-register .field--name-user-picture{
  display: none;
}
.commerce-checkout-flow .checkout-pane #edit-login-register .password-suggestions{
  display: none !important;
}
#block-printer-content .cart.cart-form:nth-of-type(2) {
  display: none;
}
/* end for checkout flow at payment */


/* start deisgn for search api */
#block-printer-exposedformproduct-search-allpage-1 form{
  display: flex;
}
#block-printer-exposedformproduct-search-allpage-1 #views-exposed-form-product-search-all-page-1{
  position: absolute;
  margin-left: 15%;
  margin-top: 50px;
}
#block-printer-exposedformproduct-search-allpage-1 .form-item-search-api-fulltext label{
  display: none;
}
#block-printer-exposedformproduct-search-allpage-1 .form-item-search-api-fulltext input{
  width: 100%;
    padding: 8px;
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
    color: #333;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.2s 
ease;
}

#block-printer-exposedformproduct-search-allpage-1 .form-wrapper{
  margin: 0 30px;
}

#block-printer-exposedformproduct-search-allpage-1 .form-wrapper input{
  padding: 8px 16px;
    /* background-color: #0f2b48; */
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s 
ease, transform 0.2s 
ease;
    opacity: 1;
    background-color: #7b8795;
}
/* end for search api */






/* all products page */
/* .search-items #block-printer-content .views-element-container .product-list-item {
  display: grid;
  justify-content: center;
} */
/* .search-page-items .price-comparison, */
/* .product-list-item .price-comparison{ */
  /* height: 60px; */
  /* padding-bottom: 10px; */
/* } */
/* .search-items .product-list-item .in-stock-variation-field{
  display: none;
}.search-items .product-list-item .discount{
  display: inline-flex;
} */
/* .search-items .product-list-item .discount-icon {
  width: 17px;             
  height: auto;
  margin-right: 8px;       
  padding-left: 5px;
}.search-items .product-list-item .all-product-body a{
  text-decoration: none;
}
.search-items .product-list-item .product-link-price{
  text-decoration: none;
}
.search-items .product-list-item .featured-variation-field{
  display: none;
}
.search-items .product-list-item .product-variations-grid{
  height: 30px;
  padding: 10px 0;
  text-align: center;
} */
/* .search-items .product-list-item .product-variations-grid:hover{
  filter: drop-shadow(5px 5px 65px #000000);
}
.search-items .product-list-item .price-comparison-list{
  display: flex;
  gap: 15px;
  font-size: 12px;
  padding: 5px 0;
}
.search-items .product-list-item .price-comparison-list .mrp-price.same-price{
  display: none;
}
.search-items .product-list-item .product-title a{
  text-decoration: none;
}
.search-items .product-list-item .product-title{
  text-align: center;
} */
/* Pri
/* Product title link */
/* .search-items .product-list-item .views-field-title {
  display: none; */
  /* font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center; */
/* } */
/* .search-items .product-list-item .views-field-title a {
  color: #263fa4;
  text-decoration: none;
  transition: color 0.3s ease;
}
.search-items .product-list-item .views-field-title a:hover,
.search-items .product-list-item .views-field-title a:focus {
  color: #1e3187;
  outline: none;
  text-decoration: underline;
} */
/* end for all products */

/* sorting order for all products */
/* Styling for the exposed form */


/* Styling for form items (Sort by and Order) */
/* end for sorting order for all products */
/* animation for all products */
/*.search-items .product-list-item .views-row:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
} */
 /* .search-items .product-list-item .variation-image-gallery .main-image img {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
} */
/* .search-items .product-list-item .variation-image-gallery .main-image img:hover {
  transform: scale(1.05); 
  opacity: 0.9; 
} */

/* Thumbnail transitions */
/* .search-items .product-list-item .variation-image-item img {
  transition: opacity 0.1s ease-in-out, border-color 0.1s ease-in-out;
} */
/* .search-items .product-list-item .variation-image-item:hover img {
  
  transform: scale(1.05); 
  opacity: 0.9; 
} */

/* end for all products animation */

/* animation for the out of stock items in all products */
/* Styling for the Out of Stock button */
/* .search-items .product-list-item .product-out-of-stock {
  -webkit-animation-name: product-out-of-stock;
  animation-name: product-out-of-stock;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  visibility: hidden; /* Hidden until observed */
/* } */ 

/* Class to trigger visibility */
/* .search-items .product-list-item .product-out-of-stock.animate-in {
  color: red;
  font-weight: bold;
  visibility: visible;
  align-content: center;
} */
/* .search-items .product-list-item .views-row.animate-in .product-out-of-stock {
  color: red;
  font-weight: bold;
  visibility: visible;
  align-content: center;
} */
/* .search-items .product-list-item .no-return-value{
  display: flex;
  gap: 20px;
} */
/* Keyframes for the blinking effect */
@-webkit-keyframes product-out-of-stock {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes product-out-of-stock {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* Responsive design */
/* @media (max-width: 768px) {
 .search-items .product-list-item .product-out-of-stock {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
} */
/* end for the animation for the out of stock items in all products */



/* start cart for mobile view */
@media (max-width: 480px) {
  /* Hide table headers on mobile */
  .cols-6 thead {
    display: none;
  }
  .cols-6 tbody{
    text-align: center;
  }
  /* Transform table rows into cards */
  .cols-6 tbody tr {
    display: block;
    /* display: contents; */
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 16px;
    /* padding: 16px; */
    padding: 0 10px 40px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* Hide all table cells initially */
  .cols-6 tbody td {
    display: block;
    border: none;
    padding: 8px 0;
    text-align: left;
  }
  
  /* Product Title - Make it prominent */
  .cols-6 tbody td.views-field-title {
    font-size: 18px;
    font-weight: bold;
    color: #204081;
    /* margin-bottom: 12px; */
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
  }
  
  /* Product Image - Show as a small thumbnail */
  .cols-6 tbody td.views-field-purchased-entity {
    position: relative;
    /* margin-bottom: 12px; */
  }
  
  .cols-6 tbody td.views-field-purchased-entity .main-image {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 12px;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .cols-6 tbody td.views-field-purchased-entity .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Hide thumbnails on mobile cart */
  .cols-6 tbody td.views-field-purchased-entity .thumbnails {
    display: none;
  }
  
  /* Price and quantity in a row */
  .cols-6 tbody td.views-field-unit-price__number,
  .cols-6 tbody td.views-field-edit-quantity,
  .cols-6 tbody td.views-field-total-price__number {
    display: inline-block;
    margin-right: 16px;
    /* margin-bottom: 8px; */
  }
  
  .cols-6 tbody td.views-field-unit-price__number {
    font-weight: bold;
    color: #204081;
    font-size: 16px;
  }
  
  /* Quantity input styling */
  .cols-6 tbody td.views-field-edit-quantity input {
    width: 60px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
  }
  
  /* Total price */
  .cols-6 tbody td.views-field-total-price__number {
    font-weight: bold;
    color: #204081;
    font-size: 18px;
    float: right;
    clear: both;
  }
  
  /* Remove button styling */
  .cols-6 tbody td.views-field-remove-button {
    text-align: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
  }
  
  .cols-6 tbody td.views-field-remove-button input {
    background: #ff4444;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .cols-6 tbody td.views-field-remove-button input:hover {
    background: #cc0000;
  }
  
  /* Clear floats */
  .cols-6 tbody td.views-field-purchased-entity::after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Cart summary section */
  .cart-summary {
    background: #f8f9fb;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
  }
  
  .cart-summary h3 {
    margin-bottom: 16px;
    color: #204081;
  }
  
  .cart-summary .checkout-button {
    background: #204081;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    margin-top: 16px;
  }
  
.cart.cart-form #edit-actions{
  margin-bottom: 10px;
}
}
/* end for cart for mobile view */

/* start checkout page design */

.commerce-checkout-flow {
  margin-left: 20px;
}
.commerce-checkout-flow .checkout-pane table{
  /* border: 1px solid black; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 20px;
}
.commerce-checkout-flow .checkout-pane table tr td {
  padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95em;
    color: #333;
 }
 .commerce-checkout-flow .checkout-pane .form-submit{
  /* background-color: #d4af37; */
  background-color: rgb(15, 43, 72);
    padding: 10px;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
 }
 
 .commerce-checkout-flow .layout-region-checkout-footer .form-submit{
  background-color: #d4af37;
    padding: 10px;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
 }
 .commerce-checkout-flow .layout-region-checkout-footer {
  padding: 10px 0;
 }

 .commerce-checkout-flow .checkout-pane #edit-payment-information-billing-information{
  margin-left: 20px;
 }
.commerce-checkout-flow .checkout-pane table tr td.views-field-quantity {
 align-content: start;
}
.commerce-checkout-flow .checkout-pane .price-comparison-list {
  /* display: flex; */
  flex-direction: row-reverse;
  /* gap: 50px; */
  display: flex;
      gap: 15px;
      font-size: 0.9em;
      color: #555;
      margin: 5px 0;
}
.commerce-checkout-flow .no-delivery-fee,
.commerce-checkout-flow .delivery-fee {
  font-size: 0.9em;
  color: #777;
  margin-top: 5px;
}
.commerce-checkout-flow .return-period-value {
  font-size: 0.85em;
  margin-top: 8px;
  display: flex;
  gap: 10px;
  color: #444;
}
.commerce-checkout-flow .checkout-pane .price-comparison-list .mrp-price{
  width: 100%;
  text-decoration: line-through;
}
.commerce-checkout-flow .checkout-pane table tr td.views-field-purchased-entity img{
  width: 20%;
  height: 20%;
 }
 .commerce-checkout-flow .checkout-pane table tr td.views-field-purchased-entity .in-stock-variation-field,
 .commerce-checkout-flow .checkout-pane table tr td.views-field-purchased-entity .featured-variation-field,
.commerce-checkout-flow .checkout-pane table tr td.views-field-purchased-entity .thumbnails{
  display: none;
 }
 .commerce-checkout-flow .checkout-pane table tr td .discount img{
  width: 10%;
  /* width: unset; */
  height: unset;
 }
 .commerce-checkout-flow .checkout-pane .visually-hidden{
  position: relative !important;
 }
 .commerce-checkout-flow .checkout-pane input{
  border: 1px solid black;
  margin: 10px 0;
 }
 .commerce-checkout-flow #edit-customer-comments{
  width: 80%;
 }
 .commerce-checkout-flow .checkout-pane textarea{
  /* border: 1px solid black; */
  /* margin: 10px 0; */
  width: 100%;
 }
 .commerce-checkout-flow .checkout-pane .login-button-wrapper-user{
  display: none;
 }
 .commerce-checkout-flow .checkout-pane-cart .login-button-wrapper-user{
  display: none;
 }
/* end form checkout page design */

/* start billing info design */
/* ✅ Checkout/Billing Mobile Styles */
/* @media (max-width: 768px) { */
  /* Container adjustments */
  .commerce-checkout-flow #edit-payment-information-billing-information #edit-payment-information-billing-information,
  .commerce-checkout-flow #edit-payment-information-billing-information #edit-payment-information-billing-information-address-wrapper {
    padding: 15px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }

  .commerce-checkout-flow #edit-payment-information-billing-information .js-form-item-payment-information-billing-information-select-address label{
    width: 100% !important;
  }
  /* Form items full width */
  .commerce-checkout-flow #edit-payment-information-billing-information .form-item{
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}
  .commerce-checkout-flow #edit-payment-information-billing-information .form-wrapper,
  select.form-select,
  input.form-text,
  input.form-email,
  input.form-tel {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }

  .commerce-checkout-flow #edit-payment-information-billing-information .js-form-item-payment-information-billing-information-select-address{
    width: 90% !important;
  }
.commerce-checkout-flow #edit-payment-information-billing-information .pincode-checker-wrapper{
  display: none;
}
.commerce-checkout-flow #edit-payment-information-billing-information .address-book-edit-button{
      width: unset !important;
      padding: 5px 25px !important;
      font-size: unset !important;
      /* border-radius: 6px; */
       margin-top: unset !important;
}
  /* Labels */
  .commerce-checkout-flow #edit-payment-information-billing-information .form-item label {
    width: 30%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
  }

  /* Inputs */
  .commerce-checkout-flow #edit-payment-information-billing-information input.form-text,
  .commerce-checkout-flow #edit-payment-information-billing-information select.form-select {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 12px;
    background: #fff;
  }

  /* Add spacing between fields */
  .commerce-checkout-flow #edit-payment-information-billing-information .form-item {
    margin-bottom: 5px;
    border: 1px solid #ddd;
    background: #ffff;
  }

  /* Inline name fields (First + Last) stack on mobile */
  .commerce-checkout-flow #edit-payment-information-billing-information .address-container-inline {
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
  }

  /* Select address dropdown */
  .commerce-checkout-flow #edit-payment-information-billing-information .available-profiles {
    padding: 12px;
    font-size: 15px;
  }

  /* Required asterisk */
  .commerce-checkout-flow #edit-payment-information-billing-information .form-required:after {
    content: " *";
    color: red;
    margin-left: 2px;
  }
.commerce-checkout-flow .profile {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-top: 10px;
}
.commerce-checkout-flow #edit-review-contact-information {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  background-color: #fefefe;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
  /* Buttons */
  .commerce-checkout-flow #edit-payment-information-billing-information button,
  .commerce-checkout-flow #edit-payment-information-billing-information input[type="submit"] {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 20px;
    background: #0074d9;
    color: #fff;
    border: none;
  }
  .commerce-checkout-flow #edit-payment-information-billing-information input {
    margin: unset;
  }
  .commerce-checkout-flow #edit-review-payment-information a{
    text-decoration: none;
    background: rgb(15, 43, 72);
    color: white;
    padding: 3px 15px;
    border-radius: 8px;
    font-size: 12px;
  } 
  .commerce-checkout-flow .checkout-pane-payment-information,
  .commerce-checkout-flow #edit-review-payment-information {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    background-color: #fdfdfd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  .commerce-checkout-flow #edit-review-payment-information legend {
    /* font-size: 1.3em;
    font-weight: 600;
    color: #333;
    padding: 0 10px; */
  }
  .commerce-checkout-flow #edit-review-contact-information .fieldset-wrapper {
    margin-top: 10px;
    font-size: 1em;
    color: #444;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    word-break: break-word;
  }
  .commerce-checkout-flow #edit-customer-comments {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    background-color: #fefefe;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .commerce-checkout-flow #edit-customer-comments textarea.form-textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1em;
    font-family: inherit;
    background-color: #fff;
    box-sizing: border-box;
    resize: vertical;
    transition: border-color 0.3s, box-shadow 0.3s;
  }
  .commerce-checkout-flow #edit-coupon-redemption input.form-text {
    width: 100%;
    max-width: 400px;
    padding: 10px 12px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 12px;
  }
  .commerce-checkout-flow #edit-coupon-redemption input.form-text:focus {
    border-color: #007acc;
    box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.2);
    outline: none;
  }
  .commerce-checkout-flow #edit-coupon-redemption input[type="submit"].form-submit {
    padding: 10px 20px;
    background-color: #007acc;
    color: #fff;
    font-size: 1em;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .commerce-checkout-flow #edit-coupon-redemption input[type="submit"].form-submit:hover {
    background-color: #005fa3;
  }
  .commerce-checkout-flow footer {
    margin-top: 30px;
    padding: 20px;
    border-top: 2px solid #e0e0e0;
    background-color: #fafafa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .commerce-checkout-flow .order-total-line__total {
    font-size: 1.2em;
    color: #007acc;
    font-weight: 700;
    margin-top: 10px;
  }
  
  .commerce-checkout-flow .order-total-line__total .order-total-line-label,
  .commerce-checkout-flow .order-total-line__total .order-total-line-value {
    color: #007acc;
  }
  .commerce-checkout-flow .views-field-quantity {
    width: 10%;
    font-weight: bold;
    white-space: nowrap;
}
.commerce-checkout-flow .views-field-total-price__number {
  width: 15%;
  font-weight: bold;
  font-size: 1.1em;
  color: #007acc;
  text-align: right;
}
.commerce-checkout-flow .layout-region-checkout-footer .link--previous{
    text-decoration: none;
    padding: 0 10px;
}


@media (max-width: 768px) {
  .commerce-checkout-flow #edit-payment-information-billing-information .address-book-edit-button{
    height: 25px;
  }
  .commerce-checkout-flow #edit-payment-information-billing-information{
    align-items: center;
  }
  .commerce-checkout-flow .checkout-pane #edit-payment-information-billing-information {
    margin-left: unset;
  }
  .commerce-checkout-flow #edit-payment-information-billing-information .js-form-item-payment-information-billing-information-select-address{
    display: grid;
  }
  .commerce-checkout-flow .checkout-pane{
    margin-right: 10px;
  }
  .commerce-checkout-flow .form-item-payment-information-billing-information-address-0-address-country-code{
    width: 100% !important;
  }
  .fieldset-wrapper>div:first-of-type{
    display: block;
  }
}
/* end for billing info design */
/* .homepage-banner-bg--video { position: relative; overflow: hidden; }
.homepage-banner-video { position: absolute; inset: 0; z-index: 0; }
.homepage-banner-video video,
.homepage-banner-video iframe { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.banner-text { position: relative; z-index: 1; } */

/* start footer for buttom */
/* Bottom Navigation Styles - Fixed at bottom */
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0 12px 0; /* Extra bottom padding for safe area */
  z-index: 1001; /* Higher than header to ensure it's on top */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  /* Ensure it stays at the very bottom */
  bottom: 0;
}

.bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #666;
  padding: 6px 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-width: 60px;
  flex: 1;
}

.bottom-nav-item:hover {
  color: #204081;
  background-color: #f8f9fb;
}

.bottom-nav-item.active {
  color: #204081;
  background-color: #f0f4ff;
}

.nav-icon {
  font-size: 20px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.nav-label {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

/* Ensure main content doesn't get hidden behind bottom nav on mobile */
@media (max-width: 768px) {
  main {
    /* padding-bottom: 80px; */
    margin-bottom: 0;
  }
  
  footer {
    margin-bottom: 80px; /* Space for bottom nav */
  }
  
  /* Make sure bottom nav is visible */
  .bottom-nav {
    display: flex !important;
  }
}

/* Hide bottom nav on desktop and ensure it doesn't interfere */
@media (min-width: 769px) {
  .bottom-nav {
    display: none !important;
  }
  
  main {
    padding-bottom: 0;
  }
  
  footer {
    margin-bottom: 0;
  }
}

/* Ensure bottom nav stays at the very bottom on all mobile devices */
@media (max-width: 768px) {
  .bottom-nav {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1001 !important;
  }
}
/* end footer for buttom */


/* start header for mobile menu */
.header-wrapper{
  background: linear-gradient(to bottom, #FAF3E0 0%, #FFFFFF 100%);
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
    /* background: linear-gradient(to bottom, #F5FFFC 0%, #FFFFFF 100%); */
    /* background: linear-gradient(to bottom, #FAF3E0 0%, #FFFFFF 100%); */
}
.header-wrapper .header-actions{
  display: none;
}
.header-wrapper .header-search-container{
  display: none;
}
@media (max-width: 480px) {
  /* Header Action Buttons */
/* .header-wrapper .header-actions{
  display: block !important;
}
.header-wrapper .header-search-container{
  display: block;
} */
.header-actions {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  margin-right: 16px;
}

.header-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #204081;
  text-decoration: none;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 60px;
}

.header-action-btn:hover {
  background-color: #f8f9fb;
  color: #204081;
}

.header-action-btn i {
  font-size: 18px;
  margin-bottom: 4px;
}

.header-action-btn .btn-label {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

/* Header Search Container */
.header-search-container {
  display: none;
  background: #f8f9fb;
  border-top: 1px solid #e0e0e0;
  padding: 16px 24px;
  animation: slideDown 0.3s ease;
}

.header-search-container.active {
  display: block;
}

.header-search-form {
  max-width: 600px;
  margin: 0 auto;
}

.header-search-form .search-input-wrapper {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-search-input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
}

.header-search-input::placeholder {
  color: #999;
}

.header-search-submit {
  padding: 12px 16px;
  background: #204081;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.header-search-submit:hover {
  background: #163366;
}

/* Mobile Responsive Styles */
/* @media (max-width: 768px) { */
  /* Hide button labels on mobile, show only icons */
  .header-action-btn .btn-label {
    display: none;
  }
  
  .header-action-btn {
    min-width: 40px;
    padding: 8px 6px;
  }
  
  .header-action-btn i {
    margin-bottom: 0;
    font-size: 20px;
  }
  
  .header-actions {
    margin-right: 8px;
    gap: 8px;
  }
  
  /* Adjust header search container for mobile */
  .header-search-container {
    padding: 12px 16px;
  }
  
  .header-search-form {
    max-width: 100%;
  }
  
  .header-search-input {
    font-size: 16px; /* Prevents zoom on iOS */
  }
/* } */

/* Animation for search container */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
  
}
/* end for header for mobile menu */




/* start policies page design */
.views-element-container {
  // min-height: 500px;
}
#block-printer-policiesheaderblock{
margin-top: 20px;
  margin-left: 100px;
}
.policies-page-cara{
  display: flex;
  align-items: center;
}
.policies-page-cara p{
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
}
.policies-page-cara img{
  max-width: 80px;
  max-height: 80px;
background: rgb(254, 254, 254);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 8px;
}
.cara-policies{
  min-height: 1000px;
  margin-left: 110px;
}
.cara-policies .views-row {
  font-size: 18px;
  margin-top: 32px;
}
.cara-policies .views-element-container {
  display: flex;
  position: relative;
  min-height: 500px; /* or auto */
}

/* LEFT: the title list container */
.cara-policies .views-element-container .views-row {
  width: 100%; /* Let each row take full width of column */
}

/* Make the title list fixed width */
.cara-policies .views-element-container {
  max-width: 100%;
}

.cara-policies .views-element-container > div {
  width: 20%;
}

/* All body sections stacked in the same place */
.cara-policies .views-row .views-field-body {
  //margin-top: 50px;
  display: none;
  position: absolute;
  top: 30%;
  left: 40%;
  width: 50%;
  padding: 1rem;
  box-sizing: border-box;
  /* background-color: #f9f9f9;
  border-left: 1px solid #ddd; */
  min-height: 100%;
}
.cara-policies .views-row.active .views-field-title{
  font-weight: bold;
}
.cara-policies .views-row.active .views-field-title .field-content::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='currentColor' d='M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
/* Show only active row's body */
.cara-policies .views-row.active .views-field-body {
  display: block;
}

/* end policies page design */

/* hiding from the product details */
.product-type-variation-field{
  display: none;
}
.individual-product-design article {
    display: flex;
    gap: 50px;
}
.frontpage-cara .views-field-name a{
    text-decoration: none;
}
.frontpage-cara .views-field-name a span{
    font-size: 1.1rem;
    font-weight: bold;
    /* color: #204081; */
    color: #353535;
}
.indv-other-all p{
   margin: 4px 0;
}
.featured-items .product-title a{
   font-size: 15px;
}
.featured-items .product-title a,
.search-page-items .product-title a,
.all-products .product-title a,
.search-page-items .all-items-product-design .product-title a,
.search-page-items .all-product-body a p,
.all-products .all-product-body a p{
  display: inline-block;
  max-width: 200px; /* adjust as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-page-items .product-title,
.all-products .product-title{
   margin: 8px 0;
}
.my-frontpage-wrapper .frontpage-cara .views-row
 {
    width: 25%;
    position: relative;
}
.about-cara{
   width: 70%;
   justify-self: center;
}
.cara-policy-pages{
width: 70%;
    justify-self: center;
}

@media (max-width: 480px) {
#block-printer-exposedformproduct-search-allpage-1 form{
  display: none;
}
#block-printer-exposedformproduct-search-allpage-1 form.active{
  display: flex;
}
}


.commerce-checkout-flow .checkout-pane{
  /* display: flex; */
  /* gap: 20px; */
  display: grid;
}
.commerce-checkout-flow .checkout-pane-login fieldset{
  width: 40%;
  /* max-width: 420px; */
  margin: 40px auto;
  padding: 20px;
  background: #f8fafd;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  font-family: 'Segoe UI', 'Arial', sans-serif;
}

.commerce-checkout-flow .checkout-pane-login {
   overflow: unset !important;
}
.commerce-checkout-flow .checkout-pane-login .checkout-pane-cart{
  display: grid;
}
.commerce-checkout-flow .checkout-pane-login .checkout-pane-cart .login-button-wrapper-user{
  text-align: center;
}

.commerce-checkout-flow .checkout-pane-login .checkout-pane-cart .login-button-wrapper-user a{
  background-color: rgb(15, 43, 72);
      padding: 10px;
      color: white;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      text-decoration: none;
}
.commerce-checkout-flow .form-wrapper__login-option {
  margin-bottom: 28px;
  padding: 18px 16px 16px 16px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dde2ea;
}

.commerce-checkout-flow .fieldset-legend {
  font-size: 1.22em;
  font-weight: 500;
  color: #315279;
  margin-bottom: 18px;
  display: block;
}

.commerce-checkout-flow .fieldset-wrapper {
  /* display: flex; */
  flex-direction: column;
  gap: 18px;
}

.commerce-checkout-flow .form-item label {
  font-weight: 600;
  color: #2b3a52;
  margin-bottom: 7px;
  display: block;
}

/* start register user */
.cara-login-title,
.cara-register-title{
  text-align: center;
  margin: 10px 0;
  font-size: 25px;
}
.user-register-form #edit-pass--description,
.user-register-form #edit-mail--description{
  display: none;
}
.user-register-form .form-item input:focus{
   border-color: #0074de;
   background: #fff;
}
.user-register-form #edit-account .form-item input:focus{
   border-color: #0074de;
   background: #fff;
}
.user-pass label,
.user-register-form label{
  font-weight: bold;
}
.cara_login_user .cara-login-with-logo,
.cara-register .cara-register-with-logo{
  display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.cara_login_user .cara-login-with-logo img,
.cara-register .cara-register-with-logo img{
  width: 50px;
}
.user-register-form .password-suggestions{
  display: none !important;
}
.user-pass,
.cara-register-for-cara {
  width: 100%;
  margin: 20px auto;
  max-width: 350px;
  /* background: #fff; */
  padding: 0 28px;
  /* border-radius: 18px; */
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
  margin-bottom: 18px;
}
.cara-register-for-cara .pincode-checker-wrapper{
  display: none;
}
/* .user-register-form #edit-account{
  width: 40%;
  margin: 40px auto;
  max-width: 350px;
  background: #fff;
  padding: 32px 28px;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 18px;
} */
 .user-pass input,
.cara-register-for-cara  input,
.user-register-form #edit-account input{
  margin-top: 7px;
    box-sizing: border-box;
    margin-bottom: 15px;
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #d7dde7;
    border-radius: 8px;
    font-size: 1.05rem;
    background: #f5f8fa;
    transition: border-color 0.19s;
    outline: none;
}
.user-register-form #edit-actions{
  text-align: center;
}
.user-pass #edit-submit,
.user-register-form #edit-actions .button{
  background-color: rgb(15, 43, 72);
      padding: 10px;
      color: white;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      text-decoration: none;
}
#block-printer-menuforlogin{
  /* margin-left: 60px; */
}

@media (max-width: 768px){
  .user-pass,
.cara-register-for-cara {
  width: 70%;
}
#block-printer-menuforlogin ul {
  display: none;
}
}
/* end register user */

/* stare homepage carousel */
.vvj-slideshow .vvjs-items img{
  width: 900px;
}
.vvj-slideshow .vvjs .vvjs-items{
  justify-items: center;
}
.vvjs .nav-dots-numbers{
  margin-top: unset !important;
}
.vvjs.slideshow.a-bottom .vvjs-item-inner{
  justify-items: center;
}
.vvj-slideshow .views-field-field-slider-image{
  position: relative;
}
.vvj-slideshow .views-field-field-slider-content{
  position: absolute;
  z-index: 3;
  color: red;
  bottom: 0;
  width: 70%;
  height: 90%;
}
.vvj-slideshow .slide-indicators{
  opacity: 0.2;
}
body .vvjs .nav-dots-numbers.dots .dots-numbers-button{
  width: 3px !important;
  height: 3px !important;
}
@media (max-width: 480px){
.vvj-slideshow .vvjs-items img{
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-width: 100%;
}
.next-arrow svg, .prev-arrow svg {
    width: 30px;
    height: 30px;
}
}
/* end homepage carousel */

/* start homepage contact form */
.homepage-contact-form-wrapper{
  padding: 50px 100px;
  background: aliceblue;
}
.homepage-contact-form-wrapper p{
  cursor: pointer;
}
.homepage-contact-form-wrapper>div{
  display: flex;
  gap: 50px;
  justify-content: space-around;
}
.homepage-contact-form-wrapper >div > div:nth-child(1){
  width: 60%;
}
.homepage-contact-form-wrapper >div > div:nth-child(3){
  display: none;
}
.bulk-contact h4,
.bulk-contact p{
  margin: 0;
}
@media (max-width: 480px){
.homepage-contact-form-wrapper>div{
  display: grid;
  gap: unset;
  /* justify-content: space-around; */
}
.homepage-contact-form-wrapper {
    padding: 10px 30px;
    background: aliceblue;
    text-align: center;
}
.homepage-contact-form-wrapper p{
  font-size: 0.8rem;
}
.homepage-contact-form-wrapper >div > div:nth-child(1){
  width: 100%;
}
}
/* end homepage contact form */


/* start search page items */
/* #block-printer-content .views-element-container .views-row {
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s ease;
  max-width: 250px;
} */
/* end search page items */