/** Shopify CDN: Minification failed

Line 568:0 Unexpected "{"
Line 568:1 Expected identifier but found "%"
Line 570:2 Unexpected "{"
Line 570:3 Expected identifier but found "%"
Line 709:0 Unexpected "{"
Line 709:1 Expected identifier but found "%"
Line 709:48 Unexpected "{"
Line 709:49 Expected identifier but found "%"
Line 819:2 Unexpected "{"
Line 819:3 Expected identifier but found "%"
... and 14 more hidden warnings

**/


.loader-review {
  margin-top:20px;
  font-size:14px;
 
  opacity:1;
  transition:opacity 0.4s ease;
}

.loader-progress-fill {
  height:100%;
  width:0%;
  background:linear-gradient(90deg,#7c3aed,#ec4899);
  transition:width 0.2s ease;
}

/* Optional shimmer effect */
.loader-spinner {
  margin-bottom:20px;
}
  .summary-desc{
    display:none;
  }
  .cancel-btn{
      font-weight: 600;
    margin: 10px 0;
        font-size: 12px;
        cursor:pointer
  }
.crop-modal {
  display: none;   /* hide by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999999;
  padding: 20px;
}

/* MODAL BOX */
.crop-content {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  width: 90%;
max-width: 500px;
    text-align: center;

}

/* CROP AREA */
.crop-area {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin: 15px auto;
}
.crop-area img {
  max-width: 100%;
}

/* BUTTONS */
.crop-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap:10px;
}

.btn-green {
  background: #a856f7;
  color: white;
  padding: 10px 16px;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.cancel-btn:hover{
 text-decoration:underline;
}
.crop-actions button{
    min-width: 130px;
}
.btn-grey {
  border: 2px solid #d6c2ff;
      color: #333;
  background: #fff;
  padding: 10px 16px;
  cursor:pointer;
  border-radius: 12px;
    transition: all 0.25s 
ease;
}

.btn-red {
      border: 2px solid #d6c2ff;
      color: #333;
  background: #fff;
  padding: 10px 16px;
  border-radius: 12px;
    transition: all 0.25s 
ease;
}

  .cropper-crop-box,
.cropper-view-box {
  border: 1px dashed #a856f7 !important; /* green */
  outline-color:transparent!important;
  outline:unset!important;
}

/* Lines on the 4 sides */
.cropper-line {
  background-color: #a856f7 !important;
}

/* Drag handles (corners) */
.cropper-point {
  background-color: #a856f7 !important;
  border: 1px solid #a856f7 !important;
}


.crop-inner {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  max-width: 90vw;
  max-height: 90vh;
}
.crop-btn {
  padding: 10px 18px;
  background: #000;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  margin: 0 10px;
}
.crop-btn.cancel {
  background: #888;
}
.eye-color-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 5px 0;
}

.eye-title {
  font-size: 14px;
  font-weight: 600;
}

.eye-option input {
  display: none;
}

.color-box {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

/* Highlight on hover */
.eye-option:hover .color-box {
  transform: scale(1.05);
}

/* When selected */
.eye-option input:checked + .color-box {
  box-shadow: 0 0 0 5px #8A2BE2;
  transform: scale(1.1);
}

  .story-title{
        font-family: 'Poppins';
    font-size: 14px;
    text-align: center;
    margin:0px;
    padding: 6px 0 0;
  }
  /* FULL-PAGE POPUP */
.prev-icon-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #a856f7; /* updated theme color */
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.12s ease;
  box-shadow: 0 6px 18px rgba(42, 15, 73, 0.28);
}
.page-item {
   
     width: 100% !important;
    text-align: center;
    margin: 0 auto;
}

.prev-icon-btn:hover {
  background: #f4e8ff; /* darker hover version */
  transform: translateY(-1px);
} 
.prev-icon-btn:hover svg path{
stroke:#a856f7;
}

.prev-icon-btn:active {
  transform: translateY(0);
}
.images-grid{
  margin-top: 30px;
  padding-bottom: 30px;
}

/* ensure SVG stays white */
.prev-icon-btn svg { display: block; }
.prev-icon-btn svg path { stroke: currentColor; }
/* Story css*/
.story-grid-label  {
  font-weight: 600;

 
  display: block;
  text-align:center;
}
.story-grid {
  margin: 0 0 20px 0;
  display: flex;
    justify-content: center;
    width:40%;
}

.story-item {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  
  border: 2px solid transparent;
  transition: 0.25s ease;
}

.story-item input {
  display: none;
}

.story-item img {
  width: 100%;
  height: auto;
      border-radius: 6px;
  display: block;
}

.story-item:hover {
  transform: scale(1.03);
}

.story-hover-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  background: rgba(0,0,0,0.65);
  color: white;
  font-size: 14px;
  opacity: 0;
  transition: 0.3s ease;
}

