/** Shopify CDN: Minification failed

Line 102:20 Unexpected "{"
Line 102:29 Expected ":"
Line 353:22 Unexpected "{"
Line 353:31 Expected ":"

**/
.modal-backdrop.show{
    display:none !important;
  }
  #productrelated {
    margin-top: 40px
  }
  .product-modal__image {
    display: block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    max-height: 95%;
    max-width: 95%;
    margin: 0 auto;
    cursor: auto
  }

  .no-csstransforms .product-modal__image {
    top: 2.5%
  }

  #nav-tab-info .nav-tabs {
    border-bottom: none;
    text-align: center;
    justify-content: center;
    box-shadow: 0 -1px var(--g-input-border) inset;
  }

  #nav-tab-info .nav-tabs .nav-link {
    border: none;
    color: var(--g-color-heading);
    position: relative;
  }
  #nav-tab-info .nav-tabs .nav-link:before{
    content: "";
    width: 0;
    transition: width .3s ease;
    border-bottom: 2px solid var(--g-color-heading);
    position: absolute;
    bottom: 1px;
    left: 0;
  }

  #nav-tab-info .nav-tabs .nav-link.active:before{
    width: 100%;
  }

  #nav-tab-info .nav-tabs .nav-item {
    padding:0;
    margin:0 5rem -2px 0;
    font-weight: var(--g-h6-font-weight);
    font-size: var(--g-h6-font-size);
    line-height: var(--g-h6-font-lineheight);
    letter-spacing: var(--g-h6-font-spacing);
    text-transform: var(--g-h6-font-transform);
    background-color: transparent;
    padding:0px 0px 16px;
  }

  .nav-link .spr-badge-starrating {
    display: none
  }

  .social-sharing .col-title {
    line-height: 1.8;
    min-width: 75px;
  }

  .safe-checkout-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-form__quantity-submit {
    display: flex;
    align-items: center;
    padding-top: 10px;
  }

  .product-form__quantity-submit .product-form__item--submit {
    margin-left: 10px;
  }

  .selector-wrapper {
    margin: 0 0 1.2rem;
  }
  #shopify-section-{{ section.id }} .product-single__info-wrapper{
      padding:0rem 0rem 0rem 2rem;
  }
  .template-product .main-content{
    padding-top:8px;
  }
  .product-form-select .selector-wrapper{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .salepoint .icon{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: none;
    stroke-width: 4px;
    stroke:currentColor !important;
    stroke-linecap:miter;
    stroke-linejoin:miter;
  }
  .tabcustom{
    padding: 12px 18px 12px 0;
    position: relative;
    border-bottom: 1px solid var( --g-input-border);
    cursor: pointer;
  }
  .tabcustom i{
    font-size: 14px;
    transition: transform .2s ease;
    position: absolute;
    top: 22px;
    right: 0;
    transform: rotate(270deg);
  }
  .tabcustom svg{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: none;
    stroke-width: 4px;
    stroke: currentColor !important;
    stroke-linecap: miter;
    stroke-linejoin: miter;
  }
  .tabcustom.collapsed i{
    transform: rotate(90deg);
  }
  .tabcustom:after,.tabcustom:before{
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 10px;
    height: 1.5px;
    background-color: currentColor;
  }
  .tabcustom.collapsed::before{
    transform: rotate(-90deg);
  }
  .product-single__meta .product-block{
    margin:0 0 1.5rem;
  }
  .product-single__meta .review + .product-block{
    margin:-0.5rem 0 1rem;
  }
  .product-single__meta .ptrust-badge{
    padding-top: 1rem;
  }
  .product-single__meta-price{
    display: flex;
    align-items: center;
  }
  .product-single__meta-price li{
    display: flex;
    align-items: center;
  }
  .product-single__meta .accordion + .accordion{
    margin:0;
  }
  .product-single__meta .product-block + .accordion{
    margin:-1rem 0 0 ;
  }
  .product-single__meta .accordion + .product-block{
    margin:1.5rem 0  ;
  }
  .product-single__meta .product-title{
    margin: 0 0 0.5rem;
  }
  .product-single__meta hr{
    margin:0 0 .5rem;
  }
  .product-single__meta .product-title + .product-single__meta-list{
    margin:0 0 0.5rem;
  }
  .product-single__meta .salepoint + .salepoint{
    margin:-1rem 0 1.5rem ;
  }
  .product-single__meta .salepoint + .product-freeship{
    margin:-1rem 0 1.5rem ;
  }
  .product-single__meta .shopify-block{
    margin:0 0 1.5rem;
  }
  .product-single__meta .fake-view + .product__text{
    margin:-1rem 0 1.5rem ;
  }
   .product-single__meta .shopify-block + .product-short__description{
    margin-top: -0.7rem;
   }
  .product-title .product-label{
    position: static;
    transform:none;
    
  }
  .product-title .product-label .product-tag--absolute{
    margin-bottom: 0.75rem !important;
    border:1px solid var( --g-input-border);
    margin-right: 0.5rem;
  }
  .photos__item--thumbs{
    padding:0 0px 24px;
  }
  .product-single__video iframe,.product-single__video video,.product-single__video model-viewer{ 
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
  }
  .product-single__video model-viewer{
    width: 100%;
  }
  .media__poster-button{
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.5rem;
    width: 4.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 1;
  }
  .square{
    padding-top:100% !important;
    overflow:hidden;
  }
  .portrait{
    padding-top:120% !important;
    overflow:hidden;
  }
  .square img,.portrait img{
    width: 100%;
    height:100%;
    object-fit:cover;
  }
  .portrait video,.portrait iframe,.square video,.square iframe{
    object-fit: cover;
  }
  /*.spr-summary-actions .spr-summary-actions-newreview{
    color:white !important;
  }*/
  
  .product-grid-buywith .js-grid-cart{
    cursor: pointer;
  }
  .product-countdown{
    border:1px solid var(--g-main);
    padding: 1rem;
    --g-color-heading:var(--g-main);
    --color-body-text:var(--g-main);
  }
  .product-countdown .js-countdown ul {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    
  }
  .product-countdown .js-countdown ul li{
    line-height: 1;
    position: relative;
  }
  .product-countdown .js-countdown ul li:not(:last-child)::before{
    content: ":";
    position: absolute;
    right: -0.6rem;
    color:var(--g-main);
  }
  .product-countdown .js-countdown .countdown-time{
    display: inline-flex;
    color:var(--g-main);
    font-size: var(--g-h5-font-size);
    margin-right: 2px;
    font-weight:500;
  }
  .product-countdown .js-countdown .countdown-time b{
    font-weight:500;
  }
  .product-countdown .js-countdown .countdown-text, .product-countdown .js-countdown span.countdown-time-single{
    font-size: 80%;
    color:var(--g-main);
    text-transform: uppercase;
  }
  .product-countdown .js-countdown span.countdown-text{
    display: none;
  }
  .product-countdown .js-countdown span.countdown-time-single{
    display: inline-block !important;
  }
  .ptrust-badge-heading{
    position: absolute;
    top:-10px;
    background-color: var(--color-body);
    left:50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
  }
  .ptrust-badge .payment-icons svg{
    width: 40px;
    height: auto;
  }
  .product-block__banner img{
    width: 40px !important;
  }
  .product-block__banner .img_svg svg{
    width: 40px !important;
    height:40px !important;
    stroke: currentColor;
    fill: none;
  }
  .product-block__iwt svg{
    width: 24px;
    height: 24px;
    fill: none;
    stroke-width: 4px;
    stroke: currentColor !important;
  }
  @media (min-width:991px) {
    .photos-sticky{
      position: sticky;
      top:6.65rem;
    }
    .template-product .page-container{
      overflow: visible;
    }
  }
  @media (max-width:1100px) {
    #shopify-section-{{ section.id }} .product-single__info-wrapper{
      padding:0rem 0rem 0rem 0rem;
    }
    .product-form__quantity-submit{
      display: block;
    }
    .product-form__item--quantity{
      width: 130px;
      margin-bottom: 10px;
    }
    .product-form__quantity-submit .product-form__item--submit{
      margin:0 0 10px 20px !important;
    }
    .product-form__buynow{
      margin:0;
    }
  }
  .spr-header-title{
    font-weight: var(--g-h4-font-weight);
    font-size: var(--g-h4-font-size);
    line-height: var(--g-h4-font-lineheight);
    letter-spacing: var(--g-h4-font-spacing);
    text-transform: var(--g-h4-font-transform);;
  }
  @media (max-width:767px) {
    .main-content {
      padding-top: 20px;
    }
  }
  .tab-content ul {
    padding-left: 1rem;
  }

