.header-bg--shop {
    background-image: url("../img/header-bg-img.png");
    opacity: 1;
}

.shop-shell {
    padding: 80px 0 120px;
}

.shop-shell-content {
    display: grid;
    gap: 28px;
}

.shop-shell .woocommerce {
    color: var(--navy);
}

.shop-shell .woocommerce a {
    color: inherit;
}

.shop-shell .woocommerce-breadcrumb,
.shop-shell .woocommerce-products-header__title.page-title {
    display: none;
}

.shop-shell .woocommerce-result-count,
.shop-shell .woocommerce-ordering {
    margin-bottom: 24px;
}

.shop-page-tools {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.shop-product-search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.shop-product-search input[type="search"] {
    width: min(460px, 56vw);
    min-width: 280px;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid rgba(10, 44, 104, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 24px rgba(10, 44, 104, 0.08);
    color: var(--navy);
    font-size: 14px;
}

.shop-product-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 18px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #0b2f6b, #0b68c6);
    color: var(--white);
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(10, 44, 104, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.shop-product-search button:hover,
.shop-product-search button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(10, 44, 104, 0.18);
}

.shop-product-search__reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid rgba(10, 44, 104, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 24px rgba(10, 44, 104, 0.08);
    color: var(--navy);
    font-weight: 700;
    letter-spacing: 0.04em;
}

.shop-product-search__reset:hover,
.shop-product-search__reset:focus-visible {
    color: var(--navy);
}

.shop-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border: 1px solid rgba(10, 44, 104, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 24px rgba(10, 44, 104, 0.08);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--navy);
}

.shop-quick-link__count {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #0b2f6b, #0b68c6);
    color: var(--white);
    font-size: 14px;
    line-height: 1;
}

.shop-quick-link:hover {
    color: var(--navy);
}

.shop-shell .woocommerce-ordering select,
.shop-shell .woocommerce form .form-row input.input-text,
.shop-shell .woocommerce form .form-row textarea,
.shop-shell .woocommerce form .form-row select,
.shop-shell .woocommerce form .input-text,
.shop-shell .wc-block-components-text-input input,
.shop-shell .wc-block-components-combobox .components-combobox-control__input,
.shop-shell .wc-block-components-form .wc-block-components-text-input input {
    border: 1px solid rgba(10, 44, 104, 0.18);
    border-radius: 12px;
    min-height: 46px;
    padding: 10px 14px;
    background: #fff;
    box-shadow: none;
}

.shop-shell .woocommerce form .form-row textarea {
    min-height: 140px;
}

.shop-shell .woocommerce-checkout form .form-row input.input-text,
.shop-shell .woocommerce-checkout form .form-row select,
.shop-shell .woocommerce-checkout form .input-text {
    min-height: 54px;
    padding: 14px 18px;
}

.shop-shell .woocommerce-checkout form .form-row textarea {
    min-height: 160px;
    padding: 16px 18px;
}

.shop-shell .wc-block-checkout .wc-block-components-text-input input,
.shop-shell .wc-block-checkout .wc-block-components-text-input textarea,
.shop-shell .wc-block-checkout .wc-block-components-combobox .components-combobox-control__input,
.shop-shell .wc-block-checkout .wc-block-components-combobox select,
.shop-shell .wc-block-checkout .wc-block-components-select select,
.shop-shell .wc-block-checkout .wc-block-components-address-form input:not([type="checkbox"]):not([type="radio"]),
.shop-shell .wc-block-checkout .wc-block-components-address-form select,
.shop-shell .wc-block-checkout .wc-block-components-address-form textarea {
    box-sizing: border-box;
    min-height: 58px !important;
    padding: 22px 18px 10px !important;
}

.shop-shell .wc-block-checkout .wc-block-components-text-input textarea,
.shop-shell .wc-block-checkout .wc-block-components-address-form textarea {
    min-height: 160px !important;
    padding: 20px 18px 14px !important;
}

.shop-shell .woocommerce button.button,
.shop-shell .woocommerce a.button,
.shop-shell .woocommerce button.button.alt,
.shop-shell .woocommerce a.button.alt,
.shop-shell .woocommerce input.button,
.shop-shell .woocommerce #respond input#submit,
.shop-shell div.product a.button,
.shop-shell div.product button.button,
.shop-shell div.product input.button,
.shop-shell div.product #respond input#submit,
.shop-shell .wc-block-components-button,
.shop-shell .wp-element-button {
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #0b2f6b, #0b68c6);
    color: var(--white);
    padding: 14px 24px;
    font-weight: 700;
    letter-spacing: 0.08em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.shop-shell .woocommerce button.button:hover,
.shop-shell .woocommerce a.button:hover,
.shop-shell .woocommerce button.button.alt:hover,
.shop-shell .woocommerce a.button.alt:hover,
.shop-shell .woocommerce input.button:hover,
.shop-shell .woocommerce #respond input#submit:hover,
.shop-shell div.product a.button:hover,
.shop-shell div.product button.button:hover,
.shop-shell div.product input.button:hover,
.shop-shell div.product #respond input#submit:hover,
.shop-shell .wc-block-components-button:hover,
.shop-shell .wp-element-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(10, 44, 104, 0.22);
    color: var(--white);
}

.shop-shell ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
}