.story-item:hover .story-hover-title {
  opacity: 1;
}

/* Radio checked border highlight */
.story-item img {
  border: 6px solid #8A2BE2;
  box-shadow: 0 0 8px rgba(138,43,226,0.5);
}
.customize-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.customize-modal.show {
  display: flex;
}

/* BACKDROP */
.customize-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* FULLPAGE CUSTOMIZER */
.customize-modal-fullpage {
  width: 100%;
  height: 100%;
  background: #f4e8ff; /* your color */
  backdrop-filter: blur(4px);
  position: relative;
  z-index: 10;

  display: flex;
  justify-content: center;
  padding: 60px 20px;
  overflow-y: auto;

  animation: fadeIn 0.35s ease;
}

/* Center content container */
.customize-steps {
  width: 800px;
  max-width: 95%;
}

/* Step blocks */
.customize-step-1 {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin-bottom: 20px;
  animation: fadeIn 0.4s ease;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.97); }
  to   { opacity: 1; transform: scale(1); }
}
/*Step1 Css */
/* Upload box */
.upload-section {
  margin-bottom: 20px;
}

/* Upload Box */
.upload-box {
      height: 100px;
    
  border: 2px dashed #a856f7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 10px;
}

.upload-box:hover {
  background: #f7eaff;
  border-color: #892de4;
}

/* Inner Content */
.upload-inner {
  text-align: center;
  color: #6a2dbf;
}

.upload-icon {
  font-size: 32px;
  margin-bottom: 6px;
}

.upload-text {
  font-size: 14px;
  font-weight: 500;
}

/* Image Preview */
.image-preview {
  width: 180px;
  height: 180px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #d6c2ff;
}

.image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input:focus-visible{
    outline:0;
    outline-offset:0;
    box-shadow:unset;

}

/* Remove button */
.remove-image-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 26px;
  height: 26px;
  background: #eee;
  color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Form fields */
.form-group {
  margin-bottom: 16px;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
}
.gender-radio-group {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}

/* hide the actual radio button */
.gender-option input[type="radio"] {
  display: none;
}

.gender-option {
  padding: 10px 18px;
  border: 2px solid #d6c2ff;
  border-radius: 12px;
  cursor: pointer;
  background: #fff;
  transition: all 0.25s ease;
  font-weight: 500;
  color: #333;
}

/* hover effect */
.gender-option:hover {
  border-color: #a856f7;
  background: #f6e8ff;
}

/* selected (checked) state styling */
.gender-option input[type="radio"]:checked + span {
  color: #fff;
}

.gender-option input[type="radio"]:checked + span {
  background: none;
}

/* highlight whole pill when selected */
.gender-option input[type="radio"]:checked + span {
  position: relative;
}

.gender-option input[type="radio"]:checked + span {
  color: #a856f7;
}

/* highlight the OUTER container when selected */
.gender-option input[type="radio"]:checked + span {
  font-weight: 600;
}

/* make parent change color */
.gender-option input[type="radio"]:checked ~ span,
.gender-option input[type="radio"]:checked {
  color: #a856f7;
}

.gender-option input[type="radio"]:checked {
  border-color: #a856f7;
}

/* Perfect: highlight parent using :has (supported in Shopify browser versions) */
.gender-option:has(input[type="radio"]:checked) {
  border-color: #a856f7;
  background: #f4e1ff;
}
.image-error {
 color: #b00020;
  font-size: 13px;
 
  display: none;
}
.field-error {
  color: #b00020; /* error color */
  font-size: 13px;
  
  font-weight: 500;
}
.step-block{
  position : relative;
}

