

#shopify-section-newsletter {
    background:
        linear-gradient(
            rgba(2,9,11,.72),
            rgba(5,47,51,.78)
        ),
        url(https://juara288mu.com/images/background.jpg);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    margin-bottom: 0;

    border-top: 1px solid rgba(255,211,78,.35);
    border-bottom: 1px solid rgba(0,220,232,.25);

    box-shadow:
        inset 0 0 40px rgba(0,220,232,.08);
}


/* AUTOFILL */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    -webkit-box-shadow:
        0 0 0 50px #031518 inset !important;

    -webkit-text-fill-color:
        #ffffff !important;

    caret-color: #ffd34e;
}


/* NEWSLETTER CONTAINER */
.section-newsletter {
    max-width: 800px;
    margin: auto;
    padding: 50px 0;
    color: #ffffff;
}


/* TITLE */
.section-newsletter h2 {
    font-weight: 700;
    font-size: 24px;
    color: #ffd34e;

    text-shadow:
        0 0 8px rgba(255,211,78,.35),
        0 0 18px rgba(0,220,232,.20);
}


/* =========================================
   EMAIL INPUT
   ========================================= */

.section-newsletter input[type="email"] {
    width: 100%;
    text-align: center;

    border: none;
    border-bottom:
        1px solid #00dce8;

    font-size: 16px;

    color: #ffffff;

    background:
        rgba(2,9,11,.72);

    padding: 12px 15px;

    outline: none;

    box-shadow:
        inset 0 -1px 0 rgba(255,211,78,.15);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.section-newsletter input[type="email"]:focus {
    border-bottom:
        1px solid #ffd34e;

    background:
        rgba(5,47,51,.90);

    box-shadow:
        0 5px 12px rgba(0,220,232,.12),
        inset 0 -1px 0 rgba(255,211,78,.30);
}

.section-newsletter input[type="email"]::placeholder {
    color:
        rgba(255,255,255,.58);
}


/* LABEL */
.section-newsletter .row label {
    font-size: 14px;
    cursor: pointer;
}

.section-newsletter .radio-inline input {
    width: auto;
}


/* =========================================
   NEWSLETTER BUTTON
   ========================================= */

.section-newsletter .btn {
    width: 130px;

    border:
        1px solid #ffd34e;

    border-radius: 7px;

    box-shadow:
        0 0 12px rgba(0,220,232,.25),
        0 0 7px rgba(255,211,78,.15);

    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;

    color: #02090b;

    background:
        linear-gradient(
            135deg,
            #00dce8 0%,
            #008b95 55%,
            #ffd34e 100%
        );

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        filter .2s ease;
}

.section-newsletter .btn:hover {
    transform: translateY(-2px);

    filter: brightness(1.08);

    box-shadow:
        0 0 20px rgba(0,220,232,.45),
        0 0 12px rgba(255,211,78,.30);
}


/* FORM */
.section-newsletter form {
    margin: 30px 0 60px;
}


/* =========================================
   RADIO BUTTON
   ========================================= */

.section-newsletter input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
}

.section-newsletter [type="radio"]:checked + label,
.section-newsletter [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;

    color:
        rgba(255,255,255,.82);
}

.section-newsletter [type="radio"]:checked + label:before,
.section-newsletter [type="radio"]:not(:checked) + label:before {
    content: '';

    position: absolute;
    left: 0;
    top: 0;

    width: 18px;
    height: 18px;

    border:
        1px solid #00dce8;

    border-radius: 100%;

    background:
        #02090b;

    box-shadow:
        0 0 6px rgba(0,220,232,.25);
}

.section-newsletter [type="radio"]:checked + label:after,
.section-newsletter [type="radio"]:not(:checked) + label:after {
    content: '';

    width: 12px;
    height: 12px;

    background:
        linear-gradient(
            135deg,
            #00dce8,
            #ffd34e
        );

    position: absolute;

    top: 3px;
    left: 3px;

    border-radius: 100%;

    box-shadow:
        0 0 8px rgba(0,220,232,.45),
        0 0 5px rgba(255,211,78,.30);

    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.section-newsletter [type="radio"]:not(:checked) + label:after {
    opacity: 0;

    -webkit-transform: scale(0);
    transform: scale(0);
}


/* OPTIONAL NEWSLETTER */
.opt-newsletter {
    display: none;
}


/* =========================================
   FOOTER NEWSLETTER
   ========================================= */

.footer-newsletter p {
    color:
        rgba(255,255,255,.70);
}

.footer-newsletter p a {
    color: #00dce8;

    text-decoration: none;

    border-bottom:
        1px dashed rgba(255,211,78,.55);

    transition:
        color .2s ease,
        text-shadow .2s ease;
}

.footer-newsletter p a:hover {
    color: #ffd34e;

    text-shadow:
        0 0 8px rgba(255,211,78,.30);
}


/* =========================================
   RESPONSIVE NEWSLETTER
   ========================================= */

@media (max-width:991px) {

    #shopify-section-newsletter {
        background-attachment: scroll;
    }

    .section-newsletter h2 {
        font-size: 32px;
    }

    .section-newsletter input {
        width: 300px;
        font-size: 14px;
    }

    .section-newsletter {
        padding: 50px 20px;
    }
}

