/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 {
  /* Center: logo */ }
  header.header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #fff; }
    @media (max-width: 767.98px) {
      header.header {
        -webkit-box-shadow: 0px 0px 18.2px 0px #00000017;
                box-shadow: 0px 0px 18.2px 0px #00000017; } }
  header .top-navbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    min-height: 60px;
    position: relative;
    padding: 0 32px; }
  header .top-navbar-left {
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  header .logo {
    grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header .top-navbar-right {
    grid-column: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px; }
  @media (max-width: 767px) {
    header .top-navbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 16px; }
    header .top-navbar-left,
    header .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
    header .mobile-left-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px; }
    header .top-navbar-right {
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 14px; }
      [dir="rtl"] header .top-navbar-right {
        margin-left: unset;
        margin-right: auto; } }
  header .search-suggestions {
    position: absolute;
    top: 14px;
    left: 80px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    [dir="rtl"] header .search-suggestions {
      left: unset;
      right: 65px; }
    header .search-suggestions .search-phrase {
      font: 700 14px/18px "satoshi-bold", sans-serif !important;
      color: #404040;
      max-width: 150px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    @media (max-width: 767.98px) {
      header .search-suggestions {
        top: 5px;
        left: 87px; } }
    @media (min-width: 576px) and (max-width: 1023.98px) {
      header .search-suggestions {
        top: 10px; } }
  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 > a {
      line-height: 1.5625rem; }
      header .menu > 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 .search-field {
    font: 500 14px/18px "satoshi-medium", sans-serif;
    color: #000000cc;
    padding-left: 28px;
    padding-bottom: 6px; }
    @media (max-width: 1049.98px) {
      header .search-field {
        padding-top: 0; } }
    @media (min-width: 1024px) {
      header .search-field {
        padding-bottom: 0px; } }
    [dir="rtl"] header .search-field {
      padding-left: 0;
      padding-right: 35px; }
    header .search-field:focus-visible {
      border: none !important; }
    header .search-field::-webkit-input-placeholder {
      color: #404040; }
    header .search-field::-moz-placeholder {
      color: #404040; }
    header .search-field:-ms-input-placeholder {
      color: #404040; }
    header .search-field::-ms-input-placeholder {
      color: #404040; }
    header .search-field::placeholder {
      color: #404040; }
  header .input-groups {
    height: 2.0625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%; }
    @media (min-width: 1024px) {
      header .input-groups {
        height: 2.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; }
    @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; }
    @media (max-width: 1049.98px) {
      header .search-bar {
        padding-bottom: 16px; } }
    @media (max-width: 1023.98px) {
      header .search-bar {
        padding: 0 16px 16px; } }
  header .t-search-header {
    margin: 0;
    position: relative;
    width: 60%; }
    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%; }
    @media (max-width: 1023.98px) {
      header .t-search-header {
        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 .t-search-header .Search-Form {
      border-bottom: 0.5px solid #707070;
      width: 92%; }
      @media (max-width: 1023.98px) {
        header .t-search-header .Search-Form {
          width: 100%; } }
      header .t-search-header .Search-Form:focus-within {
        border-bottom: 0.5px solid #832729; }
        header .t-search-header .Search-Form:focus-within .search-suggestions {
          display: none; }
    @media (max-width: 767.98px) {
      header .t-search-header {
        width: 100%; } }
  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-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2rem; }
    header .display-lg {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !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 {
    font-style: normal;
    text-decoration: none;
    color: #832729; }
  header a:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px; }
  header * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-family: "nunito_sansregular" !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=default\css\head.css.map*/