.image-info-note {
    font-size: 12px;
    color: #6b6b6b;
    margin-top: 8px;
}
.step-block-icon{
  position: absolute;
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
{% comment %} .step-block-svg {
  margin-bottom :5px;
} {% endcomment %}
/* NEXT BUTTON – THEME STYLED */
.next-step {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: 0.25s ease;
  background: #a856f7; /* light purple disabled state */
  color: #ffffff;
  
}

/* enabled state */
.next-step.enabled {
  background: #a856f7;
  opacity: 1;
  box-shadow: 0 4px 12px rgba(168, 86, 247, 0.35);
}

/* hover when enabled */
.next-step:hover {
  background: #9344df;
  box-shadow: 0 6px 18px rgba(168, 86, 247, 0.55);
}

.page-item {
  text-align: center;
}
body.modal-open {
  overflow: hidden;
}
.page-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden; /* fixes curved border issue */
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.page-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-image-wrapper.locked img {
  filter: blur(3px) brightness(0.8);
}

.locked-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.locked-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
}

.locked-text {
  color: #2a0f49;
  font-weight: 600;
}

.page-number {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}
.upload-section label{
font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

/* small utility */
.sr-only{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0;padding:0;margin:-1px}

/* H2 + info button layout */
.hero-h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative; /* popover absolute inside */
  font-size: 22px;
  line-height: 1.15;
}

/* Info button */
.info-btn{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid rgba(42,15,73,0.08);
  background:#fff;
  cursor:pointer;
  font-weight:700;
  font-size:16px;
  color:#2a0f49;
  transition: transform .12s ease, background .12s ease;
}
.info-btn:focus{ outline: 3px solid rgba(168,86,247,0.18); transform: translateY(-1px); }
.info-btn:hover{ transform: translateY(-1px); }

/* Popover card */
.info-card{
   margin: 20px  0 0;
  max-width: calc(100vw - 32px);
  background: #fff;



}
.upload-box.drag-over {
  border: 2px dashed #4a90e2;
  background-color: #f2f8ff;
}

/* Make hover show on non-touch via CSS */
.hero-h2:hover .info-card,
.hero-h2:focus-within .info-card {
  display: block;
}

/* inner */
{% comment %} .info-card-inner{ padding: 8px; } {% endcomment %}
.info-card-title{ margin: 0 0 6px; color:#1c1c1c; font-weight:600; text-transform:none }
.info-card-sub{ margin: 0 0 12px; font-size:13px; color:#1c1c1cbf }

/* Examples container */
.info-examples{ display:flex; gap:12px; align-items:flex-start; justify-content: space-evenly; }

/* Each example */
.example-item{
  position: relative;
  width: 110px;
  text-align:center;
  font-size:13px;
  color:#2a0f49;
}

.example-item > div > img{
  width: 100%;

  object-fit: cover;
  border-radius: 50%;
  display:block;
  box-shadow: 0 6px 18px rgba(42,15,73,0.08);
  border: 4px solid #b3b3b3;
}

/* Caption */
.example-item figcaption{
  margin-top:8px;
  font-weight:600;
  color:#b3b3b3;
}
.example-item1{
   width: 110px;
  text-align:center;
  font-size:13px;
  color:#2a0f49;
  position: relative;
}
.example-item1-container {
  position: relative;
}
.example-item1 > div > img{
  position: relative;
  width: 100%;
 
  object-fit: cover;
  border-radius: 50%;
  display:block;
  box-shadow: 0 6px 18px rgba(42,15,73,0.08);
  border: 4px solid #39b54a;
}

.example-item1 figcaption{
  margin-top:8px;
  font-weight:600;
  color: #39b54a;
}



.step-block { position: relative; }


.step-block h2 {


  position : relative;
  gap: 10px;
  cursor: default;
  margin:0;

 
}

.info-btn:hover ~ .info-card,
.info-btn:focus + .info-card {
  display: block;
}
.example-badge{
  position: absolute;
  bottom: 6px;
  right: 5px;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.example-badge-img {
  color: white;
  background: white;
  border-radius: 50%;
}
.example-badge2{
  position: absolute;
  bottom: 6px;
  right: 5px;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ensure the img fills the badge */
.example-badge img{
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  {% comment %} display: block; {% endcomment %}
}

/* position parent figure relatively so badge can be absolute */
.example-item, .example-item1 {
  position: relative;
}

.example-text{
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1c1c1cbf;
  line-height: normal !important;
}
.first-text {
  color : #39b54a;
}
.story-summary{
    text-align: center;
    font-size: 12px;
    color: #000;
}

{% comment %} loader code {% endcomment %}


.page-loader{
  {% comment %} height: 300px; {% endcomment %}
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:40px 0;
  gap:20px;
  color:#2a0f49;
  text-align:center;
}

.loader-spinner{
  width:32px;
  height:32px;
  border-radius:50%;
  border:3px solid rgba(168,86,247,0.25);
  border-top-color:#a856f7;
  animation: loader-spin .8s linear infinite;
}

#customizeModal .page-loader .loader-spinner {
  display: inline-block;      /* override any display:none */
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(168, 86, 247, 0.25);
  border-top-color: #a856f7;
  animation: loader-spin 0.8s linear infinite;
  flex-shrink: 0;
}

@keyframes loader-spin{
  to{ transform: rotate(360deg); }
}

.loader-text{
  font-size:14px;
  font-weight:500;
}

.loader-progress-wrapper {
  width: 100%;
  max-width: 460px;
  margin: 12px auto 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 8px;
  box-sizing: border-box;
}

.loader-progress {
  flex: 1 1 auto;
  height: 10px;
  background: rgba(42,15,73,0.08);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.loader-progress-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(168,86,247,0.9), rgba(138,43,226,0.9));
  border-radius: 999px;
  transition: width 0.2s linear;
  will-change: width;
}

.loader-progress-label {
  min-width: 44px;
  text-align: right;
  font-size: 13px;
  color: #4b3a67;
  font-weight: 600;
}

.page-item {
  position: relative;
}

.page-info-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
  z-index: 2; /* overlay ke upar dikhe */
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.page-info-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.page-info-btn svg {
  width: 18px;
  height: 18px;
}

.locked-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

/* PAGE INFO MODAL */
.page-info-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
}

.page-info-modal.show {
  display: flex;
}




.page-info-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);     
}