@media (max-width:480px) {

    .section-newsletter input[type="email"] {
        font-size: 16px;
    }
}


/* =========================================
   FOOTER ICON
   ========================================= */

.icon-img-footer {
    width: 80px;
    padding: 0px 5px;

    filter:
        drop-shadow(
            0 0 4px rgba(0,220,232,.15)
        );
}

@media (min-width:768px) {
    .icon-img-footer {
        width: 120px;
    }
}

@media (min-width:992px) {
    .icon-img-footer {
        width: 120px;
    }
}


/* =========================================
   LOGIN + REGISTER GRID
   ========================================= */

.button-login-daftar {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    font-weight: 700;

    background: #02090b;

    border-top:
        1px solid rgba(255,211,78,.30);

    border-bottom:
        1px solid rgba(0,220,232,.30);
}

.button-login-daftar a {
    text-align: center;
    text-decoration: none;
}


/* BASE BUTTON */
.login,
.register {
    padding: 15px 10px;
    font-size: 23px;

    transition:
        transform .2s ease,
        filter .2s ease,
        box-shadow .2s ease;
}


/* =========================================
   LOGIN
   CYAN DOMINANT
   ========================================= */

.login,
.login-button {
    background:
        linear-gradient(
            to bottom,
            #00e7f2 0%,
            #00b8c2 48%,
            #007d86 100%
        );

    border:
        2px solid #ffd34e;

    color:
        #02090b;

    text-shadow:
        0 1px 1px rgba(255,255,255,.35);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.30),
        0 0 12px rgba(0,220,232,.30);
}


/* =========================================
   REGISTER / DAFTAR
   GOLD DOMINANT
   ========================================= */

.register,
.register-button {
    background:
        linear-gradient(
            to bottom,
            #ffe477 0%,
            #ffd34e 42%,
            #d4a514 72%,
            #9d7200 100%
        );

    border:
        2px solid #00dce8;

    color:
        #02090b;

    text-shadow:
        0 1px 1px rgba(255,255,255,.40);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.40),
        0 0 12px rgba(255,211,78,.30);
}


/* LOGIN HOVER */
.login:hover,
.login-button:hover {
    filter: brightness(1.12);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.35),
        0 0 20px rgba(0,220,232,.55),
        0 0 10px rgba(255,211,78,.25);
}


/* REGISTER HOVER */
.register:hover,
.register-button:hover {
    filter: brightness(1.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.45),
        0 0 20px rgba(255,211,78,.50),
        0 0 10px rgba(0,220,232,.25);
}


/* CLICK EFFECT */
.login:active,
.register:active,
.login-button:active,
.register-button:active {
    transform: scale(.98);
}


/* =========================================
   MOBILE BUTTON
   ========================================= */

@media (max-width:480px) {

    .login,
    .register {
        padding: 12px 8px;
        font-size: 18px;
    }
}


.stamped-review-header-title,
.stamped-review-header .author,
.stamped-review-content-body,
.stamped-sort-select,
.stamped-review-header .verified-badge[data-type=buyer]:after,
.stamped-review-header-byline,
.stamped-review-reply-body {
    font-size: 14px !important;
    font-family: 'Barlow', sans-serif !important;
}

.stamped-review {
    margin-bottom: 0;
    color: #ffffff;
}

.stamped-review-body {
    padding-left: 65px;
}

.stamped-review:first-child {
    padding-top: 25px;
}

.stamped-review-content {
    clear: none;
}

/* ==============================
   REVIEW TEXT
   ============================== */

.stamped-review-content-body {
    color: rgba(255, 255, 255, .90) !important;
    line-height: 1.65;
}

.stamped-review-header .author {
    text-transform: capitalize;
    color: #ffd34e !important;
    font-weight: 700;

    text-shadow:
        0 0 7px rgba(255, 211, 78, .25);
}

.stamped-review-header-byline {
    color: rgba(255, 255, 255, .65) !important;
}

/* VERIFIED BUYER */
.stamped-review-header .verified-badge[data-type=buyer]:after {
    color: #00dce8 !important;

    text-shadow:
        0 0 6px rgba(0, 220, 232, .30);
}


/* ==============================
   REVIEW REPLY
   ============================== */

.stamped-review-reply {
    margin: 15px 0 0 65px;

    background:
        linear-gradient(
            135deg,
            #02090b 0%,
            #052f33 55%,
            #063b40 100%
        ) !important;

    border-left:
        3px solid #ffd34e !important;

    border-radius: 8px;

    box-shadow:
        inset 0 0 18px rgba(0, 220, 232, .05),
        0 0 12px rgba(0, 220, 232, .10);
}

.stamped-review-reply-body {
    padding-left: 65px;
    color: rgba(255, 255, 255, .88) !important;
}


/* QUESTIONS */
.stamped-questions .stamped-review-content {
    padding-left: 65px;
}


/* ==============================
   SORT SELECT
   ============================== */