.shop-shell ul.products::before,
.shop-shell ul.products::after {
    display: none;
}

.shop-shell ul.products li.product {
    float: none;
    width: auto;
    margin: 0;
    padding: 24px;
    border: 1px solid rgba(10, 44, 104, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.98)),
        linear-gradient(135deg, rgba(11, 47, 107, 0.08), rgba(11, 104, 198, 0.12));
    box-shadow: 0 18px 36px rgba(10, 44, 104, 0.12);
    display: flex;
    flex-direction: column;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.post-type-archive-product .shop-shell ul.products li.product:hover,
.post-type-archive-product .shop-shell ul.products li.product:focus-within,
.tax-product_cat .shop-shell ul.products li.product:hover,
.tax-product_cat .shop-shell ul.products li.product:focus-within,
.tax-product_tag .shop-shell ul.products li.product:hover,
.tax-product_tag .shop-shell ul.products li.product:focus-within {
    transform: translateY(-6px);
    border-color: rgba(11, 104, 198, 0.24);
    box-shadow: 0 26px 42px rgba(10, 44, 104, 0.18);
}

.shop-shell ul.products li.product .woocommerce-LoopProduct-link {
    display: grid;
    gap: 20px;
}

.shop-shell ul.products li.product a img {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 18px;
    object-fit: contain;
    object-position: center;
    border-radius: 18px;
    background: #fff;
}

.shop-shell .wc-block-grid__product .wc-block-grid__product-image {
    margin-bottom: 20px;
}

.shop-shell .wc-block-grid__product .wc-block-grid__product-image img {
    width: 100%;
    height: 360px;
    margin: 0;
    padding: 24px;
    object-fit: contain;
    object-position: center;
    border-radius: 18px;
    background: #fff;
}

.shop-shell ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    font-family: "Eurostile LT Std", "Noto Sans JP", sans-serif;
    font-size: 22px;
    letter-spacing: 0.08em;
    color: var(--navy);
}

.shop-shell ul.products li.product .price {
    margin: 12px 0 20px;
    color: #0b68c6;
    font-size: 18px;
    font-weight: 700;
}

.shop-shell ul.products li.product .button {
    margin-top: auto;
    text-align: center;
}

.shop-shell div.product {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    grid-template-areas:
        "gallery summary"
        "tabs tabs"
        "related related";
    gap: 44px;
    align-items: start;
    width: 100%;
}

.single-product .shop-shell .page-header {
    margin-bottom: 24px;
}

.single-product .shop-shell .page-header h1 {
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    text-transform: none;
}

.single-product .shop-shell .page-breadcrumb {
    max-width: 920px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.18em;
    opacity: 1;
}

.single-product .shop-shell .shop-page-tools {
    margin-top: 12px;
}

.shop-shell div.product > .images {
    grid-area: gallery;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    position: relative;
    min-width: 0;
}

