.single-product.postid-92 .wp-block-woocommerce-product-image-gallery {
    aspect-ratio: 1 / 1;
    background: #fff;
}
.single-product.postid-92 .wp-block-woocommerce-product-image-gallery :is(.woocommerce-product-gallery, .flex-viewport, .woocommerce-product-gallery__wrapper, .woocommerce-product-gallery__image, .woocommerce-product-gallery__image > a) { height: 100%; margin: 0; }
.single-product.postid-92 .wp-block-woocommerce-product-image-gallery img.wp-post-image { display: block; width: 100%; height: 100%; object-fit: contain; }
.single-product .swp-product-summary form.cart:has(.cc-stick-dialog) { display: block !important; margin-top: 16px; }

.cc-stick-launch {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #dce4e0;
    color: #303735;
    font-family: var(--wp--preset--font-family--jost, sans-serif);
    letter-spacing: 0;
}
.cc-stick-launch p { margin: 0; }
.cc-stick-launch strong, .cc-stick-launch span { display: block; }
.cc-stick-launch strong { font-size: 15px; font-weight: 550; line-height: 1.35; }
.cc-stick-launch span { margin-top: 3px; color: #68716e; font-size: 13px; line-height: 1.45; }
.cc-stick-open { align-self: flex-start; }
.cc-stick-open,
.cc-stick-footer .single_add_to_cart_button.button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 158px;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #2f7d71 !important;
    color: #fff !important;
    box-shadow: none !important;
    cursor: pointer;
    font: 550 15px/1 var(--wp--preset--font-family--jost, sans-serif) !important;
    letter-spacing: 0 !important;
}
.cc-stick-open:hover, .cc-stick-footer .single_add_to_cart_button.button:hover { background: #25665c !important; }
.swp-product-summary form.cart:has(.cc-stick-dialog) > .quantity,
.swp-product-summary form.cart:has(.cc-stick-dialog) > p:has(.single_add_to_cart_button) { display: none !important; }

.cc-stick-dialog {
    --stick-ink: #303735;
    --stick-muted: #68716e;
    --stick-line: #dce4e0;
    --stick-accent: #2f7d71;
    width: min(1240px, calc(100% - 40px));
    height: min(930px, calc(100dvh - 32px));
    max-width: none;
    max-height: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--stick-line);
    border-radius: 8px;
    background: #fff;
    color: var(--stick-ink);
    font: 400 15px/1.4 var(--wp--preset--font-family--jost, sans-serif);
    letter-spacing: 0;
}
.cc-stick-dialog::backdrop { background: rgb(30 41 37 / 42%); }
.cc-stick-dialog:not([open]), .cc-stick-dialog [hidden] { display: none !important; }
.cc-stick-dialog *, .cc-stick-dialog *::before, .cc-stick-dialog *::after { box-sizing: border-box; }
.cc-stick-dialog :is(button, input, textarea) { font-family: inherit; letter-spacing: 0; }
.cc-stick-dialog :is(button, input, textarea, label):focus-visible { outline: 2px solid var(--stick-accent); outline-offset: 2px; }
.cc-stick-builder { display: flex; width: 100%; height: 100%; min-width: 0; margin: 0; padding: 0; flex-direction: column; overflow: hidden; }
.cc-stick-builder p { margin: 0; }
.cc-stick-header { display: flex; align-items: center; justify-content: space-between; flex: 0 0 auto; min-height: 70px; padding: 14px 22px; border-bottom: 1px solid var(--stick-line); background: #fff; }
.cc-stick-header h2 { margin: 0; font-size: 21px; font-weight: 550; line-height: 1.25; }
.cc-stick-header p { margin-top: 3px; color: var(--stick-muted); font-size: 12px; }
.cc-stick-icon-button { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 5px; background: transparent; color: var(--stick-ink); box-shadow: none; cursor: pointer; }
.cc-stick-icon-button:hover { background: #eff4f1; }
.cc-stick-icon-button span { font: 400 28px/1 Arial, sans-serif; }
.cc-stick-modal-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, 500px); min-height: 0; flex: 1; }
.cc-stick-preview-panel { display: flex; min-width: 0; min-height: 0; align-items: flex-start; justify-content: center; padding: 28px; overflow-y: auto; border-right: 1px solid var(--stick-line); background: #f3f6f4; }
.cc-stick-preview { display: grid; width: min(100%, 620px, calc(100dvh - 270px)); margin: auto 0; gap: 10px; }
.cc-stick-preview:has(.cc-stick-decor-tools:not([hidden])) { width: min(100%, 540px, calc(100dvh - 350px)); }
.cc-stick-stage { position: relative; display: grid; width: 100%; aspect-ratio: 1; place-items: center; overflow: hidden; border: 1px solid var(--stick-line); border-radius: 6px; background: #fff; box-shadow: 0 6px 24px rgb(30 41 37 / 7%); }
.cc-stick-crop-frame { position: absolute; z-index: 3; left: 50%; top: 48%; display: grid; width: 74%; height: 82%; transform: translate(-50%, -50%); place-items: center; border: 2px dashed var(--stick-accent); border-radius: 4px; background: transparent; pointer-events: none; }
.cc-stick-crop-outline { position: absolute; z-index: 3; inset: 2px; border: 1px solid #fff; border-radius: 2px; pointer-events: none; }
.cc-stick-crop-label { position: absolute; z-index: 4; right: 0; bottom: 10px; left: 0; color: #4e5d58; font-size: 11px; font-weight: 500; text-align: center; pointer-events: none; }
.cc-stick-photo-layer { position: absolute; z-index: 2; left: var(--photo-x, 50%); top: var(--photo-y, 50%); width: var(--photo-base-width, 62%); transform: translate(-50%, -50%) scale(var(--photo-scale, 1)); transform-origin: center; border: 1px solid var(--stick-accent); background: transparent; cursor: move; touch-action: none; user-select: none; }
.cc-stick-photo-layer.is-dragging { cursor: grabbing; }
.cc-stick-photo-layer:focus-visible { outline: 2px solid var(--stick-accent); outline-offset: 3px; }
.cc-stick-photo-preview { display: block; width: 100% !important; max-width: none !important; height: 100% !important; object-fit: contain; pointer-events: none; user-select: none; }
.cc-stick-photo-resize { position: absolute; z-index: 6; display: block; width: 15px; height: 15px; min-width: 15px; min-height: 15px; margin: 0; padding: 0; border: 2px solid var(--stick-accent); border-radius: 2px; background: #fff; box-shadow: 0 1px 4px rgb(30 41 37 / 18%); touch-action: none; }
.cc-stick-photo-resize.is-top-left { top: -8px; left: -8px; cursor: nwse-resize; }
.cc-stick-photo-resize.is-top-right { top: -8px; right: -8px; cursor: nesw-resize; }
.cc-stick-photo-resize.is-bottom-left { bottom: -8px; left: -8px; cursor: nesw-resize; }
.cc-stick-photo-resize.is-bottom-right { right: -8px; bottom: -8px; cursor: nwse-resize; }
.cc-stick-photo-resize:hover, .cc-stick-photo-resize.is-resizing { background: #e9f4f0; }
.cc-stick-reset-photo { position: absolute; z-index: 7; top: 12px; right: 12px; min-height: 34px; padding: 0 11px; border: 1px solid var(--stick-line); border-radius: 5px; background: #fff; color: var(--stick-ink); box-shadow: 0 2px 8px rgb(30 41 37 / 10%); cursor: pointer; font-size: 12px; font-weight: 500; }
.cc-stick-reset-photo:hover { border-color: var(--stick-accent); color: var(--stick-accent); }
.cc-stick-decor-layer { position: absolute; z-index: 5; left: var(--decor-x, 50%); top: var(--decor-y, 24%); width: var(--decor-width, 66%); aspect-ratio: var(--decor-aspect, 1.5); transform: translate(-50%, -50%) scale(var(--decor-scale, 1)); transform-origin: center; touch-action: none; cursor: move; user-select: none; }
.cc-stick-decor-layer::before { position: absolute; z-index: 2; inset: 0; border: 1px solid rgb(47 125 113 / 72%); content: ""; pointer-events: none; }
.cc-stick-decor-layer.is-dragging { cursor: grabbing; }
.cc-stick-decor-layer:focus-visible { outline: 2px solid var(--stick-accent); outline-offset: 4px; }
.cc-stick-decor-layer.is-headwear { --decor-width: 66%; }
.cc-stick-decor-layer.is-hairline { --decor-width: 64%; }
.cc-stick-decor-layer.is-eyes { --decor-width: 66%; }
.cc-stick-decor-layer.is-forehead { --decor-width: 68%; }
.cc-stick-decor-preview { display: block; width: 100%; height: 100%; object-fit: fill; pointer-events: none; }
.cc-stick-decor-resize { position: absolute; z-index: 4; right: -9px; bottom: -9px; display: grid; width: 24px; height: 24px; min-width: 24px; min-height: 24px; place-items: center; margin: 0; padding: 0; border: 2px solid #fff; border-radius: 50%; background: var(--stick-accent); box-shadow: 0 1px 5px rgb(30 41 37 / 24%); cursor: nwse-resize; touch-action: none; }
.cc-stick-decor-resize::before { width: 8px; height: 8px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; content: ""; }
.cc-stick-decor-resize:hover, .cc-stick-decor-resize.is-resizing { background: #25665c; }
.cc-stick-preview small { color: var(--stick-muted); font-size: 11px; line-height: 1.4; }
.cc-stick-preview-note { text-align: center; }
.cc-stick-decor-tools { display: grid; gap: 6px; padding: 12px 14px; border: 1px solid var(--stick-line); border-radius: 6px; background: #fff; }
.cc-stick-decor-tools > label { margin: 0; font-size: 12px; font-weight: 550; }
.cc-stick-decor-tool-head { display: flex; min-height: 32px; align-items: center; justify-content: space-between; gap: 12px; }
.cc-stick-decor-tool-head > span { font-size: 12px; font-weight: 550; }
.cc-stick-decor-tool-head output { margin-left: 5px; color: var(--stick-muted); font-size: 11px; font-weight: 400; font-variant-numeric: tabular-nums; }
.cc-stick-reset-decor, .cc-stick-secondary { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; margin: 0; padding: 0 13px; border: 1px solid var(--stick-line); border-radius: 5px; background: #fff; color: var(--stick-ink); box-shadow: none; cursor: pointer; font-size: 13px; font-weight: 500; }
.cc-stick-reset-decor { min-height: 32px; padding: 0 9px; font-size: 12px; }
.cc-stick-reset-decor:hover, .cc-stick-secondary:hover { border-color: var(--stick-accent); color: var(--stick-accent); }
.cc-stick-preview-file { position: fixed !important; width: 1px !important; height: 1px !important; opacity: 0; pointer-events: none; }

.cc-stick-controls { min-width: 0; padding: 22px; overflow-y: auto; overscroll-behavior: contain; }
.cc-stick-intro { margin: 0 0 20px !important; color: var(--stick-muted); font-size: 13px; line-height: 1.45; }
.cc-stick-field { display: block; min-width: 0; margin: 0 0 20px; padding: 0 0 20px; border: 0; border-bottom: 1px solid var(--stick-line); }
.cc-stick-field > label, .cc-stick-builder legend, .cc-stick-details h3 { display: block; margin: 0 0 9px; padding: 0; font-size: 15px; font-weight: 550; line-height: 1.35; }
.cc-stick-muted { color: var(--stick-muted); font-size: 13px; font-weight: 400; }
.cc-stick-hint { margin-top: 7px !important; color: var(--stick-muted); font-size: 12px; line-height: 1.4; }
.cc-stick-upload-field { margin-bottom: 22px; padding: 15px 16px 16px; border: 1px solid #d9e5e0; border-radius: 6px; background: #f7faf8; }
.cc-stick-file { position: relative; display: flex; min-width: 0; align-items: center; gap: 10px; }
.cc-stick-file input[type=file] { position: fixed !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; opacity: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; }
.cc-stick-file-button { display: inline-flex !important; min-width: 132px; height: 44px; align-items: center; justify-content: center; flex: 0 0 auto; margin: 0 !important; padding: 0 18px; border: 1px solid var(--stick-accent); border-radius: 6px; background: var(--stick-accent); color: #fff; cursor: pointer; font-size: 14px !important; font-weight: 600 !important; transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease; }
.cc-stick-file-button:hover { border-color: #236c61; background: #236c61; }
.cc-stick-file:has(input:focus-visible) .cc-stick-file-button { outline: 2px solid #fff; outline-offset: -4px; box-shadow: 0 0 0 2px var(--stick-accent); }
.cc-stick-filename { min-width: 0; overflow: hidden; color: var(--stick-muted); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }

.cc-stick-style-options, .cc-stick-size-options, .cc-stick-head-options, .cc-stick-decor-options { display: grid; gap: 8px; }
.cc-stick-style-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cc-stick-style-options > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.cc-stick-size-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cc-stick-head-options { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cc-stick-decor-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cc-stick-choice { position: relative; display: flex; min-width: 0; min-height: 62px; align-items: flex-start; gap: 8px; margin: 0; padding: 11px 10px; overflow: hidden; border: 1px solid var(--stick-line); border-radius: 6px; cursor: pointer; font-size: 14px; font-weight: 400; line-height: 1.3; }
.cc-stick-choice:hover { border-color: var(--stick-accent); }
.cc-stick-choice:has(:checked) { border-color: var(--stick-accent); background: #f0f7f4; box-shadow: inset 0 0 0 1px var(--stick-accent); }
.cc-stick-choice input[type=radio] { appearance: auto; flex: 0 0 14px; width: 14px; height: 14px; min-height: 0; margin: 2px 0 0; padding: 0; accent-color: var(--stick-accent); box-shadow: none; }
.cc-stick-choice > span { min-width: 0; overflow-wrap: anywhere; }
.cc-stick-choice strong { display: block; font-size: 14px; font-weight: 550; }
.cc-stick-choice small { display: block; margin-top: 3px; color: var(--stick-muted); font-size: 12px; }
.cc-stick-choice small:empty { display: none; }
.cc-stick-size { min-height: 88px; }
.cc-stick-head-count { min-height: 68px; }
.cc-stick-head-count strong, .cc-stick-head-count small { white-space: nowrap; }
.cc-stick-head-count strong { font-size: 13px; }
.cc-stick-choice.is-disabled { opacity: .45; background: #f5f5f5; cursor: not-allowed; }
.cc-stick-decor { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 8px; min-height: 100px; padding: 7px; }
.cc-stick-decor input { position: absolute; z-index: 2; top: 10px; left: 10px; }
.cc-stick-decor-visual { display: grid; width: 72px; height: 84px; place-items: center; overflow: hidden; border-radius: 4px; background: #f7f9f8; color: var(--stick-muted); font-size: 12px; }
.cc-stick-decor-visual img { display: block; width: 100%; height: 100%; object-fit: contain; }
.cc-stick-decor-label { align-self: center; }
.cc-stick-decor-extra { display: none; }
.cc-stick-builder.is-decor-expanded .cc-stick-decor-extra { display: grid; }
.cc-stick-show-decor { width: auto; min-height: 34px; margin: 7px 0 0; padding: 0; border: 0; border-radius: 0; background: none; color: var(--stick-accent); box-shadow: none; cursor: pointer; font-size: 13px; font-weight: 500; }
.cc-stick-show-decor:hover { text-decoration: underline; }

.cc-stick-builder input[type=email], .cc-stick-builder input[type=tel], .cc-stick-builder textarea { width: 100%; min-width: 0; min-height: 42px; margin: 0; padding: 8px 11px; border: 1px solid var(--stick-line); border-radius: 6px; background: #fff; color: var(--stick-ink); box-shadow: none; font-size: 15px; line-height: 1.4; }
.cc-stick-builder textarea { min-height: 78px; resize: vertical; }
.cc-stick-details { margin: 0; padding: 0; border: 0; }
.cc-stick-details h3 { margin-bottom: 0; }
.cc-stick-details > .cc-stick-hint { margin-top: 4px !important; }
.cc-stick-contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 14px 0; }
.cc-stick-contact .cc-stick-field, .cc-stick-details > .cc-stick-field { margin: 0; padding: 0; border: 0; }
.cc-stick-contact .cc-stick-field > label, .cc-stick-details > .cc-stick-field > label { margin-bottom: 6px; font-size: 13px; }

.cc-stick-footer { display: flex; min-height: 76px; align-items: center; justify-content: space-between; flex: 0 0 auto; gap: 18px; padding: 12px 22px; border-top: 1px solid var(--stick-line); background: #fff; }
.cc-stick-total { display: flex; align-items: center; gap: 16px; }
.cc-stick-total span { display: block; font-size: 12px; font-weight: 500; }
.cc-stick-total-caption { display: block; margin-top: 1px; color: var(--stick-muted); font-size: 11px; }
.cc-stick-total output { color: var(--stick-accent); font-size: 25px; font-weight: 500; font-variant-numeric: tabular-nums; line-height: 1.2; white-space: nowrap; }
.cc-stick-footer-actions { display: flex; align-items: center; gap: 8px; }
.cc-stick-footer-actions .cc-stick-secondary { height: 42px; }
.cc-stick-add-slot { display: contents; }
.swp-product-summary:has(.cc-stick-dialog) .wp-block-post-title { font-size: 32px !important; line-height: 1.16; font-weight: 550; }
.swp-product-summary:has(.cc-stick-dialog) > .wp-block-woocommerce-product-price .woocommerce-Price-amount { font-size: 25px !important; font-weight: 500 !important; }
body:has(.cc-stick-dialog[open]) { overflow: hidden; }

@media (max-height: 760px) and (min-width: 841px) {
    .cc-stick-preview-note { display: none; }
}

@media (max-width: 840px) {
    .cc-stick-dialog { width: 100%; height: 100dvh; border: 0; border-radius: 0; }
    .cc-stick-header { min-height: 64px; padding: 12px 16px; }
    .cc-stick-header h2 { font-size: 18px; }
    .cc-stick-modal-body { display: flex; flex-direction: column; }
    .cc-stick-preview-panel { min-height: 42dvh; flex: 0 0 42dvh; padding: 14px; border-right: 0; border-bottom: 1px solid var(--stick-line); }
    .cc-stick-preview, .cc-stick-preview:has(.cc-stick-decor-tools:not([hidden])) { width: min(100%, 360px, calc(42dvh - 62px)); }
    .cc-stick-stage { min-height: 0; }
    .cc-stick-preview-note { display: none; }
    .cc-stick-controls { width: 100%; padding: 18px 16px; }
    .cc-stick-footer { padding: 10px 14px max(10px, env(safe-area-inset-bottom)); }
}

@media (max-width: 560px) {
    .cc-stick-launch { grid-template-columns: 1fr; }
    .cc-stick-open { width: 100% !important; }
    .cc-stick-preview-panel { min-height: 38dvh; flex-basis: 38dvh; }
    .cc-stick-decor-tools { padding: 9px 10px; }
    .cc-stick-style-options, .cc-stick-decor-options { grid-template-columns: 1fr; }
    .cc-stick-style-options > :last-child:nth-child(odd) { grid-column: auto; }
    .cc-stick-size-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cc-stick-head-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cc-stick-decor { grid-template-columns: 64px minmax(0, 1fr); min-height: 90px; }
    .cc-stick-decor-visual { width: 64px; height: 76px; }
    .cc-stick-contact { grid-template-columns: 1fr; }
    .cc-stick-footer { gap: 8px; }
    .cc-stick-total > div { display: none; }
    .cc-stick-total output { font-size: 22px; }
    .cc-stick-footer-actions { gap: 6px; }
    .cc-stick-secondary { padding: 0 10px; }
    .cc-stick-footer .single_add_to_cart_button.button { min-width: 116px; padding: 0 14px !important; }
    .swp-product-summary:has(.cc-stick-dialog) .wp-block-post-title { font-size: 28px !important; }
}
