<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_IBD_sg/cartridge/client/default/scss/productTileTanishq.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.floating-button-container {
  opacity: 0;
  height: 0;
  position: absolute;
  top: 25px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .floating-button-container .button-container {
    width: 100%;
    position: relative;
    border-radius: 0;
    border: none;
    min-height: 44px; }
    .floating-button-container .button-container button {
      font-size: 0.8125rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      background-color: #fff;
      color: #000;
      padding: 11px 0;
      text-align: center;
      border: 1px solid #832729;
      border-radius: 0; }
    .floating-button-container .button-container .show-similar {
      bottom: 0;
      right: 0; }
    .floating-button-container .button-container .svg-sprite {
      margin-right: 6px; }
      @media (min-width: 768px) {
        .floating-button-container .button-container .svg-sprite {
          margin-right: 8px; } }

/* Styles specific to Similar button inside floating container */
.product-tile .floating-button-container .show-similar-container {
  border: none;
  border-radius: 0; }
  .product-tile .floating-button-container .show-similar-container .show-similar {
    font-size: 0.8125rem;
    bottom: 0;
    right: 0;
    border: 1px solid #832729;
    border-radius: 0;
    color: #000;
    width: 100%; }
  .product-tile .floating-button-container .show-similar-container .show-similar-button-sprite {
    height: 1.25rem; }

@media (min-width: 768px) {
  .product-tile:hover .floating-button-container {
    opacity: 1;
    height: 60px;
    top: -10px;
    padding: 8px 1px; } }

/* Hide Floating buttons on Product compare page */
.product-comparison .product-tile .floating-button-container {
  display: none; }

.cdd-link-container .cdd-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  padding: 0; }

.cdd-link-container .cdd-label,
.cdd-link-container .delivery-date-message,
.cdd-link-container .cdd-loading-message {
  font: normal normal bold 0.812rem/1.125rem "nunito_sansregular"; }