.shop-shell div.product > .summary {
    grid-area: summary;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    min-width: 0;
}

.shop-shell div.product > .woocommerce-tabs {
    grid-area: tabs;
    margin-top: 8px;
    min-width: 0;
}

.shop-shell div.product > .related.products {
    grid-area: related;
    margin-top: 8px;
    min-width: 0;
}

.shop-shell div.product div.images {
    position: relative;
    background: none !important;
}

.shop-shell div.product div.images::before,
.shop-shell div.product div.images::after,
.shop-shell div.product div.images .woocommerce-product-gallery__wrapper::before,
.shop-shell div.product div.images .woocommerce-product-gallery__wrapper::after {
    display: none !important;
    content: none !important;
}

.shop-shell div.product div.images .woocommerce-product-gallery__wrapper {
    padding: 14px;
    border: 1px solid rgba(10, 44, 104, 0.12);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 22px 40px rgba(10, 44, 104, 0.1);
    overflow: hidden;
}

.shop-shell div.product div.images .woocommerce-product-gallery__image {
    min-height: 420px;
    display: flex;
    align-items: center;
}

.shop-shell div.product div.images .woocommerce-product-gallery__image a {
    width: 100%;
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 24px;
}

.shop-shell div.product div.images img {
    width: 100%;
    max-width: 380px;
    max-height: 420px;
    height: auto;
    padding: 8px;
    object-fit: contain;
    object-position: center;
    box-shadow: none;
}

.shop-shell div.product ol.flex-control-thumbs {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    gap: 10px;
    margin: 12px 0 0;
    padding: 0;
}

.shop-shell div.product ol.flex-control-thumbs li {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

.shop-shell div.product ol.flex-control-thumbs img {
    width: 100%;
    aspect-ratio: 1;
    padding: 6px;
    object-fit: contain;
    object-position: center;
    border: 1px solid rgba(10, 44, 104, 0.12);
    border-radius: 16px;
    background: #fff;
    opacity: 1;
    box-shadow: 0 10px 24px rgba(10, 44, 104, 0.08);
}

.shop-shell div.product div.images .woocommerce-product-gallery__trigger {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(10, 44, 104, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 24px rgba(10, 44, 104, 0.14);
    display: grid;
    place-items: center;
    color: var(--navy);
}

.shop-shell div.product .summary {
    margin: 0;
    padding: 26px 28px;
    border: 1px solid rgba(10, 44, 104, 0.12);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98)),
        linear-gradient(135deg, rgba(11, 47, 107, 0.05), rgba(11, 104, 198, 0.08));
    box-shadow: 0 22px 40px rgba(10, 44, 104, 0.08);
}

.shop-shell div.product .product_title {
    color: var(--navy);
    font-family: "Eurostile LT Std", "Noto Sans JP", sans-serif;
    font-size: clamp(21px, 1.9vw, 28px);
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    overflow-wrap: anywhere;
}

.shop-shell div.product p.price,
.shop-shell div.product span.price {
    color: #b58a00;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.shop-shell div.product .woocommerce-product-details__short-description {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(10, 44, 104, 0.94);
}

.shop-shell div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 16px 0 20px;
    margin: 0 0 18px;
    border-top: 1px solid rgba(10, 44, 104, 0.12);
    border-bottom: 1px solid rgba(10, 44, 104, 0.12);
}

.shop-shell div.product form.variations_form.cart {
    display: grid;
    gap: 16px;
    align-items: stretch;
}