.stamped-sort-select {
    color: #ffffff !important;

    background:
        #052f33 !important;

    border:
        1px solid rgba(255, 211, 78, .45) !important;

    border-radius: 6px;

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.stamped-sort-select:focus {
    border-color:
        #00dce8 !important;

    box-shadow:
        0 0 10px rgba(0, 220, 232, .22);
}

.stamped-sort-select option {
    color: #ffffff;
    background: #02090b;
}


/* ==============================
   PAGINATION
   ============================== */

.stamped-pagination {
    margin: 20px 0 0;
}

.stamped-pagination li {
    position: initial !important;
    display: inline-block;
    position: relative;

    vertical-align: middle;
    text-decoration: none;

    -webkit-tap-highlight-color: transparent;

    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background:
        #02090b;

    text-transform: none;

    color:
        #ffffff;

    font-weight: 400;

    -webkit-transition:
        background .1s ease,
        box-shadow .1s ease,
        color .1s ease;

    transition:
        background .1s ease,
        box-shadow .1s ease,
        color .1s ease;

    border:
        1px solid rgba(0, 220, 232, .35);

    border-right:
        none;

    margin-bottom: 0;
}


/* PAGINATION LINK */
.stamped-pagination li a {
    color:
        #ffffff !important;

    padding:
        13px 18px;

    vertical-align: middle;
    display: block;

    transition:
        background .2s ease,
        color .2s ease,
        box-shadow .2s ease;
}


/* ACTIVE PAGE */
.stamped-pagination li.active a {
    background:
        linear-gradient(
            135deg,
            #00dce8,
            #008b95
        ) !important;

    color:
        #02090b !important;

    font-weight:
        700;

    box-shadow:
        inset 0 0 10px rgba(255, 255, 255, .10),
        0 0 10px rgba(0, 220, 232, .25);
}


/* HOVER */
.stamped-pagination li:hover a {
    background:
        #063b40 !important;

    color:
        #ffd34e !important;
}


/* NEXT BORDER */
.stamped-pagination .next {
    border-right:
        1px solid rgba(255, 211, 78, .45);
}


/* FIRST / LAST */
.stamped-pagination li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.stamped-pagination li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

    border-right:
        1px solid rgba(0, 220, 232, .35);
}


/* ==============================
   QUESTION PAGINATION
   ============================== */

#stamped-pagination-question span.page {
    display: inline-block;

    border:
        1px solid rgba(0, 220, 232, .35);

    width:
        47px;

    background:
        #02090b;

    color:
        #ffffff;
}

#stamped-pagination-question span {
    font-size:
        14px;
}


/* ACTIVE QUESTION PAGE */
#stamped-pagination-question .page.active {
    padding:
        12px;

    font-weight:
        700;

    background:
        linear-gradient(
            135deg,
            #00dce8,
            #008b95
        ) !important;

    color:
        #02090b !important;

    border-color:
        #ffd34e;

    box-shadow:
        0 0 10px rgba(0, 220, 232, .25);
}


/* QUESTION LINKS */
#stamped-pagination-question a,
#stamped-pagination-question .page.active {
    color:
        #ffffff;

    padding:
        13px 18px;

    vertical-align:
        middle;

    display:
        inline-block;
}

#stamped-pagination-question a:hover {
    color:
        #ffd34e;
}


/* PAGINATION DOT / DECORATION */
.stamped-pagination-deco {
    color:
        #ffd34e;

    padding:
        12px;

    width:
        47px;

    vertical-align:
        middle;

    display:
        inline-block;

    border:
        1px solid rgba(255, 211, 78, .35);

    background:
        #031518;
}


/* PREVIOUS / NEXT */
.stamped-pagination-prev,
.stamped-pagination-next {
    position:
        inherit;
}

.stamped-pagination-prev a,
.stamped-pagination-next a {
    width:
        auto !important;

    border:
        1px solid rgba(0, 220, 232, .40) !important;

    background:
        linear-gradient(
            135deg,
            #02090b,
            #052f33
        );

    color:
        #ffffff !important;

    transition:
        .2s ease;
}

.stamped-pagination-prev a:hover,
.stamped-pagination-next a:hover {
    border-color:
        #ffd34e !important;

    background:
        #063b40;

    color:
        #ffd34e !important;

    box-shadow:
        0 0 10px rgba(0, 220, 232, .20);
}


/* ==============================
   OPTIONAL STAR COLOR
   ============================== */

.stamped-fa-star,
.stamped-fa-star-o,
.stamped-fa-star-half-o {
    color:
        #ffd34e !important;

    text-shadow:
        0 0 5px rgba(255, 211, 78, .25);
}


/* ==============================
   MOBILE
   ============================== */

@media (max-width: 480px) {

    .stamped-review-reply {
        margin-left:
            0 !important;
    }

    select.stamped-sort-select {
        font-size:
            13px !important;
    }
}


/* ==============================
   KEEP CONTENT VISIBLE
   ============================== */

#product-reviews .stamped-summary-ratings,
#product-reviews .stamped-summary-actions,
.stamped-content {
    display:
        block !important;
}