.cdd-link-container .cdd-label {
  color: #832729; }

.cdd-link-container .cdd-loading-message,
.cdd-link-container .delivery-date-message {
  color: #666;
  margin-top: 8px;
  padding: 0; }

.cdd-content {
  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;
  text-align: center;
  padding: 16px; }
  .cdd-content .cdd-title {
    font: normal normal bold 0.875rem/1.375rem "nunito_sansregular";
    color: #832729;
    margin-bottom: 14px; }
  .cdd-content .cdd-info {
    font: normal normal normal 0.812rem/1.375rem "nunito_sansregular";
    color: #666;
    max-width: 280px;
    margin-bottom: 20px; }
  .cdd-content .cdd-input-container {
    position: relative;
    margin-bottom: 30px; }
    .cdd-content .cdd-input-container .cdd-input {
      padding: 14px 60px 14px 38px;
      border: 0.5px solid #b7b7b7;
      border-radius: 3px; }
      .cdd-content .cdd-input-container .cdd-input.cdd-input-error {
        border: 0.5px solid #c00; }
      .cdd-content .cdd-input-container .cdd-input::-webkit-input-placeholder {
        font-size: 0.875rem;
        line-height: 1rem; }
      .cdd-content .cdd-input-container .cdd-input::-moz-placeholder {
        font-size: 0.875rem;
        line-height: 1rem; }
      .cdd-content .cdd-input-container .cdd-input:-ms-input-placeholder {
        font-size: 0.875rem;
        line-height: 1rem; }
      .cdd-content .cdd-input-container .cdd-input::-ms-input-placeholder {
        font-size: 0.875rem;
        line-height: 1rem; }
      .cdd-content .cdd-input-container .cdd-input::placeholder {
        font-size: 0.875rem;
        line-height: 1rem; }
    .cdd-content .cdd-input-container .location-icon,
    .cdd-content .cdd-input-container .btn-apply {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .cdd-content .cdd-input-container .location-icon {
      left: 12px;
      opacity: 0.6; }
    .cdd-content .cdd-input-container .btn-apply {
      font: normal normal bold 0.875rem/1.375rem "nunito_sansregular";
      color: #832729;
      right: 18px;
      padding: 0; }
    .cdd-content .cdd-input-container .cdd-input-error-message {
      position: absolute;
      color: #c00;
      font: normal normal normal 0.8125rem/1.375rem "nunito_sansregular";
      margin-top: 5px;
      left: 0; }
  .cdd-content .use-current-location-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cdd-content .use-current-location-button .use-current-location-icon {
      margin-right: 10px; }
    .cdd-content .use-current-location-button .use-current-location-label {
      font: normal normal normal 0.812rem/1.375rem "nunito_sansregular";
      color: #832729; }
  .cdd-content .use-location-error-message {
    text-align: left;
    font: normal normal normal 0.8125rem/1.375rem "nunito_sansregular";
    color: #c00;
    margin-top: 5px;
    margin-bottom: 0; }

/* Modal */
.cdd-modal .modal-content {
  position: absolute;
  top: 150px; }
  @media (min-width: 768px) {
    .cdd-modal .modal-content {
      position: relative;
      top: auto; } }

.cdd-modal .modal-dialog {
  max-width: 400px; }

.cdd-modal .modal-header {
  border: none;
  padding: 5px 10px; }

.cdd-modal .close-modal {
  position: absolute;
  right: 0;
  opacity: 0.6;
  z-index: 1; }

.cdd-pincode-button {
  position: relative;
  padding: 10px 50px 10px 30px; }
  .cdd-pincode-button .location-icon,
  .cdd-pincode-button .cdd-flag-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .cdd-pincode-button .location-icon {
    left: 0; }
  .cdd-pincode-button .cdd-flag-container {
    right: 0; }
    .cdd-pincode-button .cdd-flag-container img {
      width: 25px;
      border-radius: 50%;
      height: 25px;
      -o-object-fit: cover;
         object-fit: cover; }
  .cdd-pincode-button .cdd-pincode-button-label {
    font: normal normal normal 0.75rem/1rem "nunito_sansregular"; }
    @media (min-width: 768px) {
      .cdd-pincode-button .cdd-pincode-button-label {
        font: normal normal normal 0.875rem/1.1875rem "nunito_sansregular"; } }
  @media (min-width: 768px) {
    .cdd-pincode-button {
      margin-top: 7px;
      margin-left: 16px; } }

/* Popup */
.cdd-popup-container {
  position: relative; }
  .cdd-popup-container .dropdown.show .cdd-pincode-button {
    border-bottom: 2px solid #832729; }
  .cdd-popup-container .dropdown.show .popup-button-overlay {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    width: 130px;
    cursor: pointer; }
  .cdd-popup-container .dropdown-menu.show,
  .cdd-popup-container .dropdown-menu.veiled {
    position: absolute !important;
    margin: 0;
    left: auto;
    right: 0; }

.compare-row-container {
  padding-left: 12rem; }
  .compare-row-container .product-tile {
    margin-bottom: 0.5rem !important;
    margin-right: 0.125rem;
    border: 0.8px solid #e1e1e1;
    padding: 8px; }
    @media (min-width: 768px) {
      .compare-row-container .product-tile {
        padding: 10px; } }
  .compare-row-container .category {
    display: none !important; }

.product-tile .ribbon-content {
  position: absolute;
  bottom: 6px;
  left: 8px;
  z-index: 0;
  background-color: #832729;
  text-align: left;
  font: normal normal 300 0.685rem/0.937rem "nunito_sansregular";
  -webkit-transition: bottom 0.3s linear;
  transition: bottom 0.3s linear;
  letter-spacing: 0.0288rem;
  color: #fff;
  padding: 3px 5px; }
  @media (min-width: 768px) {
    .product-tile .ribbon-content {
      font-size: 0.75rem;
      line-height: 1rem;
      padding: 3px 12px;
      bottom: 10px;
      left: 10px; } }

.product-tile .h-0 {
  height: 0; }

.product-tile .promotion-ribbon-two {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0.9375rem;
  top: -1rem;
  width: 8.8125rem; }
  @media (max-width: 1023.98px) {
    .product-tile .promotion-ribbon-two {
      display: none; } }

.product-tile .promotion-ribbon {
  position: relative;
  top: -1.585rem;
  right: 1.15rem;
  display: inline-block; }

.product-tile .plp-out-of-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }
  .product-tile .plp-out-of-stock span {
    color: #ff0009;
    font: normal normal 600 0.75rem/1.5625rem "nunito_sansregular"; }

.product-tile .label-section {
  position: relative; }

.product-tile .wishlist-tooltip {
  padding: 5px;
  background-color: #fff;
  border-radius: 50%; }

.product-tile .add-to-compare-tooltip {
  padding: 5px;
  background-color: #fff;
  border-radius: 50%; }

.product-tile .compare-box-shadow {
  -webkit-box-shadow: 1px 1px 3px #ccc !important;
          box-shadow: 1px 1px 3px #ccc !important; }

.product-tile .product-name {
  color: #000;
  margin-bottom: 4px; }
  .product-tile .product-name .link {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: auto;
    font-size: 14px;
    font-weight: bold; }
  @media (min-width: 768px) {
    .product-tile .product-name {
      margin-bottom: 8px; } }

.plp-out-of-stock-text,
.plp-notify-me-text {
  text-align: left;
  font: normal normal bold 1rem/1.5625rem "nunito_sansregular";
  color: #222;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 1280px) {
    .plp-out-of-stock-text,
    .plp-notify-me-text {
      overflow: visible; } }

.product-tile .tile-body {
  padding: 6px 0 0;
  margin: 0;
  position: relative;
  height: auto; }
  .product-tile .tile-body span.p-tile-ribbion-container {
    color: #832729; }
    .product-tile .tile-body span.p-tile-ribbion-container span.p-title-ribbion-text {
      font: normal normal bold 0.687rem/0.937rem "nunito_sansregular";
      color: #eb0000;
      display: inline-block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-top: 5px; }
      @media (min-width: 768px) {
        .product-tile .tile-body span.p-tile-ribbion-container span.p-title-ribbion-text {
          vertical-align: top;
          margin-top: 4px;
          font: normal normal bold 0.75rem/0.937rem "nunito_sansregular"; } }
  .product-tile .tile-body .discount-section {
    height: 21px; }
  @media (min-width: 768px) {
    .product-tile .tile-body .discount-section {
      height: auto; } }

.product-tile {
  background: #fff !important;
  opacity: 1; }
  @media (max-width: 1023.98px) {
    .product-tile {
      min-height: 19.375rem; } }

.experience-component .modal-content {
  margin-top: -40px; }

.product-tile .image-container {
  overflow: hidden;
  position: relative; }
  .product-tile .image-container .product-image-block,
  .product-tile .image-container .image-carousel-block {
    position: relative;
    margin: 0 auto; }
    .product-tile .image-container .product-image-block::before,
    .product-tile .image-container .image-carousel-block::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .product-tile .image-container .product-image-block .aspect-ratio-img,
    .product-tile .image-container .image-carousel-block .aspect-ratio-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .product-tile .image-container span.p-tile-ribbion-container {
    background: #fff;
    color: #832729;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0.4em 0.5em;
    border-radius: 0.125rem; }
    @media (max-width: 767.98px) {
      .product-tile .image-container span.p-tile-ribbion-container {
        display: none; } }
    .product-tile .image-container span.p-tile-ribbion-container span.p-title-ribbion-text {
      padding: 0.375rem;
      font: normal normal bold 0.687rem/0.937rem "nunito_sansregular"; }
      @media (min-width: 768px) {
        .product-tile .image-container span.p-tile-ribbion-container span.p-title-ribbion-text {
          font: normal normal bold 0.75rem/0.937rem "nunito_sansregular"; } }
  .product-tile .image-container .plp-out-of-stock {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    display: block;
    opacity: 0.78;
    padding: 7px 0; }
  .product-tile .image-container .show-similar-container {
    position: absolute;
    right: 0;
    bottom: 0; }
    .product-tile .image-container .show-similar-container .show-similar {
      right: 0;
      bottom: 0;
      scale: 70%;
      -webkit-box-shadow: 1px 1px 3px #ccc;
              box-shadow: 1px 1px 3px #ccc; }
  .product-tile .image-container.out-of-stock-product .plp-out-of-stock {
    display: block; }
  .product-tile .image-container.out-of-stock-product .ribbon-content {
    display: none; }
  .product-tile .image-container.out-of-stock-product .slick-dots {
    display: none !important; }
  .product-tile .image-container.out-of-stock-product .tile-image {
    opacity: 0.5; }
  .product-tile .image-container.out-of-stock-product .show-similar-container {
    bottom: 40px; }

.pdp-link h5 {
  font: normal normal bold 0.875rem/1.1875rem "nunito_sansregular";
  letter-spacing: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 768px) {
    .pdp-link h5 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
  @media (max-width: 1023.98px) {
    .pdp-link h5 {
      display: -webkit-box;
      min-height: 2.5rem; } }

.category span {
  font: normal normal bold 0.75rem/1rem "nunito_sansregular";
  letter-spacing: 0;
  text-transform: capitalize; }

.search-results {
  /* max-width: fill-available; */ }

.price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font: normal normal bold 0.625rem/1.5625rem "nunito_sansregular";
  letter-spacing: 0; }
  .price span .sales .value {
    font: normal normal bold 0.625rem/1.5625rem "nunito_sansregular"; }
  .price span .sales .value,
  .price span .strike-through .value {
    white-space: nowrap; }

.rating {
  position: absolute;
  right: 0.625rem;
  bottom: 0.9375rem;
  background: #fff;
  padding: 0.3125rem 0.375rem;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.compare {
  position: absolute;
  top: 12px;
  /* ----------PLP new Changes---- */
  left: 12px;
  /* ----------PLP new Changes---- */ }
  @media (min-width: 1024px) and (max-width: 1499.98px) {
    .compare {
      left: 0;
      top: 12px; } }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .compare {
      left: 0;
      top: 7px; } }
  @media (min-width: 768px) and (max-width: 1049.98px) {
    .compare {
      left: 0;
      top: 12px; } }

.vto-camera {
  position: absolute;
  top: 5px;
  left: 5px; }
  .vto-camera .virtual-tryon-icon-gray {
    background-color: #fff;
    border-radius: 50%; }

.vto-camera .vto-tooltip {
  opacity: 0;
  position: relative;
  font: normal normal 600 0.75rem/1rem "nunito_sansregular";
  color: #832729;
  -webkit-filter: drop-shadow(0.0625rem 0.0625rem 0.125rem #6316175c);
          filter: drop-shadow(0.0625rem 0.0625rem 0.125rem #6316175c);
  padding: 0.125rem;
  z-index: 1;
  background: #fff;
  width: 3.5rem;
  left: -35%;
  bottom: -2rem;
  letter-spacing: 0;
  margin-top: 0.125rem; }

.vto-camera:hover .vto-tooltip {
  opacity: 1; }

.vto-camera .vto-tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 1.9375rem;
  margin-left: 0.75rem;
  border-width: 0.4375rem;
  border-style: solid;
  border-color: transparent transparent #fff transparent; }

.compare-border {
  background: #fff;
  border-radius: 50%;
  border: none;
  /* ----------PLP new Changes---- */
  cursor: pointer; }

.compare-selected {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #832729;
  padding: 0.3125rem 0.125rem;
  border-radius: 3.125rem;
  font-size: 0.75rem;
  color: #832729;
  background-color: #fff;
  height: 30px;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1049.98px) {
    .compare-selected {
      left: 5%;
      font-size: 0.5rem; } }
  @media (min-width: 576px) and (max-width: 1199.98px) {
    .compare-selected {
      width: 65% !important;
      height: 35px !important; } }

.compare-msg {
  padding: 0 0.2875rem;
  margin-bottom: -0.125rem; }

.like {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  right: 0; }
  .like svg {
    background: #fff;
    border-radius: 50%;
    padding: 0.125rem;
    margin-right: 0;
    width: 1.5625rem; }
  .like span.wishicon {
    display: block; }

.like button {
  border: none; }

.compare-toggle-img {
  display: none; }

.compare-link button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.0625rem solid #46433c;
  border-radius: 0.3125rem;
  width: 12.375rem;
  height: 3.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  outline: 0; }
  .compare-link button:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: 0;
    background-color: #832729; }
    .compare-link button:hover h5 {
      color: #fff; }
    .compare-link button:hover .compare-icon {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
  .compare-link button h4 {
    text-align: left;
    font: normal normal 600 0.875rem/1.1875rem "nunito_sansregular";
    letter-spacing: 0;
    color: #707070; }
  .compare-link button h5 {
    font-family: "nunito_sanssemibold";
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0; }

.compare-container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%; }
  .compare-container .compare-warpper-full-width {
    bottom: 0;
    background-color: #fdf9f9;
    -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    z-index: 9; }
    .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
      position: relative; }
      .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-button-block {
        margin: 10px 0 0 13px; }
        .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-button-block .primary-btn.compare-btn-primary {
          font-size: 0.8125rem !important;
          margin-bottom: 10px; }
        .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-button-block .remove-all-compare-btn {
          text-decoration: underline;
          font-size: 0.8125rem;
          text-align: center;
          font-weight: bold;
          cursor: pointer; }
      .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .visible-compare-bar {
        float: right;
        width: 30%; }
        .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .visible-compare-bar .compare-button-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 0 !important; }
        .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .visible-compare-bar .remove-all-compare-btn {
          width: 50%;
          padding-right: 0.625rem;
          margin-top: 0.5625rem; }
      .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-up-button {
        width: 2.5rem;
        height: 1.875rem;
        text-align: center;
        position: absolute;
        top: -1.6875rem;
        padding-top: 0.125rem;
        z-index: 10;
        background: #fdf9f9;
        right: 0.9375rem;
        -webkit-box-shadow: 0 -0.1875rem 0.1875rem rgba(0, 0, 0, 0.2);
                box-shadow: 0 -0.1875rem 0.1875rem rgba(0, 0, 0, 0.2);
        cursor: pointer; }
      .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container span.svg-sprite.compare-up-icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container span.svg-sprite.compare-up-icon.rotate {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
      .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-blocks-and-button-container {
        overflow: auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-blocks-and-button-container .compare-block img.compare-block-image,
        .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-blocks-and-button-container .compare-block .compare-block-details {
          display: none; }
        .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-blocks-and-button-container .active img.compare-block-image,
        .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-blocks-and-button-container .active .compare-block-details {
          display: block; }
        .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-blocks-and-button-container .compare-20 {
          width: -webkit-fill-available;
          width: -moz-available;
          width: fill-available;
          width: 100%; }
          .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-blocks-and-button-container .compare-20 .compare-block-with-image {
            height: 5.625rem;
            background: #fff;
            margin-right: 1.25rem;
            border: 0.03125rem solid #c4c4c4;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-blocks-and-button-container .compare-20 .compare-block-with-image img.compare-block-image {
              width: 5.5625rem;
              height: 5.5625rem; }
            .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-blocks-and-button-container .compare-20 .compare-block-with-image .compare-block-details {
              height: 5.5625rem;
              font-size: 0.75rem;
              margin-left: 0.5rem;
              padding: 0.6875rem 0.6875rem 0.6875rem 0;
              overflow: hidden;
              max-width: 100%; }
              .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-blocks-and-button-container .compare-20 .compare-block-with-image .compare-block-details .compare-product-name {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-blocks-and-button-container .compare-20 .compare-block-with-image .compare-block-details .compare-product-price {
                margin-bottom: 0.1875rem;
                margin-top: 0.1875rem;
                font-family: "nunito_sanssemibold";
                min-height: 1.125rem; }
              .compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-blocks-and-button-container .compare-20 .compare-block-with-image .compare-block-details .compare-product-remove-button {
                text-decoration: underline;
                color: #8f4949;
                cursor: pointer;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content; }

.added-to-compare-btn {
  color: white !important;
  background-color: #832729 !important; }
  .added-to-compare-btn .svg-sprite-compare {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }

button.primary-btn.compare-btn-primary.disabled {
  opacity: 0.5; }

.color-grey {
  color: #707070; }

.color-burgundy {
  color: #832729; }

.sort-by select {
  background: #fff 0% 0% no-repeat padding-box;
  border: 0.0625rem solid #832729;
  border-radius: 0.3125rem;
  opacity: 1;
  width: 17.0625rem;
  height: 3.75rem; }

.breadcrumb-item h1 {
  font-family: "nunito_sansbold";
  font-size: 1.5625rem;
  letter-spacing: 0.0938rem;
  padding-right: 0.375rem; }

.bread-styling h3 span {
  font-family: "nunito_sansbold";
  font-size: 1.25rem;
  letter-spacing: 0.05rem; }

.breadcrumb span.seprator {
  font-family: "nunito_sansbold";
  font-size: 1.25rem;
  letter-spacing: 0.05rem; }

.bread-styling h5 {
  font-family: "nunito_sansbold";
  font-size: 1rem;
  letter-spacing: 0.025rem;
  color: #310708;
  padding-top: 0.1313rem; }

#main-plp {
  border: none;
  font-family: "nunito_sansregular";
  font-size: 0.875rem;
  color: #222; }
  #main-plp .top-information-section {
    height: 3.75rem; }
  #main-plp a {
    font-size: 0.875rem;
    color: #222 !important;
    font-weight: 300; }
  #main-plp .header-tiles {
    padding: 1rem; }
  #main-plp .center-columns {
    border-right: 0.0625rem solid #e1e1e1;
    border-left: 0.0625rem solid #e1e1e1;
    height: 30px;
    margin-top: 6px; }
  #main-plp .last-column {
    padding: 1rem 0 1rem 1rem !important; }
  #main-plp .pdp-link h5 {
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    font-size: 1rem;
    text-overflow: ellipsis; }
  #main-plp .compare {
    position: absolute;
    top: 1.125rem;
    left: 1rem; }
  #main-plp .like {
    position: absolute; }
    @media (min-width: 768px) {
      #main-plp .like {
        top: 0.625rem;
        right: 0; } }
    @media (max-width: 767.98px) {
      #main-plp .like {
        top: 0.3rem;
        right: -1rem; } }
  #main-plp .already-added-to-wishlist {
    position: absolute;
    top: 0.5rem;
    right: 0.25rem; }
  #main-plp .sortby select {
    background: #fff 0% 0% no-repeat padding-box;
    border: 0.0625rem solid #832729;
    border-radius: 0.3125rem;
    opacity: 1;
    width: 17.0625rem;
    height: 3.75rem; }
  #main-plp #main-plp {
    border: none;
    font-family: "Nunito Sans", sans-serif !important; }
  #main-plp .info a img {
    margin-right: 0.375rem; }
  @media (max-width: 1023.98px) {
    #main-plp #main-plp .center-columns {
      width: auto !important; } }
  @media (max-width: 1049.98px) {
    #main-plp .top-information-section {
      height: 3.0625rem; }
    #main-plp .center-columns {
      border-right: 0.0625rem solid #e1e1e1;
      border-left: 0.0625rem solid #e1e1e1;
      height: 3.0625rem;
      margin-top: -0.375rem;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; }
    #main-plp .header-tiles {
      width: 33%; }
    #main-plp a {
      font-size: 0.75rem; } }
  @media (max-width: 767.98px) {
    #main-plp .info a {
      display: block !important; }
      #main-plp .info a img {
        display: block;
        margin: auto; } }