.shop-shell div.product form.variations_form table.variations {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.shop-shell div.product form.variations_form table.variations th,
.shop-shell div.product form.variations_form table.variations td {
    padding: 0;
    vertical-align: middle;
}

.shop-shell div.product form.variations_form table.variations th.label {
    width: 92px;
    padding-right: 18px;
}

.shop-shell div.product form.variations_form table.variations th.label label {
    margin: 0;
    color: var(--navy);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.shop-shell div.product form.variations_form table.variations td.value {
    display: flex;
    align-items: center;
    gap: 14px;
}

.shop-shell div.product form.variations_form table.variations select {
    flex: 1;
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(10, 44, 104, 0.18);
    border-radius: 16px;
    padding: 0 48px 0 16px;
    background:
        linear-gradient(180deg, rgba(245, 249, 255, 0.92), rgba(255, 255, 255, 0.98));
    color: var(--navy);
    font-size: 15px;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.shop-shell div.product form.variations_form table.variations .reset_variations {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(11, 47, 107, 0.06);
    color: #0b68c6;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.shop-shell div.product form.variations_form table.variations .reset_variations:hover,
.shop-shell div.product form.variations_form table.variations .reset_variations:focus-visible {
    background: rgba(11, 47, 107, 0.12);
    color: #0b2f6b;
}

.shop-shell div.product form.variations_form .single_variation_wrap {
    display: grid;
    gap: 10px;
}

.shop-shell div.product form.variations_form .woocommerce-variation-price {
    margin: 0;
}

.shop-shell div.product form.variations_form .woocommerce-variation-price .price {
    margin-bottom: 0;
}

.shop-shell div.product form.variations_form .variations_button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.shop-shell div.product form.cart .quantity {
    margin: 0;
}

.shop-shell div.product form.cart .quantity .qty,
.shop-shell div.product form.cart .quantity input.qty {
    appearance: textfield;
    width: 76px !important;
    min-width: 76px;
    min-height: 42px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(10, 44, 104, 0.18) !important;
    padding: 6px 12px !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1;
    background: #fff !important;
    color: var(--navy);
    box-shadow: none !important;
}

.shop-shell div.product form.cart .single_add_to_cart_button.button.alt {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px !important;
    padding: 10px 18px !important;
    border: none !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #0b2f6b, #0b68c6) !important;
    color: var(--white) !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 24px rgba(10, 44, 104, 0.18) !important;
    text-shadow: none !important;
}

.shop-shell div.product .product_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(10, 44, 104, 0.9);
    font-size: 12px;
    line-height: 1.6;
}

.shop-shell div.product .product_meta .posted_in {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(11, 47, 107, 0.06);
}

.shop-shell div.product .product_meta a {
    color: #0b68c6;
    font-weight: 700;
}

.shop-shell div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 20px;
    border: none;
}

.shop-shell div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
}

.shop-shell div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    border: 1px solid rgba(10, 44, 104, 0.12);
    border-radius: 999px 999px 0 0;
    background: rgba(11, 47, 107, 0.06);
}

.shop-shell div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    border-bottom-color: #fff;
}

.shop-shell div.product .woocommerce-tabs .panel {
    border: 1px solid rgba(10, 44, 104, 0.12);
    border-radius: 0 24px 24px 24px;
    padding: 28px 32px;
    background: #fff;
}

.shop-shell div.product .woocommerce-tabs .panel p {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.9;
}

.shop-shell .related.products > h2,
.shop-shell .upsells.products > h2 {
    margin-bottom: 24px;
    color: var(--navy);
    font-family: "Eurostile LT Std", "Noto Sans JP", sans-serif;
    font-size: 28px;
    letter-spacing: 0.08em;
}

.shop-shell .related.products ul.products,
.shop-shell .upsells.products ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-shell .related.products ul.products[class*="columns-"] li.product,
.shop-shell .related.products ul.products li.product,
.shop-shell .upsells.products ul.products[class*="columns-"] li.product,
.shop-shell .upsells.products ul.products li.product {
    float: none !important;
    clear: none !important;
    display: flex;
    flex: 0 0 300px !important;
    width: 300px !important;
    max-width: 300px;
    min-width: 300px;
    margin: 0 !important;
    padding: 20px 20px 18px;
}

.shop-shell .related.products ul.products li.product .woocommerce-LoopProduct-link,
.shop-shell .upsells.products ul.products li.product .woocommerce-LoopProduct-link {
    gap: 16px;
}

.shop-shell .related.products ul.products li.product a img,
.shop-shell .upsells.products ul.products li.product a img {
    height: 220px;
    padding: 14px;
}