.summary-desc{
    text-align: center;
    font-size: 12px;
    color: #000;
}
.page-info-dialog {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 16px 16px 20px;
  max-width: 520px;
  width: calc(100vw - 40px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.page-info-title {
  display : none;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #2a0f49;
}

.page-info-image-wrapper {
  margin-top: 12px;
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.page-info-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.page-info-image-wrapper.locked img,
.page-info-image-wrapper.extra-locked img {
  filter: blur(3px) brightness(0.8);
}

.page-info-dialog .locked-overlay {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-info-dialog .locked-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
}

.page-info-dialog .locked-text {
  color: #2a0f49;
  font-weight: 600;
}

.page-info-number {
  {% comment %} display: none; {% endcomment %}
  margin-top: 10px;
  font-size: 13px;
  text-align: right;
  color: #4b3a67;
  font-weight: 500;
}

.page-info-close {
  position: absolute;
  top: 17px;
  right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #f4e8ff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  z-index: 2;
}

.page-info-close:hover {
  background: #e1cffc;
}
.sticky-cart-bar {
  position: sticky;             
  left: 50%;
  bottom: -60px;
z-index: 1100;
  max-width: 920px;
  padding: 15px;                
display: flex;
  justify-content: center;
  pointer-events: auto;
  background:#fff;
 box-shadow: 0 8px 30px rgba(42,15,73,0.12);
  
}
.sticky-inner {
  width: 100%;
  max-width: 920px;

  padding: 10px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.sticky-add-btn.add-softcover{
  border: 3px solid #872edd;
  border-color:#872edd;
  color:#872edd;
  background:#fff;
}


.sticky-add-btn {
  flex: 1 1 60%;
  max-width:320px;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px;
  border: 2px solid rgba(42,15,73,0.08); 
  background: #a856f7;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(42,15,73,0.08);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 120ms ease;
  border-color: rgba(42,15,73,0.06);
  border-radius: 5px;
}
.sticky-buy-btn {
 flex: 1 1 60%;
  max-width:300px;
  min-width: 0;
border-radius: 5px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px;
 border: 2px solid rgba(42,15,73,0.08); 
  background: #a856f7;
      color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(42,15,73,0.08);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 120ms ease;
  border-color: rgba(42,15,73,0.06);
}

.sticky-add-btn .btn-price {
  background: rgba(168,86,247,0.12);
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 800;
  color: #2a0f49;
  font-size: 15px;
  min-width: 84px;
  text-align: center;
}

.sticky-buy-btn .btn-price {
  background: rgba(168,86,247,0.12);
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 800;
  color: #2a0f49;
  font-size: 15px;
  min-width: 84px;
  text-align: center;
}

.sticky-add-btn:hover,
.sticky-add-btn:focus {
  background: #a856f7;      
  color: #fff;
  box-shadow: 0 8px 24px rgba(168,86,247,0.32);
  transform: translateY(-1px);
  outline: none;
}
.sticky-add-btn:hover .btn-price,
.sticky-add-btn:focus .btn-price {
  background: rgba(255,255,255,0.14); 
  color: #fff;
}
.sticky-buy-btn:hover,
.sticky-buy-btn:focus {
  background: #a856f7;      
  color: #fff;
  box-shadow: 0 8px 24px rgba(168,86,247,0.32);
  transform: translateY(-1px);
  outline: none;
}
.sticky-buy-btn:hover .btn-price,
.sticky-buy-btn:focus .btn-price {
  background: rgba(255,255,255,0.14); 
  color: #fff;
}
/* Disabled state */
.sticky-buy-btn[disabled],
.sticky-add-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.pages-grid{
  margin-top : 20px !important;
}

.personalize-btn.sticky-btn{
display: flex;
  justify-content: center;
}

.personalize-btn.sticky-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white; 
  padding: 12px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 999;
}
.sticky-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sticky-btn{
  position: fixed;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .25s ease;
}



@media (min-width:320px) and (max-width:567px){
  .story-grid{
 grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
.eye-color-wrapper{
 flex-wrap: wrap;
}
.story-grid{
width:unset;
}
 .example-item > div > img {
        width: 68px;
        height: 68px;
    }
 .example-item1 > div > img {
 width: 68px;
        height: 68px;
    }

}


@media (min-width:568px) and(max-width:767px){
  .story-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
   .example-item > div > img{
  width:88px;
  height:88px;
  }
 
}
@media (max-width: 720px) {
  .info-examples{
  justify-content:center;
  gap:0px;
  }
  .images-grid{
        margin-top: 10px;
  }
  .sticky-cart-bar{
        bottom: -15px;
  }
 .next-step {
    padding: 18px 12px;
    margin-top:10px;
 }
     .step-block h2 {
        margin: 19px 0 0px;
  
    }
  .example-item1{
    margin-bottom:0px;
      margin-top:0px;
      margin-left:0px;
    margin-right: 40px;
  }
 
  .example-item{
    
    margin: 0px;
  }
  .customize-modal-fullpage{
        padding: 15px 12px;
  }
  
.info-card-title{
      font-size: 15px;
      margin-top:8px;
  }
  .gender-radio-group{
      margin-top: 0px;
  }
  .step-block h2{
        margin: 0 0 0px;
  }
  .prev-icon-btn{
    left: 3px;
    top: 6px;
    width: 30px;
    height: 30px;
  }
  .form-group label{
  margin-bottom:0px;
}
  .form-group {
    margin-bottom: 3px;
}
  .info-card-sub{
        margin: 0 0 0px;
    font-size: 12px;
    line-height: 1.2;
  }
  .info-card{
  margin:0px;
  }
  .image-info-note{
    margin-bottom: 0px;
  }
  .upload-section {
    margin-bottom: 0px;
}
  .customize-step-1{
  padding:12px;
  }
  .sticky-inner {
    flex-direction: column;
    padding: 8px;
  }
  .sticky-add-btn { width: 100%; max-width: none; }
  .sticky-buy-btn { width: 100%; max-width: none; margin-top: 8px; }
  .sticky-buy-btn { padding: 12px; }
}


.sr-only {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden; clip: rect(1px,1px,1px,1px);
  white-space: nowrap; border: 0; padding: 0; margin: -1px;
}


@media (max-width: 420px){
 .customize-step-1{
 padding:12px;
}
}
@media (max-width: 720px){
   .example-item img{ height: 120px }
.example-item1 img{ height: 120px }
   .example-badge{
  position: absolute;
 right: 6px;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
}




@media (max-width: 620px){
 .example-badge{
  position: absolute;
 
  right: 0px ;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
}

@media (max-width: 527px){
  .example-badge{
  width: 20px;
  height: 20px;
}
}

@media (max-width: 474px){
  .example-badge{
  width: 18px;
  height: 18px;
  }
  .example-text{
  margin-top: 10px;
  font-size: 10px;
  color: #4b3a67;
  line-height: normal !important;
  }
}

@media (max-width: 431px){
.example-badge{
   width: 18px;
  height: 18px;
  }
 
}

@media (max-width: 340px){
  .example-badge{
  width: 16px;
  height: 16px;
  }

}

@media (max-width: 319px){
 .example-item1{ width: 50px; flex: 0 0 auto; }
  .example-item1 > img{ height: 50px;width: 50px;  }
  }
 
