/*
Theme Name: Juba Shop
Theme URI: https://shop.jubaopen.fun
Author: JubaOpen
Description: STARFILL-inspired storefront theme for WooCommerce.
Version: 0.5.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: juba-shop
*/

html,
body {
    margin: 0;
    padding: 0;
}

/* Keep every product artwork clipped to the same soft corners as the source
   storefront, including the low/high resolution image swap. */
._card_1vi88_1._image_1edc4_11 {
    overflow: hidden !important;
    border-radius: 8px !important;
    isolation: isolate;
}
._card_1vi88_1._image_1edc4_11 > div,
._card_1vi88_1._image_1edc4_11 img {
    border-radius: inherit !important;
}
a[class*="_linkWrapper_14g6x_"] > div {
    overflow: hidden;
    border-radius: 10px;
}
.woocommerce ul.products li.product,
.woocommerce ul.products li.product img,
.wc-block-grid__product-image,
.wc-block-grid__product-image img {
    overflow: hidden;
    border-radius: 10px !important;
}

.juba-language-dialog {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(0, 38, 34, .58);
}
.juba-language-panel { width: min(560px, 100%); max-height: 80vh; overflow: auto; padding: 24px; border-radius: 16px; background: #fff; color: #003b35; box-shadow: 0 18px 60px rgba(0,0,0,.22); }
.juba-language-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.juba-language-head h2 { margin: 0; font-size: 24px; }
.juba-language-close { border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.juba-language-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.juba-language-grid a { padding: 13px 15px; border: 1px solid #d7e0de; border-radius: 10px; color: #003b35; text-decoration: none; font-weight: 600; }
.juba-language-grid a:hover, .juba-language-grid a[aria-current="true"] { border-color: #003b35; background: #edf3f1; }
html[dir="rtl"] body { direction: rtl; }
body.juba-menu-open { overflow: hidden; touch-action: none; }
.juba-mobile-menu { position: fixed; inset: 0; z-index: 110000; pointer-events: none; }
.juba-mobile-menu__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0,35,31,.48); opacity: 0; transition: opacity .22s ease; }
.juba-mobile-menu__drawer { position: absolute; inset: 0 auto 0 0; width: min(88vw, 360px); overflow-y: auto; background: #fff; color: #003b35; box-shadow: 12px 0 36px rgba(0,32,28,.18); transform: translateX(-102%); transition: transform .22s ease; }
.juba-mobile-menu.is-open { pointer-events: auto; }
.juba-mobile-menu.is-open .juba-mobile-menu__backdrop { opacity: 1; }
.juba-mobile-menu.is-open .juba-mobile-menu__drawer { transform: translateX(0); }
.juba-mobile-menu__head { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; gap: 14px; min-height: 62px; padding: 0 18px; border-bottom: 1px solid #dce5e3; background: #fff; }
.juba-mobile-menu__head strong { font-size: 21px; letter-spacing: -.04em; }
.juba-mobile-menu__close { display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 1px solid #cbd8d5; border-radius: 50%; background: #f3f6f5; color: #003b35; font-size: 28px; line-height: 1; cursor: pointer; }
.juba-mobile-menu__body { padding: 14px 18px 28px; }
.juba-mobile-menu__label { margin: 18px 0 7px; color: #6a7d79; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.juba-mobile-menu__body a, .juba-mobile-menu__language { display: flex; width: 100%; min-height: 50px; box-sizing: border-box; align-items: center; justify-content: space-between; padding: 0 4px; border: 0; border-bottom: 1px solid #edf1f0; background: transparent; color: #003b35; text-align: left; text-decoration: none; font: inherit; font-size: 16px; font-weight: 650; cursor: pointer; }
.juba-mobile-menu__body b { color: #728682; font-size: 23px; font-weight: 400; }
@media (min-width: 783px) { .juba-mobile-menu { display: none; } }
.juba-template-notices { position: fixed; z-index: 100000; top: 18px; left: 50%; width: min(620px, calc(100% - 28px)); transform: translateX(-50%); }
.juba-template-notices ul { margin: 0; padding: 14px 18px; list-style: none; border: 1px solid #e0a2a2; border-radius: 10px; background: #fff3f3; color: #8b1f1f; box-shadow: 0 10px 35px rgba(0,0,0,.16); font-weight: 600; }

.juba-commerce-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #dfe7e5; background: rgba(255,255,255,.97); backdrop-filter: blur(10px); }
.juba-commerce-header__inner { max-width: 1320px; min-height: 66px; margin: auto; padding: 0 24px; display: flex; align-items: center; gap: 24px; }
.juba-commerce-logo img { display: block; width: auto; max-width: 130px; }
.juba-commerce-search { flex: 1; display: flex; height: 40px; border: 1px solid #ccd8d5; border-radius: 9px; overflow: hidden; background: #f8faf9; }
.juba-commerce-search input { min-width: 0; flex: 1; padding: 0 14px; border: 0; outline: 0; background: transparent; color: #003b35; }
.juba-commerce-search button { width: 44px; border: 0; background: transparent; color: #003b35; font-size: 22px; cursor: pointer; }
.juba-commerce-actions, .juba-commerce-nav { display: flex; align-items: center; gap: 18px; }
.juba-commerce-actions a, .juba-commerce-actions button, .juba-commerce-nav a { border: 0; background: transparent; color: #003b35; font: inherit; font-weight: 600; text-decoration: none; cursor: pointer; }
.juba-commerce-nav { max-width: 1320px; height: 42px; margin: auto; padding: 0 24px; border-top: 1px solid #edf1f0; }

/* Keep review compose out of the score/histogram flex row */
.juba-review-compose {
  display: block;
  width: 100%;
  flex: 0 0 100%;
  margin: 4px 0 8px;
  color: #003b35;
}
.juba-review-compose__panel {
  border: 1px solid #e1e8e6;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.juba-review-compose__toggle {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  user-select: none;
}
.juba-review-compose__toggle::-webkit-details-marker { display: none; }
.juba-review-compose__toggle::after {
  content: "+";
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #edf4f2;
  color: #003b35;
  display: grid;
  place-items: center;
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}
.juba-review-compose__panel[open] .juba-review-compose__toggle {
  border-bottom: 1px solid #eef2f1;
}
.juba-review-compose__panel[open] .juba-review-compose__toggle::after { content: "–"; }
.juba-review-form {
  max-width: none;
  margin: 0;
  padding: 16px 18px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #003b35;
}
.juba-review-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 12px;
  margin: 0 0 12px;
}
.juba-review-form label { display: block; margin: 0 0 12px; font-size: 14px; font-weight: 600; }
.juba-review-form__row label { margin: 0; }
.juba-review-form input,
.juba-review-form select,
.juba-review-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #cbd8d5;
  border-radius: 8px;
  font: inherit;
  font-weight: 400;
  box-sizing: border-box;
  background: #fff;
}
.juba-review-form button {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  background: #003b35;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.juba-review-notice {
  margin: 0 0 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #edf8f5;
  color: #003b35;
  font-weight: 600;
}
@media (max-width: 640px) {
  .juba-review-form__row { grid-template-columns: 1fr; }
}
.juba-legal { background: #f3f5f4; min-height: 70vh; }
.juba-legal__article { max-width: 860px; margin: 0 auto; padding: 48px 20px 72px; color: #001a18; }
.juba-legal__crumb { margin: 0 0 16px; }
.juba-legal__crumb a { color: #6b7875; font-size: 13px; text-decoration: none; }
.juba-legal__article h1 { margin: 0 0 8px; font-size: 34px; font-weight: 800; letter-spacing: -.03em; }
.juba-legal__meta { margin: 0 0 28px; color: #6b7875; font-size: 14px; }
.juba-legal__body { font-size: 15px; line-height: 1.65; color: #4b5756; }
.juba-legal__body h2 { margin: 28px 0 12px; font-size: 20px; font-weight: 800; color: #001a18; }
.juba-legal__body p, .juba-legal__body li { margin: 0 0 12px; }
.juba-legal__body ul, .juba-legal__body ol { padding-left: 1.2em; margin: 0 0 16px; }
.juba-legal__body a { color: #ff3257; font-weight: 600; text-decoration: none; }
.juba-legal__body a:hover { text-decoration: underline; }
.juba-legal__body details { background: #fff; border: 1px solid #eef1f0; border-radius: 14px; padding: 16px 20px; margin: 0 0 10px; }
.juba-legal__body summary { cursor: pointer; font-weight: 700; color: #001a18; list-style: none; }
.juba-legal__body details p { margin-top: 10px; }
.juba-legal__tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin: 0 0 32px; }
.juba-legal__tile { display: block; background: #fff; border: 1px solid #eef1f0; border-radius: 16px; padding: 20px 22px; text-decoration: none !important; }
.juba-legal__tile strong { display: block; color: #001a18; font-size: 16px; margin-bottom: 4px; }
.juba-legal__tile span { color: #6b7875; font-size: 13px; font-weight: 500; }

.juba-commerce-footer { border-top: 1px solid #c5cbc9; background: #dee3e1; color: #003b35; }
.juba-commerce-footer__inner { max-width: 1320px; margin: 0 auto; padding: 36px 24px 28px; }
.juba-commerce-footer__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-bottom: 28px; }
.juba-commerce-footer h4 { margin: 0 0 10px; font-size: 15px; font-weight: 700; }
.juba-commerce-footer a { display: block; margin: 0 0 8px; color: #525755; text-decoration: none; font-size: 14px; }
.juba-commerce-footer a:hover { text-decoration: underline; color: #003b35; }
.juba-commerce-footer__copy { margin: 0; padding-top: 18px; border-top: 1px solid #c5cbc9; color: #525755; font-size: 13px; }
.juba-commerce-footer__copy a { display: inline; margin: 0 4px; }
@media (max-width: 720px) {
    .juba-commerce-footer__grid { grid-template-columns: 1fr 1fr; gap: 18px; }
    .juba-legal__article h1 { font-size: 28px; }
}

.woocommerce main.site-main, .woocommerce-page main.site-main, body.search main { max-width: 1320px; min-height: 62vh; margin: 0 auto; padding: 42px 24px 70px; color: #003b35; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; margin-top: 28px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 14px; border: 1px solid #e1e8e6; border-radius: 12px; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,45,40,.08); }
.woocommerce ul.products li.product img { border-radius: 8px; background: #f3f6f5; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #003b35; font-size: 16px; line-height: 1.3; }
.woocommerce ul.products li.product img { width: 100%; aspect-ratio: 350/212; object-fit: contain; }
.woocommerce ul.products, .woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li { list-style: none; }
.woocommerce nav.woocommerce-pagination ul { display: inline-flex; overflow: hidden; padding: 0; border: 1px solid #d8e2df; border-radius: 9px; }
.woocommerce nav.woocommerce-pagination ul li { margin: 0; border-right: 1px solid #d8e2df; }
.woocommerce nav.woocommerce-pagination ul li:last-child { border-right: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { display: grid; min-width: 40px; height: 40px; place-items: center; padding: 0; text-decoration: none; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: #003b35; color: #fff; }
.woocommerce .widget-area, .woocommerce-page .widget-area,
.woocommerce #sidebar, .woocommerce-page #sidebar { display: none !important; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 999px; background: #003b35; color: #fff; }
.woocommerce a.button:hover, .woocommerce button.button:hover { background: #005a51; color: #fff; }
.woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon { border-color: #d8e2df; border-radius: 14px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select { min-height: 44px; padding: 10px 12px; border: 1px solid #cbd8d5; border-radius: 8px; }
.woocommerce table.shop_table { border-color: #d8e2df; border-radius: 12px; }
.woocommerce-message, .woocommerce-info { border-top-color: #00a88f; background: #edf8f5; }

/* Account screens use the same centered card, spacing and controls as the
   archived storefront while WooCommerce continues to own authentication. */
body.woocommerce-account { background: #f3f5f4; }
body.woocommerce-account .juba-account-main {
    width: 100%;
    max-width: 1180px !important;
    min-height: calc(100vh - 190px) !important;
    padding: 64px 24px 88px !important;
}
body.woocommerce-account .juba-account-main > article { margin: 0; }
body.woocommerce-account .juba-account-main > article > .woocommerce { width: 100%; }
.juba-account-welcome { margin: 0 0 24px; text-align: center; }
.juba-account-welcome h1 { margin: 0 0 10px; color: #002f2c; font-size: 26px; line-height: 1.15; }
.juba-account-welcome p { margin: 0; color: #63736f; font-size: 14px; }
body.woocommerce-account:not(.logged-in) .juba-account-main > article > .woocommerce {
    width: min(100%, 440px);
    margin: 0 auto;
    padding: 32px;
    border: 1px solid #dce4e2;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0, 47, 44, .08);
}
body.woocommerce-account:not(.logged-in) .woocommerce > h2 { display: none; }
body.woocommerce-account .woocommerce form.login {
    margin: 0;
    padding: 0;
    border: 0;
}
body.woocommerce-account .woocommerce form.login .form-row { margin: 0 0 18px; padding: 0; }
body.woocommerce-account .woocommerce form.login label {
    display: block;
    margin: 0 0 7px;
    color: #002f2c;
    font-size: 14px;
    font-weight: 650;
}
body.woocommerce-account .woocommerce form.login input.input-text {
    width: 100%;
    height: 46px;
    padding: 0 13px;
    border: 1px solid #cbd7d4;
    border-radius: 8px;
    background: #fff;
    color: #002f2c;
    font-size: 16px;
    outline: 0;
}
body.woocommerce-account .woocommerce form.login input.input-text:focus {
    border-color: #006c62;
    box-shadow: 0 0 0 2px rgba(0, 108, 98, .14);
}
body.woocommerce-account .woocommerce-form-login__rememberme {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    margin: 0 0 16px !important;
    color: #526561 !important;
    font-weight: 500 !important;
}
body.woocommerce-account .woocommerce-form-login__submit {
    float: none !important;
    width: 100%;
    min-height: 46px;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #003b35 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
}
body.woocommerce-account .woocommerce-LostPassword { margin: 18px 0 0; text-align: center; }
body.woocommerce-account .woocommerce-LostPassword a { color: #315e59; font-size: 13px; }
body.woocommerce-account.logged-in .juba-account-main > article > .woocommerce {
    display: block;
}
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 12px;
    border: 1px solid #dce4e2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 47, 44, .05);
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
body.woocommerce-account .woocommerce-MyAccount-navigation li { margin: 2px 0; list-style: none; }
body.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 11px 13px;
    border-radius: 9px;
    color: #31524e;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active > a {
    background: #e8f1ef;
    color: #002f2c;
}
body.woocommerce-account .woocommerce-MyAccount-content {
    min-height: 300px;
    padding: 30px;
    border: 1px solid #dce4e2;
    border-radius: 14px;
    background: #fff;
    color: #27413d;
    box-shadow: 0 8px 24px rgba(0, 47, 44, .05);
}
body.woocommerce-account .woocommerce-MyAccount-content a { color: #006c62; }
body.woocommerce-account .woocommerce-MyAccount-content p { line-height: 1.65; }

@media (max-width: 700px) {
    body.woocommerce-account .juba-account-main { padding: 32px 14px 56px !important; }
    body.woocommerce-account:not(.logged-in) .juba-account-main > article > .woocommerce { padding: 24px 20px; }
    body.woocommerce-account.logged-in .juba-account-main > article > .woocommerce { grid-template-columns: 1fr; gap: 16px; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
    body.woocommerce-account .woocommerce-MyAccount-navigation a { padding: 10px; font-size: 14px; }
    body.woocommerce-account .woocommerce-MyAccount-content { min-height: 0; padding: 22px 18px; }
}

@media (max-width: 900px) {
    .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .juba-commerce-header__inner { flex-wrap: wrap; gap: 12px; padding-top: 12px; padding-bottom: 12px; }
    .juba-commerce-search { order: 3; flex-basis: 100%; }
    .juba-commerce-actions { margin-left: auto; gap: 10px; }
    .juba-commerce-nav { overflow-x: auto; white-space: nowrap; }
}

@media (max-width: 520px) {
    .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 10px; }
    .woocommerce main.site-main, .woocommerce-page main.site-main, body.search main { padding: 26px 14px 50px; }
    .juba-commerce-header__inner, .juba-commerce-nav { padding-left: 14px; padding-right: 14px; }
    .juba-commerce-actions a:first-of-type { display: none; }
    .juba-commerce-logo img { max-width: 112px; height: auto; }
    .juba-commerce-header__inner { min-height: 52px; gap: 10px; }
    .juba-commerce-search { height: 38px; }
    .juba-commerce-nav { height: 40px; gap: 18px; scrollbar-width: none; }
    .juba-commerce-nav::-webkit-scrollbar { display: none; }
    .juba-commerce-actions { font-size: 14px; }
    .woocommerce main.site-main,
    .woocommerce-page main.site-main,
    body.woocommerce main#main,
    body.woocommerce-page main#main { padding: 28px 16px 56px !important; min-height: 65vh !important; }
    .woocommerce main#main > article > h1,
    .woocommerce-page main#main > article > h1 { margin: 0 0 24px; font-size: 30px; line-height: 1.1; }
    .woocommerce .cart-empty { margin: 54px 0 20px; padding: 0; text-align: center; border: 0; background: transparent; font-size: 18px; font-weight: 700; }
    .woocommerce .return-to-shop { text-align: center; }
    .woocommerce .return-to-shop .button { min-height: 44px; display: inline-flex; align-items: center; padding: 0 24px; }
    .woocommerce table.shop_table_responsive tr { padding: 12px 0; border-bottom: 1px solid #dbe4e2; }
    .woocommerce form.checkout { font-size: 15px; }
    .juba-template-shell button,
    .juba-template-shell a[class*="_button_"] { touch-action: manipulation; }
}

body.admin-bar .juba-template-shell {
    padding-top: 32px;
}

@media (max-width: 767px) {
    .juba-template-shell { margin-top: 0 !important; }
    ._container_1j1hc_1 { display: none !important; }
    button[class*="_hamburger_"] {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        margin-left: -9px !important;
        margin-right: 0 !important;
        transform: none;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #003b35 !important;
    }
    ._headerMobileNav_7d1a8_1 {
        gap: 12px !important;
        overflow-x: auto;
        scrollbar-width: none;
    }
    ._logoAndIcons_1doyk_21 ._wrapper_1s256_1 { transform: none; }
    ._logoAndIcons_1doyk_21 ._logo_1doyk_21 img {
        width: 113px !important;
        height: 26px !important;
        object-fit: contain;
    }
    ._headerMobileNav_7d1a8_1::-webkit-scrollbar { display: none; }
    ._headerMobileNav_7d1a8_1 a,
    ._headerMobileNav_7d1a8_1 a span {
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: -.01em;
    }
    ._headerMobileNav_7d1a8_1 a[data-nav-page="gift_cards"] { order: 1; }
    ._headerMobileNav_7d1a8_1 a[data-nav-page="esims"] { order: 2; }
    ._headerMobileNav_7d1a8_1 a[data-nav-page="refills"] { order: 3; }
    ._headerMobileNav_7d1a8_1 a[data-nav-page="payment-cards"] { order: 4; }
}
.juba-reviews { background:#f3f5f4; color:#002f35; padding:44px clamp(38px,4.65vw,60px) 24px; margin-bottom:-40px; }
.juba-reviews-inner { max-width:1280px; margin:auto; }
.juba-reviews h2 { text-align:center; font-size:30px; line-height:1.2; margin:0 0 8px; font-weight:750; }
.juba-reviews-platforms { display:flex; justify-content:center; align-items:center; gap:24px; font-size:11px; font-weight:600; margin-bottom:44px; }
.juba-reviews-platforms b { display:inline-grid; place-items:center; width:20px; height:20px; margin-right:3px; color:#00b67a; font-size:22px; vertical-align:middle; }
.juba-score-app b { border-radius:4px; background:#1685f8; color:#fff; font-size:13px; }
.juba-score-play b { color:#00bd83; font-size:18px; }
.juba-reviews-carousel { position:relative; }
.juba-reviews-track { display:flex; gap:18px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }
.juba-reviews-track::-webkit-scrollbar { display:none; }
.juba-review-card { box-sizing:border-box; flex:0 0 calc((100% - 54px)/4); min-width:0; min-height:216px; padding:12px; background:#fff; border:1px solid #d9dfdd; border-radius:10px; display:flex; flex-direction:column; scroll-snap-align:start; font-size:12px; line-height:1.5; }
.juba-review-person { display:flex; gap:9px; align-items:center; }
.juba-review-avatar { flex:0 0 36px; height:36px; display:grid; place-items:center; background:#004c45; border-radius:50%; color:white; font-size:22px; }
.juba-review-card:nth-child(4n+1) .juba-review-avatar { background:#ffca00; color:#003b35; }
.juba-review-card:nth-child(4n+2) .juba-review-avatar { background:#999; }
.juba-review-date { color:#35566c; font-size:11px; }
.juba-review-stars { color:#ffb700; font-size:16px; margin-left:5px; white-space:nowrap; }
.juba-review-card p { margin:10px 0 20px; flex:1; }
.juba-review-product { display:flex; align-items:center; gap:9px; border-top:1px solid #dce1df; padding-top:12px; text-decoration:none; color:inherit; }
.juba-review-product img { width:45px; height:30px; object-fit:contain; border-radius:2px; }
.juba-review-product > span { min-width:0; }
.juba-review-product strong { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:12px; }
.juba-review-product small { display:block; font-size:12px; color:#35566c; }
.juba-reviews-arrow { position:absolute; top:50%; transform:translateY(-50%); z-index:2; width:32px; height:32px; border-radius:50%; background:white; box-shadow:0 1px 4px #002f3515; color:#003b35; cursor:pointer; font-size:24px; }
.juba-reviews-prev { left:-18px; } .juba-reviews-next { right:-18px; }
.juba-reviews-arrow:disabled { opacity:.35; cursor:default; }
@media(max-width:767px) {
 .juba-reviews { padding:32px 20px 20px; margin-bottom:-20px; }
 .juba-reviews h2 { font-size:26px; }
 .juba-reviews-platforms { gap:12px; flex-wrap:wrap; margin-bottom:28px; }
 .juba-review-card { flex-basis:82%; }
}
/* Archived artwork banner: image and copy share one 854:572 canvas. */
.home ._image_d6dme_17 {
    display: block;
    position: relative;
    aspect-ratio: 854 / 572;
    padding: 0;
    background: #f3f5f4;
    border: 1px solid #e1e4e3;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: none;
    container-type: inline-size;
}
.home ._image_d6dme_17 > img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home ._image_d6dme_17 ._content_d6dme_55 {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    padding: 8.5% 7.2%;
    text-align: left;
}
.home ._image_d6dme_17 ._label_d6dme_83,
.home ._image_d6dme_17 ._label_d6dme_83 + span { display: none; }
.home ._image_d6dme_17 ._title_d6dme_93 {
    width: 85%;
    max-width: 650px;
    margin: 0 0 3%;
    font-size: 5.65cqw;
    line-height: 1.02;
    font-weight: 750;
    letter-spacing: -.025em;
    color: #002926;
    text-transform: none;
    text-wrap: initial;
}
.home ._image_d6dme_17 button {
    display: inline-flex;
    min-height: 0;
    margin: 0;
    padding: 1.3% 1.6%;
    border-radius: 999px;
    background: #f00032;
    color: #fff;
    font-size: 2cqw;
    line-height: 1.2;
}
@media screen and (max-width: 782px) {
    body.admin-bar .juba-template-shell { padding-top: 46px; }
}

/* Unavailable purchase actions remain readable and visibly disabled. */
.juba-template-shell button[data-juba-out-of-stock="true"],
.juba-template-shell button[data-juba-out-of-stock="true"]:hover,
.juba-template-shell button[data-juba-out-of-stock="true"]:active {
    background: #e5e7eb !important;
    color: #6b7280 !important;
    border-color: #d1d5db !important;
    box-shadow: none !important;
    cursor: not-allowed;
    opacity: 1;
    transform: none;
}
