/** Shopify CDN: Minification failed

Line 256:0 Expected "}" to go with "{"

**/
@media(min-width: 767px) {

  .sticky-cart {
    position: fixed;
    bottom: 0px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
    background: var(--sticky-bg);
    border: 1px solid #e5e5e5;
    z-index: 9;
    padding: 0px clamp(16px, 4vw, 50px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.355);
    height: 95px;
    flex-wrap: nowrap;
    gap: 16px;
    box-sizing: border-box;
  }

  .hide-sticky {
    display: none;
  }

  .sticky-cart-left {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2vw, 30px);
    height: 100%;
    /* flex-shrink allow karo taaki jagah kam hone pe left side shrink ho */
    flex-shrink: 1;
    min-width: 0;
  }

  .sticky-product-image {
    width: clamp(60px, 6.5vw, 85px);
    height: clamp(60px, 6.5vw, 85px);
    padding-top: 0;
    overflow: hidden;
    flex-shrink: 0;
  }

  .sticky-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .sticky-product-title {
    font-size: clamp(11px, 1.1vw, 16px) !important;
    /* Desktop pe pura dikhao, sirf overflow hone par ellipsis */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width nahi — flex shrink se automatically handle hoga */
    min-width: 0;
    flex-shrink: 1;
  }

  .sticky-price {
    font-size: clamp(11px, 1.1vw, 16px);
    color: #6a6a6a;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .compare-price {
    text-decoration: line-through;
    margin-left: 6px;
  }

  #sticky-price s {
    color: #3e3e3e;
    text-decoration: line-through;
    margin-right: 6px;
    font-weight: 200;
  }

  .sticky-cart-right {
    display: flex;
    gap: clamp(8px, 1.5vw, 20px);
    align-items: center;
    flex-shrink: 0;
    flex-wrap: nowrap;
  }

  .sticky-variant-info {
    display: flex;
    gap: clamp(8px, 1.5vw, 20px);
    align-items: center;
    flex-wrap: nowrap;
  }

  .sticky-option-group {
    display: flex;
    align-items: center;
    position: relative;
  }

  .sticky-custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .sticky-select-trigger {
    background: transparent;
    color: #6a6a6a;
    border: 1px solid rgba(106, 106, 106, .2);
    padding: clamp(10px, 1.2vw, 14px) clamp(14px, 2vw, 30px);
    cursor: pointer;
    font-size: clamp(10px, 0.85vw, 12px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-align: center;
    font-style: normal;
    background-color: transparent;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    position: relative;
    white-space: nowrap;
  }

  .sticky-select-trigger:focus {
    outline: none;
  }

  .sticky-select-arrow {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    transition: transform 0.2s ease;
    display: inline-block;
    vertical-align: middle;
    position: static;
  }

  .sticky-select-dropdown {
    position: absolute;
    bottom: calc(100% + 4px);
    left: 0;
    right: 0;
    background: var(--sticky-bg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    z-index: 10000;
    min-width: 130px;
  }

  .sticky-custom-select.active .sticky-select-dropdown {
    max-height: 300px;
    opacity: 1;
    overflow-y: auto;
  }

  .sticky-select-dropdown {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .sticky-select-dropdown::-webkit-scrollbar {
    display: none;
  }

  .sticky-select-option {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: none;
    background: transparent;
    color: #000;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
  }

  .sticky-select-option:hover {
    background: rgba(0, 0, 0, 0.05);
  }

  .sticky-select-option.active {
    background: black;
    color: white;
  }

  .sticky-select-option[data-available="false"] {
    background-color: #f3f3f3;
    cursor: not-allowed;
    opacity: 0.7;
    text-decoration: line-through;
    color: black;
  }

  .sticky-atc-btn,
  .sticky-buynow-btn {
    border: 1px solid rgba(106, 106, 106, .2);
    padding: clamp(10px, 1.2vw, 14px) clamp(14px, 2vw, 30px);
    cursor: pointer;
    font-size: clamp(10px, 0.85vw, 12px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-align: center;
    font-style: normal;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    white-space: nowrap;
    min-height: 50px;
    min-width: clamp(90px, 9vw, 130px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .sticky-atc-btn {
    background: transparent;
    color: #6a6a6a;
  }

  .sticky-buynow-btn {
    background: black;
    color: white;
    margin-top: 0px !important;
    min-width: clamp(80px, 8vw, 120px);
  }

}

@media (min-width: 767px) and (max-width: 1024px) {
  .reset23947hdfjue8934 {
    bottom: 200px !important;
  }

@media(max-width: 767px) {
  .sticky-cart {
    display: none;
  }
}