.shop-shell .related.products ul.products li.product .woocommerce-loop-product__title,
.shop-shell .upsells.products ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.03em;
}

.shop-shell .related.products ul.products li.product .price,
.shop-shell .upsells.products ul.products li.product .price {
    margin: 8px 0 16px;
    font-size: 16px;
}

.shop-shell .related.products ul.products li.product .button,
.shop-shell .upsells.products ul.products li.product .button {
    width: 100%;
    min-height: 44px;
    padding: 12px 16px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

.shop-shell .woocommerce .woocommerce-message,
.shop-shell .woocommerce .woocommerce-info,
.shop-shell .woocommerce .woocommerce-error {
    border-radius: 18px;
    border-top: none;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 24px rgba(10, 44, 104, 0.08);
}

.shop-shell .woocommerce table.shop_table,
.shop-shell .wc-block-cart,
.shop-shell .wc-block-checkout,
.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation,
.shop-shell .woocommerce-account .woocommerce-MyAccount-content {
    border: 1px solid rgba(10, 44, 104, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(10, 44, 104, 0.08);
}

.shop-shell .wc-block-checkout {
    box-sizing: border-box;
    padding: 32px !important;
}

.shop-shell .wc-block-checkout .wc-block-components-sidebar-layout {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.shop-shell .wc-block-cart {
    border-radius: 24px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 28px 30px 30px;
}

.shop-shell .woocommerce table.shop_table {
    overflow: hidden;
}

.shop-shell .woocommerce table.shop_table th,
.shop-shell .woocommerce table.shop_table td {
    padding: 16px;
}

.shop-shell .wc-block-cart .wc-block-components-sidebar-layout {
    align-items: flex-start;
    gap: 40px;
}

.shop-shell .wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-main,
.shop-shell .wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
}

.shop-shell .wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding-right: 0;
}

.shop-shell .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel,
.shop-shell .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon,
.shop-shell .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item,
.shop-shell .wc-block-cart .wp-block-woocommerce-proceed-to-checkout-block {
    box-sizing: border-box;
    padding-right: 0;
}

.shop-shell .wc-block-cart .wc-block-cart__totals-title {
    padding-right: 0;
}

.shop-shell .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 124px;
}

.shop-shell .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    width: 124px;
    padding-right: 20px;
    vertical-align: top;
}

.shop-shell .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: contain;
    object-position: center;
    padding: 10px;
    border-radius: 16px;
    background: #fff;
}

.shop-shell .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.shop-shell .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    vertical-align: top;
}

.shop-shell .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    width: 100%;
    max-width: none;
    font-size: 18px;
    line-height: 1.5;
}

.shop-shell .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    margin-top: 8px;
}

.shop-shell .woocommerce-cart-form,
.shop-shell .cart-collaterals,
.shop-shell .woocommerce-checkout .col2-set,
.shop-shell .woocommerce-checkout-review-order,
.shop-shell .woocommerce-account .woocommerce {
    display: grid;
    gap: 24px;
}

