/* Import font URL here */


html {
    scroll-behavior: smooth;
  }
  /* Remove yellow background on autofill */
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #111 !important; /* Ensures text remains visible */
  }
  
  /* Change the font of the website */
  body {
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Noto Color Emoji";
      color: #404040;
          font-size:1rem;
          font-weight:300;
  
  }
  h1 {
      color: #404040;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      letter-spacing: .02em !important;
      font-weight:300;
      font-size:2.5rem;
      text-align:center;
  
  }
  /* H1 on Accounts page*/
  .account {
      text-align:left;
  }
  h2 {
      color: #404040;
      margin-bottom: 0;
      padding-bottom: 0px;
      letter-spacing: .02em !important;
      font-weight:300;
      font-size:2.0rem;
      text-align:center;
  }
  .h2-sales {
      letter-spacing: .02em !important;
      font-weight:200;
      padding: 50px 0 50px 0;
      color:white;
      font-size:3rem;
  }
  h3 {
      color: #404040;
      margin-bottom: 0.4rem;
      letter-spacing: .02em !important;
      font-weight:300;
      font-size:1.75rem;
      text-align:left;
  }
  h4 {
      color: #404040;
      margin-bottom: 0.1rem;
      letter-spacing: .02em !important;
      font-weight:200;
      font-size:1.5rem;
  }
  h5 {
      color: #404040;
      margin-bottom: 0.1rem;
      letter-spacing: .02em !important;
      font-weight:300;
      font-size:1.25rem;
  }
  p {
      color: #404040;
      padding-bottom: 10px;
  }
  .font-weight-bold {
      font-weight: 600 !important;
      color: #404040;
      text-decoration: none;
  }
  .row-seo {
      display: flex;
      flex-wrap: wrap;
  
      padding-bottom: 20px;
  }
  hr {
      background-color: #04c233;
      width:100%;
  }
  /* XS Screen */
  @media (max-width: 575px) {
          .sales-h1 {
          width: 100%; /* Take up the full width of the div */
          font-size: 10.0vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
          }
          .sales-h2 {
          width: 100%;
          font-size: 5vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
          }
      #clockdiv {
      font-size: 40px;
      }
      .hero-vertical-align img {
      position: absolute;
      top: -50px; /* Adjust this value as needed to position the image correctly */
      left: 50%;
      transform: translateX(-50%); /* Center the image horizontally */
      width: 181px;
      height: 233px;
      }
  }
  /* SM Screen */
  @media (min-width: 576px) and (max-width: 767px) {
          .sales-h1 {
          width: 100%; /* Take up the full width of the div */
          font-size: 10.0vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
          }
          .sales-h2 {
          width: 100%;
          font-size: 5vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
          }
      #clockdiv {
      font-size: 40px;
      }
      .hero-vertical-align img {
      position: absolute;
      top: -50px; /* Adjust this value as needed to position the image correctly */
      left: 50%;
      transform: translateX(-50%); /* Center the image horizontally */
      width: 181px;
      height: 233px;
      }
  }
  /* MD Screen */
  @media (min-width: 768px) and (max-width: 991px) {
          .sales-h1 {
          width: 100%; /* Take up the full width of the div */
          font-size: 7vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
          }
          .sales-h2 {
          width: 100%;
          font-size: 2.0vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
          }
      #clockdiv {
      font-size: 22px;
      }
      .hero-vertical-align img {
      position: absolute;
      top: 0px; /* Adjust this value as needed to position the image correctly */
      left: 50%;
      transform: translateX(-50%); /* Center the image horizontally */
      width: 181px;
      height: 233px;
      }
  }
  /* LG Screen */
  @media (min-width: 992px) and (max-width: 1199px) {
          .sales-h1 {
          width: 100%; /* Take up the full width of the div */
          font-size: 7vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
          }
          .sales-h2 {
          width: 100%;
          font-size: 2.0vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
          }
      #clockdiv {
      font-size: 30px;
      }
      .hero-vertical-align img {
      position: absolute;
      top: 0px; /* Adjust this value as needed to position the image correctly */
      left: 50%;
      transform: translateX(-50%); /* Center the image horizontally */
      width: 181px;
      height: 233px;
      }
  }
  /* XL Screen */
  @media (min-width: 1200px) and (max-width: 1399px) {
          .sales-h1 {
          width: 100%; /* Take up the full width of the div */
          font-size: 5vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
          }
          .sales-h2 {
          width: 100%;
          font-size: 3.0vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
          }
      #clockdiv {
      font-size: 45px;
      }
      .hero-vertical-align img {
          position: absolute;
          top: -50px; /* Adjust this value as needed to position the image correctly */
          left: 50%;
          transform: translateX(-50%); /* Center the image horizontally */
          width: 181px;
          height: 233px;
      }
  }
  /* XXL Screen */
  @media (min-width: 1400px) {
      .sales-h1 {
          width: 100%; /* Take up the full width of the div */
          font-size: 5vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
      }
      .sales-h2 {
          width: 100%;
          font-size: 3.0vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
      }
      #clockdiv {
      font-size: 50px;
      }
      .hero-vertical-align img {
          position: absolute;
          top: -55px; /* Adjust this value as needed to position the image correctly */
          left: 50%;
          transform: translateX(-50%); /* Center the image horizontally */
          width: 181px;
          height: 233px;
      }
  }
  .easy-steps {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center;
      }
  .hero-image-hight {
    height: 40vh; /* 40% of the viewport height for spacing the hero section on landing pages */
    display: flex;
    flex-direction: column;
    justify-content: center; /* To vertically center the content */
  }
  .blurred-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
  }
  
  .blurred-img::before {
      content: "";
      position: absolute;
      inset: 0;
      animation: pulse 2.5s infinite;
      z-index: 1;
  }
  
  .blurred-img.loaded::before {
      content: none;
      animation: none;
  }
  
  @keyframes pulse {
      0% {
          background-color: rgba(255, 255, 255, 0);
      }
      50% {
          background-color: rgba(255, 255, 255, 0.1);
      }
      100% {
          background-color: rgba(255, 255, 255, 0);
      }
  }
  .blurred-img img {
      position: relative;
      z-index: 2;
      transition: opacity 0.3s ease;
      opacity: 0; /* hide broken icon/alt until loaded */
  }
  
  .blurred-img img.lqip {
      opacity: 1; /* show tiny placeholder immediately */
      filter: blur(10px);
      transform: scale(1.02);
  }
  
  .blurred-img.loaded img {
      opacity: 1;
      filter: none;
      transform: none;
  }
  .landing-large-img-div {
      position: relative;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      background-size: cover;
      border-radius: 0px;
  }
  .landing-large-img-h2 {
      position: absolute;
      bottom: 1rem;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.8);
      color: black;
      padding: 1rem;
      font-weight: 300;
      font-size: 2rem;
      z-index:8;
  }
  .landing-large-img {
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 0px;
  }
  .landing-product-img {
      position: relative;
      aspect-ratio: 1 / 1;
      overflow: hidden;
  }
  .landing-product-button {
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
  }
  /* Title case class */
  .text-titlecase {
      text-transform: capitalize;
  }
  /* Title case class */
  .text-uppercase {
      text-transform: uppercase;
  }
  /* Tables on the website */
  .row-seo table {
      border-collapse: collapse;
      width: auto;
      max-width: 100%;
      table-layout: auto;
      word-wrap: break-word;
    }
  .row-seo th, .row-seo td  {
      padding: 8px;
      text-align: center;
      border: 1px solid black;
      overflow: hidden;
    }
  .row-seo th {
      background-color: #f2f2f2;
    }
  .row-seo .table-wrapper {
      overflow-x: auto;
    }
  .row-seo p + ul::before,
  .row-seo p + ol::before {
      content: "";
      display: block;
      margin-bottom: -1.5rem;  /* Adjust this value based on the original bottom margin of the <p> */
  }
  /* MOBILE CLASSES */
  @media only screen and (max-width: 768px) {
      .container-fluid {
          padding-left:0.125rem !important;
          padding-right:0.125rem !important;
      }
      /* Announcement bar */
      .navbar-topbar {
          padding-top: 0.25;
          padding-bottom: 0.25;
          font-size: 0.5rem;
      }
      body {
          font-size:0.8rem;
      }
      h1 {
          font-size:2rem;
      }
      h6 {
          font-size:1rem;
      }
  }
  @media only screen and (min-width: 768px) {
      .container-fluid {
          padding-left:3rem !important;
          padding-right:3rem !important;
      }
      /* Announcement bar */
      .navbar-topbar {
          padding-top: 0;
          padding-bottom: 0;
          font-size: 0.75rem;
      }
  }
  /* Announcement bar background  color */
  .bg-light {
      background-color: #f5f5f5 !important;
  }
  /* Change navbar background color */
  .main-menu {
      background-color: white;
  }
  
  
  
  /* Change footer background color */
  .bg-dark {
      background-color: #414042 !important;
      color: #FFFFFF !important;
  }
  .footer-bg {
      background-color: #414042 !important;
      color: #FFFFFF !important;
  }
  .header-bg {
      background-color: #FFFFFF !important;
      color: #000000 !important;
  }
  /* Change the color of the navbar on hover  */
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
      color: #0077ed;
  }
  /* Change promotion background color */
  .promotion {
      background-color: #f20303 !important;
  }
  /* Change the background color for the cart icon  */
  [data-cart-items]::before {
       background-color: #0077ed;
  }
  [data-cart-items].cart-warning::before {
    background-color: orange;
  }
  
  [data-cart-items].cart-danger::before {
    background-color: red;
  }
  .btn-white-primary {
      background-color: #f5f5f5;
  }
  .main.cart .quantity button[class*=btn] {
      background: none;
      border-radius: 0;
      width: 1.5rem;
  }
  .navbar-toggler {
      padding: 0.5rem 0 0.5rem 0.5rem;
  }
  .navbar-light .navbar-toggler {
      color: #404040;
  }
  /* Change the background color of the button on hover  */
  .btn-white-primary:focus, .btn-white-primary:hover {
      background-color: #f5f5f5;
      border-color: #f5f5f5;
      color: #fff;
  }
  .btn {
      border-radius: 100px;
  }
  .btn-small {
      border-radius: 50px!important;
      max-width: 120px;
      color: #fff;
      background-color: #007bff;
      border-color: #007bff;
      display: inline-block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      user-select: none;
      border: 1px solid transparent;
      font-size: 1rem;
      line-height: 1.5;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      padding: .375rem .75rem;
      text-transform: capitalize;
  }
  /* Change the background color of the more info on the quick view  */
  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active,
  .show > .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #0077ed;
      border-color: #0077ed;
  }
  /* logo size */
  @media (max-width: 991px) {
     .navbar-brand-logo {
          height: 32px;
      }
  }
  @media (min-width: 992px) {
     .navbar-brand-logo {
      height: 42px;
      }
  }
  /* Change the  color of the navbar items */
  .navbar-light .navbar-nav .nav-link {
      color: #ffffff !important;;
  }
  .navbar-light .navbar-nav .show>.nav-link {
  
  }
  .navbar-light .navbar-nav .show>.nav-link:hover {
      color: #bbbbbb !important;
  }
  .navbar-light .navbar-nav .show>.nav-link:focus {
      color: #bbbbbb !important;
  }
  
  .nav-tabs .nav-link.active {
      color: #6e6e6e !important;
      font-weight: 700;
  }
  .nav-tabs .nav-link.desc-active {
      color: #6e6e6e !important;
      font-weight: 700;
  }
  .nav-link.desc-passive {
      color: #6e6e6e !important;
      font-weight: 700;
  }
  .nav-link.active::before {
  }
  a {
      color: #0077ed ;
  }
  a {
      color: #0077ed ;
  }
  /* Hover status on links */
  a:hover {
      color: #0077ed ;
  }
  .text-body[href]:focus, .text-body[href]:hover {
      color: #0077ed !important;
  }
  .main.cart .quantity button[class*=btn]:hover {
      background-color: none;
  }
  .px-icons {
      fill: #404040;
  }
  .px-icons:hover {
      fill: #0077ed;
  }
  /* Account navigation text color on hover */
  .list-group-item-action:focus,
  .list-group-item-action:hover {
      #0077ed !important;
  }
  /* Change the  text color of  "happy holidays" below the header  */
  .text-white {
      color: #fff !important;
  }
  /* Change the  text color of  categories dropdown items  */
  .list-styled-link {
      margin: 0 -.25rem;
      padding: 0 .25rem;
  }
  .list-styled-link-sub {
      padding-left: 20px;
      color: white;
  }
  .list-styled-link-sub:hover {
      color: #bbbbbb !important;
  }
  .list-styled-link:hover {
      color: #bbbbbb !important;
  }
  .list-styled-link:focus,
  .list-styled-link:hover {
      color: #111;
  }
  .list-styled-link {
      color: #404040;
  }
  /** footer styled link **/
  .footer-styled-link {
      transition: color .3s ease-in-out;
  }
  .footer-styled-link:hover {
      color: #0077ed !important;
  }
  .list-styled-link {
      color: white;
  }
  .list-group-item-action {
      color: #404040;
  }
  .list-group-item-action:hover {
      color: #0077ed;
  }
  /* Change the  text color of class containing text-body  */
  .text-body {
      color: #404040 !important;
  }
  /* Change the text color of the element with text-gray-400 class */
  .text-gray-400 {
      color: #909090 !important;
  }
  /* Change the text color of the element with text-muted class  */
  .text-muted {
      color: #767676 !important;
  }
  /* Change the text color of the element with text-gray-300 class  */
  .text-gray-300 {color: #bdbdbd!important;}
  /* Active nav-tabs color  */
  .nav-item.show .nav-link,
  .nav-link.active {color: #404040;}
  .nav-item.active .nav-link{
          color: #bbbbbb !important;
  }
  /* Change the text color of the element with text-primary class  */
  .text-primary { color: #404040!important;}
  /* Button color when active */
  .btn-dark:not(:disabled):not(.disabled).active,
  .btn-dark:not(:disabled):not(.disabled):active,
  .show > .btn-dark.dropdown-toggle {
      color: #fff;
      background-color: #060606;
      border-color: #000;
  }
  /* Change the text color of the element with text-gray-500 class  */
  .text-gray-500{color: #525252 !important;}
  /* Text color in form-control  */
  .form-control {
      color : #111;
  }
  .form-control:disabled, .form-control[readonly] {
    background-color: white;
  }
  /* Email header css */
  .hover-underline:hover {
    text-decoration: underline !important;
  }
  @media (max-width: 640px) {
    .sm-inline-block {
      display: inline-block !important;
    }
    .sm-w-auto {
      width: auto !important;
    }
    .sm-w-full {
      width: 100% !important;
    }
    .sm-px-0 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .sm-px-16 {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }
    .sm-py-24 {
      padding-top: 24px !important;
      padding-bottom: 24px !important;
    }
    .sm-text-left {
      text-align: left !important;
    }
  }
  /* copied from product-filter master */
  input {
      /* -webkit-appearance: checkbox !important; */
  }
  .product-single .product-price {
      display: block;
      margin-bottom: 1.1rem;
      font-size: 1.9rem;
      line-height: 1;
  }
  .product-single .product-name {
      font-size: 2vw;
      text-align: left;
  }
  .btn-design-now {
      border: 1px solid transparent;
      height: calc(1.40625rem + 1rem + 2px);
      padding: .5rem .75rem;
      font-size: .9375rem;
      border-color: #0077ed !important;
      background-color: #0077ed !important;
      color: #fff;
      display: inline-block !important;
      border-radius: 100px !important;
      width: 150px;
      max-width: 100%;
      box-sizing: border-box;
      white-space: nowrap;
  }
  .btn-design-now .btn-text-short {
      display: none;
  }
  @media (max-width: 1262px) and (min-width: 992px) {
      .btn-design-now {
          width: 130px;
      }
      .btn-design-now .btn-text-full {
          display: inline;
      }
      .btn-design-now .btn-text-short {
          display: none;
      }
  }
  @media (max-width: 991px) {
      .btn-design-now {
          width: 150px;
      }
      .btn-design-now .btn-text-full {
          display: inline;
      }
      .btn-design-now .btn-text-short {
          display: none;
      }
  }
  .btn-design-now:hover {
      background-color: #0069d9 !important; /* Change background color on hover */
  }
  .btn-order-now {
      border: 1px solid transparent;
      height: calc(1.40625rem + 1rem + 2px);
      padding: .5rem .75rem;
      font-size: .9375rem;
      border-color: #0077ed !important;
      background-color: #0077ed !important;
      color: #fff;
      display: inline-block !important;
      border-radius: 100px !important;
      width: 150px;
      max-width: 100%;
      box-sizing: border-box;
      white-space: nowrap;
  }
  .btn-order-now .btn-text-short {
      display: none;
  }
  @media (max-width: 1262px) and (min-width: 992px) {
      .btn-order-now {
          width: 130px;
      }
      .btn-order-now .btn-text-full {
          display: inline;
      }
      .btn-order-now .btn-text-short {
          display: none;
      }
  }
  @media (max-width: 991px) {
      .btn-order-now {
          width: 150px;
      }
      .btn-order-now .btn-text-full {
          display: inline;
      }
      .btn-order-now .btn-text-short {
          display: none;
      }
  }
  .btn-order-now:hover {
      background-color: #0069d9 !important; /* Change background color on hover */
  }
  .btn-primary {
      border-color: #0077ed !important;
      background-color: #0077ed !important;
      color: #ffffff;
  }
  
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
      color: #fff;
      border-color: #bbbbbb !important;
      background-color: #bbbbbb !important;
  }
  .btn-dark {
      color: #ffffff;
      border-color: #0077ed !important;
      background-color: #0077ed !important;
      transition: background-color .3s ease-in-out;
  }
  .btn-dark:hover, .btn-dark:active, .btn-dark:focus {
      color: #fff;
      border-color: #479ef5 !important;
      background-color: #479ef5 !important;
  }
  .product-form {
      display: block !important;
  }
  /* Secondary action container on product page: left on mobile, right on desktop */
  .product-secondary-action { margin-top: 6px; }
  @media (min-width: 992px) {
    .product-secondary-action { text-align: right; }
  }
  @media all and (max-width:100em){
      .btn-dark {
          display:inline-block;
      }
  }
  .product-image-full {
      display:none !important;
  }
  .product-form select {
      width: 100%;
      -webkit-appearance: none;
  }
  .product-form select {
      max-width: none;
      padding: 1rem 5rem 1rem 1rem;
      color: #222;
      border-color: #ccc;
      font-size: 1rem;
      background-color: whitesmoke;
      border: 1px solid whitesmoke;
      margin: 0 0 10px 0;
      width: 100%;
      -webkit-appearance: auto;
  }
  /* copied from px-option */
  .select-box::before {
      top: 74% !important;
  }
  .px-title {
      font-weight:600;
      margin-top:1rem;
      margin-bottom:0.5rem;
  }
  /*Product page radio button style */
  .variant-selector label.field-label .label-text {
      background: #F2F2F2;
      color: #404040;
      border-radius: 5px;
      min-width: 100px;
  }
  .variant-selector label.field-label .label-img {
      cursor: pointer;
  }
  .variant-selector label.field-label:hover .label-text{
      box-shadow: 0 0 3px 3px #dcdbdb;
      border-radius: 10px;
      background: #F2F2F2;
      color: #404040;
  }
  .variant-selector label.field-label input:checked + .label-text{
      background: #F2F2F2;
      border: 1px solid #0077ed;
      border-radius: 10px;
      color: #404040;
  }
  .variant-selector label.field-label input:hover + .label-img img {
      box-shadow: 0 0 3px 3px #dcdbdb;
      border-radius: 0;
  }
  .variant-selector label.field-label input:checked + .label-img img {
      border: 2px solid #0077ed;
      box-shadow: 0 0 3px 3px #dcdbdb;
      border-radius: 0;
  }
  .variant-selector {
      width:110%;
  }
  /* XXL Screen */
  @media (min-width: 1400px) {
      .variant-selector {
      width:100%;
      }
  }
  /** Breadcrumb alignment **/
  .breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1.5rem;list-style:none;background-color:transparent}
  .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}
  .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}
  .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}
  .breadcrumb-item.active{color:inherit}
  .breadcrumb-item+.breadcrumb-item::before {
      display:inline-block;
      padding-right:0.5rem;
      color:#909090;
      content: url('https://cdn.pixfizz.com/fz/99c75efb46/0/FssXgJxeYAIWGEdwtgHZGGxc8kC-Zc7ouZ5LPgXOTo4/~/chevron-right-regular.svg');
      width:0.9rem;
      height:auto;
  }
  /* form index layout */
  .card-actions .card-action+.card-action+.card-action {display:none}
  @media only screen and (min-width: 992px){
      .classic .flex-row {display:none}
  
      .navbar-sidenav {display:none!important}
  }
  .classic .flex-row .nav-item.ml-lg-n4 {margin-right: 1.25rem;}
  .navbar-sidenav {display: flex !important}
   @media only screen and (max-width: 768px){
      .btn-gray-500 {margin-top:10px;}
      .navbar-sidenav {display:none!important}
  }
  .card-img-top {
      border-radius: 25px;
  }
  .card-img-back {
      border-radius: 25px;
  }
  .bg-cover {
      border-radius: 0px;
  }
  .card-img-overlay form { display:inline-block }
  .bg-cover-main{min-height: 510px;}
  .bg-cover-grid{min-height: 240px;}
  .progress .progress-bar {width: 66%}
  .custom-select{background-color: whitesmoke!important }
  .card-actions .card-action+.card-action+.card-action {display:none;}
  .btn-white-primary:focus, .btn-white-primary:hover {
      background-color: #414042;
      border-color: #414042;
      color: #404040;
  }
  .address form {display:inline-block;}
  .address .btn-circle {border-radius: 50%;}
  .dropright-toggle span.active:after {color:black;}
  .dropright-toggle::after {display:none;}
  .shoppage select.custom-select.custom-select-xs{display:none;}
  .reorder .btn a {color:black;}
  .btn-outline-dark a:hover {color:#fff;}
  .reorder:hover {color:#fff;}
  .myaccount .dropdown-menu {left:-100px;}
  .tooltip-inner { font-size: 0.85rem; }
  .card-body { padding: 1rem; }
  .card-actions {
      padding: 1rem;
      bottom: 1.5rem;
  }
  .card-actions .card-action+.card-action+.card-action {display:none;}
  .btn-circle {
      width: 35px;
      height: 35px;
  }
  .card-editaction {
      position: absolute;
      top: 0rem;
      z-index: 1;
      padding-top:0.2em;
  }
  .card-cartaction {
      position: absolute;
      top: 0.5rem;
      z-index: 1;
      padding-top:0.2em;
  }
  .card-shareaction {
      position: absolute;
      top: 3.5rem;
      z-index: 1;
      padding-top:0.2em;
  }
  .card-copyaction {
      position: absolute;
      top: 6.5rem;
      z-index: 1;
      padding-top:0.2em;
  }
  .card-action {
      position: absolute;
      top: 9.5rem;
      z-index: 1;
      padding-top:0.2em;
  }
  /** Info button on variants **/
  .info-button {
      font-size: 1rem;
      padding-left: 5px;
      vertical-align: top;
  }
  /** Hover image on variants **/
  .thumbnail .picture1,
  .thumbnail .picture2 {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      text-align:center;
  }
  .thumbnail .picture1 img {
    transition: opacity .3s ease;
  }
  .thumbnail .picture2 {
      opacity:0;
      transition: opacity .3s ease;
  }
  .thumbnail:hover .picture2 {
      opacity:1;
  }
  .thumbnail:hover .picture1 img {
      opacity:0;
  }
  /* Popup container - can be anything you want */
  .popup-option {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .popup-option .close {
    position: absolute;
    right: 2px !important;
    top: 2px !important;
    padding: 5px;
    color: #fff;
    transition: color .3s;
    font-size: 1em;
    line-height: .6em;
    font-weight: 300;
  }
  /* The actual popup */
  .popup-option .popuptext-option {
    visibility: hidden;
    width: 320px;
    background-color: #3b535f;
    color: #fff;
    font-size: 0.85rem;
    text-align: center;
    border-radius: 0px;
    padding: 8px 8px 8px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -16px;
    font-weight: 300
  }
  /* Popup arrow */
  .popup-option .popuptext-option::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 6%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  /* Toggle this class - hide and show the popup */
  .popup-option .show-option {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }
  /** Class to assign to gallery to have it sticky on page scroll **/
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding-top:10px;
  }
  .product-details {
      padding-top:8px;
  }
  .product-bottom-action{
      background-color: rgba(255,255,255,0.8);
  }
  .dropdown-menu {
      opacity: inherit;
      display: none;
  }
  /** Cart notification popup **/
  .cart-notification .tooltip-inner {
      background-color: #0077ed;
      font-size: 1.2em;
      padding: 0.5em 1em;
  }
  .cart-notification.bs-tooltip-bottom .arrow::before {
      border-bottom-color: #0077ed;
  }
  /** Gallery Styling **/
  .add-gallery-button {
      position: absolute;
      top: 8px;
      right: 32px;
      display: flex;
  }
  .gallery-preview {
      display: flex;
      height: 150px;
      border: 1px solid #DDDDDD;
      padding: 0;
      cursor: pointer;
  }
  .gallery-main-image {
      height: 100%;
      max-width: 150px;
      object-fit: cover;
      width: 150px;
  }
  .gallery-preview__desc {
      padding: 13px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-width: calc(100% - 150px);
  }
  .gallery-preview__heading-wrapper {
      display: flex;
      width: 100%;
      justify-content: space-between;
      gap: 10px;
  }
  .gallery-preview__heading-wrapper h6 {
      font-weight: 500;
      font-size: 24px;
      line-height: 35px;
      color: #111111;
      margin-bottom: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
  }
  .gallery-preview__button {
      border: none;
      background: none;
      height: max-content;
      padding: 3px 6px;
      border-radius: 3px;
      transition: all 0.3s;
  }
  .gallery-preview__button:hover, .gallery-preview__button:focus {
      background: #DDDDDD;
      outline: none;
  }
  .gallery-preview__date {
      font-size: 15px;
      line-height: 22px;
      color: #767676;
  }
  .gallery-preview__image-count {
      display: flex;
      gap: 8px;
  }
  .gallery-preview__image-count span {
      font-size: 15px;
      line-height: 22px;
      color: #767676;
  }
  .gallery-preview__desc__bottom {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: center;
  }
  .eliipisis-text {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  .address.card {
      background-color: white;
      color: #414042;
      border: 1px solid #bbbbbb;
  }
  .address.card .card-action {
      top: 0.4rem;
      right: 0.4rem;
      padding-top: 0rem;
  }
  .address.card .card-action .btn {
      width: 25px;
      height: 25px;
  }
  .address.card .card-action .btn svg {
      height: 12px;
  }
  .add-address-btn {
      position: absolute;
      right: 0;
  }
  .product-section {
      position: relative;
  }
  .product-section-bg {
      position: absolute;
      width: 100vw;
      height: 100%;
      top: 0;
      left: -3rem;
      z-index: -1;
  }
  @media(min-width: 1200px) {
      .product-section-bg {
          left: calc(-8.3333vw - 3rem);
      }
  }
  @media only screen and (max-width: 768px) {
      .product-section-bg {
          left: -1rem;
      }
  }
  .products-section-heading {
      font-weight: 300;
      font-size: 2.4rem;
  }
  .image-wrapper {
      position: relative;
      aspect-ratio: 1 / 1;
      border-radius: 0px;
      width: 100%;
      overflow: hidden;
  }
  /* Candice Styles */
  .theme-navigation-menu {
  padding-top:10px;
  padding-bottom:10px;
  }
  .theme-navigation-ul {
      list-style: none;
      display: flex;
      justify-content: space-around;
      margin-bottom: 0rem;
  }
  
  nav{
    position: fixed;
    z-index: 9 !important;
    width: 100%;
    background: #FFFFFF;
    padding: 1rem 1rem;
  }
  nav .wrapper{
    padding-left: 30px;
    height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-links {
      display: inline-flex;
      align-items: center;
  }
  .wrapper .btn {
      color: #fff;
      font-size: 40px;
      cursor: pointer;
      position: absolute;
      right: 60px;
      top: 15px;
      z-index: 101;
      display: none;
  }
  .wrapper .btn.close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .wrapper .nav-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .dropdown-menu {
  transform: translate3d(-40px, 40px, 0px);
  }
  nav input{
    display: none;
  }
  .nav-links li{
    list-style: none;
    padding-right:14px;
  }
  .nav-links li a {
    color: #000000;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links li a:hover {
    color: #bbbbbb;
  }
  .nav-link {
    color: white;
  }
  .nav-link:hover {
    color: #bbbbbb;
  }
  .nav-links .mobile-item {
    display: none;
  }
  .nav-item.show .nav-link, .nav-link.active {
      color: white;
  }
  .nav-links .drop-menu {
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .nav-links li:hover .drop-menu,
  .nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
  }
  /* delay before hiding the submenu */
  .nav-links .drop-menu,
  .nav-links .mega-box {
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    top: 70px;
    margin-top: 25px;
  }
  .browse-all-link {
    position: absolute;
    top:10px;
    text-decoration: none;
    text-align:center;
  }
  .drop-menu li a{
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
  }
    .image-row {
      margin-right:50px;
      position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
    }
  .mega-box{
    position: fixed;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display:none;
  }
  .mega-box.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .mega-box .content{
    background: #FFFFFF;
    display: flex;
    width: 100%;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .mega-box .content .row{
    width: calc(25%);
    line-height: 40px;
  }
  .content .row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content .row header{
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
  }
  .content .row .mega-links{
    margin-left: -40px;
    padding:20px 0px 0px 0px;
  }
  .row .mega-links li{
    padding: 0 20px;
  }
  .row .mega-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #000000;
    font-size: .9375rem;
    display: block;
  }
  .row .mega-links li a:hover{
    color: #bbbbbb;
    background-color: transparent;
  }
  .body-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
  }
  .body-text div{
    font-size: 45px;
    font-weight: 600;
  }
  .nav-icons {
      display: flex;
      list-style: none;
  }
  .mr-custom {
      margin-right: 6%;
  }
  .hero-section {
      display: flex;
      background-color: ;
  }
  .hero-image {
      width: 50%;
      background-size: cover;
      background-position: right;
  }
  .hero-text {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative; /* To ensure it's above the image */
      text-transform: uppercase;
      z-index: 2; /* Higher than image */
  }
  .hero-text svg {
      width: 70%;
      max-width: 95%;
      height: auto;
  }
  /* XS Screen */
  @media (max-width: 575px) {
      .hero-image-l {
      width: 100%;
      background-size: cover;
      background-position: center;
      align-content: center;
      position:absolute;
      }
      .hero-right-align {
      justify-content: center;
      align-items: center;
      }
      .hero-image-r {
          width: 100%;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
      }
      .svg-img-step {
          width: 50%;
          height: auto; /* Ensures aspect ratio is maintained */
          padding-bottom:10px;
      }
      svg {
      vertical-align: baseline;
      }
      .heading {
          font-size: 1.3rem;
          padding-left: 20px;
          padding-right: 20px;
          text-align: center;
      }
      .h1-hero {
          width: 100%; /* Take up the full width of the div */
          font-size:7vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:5px;
      }
      .h2-hero {
              width: 100%;
              font-size: 4vw; /* Set font size relative to viewport width */
              margin: 0;
              padding-top:10px;
      }
      .hero-image {
          background-position: 60% center; /* Anchoring on the left */
      }
      .wrapper .btn {
          display: block;
          right: 40px;
          top: -9px;
          z-index:2;
      }
      .wrapper .nav-links {
          position: fixed;
          height: 100vh;
          width: 100%;
          top: 0;
          left: -100%;
          background: #FFFFFF;
          display: block;
          padding: 50px 25px;
          line-height: 50px;
          overflow-y: auto;
          box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
          transition: all 0.3s ease;
          z-index: 100;
      }
        #menu-btn:checked ~ .nav-links{
      left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
      display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
      display: block;
    }
    .nav-links li a{
      padding: 0 20px;
      display: block;
      font-size: 20px;
    }
    .nav-links .drop-menu{
      position: static;
      opacity: 1;
      top: 65px;
      visibility: visible;
      padding-left: 20px;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      box-shadow: none;
      transition: all 0.3s ease;
    }
            #showDrop1:checked ~ .drop-menu,
          #showDrop2:checked ~ .drop-menu,
          #showDrop3:checked ~ .drop-menu,
          #showDrop4:checked ~ .drop-menu,
          #showDrop5:checked ~ .drop-menu,
          #showDrop6:checked ~ .drop-menu,
          #showMega1:checked ~ .mega-box,
          #showMega2:checked ~ .mega-box,
          #showMega3:checked ~ .mega-box,
          #showMega4:checked ~ .mega-box,
          #showMega5:checked ~ .mega-box,
          #showMega6:checked ~ .mega-box {
              max-height: 100%;
          }
  
    .nav-links .mobile-item{
      display: block;
      color: #f2f2f2;
      font-size: 20px;
      font-weight: 500;
      padding-left: 0px;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
    }
  
    .drop-menu li{
      margin: 0;
    }
    .drop-menu li a{
      border-radius: 5px;
      font-size: 18px;
    }
      .mega-box{
      position: absolute;
      top: 0px;
      opacity: 1;
      visibility: visible;
      padding: 0 20px;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .mega-box .content{
      box-shadow: none;
      padding: 20px 20px 0 20px;
      top: 10px;
      position: fixed;
      height:100%;
      flex-direction: column;
      overflow-y:auto;
    }
    .mega-box .content .row{
      width: 100%;
      margin-bottom: 15px;
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2){
      border-top: 0px;
    }
      .content .row .mega-links{
      border-left: 0px;
      padding-left: 15px;
    }
      .row .mega-links li {
      margin: 0;
    }
      .product {
      text-align:center;
      padding-bottom:30px;
      }
      .divReverse {
      display: flex;
      flex-wrap: wrap-reverse;
    }
    .seo-padding-right {
      padding-right: 5px;
      text-align: left;
      padding-left: 5px;
      }
      .seo-padding-left {
       text-align: left;
       padding-right: 5px;
       padding-left: 5px;
      }
      h2.steps {
      font-size: 2.2rem;
      padding-bottom:10px;
      text-align: center;
      }
      .product-seo {
      margin-left:10px;
      margin-right:10px;
      }
      .navbar-collapse {
        padding: 10px;
        line-height:2.8;
        font-size:24px;
        height: 100vh;
      }
      .card-menu {
      height:100vh;
      overflow-y: auto;
      padding-bottom: 200px;
      }
      .navbar-nav .dropdown-menu {
      position: absolute;
      top:0;
      }
    .nav-links .mobile-item:hover {
      background: transparent;
    }
        .close {
      font-size: 1.8 rem;
      font-weight: 600;
      }
  
      .font-size-mobile{
        line-height:1.8;
        font-size:18px!important;
      }
      .product-bottom-action button {
          width: 50%;
          margin: 10px auto 0;
      }
      .img-menu {
    display:none;
    }
      .image-row {
      display: none;
    }
      .image-row-right {
      display: none;
    }
  
      .price-footer {
        font-size: 30px;
        font-weight: lighter;
        line-height: 1.2;
      }
      .w-50 {
      width: 100% !important;
      }
      .w-25 {
      width: 100% !important;
      }
      .w-100 {
        width: 100% !important;
      }
      nav .wrapper {
      display:block;
      align-items: center;
      justify-content: space-between;
      padding: 0px 0px;
      height: auto;
      }
      .hide-mobile {
      display:none;
      }
      .wrapper .btn-hamburger {
      display: block;
      right: 0px;
      top: 45%;
      z-index: 2;
      color: #000000;
        font-size: 40px;
        cursor: pointer;
        position: absolute;
        line-height: 1.5rem;
        padding: 0rem 0rem;
      }
      .icon {
      margin-right: 30px; /* Adjust the value as needed */
      }
        .nav-links li{
      margin: 15px 10px;
    }
      .nav-links li a {
          padding: 0 0px;
      }
      .promo-sticker {
          width: 140px!important;
          height: 140px!important;
          font-size: 1.2rem;
          top: 5px!important;
          right: 2px!important;
          padding-top:8px!important;
      }
      .promo-description {
          font-size: 3.4rem!important;
      }
      .percent {
          font-size: 2rem!important;
      }
      .off {
          font-size: 0.8rem!important;
      }
      .promo-promocode {
      font-size: 0.8rem!important;
      margin-top: -6px!important;
      }
      .promo-date {
          font-size: 0.5rem!important;
          margin-top: -1px;
          margin-bottom: 1px;
      }
      .percent {
        margin-top: 1px!important;
      }
      .icon-container {
          display: none!important;
      }
      .ul-mobile-user {
        display: block!important;
        margin-left: 0px!important;
        padding-left: 0px!important;
      }
  }
  @media (min-width: 768px) {
      .wrapper .btn-hamburger {
      display: none;
      }
       .mobile-only {
          display: none;
      }
  }
  /* SM Screen */
  @media (min-width: 576px) and (max-width: 767px) {
      .hero-image-l {
      width: 100%;
      background-size: cover;
      background-position: center;
      align-content: center;
      position:absolute;
      }
      .hero-right-align {
      justify-content: center;
      align-items: center;
      }
      .hero-image-r {
          width: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
      }
      .svg-img-step{
          width: 40%;
          height: auto;
          padding-bottom:10px;
      }
      .heading {
          font-size: 1.3rem;
          padding-left: 20px;
          padding-right: 20px;
          text-align: center;
      }
      .h1-hero {
          width: 100%;
          font-size:6vw;
          margin: 0;
          padding-top:5px;
      }
      .h2-hero {
          width: 100%;
          font-size: 4vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:10px;
      }
      .hero-image {
          background-position: 60% center; /* Anchoring on the left */
      }
        .wrapper .btn {
          display: block;
          right: 40px;
          top: -9px;
          z-index:2;
      }
      .wrapper .nav-links {
          position: fixed;
          height: 100vh;
          width: 100%;
          top: 0;
          left: -100%;
          background: #414042;
          display: block;
          padding: 50px 25px;
          line-height: 50px;
          overflow-y: auto;
          box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
          transition: all 0.3s ease;
          z-index: 100;
      }
    #menu-btn:checked ~ .nav-links{
      left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
      display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
      display: block;
    }
    .nav-links li{
      margin: 15px 10px;
    }
    .nav-links li a{
      padding: 0 20px;
      display: block;
      font-size: 20px;
    }
    .nav-links .drop-menu{
      position: static;
      opacity: 1;
      top: 65px;
      visibility: visible;
      padding-left: 20px;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      box-shadow: none;
      transition: all 0.3s ease;
    }
          #showDrop1:checked ~ .drop-menu,
          #showDrop2:checked ~ .drop-menu,
          #showDrop3:checked ~ .drop-menu,
          #showDrop4:checked ~ .drop-menu,
          #showDrop5:checked ~ .drop-menu,
          #showDrop6:checked ~ .drop-menu,
          #showMega1:checked ~ .mega-box,
          #showMega2:checked ~ .mega-box,
          #showMega3:checked ~ .mega-box,
          #showMega4:checked ~ .mega-box,
          #showMega5:checked ~ .mega-box,
          #showMega6:checked ~ .mega-box {
              max-height: 100%;
          }
  
    .nav-links .mobile-item{
      display: block;
      color: #f2f2f2;
      font-size: 20px;
      font-weight: 500;
      padding-left: 0px;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover{
      background: transparent;
    }
    .drop-menu li{
      margin: 0;
    }
    .drop-menu li a{
      border-radius: 5px;
      font-size: 18px;
    }
    .mega-box{
      position: absolute;
      top: 0px;
      opacity: 1;
      visibility: visible;
      padding: 0 20px;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .mega-box .content{
      box-shadow: none;
      padding: 20px 20px 0 20px;
      top: 10px;
      position: fixed;
      height:100%;
      flex-direction: column;
      overflow-y:auto;
    }
    .mega-box .content .row{
      width: 100%;
      margin-bottom: 15px;
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2){
      border-top: 0px;
    }
      .content .row .mega-links{
      border-left: 0px;
      padding-left: 15px;
    }
    .row .mega-links li {
      margin: 0;
    }
      .product {
      text-align:center;
      padding-bottom:30px;
      }
      .divReverse {
      display: flex;
      flex-wrap: wrap-reverse;
      }
    .seo-padding-right {
      padding-right: 5px;
      text-align: left;
      padding-left: 5px;
      }
      .seo-padding-left {
       text-align: left;
       padding-right: 5px;
       padding-left: 5px;
      }
      h2.steps {
      font-size: 1.8rem;
      line-height: 5rem;
      text-align: center;
      }
      .product-seo {
      margin-left:10px;
      margin-right:10px;
      }
      .navbar-collapse {
        padding: 10px;
        line-height:2.4;
        font-size:50px;
        height: 100vh;
      }
  
      .card-menu {
      height:100vh;
      overflow-y: auto;
      padding-bottom: 200px;
      }
      .navbar-nav .dropdown-menu {
      position: absolute;
      top:0;
      }
      .font-size-mobile{
        line-height:2.2;
        font-size:30px!important;
      }
    .nav-links .mobile-item:hover {
      background: transparent;
    }
    .nav-links .drop-menu{
      position: static;
      opacity: 1;
      top: 65px;
      visibility: visible;
      padding-left: 20px;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      box-shadow: none;
      transition: all 0.3s ease;
    }
      .wrapper .btn-hamburger {
      display: block;
      right: 0px;
      top: 45%;
      z-index: 2;
      color: #fff;
      font-size: 40px;
      cursor: pointer;
      position: absolute;
      line-height: 1.5rem;
      padding: 0rem 0rem;
    }
      .close {
      font-size: 1.8 rem;
      font-weight: 600;
      }
      .product-bottom-action button {
          width: 50%;
          margin: 10px auto 0;
      }
        .img-menu {
    display:none;
    }
      .image-row {
      display: none;
    }
      .image-row-right {
      display: none;
    }
      .icon-container {
      display: none!important;
      }
      .ul-mobile-user {
        display: block!important;
        margin-left: 0px!important;
        padding-left: 0px!important;
      }
  }
  /* MD Screen */
  @media (min-width: 768px) and (max-width: 991px) {
      .hero-image-r:nth-of-type(2) {
          background-position: left!important;
      }
      .hero-image-l {
          width: 40%;
      }
      .hero-right-align {
      justify-content: center;
      align-items: center;
      }
      .hero-image-r {
          width: 60%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: right;
      }
      .product-title {
      font-size: 20px;
      font-weight: 300;
      text-align:center;
      padding-top:10px;
      margin-bottom: 0rem;
      padding-bottom: 0px;
      }
      .svg-img-step {
          width: 100%;
          height: auto; /* Ensures aspect ratio is maintained */
      }
      .hero-image {
          background-position: 60% center; /* Anchoring on the left */
      }
      .heading {
          font-size: 1.5rem;
      }
      .h1-hero {
          width: 100%; /* Take up the full width of the div */
          font-size:6vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
      }
      .h2-hero  {
          width: 100%;
          font-size: 3vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
      }
    .seo-padding-right {
      padding-right: 5px;
      text-align: left;
      padding-left: 5px;
      }
      .seo-padding-left {
       text-align: left;
       padding-right: 5px;
       padding-left: 5px;
      }
      h2.steps {
      font-size: 2.2rem;
      line-height: 5rem;
      text-align: center;
      }
      .product-seo {
      margin-left:12px;
      margin-right:12px;
      }
      .navbar-collapse {
        padding: 10px;
        line-height:2.4;
        font-size:50px;
        height: 100vh;
      }
      .product-bottom-action button {
          width: 50%;
          margin: 10px auto 0;
          }
      .card-menu {
      height:100vh;
      overflow-y: auto;
      padding-bottom: 200px;
      }
      .navbar-nav .dropdown-menu {
      position: absolute;
      top:0;
      }
      .font-size-mobile{
        line-height:2.2;
        font-size:30px!important;
      }
  
      .nav-links .mobile-item {
      display: block;
      color: #f2f2f2;
      font-size: 20px;
      font-weight: 500;
      padding-left: 0px;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
    }
  
    .wrapper .btn {
          display: block;
          right: 40px;
          top: 5%;
          z-index:2;
      }
       .wrapper .nav-links {
          position: fixed;
          height: 100vh;
          width: 100%;
          top: 0;
          left: -100%;
          background: #414042;
          display: block;
          padding: 50px 25px;
          line-height: 50px;
          overflow-y: auto;
          box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
          transition: all 0.3s ease;
          z-index: 100;
      }
      nav .wrapper {
      align-items: center;
      justify-content: space-between;
      padding: 0px 30px;
      height: 70px;
      margin: auto;
      }
    #menu-btn:checked ~ .nav-links{
      left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
      display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
      display: block;
    }
    .nav-links li{
      margin: 15px 10px;
    }
    .nav-links li a{
      padding: 0 20px;
      display: block;
      font-size: 20px;
    }
    .nav-links .drop-menu{
      position: static;
      opacity: 1;
      top: 65px;
      visibility: visible;
      padding-left: 20px;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      box-shadow: none;
      transition: all 0.3s ease;
    }
          #showDrop1:checked ~ .drop-menu,
          #showDrop2:checked ~ .drop-menu,
          #showDrop3:checked ~ .drop-menu,
          #showDrop4:checked ~ .drop-menu,
          #showDrop5:checked ~ .drop-menu,
          #showDrop6:checked ~ .drop-menu,
          #showMega1:checked ~ .mega-box,
          #showMega2:checked ~ .mega-box,
          #showMega3:checked ~ .mega-box,
          #showMega4:checked ~ .mega-box,
          #showMega5:checked ~ .mega-box,
          #showMega6:checked ~ .mega-box {
              max-height: 100%;
          }
    .nav-links .mobile-item{
      display: block;
      color: #f2f2f2;
      font-size: 20px;
      font-weight: 500;
      padding-left: 0px;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover{
      background: transparent;
    }
    .drop-menu li{
      margin: 0;
    }
    .drop-menu li a{
      border-radius: 5px;
      font-size: 18px;
    }
    .mega-box{
      position: absolute;
      top: 0px;
      opacity: 1;
      visibility: visible;
      padding: 0 20px;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .mega-box .content{
      box-shadow: none;
      padding: 20px 20px 0 20px;
      top: 10px;
      position: fixed;
      height:100%;
      flex-direction: column;
      overflow-y:auto;
    }
    .mega-box .content .row{
      width: 100%;
      margin-bottom: 15px;
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2){
      border-top: 0px;
    }
      .content .row .mega-links{
      border-left: 0px;
      padding-left: 15px;
    }
    .row .mega-links li {
      margin: 0;
    }
    .content .row header {
      font-size: 19px;
    }
    .img-menu {
    display:none;
    }
      .image-row {
      display: none;
    }
      .image-row-right {
      display: none;
    }
      .percent {
          font-size: 3rem;
      }
      .off {
          font-size: 1.5rem;
      }
      .promo-sticker {
          width: 140px!important;
          height: 140px!important;
          font-size: 1.2rem;
          top: 5px!important;
          right: 2px!important;
          padding-top:8px!important;
      }
      .promo-description {
          font-size: 3.4rem!important;
      }
      .percent {
          font-size: 2rem!important;
      }
      .off {
          font-size: 0.8rem!important;
      }
      .promo-promocode {
      font-size: 0.7rem!important;
      margin-top: -6px!important;
      }
      .promo-date {
          font-size: 0.5rem!important;
          margin-top: -1px;
          margin-bottom: 1px;
      }
      .percent {
      margin-top:1px!important;
      }
  }
  /* LG Screen */
  @media (min-width: 992px) and (max-width: 1199px) {
      .hero-image-r:nth-of-type(2) {
          background-position: left!important;
      }
          .hero-image-l {
          width: 30%;
      }
      .hero-right-align {
      justify-content: right;
      align-items: center;
      }
      .hero-image-r {
          width: 70%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: right;
      }
          .hero-shop-button {
          background-color: rgba(64, 64, 64, 0.2);
          border-radius: 0px;
          font-size: 12px;
          padding: 5px 15px;
          border: 1px solid #404040;
          color: #404040;
          z-index:6000;
          width:50%;
          border-radius: 20px;
      }
      .h1-hero {
          width: 100%; /* Take up the full width of the div */
          font-size:4vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
      }
      .h2-hero  {
          width: 100%;
          font-size: 1.8vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
      }
      .product-title {
      font-size: 20px;
      font-weight: 300;
      text-align:center;
      padding-top:10px;
      margin-bottom: 0rem;
      padding-bottom: 0px;
      }
      .svg-img-step {
          width: 90%;
          height: auto; /* Ensures aspect ratio is maintained */
      }
      h2.steps {
      font-size: 2.5rem;
      line-height: 5rem;
      text-align: center;
      }
      .product-seo {
      margin-left:12px;
      margin-right:12px;
      }
      .seo-padding-right {
      padding-right: 5px;
      text-align: justify;
      padding-left: 5px;
      }
      .seo-padding-left {
       text-align: justify;
       padding-right: 5px;
       padding-left: 0px;
      }
      .d-lg-block {
      display: none!important;
      padding-left: 0px;
      }
      .product-bottom-action button {
          width: 50%;
          margin: 10px auto 0;
          }
      .w-50 {
      width: 100% !important;
      }
        .image-row {
          display: none;
        }
          .image-row-right {
          display: none;
        }
      .content {
      padding-left:20px;
      }
          .promo-sticker {
          width: 140px!important;
          height: 140px!important;
          font-size: 1.2rem;
          top: 5px!important;
          right: 5px!important;
          padding-top:5px!important;
      }
      .promo-description {
          font-size: 4rem!important;
      }
      .percent {
          font-size: 2rem!important;
      }
      .off {
          font-size: 1rem!important;
      }
      .promo-promocode {
      font-size: 0.6rem!important;
      margin-top: -6px!important;
      }
      .promo-date {
          font-size: 0.6rem!important;
          margin-top: -1px;
          margin-bottom: 1px;
      }
  }
  /* XL Screen */
  @media (min-width: 1200px) and (max-width: 1399px) {
      .hero-image-r:nth-of-type(2) {
          background-position: left!important;
      }
      .hero-image-l {
          width: 30%;
      }
      .hero-right-align {
      justify-content: right;
      align-items: center;
      }
      .hero-image-r {
          width: 70%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: right;
      }
      .h1-hero {
          width: 100%; /* Take up the full width of the div */
          font-size: 4vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
      }
      .h2-hero {
          width: 100%;
          font-size: 1.8vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
      }
      .hero-shop-button {
         background-color: rgba(255, 255, 255, 0.5);
          border-radius: 0px;
          font-size: 12px;
          padding: 5px 15px;
          border: 1px solid #404040;
          color: #404040;
          z-index:6000;
          width:35%;
      }
      .svg-img-step {
          width: 80%;
          height: auto; /* Ensures aspect ratio is maintained */
      }
      .product-seo {
      margin-left:12px;
      margin-right:12px;
      }
      h2.steps {
      font-size: 2.8rem;
      line-height: 5rem;
      text-align: center;
      }
      .seo-padding-right {
      padding-right: 100px;
      text-align: justify;
      padding-left: 100px;
      }
      .seo-padding-left {
       text-align: justify;
       padding-right: 50px;
       padding-left: 50px;
      }
  }
  /* XXL Screen */
  @media (min-width: 1400px) {
      .hero-image-r:nth-of-type(2) {
         background-position: left!important;
      }
      .hero-image-l {
          width: 30%;
      }
      .hero-right-align {
      justify-content: right;
      align-items: center;
      }
      .hero-image-r {
          width: 70%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: right;
      }
      .h1-hero {
          width: 100%; /* Take up the full width of the div */
          font-size: 4vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
      }
      .h2-hero {
          width: 100%;
          font-size: 1.8vw; /* Set font size relative to viewport width */
          margin: 0;
          padding-top:0px;
      }
      .hero-shop-button {
         background-color: rgba(255, 255, 255, 0.6);
          border-radius: 0px;
          font-size: 12px;
          padding: 5px 15px;
          border: 1px solid #404040;
          color: #404040;
          z-index:6000;
          width:30%;
          border-radius: 20px;
      }
      .svg-img-step {
          width: 60%;
          height: auto; /* Ensures aspect ratio is maintained */
      }
      h2.steps {
      font-size: 3.0rem;
      line-height: 7rem;
      text-align: center;
      }
      .seo-padding-right {
      padding-right: 100px;
      text-align: justify;
      padding-left: 100px;
      }
      .seo-padding-left {
       text-align: justify;
       padding-right: 50px;
       padding-left: 50px;
      }
  }
  .btn-block-hero {
      display: block;
      background-color: rgba(255, 255, 255, 0.6);
  }
  .btn-menu {
      padding: 6px 40px;
      border-radius: 100px;
      white-space: nowrap;
      font-weight: 500;
      text-align: center;
      cursor: pointer;
      user-select: none;
      border: 1px solid black;
      font-size: 1rem;
      line-height: 1.5rem;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .btn-hero{
      padding: 10px 40px;
      border-radius: 100px;
      white-space: nowrap;
      font-weight: 500;
      text-align: center;
      cursor: pointer;
      user-select: none;
      border: 1px solid black;
      font-size: 1rem;
      line-height: 1.5rem;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      margin-top:20px;
      width:250px;
  }
  .center-vertical {
      display: flex;
      justify-content: right;
      align-items: center;
  }
  .container-fluid-menu {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
  }
  .card-wall-art {
      height: 265px;
  }
  .card-stationery {
      height: 220px;
  }
  .card-photobooks {
      height: 265px;
  }
  .card-photo {
      height: 265px;
  }
  .card-occasions {
      height: 265px;
  }
  .card-gifts {
      height: 250px;
  }
  .menu-image {
              width: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-position: left;
              height:100%;
              z-index:5000;
      }
  .original-price {
      text-decoration: line-through;
  }
  .customer-review {
      position: relative;
      padding-top: 20px;
      padding-right: 4rem;
      padding-left: 4rem;
      text-align: justify;
      font-size: 1rem;
  }
  .quote-mark--open {
      top: 60px;
      left: -2px;
  }
  .quote-mark {
      font-family: "Times New Roman", Times, serif;
      font-size: 120px;
      line-height: 0;
      position: absolute;
      color: #d3d3d3;
  }
  .product {
      text-align:center;
  }
  .product-title {
      font-size: 25px;
      font-weight: 300;
      text-align:center;
      padding-top:10px;
      margin-bottom: 0rem;
      padding-bottom: 0px;
  }
  .product-seo {
      font-size: 12px;
      text-align:center;
      padding-top:0px;
      padding-bottom: 0px;
      margin-bottom: 0.5rem;
      margin-left:25px;
      margin-right:25px;
  }
  .product-shop {
      color:white;
      background-color: rgba(0,119,237,1);
      border: navajowhite;
      border-radius: 50px;
      font-size: 12px;
      padding: 10px 15px 8px 15px;
      text-transform:uppercase;
  }
  .date-box {
      border: 1px solid #ffcb05;
  }
  /* Change the background color of the button on hover  */
  .product-shop:hover {
      background-color: #0069d9;
      border-color: #0069d9;
      color: #fff;
  }
  .price-footer {
      font-size: 38px;
      padding-right: 20px;
      vertical-align: middle;
      display: inline;
      padding-top: 0px;
      font-weight: lighter;
      line-height: 1.2;
      margin-bottom: .5rem;
  }
  
  .review-text {
      padding: 0px 0px;
  }
  .quote-mark--close {
      bottom: 60px;
      right: 0px;
  }
  .customer-name {
      font-style: italic;
      font-size: 1rem;
  }
  .pro-3 {
      font-size:5vw;
      color:#ffcb05;
      font-weight:bold;
      text-transform: uppercase;
      letter-spacing: -1px;
      padding-bottom: 0px;
      margin-bottom: 0rem;
      padding-right:5px;
  }
  .pro-4 {
      font-size:2.5vw;
      color:white;
      font-weight:bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding-bottom: 0px;
      margin-bottom: 0rem;
      margin-top:-10px;
      padding-right:5px;
  }
  /* LG, Xl, XXL */
  @media (max-width: 1200px) {
      .theme-navigation-menu {
          display: none;
      }
      .heading {
          font-size: 1.8rem;
      }
      .hero-image {
      width: 60%;
      background-size: cover;
      background-position: center;
      }
  }
  .custom-control {
      padding-left: 2rem;
  }
  .custom-control-label::before {
      border: #525252 solid 1!important;
      color: #0077ED;
  }
  .custom-control-label {
      color: #0077ED;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
      background-color: #e5e5e5;
  }
  .custom-control-input:checked ~ .custom-control-label::after {
      background-color: #a5a5a5;
  }
  .custom-control-cart {
    padding-left: 4;
      position: relative;
      display: block;
      min-height: 1.5rem;
      padding-left: 2rem;
  }
  /* Stamped Reviews Styling */
  .stamped-carousel-title {
      display: none;
  }
  .stamped-carousel-subtitle {
      float: left;
      margin-right: 10px;
      margin-top: 5px;
  }
  .stamped-carousel-scroll .stamped-reviews-image img {
      display: none;
  }
  .stamped-carousel-scroll .stamped-reviews-image {
      display: none;
  }
  .stamped-carousel-scroll-wrapper {
      width: auto;
  }
  .block {
      width:100%!important;
  }
  .stamped-reviews-title {
      color:#404040;
      text-align:center;
      line-height: 36px;
  }
  .stamped-reviews-date {
      display: none;
  }
  .stamped-reviews-image {
      display:none!important;
  }
  .stamped-reviews-message {
      margin-left: 0px!important;
      text-align:center;
      line-height: 36px;
  }
  .stamped-reviews-author {
      margin-left: 0px!important;
      text-align:center;
  
  }
  .stamped-reviews-rating {
      text-align: center;
  }
  .stamped-reviews-message-block {
      font-style: normal!important;
      line-height: 22px!important;
  }
  .stamped-carousel-buttons div {
      color: #cacaca;
  }
  .stamped-carousel-subtitle {
      float: left!important;
      margin-right: 10px;
      margin-top: 5px;
  }
  .stamped-carousel-scroll{
      height:230px!important;
  }
  .stamped-reviews-widget {
      max-width: 1300px;
  }
  .saved-projects .card-body {
      height: 100px!important;
      display: flex;
      flex-direction: column;
      position: relative;
      justify-content: space-between;
  }
  .vertical-align {
      display: flex;
      align-items: center;
  }
  .list-group-item {
      border: none;
  }
  .y-border-b {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #ffcb05;
  }
  .blue {
      color:#0077ED;
  }
  .modal-header {
      border-bottom:  none;
  }
  .promo-container {
    position: absolute;
    top: 5px; /* Adjust based on your design */
    right: 15px; /* Adjust based on your design */
    width: 35%; /* Adjust to ensure correct scaling */
    height: auto;
    z-index: 8;
  }
  
  .dropdown-toggle::after {
      content: "\25BC"; /* Black Down-Pointing Triangle */
      font-family: inherit;
      color:#6e6e6e;
  }
  .navbar-light .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 15' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 0H0V1.75561H20V0Z' fill='%23fff'/%3e%3cpath d='M20 6.5685H0V8.32412H20V6.5685Z' fill='%23fff'/%3e%3cpath d='M20 13.2437H0V15H20V13.2437Z' fill='%23fff'/%3e%3c/svg%3e");
  }
  .close {
      font-size: 1.0rem;
      font-weight: 600;
      line-height: 1;
      color: #414042;
      text-shadow: none;
  }
  :not(.toast-header):not(.alert) > .close {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      z-index: 1030;
      display: inline-flex;
  }
  .dropdown-menu {
      top: 80%;
  }
  @media (max-width: 800px) {
      .custom-small-text p table {
          font-size: 0.5rem;
      }
  }
  .cover-price {
      font-size:10px;
      color:#111111;
      font-weight:bold;
      position:absolute;
      top:1rem;
      z-index:1;
      background-color:#ddd;
      padding:3px;
  }
  .pro-1 {
      font-size:42px;
      color:#ffcb05;
      font-weight:bold;
      text-transform: uppercase;
      letter-spacing: -1px;
      padding-bottom: 0px;
      margin-bottom: 0rem;
      text-align: center;
  }
  .pro-2 {
      font-size:12px;
      color:white;
      font-weight:bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding-bottom: 0px;
      margin-bottom: 0rem;
      margin-top:-10px;
      text-align: center;
  }
  .pro-reviews {
      padding:20px 100px 20px 100px;
      }
  .hr-gray {
      background-color: #e8e8e8!important;
      margin-top: 1.4rem;
      margin-bottom: 1.4rem;
      text-align:left;
      width:90%;
  }
          ul ul, ol ul,
          ul ol, ol ol {
              padding-left: 20px; /* Adjust this value as needed */
          }
  
          /* Add more space at the bottom of first-level list items */
          ul > li,
          ol > li {
              margin-bottom: 10px;
          }
  
          /* Remove space at the bottom of nested list items */
          ul ul > li,
          ol ul > li,
          ul ol > li,
          ol ol > li {
              margin-bottom: 0;
          }
  
          /* Add space between h2 and ul */
          h2 + ul, h2 + ol {
              margin-top: 10px;
          }
  .promo-sticker {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 200px;
      height: 200px;
      background-color: red;
      border-radius: 50%;
      padding: 20px;
      color: white;
      font-size: 1.2rem;
      z-index: 2;
      border: 2px solid white;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .promo-description {
      margin-top: 0.2rem;
      margin-bottom: 0.2rem;
      display: flex;
      align-items: flex-start;
      font-size: 7.0rem;
      line-height: 1;
      letter-spacing: -0.08em;
      font-weight:bolder;
      margin-right:8px;
      color: white;
  }
  .promo-promocode {
      display: block;
      text-align: center;
      font-size: 0.7rem;
      color: white;
      margin-top: -1px;
      margin-bottom: 1px;
      cursor: pointer;
  }
  .promo-date {
      display: block;
      text-align: center;
      font-size: 0.7rem;
      color: white;
      margin-top: -1px;
      margin-bottom: 1px;
  }
  .promo {
    display: flex;
    align-items: flex-start;
  }
  .percent-off {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.6rem;
  }
  .percent {
    font-size: 4.0rem;
    line-height: 1;
    font-weight:bolder;
    margin-top: 10px;
  }
  .off {
    font-size: 2.0rem;
    line-height: 1;
      font-weight:bolder;
  }
  
  
  .seo-title {
      margin-bottom: 0.4rem;
      letter-spacing: .02em !important;
      font-size:1.75rem;
      text-align:left;
  }
  .icon-container {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .page-link {
      position: relative;
      display: block;
      padding: .75rem 1.25rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #0077ED;
      background-color: transparent;
  }
  .pagination .page-link {
    border-width: 0 0 0px 0;
  }
  .page-item.active .page-link {
      z-index: 3;
      color: #0077ED;
      background-color: transparent;
      text-decoration: underline;
  }
  /** Photo Prints **/
  .px-photo-prints {
      --highlight-color: #0077ed;
      --highlight-color-light: #EBEBEB;
  }
  .px-info-bubble {
      color:red;
      border:none;
  }
  .px-info-popover {
      width:300px;
  }
  .px-photo-prints .px-btn-cart {
      background-color: #0077ED;
  }
  .btn-outline-secondary:hover {
      color: #fff;
      background-color: #1f1f1f;
      border-color: #1f1f1f
  }
  .btn-primary:hover {
      color: #fff;
      background-color: #479ef5 !important;
      border-color: #479ef5 !important;
  }
  .px-photo-prints .px-top-bar .px-btn-primary {
      --highlight-color: #d9d9d9;
      color: #606367;
      background-color: #d9d9d9 !important;
      border-color: #d9d9d9 !important;
  }
  .px-btn-primary:hover {
      color: #fff;
      background-color: #479ef5 !important;
      border-color: #479ef5 !important;
  }
  .card-title {
      display: block;
      height: 3rem;
      overflow: hidden;
      word-break: break-word;
      white-space: normal;
  }
  /** Password reveal **/
  .user-box {
    position: relative;
    margin-bottom: 30px;
  }
  .user-box input:focus ~ label,
  .user-box input:valid ~ label {
    transform: translateY(-20px);
    font-size: 14px;
    color: #333;
  }
  .password-toggle-icon {
    position: absolute;
    top: 62%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .account-nav .list-group-item-action span.active {
      border-left: 1px solid;
      padding-left: 10px;
  }
  .price-container {
    display: flex;
    align-items: center;
  }
  /** Multi Upload Group Styling **/
  px-multi-image-upload {
      --handle-width: 18px;
      --handle-gap: 8px;
  }
  
  px-multi-image-upload .px-title {
      margin: 0;
      padding: 0.5em 0 2px;
  }
  
  px-multi-image-upload .px-title label {
      margin-bottom: 0;
  }
  
  px-multi-image-upload .image-uploads-wrapper {
      border-left: 1px dashed #aaa;
      padding-left: 0.75em;
  }
  
  px-multi-image-upload :not(.px-multi-upload-button-container[hidden]) + .image-uploads-wrapper {
      margin-top: 1em;
  }
  
  px-multi-image-upload px-option {
      display: block;
      outline-offset: -1px;
  }
  
  px-multi-image-upload px-image-upload {
      padding: 4px;
      transition: background-color 0.2s;
  }
  
  px-multi-image-upload[data-drag-active="true"] px-image-upload {
      opacity: 0.5;
      outline: 2px dashed #aaa;
  }
  
  px-multi-image-upload[data-drag-active="true"] px-option[data-dropzone-active="true"] px-image-upload {
      background-color: #0077ed;
      outline-color: #0077ed;
  }
  
  px-multi-image-upload px-image-upload .px-thumbnail {
      align-items: center;
      cursor: pointer;
      display: flex !important;
      padding-left: calc(var(--handle-width) + var(--handle-gap));
      position: relative;
  }
  
  px-multi-image-upload px-image-upload .px-thumbnail::before {
      --vertical-margin: 4px;
      background-color: #0077ed;
      background-image: url('data:image/svg+xml,<svg width="800" height="800" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 8C10.3284 8 11 7.32843 11 6.5C11 5.67157 10.3284 5 9.5 5C8.67157 5 8 5.67157 8 6.5C8 7.32843 8.67157 8 9.5 8ZM9.5 14C10.3284 14 11 13.3284 11 12.5C11 11.6716 10.3284 11 9.5 11C8.67157 11 8 11.6716 8 12.5C8 13.3284 8.67157 14 9.5 14ZM11 18.5C11 19.3284 10.3284 20 9.5 20C8.67157 20 8 19.3284 8 18.5C8 17.6716 8.67157 17 9.5 17C10.3284 17 11 17.6716 11 18.5ZM15.5 8C16.3284 8 17 7.32843 17 6.5C17 5.67157 16.3284 5 15.5 5C14.6716 5 14 5.67157 14 6.5C14 7.32843 14.6716 8 15.5 8ZM17 12.5C17 13.3284 16.3284 14 15.5 14C14.6716 14 14 13.3284 14 12.5C14 11.6716 14.6716 11 15.5 11C16.3284 11 17 11.6716 17 12.5ZM15.5 20C16.3284 20 17 19.3284 17 18.5C17 17.6716 16.3284 17 15.5 17C14.6716 17 14 17.6716 14 18.5C14 19.3284 14.6716 20 15.5 20Z" fill="%23fff"/></svg>');
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      border-radius: 4px;
      box-sizing: border-box;
      color: #fff;
      content: "";
      display: block;
      height: calc(100% - 2 * var(--vertical-margin));
      left: 0;
      position: absolute;
      width: var(--handle-width);
  }
  /** Support swap on hover for px-image-preview **/
  .card-img-hover px-design-preview::part(img) {
      float: left
  }
  
  .card-img-hover px-design-preview.card-img-top {
      transotion none;
  }
  
  .card-img-hover px-design-preview.card-img-top::part(img) {
      transition: opacity .2s ease-in-out
  }
  
  .card-img-hover px-design-preview.card-img-back::part(img) {
      opacity: 0
  }
  
  .card-img-hover px-design-preview.card-img-front::part(img) {
      position: absolute;
      left: 0;
      top: 0;
  }
  
  .card-img:hover .card-img-hover px-design-preview.card-img-back::part(img) {
      opacity: 1
  }
  
  .card-img:hover .card-img-hover px-design-preview.card-img-front::part(img) {
      opacity: 0
  }
  .enhanced-last-name {
      display:none;
  }
  .enhanced-user-email {
      display:none;
  }
  .enhanced-order-total {
      display:none;
  }
  .enhanced-country {
      display:none;
  }
  .enhanced-post-code {
      display:none;
  }
  .stamped-header-title {
      display:none;
  }
  .stamped-summary-actions-clear, .stamped-summary-actions-mobile-filter, .stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
      display:none;
  }
  .discount-price-info {
      display: flex;
    align-items: center;
    line-height: 1;
    gap: 10px;
  }
  .custom-tooltip {
      position: absolute;  /* Changed to absolute for following mouse */
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      white-space: nowrap;
      z-index: 10;
      font-size: 0.8rem;
      pointer-events: none;  /* Ensures tooltip doesn't interfere with mouse events */
  }
  .dynamic-promo-sticker {
    position: absolute;
    top: -15px;
    right: 15px;
    width: 25%;
    height: auto;
    z-index: 8;
  }
  .dynamic-promo-sticker--carousel {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 25%;
    height: auto;
    z-index: 8;
    border-radius: 50% !important;
    background-color: white;
    background-clip: padding-box;
  }
  .dynamic-promo-sticker--carousel {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
      display: block;
  }
  #promo-circle {
    width: 100%;
    height: auto;
  }
  #promo-fire {
    width: 100%;
    height: auto;
  }
  .dynamic-promo-sticker--design-card-img {
      position: absolute !important; /* Ensure it stays in the correct position */
      top: -10px !important; /* Move it up slightly to match */
      right: 5px !important; /* Move it to the right */
      padding: 0px !important;               /* Remove any default padding */
      display: flex !important; /* Center the contents */
      align-items: center !important;
      justify-content: center !important;
      box-sizing: border-box !important;
      z-index: 8 !important; /* Ensure it stays on top */
      margin: 0px; /* Adjust margin values to close any remaining gaps */
      background-color: white;  /* White background to hide the gap */
      background-clip: padding-box; /* Clip the background color within the border */
      border-radius: 50% !important; /* Make it circular */
      width:25%;
  }
  .dynamic-promo-sticker--design-card-img svg {
      width: 65px !important; /* Match the size of the other sticker */
      height: 65px !important; /* Match the size */
      width: 100% !important;  /* Make the SVG fill 100% of the container's width */
      height: 100% !important; /* Make the SVG fill 100% of the container's height */
      display: block;          /* Prevent inline SVG spacing issues */
      margin: 0px  !important;;               /* Remove any default margins */
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important; /* Apply the shadow */
      border-radius: 50% !important; /* Make it circular */
      padding: 0px !important; /* Adjust padding */
  }
  .dynamic-promo-sticker--landing-collection-card {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 25%;
    height: auto;
    z-index: 8;
    margin: 0px;
    padding: 0px;
    border-radius: 50% !important;
    background-color: white;
    background-clip: padding-box;
  }
  .dynamic-promo-sticker--landing-collection-card svg {
      border-radius: 50% !important;
      margin: 0px !important;
      padding: 0px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
      display: block;
  }
  .dynamic-promo-sticker--hero {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20%;
    height: auto;
    z-index: 8;
  }
  .promo-carousel {
      position: absolute !important; /* Ensure it stays in the correct position */
      top: -4px !important; /* Move it up slightly to match */
      right: -4px !important; /* Move it to the right */
      padding: 0px !important;/* Remove any default padding */
      display: flex !important; /* Center the contents */
      align-items: center !important;
      justify-content: center !important;
      box-sizing: border-box !important;
      z-index: 8 !important; /* Ensure it stays on top */
      margin: 0px; /* Adjust margin values to close any remaining gaps */
      background-color: white;  /* White background to hide the gap */
      background-clip: padding-box; /* Clip the background color within the border */
      border-radius: 50% !important; /* Make it circular */
      width:16%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important; /* Apply the shadow */
  }
  .btn-reset {
    all: unset;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    white-space: nowrap;
  }
  
  .sale-sticker {
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: #c6201d;
      border-radius: 50%;
      width: 65px;
      height: 65px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 9px;
      box-sizing: border-box;
      border: 2px solid white;
      z-index: 8;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  
  /* Voucher card sale sticker - double size and allow overflow */
  .voucher-card .image-wrapper {
      overflow: visible !important;
      border-radius: 8px !important;
      position: relative;
      /* Remove background from main element - pseudo-element will handle it */
      background-image: none !important;
  }
  
  /* Create clipped background layer with rounded corners */
  .voucher-card .image-wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 8px;
      background-image: var(--bg-image-url, inherit);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 0;
      pointer-events: none;
      /* Clip this pseudo-element to rounded corners */
      overflow: hidden;
  }
  
  /* Ensure image has rounded corners */
  .voucher-card .image-wrapper > img {
      border-radius: 8px;
      position: relative;
      z-index: 1;
  }
  
  .voucher-card .sale-sticker {
      width: 130px;
      height: 130px;
      padding: 18px;
      border: 4px solid white;
      top: -20px;
      right: -20px;
  }
  
  .voucher-card .sale-sticker .save-text {
      font-size: 1.6rem;
      margin-bottom: -2px;
  }
  
  .voucher-card .sale-sticker .sale-sticker-amount {
      font-size: 2rem;
      font-weight: 600;
  }
  
  
  .threefor2-sticker {
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: #c6201d;
      border-radius: 50%;
      width: 65px;
      height: 65px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 9px;
      box-sizing: border-box;
      border: 2px solid white;
      z-index: 8;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  
  
  .corner-tag {
      position: absolute;
      top: 0;
      right: 0;
      width: 120px;
      height: 120px;
      overflow: hidden;
      z-index: 8;
  }
  
  .corner-tag span {
      position: absolute;
      width: 170px;
      padding: 5px 0;
      background: #c6201d;
      color: white;
      font-weight: bold;
      text-align: center;
      transform: rotate(45deg);
      top: 25px;
      right: -45px;
      font-family: sans-serif;
      font-size: 18px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  }
  
  
  .corner-tag.threefor2-sticker {
      background: transparent !important;
      border-radius: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      box-shadow: none !important;
      top: 0 !important;
      right: 0 !important;
      width: 120px !important;
      height: 120px !important;
  }
  
  
  .sale-sticker span,
  .threefor2-sticker span {
      display: block;
      text-align: center;
      color: white;
      line-height: 1;
  }
  
  .sale-sticker-amount {
      font-size: 1rem;
      font-weight: 600;
  }
  
  .sale-sticker .save-text {
      font-size: 0.8rem;
      margin-bottom: -1px;
  }
  
  .threefor2-sticker .number-text {
      font-size: 0.8rem;
      margin-bottom: -1px;
  }
  
  .threefor2-sticker .for-text {
      font-size: 1rem;
      font-weight: 600;
  }
  
  /* Promo Bar */
  /* Full-width container override for XL+ for reviews in Promo Bar */
  @media (min-width: 1200px) {
    .promotion > .container {
      max-width: 100%;
    }
  }
  .heading-promo-bar {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 0px;
    line-height: 1.3;
    color: white;
    max-width: 100%;
  }
  /* Shrink font for MD and below */
  @media (max-width: 991.98px) {
    .heading-promo-bar {
      font-size: clamp(0.75rem, 2.2vw, 1.2rem);
      padding: 0 4px;
    }
  }
  /* XS mobile tweaks */
  @media (max-width: 420px) {
    .heading-promo-bar {
      font-size: calc(13px + 0.5vw);
      padding: 0 2px;
    }
  }
  /* Stack layout on mobile */
  @media (max-width: 575px) {
    .promotion .d-flex {
      flex-direction: column;
      align-items: center;
    }
    .heading-promo-bar {
      font-size: clamp(0.65rem, 2vw, 0.85rem); /* Shrink a bit more */
      padding: 0 2px;
    }
  }
  /* Hide left spacer on mobile */
  @media (max-width: 991.98px) {
    .promotion .promo-spacer {
      display: none !important;
    }
  }
  .shop-now-btn {
      padding: .5rem .75rem;font-size: .9375rem;height: calc(1.40625rem + 1rem + 2px);width: 150px;
  }
  .from-price {
      font-size: 1.5rem; font-weight: lighter !important;
  }
  .grey-bg {
      background-color: #f6f3ef;
      padding-top: 50px;
      padding-bottom:50px;
  }
  /* Reviews (Stamped-like) */
  .rs-stars { white-space: nowrap; }
  .rs-star { color: #f5a623; font-size: 1.1em; line-height: 1; }
  .rs-review-card { background: #fff; border: 1px solid #e6e6e6; border-radius: 12px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); display: flex; flex-direction: column; }
  .rs-reviews-gallery .rs-review-card.rs-fixed { height: 240px; overflow: hidden; }
  /* Clamp only in gallery */
  .rs-reviews-gallery .rs-review-body { flex: 1; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
  .rs-reviews-gallery .rs-review-card.rs-expanded .rs-review-body { -webkit-line-clamp: unset; overflow-y: auto; }
  .rs-review-author { font-weight: 600; }
  .rs-review-date { font-size: 0.9em; }
  .rs-site-badge { display: inline-flex; align-items: center; gap: 6px; }
  .rs-site-badge-count { }
  .rs-reviews-badge-link { color: inherit; text-decoration: none; }
  .rs-rating-number { font-weight: 600; margin-left: 4px; }
  .rs-review-verified { font-size: 0.9em; color: #2e7d32; margin-left: 8px; display: inline-flex; align-items: center; gap: 4px; }
  .rs-review-verified::before { content: "\2713"; font-weight: 700; }
  .rs-reviews-gallery { width: 100%; }
  /* Layout controlled via classes, not JS */
  /* Gallery layout */
  .rs-reviews-gallery .rs-review-row { display: flex; flex-wrap: wrap; margin-left: -8px; margin-right: -8px; min-height: 300px; height: 300px; overflow: hidden; }
  .rs-reviews-gallery .rs-review-col { width: 100%; padding-left: 8px; padding-right: 8px; margin-bottom: 0 !important; }
  
  /* Widget layout (auto height, spaced and responsive 3-up) */
  .rs-reviews-widget .rs-review-row { display: flex; flex-wrap: wrap; margin-left: -8px; margin-right: -8px; }
  .rs-reviews-widget .rs-review-col { width: 100%; padding-left: 8px; padding-right: 8px; margin-bottom: 16px; }
  @media (min-width: 992px) { .rs-reviews-widget .rs-review-col { width: 33.3333%; } }
  .rs-reviews-widget .rs-review-card { height: auto; }
  @media (min-width: 992px) {
    .rs-cols-2 .rs-review-col { width: 50%; }
    .rs-cols-3 .rs-review-col { width: 33.3333%; }
    .rs-cols-4 .rs-review-col { width: 25%; }
  }
  /* Reviews: verification variants */
  .rs-review-verified {
    color: #2e7d32; /* default verified green */
  }
  .rs-review-verified::before {
    content: "\2713"; /* tick */
    display: inline-block;
    margin-right: 6px;
  }
  
  /* Google variant: show a small G badge instead of a tick */
  .rs-review-verified.rs-review-verified-google {
    color: inherit; /* keep text color neutral; icon conveys source */
  }
  .rs-review-verified.rs-review-verified-google::before {
    content: "G";
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    background: #4285F4; /* Google blue */
    border-radius: 2px;
    margin-right: 6px;
  }
  
  /* Service variant (e.g., Zendesk sentiment) can use a neutral badge */
  .rs-review-verified.rs-review-verified-service::before {
    content: "\1F44D"; /* thumbs up as default, can be toggled per sentiment in future */
    margin-right: 6px;
  }
  
    /* If the review is bad, hide the thumbs up from the verified badge */
    .rs-review-sentiment.bad ~ .rs-review-verified-service::before {
      content: "";
      margin-right: 0;
    }
  
    /* If the card has a 'bad' sentiment, change the emoji to thumbs down */
    .rs-review-sentiment.bad + .rs-review-verified-service::before {
      content: ""; /* No thumbs down for bad reviews */
    }
  
  
  /* Zendesk sentiment pill */
  .rs-review-sentiment {
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 10px;
    background: #e9ecef;
    color: #333;
    margin-right: 6px;
  }
  .rs-review-sentiment.good {
    background: #e6f4ea;
    color: #196127;
  }
  .rs-review-sentiment.bad {
      background: #f0f0f0; /* Grey background for bad reviews */
      color: #666; /* Grey text for bad reviews */
  }
    /* Reviews trust grammar: unified card structure and calmer score emphasis */
    .rs-star { color: #c49a3f; font-size: 1em; }
    .rs-review-card {
      border-color: #dce3ea;
      box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04), 0 6px 16px rgba(17, 24, 39, 0.03);
    }
    .rs-review-identity { display: flex; align-items: center; gap: 8px; margin-bottom: 2px; }
    .rs-review-identity.rs-review-identity--no-initial { gap: 0; }
    .rs-review-initials {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #dfe6ee;
      color: #2f3e4f;
      font-weight: 700;
      font-size: 12px;
      line-height: 28px;
      text-align: center;
      flex: 0 0 28px;
  }
    .rs-review-author { margin: 0; font-size: 1.1rem; font-weight: 700; color: #2d3748; letter-spacing: -0.01em; }
    .rs-review-meta {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 8px;
    }
    .rs-review-source {
      font-size: 12px;
      color: #6b7280;
      font-weight: 500;
    }
    .rs-review-verified {
      margin-left: 0;
      font-size: 12px;
      line-height: 1.2;
      color: #1f2937;
      background: #eef2f7;
      border: 1px solid #d8e0ea;
      border-radius: 999px;
      padding: 2px 8px;
      font-weight: 600;
      gap: 4px;
    }
    .rs-review-verified::before {
      content: "\2713";
      color: #2e7d32;
      margin-right: 0;
    }
    .rs-review-verified.rs-review-verified-google::before {
      content: "G";
      width: 14px;
      height: 14px;
      line-height: 14px;
      text-align: center;
      font-weight: 700;
      font-size: 10px;
      color: #fff;
      background: #4285F4;
      border-radius: 2px;
    }
    .rs-review-rating { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 4px; }
    .rs-rating-number { font-weight: 500; margin-left: 0; color: #6b7280; font-size: 0.95em; }
    .rs-review-body { color: #374151; line-height: 1.5; font-size: 1.03em; }
    .rs-review-date { color: #6b7280 !important; font-size: 0.95em; }
    .rs-review-sentiment { display: none !important; }
  /* lead-capture */
  .btn-lead {
      background: rgb(0, 119, 237);
      border-radius: 5px;
      border-style: none;
      border-color: rgb(0, 0, 0);
      border-width: 2px;
      color: rgb(255, 255, 255);
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0px;
      line-height: 1;
      padding: 0px 10px;
      height: 33px;
      align-self: flex-end;
      cursor: pointer;
  }
  .lead-input {
      box-sizing: border-box;
      border-radius: 0px;
      padding: 0px 0px 0px 16px;
      height: 35px;
      text-align: left;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0px;
      background-color: rgb(255, 255, 255);
      border: 1px solid rgb(65, 64, 66);
      pointer-events:auto
  }
  .lead-terms {
      font-size: 9px;
      color: #5a5a5a;
      font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
      font-weight: 400;
  }
  .lead-First {
      flex: 1 1 180px;  /* slightly narrower */
      max-width: 300px;
  }
  .lead-form {
      margin-top: 1em; display:inline-block; max-width:960px; width:100%;
  }
  .lead-Email {
      flex: 1 1 260px;  /* slightly wider */
      max-width: 440px;
  }
  .lead-div {
      display:flex; gap:12px; align-items:center; justify-content:center; pointer-events:auto;
  }
  /* Big Sale Day Hero  */
  .hero-image-sale-l, .hero-image-sale-r, .hero-image-sale-m {
      width: 33%;
      background-color: ;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .hero-image-sale-l img, .hero-image-sale-r img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Ensures the image covers the entire div */
  }
  .counter-section {
      display:block;
  }
  .smalltext{
      padding-top: 0px;
      font-size: 0.5vw;
      color:white;
  }
  .h1-sale {
      width: 100%;
      font-size: 5.5vw;
      margin: 0;
      padding-top: 0px;
      color:black;
      font-weight:bold;
  }
  .h2-sale {
      width: 100%;
      font-size: 1.3vw;
      margin: 0;
      padding-top: 0px;
      color:black;
  }
  /* For smaller screens (SM and XS) */
  @media (max-width: 767px) {
      .hero-image-sale-l, .hero-image-sale-r {
          display:none;
      }
      .hero-image-sale-m {
          width: 100%; /* Full width across */
          order: 2; /* Push it below the other two divs */
          padding: 10px 0px;
      }
      .h1-sale {
      font-size: 12vw;
      }
      .h2-sale {
      font-size: 3.5vw;
      }
      .smalltext {
          font-size: 1.4vw;
      }
  }
  @media (min-width: 768px) and (max-width: 991px) {
       .smalltext {
          font-size: 0.6vw;
      }
  }
  .hero-sale {
      width: 100%;
      font-size: 5.5vw;
      margin: 0;
      padding-top: 0px;
      color: black;
      font-weight: bold;
      text-align: center;
      padding-bottom: 10px;
     letter-spacing: .02em !important;
     line-height: 1.2;
  }
  
    /* Calendar Options Modal */
    .cal-opts-modal {
        border-radius: 12px;
        border: none;
        overflow: hidden;
    }
    .cal-opts-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.25rem 1.5rem 0.75rem;
        border-bottom: 1px solid #eee;
    }
    .cal-opts-title {
        font-size: 1.125rem;
        font-weight: 600;
        margin: 0;
        color: #222;
    }
    .cal-opts-body {
        padding: 1.25rem 1.5rem;
    }
    .cal-opts-section {
        margin-bottom: 1.25rem;
    }
    .cal-opts-section:last-child {
        margin-bottom: 0;
    }
    .cal-opts-label {
        display: block;
        font-size: 0.8125rem;
        font-weight: 600;
        color: #555;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        margin-bottom: 0.5rem;
    }
    .cal-month-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0.5rem;
    }
    .cal-month-btn,
    .cal-year-btn {
        background: #f5f5f5;
        border: none;
        border-radius: 8px;
        padding: calc(0.5rem + 2px) 2px;
        font-size: 0.875rem;
        font-weight: 500;
        color: #333;
        cursor: pointer;
        transition: all 0.15s ease;
        outline: none;
    }
    .cal-month-btn:hover,
    .cal-year-btn:hover {
        background: #e8f0fe;
    }
    .cal-month-btn:focus,
    .cal-year-btn:focus {
        outline: none;
        box-shadow: none;
    }
    .cal-month-btn.cal-selected,
    .cal-year-btn.cal-selected {
        background: #e8f0fe !important;
        border: 2px solid #0077ed !important;
        padding: 0.5rem 0 !important;
        font-weight: 700 !important;
        font-size: 0.96rem !important;
        color: #333 !important;
    }
    .cal-year-row {
        display: flex;
        gap: 0.5rem;
    }
    .cal-year-btn {
        flex: 1;
    }
    .cal-holiday-list {
        padding-left: 0.25rem;
    }
    .cal-holiday-item {
        display: block;
        padding: 0.4rem 0;
        font-size: 0.875rem;
        color: #333;
        cursor: pointer;
    }
    .cal-holiday-item input[type="checkbox"] {
        margin-right: 0.5rem;
        vertical-align: middle;
    }
    .cal-opts-footer {
        padding: 0.75rem 1.5rem 1.25rem;
        text-align: center;
        border-top: 1px solid #eee;
    }
    .cal-opts-confirm {
        display: inline-block;
        background: #0077ed;
        color: #fff;
        border: none;
        border-radius: 100px;
        padding: 0.625rem 2rem;
        font-size: 0.9375rem;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.15s ease;
        min-width: 180px;
    }
    .cal-opts-confirm:hover {
        background: #0069d9;
    }
    .cal-opts-personal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cal-opts-manage-link {
        font-size: 0.75rem;
        font-weight: 500;
        color: #0077ed;
        text-decoration: none;
        white-space: nowrap;
    }
    .cal-opts-manage-link:hover {
        text-decoration: underline;
    }