<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./code/app_tanishq/cartridge/client/default/scss/head.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
header.header {
  background: #f2e9e9;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: auto;
  -webkit-transition: top ease-in 0.3s;
  transition: top ease-in 0.3s; }
  header.header.header-top-0 {
    top: 0; }

header .top-navbar {
  padding-top: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase; }

header .pb-header {
  padding-bottom: 0.75rem; }

header .top-navbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem; }

header .top-navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem; }

header .menu {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0; }
  header .menu:hover {
    scale: 1.05;
    text-shadow: 0 0 0.041rem #832729; }
  header .menu &gt; a {
    line-height: 1.5625rem; }
    header .menu &gt; a span {
      color: #832729;
      font-size: 0.75rem; }

header .custom-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  header .custom-img .default-img {
    width: 24px;
    height: 24px;
    padding: 0 !important; }

header .icons-search {
  padding: 0.3125rem; }

header .account-details {
  font-family: "nunito_sansregular";
  text-align: left;
  padding-left: 1.375rem;
  font-size: 0.75rem;
  color: #832729; }

header .cart-count {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #832729;
  color: #fff;
  border-radius: 50%;
  font-size: 0.625rem !important;
  font-weight: 700;
  height: 1.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -0.3125rem;
  top: -0.375rem;
  width: 1.125rem;
  text-align: center; }
  @media (max-width: 1023.98px) {
    header .cart-count {
      height: 1rem;
      width: 1rem; } }

header .wishlist-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -3px;
  right: -5px;
  background: #832729;
  color: #fff;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  text-align: center;
  font: normal normal bold 0.625rem "nunito_sansregular"; }
  @media (min-width: 768px) {
    header .wishlist-count {
      right: 10px;
      width: 1.125rem;
      height: 1.125rem; } }

header .input-groups {
  height: 2.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media (min-width: 1024px) {
    header .input-groups {
      height: 2.625rem;
      border-radius: 0.3125rem; } }

header .search-bar-top {
  width: 60%;
  margin: 0 0.625rem; }

header .collapsible-search-button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0; }

header .tata-neu-back-btn {
  margin: 0 9px 0 0;
  background: transparent;
  display: none; }
  header .tata-neu-back-btn .back-btn {
    height: 23px; }
  @media (min-width: 1024px) {
    header .tata-neu-back-btn {
      display: none; } }

header .account:hover {
  scale: 1.05;
  text-shadow: 0 0 0.041rem #832729; }

header .search-bar {
  padding-bottom: 1.0625rem;
  text-transform: uppercase; }

header .t-search-header {
  margin: 0;
  position: relative;
  width: 100%; }
  header .t-search-header .image-search {
    padding-right: 0;
    height: 2.0625rem; }
    header .t-search-header .image-search label {
      cursor: pointer;
      display: block !important;
      width: 100%; }
  header .t-search-header .voice-search {
    margin-right: 0.125rem;
    padding: 0.375rem; }
  header .t-search-header .search-btn {
    margin-right: 0.125rem;
    padding: 0.375rem; }

header .signup-text-btn {
  color: #fff; }

header .account-pop {
  background: #fff;
  border-radius: 0.3125rem;
  display: none;
  left: 59%;
  min-width: 15.0625rem;
  padding: 1.25rem;
  position: absolute;
  text-align: center;
  top: 1.34375rem;
  -webkit-transform: translate(-50%, 2.5rem);
          transform: translate(-50%, 2.5rem);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 20;
  font-size: 0.75rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0.4375rem;
  padding-top: 0.875rem;
  -webkit-box-shadow: 0 6px 20px #83272933;
          box-shadow: 0 6px 20px #83272933;
  cursor: default; }

header .account-h-pop {
  min-width: 14.9375rem !important; }
  header .account-h-pop p {
    padding-left: 0.6875rem !important;
    font: normal normal normal 0.75rem/1rem "nunito_sansregular";
    color: #832729;
    padding-top: 0.125rem;
    margin: 0; }
  header .account-h-pop h4 {
    font: normal normal normal 1.25rem/1rem "nunito_sansregular";
    letter-spacing: 0;
    color: #832729;
    text-align: left;
    padding-left: 0.6875rem; }
  header .account-h-pop .account-details {
    font: normal normal normal 1rem/1.375rem "nunito_sansregular";
    text-transform: uppercase;
    padding-left: 0.6875rem;
    margin-bottom: 1.0613rem; }
    header .account-h-pop .account-details a:hover {
      color: #631617 !important;
      font: normal normal 600 1rem/1.375rem "nunito_sansregular"; }
  header .account-h-pop hr {
    border: 0.0625rem solid #832729;
    margin-top: 0.7512rem;
    margin-bottom: 1.3113rem; }

header .search-input {
  font-size: 0.875rem;
  margin-left: 0.625rem;
  padding: 0.25rem;
  text-overflow: ellipsis;
  width: 100%; }

header .account-pop-cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 1.25rem 0 0.625rem; }
  header .account-pop-cta .custom-btn.secondary-btn span {
    color: #832729; }

@media (min-width: 1024px) {
  header .top-navbar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem; }
  header .top-navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem; }
  header .display-lg {
    display: block !important; }
  header .display-lg-none {
    display: none !important; } }

@media (max-width: 1023.98px) {
  header .top-nav .right .menu a {
    display: block;
    padding: 0.625rem; }
  header .cart-count {
    right: -0.3125rem !important; } }

header .icon-size24 {
  width: 1.5rem;
  height: 1.5rem; }

header .icons {
  color: #832729; }

header img {
  vertical-align: middle; }

header a {
  outline: 0;
  font-style: normal;
  text-decoration: none;
  color: #832729; }

header * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-family: "nunito_sansregular" !important;
  list-style: none !important;
  outline: 0 !important;
  padding: 0; }

header h6 {
  font-size: 0.625rem;
  font-weight: 500;
  margin-bottom: 0.9375rem; }

header .stores-logo {
  padding-left: 0.813rem; }

header ::-webkit-input-placeholder {
  font: normal normal normal 0.875rem/1.188rem "nunito_sansregular";
  color: #00000050;
  opacity: 1;
  /* Firefox */ }

header ::-moz-placeholder {
  font: normal normal normal 0.875rem/1.188rem "nunito_sansregular";
  color: #00000050;
  opacity: 1;
  /* Firefox */ }

header :-ms-input-placeholder {
  font: normal normal normal 0.875rem/1.188rem "nunito_sansregular";
  color: #00000050;
  opacity: 1;
  /* Firefox */ }

header ::-ms-input-placeholder {
  font: normal normal normal 0.875rem/1.188rem "nunito_sansregular";
  color: #00000050;
  opacity: 1;
  /* Firefox */ }

header ::placeholder {
  font: normal normal normal 0.875rem/1.188rem "nunito_sansregular";
  color: #00000050;
  opacity: 1;
  /* Firefox */ }

header .account-header {
  font: normal normal normal 1.5rem/2.375rem "nunito_sansregular";
  color: #2f2816; }

header .account-contact-us {
  font: normal normal normal 0.625rem/0.875rem "nunito_sansregular";
  padding-top: 0.625rem; }

header .form-control:focus {
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none; }

.menu.account::before {
  background-color: #832729;
  border-radius: 0.313rem;
  bottom: -0.188rem;
  content: "";
  display: block;
  height: 0.188rem;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 21; }

.menu.account:hover::before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important; }

.account-pop-cta #common-button .custom-btn {
  line-height: 0.3125rem;
  padding: 0.875em 0.625rem !important;
  width: 4.375rem;
  max-width: 4.375rem;
  height: 1.625rem !important; }

@media (min-width: 768px) {
  #homepage .experience-component:first-child .region {
    margin-bottom: 0.375rem; } }


/*# sourceMappingURL=head.css.map*/</pre></body></html>