.custom-embroidery-options {
    background: #fdfcfb;
    border: 1px solid rgba(139, 105, 20, 0.18);
    border-radius: 16px;
    padding: 24px;
    margin: 20px 0;
    box-shadow: 0 8px 24px rgba(139, 105, 20, 0.04);
}

.custom-option-heading {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #8b6914;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(139, 105, 20, 0.08);
    padding-bottom: 10px;
}

.custom-option-group {
    margin-bottom: 25px;
}

.custom-label {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 13px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.thread-colours {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.colour-box {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid #dcd5c0;
    border-radius: 20px;
    margin: 0;
    background: #fff;
    transition: all 0.25s ease;
}

.colour-box:hover {
    border-color: #b58710;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(139, 105, 20, 0.06);
}

.colour-box input {
    display: none;
}

.swatch {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #dcd5c0;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.2s;
}

.black { background: #000; }
.white { background: #fff; border-color: #c0bfae; }
.red { background: #d62828; }
.navy { background: #1d3557; }

.colour-name {
    font-size: 13px;
    font-weight: 500;
    color: #444;
    transition: all 0.2s;
}

.colour-box:has(input:checked) {
    border-color: #b58710;
    background-color: rgba(181, 135, 16, 0.05);
    box-shadow: inset 0 0 0 1px #b58710, 0 4px 12px rgba(181, 135, 16, 0.1);
}

.colour-box:has(input:checked) .swatch {
    border-color: #8b6914;
    transform: scale(1.1);
}

.colour-box:has(input:checked) .colour-name {
    color: #8b6914;
    font-weight: 700;
}

.placement-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.placement-box {
    border: 1px solid #dcd5c0;
    border-radius: 12px;
    padding: 14px 16px;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    transition: all 0.25s ease;
}

.placement-box:hover {
    border-color: #b58710;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(139, 105, 20, 0.06);
}

.placement-box input {
    display: none;
}

.placement-indicator {
    width: 18px;
    height: 18px;
    border: 2px solid #dcd5c0;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: all 0.2s;
    background: #fff;
    flex-shrink: 0;
}

.placement-label {
    font-size: 13px;
    font-weight: 500;
    color: #444;
    transition: all 0.2s;
}

.placement-box:has(input:checked) {
    border-color: #b58710;
    background-color: rgba(181, 135, 16, 0.05);
    box-shadow: inset 0 0 0 1px #b58710;
}

.placement-box:has(input:checked) .placement-indicator {
    background: #b58710;
    border-color: #b58710;
}

.placement-box:has(input:checked) .placement-indicator::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}

.placement-box:has(input:checked) .placement-label {
    color: #8b6914;
    font-weight: 700;
}

.upload-zone {
    border: 2px dashed rgba(181, 135, 16, 0.35);
    border-radius: 14px;
    padding: 24px;
    background: #faf8f4;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.25s ease;
}

.upload-zone:hover, .upload-zone.dragover {
    border-color: #b58710;
    background: rgba(181, 135, 16, 0.04);
    box-shadow: 0 4px 15px rgba(181, 135, 16, 0.05);
}

.upload-icon {
    font-size: 28px;
    margin-bottom: 4px;
}

.upload-text {
    font-weight: 700;
    color: #222;
    font-size: 14px;
}

.upload-subtext {
    font-size: 11px;
    color: #888;
}

.upload-input-hidden {
    display: none;
}

.upload-file-info {
    margin-top: 12px;
}

.file-info-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #f0f7f4;
    border: 1px solid #c2e0d1;
    border-radius: 12px;
}

.file-icon {
    font-size: 24px;
}

.file-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.file-name {
    font-size: 13px;
    font-weight: 700;
    color: #2b5c43;
    word-break: break-all;
}

.file-size {
    font-size: 11px;
    color: #619678;
    margin-top: 2px;
}

.file-remove-btn {
    background: none;
    border: none;
    color: #ea5455;
    font-size: 16px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s;
}

.file-remove-btn:hover {
    background: rgba(234, 84, 85, 0.1);
}

@media (max-width: 767px) {
    .placement-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   DELIVERY TIMELINE WIDGET STYLING
   ========================================================================== */
.delivery-timeline-widget {
    background: #fff;
    border: 1px solid #f2eeeb;
    border-radius: 16px;
    padding: 20px;
    margin: 25px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.timeline-title {
    font-size: 23px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.timeline-stepper {
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
}

.timeline-step {
    display: flex;
    gap: 16px;
    position: relative;
    padding-bottom: 20px;
}

.timeline-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 24px;
    width: 2px;
    height: calc(100% - 20px);
    background: #eedcc0;
}

.timeline-step.active:not(:last-child)::after {
    background: #b58710;
}

.step-marker {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #eedcc0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
    z-index: 2;
    transition: all 0.3s;
}

.timeline-step.active .step-marker {
    background: #b58710;
    border-color: #b58710;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(181, 135, 16, 0.15);
}

.step-info {
    flex: 1;
}

.step-label {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.step-date {
    font-size: 15px;
    color: #b58710;
    font-weight: 600;
    margin-top: 2px;
}

.step-desc {
    font-size: 14px;
    color: #777;
    margin-top: 2px;
}

/* ==========================================================================
   CRAFTSMANSHIP TRUST GRID STYLING
   ========================================================================== */
.embroidery-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 25px 0;
}

.trust-grid-item {
    display: flex;
    gap: 12px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #f2eeeb;
    border-radius: 12px;
    transition: all 0.25s ease;
}

.trust-grid-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(139, 105, 20, 0.04);
    border-color: rgba(139, 105, 20, 0.15);
}

.trust-grid-icon {
    font-size: 22px;
    line-height: 1;
}

.trust-grid-content h6 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 4px 0;
    letter-spacing: 0.2px;
}

.trust-grid-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 480px) {
    .embroidery-trust-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   STATIC ACCORDIONS STYLING
   ========================================================================== */
.custom-details-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 25px 0;
}

.custom-details-accordion .accordion-item {
    border: 1px solid #f2eeeb;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.custom-details-accordion .accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: #fff;
    border: none;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s;
    font-family: inherit;
}

.custom-details-accordion .accordion-header:hover {
    background-color: #faf8f5;
}

.custom-details-accordion .accordion-header.active {
    background-color: #faf8f5;
    color: #8b6914;
}

.custom-details-accordion .accordion-arrow {
    font-size: 10px;
    color: #999;
    transition: transform 0.2s;
}

.custom-details-accordion .accordion-header.active .accordion-arrow {
    transform: rotate(180deg);
}

.custom-details-accordion .accordion-panel {
    display: none;
    border-top: 0 solid #f2eeeb;
}

.custom-details-accordion .accordion-panel.show {
    display: block;
    border-top-width: 1px;
}

.custom-details-accordion .panel-content {
    padding: 16px 18px;
    font-size: 12px;
    color: #555;
    line-height: 1.5;
}

.custom-details-accordion .panel-content p {
    margin: 0 0 10px 0;
}

.size-mini-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.size-mini-table th, .size-mini-table td {
    padding: 6px 10px;
    text-align: left;
    border-bottom: 1px solid #f2eeeb;
    font-size: 11px;
}

.size-mini-table th {
    font-weight: 700;
    color: #222;
    background: #faf8f5;
}
.trust-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:18px 25px;
    margin-top:20px;
}

.trust-item{
    display:flex;
    align-items:center;
    gap:10px;
    flex:1;
}

.trust-item:not(:last-child){
    border-right:1px solid #eee;
    padding-right:15px;
    margin-right:15px;
}

.trust-icon{
    font-size:24px;
    line-height:1;
}

.trust-item strong{
    display:block;
    font-size:14px;
    font-weight:600;
    line-height:1.2;
}

.trust-item small{
    display:block;
    font-size:12px;
    color:#666;
    margin-top:2px;
}

@media(max-width:768px){

    .trust-bar{
        flex-wrap:wrap;
        gap:15px;
    }

    .trust-item{
        width:calc(50% - 10px);
        border:none !important;
        margin:0 !important;
        padding:0 !important;
    }
}
.safe-checkout-box{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:14px;
    padding:20px;
    margin-top:20px;
}

.checkout-title{
    text-align:center;
    font-size:18px;
    font-weight:700;
    margin-bottom:18px;
}

.payment-icons{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:18px;
}

.payment-icons img{
    height:46px;
    width:auto;
    border-radius:6px;
}

.checkout-features{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    border-top:1px solid #eee;
    padding-top:15px;
}

.feature-item{
    font-size:14px;
    color:#333;
    font-weight:500;
}

@media(max-width:768px){

    .checkout-features{
        gap:10px;
        justify-content:center;
    }

    .feature-item{
        width:45%;
        text-align:center;
    }

}
.bulk-card-v2 {
    background: #ffffff !important;
    border: 1px solid rgba(181, 135, 16, 0.25);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    box-shadow: 0 8px 24px rgba(139, 105, 20, 0.03);
}

.bulk-left {
    flex: 1;
}

.bulk-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.bulk-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(181, 135, 16, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b6914;
    flex-shrink: 0;
}

.bulk-icon svg {
    width: 22px;
    height: 22px;
    fill: #8b6914 !important;
}

.bulk-icon svg path {
    fill: #8b6914 !important;
}

.bulk-head h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.bulk-head p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #666;
}

.bulk-slabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.slab {
    background: #fff;
    border: 1px solid #eedcc0;
    border-radius: 12px;
    text-align: center;
    padding: 8px 6px;
    transition: all 0.25s ease;
}

.slab:hover {
    transform: translateY(-2px);
    border-color: #b58710;
    box-shadow: 0 6px 12px rgba(181, 135, 16, 0.08);
}

.slab span {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.slab strong {
    color: #8b6914;
    font-size: 12px;
    font-weight: 700;
}

.bulk-right {
    width: 180px;
    text-align: center;
}

.bulk-btn {
    display: block;
    background: #8b6914;
    color: #ffffff !important;
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(139, 105, 20, 0.15);
}

.bulk-btn:hover {
    background: #b58710;
    transform: scale(1.02);
    box-shadow: 0 6px 16px rgba(181, 135, 16, 0.25);
}

.bulk-points {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 600;
    color: #2b5c43;
}

.bulk-points span {
    display: block;
}

@media(max-width: 768px){
    .bulk-card-v2 {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }

    .bulk-right {
        width: 100%;
        margin-top: 10px;
    }

    .bulk-slabs {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* ==========================================================================
   CUSTOM PREMIUM PILL-SHAPED BUTTONS & QUANTITY SELECTOR (RSG GOLD)
   ========================================================================== */

/* Main layout row containing Quantity selector and Add to Cart button */
.product-form__quantity-submit {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  padding-top: 10px;
}

.product-form__quantity-submit > div.d-flex.flex-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: 100% !important;
  margin-bottom: 12px !important;
  gap: 12px !important;
}

/* Quantity Selector Container */
.product-form__item--quantity {
  flex: 0 0 120px !important;
  width: 120px !important;
  max-width: 120px !important;
  margin: 0 !important;
}

.product-form__item .js-qty {
  height: 50px !important;
  border: 2px solid #8b6914 !important;
  border-radius: 30px !important;
  background: #ffffff !important;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px !important;
  max-width: 120px !important;
  margin: 0 !important;
}

/* Quantity Selector Input */
.product-form__item .js-qty__input {
  border: none !important;
  background: transparent !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #1c1c1c !important;
  width: 100% !important;
  text-align: center !important;
  pointer-events: none;
}

/* Quantity Selector Minus & Plus Buttons */
.product-form__item .js-qty__adjust {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  width: 35px !important;
  background: transparent !important;
  border: none !important;
  color: #8b6914 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 0 !important;
}

.product-form__item .js-qty__adjust--minus {
  left: 0 !important;
}

.product-form__item .js-qty__adjust--plus {
  right: 0 !important;
}

.product-form__item .js-qty__adjust:hover {
  background-color: rgba(139, 105, 20, 0.08) !important; /* light gold tint */
}

/* Add to Cart Button Wrapper */
.product-form__item--submit {
  flex: 1 1 auto !important;
  width: auto !important;
  margin: 0 !important;
}

/* Add to Cart Button */
.product-form__cart-submit {
  height: 50px !important;
  border-radius: 30px !important;
  background-color: #8b6914 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  border: 2px solid #8b6914 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  letter-spacing: 0.5px !important;
  width: 100% !important;
  white-space: nowrap !important;
  box-shadow: 0 2px 4px rgba(139, 105, 20, 0.1) !important;
}

.product-form__cart-submit:hover {
  background-color: #6b5410 !important;
  border-color: #6b5410 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(139, 105, 20, 0.25) !important;
}

.product-form__cart-submit:active {
  transform: translateY(0);
}

/* Dynamic Buy Now Button Container */
.product-form__buynow {
  margin-top: 12px !important;
  width: 100% !important;
  display: block !important;
}

/* Shopify Dynamic Payment Button */
.product-form__buynow .shopify-payment-button__button--unbranded {
  height: 50px !important;
  border-radius: 30px !important;
  background-color: #8b6914 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  border: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 4px rgba(139, 105, 20, 0.1) !important;
  width: 100% !important;
}

.product-form__buynow .shopify-payment-button__button--unbranded:hover {
  background-color: #6b5410 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(139, 105, 20, 0.25) !important;
}

.product-form__buynow .shopify-payment-button__button--unbranded:active {
  transform: translateY(0) !important;
}

/* Sticky Cart Button */
#js-sticky-btn {
  border-radius: 30px !important;
}

/* Hide fallback options or elements that might overlap */
.product-form__buynow .shopify-payment-button__more-options {
  display: none !important;
}
.ymq-option-swatches-image-container{width:25px !important; height:25px !important; padding:0px !important;}
ymq-option{padding:15px; background-color:#ffffff !important; border:1px solid #cccccc !important; border-radius:15px;}
.product-tag-sale{background-color:#ffa00c !important;}
.jdgm-preview-badge .jdgm-star.jdgm-star.jdgm--off {color: rgb(255 193 0) !important;}
.offer-section {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.offer-box {
  flex: 1;
  padding: 10px;
  border: 1px solid #d8bfab !important;
  text-align: center;
  background: #d8bfab !important;
  border-radius: 6px;
}
.offer-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--primary-bg-color);
  margin-bottom: 2px;
}
.offer-subtext {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--primary-bg-color);
}