/** Shopify CDN: Minification failed

Line 147:6 Expected ":"

**/
/* ============================================================
   CUSTOM: stiluri pentru pagina /pages/whatsapp (checkout custom)
   Folosit doar in templates/page.whatsapp.liquid.
   ============================================================ */

body {
    background:#f7f7f7;
    margin:0;
    padding:0;
    letter-spacing: 0.06rem;
    line-height: calc(1 + 0.8 / 1.0);
    font-family: Assistant, sans-serif;
    font-style: normal;
    font-weight: 100;
}
.container {
    max-width:600px;
    margin:40px auto;
    padding:30px;
    background:white;
    border-radius:12px;
    box-shadow:0 4px 12px rgba(0,0,0,0.1);
    box-sizing:border-box;
}
h2 {
    text-align:center;
    margin-bottom:30px;
    color:#333;
}
form {
    display:flex;
    flex-direction:column;
    gap:15px;
}
input,button {
    width:100%;
    box-sizing:border-box;
}
input {
    padding:12px 15px;
    border:1px solid #ccc;
    border-radius:6px;
    font-size:16px;
}

.whatsapp-border {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background:#00E676;
    background:linear-gradient(90deg,rgba(30,190,165,1) 0%,rgba(0,230,118,1) 35%);
    width:100%;
    height:48px;
    border-radius:50px;
}

.whatsapp {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:97.5%;
    height:40px;
    padding:14px 24px;
    background: white;
    color:black;
    border:none;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:background 0.3s;
    text-align:center;
    text-decoration:none;
}

.instagram-border {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background:#F9CE34;
    background:linear-gradient(90deg,rgba(249,206,52,1) 0%,rgba(238,42,123,1) 50%,rgba(98,40,215,1) 100%);
    width:100%;
    height:48px;
    border-radius:50px;
}

.instagram {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:97.5%;
    height:40px;
    padding:14px 24px;
    background: white;
    color:black;
    border:none;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:background 0.3s;
    text-align:center;
    text-decoration:none;
}

.copyTextAreaButton {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height: 45px;
    padding:14px 24px;
    background:rgb(0,0,0);
    color:white;
    border:none;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:background 0.3s;
    text-align:center;
    text-decoration:none;
    margin-bottom: 1em;
}

@media screen and (max-width:480px) {
    .container {
    width:90%;
    margin:20px auto;
    padding:20px;
}
input,button {
    font-size:15px;
    padding:10px 12px;
}
}

.pop-up-instagram-container {
  position: absolute;
  display: none;
  top: 0;
  left 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 10;
}

.close-popup {
    position: absolute;
    right: 12.5px;
    top: 2.5px;
    cursor: pointer;
    font-size: 24px;
    background: none;
    border: none;
    width: 24px;
    height: 24px;
}

.pop-up-instagram {
    flex-direction: column;
    z-index: 9999;
    position: fixed;
    display: none;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 25px;
    width: 90%;
    z-index: 9999;
    border-radius: 12px;
    height: 66vh;
    width: 78vw;
    overflow: hidden;
}

.pop-up-instagram-content {
    overflow-y: scroll;
}

.pop-up-instagram-content::-webkit-scrollbar {
    width: 0.35em;
    height: 3px;
}

.pop-up-instagram-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.order-textarea-instagram {
    border-radius: 10px;
    border: 1.5px solid rgba(0, 0, 0, 0.35);
    width: 70vw;
    height: 30vh;
    resize: none;
}