@media (max-width: 767.98px) {
  #main-plp .center-columns div {
    margin: 0; }
  .product-tile {
    min-height: 12.5rem; }
    .product-tile img {
      max-height: 12rem; }
  .recently-viewed-btn {
    border-radius: 50% !important;
    left: 5%; }
    .recently-viewed-btn img {
      margin: 0 !important; } }

.notification-handler.danger,
.notification-handler.success {
  background: #d4e0d7;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem #00000029;
          box-shadow: 0 0 1.25rem #00000029;
  left: 1.25rem;
  opacity: 0;
  position: fixed;
  right: 1.25rem;
  top: 5.375rem;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  z-index: 1000; }

.notification-handler.danger.active,
.notification-handler.success.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.notification-handler.danger .content,
.notification-handler.success .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  gap: 1.875rem;
  padding: 0.625rem 3.9rem 0.625rem 2.5rem; }

.notification-handler.danger {
  background: #fbe1e1;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem #00000029;
          box-shadow: 0 0 1.25rem #00000029; }

.notification-handler.success .content img {
  height: 1.5625rem; }

.item-type-alert {
  color: #000;
  font: normal normal 700 1rem/1.875rem "nunito_sansregular";
  letter-spacing: 0.0313rem;
  text-align: left; }

.item-type-alert .underline-alert {
  text-decoration: underline !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all; }

.notification-handler.danger::before,
.notification-handler.success::before {
  background: #1b7e35;
  content: "";
  height: 100%;
  position: absolute;
  width: 1.25rem; }

.notification-handler.danger::before {
  background: #ff0607; }

.notification-handler.danger .close-icon,
.notification-handler.success .close-icon {
  position: absolute;
  right: 1.25rem;
  cursor: pointer; }

.add-to-wishlist-messages {
  top: 50%; }

.remove-all {
  background-color: #832729;
  border: 0.01em solid #832729;
  border-radius: 0.3125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  color: #fff;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 800;
  height: 3.125rem;
  line-height: 1em;
  outline: 0;
  padding: 0.875em 5.875em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out,
 background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,
 background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,
 background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,
 background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  width: auto; }

.delete-list-no-button {
  background-color: #fff;
  border: 0.01em solid #832729;
  border-radius: 0.3125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #832729;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 800;
  height: 3.125rem;
  line-height: 1em;
  outline: 0;
  padding: 0.875em 5.875em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out,
 background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,
 background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,
 background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,
 background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  width: auto; }

#table-root-compare-attribute {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%; }

.table-row-main {
  border: 0.0313rem solid #832729;
  opacity: 1; }

.table-heading-main,
.table-detail-main {
  text-align: left;
  padding: 0.5rem;
  font: normal normal 600 0.875rem/1.5625rem "nunito_sansregular";
  letter-spacing: 0;
  color: #000;
  opacity: 1; }

.table-heading-main {
  border-bottom: 0.0313rem solid #832729;
  padding: 1.125rem;
  width: 15%;
  text-align: left;
  font: normal normal 600 0.875rem/1.5625rem "nunito_sansregular";
  letter-spacing: 0;
  color: #000; }

.table-detail-main {
  border-right: 0.3125rem;
  text-align: center;
  width: 20%;
  font: normal normal 600 0.875rem/1.5625rem "nunito_sansregular";
  letter-spacing: 0;
  color: #000;
  opacity: 1; }

.table-detail-space {
  background: none;
  width: 1.5%; }

.add-anothe-product {
  text-align: center;
  font: normal normal 600 0.875rem/1.5625rem "nunito_sansregular";
  letter-spacing: 0;
  color: #832729;
  opacity: 1; }

.explore-now-btn {
  border: 0.0313rem solid #832729;
  border-radius: 0.125rem;
  margin: 0.9375rem;
  width: 16.1875rem;
  opacity: 1; }

.main-col {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #fff 0% 0% no-repeat padding-box;
  border: 0.0313rem solid #832729;
  opacity: 1;
  padding: 0;
  height: 79.8%;
  margin-top: 0;
  margin-left: 0; }
  @media (max-width: 1049.98px) {
    .main-col {
      height: 79%; } }

.root-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

.plus-icon {
  text-align: center;
  opacity: 1;
  color: #832729; }

.inner-cls-add-prd {
  margin-top: 5rem;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #fff 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 10.75rem;
  border-bottom: 0.0625rem solid #832729; }
  @media (max-width: 1049.98px) {
    .inner-cls-add-prd {
      height: 6.6875rem; } }

.compare-back-button {
  font-size: 2.0625rem;
  line-height: 1.3125rem;
  border: none;
  background: transparent;
  color: #832729; }

.remove-button-compare {
  width: 100%;
  height: 2.3rem;
  border: 0.0313rem solid #832729;
  color: #832729;
  padding: 0 4rem;
  border-radius: 0.125rem;
  opacity: 1;
  background: transparent;
  margin-bottom: 2.5rem;
  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;
  margin-top: 2rem; }
  .remove-button-compare:hover {
    background-color: #832729;
    color: #fff; }

.plus-icon-on-remove {
  font-size: 2rem;
  cursor: pointer; }

.opacity {
  opacity: 1; }

.clear-list {
  font-size: 1.125rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1.5625rem;
  margin-top: 1.25rem; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.breadcrumb-item a {
  font-family: "nunito_sansregular";
  font-size: 1rem;
  letter-spacing: 0.025rem;
  color: #310708 !important; }

.breadcrumb-item.home-nav a {
  font-family: "nunito_sansregular";
  font-size: 1rem;
  letter-spacing: 0.025rem;
  color: #310708 !important; }

.bread-styling.category-nav h5 {
  color: #310708; }

li.bread-styling {
  font: normal normal normal 1rem/1.75rem "nunito_sansregular";
  letter-spacing: 0.025rem;
  color: #000; }

.wishlist-tooltip {
  position: relative;
  display: inline-block;
  opacity: 1; }

.addto-compareitem {
  border: none;
  background: transparent;
  padding: 0; }

.wishlist-tooltip .wishlist-tooltiptext,
.add-to-compare-tooltip .wishlist-tooltiptext {
  opacity: 0;
  font: normal normal bold 0.8125rem/1.5rem "nunito_sansregular";
  letter-spacing: 0.0406rem;
  color: #832729;
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.125rem #6316175c;
          box-shadow: 0.0625rem 0.0625rem 0.125rem #6316175c;
  padding: 0.063rem 0;
  position: absolute;
  z-index: 0;
  background: #fff;
  width: 7.575rem;
  top: 115%;
  right: -2px;
  margin-top: 0.1875rem; }
  @media (max-width: 1023.98px) {
    .wishlist-tooltip .wishlist-tooltiptext,
    .add-to-compare-tooltip .wishlist-tooltiptext {
      font: normal normal 600 0.75rem/1rem "nunito_sansregular";
      width: 6.5rem;
      padding: 0.125rem 0; } }

.compare-selected .wishlist-tooltip:hover .wishlist-tooltiptext {
  opacity: 0; }

.compare-selected .add-to-compare-tooltip:hover .wishlist-tooltiptext {
  opacity: 0; }

.wishlist-tooltip:hover .wishlist-tooltiptext {
  opacity: 1; }

.add-to-compare-tooltip:hover .wishlist-tooltiptext {
  opacity: 1; }

.wishlist-tooltip .wishlist-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 69%;
  margin-left: 0.75rem;
  border-width: 0.4375rem;
  border-style: solid;
  border-color: transparent transparent #fff transparent; }
  @media (max-width: 1023.98px) {
    .wishlist-tooltip .wishlist-tooltiptext::after {
      left: 65%; } }

.add-to-compare-tooltip .wishlist-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 69%;
  margin-left: 0.75rem;
  border-width: 0.4375rem;
  border-style: solid;
  border-color: transparent transparent #fff transparent; }
  @media (max-width: 1023.98px) {
    .add-to-compare-tooltip .wishlist-tooltiptext::after {
      left: 65%; } }

.wishlist-tooltiptext.comapretoitem {
  left: 20%; }
  .wishlist-tooltiptext.comapretoitem::after {
    left: -5%; }

.recently-viewed-btn {
  position: fixed;
  background: #832729;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 8;
  bottom: 1.4375rem;
  color: #fff;
  border: 0.0625rem solid #832729;
  border-radius: 0.375rem;
  font: normal normal bold 0.9375rem/1.25rem "nunito_sansregular";
  -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.5rem 0.75rem; }
  .recently-viewed-btn .recently-viewed-text {
    text-transform: uppercase; }
  .recently-viewed-btn img {
    width: 1rem;
    height: 1rem; }

.footer-div {
  width: 100%; }

.footer-item li a {
  color: #000 !important; }

.custom-stock-level-message {
  font: normal normal bold 0.687rem/0.937rem "nunito_sansregular";
  color: #eb0000;
  min-height: 14px;
  margin-bottom: 4px; }
  @media (min-width: 768px) {
    .custom-stock-level-message {
      font: normal normal bold 0.75rem/0.937rem "nunito_sansregular"; } }

.category-grid-banner img {
  width: 100%; }

.comparison-cards .tile-image {
  max-height: 16.6875rem; }
  @media (max-width: 1049.98px) {
    .comparison-cards .tile-image {
      max-height: 14.6875rem; } }

.comparison-cards .tile-body {
  min-height: 5.5rem; }
  @media (min-width: 1024px) and (max-width: 1299.98px) {
    .comparison-cards .tile-body .price span {
      font-size: 0.625rem; }
      .comparison-cards .tile-body .price span .sales .value {
        font-size: 0.75rem; }
    .comparison-cards .tile-body span.p-tile-ribbion-container span.p-title-ribbion-text {
      font-size: 0.625rem; } }
  @media (max-width: 1049.98px) {
    .comparison-cards .tile-body {
      min-height: 6.5rem; } }

.comparison-cards .comparison-selected {
  position: absolute;
  top: 1.125rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #832729;
  padding: 0.125rem 0.25rem;
  border-radius: 3.125rem;
  font-size: 0.75rem;
  color: #832729;
  background-color: #fff;
  height: 1.6875rem;
  opacity: 0; }
  @media (max-width: 1049.98px) {
    .comparison-cards .comparison-selected {
      left: 5%;
      font-size: 0.5rem; } }
  @media (max-width: 1023.98px) {
    .comparison-cards .comparison-selected {
      display: none; } }

.comparison-cards .product-tile:hover .ribbon-content {
  bottom: 10px; }

.product-comparison li {
  cursor: pointer; }

header ~ #maincontent .container .bread-styling a.a-breadcrumbs {
  color: #310708; }

@media (max-width: 1023.98px) {
  .mob-invisible {
    visibility: hidden; } }

.compare-popup {
  background: #fff;
  border: 0.029rem solid #832729;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem #00000029;
          box-shadow: 0 0.1875rem 0.375rem #00000029;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  height: 3.75rem;
  padding: 0.1rem 0.625rem;
  position: absolute;
  text-transform: none;
  -webkit-transform: translate(105%);
          transform: translate(105%);
  z-index: 2000;
  width: 12.5rem;
  left: 2%;
  /* this CS forms the triangles */ }
  .compare-popup img {
    margin-right: 1.1875rem; }
  .compare-popup::after, .compare-popup::before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .compare-popup::after {
    top: 39%;
    left: -13px;
    border-color: transparent transparent transparent #832729;
    border-width: 0.375rem; }
  .compare-popup::before {
    top: 39%;
    left: -12px;
    z-index: 1;
    right: 0;
    border-color: transparent transparent transparent white;
    border-width: 0.375rem; }
  .compare-popup .compare-text {
    padding: 0.5rem 0;
    font-family: "nunito_sanssemibold";
    font-size: 0.875rem;
    line-height: 1.1875rem; }
  .compare-popup .compare-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.back-to-results p {
  margin-top: revert; }

.mobile-modal-body {
  padding: 1rem;
  overflow: scroll;
  height: 33rem; }
  .mobile-modal-body .carousel-inner {
    padding-left: 30px; }
  .mobile-modal-body .einstein-plp-grid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.slot-lg-width {
  width: 37rem; }

.slot-md-width {
  width: 18rem; }

.slot-sm-width {
  width: 12.9rem; }

@media (max-width: 1023.98px) {
  .category-grid-banner .html-slot-container,
  .category-grid-banner-slot .html-slot-container {
    height: 100%; } }

.category-grid-banner .html-slot-container p,
.category-grid-banner-slot .html-slot-container p {
  margin: 0; }
  @media (max-width: 1023.98px) {
    .category-grid-banner .html-slot-container p,
    .category-grid-banner-slot .html-slot-container p {
      height: 100%; } }

.category-grid-banner .html-slot-container img,
.category-grid-banner-slot .html-slot-container img {
  min-height: 20.9375rem;
  height: 20.9375rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }
  @media (min-width: 1300px) and (max-width: 1399.98px) {
    .category-grid-banner .html-slot-container img,
    .category-grid-banner-slot .html-slot-container img {
      min-height: 22.25rem;
      height: 22.25rem; } }
  @media (max-width: 1023.98px) {
    .category-grid-banner .html-slot-container img,
    .category-grid-banner-slot .html-slot-container img {
      min-height: unset;
      height: 100%; } }
  @media (min-width: 1400px) {
    .category-grid-banner .html-slot-container img,
    .category-grid-banner-slot .html-slot-container img {
      min-height: 24.125rem;
      height: 24.125rem; } }

.breadcrumb .bold-nunito {
  font-weight: bold;
  color: #832729; }

.show-more .show-more-btn {
  width: auto;
  padding: 0.3125rem 1.4063rem;
  border: 0.0313rem solid #832729;
  border-radius: 0.3125rem;
  font: normal normal bold 0.875rem/1.75rem "nunito_sansregular";
  letter-spacing: 0.0437rem;
  background: transparent;
  color: #000; }

.show-more .show-more-btn:hover {
  background: #832729 0% 0% no-repeat padding-box;
  color: #fff; }

.einstein-carousal-plp .price-text {
  font-size: 0.875rem; }

.einstein-carousal-plp .modal-title {
  font-weight: 700; }

.einstein-carousal-plp .modal-dialog {
  max-width: 100% !important;
  margin: 0;
  position: fixed;
  bottom: 0;
  width: 100%; }

.einstein-carousal-plp .modal-content {
  height: 185px; }
  @media (max-width: 767.98px) {
    .einstein-carousal-plp .modal-content {
      height: 210px; } }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .einstein-carousal-plp .modal-content {
      height: 180px; } }

.einstein-carousal-plp .tile-image {
  width: 100%; }

.einstein-carousal-plp .einstein-wishlist,
.einstein-carousal-plp img.promotion-ribbon,
.einstein-carousal-plp p.ribbon-content,
.einstein-carousal-plp ul.slick-dots,
.einstein-carousal-plp p.flat-off,
.einstein-carousal-plp div.einstein-btn,
.einstein-carousal-plp div.category,
.einstein-carousal-plp div.like {
  display: none !important; }

.einstein-carousal-plp .multi-image-container {
  margin-top: 0; }

.einstein-carousal-plp .slick-dotted.slick-slider {
  margin-bottom: 0; }

.einstein-carousal-plp .multi-image-container .einstein-navigators {
  bottom: 60%; }

.bg-bottom {
  background: bottom !important; }

.product-tile .like button.wishlist-tooltip {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  padding: 0;
  scale: 70%;
  -webkit-box-shadow: 1px 1px 3px #ccc;
          box-shadow: 1px 1px 3px #ccc; }
  @media (min-width: 768px) {
    .product-tile .like button.wishlist-tooltip {
      margin: 10px 10px 0 0;
      scale: 100%; } }

.product-grid .product-tile {
  border: 0.8px solid #e1e1e1;
  padding: 8px; }
  @media (min-width: 768px) {
    .product-grid .product-tile {
      padding: 10px; } }

.wishicon {
  height: 30px;
  width: 30px; }

.breadcrumb-container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%; }
  .breadcrumb-container .breadcrumb-wrapper-full-width {
    background-color: #fcf9f9;
    width: 100%;
    height: 3.75rem; }
    .breadcrumb-container .breadcrumb-wrapper-full-width .breadcrumb-warpper-flex {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 3.75rem; }
      .breadcrumb-container .breadcrumb-wrapper-full-width .breadcrumb-warpper-flex .breadcrumb-item a,
      .breadcrumb-container .breadcrumb-wrapper-full-width .breadcrumb-warpper-flex .breadcrumb-active-item h5,
      .breadcrumb-container .breadcrumb-wrapper-full-width .breadcrumb-warpper-flex .breadcrumb-product-count-block {
        font-size: 0.875rem;
        color: #666 !important; }
      .breadcrumb-container .breadcrumb-wrapper-full-width .breadcrumb-warpper-flex .breadcrumb-active-item {
        margin-left: 5px; }
      .breadcrumb-container .breadcrumb-wrapper-full-width .breadcrumb-warpper-flex .breadcrumb-active-item h5,
      .breadcrumb-container .breadcrumb-wrapper-full-width .breadcrumb-warpper-flex .breadcrumb-product-count-block {
        color: #222 !important; }
      .breadcrumb-container .breadcrumb-wrapper-full-width .breadcrumb-warpper-flex .breadcrumb-content,
      .breadcrumb-container .breadcrumb-wrapper-full-width .breadcrumb-warpper-flex .breadcrumb-product-count {
        height: inherit;
        display: contents; }
      .breadcrumb-container .breadcrumb-wrapper-full-width .breadcrumb-warpper-flex .breadcrumb-product-count-block {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: -0.1875rem; }
        .breadcrumb-container .breadcrumb-wrapper-full-width .breadcrumb-warpper-flex .breadcrumb-product-count-block span.items-quantity {
          display: block;
          margin-right: 0.3125rem;
          margin-left: 1.875rem; }
    .breadcrumb-container .breadcrumb-wrapper-full-width .breadcrumb-content-asset {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      float: right; }

.breadcrumb-container-m .breadcrumb-warpper-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #000; }

.breadcrumb-container-m .breadcrumb-item a,
.breadcrumb-container-m h5,
.breadcrumb-container-m .breadcrumb-product-count-block {
  font-size: 0.75rem; }

.breadcrumb-container-m .breadcrumb-active-item {
  margin-left: 0.3125rem;
  margin-top: 0.0625rem;
  color: #832729; }

.breadcrumb-container-m .breadcrumb-product-count {
  margin-top: 0.375rem;
  margin-left: 0.625rem; }

.breadcrumb-container-m .breadcrumb-content-asset {
  width: 110%;
  background-color: #fcf9f9;
  margin-left: -5%;
  padding: 0 5%; }

@media (min-width: 1024px) {
  .breadcrumb-container {
    display: block; }
  .breadcrumb-container-m {
    display: none; } }

@media (max-width: 1049.98px) {
  .breadcrumb-container {
    display: none; }
  .breadcrumb-container-m {
    display: block; } }

.with-serviceability-check .product-tile .tile-body {
  height: 126px; }

@media (max-width: 1023.98px) {
  .with-serviceability-check .product-tile .tile-body {
    height: 106px; } }

.with-serviceability-check .category-grid-banner .html-slot-container img,
.with-serviceability-check .category-grid-banner-slot .html-slot-container img {
  min-height: 22.0625rem;
  height: 22.0625rem; }
  @media (min-width: 1300px) and (max-width: 1399.98px) {
    .with-serviceability-check .category-grid-banner .html-slot-container img,
    .with-serviceability-check .category-grid-banner-slot .html-slot-container img {
      min-height: 23.5625rem;
      height: 23.5625rem; } }
  @media (max-width: 1023.98px) {
    .with-serviceability-check .category-grid-banner .html-slot-container img,
    .with-serviceability-check .category-grid-banner-slot .html-slot-container img {
      min-height: unset;
      height: 100%; } }
  @media (min-width: 1400px) {
    .with-serviceability-check .category-grid-banner .html-slot-container img,
    .with-serviceability-check .category-grid-banner-slot .html-slot-container img {
      min-height: 25.375rem;
      height: 25.375rem; } }

/* ----------PLP new Changes---- */
.compare-button-product-tile .svg-sprite-compare {
  width: 1.25rem;
  position: absolute;
  left: 7px;
  top: 4px;
  height: 1.25rem; }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .compare-button-product-tile .svg-sprite-compare {
      left: 5px;
      top: 0;
      height: 21px; } }
  @media (min-width: 768px) and (max-width: 1049.98px) {
    .compare-button-product-tile .svg-sprite-compare {
      left: 7px;
      top: 4px;
      height: 1.25rem; } }

.compare-button-product-tile .compare-layout {
  width: 30px;
  height: 30px; }
  @media (min-width: 576px) and (max-width: 1023.98px) {
    .compare-button-product-tile .compare-layout {
      width: 23px;
      height: 23px; } }
  @media (min-width: 768px) and (max-width: 1049.98px) {
    .compare-button-product-tile .compare-layout {
      width: 30px;
      height: 30px; } }

.modal-compare-products .modal-dialog {
  max-width: 500px !important;
  margin: 1.75rem auto;
  position: relative; }

/* ----------PLP new Changes---- */
/* stylelint-disable */
:root {
  --skin-link-color-2: #212121; }

.compare-msg {
  padding: 0 0.2875rem 0 0;
  margin-bottom: -0.125rem;
  color: #832729;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 28px;
  left: 14px;
  line-height: 23px;
  font-weight: 600; }
  @media (max-width: 1023.98px) {
    .compare-msg {
      font-size: 10px; } }
  @media (min-width: 576px) and (max-width: 1279.98px) {
    .compare-msg {
      line-height: 12px; } }

.product-tile .image-container {
  overflow: hidden;
  position: relative; }
  .product-tile .image-container .plp-out-of-stock {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    display: block;
    opacity: 0.78;
    padding: 7px 0; }

.category-grid-banner .html-slot-container p,
.category-grid-banner-slot .html-slot-container p {
  margin: 0; }
  @media (min-width: 1024px) {
    .category-grid-banner .html-slot-container p,
    .category-grid-banner-slot .html-slot-container p {
      margin-left: 7px;
      margin-right: 7px; } }

.category-grid-banner .html-slot-container img,
.category-grid-banner-slot .html-slot-container img {
  min-height: 26rem;
  height: 22.0625rem;
  -o-object-fit: fill;
     object-fit: fill; }
  @media (min-width: 1300px) and (max-width: 1399.98px) {
    .category-grid-banner .html-slot-container img,
    .category-grid-banner-slot .html-slot-container img {
      min-height: 25.375rem;
      height: 23.5625rem; } }
  @media (min-width: 1280px) and (max-width: 1299.98px) {
    .category-grid-banner .html-slot-container img,
    .category-grid-banner-slot .html-slot-container img {
      min-height: 23.0625rem;
      height: 23.0625rem; } }
  @media (max-width: 1279.98px) {
    .category-grid-banner .html-slot-container img,
    .category-grid-banner-slot .html-slot-container img {
      min-height: 338px;
      height: 100%;
      max-height: 338px; } }
  @media (max-width: 1023.98px) {
    .category-grid-banner .html-slot-container img,
    .category-grid-banner-slot .html-slot-container img {
      min-height: 300px;
      height: 100%;
      -o-object-fit: fill;
         object-fit: fill;
      max-height: 310px; } }
  @media (max-width: 767.98px) {
    .category-grid-banner .html-slot-container img,
    .category-grid-banner-slot .html-slot-container img {
      min-height: inherit;
      height: 100%;
      -o-object-fit: fill;
         object-fit: fill;
      max-height: 310px; } }
  @media (min-width: 1400px) {
    .category-grid-banner .html-slot-container img,
    .category-grid-banner-slot .html-slot-container img {
      min-height: 25.1875rem;
      height: 25.1875rem; } }
  @media (min-width: 1500px) {
    .category-grid-banner .html-slot-container img,
    .category-grid-banner-slot .html-slot-container img {
      min-height: 25.75rem;
      height: 25.375rem; } }

@media (max-width: 767.98px) {
  .recently-viewed-btn {
    left: 2%;
    bottom: 4.4375rem; } }

.compare-container .compare-warpper-full-width .compare-warpper-usable-width.container .compare-up-button {
  right: 100px; }

.compare-container {
  display: none; }

@media only screen and (orientation: landscape) {
  /* stylelint-disable-line */
  .compare-container {
    display: block; } }

@media only screen and (orientation: portrait) {
  /* stylelint-disable-line */
  .compare-container {
    display: none; } }

.product-tile .tile-body span.p-tile-ribbion-container span.p-title-ribbion-text {
  margin-top: 5px; }


/*# sourceMappingURL=default\css\productTileTanishq.css.map*/</pre></body></html>