.shop-shell .woocommerce-account .woocommerce {
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: start;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 18px;
    margin: 0;
    display: grid;
    gap: 8px;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(10, 44, 104, 0.05);
    font-weight: 600;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    background: linear-gradient(135deg, #0b2f6b, #0b68c6);
    color: var(--white);
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content {
    padding: 28px 32px;
}

.shop-shell .woocommerce-account .woocommerce-notices-wrapper:empty {
    display: none;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation,
.shop-shell .woocommerce-account .woocommerce-MyAccount-content,
.shop-shell .woocommerce-account #customer_login .u-column1,
.shop-shell .woocommerce-account #customer_login .u-column2 {
    position: relative;
    overflow: hidden;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation::before,
.shop-shell .woocommerce-account .woocommerce-MyAccount-content::before,
.shop-shell .woocommerce-account #customer_login .u-column1::before,
.shop-shell .woocommerce-account #customer_login .u-column2::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, rgba(11, 47, 107, 0.96), rgba(11, 104, 198, 0.62));
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation {
    position: sticky;
    top: 120px;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 24px;
    gap: 10px;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation a {
    padding: 14px 18px;
    border: 1px solid rgba(10, 44, 104, 0.08);
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.shop-shell .woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(10, 44, 104, 0.12);
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content {
    min-height: 100%;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content > :first-child {
    margin-top: 0;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content > :last-child {
    margin-bottom: 0;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content h2,
.shop-shell .woocommerce-account .woocommerce-MyAccount-content h3 {
    margin: 0 0 18px;
    color: var(--navy);
    line-height: 1.25;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: clamp(28px, 2vw, 34px);
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 22px;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content p,
.shop-shell .woocommerce-account .woocommerce-MyAccount-content li,
.shop-shell .woocommerce-account .woocommerce-MyAccount-content address {
    line-height: 1.9;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
    color: #0b2f6b;
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content .button,
.shop-shell .woocommerce-account .woocommerce-MyAccount-content .button.alt {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content form {
    display: grid;
    gap: 18px;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content .form-row {
    margin: 0;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content fieldset {
    margin: 12px 0 0;
    padding: 24px;
    border: 1px solid rgba(10, 44, 104, 0.12);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(245, 249, 255, 0.92), rgba(255, 255, 255, 0.96));
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    padding: 0 10px;
    font-weight: 700;
    color: var(--navy);
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content .addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
.shop-shell .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details,
.shop-shell .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details,
.shop-shell .woocommerce-order-details,
.shop-shell .woocommerce-customer-details {
    padding: 24px;
    border: 1px solid rgba(10, 44, 104, 0.12);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(245, 249, 255, 0.9), rgba(255, 255, 255, 0.98));
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    margin-bottom: 0;
}

.shop-shell .woocommerce-order-details > :first-child,
.shop-shell .woocommerce-customer-details > :first-child {
    margin-top: 0;
}

.shop-shell .woocommerce-order-details > :last-child,
.shop-shell .woocommerce-customer-details > :last-child {
    margin-bottom: 0;
}

.shop-shell .woocommerce-order-details .shop_table,
.shop-shell .woocommerce-customer-details .shop_table {
    width: 100%;
    margin: 18px 0 0;
}

.woocommerce-order-received .shop-shell .woocommerce-order-details,
.woocommerce-order-received .shop-shell .woocommerce-customer-details {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.woocommerce-order-received .shop-shell .woocommerce-order-details .shop_table,
.woocommerce-order-received .shop-shell .woocommerce-customer-details .shop_table {
    margin-top: 12px;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions {
    white-space: nowrap;
}

.shop-shell .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .button {
    min-width: 124px;
}

.shop-shell .woocommerce-account #customer_login {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

.shop-shell .woocommerce-account #customer_login .u-column1,
.shop-shell .woocommerce-account #customer_login .u-column2 {
    float: none;
    width: auto;
    margin: 0;
    padding: 32px;
    border: 1px solid rgba(10, 44, 104, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(10, 44, 104, 0.08);
}

.shop-shell .woocommerce-account #customer_login h2 {
    margin: 0 0 22px;
    color: var(--navy);
    font-size: clamp(28px, 2vw, 34px);
    line-height: 1.2;
}

.shop-shell .woocommerce-account #customer_login .woocommerce-form {
    display: grid;
    gap: 18px;
}

.shop-shell .woocommerce-account #customer_login .form-row {
    margin: 0;
}

.shop-shell .woocommerce-account #customer_login label {
    display: block;
    margin-bottom: 10px;
    color: rgba(10, 44, 104, 0.86);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.shop-shell .woocommerce-account #customer_login .required {
    color: #0b68c6;
}

.shop-shell .woocommerce-account #customer_login .woocommerce-form-login .form-row:last-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 6px;
}

.shop-shell .woocommerce-account #customer_login .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: rgba(10, 44, 104, 0.82);
    font-size: 14px;
    font-weight: 600;
}

.shop-shell .woocommerce-account #customer_login .woocommerce-form-login__rememberme input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.shop-shell .woocommerce-account #customer_login .woocommerce-form-login__submit,
.shop-shell .woocommerce-account #customer_login .woocommerce-form-register__submit {
    min-height: 52px;
    min-width: 168px;
    justify-content: center;
}

.shop-shell .woocommerce-account #customer_login .woocommerce-LostPassword {
    margin: 4px 0 0;
    font-size: 14px;
}

.shop-shell .woocommerce-account #customer_login .woocommerce-LostPassword a {
    color: #0b2f6b;
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.shop-shell .woocommerce-account #customer_login .woocommerce-privacy-policy-text,
.shop-shell .woocommerce-account #customer_login .woocommerce-form-register > p:not(.form-row) {
    margin: 0;
    color: rgba(10, 44, 104, 0.78);
    line-height: 1.85;
}

.shop-shell .woocommerce-account #customer_login .woocommerce-privacy-policy-text {
    padding-top: 6px;
}

.shop-shell .woocommerce-account #customer_login .woocommerce-form-register .button {
    width: 100%;
}

.shop-shell .woocommerce-pagination ul.page-numbers {
    border: none;
    display: flex;
    gap: 10px;
}

.shop-shell .woocommerce-pagination ul.page-numbers li {
    border: none;
}

.shop-shell .woocommerce-pagination ul.page-numbers a,
.shop-shell .woocommerce-pagination ul.page-numbers span {
    min-width: 44px;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(10, 44, 104, 0.08);
    display: grid;
    place-items: center;
    font-weight: 700;
}

.shop-shell .woocommerce-pagination ul.page-numbers .current,
.shop-shell .woocommerce-pagination ul.page-numbers a:hover {
    background: linear-gradient(135deg, #0b2f6b, #0b68c6);
    color: var(--white);
}

@media (max-width: 1100px) {
    .shop-shell ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-shell .related.products ul.products,
    .shop-shell .upsells.products ul.products {
        gap: 20px;
    }

    .shop-shell div.product {
        grid-template-columns: 1fr;
        grid-template-areas:
            "gallery"
            "summary"
            "tabs"
            "related";
        gap: 36px;
    }

    .shop-shell div.product div.images .woocommerce-product-gallery__image {
        min-height: 460px;
    }

    .shop-shell div.product .summary {
        padding: 32px;
    }

    .shop-shell .woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
    }

    .shop-shell .woocommerce-account .woocommerce-MyAccount-navigation {
        position: static;
    }

    .shop-shell .woocommerce-account #customer_login {
        grid-template-columns: 1fr;
    }

    .shop-shell .woocommerce-account .woocommerce-MyAccount-content .addresses {
        grid-template-columns: 1fr;
    }

    .shop-shell .wc-block-cart .wc-block-components-sidebar-layout {
        gap: 28px;
    }

    .shop-shell .wc-block-cart {
        padding: 24px;
    }

    .shop-shell .wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-main,
    .shop-shell .wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .shop-shell {
        padding: 64px 0 96px;
    }

    .shop-page-tools {
        align-items: stretch;
    }

    .shop-product-search {
        width: 100%;
    }

    .shop-product-search input[type="search"] {
        width: 100%;
        min-width: 0;
    }

    .shop-product-search button,
    .shop-product-search__reset,
    .shop-quick-link {
        width: 100%;
        justify-content: center;
    }

    .shop-shell .wc-block-cart {
        padding: 18px;
    }

    .single-product .shop-shell .page-header {
        margin-bottom: 28px;
    }

    .single-product .shop-shell .page-header h1 {
        font-size: 22px;
        letter-spacing: 0.12em;
    }

    .single-product .shop-shell .page-breadcrumb {
        font-size: 12px;
        letter-spacing: 0.18em;
    }

    .shop-shell ul.products {
        grid-template-columns: 1fr;
    }

    .shop-shell .wc-block-checkout {
        padding: 22px !important;
    }

    .shop-shell ul.products li.product,
    .shop-shell div.product .summary,
    .shop-shell .woocommerce-account .woocommerce-MyAccount-content {
        padding: 22px;
    }

    .shop-shell .woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding: 18px;
    }

    .shop-shell .woocommerce-account #customer_login .u-column1,
    .shop-shell .woocommerce-account #customer_login .u-column2 {
        padding: 22px;
    }

    .shop-shell .woocommerce-account #customer_login h2,
    .shop-shell .woocommerce-account .woocommerce-MyAccount-content h2 {
        font-size: 26px;
    }

    .shop-shell .woocommerce-account .woocommerce-MyAccount-content fieldset,
    .shop-shell .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
    .shop-shell .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details,
    .shop-shell .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details,
    .shop-shell .woocommerce-order-details,
    .shop-shell .woocommerce-customer-details {
        padding: 20px;
    }

    .shop-shell .woocommerce-order-details .shop_table,
    .shop-shell .woocommerce-customer-details .shop_table {
        margin-top: 14px;
    }

    .woocommerce-order-received .shop-shell .woocommerce-order-details .shop_table,
    .woocommerce-order-received .shop-shell .woocommerce-customer-details .shop_table {
        margin-top: 10px;
    }

    .shop-shell .woocommerce-account #customer_login .woocommerce-form-login .form-row:last-of-type {
        align-items: stretch;
    }

    .shop-shell .woocommerce-account #customer_login .woocommerce-form-login__submit,
    .shop-shell .woocommerce-account #customer_login .woocommerce-form-register__submit {
        width: 100%;
    }

    .shop-shell ul.products li.product a img {
        height: 260px;
        padding: 14px;
    }

    .shop-shell .wc-block-grid__product .wc-block-grid__product-image img {
        height: 300px;
        padding: 18px;
    }

    .shop-shell .related.products ul.products,
    .shop-shell .upsells.products ul.products {
        gap: 16px;
    }

    .shop-shell .related.products ul.products[class*="columns-"] li.product,
    .shop-shell .related.products ul.products li.product,
    .shop-shell .upsells.products ul.products[class*="columns-"] li.product,
    .shop-shell .upsells.products ul.products li.product {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: none;
        min-width: 0;
    }

    .shop-shell .related.products ul.products li.product a img,
    .shop-shell .upsells.products ul.products li.product a img {
        height: 200px;
        padding: 12px;
    }

    .shop-shell div.product .product_title {
        font-size: 26px;
    }

    .shop-shell div.product div.images .woocommerce-product-gallery__wrapper {
        padding: 18px;
        border-radius: 24px;
    }

    .shop-shell div.product div.images .woocommerce-product-gallery__image {
        min-height: 320px;
    }

    .shop-shell div.product div.images img {
        max-height: 320px;
        padding: 12px;
    }

    .shop-shell div.product ol.flex-control-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .shop-shell div.product ol.flex-control-thumbs img {
        border-radius: 14px;
        padding: 8px;
    }

    .shop-shell div.product .woocommerce-product-details__short-description {
        font-size: 16px;
    }

    .shop-shell div.product p.price,
    .shop-shell div.product span.price {
        font-size: 28px;
    }

    .shop-shell div.product form.cart {
        padding: 20px 0 24px;
        gap: 12px;
    }

    .shop-shell div.product form.variations_form table.variations th.label,
    .shop-shell div.product form.variations_form table.variations tbody,
    .shop-shell div.product form.variations_form table.variations tr {
        display: block;
        width: 100%;
    }

    .shop-shell div.product form.variations_form table.variations th.label {
        padding: 0 0 10px;
    }

    .shop-shell div.product form.variations_form table.variations td.value {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .shop-shell div.product form.variations_form table.variations .reset_variations {
        align-self: flex-start;
    }

    .shop-shell div.product .quantity .qty,
    .shop-shell div.product form.cart .single_add_to_cart_button.button.alt {
        min-height: 50px;
    }

    .shop-shell .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,
    .shop-shell .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        width: 96px;
    }

    .shop-shell .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        padding-right: 16px;
    }

    .shop-shell .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        font-size: 16px;
    }
}
